/**
 * About Us — premium layout, brand accents, scroll animations.
 */

html,
body.storefront-about {
    max-width: 100%;
    overflow-x: hidden;
}

body.storefront-about {
    background: #f4f6f9;
    font-family: "Plus Jakarta Sans", "Montserrat", system-ui, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #1e293b;
}

/* ── Header chrome (match home / blog pages) ── */
body.storefront-about #top-header {
    background: linear-gradient(90deg, #171a24 0%, #11141d 100%);
    min-height: 46px;
}

body.storefront-about #header {
    padding-top: 12px;
    padding-bottom: 12px;
}

body.storefront-about #header .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body.storefront-about .header-logo {
    float: none;
    max-width: 240px;
}

body.storefront-about .header-logo .logo {
    display: block;
    line-height: 0;
}

body.storefront-about .header-logo .logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 72px;
    height: auto;
    object-fit: contain;
}

body.storefront-about .header-search {
    padding: 10px 0;
}

body.storefront-about .locale-pill {
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 40px;
    padding: 5px 9px;
    margin-left: 4px;
    color: #e5e7eb;
    text-decoration: none;
}

body.storefront-about .locale-pill.active,
body.storefront-about .locale-pill:hover {
    border-color: #d10024;
    background: #d10024;
    color: #fff;
}

body.storefront-about #navigation {
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

/* Section headers — match site-wide storefront style */
body.storefront-about .sf-content-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

body.storefront-about .sf-content-section-head .title {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    color: #1e293b;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

body.storefront-about .sf-content-section-head .title-first {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

body.storefront-about .sf-content-section-head:has(.sf-section-kicker) .title {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

body.storefront-about .sf-content-section-head:has(.sf-section-kicker) .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #d10024, #ff4d5e);
}

body.storefront-about .sf-section-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

/* ── Breadcrumb ── */
.sf-about-breadcrumb {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding: 12px 0;
}

.sf-about-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.sf-about-breadcrumb__list a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sf-about-breadcrumb__list a:hover {
    color: #d10024;
}

.sf-about-breadcrumb__list li + li::before {
    content: "/";
    margin-right: 8px;
    color: #cbd5e1;
}

.sf-about-breadcrumb__list li:last-child {
    color: #d10024;
    font-weight: 600;
}

/* ── Hero ── */
.sf-about-hero {
    position: relative;
    min-height: clamp(340px, 48vh, 520px);
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #0f172a 100%);
    overflow: hidden;
}

.sf-about-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    transform: scale(1.08);
    animation: sf-about-kenburns 18s ease-in-out infinite alternate;
}

.sf-about-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.55) 45%, rgba(209, 0, 36, 0.25) 100%),
        radial-gradient(ellipse 80% 60% at 90% 20%, rgba(209, 0, 36, 0.18), transparent 60%);
}

.sf-about-hero__shapes span {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    animation: sf-about-float 8s ease-in-out infinite;
}

.sf-about-hero__shapes span:nth-child(1) {
    width: 320px;
    height: 320px;
    top: -80px;
    right: 8%;
    animation-delay: 0s;
}

.sf-about-hero__shapes span:nth-child(2) {
    width: 180px;
    height: 180px;
    bottom: 10%;
    right: 22%;
    animation-delay: -2s;
}

.sf-about-hero__shapes span:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 30%;
    right: 38%;
    animation-delay: -4s;
}

.sf-about-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 56px 15px;
}

.sf-about-hero__inner {
    max-width: 720px;
    margin-left: clamp(24px, 5vw, 60px);
    padding-left: clamp(20px, 3vw, 32px);
    border-left: 3px solid rgba(209, 0, 36, 0.55);
}

.sf-about-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(209, 0, 36, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    animation: sf-about-fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sf-about-hero__kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4d5e;
    box-shadow: 0 0 12px #ff4d5e;
    animation: sf-about-pulse 2s ease-in-out infinite;
}

.sf-about-hero__title {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    animation: sf-about-fade-up 0.9s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sf-about-hero__subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.75;
    margin: 0 0 28px;
    max-width: 580px;
    animation: sf-about-fade-up 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sf-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    animation: sf-about-fade-up 1.1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sf-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sf-about-btn--primary {
    background: linear-gradient(135deg, #d10024 0%, #be123c 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(209, 0, 36, 0.35);
}

.sf-about-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(209, 0, 36, 0.45);
}

.sf-about-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

.sf-about-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* ── Stats bar ── */
.sf-about-stats {
    position: relative;
    z-index: 5;
    margin-top: -48px;
    padding-bottom: 8px;
}

.sf-about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.sf-about-stats__item {
    padding: 28px 20px;
    text-align: center;
    position: relative;
    transition: background 0.3s ease;
}

.sf-about-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(180deg, transparent, #e2e8f0, transparent);
}

.sf-about-stats__item:hover {
    background: #fafbfc;
}

.sf-about-stats__number {
    display: block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #d10024;
    line-height: 1;
    margin-bottom: 6px;
}

.sf-about-stats__label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #475569;
}

/* ── Trust strip ── */
.sf-about-trust {
    padding: 28px 0 8px;
}

.sf-about-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sf-about-trust__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.sf-about-trust__item:hover {
    border-color: rgba(209, 0, 36, 0.2);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sf-about-trust__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(209, 0, 36, 0.08);
    color: #d10024;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sf-about-trust__item strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.sf-about-trust__item span {
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}

/* ── Intro ── */
.sf-about-intro {
    padding: 72px 0 48px;
}

.sf-about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
}

.sf-about-intro__grid--single {
    grid-template-columns: 1fr;
}

.sf-about-intro__highlight {
    position: relative;
    padding: 36px 32px;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e8edf5;
    border-left: 4px solid #d10024;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.sf-about-intro__highlight::before {
    content: "\201C";
    position: absolute;
    top: 12px;
    left: 24px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(209, 0, 36, 0.12);
}

.sf-about-intro__quote {
    position: relative;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    font-style: italic;
    color: #0f172a;
    line-height: 1.6;
    margin: 0 0 20px;
}

.sf-about-intro__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(209, 0, 36, 0.08);
    color: #d10024;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.sf-about-intro__body p {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
    margin-bottom: 20px;
}

.sf-about-intro__body p:last-child {
    margin-bottom: 0;
}

/* Section heads on about page */
body.storefront-about .sf-content-section-head {
    margin-bottom: 36px;
}

body.storefront-about .sf-section-kicker {
    color: #d10024;
}

body.storefront-about .sf-content-section-head .title-first {
    color: #0f172a;
}

/* ── How it works ── */
.sf-about-process {
    padding: 0 0 56px;
}

.sf-about-process__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: about-step;
}

.sf-about-process__step {
    position: relative;
    padding: 32px 28px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sf-about-process__step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.sf-about-process__step::before {
    counter-increment: about-step;
    content: counter(about-step, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d10024, #be123c);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(209, 0, 36, 0.3);
}

.sf-about-process__step h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
}

.sf-about-process__step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #64748b;
}

/* ── Why Choose Us ── */
.sf-about-why {
    padding: 64px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 50%, #f8fafc 100%);
    position: relative;
}

.sf-about-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(209, 0, 36, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.sf-about-why .container {
    position: relative;
    z-index: 1;
}

.sf-about-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

.sf-about-why__card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    padding: 32px 26px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sf-about-why__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d10024, #ff4d5e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sf-about-why__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
    border-color: rgba(209, 0, 36, 0.15);
}

.sf-about-why__card:hover::after {
    transform: scaleX(1);
}

.sf-about-why__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #d10024 0%, #be123c 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(209, 0, 36, 0.25);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sf-about-why__card:hover .sf-about-why__icon {
    transform: scale(1.08) rotate(-4deg);
}

.sf-about-why__num {
    position: absolute;
    top: 20px;
    right: 22px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.05);
    line-height: 1;
}

.sf-about-why__card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.sf-about-why__card p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
    font-size: 16px;
}

/* ── Vision & Mission ── */
.sf-about-vm {
    padding: 64px 0;
}

.sf-about-vm__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 8px;
}

.sf-about-vm__card {
    border-radius: 22px;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sf-about-vm__card:hover {
    transform: translateY(-4px);
}

.sf-about-vm__card--vision {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 55%, #e0e7ff 100%);
    border: 1px solid #bfdbfe;
    box-shadow: 0 12px 36px rgba(37, 99, 235, 0.08);
}

.sf-about-vm__card--mission {
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
    border: 1px solid #fdba74;
    box-shadow: 0 12px 36px rgba(234, 88, 12, 0.08);
}

.sf-about-vm__watermark {
    position: absolute;
    right: 24px;
    bottom: 16px;
    font-size: 5rem;
    opacity: 0.08;
    color: #0f172a;
}

.sf-about-vm__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
}

.sf-about-vm__card h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
    position: relative;
}

.sf-about-vm__card p {
    margin: 0;
    color: #334155;
    line-height: 1.85;
    font-size: 16px;
    position: relative;
}

/* ── CTA ── */
.sf-about-cta {
    padding: 0 0 72px;
}

.sf-about-cta__inner {
    position: relative;
    border-radius: 24px;
    padding: 52px 48px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    overflow: hidden;
    text-align: center;
}

.sf-about-cta__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 120%, rgba(209, 0, 36, 0.35), transparent 70%);
    pointer-events: none;
}

.sf-about-cta__inner::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
    animation: sf-about-shimmer 6s ease-in-out infinite;
    pointer-events: none;
}

.sf-about-cta__title {
    position: relative;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.sf-about-cta__text {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.75;
}

.sf-about-cta__actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* ── Scroll reveal ── */
.sf-about-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sf-about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sf-about-reveal--delay-1 { transition-delay: 0.1s; }
.sf-about-reveal--delay-2 { transition-delay: 0.2s; }
.sf-about-reveal--delay-3 { transition-delay: 0.3s; }
.sf-about-reveal--delay-4 { transition-delay: 0.4s; }
.sf-about-reveal--delay-5 { transition-delay: 0.5s; }
.sf-about-reveal--delay-6 { transition-delay: 0.6s; }

.sf-about-empty {
    text-align: center;
    padding: 100px 0;
    color: #64748b;
}

.sf-site-footer__read-more {
    color: #d10024;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sf-site-footer__read-more:hover {
    color: #be123c;
    text-decoration: underline;
}

/* ── Animations ── */
@keyframes sf-about-kenburns {
    from { transform: scale(1.08); }
    to { transform: scale(1.14); }
}

@keyframes sf-about-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

@keyframes sf-about-fade-up {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sf-about-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

@keyframes sf-about-shimmer {
    0% { transform: translateX(-30%) rotate(0deg); }
    100% { transform: translateX(30%) rotate(0deg); }
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .sf-about-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-about-stats__item:nth-child(2)::after {
        display: none;
    }

    .sf-about-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-about-process__grid {
        grid-template-columns: 1fr;
    }

    .sf-about-intro__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sf-about-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    body.storefront-about .header-logo .logo img {
        max-width: 180px;
        max-height: 60px;
    }

    .sf-about-hero {
        min-height: 300px;
    }

    .sf-about-hero__content {
        padding: 40px 15px;
    }

    .sf-about-hero__inner {
        margin-left: 16px;
        padding-left: 18px;
    }

    .sf-about-stats {
        margin-top: -32px;
    }

    .sf-about-stats__grid {
        grid-template-columns: 1fr 1fr;
    }

    .sf-about-stats__item {
        padding: 20px 14px;
    }

    .sf-about-stats__item::after {
        display: none;
    }

    .sf-about-why__grid,
    .sf-about-vm__grid {
        grid-template-columns: 1fr;
    }

    .sf-about-trust__grid {
        grid-template-columns: 1fr;
    }

    .sf-about-cta__inner {
        padding: 40px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sf-about-hero__image,
    .sf-about-hero__shapes span,
    .sf-about-cta__inner::after,
    .sf-about-reveal {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
