.reviews-section { position: relative; background: linear-gradient(180deg, #faf7f2, #f1eee7); overflow: hidden; }
.reviews-section::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(190,146,62,.1), transparent 70%); right: -150px; top: 20px; pointer-events: none; }
.reviews-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.reviews-heading .section-heading { max-width: 740px; }
.reviews-heading h2 { font-size: clamp(2.5rem, 4.8vw, 4.2rem); }
.reviews-heading .section-heading > p:last-child { margin-top: 20px; }
.review-open { flex-shrink: 0; margin-bottom: 6px; }
.review-open > span:first-child { font-size: 1.65rem; line-height: 1; }
.reviews-meta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 32px 0 20px; min-height: 24px; }
.reviews-meta p { margin: 0; }
#reviews-summary { color: #225c3c; font-weight: 750; }
.reviews-sample-note { font-size: .8rem; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-card { position: relative; display: flex; flex-direction: column; min-height: 365px; padding: 32px 28px 27px; border: 1px solid rgba(92,106,80,.15); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 16px 36px rgba(45,54,38,.055); transition: transform .3s var(--ease), box-shadow .3s ease; animation: review-card-in .65s var(--ease) both; animation-delay: var(--review-delay, 0ms); }
.review-card:hover { transform: translateY(-5px); box-shadow: 0 23px 44px rgba(45,54,38,.1); }
.review-card::before { content: "“"; position: absolute; top: 34px; right: 24px; color: rgba(34,92,60,.075); font: 110px/.8 Georgia, serif; pointer-events: none; }
.review-stars { color: #bd8529; letter-spacing: .12em; font-size: 1.35rem; line-height: 1.1; }
.review-card blockquote { position: relative; margin: 27px 0 30px; font-size: 1.06rem; line-height: 1.75; letter-spacing: -.01em; white-space: pre-line; overflow-wrap: anywhere; }
.review-card-footer { display: flex; gap: 12px; align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(92,106,80,.12); }
.review-avatar { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; background: #e8eee5; color: #225c3c; font-weight: 750; }
.review-author { font-size: .92rem; font-weight: 750; overflow-wrap: anywhere; }
.review-tour-name, .review-origin { display: block; color: var(--muted); font-size: .76rem; margin-top: 3px; }
.review-origin { margin-top: 14px; }
.review-sample-tag { display: inline-block; margin-bottom: 4px; color: #8a6a30; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.reviews-state { text-align: center; color: var(--muted); margin: 35px 0 0; }
.reviews-state:empty, #reviews-summary:empty { display: none; }
.reviews-more { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.review-dialog { width: min(640px, calc(100% - 28px)); max-height: calc(100svh - 32px); padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 34px; color: var(--graphite); background: #fffdfa; box-shadow: 0 30px 110px rgba(0,0,0,.3); overflow-y: auto; }
.review-dialog::backdrop { background: rgba(18,31,27,.6); backdrop-filter: blur(8px); }
.review-dialog[open] { animation: review-dialog-in .35s var(--ease) both; }
.review-form-panel { padding: 38px 40px 32px; }
.review-close { position: absolute; z-index: 3; right: 14px; top: 14px; width: 40px; height: 40px; border: 1px solid #e2e7df; border-radius: 50%; background: #f3f5ef; font-size: 1.6rem; cursor: pointer; }
.review-dialog-icon { width: 48px; height: 48px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 16px; color: #225c3c; background: #e8eee5; font-size: 2rem; }
.review-dialog .eyebrow { margin-bottom: 10px; font-size: .68rem; }
.review-dialog h2 { margin: 0; font-size: clamp(2rem, 5vw, 2.7rem); line-height: 1.1; letter-spacing: -.045em; }
.review-dialog-copy { color: var(--muted); margin: 13px 0 24px; }
.review-rating { padding: 0; margin: 0 0 24px; border: 0; }
.review-rating legend { font-size: .86rem; font-weight: 700; margin-bottom: 4px; }
.review-star-options { display: flex; gap: 5px; }
.review-star-options label { position: relative; width: 44px; height: 48px; cursor: pointer; display: grid; place-items: center; }
.review-star-options input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.review-star-options label > span[aria-hidden] { font-size: 2.3rem; color: #d9dcd3; transition: color .16s ease, transform .22s var(--ease); pointer-events: none; }
.review-star-options label.is-filled > span[aria-hidden] { color: #bd8529; }
.review-star-options label:hover > span[aria-hidden] { transform: scale(1.17) rotate(-7deg); }
.review-star-options label:has(input:focus-visible) { outline: 3px solid var(--azur); outline-offset: 2px; border-radius: 9px; }
.review-rating-hint { font-size: .76rem; color: var(--muted); }
.review-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-dialog .field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.review-dialog .field > span { color: #39433d; font-size: .82rem; font-weight: 650; }
.review-dialog .field input, .review-dialog .field textarea, .review-dialog .field select { width: 100%; padding: 12px 14px; color: var(--graphite); background: #f7f8f3; border: 1px solid #dde3d8; border-radius: 13px; font-size: 1rem; }
.review-dialog textarea { resize: vertical; min-height: 115px; }
.review-body-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .73rem; margin: -7px 0 16px; }
.review-language-field { max-width: 250px; }
.review-consent { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; line-height: 1.45; }
.review-consent input { margin: 2px 0 0; width: 17px; height: 17px; flex-shrink: 0; accent-color: #225c3c; }
.review-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.review-moderation { color: var(--muted); font-size: .74rem; margin: 12px 0; }
.review-form-status { font-size: .82rem; color: var(--terracotta-dark); }
.review-form-status:empty { display: none; }
.review-submit { width: 100%; min-height: 52px; }
.review-submit:disabled { cursor: wait; opacity: .8; transform: none; }
.review-submit-icon { font-size: 1.4rem; }
.review-dialog.is-submitting .review-submit-icon { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; font-size: 0; animation: review-spin .7s linear infinite; }
.review-success { text-align: center; padding: 65px 45px 48px; outline: none; }
.review-success > p:not(.eyebrow) { color: var(--muted); max-width: 420px; margin: 20px auto 28px; }
.review-success .eyebrow { justify-content: center; }
.review-celebration { position: relative; height: 135px; display: grid; place-items: center; margin: 0 auto 20px; width: 230px; }
.review-check { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; color: white; background: #225c3c; box-shadow: 0 0 0 12px #e9efe4; }
.review-check svg { width: 52px; height: 52px; }
.review-check path { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; }
.review-dialog.is-success .review-check { animation: review-pop .6s var(--ease) both; }
.review-dialog.is-success .review-check path { animation: review-draw .5s .25s ease forwards; }
.review-celebration i { position: absolute; left: 50%; top: 50%; width: 7px; height: 13px; border-radius: 2px; background: #be8c35; opacity: 0; --x: 85px; --y: -44px; --r: 130deg; }
.review-celebration i:nth-child(2) { --x: -89px; --y: -45px; --r: -70deg; background: var(--terracotta); }
.review-celebration i:nth-child(3) { --x: 64px; --y: 56px; --r: 190deg; background: #225c3c; }
.review-celebration i:nth-child(4) { --x: -78px; --y: 60px; --r: 50deg; }
.review-celebration i:nth-child(5) { --x: 14px; --y: -67px; --r: 60deg; background: var(--terracotta); }
.review-celebration i:nth-child(6) { --x: -32px; --y: -76px; --r: -190deg; background: #225c3c; }
.review-celebration i:nth-child(7) { --x: 110px; --y: 8px; --r: -40deg; }
.review-celebration i:nth-child(8) { --x: -107px; --y: 5px; --r: 120deg; background: var(--terracotta); }
.review-dialog.is-success .review-celebration i { animation: review-confetti 1.1s .12s var(--ease) both; }
@keyframes review-card-in { from { opacity: 0; translate: 0 20px; } to { opacity: 1; translate: 0 0; } }
@keyframes review-dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes review-spin { to { transform: rotate(360deg); } }
@keyframes review-pop { from { transform: scale(.6); opacity: 0; } 65% { transform: scale(1.07); } to { transform: scale(1); opacity: 1; } }
@keyframes review-draw { to { stroke-dashoffset: 0; } }
@keyframes review-confetti { 0% { opacity: 0; transform: translate(0,0) scale(.3); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--x),var(--y)) rotate(var(--r)); } }
@media(max-width: 1000px) { .reviews-grid { gap: 16px; } .review-card { padding: 27px 22px; } .reviews-heading { align-items: flex-start; flex-direction: column; gap: 22px; } }
@media(max-width: 760px) { .reviews-grid { grid-template-columns: 1fr; } .review-card { min-height: 300px; padding: 30px 27px; } .review-card blockquote { font-size: 1.08rem; } .reviews-meta { margin-top: 24px; } }
@media(max-width: 480px) { .review-form-panel { padding: 28px 22px 24px; } .review-form-grid { grid-template-columns: 1fr; gap: 0; } .review-success { padding: 60px 24px 36px; } .review-dialog { border-radius: 26px; } .reviews-heading h2 { font-size: 2.6rem; } .review-open { width: 100%; } }
@media(prefers-reduced-motion: reduce) { .reviews-section *, .review-dialog *, .review-dialog { animation: none !important; transition: none !important; } .review-card:hover { transform: none; } .review-check path { stroke-dashoffset: 0; } .review-celebration i { display: none; } }
