.reservation-access-hub {
    padding: 72px 20px;
    background: #f6f1e8;
}

.reservation-access-hub__container {
    max-width: 1240px;
    margin: 0 auto;
}

.reservation-access-hub__header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.reservation-access-hub__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff7e8;
    color: #8a6a3f;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.reservation-access-hub__title {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.05;
    color: #2d2418;
}

.reservation-access-hub__subtitle {
    margin: 18px auto 0;
    max-width: 720px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #6d5d49;
}
.reservation-lookup__title,
.client-access__title {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
    color: #2d2418;
}
.reservation-access-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}
.client-access-error {
    position: relative;
}

#client-access-error {
    position: absolute;
      top: 100px;
    left: 0;
    right: 0;
    z-index: 5;
}
.client-access__notice {
    margin: 0 0 24px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff7e8;
    border: 1px solid #eadcc6;
    color: #6d5d49;
    line-height: 1.5;
}

.client-access__notice strong,
.client-access__notice span {
    display: block;
}

.client-access__notice strong {
    margin-bottom: 4px;
    color: #2d2418;
}
.reservation-access-hub__card {
    padding: 36px;
    border-radius: 30px;
    background:
        linear-gradient(
            180deg,
            #fffdf9 0%,
            #fdf8ef 100%
        );
    border-color: #e5d4b7;
    box-shadow: 0 20px 50px rgba(70, 49, 25, 0.08);
}

.reservation-access-hub__card--highlight {
    background:
        linear-gradient(
            180deg,
            #fffdf9 0%,
            #fdf8ef 100%
        );
    border-color: #e5d4b7;
}

.reservation-access-hub__card .client-access,
.reservation-access-hub__card .client-access__container,
.reservation-access-hub__card .client-access__card {
    padding: 0;
    margin: 0;
    max-width: none;
    background: transparent;
    border: 0;
    box-shadow: none;
}

@media (max-width: 980px) {
    .reservation-access-hub__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .reservation-access-hub {
        padding: 42px 14px;
    }

    .reservation-access-hub__card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .reservation-access-hub__title {
        font-size: 2rem;
    }

    .reservation-access-hub__subtitle {
        font-size: 0.98rem;
        line-height: 1.6;
    }
}

.client-access {
    padding: 72px 20px;
    background: #fbf7ef;
}

.client-access__container {
    max-width: 760px;
    margin: 0 auto;
}

.client-access__card {
    padding: 42px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #eadcc6;
    box-shadow: 0 24px 60px rgba(70, 49, 25, 0.1);
}

.client-access__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7e8;
    color: #8a6a3f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.client-access__text {
    max-width: 560px;
    margin: 16px 0 28px;
    color: #6d5d49;
    line-height: 1.7;
}

.client-access__form {
    display: grid;
    gap: 18px;
}

.client-access__field label {
    display: block;
    margin-bottom: 8px;
    color: #2d2418;
    font-weight: 700;
}

.client-access__field input {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid #d8c8ae;
    background: #fffdf9;
    color: #2d2418;
    font-size: 1rem;
    outline: none;
}

.client-access__field input:focus {
    border-color: #8a6a3f;
    box-shadow: 0 0 0 4px rgba(138, 106, 63, 0.14);
}

.client-access__button {
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: #2d2418;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
}

.client-access__button:hover {
    background: #463621;
}

.client-access__help {
    margin-top: 24px;
    padding: 18px;
    border-radius: 20px;
    background: #fbf7ef;
    color: #6d5d49;
}

.client-access__help strong,
.client-access__help span {
    display: block;
}

.client-access__help strong {
    margin-bottom: 5px;
    color: #2d2418;
}
.client-access__email {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #fbf7ef;
    border: 1px solid #eadcc6;
    color: #2d2418;
    font-weight: 700;
    word-break: break-word;
}

.client-access__code-input {
    text-align: center;
    letter-spacing: 0.35em;
    font-size: 1.5rem !important;
    font-weight: 800;
}

.client-access__footer {
    margin-top: 22px;
    text-align: center;
}

.client-access__link {
    color: #7b6240;
    text-decoration: none;
    font-weight: 600;
}

.client-access__link:hover {
    text-decoration: underline;
}
.client-access__timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #fff7e8;
    border: 1px solid #eadcc6;
}

.client-access__timer-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6d5d49;
    font-weight: 600;
}

.client-access__timer-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d5a253;
    animation: pulseTimer 1.8s infinite;
}

.client-access__timer strong {
    font-size: 1rem;
    font-weight: 800;
    color: #8a6a3f;
    letter-spacing: 0.08em;
}

@keyframes pulseTimer {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.25);
        opacity: 0.55;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .client-access__timer {
        flex-direction: column;
        align-items: flex-start;
    }

    .client-access__timer strong {
        font-size: 1.1rem;
    }
}
@media (max-width: 640px) {
    .client-access__code-input {
        font-size: 1.25rem !important;
        letter-spacing: 0.22em;
    }

    .client-access__email {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .client-access {
        padding: 42px 14px;
    }

    .client-access__card {
        padding: 26px 18px;
        border-radius: 24px;
    }

    .client-access__title {
        font-size: 2rem;
    }

    .client-access__button {
        height: auto;
        min-height: 54px;
        padding: 12px 18px;
    }
}