
body:has(.vantyre-custom-hero) .site-content,
body:has(.vantyre-custom-hero) .site-main,
body:has(.vantyre-custom-hero) .inside-article,
body:has(.vantyre-custom-hero) .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.vantyre-custom-hero {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: 240px;
    overflow: hidden;
    margin: 0 0 24px calc(50% - 50vw) !important;
    padding: clamp(36px, 4vw, 54px) max(20px, calc((100vw - 1240px) / 2)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    background-image:
        var(--vantyre-banner-image, none),
        linear-gradient(90deg, rgba(255, 252, 246, .96) 0%, rgba(255, 252, 246, .90) 36%, rgba(255, 252, 246, .26) 68%, rgba(239, 229, 211, .10) 100%) !important;
    background-repeat: no-repeat !important;
    background-size: cover, cover !important;
    background-position: right center, center center !important;
}

.vantyre-custom-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 22%, rgba(255, 255, 255, .96), transparent 36%),
        radial-gradient(circle at 84% 40%, rgba(180, 138, 74, .12), transparent 28%);
    pointer-events: none;
}

.vantyre-custom-hero > p,
.vantyre-custom-hero > h1 {
    position: relative;
    z-index: 1;
    max-width: 44rem;
}

.vantyre-custom-hero > p:not(.vantyre-custom-eyebrow) {
    max-width: 34rem;
}

.vantyre-custom-hero .vantyre-custom-actions {
    display: none !important;
}


.vantyre-custom-jewelry {
    color: #171717;
}

.vantyre-custom-jewelry *,
.vantyre-custom-jewelry *::before,
.vantyre-custom-jewelry *::after {
    box-sizing: border-box;
}

.vantyre-custom-jewelry h1,
.vantyre-custom-jewelry h2,
.vantyre-custom-jewelry h3 {
    margin: 0;
    color: #111;
    letter-spacing: 0;
}

.vantyre-custom-hero,
.vantyre-custom-intro,
.vantyre-custom-form-section,
.vantyre-custom-bottom-cta {
    margin: 0 0 24px;
    padding: 34px;
    border: 1px solid #eadfd2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .04);
}

.vantyre-custom-hero {
    background:
        radial-gradient(circle at 84% 18%, rgba(180, 138, 74, .18), transparent 28%),
        linear-gradient(135deg, #fff 0%, #faf4f4 52%, #eadfd2 100%);
}

.vantyre-custom-eyebrow {
    margin: 0 0 10px;
    color: #b48a4a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vantyre-custom-hero h1 {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;
}

.vantyre-custom-section-heading h2,
.vantyre-custom-intro h2,
.vantyre-custom-bottom-cta h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
}

.vantyre-custom-hero p,
.vantyre-custom-intro p,
.vantyre-custom-section-heading p,
.vantyre-custom-card p,
.vantyre-custom-bottom-cta p,
.vantyre-custom-form label,
.vantyre-custom-form-section p {
    color: #4b5563;
    line-height: 1.7;
}

.vantyre-custom-hero p,
.vantyre-custom-intro > p,
.vantyre-custom-bottom-cta p {
    max-width: 760px;
}

.vantyre-custom-actions,
.vantyre-custom-card-grid,
.vantyre-custom-form-grid {
    display: grid;
    gap: 16px;
}

.vantyre-custom-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.vantyre-custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid #171717;
    border-radius: 6px;
    background: #fff;
    color: #171717;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.vantyre-custom-button--primary,
.vantyre-custom-button:hover {
    background: #171717;
    color: #fff;
}

.vantyre-custom-button--primary:hover {
    border-color: #b48a4a;
    background: #b48a4a;
    color: #fff;
}

.vantyre-custom-notice {
    margin: 0 0 24px;
    padding: 14px 16px;
    border-left: 4px solid #171717;
    border-radius: 6px;
    background: #f8fafc;
    color: #171717;
    font-weight: 700;
}

.vantyre-custom-notice--success {
    border-left-color: #047857;
    background: #ecfdf5;
}

.vantyre-custom-intro {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.vantyre-custom-section {
    margin: 0 0 24px;
}

.vantyre-custom-section-heading {
    margin: 0 0 16px;
}

.vantyre-custom-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vantyre-custom-card {
    min-height: 100%;
    padding: 22px;
    border: 1px solid #eadfd2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .04);
}

.vantyre-custom-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.vantyre-custom-form {
    margin-top: 18px;
}

.vantyre-custom-steps {
    display: grid;
    gap: 22px;
}

.vantyre-custom-step-card {
    padding: 24px;
    border: 1px solid #eadfd2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .04);
}

.vantyre-custom-step-heading {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
}

.vantyre-custom-step-heading span {
    display: inline-flex;
    width: fit-content;
    padding: 5px 9px;
    border: 1px solid #eadfd2;
    border-radius: 999px;
    background: #f8f5ef;
    color: #b48a4a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.vantyre-custom-step-heading h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.vantyre-custom-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vantyre-custom-form p {
    margin: 0 0 16px;
}

.vantyre-custom-form label {
    display: block;
    margin: 0 0 7px;
    color: #171717;
    font-weight: 800;
}

.vantyre-required {
    color: #b42318;
    font-weight: 900;
}

.vantyre-optional {
    display: inline-flex;
    margin-left: 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
}

.vantyre-custom-form input,
.vantyre-custom-form select,
.vantyre-custom-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d7d0c4;
    border-radius: 6px;
    background: #fff;
    color: #171717;
    line-height: 1.4;
}

.vantyre-custom-form input[type="file"] {
    min-height: 56px;
    padding: 15px;
    border-style: dashed;
    background: #fbfaf7;
}

.vantyre-custom-form textarea {
    resize: vertical;
}

.vantyre-custom-form small {
    display: block;
    margin-top: 8px;
    color: #6b7280;
    line-height: 1.6;
}

.vantyre-custom-form input:focus,
.vantyre-custom-form select:focus,
.vantyre-custom-form textarea:focus {
    border-color: #b48a4a;
    outline: 2px solid rgba(180, 138, 74, .18);
    outline-offset: 0;
}

.vantyre-custom-form-file {
    grid-column: 1 / -1;
}

.vantyre-custom-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    padding: 20px;
    border: 1px solid #eadfd2;
    border-radius: 8px;
    background: #171717;
}

.vantyre-custom-submit p {
    max-width: 560px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
}

.vantyre-custom-submit .vantyre-custom-button {
    border-color: #fff;
}

.vantyre-custom-submit .vantyre-custom-button--primary {
    background: #fff;
    color: #171717;
}

.vantyre-custom-submit .vantyre-custom-button--primary:hover {
    border-color: #b48a4a;
    background: #b48a4a;
    color: #fff;
}

.vantyre-custom-bottom-cta {
    text-align: left;
}

@media (max-width: 980px) {
    .vantyre-custom-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vantyre-custom-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .vantyre-custom-hero,
    .vantyre-custom-intro,
    .vantyre-custom-form-section,
    .vantyre-custom-bottom-cta {
        padding: 24px;
    }

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

    .vantyre-custom-card-grid,
    .vantyre-custom-form-grid {
        grid-template-columns: 1fr;
    }

    .vantyre-custom-step-card,
    .vantyre-custom-submit {
        padding: 18px;
    }

    .vantyre-custom-button {
        width: 100%;
    }
}
