.aura-product-reviews {
	background: #fff;
	color: var(--aura-color-burgundy);
	scroll-margin-top: 110px;
}

.aura-product-reviews p,
.aura-product-reviews li,
.aura-product-reviews input,
.aura-product-reviews textarea,
.aura-product-reviews select,
.aura-product-reviews button {
	font-size: 14px;
}

.aura-product-reviews__inner {
	width: min(100% - 40px, 1440px);
	margin: 0 auto;
	padding: clamp(56px, 7vw, 104px) 0;
}

.aura-product-reviews__submitted-notice {
	width: fit-content;
	max-width: min(100%, 720px);
	margin: 0 auto 24px;
	padding: 12px 18px;
	border: 1px solid rgba(75, 28, 34, 0.14);
	border-radius: 999px;
	background: #fffefa;
	color: var(--aura-color-burgundy, #4b1c22);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 13px;
	line-height: 1.55;
	text-align: center;
	box-shadow: 0 12px 34px rgba(75, 28, 34, 0.08);
}

.aura-product-reviews__submitted-toast {
	position: fixed;
	right: clamp(16px, 3vw, 32px);
	bottom: clamp(16px, 3vw, 32px);
	z-index: 9999;
	max-width: min(420px, calc(100vw - 32px));
	margin: 0;
	padding: 14px 18px;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(75, 28, 34, 0.12);
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 220ms ease,
		transform 220ms ease;
}

.aura-product-reviews__submitted-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.aura-product-reviews__header {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.9fr) minmax(280px, 0.85fr);
	gap: clamp(22px, 3vw, 40px);
	align-items: stretch;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--aura-radius-large, 28px);
	background:
		radial-gradient(circle at 88% 8%, rgba(245, 184, 111, 0.18) 0, rgba(245, 184, 111, 0) 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)),
		 var(--aura-color-burgundy);
	background-size: 140% 140%, 100% 100%, auto;
	color: #fff;
	animation: aura-footer-nebula-shift 8s ease-in-out infinite;
}

.aura-product-reviews__header::before,
.aura-product-reviews__header::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
	border-radius: 50%;
	will-change: transform, opacity;
}

.aura-product-reviews__header::before {
	top: -34%;
	left: -14%;
	width: min(620px, 56vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(245, 184, 111, 0.2) 0, rgba(245, 184, 111, 0.09) 34%, rgba(245, 184, 111, 0) 70%);
	filter: blur(18px);
	animation: aura-footer-halo-drift 6s ease-in-out infinite;
	transform: translate3d(0, 0, 0) scale(1);
}

.aura-product-reviews__header::after {
	right: 8%;
	bottom: -260px;
	width: min(760px, 66vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0, rgba(245, 184, 111, 0.13) 22%, rgba(245, 184, 111, 0) 66%);
	filter: blur(30px);
	animation: aura-footer-halo-breathe 7s ease-in-out infinite;
	transform: translate3d(0, 0, 0) scale(1);
}

.aura-product-reviews__header > * {
	position: relative;
	z-index: 1;
}

.aura-product-reviews__summary,
.aura-product-reviews__distribution,
.aura-product-reviews__cta {
	min-width: 0;
}

.aura-product-reviews__eyebrow {
	margin: 0 0 8px;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.72);
}

.aura-product-reviews__title {
	margin: 0 0 18px;
	font-family: var(--aura-font-editorial, Fraunces, serif);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 600;
	line-height: 1.05;
	color: #fff;
}

.aura-product-reviews .aura-review-stars {
	display: inline-flex;
	gap: 3px;
	color: rgba(75, 28, 34, 0.18);
	font-size: 1.05rem;
	line-height: 1;
}

.aura-product-reviews .aura-review-star {
	position: relative;
	display: inline-block;
	width: 1em;
	color: rgba(75, 28, 34, 0.18);
}

.aura-product-reviews .aura-review-star--full {
	color: #f5b86f;
}

.aura-product-reviews .aura-review-star--half::before {
	content: "★";
	position: absolute;
	inset: 0 auto 0 0;
	width: 50%;
	overflow: hidden;
	color: #f5b86f;
}

.aura-product-reviews__stars {
	margin-bottom: 14px;
	font-size: 1.25rem;
}

.aura-product-reviews__header .aura-review-stars,
.aura-product-reviews__header .aura-review-star {
	color: rgba(255, 255, 255, 0.22);
}

.aura-product-reviews__header .aura-review-star--full {
	color: #f5b86f;
}

.aura-product-reviews__score {
	margin: 0;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: clamp(1.6rem, 2.5vw, 2.2rem);
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.aura-product-reviews__count,
.aura-product-reviews__summary-text,
.aura-product-reviews__cta p,
.aura-product-reviews__form-note,
.aura-product-reviews__form-closed {
	font-family: var(--aura-font-body, Manrope, sans-serif);
	color: #6b4d4c;
}

.aura-product-reviews__count {
	margin: 6px 0 18px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

.aura-product-reviews__summary-text {
	max-width: 46rem;
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.78);
}

.aura-product-reviews__distribution {
	display: grid;
	gap: 11px;
	align-content: center;
	padding: 4px 0;
}

.aura-product-reviews__distribution-row {
	display: grid;
	grid-template-columns: 78px minmax(80px, 1fr) 32px;
	gap: 12px;
	align-items: center;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.86);
}

.aura-product-reviews__distribution-label,
.aura-product-reviews__distribution-count {
	white-space: nowrap;
}

.aura-product-reviews__distribution-count {
	text-align: right;
	color: rgba(255, 255, 255, 0.72);
}

.aura-product-reviews__distribution-bar {
	display: block;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.aura-product-reviews__distribution-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #f5b86f;
}

.aura-product-reviews__cta {
	display: grid;
	align-content: center;
	gap: 12px;
	padding: clamp(18px, 2.5vw, 26px);
	border: 1px solid rgba(75, 28, 34, 0.15);
	border-radius: var(--aura-radius-soft, 22px);
	background: #fff;
}

.aura-product-reviews__cta h3 {
	margin: 0;
	font-family: var(--aura-font-editorial, Fraunces, serif);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--aura-color-burgundy);
}

.aura-product-reviews__cta p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

.aura-product-reviews__cta-button,
.aura-product-reviews__load-more,
.aura-product-reviews__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border: 1px solid var(--aura-color-burgundy);
	border-radius: var(--aura-radius-pill, 999px);
	background: var(--aura-color-burgundy);
	color: #fff;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.aura-product-reviews__cta-button {
	min-height: 40px;
	padding: 0 22px;
	font-size: 0.625rem;
	letter-spacing: 0.11em;
}

.aura-product-reviews__load-more {
	min-height: 44px;
	padding: 0 24px;
	font-size: 0.75rem;
	letter-spacing: 0.09em;
}

.aura-product-reviews__cta-button:hover,
.aura-product-reviews__cta-button:focus-visible,
.aura-product-reviews__submit:hover,
.aura-product-reviews__submit:focus-visible {
	border-color: #935b54;
	background: #935b54;
	color: #fff;
	transform: translateY(-1px);
}

.aura-product-reviews__load-more:hover,
.aura-product-reviews__load-more:focus-visible {
	border-color: #935b54;
	background: #935b54;
	color: #fff;
	transform: translateY(-1px);
}

.aura-product-reviews__cta-note {
	margin-top: 12px;
	color: rgba(75, 28, 34, 0.58);
	font-size: 0.6875rem;
	line-height: 1.6;
}

.aura-product-reviews__separator {
	height: 1px;
	margin: clamp(30px, 4vw, 50px) 0;
	background: rgba(75, 28, 34, 0.15);
}

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

.aura-product-review-card {
	display: grid;
	gap: 14px;
	align-content: start;
	min-height: 100%;
	padding: 18px;
	border: 1px solid rgba(75, 28, 34, 0.15);
	border-radius: var(--aura-radius-soft, 22px);
	background: #fff;
}

.aura-product-review-card__header {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.aura-product-review-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--aura-color-burgundy);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
	font-family: var(--aura-font-body, Manrope, sans-serif);
}

.aura-product-review-card__author {
	margin: 0;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--aura-color-burgundy);
}

.aura-product-review-card__verified {
	margin: 3px 0 0;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.78rem;
	line-height: 1.3;
	color: #935b54;
}

.aura-product-review-card__stars {
	font-size: 0.92rem;
}

.aura-product-review-card__text {
	margin: 0;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	line-height: 1.68;
	color: #5f4544;
}

.aura-product-review-card__verified {
	margin-top: 0;
	font-weight: 700;
}

.aura-product-reviews__empty {
	margin: 0;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	color: #6b4d4c;
}

.aura-product-reviews__load-more {
	display: flex;
	margin: 28px auto 0;
}

.aura-product-reviews__load-more.is-loading {
	pointer-events: none;
	opacity: 0.72;
}

.aura-product-reviews__form {
	width: min(100%, 1180px);
	max-width: 1180px;
	margin: clamp(40px, 6vw, 80px) auto 0;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(75, 28, 34, 0.12);
	border-radius: var(--aura-radius-large, 28px);
	background: #fff;
}

.aura-product-reviews__form .comment-respond,
.aura-product-reviews__comment-form {
	width: 100%;
	max-width: none;
}

.aura-product-reviews__form-title {
	margin: 0 0 14px;
	font-family: var(--aura-font-editorial, Fraunces, serif);
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: 400;
	line-height: 1.1;
	color: var(--aura-color-burgundy);
	text-align: center;
}

.aura-product-reviews__form-note {
	max-width: 620px;
	margin: 0 auto 28px;
	color: rgba(75, 28, 34, 0.68);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.8125rem;
	line-height: 1.7;
	text-align: center;
}

.aura-product-reviews__comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.aura-product-reviews__comment-form p {
	margin: 0;
}

.aura-product-reviews__field,
.aura-product-reviews__form-rating,
.aura-product-reviews__cookies,
.aura-product-reviews__comment-form .form-submit,
.aura-product-reviews__comment-form .logged-in-as {
	grid-column: 1 / -1;
}

.aura-product-reviews__comment-form .comment-form-author,
.aura-product-reviews__comment-form .comment-form-email {
	grid-column: span 1;
}

.aura-product-reviews__comment-form label,
.aura-product-reviews__form-rating > label {
	display: block;
	margin-bottom: 8px;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--aura-color-burgundy);
	text-transform: uppercase;
}

.aura-product-reviews__form-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 26px;
	text-align: center;
}

.aura-product-reviews__form-rating > label {
	margin: 0 0 10px;
	text-align: center;
	letter-spacing: 0.12em;
}

.aura-product-reviews__comment-form input[type="text"],
.aura-product-reviews__comment-form input[type="email"],
.aura-product-reviews__comment-form textarea {
	width: 100%;
	border: 1px solid rgba(75, 28, 34, 0.14);
	border-radius: 18px;
	background: #fffefa;
	color: var(--aura-color-burgundy);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.875rem;
	line-height: 1.6;
}

.aura-product-reviews__comment-form input[type="text"],
.aura-product-reviews__comment-form input[type="email"] {
	min-height: 48px;
	padding: 0 16px;
}

.aura-product-reviews__comment-form textarea {
	min-height: 170px;
	padding: 16px 18px;
	resize: vertical;
}

.aura-product-reviews__rating-buttons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-inline: auto;
}

.aura-product-reviews__rating-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(75, 28, 34, 0.18);
	font-size: 1.375rem;
	line-height: 1;
	cursor: pointer;
	transition: color 180ms ease, transform 180ms ease;
}

.aura-product-reviews__rating-button.is-active,
.aura-product-reviews__rating-button.is-preview,
.aura-product-reviews__rating-button[aria-pressed="true"] {
	color: #f5b86f;
}

.aura-product-reviews__rating-button:hover {
	color: #f5b86f;
	transform: translateY(-1px);
}

.aura-product-reviews__rating-button:focus-visible {
	outline: 2px solid var(--aura-color-burgundy);
	outline-offset: 2px;
}

.aura-product-reviews__rating-select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.aura-product-reviews__cookies {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    max-width: 620px;
    margin: 0 auto;
    font-family: var(--aura-font-body, Manrope, sans-serif);
    font-size: 0.75rem;
    line-height: 1.6;
    color: rgba(75, 28, 34, 0.66);
    text-align: left;
}

.aura-product-reviews__cookies input {
	margin-top: 4px;
	accent-color: var(--aura-color-burgundy);
}

.aura-product-reviews__comment-form .logged-in-as {
	margin: 0 auto 4px;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 0.78rem;
	line-height: 1.5;
	text-align: center;
	color: rgba(75, 28, 34, 0.58);
}

.aura-product-reviews__comment-form .logged-in-as a {
	color: var(--aura-color-burgundy);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aura-product-reviews__comment-form .form-submit {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
}

.aura-product-reviews__submit {
	width: min(100%, 360px);
	min-width: 320px;
	min-height: 46px;
	padding: 0 34px;
	border-radius: var(--aura-radius-pill, 999px);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
}

.aura-product-reviews #respond input#submit.aura-product-reviews__submit {
	border-color: var(--aura-color-burgundy);
	background: var(--aura-color-burgundy);
	color: #fff;
	font-size: 12px;
}

.aura-product-reviews #respond input#submit.aura-product-reviews__submit:hover,
.aura-product-reviews #respond input#submit.aura-product-reviews__submit:focus-visible {
	border-color: #935b54;
	background: #935b54;
	color: #fff;
}

@media (max-width: 1180px) {
	.aura-product-reviews__header {
		grid-template-columns: 1fr 1fr;
	}

	.aura-product-reviews__cta {
		grid-column: 1 / -1;
	}

	.aura-product-reviews__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.aura-product-reviews__inner {
		width: min(100% - 32px, 1440px);
		padding: 48px 0;
	}

	.aura-product-reviews__header,
	.aura-product-reviews__list,
	.aura-product-reviews__comment-form {
		grid-template-columns: 1fr;
	}

	.aura-product-reviews__comment-form .comment-form-author,
	.aura-product-reviews__comment-form .comment-form-email {
		grid-column: 1 / -1;
	}

	.aura-product-reviews__distribution-row {
		grid-template-columns: 74px minmax(60px, 1fr) 30px;
		gap: 9px;
	}

	.aura-product-reviews__form {
		width: 100%;
		padding: 24px 18px;
		border-radius: var(--aura-radius-soft, 22px);
	}

	.aura-product-reviews__submitted-toast {
		right: 16px;
		bottom: 16px;
		width: calc(100vw - 32px);
		max-width: none;
	}

	.aura-product-reviews__load-more,
	.aura-product-reviews__submit {
		width: 100%;
	}

	.aura-product-reviews__submit {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aura-product-reviews__header,
	.aura-product-reviews__header::before,
	.aura-product-reviews__header::after,
	.aura-product-reviews__submitted-toast {
		animation: none;
		transition: none;
	}
}
