.tla-about {
    --tla-green-900: #153b2d;
    --tla-green-800: #1f513c;
    --tla-green-700: #2d684c;
    --tla-green-100: #eaf5ed;
    --tla-green-050: #f5faf6;
    --tla-lime: #b9da78;
    --tla-cream: #fffaf0;
    --tla-peach: #f8d4b4;
    --tla-orange: #ee8b4f;
    --tla-text: #173126;
    --tla-muted: #607268;
    --tla-border: rgba(21, 59, 45, .12);
    --tla-shadow: 0 24px 70px rgba(22, 64, 45, .13);
    color: var(--tla-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow: hidden;
}

.tla-about *,
.tla-about *::before,
.tla-about *::after {
    box-sizing: border-box;
}

.tla-about h1,
.tla-about h2,
.tla-about h3,
.tla-about p {
    margin-top: 0;
}

.tla-about__container,
.tla-about__hero {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.tla-about__hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 560px;
    margin-top: 28px;
    border: 1px solid var(--tla-border);
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 16%, rgba(185, 218, 120, .42), transparent 26%),
        linear-gradient(135deg, #fbfff8 0%, #ecf7ef 52%, #dcecdf 100%);
    box-shadow: var(--tla-shadow);
    overflow: hidden;
    isolation: isolate;
}

.tla-about__hero::before,
.tla-about__hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
}

.tla-about__hero::before {
    width: 260px;
    height: 260px;
    right: -80px;
    top: -100px;
    background: rgba(238, 139, 79, .14);
}

.tla-about__hero::after {
    width: 190px;
    height: 190px;
    left: 46%;
    bottom: -100px;
    background: rgba(185, 218, 120, .28);
}

.tla-about__hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7vw, 86px);
    z-index: 2;
}

.tla-about__eyebrow,
.tla-about__section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    color: var(--tla-green-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.tla-about__eyebrow::before,
.tla-about__section-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    margin-right: 10px;
    border-radius: 99px;
    background: currentColor;
}

.tla-about__hero h1 {
    max-width: 720px;
    margin-bottom: 22px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.tla-about__hero-content p {
    max-width: 660px;
    margin-bottom: 0;
    color: var(--tla-muted);
    font-size: clamp(17px, 2vw, 21px);
}

.tla-about__hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 480px;
}

.tla-about__visual-frame {
    position: relative;
    z-index: 1;
    width: min(var(--tla-image-size, 390px), calc(100% - 48px)) !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border: 28px solid rgba(255,255,255,.96);
    border-radius: var(--tla-image-radius, 50%) !important;
    box-shadow:
        0 32px 60px rgba(27, 72, 48, .20),
        0 0 0 2px rgba(255,255,255,.55);
    overflow: hidden;
    transform: rotate(-2deg);
}

.tla-about__salad-image,
.tla-about__plate {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.tla-about__salad-image {
    object-fit: cover;
    object-position: center;
}

.tla-about__salad-image::selection {
    background: transparent;
}

/* Original built-in salad illustration, used whenever the image URL is empty. */
.tla-about__plate {
    position: relative;
    background:
        radial-gradient(circle at 33% 28%, #d5e89e 0 12%, transparent 13%),
        radial-gradient(circle at 62% 32%, #f3c57b 0 10%, transparent 11%),
        radial-gradient(circle at 38% 68%, #9dc37d 0 14%, transparent 15%),
        radial-gradient(circle at 68% 68%, #c9df95 0 13%, transparent 14%),
        linear-gradient(145deg, #6b9f69, #b4cf78);
}

.tla-about__leaf,
.tla-about__tomato,
.tla-about__cucumber,
.tla-about__cheese {
    position: absolute;
    display: block;
}

.tla-about__leaf {
    width: 90px;
    height: 44px;
    border-radius: 90% 10% 90% 10%;
    background: #4f8b58;
    box-shadow: inset -12px -8px 0 rgba(20, 69, 42, .12);
}

.tla-about__leaf--one { left: 22%; top: 22%; transform: rotate(28deg); }
.tla-about__leaf--two { right: 16%; bottom: 24%; transform: rotate(-38deg); background: #87b766; }

.tla-about__tomato {
    width: 54px;
    height: 54px;
    border: 6px solid #ffb18b;
    border-radius: 50%;
    background: #ef6e4f;
}

.tla-about__tomato::after {
    content: "";
    position: absolute;
    inset: 11px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
}

.tla-about__tomato--one { right: 23%; top: 20%; }
.tla-about__tomato--two { left: 18%; bottom: 22%; transform: scale(.8); }

.tla-about__cucumber {
    width: 68px;
    height: 68px;
    right: 17%;
    top: 45%;
    border: 8px solid #7eaf65;
    border-radius: 50%;
    background: radial-gradient(circle, #eef4bf 0 42%, #b9d47f 43% 100%);
}

.tla-about__cheese {
    width: 62px;
    height: 62px;
    left: 41%;
    bottom: 16%;
    border-radius: 18px;
    background: #f1d26c;
    transform: rotate(24deg);
}

.tla-about__fresh-pill {
    position: absolute;
    right: 6%;
    bottom: 12%;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: var(--tla-green-900);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(20, 58, 43, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 5;
    pointer-events: none;
    transform: translateZ(0);
}

.tla-about__story-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 50px;
    padding: 112px 0 74px;
    align-items: start;
}

.tla-about__story-copy h2,
.tla-about__section-heading h2,
.tla-about__promise h2,
.tla-about__cta h2 {
    margin-bottom: 24px;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.tla-about__prose {
    max-width: 760px;
    color: var(--tla-muted);
    font-size: 18px;
}

.tla-about__prose p:last-child {
    margin-bottom: 0;
}

.tla-about__mission-card {
    position: sticky;
    top: 32px;
    padding: 34px;
    border: 1px solid rgba(27, 90, 59, .13);
    border-radius: 26px;
    background: var(--tla-green-900);
    color: #fff;
    box-shadow: 0 26px 70px rgba(19, 59, 43, .18);
}

.tla-about__mission-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: 14px;
    background: var(--tla-lime);
    color: var(--tla-green-900);
    font-size: 22px;
}

.tla-about__mission-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 29px;
    letter-spacing: -.025em;
}

.tla-about__mission-card p {
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
}

.tla-about__values {
    padding: 76px 0 90px;
    border-top: 1px solid var(--tla-border);
}

.tla-about__section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
}

.tla-about__section-heading h2 {
    max-width: 690px;
    margin-bottom: 0;
}

.tla-about__value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tla-about__value-card {
    position: relative;
    min-height: 300px;
    padding: 30px;
    border: 1px solid var(--tla-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(20, 62, 44, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
}

.tla-about__value-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -75px;
    border-radius: 50%;
    background: var(--tla-green-100);
    transition: transform .25s ease;
}

.tla-about__value-card:hover {
    transform: translateY(-7px);
    border-color: rgba(38, 108, 74, .28);
    box-shadow: 0 24px 56px rgba(20, 62, 44, .12);
}

.tla-about__value-card:hover::after {
    transform: scale(1.18);
}

.tla-about__value-number {
    display: inline-flex;
    margin-bottom: 58px;
    color: var(--tla-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
}

.tla-about__value-card h3 {
    margin-bottom: 12px;
    font-size: 25px;
    letter-spacing: -.025em;
}

.tla-about__value-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--tla-muted);
}

.tla-about__promise {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 92px;
    padding: 54px;
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(255,255,255,.94), rgba(255,255,255,.84)),
        radial-gradient(circle at 85% 20%, var(--tla-peach), transparent 36%),
        var(--tla-green-050);
    border: 1px solid var(--tla-border);
}

.tla-about__promise h2 {
    margin-bottom: 0;
}

.tla-about__promise > p {
    margin-bottom: 6px;
    color: var(--tla-muted);
    font-size: 18px;
}

.tla-about__cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
    padding: clamp(38px, 6vw, 72px);
    border-radius: 30px;
    background: var(--tla-green-900);
    color: #fff;
    box-shadow: 0 28px 72px rgba(17, 53, 39, .20);
}

.tla-about__cta h2 {
    margin-bottom: 14px;
    color: #fff;
}

.tla-about__cta p {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
}

.tla-about__cta .tla-about__section-kicker {
    color: var(--tla-lime);
}

.tla-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 190px;
    padding: 16px 22px;
    border-radius: 999px;
    background: var(--tla-lime);
    color: var(--tla-green-900) !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 30px rgba(0,0,0,.12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.tla-about__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 21px 38px rgba(0,0,0,.18);
}

.tla-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.tla-reveal.tla-is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .tla-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .tla-about__value-card,
    .tla-about__button {
        transition: none;
    }
}

@media (max-width: 900px) {
    .tla-about__hero,
    .tla-about__story-grid,
    .tla-about__promise,
    .tla-about__cta {
        grid-template-columns: 1fr;
    }

    .tla-about__hero {
        min-height: auto;
    }

    .tla-about__hero-content {
        padding-bottom: 24px;
    }

    .tla-about__hero-visual {
        min-height: 380px;
    }

    .tla-about__visual-frame {
        width: min(var(--tla-image-size, 390px), calc(100% - 48px)) !important;
    }

    .tla-about__story-grid {
        gap: 32px;
        padding-top: 84px;
    }

    .tla-about__mission-card {
        position: static;
    }

    .tla-about__value-grid {
        grid-template-columns: 1fr;
    }

    .tla-about__value-card {
        min-height: 250px;
    }

    .tla-about__promise {
        gap: 24px;
    }

    .tla-about__cta {
        gap: 30px;
        text-align: left;
    }

    .tla-about__button {
        width: fit-content;
    }
}

@media (max-width: 600px) {
    .tla-about__container,
    .tla-about__hero {
        width: min(100% - 20px, 1180px);
    }

    .tla-about__hero {
        margin-top: 10px;
        border-radius: 24px;
    }

    .tla-about__hero-content {
        padding: 38px 24px 14px;
    }

    .tla-about__hero h1 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .tla-about__hero-visual {
        min-height: 320px;
    }

    .tla-about__visual-frame {
        width: min(var(--tla-image-size, 390px), 76vw) !important;
        border-width: 20px;
    }

    .tla-about__fresh-pill {
        right: 16px;
        bottom: 22px;
        z-index: 10;
    }

    .tla-about__story-grid {
        padding: 70px 4px 56px;
    }

    .tla-about__values {
        padding: 56px 4px 66px;
    }

    .tla-about__section-heading {
        display: block;
    }

    .tla-about__value-card,
    .tla-about__mission-card {
        padding: 26px;
        border-radius: 22px;
    }

    .tla-about__promise {
        margin-inline: 4px;
        margin-bottom: 66px;
        padding: 30px 26px;
        border-radius: 24px;
    }

    .tla-about__cta {
        margin-inline: 4px;
        padding: 34px 26px;
        border-radius: 24px;
    }

    .tla-about__button {
        width: 100%;
    }
}

/* Store image carousel */
.tla-about__gallery {
    padding: 26px 0 84px;
}

.tla-about__gallery-heading {
    align-items: end;
    gap: 36px;
    margin-bottom: 28px;
}

.tla-about__gallery-heading p {
    max-width: 480px;
    margin: 0;
    color: var(--tla-muted);
    font-size: 17px;
}

.tla-carousel {
    position: relative;
    user-select: none;
    touch-action: pan-y;
}

.tla-carousel__viewport {
    overflow: hidden;
    border: 1px solid var(--tla-border);
    border-radius: 30px;
    background: #dfe9e1;
    box-shadow: var(--tla-shadow);
}

.tla-carousel__track {
    display: flex;
    transition: transform .65s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.tla-carousel__slide {
    position: relative;
    min-width: 100%;
    margin: 0;
    aspect-ratio: 16 / 8.4;
    overflow: hidden;
}

.tla-carousel__slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
}

.tla-carousel__slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(transparent, rgba(8, 27, 19, .66));
    pointer-events: none;
}

.tla-carousel__slide figcaption {
    position: absolute;
    left: clamp(20px, 4vw, 48px);
    bottom: clamp(20px, 4vw, 42px);
    z-index: 2;
    max-width: min(560px, calc(100% - 110px));
    color: #fff;
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.tla-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    background: rgba(255,255,255,.88);
    color: var(--tla-green-900);
    font: 400 38px/1 sans-serif;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease;
}

.tla-carousel__arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.06);
}

.tla-carousel__arrow--prev { left: 18px; }
.tla-carousel__arrow--next { right: 18px; }

.tla-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.tla-carousel__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(21, 59, 45, .24);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.tla-carousel__dot.is-active {
    width: 30px;
    background: var(--tla-green-700);
}

@media (prefers-reduced-motion: reduce) {
    .tla-carousel__track,
    .tla-carousel__arrow,
    .tla-carousel__dot {
        transition: none;
    }
}

@media (max-width: 600px) {
    .tla-about__gallery {
        padding: 8px 4px 62px;
    }

    .tla-about__gallery-heading {
        display: block;
        margin-bottom: 20px;
    }

    .tla-about__gallery-heading p {
        margin-top: 12px;
        font-size: 15px;
    }

    .tla-carousel__viewport {
        border-radius: 22px;
    }

    .tla-carousel__slide {
        aspect-ratio: 4 / 3;
    }

    .tla-carousel__arrow {
        width: 42px;
        height: 42px;
        font-size: 31px;
    }

    .tla-carousel__arrow--prev { left: 10px; }
    .tla-carousel__arrow--next { right: 10px; }

    .tla-carousel__slide figcaption {
        left: 18px;
        bottom: 18px;
        max-width: calc(100% - 90px);
        font-size: 18px;
    }
}
