/* ============================================================
   Ah Elementor - Prima Solutions landing sections
   ============================================================ */

.elementor-widget-ah_prima_hero_1,
.elementor-widget-ah_prima_process_1,
.elementor-widget-ah_prima_audience_1,
.elementor-widget-ah_prima_statement_1,
.elementor-widget-ah_prima_about_1,
.elementor-widget-ah_prima_footer_1,
.elementor-widget-ah_prima_contact_form_1,
.elementor-widget-ah_prima_hero_1 > .elementor-widget-container,
.elementor-widget-ah_prima_process_1 > .elementor-widget-container,
.elementor-widget-ah_prima_audience_1 > .elementor-widget-container,
.elementor-widget-ah_prima_statement_1 > .elementor-widget-container,
.elementor-widget-ah_prima_about_1 > .elementor-widget-container,
.elementor-widget-ah_prima_footer_1 > .elementor-widget-container,
.elementor-widget-ah_prima_contact_form_1 > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.elementor-widget-ah_prima_process_1,
.elementor-widget-ah_prima_audience_1,
.elementor-widget-ah_prima_process_1 > .elementor-widget-container,
.elementor-widget-ah_prima_audience_1 > .elementor-widget-container,
.elementor-widget-ah_prima_process_1 .ah-prima-process,
.elementor-widget-ah_prima_audience_1 .ah-prima-audience {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* Elementor containers add their own padding/gap around newly dropped widgets. */
.e-con:has(> .elementor-widget-ah_prima_hero_1),
.e-con:has(> .elementor-widget-ah_prima_process_1),
.e-con:has(> .elementor-widget-ah_prima_audience_1),
.e-con:has(> .elementor-widget-ah_prima_statement_1),
.e-con:has(> .elementor-widget-ah_prima_about_1),
.e-con:has(> .elementor-widget-ah_prima_footer_1),
.e-con:has(> .elementor-widget-ah_prima_contact_form_1) {
    --padding-top: 0;
    --padding-right: 0;
    --padding-bottom: 0;
    --padding-left: 0;
    --gap: 0;
    gap: 0 !important;
    padding: 0 !important;
}

.ah-prima-top,
.ah-prima-process,
.ah-prima-audience,
.ah-prima-statement,
.ah-prima-about,
.ah-prima-footer,
.ah-prima-contact {
    box-sizing: border-box;
    width: 100%;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    color: #191614;
    font-synthesis: none;
}

.ah-prima-top *,
.ah-prima-process *,
.ah-prima-audience *,
.ah-prima-statement *,
.ah-prima-about *,
.ah-prima-footer *,
.ah-prima-contact * {
    box-sizing: border-box;
}

.ah-prima-top a,
.ah-prima-footer a {
    color: inherit;
    text-decoration: none;
}

.ah-prima-top {
    background: #0f0d0c;
    color: #f4efeb;
}

.ah-prima-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 56px;
}

.ah-prima-nav__brand {
    flex: 0 0 auto;
    display: block;
}

.ah-prima-nav__toggle {
    display: none;
    appearance: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #4a4039;
    border-radius: 2px;
    background: rgba(255, 255, 255, .025);
    color: #faf8f6;
    cursor: pointer;
    transition: border-color .24s ease, background .24s ease;
}

.ah-prima-nav__toggle span {
    display: block;
    width: 20px;
    height: 1px;
    flex: 0 0 1px;
    margin: 0;
    background: currentColor;
    transition: transform .24s ease, opacity .24s ease;
}

.ah-prima-nav__toggle span + span {
    margin-top: 0;
}

.ah-prima-nav__toggle:hover,
.ah-prima-nav__toggle:focus-visible,
.ah-prima-nav.is-open .ah-prima-nav__toggle {
    border-color: #a98a74;
    background: rgba(169, 138, 116, .12);
    outline: none;
}

.ah-prima-nav.is-open .ah-prima-nav__toggle span:first-child {
    transform: translateY(6px) rotate(45deg);
}

.ah-prima-nav.is-open .ah-prima-nav__toggle span:nth-child(2) {
    opacity: 0;
}

.ah-prima-nav.is-open .ah-prima-nav__toggle span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.ah-prima-logo {
    display: inline-grid;
    gap: 8px;
    color: #faf8f6;
    font-variant-ligatures: none;
}

.ah-prima-logo__name {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .19em;
}

.ah-prima-logo__row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a99f96;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .42em;
}

.ah-prima-logo__line {
    display: inline-block;
    width: 52px;
    height: 1px;
    background: #a98a74;
}

.ah-prima-logo--small {
    gap: 6px;
}

.ah-prima-logo--small .ah-prima-logo__name {
    font-size: 22px;
}

.ah-prima-logo--small .ah-prima-logo__row {
    font-size: 12px;
    letter-spacing: .28em;
}

.ah-prima-logo--small .ah-prima-logo__line {
    display: none;
}

.ah-prima-nav__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 36px;
    min-width: 0;
    color: #e9e2dc;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.ah-prima-nav__links a {
    transition: color .28s ease, background .28s ease, box-shadow .28s ease;
}

.ah-prima-nav__links a:hover {
    color: #c69a7b;
}

.ah-prima-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 26px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: background .28s ease, color .28s ease, box-shadow .28s ease;
}

.ah-prima-btn--light,
.ah-prima-top .ah-prima-btn--light,
.ah-prima-footer .ah-prima-btn--light {
    background: #faf8f6;
    color: #0f0d0c;
}

.ah-prima-btn--light:hover,
.ah-prima-top .ah-prima-btn--light:hover,
.ah-prima-footer .ah-prima-btn--light:hover {
    background: #0f0d0c;
    color: #faf8f6;
    box-shadow: inset 0 0 0 1px #a98a74;
}

.ah-prima-hero {
    width: 100%;
    margin: 0 auto;
    padding: 76px 56px 112px;
}

.ah-prima-hero__copy {
    max-width: 1100px;
}

.ah-prima-eyebrow,
.ah-prima-section-label {
    margin: 0 0 16px;
    color: #7d4530;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ah-prima-eyebrow {
    margin-bottom: 22px;
    color: #c69a7b;
}

.ah-prima-hero h1,
.ah-prima-statement__text {
    margin: 0;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    color: #faf8f6;
    font-size: 94px;
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: 0;
}

.ah-prima-hero__text {
    max-width: 560px;
    margin: 34px 0 40px;
    color: #b9afa7;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

.ah-prima-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 44px 56px;
    border-top: 1px solid #2a2521;
    background: #161311;
}

.ah-prima-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
    padding: 0 36px;
    border-left: 1px solid #2a2521;
}

.ah-prima-feature:first-child {
    border-left: 0;
    padding-left: 0;
}

.ah-prima-feature__icon,
.ah-prima-why__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c69a7b;
    font-size: 26px;
    line-height: 1;
}

.ah-prima-feature__icon {
    align-self: flex-start;
    justify-content: flex-start;
    width: 26px;
}

.ah-prima-feature h3,
.ah-prima-step h3,
.ah-prima-why h3 {
    margin: 0 0 8px;
    color: inherit;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.ah-prima-feature h3 {
    color: #faf8f6;
}

.ah-prima-feature p {
    max-width: 270px;
    margin: 0;
    color: #a99f96;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.ah-prima-process {
    padding: 88px 56px 0;
    background: #faf8f6;
}

.ah-prima-process__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 96px;
    width: 100%;
    margin: 0 auto;
}

.ah-prima-process__col {
    min-width: 0;
    scroll-margin-top: 32px;
}

.ah-prima-process h2,
.ah-prima-about h2 {
    max-width: 420px;
    margin: 0 0 40px;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    color: #191614;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0;
}

.ah-prima-list {
    display: grid;
    gap: 28px;
}

.ah-prima-step,
.ah-prima-why {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-width: 0;
}

.ah-prima-step__number {
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #191614;
    color: #faf8f6;
    font-size: 15px;
    font-weight: 600;
}

.ah-prima-why__icon {
    flex: 0 0 42px;
    justify-content: flex-start;
    color: #7d4530;
    font-size: 22px;
    padding-top: 2px;
}

.ah-prima-step p,
.ah-prima-why p,
.ah-prima-about__copy p {
    max-width: 420px;
    margin: 0;
    color: #4a433d;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.ah-prima-audience {
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
    width: 100%;
    margin: 0 auto;
    padding: 112px 56px 88px;
    background: #faf8f6;
    scroll-margin-top: 32px;
}

.ah-prima-audience::before {
    content: "";
    position: absolute;
    top: 76px;
    left: 56px;
    right: 56px;
    height: 1px;
    background: #cdc3ba;
}

.ah-prima-audience .ah-prima-section-label {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.ah-prima-audience__items {
    display: flex;
    align-items: baseline;
    gap: 26px;
    flex-wrap: wrap;
}

.ah-prima-audience__items span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    color: #191614;
    font-size: 22px;
    line-height: 1.4;
}

.ah-prima-audience__items span + span::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #d8cfc7;
}

.ah-prima-statement {
    overflow: hidden;
    padding: 128px 56px;
    background: #0f0d0c;
}

.ah-prima-statement__inner {
    width: min(100%, 1000px);
    margin: 0;
}

.ah-prima-statement__label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 26px;
    color: #c69a7b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .42em;
    text-transform: uppercase;
}

.ah-prima-statement__label span {
    display: block;
    width: 52px;
    height: 1px;
    background: #a98a74;
}

.ah-prima-statement__text {
    font-size: clamp(36px, 4.7vw, 52px);
    line-height: 1.18;
}

.ah-prima-about {
    padding: 88px 56px 104px;
    border-top: 3px solid #a98a74;
    background: #faf8f6;
    scroll-margin-top: 32px;
}

.ah-prima-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 96px;
    width: 100%;
    margin: 0 auto;
}

.ah-prima-about h2 {
    margin-bottom: 0;
}

.ah-prima-about__copy {
    display: grid;
    gap: 20px;
}

.ah-prima-about__copy p {
    max-width: 580px;
    color: #3a3430;
    font-size: 17px;
    line-height: 1.75;
}

.ah-prima-footer {
    padding: 44px 56px 34px;
    background: #1b1714;
    color: #e9e2dc;
}

.ah-prima-footer__cta {
    display: flex;
    align-items: center;
    gap: 28px 36px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 26px;
}

.ah-prima-footer__cta h2 {
    margin: 0;
    color: #faf8f6;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
}

.ah-prima-footer__cta h2::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 26px;
    margin: 0 0 -7px 36px;
    background: #3a332d;
}

.ah-prima-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e9e2dc;
    font-size: 15px;
}

.ah-prima-footer__email i {
    color: #a98a74;
    font-size: 17px;
}

.ah-prima-footer__email:hover {
    color: #c69a7b;
}

.ah-prima-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    margin: 0 auto;
    padding-top: 26px;
    border-top: 1px solid #3a332d;
}

.ah-prima-footer__brand {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.ah-prima-footer__brand p {
    max-width: 280px;
    margin: 0 0 7px;
    color: #a99f96;
    font-size: 15px;
    line-height: 1.6;
}

.ah-prima-footer__brand span {
    color: #8d857e;
    font-size: 12px;
    line-height: 1.6;
}

.ah-prima-footer__copy {
    margin: 0;
    color: #a99f96;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

.ah-prima-footer__disclaimer {
    width: 100%;
    margin: 22px auto 0;
    color: #a09892;
    font-size: 12px;
    line-height: 1.65;
}

.entry-content > .ah-prima-contact {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.ah-prima-contact {
    min-height: 70vh;
    padding: 96px 24px 112px;
    background: #faf8f6;
}

.ah-prima-contact__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.ah-prima-contact__header {
    max-width: 700px;
    margin-bottom: 42px;
}

.ah-prima-contact__eyebrow {
    margin: 0 0 16px;
    color: #7d4530;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ah-prima-contact h1 {
    margin: 0;
    color: #191614;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
}

.ah-prima-contact__intro {
    max-width: 640px;
    margin: 22px 0 0;
    color: #4a433d;
    font-size: 16px;
    line-height: 1.7;
}

.ah-prima-contact__notice {
    margin: 0 0 24px;
    padding: 14px 16px;
    border: 1px solid #cdc3ba;
    background: #ffffff;
    color: #332d29;
    font-size: 14px;
    line-height: 1.5;
}

.ah-prima-contact__notice--success {
    border-color: #789178;
    background: #f2f7f1;
    color: #29452d;
}

.ah-prima-contact__notice--error {
    border-color: #b77a6b;
    background: #fff5f2;
    color: #6d2c22;
}

.ah-prima-contact__form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 40px;
    border: 1px solid #d8cfc7;
    border-radius: 4px;
    background: #ffffff;
}

.ah-prima-contact__field {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.ah-prima-contact__field--message {
    grid-column: 1 / -1;
}

.ah-prima-contact__field label {
    color: #292421;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.ah-prima-contact__field input,
.ah-prima-contact__field textarea {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px 15px;
    border: 1px solid #bfb5ac;
    border-radius: 2px;
    outline: none;
    background: #faf8f6;
    color: #191614;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ah-prima-contact__field textarea {
    min-height: 180px;
    resize: vertical;
}

.ah-prima-contact__field input:focus,
.ah-prima-contact__field textarea:focus {
    border-color: #7d4530;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(125, 69, 48, .1);
}

.ah-prima-contact__submit {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 50px;
    padding: 15px 28px;
    border: 1px solid #191614;
    border-radius: 2px;
    background: #191614;
    color: #faf8f6;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.ah-prima-contact__submit:hover,
.ah-prima-contact__submit:focus-visible {
    border-color: #7d4530;
    background: #7d4530;
    color: #ffffff;
    outline: none;
}

.ah-prima-contact__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 1024px) {
    .ah-prima-nav {
        padding-right: 40px;
        padding-left: 40px;
    }

    .ah-prima-nav__links {
        gap: 22px;
        font-size: 13px;
    }

    .ah-prima-btn {
        min-height: 44px;
        padding: 13px 22px;
    }

    .ah-prima-hero {
        padding: 64px 40px 90px;
    }

    .ah-prima-hero h1 {
        max-width: 760px;
        font-size: clamp(58px, 8vw, 80px);
    }

    .ah-prima-feature-strip,
    .ah-prima-process__grid,
    .ah-prima-about__grid {
        grid-template-columns: 1fr;
    }

    .ah-prima-feature-strip {
        padding: 0;
    }

    .ah-prima-feature {
        padding: 34px 40px;
        border-top: 1px solid #2a2521;
        border-left: 0;
    }

    .ah-prima-feature:first-child {
        border-top: 0;
        padding-left: 40px;
    }

    .ah-prima-process__grid,
    .ah-prima-about__grid {
        gap: 58px;
    }

    .ah-prima-process {
        padding: 90px 40px 0;
    }

    .ah-prima-audience {
        margin-top: 0;
        padding: 84px 40px 78px;
    }

    .ah-prima-audience::before {
        top: 48px;
        left: 40px;
        right: 40px;
    }

    .ah-prima-statement {
        padding: 96px 40px;
    }

    .ah-prima-about {
        padding: 72px 40px 84px;
    }

    .ah-prima-footer {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 760px) {
    .ah-prima-nav,
    .ah-prima-hero,
    .ah-prima-process,
    .ah-prima-statement,
    .ah-prima-about,
    .ah-prima-footer,
    .ah-prima-contact {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ah-prima-nav {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        align-items: center;
        gap: 12px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ah-prima-nav__brand {
        grid-column: 2;
        justify-self: center;
    }

    .ah-prima-nav__toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        grid-column: 3;
        grid-row: 1;
        align-items: center;
        justify-content: center;
        justify-self: end;
    }

    .ah-prima-nav--toggle-left .ah-prima-nav__toggle {
        grid-column: 1;
        justify-self: start;
    }

    .ah-prima-nav__links {
        position: absolute;
        top: calc(100% - 2px);
        left: 22px;
        right: 22px;
        z-index: 30;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid #2a2521;
        background: #161311;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
        font-size: 14px;
        white-space: normal;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    }

    .ah-prima-nav.is-open .ah-prima-nav__links {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .ah-prima-nav__links a {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 12px 10px;
        border-bottom: 1px solid #2a2521;
    }

    .ah-prima-nav__links a:last-child {
        border-bottom: 0;
    }

    .ah-prima-nav__links .ah-prima-btn {
        width: 100%;
        margin-top: 12px;
    }

    .ah-prima-hero {
        padding-top: 42px;
        padding-bottom: 62px;
    }

    .ah-prima-hero h1 {
        max-width: 100%;
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.08;
    }

    .ah-prima-hero__text {
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 1.62;
    }

    .ah-prima-eyebrow,
    .ah-prima-section-label {
        font-size: 11px;
        letter-spacing: 2.4px;
    }

    .ah-prima-feature-strip {
        padding: 0;
    }

    .ah-prima-feature {
        gap: 14px;
        padding: 30px 22px;
    }

    .ah-prima-feature:first-child {
        padding-left: 22px;
    }

    .ah-prima-feature__icon {
        width: 23px;
        font-size: 23px;
    }

    .ah-prima-feature h3,
    .ah-prima-step h3,
    .ah-prima-why h3 {
        font-size: 16px;
    }

    .ah-prima-feature p {
        max-width: 100%;
        font-size: 14px;
    }

    .ah-prima-process {
        padding-top: 64px;
    }

    .ah-prima-process__grid,
    .ah-prima-about__grid {
        gap: 0;
    }

    .ah-prima-process h2,
    .ah-prima-about h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.18;
    }

    .ah-prima-step,
    .ah-prima-why {
        gap: 16px;
    }

    .ah-prima-step__number {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .ah-prima-why__icon {
        flex-basis: 36px;
        width: 36px;
        font-size: 19px;
    }

    .ah-prima-step p,
    .ah-prima-why p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.58;
    }

    .ah-prima-audience {
        width: auto;
        margin: 0 22px;
        padding: 78px 0 40px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .ah-prima-audience::before {
        top: 42px;
        left: 0;
        right: 0;
    }

    .ah-prima-audience__items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    .ah-prima-audience__items span,
    .ah-prima-audience__items span:first-child {
        justify-content: center;
        width: 100%;
        min-height: 44px;
        padding: 9px 10px;
        border: 1px solid #d8cfc7;
        color: #191614;
        background: rgba(255, 255, 255, .28);
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    .ah-prima-audience__items span:last-child {
        grid-column: 1 / -1;
    }

    .ah-prima-audience__items span::before {
        display: none;
    }

    .ah-prima-statement {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .ah-prima-statement__text {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.18;
    }

    .ah-prima-statement__label {
        align-items: flex-start;
        flex-wrap: wrap;
        letter-spacing: .32em;
    }

    .ah-prima-about {
        padding-top: 60px;
        padding-bottom: 27px;
    }

    .ah-prima-about__copy {
        gap: 18px;
    }

    .ah-prima-about__copy p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.68;
    }

    .ah-prima-footer__cta,
    .ah-prima-footer__bottom,
    .ah-prima-footer__brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .ah-prima-footer__cta {
        gap: 18px;
    }

    .ah-prima-footer__cta h2::after {
        display: none;
    }

    .ah-prima-footer__bottom {
        gap: 24px;
    }

    .ah-prima-footer__brand {
        gap: 18px;
    }

    .ah-prima-footer__email {
        overflow-wrap: anywhere;
    }

    .ah-prima-footer__copy {
        text-align: left;
    }

    .ah-prima-contact {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .ah-prima-contact__header {
        margin-bottom: 30px;
    }

    .ah-prima-contact h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    .ah-prima-contact__form {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .ah-prima-contact__field--message,
    .ah-prima-contact__submit {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .ah-prima-logo__name {
        font-size: 25px;
    }

    .ah-prima-logo__row {
        gap: 9px;
        font-size: 10px;
        letter-spacing: .3em;
    }

    .ah-prima-logo__line {
        width: 38px;
    }

    .ah-prima-hero h1 {
        font-size: clamp(34px, 11vw, 40px);
    }

    .ah-prima-btn {
        width: 100%;
    }

    .ah-prima-contact h1 {
        font-size: 34px;
    }

    .ah-prima-contact__form {
        padding: 20px;
    }

    .ah-prima-contact__submit {
        width: 100%;
    }

    .ah-prima-list {
        gap: 24px;
    }

    .ah-prima-step,
    .ah-prima-why {
        gap: 13px;
    }

    .ah-prima-audience__items {
        width: 100%;
    }

    .ah-prima-audience__items span {
        font-size: 16px;
    }

    .ah-prima-footer__email,
    .ah-prima-footer .ah-prima-btn {
        width: 100%;
        justify-content: center;
    }

    .ah-prima-footer__brand p {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .ah-prima-nav,
    .ah-prima-hero,
    .ah-prima-process,
    .ah-prima-statement,
    .ah-prima-about,
    .ah-prima-footer,
    .ah-prima-contact {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ah-prima-nav__links {
        left: 16px;
        right: 16px;
    }

    .ah-prima-logo__name {
        font-size: 22px;
        letter-spacing: .16em;
    }

    .ah-prima-logo__row {
        font-size: 9px;
        letter-spacing: .24em;
    }

    .ah-prima-logo__line {
        width: 32px;
    }

    .ah-prima-hero h1 {
        font-size: 32px;
    }

    .ah-prima-audience {
        margin-right: 0;
        margin-left: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
}
