:root {
            color-scheme: light;
            --cream: #f7f0e3;
            --latte: #e8d9c5;
            --espresso: #3b2418;
            --mocha: #6a412d;
            --caramel: #b56a3b;
            --foam: rgba(255, 249, 241, 0.84);
            --leaf: #2f6b55;
            --line: rgba(76, 48, 33, 0.14);
            --app-bg:
                radial-gradient(circle at top left, rgba(181, 106, 59, 0.24), transparent 24%),
                radial-gradient(circle at bottom right, rgba(47, 107, 85, 0.12), transparent 22%),
                linear-gradient(145deg, #f2e6d5 0%, #f7f0e3 45%, #efe6d7 100%);
            --sidebar-bg: linear-gradient(180deg, #6a412d 0%, #8a5536 52%, #b56a3b 100%);
            --panel: rgba(255, 252, 247, 0.94);
            --panel-alt: rgba(255, 249, 241, 0.82);
            --panel-border: var(--line);
            --text-main: var(--espresso);
            --text-soft: rgba(59, 36, 24, 0.66);
            --accent: #2d63e2;
            --accent-soft: rgba(45, 99, 226, 0.12);
            --shadow-lg: 0 24px 80px rgba(59, 36, 24, 0.14);
            --shadow-sm: 0 16px 32px rgba(59, 36, 24, 0.1);
            --shell-radius: 38px;
            --page-pad: clamp(18px, 3.6vw, 68px);
            --hero-banner-image: url("../images/coffee-hero-banner-new.png");
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            min-height: 100vh;
            font-family: Figtree, sans-serif;
            color: var(--text-main);
            background: var(--app-bg);
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            background:
                radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.42), transparent 18%),
                radial-gradient(circle at 82% 10%, rgba(181, 106, 59, 0.12), transparent 16%),
                radial-gradient(circle at 76% 78%, rgba(47, 107, 85, 0.07), transparent 18%);
            pointer-events: none;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button,
        input,
        textarea,
        select {
            font: inherit;
        }

        .tracker-shell {
            width: 100%;
            min-height: 100vh;
            margin: 0;
            border-radius: 0;
            overflow: visible;
            box-shadow: none;
            border: 0;
            background: rgba(255, 250, 242, 0.88);
            backdrop-filter: none;
            position: relative;
            z-index: 1;
        }

        .tracker-topbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 14px;
            padding: 10px var(--page-pad);
            border-bottom: 1px solid var(--panel-border);
            background: rgba(255, 250, 242, 0.88);
            box-shadow: 0 16px 36px rgba(59, 36, 24, 0.08);
            backdrop-filter: blur(18px);
        }

        .tracker-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }

        .tracker-brand-mark {
            width: clamp(48px, 4.2vw, 58px);
            height: clamp(48px, 4.2vw, 58px);
            border-radius: 0;
            display: block;
            object-fit: contain;
            background: transparent;
            box-shadow: none;
            flex-shrink: 0;
        }

        .brand-wordmark {
            display: inline-block;
            white-space: nowrap;
        }

        .brand-wordmark-accent {
            color: var(--caramel);
        }

        .hero-description-panel .brand-wordmark-accent {
            color: #ffe3a3;
        }

        .tracker-contact-footer .brand-wordmark-accent {
            color: #ffd28d;
        }

        .tracker-brand-copy strong,
        .tracker-brand-copy > span {
            display: block;
        }

        .tracker-brand-copy strong {
            font-size: 1rem;
            letter-spacing: 0.01em;
            text-transform: none;
        }

        .tracker-brand-copy > span {
            margin-top: 4px;
            color: var(--text-soft);
            font-size: 0.88rem;
        }

        .tracker-topbar-actions {
            display: none;
            position: absolute;
            top: calc(100% + 10px);
            right: var(--page-pad);
            width: min(320px, calc(100% - (var(--page-pad) * 2)));
            padding: 14px;
            border: 1px solid var(--panel-border);
            border-radius: 22px;
            background: rgba(255, 250, 242, 0.97);
            box-shadow: 0 24px 60px rgba(59, 36, 24, 0.18);
            backdrop-filter: blur(18px);
            justify-content: flex-start;
            align-items: stretch;
            flex-direction: column;
            gap: 10px;
            z-index: 1001;
        }

        .tracker-topbar-actions.is-open {
            display: flex;
        }

        .tracker-nav-controls {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-left: auto;
        }

        .tracker-scan-toggle {
            display: inline-grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border: 1px solid rgba(47, 107, 85, 0.28);
            border-radius: 14px;
            background: rgba(47, 107, 85, 0.08);
            box-shadow: var(--shadow-sm);
            cursor: pointer;
            padding: 0;
        }

        .tracker-scan-toggle img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            display: block;
        }

        .tracker-scan-toggle:hover {
            background: rgba(47, 107, 85, 0.14);
        }

        .tracker-scan-toggle:focus-visible {
            outline: 2px solid rgba(47, 107, 85, 0.45);
            outline-offset: 2px;
        }

        .tracker-sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .mobile-nav-toggle {
            display: inline-grid;
            width: 40px;
            height: 40px;
            border: 1px solid var(--panel-border);
            border-radius: 14px;
            background: rgba(255, 252, 247, 0.92);
            box-shadow: var(--shadow-sm);
            color: var(--espresso);
            cursor: pointer;
            place-items: center;
        }

        .mobile-nav-toggle span {
            width: 20px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
            position: relative;
            transition: background 160ms ease;
        }

        .mobile-nav-toggle span::before,
        .mobile-nav-toggle span::after {
            content: "";
            position: absolute;
            left: 0;
            width: 20px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
            transition: transform 180ms ease, top 180ms ease;
        }

        .mobile-nav-toggle span::before {
            top: -7px;
        }

        .mobile-nav-toggle span::after {
            top: 7px;
        }

        .mobile-nav-toggle.is-open span {
            background: transparent;
        }

        .mobile-nav-toggle.is-open span::before {
            top: 0;
            transform: rotate(45deg);
        }

        .mobile-nav-toggle.is-open span::after {
            top: 0;
            transform: rotate(-45deg);
        }

        .tracker-chip,
        .tracker-link,
        .tracker-auth {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 18px;
            border-radius: 999px;
            border: 1px solid var(--panel-border);
            background: var(--panel);
            box-shadow: var(--shadow-sm);
            color: var(--text-main);
        }

        .tracker-chip {
            font-weight: 700;
        }

        .tracker-chip small {
            color: var(--text-soft);
            font-size: 0.78rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .tracker-chip strong {
            display: block;
            font-size: 0.95rem;
        }

.tracker-link,
        .tracker-auth {
            font-weight: 700;
            width: 100%;
            justify-content: center;
        }

        .tracker-inline-form {
            margin: 0;
        }

.tracker-auth.is-primary {
            color: #fff;
            border-color: transparent;
            background: linear-gradient(135deg, var(--mocha) 0%, var(--caramel) 100%);
        }

.tracker-content {
            padding: 24px var(--page-pad) 42px;
            display: grid;
            gap: 22px;
            background: rgba(255, 252, 247, 0.92);
        }

        body.driver-qr-open {
            overflow: hidden;
        }

        .driver-qr-modal {
            position: fixed;
            inset: 0;
            z-index: 1200;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(22, 16, 12, 0.58);
            backdrop-filter: blur(4px);
        }

        .driver-qr-modal.is-open {
            display: flex;
        }

        .driver-qr-dialog {
            width: min(560px, 100%);
            border-radius: 20px;
            border: 1px solid var(--panel-border);
            background: #fff;
            box-shadow: 0 28px 64px rgba(59, 36, 24, 0.3);
            padding: 18px;
            display: grid;
            gap: 14px;
        }

        .driver-qr-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 12px;
        }

        .driver-qr-kicker {
            margin: 0;
            color: var(--text-soft);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-size: 0.74rem;
            font-weight: 700;
        }

        .driver-qr-header h3 {
            margin: 6px 0 0;
            font-size: 1.45rem;
            color: var(--espresso);
        }

        .driver-qr-attendance {
            border-radius: 12px;
            border: 1px solid var(--panel-border);
            background: #f8fafc;
            padding: 10px 12px;
        }

        .driver-qr-attendance span {
            display: block;
            color: var(--text-soft);
            font-size: 0.74rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 700;
        }

        .driver-qr-attendance strong {
            display: block;
            margin-top: 6px;
            color: var(--espresso);
            font-size: 0.98rem;
        }

        .driver-qr-attendance.is-clocked-in {
            border-color: rgba(22, 163, 74, 0.28);
            background: rgba(22, 163, 74, 0.1);
        }

        .driver-qr-attendance.is-clocked-in strong {
            color: #166534;
        }

        .driver-qr-attendance.is-clocked-out {
            border-color: rgba(148, 163, 184, 0.34);
            background: rgba(148, 163, 184, 0.12);
        }

        .driver-qr-attendance.is-not-clocked-in,
        .driver-qr-attendance.is-no-assignment {
            border-color: rgba(159, 47, 32, 0.24);
            background: rgba(159, 47, 32, 0.08);
        }

        .driver-qr-attendance.is-not-clocked-in strong,
        .driver-qr-attendance.is-no-assignment strong {
            color: #9f2f20;
        }

        .driver-qr-close {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            border: 1px solid var(--panel-border);
            background: #fff;
            color: var(--text-main);
            font-size: 1.2rem;
            line-height: 1;
            cursor: pointer;
        }

.driver-qr-reader {
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid var(--panel-border);
            background: #f8f3ea;
            min-height: 280px;
        }

        #driver-qr-reader video,
        #driver-qr-reader img {
            width: 100% !important;
            height: auto !important;
            border-radius: 0 !important;
        }

        #driver-qr-reader__scan_region {
            min-height: 240px;
        }

        .driver-qr-status {
            margin: 0;
            padding: 10px 12px;
            border-radius: 12px;
            background: #f8fafc;
            color: var(--text-soft);
            font-size: 0.92rem;
        }

        .driver-qr-status.is-info {
            background: #f8fafc;
            color: var(--text-soft);
        }

        .driver-qr-status.is-success {
            background: rgba(22, 163, 74, 0.12);
            color: #166534;
        }

        .driver-qr-status.is-error {
            background: rgba(159, 47, 32, 0.12);
            color: #9f2f20;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
            gap: 22px;
            align-items: stretch;
        }

        .panel,
        .hero-card,
        .stat-card {
            border: 1px solid var(--panel-border);
            border-radius: 30px;
            background: var(--panel);
            box-shadow: var(--shadow-sm);
        }

        .hero-card {
            padding: 0;
            position: relative;
            overflow: hidden;
            display: grid;
            align-content: start;
        }

        .hero-card::after,
        .hero-map-card::after {
            content: "";
            position: absolute;
            inset: auto -40px -40px auto;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(181, 106, 59, 0.16), transparent 70%);
            pointer-events: none;
        }

        .hero-banner {
            min-height: 174px;
            background:
                linear-gradient(90deg, rgba(25, 18, 16, 0.18), rgba(25, 18, 16, 0.02)),
                url("../images/coffee-hero-banner.jpg") center / cover no-repeat;
            border-bottom: 1px solid var(--panel-border);
        }

        .hero-copy {
            padding: 28px 30px 30px;
            position: relative;
            z-index: 1;
        }

        .hero-map-card {
            position: relative;
            overflow: hidden;
            min-height: 100%;
            padding: 24px;
            display: grid;
            grid-template-rows: auto 1fr;
            gap: 18px;
            background:
                radial-gradient(circle at top left, rgba(181, 106, 59, 0.14), transparent 28%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.96));
        }

        .hero-map-heading {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 16px;
            position: relative;
            z-index: 1;
        }

        .hero-map-heading h2 {
            margin-top: 12px;
            font-size: clamp(1.8rem, 3vw, 2.8rem);
            line-height: 1.02;
            letter-spacing: -0.04em;
        }

        .hero-map-heading p {
            margin-top: 10px;
            max-width: 60ch;
            color: var(--text-soft);
            line-height: 1.7;
        }

        .hero-map-frame {
            position: relative;
            min-height: 530px;
            border: 10px solid rgba(255, 255, 255, 0.84);
            border-radius: 30px;
            overflow: hidden;
            background: #f5efe6;
            box-shadow:
                inset 0 0 0 1px rgba(76, 48, 33, 0.08),
                0 22px 44px rgba(59, 36, 24, 0.14);
            z-index: 1;
        }

        .hero-showcase {
            margin: -24px calc(var(--page-pad) * -1) 0;
            position: relative;
        }

        .hero-banner-slide {
            min-height: 540px;
            padding: 86px min(9vw, 130px) 170px;
            position: relative;
            overflow: hidden;
            display: grid;
            align-items: center;
            color: #fff;
            background:
                linear-gradient(90deg, rgba(14, 12, 10, 0.82) 0%, rgba(14, 12, 10, 0.62) 42%, rgba(14, 12, 10, 0.28) 100%),
                linear-gradient(180deg, rgba(14, 12, 10, 0.18), rgba(14, 12, 10, 0.66)),
                url("../images/coffee-hero-banner.jpg") center / cover no-repeat;
        }

        .hero-banner-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.16), transparent 16%),
                linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 62%);
            pointer-events: none;
        }

        .hero-banner-content {
            position: relative;
            z-index: 1;
            max-width: 760px;
        }

        .hero-banner-kicker {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            color: #ffc64a;
            font-weight: 800;
            letter-spacing: 0.02em;
            font-size: clamp(1rem, 1.4vw, 1.25rem);
        }

        .hero-banner-kicker::before {
            content: "";
            width: 34px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
        }

        .hero-banner-content h1 {
            margin-top: 22px;
            font-size: clamp(2.8rem, 5.4vw, 5.9rem);
            line-height: 1.03;
            letter-spacing: -0.055em;
            text-wrap: balance;
        }

        .hero-banner-content p {
            max-width: 610px;
            margin-top: 24px;
            color: rgba(255, 255, 255, 0.84);
            line-height: 1.8;
            font-size: clamp(1rem, 1.4vw, 1.18rem);
        }

        .hero-slider-dots {
            position: absolute;
            left: 50%;
            bottom: 52px;
            transform: translateX(-50%);
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 12px;
        }

        .hero-slider-dots span {
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.34);
        }

        .hero-slider-dots span.is-active {
            width: 42px;
            background: #fff;
        }

        .hero-floating-row {
            width: min(1240px, calc(100% - 56px));
            margin: -118px auto 0;
            position: relative;
            z-index: 5;
            display: grid;
            grid-template-columns: minmax(220px, 0.88fr) minmax(420px, 1.32fr) minmax(220px, 0.88fr);
            gap: 20px;
            align-items: end;
        }

        .hero-floating-card {
            padding: 26px;
            min-height: 190px;
            border-radius: 30px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            background: rgba(255, 252, 247, 0.94);
            box-shadow: 0 28px 70px rgba(33, 24, 18, 0.22);
            backdrop-filter: blur(18px);
            transition: transform 180ms ease, box-shadow 180ms ease;
        }

        .hero-floating-card:hover,
        .hero-floating-map:hover {
            transform: translateY(-4px);
            box-shadow: 0 34px 86px rgba(33, 24, 18, 0.27);
        }

        .hero-floating-card small,
        .hero-floating-card strong,
        .hero-floating-card span {
            display: block;
        }

        .hero-floating-card small {
            color: var(--text-soft);
            font-size: 0.74rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .hero-floating-card strong {
            margin-top: 14px;
            font-size: clamp(2rem, 3.4vw, 3.2rem);
            line-height: 1;
            letter-spacing: -0.04em;
        }

        .hero-floating-card span {
            margin-top: 12px;
            color: var(--text-soft);
            line-height: 1.7;
        }

        .hero-floating-card.is-highlight {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.2);
            background:
                radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 34%),
                linear-gradient(180deg, #6a412d 0%, #8a5536 58%, #b56a3b 100%);
        }

        .hero-floating-card.is-highlight small,
        .hero-floating-card.is-highlight span {
            color: rgba(255, 249, 241, 0.82);
        }

        .hero-floating-map {
            padding: 18px;
            border-radius: 34px;
            border: 1px solid rgba(255, 255, 255, 0.7);
            background: rgba(255, 252, 247, 0.94);
            box-shadow: 0 30px 80px rgba(33, 24, 18, 0.24);
            backdrop-filter: blur(18px);
            transition: transform 180ms ease, box-shadow 180ms ease;
        }

        .hero-floating-map-header {
            padding: 8px 10px 16px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 16px;
        }

        .hero-floating-map-header h2 {
            margin-top: 8px;
            font-size: clamp(1.35rem, 2.2vw, 2rem);
            line-height: 1.06;
            letter-spacing: -0.035em;
        }

        .hero-floating-map-header p {
            margin-top: 8px;
            max-width: 52ch;
            color: var(--text-soft);
            line-height: 1.6;
            font-size: 0.94rem;
        }

        .hero-floating-map .hero-map-frame {
            min-height: 370px;
            border-width: 8px;
            border-radius: 26px;
            box-shadow: inset 0 0 0 1px rgba(76, 48, 33, 0.08);
        }

        .hero-floating-map #map {
            min-height: 370px;
        }

        .hero-showcase {
            margin: -24px calc(var(--page-pad) * -1) 0;
            padding: clamp(34px, 5vw, 72px) 0 clamp(38px, 5vw, 72px);
            position: relative;
            overflow: hidden;
            min-height: calc(100dvh - 84px);
            display: grid;
            align-items: center;
            background: var(--hero-banner-image) center / cover no-repeat;
        }

        .hero-showcase::before {
            content: none;
        }

        .hero-landing-grid {
            width: min(1440px, calc(100% - 64px));
            margin: 0 auto;
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr;
            gap: clamp(22px, 3vw, 28px);
            align-items: stretch;
            min-height: 100%;
            align-content: center;
        }

        .hero-gps-panel {
            padding: 20px;
            border-radius: 26px;
            border: 1px solid rgba(255, 255, 255, 0.62);
            background: rgba(255, 252, 247, 0.94);
            box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
            backdrop-filter: blur(18px);
            display: grid;
            grid-template-rows: auto 1fr;
            gap: 18px;
            justify-self: stretch;
            align-self: stretch;
            width: 100%;
        }

        .hero-gps-panel .hero-map-frame {
            min-height: 520px;
            border-width: 6px;
            border-radius: 22px;
            box-shadow:
                inset 0 0 0 1px rgba(76, 48, 33, 0.08),
                0 16px 34px rgba(59, 36, 24, 0.12);
        }

        .hero-gps-panel #map {
            min-height: 520px;
        }

        .hero-gps-caption {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 16px;
            align-items: end;
            padding: 0;
        }

        .hero-gps-caption h2 {
            margin-top: 8px;
            font-size: clamp(1.35rem, 2vw, 2rem);
            line-height: 1.06;
            letter-spacing: -0.035em;
        }

        .hero-gps-caption p {
            margin-top: 8px;
            max-width: 72ch;
            color: var(--text-soft);
            line-height: 1.6;
            font-size: 0.96rem;
        }

        .between-map-section {
            width: 100%;
            max-width: none;
            margin: 10px 0 14px;
            position: relative;
            z-index: 2;
            justify-self: stretch;
            padding: clamp(28px, 3vw, 40px);
            border-radius: 34px;
            min-height: calc(100dvh - 96px);
            align-content: stretch;
        }

        .between-map-section .hero-gps-caption {
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: end;
            gap: 22px;
        }

        .between-map-section .hero-gps-caption h2 {
            font-size: clamp(2.3rem, 3.6vw, 4rem);
        }

        .between-map-section .hero-gps-caption p {
            max-width: 96ch;
            font-size: 0.98rem;
            line-height: 1.66;
        }

        .hero-map-stats {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            margin-bottom: 8px;
        }

        .hero-map-stat-card {
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid var(--panel-border);
            background: rgba(255, 249, 241, 0.88);
            box-shadow: 0 10px 24px rgba(59, 36, 24, 0.09);
        }

        .hero-map-stat-card small,
        .hero-map-stat-card strong,
        .hero-map-stat-card span {
            display: block;
        }

        .hero-map-stat-card small {
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--text-soft);
        }

        .hero-map-stat-card strong {
            margin-top: 8px;
            font-size: clamp(1.45rem, 2.1vw, 2.05rem);
            line-height: 1.08;
            letter-spacing: -0.04em;
            color: var(--espresso);
        }

        .hero-map-stat-card span {
            margin-top: 8px;
            color: var(--text-soft);
            line-height: 1.52;
            font-size: 0.9rem;
        }

        .between-map-section .hero-map-frame,
        .between-map-section #map {
            height: 100%;
            min-height: 0;
        }

        .hero-description-panel {
            padding: clamp(22px, 3vw, 34px);
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            backdrop-filter: none;
            color: #fff;
            text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
            justify-self: stretch;
            align-self: stretch;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-description-panel .eyebrow {
            background: transparent;
            color: #ffc64a;
            border: 0;
            padding: 0;
        }

        .hero-description-panel h1 {
            margin-top: 18px;
            max-width: 18ch;
            font-size: clamp(2.4rem, 4vw, 4.8rem);
            line-height: 1.02;
            letter-spacing: -0.06em;
            text-wrap: balance;
        }

        .hero-description-panel p {
            max-width: 86ch;
            margin-top: 20px;
            color: rgba(255, 255, 255, 0.86);
            line-height: 1.72;
            font-size: clamp(1rem, 1.18vw, 1.12rem);
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 26px;
        }

        .about-section {
            display: grid;
            grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.62fr);
            gap: clamp(24px, 2.2vw, 34px);
            align-items: center;
            justify-content: center;
            padding: clamp(30px, 4vw, 52px);
            overflow: hidden;
        }

        .about-copy {
            justify-self: stretch;
            width: 100%;
            max-width: 980px;
            padding-right: clamp(6px, 1.5vw, 24px);
        }

        .slide-in-up {
            opacity: 0;
            transform: translateY(48px);
            transition:
                opacity 700ms ease,
                transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        .slide-in-up.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .about-copy h2 {
            margin-top: 16px;
            max-width: 18ch;
            font-size: clamp(2.45rem, 3.5vw, 4.2rem);
            line-height: 1.08;
            letter-spacing: -0.045em;
            text-align: left;
            text-wrap: balance;
        }

        .about-copy p {
            max-width: 62ch;
            margin-top: 16px;
            color: var(--text-soft);
            line-height: 1.74;
            font-size: clamp(1rem, 1.08vw, 1.05rem);
            text-align: left;
        }

        .about-copy .eyebrow {
            display: flex;
            width: fit-content;
        }

        .about-points {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin-top: 26px;
            max-width: 860px;
        }

        .about-point {
            padding: 16px;
            border-radius: 18px;
            border: 1px solid var(--panel-border);
            background: rgba(255, 249, 241, 0.76);
            text-align: left;
        }

        .about-point strong,
        .about-point span {
            display: block;
        }

        .about-point strong {
            color: var(--espresso);
        }

        .about-point span {
            margin-top: 8px;
            color: var(--text-soft);
            line-height: 1.55;
            font-size: 0.9rem;
        }

        .about-photo-wrap {
            position: relative;
            justify-self: end;
            width: min(100%, 340px);
        }

        .about-photo-wrap::before {
            content: "";
            position: absolute;
            inset: 24px -16px -18px 26px;
            border-radius: 28px;
            background: linear-gradient(135deg, rgba(106, 65, 45, 0.18), rgba(181, 106, 59, 0.28));
            transform: rotate(3deg);
        }

        .about-photo {
            position: relative;
            width: 100%;
            aspect-ratio: 4 / 5;
            object-fit: cover;
            border-radius: 28px;
            border: 10px solid rgba(255, 252, 247, 0.94);
            box-shadow: 0 28px 70px rgba(59, 36, 24, 0.22);
            background: var(--latte);
        }

        .menu-section {
            position: relative;
            overflow: hidden;
            padding: clamp(30px, 4vw, 54px);
            scroll-margin-top: 120px;
            background:
                radial-gradient(circle at top left, rgba(181, 106, 59, 0.2), transparent 26%),
                linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(248, 239, 226, 0.94));
        }

        .menu-section::before {
            content: "";
            position: absolute;
            inset: auto -80px -150px auto;
            width: 340px;
            height: 340px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(47, 107, 85, 0.14), transparent 68%);
            pointer-events: none;
        }

        .menu-section-header {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
            gap: 24px;
            align-items: end;
        }

        .menu-section-header h2 {
            margin-top: 16px;
            max-width: 12ch;
            font-size: clamp(2.35rem, 4vw, 4.6rem);
            line-height: 1;
            letter-spacing: -0.055em;
        }

        .menu-section-header p {
            max-width: 68ch;
            margin-top: 16px;
            color: var(--text-soft);
            line-height: 1.82;
            font-size: clamp(1rem, 1.15vw, 1.08rem);
        }

        .menu-note {
            justify-self: end;
            padding: 18px;
            border-radius: 24px;
            border: 1px solid rgba(76, 48, 33, 0.12);
            background: rgba(255, 249, 241, 0.72);
            box-shadow: var(--shadow-sm);
        }

        .menu-note strong,
        .menu-note span {
            display: block;
        }

        .menu-note strong {
            font-size: 1.4rem;
            letter-spacing: -0.04em;
        }

        .menu-note span {
            margin-top: 8px;
            color: var(--text-soft);
            line-height: 1.6;
            font-size: 0.94rem;
        }

        .menu-showcase {
            position: relative;
            z-index: 1;
            margin-top: 30px;
        }

        .menu-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
            max-width: 1120px;
            margin: 0 auto;
        }

        .menu-card {
            --menu-card-height: 280px;
            --menu-image-box-width: 320px;
            --menu-image-box-height: 220px;
            position: relative;
            display: grid;
            grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
            overflow: hidden;
            height: var(--menu-card-height);
            min-height: var(--menu-card-height);
            border-radius: 32px;
            border: 1px solid rgba(76, 48, 33, 0.12);
            background:
                radial-gradient(circle at top left, rgba(181, 106, 59, 0.08), transparent 32%),
                rgba(255, 252, 247, 0.94);
            box-shadow: 0 18px 42px rgba(59, 36, 24, 0.09);
            transition:
                transform 180ms ease,
                border-color 180ms ease,
                box-shadow 180ms ease;
        }

        .menu-card.is-reverse {
            grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
        }

        .menu-card.is-reverse .menu-card-image-wrap {
            grid-column: 2;
            grid-row: 1;
        }

        .menu-card.is-reverse .menu-card-body {
            grid-column: 1;
            grid-row: 1;
            text-align: right;
        }

        .menu-card.is-reverse .menu-card-title-row {
            flex-direction: row-reverse;
        }

        .menu-card.is-reverse .menu-tags {
            justify-content: flex-end;
        }

        .menu-card.is-reverse .menu-badge {
            right: 14px;
            left: auto;
        }

        .menu-card:hover {
            transform: translateY(-4px);
            border-color: rgba(181, 106, 59, 0.36);
            box-shadow: 0 24px 56px rgba(59, 36, 24, 0.14);
        }

        .menu-card-image-wrap {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 16px;
            height: 100%;
            min-height: 0;
            background:
                radial-gradient(circle at 50% 44%, rgba(181, 106, 59, 0.16), transparent 46%),
                #fff;
        }

        .menu-card-image {
            display: block;
            width: min(100%, var(--menu-image-box-width));
            height: var(--menu-image-box-height);
            object-fit: cover;
            object-position: center;
            border-radius: 22px;
            border: 1px solid rgba(76, 48, 33, 0.12);
            box-shadow: 0 10px 24px rgba(59, 36, 24, 0.12);
            transition: transform 220ms ease;
        }

        .menu-card:hover .menu-card-image {
            transform: scale(1.05);
        }

        .menu-badge {
            position: absolute;
            top: 14px;
            left: 14px;
            padding: 8px 10px;
            border-radius: 999px;
            background: rgba(255, 252, 247, 0.88);
            color: var(--mocha);
            font-size: 0.74rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            box-shadow: 0 12px 26px rgba(59, 36, 24, 0.12);
        }

        .menu-card-body {
            height: 100%;
            align-self: center;
            padding: clamp(22px, 3vw, 34px);
            display: grid;
            align-content: center;
            gap: 10px;
        }

        .menu-card-title-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 12px;
        }

        .menu-card h3 {
            margin: 0;
            font-size: clamp(1.55rem, 2.5vw, 2.2rem);
            line-height: 1.06;
            letter-spacing: -0.035em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .menu-price {
            flex-shrink: 0;
            padding: 8px 11px;
            border-radius: 999px;
            background: rgba(181, 106, 59, 0.12);
            color: var(--caramel);
            font-weight: 900;
        }

        .menu-card p {
            max-width: none;
            margin: 0;
            color: var(--text-soft);
            line-height: 1.78;
            font-size: 1rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .menu-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 0;
            max-height: 72px;
            overflow: hidden;
        }

        .menu-tags span {
            padding: 7px 10px;
            border-radius: 999px;
            border: 1px solid rgba(76, 48, 33, 0.1);
            background: rgba(255, 249, 241, 0.72);
            color: rgba(59, 36, 24, 0.74);
            font-size: 0.82rem;
            font-weight: 700;
        }

        .menu-empty {
            padding: 20px;
            border-radius: 22px;
            border: 1px dashed rgba(76, 48, 33, 0.22);
            background: rgba(255, 252, 247, 0.9);
            color: var(--text-soft);
            line-height: 1.7;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            border: 1px solid rgba(181, 106, 59, 0.24);
            background: rgba(181, 106, 59, 0.14);
            color: var(--mocha);
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        h1,
        h2,
        h3,
        p {
            margin: 0;
        }

        .hero-card h1 {
            margin-top: 18px;
            max-width: 10ch;
            font-size: clamp(2.4rem, 4.2vw, 4rem);
            line-height: 1;
            letter-spacing: -0.04em;
        }

        .hero-card p {
            margin-top: 18px;
            max-width: 62ch;
            color: var(--text-soft);
            line-height: 1.8;
            font-size: 1rem;
        }

        .button-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px 22px;
            border-radius: 999px;
            font-weight: 700;
            transition: transform 0.18s ease, box-shadow 0.18s ease;
        }

        .button-link:hover {
            transform: translateY(-1px);
        }

        .button-link.primary {
            color: #fff;
            background: linear-gradient(135deg, var(--mocha) 0%, var(--caramel) 100%);
            box-shadow: 0 18px 32px rgba(106, 65, 45, 0.18);
        }

        .button-link.secondary {
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--panel-border);
        }

        .hero-side {
            display: grid;
            gap: 16px;
        }

        .hero-status-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 14px;
            margin-top: 24px;
        }

        .stat-card {
            padding: 24px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 249, 241, 0.96)),
                var(--panel);
        }

        .stat-card small,
        .stat-card strong,
        .stat-card span {
            display: block;
        }

        .stat-card small {
            color: var(--text-soft);
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .stat-card strong {
            margin-top: 14px;
            font-size: clamp(2rem, 4vw, 2.8rem);
            line-height: 1;
        }

        .stat-card span {
            margin-top: 12px;
            color: var(--text-soft);
            line-height: 1.7;
        }

        .stat-card.is-highlight {
            color: #fff;
            background: linear-gradient(180deg, #6a412d 0%, #8a5536 56%, #b56a3b 100%);
            border-color: transparent;
        }

        .stat-card.is-highlight small,
        .stat-card.is-highlight span {
            color: rgba(255, 249, 241, 0.8);
        }

        .map-layout {
            display: grid;
            grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
            gap: 22px;
            align-items: start;
        }

        .panel {
            padding: 28px;
        }

        .panel h2,
        .panel h3 {
            margin-top: 14px;
            font-size: clamp(1.8rem, 3vw, 2.6rem);
            line-height: 1.04;
            letter-spacing: -0.03em;
        }

        .panel p {
            margin-top: 12px;
            color: var(--text-soft);
            line-height: 1.8;
        }

        .overview-points {
            margin-top: 24px;
            display: grid;
            gap: 12px;
        }

        .overview-point {
            padding: 16px 18px;
            border-radius: 22px;
            background: var(--panel-alt);
            border: 1px solid var(--panel-border);
        }

        .overview-point strong,
        .overview-point span {
            display: block;
        }

        .overview-point strong {
            font-size: 0.98rem;
        }

        .overview-point span {
            margin-top: 8px;
            color: var(--text-soft);
            line-height: 1.6;
            font-size: 0.92rem;
        }

        .map-panel {
            overflow: hidden;
            background:
                radial-gradient(circle at top right, rgba(181, 106, 59, 0.12), transparent 24%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 236, 0.96));
        }

        .map-panel-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 18px;
        }

        .live-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 11px 16px;
            border-radius: 999px;
            background: rgba(47, 107, 85, 0.12);
            color: var(--leaf);
            font-weight: 700;
            white-space: nowrap;
        }

        .map-stage {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(76, 48, 33, 0.1);
            background: rgba(255, 252, 247, 0.88);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
        }

        .map-stage::after {
            content: "";
            position: absolute;
            inset: auto 22px 18px auto;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(181, 106, 59, 0.14), transparent 68%);
            pointer-events: none;
            z-index: 401;
        }

        #map {
            width: 100%;
            height: 100%;
            min-height: 510px;
        }

        .map-avatar-marker {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: #fff;
            border: 3px solid rgba(255, 250, 242, 0.96);
            box-shadow: 0 14px 28px rgba(20, 18, 16, 0.28);
            position: relative;
        }

        .map-avatar-marker::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 16px;
            height: 16px;
            background: inherit;
            border-right: inherit;
            border-bottom: inherit;
            transform: translateX(-50%) rotate(45deg);
            border-radius: 0 0 6px 0;
            box-sizing: border-box;
        }

        .map-avatar-marker svg {
            width: 20px;
            height: 20px;
            position: relative;
            z-index: 1;
        }

        .map-avatar-marker.is-user {
            background: linear-gradient(135deg, #2d63e2, #6f9bff);
            box-shadow:
                0 0 0 8px rgba(45, 99, 226, 0.18),
                0 14px 28px rgba(45, 99, 226, 0.28);
        }

        .map-avatar-marker.is-driver {
            background: linear-gradient(135deg, #6a412d, #b56a3b);
            box-shadow:
                0 0 0 8px rgba(181, 106, 59, 0.18),
                0 14px 28px rgba(59, 36, 24, 0.28);
        }

        .driver-location-marker-wrapper,
        .user-location-marker-wrapper {
            pointer-events: auto;
        }

        .leaflet-popup.driver-popup-leaflet .leaflet-popup-content-wrapper {
            border-radius: 18px;
            padding: 0;
            background: rgba(255, 252, 247, 0.98);
            box-shadow: 0 24px 40px rgba(59, 36, 24, 0.2);
        }

        .leaflet-popup.driver-popup-leaflet .leaflet-popup-content {
            margin: 0;
            width: 292px !important;
        }

        .leaflet-popup.driver-popup-leaflet .leaflet-popup-tip {
            background: rgba(255, 252, 247, 0.98);
        }

        .driver-map-popup {
            padding: 14px;
            color: var(--espresso);
        }

        .driver-map-popup-avatar-wrap {
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
        }

        .driver-map-popup-avatar {
            width: 76px;
            height: 76px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center;
            border: 3px solid rgba(255, 255, 255, 0.95);
            box-shadow: 0 10px 20px rgba(59, 36, 24, 0.24);
            background: rgba(232, 217, 197, 0.82);
        }

        .driver-map-popup-title {
            display: block;
            font-size: 1.04rem;
            line-height: 1.3;
            margin-bottom: 6px;
        }

        .driver-map-popup-meta {
            font-size: 0.86rem;
            line-height: 1.45;
            color: var(--text-soft);
        }

        .driver-map-popup-divider {
            margin: 10px 0;
            border-top: 1px solid var(--panel-border);
        }

        .driver-map-popup-menu-title {
            display: block;
            font-size: 0.82rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--mocha);
        }

        .driver-map-popup-menu-list {
            list-style: none;
            margin: 8px 0 0;
            padding: 0;
            display: grid;
            gap: 6px;
            max-height: 188px;
            overflow: auto;
            padding-right: 4px;
        }

        .driver-map-popup-menu-list li {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            padding: 8px 10px;
            border-radius: 10px;
            border: 1px solid rgba(76, 48, 33, 0.12);
            background: rgba(255, 249, 241, 0.84);
        }

        .driver-map-popup-menu-list .menu-name {
            font-size: 0.84rem;
            font-weight: 600;
            color: var(--espresso);
        }

        .driver-map-popup-menu-list .menu-price {
            font-size: 0.82rem;
            color: var(--mocha);
            font-weight: 700;
            white-space: nowrap;
        }

        .driver-map-popup-menu-empty {
            margin: 8px 0 0;
            font-size: 0.8rem;
            line-height: 1.45;
            color: var(--text-soft);
        }

        .driver-map-popup-menu-link {
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid rgba(76, 48, 33, 0.18);
            padding: 7px 11px;
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--espresso);
            background: #fff;
        }

        .driver-map-popup-menu-link:hover {
            background: rgba(255, 249, 241, 0.94);
        }

        .history-list {
            list-style: none;
            margin: 24px 0 0;
            padding: 0;
            display: grid;
            gap: 12px;
            max-height: 460px;
            overflow: auto;
        }

        .history-list li {
            padding: 18px;
            border-radius: 20px;
            border: 1px solid var(--panel-border);
            background: rgba(255, 255, 255, 0.92);
        }

        .history-list strong {
            display: block;
            font-size: 1rem;
        }

        .history-coords {
            margin-top: 8px;
            color: var(--text-soft);
            line-height: 1.7;
            font-size: 0.92rem;
        }

        .history-list small {
            display: block;
            margin-top: 10px;
            color: rgba(59, 36, 24, 0.56);
        }

        footer {
            padding: 4px 6px 2px;
            text-align: center;
            color: var(--text-soft);
            font-size: 0.92rem;
        }

        .tracker-contact-footer {
            margin-left: calc(var(--page-pad) * -1);
            margin-right: calc(var(--page-pad) * -1);
            margin-bottom: -42px;
            padding: 34px var(--page-pad) 18px;
            text-align: left;
            color: #fdf7ef;
            font-size: 1rem;
            background:
                radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 28%),
                linear-gradient(145deg, #4a2d20 0%, #6a412d 45%, #8a5536 100%);
        }

        .tracker-contact-inner {
            display: grid;
            grid-template-columns: minmax(240px, 1.2fr) minmax(220px, 1fr) minmax(180px, 0.8fr);
            gap: 26px;
        }

        .tracker-contact-footer .eyebrow {
            background: rgba(255, 247, 233, 0.12);
            border-color: rgba(255, 247, 233, 0.34);
            color: #fff3df;
        }

        .tracker-contact-brand h3 {
            margin: 10px 0 0;
            font-size: clamp(1.5rem, 2vw, 2rem);
            line-height: 1.15;
            letter-spacing: -0.02em;
            color: #fff6ea;
        }

        .tracker-contact-brand p {
            margin: 10px 0 0;
            color: rgba(255, 247, 233, 0.84);
            line-height: 1.7;
            max-width: 42ch;
        }

        .tracker-contact-footer h4 {
            margin: 2px 0 0;
            font-size: 1.02rem;
            color: #fff6ea;
        }

        .tracker-contact-list {
            list-style: none;
            margin: 14px 0 0;
            padding: 0;
            display: grid;
            gap: 10px;
            color: rgba(255, 247, 233, 0.8);
            line-height: 1.6;
        }

        .tracker-contact-list strong {
            color: #fff6ea;
        }

        .tracker-contact-list a {
            color: #ffe4bf;
            font-weight: 700;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 2px;
        }

        .tracker-footer-links {
            list-style: none;
            margin: 14px 0 0;
            padding: 0;
            display: grid;
            gap: 8px;
        }

        .tracker-footer-links a {
            color: rgba(255, 247, 233, 0.9);
            font-weight: 600;
        }

        .tracker-footer-links a:hover {
            color: #ffe4bf;
        }

        .tracker-contact-bottom {
            margin-top: 20px;
            padding-top: 14px;
            border-top: 1px solid rgba(255, 247, 233, 0.22);
            color: rgba(255, 247, 233, 0.72);
            font-size: 0.9rem;
        }

        .leaflet-container {
            background: #f5efe6;
            font-family: Figtree, sans-serif;
        }

        .leaflet-control-zoom {
            border: 0 !important;
            border-radius: 18px !important;
            overflow: hidden;
            box-shadow: 0 16px 28px rgba(59, 36, 24, 0.18) !important;
        }

        .leaflet-control-zoom a {
            width: 42px !important;
            height: 42px !important;
            line-height: 42px !important;
            color: var(--espresso) !important;
            background: rgba(255, 255, 255, 0.98) !important;
            border-bottom: 1px solid rgba(76, 48, 33, 0.08) !important;
        }

        .leaflet-control-attribution {
            border-radius: 14px 0 0 0;
            background: rgba(255, 249, 241, 0.88) !important;
            backdrop-filter: blur(10px);
        }

        @media (max-width: 1100px) {
            .hero-grid,
            .map-layout,
            .hero-floating-row,
            .hero-landing-grid,
            .menu-section-header,
            .menu-showcase {
                grid-template-columns: 1fr;
            }

            .hero-showcase {
                margin-left: calc(var(--page-pad) * -1);
                margin-right: calc(var(--page-pad) * -1);
            }

            .hero-landing-grid {
                width: min(760px, calc(100% - 36px));
                min-height: 100%;
            }

            .between-map-section {
                width: 100%;
                margin-top: 8px;
                padding: 24px;
                min-height: calc(100dvh - 92px);
            }

            .between-map-section .hero-map-frame,
            .between-map-section #map {
                height: 100%;
                min-height: 0;
            }

            .hero-floating-row {
                width: min(720px, calc(100% - 36px));
                margin-top: -96px;
            }

            .hero-floating-map {
                order: -1;
            }

            .hero-gps-panel .hero-map-frame,
            .hero-gps-panel #map {
                min-height: 440px;
            }

            #map,
            .hero-map-frame {
                height: 360px;
                min-height: 360px;
            }

            .menu-note {
                justify-self: stretch;
            }

        }

        @media (max-width: 760px) {
            .tracker-shell {
                width: 100%;
                margin: 0;
                border-radius: 0;
            }

            .tracker-topbar,
            .tracker-content {
                padding-left: var(--page-pad);
                padding-right: var(--page-pad);
            }

            .tracker-topbar {
                padding-top: 8px;
                padding-bottom: 8px;
                align-items: center;
                flex-direction: row;
            }

            .tracker-brand-copy span {
                display: none;
            }

            .hero-card,
            .hero-map-card,
            .hero-floating-card,
            .hero-floating-map,
            .hero-gps-panel,
            .panel,
            .stat-card {
                padding: 20px;
                border-radius: 24px;
            }

            .hero-gps-panel {
                padding: 12px;
                border-radius: 18px;
            }

            .hero-description-panel {
                border-radius: 20px;
            }

            .hero-card {
                padding: 0;
            }

            .hero-copy {
                padding: 22px;
            }

            .hero-banner {
                min-height: 130px;
            }

            .hero-showcase {
                margin: -18px calc(var(--page-pad) * -1) 0;
                padding: 38px 0;
                min-height: calc(100dvh - 76px);
                background-position: 32% center;
            }

            .hero-banner-slide {
                min-height: 520px;
                padding: 58px 22px 142px;
            }

            .hero-slider-dots {
                bottom: 36px;
            }

            .hero-floating-row {
                width: min(100% - 24px, 620px);
                margin-top: -86px;
                gap: 14px;
            }

            .hero-floating-map-header {
                flex-direction: column;
            }

            .hero-landing-grid {
                width: min(100% - 24px, 620px);
                gap: 18px;
            }

            .between-map-section {
                width: 100%;
                padding: 16px;
                min-height: calc(100dvh - 80px);
            }

            .hero-map-stats {
                grid-template-columns: 1fr;
            }

            .hero-gps-caption {
                grid-template-columns: 1fr;
                align-items: start;
            }

            .hero-description-panel h1 {
                max-width: 14ch;
                font-size: clamp(2.6rem, 14vw, 4.4rem);
            }

            .hero-info-cards {
                grid-template-columns: 1fr;
            }

            .about-section,
            .about-points {
                grid-template-columns: 1fr;
            }

            .about-section {
                gap: 22px;
            }

            .about-photo-wrap {
                justify-self: stretch;
                width: min(100%, 360px);
                margin: 0 auto;
            }

            .menu-section {
                padding: 22px;
            }

            .menu-section-header h2 {
                max-width: 10ch;
                font-size: clamp(2.2rem, 13vw, 3.8rem);
            }

            .menu-list {
                gap: 14px;
            }

            .menu-card,
            .menu-card.is-reverse {
                grid-template-columns: 1fr;
                grid-template-rows: 190px auto;
                height: auto;
                min-height: 0;
            }

            .menu-card.is-reverse .menu-card-image-wrap,
            .menu-card.is-reverse .menu-card-body {
                grid-column: 1;
                grid-row: auto;
            }

            .menu-card-image-wrap {
                height: 190px;
                padding: 10px;
            }

            .menu-card-image {
                width: 100%;
                height: 100%;
                border-radius: 16px;
            }

            .menu-card-body {
                height: auto;
                align-content: start;
                gap: 8px;
            }

            .menu-card p {
                -webkit-line-clamp: 3;
            }

            .menu-card.is-reverse .menu-card-body {
                text-align: left;
            }

            .menu-card.is-reverse .menu-card-title-row {
                flex-direction: row;
            }

            .menu-card.is-reverse .menu-tags {
                justify-content: flex-start;
            }

            .menu-card.is-reverse .menu-badge {
                right: auto;
                left: 14px;
            }

            .tracker-topbar-actions {
                left: var(--page-pad);
                right: var(--page-pad);
                width: auto;
                max-width: none;
            }

            .tracker-contact-footer {
                margin-left: calc(var(--page-pad) * -1);
                margin-right: calc(var(--page-pad) * -1);
                padding: 28px var(--page-pad) 16px;
            }

            .tracker-contact-inner {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .tracker-link,
            .tracker-auth,
            .button-link {
                width: 100%;
                justify-content: center;
            }

            .map-panel-header {
                flex-direction: column;
            }

            #map,
            .hero-map-frame {
                height: 420px;
                min-height: 420px;
            }

            .hero-floating-map .hero-map-frame {
                min-height: 320px;
            }

            .hero-floating-map #map {
                min-height: 320px;
            }

            .hero-gps-panel .hero-map-frame,
            .hero-gps-panel #map {
                min-height: 420px;
            }

            .between-map-section .hero-map-frame,
            .between-map-section #map {
                height: 100%;
                min-height: 0;
            }

        }
