/*
   Soil To Bowl — fresh About Us mockup stylesheet
   This file is intentionally independent from the old about.css.
*/

.stb-au-page {
    --stb-au-green: #4e7d24;
    --stb-au-green-2: #70b542;
    --stb-au-deep: #173f13;
    --stb-au-deep-2: #285d1b;
    --stb-au-cream: #fffdf5;
    --stb-au-cream-2: #f7fbef;
    --stb-au-gold: #f4c846;
    --stb-au-ink: #163f14;
    --stb-au-body: #344054;
    --stb-au-border: rgba(78, 125, 36, 0.16);
    --stb-au-display: Georgia, "Times New Roman", serif;
    --stb-au-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background:
        radial-gradient(circle at 10% 8%, rgba(78, 125, 36, 0.08), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(213, 157, 40, 0.12), transparent 28%),
        linear-gradient(180deg, #fbfff6 0%, #fffdf5 48%, #f7fff0 100%);
    color: var(--stb-au-body);
    overflow: hidden;
    font-family: var(--stb-au-body-font);
}

.stb-au-page,
.stb-au-page *,
.stb-au-page *::before,
.stb-au-page *::after {
    box-sizing: border-box;
}

.stb-au-page img {
    display: block;
    max-width: 100%;
}

.stb-au-page a {
    color: inherit;
}

.stb-au-shell {
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
}

.stb-au-section-title {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.stb-au-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--stb-au-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.stb-au-eyebrow::before,
.stb-au-eyebrow::after {
    content: "";
    width: 46px;
    height: 1px;
    background: rgba(78, 125, 36, 0.42);
}

.stb-au-section-title h2,
.stb-au-story-copy h2,
.stb-au-why-copy h2,
.stb-au-delivery-copy h2,
.stb-au-cta-copy h2 {
    margin: 0;
    color: var(--stb-au-ink);
    font-family: var(--stb-au-display);
    font-weight: 900;
    letter-spacing: -0.85px;
    line-height: 1.05;
}

.stb-au-section-title h2 {
    font-size: clamp(34px, 4vw, 54px);
}

.stb-au-button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 52px;
    padding: 0 9px 0 26px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--stb-au-gold), #d88c0b);
    box-shadow: 0 14px 30px rgba(49, 75, 24, 0.18);
    color: #ffffff;
    font: 800 14px/1 var(--stb-au-body-font);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stb-au-button::before {
    position: absolute;
    inset: -55% auto -55% -75%;
    z-index: -1;
    width: 58%;
    content: "";
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.65), transparent);
    transform: rotate(18deg);
    animation: stbAuButtonGlow 3s ease-in-out infinite;
}

.stb-au-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(49, 75, 24, 0.28);
}

.stb-au-button span {
    position: relative;
    z-index: 2;
}

.stb-au-button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--stb-au-green);
    font-style: normal;
}

.stb-au-button svg {
    width: 17px;
    height: 17px;
}

.stb-au-button--dark {
    background: linear-gradient(135deg, var(--stb-au-deep), var(--stb-au-green));
}

.stb-au-button--dark i {
    background: var(--stb-au-gold);
    color: var(--stb-au-deep);
}

@keyframes stbAuButtonGlow {
    0%, 16% { left: -75%; opacity: 0; }
    26%, 52% { opacity: 1; }
    100% { left: 130%; opacity: 0; }
}

/* Hero */
.stb-au-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 0;
    background-color: var(--stb-au-green-2);
    background-image: var(--stb-au-hero-image);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.stb-au-hero::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 64%;
    content: "";
    opacity: 0.1;
    background-image:
        linear-gradient(30deg, rgba(255, 255, 255, 0.8) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.8) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.8) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.8) 87.5%);
    background-size: 48px 84px;
    pointer-events: none;
}

.stb-au-hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 64%;
    content: "";
    background: linear-gradient(
    90deg,
    rgba(78, 125, 36, 0.98) 0%,
    rgba(78, 125, 36, 0.92) 28%,
    rgba(78, 125, 36, 0.68) 52%,
    rgba(78, 125, 36, 0.42) 72%,
    rgba(78, 125, 36, 0.22) 89%,
    rgba(78, 125, 36, 0.06) 96%,
    rgba(78, 125, 36, 0) 100%
);
    pointer-events: none;
}

.stb-au-hero-grid {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 560px;
}

.stb-au-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 535px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 78px 0 72px;
}

.stb-au-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.stb-au-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.stb-au-breadcrumb strong {
    color: #ffffff;
}

.stb-au-kicker {
    margin-bottom: 10px;
    color: var(--stb-au-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.stb-au-hero h1 {
    max-width: 540px;
    margin: 0;
    color: #ffffff;
    font-family: var(--stb-au-display);
    font-size: clamp(77px, 5.1vw, 40px);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 0.95;
}

.stb-au-hero h1 span {
    display: block;
    color: var(--stb-au-gold);
}

.stb-au-hero-rule {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 23px 0 20px;
    color: var(--stb-au-gold);
}

.stb-au-hero-rule b {
    width: 110px;
    height: 1px;
    background: linear-gradient(90deg, var(--stb-au-gold), transparent);
}

.stb-au-hero-rule b:last-child {
    transform: rotate(180deg);
}

.stb-au-hero-copy > p {
    max-width: 490px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.stb-au-hero-copy .stb-au-button {
    align-self: flex-start;
    margin-top: 26px;
}

.stb-au-hero-image {
    display: none;
}

/* Our story */
.stb-au-story {
    padding: 78px 0 52px;
    background: #ffffff;
}

.stb-au-story-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.stb-au-story-gallery {
    display: grid;
    grid-template-columns: 1.34fr 0.86fr;
    gap: 16px;
}

.stb-au-image-frame {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
}

.stb-au-story-main {
    min-height: 430px;
}

.stb-au-story-main img,
.stb-au-story-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stb-au-story-side {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
}

.stb-au-story-side .stb-au-image-frame {
    min-height: 0;
}

.stb-au-story-copy h2,
.stb-au-why-copy h2 {
    font-size: clamp(36px, 4vw, 54px);
}

.stb-au-story-copy > p {
    margin: 18px 0 0;
    color: var(--stb-au-body);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
}

.stb-au-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.stb-au-feature {
    text-align: center;
}

.stb-au-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 11px;
    border: 1px solid rgba(78, 125, 36, 0.2);
    border-radius: 50%;
    background: #f4faec;
    color: var(--stb-au-green);
}

.stb-au-feature-icon svg {
    width: 40px;
    height: 40px;
}

.stb-au-feature h3 {
    margin: 0;
    color: var(--stb-au-ink);
    font-size: 13px;
    font-weight: 900;
}

.stb-au-feature p {
    margin: 6px 0 0;
    color: var(--stb-au-body);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

/* Mission / vision */
.stb-au-mission {
    padding: 12px 0 58px;
    background: #ffffff;
}

.stb-au-mission-panel {
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    gap: 30px;
    align-items: center;
    padding: 28px 34px;
    border-radius: 26px;
    background: radial-gradient(circle at center, rgba(78, 125, 36, 0.08), transparent 32%), linear-gradient(135deg, #f7fbef, #fffaf0);
}

.stb-au-mission-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 17px;
    align-items: center;
}

.stb-au-round-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2f6e18, var(--stb-au-green));
    color: #ffffff;
}

.stb-au-round-icon svg {
    width: 34px;
    height: 34px;
}

.stb-au-mission-item h3 {
    margin: 0;
    color: var(--stb-au-green);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.stb-au-mission-item p {
    margin: 8px 0 0;
    color: var(--stb-au-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.stb-au-mission-image {
    width: 180px;
    height: 180px;
    padding: 8px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.12);
}

.stb-au-mission-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Daily essentials */
.stb-au-offers {
    padding: 58px 0;
    background: #ffffff;
}

.stb-au-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.stb-au-offer-card {
    overflow: hidden;
    border: 1px solid var(--stb-au-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stb-au-offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
}

.stb-au-offer-image {
    /*height: 174px; */
    overflow: hidden;
}

.stb-au-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.stb-au-offer-card:hover .stb-au-offer-image img {
    transform: scale(1.06);
}

.stb-au-offer-copy {
    padding: 17px 16px 19px;
    text-align: center;
}

.stb-au-offer-copy h3 {
    margin: 0;
    color: var(--stb-au-ink);
    font-size: 17px;
    font-weight: 900;
}

.stb-au-offer-copy p {
    margin: 8px 0 0;
    color: var(--stb-au-body);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
}

/* Journey */
.stb-au-journey {
    padding: 62px 0;
    background: radial-gradient(circle at top, rgba(78, 125, 36, 0.08), transparent 34%), var(--stb-au-cream);
}

.stb-au-journey-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.stb-au-journey-track::before {
    position: absolute;
    top: 35px;
    right: 11%;
    left: 11%;
    height: 1px;
    content: "";
    background: rgba(78, 125, 36, 0.35);
}

.stb-au-journey-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.stb-au-journey-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border: 6px solid var(--stb-au-cream);
    border-radius: 50%;
    background: #f6faef;
    color: var(--stb-au-green);
    box-shadow: 0 12px 26px rgba(78, 125, 36, 0.12);
}

.stb-au-journey-icon svg {
    width: 32px;
    height: 32px;
}

.stb-au-step-number {
    display: block;
    margin-bottom: 6px;
    color: var(--stb-au-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.stb-au-journey-step h3 {
    margin: 0;
    color: var(--stb-au-ink);
    font-size: 17px;
    font-weight: 900;
}

.stb-au-journey-step p {
    max-width: 210px;
    margin: 8px auto 0;
    color: var(--stb-au-body);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.5;
}

/* Why choose */
.stb-au-why {
    padding: 64px 0;
    background: #ffffff;
}

.stb-au-why-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 52px;
    align-items: center;
}

.stb-au-why-image {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, 0.13);
}

.stb-au-why-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.stb-au-why-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.stb-au-checklist {
    display: grid;
    gap: 14px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.stb-au-checklist li {
    position: relative;
    min-height: 42px;
    padding: 10px 16px 10px 52px;
    border: 1px solid var(--stb-au-border);
    border-radius: 14px;
    background: #fcfff8;
    color: var(--stb-au-body);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.45;
}

.stb-au-checklist li::before {
    position: absolute;
    top: 9px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: "✓";
    background: var(--stb-au-green);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.stb-au-why-copy .stb-au-button {
    margin-top: 25px;
}

/* Delivery */
.stb-au-delivery {
    padding: 58px 0;
    background: #ffffff;
}

.stb-au-delivery-panel {
    display: grid;
    grid-template-columns: 0.7fr 0.95fr 1.35fr;
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--stb-au-border);
    border-radius: 24px;
    background: radial-gradient(circle at 80% 20%, rgba(213, 157, 40, 0.16), transparent 32%), linear-gradient(135deg, #f7fbef, #fffaf0);
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

.stb-au-delivery-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stb-au-delivery-copy .stb-au-eyebrow {
    justify-content: flex-start;
}

.stb-au-delivery-copy h2 {
    font-size: clamp(30px, 3.5vw, 46px);
}

.stb-au-delivery-copy p {
    max-width: 280px;
    margin: 15px 0 0;
    color: var(--stb-au-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.62;
}

.stb-au-route {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    border-radius: 18px;
    background:
        linear-gradient(26deg, transparent 46%, rgba(78, 125, 36, 0.08) 47%, transparent 48%),
        linear-gradient(118deg, transparent 44%, rgba(78, 125, 36, 0.08) 45%, transparent 46%),
        rgba(255, 255, 255, 0.34);
}

.stb-au-route svg {
    width: 94%;
    height: 180px;
    color: var(--stb-au-green);
}

.stb-au-city-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-content: center;
}

.stb-au-city-card {
    position: relative;
    min-height: 188px;
    overflow: hidden;
    padding: 17px;
    border: 1px solid rgba(78, 125, 36, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stb-au-city-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.12);
}

.stb-au-city-badge {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--stb-au-green);
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
}

.stb-au-city-card h3 {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: var(--stb-au-ink);
    font-family: var(--stb-au-display);
    font-size: 26px;
    line-height: 1;
}

.stb-au-city-card p {
    position: relative;
    z-index: 1;
    max-width: 180px;
    margin: 10px 0 0;
    color: var(--stb-au-body);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.stb-au-city-card img {
    position: absolute;
    right: -10px;
    bottom: -2px;
    width: 112px;
    height: 96px;
    border-radius: 50% 0 0;
    object-fit: cover;
    opacity: 0.88;
    mask-image: linear-gradient(135deg, transparent 4%, #000 34%);
}

/* Values */
.stb-au-values {
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    background: linear-gradient(135deg, var(--stb-au-deep), var(--stb-au-deep-2));
}

.stb-au-values::before,
.stb-au-values::after {
    position: absolute;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(244, 200, 70, 0.2);
    border-radius: 70% 30% 65% 35%;
    pointer-events: none;
}

.stb-au-values::before {
    top: 30px;
    left: -120px;
    transform: rotate(-28deg);
}

.stb-au-values::after {
    right: -120px;
    bottom: 20px;
    transform: rotate(30deg);
}

.stb-au-values .stb-au-shell {
    position: relative;
    z-index: 1;
}

.stb-au-values .stb-au-eyebrow {
    color: var(--stb-au-gold);
}

.stb-au-values .stb-au-eyebrow::before,
.stb-au-values .stb-au-eyebrow::after {
    background: rgba(244, 200, 70, 0.65);
}

.stb-au-values .stb-au-section-title h2 {
    color: #ffffff;
}

.stb-au-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.stb-au-value-card {
    min-height: 154px;
    padding: 23px 16px;
    border: 1px solid rgba(244, 200, 70, 0.5);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.035);
    text-align: center;
}

.stb-au-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 13px;
    border: 1px solid rgba(244, 200, 70, 0.7);
    border-radius: 50%;
    color: var(--stb-au-gold);
}

.stb-au-value-icon svg {
    width: 50px;
    height: 50px;
}

.stb-au-value-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.stb-au-value-card p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

/* CTA */
.stb-au-cta-section {
    padding: 58px 0 90px;
    background: #ffffff;
}

.stb-au-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.86fr;
    gap: 30px;
    align-items: center;
    min-height: 286px;
    overflow: hidden;
    padding: 38px 42px;
    border-radius: 25px;
    background: linear-gradient(90deg, var(--stb-au-deep), var(--stb-au-deep-2) 62%, rgba(40, 93, 27, 0.8));
    box-shadow: 0 24px 64px rgba(47, 110, 24, 0.24);
}

.stb-au-cta::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.11;
    background-image:
        linear-gradient(30deg, rgba(255, 255, 255, 0.8) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.8) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.8) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.8) 87.5%);
    background-size: 48px 84px;
}

.stb-au-cta-copy,
.stb-au-cta-image {
    position: relative;
    z-index: 1;
}

.stb-au-cta-copy h2 {
    max-width: 560px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
}

.stb-au-cta-copy p {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
}

.stb-au-cta-copy .stb-au-button {
    margin-top: 24px;
}

.stb-au-cta-image {
    align-self: end;
}

.stb-au-cta-image img {
    width: 100%;
    max-height: 235px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

/* Tablet */
@media (max-width: 1024px) {
    .stb-au-hero {
        min-height: auto;
        padding: 0;
        background-color: var(--stb-au-deep);
        background-image: none;
    }

    .stb-au-hero::before {
        opacity: 0;
    }

    .stb-au-hero::after {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
        width: auto;
        height: clamp(410px, 54vw, 560px);
        content: "";
        opacity: 0.58;
        background-image:
            linear-gradient(180deg, rgba(18, 54, 14, 0.92) 0%, rgba(18, 54, 14, 0.76) 34%, rgba(23, 63, 19, 0.34) 76%, rgba(23, 63, 19, 0.03) 100%),
            var(--stb-au-hero-image-mobile);
        background-position: center center;
        background-size: 100% 100%;
        filter: blur(13px);
        transform: scale(1.06);
        pointer-events: none;
    }

    .stb-au-hero-grid,
    .stb-au-story-grid,
    .stb-au-why-grid,
    .stb-au-cta {
        grid-template-columns: 1fr;
    }

    .stb-au-hero-grid {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .stb-au-hero-copy {
        max-width: 760px;
        min-height: 0;
        padding: 72px 0 38px;
        text-align: center;
        align-items: center;
    }

    .stb-au-breadcrumb {
        justify-content: center;
    }

    .stb-au-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .stb-au-hero-image {
        position: relative;
        display: block;
        width: 100vw;
        aspect-ratio: 1122 / 1402;
        min-height: 0;
        margin-right: calc((100% - 100vw) / 2);
        margin-left: calc((100% - 100vw) / 2);
        overflow: hidden;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .stb-au-hero-image::after {
        display: none;
    }

    .stb-au-hero-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
    }

    .stb-au-story-gallery {
        max-width: 760px;
        margin: 0 auto;
    }

    .stb-au-story-copy {
        text-align: center;
    }

    .stb-au-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stb-au-mission-panel {
        /* grid-template-columns: 1fr; */
        text-align: center;
    }

    .stb-au-mission-item {
        grid-template-columns: 1fr;
    }

    .stb-au-round-icon,
    .stb-au-mission-image {
        margin-right: auto;
        margin-left: auto;
    }

    .stb-au-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stb-au-delivery-panel {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .stb-au-route {
        min-height: 185px;
    }

    .stb-au-city-grid {
        grid-column: 1 / -1;
    }

    .stb-au-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stb-au-cta {
        text-align: center;
    }

    .stb-au-cta-copy h2,
    .stb-au-cta-copy p {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .stb-au-shell {
        width: min(100% - 28px, 620px);
    }

    .stb-au-section-title {
        margin-bottom: 26px;
    }

    .stb-au-section-title h2,
    .stb-au-story-copy h2,
    .stb-au-why-copy h2,
    .stb-au-delivery-copy h2,
    .stb-au-cta-copy h2 {
        font-size: 31px;
        letter-spacing: -0.35px;
    }

    .stb-au-eyebrow {
        gap: 8px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .stb-au-eyebrow::before,
    .stb-au-eyebrow::after {
        width: 30px;
    }

    .stb-au-hero {
        min-height: auto;
        position: relative;
        padding: 0;
        background: var(--stb-au-deep);
    }

    .stb-au-hero::after {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
        width: auto;
        height: clamp(360px, 108vw, 480px);
        content: "";
        opacity: 0.68;
        background-image:
            linear-gradient(180deg, rgba(18, 54, 14, 0.94) 0%, rgba(18, 54, 14, 0.78) 32%, rgba(23, 63, 19, 0.4) 72%, rgba(23, 63, 19, 0.02) 100%),
            var(--stb-au-hero-image-mobile);
        background-position: center center;
        background-size: 100% 100%;
        filter: blur(14px);
        transform: scale(1.08);
        pointer-events: none;
    }

    .stb-au-hero-grid {
        min-height: 0;
    }

    .stb-au-hero-copy {
        min-height: 0;
        padding: 30px 0 36px;
    }

    .stb-au-breadcrumb {
        margin-bottom: 25px;
        font-size: 11px;
    }

    .stb-au-kicker {
        font-size: 10px;
    }

    .stb-au-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .stb-au-hero-copy > p {
        max-width: 320px;
        font-size: 13px;
        line-height: 1.6;
    }

    .stb-au-hero-rule {
        margin: 17px 0;
    }

    .stb-au-hero-rule b {
        width: 70px;
    }

    .stb-au-hero-copy .stb-au-button {
        align-self: center;
        margin-top: 21px;
    }

    .stb-au-hero-image {
        z-index: 1;
        width: 100vw;
        min-height: 0;
        margin-right: calc((100% - 100vw) / 2);
        margin-left: calc((100% - 100vw) / 2);
        border-radius: 0;
    }

    .stb-au-story,
    .stb-au-offers,
    .stb-au-journey,
    .stb-au-why,
    .stb-au-delivery,
    .stb-au-values {
        padding: 46px 0;
    }

    .stb-au-story-grid,
    .stb-au-why-grid {
        gap: 28px;
    }

    .stb-au-story-gallery {
        display: block;
    }

    .stb-au-story-main {
        min-height: 250px;
    }

    .stb-au-story-side {
        display: none;
    }
    
    .stb-au-image-frame {
        display: none;
    }
    
    .stb-au-story-main{
        display: none;
    }

    .stb-au-story-copy {
        text-align: center;
    }

    .stb-au-story-copy > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .stb-au-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        text-align: left;
    }

    .stb-au-feature {
        display: grid;
        /*grid-template-columns: 50px 1fr;*/
        gap: 14px;
        align-items: center;
        padding: 13px 0;
        border-bottom: 1px solid var(--stb-au-border);
        text-align: left;
    }

    .stb-au-feature-icon {
        margin: 0;
    }

    .stb-au-feature h3 {
        font-size: 14px;
    }

    .stb-au-feature p {
        font-size: 12px;
    }

    .stb-au-mission {
        padding: 24px 0 40px;
    }

    .stb-au-mission-panel {
        gap: 21px;
        padding: 19px;
        border-radius: 20px;
        text-align: left;
    }

    .stb-au-mission-item {
        grid-template-columns: 54px 1fr;
        gap: 13px;
    }

    .stb-au-round-icon {
        width: 51px;
        height: 51px;
        margin: 0;
    }

    .stb-au-round-icon svg {
        width: 27px;
        height: 27px;
    }

    .stb-au-mission-image {
        order: -1;
        width: 132px;
        height: 132px;
        margin: 0 auto;
    }

    .stb-au-mission-item h3 {
        font-size: 11px;
    }

    .stb-au-mission-item p {
        font-size: 12px;
        line-height: 1.5;
    }

    .stb-au-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    
        .stb-au-mission-panel {
        grid-template-columns: 1fr;
    }

   /* .stb-au-offer-image {
        height: 118px;
    } */

    .stb-au-offer-copy {
        padding: 12px 9px 14px;
    }

    .stb-au-offer-copy h3 {
        font-size: 13px;
    }

    .stb-au-offer-copy p {
        font-size: 10.5px;
    }

    .stb-au-journey-track {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-left: 6px;
    }

    .stb-au-journey-track::before {
        top: 32px;
        right: auto;
        bottom: 32px;
        left: 40px;
        width: 1px;
        height: auto;
    }

    .stb-au-journey-step {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 16px;
        align-items: center;
        text-align: left;
    }

    .stb-au-journey-icon {
        margin: 0;
    }

    .stb-au-step-number {
        margin-bottom: 4px;
    }

    .stb-au-journey-step h3 {
        font-size: 16px;
    }

    .stb-au-journey-step p {
        margin: 7px 0 0;
        font-size: 12px;
    }

    .stb-au-why-copy {
        text-align: center;
    }

    .stb-au-why-image {
       /* width: min(100%, 290px); */
        margin: 0 auto;
    }

    .stb-au-why-image img {
        height: 290px;
    }

    .stb-au-checklist {
        gap: 10px;
        text-align: left;
    }

    .stb-au-checklist li {
        padding-left: 47px;
        font-size: 12.5px;
    }

    .stb-au-delivery-panel {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 20px;
    }

    .stb-au-delivery-copy {
        align-items: center;
        text-align: center;
    }

    .stb-au-delivery-copy .stb-au-eyebrow {
        justify-content: center;
    }

    .stb-au-delivery-copy p {
        max-width: 295px;
        font-size: 12.5px;
    }

    .stb-au-route {
        min-height: 150px;
    }

    .stb-au-route svg {
        height: 130px;
    }

    .stb-au-city-grid {
        grid-template-columns: 1fr;
    }

    .stb-au-city-card {
        min-height: 140px;
    }

    .stb-au-city-card img {
        width: 130px;
        height: 106px;
    }

    .stb-au-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .stb-au-value-card {
        min-height: 146px;
        padding: 16px 9px;
    }

    .stb-au-value-card h3 {
        font-size: 13px;
    }

    .stb-au-value-card p {
        font-size: 10.5px;
    }

    .stb-au-cta-section {
        padding: 36px 0 76px;
    }

    .stb-au-cta {
        min-height: 0;
        gap: 18px;
        padding: 28px 20px 0;
        border-radius: 20px;
    }

    .stb-au-cta-copy p {
        font-size: 12.5px;
        line-height: 1.58;
    }

    .stb-au-cta-copy .stb-au-button {
        width: 100%;
    }

    .stb-au-cta-image img {
        max-height: 180px;
    }
}

@media (max-width: 380px) {
    .stb-au-hero h1 {
        font-size: 38px;
    }

    .stb-au-offer-grid,
    .stb-au-value-grid {
       grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stb-au-offer-image {
        height: 150px;
    }
}
/* Soil To Bowl CTA responsive image fix */
.stb-au-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 36%);
    align-items: stretch;
    min-height: 390px;
    padding: 32px 34px 0;
    overflow: hidden;
}

.stb-au-cta-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    align-self: center;
}

.stb-au-cta-image {
    position: relative;
    inset: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
}

.stb-au-cta-image img {
    position: relative;
    inset: auto;
    display: block;
    width: min(100%, 360px);
    max-width: 360px;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: bottom right;
    margin: 0 0 0 auto;
    transform: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .stb-au-cta {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 38px 28px 0;
    }

    .stb-au-cta-copy {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .stb-au-cta-copy .stb-au-button {
        margin-left: auto;
        margin-right: auto;
    }

    .stb-au-cta-image {
        height: 280px;
        justify-content: center;
        margin-top: 18px;
    }

    .stb-au-cta-image img {
        width: min(290px, 75vw);
        max-width: 290px;
        max-height: 280px;
        margin: 0 auto;
        object-position: center bottom;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .stb-au-cta {
        padding: 28px 20px 0;
        border-radius: 24px;
    }

    .stb-au-cta-copy {
        text-align: center;
    }

    .stb-au-cta-image {
        height: 215px;
        margin-top: 14px;
    }

    .stb-au-cta-image img {
        width: 225px;
        max-width: 82vw;
        max-height: 215px;
        margin: 0 auto;
    }
}