.about-page {
    background: var(--paper);
    color: var(--ink);
    max-width: 100vw;
    overflow: hidden;
}

.about-page * {
    min-width: 0;
}

.about-hero {
    position: relative;
    padding: 126px 0 88px;
    color: #fff;
    background:
            linear-gradient(90deg, rgba(6, 8, 8, 0.96) 0%, rgba(6, 8, 8, 0.82) 48%, rgba(6, 8, 8, 0.5) 100%),
            url("../../img/hero-food.png") center right / cover no-repeat;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px;
    height: 42px;
    background: linear-gradient(180deg, rgba(244, 241, 236, 0), var(--paper) 88%);
    pointer-events: none;
}

.about-script {
    margin: 0 0 14px;
    color: var(--olive);
    font-family: "Caveat", cursive;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
}

.about-hero h1,
.about-story h2,
.about-kitchen-copy h2,
.about-cta h2 {
    margin: 0;
    font-family: "Bebas Neue", Impact, sans-serif;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-hero h1 {
    font-size: clamp(5rem, 10vw, 8.8rem);
}

.about-lead {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.16rem;
    line-height: 1.75;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.about-hero-actions .btn {
    min-width: 194px;
}

.about-hero-photo {
    position: relative;
    isolation: isolate;
    margin-left: auto;
    max-width: 560px;
    padding: 16px;
}

.about-hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
    clip-path: polygon(2% 6%, 14% 2%, 28% 5%, 44% 1%, 62% 4%, 81% 1%, 98% 7%, 95% 94%, 82% 98%, 68% 95%, 48% 99%, 29% 96%, 12% 98%, 4% 91%);
    transform: rotate(-1.5deg);
}

.about-hero-photo img {
    display: block;
    width: 100%;
    min-height: 340px;
    object-fit: cover;
    clip-path: polygon(1% 5%, 18% 1%, 34% 4%, 51% 0, 70% 4%, 98% 2%, 96% 93%, 79% 98%, 60% 94%, 42% 99%, 24% 95%, 4% 98%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.about-seal {
    position: absolute;
    left: -22px;
    bottom: -22px;
    display: grid;
    width: 150px;
    height: 150px;
    place-items: center;
    border-radius: 50%;
    background: var(--olive);
    color: #fff;
    text-align: center;
    box-shadow: 14px -10px 0 rgba(129, 141, 24, 0.26);
}

.about-seal i {
    font-size: 2.1rem;
}

.about-seal strong {
    font-family: "Caveat", cursive;
    font-size: 1.75rem;
    line-height: 0.92;
}

.about-story {
    padding: 86px 0 64px;
}

.about-story h2 {
    font-size: clamp(3.5rem, 6vw, 5.5rem);
}

.about-brush {
    width: 164px;
    height: 4px;
    margin-top: 22px;
    background: var(--olive);
    clip-path: polygon(0 35%, 25% 8%, 55% 45%, 100% 18%, 95% 70%, 62% 55%, 28% 86%, 3% 64%);
}

.about-copy {
    padding-top: 30px;
    border-top: 1px solid rgba(18, 20, 20, 0.12);
}

.about-copy p {
    max-width: 760px;
    margin: 0;
    color: #343231;
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-copy p + p {
    margin-top: 18px;
}

.about-values {
    padding: 0 0 78px;
}

.about-value-card {
    min-height: 290px;
    padding: 34px 32px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 22px 62px rgba(22, 20, 18, 0.08);
}

.about-value-card.dark {
    background:
            linear-gradient(145deg, rgba(18, 20, 20, 0.94), rgba(18, 20, 20, 0.84)),
            url("../../img/foodtruck.png") center / cover no-repeat;
    color: #fff;
}

.about-value-card i {
    color: var(--olive);
    font-size: 2.4rem;
}

.about-value-card h3 {
    margin: 24px 0 10px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 2.7rem;
    line-height: 1;
    text-transform: uppercase;
}

.about-value-card p {
    margin: 0;
    color: #45413d;
    font-size: 1rem;
    line-height: 1.7;
}

.about-value-card.dark p {
    color: rgba(255, 255, 255, 0.82);
}

.about-kitchen {
    padding: 0 0 86px;
}

.about-kitchen-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 6px;
    background: #111414;
    color: #fff;
    box-shadow: 0 30px 90px rgba(18, 20, 20, 0.16);
}

.about-kitchen-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.about-kitchen-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 58px;
}

.about-kitchen-copy h2 {
    max-width: 580px;
    color: #fff;
    font-size: clamp(3rem, 5vw, 5rem);
}

.about-kitchen-copy ul {
    display: grid;
    gap: 14px;
    margin: 28px 0 34px;
    padding: 0;
    list-style: none;
}

.about-kitchen-copy li {
    display: flex;
    gap: 12px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.02rem;
    line-height: 1.55;
}

.about-kitchen-copy li i {
    margin-top: 4px;
    color: var(--olive);
}

.about-kitchen-copy .btn {
    align-self: flex-start;
}

.about-cta {
    padding: 0 0 92px;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 44px;
    border-radius: 6px;
    color: #fff;
    background:
            linear-gradient(90deg, rgba(16, 18, 18, 0.96), rgba(16, 18, 18, 0.78)),
            url("../../img/flatbread.png") center / cover no-repeat;
}

.about-cta h2 {
    color: #fff;
    font-size: clamp(3rem, 5vw, 5rem);
}

.about-cta p:not(.eyebrow) {
    max-width: 560px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.06rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 126px 0 72px;
    }

    .about-hero-photo {
        margin-left: 0;
    }

    .about-kitchen-panel {
        grid-template-columns: 1fr;
    }

    .about-kitchen-image img {
        min-height: 360px;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .about-page {
        width: 100vw;
    }

    .about-hero,
    .about-story,
    .about-values,
    .about-kitchen,
    .about-cta {
        max-width: 100vw;
        overflow: hidden;
    }

    .about-page .container-xl {
        width: 100%;
        max-width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }

    .about-page .row {
        --bs-gutter-x: 0;
    }

    .about-hero {
        padding: 118px 0 58px;
    }

    .about-script {
        max-width: 330px;
        font-size: clamp(2.1rem, 11vw, 2.8rem);
        overflow-wrap: break-word;
    }

    .about-hero h1 {
        max-width: 100%;
        font-size: clamp(4rem, 18vw, 5.6rem);
        overflow-wrap: anywhere;
    }

    .about-lead,
    .about-copy p,
    .about-kitchen-copy li,
    .about-cta p:not(.eyebrow) {
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
        overflow-wrap: break-word;
    }

    .about-lead,
    .about-copy,
    .about-copy p,
    .about-kitchen-copy,
    .about-kitchen-copy h2,
    .about-kitchen-copy ul,
    .about-cta-inner,
    .about-cta p:not(.eyebrow) {
        max-width: calc(100vw - 44px);
    }

    .about-lead,
    .about-copy,
    .about-copy p {
        max-width: min(100%, 322px);
    }

    .about-hero-actions {
        display: grid;
    }

    .about-hero-actions .btn {
        min-width: 0;
        width: calc(100vw - 44px);
        max-width: 100%;
    }

    .about-hero-photo {
        max-width: 100%;
        padding: 10px;
    }

    .about-hero-photo::before {
        inset: 0 8px;
    }

    .about-hero-photo img {
        min-height: 250px;
    }

    .about-seal {
        left: 10px;
        bottom: -30px;
        width: 120px;
        height: 120px;
    }

    .about-seal strong {
        font-size: 1.45rem;
    }

    .about-story {
        padding: 74px 0 48px;
    }

    .about-values,
    .about-kitchen,
    .about-cta {
        padding-bottom: 58px;
    }

    .about-value-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .about-kitchen-copy {
        padding: 34px 24px;
    }

    .about-kitchen-image img {
        min-height: 250px;
    }

    .about-cta-inner {
        padding: 30px 24px;
    }
}
