body.va-front {
    --cream: #fefefb;
    --olive: #a4af7a;
    --olive-dark: #777b62;
    --sage: #f2f3ea;
    --ink: #1b1e16;
    --muted: rgba(0, 0, 0, 0.65);
    --line: #d9ddce;
    --max: 1264px;
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

body.va-front .site-header,
body.va-front header.site-header,
body.va-front .site-footer,
body.va-front footer.site-footer,
body.va-inner .site-header,
body.va-inner header.site-header,
body.va-inner .site-footer,
body.va-inner footer.site-footer {
    display: none !important;
}

.va-site {
    background: var(--cream);
    color: var(--ink);
}



.va-site *,
.va-site *::before,
.va-site *::after {
    box-sizing: border-box;
}

.va-site a {
    color: inherit;
    text-decoration: none;
}

.va-wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
}
.va-footer-newsletter-text {
    margin: 10px 0 16px;
    font-size: 14px;
    line-height: 1.5;
}

.va-newsletter-form {
    width: 100%;
    max-width: 320px;
}

.va-newsletter-input-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid currentColor;
}

.va-newsletter-input-wrap input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    color: inherit;
}

.va-newsletter-input-wrap input::placeholder {
    color: inherit;
    opacity: 0.6;
}

.va-newsletter-input-wrap button {
    width: 42px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 22px;
    padding: 0;
    transition: transform 0.2s ease;
}

.va-newsletter-input-wrap button:hover {
    transform: translateX(4px);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.va-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(254, 254, 251, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e6e8de;
}

.va-header-inner {
    max-width: var(--max);
    margin: 0 auto;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 8px 24px;
}

.va-logo img {
    display: block;
    width: 92px;
    height: auto;
}

.va-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.va-nav a.is-active {
    color: var(--olive);
}

.va-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--olive);
    color: #fff !important;
    border-radius: 10px;
    padding: 0 8px 0 16px;
    min-height: 40px;
    font-size: 14px;
    white-space: nowrap;
}

.va-btn i {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--olive-dark);
    display: grid;
    place-items: center;
    margin-right: -20px;
    color: #fff;
    font-size: 23px;
}

.va-btn-dark {
    background: #111;
    color: #fff;
}

.va-btn-dark i {
    background: #333;
}
.va-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    min-height: 40px;
}

.va-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.va-kicker::before {
    content: "";
    width: 29px;
    height: 1px;
    background: #000;
    display: block;
}

.va-hero {
    padding: 52px 0 0;
}

.va-hero h1 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -0.04em;
    margin: 18px 0 22px;
    max-width: 980px;
}

.va-hero h1 em {
    font-style: normal;
    color: var(--olive);
}

.va-hero-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    padding-bottom: 48px;
    flex-wrap: wrap;
}

.va-hero p.lead {
    font-size: 20px;
    line-height: 1.5;
    color: var(--muted);
    max-width: 610px;
    margin: 0 0 14px;
}

.va-hero p.sub {
    margin: 0;
    font-size: 17px;
}

.va-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.va-hero-photo {
    width: 100%;
    height: min(52vw, 520px);
    object-fit: cover;
    object-position: center 90%;
    display: block;
    background: #d9dacb;
}
.va-hero-photo-warp:after {
    content:"";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(164, 175, 122, 0.00) -1.98%, rgba(22, 28, 0, 0.74) 98.02%);;
}

.va-hero-photo-warp {
    position: relative;
}
.va-experience {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    padding: 84px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
}

.va-experience h2 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    margin: 0;
}

.va-experience p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
    max-width: 420px;
}

.va-section {
    padding: 100px 0;
}

.va-center {
    text-align: center;
}
.va-hero-photo-warp:after {
    content:"";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(164, 175, 122, 0.00) -1.98%, rgba(22, 28, 0, 0.74) 98.02%);;
}

.va-hero-photo-warp {
    position: relative;
}
.va-label {
    color: #808568;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 16px;
}

.va-label-left {
    text-align: left;
    letter-spacing: 2px;
}

.va-h2 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0;
}

.va-h2 em {
    font-style: normal;
    color: var(--olive);
}/* =========================================================
   VAGENCY — PREMIUM PODCAST
   Completely isolated from existing theme styles
   ========================================================= */

.va-pod-premium {
    position: relative !important;

    width: 100% !important;

    padding-top: 50px !important;
    padding-bottom: 50px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* =========================================================
   CENTERED INTRO
   ========================================================= */

.va-pod-premium-intro {
    width: 100% !important;
    max-width: 720px !important;

    margin: 0 auto 20px !important;

    text-align: center !important;
}

.va-pod-premium-label {
    margin: 0 0 17px !important;

    font-family: Arial, sans-serif !important;

    font-size: 9px !important;
    line-height: 1.2 !important;

    text-transform: uppercase !important;

    letter-spacing: 0.2em !important;

    color: #55554d !important;
}

.va-pod-premium-intro h2 {
    margin: 0 0 20px !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: clamp(42px, 5vw, 66px) !important;

    font-weight: 400 !important;

    line-height: 0.98 !important;

    letter-spacing: -0.035em !important;

    color: #1c1c18 !important;
}

.va-pod-premium-intro > p:last-child {
    width: 100% !important;

    max-width: 570px !important;

    margin: 0 auto !important;

    font-size: 13px !important;

    line-height: 1.8 !important;

    color: #36362f !important;
}


/* =========================================================
   THREE CARDS
   ========================================================= */

.va-pod-premium-grid {
    width: 100% !important;

    max-width: 1080px !important;

    margin: 0 auto !important;

    display: grid !important;

    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    gap: 18px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   CARD
   ========================================================= */

.va-pod-premium-card {
    position: relative !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: flex-end !important;

    min-width: 0 !important;

    height: 340px !important;

    padding: 32px 25px !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    text-align: center !important;

    text-decoration: none !important;

    color: #1c1c18 !important;

    background: #f5f4ed !important;

    border: 1px solid rgba(30, 30, 25, 0.13) !important;

    transition:
        transform 0.45s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.45s ease,
        border-color 0.35s ease !important;
}


/* Soft inner frame */

.va-pod-premium-card::after {
    content: "" !important;

    position: absolute !important;

    inset: 10px !important;

    border: 1px solid rgba(30, 30, 25, 0.06) !important;

    pointer-events: none !important;
}


/* Hover */

.va-pod-premium-card:hover {
    transform: translateY(-8px) !important;

    border-color: rgba(30, 30, 25, 0.25) !important;

    box-shadow:
        0 24px 55px rgba(20, 20, 15, 0.09) !important;
}


/* =========================================================
   LARGE BACKGROUND LOGO
   ========================================================= */

.va-pod-premium-bg-logo {
    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    width: 100% !important;

    transform: translate(-50%, -56%) !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    pointer-events: none !important;

    z-index: 1 !important;

    transition:
        transform 0.55s cubic-bezier(.2,.8,.2,1),
        opacity 0.45s ease !important;
}


/* Logo becomes slightly more visible on hover */

.va-pod-premium-card:hover .va-pod-premium-bg-logo {
    transform: translate(-50%, -56%) scale(1.06) !important;
}


/* =========================================================
   SPOTIFY LOGO
   ========================================================= */

.va-pod-premium-spotify {
    color: #1DB954 !important;

    opacity: 0.16 !important;
}

.va-pod-premium-spotify svg {
    display: block !important;

    width: 245px !important;
    height: 245px !important;

    max-width: 245px !important;
    max-height: 245px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: currentColor !important;
}


/* =========================================================
   AMAZON MUSIC LOGO
   ========================================================= */

.va-pod-premium-amazon {
    color: #25C2D1 !important;

    opacity: 0.17 !important;
}

.va-pod-premium-amazon svg {
    display: block !important;

    width: 290px !important;
    height: auto !important;

    max-width: 290px !important;
    max-height: 120px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}

.va-pod-premium-amazon text {
    font-family: Arial, sans-serif !important;

    font-size: 31px !important;

    font-weight: 600 !important;

    letter-spacing: -0.04em !important;

    fill: currentColor !important;
}

.va-pod-premium-amazon path {
    fill: none !important;

    stroke: currentColor !important;

    stroke-width: 4 !important;

    stroke-linecap: round !important;

    stroke-linejoin: round !important;
}


/* =========================================================
   XRAISED LOGO
   ========================================================= */

.va-pod-premium-xraised {
    color: #11110f !important;

    opacity: 0.11 !important;
}

.va-pod-premium-xraised span {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 86px !important;

    line-height: 1 !important;

    font-weight: 800 !important;

    letter-spacing: -0.09em !important;

    white-space: nowrap !important;
}


/* =========================================================
   FOREGROUND CONTENT
   ========================================================= */

.va-pod-premium-content {
    position: relative !important;

    z-index: 4 !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    gap: 7px !important;

    margin-bottom: 24px !important;
}

.va-pod-premium-type {
    margin: 0 !important;

    font-family: Arial, sans-serif !important;

    font-size: 8px !important;

    line-height: 1 !important;

    text-transform: uppercase !important;

    letter-spacing: 0.16em !important;

    color: #55554d !important;
}

.va-pod-premium-content strong {
    margin: 0 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 23px !important;

    line-height: 1.1 !important;

    font-weight: 400 !important;

    color: #1c1c18 !important;
}


/* =========================================================
   BOTTOM ACTION
   ========================================================= */

.va-pod-premium-action {
    position: relative !important;

    z-index: 4 !important;

    display: inline-flex !important;

    align-items: center !important;

    gap: 8px !important;

    min-height: 28px !important;

    margin: 0 !important;

    padding: 0 0 4px !important;

    border-bottom: 1px solid rgba(30, 30, 25, 0.45) !important;

    font-family: Arial, sans-serif !important;

    font-size: 9px !important;

    line-height: 1.2 !important;

    letter-spacing: 0.08em !important;

    text-transform: uppercase !important;

    color: #1c1c18 !important;

    opacity: 0.75 !important;

    transition:
        opacity 0.3s ease,
        gap 0.3s ease !important;
}

.va-pod-premium-card:hover .va-pod-premium-action {
    opacity: 1 !important;

    gap: 12px !important;
}

.va-pod-premium-action span {
    font-size: 14px !important;

    line-height: 1 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .va-pod-premium {
        padding-top: 80px !important;
        padding-bottom: 90px !important;
    }

    .va-pod-premium-grid {
        gap: 12px !important;
    }

    .va-pod-premium-card {
        height: 290px !important;

        padding: 25px 18px !important;
    }

    .va-pod-premium-spotify svg {
        width: 200px !important;
        height: 200px !important;
    }

    .va-pod-premium-amazon svg {
        width: 230px !important;
    }

    .va-pod-premium-xraised span {
        font-size: 65px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .va-pod-premium {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .va-pod-premium-intro {
        margin-bottom: 40px !important;
    }

    .va-pod-premium-intro h2 {
        font-size: 30px !important;
    }

    .va-pod-premium-intro > p:last-child {
        font-size: 14px !important;
    }

    .va-pod-premium-grid {
        grid-template-columns: 1fr !important;

        max-width: 390px !important;

        gap: 14px !important;
    }

    .va-pod-premium-card {
        height: 260px !important;

        padding: 25px !important;
    }

    .va-pod-premium-spotify svg {
        width: 190px !important;
        height: 190px !important;
    }

    .va-pod-premium-amazon svg {
        width: 225px !important;
    }

    .va-pod-premium-xraised span {
        font-size: 62px !important;
    }

    .va-pod-premium-content strong {
        font-size: 21px !important;
    }

}

.va-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 62px;
}

.va-service img {
    width: 100%;
    height: 392px;
    object-fit: cover;
    background: var(--sage);
    display: block;
}

.va-service .num,
.va-service h3 {
    font-family: "Libre Caslon Text", serif;
    font-size: 36px;
    margin: 0;
}

.va-service h3 {
    letter-spacing: -0.04em;
    margin: 12px 0 16px;
}

.va-service p {
    font-size: 20px;
    line-height: 1.52;
    color: var(--muted);
    max-width: 480px;
}

.va-service .copy {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
}

.va-why {
    background: var(--sage);
}

.va-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 72px;
}

.va-pills article {
    border-top: 1px solid #cfd3c1;
    padding-top: 22px;
}

.va-pills .num {
    font-family: "Libre Caslon Text", serif;
    font-size: 28px;
    margin: 0;
	color: #808568;
font-family: "Cormorant Garamond";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 37.4px;
}

.va-pills h3 {
    font-family: "Libre Caslon Text", serif;
    font-size: 32px;
    margin: 10px 0;
}

.va-pills p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}

.va-cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    margin-top: 56px;
}

.va-cases img {
    height: 42px;
    width: auto;
    object-fit: contain;
    margin-bottom: 22px;
}

.va-cases p {
    font-size: 22px;
    line-height: 1.45;
    max-width: 520px;
}

.va-quotes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
}

.va-quotes article {
    background: #fff;
    border: 1px solid var(--line);
    padding: 36px 32px 28px;
}

.va-quotes .mark {
    font-family: "Libre Caslon Text", serif;
    font-size: 64px;
    line-height: 1;
    color: var(--olive);
    margin: 0;
}

.va-quotes q {
    font-family: "Libre Caslon Text", serif;
    font-size: 28px;
    line-height: 1.4;
    display: block;
    margin: 8px 0 28px;
}

.va-quotes cite {
    display: block;
    font-style: normal;
    font-size: 16px;
}

.va-quotes cite span {
    display: block;
    color: var(--muted);
}

/* =========================
   AWARDS & MEDIA
========================= */

.va-awards {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.8fr);
    gap: 72px;
    align-items: center;
}

.va-awards-heading {
    align-self: center;
}

.va-award-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.va-award {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
    min-height: 106px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
}

.va-award:last-child {
    border-bottom: 1px solid var(--line);
}

/* Logo box */

.va-award-logo {
    width: 168px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--line);
}

.va-award-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Award content */

.va-award-content {
    min-width: 0;
}

.va-award h3 {
    font-family: "Libre Caslon Text", serif;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}

.va-award p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 15px;
}

/* Link */

.va-award .va-link {
    white-space: nowrap;
    justify-self: end;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .va-awards {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .va-award {
        grid-template-columns: 150px minmax(0, 1fr);
        column-gap: 24px;
    }

    .va-award-logo {
        width: 150px;
        height: 68px;
    }

    .va-award .va-link {
        grid-column: 2;
        justify-self: start;
        margin-top: 10px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .va-awards {
        gap: 35px;
    }

    .va-award {
        grid-template-columns: 1fr;
        row-gap: 14px;
        padding: 24px 0;
    }

    .va-award-logo {
        width: 168px;
        height: 68px;
    }

    .va-award .va-link {
        grid-column: auto;
        margin-top: 0;
        justify-self: start;
    }

    .va-award h3 {
        font-size: 23px;
    }
}

.va-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 48px;
}

.va-plan {
    border: 1px solid var(--line);
    background: #fff;
    padding: 34px 28px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.va-plan.featured {
    background: #EBECE1;
    color: #000;
    border-color: #C8BFB4;
}

.va-plan .tag {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: var(--olive-dark);
}

.va-plan.featured .tag {
    color: var(--olive);
}

.va-plan .price {
    font-family: "Libre Caslon Text", serif;
    font-size: 42px;
    margin: 10px 0 8px;
}

.va-plan .price small {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.va-plan ul {
    list-style: none;
    padding: 18px 0 0;
    margin: 0 0 auto;
    color: var(--muted);
}

.va-plan.featured ul {
    color: #000;
}

.va-plan li {
    padding: 8px 0 8px 22px;
    position: relative;
}

.va-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--olive);
}

.va-plan .va-btn {
    margin-top: 22px;
    justify-content: center;
}
/* =========================================
   PRICING CARD — STRUCTURED CONTENT
========================================= */

.va-plan {
    position: relative;
/*     min-height: 500px; */
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
}


/* Package header */

.va-plan-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.va-plan .tag {
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
}

.va-plan .price {
    margin: 0;
    font-family: "Libre Caslon Text", serif;
    font-size: 25px;
    line-height: 1;
    white-space: nowrap;
}

.va-plan .price small {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}


/* Description */

.va-plan-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.45;
    color: #1b1e16;
}

.va-plan-description br {
    display: block;
    content: "";
    margin-bottom: 3px;
}


/* Section groups */

.va-plan-group {
    margin-top: 13px;
}

.va-plan-heading {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--olive-dark);
}


/* Lists */

.va-plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--ink);
}

.va-plan li {
    position: relative;
    padding: 3px 0 3px 14px;
    font-size: 15px;
    line-height: 1.35;
}

.va-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--olive);
    font-size: 9px;
}


/* Ideal for grey box */

.va-plan-ideal {
    margin-top: auto;
    padding: 15px;
    background: #dfe3d2;
    border-radius: 5px;
}

.va-plan-ideal .va-plan-heading {
    margin-bottom: 3px;
}

.va-plan-ideal p:last-child {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}


/* Select button */

.va-plan > .va-btn {
    width: 100%;
    min-height: 25px;
    height: 25px;
    margin-top: 8px;
    padding: 10px 15px;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
}

.va-founder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.va-founder img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.va-founder .quote {
    font-family: "Libre Caslon Text", serif;
    font-size: 30px;
    line-height: 1.45;
}

.va-split {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    align-items: end;
}

.va-split p {
    max-width: 360px;
    color: var(--muted);
    font-size: 18px;
}

.va-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
}

.va-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.va-card .meta {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #525252;
    margin: 16px 0 8px;
}

.va-card h3 {
    font-family: "Libre Caslon Text", serif;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.va-cta {
    background: #111;
    color: #fff;
    padding: 88px 0;
    text-align: center;
}

.va-cta h2 {
    font-family: "Libre Caslon Text", serif;
    font-size: clamp(40px, 5vw, 60px);
    margin: 0 0 16px;
}

.va-cta p {
    color: #cfcfcf;
    font-size: 18px;
    margin: 0 0 28px;
}

/* =========================================================
   VAGENCY FOOTER
   ========================================================= */

.va-footer {
    background: #1b1e16;
    color: #ecece6;

    padding: 65px 0 28px;
}


/* =========================================================
   FOOTER GRID
   ========================================================= */

.va-footer-grid {
    display: grid;

    grid-template-columns:
        1.2fr
        0.7fr
        1.2fr
        0.9fr;

    gap: 40px;
}
.va-footer-contact address {
    max-width: 240px;

    margin: 0 0 16px;

    font-size: 12px;

    font-style: normal;

    line-height: 1.7;

    color: rgba(236, 236, 230, 0.72);
}

.va-footer-contact address a {
    color: inherit;
    text-decoration: none;
}

.va-footer-contact p {
    margin: 0 0 8px;
}

.va-footer-contact a {
    color: #ecece6;

    font-size: 12px;

    text-decoration: none;

    transition: opacity 0.25s ease;
}

.va-footer-contact a:hover {
    opacity: 0.55;
}

.va-footer-contact a span {
    margin-left: 5px;
}
@media (max-width: 900px) {

    .va-footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 40px;
    }

    .va-footer-brand {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   FOOTER BRAND
   ========================================================= */

.va-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================================================
   FOOTER LOGO
   ========================================================= */

.va-footer-logo {
    display: inline-flex !important;
    width: 145px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    text-decoration: none !important;
}

.va-footer-logo-box {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 145px !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

.va-footer-logo-box img {
    display: block !important;
    width: 135px !important;
    max-width: 135px !important;
    height: auto !important;
    max-height: 65px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    filter: none !important;
}


/* Brand description */
.va-footer-brand > p {
    max-width: 280px;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(236, 236, 230, 0.72);
}


/* =========================================================
   FOOTER HEADINGS
   ========================================================= */

.va-footer-heading {
    margin: 0 0 15px;

    font-family: Arial, sans-serif;

    font-size: 9px;

    line-height: 1.2;

    text-transform: uppercase;

    letter-spacing: 0.16em;

    color: rgba(236, 236, 230, 0.55);
}


/* =========================================================
   FOOTER NAV
   ========================================================= */

.va-footer ul {
    list-style: none;

    padding: 0;
    margin: 0;
}

.va-footer ul li {
    margin: 0 0 7px;
}

.va-footer ul li a {
    color: #ecece6;

    font-size: 12px;

    text-decoration: none;

    transition: opacity 0.25s ease;
}

.va-footer ul li a:hover {
    opacity: 0.55;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.va-footer-newsletter-text {
    max-width: 240px;

    margin: 0 0 16px;

    font-size: 12px;

    line-height: 1.7;

    color: rgba(236, 236, 230, 0.72);
}


.va-footer-newsletter-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #ecece6;

    font-size: 11px;

    text-decoration: none;

    border-bottom: 1px solid rgba(236, 236, 230, 0.4);

    padding-bottom: 4px;

    transition:
        gap 0.25s ease,
        border-color 0.25s ease;
}

.va-footer-newsletter-link span {
    font-size: 14px;
}

.va-footer-newsletter-link:hover {
    gap: 12px;

    border-color: #ecece6;
}


/* =========================================================
   LEGAL
   ========================================================= */

.va-legal {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid #3a3d34;
    padding-top: 18px;
    font-size: 14px;
/*     color: #b7b9ae; */
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .va-footer {
        padding-top: 55px;
    }

    .va-footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 40px;
    }

    .va-footer-brand {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .va-footer {
        padding: 20px 0 20px;
    }

    .va-footer-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .va-footer-brand {
        grid-column: auto;
    }

    .va-footer-logo-box {
        width: 76px;
        height: 48px;
    }

    .va-legal {
        flex-direction: column;

        align-items: flex-start;

        gap: 8px;

      
    }

}



.va-explore {
    margin-top: 52px;
}

.va-inner-hero {
    padding: 72px 0 0;
}

.va-inner-hero h1 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.04em;
    margin: 18px 0 0;
    max-width: 900px;
}

.va-inner-intro {
    max-width: 720px;
    font-size: 20px;
    line-height: 1.55;
    color: var(--muted);
    margin: 22px 0 0;
}

.va-inner-body {
    padding-top: 64px;
}

.va-prose {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.78);
}

.va-prose > *:first-child {
    margin-top: 0;
}

.va-prose h2,
.va-prose h3 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -0.03em;
}

.va-prose h2 {
    font-size: 36px;
    margin: 48px 0 16px;
}

.va-prose h3 {
    font-size: 28px;
    margin: 32px 0 12px;
}

.va-prose p,
.va-prose ul,
.va-prose ol {
    margin: 0 0 20px;
}

.va-prose a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.va-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.va-reveal.is-in {
    opacity: 1;
    transform: none;
}

.va-hero-animate .va-kicker,
.va-hero-animate h1,
.va-hero-animate .va-hero-row {
    opacity: 0;
    transform: translateY(22px);
}

.va-hero-animate .va-hero-photo {
    opacity: 0;
    transform: scale(1.04);
}

.va-hero-animate.is-in .va-kicker,
.va-hero-animate.is-in h1,
.va-hero-animate.is-in .va-hero-row,
.va-hero-animate.is-in .va-hero-photo {
    animation: vaFadeUp 0.9s ease forwards;
}

.va-hero-animate.is-in h1 {
    animation-delay: 0.12s;
}

.va-hero-animate.is-in .va-hero-row {
    animation-delay: 0.24s;
}

.va-hero-animate.is-in .va-hero-photo {
    animation-delay: 0.32s;
    animation-name: vaHeroImage;
}

@keyframes vaFadeUp {
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes vaHeroImage {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .va-reveal,
    .va-hero-animate .va-kicker,
    .va-hero-animate h1,
    .va-hero-animate .va-hero-row,
    .va-hero-animate .va-hero-photo {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
}

@media (max-width: 900px) {
    .va-nav {
        display: none;
    }

    .va-experience,
    .va-service,
    .va-pills,
    .va-cases,
    .va-quotes,
    .va-awards,
    .va-plans,
    .va-founder,
    .va-articles,
    .va-footer-grid {
        grid-template-columns: 1fr;
    }

    .va-service img,
    .va-hero-photo,
    .va-founder img,
    .va-card img {
        height: 240px;
    }
}
/* =========================================================
   CLIENT RESULTS / CASE STUDIES
   ========================================================= */

.va-results-section {
    padding-top: 110px;
    padding-bottom: 120px;
}

.va-results-heading {
    margin-bottom: 70px;
}

.va-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.va-case-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    padding: 32px;
    border-top: 1px solid rgba(30, 34, 27, 0.25);
    border-bottom: 1px solid rgba(30, 34, 27, 0.25);
    background: #f7f6f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.va-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(30, 34, 27, 0.08);
}

.va-case-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(30, 34, 27, 0.12);
}

.va-case-number {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f9a69;
}

.va-case-client {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.va-case-card-logo {
    display: flex;
    align-items: center;
    height: 110px;
    margin: 28px 0 10px;
}

.va-case-card-logo img {
    display: block;
    max-width: 170px;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.va-case-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.va-case-label {
    margin: 10px 0 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f9a69;
}

.va-case-card h3 {
    max-width: 520px;
    margin: 0 0 18px;
    font-family: inherit;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 400;
}

.va-case-person {
    margin: 0 0 4px;
    font-weight: 500;
}

.va-case-role {
    margin: 0 0 30px;
    font-size: 14px;
    opacity: 0.7;
}

.va-case-result {
    max-width: 540px;
    margin: auto 0 28px;
    font-size: 18px;
    line-height: 1.55;
}

.va-case-card .va-link {
    align-self: flex-start;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 800px) {

    .va-results-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .va-results-heading {
        margin-bottom: 45px;
    }

    .va-case-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .va-case-card {
        min-height: auto;
        padding: 25px;
    }

    .va-case-card h3 {
        font-size: 30px;
    }

    .va-case-result {
        font-size: 16px;
    }

}
/* =========================================================
   VAGENCY FRONT PAGE
   MOBILE FINAL OVERRIDES
   ========================================================= */


/* =========================================================
   MOBILE HEADER
   ========================================================= */

@media (max-width: 900px) {

    .va-header-inner {
        position: relative;
        min-height: 68px;
        padding: 8px 20px;
    }

    .va-logo {
        flex-shrink: 0;
    }

    .va-logo img {
        width: 78px;
        height: auto;
    }

    /*
     * Hide desktop navigation on mobile.
     * We will create the hamburger with JS.
     */
    .va-nav {
        display: none !important;
    }

    .va-header .va-btn {
        margin-left: auto;
        margin-right: 45px;
    }


    /* Hamburger button */

    .va-mobile-menu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);

        width: 32px;
        height: 32px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 5px;

        padding: 0;
        border: 0;
        background: transparent;

        cursor: pointer;
        z-index: 100;
    }

    .va-mobile-menu-toggle span {
        display: block;
        width: 23px;
        height: 1.5px;
        background: #1b1e16;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
    }


    /* Hamburger → X */

    .va-mobile-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .va-mobile-menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .va-mobile-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }


    /* Mobile navigation */

    .va-mobile-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: column;

        padding: 20px;

        background: #fefefb;
        border-top: 1px solid #e6e8de;
        border-bottom: 1px solid #d9ddce;

        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);

        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;

        z-index: 99;
    }

    .va-mobile-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .va-mobile-nav a {
        display: block;
        padding: 15px 5px;

        border-bottom: 1px solid #e6e8de;

        font-family: "DM Sans", sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;

        color: #1b1e16;
    }

    .va-mobile-nav a:last-child {
        border-bottom: 0;
    }

    .va-mobile-nav a:hover {
        color: var(--olive);
    }
}


/* =========================================================
   MOBILE — GENERAL HEADING SIZE
   ========================================================= */

@media (max-width: 650px) {

    /*
     * Main section headings
     */
    .va-h2 {
        font-size: 30px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.025em !important;
    }

    /*
     * Experience heading
     *
     * Fixes:
     * "14+ years of experience.
     * Sound judgement.
     * Personal commitment."
     */
    .va-experience h2 {
        font-size: 30px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.025em !important;
        max-width: 100%;
    }

    /*
     * Hero heading
     */
    .va-hero h1 {
        font-size: 30px !important;
        line-height: 1.08 !important;
    }

    /*
     * Service headings
     */
    .va-service h3 {
        font-size: 27px !important;
        line-height: 1.15 !important;
    }

    /*
     * Other large headings
     */
    .va-pills h3 {
        font-size: 27px !important;
    }

    .va-founder .quote {
        font-size: 20px !important;
        line-height: 1.4 !important;
		margin-top:10px !important;
	}

    .va-cta h2 {
        font-size: 34px !important;
        line-height: 1.1 !important;
    }
}


/* =========================================================
   MOBILE — EXPERIENCE SECTION
   ========================================================= */

@media (max-width: 650px) {

    .va-experience {
        padding-top: 48px !important;
        padding-bottom: 48px !important;

        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .va-experience h2 {
        margin: 0 !important;
    }

    .va-experience p {
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}


/* =========================================================
   MOBILE — AWARDS & MEDIA
   ========================================================= */

@media (max-width: 900px) {

    .va-awards {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .va-awards-heading {
        width: 100%;
    }

    .va-awards-heading .va-h2 {
        max-width: 400px;
    }

    .va-award-list {
        width: 100%;
    }

    .va-award {
        grid-template-columns: 140px minmax(0, 1fr) !important;
        column-gap: 20px !important;

        min-height: 0 !important;
        padding: 22px 0 !important;
    }

    .va-award-logo {
        width: 140px !important;
        height: 65px !important;
        padding: 8px 10px !important;
    }

    .va-award h3 {
        font-size: 23px !important;
        line-height: 1.2 !important;
    }

    .va-award p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .va-award .va-link {
        grid-column: 2 !important;
        justify-self: start !important;
        margin-top: 7px !important;
    }
}


/* =========================================================
   MOBILE — AWARDS SMALL SCREEN
   ========================================================= */

@media (max-width: 600px) {

    .va-awards {
        gap: 28px !important;
    }

    /*
     * Make the section heading compact.
     */
    .va-awards-heading .va-h2 {
        font-size: 31px !important;
        line-height: 1.08 !important;
    }

    /*
     * Each award becomes a clean vertical card/list item.
     */
    .va-award {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 13px !important;

        padding: 24px 0 !important;
    }

    /*
     * Logo
     */
    .va-award-logo {
        width: 150px !important;
        height: 62px !important;

        padding: 7px 10px !important;

        background: #fff !important;
        border: 1px solid var(--line) !important;
    }

    .va-award-logo img {
        max-width: 100% !important;
        max-height: 48px !important;
    }

    /*
     * Award title
     */
    .va-award h3 {
        margin: 0 !important;

        font-size: 22px !important;
        line-height: 1.15 !important;
    }

    /*
     * Award description
     */
    .va-award p {
        margin: 0 !important;

        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /*
     * Learn More
     */
    .va-award .va-link {
        grid-column: auto !important;

        margin: 2px 0 0 !important;

        font-size: 12px !important;
        min-height: 30px !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .va-h2 {
        font-size: 29px !important;
    }

    .va-experience h2 {
        font-size: 29px !important;
    }

    .va-hero h1 {
        font-size: 33px !important;
    }

    .va-service h3 {
        font-size: 25px !important;
    }

    .va-awards-heading .va-h2 {
        font-size: 29px !important;
    }

    .va-award {
        padding: 21px 0 !important;
    }

    .va-award-logo {
        width: 140px !important;
        height: 58px !important;
    }

    .va-award h3 {
        font-size: 21px !important;
    }
}er-grid {
        gap: 28px;
    }
}


/* =========================================================
   TABLET
   900px
   ========================================================= */

@media (max-width: 900px) {

    /* ---------- GLOBAL ---------- */

    .va-wrap {
        width: 100%;
        max-width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }

    .va-section {
        padding-top: 75px;
        padding-bottom: 75px;
    }


    /* ---------- HEADER ---------- */

    .va-header-inner {
        min-height: 72px;
        padding: 8px 22px;
    }

    .va-logo img {
        width: 82px;
    }

    .va-nav {
        display: none;
    }

    .va-header .va-btn {
        min-height: 38px;
        padding-left: 13px;
        font-size: 12px;
    }

    .va-header .va-btn i {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }


    /* ---------- HERO ---------- */

    .va-hero {
        padding-top: 45px;
    }

    .va-hero h1 {
        font-size: clamp(42px, 7vw, 58px);
        max-width: 850px;
    }

    .va-hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-bottom: 38px;
    }

    .va-hero p.lead {
        font-size: 18px;
        max-width: 680px;
    }

    .va-hero-actions {
        width: 100%;
        gap: 18px;
    }

    .va-hero-photo {
        height: 420px;
    }


    /* ---------- EXPERIENCE ---------- */

    .va-experience {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .va-experience p {
        max-width: 650px;
    }


    /* ---------- COMMON HEADINGS ---------- */

    .va-h2 {
        font-size: clamp(36px, 6vw, 50px);
    }

    .va-label {
        font-size: 13px;
    }


    /* ---------- SERVICES ---------- */

    .va-service {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 45px;
    }

    .va-service img {
        width: 100%;
        height: 320px;
    }

    .va-service .copy {
        padding-bottom: 20px;
    }

    .va-service h3 {
        font-size: 32px;
    }

    .va-service p {
        font-size: 17px;
        max-width: 650px;
    }


    /* ---------- WHY / PILLS ---------- */

    .va-pills {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 50px;
    }

    .va-pills article {
        padding-top: 20px;
    }

    .va-pills h3 {
        font-size: 29px;
    }

    .va-pills p {
        font-size: 17px;
    }


    /* ---------- CASES ---------- */

    .va-cases {
        grid-template-columns: 1fr;
        gap: 45px;
        margin-top: 45px;
    }

    .va-cases p {
        font-size: 19px;
        max-width: 700px;
    }


    /* ---------- QUOTES ---------- */

    .va-quotes {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }

    .va-quotes article {
        padding: 30px 26px 25px;
    }

    .va-quotes q {
        font-size: 25px;
    }


    /* ---------- AWARDS ---------- */

    .va-awards {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .va-award {
        grid-template-columns: 150px minmax(0, 1fr);
        column-gap: 22px;
    }

    .va-award-logo {
        width: 150px;
        height: 68px;
    }

    .va-award .va-link {
        grid-column: 2;
        justify-self: start;
        margin-top: 8px;
    }


    /* ---------- PRICING ---------- */

    .va-plans {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .va-plan {
        min-height: auto;
        padding: 30px 25px;
    }


    /* ---------- FOUNDER ---------- */

    .va-founder {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .va-founder img {
        width: 100%;
        height: auto;
    }

    .va-founder .quote {
        font-size: 27px;
    }


    /* ---------- ARTICLES ---------- */

    .va-articles {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 35px;
    }

    .va-card img {
        height: 300px;
    }


    /* ---------- CTA ---------- */

    .va-cta {
        padding: 70px 0;
    }

    .va-cta h2 {
        font-size: clamp(38px, 7vw, 54px);
    }

    .va-cta p {
        font-size: 17px;
    }


    /* ---------- FOOTER ---------- */

    .va-footer {
        padding-top: 55px;
    }

    .va-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .va-footer-brand {
        grid-column: 1 / -1;
    }


    /* ---------- CONTACT ---------- */

    body.va-front .va-contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 65px 0;
    }

    body.va-front .va-contact-details {
        padding: 35px;
    }

    body.va-front .va-contact-form-wrap {
        padding: 0;
    }


    /* ---------- PODCAST ---------- */

    .va-pod-premium {
        padding-top: 70px !important;
        padding-bottom: 75px !important;
    }

    .va-pod-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

    .va-pod-premium-card {
        height: 300px !important;
    }
}


/* =========================================================
   MOBILE
   650px
   ========================================================= */

@media (max-width: 650px) {

    /* ---------- GLOBAL ---------- */

    .va-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .va-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    /* ---------- HEADER ---------- */

    .va-header-inner {
        min-height: 64px;
        padding: 7px 16px;
        gap: 10px;
    }

    .va-logo img {
        width: 72px;
    }

    .va-header .va-btn {
        min-height: 35px;
        padding: 0 6px 0 11px;
        font-size: 10px;
        border-radius: 8px;
    }

    .va-header .va-btn i {
        width: 29px;
        height: 29px;
        font-size: 16px;
        margin-right: -10px;
    }


    /* ---------- HERO ---------- */

    .va-hero {
        padding-top: 35px;
    }

    .va-kicker {
        font-size: 11px;
        letter-spacing: 1.5px;
        gap: 9px;
    }

    .va-kicker::before {
        width: 22px;
    }

    .va-hero h1 {
        font-size: clamp(35px, 10vw, 46px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        margin: 14px 0 18px;
    }

    .va-hero-row {
        gap: 22px;
        padding-bottom: 30px;
    }

    .va-hero p.lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .va-hero p.sub {
        font-size: 15px;
    }

    .va-hero-actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 15px;
    }

    .va-hero-actions .va-btn {
        width: auto;
    }

    .va-hero-photo {
        height: 280px;
        object-position: center;
    }


    /* ---------- EXPERIENCE ---------- */

    .va-experience {
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 22px;
    }

    .va-experience h2 {
        font-size: 34px;
    }

    .va-experience p {
        font-size: 15px;
        line-height: 1.55;
    }


    /* ---------- HEADINGS ---------- */

    .va-h2 {
        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.1;
    }

    .va-label {
        font-size: 11px;
        letter-spacing: 1.7px;
        margin-bottom: 12px;
    }


    /* ---------- SERVICES ---------- */

    .va-service {
        gap: 22px;
        margin-top: 35px;
    }

    .va-service img {
        height: 230px;
    }

    .va-service .num {
        font-size: 27px;
    }

    .va-service h3 {
        font-size: 28px;
        margin: 9px 0 12px;
    }

    .va-service p {
        font-size: 15px;
        line-height: 1.55;
    }

    .va-service .copy {
        padding-bottom: 18px;
    }


    /* ---------- PILLS ---------- */

    .va-pills {
        gap: 25px;
        margin-top: 40px;
    }

    .va-pills .num {
        font-size: 20px;
        line-height: 1.5;
    }

    .va-pills h3 {
        font-size: 27px;
        margin: 7px 0;
    }

    .va-pills p {
        font-size: 15px;
        line-height: 1.55;
    }


    /* ---------- CASES ---------- */

    .va-cases {
        gap: 35px;
        margin-top: 35px;
    }

    .va-cases img {
        height: 35px;
        margin-bottom: 15px;
    }

    .va-cases p {
        font-size: 17px;
        line-height: 1.5;
    }


    /* ---------- QUOTES ---------- */

    .va-quotes {
        gap: 18px;
        margin-top: 30px;
    }

    .va-quotes article {
        padding: 25px 20px 22px;
    }

    .va-quotes .mark {
        font-size: 52px;
    }

    .va-quotes q {
        font-size: 22px;
        line-height: 1.35;
        margin: 5px 0 22px;
    }

    .va-quotes cite {
        font-size: 14px;
    }


    /* ---------- AWARDS ---------- */

    .va-awards {
        gap: 30px;
    }

    .va-award {
        grid-template-columns: 1fr;
        row-gap: 13px;
        padding: 22px 0;
    }

    .va-award-logo {
        width: 150px;
        height: 62px;
    }

    .va-award h3 {
        font-size: 22px;
    }

    .va-award p {
        font-size: 14px;
        line-height: 1.5;
    }

    .va-award .va-link {
        grid-column: auto;
        margin-top: 0;
        justify-self: start;
    }


    /* ---------- PRICING ---------- */

    .va-plans {
        gap: 15px;
        margin-top: 32px;
    }

    .va-plan {
        padding: 27px 22px;
    }

    .va-plan .price {
        font-size: 36px;
    }


    /* ---------- FOUNDER ---------- */

    .va-founder {
        gap: 28px;
    }

    .va-founder .quote {
        font-size: 23px;
        line-height: 1.4;
    }


    /* ---------- ARTICLES ---------- */

    .va-articles {
        gap: 28px;
        margin-top: 30px;
    }

    .va-card img {
        height: 230px;
    }

    .va-card h3 {
        font-size: 22px;
    }


    /* ---------- CTA ---------- */

    .va-cta {
        padding: 60px 16px;
    }

    .va-cta h2 {
        font-size: 38px;
        line-height: 1.1;
    }

    .va-cta p {
        font-size: 15px;
        line-height: 1.55;
    }


    /* ---------- CONTACT ---------- */

    body.va-front .va-contact-grid {
        padding: 50px 16px;
        gap: 35px;
    }

    body.va-front .va-contact-details {
        padding: 28px 22px;
        border-radius: 18px;
    }

    body.va-front .va-contact-note {
        font-size: 14px;
        line-height: 1.6;
    }

    body.va-front .va-contact-list li {
        padding: 16px 0;
    }

    body.va-front .va-contact-list a,
    body.va-front .va-contact-list strong {
        font-size: 14px;
    }

    body.va-front .va-contact-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.va-front .va-contact-form label:nth-of-type(4) {
        grid-column: auto;
    }

    body.va-front .va-contact-form .va-btn {
        width: 100%;
        grid-column: auto;
        justify-content: center;
    }

    body.va-front .va-contact-form textarea {
        min-height: 130px;
    }


    /* ---------- FOOTER ---------- */

    .va-footer {
        padding: 45px 0 20px;
    }

    .va-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .va-footer-brand {
        grid-column: auto;
    }

    .va-footer-logo-box {
        width: 90px;
        height: auto;
    }

    .va-footer-logo-box img {
        width: 90px !important;
        max-width: 90px !important;
        max-height: 55px !important;
    }

    .va-footer-brand > p {
        max-width: 300px;
        font-size: 11px;
    }

    .va-footer-heading {
        font-size: 9px;
    }

    .va-footer ul li a {
        font-size: 12px;
    }

    .va-footer-contact address {
        font-size: 12px;
    }

    .va-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
/*         margin-top: 35px; */
        font-size: 10px;
    }


    /* ---------- PODCAST ---------- */

    .va-pod-premium {
        padding-top: 55px !important;
        padding-bottom: 60px !important;
    }

    .va-pod-premium-intro {
        margin-bottom: 30px !important;
    }

    .va-pod-premium-intro h2 {
        font-size: 36px !important;
        line-height: 1 !important;
    }

    .va-pod-premium-intro > p:last-child {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    .va-pod-premium-grid {
        grid-template-columns: 1fr !important;
        max-width: 390px !important;
        gap: 14px !important;
    }

    .va-pod-premium-card {
        height: 260px !important;
        padding: 25px !important;
    }

    .va-pod-premium-spotify svg {
        width: 190px !important;
        height: 190px !important;
    }

    .va-pod-premium-amazon svg {
        width: 225px !important;
    }

    .va-pod-premium-xraised span {
        font-size: 62px !important;
    }

    .va-pod-premium-content strong {
        font-size: 21px !important;
    }
}


/* =========================================================
   SMALL MOBILE
   480px
   ========================================================= */

@media (max-width: 480px) {

    .va-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .va-header-inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .va-header .va-btn {
        font-size: 9px;
        padding-left: 9px;
    }

    .va-header .va-btn i {
        display: none;
    }

    .va-hero h1 {
        font-size: 34px;
    }

    .va-hero-photo {
        height: 230px;
    }

    .va-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .va-service img {
        height: 205px;
    }

    .va-h2 {
        font-size: 31px;
    }

    .va-cta h2 {
        font-size: 33px;
    }

    .va-card img {
        height: 205px;
    }

    .va-pod-premium-card {
        height: 240px !important;
    }
}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .va-site *,
    .va-site *::before,
    .va-site *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/* =========================================================
   MOBILE HAMBURGER — FINAL OVERRIDE
   ========================================================= */

/* HIDE ON DESKTOP */
.va-mobile-menu-toggle,
.va-mobile-nav {
    display: none !important;
}


/* =========================================================
   MOBILE ONLY
   ========================================================= */

@media (max-width: 900px) {

    /* ---------- HAMBURGER BUTTON ---------- */

    .va-mobile-menu-toggle {
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: 38px !important;
        height: 38px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 5px !important;

        margin: 0 !important;
        padding: 0 !important;

        /* VAgency theme color */
        background: var(--olive) !important;

        border: 0 !important;
        border-radius: 8px !important;

        box-shadow: none !important;
        outline: none !important;

        cursor: pointer !important;

        z-index: 1000 !important;
    }


    /* ---------- HAMBURGER LINES ---------- */

    .va-mobile-menu-toggle span {
        display: block !important;

        width: 19px !important;
        height: 2px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        border: 0 !important;
        border-radius: 2px !important;

        transition:
            transform 0.3s ease,
            opacity 0.3s ease !important;
    }


    /* ---------- HAMBURGER → X ---------- */

    .va-mobile-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }

    .va-mobile-menu-toggle.is-active span:nth-child(2) {
        opacity: 0 !important;
    }

    .va-mobile-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }


    /* ---------- MOBILE NAV ---------- */

    .va-mobile-nav {
        position: absolute !important;

        top: 100% !important;
        left: 0 !important;
        right: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        padding: 15px 22px !important;

        background: var(--cream) !important;

        border-top: 1px solid var(--line) !important;
        border-bottom: 1px solid var(--line) !important;

        box-shadow: 0 15px 30px rgba(27, 30, 22, 0.08) !important;

        opacity: 0 !important;
        visibility: hidden !important;

        transform: translateY(-10px) !important;

        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease !important;

        z-index: 999 !important;
    }


    /* OPEN */

    .va-mobile-nav.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }


    /* ---------- MOBILE LINKS ---------- */

    .va-mobile-nav a {
        display: block !important;

        padding: 14px 4px !important;

        border-bottom: 1px solid var(--line) !important;

        font-family: "DM Sans", sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;

        letter-spacing: 1px !important;
        text-transform: uppercase !important;

        color: var(--ink) !important;

        background: transparent !important;
    }

    .va-mobile-nav a:last-child {
        border-bottom: 0 !important;
    }

    .va-mobile-nav a:hover {
        color: var(--olive) !important;
    }
}

/* ---------- Search results ---------- */

.va-page-search .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.va-search-hero {
    padding-bottom: 8px;
}

.va-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 720px;
    margin: 36px 0 0;
}

.va-search-input {
    flex: 1 1 240px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.va-search-input:focus {
    outline: 2px solid var(--olive);
    outline-offset: 2px;
    border-color: var(--olive);
}

.va-search-results {
    padding-top: 40px;
    padding-bottom: 24px;
}

.va-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 820px;
}

.va-search-item {
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.va-search-item:first-child {
    border-top: 1px solid var(--line);
}

.va-search-type {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--olive-dark);
}

.va-search-title {
    margin: 0;
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.va-search-title a {
    color: var(--ink);
    text-decoration: none;
}

.va-search-title a:hover {
    color: var(--olive-dark);
}

.va-search-excerpt {
    margin: 14px 0 0;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--muted);
}

.va-search-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: var(--olive-dark) !important;
}

.va-search-link:hover {
    color: var(--ink) !important;
}

.va-search-empty {
    max-width: 640px;
    padding: 12px 0 40px;
}

.va-search-empty h2 {
    margin: 0 0 12px;
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.03em;
}

.va-search-empty p {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.55;
    color: var(--muted);
}

.va-search-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.va-search-suggestions a {
    font-size: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
}

.va-search-suggestions a:hover {
    color: var(--olive-dark);
    border-color: var(--olive);
}

.va-page-search .navigation.pagination,
.va-page-search .va-search-pagination,
.va-page-search nav.navigation {
    margin: 40px 0 8px;
}

.va-page-search .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.va-page-search .nav-links a,
.va-page-search .nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 14px;
    color: var(--ink);
    background: #fff;
}

.va-page-search .nav-links .current {
    background: var(--olive);
    border-color: var(--olive);
    color: #fff;
}

.va-page-search .nav-links a:hover {
    border-color: var(--olive-dark);
    color: var(--olive-dark);
}

@media (max-width: 650px) {
    .va-search-form {
        margin-top: 28px;
    }

    .va-search-form .va-btn {
        width: 100%;
        justify-content: center;
    }

    .va-search-item {
        padding: 22px 0;
    }

    .va-search-excerpt {
        font-size: 16px;
    }
}
/* =========================================================
   VAGENCY FOOTER + LEGAL — CONTINUOUS DARK BACKGROUND
   ========================================================= */

.va-footer {
    background: #1b1e16 !important;
    color: #ecece6 !important;
}

/* Legal full-width background */
.va-legal {
    width: 100% !important;
    max-width: none !important;

    background: #1b1e16 !important;
    color: #ecece6 !important;

    border-top: 1px solid #3a3d34 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Keep the legal content aligned with the footer */
.va-legal {
    padding-left: max(24px, calc((100vw - 1264px) / 2 + 24px)) !important;
    padding-right: max(24px, calc((100vw - 1264px) / 2 + 24px)) !important;
}

.va-legal a {
    color: #ecece6 !important;
}

.va-legal a:hover {
    color: #a4af7a !important;
}
/* =========================================================
   AWARDS — MOBILE: LOGO LEFT / CONTENT RIGHT
   ========================================================= */

@media (max-width: 600px) {

    .va-award {
        display: grid !important;
        grid-template-columns: 110px minmax(0, 1fr) !important;
        column-gap: 16px !important;
        row-gap: 0 !important;
        align-items: center !important;
        padding: 20px 0 !important;
    }

    .va-award-logo {
        width: 110px !important;
        height: 65px !important;
        padding: 7px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .va-award-logo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .va-award-content {
        min-width: 0 !important;
    }

    .va-award h3 {
        font-size: 20px !important;
        line-height: 1.15 !important;
        margin: 0 !important;
    }

    .va-award p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin: 5px 0 0 !important;
    }

    .va-award .va-link {
        grid-column: 2 !important;
        justify-self: start !important;
        margin-top: 8px !important;
        min-height: auto !important;
        font-size: 12px !important;
    }
}
/* =========================================================
   VAGENCY PRICING PAGE
========================================================= */

.va-pricing-page {
    width: 100%;
    overflow: hidden;
}


/* =========================================================
   PRICING HERO
========================================================= */

.va-pricing-hero {
    position: relative;

    min-height: 520px;

    display: flex;
    align-items: center;

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    isolation: isolate;
}

.va-pricing-hero-overlay {
    position: absolute;
    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(248, 247, 241, 0.98) 0%,
            rgba(248, 247, 241, 0.94) 30%,
            rgba(248, 247, 241, 0.58) 52%,
            rgba(248, 247, 241, 0.08) 78%,
            rgba(248, 247, 241, 0) 100%
        );
}

.va-pricing-hero-content {
    width: min(1264px, calc(100% - 48px));

    margin: 0 auto;

    padding: 75px 0;
}

.va-pricing-hero-content .va-eyebrow {
    display: block;

    margin-bottom: 18px;
}

.va-pricing-hero-content h1 {
    max-width: 680px;

    margin: 0 0 24px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(52px, 5.4vw, 78px);
    line-height: 1.2;
    font-weight: 400;

    letter-spacing: -2px;

    color: var(--ink);
	font-size:50px;
}

.va-pricing-hero-content h1 em {
    color: var(--olive);

    font-style: normal;
}

.va-pricing-hero-content p {
    max-width: 600px;

    margin: 0;

    font-size: 18px;
    line-height: 1.7;

    color: #34404a;
}


/* =========================================================
   INTRO
========================================================= */

.va-pricing-intro {
    padding: 110px 0 80px;

    background: var(--cream);
}

.va-pricing-intro .va-wrap {
    max-width: 850px;

    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.va-pricing-intro .va-eyebrow {
    display: block;

    margin-bottom: 20px;
}

.va-pricing-intro .va-h2 {
    margin-bottom: 25px;
}

.va-pricing-intro p {
    max-width: 700px;

    margin: 0 auto;

    font-size: 18px;
    line-height: 1.75;

    color: #4a5153;
}


/* =========================================================
   PRICING SECTION
========================================================= */

.va-pricing-section {
    padding: 40px 0 110px;

    background: var(--cream);
}

.va-pricing-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;

    align-items: stretch;
}


/* =========================================================
   PRICING CARD
========================================================= */

.va-pricing-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 38px 34px 34px;

    background: #ffffff;

    border: 1px solid rgba(42, 50, 44, 0.12);

    border-radius: 3px;

    box-shadow:
        0 12px 35px rgba(31, 38, 31, 0.06);
}

.va-pricing-card-featured {
    border: 2px solid var(--olive);

    transform: translateY(-10px);
}


/* =========================================================
   MOST POPULAR
========================================================= */

.va-pricing-badge {
    position: absolute;

    top: -1px;
    left: 50%;

    transform: translate(-50%, -50%);

    padding: 8px 17px;

    background: var(--olive);

    color: #ffffff;

    font-size: 10px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    white-space: nowrap;
}


/* =========================================================
   CARD HEADER
========================================================= */

.va-pricing-card-top {
    padding-bottom: 28px;

    border-bottom:
        1px solid rgba(42, 50, 44, 0.12);
}

.va-pricing-label {
    display: inline-block;

    margin-bottom: 13px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: var(--olive);
}

.va-pricing-card h2 {
    margin: 0 0 18px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 34px;
    line-height: 1.15;

    font-weight: 400;

    color: var(--ink);
}

.va-price {
    display: flex;

    align-items: baseline;

    gap: 7px;

    margin-bottom: 15px;
}

.va-price strong {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 46px;

    line-height: 1;

    font-weight: 400;

    color: var(--ink);
}

.va-price span {
    font-size: 14px;

    color: #6c716d;
}

.va-pricing-hours {
    margin: 0 0 13px;

    font-size: 15px;

    line-height: 1.55;

    font-weight: 700;

    color: var(--olive-dark);
}

.va-pricing-description {
    margin: 0;

    font-size: 15px;

    line-height: 1.7;

    color: #5b6260;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.va-pricing-group {
    padding: 25px 0;

    border-bottom:
        1px solid rgba(42, 50, 44, 0.10);
}

.va-pricing-group h3 {
    margin: 0 0 15px;

    font-size: 12px;

    line-height: 1.5;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: var(--ink);
}

.va-pricing-group ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.va-pricing-group li {
    position: relative;

    padding-left: 22px;

    margin-bottom: 11px;

    font-size: 14px;

    line-height: 1.6;

    color: #555d59;
}

.va-pricing-group li:last-child {
    margin-bottom: 0;
}

.va-pricing-group li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color: var(--olive);

    font-weight: 700;
}

.va-pricing-ideal {
    border-bottom: 0;
}

.va-pricing-ideal p {
    margin: 0;

    font-size: 14px;

    line-height: 1.7;

    color: #555d59;
}


/* =========================================================
   PRICING CARD BUTTON
========================================================= */

/*
 * IMPORTANT:
 *
 * DO NOT set width: 100%;
 * DO NOT recreate padding/background/radius.
 *
 * The existing .va-btn is the header button.
 * We only position it at the bottom of the card.
 */

.va-pricing-card .va-btn {
    align-self: flex-start;

    margin-top: auto;
}


/* =========================================================
   AD HOC SUPPORT
========================================================= */

.va-pricing-adhoc {
    padding: 110px 0;

    background: #e9eadf;
}

.va-pricing-adhoc-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 80px;

    align-items: start;
}

.va-pricing-adhoc-content .va-eyebrow {
    display: block;

    margin-bottom: 20px;
}

.va-pricing-adhoc-content h2 {
    margin: 0 0 24px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(45px, 5vw, 68px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -1.5px;

    color: var(--ink);
}

.va-pricing-adhoc-content h2 em {
    color: var(--olive);

    font-style: normal;
}

.va-adhoc-price {
    display: flex;

    align-items: baseline;

    gap: 7px;

    margin-bottom: 28px;
}

.va-adhoc-price strong {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 50px;

    line-height: 1;

    font-weight: 400;

    color: var(--ink);
}

.va-adhoc-price span {
    font-size: 14px;

    color: #656c67;
}

.va-pricing-adhoc-content p {
    max-width: 600px;

    margin: 0 0 19px;

    font-size: 16px;

    line-height: 1.75;

    color: #4e5651;
}


/*
 * Ad Hoc button uses the exact
 * same .va-btn as the header.
 */

.va-pricing-adhoc-content .va-btn {
    margin-top: 10px;
}


/* =========================================================
   AD HOC RIGHT PANEL
========================================================= */

.va-pricing-adhoc-list {
    padding: 40px;

    background: rgba(255, 255, 255, 0.58);

    border:
        1px solid rgba(42, 50, 44, 0.10);
}

.va-pricing-adhoc-list h3 {
    margin: 0 0 24px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;

    font-weight: 400;

    color: var(--ink);
}

.va-pricing-adhoc-list ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

.va-pricing-adhoc-list li {
    position: relative;

    padding: 13px 0 13px 28px;

    border-bottom:
        1px solid rgba(42, 50, 44, 0.10);

    font-size: 15px;

    line-height: 1.6;

    color: #4f5752;
}

.va-pricing-adhoc-list li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: var(--olive);

    font-weight: 700;
}


/* =========================================================
   AD HOC NOTE
========================================================= */

.va-adhoc-note {
    margin-top: 30px;

    padding-top: 25px;

    border-top:
        1px solid rgba(42, 50, 44, 0.15);
}

.va-adhoc-note strong {
    display: block;

    margin-bottom: 10px;

    font-size: 11px;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: var(--olive-dark);
}

.va-adhoc-note p {
    margin: 0 0 13px;

    font-size: 14px;

    line-height: 1.7;

    color: #59605b;
}


/* =========================================================
   FINAL CTA
========================================================= */

.va-pricing-cta {
    padding: 120px 0;

    background: var(--ink);
}

.va-pricing-cta-inner {
    max-width: 760px;

    margin: 0 auto;

    text-align: center;
}

.va-pricing-cta-inner .va-eyebrow {
    display: block;

    margin-bottom: 20px;

    color: #b6bd94;
}

.va-pricing-cta-inner h2 {
    margin: 0 0 24px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(48px, 5vw, 72px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -1.5px;

    color: #ffffff;
}

.va-pricing-cta-inner h2 em {
    color: var(--olive);

    font-style: normal;
}

.va-pricing-cta-inner p {
    max-width: 620px;

    margin: 0 auto 32px;

    font-size: 16px;

    line-height: 1.7;

    color: rgba(255, 255, 255, 0.72);
}


/*
 * IMPORTANT:
 *
 * No custom button styling here.
 * .va-btn is already your header button.
 */

.va-pricing-cta-inner .va-btn {
    display: inline-flex;

    text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .va-pricing-grid {
        grid-template-columns: 1fr;

        max-width: 680px;

        margin: 0 auto;

        gap: 30px;
    }

    .va-pricing-card-featured {
        transform: none;
    }

    .va-pricing-adhoc-inner {
        grid-template-columns: 1fr;

        gap: 45px;
    }

}


/* =========================================================
   MOBILE RESPONSIVE
========================================================= */

@media (max-width: 700px) {

    /* =====================================================
       PRICING HERO
    ===================================================== */

    .va-pricing-hero {
        min-height: 500px;

        display: flex;
        align-items: flex-start;

        padding-bottom: 126px !important;

        background-size: 360px !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
    }

    /* No overlay on mobile */
    .va-pricing-hero-overlay {
        display: none !important;
        background: none !important;
    }

    .va-pricing-hero-content {
        width: 100%;

        margin: 0;

        padding: 55px 24px 0;
    }

    .va-pricing-hero-content h1 {
        font-size: 30px;

        line-height: 1.05;

        letter-spacing: -1px;
    }

    .va-pricing-hero-content p {
        font-size: 15px;

        line-height: 1.65;
    }


    /* =====================================================
       INTRO
    ===================================================== */

    .va-pricing-intro {
        padding: 75px 0 55px;
    }

    .va-pricing-intro p {
        padding: 0 10px;

        font-size: 16px;

        line-height: 1.7;
    }


    /* =====================================================
       PRICING SECTION
    ===================================================== */

    .va-pricing-section {
        padding: 25px 0 75px;
    }


    /* =====================================================
       PRICING GRID
    ===================================================== */

    .va-pricing-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    /* =====================================================
       PRICING CARD
    ===================================================== */

    .va-pricing-card {
        padding: 30px 24px;
    }

    .va-pricing-card h2 {
        font-size: 30px;
    }

    .va-price strong {
        font-size: 42px;
    }

    .va-pricing-hours {
        font-size: 14px;
    }

    .va-pricing-description {
        font-size: 14px;
    }

    .va-pricing-group li {
        font-size: 14px;
    }


    /* =====================================================
       AD HOC SUPPORT
    ===================================================== */

    .va-pricing-adhoc {
        padding: 75px 0;
    }

    .va-pricing-adhoc-inner {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .va-pricing-adhoc-content h2 {
        font-size: 30px;
    }

    .va-pricing-adhoc-content p {
        font-size: 15px;
    }

    .va-pricing-adhoc-list {
        padding: 28px 22px;
    }

    .va-pricing-adhoc-list h3 {
        font-size: 27px;
    }


    /* =====================================================
       FINAL CTA
    ===================================================== */

    .va-pricing-cta {
        padding: 85px 0;
    }

    .va-pricing-cta-inner {
        padding: 0 20px;
    }

    .va-pricing-cta-inner h2 {
        font-size: 30px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .va-pricing-hero {
        min-height: 480px;

        padding-bottom: 110px !important;

        background-size: 300px !important;
    }

    .va-pricing-hero-content {
        padding: 45px 20px 0;
    }

    .va-pricing-hero-content h1 {
        font-size: 28px;
    }

    .va-pricing-card {
        padding: 28px 20px;
    }

}
/* =========================================
   CREDIBILITY / STATS
========================================= */

.va-credibility-stats {
    width: 100%;
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.va-credibility-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.25fr 1fr;

    background: #e3e9de;

    border: 1px solid rgba(35, 50, 35, 0.08);
    border-radius: 12px;

    overflow: hidden;
}

/* =========================================
   INDIVIDUAL STAT
========================================= */

.va-stat {
    min-height: 125px;

    padding: 30px 36px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;
}

/* Vertical separators */

.va-stat + .va-stat {
    border-left: 1px solid rgba(35, 50, 35, 0.12);
}

/* =========================================
   LARGE NUMBER
========================================= */

.va-stat-value {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;
    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.02em;

    color: #101714;

    margin-bottom: 10px;
}

/* Text based headings */

.va-stat-value-text {
    font-size: 22px;
    line-height: 1.12;
}

/* =========================================
   DESCRIPTION
========================================= */

.va-stat-content h3 {
    margin: 0;
    padding: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    line-height: 1.2;

    font-weight: 500;

    color: #101714;
}

.va-stat-content p {
    margin: 0;

    font-family: inherit;

    font-size: 13px;
    line-height: 1.5;

    color: #536b85;

    letter-spacing: 0.01em;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .va-credibility-stats {
        margin: 55px auto;
        padding: 0 20px;
    }

    .va-credibility-inner {
        grid-template-columns: 1fr;
    }

    .va-stat {
        min-height: auto;
        padding: 26px 30px;
    }

    .va-stat + .va-stat {
        border-left: 0;
        border-top: 1px solid rgba(35, 50, 35, 0.12);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .va-credibility-stats {
        margin: 45px auto;
        padding: 0 16px;
    }

    .va-credibility-inner {
        border-radius: 10px;
    }

    .va-stat {
        padding: 23px 24px;
    }

    .va-stat-value {
        font-size: 27px;
    }

    .va-stat-value-text {
        font-size: 20px;
    }

    .va-stat-content p {
        font-size: 12px;
    }

}
/* =========================================================
   ARTICLE PAGE HERO
========================================================= */

.va-article-hero {
    position: relative;

    width: 100%;
    min-height: 520px;

    display: flex;
    align-items: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* =========================================================
   OVERLAY
========================================================= */

.va-article-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(248, 248, 242, 0.98) 0%,
            rgba(248, 248, 242, 0.96) 25%,
            rgba(248, 248, 242, 0.82) 43%,
            rgba(248, 248, 242, 0.45) 65%,
            rgba(248, 248, 242, 0.05) 100%
        );
}


/* =========================================================
   HERO INNER
========================================================= */

.va-article-hero-inner {
    position: relative;
    z-index: 2;

    width: 100%;

    display: flex;
    align-items: center;

    min-height: 520px;

    box-sizing: border-box;
}


/* =========================================================
   CONTENT
========================================================= */

.va-article-hero-content {
    width: 100%;
    max-width: 620px;
}


/* =========================================================
   EYEBROW
========================================================= */

.va-article-hero .va-eyebrow {
    display: block;

    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.3;

    letter-spacing: 0.04em;

    color: #536b85;
}


/* =========================================================
   HEADING
========================================================= */

.va-article-hero h1 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 50px;
    line-height: 1.02;

    font-weight: 400;

    letter-spacing: -0.025em;

    color: #151b18;
}

.va-article-hero h1 em {
    color: #a9b77d;
    font-style: normal;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.va-article-hero-content > p {
    max-width: 570px;

    margin: 25px 0 0;

    font-size: 17px;
    line-height: 1.65;

    color: #536b85;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .va-article-hero {
        min-height: 480px;
    }

    .va-article-hero-inner {
        min-height: 480px;
    }

    .va-article-hero-content {
        max-width: 560px;
    }

    .va-article-hero h1 {
        font-size: 46px;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .va-article-hero {
        min-height: auto;
        height: auto;

        background-position: center bottom !important;
        background-size: 330px !important;

        margin-top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 180px !important;

        overflow: hidden;
    }


    /* =====================================================
       MOBILE HERO INNER
    ===================================================== */

    .va-article-hero-inner {
        min-height: auto;
        height: auto;

        display: flex;
        align-items: flex-end;

        padding: 0 20px 0 20px !important;

        margin: 0 !important;

        box-sizing: border-box;
    }


    /* =====================================================
       REMOVE OVERLAY COMPLETELY ON MOBILE
    ===================================================== */

    .va-article-hero-overlay {
        display: none !important;
        background: none !important;
    }


    /* =====================================================
       MOBILE CONTENT
    ===================================================== */

    .va-article-hero-content {
        max-width: 100%;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       MOBILE EYEBROW
    ===================================================== */

    .va-article-hero .va-eyebrow {
        margin: 0 0 12px 0;

        font-size: 12px;
        line-height: 1.3;
    }


    /* =====================================================
       MOBILE HEADING
    ===================================================== */

    .va-article-hero h1 {
        margin: 0 !important;

        max-width: 100%;

        font-size: 30px;
        line-height: 1.12;

        letter-spacing: -0.015em;
    }


    /* =====================================================
       MOBILE DESCRIPTION
    ===================================================== */

    .va-article-hero-content > p {
        max-width: 100%;

        margin: 16px 0 0 0 !important;

        font-size: 13px;
        line-height: 1.55;
		margin-bottom: 20px !important;
    }




    /* =====================================================
       BACKGROUND IMAGE POSITION / SIZE
    ===================================================== */

    .va-article-hero,
    .va-article-hero:not(.elementor-motion-effects-element-type-background),
    .va-article-hero > .elementor-motion-effects-container > .elementor-motion-effects-layer {

        background-size: 330px !important;
        background-position: center bottom !important;
    }

}