@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #0e1b2c;
    --body: #5b6b82;
    --purple: #6d28d9;
    --purple-light: #a78bfa;
    --purple-soft: #c4b5fd;
    --cream: #faf7f2;
    --cool: #f4f6f9;
    --hair: #e6ebf2;
    --success: #22c55e;
    --success-soft: #86efac;
    --success-dark: #15803d;
    --wa: #25d366;
    --radius: 14px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    background: #eef2f7;
    padding-top: 4.5rem;
}

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(0.4rem);
    border-bottom: 1px solid #e8edf5;
}

.nav-inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0.72rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ink);
    text-decoration: none;
}

.nav-brand .brand-mark {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.9rem;
    border-radius: 0.58rem;
}

.nav-brand .brand-word {
    font-size: 0.96rem;
}

.nav-phone {
    display: none;
    align-items: center;
    gap: 0.35rem;
    color: #334863;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
}

.nav-phone svg {
    width: 0.86rem;
    height: 0.86rem;
}

.nav-links {
    display: none;
    align-items: center;
    gap: 1rem;
}

.nav-links a {
    color: #3a4e69;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.nav-hamburger {
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    border: 1px solid #dfe7f1;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #22324a;
}

.nav-hamburger svg {
    width: 1rem;
    height: 1rem;
}

.mobile-menu {
    position: fixed;
    top: 4.45rem;
    left: 0;
    right: 0;
    z-index: 1190;
    background: #fff;
    border-bottom: 1px solid #e8edf5;
    padding: 0.75rem 1rem 1rem;
    display: none;
}

.mobile-menu.open {
    display: block;
}

.mobile-menu a {
    display: block;
    padding: 0.5rem 0;
    text-decoration: none;
    color: #3a4e69;
    font-size: 0.88rem;
    font-weight: 700;
}

.mobile-menu-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

main {
    padding: 1rem;
}

.reservation-shell {
    max-width: 75rem;
    margin: 0 auto 2rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--hair);
    background: #fff;
    box-shadow: 0 0.75rem 2.5rem rgba(14, 27, 44, 0.08);
}

.mobile-hero {
    background: radial-gradient(circle at 78% 18%, rgba(167, 139, 250, 0.28) 0%, rgba(167, 139, 250, 0) 45%),
        radial-gradient(circle at 10% 72%, rgba(109, 40, 217, 0.22) 0%, rgba(109, 40, 217, 0) 42%), #0e1b2c;
    color: #fff;
    padding: 1.3rem 1.2rem 3.7rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
}

.brand-mark {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #7c3aed, #3a2a6b);
    color: #fff;
    font-weight: 800;
}

.brand-word {
    font-weight: 800;
    font-size: 1rem;
}

.brand-logo {
    display: block;
    width: auto;
    height: 1.9rem;
}

.hero-box-wrap {
    display: grid;
    place-items: center;
}

.hero-box-wrap svg {
    width: min(108px, 40vw);
    height: auto;
}

.hero-caption {
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.35rem;
}

.progress-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.dot.done {
    background: #fff;
}

.dot.active {
    width: 1.5rem;
    background: var(--purple-light);
}

.form-sheet {
    margin-top: -4.9rem;
    background: #fff;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 1.1rem 1rem 0;
}

.step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.eyebrow {
    margin: 0;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #7a8aa2;
    font-weight: 700;
}

h1 {
    margin: 0.22rem 0 0;
    font-size: 1.52rem;
    line-height: 1.15;
}

.subtitle {
    margin: 0.28rem 0 0;
    font-size: 0.86rem;
    color: var(--body);
}

.state-chip {
    flex: 0 0 auto;
    border: 1px solid var(--hair);
    background: #f8fafe;
    border-radius: 999px;
    padding: 0.5rem 0.68rem;
    font-size: 0.74rem;
    color: #3d4f68;
    font-weight: 700;
}

.form-grid {
    display: grid;
    gap: 0.78rem;
    padding-bottom: 6.1rem;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.field {
    display: grid;
    gap: 0.33rem;
}

.field label,
.legend {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #73839c;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid transparent;
    background: var(--cool);
    border-radius: 0.75rem;
    padding: 0.8rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
}

textarea {
    min-height: 7.2rem;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--purple);
    outline: none;
}

.segmented {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.52rem;
}

.segmented button {
    border: 1px solid var(--hair);
    background: #f8fafe;
    color: #354764;
    border-radius: 0.72rem;
    padding: 0.72rem;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.segmented button small {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.67rem;
    color: #72839e;
    font-weight: 500;
}

.segmented button.active {
    border-color: var(--purple);
    background: #f3edff;
    color: #2e2160;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.chips button {
    border: 1px solid var(--hair);
    background: #fff;
    border-radius: 0.7rem;
    padding: 0.5rem 0.63rem;
    font-size: 0.72rem;
    color: #40516d;
    font-weight: 700;
    cursor: pointer;
}

.chips button.active {
    border-color: var(--purple);
    color: var(--purple);
    background: #f3edff;
}

.chips button small {
    display: block;
    font-size: 0.63rem;
    color: #7989a2;
    margin-top: 0.05rem;
}

.sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid var(--hair);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(0.3rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.8rem 0;
}

.total-txt {
    font-size: 0.72rem;
    color: #7b8ca5;
    margin: 0;
}

.total-val {
    margin: 0.08rem 0 0;
    font-size: 1rem;
    font-weight: 800;
}

.btn {
    border: 0;
    border-radius: 0.72rem;
    padding: 0.74rem 0.92rem;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.btn-primary {
    background: var(--purple);
    color: #fff;
}

.btn-primary:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-ghost {
    background: #f2f5fa;
    color: #31445f;
    border: 1px solid var(--hair);
}

.promo {
    border: 1px solid #f1c173;
    border-radius: 0.88rem;
    padding: 0.6rem;
    background: linear-gradient(100deg, #fef3c7, #fde68a);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.6rem;
    align-items: center;
}

.promo-rate {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.68rem;
    display: grid;
    place-items: center;
    background: #92400e;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.promo h3 {
    margin: 0;
    font-size: 0.82rem;
    color: #7a3d11;
}

.promo p {
    margin: 0.08rem 0 0;
    color: #8e4c1a;
    font-size: 0.7rem;
}

.promo-applied {
    border-radius: 999px;
    background: #dcfce7;
    color: var(--success-dark);
    font-size: 0.64rem;
    font-weight: 800;
    padding: 0.35rem 0.58rem;
}

.supplies-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.item {
    background: var(--cool);
    border: 1px solid transparent;
    border-radius: 0.88rem;
    padding: 0.66rem;
    position: relative;
}

.item.selected {
    border-color: var(--purple);
}

.qty-badge {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    border-radius: 999px;
    background: #2f2265;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    padding: 0.16rem 0.4rem;
}

.thumb {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 0.66rem;
    height: 5rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.45rem;
}

.thumb svg {
    width: 4.3rem;
    height: 4.3rem;
}

.item h4 {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
}

.spec {
    margin: 0.12rem 0 0.35rem;
    color: #7586a0;
    font-size: 0.66rem;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.price {
    font-size: 0.75rem;
    font-weight: 800;
}

.stepper,
.add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.26rem;
}

.stepper button,
.add-btn {
    border: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.45rem;
    background: #111c2f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.stepper span {
    min-width: 1rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.summary {
    background: #f5f8fc;
    border: 1px solid #e4ebf4;
    border-radius: 0.88rem;
    padding: 0.75rem;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.77rem;
    color: #4a5d79;
    margin: 0 0 0.35rem;
}

.sum-row.good {
    color: var(--success-dark);
    font-weight: 700;
}

.sum-row.total {
    border-top: 1px dashed #c8d4e6;
    padding-top: 0.52rem;
    margin-top: 0.52rem;
    font-size: 0.92rem;
    color: var(--ink);
    font-weight: 800;
}

.receipt {
    border: 1px solid var(--hair);
    border-radius: 1rem;
    padding: 0.85rem;
    background: #fff;
    background-image: radial-gradient(circle at 10px 0, #eef2f7 8px, transparent 9px),
        radial-gradient(circle at 10px 100%, #eef2f7 8px, transparent 9px);
    background-size: 24px 100%, 24px 100%;
    background-repeat: repeat-x;
    background-position: 0 -7px, 0 calc(100% + 7px);
}

.receipt-cols {
    display: grid;
    gap: 0.85rem;
}

.receipt h4 {
    margin: 0 0 0.45rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7688a3;
}

.rc-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0 0 0.3rem;
    font-size: 0.79rem;
}

.receipt-total {
    border-top: 1px dashed #c8d4e6;
    margin-top: 0.6rem;
    padding-top: 0.55rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.receipt-total strong {
    font-size: 1.35rem;
}

.send-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
}

.checkout-trust {
    border: 1px solid var(--hair);
    border-radius: 0.85rem;
    padding: 0.7rem;
    background: #f8fbff;
}

.checkout-trust-title {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    color: #1d4ed8;
    font-weight: 700;
}

.checkout-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.45rem;
    border: 1px solid #d9e5f6;
    background: #fff;
    color: #1f2937;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.pay-chip.stripe {
    color: #635bff;
    border-color: #d9d7ff;
    background: #f3f2ff;
}

.send-btn {
    color: #fff;
    padding: 0.78rem;
    border-radius: 0.85rem;
    text-decoration: none;
    display: grid;
    gap: 0.18rem;
    border: 0;
    text-align: left;
}

.send-btn span {
    font-size: 0.68rem;
    opacity: 0.9;
}

.send-btn svg {
    width: 1rem;
    height: 1rem;
}

.wa {
    background: var(--wa);
}

.mail {
    background: #0e1b2c;
}

.desktop-left,
.desktop-right {
    display: none;
}

.site-footer {
    background: #0e1b2c;
    margin: 2rem auto 1rem;
    max-width: 75rem;
    border-radius: 1rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
    padding: 1.38rem 1.12rem 1rem;
}

.f-tag {
    margin: 0.5rem 0 0.8rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

.loc-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.88rem;
    padding: 0.62rem;
    display: flex;
    gap: 0.62rem;
    margin-bottom: 0.8rem;
}

.map {
    width: 7rem;
    height: 7rem;
    border-radius: 0.7rem;
    overflow: hidden;
    flex: 0 0 7rem;
}

.loc-meta {
    min-height: 7rem;
    display: flex;
    flex-direction: column;
}

.f-eyebrow {
    margin: 0 0 0.2rem;
    font-size: 0.63rem;
    color: #c4b5fd;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.f-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 800;
}

.loc-meta address {
    font-style: normal;
    margin: 0.28rem 0 0.4rem;
    font-size: 0.69rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.35;
}

.open {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--success-soft);
    font-size: 0.69rem;
}

.open i {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.56);
    animation: pulse 1.8s ease-out infinite;
}

.dir-btn {
    margin-top: auto;
    background: #fff;
    color: #111827;
    border-radius: 0.5rem;
    padding: 0.42rem 0.55rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    font-size: 0.68rem;
    font-weight: 700;
}

.f-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.f-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.f-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.75rem;
}

.f-contact {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.f-chip {
    flex: 1;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.69rem;
    font-weight: 600;
    padding: 0.52rem 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.f-social {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.f-social a {
    width: 1.88rem;
    height: 1.88rem;
    border-radius: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    display: grid;
    place-items: center;
}

.f-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.62rem;
    display: flex;
    justify-content: space-between;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.63rem;
}

.f-legal-links {
    display: flex;
    gap: 0.42rem;
}

.f-legal a {
    color: rgba(255, 255, 255, 0.55);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.56);
    }

    70% {
        box-shadow: 0 0 0 0.5rem rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

@media (min-width: 64rem) {
    body {
        padding-top: 5rem;
    }

    .nav-inner {
        padding: 0.9rem 1.5rem;
    }

    .nav-links,
    .nav-phone {
        display: inline-flex;
    }

    .nav-hamburger,
    .mobile-menu {
        display: none !important;
    }

    main {
        padding: 1.5rem;
    }

    .reservation-shell {
        display: grid;
        grid-template-columns: 32.5rem 1fr;
        min-height: 52rem;
    }

    .mobile-hero {
        display: none;
    }

    .desktop-left {
        display: block;
    }

    .form-sheet {
        display: block;
        margin: 0;
        border-radius: 0;
        padding: 2rem 2rem 0;
        max-height: 52rem;
        overflow: auto;
        background: #fff;
    }

    .desktop-right {
        display: none;
    }

    .desktop-left {
        background: var(--cream);
        padding: 2.1rem 2rem;
        border-right: 1px solid #eee3d3;
    }

    .desk-progress {
        margin: 1.2rem 0;
        display: grid;
        gap: 0.82rem;
        position: relative;
        padding-left: 0.1rem;
    }

    .desk-progress::before {
        content: '';
        position: absolute;
        left: 1rem;
        top: 0.8rem;
        bottom: 0.8rem;
        width: 1px;
        background: #dccff4;
    }

    .st {
        display: flex;
        align-items: center;
        gap: 0.66rem;
        position: relative;
        z-index: 1;
        color: #68788f;
        font-size: 0.86rem;
        font-weight: 600;
    }

    .st i {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        border: 1px solid #d9cceb;
        background: #fff;
        display: grid;
        place-items: center;
        font-style: normal;
        color: #6e5a92;
    }

    .st.done i {
        background: #fff;
        color: #fff;
        border-color: #fff;
        box-shadow: inset 0 0 0 0.95rem #1f2937;
    }

    .st.active {
        color: #2d225a;
    }

    .st.active i {
        border-color: var(--purple);
        color: var(--purple);
        box-shadow: 0 0 0 0.28rem rgba(109, 40, 217, 0.18);
    }

    .desk-illus {
        margin: 1.2rem 0 0;
        display: grid;
        place-items: center;
    }

    .desk-illus svg {
        width: 168px;
        height: auto;
    }

    .form-grid {
        padding-bottom: 7rem;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 0.88rem;
    }

    .supplies-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.62rem;
    }

    .receipt-cols {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }

    .site-footer {
        padding: 0;
    }

    .footer-inner {
        padding: 3rem 3.5rem 2.25rem;
        display: grid;
        grid-template-columns: 1.4fr 1.5fr 1fr 1fr;
        gap: 3rem;
    }

    .brand-col .f-tag {
        max-width: 17.5rem;
    }

    .brand-lines {
        display: grid;
        gap: 0.6rem;
        margin-top: 0.85rem;
        font-size: 0.85rem;
    }

    .brand-lines a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.36rem;
    }

    .loc-card {
        margin: 0;
        min-height: 13.75rem;
        padding: 0.8rem;
    }

    .map {
        width: 12.5rem;
        height: 12.5rem;
        flex-basis: 12.5rem;
    }

    .loc-meta {
        min-height: 12.5rem;
    }

    .link-col ul {
        gap: 0.48rem;
    }

    .link-col a {
        font-size: 0.82rem;
    }

    .f-contact,
    .f-social {
        margin-bottom: 0;
    }

    .f-contact {
        display: none;
    }

    .f-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 1.1rem 3.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.74rem;
    }

    .f-bottom-right {
        display: flex;
        align-items: center;
        gap: 0.7rem;
    }

    .f-bottom .f-social {
        margin: 0;
    }

    .f-bottom .f-social a {
        width: 1.8rem;
        height: 1.8rem;
    }

    .f-bottom .f-legal-links {
        gap: 0.5rem;
    }

    .f-legal {
        display: none;
    }
}