:root {
    --green: #69bb56;
    --green-2: #3d9630;
    --green-dark: #2c7f27;
    --yellow: #ffc20c;
    --ink: #303238;
    --muted: #777b82;
    --soft: #f5f6f7;
    --line: #d9d9d9;
    --shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    font: inherit;
    max-width: 100%;
}

button {
    text-wrap: balance;
}

main,
section,
article,
aside,
div,
p,
h1,
h2,
h3,
li {
    min-width: 0;
}

p,
h1,
h2,
h3,
li,
span,
strong,
b {
    overflow-wrap: anywhere;
}

.site-container {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
}

.top-strip {
    background: linear-gradient(90deg, #75bf60, #4ea038);
    color: #fff;
    font-size: 13px;
}

.top-strip-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-left a,
.top-right img {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #BDFBAC;
    padding: 5px;
}

.top-left a img {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.top-right span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.top-right a,
.footer-contact a,
.franchise-contact-list a,
.legal-content a {
    color: inherit;
    text-decoration: none;
}

.top-right a:hover,
.footer-contact a:hover,
.franchise-contact-list a:hover,
.legal-content a:hover {
    text-decoration: underline;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.nav-shell {
    min-height: 106px;
    display: grid;
    grid-template-columns: 230px 1fr 250px;
    align-items: center;
    gap: 28px;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 250px;
}

.brand-mark {
    width: 72px;
    height: 80px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-slogan {
    width: 122px;
    height: auto;
    object-fit: contain;
}

.primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    color: #191b1f;
    font-size: 17px;
    font-weight: 500;
}

.primary-nav a {
    position: relative;
    padding: 10px 0;
}

.primary-nav a.active,
.primary-nav a:hover {
    color: var(--yellow);
    font-weight: 700;
}

.primary-nav a.active::after,
.primary-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: var(--yellow);
}

.download-app-card {
    justify-self: end;
    width: 188px;
    min-height: 76px;
    padding: 8px 10px 10px;
    display: grid;
    gap: 7px;
    justify-items: center;
    border-radius: 7px;
    background: var(--yellow);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.download-app-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
}

.download-app-links a {
    height: 36px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

.download-app-links img {
    width: 58px;
    height: 24px;
    object-fit: contain;
}

.download-cta,
.pill-button,
.form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border: 0;
    border-radius: 6px;
    background: var(--yellow);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 4px 0 rgba(214, 153, 0, 0.4);
    cursor: pointer;
}

.pill-button,
.form-button {
    min-height: 52px;
    border-radius: 999px;
    color: #fff;
    font-size: 22px;
}

.menu-toggle {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--yellow);
    padding: 10px;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #111;
}

.section {
    position: relative;
    padding: 76px 0;
    overflow: hidden;
}

.section-soft {
    background: #f5f6f7;
}

.green-band,
.green-hero {
    color: #fff;
    text-align: center;
}

.green-band {
    background: #69bb56;
    padding: 27px 20px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 500;
}

.green-hero {
    background: linear-gradient(90deg, #75bf60, #4ea038);
    padding: 92px 20px;
}

.green-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.04;
    font-weight: 800;
}

.green-hero p {
    max-width: 960px;
    margin: 0 auto;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 500;
}

.section-title {
    margin: 0 auto 48px;
    text-align: center;
}

.section-title h2 {
    margin: 0;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.05;
    font-weight: 800;
}

.section-title p {
    max-width: 900px;
    margin: 16px auto 0;
    color: var(--muted);
    font-size: clamp(19px, 2.2vw, 26px);
}

.button-center {
    display: flex;
    justify-content: center;
    margin: 0 0 48px;
}

.arc-bg::before,
.arc-bg::after {
    content: none;
}

/* Home */
.home-hero {
    position: relative;
    min-height: 0;
    aspect-ratio: 1445 / 570;
    overflow: hidden;
    background: #eef8ea;
}

.home-hero-visual {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide img {
    display: block;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-top: 90px;
}

.hero-logo-mark {
    width: 125px;
    margin-bottom: 12px;
}

.home-hero h1 {
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(48px, 6.2vw, 78px);
    line-height: 1;
    font-weight: 400;
}

.home-hero h1 strong {
    display: block;
    font-weight: 800;
}

.hero-download {
    width: 268px;
    min-height: 72px;
    margin-bottom: 18px;
    border-radius: 0;
    font-size: 36px;
    box-shadow: none;
}

.hero-store-badges {
    width: 300px;
    height: 66px;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}

.slider-dots {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: #fff;
}

.slider-dots span {
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: #cfcfcf;
}

.slider-dots span.active {
    background: var(--yellow);
}

.steps-strip {
    background: #69bb56;
    color: #fff;
}

.steps-grid {
    min-height: 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    font-size: clamp(18px, 2.4vw, 25px);
}

.steps-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.steps-grid span::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    background: #fff;
    color: var(--green-2);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.product-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 54px;
}

.mini-product-card,
.product-card {
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

.mini-product-card img {
    width: 100%;
    aspect-ratio: 1.05;
    object-fit: cover;
}

.mini-product-card h3 {
    margin: 10px 6px 12px;
    font-size: 18px;
    font-weight: 500;
}

.view-all {
    display: block;
    margin: -28px 0 30px auto;
    width: fit-content;
    color: #111;
    font-size: 14px;
    text-decoration: underline;
}

.app-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 28px;
    width: min(100%, 1260px);
    margin: 0 auto;
}

.app-slider {
    position: relative;
}

.app-slider-arrow {
    display: none;
}

.app-flow img {
    width: 100%;
    height: clamp(235px, 24vw, 340px);
    object-fit: contain;
    object-position: center top;
    border-radius: 0;
    box-shadow: none;
}

.app-step-card {
    display: grid;
    justify-items: center;
    align-items: start;
    gap: 14px;
    margin: 0;
}

.app-step-tagline {
    width: min(100%, 210px);
    min-height: 3.2em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    color: #111;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.18;
    font-weight: 500;
    text-align: center;
}

.app-step-card figcaption {
    width: min(100%, 132px);
    min-height: 30px;
    display: grid;
    place-items: center;
    justify-self: center;
    padding: 3px 12px;
    background: var(--yellow);
    color: #fff;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.difference-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.9fr;
    align-items: center;
    gap: 110px;
}

.difference-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.accordion {
    display: grid;
    gap: 0;
}

.accordion-item {
    border-bottom: 1px solid #111;
}

.accordion-item button {
    width: 100%;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #303238;
    font-size: 23px;
    font-weight: 800;
    cursor: pointer;
    text-align: left;
}

.accordion-body {
    display: none;
    padding: 0 0 24px;
    color: #303238;
    font-size: 22px;
    line-height: 1.28;
}

.accordion-item.active .accordion-body {
    display: block;
}

.testimonial-title {
    margin: 0 0 34px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.testimonial-band {
    position: relative;
    margin: 38px 0 -76px;
    padding: 38px 0 42px;
    background: var(--soft);
    overflow: hidden;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 28px 0 42px;
}

.testimonial-decor {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 220px;
    height: auto;
    opacity: .52;
    pointer-events: none;
}

.testimonial-track {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 22px;
    align-items: center;
    transition: transform .45s ease;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - 44px) / 3);
    min-height: 164px;
    padding: 28px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transition: min-height .35s ease, transform .35s ease, box-shadow .35s ease;
}

.testimonial-card.is-center {
    min-height: 230px;
    transform: scale(1.07);
    z-index: 2;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.stars {
    color: var(--yellow);
    font-size: 27px;
    letter-spacing: 3px;
}

.testimonial-card p {
    margin: 14px 0;
    color: #686868;
}

.testimonial-card strong {
    display: block;
    color: #303238;
}

.testimonial-card small {
    color: #303238;
    font-weight: 700;
}

.testimonial-dots {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonial-dots button {
    width: 28px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cfcfcf;
    cursor: pointer;
}

.testimonial-dots button.active {
    background: var(--yellow);
}

/* Products */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 80px 34px;
}

.product-card {
    border-radius: 24px;
}

.product-card img {
    width: 100%;
    aspect-ratio: 1.18;
    object-fit: cover;
}

.product-card h3 {
    margin: 12px 10px 4px;
    font-size: 30px;
    font-weight: 500;
}

.product-card p {
    margin: 0 10px 18px;
    color: #898989;
    font-size: 20px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 120px;
}

.benefit-card {
    min-height: 122px;
    padding: 22px 42px;
    display: flex;
    align-items: center;
    gap: 38px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.22);
    font-size: clamp(24px, 3vw, 32px);
    white-space: nowrap;
}

.benefit-copy {
    display: inline;
}

.benefit-card img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

/* About */
.about-process-section {
    padding: 70px 0 72px;
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 22px;
    text-align: center;
    padding-bottom: 28px;
    background-image:
        url("../images/pages/about/arrow2.png"),
        url("../images/pages/about/arrow1.png"),
        url("../images/pages/about/arrow2.png"),
        url("../images/pages/about/arrow1.png");
    background-repeat: no-repeat;
    background-size:
        118px 106px,
        122px 96px,
        118px 106px,
        122px 96px;
    background-position:
        11% 71%,
        34% 17%,
        58% 71%,
        81% 17%;
}

.process-item {
    position: relative;
}

.process-item:nth-child(even) {
    padding-top: 132px;
}

.process-item img {
    width: 225px;
    height: 225px;
    margin: 0 auto 20px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.process-item p {
    margin: 0;
    font-size: 23px;
    line-height: 1.2;
}

.journey-grid {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 128px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    align-items: center;
    background: #f2f2f2;
}

.journey-grid::after {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -220px;
    width: 319px;
    height: 738px;
    background: url("../images/decor/leaf-left.png") center / contain no-repeat;
    opacity: .55;
    pointer-events: none;
    z-index: 0;
}

.journey-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.journey-copy {
    min-height: 665px;
    padding: 80px 88px;
    display: grid;
    align-content: center;
    text-align: center;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.78), rgba(232,232,232,0.92)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.72) 0 42px, rgba(214,214,214,.28) 42px 84px);
}

.journey-copy h2,
.cta-title {
    width: fit-content;
    margin: 0 auto 28px;
    padding: 8px 52px;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-size: 29px;
    box-shadow: 0 4px 0 rgba(214, 153, 0, 0.35);
}

.journey-copy h3 {
    margin: 0 0 22px;
    font-size: 25px;
}

.journey-copy p {
    margin: 0;
    font-size: 31px;
    line-height: 1.22;
}

.about-promise-band {
    position: relative;
    z-index: 1;
    margin-top: 92px;
    padding: 54px 20px;
    display: grid;
    gap: 4px;
    font-size: clamp(26px, 2vw, 42px);
    line-height: 1.3;
}

.about-promise-band span {
    white-space: nowrap;
}

.about-promise-band strong {
    font-weight: 800;
}

.about-values-section {
    padding-top: 112px;
    padding-bottom: 112px;
}

.about-values-section::before,
.about-values-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: .58;
}

.about-values-section::before {
    left: -95px;
    top: -110px;
    width: 319px;
    height: 738px;
    background-image: url("../images/decor/leaf-left.png");
}

.about-values-section::after {
    right: -45px;
    bottom: -165px;
    width: 365px;
    height: 686px;
    background-image: url("../images/decor/leaf-right.png");
}

.about-values-section .section-title {
    position: relative;
    z-index: 1;
}

.values-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    text-align: center;
}

.value-card img,
.motto-card img,
.franchise-benefit img {
    width: 132px;
    height: 132px;
    margin: 0 auto 22px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
    padding: 28px;
}

.about-values-section .value-card img {
    width: 148px;
    height: 148px;
    padding: 16px;
}

.value-card h3,
.franchise-benefit h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
}

.value-card p,
.franchise-benefit p {
    margin: 0;
    color: #545454;
    font-size: 19px;
}

.center-cta {
    position: relative;
    padding: 64px 0 82px;
    overflow: hidden;
    text-align: center;
}

.center-cta .site-container {
    position: relative;
    z-index: 1;
}

.center-cta h2 {
    margin: 0 0 18px;
    font-size: 38px;
}

.center-cta p {
    margin: 0 0 26px;
    font-size: 32px;
}

/* Our Moto */
.motto-hero {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    text-align: center;
}

.motto-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.motto-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.42);
}

.motto-hero-copy {
    position: relative;
    z-index: 2;
    width: min(980px, 90%);
}

.motto-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 4.5vw, 58px);
    line-height: 1;
    font-weight: 800;
}

.motto-hero p {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.18;
}

.motto-hero .pill-button {
    min-width: min(510px, 92vw);
    min-height: 68px;
    margin-top: 30px;
    font-size: clamp(24px, 2.6vw, 30px);
    box-shadow: 0 5px 0 rgba(214, 153, 0, 0.42);
}

.motto-intro {
    min-height: 160px;
    margin-top: 66px;
    padding: 34px 20px;
    display: grid;
    place-items: center;
    font-size: clamp(22px, 2.35vw, 30px);
    line-height: 1.3;
}

.motto-values-section {
    padding: 70px 0 78px;
}

.motto-cards {
    width: min(1176px, calc(100% - 128px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}

.motto-card {
    min-height: 354px;
    padding: 36px 28px 28px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
}

.motto-card img {
    width: 214px;
    height: 214px;
    padding: 0;
    object-fit: contain;
}

.motto-card h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}

.motto-dairy-section {
    padding: 0;
}

.motto-dairy-section .pill-button {
    min-width: min(630px, 90vw);
    min-height: 62px;
    font-size: 24px;
    box-shadow: 0 3px 0 rgba(214, 153, 0, 0.35);
}

.wide-image {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.motto-dairy-section .section-title p {
    color: #303238;
    font-size: 25px;
    line-height: 1.22;
}

.motto-dairy-section .section-title {
    margin-top: 42px;
    margin-bottom: 30px;
}

.motto-dairy-section .button-center {
    margin-bottom: 40px;
    padding-top: 34px;
}

.promise-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    text-align: center;
}

.gold-medal {
    position: relative;
    width: 122px;
    height: 122px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    background: url("../images/decor/gold-round-bg.png") center / contain no-repeat;
}

.gold-medal img {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(18%) sepia(18%) saturate(1260%) hue-rotate(86deg) brightness(91%) contrast(92%);
}

.promise-line > article:nth-child(2),
.promise-line > article:nth-child(4) {
    padding-top: 22px;
}

.promise-line p {
    margin: 0;
    font-size: 12px;
}

.wave-rule {
    position: relative;
    padding: 0 0 50px;
}

.wave-rule::before {
    content: none;
}

.wave-rule .button-center {
    margin-bottom: 46px;
}

.wave-rule .pill-button {
    min-width: min(630px, 90vw);
    min-height: 62px;
    padding: 0 28px;
    font-size: 24px;
    box-shadow: 0 3px 0 rgba(214, 153, 0, 0.35);
}

.promise-art {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 255px;
    margin: 0 auto;
}

.promise-wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    width: 100%;
    height: 81px;
    object-fit: fill;
}

.promise-icons {
    position: relative;
    z-index: 1;
    width: min(100% - 150px, 1220px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 62px;
    align-items: start;
    text-align: center;
}

.promise-item:nth-child(2) {
    padding-top: 42px;
}

.promise-item:nth-child(4) {
    padding-top: 22px;
}

.promise-medal {
    position: relative;
    width: 176px;
    height: 176px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
}

.promise-medal-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promise-medal-icon {
    position: relative;
    z-index: 1;
    width: 42%;
    height: 42%;
    object-fit: contain;
}

.promise-item p {
    margin: 0;
    color: #515151;
    font-size: 15px;
    line-height: 1.25;
}

.motto-closing {
    min-height: 92px;
    padding: 22px 20px;
    display: grid;
    place-items: center;
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.2;
}

.motto-footer-gap {
    height: 54px;
    background: #fff;
}

/* Franchise */
.franchise-hero {
    padding: clamp(72px, 8vw, 118px) 20px clamp(66px, 7vw, 94px);
    background: linear-gradient(90deg, #75bf60, #3f9831);
    color: #fff;
    text-align: center;
}

.franchise-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(44px, 5.8vw, 72px);
    line-height: 1.02;
    font-weight: 800;
}

.franchise-hero-inner {
    display: grid;
    justify-items: center;
}

.franchise-hero-subtitle {
    margin: 0 0 26px;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.12;
    font-weight: 700;
}

.franchise-hero-copy {
    max-width: 1260px;
    margin: 0 0 30px;
    font-size: clamp(25px, 3vw, 39px);
    line-height: 1.18;
    font-weight: 500;
}

.franchise-primary-button,
.franchise-contact-button,
.franchise-family-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.22);
}

.franchise-primary-button {
    min-width: min(380px, 90vw);
    min-height: 76px;
    padding: 0 56px;
    font-size: clamp(34px, 4vw, 48px);
}

.franchise-section-pill {
    min-width: min(590px, 92vw);
    min-height: 64px;
    padding: 0 46px;
    font-size: clamp(20px, 1.65vw, 34px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.22);
}

.franchise-benefits-section {
    padding: 48px 0 84px;
    background: #f5f6f7;
}

.franchise-fit-section {
    background: #fff;
}

.franchise-success-section {
    background: #f5f6f7;
}

.franchise-benefits-section .button-center {
    margin-bottom: 66px;
}

.franchise-benefits {
    width: min(1360px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(34px, 5vw, 96px);
    text-align: center;
}

.franchise-benefit {
    display: grid;
    justify-items: center;
    align-content: start;
}

.franchise-icon-disc {
    width: clamp(116px, 9.5vw, 172px);
    height: clamp(116px, 9.5vw, 172px);
    margin: 0 auto 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.16);
}

.franchise-icon-disc img {
    width: 54%;
    height: 54%;
    object-fit: contain;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.franchise-benefit h3 {
    margin: 0 0 20px;
    color: #303238;
    font-size: clamp(13px, 1vw, 20px);
    line-height: 1.12;
    font-weight: 800;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-benefit p {
    margin: 0;
    color: #303238;
    font-size: clamp(14px, 1.15vw, 23px);
    line-height: 1.22;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-fit-section {
    padding: 64px 0 96px;
    text-align: center;
}

.franchise-fit-section .button-center {
    margin-bottom: 28px;
}

.franchise-fit-lead {
    margin: 0 0 96px;
    color: var(--green-2);
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.1;
}

.franchise-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(74px, 12vw, 220px);
    align-items: start;
}

.franchise-fit-card {
    display: grid;
    justify-items: center;
}

.franchise-fit-image {
    width: min(265px, 72vw);
    height: min(265px, 72vw);
    margin: 0 0 52px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.franchise-fit-image img {
    width: min(230px, 62vw);
    height: min(230px, 62vw);
    object-fit: contain;
}

.franchise-fit-card:nth-child(2) .franchise-fit-image img,
.franchise-fit-card:nth-child(3) .franchise-fit-image img {
    width: min(245px, 64vw);
    height: min(245px, 64vw);
}

.franchise-fit-card p {
    margin: 0;
    font-size: clamp(21px, 2vw, 38px);
    line-height: 1.28;
    white-space: nowrap;
}

.franchise-success-section {
    padding: 98px 0 112px;
}

.franchise-success-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(52px, 8vw, 120px);
}

.franchise-success-art {
    display: grid;
    justify-items: center;
}

.franchise-success-art img {
    width: min(616px, 100%);
    border-radius: 58px;
}

.franchise-success-copy {
    display: grid;
    justify-items: center;
    text-align: center;
}

.franchise-success-copy h2 {
    width: min(560px, 100%);
    min-height: 64px;
    margin: 0 0 52px;
    padding: 8px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-size: clamp(24px, 2.25vw, 44px);
    line-height: 1.05;
    font-weight: 800;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.22);
}

.franchise-success-copy p {
    max-width: 680px;
    margin: 0 0 56px;
    color: #303238;
    font-size: clamp(24px, 2.75vw, 48px);
    line-height: 1.22;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-family-button {
    min-width: min(520px, 100%);
    min-height: 74px;
    padding: 0 42px;
    border-radius: 5px;
    background: linear-gradient(90deg, #4aa038, #168800);
    font-size: clamp(20px, 1.8vw, 34px);
}

.franchise-contact-footer {
    padding: 50px 0 28px;
    background: linear-gradient(90deg, #76bf64, #168d08);
    color: #fff;
}

.franchise-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(82px, 8.5vw, 120px);
    align-items: start;
}

.franchise-contact-cta {
    padding-left: clamp(88px, 9vw, 104px);
}

.franchise-contact-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3.8vw, 58px);
    line-height: 1;
    font-weight: 800;
}

.franchise-footer-rule {
    width: min(245px, 100%);
    height: 3px;
    margin: 16px 0 24px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
}

.franchise-contact-cta p {
    max-width: 390px;
    margin: 0 0 22px;
    font-size: clamp(18px, 1.9vw, 26px);
    line-height: 1.28;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-contact-button {
    min-width: 202px;
    min-height: 55px;
    padding: 0 40px;
    border-radius: 5px;
    font-size: clamp(24px, 2.45vw, 36px);
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-legal-links {
    margin-top: 76px;
    display: flex;
    gap: 22px;
    font-size: clamp(12px, 1.1vw, 16px);
    white-space: nowrap;
}

.franchise-contact-list {
    margin: 0;
    padding: 0 0 0 clamp(92px, 11vw, 128px);
    border-left: 3px solid rgba(255, 255, 255, 0.62);
    font-style: normal;
}

.franchise-contact-list ul {
    width: min(420px, 100%);
    margin: 0;
    padding: 0;
    list-style: none;
}

.franchise-contact-list li {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    font-size: clamp(17px, 1.65vw, 24px);
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: normal;
}

.franchise-contact-list li img {
    width: 49px;
    height: 49px;
    flex: 0 0 auto;
    padding: 11px;
    border-radius: 50%;
    background: #BDFBAC;
}

.franchise-contact-list p {
    margin: 44px 0 0;
    font-size: clamp(12px, 1.1vw, 16px);
    overflow-wrap: normal;
    word-break: normal;
}

/* Our Stores */
.stores-hero,
.join-franchise-hero,
.application-received {
    background: linear-gradient(90deg, #75bf60, #3f9831);
    color: #fff;
    text-align: center;
}

.stores-hero {
    padding: clamp(72px, 7vw, 106px) 20px clamp(62px, 6vw, 86px);
}

.stores-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 800;
}

.stores-hero p {
    margin: 0 auto;
    max-width: 1060px;
    font-size: clamp(22px, 2.3vw, 34px);
    line-height: 1.28;
    font-weight: 500;
}

.stores-hero p span {
    display: block;
}

.stores-map-section {
    width: 100%;
    background: #e9ecef;
}

.stores-live-map,
.stores-map-fallback {
    width: 100%;
    height: clamp(320px, 34vw, 494px);
}

.stores-live-map {
    z-index: 1;
}

.stores-map-fallback {
    display: grid;
    place-items: center;
    padding: 24px;
    color: #4b4d52;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
}

.stores-map-marker {
    width: 34px;
    height: 44px;
}

.stores-map-marker span {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    border: 4px solid #ffc20c;
    border-radius: 50% 50% 50% 0;
    background: #1ba221;
    transform: rotate(-45deg);
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.28);
}

.stores-map-marker span::after {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #fff;
}

.leaflet-popup-content {
    min-width: 190px;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leaflet-popup-content strong {
    display: block;
    margin-bottom: 6px;
    color: #303238;
    font-size: 16px;
}

.leaflet-popup-content p {
    margin: 0 0 10px;
    color: #4b4d52;
    font-size: 14px;
    line-height: 1.25;
}

.leaflet-popup-content a.stores-map-popup-link {
    display: inline-flex;
    min-height: 30px;
    padding: 6px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--yellow) !important;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
}

.stores-list-section {
    padding: 38px 0 26px;
    background: #fff;
}

.stores-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    justify-content: center;
}

.store-card {
    min-height: 270px;
    padding: 30px 26px 26px;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.12);
}

.store-card h2 {
    margin: 0 0 12px;
    color: #34363b;
    font-size: clamp(18px, 1.55vw, 25px);
    line-height: 1.1;
    font-weight: 800;
}

.store-pin {
    width: 38px;
    height: 38px;
    margin: 0 0 12px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1ba221;
}

.store-pin img {
    width: 17px;
    height: 21px;
}

.store-card p {
    min-height: 92px;
    margin: 0 0 16px;
    color: #4b4d52;
    font-size: clamp(15px, 1.18vw, 20px);
    line-height: 1.22;
    font-weight: 500;
}

.store-direction-button {
    min-width: 160px;
    min-height: 34px;
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.stores-grid .store-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 1 / span 1;
}

.stores-grid .store-card:nth-last-child(2):nth-child(3n + 1),
.stores-grid .store-card:nth-last-child(1):nth-child(3n + 2) {
    transform: translateX(50%);
}

/* Join Franchise */
.join-franchise-hero {
    padding: clamp(58px, 6vw, 72px) 20px clamp(58px, 6vw, 72px);
}

.join-franchise-eyebrow {
    margin: 0 0 8px;
    color: var(--yellow);
    font-size: clamp(20px, 2.1vw, 30px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.join-franchise-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 800;
}

.join-franchise-hero p:not(.join-franchise-eyebrow) {
    margin: 0 auto;
    max-width: 840px;
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 1.18;
    font-weight: 500;
}

.join-franchise-hero p:not(.join-franchise-eyebrow) span {
    display: block;
    white-space: nowrap;
}

.join-application-section {
    padding: 46px 0 44px;
    background: #f9fafc;
}

.join-application-grid {
    display: grid;
    grid-template-columns: minmax(390px, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(44px, 6.5vw, 92px);
    align-items: center;
}

.join-application-form {
    display: grid;
    gap: 20px;
}

.join-application-form p {
    margin: 0 0 22px;
    color: #303238;
    font-size: clamp(22px, 2vw, 29px);
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
}

.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.join-application-form label {
    display: grid;
    gap: 8px;
    color: #111217;
    font-size: clamp(22px, 2vw, 29px);
    line-height: 1.05;
    font-weight: 400;
}

.join-application-form input {
    width: min(100%, 530px);
    min-height: 56px;
    padding: 0 16px;
    border: 1.5px solid var(--yellow);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.08);
    outline: none;
}

.join-application-form input:focus {
    box-shadow: 0 0 0 3px rgba(255, 194, 12, 0.24), 0 7px 13px rgba(0, 0, 0, 0.08);
}

.join-application-form button {
    width: min(250px, 100%);
    min-height: 70px;
    margin: 30px auto 0;
    border: 0;
    border-radius: 7px;
    background: var(--yellow);
    color: #fff;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 800;
    cursor: pointer;
}

.join-form-alert {
    width: min(100%, 530px);
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff3c7;
    color: #7a4e00;
    font-weight: 600;
}

.join-application-art {
    display: grid;
    align-items: center;
    justify-items: end;
}

.join-application-art img {
    width: 100%;
    max-width: 768px;
    max-height: 547px;
    object-fit: contain;
}

.application-received {
    min-height: clamp(300px, 34vw, 390px);
    padding: clamp(38px, 5vw, 54px) 20px clamp(42px, 5vw, 64px);
    display: grid;
    justify-items: center;
    align-content: center;
}

.application-received-icon {
    width: 74px;
    height: 74px;
    margin: 0 0 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
}

.application-received h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.1;
    font-weight: 800;
}

.application-received p {
    margin: 0;
    width: min(980px, calc(100% - 24px));
    font-size: clamp(22px, 2.35vw, 35px);
    line-height: 1.28;
    text-wrap: balance;
}

.application-received-link {
    min-width: 160px;
    min-height: 42px;
    margin-top: 24px;
    padding: 10px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--yellow);
    color: #fff;
    font-weight: 800;
}

/* Footer */
.ref-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(90deg, #75bf60, #4ea038);
    color: #fff;
}

.footer-grid {
    width: min(1240px, calc(100% - 72px));
    min-height: 428px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 37.35% 25.05% 37.6%;
    gap: 0;
    align-items: stretch;
}

.footer-grid > section {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-app,
.footer-contact {
    border-left: 0;
}

.footer-app::before,
.footer-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 150px;
    width: 2px;
    height: 182px;
    transform: none;
    background: rgba(255,255,255,.58);
}

.footer-about {
    transform: translateX(-52px);
    justify-content: flex-start;
    padding-top: 18px;
}

.footer-logo-lockup img {
    margin: 0 auto 5px;
}

.footer-logo-lockup {
    display: grid;
    justify-items: center;
}

.footer-brand-mark {
    width: 76px;
    height: 82px;
    object-fit: contain;
}

.footer-brand-slogan {
    width: 96px;
    height: auto;
    object-fit: contain;
}

.footer-about p {
    max-width: 242px;
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.18;
}

.short-line {
    width: 58px;
    height: 2px;
    margin: 16px auto;
    border-radius: 999px;
    background: rgba(255,255,255,.65);
}

.social-row {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.social-row a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #BDFBAC;
}

.social-row img {
    width: 17px;
    height: 17px;
    filter: none;
}

.mini-title {
    margin: 0;
    font-size: 15px;
}

.ref-footer h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

.footer-app,
.footer-contact {
    padding-top: 0;
}

.app-title {
    margin-bottom: 13px;
}

.store-badge-stack {
    display: grid;
    justify-items: center;
    gap: 7px;
}

.store-badge-stack a {
    display: block;
    line-height: 0;
}

.store-badge-stack img {
    width: 135px;
    height: auto;
    border-radius: 7px;
}

.footer-contact {
    align-items: stretch;
    padding-left: 76px;
    justify-content: flex-start;
    padding-top: 30px;
}

.footer-contact-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.footer-contact-heading > img {
    width: 58px;
    height: 58px;
    padding: 10px;
    margin-left: -14px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #BDFBAC;
}

.footer-contact-heading .short-line {
    width: 28px;
    margin: 12px auto 0;
}

.footer-contact ul {
    width: 268px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
    font-size: 13px;
    line-height: 1.2;
}

.footer-contact li:last-child {
    border-bottom: 0;
}

.footer-contact li img {
    width: 31px;
    height: 31px;
    padding: 8px;
    border-radius: 50%;
    background: #BDFBAC;
}

.footer-bottom {
    width: min(1240px, calc(100% - 72px));
    min-height: 61px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.22);
}

.footer-copy {
    grid-column: 2;
    margin: 0;
    text-align: center;
    font-size: 11px;
}

.footer-legal-links {
    grid-column: 3;
    justify-self: end;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 11px;
}

.footer-legal-links a {
    color: #fff;
    text-decoration: none;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}

/* Legal pages */
.legal-hero {
    min-height: 285px;
    padding: 72px 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, #75bf60, #3f992c);
    color: #fff;
    text-align: center;
}

.legal-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.1vw, 66px);
    line-height: 1.05;
    letter-spacing: 0;
}

.legal-content-section {
    background: #fff;
    padding: 24px 0 44px;
}

.legal-content {
    width: min(100% - 136px, 1310px);
    margin: 0 auto;
    color: #050505;
    font-size: clamp(15px, 1.14vw, 18px);
    line-height: 1.28;
}

.legal-content p,
.legal-content ul {
    margin: 0 0 3px;
}

.legal-content ul {
    padding-left: 26px;
}

.legal-content li {
    margin: 0 0 2px;
}

.legal-content h2,
.legal-content h3 {
    margin: 0 0 1px;
    color: #118300;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 800;
}

.legal-content a {
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}

.reveal-left { transform: translateX(-18px); }
.reveal-right { transform: translateX(18px); }
.reveal-scale { transform: scale(.98); }
.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .site-container {
        width: min(100% - 36px, 1320px);
    }

    .top-strip-inner,
    .top-left,
    .top-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-shell {
        min-height: 88px;
        grid-template-columns: 190px 1fr auto;
    }

    .brand-lockup {
        width: 190px;
    }

    .brand-mark {
        width: 58px;
        height: 64px;
    }

    .brand-slogan {
        width: 98px;
    }

    .menu-toggle {
        display: block;
    }

    .primary-nav {
        position: absolute;
        left: 18px;
        right: 18px;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 16px;
        background: #fff;
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        padding: 14px;
    }

    .download-cta {
        min-height: 46px;
        padding: 0 18px;
        font-size: 14px;
    }

    .product-row,
    .app-flow,
    .products-grid,
    .stores-grid,
    .motto-cards,
    .franchise-benefits,
    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stores-grid .store-card:nth-last-child(2):nth-child(3n + 1),
    .stores-grid .store-card:nth-last-child(1):nth-child(3n + 2) {
        transform: none;
    }

    .difference-grid,
    .journey-grid,
    .franchise-form-grid,
    .join-application-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .join-application-grid {
        align-items: center;
    }

    .join-application-form input {
        width: 100%;
    }

    .journey-grid {
        width: min(100% - 36px, 1320px);
    }

    .benefit-grid,
    .process-grid,
    .promise-line {
        grid-template-columns: 1fr;
    }

    .process-grid {
        background-image: none;
        padding-bottom: 0;
    }

    .process-item:nth-child(even) {
        padding-top: 0;
    }

    .process-item {
        padding-bottom: 0;
    }

    .footer-copy {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .site-container {
        width: min(100% - 24px, 1320px);
    }

    .brand-lockup {
        width: 146px;
        gap: 7px;
    }

    .brand-mark {
        width: 48px;
        height: 54px;
    }

    .brand-slogan {
        width: 82px;
    }

    .nav-shell {
        grid-template-columns: 1fr auto;
    }

    .download-cta {
        display: none;
    }

    .home-hero-visual {
        object-position: center;
    }

    .home-hero-copy {
        padding-top: 50px;
    }

    .hero-store-badges {
        width: 240px;
    }

    .steps-grid,
    .product-row,
    .app-flow,
    .products-grid,
    .motto-cards,
    .franchise-benefits,
    .values-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .motto-cards {
        width: min(100% - 24px, 1320px);
    }

    .footer-grid {
        width: min(100% - 28px, 520px);
        grid-template-columns: 1fr;
    }

    .footer-app,
    .footer-contact {
        border-left: 0;
        border-top: 3px solid rgba(255,255,255,.45);
        padding-top: 34px;
    }

    .section {
        padding: 56px 0;
    }

    .green-hero {
        padding: 56px 16px;
    }

    .legal-hero {
        min-height: 180px;
    }

    .legal-content {
        width: min(100% - 28px, 1310px);
    }

    .difference-grid {
        gap: 32px;
    }

    .difference-image {
        min-height: 300px;
    }

    .journey-copy,
    .contact-panel,
    .application-form {
        padding: 42px 20px;
    }

    .stores-grid {
        grid-template-columns: 1fr;
    }

    .join-application-section {
        padding: 34px 0 38px;
    }

    .join-application-grid {
        gap: 28px;
    }

    .join-application-form {
        gap: 16px;
    }

    .join-application-form p {
        margin-bottom: 8px;
        font-size: 21px;
        white-space: normal;
    }

    .join-application-form label {
        font-size: 19px;
    }

    .join-application-form input {
        min-height: 52px;
        font-size: 16px;
    }

    .join-application-form button {
        width: 100%;
        min-height: 56px;
        margin-top: 12px;
        margin-left: 0;
        font-size: 22px;
    }

    .join-application-art {
        order: -1;
    }

    .application-received {
        min-height: 320px;
        padding: 34px 16px 40px;
    }

    .application-received-icon {
        width: 62px;
        height: 62px;
        font-size: 40px;
    }

    .application-received h1 {
        font-size: 30px;
    }

    .application-received p {
        width: 100%;
        font-size: 22px;
        line-height: 1.35;
    }

    .store-card {
        min-height: 0;
    }

    .store-card p {
        min-height: 0;
    }

    .join-franchise-hero p br,
    .stores-hero p br,
    .application-received p br {
        display: none;
    }

    .join-franchise-hero p:not(.join-franchise-eyebrow) span {
        white-space: normal;
    }

    .product-card h3 {
        font-size: 25px;
    }

    .benefit-card {
        padding: 20px;
        gap: 20px;
        font-size: 22px;
    }
}

/* Responsive hardening */
@media (max-width: 1200px) {
    .primary-nav {
        gap: clamp(18px, 3vw, 42px);
    }

    .product-row,
    .app-flow {
        gap: clamp(18px, 3vw, 34px);
    }

    .difference-grid {
        gap: clamp(42px, 6vw, 80px);
    }

    .products-grid {
        gap: 48px 28px;
    }

    .benefit-grid {
        gap: 28px 48px;
    }

    .footer-grid {
        width: min(100% - 36px, 1000px);
        grid-template-columns: minmax(220px, 300px) minmax(280px, 1fr) minmax(220px, 280px);
    }
}

@media (max-width: 1100px) {
    .top-strip-inner {
        padding: 8px 0;
        row-gap: 8px;
    }

    .top-left,
    .top-right {
        gap: 8px 12px;
        text-align: center;
    }

    .nav-shell {
        position: relative;
        gap: 14px;
    }

    .primary-nav {
        z-index: 80;
        border-radius: 10px;
    }

    .primary-nav a {
        border-radius: 6px;
    }

    .primary-nav a.active::after,
    .primary-nav a:hover::after {
        left: 14px;
        right: 14px;
    }

    .section {
        padding: 64px 0;
    }

    .green-hero {
        padding: 72px 18px;
    }

    .green-band {
        font-size: clamp(22px, 4vw, 30px);
        line-height: 1.2;
    }

    .home-hero {
        aspect-ratio: auto;
        height: clamp(330px, 45vw, 570px);
    }

    .home-hero-visual {
        height: 100%;
    }

    .steps-grid {
        gap: 12px;
        padding: 14px 0;
    }

    .testimonial-card {
        flex-basis: calc((100% - 44px) / 3);
        padding: 24px 22px;
    }

    .testimonial-card,
    .testimonial-card.featured {
        min-height: 0;
    }

    .journey-copy {
        min-height: 0;
        padding: clamp(42px, 7vw, 72px);
    }

    .journey-copy p {
        font-size: clamp(22px, 3.2vw, 30px);
    }

    .motto-cards,
    .franchise-benefits {
        width: min(100% - 36px, 760px);
        gap: 28px;
    }

    .motto-card {
        min-height: 0;
    }

    .franchise-map {
        border-radius: 32px;
    }

    .location-copy {
        font-size: clamp(22px, 3vw, 28px);
    }

    .contact-panel,
    .application-form {
        padding-left: clamp(24px, 7vw, 72px);
        padding-right: clamp(24px, 7vw, 72px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 560px;
    }

    .footer-app::before,
    .footer-contact::before {
        display: none;
    }

    .footer-app,
    .footer-contact {
        padding-top: 28px;
        border-top: 2px solid rgba(255,255,255,.36);
    }

    .footer-about p,
    .footer-contact ul {
        width: min(100%, 355px);
        max-width: none;
    }

    .footer-contact {
        align-items: center;
        padding-left: 0;
    }

    .footer-contact-heading {
        justify-content: center;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .footer-copy,
    .footer-legal-links {
        grid-column: auto;
        justify-self: center;
    }

    .legal-hero {
        min-height: 220px;
        padding: 54px 20px;
    }

    .legal-content {
        width: min(100% - 48px, 1310px);
    }
}

@media (max-width: 820px) {
    .site-container {
        width: min(100% - 28px, 1320px);
    }

    .reveal-left,
    .reveal-right {
        transform: translateY(18px);
    }

    .top-strip {
        font-size: 12px;
    }

    .top-strip-inner {
        min-height: 0;
    }

    .top-right span {
        white-space: normal;
        justify-content: center;
    }

    .download-cta {
        white-space: nowrap;
    }

    .section-title {
        margin-bottom: 34px;
    }

    .button-center {
        margin-bottom: 34px;
    }

    .pill-button,
    .form-button {
        min-height: 48px;
        padding: 0 24px;
        font-size: clamp(18px, 4vw, 22px);
    }

    .home-hero {
        height: clamp(260px, 58vw, 410px);
    }

    .home-hero-visual {
        object-position: center;
    }

    .steps-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        font-size: 18px;
    }

    .steps-grid span::before {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        font-size: 11px;
    }

    .view-all {
        margin: -16px auto 24px;
    }

    .app-flow {
        max-width: 520px;
        margin: 0 auto;
    }

    .difference-image {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .accordion-item button {
        gap: 18px;
        font-size: clamp(19px, 4vw, 22px);
    }

    .accordion-body {
        font-size: clamp(17px, 3.8vw, 20px);
    }

    .products-grid {
        gap: 28px;
    }

    .product-card {
        border-radius: 16px;
    }

    .benefit-card {
        align-items: flex-start;
        font-size: clamp(19px, 4vw, 24px);
    }

    .process-item img {
        width: min(190px, 62vw);
        height: auto;
        aspect-ratio: 1;
    }

    .process-item p {
        font-size: clamp(19px, 4vw, 22px);
    }

    .journey-grid {
        width: min(100% - 28px, 1320px);
    }

    .journey-grid::after {
        left: -190px;
        bottom: -185px;
        width: 260px;
    }

    .about-promise-band {
        margin-top: 72px;
        padding: 42px 18px;
        font-size: clamp(23px, 4vw, 34px);
    }

    .about-values-section {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .about-values-section::before {
        left: -165px;
        top: -90px;
        width: 260px;
    }

    .about-values-section::after {
        right: -175px;
        width: 280px;
    }

    .about-promise-band span {
        white-space: normal;
    }

    .journey-copy h2,
    .cta-title {
        padding: 8px 28px;
        font-size: clamp(22px, 5vw, 28px);
        white-space: normal;
    }

    .journey-copy h3 {
        font-size: clamp(21px, 4.5vw, 25px);
    }

    .center-cta {
        padding: 52px 0 64px;
    }

    .center-cta h2 {
        font-size: clamp(28px, 6vw, 36px);
    }

    .center-cta p,
    .franchise-apply-intro p {
        font-size: clamp(20px, 4.5vw, 28px);
    }

    .motto-hero {
        min-height: 340px;
    }

    .motto-intro {
        margin-top: 0;
        min-height: 0;
    }

    .motto-cards {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .motto-card img {
        width: min(190px, 58vw);
        height: auto;
        aspect-ratio: 1;
    }

    .promise-line {
        gap: 24px;
    }

    .promise-line > article:nth-child(2),
    .promise-line > article:nth-child(4) {
        padding-top: 0;
    }

    .wave-rule {
        padding-bottom: 36px;
    }

    .franchise-benefits {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .franchise-network-section .pill-button,
    .franchise-benefits-section .pill-button,
    .franchise-apply-intro .cta-title,
    .motto-dairy-section .pill-button,
    .wave-rule .pill-button {
        min-width: 0;
        width: min(100%, 640px);
    }

    .franchise-map {
        border-radius: 20px;
    }

    .location-copy br,
    .franchise-hero p br,
    .motto-intro br,
    .motto-dairy-section .section-title p br {
        display: none;
    }

    .contact-panel li {
        gap: 16px;
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 15px;
    }

    .site-container {
        width: min(100% - 24px, 1320px);
    }

    .top-strip {
        font-size: 11px;
        line-height: 1.2;
    }

    .top-strip-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 6px 0;
    }

    .top-left,
    .top-right {
        width: 100%;
        justify-content: center;
        gap: 6px 10px;
    }

    .top-left {
        display: grid;
        grid-template-columns: auto auto minmax(0, max-content);
        align-items: center;
    }

    .top-left a,
    .top-right img {
        width: 18px;
        height: 18px;
        padding: 4px;
    }

    .top-left span,
    .top-right span {
        text-align: center;
    }

    .top-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .top-right span {
        gap: 5px;
        line-height: 1.2;
    }

    .nav-shell {
        min-height: 76px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .brand-lockup {
        max-width: 146px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .primary-nav {
        left: 12px;
        right: 12px;
        max-height: calc(100vh - 120px);
        overflow: auto;
    }

    .section {
        padding: 46px 0;
    }

    .green-hero {
        padding: 46px 14px;
    }

    .green-hero h1 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .green-hero p {
        font-size: clamp(19px, 6vw, 24px);
    }

    .green-band {
        padding: 22px 14px;
        font-size: 21px;
    }

    .section-title h2 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .section-title p {
        font-size: 18px;
    }

    .home-hero {
        height: auto;
        aspect-ratio: 1445 / 570;
    }

    .home-hero-visual {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .product-row,
    .products-grid,
    .app-flow,
    .values-grid {
        gap: 22px;
    }

    .mini-product-card h3 {
        font-size: 17px;
    }

    .app-flow img {
        max-width: 280px;
        margin: 0 auto;
    }

    .testimonial-card {
        flex-basis: 100%;
        padding: 24px 18px;
    }

    .testimonial-band {
        margin: 36px 0 -56px;
        padding: 34px 0 36px;
    }

    .testimonial-decor {
        right: -110px;
        width: 190px;
    }

    .stars {
        font-size: 23px;
        letter-spacing: 2px;
    }

    .product-card h3 {
        font-size: 23px;
    }

    .product-card p {
        font-size: 18px;
    }

    .benefit-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefit-card img {
        width: 70px;
        height: 70px;
    }

    .journey-grid {
        width: min(100% - 24px, 1320px);
    }

    .journey-grid::after,
    .about-values-section::before,
    .about-values-section::after {
        opacity: .32;
    }

    .journey-copy {
        padding: 34px 18px;
    }

    .journey-copy p {
        font-size: 20px;
    }

    .about-promise-band {
        margin-top: 48px;
        padding: 32px 16px;
        gap: 8px;
        font-size: 22px;
    }

    .about-promise-band span {
        display: block;
        white-space: normal;
    }

    .about-values-section {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .values-grid {
        max-width: 360px;
        margin: 0 auto;
    }

    .value-card img,
    .franchise-benefit img {
        width: 110px;
        height: 110px;
        padding: 24px;
    }

    .motto-hero {
        min-height: 310px;
    }

    .motto-hero-copy {
        width: min(100% - 28px, 980px);
    }

    .motto-hero .pill-button {
        min-width: 0;
        width: 100%;
    }

    .motto-card {
        padding: 28px 18px 24px;
    }

    .motto-card h3 {
        font-size: 22px;
    }

    .motto-dairy-section .section-title {
        margin-top: 28px;
    }

    .wide-image {
        min-height: 150px;
        object-fit: cover;
        object-position: center;
    }

    .promise-art {
        min-height: 230px;
    }

    .promise-icons {
        width: min(100% - 28px, 620px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .promise-wave {
        top: 76px;
    }

    .promise-medal {
        width: 118px;
        height: 118px;
    }

    .promise-item:nth-child(2) {
        padding-top: 20px;
    }

    .promise-item:nth-child(4) {
        padding-top: 10px;
    }

    .promise-item p {
        font-size: 12px;
    }

    .franchise-hero {
        padding: 50px 14px;
    }

    .franchise-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .franchise-hero p,
    .location-copy {
        font-size: 20px;
    }

    .location-copy strong {
        font-size: 23px;
    }

    .application-form,
    .contact-panel {
        padding: 34px 16px;
    }

    .application-form .form-button {
        white-space: normal;
    }

    .contact-panel h2 {
        font-size: 36px;
    }

    .contact-panel li {
        align-items: flex-start;
        gap: 12px;
        font-size: 16px;
    }

    .contact-panel li img {
        width: 42px;
        height: 42px;
        padding: 10px;
        flex: 0 0 auto;
    }

    .footer-grid {
        width: min(100% - 24px, 520px);
    }

    .footer-contact li {
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .site-container {
        width: min(100% - 20px, 1320px);
    }

    .top-strip-inner {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 6px;
        padding: 5px 0;
    }

    .top-left {
        width: auto;
        grid-template-columns: auto auto;
    }

    .top-left span {
        display: none;
    }

    .top-right {
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .top-right span {
        font-size: 10.5px;
        justify-content: flex-start;
        text-align: left;
    }

    .brand-lockup {
        max-width: 132px;
    }

    .brand-mark {
        width: 44px;
        height: 50px;
    }

    .brand-slogan {
        width: 74px;
    }

    .pill-button,
    .form-button {
        width: 100%;
        padding: 0 16px;
    }

    .accordion-item button {
        padding: 16px 0;
    }

    .benefit-card,
    .testimonial-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .journey-copy h2,
    .cta-title {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .motto-card img {
        width: 170px;
    }

    .franchise-network-section .pill-button,
    .franchise-benefits-section .pill-button,
    .franchise-apply-intro .cta-title,
    .motto-dairy-section .pill-button,
    .wave-rule .pill-button {
        font-size: 20px;
    }

    .contact-panel ul,
    .footer-contact ul {
        width: 100%;
    }
}

/* Franchise page refinements */
@media (max-width: 1100px) {
    .download-app-card {
        width: 158px;
        min-height: 64px;
        padding: 7px 8px 8px;
        font-size: 13px;
    }

    .download-app-links {
        gap: 8px;
    }

    .download-app-links a {
        height: 29px;
    }

    .download-app-links img {
        width: 45px;
        height: 20px;
    }

    .franchise-benefits {
        width: min(100%, 1320px);
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: clamp(18px, 4.4vw, 46px);
    }

    .franchise-icon-disc {
        width: clamp(82px, 10vw, 120px);
        height: clamp(82px, 10vw, 120px);
        margin-bottom: 20px;
    }

    .franchise-benefit h3 {
        margin-bottom: 12px;
        font-size: clamp(10px, 1.25vw, 14px);
    }

    .franchise-benefit p {
        font-size: clamp(11px, 1.45vw, 16px);
    }

    .franchise-fit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(48px, 10vw, 120px);
        max-width: none;
        margin: 0;
    }

    .franchise-fit-card p {
        font-size: clamp(18px, 2.15vw, 28px);
    }

    .franchise-success-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: clamp(38px, 6vw, 72px);
    }

    .franchise-success-copy p {
        max-width: 560px;
        font-size: clamp(24px, 2.8vw, 34px);
    }

    .franchise-contact-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: clamp(76px, 8.5vw, 104px);
    }

    .franchise-contact-cta {
        padding-left: clamp(76px, 9vw, 104px);
    }

    .franchise-contact-list {
        padding-left: clamp(84px, 11vw, 122px);
        border-left: 3px solid rgba(255, 255, 255, 0.62);
    }
}

@media (max-width: 820px) {
    .franchise-benefits {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        max-width: none;
        gap: clamp(14px, 4vw, 30px);
    }

    .franchise-benefits-section {
        padding: 42px 0 64px;
    }

    .franchise-benefits-section .button-center {
        margin-bottom: 46px;
    }

    .franchise-section-pill {
        min-width: 0;
        width: fit-content;
        max-width: min(100%, 620px);
        min-height: 34px;
        padding: 0 28px;
        font-size: clamp(16px, 2.7vw, 22px);
    }

    .franchise-fit-section {
        padding: 52px 0 72px;
    }

    .franchise-fit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(28px, 9vw, 72px);
        max-width: none;
        margin: 0 auto;
    }

    .franchise-fit-lead {
        margin-bottom: 54px;
    }

    .franchise-fit-image {
        width: min(132px, 28vw);
        height: min(132px, 28vw);
        margin-bottom: 28px;
    }

    .franchise-fit-image img,
    .franchise-fit-card:nth-child(2) .franchise-fit-image img,
    .franchise-fit-card:nth-child(3) .franchise-fit-image img {
        width: min(118px, 24vw);
        height: min(118px, 24vw);
    }

    .franchise-fit-card p {
        font-size: clamp(15px, 2.45vw, 22px);
    }

    .franchise-success-section {
        padding: 64px 0 78px;
    }

    .franchise-success-grid {
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
        gap: clamp(28px, 7vw, 58px);
    }

    .franchise-success-art img {
        border-radius: 32px;
    }

    .franchise-success-copy h2 {
        margin-bottom: 32px;
        min-height: 34px;
        font-size: clamp(16px, 2.7vw, 22px);
    }

    .franchise-success-copy p {
        margin-bottom: 36px;
        font-size: clamp(19px, 3.2vw, 28px);
        max-width: 360px;
    }

    .franchise-family-button {
        min-width: min(100%, 310px);
        min-height: 44px;
        font-size: clamp(15px, 2.45vw, 22px);
    }

    .franchise-contact-footer {
        padding: 48px 0 30px;
    }

    .franchise-legal-links {
        margin-top: 54px;
        flex-wrap: wrap;
    }

    .franchise-contact-list li {
        gap: 22px;
    }
}

@media (max-width: 680px) {
    .download-app-card {
        display: none;
    }

    .franchise-benefits {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        max-width: none;
        gap: clamp(10px, 3.2vw, 20px);
    }

    .franchise-icon-disc {
        width: clamp(68px, 13vw, 88px);
        height: clamp(68px, 13vw, 88px);
        margin-bottom: 14px;
    }

    .franchise-benefit h3 {
        font-size: clamp(8px, 1.55vw, 11px);
    }

    .franchise-benefit p {
        font-size: clamp(9px, 1.7vw, 12px);
    }

    .franchise-fit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .franchise-success-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    }

    .franchise-primary-button,
    .franchise-family-button {
        width: min(100%, 430px);
        min-width: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .franchise-contact-button {
        width: auto;
        min-width: 202px;
        min-height: 55px;
        padding-left: 34px;
        padding-right: 34px;
        white-space: nowrap;
    }

    .franchise-contact-cta {
        padding-left: 0;
    }

    .franchise-contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .franchise-contact-list {
        padding-left: 0;
        border-left: 0;
    }

    .franchise-contact-list li {
        align-items: flex-start;
        font-size: 19px;
    }

    .franchise-contact-list li img {
        width: 52px;
        height: 52px;
        padding: 12px;
    }
}

@media (max-width: 520px) {
    .franchise-hero {
        padding: 52px 14px 58px;
    }

    .franchise-hero h1 {
        font-size: clamp(38px, 12vw, 50px);
    }

    .franchise-hero-subtitle,
    .franchise-hero-copy {
        font-size: clamp(22px, 6vw, 30px);
    }

    .franchise-primary-button {
        min-height: 62px;
        font-size: clamp(28px, 8vw, 36px);
    }

    .franchise-icon-disc {
        width: 62px;
        height: 62px;
        margin-bottom: 12px;
    }

    .franchise-icon-disc img {
        width: 54%;
        height: 54%;
        padding: 0;
    }

    .franchise-benefit h3 {
        margin-bottom: 8px;
        font-size: 7px;
    }

    .franchise-benefit p {
        font-size: 7.5px;
    }

    .franchise-fit-grid {
        gap: clamp(18px, 5vw, 28px);
    }

    .franchise-fit-card p {
        font-size: clamp(10.5px, 2.45vw, 13px);
    }

    .franchise-success-art img {
        border-radius: 34px;
    }

    .franchise-success-copy h2 {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .franchise-success-copy p {
        font-size: clamp(16px, 3.8vw, 20px);
    }

    .franchise-family-button,
    .franchise-contact-button {
        min-height: 55px;
    }

    .franchise-contact-button {
        font-size: 24px;
    }

    .franchise-contact-cta h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .franchise-footer-rule {
        margin: 22px 0 34px;
    }

    .franchise-contact-list p {
        margin-top: 34px;
    }
}

/* Mobile product and app-section refinements */
@media (max-width: 680px) {
    .product-row,
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
    }

    .product-row .mini-product-card:last-child:nth-child(odd) {
        grid-column: 1;
        justify-self: stretch;
        transform: translateX(calc(50% + 7px));
    }

    .mini-product-card,
    .product-card {
        border-radius: 10px;
    }

    .mini-product-card h3 {
        margin: 8px 5px 10px;
        font-size: clamp(14px, 4vw, 17px);
        line-height: 1.15;
    }

    .product-card h3 {
        margin: 10px 6px 3px;
        font-size: clamp(17px, 4.8vw, 23px);
        line-height: 1.08;
    }

    .product-card p {
        margin: 0 6px 14px;
        font-size: clamp(13px, 3.6vw, 17px);
        line-height: 1.2;
    }

    .app-flow {
        display: flex;
        grid-template-columns: none;
        max-width: none;
        width: 100%;
        margin: 0;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px max(12px, calc((100vw - 100%) / 2)) 14px;
        scroll-padding-inline: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .app-flow::-webkit-scrollbar {
        display: none;
    }

    .app-step-card {
        flex: 0 0 min(68vw, 260px);
        width: min(68vw, 260px);
        max-width: none;
        scroll-snap-align: center;
        gap: 12px;
    }

    .app-flow img {
        width: 100%;
        height: 230px;
    }

    .app-step-tagline {
        width: min(100%, 180px);
        min-height: 3.1em;
        font-size: 16px;
    }

    .app-step-card figcaption {
        width: min(100%, 118px);
        min-height: 28px;
        font-size: 15px;
    }

    .app-slider {
        margin-inline: -12px;
        padding-inline: 32px;
    }

    .app-slider-arrow {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        border: 0;
        border-radius: 999px;
        background: var(--yellow);
        color: #111;
        font-size: 30px;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 3px 0 rgba(214, 153, 0, 0.35), 0 6px 14px rgba(0, 0, 0, 0.16);
        cursor: pointer;
        transform: translateY(-50%);
    }

    .app-slider-arrow:disabled {
        opacity: 0.4;
        cursor: default;
    }

    .app-slider-prev {
        left: 0;
    }

    .app-slider-next {
        right: 0;
    }
}

@media (max-width: 360px) {
    .product-row,
    .products-grid {
        gap: 14px 10px;
    }

    .product-row .mini-product-card:last-child:nth-child(odd) {
        transform: translateX(calc(50% + 5px));
    }

    .product-card h3 {
        font-size: 16px;
    }

    .product-card p {
        font-size: 12.5px;
    }

    .app-flow {
        gap: 12px;
        padding-bottom: 12px;
    }

    .app-step-card {
        flex-basis: min(74vw, 240px);
        width: min(74vw, 240px);
        gap: 10px;
    }

    .app-flow img {
        width: 100%;
        height: 210px;
    }

    .app-step-tagline {
        width: min(100%, 170px);
        min-height: 2.8em;
        font-size: 15px;
    }

    .app-slider {
        margin-inline: -10px;
        padding-inline: 28px;
    }

    .app-slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 27px;
    }
}

/* Responsive hardening for footer, franchise, and about pages */
@media (max-width: 1100px) {
    .footer-grid {
        width: min(100% - 36px, 640px);
        min-height: 0;
        padding: 44px 0 28px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-grid > section {
        min-height: 0;
        justify-content: center;
    }

    .footer-about {
        transform: none;
        padding-top: 0;
    }

    .footer-about p,
    .footer-contact ul {
        width: min(100%, 380px);
        max-width: none;
    }

    .footer-app,
    .footer-contact {
        width: 100%;
        padding: 30px 0 0;
        border-top: 2px solid rgba(255, 255, 255, .36);
    }

    .footer-app::before,
    .footer-contact::before {
        display: none;
    }

    .footer-contact {
        align-items: center;
    }

    .footer-contact-heading {
        justify-content: center;
    }

    .footer-contact-heading > img {
        margin-left: 0;
    }

    .footer-bottom {
        width: min(100% - 36px, 640px);
        min-height: 0;
        padding: 18px 0 24px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-copy,
    .footer-legal-links {
        grid-column: auto;
        justify-self: center;
        text-align: center;
    }
}

@media (max-width: 820px) {
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 18px;
        max-width: 620px;
        margin: 0 auto;
        background-image: none;
        padding-bottom: 0;
    }

    .process-item:nth-child(even) {
        padding-top: 0;
    }

    .process-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(50%, 260px);
    }

    .process-item img {
        width: min(180px, 38vw);
        height: auto;
        aspect-ratio: 1;
        margin-bottom: 14px;
    }

    .journey-grid {
        width: min(100% - 28px, 720px);
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .journey-grid img {
        max-height: 440px;
        object-fit: cover;
    }

    .journey-copy {
        min-height: 0;
        padding: 42px 24px;
    }

    .about-promise-band {
        margin-top: 56px;
    }

    .about-promise-band span {
        white-space: normal;
    }

    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
        max-width: 640px;
        margin: 0 auto;
    }

    .franchise-benefits {
        width: min(100%, 620px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 22px;
    }

    .franchise-benefit:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(260px, calc((100% - 22px) / 2));
    }

    .franchise-icon-disc {
        width: clamp(86px, 18vw, 124px);
        height: clamp(86px, 18vw, 124px);
        margin-bottom: 16px;
    }

    .franchise-benefit h3 {
        margin-bottom: 10px;
        font-size: clamp(15px, 3.2vw, 20px);
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .franchise-benefit p {
        font-size: clamp(14px, 3vw, 18px);
        line-height: 1.22;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .franchise-fit-grid,
    .franchise-success-grid,
    .franchise-contact-grid {
        grid-template-columns: 1fr;
    }

    .franchise-fit-grid {
        max-width: 520px;
        gap: 36px;
    }

    .franchise-fit-image {
        width: min(180px, 48vw);
        height: min(180px, 48vw);
        margin-bottom: 20px;
    }

    .franchise-fit-image img,
    .franchise-fit-card:nth-child(2) .franchise-fit-image img,
    .franchise-fit-card:nth-child(3) .franchise-fit-image img {
        width: min(154px, 40vw);
        height: min(154px, 40vw);
    }

    .franchise-fit-card p,
    .franchise-success-copy p {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .franchise-fit-card p {
        font-size: clamp(17px, 3.4vw, 22px);
        line-height: 1.24;
    }

    .franchise-success-section {
        padding: 58px 0 68px;
    }

    .franchise-success-grid {
        max-width: 640px;
    }

    .franchise-success-art img {
        width: min(100%, 430px);
        margin: 0 auto;
    }

    .franchise-success-copy p {
        max-width: 520px;
    }

    .franchise-contact-cta,
    .franchise-contact-list {
        padding-left: 0;
    }

    .franchise-contact-list {
        border-left: 0;
    }

    .franchise-contact-list ul {
        width: min(100%, 520px);
    }
}

@media (max-width: 680px) {
    .footer-grid,
    .footer-bottom {
        width: min(100% - 24px, 520px);
    }

    .footer-contact li {
        align-items: flex-start;
        overflow-wrap: anywhere;
    }

    .footer-contact li img {
        flex: 0 0 auto;
    }

    .footer-legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 18px;
    }

    .franchise-benefits {
        width: min(100%, 460px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .franchise-benefit:last-child {
        width: min(220px, calc((100% - 18px) / 2));
    }

    .franchise-icon-disc {
        width: clamp(78px, 23vw, 108px);
        height: clamp(78px, 23vw, 108px);
    }

    .franchise-benefit h3 {
        font-size: clamp(14px, 4.2vw, 18px);
    }

    .franchise-benefit p {
        font-size: clamp(13px, 3.8vw, 16px);
    }

    .franchise-contact-list li {
        gap: 14px;
        font-size: clamp(16px, 4.3vw, 19px);
        overflow-wrap: anywhere;
    }

    .franchise-contact-list li img {
        width: 44px;
        height: 44px;
        padding: 10px;
        flex: 0 0 auto;
    }

    .franchise-legal-links {
        margin-top: 34px;
        white-space: normal;
        justify-content: flex-start;
    }

    .center-cta p {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 520px) {
    .process-grid,
    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
        background-image: none;
    }

    .process-item:last-child:nth-child(odd) {
        width: min(220px, calc((100% - 14px) / 2));
    }

    .process-item {
        padding-bottom: 0;
    }

    .process-item img {
        width: min(150px, 38vw);
    }

    .process-item p,
    .value-card p {
        font-size: clamp(14px, 3.8vw, 17px);
        line-height: 1.2;
    }

    .value-card h3 {
        font-size: clamp(15px, 4.2vw, 18px);
    }

    .value-card img {
        width: clamp(100px, 28vw, 124px);
        height: clamp(100px, 28vw, 124px);
        padding: 14px;
        margin-bottom: 14px;
    }

    .journey-copy h2,
    .cta-title {
        width: min(100%, 340px);
        white-space: normal;
    }

    .franchise-section-pill {
        width: min(100%, 360px);
        white-space: normal;
        text-align: center;
    }

    .franchise-fit-card p {
        font-size: clamp(15px, 4vw, 18px);
    }

    .franchise-primary-button,
    .franchise-family-button,
    .franchise-contact-button {
        width: min(100%, 360px);
        min-width: 0;
        white-space: normal;
        text-align: center;
    }
}

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

    .process-item p {
        font-size: 13.5px;
    }

    .franchise-benefits {
        gap: 24px 14px;
    }

    .franchise-benefit:last-child {
        width: min(200px, calc((100% - 14px) / 2));
    }
}
