.reviews-wrapper {
    width: 100%;
    padding: clamp(36px, 5vw, 64px) 28px clamp(64px, 8vw, 104px);
    background:
        radial-gradient(circle at 12% 12%, rgba(77, 153, 169, .14), transparent 28rem),
        linear-gradient(145deg, #17211f 0%, #1d2724 48%, #151b1a 100%);
    color: #f3f0e9;
}

.reviews-wrapper__inner { width: 100%; max-width: 1160px; margin: 0 auto; }
.review-heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.review-heading__eyebrow { display: flex; gap: 12px; align-items: center; justify-content: center; color: #e2ae4f; font: 800 12px/1.3 "Montserrat", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.review-heading__eyebrow::before, .review-heading__eyebrow::after { width: 34px; height: 1px; background: currentColor; content: ""; opacity: .7; }
.reviews-wrapper h2 { margin: 9px 0 12px; color: #fff; font: 700 clamp(32px, 4vw, 48px)/1.12 Georgia, serif; letter-spacing: -.025em; }
.review-heading p { margin: 0; color: #b9c2be; font: 400 17px/1.65 "Lato", sans-serif; }

.review-content { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
.review-overview { box-sizing: border-box; min-height: 230px; padding: 30px 26px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); box-shadow: 0 20px 50px rgba(0,0,0,.18); text-align: center; }
.review-overview__label { color: #aeb9b5; font: 700 11px/1.3 "Montserrat", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.review-summary { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.review-summary__score { color: #fff; font: 700 58px/1 Georgia, serif; }
.review-summary__maximum { margin-left: 5px; color: #84908c; font-size: 16px; }
.review-summary__stars { flex: 1 0 100%; margin: 16px 0 9px; color: #e2ae4f; font-size: 19px; letter-spacing: 1px; white-space: nowrap; }
.review-summary__count { color: #aeb9b5; font-size: 14px; }
.review-empty { margin: 24px 0 0; color: #c5ceca; font-size: 15px; line-height: 1.6; }
.review-list { display: grid; gap: 14px; }
.review-list:empty { min-height: 1px; }
.review-card { padding: 24px 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.065); box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.review-card__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.review-card__stars { color: #e2ae4f; font-size: 19px; letter-spacing: 1px; }
.review-card__meta { color: #9faaa6; font-size: 13px; text-align: right; }
.review-card h3 { margin: 17px 0 7px; color: #fff; font: 700 20px/1.3 "Montserrat", sans-serif; }
.review-card p { margin: 0; color: #d7ddda; font-size: 16px; line-height: 1.7; white-space: pre-wrap; }

.reviews-wrapper .review-form { box-sizing: border-box; width: min(100%, 760px); margin: 42px auto 0; padding: 38px 42px 34px; border: 1px solid rgba(226,174,79,.25); border-radius: 18px; background: #f1ede4; color: #1b2724; box-shadow: 0 24px 65px rgba(0,0,0,.28); }
.reviews-wrapper--rating-requested .review-form { border-color: #e2ae4f; box-shadow: 0 0 0 4px rgba(226,174,79,.17), 0 24px 65px rgba(0,0,0,.3); }
.reviews-wrapper .review-form h3 { margin: 0 0 7px; color: #17211f; font: 700 27px/1.25 Georgia, serif; }
.review-form__intro { margin: 0 0 27px; color: #5d6864; font-size: 15px; }
.review-form__field { margin-top: 21px; }
.reviews-wrapper .review-form label, .review-form__label { display: block; margin: 0 0 9px; color: #26332f; font-weight: 700; }
.review-form__optional { color: #69736f; font-size: 13px; font-weight: 400; }
.reviews-wrapper .review-form input[type="text"], .reviews-wrapper .review-form textarea { box-sizing: border-box; display: block; width: 100%; padding: 13px 15px; border: 1px solid #aeb5b0; border-radius: 8px; outline: none; background: #fff; color: #171d1b; font: inherit; transition: border-color .15s ease, box-shadow .15s ease; }
.reviews-wrapper .review-form input[type="text"]:focus, .reviews-wrapper .review-form textarea:focus { border-color: #9a6b16; box-shadow: 0 0 0 3px rgba(196,139,32,.18); }
.reviews-wrapper .review-form textarea { min-height: 145px; line-height: 1.5; resize: vertical; }
.review-form__help { display: block; margin-top: 7px; color: #68716d; font-size: 13px; }
.review-rating { display: grid; width: 100%; max-width: 520px; grid-template-columns: repeat(10,minmax(0,1fr)); direction: rtl; gap: 3px; }
.review-rating input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); }
.reviews-wrapper .review-rating label { position: relative; margin: 0; padding: 4px 0; color: #b9b8b0; font-size: clamp(25px,7vw,38px); font-weight: 400; line-height: 1; text-align: center; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.review-rating__number { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.reviews-wrapper .review-rating label:hover, .reviews-wrapper .review-rating label:hover ~ label, .review-rating input:checked ~ label { color: #d89b20; }
.reviews-wrapper .review-rating label:hover { transform: translateY(-2px); }
.review-rating input:focus + label { border-radius: 3px; outline: 2px solid #805913; outline-offset: 2px; }
.reviews-wrapper .review-form__submit { min-width: 180px; margin: 25px 0 0; padding: 14px 25px; border: 0; border-radius: 8px; background: #d7a43e; color: #17211f; font: 700 14px/1.2 "Montserrat", sans-serif; cursor: pointer; box-shadow: 0 5px 14px rgba(82,56,9,.2); transition: background .15s ease, transform .15s ease, box-shadow .15s ease; }
.reviews-wrapper .review-form__submit:hover { background: #e6b34e; box-shadow: 0 7px 18px rgba(82,56,9,.27); transform: translateY(-2px); }
.reviews-wrapper .review-form__submit:focus { outline: 2px solid #fff; outline-offset: 3px; }
.reviews-wrapper .review-form__submit:disabled { cursor: wait; opacity: .65; transform: none; }
.review-form__status { min-height: 22px; margin: 14px 0 0; color: #27703b; font-weight: 700; }
.review-form__status--error { color: #a82b27; }
.review-login { margin: 40px auto 0; text-align: center; }
.review-login a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 24px; border: 1px solid #e2ae4f; border-radius: 999px; background: #e2ae4f; color: #17211f; font: 700 14px/1.2 "Montserrat", sans-serif; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.review-login a:hover { background: #f0bf61; transform: translateY(-2px); }

@media screen and (max-width: 760px) {
    .reviews-wrapper { padding: 28px 18px 60px; }
    .review-heading { margin-bottom: 32px; }
    .review-content { grid-template-columns: 1fr; }
    .review-overview { min-height: 0; }
    .review-summary__score { font-size: 48px; }
    .review-card__header { align-items: flex-start; flex-direction: column; }
    .review-card__meta { text-align: left; }
    .reviews-wrapper .review-form { padding: 28px 20px 25px; }
    .reviews-wrapper .review-form label, .review-form__label, .reviews-wrapper .review-form input[type="text"], .reviews-wrapper .review-form textarea { font-size: 16px; }
    .reviews-wrapper .review-rating label { font-size: clamp(22px,7vw,31px); }
    .reviews-wrapper .review-form__submit { width: 100%; }
}
