.about-page {
    --about-pink: #ff3e6c;
    --about-deep-pink: #c92d64;
    --about-navy: #21172b;
    --about-muted: #6f6573;
    background: #fff;
    color: var(--about-navy);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p,
.about-page figure,
.about-page blockquote {
    margin-top: 0;
}

.about-page .container {
    width: min(1180px, calc(100% - 32px));
}

.about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(29px, 3vw, 42px) 0 clamp(31px, 3.3vw, 46px);
    background: linear-gradient(120deg, #ff3e6c 0%, #d92b87 48%, #3157d5 100%);
    color: #fff;
}

.about-hero-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(6px);
    pointer-events: none;
}

.about-hero-glow-one {
    width: 380px;
    height: 380px;
    top: -220px;
    left: -130px;
    background: rgba(255, 255, 255, .07);
}

.about-hero-glow-two {
    width: 460px;
    height: 460px;
    right: -170px;
    top: -210px;
    background: rgba(255, 255, 255, .08);
}

.about-hero-ring {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .045);
    pointer-events: none;
}

.about-hero-ring-one {
    width: 720px;
    height: 720px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
}

.about-hero-ring-two {
    width: 350px;
    height: 350px;
    left: -185px;
    bottom: -155px;
}

.about-hero-grid {
    display: block;
    text-align: center;
}

.about-hero-badge,
.about-hero h1,
.about-hero-copy > p,
.about-hero .about-actions {
    opacity: 0;
    animation: about-rise-in .7s cubic-bezier(.22, 1, .36, 1) forwards;
}

.about-hero-badge {
    animation-delay: .08s;
}

.about-hero h1 {
    animation-delay: .18s;
}

.about-hero-copy > p {
    animation-delay: .3s;
}

.about-hero .about-actions {
    animation-delay: .42s;
}

.about-trust-item {
    opacity: 0;
    animation: about-rise-in .6s cubic-bezier(.22, 1, .36, 1) forwards;
}

.about-trust-item:nth-child(1) { animation-delay: .48s; }
.about-trust-item:nth-child(2) { animation-delay: .54s; }
.about-trust-item:nth-child(3) { animation-delay: .6s; }
.about-trust-item:nth-child(4) { animation-delay: .66s; }
.about-trust-item:nth-child(5) { animation-delay: .72s; }

@keyframes about-rise-in {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-breadcrumbs {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    color: #8b7d8d;
    font-size: 12px;
}

.about-breadcrumbs a:hover {
    color: var(--about-pink);
}

.about-eyebrow {
    display: inline-flex;
    color: var(--about-deep-pink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 800px;
    margin: 14px auto 11px;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.about-hero h1 em {
    color: #fff;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
}

.about-hero h1 > span {
    display: inline-block;
    font-size: .72em;
    transform: translateY(-2px) rotate(-8deg);
}

.about-hero-copy > p {
    max-width: 760px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(15px, 1.4vw, 19px);
    line-height: 1.65;
}

.about-hero-badge {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.about-hero-badge svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.about-btn {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
}

.about-btn-primary {
    background: #fff;
    color: #bd245d;
    box-shadow: 0 14px 30px rgba(88, 13, 47, .2);
}

.about-btn-secondary {
    border-color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.about-trust-strip .container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-trust-item {
    display: grid;
    justify-items: center;
    gap: 4px;
    text-align: center;
}

.about-trust-item > span {
    min-height: 22px;
    color: var(--about-pink);
    font-size: 19px;
    font-weight: 800;
}

.about-trust-item strong {
    color: #20182a;
    font-size: clamp(13px, 1.3vw, 18px);
}

.about-trust-item small {
    color: #817684;
    font-size: 11px;
}

.about-section {
    padding: clamp(66px, 8vw, 104px) 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
}

.about-story-badge {
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid #f2d8e2;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff1f5;
    color: #c52c5f;
    font-size: 12px;
    font-weight: 700;
}

.about-story-copy > h2 {
    max-width: 650px;
    margin: 18px 0 24px;
    color: #131b31;
    font-size: clamp(29px, 3.2vw, 43px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.14;
}

.about-story-copy > p {
    margin-bottom: 17px;
    color: #586174;
    font-size: 14px;
    line-height: 1.75;
}

.about-story-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-story-service-card {
    min-height: 138px;
    padding: 18px;
    border: 1px solid #ececf1;
    border-radius: 18px;
    display: grid;
    place-content: center;
    justify-items: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 8px 24px rgba(32, 36, 52, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.about-story-service-card:hover {
    transform: translateY(-4px);
    border-color: #f3b5ca;
    box-shadow: 0 14px 30px rgba(175, 43, 92, .1);
}

.about-story-service-icon {
    min-height: 40px;
    margin-bottom: 5px;
    font-size: 34px;
    line-height: 1;
}

.about-story-service-card h3 {
    margin-bottom: 5px;
    color: #10172a;
    font-size: 15px;
}

.about-story-service-card p {
    margin: 0;
    color: #e23a6a;
    font-size: 11px;
    font-weight: 600;
}

.about-section-heading h2,
.about-title-center h2,
.about-values-copy h2,
.about-cta h2 {
    margin: 12px 0 0;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -.035em;
    line-height: 1.12;
}

.about-story-copy > p,
.about-title-center > p,
.about-values-copy > p,
.about-seo-columns p,
.about-cta p {
    color: var(--about-muted);
    line-height: 1.75;
}

.about-story-copy blockquote {
    position: relative;
    margin: 26px 0 0;
    padding: 22px 24px 20px 54px;
    border: 1px solid #eee0f8;
    border-left: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8f3ff, #fff2f6);
    color: #313a55;
}

.about-story-copy blockquote p {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
}

.about-story-copy blockquote cite {
    display: block;
    margin-top: 10px;
    color: #cf2d61;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.about-quote-mark {
    position: absolute;
    top: 13px;
    left: 18px;
    color: #d8c7fb;
    font-family: Georgia, serif;
    font-size: 45px;
    line-height: 1;
}

.about-occasions {
    background: #21172b;
    color: #fff;
}

.about-title-center {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-title-center > p {
    margin: 14px auto 0;
}

.about-occasions .about-title-center > p {
    color: #c9bdca;
}

.about-occasions .about-eyebrow {
    color: #ff8fac;
}

.about-occasion-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-occasion-card {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    background: rgba(255, 255, 255, .055);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.about-occasion-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 143, 172, .55);
    background: rgba(255, 255, 255, .08);
}

.about-occasion-icon {
    display: inline-flex;
    margin-bottom: 22px;
    font-size: 31px;
}

.about-occasion-card h3 {
    margin-bottom: 9px;
    font-size: 18px;
}

.about-occasion-card p {
    margin-bottom: 0;
    color: #cfc4d0;
    font-size: 13px;
    line-height: 1.65;
}

.about-values {
    background: #fffaf7;
}

.about-values-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(40px, 7vw, 86px);
    align-items: center;
}

.about-values-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
    padding: 10px;
    border: 1px solid #f0e4ea;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 42px rgba(73, 42, 54, .1);
}

.about-values-collage-item {
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #f8edf2;
    box-shadow: 0 8px 18px rgba(73, 42, 54, .1);
    animation: about-float-image 4.2s ease-in-out infinite;
}

.about-values-collage-item:nth-child(2) {
    animation-delay: -.9s;
}

.about-values-collage-item:nth-child(3) {
    animation-delay: -1.8s;
}

.about-values-collage-item:nth-child(4) {
    animation-delay: -2.7s;
}

.about-values-collage-item img {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    transition: transform .45s ease;
}

.about-values-collage-item:hover img {
    transform: scale(1.06);
}

@keyframes about-float-image {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.about-value-list {
    display: grid;
}

.about-value-item {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #e8dfe3;
}

.about-value-item:first-child {
    border-top: 1px solid #e8dfe3;
}

.about-value-item > span {
    color: var(--about-pink);
    font-family: Georgia, serif;
    font-size: 22px;
}

.about-value-item h3 {
    margin-bottom: 6px;
    font-size: 18px;
}

.about-value-item p {
    margin-bottom: 0;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.6;
}

.about-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-benefit-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 24px;
    border: 1px solid #eee4e9;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(52, 31, 43, .06);
}

.about-benefit-card > span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0f4;
    color: var(--about-pink);
    font-weight: 900;
}

.about-benefit-card h3 {
    margin-bottom: 7px;
    font-size: 16px;
}

.about-benefit-card p {
    margin-bottom: 0;
    color: var(--about-muted);
    font-size: 12px;
    line-height: 1.6;
}

.about-seo {
    padding-top: 0;
}

.about-seo-card {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid #f0dfe7;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff5f8, #fffaf5);
}

.about-seo-card h2 {
    margin-bottom: 22px;
    font-size: clamp(24px, 3vw, 34px);
}

.about-seo-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.about-seo-columns p {
    margin-bottom: 0;
    font-size: 14px;
}

.about-cta {
    padding: 70px 0;
    background: linear-gradient(125deg, #ff3e6c, #c72865 58%, #8f225a);
    color: #fff;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.about-cta-inner > div:first-child {
    max-width: 680px;
}

.about-cta .about-eyebrow,
.about-cta p {
    color: #ffe0e8;
}

.about-cta h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.about-cta p {
    margin: 12px 0 0;
}

.about-btn-light {
    background: #fff;
    color: #c72865;
}

.about-btn-outline-light {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

/* Keep every main section headline consistent with the hero headline. */
.about-page h2 {
    font-size: clamp(30px, 3.2vw, 44px);
    letter-spacing: -.025em;
    line-height: 1.12;
}

@media (max-width: 900px) {
    .about-story-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-trust-strip .container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
    }

    .about-occasion-grid,
    .about-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .about-page .container {
        width: min(100%, calc(100% - 24px));
    }

    .about-page h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .about-hero {
        padding: 24px 0 26px;
    }

    .about-breadcrumbs {
        margin-bottom: 22px;
    }

    .about-hero h1 {
        font-size: 28px;
        line-height: 1.16;
    }

    .about-hero-copy > p {
        font-size: 14px;
    }

    .about-actions,
    .about-btn {
        width: 100%;
    }

    .about-hero-badge {
        min-height: 36px;
        padding: 0 13px;
        font-size: 10px;
    }

    .about-trust-strip .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 10px;
    }

    .about-trust-item strong {
        font-size: 14px;
    }

    .about-trust-item small {
        font-size: 10px;
    }

    .about-section {
        padding: 58px 0;
    }

    .about-section-heading h2,
    .about-title-center h2,
    .about-values-copy h2,
    .about-cta h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .about-story-copy blockquote {
        padding: 18px 16px 18px 46px;
    }

    .about-story-copy > h2 {
        margin: 15px 0 20px;
        font-size: 28px;
    }

    .about-story-services {
        gap: 10px;
    }

    .about-story-service-card {
        min-height: 122px;
        padding: 14px 8px;
        border-radius: 14px;
    }

    .about-story-service-icon {
        font-size: 28px;
    }

    .about-story-service-card h3 {
        font-size: 13px;
    }

    .about-story-service-card p {
        font-size: 9px;
    }

    .about-quote-mark {
        left: 14px;
        font-size: 38px;
    }

    .about-values-collage {
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
    }

    .about-values-collage-item {
        border-radius: 12px;
    }

    .about-values-collage-item img {
        height: 110px;
    }

    .about-occasion-grid,
    .about-benefit-grid,
    .about-seo-columns {
        grid-template-columns: 1fr;
    }

    .about-occasion-card {
        min-height: 0;
        padding: 22px;
    }

    .about-occasion-icon {
        margin-bottom: 14px;
    }

    .about-title-center {
        margin-bottom: 30px;
    }

    .about-seo {
        padding-top: 0;
    }

    .about-cta {
        padding: 56px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero-badge,
    .about-hero h1,
    .about-hero-copy > p,
    .about-hero .about-actions,
    .about-trust-item,
    .about-values-collage-item {
        opacity: 1;
        transform: none;
        animation: none;
    }
}
