.hpw-page {
    min-height: 76vh;
    background: #f4f6fa;
    color: #253858;
}

.hpw-experience {
    padding: 76px 0 70px;
    overflow: hidden;
}

.hpw-heading {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.hpw-kicker {
    display: block;
    margin-bottom: 8px;
    color: #d9272e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.hpw-heading h1 {
    margin: 0;
    color: #2f4678;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.hpw-heading p {
    margin: 12px 0 0;
    color: #62718b;
    font-size: 17px;
    line-height: 1.6;
}

.hpw-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto 22px;
}

.hpw-filter-label {
    flex: 0 0 auto;
    color: #34486f;
    font-size: 14px;
    font-weight: 700;
}

.hpw-price-options {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px;
    border: 1px solid #d8dfeb;
    border-radius: 7px;
    background: #fff;
}

.hpw-price-option {
    min-width: 68px;
    min-height: 38px;
    padding: 7px 12px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #566680;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.hpw-price-option:hover {
    background: #eef2f8;
    color: #2f4678;
}

.hpw-price-option.is-active {
    background: #2f4678;
    color: #fff;
}

.hpw-price-option:disabled {
    color: #a7afbd;
    cursor: not-allowed;
}

.hpw-wheel-shell {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 25px 0 20px;
    border: 1px solid #d8dfeb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(35, 52, 85, 0.09);
}

.hpw-reel-viewport {
    width: 100%;
    overflow: hidden;
}

.hpw-reel {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: max-content;
    padding: 8px 0;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.hpw-food-card {
    flex: 0 0 230px;
    width: 230px;
    min-height: 286px;
    overflow: hidden;
    border: 1px solid #dbe2ed;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(35, 52, 85, 0.08);
}

.hpw-food-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #edf1f7;
}

.hpw-food-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpw-image-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #8b99ad;
    background: #edf1f7;
    font-size: 42px;
}

.hpw-food-copy {
    padding: 16px;
    text-align: left;
}

.hpw-food-copy h2 {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #263d6b;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hpw-food-copy span {
    color: #d9272e;
    font-size: 14px;
    font-weight: 700;
}

.hpw-pointer {
    position: absolute;
    z-index: 5;
    top: -8px;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border-radius: 50%;
    background: #d9272e;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 5px 14px rgba(217, 39, 46, 0.3);
}

.hpw-center-line {
    position: absolute;
    z-index: 4;
    top: 35px;
    bottom: 22px;
    left: 50%;
    width: 2px;
    background: #d9272e;
    pointer-events: none;
}

.hpw-pool-empty {
    position: absolute;
    z-index: 6;
    inset: 25px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #fff;
    color: #6c788d;
    text-align: center;
}

.hpw-pool-empty[hidden] {
    display: none;
}

.hpw-pool-empty i {
    margin-bottom: 10px;
    color: #d9272e;
    font-size: 28px;
}

.hpw-pool-empty strong {
    margin-bottom: 5px;
    color: #2f4678;
    font-size: 18px;
}

.hpw-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    max-width: 920px;
    margin: 28px auto 0;
}

.hpw-count,
.hpw-sound-status {
    color: #68758c;
    font-size: 13px;
}

.hpw-count strong {
    color: #2f4678;
}

.hpw-sound-status {
    text-align: right;
}

.hpw-sound-status i {
    margin-right: 6px;
    color: #d9272e;
}

.hpw-spin-button,
.hpw-spin-again,
.hpw-find-restaurant {
    min-width: 190px;
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    background: #d9272e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(217, 39, 46, 0.25);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hpw-spin-button:hover,
.hpw-spin-again:hover,
.hpw-find-restaurant:hover {
    background: #b91f25;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(217, 39, 46, 0.3);
}

.hpw-spin-button:disabled {
    background: #8994a7;
    cursor: wait;
    box-shadow: none;
    transform: none;
}

.hpw-spin-button i,
.hpw-spin-again i,
.hpw-find-restaurant i {
    margin-right: 8px;
}

.hpw-menu {
    float: none;
    width: 100%;
    max-width: 1120px;
    margin: 58px auto 0;
    padding-top: 34px;
    border-top: 1px solid #d9e0eb;
}

.hpw-menu-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    text-align: left;
}

.hpw-menu-kicker {
    display: block;
    margin-bottom: 5px;
    color: #d9272e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hpw-menu-heading h2 {
    margin: 0;
    color: #2f4678;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.hpw-menu-heading p {
    margin: 7px 0 0;
    color: #68758c;
    font-size: 14px;
}

.hpw-menu-actions {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.hpw-list-action {
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #ccd5e3;
    border-radius: 5px;
    background: #fff;
    color: #405579;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.hpw-list-action:hover {
    border-color: #2f4678;
    color: #2f4678;
}

.hpw-list-action i {
    margin-right: 6px;
}

.hpw-food-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hpw-menu-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(35, 52, 85, 0.07);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.hpw-menu-card:hover {
    box-shadow: 0 9px 24px rgba(35, 52, 85, 0.12);
}

.hpw-menu-card.is-selected {
    border-color: #2f4678;
}

.hpw-menu-card:not(.is-selected) {
    opacity: .58;
}

.hpw-menu-card[hidden] {
    display: none;
}

.hpw-menu-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #edf1f7;
}

.hpw-menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpw-menu-copy {
    display: block;
    min-width: 0;
    padding: 14px 42px 14px 14px;
    text-align: left;
}

.hpw-menu-copy strong {
    display: block;
    min-height: 40px;
    overflow: hidden;
    color: #2f4678;
    font-size: 16px;
    line-height: 1.25;
}

.hpw-menu-copy span {
    display: block;
    margin-top: 7px;
    color: #d9272e;
    font-size: 13px;
    font-weight: 700;
}

.hpw-menu-check {
    position: absolute;
    right: 12px;
    bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #c5cfdd;
    border-radius: 4px;
    background: #fff;
    color: transparent;
}

.hpw-menu-check input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hpw-menu-card.is-selected .hpw-menu-check {
    border-color: #2f4678;
    background: #2f4678;
    color: #fff;
}

.hpw-list-empty {
    padding: 32px 15px;
    border: 1px dashed #cfd7e3;
    color: #6c788d;
    text-align: center;
}

.hpw-list-empty[hidden] {
    display: none;
}

.hpw-empty {
    max-width: 650px;
    margin: 0 auto;
    padding: 55px 25px;
    border: 1px solid #dce2ec;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.hpw-empty i {
    color: #d9272e;
    font-size: 38px;
}

.hpw-empty h2 {
    margin: 18px 0 8px;
    color: #2f4678;
    font-size: 23px;
    letter-spacing: 0;
}

.hpw-empty p {
    margin: 0;
    color: #68758c;
}

.hpw-suggestion-callout {
    display: flex;
    clear: both;
    width: 100%;
    justify-content: center;
    margin-top: 36px;
}

.hpw-suggestion-open,
.hpw-suggestion-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: #d9272e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.hpw-suggestion-open:hover,
.hpw-suggestion-open:focus,
.hpw-suggestion-submit:hover,
.hpw-suggestion-submit:focus {
    background: #b91f25;
    color: #fff;
}

.hpw-suggestion-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 25px 80px rgba(10, 20, 42, 0.35);
}

.hpw-suggestion-dialog h2 {
    margin: 0 0 24px;
    color: #2f4678;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0;
}

.hpw-suggestion-dialog label {
    display: block;
    margin-bottom: 8px;
    color: #253858;
    font-weight: 700;
}

.hpw-suggestion-dialog input {
    width: 100%;
    height: 48px;
    padding: 0 13px;
    border: 1px solid #ccd5e2;
    border-radius: 5px;
    color: #24344f;
    font-size: 16px;
}

.hpw-suggestion-dialog input:focus {
    border-color: #2f4678;
    outline: 2px solid rgba(47, 70, 120, 0.14);
}

.hpw-suggestion-status {
    min-height: 40px;
    padding: 8px 0;
    color: #68758c;
    line-height: 1.45;
}

.hpw-suggestion-status.is-success { color: #167146; }
.hpw-suggestion-status.is-error { color: #c7252c; }
.hpw-suggestion-submit { width: 100%; }
.hpw-suggestion-submit:disabled { opacity: .65; cursor: wait; }

.hpw-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hpw-modal.is-open {
    display: flex;
}

.hpw-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(21, 31, 51, 0.72);
    cursor: default;
}

.hpw-result {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 25px 80px rgba(10, 20, 42, 0.35);
}

.hpw-result-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #31466f;
    font-size: 18px;
    cursor: pointer;
}

.hpw-result-label {
    margin-bottom: 14px;
    color: #d9272e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hpw-result-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: #edf1f7;
}

.hpw-result-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpw-result-image [hidden] {
    display: none;
}

.hpw-result h2 {
    margin: 20px 0 6px;
    color: #2f4678;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.hpw-result p {
    margin: 0 0 20px;
    color: #68758c;
    font-size: 15px;
}

.hpw-result-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hpw-result-actions .hpw-find-restaurant,
.hpw-result-actions .hpw-spin-again {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 50px;
    padding: 0 14px;
}

.hpw-find-restaurant {
    background: #2f4678;
    box-shadow: 0 8px 20px rgba(47, 70, 120, 0.22);
}

.hpw-find-restaurant:hover {
    background: #24385f;
    box-shadow: 0 10px 24px rgba(47, 70, 120, 0.28);
}

body.hpw-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .hpw-experience {
        padding: 42px 0 48px;
    }

    .hpw-heading {
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .hpw-heading h1 {
        font-size: 36px;
    }

    .hpw-heading p {
        font-size: 15px;
    }

    .hpw-filter {
        display: block;
        margin-bottom: 18px;
    }

    .hpw-filter-label {
        display: block;
        margin-bottom: 8px;
        text-align: left;
    }

    .hpw-price-options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .hpw-price-option {
        min-width: 0;
        min-height: 42px;
    }

    .hpw-wheel-shell {
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 23px;
    }

    .hpw-food-card {
        flex-basis: 72vw;
        width: 72vw;
        max-width: 245px;
        min-height: 0;
    }

    .hpw-food-copy {
        padding: 14px;
    }

    .hpw-food-copy h2 {
        min-height: 40px;
        font-size: 16px;
    }

    .hpw-controls {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
        text-align: center;
    }

    .hpw-spin-button {
        grid-row: 1;
        width: 100%;
        min-height: 54px;
    }

    .hpw-count {
        grid-row: 2;
    }

    .hpw-sound-status {
        grid-row: 3;
        text-align: center;
    }

    .hpw-menu {
        margin-top: 42px;
        padding-top: 28px;
    }

    .hpw-menu-heading {
        display: block;
    }

    .hpw-menu-heading h2 {
        font-size: 24px;
    }

    .hpw-menu-actions {
        margin-top: 16px;
    }

    .hpw-menu-actions .hpw-list-action {
        flex: 1;
        min-height: 42px;
    }

    .hpw-food-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hpw-menu-copy {
        padding: 11px 34px 12px 11px;
    }

    .hpw-menu-copy strong {
        min-height: 35px;
        font-size: 14px;
    }

    .hpw-menu-copy span {
        font-size: 12px;
    }

    .hpw-menu-check {
        right: 9px;
        bottom: 13px;
        width: 22px;
        height: 22px;
    }

    .hpw-result {
        padding: 22px;
    }

    .hpw-result h2 {
        font-size: 25px;
    }

    .hpw-result-actions {
        grid-template-columns: 1fr;
    }

    .hpw-result-actions .hpw-spin-again,
    .hpw-result-actions .hpw-find-restaurant {
        width: 100%;
    }

    .hpw-suggestion-open {
        display: flex;
        max-width: 100%;
        width: 100%;
        min-height: 52px;
        padding: 10px 16px;
        white-space: normal;
        line-height: 1.4;
        text-align: center;
    }

    .hpw-suggestion-dialog {
        max-height: calc(100vh - 32px);
        overflow-y: auto;
        padding: 24px 20px;
    }

    .hpw-suggestion-dialog h2 {
        padding-right: 34px;
        font-size: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hpw-spin-button,
    .hpw-spin-again {
        transition: none;
    }
}
