/* responsive */
@media (min-width: 901px) {
      .locations-title-break { display: none; }

      .store-default { translate: 0 10px; }

      .store-case {
        z-index: 1;
      }

      .store-cases-message {
        z-index: 4;
      }

      .store-case:first-child img {
        --store-edge-shift: -22%;
        --store-edge-nudge: 50px;
      }

      .store-case:last-child img {
        --store-edge-shift: 22%;
        --store-edge-nudge: -50px;
      }

      .store-case img {
        transform: translateX(calc(var(--store-edge-shift, 0%) + var(--store-edge-nudge, 0px))) scale(1.42);
      }

      .store-case:hover img,
      .store-case:focus img,
      .store-case:focus-within img {
        transform: translateX(calc(var(--store-edge-shift, 0%) + var(--store-edge-nudge, 0px))) scale(1.49);
      }

      .store-hover-detail {
        min-width: min(92%, 360px);
        padding: 15px 24px 17px;
        background: rgba(0, 0, 0, 0.1);
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }

      .store-name {
        font-size: clamp(22px, 1.7vw, 30px);
        line-height: 1.15;
      }

      .store-metric {
        margin-top: 8px;
        color: #f8d14b;
        font-size: clamp(32px, 2.55vw, 46px);
        line-height: 1.05;
        font-weight: 900;
        letter-spacing: -0.035em;
      }

      .proof-promise {
        left: 50%;
        width: min(1600px, calc(100vw - 32px));
        max-width: none;
        transform: translateX(-50%);
      }
    }

    @media (max-width: 1080px) {
      .store-case img { translate: 0 -48px; }

      .store-case figcaption {
        position: absolute;
        left: 50%;
        bottom: 18px;
        z-index: 3;
        display: flex;
        width: calc(100% - 24px);
        min-height: 158px;
        margin: 0;
        transform: translateX(-50%);
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        pointer-events: none;
      }

      .store-default,
      .store-hover-detail,
      .store-case:hover .store-default,
      .store-case:focus .store-default,
      .store-case:focus-within .store-default,
      .store-case:hover .store-hover-detail,
      .store-case:focus .store-hover-detail,
      .store-case:focus-within .store-hover-detail {
        grid-area: auto;
        align-self: center;
        opacity: 1;
        transform: none;
      }

      .store-default { margin-bottom: 8px; }
    }

    @media (min-width: 521px) {
      .proof-benefit {
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 4px;
      }

      .proof-benefit-media { margin-top: 0; }
    }

    @media (max-width: 1180px) {
      .inquiry {
        width: min(100% - 36px, 1120px);
      }
    }

    @media (max-width: 900px) {
      :root { --sticky-h: 116px; }
      .nav-inner {
        width: calc(100% - 20px);
        height: 64px;
        gap: 8px;
      }
      .brand { flex: 0 0 auto; }
      .brand img { width: 128px; height: auto; max-height: 42px; }
      .nav-links {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-end;
        gap: clamp(8px, 2vw, 24px);
        font-size: 13px;
      }
      .nav-links > a:last-child {
        padding: 9px clamp(7px, 1.4vw, 12px);
      }
      .inquiry {
        width: min(100% - 28px, 760px);
      }
      .inquiry-video {
        width: 100%;
        margin-bottom: 48px;
      }
      .inquiry-heading {
        margin-bottom: 30px;
        text-align: left;
      }
      .inquiry-heading h2 { font-size: clamp(38px, 9vw, 58px); }
      footer::before {
        width: min(42vw, 300px);
        opacity: 0.36;
      }
      .store-cases-inner {
        width: min(100% - 34px, 1180px);
        grid-template-columns: minmax(0, 1fr) minmax(250px, 0.82fr) minmax(0, 1fr);
        gap: 10px;
        padding-top: 52px;
        padding-bottom: 42px;
      }
      .store-case-image { min-height: 380px; }
      .store-case img { translate: 0 -48px; }
      .store-case figcaption {
        position: absolute;
        left: 50%;
        bottom: 18px;
        z-index: 3;
        width: calc(100% - 24px);
        min-height: 78px;
        margin: 0;
        padding: 0;
        transform: translateX(-50%);
        place-items: end center;
        pointer-events: none;
      }
      .store-default,
      .store-hover-detail {
        align-self: center;
      }
      .store-hover-detail {
        width: min(100%, 340px);
        padding: 14px 18px 16px;
        background: rgba(0, 0, 0, 0.1);
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      .store-name {
        padding: 0;
        font-size: clamp(25px, 3.4vw, 34px);
        line-height: 1.12;
      }
      .store-metric {
        margin-top: 8px;
        font-size: clamp(27px, 4.2vw, 39px);
        line-height: 1.08;
        font-weight: 900;
      }
      .store-cases-message { margin-bottom: 32px; padding: 42px 14px 46px; }
      .store-cases-message h2 { font-size: clamp(27px, 4.3vw, 39px); }
      .location-layout { grid-template-columns: 1fr; }
      .map-canvas { min-height: 420px; }
      .branch-list { max-height: 380px; }
      .field-grid { grid-template-columns: 1fr; }
      .sticky-inquiry {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas:
          "copy copy agree agree"
          "name phone area submit";
        min-height: 72px;
        gap: 8px;
        padding: 12px;
      }
      .sticky-copy {
        display: block;
        min-width: 0;
      }
      .sticky-inquiry input {
        display: block;
        min-width: 0;
        width: 100%;
      }
      .sticky-copy span { display: none; }
      .sticky-agree { margin: 0; }
      .sticky-inquiry .btn {
        min-width: 0;
        width: 100%;
      }
      .toast {
        left: 20px;
        right: 20px;
        bottom: calc(var(--sticky-h) + 30px);
        max-width: none;
      }
    }

    @media (min-width: 521px) and (max-width: 900px) {
      .store-cases-inner { padding-bottom: 78px; }
      .store-cases-message {
        z-index: 7;
        justify-self: center;
        width: calc(80% + 76.8px);
        max-width: 336px;
        padding: 48px 24px 52px;
        translate: 0 -16px;
      }
      .store-cases-message h2 {
        font-size: clamp(23px, 6.7vw, 32px);
        line-height: 1.14;
      }
      .store-cases-message h2 span { padding: 2px 0; }
      .store-cases-note {
        margin-top: 17px;
        max-width: none;
        font-size: clamp(12px, 3.2vw, 14px);
        line-height: 1.4;
        white-space: nowrap;
      }

      .store-case {
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 24px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        cursor: pointer;
      }

      .store-case:first-child img { --tablet-edge-shift: -10%; }
      .store-case:last-child img { --tablet-edge-shift: 10%; }

      .store-case img,
      .store-case:hover img,
      .store-case:focus img,
      .store-case:focus-within img {
        width: 193.2%;
        max-width: none;
        translate: 0 -48px;
        transform: translateX(var(--tablet-edge-shift, 0)) scale(1);
      }

      .store-case figcaption {
        position: static;
        left: auto;
        bottom: auto;
        display: grid;
        width: 100%;
        min-height: 112px;
        margin: 0;
        transform: none;
        place-items: start center;
        overflow: visible;
        text-align: center;
      }

      .store-case:first-child figcaption { translate: 18px 0; }
      .store-case:last-child figcaption { translate: -18px 0; }

      .store-default,
      .store-case:hover .store-default,
      .store-case:focus .store-default,
      .store-case:focus-within .store-default {
        grid-area: 1 / 1;
        align-self: start;
        margin-bottom: 0;
        opacity: 1;
        transform: none;
        width: 100%;
        font-size: clamp(22.1px, 6.11vw, 28.6px);
        line-height: 1.25;
        white-space: normal;
        overflow-wrap: anywhere;
        text-wrap: balance;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
      }

      .store-hover-detail,
      .store-case:hover .store-hover-detail,
      .store-case:focus .store-hover-detail,
      .store-case:focus-within .store-hover-detail {
        grid-area: 1 / 1;
        align-self: start;
        width: 100%;
        padding: 11px 6px 12px;
        opacity: 0;
        transform: translateY(8px);
      }

      .store-name {
        display: block;
        padding: 0;
        border: 0;
        font-size: clamp(24.7px, 7.02vw, 32.5px);
        white-space: normal;
        overflow-wrap: anywhere;
        text-wrap: balance;
      }

      .store-metric {
        margin-top: 6px;
        font-size: clamp(27.3px, 8.19vw, 37.7px);
        line-height: 1.05;
        white-space: normal;
        overflow-wrap: anywhere;
      }

      .store-metric-label,
      .store-metric-value { display: block; }

      .store-case:first-child .store-metric-value {
        font-size: 0.84em;
        white-space: normal;
      }

      .store-case.is-expanded .store-default {
        opacity: 0;
        transform: translateY(-6px);
      }

      .store-case.is-expanded .store-hover-detail {
        opacity: 1;
        transform: none;
      }

      .store-case.is-expanded img {
        transform: translateX(var(--tablet-edge-shift, 0)) scale(1.035);
      }

      .proof-benefit { row-gap: calc(4px / 3); }
      .proof-benefit-copy {
        min-height: 100px;
        padding-bottom: calc(11px / 3);
      }

      .locations-title-break { display: none; }
      .inquiry-heading h2 { font-size: clamp(34px, 4vw, 56px); }
    }

    @media (max-width: 520px) {
      :root { --sticky-h: 112px; }
      .section { width: min(100% - 28px, 1180px); }
      .nav-inner { width: calc(100% - 16px); gap: 5px; }
      .brand img { width: 112px; height: auto; max-height: 36px; }
      footer::before {
        width: min(58vw, 220px);
        opacity: 0.3;
      }
      .nav-links {
        justify-content: flex-end;
        gap: clamp(4px, 1.6vw, 8px);
        font-size: 13px;
      }
      .nav-links > a:not(:last-of-type) { display: none; }
      .nav-links > a:last-of-type { padding: 8px 10px; }
      .nav-more-toggle {
        display: grid;
        width: 34px;
        height: 40px;
        place-items: center;
        padding: 0 0 7px;
        color: var(--fg);
        background: transparent;
        border: 0;
        border-radius: 0;
        font-size: 25px;
        font-weight: 900;
        line-height: 1;
        cursor: pointer;
      }
      .nav-more-toggle[aria-expanded="true"] {
        color: var(--dark);
        background: transparent;
      }
      .nav-more-menu {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        z-index: 50;
        width: min(220px, calc(100vw - 24px));
        padding: 8px;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid var(--border);
        border-radius: 16px;
        box-shadow: 0 18px 46px rgba(23, 56, 42, 0.2);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }
      .nav-more-menu:not([hidden]) { display: grid; }
      .nav-more-menu a {
        padding: 12px 14px;
        color: var(--fg);
        border-radius: 10px;
        font-size: 14px;
        font-weight: 800;
        text-align: center;
      }
      .nav-more-menu a:hover,
      .nav-more-menu a:focus-visible { background: var(--surface-soft); }
      h1 { font-size: 44px; }
      .hero { padding-bottom: 62px; }
      .hero-copy {
        width: calc(100% - 28px);
        padding-top: 40px;
      }
      .hero-copy h1 {
        font-size: clamp(34px, 10.4vw, 54px);
        letter-spacing: -0.04em;
        line-height: 1.12;
        white-space: normal;
      }
      .hero-phrase { display: block; }
      .store-cases-inner {
        grid-template-columns: 1fr 1fr;
        align-items: end;
        z-index: auto;
        column-gap: 10px;
        row-gap: 5px;
        width: calc(100% - 22px);
        padding-top: 52px;
        padding-bottom: 42px;
      }
      .store-cases-message {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        z-index: 6;
        width: calc((100% - 10px) * 0.845);
        margin: 0;
        padding: 40px 10px 47px;
        border-width: 4px;
        box-shadow: 9px 9px 0 #f0bd37;
      }
      .store-cases-message::before,
      .store-cases-message::after {
        width: 40px;
        height: 4px;
      }
      .store-cases-message::before { top: 21px; }
      .store-cases-message::after { bottom: 21px; }
      .store-cases-message h2 {
        font-size: clamp(27px, 8.11vw, 38px);
        line-height: 1.14;
      }
      .store-cases-message h2 span { padding: 2px 0; }
      .store-cases-note {
        margin-top: 17px;
        max-width: none;
        font-size: clamp(15px, 4.32vw, 18px);
        line-height: 1.4;
        white-space: nowrap;
      }
      .store-cases-frame {
        position: absolute;
        inset: 0;
        z-index: 5;
        display: block;
        pointer-events: none;
        box-shadow: inset 0 0 0 18px #102c21;
      }
      .store-cases-frame::after {
        content: "";
        position: absolute;
        inset: 18px;
        border: 2px solid rgba(247, 243, 232, 0.74);
      }
      .store-case-image { min-height: 290px; }
      .store-case img,
      .store-case:hover img,
      .store-case:focus img,
      .store-case:focus-within img {
        display: block;
        width: 152%;
        max-height: 380px;
        translate: 0 0;
        transform: scale(1);
      }
      .store-case {
        grid-row: 2;
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 5px;
      }
      .store-case:first-child {
        grid-column: 1;
        row-gap: 13px;
        translate: 0 -20px;
      }
      .store-case:last-child {
        grid-column: 2;
        row-gap: 1px;
        translate: 0 -11px;
      }
      .store-case figcaption {
        position: static;
        left: auto;
        bottom: auto;
        display: grid;
        width: 100%;
        min-height: 72px;
        margin: 0;
        padding: 0;
        transform: none;
        place-items: start center;
        text-align: center;
        box-shadow: none;
      }
      .store-case {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
      }
      .store-default,
      .store-case:hover .store-default,
      .store-case:focus .store-default,
      .store-case:focus-within .store-default {
        grid-area: 1 / 1;
        align-self: start;
        margin-bottom: 0;
        opacity: 1;
        transform: none;
      }
      .store-hover-detail {
        width: 100%;
        padding: 11px 6px 12px;
      }
      .store-hover-detail,
      .store-case:hover .store-hover-detail,
      .store-case:focus .store-hover-detail,
      .store-case:focus-within .store-hover-detail {
        grid-area: 1 / 1;
        align-self: start;
        opacity: 0;
        transform: translateY(8px);
      }
      .store-case.is-expanded .store-default {
        opacity: 0;
        transform: translateY(-6px);
      }
      .store-case.is-expanded .store-hover-detail {
        opacity: 1;
        transform: none;
      }
      .store-case.is-expanded img {
        transform: scale(1.035);
      }
      .store-name {
        display: block;
        padding: 0;
        border: 0;
        font-size: clamp(19px, 5.4vw, 25px);
        white-space: normal;
      }
      .store-default {
        font-size: clamp(17px, 4.7vw, 22px);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
      }
      .store-metric {
        margin-top: 6px;
        font-size: clamp(21px, 6.3vw, 29px);
        line-height: 1.05;
        white-space: normal;
      }
      .store-metric-label,
      .store-metric-value { display: block; }
      .store-case:first-child .store-metric-value {
        font-size: 0.84em;
        white-space: nowrap;
      }
      .proof-promise {
        padding: 48px 16px;
        box-shadow: 7px 7px 0 var(--accent-2);
      }
      .promise-lead {
        font-size: clamp(40px, 11vw, 56px);
        white-space: normal;
      }
      .mobile-only-break { display: block; }
      .promise-lead .mobile-only-break + .bounce-char { display: none; }
      .promise-detail {
        font-size: clamp(21px, 5.8vw, 27px);
        line-height: 1.45;
        white-space: normal;
        text-wrap: balance;
      }
      .proof-benefits {
        grid-template-columns: 1fr;
        gap: 46px;
        margin-top: 62px;
      }
      .proof-benefit-copy {
        min-height: 0;
        padding: 0 2px 16px;
      }
      .proof-benefit h3 { font-size: clamp(32px, 8.7vw, 42px); }
      .proof-benefit-media {
        margin-top: 12px;
        aspect-ratio: 0.82;
      }
      .proof-benefit-overlay {
        left: 20px;
        right: 20px;
        bottom: 24px;
        font-size: clamp(28px, 8.6vw, 38px);
      }
      .map-panel, .branch-panel { border-radius: 18px; }
      .map-canvas { min-height: 340px; }
      .map-fallback { padding: 22px; }
      .map-fallback h3 { font-size: 20px; }
      .branch-panel { padding: 14px; }
      .sticky-inquiry {
        bottom: max(8px, env(safe-area-inset-bottom));
        width: calc(100% - 16px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-areas:
          "copy copy agree agree"
          "name phone area submit";
        gap: 6px;
        padding: 8px;
        border-radius: 16px;
      }
      .sticky-copy {
        display: block;
      }
      .sticky-copy strong {
        font-size: clamp(13px, 3.8vw, 16px);
        white-space: nowrap;
      }
      .sticky-copy span {
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.35;
      }
      .sticky-inquiry input,
      .sticky-inquiry .btn {
        min-width: 0;
        min-height: 40px;
        padding: 7px 6px;
        font-size: clamp(10px, 2.8vw, 12px);
        border-radius: 9px;
      }
      .sticky-inquiry .btn { min-width: 0; }
      .sticky-agree {
        justify-content: flex-end;
        gap: 4px;
        font-size: clamp(9px, 2.45vw, 11px);
        white-space: nowrap;
      }
      .sticky-inquiry .sticky-agree input {
        width: 15px;
        height: 15px;
        min-height: 15px;
      }
      .sticky-privacy-link {
        min-height: 26px;
        padding: 3px 6px;
        font-size: inherit;
      }
      .quick-actions {
        right: 10px;
        bottom: calc(var(--sticky-h) + max(22px, env(safe-area-inset-bottom)));
        gap: 8px;
      }
      .quick-action {
        width: 46px;
        height: 46px;
      }
      .privacy-modal { padding: 12px; }
      .privacy-modal-panel {
        max-height: calc(100dvh - 24px);
        padding: 26px 20px 22px;
        border-radius: 16px;
      }
      .agree {
        gap: 6px;
        font-size: 9px;
        letter-spacing: -0.01em;
      }
      .agree input {
        width: 17px;
        height: 17px;
        min-height: 17px;
      }
      .site-popup { padding: 16px; }
      .popup-panel { border-radius: 18px; }
      .popup-panel { max-height: calc(100dvh - 32px); }
      .popup-actions { grid-template-columns: 1fr; gap: 6px; padding: 12px; }
      .popup-snooze, .popup-close { width: 100%; justify-self: stretch; }
      .brand-motion { opacity: 0.085; }
      .brand-motion-stage { inset: -20vh -80vw; gap: 54px; transform: rotate(-20deg); }
      .brand-motion-row img { width: 390px; }
      .food-marquee { --food-marquee-gap: 2.66px; padding: 6px 0; }
      .food-marquee-item { width: 210px; border-radius: 14px; }
      .food-marquee-caption {
        inset: auto 8px 8px;
        max-width: calc(100% - 16px);
        padding: 7px 10px;
        font-size: 12px;
        opacity: 1;
        transform: none;
      }
      .inquiry-video {
        padding: 0;
        border-radius: 0;
      }
      .inquiry-video iframe {
        inset: 0;
        width: 100%;
        height: 100%;
      }
    }

    @media (max-width: 380px) {
      .nav-links { font-size: 12.5px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .site-popup, .popup-panel { transition: none; }
      .privacy-modal, .privacy-modal-panel { transition: none; }
      .intro-screen { transition: opacity 160ms linear; }
      .hero-slider-track { transform: none !important; transition: none !important; }
      .hero-slide:not(:first-child) { display: none; }
      .hero-copy, .hero-pop { transition: none !important; animation: none !important; }
      .intro-screen.is-leaving { transform: none; opacity: 0; }
      .brand-motion-row { animation-play-state: paused; }
      .food-marquee-track { animation-play-state: paused; }
      .food-marquee-item img { transition: none; }
      .proof-promise::before { display: none; }
      .proof-promise .eyebrow,
      .promise-line { opacity: 1; transform: none; animation: none !important; }
      .promise-lead .bounce-char { opacity: 1; transform: none; animation: none !important; }
      .promise-detail em { animation: none !important; }
      .proof-benefit { opacity: 1; transform: none; animation: none !important; }
      .proof-benefit img { transition: none; }
      .proof-benefit-overlay { opacity: 1; transform: none; animation: none !important; }
    }

    @media (max-width: 520px) {
      .address-field-row {
        grid-template-columns: 1fr;
      }

      .address-search-button {
        min-height: 46px;
      }
    }
