#ak-sb-root {
    --ak-sb-ink: #555555;
    --ak-sb-soft-ink: #4d4945;
    --ak-sb-champagne: #b99a68;
    --ak-sb-warm: #f5f0e8;
    --ak-sb-cream: #fbf8f2;
    --ak-sb-taupe: #d8ccbd;
    --ak-sb-dark: #555555;
    margin: 0;
    color: var(--ak-sb-ink);
    background: var(--ak-sb-cream);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

#ak-sb-root p {
    line-height: 1.7;
}

#ak-sb-root a {
    color: inherit;
    text-decoration: none;
}

#ak-sb-root .ak-sb-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    overflow: hidden;
}

#ak-sb-root .ak-sb-hero-logo {
    width: min(520px, 100%);
    height: auto;
    margin: 0 0 32px;
    display: block;
}

#ak-sb-root .ak-sb-hero-copy {
    padding: 9vw 6vw 6vw 7vw;
    position: relative;
    background:
            radial-gradient(circle at 72% 22%, rgba(185,154,104,.16), transparent 23%),
            linear-gradient(135deg, #fffdfa 0%, var(--ak-sb-warm) 100%);
}

#ak-sb-root .ak-sb-eyebrow {
    letter-spacing: .34em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 26px;
}

#ak-sb-root .ak-sb-hero-title {
    font-family: Futura, "Trebuchet MS", sans-serif;
    font-size: clamp(38px, 5vw, 55px);
    line-height: .84;
    margin: 0 0 28px;
    font-weight: 500;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

#ak-sb-root .ak-sb-hero-title span {
    color: var(--ak-sb-champagne);
    display: block;
}

#ak-sb-root .ak-sb-hero-copy p {
    max-width: 560px;
    font-size: 18px;
    color: var(--ak-sb-soft-ink);
    margin-bottom: 34px;
}

#ak-sb-root .ak-sb-script {
    font-family: "Allura", cursive;
    color: var(--ak-sb-champagne);
    font-size: 38px;
    line-height: 1;
    margin: 22px 0;
}

#ak-sb-root .ak-sb-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

#ak-sb-root .ak-sb-button {
    display: inline-block;
    padding: 15px 22px;
    border: 1px solid var(--ak-sb-ink);
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: 11px;
    font-weight: 600;
}

#ak-sb-root .ak-sb-button.ak-sb-primary {
    background: var(--ak-sb-ink);
    color: #fff;
}

#ak-sb-root .ak-sb-hero-image {
    min-height: 620px;
    background:
            linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.32)),
            url("/images/sites/ak/signaturebridal/ak_sb_hero.jpg?auto=format&fit=crop&w=1500&q=85") center/cover;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 52px;
    color: #fff;
}

#ak-sb-root .ak-sb-hero-card {
    width: min(440px, 100%);
    background: rgba(23,22,21,.32);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(10px);
    padding: 34px;
    text-align: center;
}

#ak-sb-root .ak-sb-hero-card h2 {
    font-family: Futura, "Trebuchet MS", sans-serif;
    font-size: 26px;
    margin: 0 0 12px;
    font-weight: 500;
}

#ak-sb-root .ak-sb-hero-card p {
    color: rgba(255,255,255,.85);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#ak-sb-root .ak-sb-section {
    padding: 92px 7vw;
}

#ak-sb-root .ak-sb-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
    background: #fff;
}

#ak-sb-root .ak-sb-intro h2,
#ak-sb-root .ak-sb-program h2,
#ak-sb-root .ak-sb-support h2 {
    font-family: Futura, "Trebuchet MS", sans-serif;
    font-size: clamp(34px, 4vw, 41px);
    line-height: 1.08;
    margin: 0 0 24px;
    font-weight: 500;
}

#ak-sb-root .ak-sb-intro p,
#ak-sb-root .ak-sb-support p {
    font-size: 17px;
    color: var(--ak-sb-soft-ink);
    max-width: 700px;
}

#ak-sb-root .ak-sb-diamond-line {
    height: 1px;
    width: 95px;
    background: var(--ak-sb-champagne);
    margin: 30px 0;
}

#ak-sb-root .ak-sb-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    background: var(--ak-sb-dark);
    color: #fff;
}

#ak-sb-root .ak-sb-feature {
    padding: 44px 26px;
    border: 1px solid rgba(255,255,255,.14);
    text-align: center;
    min-height: 265px;
}

#ak-sb-root .ak-sb-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
}

#ak-sb-root .ak-sb-icon img {
    width: 150px;
    height: 150px;
}

#ak-sb-root .ak-sb-feature h3 {
    text-transform: uppercase;
    letter-spacing: .16em;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 0 16px;
}

#ak-sb-root .ak-sb-feature p {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    margin: 0;
}

#ak-sb-root .ak-sb-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #fff;
}

#ak-sb-root .ak-sb-support-box {
    background: var(--ak-sb-dark);
    color: #fff;
    padding: 48px;
}

#ak-sb-root .ak-sb-check {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 15px;
}

#ak-sb-root .ak-sb-check span {
    color: var(--ak-sb-champagne);
    font-weight: 700;
}

#ak-sb-root .ak-sb-final {
    text-align: center;
    background:
            linear-gradient(rgba(23,22,21,.68), rgba(23,22,21,.78)),
            url("/images/sites/ak/signaturebridal/ak_sb_footer.jpg?auto=format&fit=crop&w=1500&q=85") center/cover;
    color: #fff;
    padding: 120px 7vw;
}

#ak-sb-root .ak-sb-final h2 {
    font-family: Futura, "Trebuchet MS", sans-serif;
    font-size: clamp(40px, 5vw, 52px);
    line-height: 1.05;
    margin: 0 0 24px;
    font-weight: 500;
}

#ak-sb-root .ak-sb-final p {
    max-width: 680px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

#ak-sb-root .ak-sb-footer {
    padding: 32px 7vw;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: var(--ak-sb-dark);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

@media (max-width: 920px) {
    #ak-sb-root .ak-sb-hero,
    #ak-sb-root .ak-sb-intro,
    #ak-sb-root .ak-sb-support {
        grid-template-columns: 1fr;
    }

    #ak-sb-root .ak-sb-hero-copy {
        padding: 70px 7vw 52px;
        text-align: center;
    }

    #ak-sb-root .ak-sb-hero-logo {
        width: min(440px, 86vw);
        margin: 0 auto 28px;
    }

    #ak-sb-root .ak-sb-hero-copy p {
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
        line-height: 1.75;
    }

    #ak-sb-root .ak-sb-button-row {
        justify-content: center;
    }

    #ak-sb-root .ak-sb-hero-image {
        min-height: 480px;
    }

    #ak-sb-root .ak-sb-features {
        grid-template-columns: repeat(2, 1fr);
    }

    #ak-sb-root .ak-sb-support {
        gap: 36px;
    }
}

@media (max-width: 560px) {
    #ak-sb-root p {
        line-height: 1.65;
    }

    #ak-sb-root .ak-sb-hero-copy {
        padding: 54px 6vw 42px;
    }

    #ak-sb-root .ak-sb-eyebrow {
        font-size: 11px;
        letter-spacing: .22em;
        margin-bottom: 18px;
    }

    #ak-sb-root .ak-sb-hero-logo {
        width: min(330px, 88vw);
        margin-bottom: 22px;
    }

    #ak-sb-root .ak-sb-hero-copy p,
    #ak-sb-root .ak-sb-intro p,
    #ak-sb-root .ak-sb-support p,
    #ak-sb-root .ak-sb-final p {
        font-size: 15px;
        line-height: 1.65;
    }

    #ak-sb-root .ak-sb-script {
        font-size: 30px;
        margin: 18px 0;
    }

    #ak-sb-root .ak-sb-button-row {
        flex-direction: column;
        gap: 10px;
    }

    #ak-sb-root .ak-sb-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 14px 16px;
        letter-spacing: .12em;
    }

    #ak-sb-root .ak-sb-hero-image {
        min-height: 390px;
        padding: 20px;
    }

    #ak-sb-root .ak-sb-hero-card {
        padding: 24px 18px;
    }

    #ak-sb-root .ak-sb-hero-card h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    #ak-sb-root .ak-sb-section {
        padding: 56px 6vw;
    }

    #ak-sb-root .ak-sb-intro h2,
    #ak-sb-root .ak-sb-support h2,
    #ak-sb-root .ak-sb-final h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    #ak-sb-root .ak-sb-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #ak-sb-root .ak-sb-feature {
        min-height: auto;
        padding: 34px 22px;
    }

    #ak-sb-root .ak-sb-icon,
    #ak-sb-root .ak-sb-icon img {
        width: 115px;
        height: 115px;
    }

    #ak-sb-root .ak-sb-support-box {
        padding: 28px 22px;
    }

    #ak-sb-root .ak-sb-final {
        padding: 72px 6vw;
    }

    #ak-sb-root .ak-sb-footer {
        display: block;
        text-align: center;
        line-height: 2;
    }
}
