/* About Us — matches marketing layout */

.s1-about-hero {
    padding: 3.5rem 0 3rem;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 55%);
}

.s1-about-hero__media {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
    background: #f1f5f9;
}

.s1-about-hero__img {
    width: 100%;
    display: block;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.s1-about-hero__title {
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 800;
    color: var(--s1-dark, #1e293b);
    margin-bottom: 0.5rem;
    line-height: 1.15;
}

.s1-about-hero__tagline {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 800;
    color: var(--s1-primary, #ff4800);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.s1-about-hero__lead {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.85;
    margin-bottom: 1.65rem;
    max-width: 52ch;
}

.s1-about-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--s1-primary, #ff4800), var(--s1-primary-dark, #e64a19));
    color: #fff !important;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(255, 72, 0, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.s1-about-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(255, 72, 0, 0.38);
    color: #fff !important;
}

.s1-about-section-title {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--s1-dark, #1e293b);
}

.s1-about-section-lead {
    max-width: 720px;
    color: #64748b;
    line-height: 1.8;
    font-size: 0.95rem;
}

.s1-about-story {
    background: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.s1-about-story-card {
    padding: 1.5rem 0.75rem;
    height: 100%;
}

.s1-about-story-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--s1-primary, #ff4800);
    background: transparent;
    color: var(--s1-primary, #ff4800);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.s1-about-story-card h3 {
    font-size: 1.02rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    color: var(--s1-dark, #1e293b);
}

.s1-about-story-card p {
    font-size: 0.84rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.s1-about-value-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 1rem;
    padding: 1.2rem 1.35rem;
    height: 100%;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.s1-about-value-card__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 72, 0, 0.35);
    background: #fff7f2;
    color: var(--s1-primary, #ff4800);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.s1-about-value-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.s1-about-value-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

/* —— Branches + map —— */
.s1-about-branches {
    position: relative;
    padding-top: 1.75rem;
    overflow: hidden;
}

.s1-about-branches__decor {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(255, 72, 0, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(14, 165, 233, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    pointer-events: none;
}

.s1-about-branches__head {
    text-align: center;
    margin-bottom: 1.25rem;
    max-width: 520px;
    margin-inline: auto;
}

.s1-about-branches__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #fff7f2;
    border: 1px solid rgba(255, 72, 0, 0.2);
    color: var(--s1-primary, #ff4800);
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.s1-about-branches__title {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
    line-height: 1.4;
    color: var(--s1-dark, #1e293b);
}

.s1-about-branches__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.s1-about-branches__stat {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8ecef;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.s1-about-branches__stat i {
    color: var(--s1-primary, #ff4800);
    font-size: 0.8rem;
}

.s1-about-branches__stat--live {
    border-color: rgba(34, 197, 94, 0.35);
    background: #f0fdf4;
    color: #15803d;
}

.s1-about-branches__stat--live i {
    color: #22c55e;
}

.s1-about-branches__layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}

.s1-about-branches__map-wrap {
    width: 100%;
}

.s1-about-map-card--hero {
    border-radius: 1rem;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

.s1-about-map-card--hero .s1-about-map-card__body {
    min-height: 320px;
}

@media (min-width: 768px) {
    .s1-about-map-card--hero .s1-about-map-card__body {
        min-height: 420px;
    }
}

@media (min-width: 992px) {
    .s1-about-map-card--hero .s1-about-map-card__body {
        min-height: 520px;
    }
}

.s1-about-branches__list-wrap {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 0.85rem;
    padding: 0.75rem 0.85rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.s1-about-branch-list {
    display: grid;
    gap: 0.65rem;
    max-height: none;
    overflow: visible;
    padding: 0;
}

@media (min-width: 768px) {
    .s1-about-branch-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 1rem;
    }
}

@media (min-width: 1200px) {
    .s1-about-branch-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.s1-about-branch-city + .s1-about-branch-city {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.s1-about-branch-city__head {
    margin-bottom: 0.35rem;
}

.s1-about-branch-city__name {
    font-size: 0.72rem;
}

.s1-about-branch-city__count {
    font-size: 0.62rem;
    min-width: 1.25rem;
    text-align: center;
}

.s1-about-branch-cards {
    grid-template-columns: 1fr;
    gap: 0.35rem;
}

.s1-about-branch-card {
    padding: 0.4rem 0.5rem;
    gap: 0.35rem;
    border-radius: 0.55rem;
    align-items: center;
}

.s1-about-branch-card__name {
    font-size: 0.72rem;
}

.s1-about-branch-card__address {
    font-size: 0.62rem;
    -webkit-line-clamp: 1;
    margin-top: 0.1rem;
}

.s1-about-branch-card__phone {
    font-size: 0.62rem;
    margin-top: 0.1rem;
}

.s1-about-branch-card__go {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff7f2;
    color: var(--s1-primary, #ff4800);
    font-size: 0.7rem;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.s1-about-branch-card--interactive:hover .s1-about-branch-card__go,
.s1-about-branch-card.is-map-focused .s1-about-branch-card__go {
    opacity: 1;
}

.s1-about-map-card {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.85rem;
    border: 1px solid #e8ecef;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.s1-about-map-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
    background: linear-gradient(135deg, #fff7f2 0%, #fff 100%);
    border-bottom: 1px solid #f1f5f9;
}

.s1-about-map-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--s1-dark, #1e293b);
}

.s1-about-map-card__badge i {
    color: var(--s1-primary, #ff4800);
}

.s1-about-map-card__hint {
    font-size: 0.65rem;
    font-weight: 600;
    color: #94a3b8;
}

.s1-about-map-card__body {
    flex: 1;
    min-height: 200px;
    position: relative;
    background: #e8f0f6;
}

.s1-about-map__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.s1-about-map__empty {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
    padding: 2rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.s1-about-map__empty-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--s1-primary, #ff4800);
    box-shadow: 0 6px 16px rgba(255, 72, 0, 0.12);
}

.s1-about-map-card__note {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin: 0;
    padding: 0.45rem 0.65rem;
    font-size: 0.7rem;
    color: #64748b;
    line-height: 1.55;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.s1-about-map-card__note i {
    color: var(--s1-primary, #ff4800);
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.s1-map-marker {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--s1-primary, #ff4800);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 4px 14px rgba(255, 72, 0, 0.4);
    border: 2px solid #fff;
}

.s1-about-map__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .s1-about-map-card__body {
        min-height: 280px;
    }
}

.s1-about-branch-city__name {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin: 0;
    font-weight: 800;
    color: var(--s1-primary-dark, #e64a19);
}

.s1-about-branch-city__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.s1-about-branch-city__count {
    font-weight: 700;
    color: #94a3b8;
    background: #f8fafc;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    white-space: nowrap;
}

.s1-about-branch-cards {
    display: grid;
}

.s1-about-branch-card {
    display: flex;
    background: #fafbfc;
    border: 1px solid #eef1f4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.s1-about-branch-card--interactive {
    cursor: pointer;
}

.s1-about-branch-card--interactive:hover,
.s1-about-branch-card.is-map-focused {
    border-color: rgba(255, 72, 0, 0.35);
    background: #fff;
    box-shadow: 0 4px 14px rgba(255, 72, 0, 0.1);
}

.s1-about-branch-card__body {
    flex: 1;
    min-width: 0;
}

.s1-about-branch-card__name {
    margin: 0;
    font-weight: 800;
    color: var(--s1-dark, #1e293b);
    line-height: 1.3;
}

.s1-about-branch-card__address {
    margin: 0.15rem 0 0;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s1-about-branch-card__phone {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: var(--s1-primary, #ff4800);
    text-decoration: none;
}

.s1-about-branch-card__phone:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .s1-about-branches__head {
        text-align: center;
        margin-inline: auto;
        max-width: 640px;
    }

    .s1-about-branches__stats {
        justify-content: center;
    }
}

.s1-about-cta {
    padding: 0 0 4.5rem;
}

.s1-about-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(135deg, var(--s1-primary, #ff4800) 0%, #e64a19 100%);
    border-radius: 1.25rem;
    padding: 2rem 2.5rem;
    color: #fff;
    box-shadow: 0 20px 52px rgba(255, 72, 0, 0.28);
    position: relative;
    overflow: hidden;
}

.s1-about-cta__meals {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.s1-about-cta__meal {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.s1-about-cta__meal:nth-child(2) {
    width: 80px;
    height: 80px;
    margin-top: -8px;
}

.s1-about-cta__text {
    flex: 1;
    min-width: 200px;
}

.s1-about-cta__inner h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.s1-about-cta__inner p {
    margin: 0;
    opacity: 0.95;
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 42ch;
}

.s1-about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    color: var(--s1-primary-dark, #e64a19) !important;
    font-weight: 800;
    padding: 0.8rem 1.65rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.s1-about-cta__btn:hover {
    color: var(--s1-primary, #ff4800) !important;
}

@media (max-width: 991.98px) {
    .s1-about-hero__lead {
        max-width: none;
    }

    .s1-about-cta__inner {
        text-align: center;
        justify-content: center;
    }

    .s1-about-cta__meals {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .s1-about-cta__text {
        order: 1;
        width: 100%;
    }

    .s1-about-cta__btn {
        order: 2;
    }
}
