/* ============================================================
   SNACKIT — Homepage "01 — Who we are" mobile redesign
   Loaded after style.css / mobile.css. Desktop unchanged.
   ============================================================ */

@media (max-width: 720px) {
    .about {
        padding-block: clamp(2.5rem, 7vw, 3.75rem) clamp(3rem, 8vw, 4.5rem);
        background:
            radial-gradient(110% 55% at 50% -5%, rgba(212, 175, 55, 0.14), transparent 52%),
            var(--lavender);
    }

    .about__bg {
        opacity: 0.45;
        background-size: 16px 16px;
    }

    /* Flatten hero + body so we control one vertical story */
    .about > .wrap {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        grid-template-areas: none !important;
    }

    .about__hero {
        display: contents !important;
        padding-bottom: 0;
    }

    .about__body {
        display: contents !important;
    }

    /* 1 · Intro */
    .about__hero-copy {
        order: 1;
        max-width: none;
        padding-bottom: 1.25rem;
        padding-inline-end: 0;
    }

    .about__index {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        font-size: 0.68rem;
        letter-spacing: 0.14em;
        margin-bottom: 0.9rem;
        padding: 0.4rem 0.85rem;
        background: rgba(212, 175, 55, 0.12);
        border: 1px solid rgba(212, 175, 55, 0.28);
        border-radius: 100px;
    }

    .about__title {
        font-size: clamp(2.05rem, 10vw, 2.75rem);
        line-height: 0.95;
        letter-spacing: -0.035em;
    }

    .about__title-line {
        overflow: visible;
    }

    .about__title-inner {
        transform: none !important;
    }

    .about__title-line em {
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-fill-color: currentColor;
        color: var(--gold-deep);
    }

    .about__lead {
        margin-top: 0.95rem;
        font-size: 0.96rem;
        line-height: 1.62;
        max-width: none;
        color: var(--ink-soft);
    }

    /* 2 · Video — contained, no edge bleed (prevents sideways scroll) */
    .about__visual {
        order: 2;
        width: 100% !important;
        margin: 0.25rem 0 0 !important;
        max-width: none;
        aspect-ratio: 16 / 11;
        max-height: min(52vh, 360px);
        border-radius: 20px;
        border: 1px solid rgba(212, 175, 55, 0.22);
        box-shadow:
            0 20px 44px rgba(20, 18, 16, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
        overflow: hidden;
    }

    .about__video,
    .about__img {
        object-position: center 32%;
    }

    /* 3 · Stats — one soft card, 2×2 grid */
    .about__panel {
        order: 3;
        width: 100%;
        max-width: none;
        margin-top: 1.35rem;
        padding: 1.15rem 1rem 1rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(212, 175, 55, 0.2);
        box-shadow: 0 14px 36px rgba(20, 18, 16, 0.06);
    }

    .about__panel-glyph {
        display: none;
    }

    .about__panel-k {
        text-align: left;
        margin-bottom: 0.75rem;
        font-size: 0.65rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--gold-deep);
    }

    .about__panel-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
        border: 0;
    }

    .about__panel-list li {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        padding: 0.8rem 0.7rem;
        border-radius: 12px;
        border: 1px solid rgba(20, 18, 16, 0.06);
        background: rgba(255, 255, 255, 0.85);
    }

    .about__panel-num {
        font-size: 0.55rem;
        letter-spacing: 0.12em;
        color: var(--gold-deep);
        padding-top: 0;
    }

    .about__panel-text {
        font-size: 0.76rem;
        line-height: 1.35;
        color: var(--ink-soft);
    }

    .about__panel-text b {
        display: block;
        font-size: clamp(1.1rem, 4.8vw, 1.32rem);
        margin-bottom: 0.05rem;
        color: var(--ink);
        letter-spacing: -0.02em;
    }

    /* 4 · Story */
    .about__content {
        order: 4;
        padding-top: 1.5rem;
    }

    .about__quote {
        max-width: none;
        margin: 0 0 1.25rem;
        padding: 0 0 0 0.95rem;
        font-size: clamp(1.08rem, 4.4vw, 1.28rem);
        line-height: 1.42;
        background: none;
        border-radius: 0;
        border-left: 3px solid var(--gold-deep);
    }

    .about__quote-mark {
        display: none;
    }

    /* Vision / mission — compact rows */
    .about__cards {
        display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid rgba(20, 18, 16, 0.1);
    }

    .about__card {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.75rem 0.9rem;
        align-items: start;
        padding: 1.1rem 0;
        border: 0;
        border-bottom: 1px solid rgba(20, 18, 16, 0.1);
        border-radius: 0;
        background: none;
        box-shadow: none;
        transform: none !important;
    }

    .about__card-top {
        grid-column: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .about__card-num {
        font-size: 0.65rem;
        letter-spacing: 0.12em;
        color: var(--gold-deep);
    }

    .about__card-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        transform: none !important;
    }

    .about__card-icon svg {
        width: 17px;
        height: 17px;
    }

    .about__card-body {
        grid-column: 2;
        padding-top: 0.05rem;
    }

    .about__card-body h3 {
        font-size: 1.05rem;
        margin-bottom: 0.3rem;
    }

    .about__card-body p {
        font-size: 0.88rem;
        line-height: 1.55;
        color: var(--ink-soft);
    }

    .about__card-line {
        display: none;
    }

    /* Foot */
    .about__foot {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        margin-top: 1.15rem;
        padding-top: 1.1rem;
        border-top: 1px solid rgba(20, 18, 16, 0.1);
    }

    .about__pills {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 0.65rem;
        margin-inline: 0;
        padding-inline: 0;
        padding-bottom: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .about__pills li {
        flex-shrink: 1;
        padding: 0.35rem 0.7rem;
        border-radius: 100px;
        border: 1px solid rgba(20, 18, 16, 0.08);
        background: rgba(255, 255, 255, 0.55);
        font-size: 0.68rem;
        letter-spacing: 0.04em;
        color: var(--ink-soft);
        transform: none !important;
    }

    .about__pill-dot {
        width: 5px;
        height: 5px;
    }

    .about__cta {
        width: 100%;
        justify-content: center;
        min-height: 50px;
        font-size: 0.9rem;
        border-radius: 14px;
    }

    .about [data-fade] {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 380px) {
    .about__panel-list {
        grid-template-columns: 1fr;
    }

    .about__visual {
        aspect-ratio: 4 / 5;
        max-height: min(50vh, 320px);
    }
}
