/**
 * Front-end styles for All WooCommerce Reviews.
 */

/*
 * Style contract. Every value can be overridden per block: the block and the
 * shortcode write the --awr-user-* variables onto the wrapper, and each design
 * falls back to its own default when one is not set.
 */
.awr-wrapper {
	--awr-border: var( --awr-user-line, #e6e6e6 );
	--awr-text: var( --awr-user-text, #2b2b2b );
	--awr-muted: var( --awr-user-muted, #5e6673 );
	--awr-star: var( --awr-user-star, #f0a500 );
	--awr-accent: #2c6ecb;
	--awr-gold-ink: #8f6129;
	--awr-brick-bg: #a8432a;
	--awr-radius: var( --awr-user-radius, 6px );
	--awr-photo: var( --awr-user-photo, 78px );
	--awr-avatar: var( --awr-user-avatar, 40px );
	--awr-space: var( --awr-user-space, 1 );
	--awr-text-scale: var( --awr-user-text-scale, 1 );
	--awr-surface-bg: var( --awr-user-bg, transparent );
	box-sizing: border-box;
	color: var(--awr-text);
	margin: 1.5em 0;
	background: var(--awr-surface-bg);
	--awr-overlay: var( --awr-user-overlay, #1c1816 );
}

.awr-wrapper *,
.awr-wrapper *::before,
.awr-wrapper *::after {
	box-sizing: inherit;
}

.awr-wrapper .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.awr-title {
	margin: 0 0 1em;
	font-size: calc( 1.5em * var( --awr-text-scale, 1 ) );
}

/* ---------------------------------------------------------------- Stars */

.awr-stars {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 1;
	font-size: calc( 15px * var( --awr-text-scale, 1 ) );
	letter-spacing: 2px;
	white-space: nowrap;
	color: #d7d7d7;
	vertical-align: middle;
}

.awr-stars::before,
.awr-stars__fill::before {
	content: "\2605\2605\2605\2605\2605";
}

.awr-stars__fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: var(--awr-star);
}

/* -------------------------------------------------------------- Summary */

.awr-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	align-items: center;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid var(--awr-border);
	border-radius: 8px;
	background: #fafafa;
}

.awr-summary__score {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	min-width: 9rem;
}

.awr-summary__average {
	font-size: calc( 2.5rem * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	line-height: 1;
}

.awr-summary__total,
.awr-summary__unrated {
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	color: var(--awr-muted);
}

.awr-summary__bars {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-width: 220px;
}

.awr-bar {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.15rem 0.35rem;
	border-radius: 4px;
	color: inherit;
	text-decoration: none;
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

.awr-bar:hover,
.awr-bar:focus,
.awr-bar.is-active {
	background: #eef4fd;
	color: var(--awr-accent);
}

.awr-bar__label {
	flex: 0 0 4.5rem;
	white-space: nowrap;
}

.awr-bar__track {
	position: relative;
	flex: 1 1 auto;
	height: 9px;
	border-radius: 999px;
	background: #e2e5ea;
	overflow: hidden;
}

.awr-bar__fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: var(--awr-star);
}

.awr-bar__count {
	flex: 0 0 2.5rem;
	text-align: right;
	color: var(--awr-muted);
}

.awr-summary__reset {
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	margin-top: 0.25rem;
}

/* -------------------------------------------------------------- Filters */

.awr-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.75rem 1rem;
	padding: 0.75rem 0 1rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--awr-border);
}

.awr-filters__field {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

.awr-filters__field--check {
	flex-direction: row;
	align-items: center;
	gap: 0.4rem;
}

.awr-filters__label {
	color: var(--awr-muted);
}

.awr-filters select,
.awr-filters input[type="search"] {
	max-width: 100%;
	margin: 0;
}

.awr-filters__submit,
.awr-loadmore {
	cursor: pointer;
	padding: 0.5rem 1.1rem;
	border: 1px solid var( --awr-user-button, var(--awr-accent) );
	border-radius: 4px;
	background: var( --awr-user-button, var(--awr-accent) );
	color: var( --awr-user-button-text, #fff );
	font-size: calc( 0.9em * var( --awr-text-scale, 1 ) );
	line-height: 1.2;
}

.awr-loadmore:hover,
.awr-filters__submit:hover {
	background: var( --awr-user-button, #1f5aa8 );
	border-color: var( --awr-user-button, #1f5aa8 );
	color: var( --awr-user-button-text, #fff );
	filter: brightness( 0.94 );
}

.awr-filters__reset {
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

/* ----------------------------------------------------------------- List */

.awr-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awr-review {
	padding: 1.25rem 0;
	margin: 0;
	border-bottom: 1px solid var(--awr-border);
}

.awr-review__head {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

.awr-review__avatar img {
	display: block;
	border-radius: 50%;
}

.awr-review__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: calc( 0.9em * var( --awr-text-scale, 1 ) );
}

.awr-review__author {
	font-weight: 600;
}

.awr-review__date {
	color: var(--awr-muted);
}

.awr-review__product {
	margin: 0.5rem 0 0;
	font-size: calc( 0.9em * var( --awr-text-scale, 1 ) );
	color: var(--awr-muted);
}

.awr-review__content {
	margin-top: 0.5rem;
}

.awr-review__content > *:first-child {
	margin-top: 0;
}

.awr-review__content > *:last-child {
	margin-bottom: 0;
}

.awr-review__permalink {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

/* ------------------------------------------------- Review photos */

.awr-review__photos {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.awr-photo {
	position: relative;
	width: 78px;
	height: 78px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--awr-border);
	border-radius: 6px;
	background: #f1f2f4;
	cursor: zoom-in;
	-webkit-appearance: none;
	appearance: none;
}

.awr-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.awr-photo:hover img,
.awr-photo:focus img {
	transform: scale( 1.05 );
}

.awr-photo:focus-visible {
	outline: 2px solid var(--awr-accent);
	outline-offset: 2px;
}

.awr-photo__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: #2b2b2b;
}

.awr-photo__play::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
}

/* ---------------------------------------------------- Lightbox */

.awr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.awr-lightbox[hidden] {
	display: none;
}

.awr-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.88 );
	cursor: zoom-out;
}

.awr-lightbox__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}

.awr-lightbox__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 120px;
	opacity: 1;
	transition: opacity 0.15s ease;
}

.awr-lightbox__stage.is-loading {
	opacity: 0.4;
}

.awr-lightbox__media {
	display: block;
	max-width: min( 92vw, 1200px );
	max-height: 80vh;
	border-radius: 4px;
	background: #000;
}

.awr-lightbox__media--embed {
	width: min( 92vw, 1000px );
	height: min( 70vh, 560px );
	border: 0;
}

.awr-lightbox__caption {
	margin: 0.75rem 0 0;
	color: #f0f0f0;
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	text-align: center;
}

.awr-lightbox__close,
.awr-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba( 255, 255, 255, 0.35 );
	border-radius: 50%;
	background: rgba( 0, 0, 0, 0.55 );
	color: #fff;
	font-size: calc( 20px * var( --awr-text-scale, 1 ) );
	line-height: 1;
	cursor: pointer;
}

.awr-lightbox__close:hover,
.awr-lightbox__nav:hover,
.awr-lightbox__close:focus,
.awr-lightbox__nav:focus {
	background: rgba( 0, 0, 0, 0.85 );
	color: #fff;
}

.awr-lightbox__close,
.awr-lightbox__nav {
	width: 44px;
	height: 44px;
}

.awr-lightbox__nav {
	margin-top: -22px;
}

.awr-lightbox__close {
	top: -2.75rem;
	right: 0;
}

.awr-lightbox__nav {
	top: 50%;
	margin-top: -20px;
}

.awr-lightbox__nav--prev {
	left: -3.25rem;
}

.awr-lightbox__nav--next {
	right: -3.25rem;
}

.awr-lightbox.is-single .awr-lightbox__nav {
	display: none;
}

body.awr-lightbox-open {
	overflow: hidden;
}

@media ( max-width: 900px ) {

	/* Keep the controls inside the viewport on small screens. */
	.awr-lightbox__nav--prev {
		left: 0.25rem;
	}

	.awr-lightbox__nav--next {
		right: 0.25rem;
	}

	.awr-lightbox__close {
		top: 0.25rem;
		right: 0.25rem;
	}

	.awr-lightbox__media {
		max-height: 70vh;
	}
}

.awr-badge {
	display: inline-block;
	padding: 0.1rem 0.5rem;
	border-radius: 999px;
	font-size: calc( 0.75em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
	line-height: 1.6;
	white-space: nowrap;
}

.awr-badge--verified {
	background: #e6f4ea;
	color: #17663a;
}

.awr-empty {
	padding: 1.5rem;
	border: 1px dashed var(--awr-border);
	border-radius: 8px;
	color: var(--awr-muted);
	text-align: center;
}

/* --------------------------------------------------------------- Footer */

.awr-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-top: 1rem;
}

.awr-footer__count {
	margin: 0;
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	color: var(--awr-muted);
}

.awr-pagination .page-numbers {
	display: inline-block;
	min-width: 2em;
	padding: 0.3em 0.5em;
	margin: 0 0.1em;
	border: 1px solid var(--awr-border);
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
}

.awr-pagination .page-numbers.current {
	border-color: var( --awr-user-button, var(--awr-accent) );
	background: var( --awr-user-button, var(--awr-accent) );
	color: var( --awr-user-button-text, #fff );
}

.awr-loadmore__done {
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	color: var(--awr-muted);
}

.awr-notice {
	padding: 0.9rem 1.1rem;
	border-radius: 6px;
	border: 1px solid #d63638;
	background: #fcf0f1;
	color: #8a1f21;
}

/* ------------------------------------------------------ Touch targets */

/*
 * Minimum 44x44px interactive targets for touch shoppers (phones and tablets).
 * Pinch-to-zoom is deliberately left working: touch-action is never set to none.
 */
@media ( max-width: 1024px ) {

	.awr-filters select,
	.awr-filters input[type="search"],
	.awr-filters input[type="text"] {
		min-height: 44px;
	}

	.awr-filters__submit,
	.awr-loadmore {
		min-height: 44px;
		padding: 0.7rem 1.35rem;
	}

	.awr-filters__field--check {
		min-height: 44px;
	}

	.awr-filters__field--check input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.awr-filters__reset,
	.awr-summary__reset,
	.awr-review__permalink,
	.awr-testimonial__product-name a,
	.awr-closing__byline,
	.awr-look-tile__shop,
	.awr-look-tile__product,
	.awr-cust-card__product,
	.awr-story__product-name,
	.awr-chip {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

	.awr-review__permalink {
		min-width: 44px;
	}

	/* The chips keep their pill shape while growing to a comfortable target. */
	.awr-chip {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}

	/* The shop pill sits on a dark tile, so it keeps its own colours. */
	.awr-look-tile__shop {
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.awr-look-tile__product,
	.awr-cust-card__product {
		justify-content: flex-end;
	}

	.awr-pagination .page-numbers {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
	}

}

/* ----------------------------------------------------------- Responsive */

@media ( max-width: 600px ) {

	.awr-summary {
		flex-direction: column;
		align-items: stretch;
	}

	.awr-summary__score {
		align-items: center;
		text-align: center;
	}

	/*
	 * In the stacked layout the flex-basis of these blocks would be applied to
	 * their height, which left a large empty gap under the score.
	 */
	.awr-summary__score,
	.awr-summary__bars {
		flex: 0 1 auto;
		width: 100%;
	}

	.awr-review__head {
		gap: 0.6rem;
	}

	.awr-filters {
		flex-direction: column;
		align-items: stretch;
	}

	.awr-filters__field,
	.awr-filters select,
	.awr-filters input[type="search"] {
		width: 100%;
	}

	.awr-footer {
		flex-direction: column;
		align-items: stretch;
	}
}

/* ======================================================== Testimonials === */

/*
 * A testimonials page: hero with the section intro, a row of highlight stats,
 * review cards and a closing quote band.
 */

/*
 * The design adapts to the width it is given: block themes often place content
 * in a narrow column, where viewport based media queries would be wrong.
 */
.awr-wrapper {
	container-type: inline-size;
	container-name: awr;
}

.awr-layout-testimonials {
	--awr-ink: var( --awr-user-heading, #1a1a1a );
	--awr-body: var( --awr-user-text, #333 );
	--awr-soft: var( --awr-user-muted, #5e6673 );
	--awr-line: var( --awr-user-line, #e5e7eb );
	--awr-panel: var( --awr-user-surface, #f7f7f5 );
	--awr-surface-bg: var( --awr-user-bg, transparent );
	--awr-radius: var( --awr-user-radius, 12px );
	--awr-photo: var( --awr-user-photo, 64px );
	--awr-avatar: var( --awr-user-avatar, 52px );
	margin: 1.5em 0;
}

/* ------------------------------------------------------------------ Hero */

.awr-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: calc( 300px * var( --awr-space ) );
	margin: 0 0 2.5rem;
	background: var(--awr-panel);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

/* The hero photo sits behind the copy and keeps the design's crop. */
.awr-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.awr-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: clamp( 1.75rem, 4cqi, 3.75rem ) clamp( 1.25rem, 3cqi, 3rem );
}

.awr-hero--image .awr-hero__content {
	background: linear-gradient(
		90deg,
		rgba( 255, 255, 255, 0.98 ) 0%,
		rgba( 255, 255, 255, 0.95 ) 70%,
		rgba( 255, 255, 255, 0.6 ) 100%
	);
}

/* Wide enough for the photo to sit beside the text. */
@container awr ( min-width: 780px ) {

	.awr-hero__content {
		max-width: 56%;
	}

	.awr-hero--image .awr-hero__content {
		background: linear-gradient(
			90deg,
			rgba( 255, 255, 255, 0.97 ) 0%,
			rgba( 255, 255, 255, 0.94 ) 62%,
			rgba( 255, 255, 255, 0 ) 100%
		);
	}
}

.awr-layout-testimonials .awr-eyebrow {
	margin: 0 0 0.75rem;
	color: var(--awr-ink);
	font-size: calc( 0.78em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.awr-hero__title {
	margin: 0 0 1rem;
	color: var(--awr-ink);
	font-size: calc( clamp( 1.7rem, 4cqi, 2.75rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.awr-hero__intro {
	color: var(--awr-body);
	font-size: calc( 1.02em * var( --awr-text-scale, 1 ) );
	line-height: 1.65;
}

.awr-hero__intro > p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------ Highlights */

.awr-highlights {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	gap: 0;
	margin: 0 0 3rem;
	padding: 0;
	border-top: 1px solid var(--awr-line );
	border-bottom: 1px solid var(--awr-line);
}

.awr-highlight {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	min-width: 0;
	padding: 1.75rem 1.5rem;
}

.awr-highlight + .awr-highlight {
	border-top: 1px solid var(--awr-line);
}

@container awr ( min-width: 560px ) {

	.awr-highlights {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.awr-highlight:nth-child( odd ) {
		border-left: 0;
	}

	.awr-highlight:nth-child( even ) {
		border-left: 1px solid var(--awr-line);
	}

	.awr-highlight:nth-child( n + 3 ) {
		border-top: 1px solid var(--awr-line);
	}
}

@container awr ( min-width: 900px ) {

	.awr-highlights {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.awr-highlight {
		border-top: 0;
	}

	.awr-highlight:nth-child( n + 2 ) {
		border-left: 1px solid var(--awr-line);
	}
}

.awr-highlight__icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--awr-line);
	border-radius: 50%;
	color: var(--awr-ink);
}

.awr-highlight__body {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.awr-highlight__value {
	color: var(--awr-ink);
	font-size: calc( 1.45em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	line-height: 1.2;
}

.awr-highlight__label {
	color: var(--awr-ink);
	font-size: calc( 0.9em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-highlight__note {
	color: var(--awr-soft);
	font-size: calc( 0.8em * var( --awr-text-scale, 1 ) );
	line-height: 1.45;
}

/* --------------------------------------------------------- Section head */

.awr-section-head {
	max-width: 46rem;
	margin: 0 0 1.75rem;
}

.awr-layout-testimonials .awr-section-head .awr-eyebrow {
	margin-bottom: 0.5rem;
	color: var(--awr-soft);
}

.awr-section-head__title {
	margin: 0;
	color: var(--awr-ink);
	font-size: calc( clamp( 1.45rem, 3.2cqi, 2.1rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.015em;
}

/* ----------------------------------------------------------- Cards grid */

.awr-layout-testimonials .awr-list--testimonials {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax( min( 100%, calc( 100% / var( --awr-cols, 3 ) ) ), 1fr )
	);
	gap: calc( 1.5rem * var( --awr-space ) );
	margin: 0 0 3rem;
}

.awr-layout-testimonials .awr-review {
	display: flex;
	padding: 0;
	border: 0;
}

.awr-testimonial {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: calc( 1.5rem * var( --awr-space ) );
	border: 1px solid var(--awr-line);
	border-radius: var( --awr-radius );
	background: #fff;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
}

.awr-testimonial__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.awr-testimonial__avatar img {
	display: block;
	width: var( --awr-avatar );
	height: var( --awr-avatar );
	border-radius: 50%;
	object-fit: cover;
}

.awr-testimonial__stars .awr-stars {
	font-size: calc( 16px * var( --awr-text-scale, 1 ) );
}

.awr-layout-testimonials .awr-testimonial .awr-review__content {
	margin: 0 0 1rem;
	color: var(--awr-body);
	font-size: calc( 1em * var( --awr-text-scale, 1 ) );
	line-height: 1.65;
}

.awr-layout-testimonials .awr-testimonial .awr-review__content > p:last-child {
	margin-bottom: 0;
}

.awr-testimonial__photos,
.awr-layout-testimonials .awr-testimonial .awr-review__photos {
	margin: 0 0 1rem;
}

.awr-layout-testimonials .awr-testimonial .awr-photo {
	width: var( --awr-photo );
	height: var( --awr-photo );
	border-radius: 6px;
}

.awr-testimonial__person {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	margin-top: auto;
}

.awr-testimonial__name {
	color: var(--awr-ink);
	font-weight: 700;
}

.awr-testimonial__meta {
	color: var(--awr-soft);
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

.awr-testimonial__product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.15rem;
	padding-top: 1rem;
	border-top: 1px solid var(--awr-line);
}

.awr-testimonial__thumb img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	object-fit: cover;
	background: var(--awr-panel);
}

.awr-testimonial__product-name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: calc( 0.88em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-testimonial__product-name a {
	color: var(--awr-body);
	text-decoration: none;
}

.awr-testimonial__product-name a:hover {
	color: var(--awr-accent);
	text-decoration: underline;
}

.awr-layout-testimonials .awr-testimonial__product .awr-review__permalink {
	flex: 0 0 100%;
	color: var(--awr-soft);
	font-size: calc( 0.76em * var( --awr-text-scale, 1 ) );
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.awr-layout-testimonials .awr-testimonial__product .awr-review__permalink:hover {
	color: var(--awr-accent);
	text-decoration: underline;
}

.awr-layout-testimonials .awr-badge--verified {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	background: var( --awr-user-badge, #e7f4ea );
	color: var( --awr-user-badge-text, #166a2e );
	font-size: calc( 0.72em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-badge__check {
	font-size: calc( 0.95em * var( --awr-text-scale, 1 ) );
	line-height: 1;
}

/* ------------------------------------------------------------- Summary */

.awr-layout-testimonials .awr-summary {
	margin-bottom: 3rem;
	border: 1px solid var(--awr-line);
	border-radius: var( --awr-radius );
	background: var( --awr-user-surface, #fff );
}

/* -------------------------------------------------------- Closing band */

.awr-closing {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	padding: clamp( 2.5rem, 5cqi, 4rem ) clamp( 1.25rem, 4cqi, 3rem );
	background: radial-gradient( rgb( 240, 240, 237 ) 0%, rgb( 248, 248, 246 ) 99% );
	text-align: center;
}

.awr-closing__mark {
	color: var( --awr-accent );
	opacity: 0.55;
}

.awr-closing__mark .awr-icon {
	width: 34px;
	height: 34px;
}

.awr-closing__quote {
	max-width: 34rem;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--awr-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: calc( clamp( 1.2rem, 2.6cqi, 1.6rem ) * var( --awr-text-scale, 1 ) );
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
}

.awr-closing__byline {
	margin: 0;
	color: var(--awr-soft);
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
	letter-spacing: 0.04em;
}

/* --------------------------------------------------------- Responsive */

@container awr ( max-width: 560px ) {

	.awr-hero {
		min-height: 0;
		background-image: none !important;
	}

	.awr-hero__content {
		max-width: 100%;
		padding: 2rem 1.25rem;
	}
}

/* ============================================================ Stories === */

/*
 * Warm editorial designs (Stories, Journal and Lookbook): oatmeal base, felt
 * cream cards, terracotta accent, serif display type, category chips, customer
 * photos and dark bands. Everything is scoped to the design and adapts to the
 * width the theme gives it.
 */

.awr-layout-stories,
.awr-layout-journal,
.awr-layout-lookbook {
	--awr-oat: var( --awr-user-bg, #FDFBF7 );
	--awr-felt: var( --awr-user-surface, #F7F2E8 );
	--awr-felt-line: var( --awr-user-line, #EFE6D6 );
	--awr-felt-strong: #E0D2BC;
	--awr-ink: var( --awr-user-heading, #2B2623 );
	--awr-ink-soft: var( --awr-user-text, #3A332F );
	--awr-brick: var( --awr-user-accent, #C2593F );
	--awr-brick-deep: var( --awr-user-accent, #A8432A );
	--awr-brick-tint: #FAF0EE;
	--awr-pine: #3D5A45;
	--awr-amber: var( --awr-user-star, #E0A33E );
	--awr-serif: "Playfair Display", "Iowan Old Style", Georgia, "Times New Roman", serif;
	--awr-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--awr-wool-shadow: 0 8px 30px -4px rgba( 43, 38, 35, 0.06 );
	--awr-wool-shadow-hover: 0 16px 36px -6px rgba( 194, 89, 63, 0.12 );
	--awr-radius: var( --awr-user-radius, 1.5rem );
	--awr-photo: var( --awr-user-photo, 64px );
	--awr-avatar: var( --awr-user-avatar, 44px );
	--awr-photo-height: var( --awr-user-photo-height, 24rem );
	margin: 1.5em 0;
	background: var( --awr-user-bg, transparent );
	padding: var( --awr-user-bg-pad, 0 );
	color: var(--awr-ink);
	font-family: var(--awr-sans);
}

.awr-layout-stories .awr-stars,
.awr-layout-journal .awr-stars,
.awr-layout-lookbook .awr-stars {
	color: #E4DECF;
}

.awr-layout-stories .awr-stars__fill,
.awr-layout-journal .awr-stars__fill,
.awr-layout-lookbook .awr-stars__fill {
	color: var(--awr-amber);
}

/* --------------------------------------------------------------- Hero */

.awr-stories-hero {
	padding: clamp( 2.5rem, 6cqi, 4.5rem ) 0 clamp( 2rem, 5cqi, 3rem );
	background-color: var(--awr-oat);
	background-image: radial-gradient( var(--awr-felt-strong ) 0.75px, transparent 0.75px );
	background-size: 16px 16px;
	text-align: center;
}

.awr-stories-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	padding: 0.45rem 1.1rem;
	border: 1px solid var(--awr-felt-line);
	border-radius: 999px;
	background: var( --awr-user-chip, rgba( 247, 242, 232, 0.85 ) );
	color: var( --awr-user-chip-text, var(--awr-brick-deep) );
	font-size: calc( 0.75em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.awr-stories-hero__title {
	max-width: 30ch;
	margin: 0 auto 1rem;
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( clamp( 1.9rem, 4.4cqi, 3rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.01em;
}

.awr-layout-stories .awr-hero__intro {
	max-width: 56ch;
	margin: 0 auto;
	color: var(--awr-ink-soft);
	font-size: calc( 1.02em * var( --awr-text-scale, 1 ) );
	line-height: 1.7;
}

/* ---------------------------------------------------------- Stat strip */

.awr-stats {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 1.25rem 1.5rem;
	margin: 2.25rem auto 0;
	padding: calc( 1.35rem * var( --awr-space ) ) calc( 1.5rem * var( --awr-space ) );
	border: 1px solid var(--awr-felt-line);
	border-radius: var( --awr-radius );
	background: var(--awr-felt);
	box-shadow: var(--awr-wool-shadow);
}

.awr-stat {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.1rem;
	text-align: center;
}

/* Divider between the columns. */
.awr-stat + .awr-stat::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.75rem;
	width: 1px;
	height: 2.4rem;
	margin-top: -1.2rem;
	background: var(--awr-felt-strong);
}

/* The first cell of the second row starts the row, so no column divider. */
.awr-stat:nth-child( 3 )::before {
	display: none;
}

/* ...but it does need a rule above it. */
.awr-stat:nth-child( n + 3 )::after {
	content: "";
	position: absolute;
	top: -0.65rem;
	right: 0;
	left: 0;
	height: 1px;
	background: var(--awr-felt-line);
}

/* Four across when there is room. */
@container awr ( min-width: 760px ) {

	.awr-stats {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.awr-stat:nth-child( 3 )::before {
		display: block;
	}

	.awr-stat:nth-child( n + 3 )::after {
		display: none;
	}
}

.awr-stat__value {
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( 1.5em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	line-height: 1.1;
}

.awr-stat__label {
	color: rgba( 58, 51, 47, 0.7 );
	font-size: calc( 0.78em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* --------------------------------------------------------- Filter bar */

.awr-layout-stories .awr-filters {
	border-bottom-color: var(--awr-felt-line);
}

.awr-chips {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	padding: 0.9rem 0 0.25rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.awr-chips::-webkit-scrollbar {
	display: none;
}

.awr-chip {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.95rem;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 999px;
	background: var( --awr-user-chip, var(--awr-felt) );
	color: var( --awr-user-chip-text, var(--awr-ink-soft) );
	font-size: calc( 0.82em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.awr-chip:hover,
.awr-chip:focus {
	border-color: var(--awr-brick);
	color: var(--awr-brick-deep);
}

.awr-chip.is-active {
	border-color: transparent;
	background: var( --awr-user-button, linear-gradient( 135deg, var(--awr-brick-bg) 0%, var(--awr-brick-deep) 100% ) );
	color: var( --awr-user-button-text, var(--awr-oat) );
}

.awr-chip__count {
	padding: 0.05rem 0.4rem;
	border-radius: 999px;
	background: rgba( 43, 38, 35, 0.08 );
	font-size: calc( 0.85em * var( --awr-text-scale, 1 ) );
}

.awr-chip.is-active .awr-chip__count {
	background: rgba( 253, 251, 247, 0.25 );
}

/* -------------------------------------------------------------- Cards */

.awr-layout-stories .awr-list--stories {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax( min( 100%, calc( 100% / var( --awr-cols, 3 ) ) ), 1fr )
	);
	gap: calc( 1.5rem * var( --awr-space ) );
	margin: 1.75rem 0 3rem;
}

.awr-layout-stories .awr-review {
	display: flex;
	padding: 0;
	border: 0;
}

.awr-story {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: calc( 1.5rem * var( --awr-space ) );
	border: 2px solid var(--awr-felt-line);
	border-radius: var( --awr-radius );
	background: var(--awr-felt);
	box-shadow: var(--awr-wool-shadow);
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.awr-story:hover {
	border-color: var(--awr-felt-strong);
	box-shadow: var(--awr-wool-shadow-hover);
	transform: translateY( -2px );
}

.awr-story__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.awr-story__who {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.awr-story__avatar img {
	display: block;
	width: var( --awr-avatar );
	height: var( --awr-avatar );
	border: 2px solid var(--awr-felt-strong);
	border-radius: 1rem;
	object-fit: cover;
}

.awr-story__identity {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.awr-story__name {
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( 1rem * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.2;
}

.awr-story__place {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-top: 0.15rem;
	color: rgba( 58, 51, 47, 0.7 );
	font-size: calc( 0.72em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-story__place-mark {
	color: var(--awr-brick);
	font-size: calc( 0.6em * var( --awr-text-scale, 1 ) );
}

.awr-badge--felt {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.25rem 0.6rem;
	border: 1px dashed rgba( 255, 255, 255, 0.4 );
	border-radius: 999px;
	background: var( --awr-user-badge, linear-gradient( 135deg, var(--awr-brick-bg) 0%, var(--awr-brick-deep) 100% ) );
	color: var( --awr-user-badge-text, var(--awr-oat) );
	font-size: calc( 0.65em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.awr-story__rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.awr-story__stars .awr-stars {
	font-size: calc( 14px * var( --awr-text-scale, 1 ) );
}

.awr-story__date {
	color: #5f5349;
	font-size: calc( 0.75em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-layout-stories .awr-story .awr-review__content {
	margin: 0 0 1rem;
	color: var(--awr-ink-soft);
	font-size: calc( 0.85rem * var( --awr-text-scale, 1 ) );
	line-height: 1.7;
}

.awr-layout-stories .awr-story .awr-review__content > p:last-child {
	margin-bottom: 0;
}

.awr-story__media {
	position: relative;
	margin-bottom: 1rem;
}

.awr-story__media .awr-review__photos {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0.4rem;
	margin: 0;
}

.awr-story__media .awr-photo {
	width: 100%;
	height: auto;
	min-height: 44px;
	aspect-ratio: 4 / 3;
	border-color: var(--awr-felt-strong);
	border-radius: 1rem;
}

.awr-story__media .awr-photo:only-child {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 10;
}

.awr-story__expand {
	position: absolute;
	right: 0.6rem;
	bottom: 0.6rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	background: color-mix( in srgb, var(--awr-overlay) 78%, transparent );
	color: var(--awr-oat);
	font-size: calc( 0.62em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.awr-story__expand-icon {
	width: 0.7em;
	height: 0.7em;
	border: 1.5px solid currentColor;
	border-radius: 2px;
}

.awr-story:hover .awr-story__expand,
.awr-story:focus-within .awr-story__expand {
	opacity: 1;
}

.awr-story__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--awr-felt-line);
}

.awr-story__product {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}

.awr-story__thumb {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 0.5rem;
	object-fit: cover;
	background: var(--awr-oat);
}

.awr-story__product-name {
	color: var(--awr-ink);
	font-size: calc( 0.78em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	text-decoration: none;
}

.awr-story__product-name:hover {
	color: var(--awr-brick-deep);
}

.awr-layout-stories .awr-story__foot .awr-review__permalink {
	color: #5f5349;
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.awr-layout-stories .awr-story__foot .awr-review__permalink:hover {
	color: var(--awr-brick-deep);
}

/* -------------------------------------------------------------- Gallery */

.awr-gallery {
	margin: 0 0 3rem;
	padding: 2.5rem 0 0;
	border-top: 1px solid var(--awr-felt-line);
}

.awr-gallery__title {
	margin: 0 0 1.25rem;
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( clamp( 1.3rem, 3cqi, 1.75rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 700;
}

.awr-gallery__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 1rem;
}

.awr-gallery__item {
	padding: 0;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 1rem;
	background: var(--awr-felt);
	overflow: hidden;
	cursor: zoom-in;
}

.awr-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.awr-gallery__item:hover img,
.awr-gallery__item:focus img {
	transform: scale( 1.04 );
}

/* ============================================================ Journal === */

/*
 * Concept: Himalayan heritage journal. Long form magazine layout with a
 * dispatcher masthead, a featured story that uses the customer's opening
 * sentence as its pull quote and the rest as a drop cap body, and a grid of
 * editorial notes.
 */

.awr-layout-journal {
	--awr-editorial: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
	--awr-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

.awr-journal-hero {
	padding: clamp( 2.5rem, 6cqi, 4.5rem ) 1.25rem clamp( 3rem, 7cqi, 5rem );
	background-color: var(--awr-oat);
	background-image: radial-gradient( var(--awr-felt-strong ) 0.75px, transparent 0.75px );
	background-size: 16px 16px;
	border-bottom: 1px solid var(--awr-felt-line);
	text-align: center;
}

.awr-journal-hero__inner {
	max-width: 60rem;
	margin: 0 auto;
}

.awr-journal-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	padding: 0.45rem 1.1rem;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 999px;
	background: rgba( 247, 242, 232, 0.8 );
	color: var(--awr-ink);
	font-family: var(--awr-mono);
	font-size: calc( 0.72em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.awr-journal-hero__badge-mark {
	width: 0.7rem;
	height: 0.7rem;
	background: var(--awr-brick);
	clip-path: polygon( 50% 0, 100% 100%, 0 100% );
}

.awr-journal-hero__title {
	margin: 0 0 0.75rem;
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( clamp( 2rem, 5cqi, 3.5rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.015em;
}

.awr-journal-hero__standfirst {
	max-width: 34rem;
	margin: 0 auto;
	color: var(--awr-ink-soft);
	font-family: var(--awr-editorial);
	font-size: calc( clamp( 1.1rem, 2.4cqi, 1.5rem ) * var( --awr-text-scale, 1 ) );
	font-style: italic;
	line-height: 1.5;
}

.awr-journal-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem 2rem;
	margin-top: 1.75rem;
}

.awr-journal-stat {
	position: relative;
	text-align: center;
}

.awr-journal-stat + .awr-journal-stat::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1rem;
	width: 1px;
	height: 2rem;
	margin-top: -1rem;
	background: var(--awr-felt-strong);
}

.awr-journal-stat__value {
	display: block;
	color: var(--awr-brick-deep);
	font-family: var(--awr-serif);
	font-size: calc( 1.6em * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.1;
}

.awr-journal-stat__label {
	color: var(--awr-ink-soft);
	font-family: var(--awr-mono);
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* ------------------------------------------------------ Featured story */

.awr-layout-journal .awr-list-wrap {
	margin-top: -2.5rem;
}

.awr-layout-journal .awr-list--journal {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	gap: calc( 2rem * var( --awr-space ) );
	margin: 0 0 2rem;
}

.awr-layout-journal .awr-review {
	display: flex;
	padding: 0;
	border: 0;
}

.awr-journal-feature {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	overflow: hidden;
	border: 2px solid var(--awr-felt-line);
	border-radius: var( --awr-radius );
	background: var(--awr-felt);
	box-shadow: 0 18px 40px -12px rgba( 43, 38, 35, 0.18 );
}

.awr-journal-feature__body {
	display: flex;
	flex-direction: column;
	padding: clamp( 1.5rem, 4cqi, 3rem );
}

.awr-journal-feature__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.awr-journal-pill {
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: var( --awr-user-chip, var(--awr-brick-bg) );
	color: var( --awr-user-chip-text, var(--awr-oat) );
	font-family: var(--awr-mono);
	font-size: calc( 0.62em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.awr-journal-mono {
	color: var(--awr-brick-deep);
	font-family: var(--awr-mono);
	font-size: calc( 0.7em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
	letter-spacing: 0.02em;
}

.awr-journal-mono--light {
	color: var(--awr-felt-strong);
}

.awr-journal-feature__quote {
	margin: 0 0 1rem;
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( clamp( 1.4rem, 3.2cqi, 2rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.25;
}

.awr-layout-journal .awr-journal-feature__text {
	margin: 0 0 1.25rem;
	color: var(--awr-ink-soft);
	font-size: calc( 0.92rem * var( --awr-text-scale, 1 ) );
	line-height: 1.75;
}

.awr-layout-journal .awr-journal-feature__text > p:first-child::first-letter {
	float: left;
	padding-right: 0.5rem;
	color: var(--awr-brick-deep);
	font-family: var(--awr-editorial);
	font-size: calc( 3.4rem * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	line-height: 0.8;
}

.awr-layout-journal .awr-journal-feature__text > p:last-child {
	margin-bottom: 0;
}

.awr-layout-journal .awr-journal-feature__body .awr-review__photos {
	margin: 0 0 1.25rem;
}

.awr-layout-journal .awr-journal-feature__body .awr-photo {
	width: 72px;
	height: 72px;
	border-radius: 0.75rem;
}

.awr-journal-feature__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1.25rem;
	border-top: 1px solid var(--awr-felt-line);
}

.awr-journal-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.awr-journal-seal {
	position: relative;
	display: grid;
	place-items: center;
	width: var( --awr-avatar );
	height: var( --awr-avatar );
	border-radius: 50%;
	background: radial-gradient( circle at 30% 30%, var(--awr-brick ), var(--awr-brick-deep) );
	box-shadow: inset -2px -2px 4px rgba( 0, 0, 0, 0.4 ), inset 2px 2px 4px rgba( 255, 255, 255, 0.4 ), 0 4px 10px rgba( 0, 0, 0, 0.2 );
	overflow: hidden;
}

.awr-journal-seal img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
	opacity: 0.85;
}

.awr-journal-byline__text {
	display: flex;
	flex-direction: column;
}

.awr-journal-byline__name {
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( 1rem * var( --awr-text-scale, 1 ) );
	font-weight: 800;
}

.awr-journal-byline__meta {
	color: var(--awr-brick-deep);
	font-size: calc( 0.78em * var( --awr-text-scale, 1 ) );
	font-weight: 600;
}

.awr-layout-journal .awr-journal-feature__foot .awr-review__permalink {
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	background: var(--awr-brick-bg);
	color: var(--awr-oat);
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

.awr-layout-journal .awr-journal-feature__foot .awr-review__permalink:hover {
	background: var(--awr-brick-deep );
	color: var(--awr-oat);
}

.awr-journal-feature__media {
	position: relative;
	min-height: 260px;
	background: var(--awr-ink);
}

.awr-journal-feature__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awr-journal-feature__caption {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	left: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-top: 3rem;
	background: linear-gradient( to top, rgba( 28, 24, 22, 0.9 ), rgba( 28, 24, 22, 0 ) );
	color: var(--awr-oat);
}

.awr-journal-feature__product {
	color: var(--awr-oat);
	font-family: var(--awr-serif);
	font-size: calc( 1.05rem * var( --awr-text-scale, 1 ) );
	font-weight: 700;
}

/* ------------------------------------------------------------ Notes grid */

.awr-layout-journal .awr-section-head--journal {
	margin: 0 0 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--awr-felt-line);
}

.awr-layout-journal .awr-section-head--journal .awr-section-head__title {
	font-family: var(--awr-serif);
	font-size: calc( clamp( 1.3rem, 2.6cqi, 1.75rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
}

.awr-layout-journal .awr-list--journal > .awr-review:nth-child( n + 2 ) .awr-journal-note {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: calc( 1.75rem * var( --awr-space ) );
	border: 1px solid var(--awr-felt-line);
	border-radius: var( --awr-radius );
	background: var(--awr-felt);
	box-shadow: var(--awr-wool-shadow);
}

.awr-journal-note__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.awr-journal-note__quote {
	margin: 0 0 0.75rem;
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( 1.15rem * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.3;
}

.awr-layout-journal .awr-journal-note__text {
	margin: 0 0 1.25rem;
	color: var(--awr-ink-soft);
	font-size: calc( 0.82rem * var( --awr-text-scale, 1 ) );
	line-height: 1.7;
}

.awr-layout-journal .awr-journal-note__text > p:last-child {
	margin-bottom: 0;
}

.awr-layout-journal .awr-journal-note .awr-review__photos {
	margin: 0 0 1.25rem;
}

.awr-layout-journal .awr-journal-note .awr-photo {
	width: 56px;
	height: 56px;
	border-radius: 0.65rem;
}

.awr-journal-note__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--awr-felt-line);
}

.awr-journal-note__author {
	color: var(--awr-ink);
	font-family: var(--awr-serif);
	font-size: calc( 0.85rem * var( --awr-text-scale, 1 ) );
	font-weight: 800;
}

.awr-journal-note__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.awr-journal-note__rating .awr-stars {
	font-size: calc( 12px * var( --awr-text-scale, 1 ) );
}

@container awr ( min-width: 720px ) {

	.awr-journal-feature {
		grid-template-columns: minmax( 0, 7fr ) minmax( 0, 5fr );
	}

	.awr-layout-journal .awr-list--journal {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

@container awr ( min-width: 1000px ) {

	.awr-layout-journal .awr-list--journal {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}
}

/* =========================================================== Lookbook === */

/*
 * Concept: community lookbook. A dark band with the community badge, then a
 * wall of customer photos, each tagged with its product and a Shop button.
 */

.awr-lookbook-hero {
	padding: clamp( 2rem, 5cqi, 3.5rem ) clamp( 1.25rem, 4cqi, 3rem );
	background: var(--awr-ink);
	color: var(--awr-oat);
}

.awr-lookbook-hero__inner {
	max-width: 78rem;
	margin: 0 auto;
}

.awr-lookbook-hero__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
}

.awr-lookbook-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: var( --awr-user-chip, var(--awr-brick-bg) );
	color: var( --awr-user-chip-text, var(--awr-oat) );
	font-family: var(--awr-mono);
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.awr-lookbook-hero__badge-mark {
	width: 0.65rem;
	height: 0.65rem;
	border: 1.5px solid currentColor;
	border-radius: 0.2rem;
}

.awr-lookbook-hero__title {
	margin: 0.5rem 0 0;
	color: var(--awr-oat);
	font-family: var(--awr-serif);
	font-size: calc( clamp( 1.75rem, 4.4cqi, 3rem ) * var( --awr-text-scale, 1 ) );
	font-weight: 800;
	line-height: 1.1;
}

.awr-lookbook-hero__note {
	max-width: 42rem;
	margin: 0;
	color: var(--awr-felt-strong);
	font-size: calc( 0.9em * var( --awr-text-scale, 1 ) );
	font-weight: 500;
	line-height: 1.6;
}

/* The wall sits on the oatmeal page so the dark tiles read as cards. */
.awr-layout-lookbook .awr-list-wrap,
.awr-layout-lookbook .awr-section-head {
	max-width: 78rem;
	margin-right: auto;
	margin-left: auto;
}

.awr-layout-lookbook .awr-list--lookbook {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: calc( 1rem * var( --awr-space ) );
	margin: 0 0 2rem;
}

.awr-layout-lookbook .awr-review {
	display: flex;
	padding: 0;
	border: 0;
}

.awr-look-tile {
	position: relative;
	display: flex;
	width: 100%;
	min-height: var( --awr-photo-height );
	overflow: hidden;
	border: 1px solid rgba( 239, 230, 214, 0.2 );
	border-radius: var( --awr-radius );
	background: var(--awr-ink);
}

.awr-look-tile__open {
	position: absolute;
	inset: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.awr-look-tile__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.awr-look-tile:hover .awr-look-tile__img,
.awr-look-tile:focus-within .awr-look-tile__img {
	transform: scale( 1.06 );
}

.awr-look-tile__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient( to top, color-mix( in srgb, var(--awr-overlay) 92%, transparent ), color-mix( in srgb, var(--awr-overlay) 20%, transparent ) 55%, transparent );
	pointer-events: none;
}

.awr-look-tile__tag {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: rgba( 0, 0, 0, 0.6 );
	backdrop-filter: blur(6px);
	color: var(--awr-oat);
	font-size: calc( 0.65em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.awr-look-tile__pin {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--awr-brick);
}

.awr-look-tile__info {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	align-self: flex-end;
	width: 100%;
	padding: 1rem;
	color: var(--awr-oat);
	pointer-events: none;
}

.awr-look-tile__info a {
	pointer-events: auto;
}

.awr-look-tile__stars .awr-stars {
	font-size: calc( 13px * var( --awr-text-scale, 1 ) );
}

.awr-look-tile__headline {
	font-family: var(--awr-serif);
	font-size: calc( 0.95rem * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	line-height: 1.3;
}

.awr-look-tile__author {
	color: var(--awr-felt-strong);
	font-size: calc( 0.72em * var( --awr-text-scale, 1 ) );
}

.awr-look-tile__verified {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0;
	background: none;
	color: var(--awr-felt-strong);
	font-size: calc( 1em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.awr-look-tile__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba( 255, 255, 255, 0.2 );
}

.awr-look-tile__product {
	flex: 1 1 auto;
	min-width: 0;
	color: var(--awr-brick-tint);
	font-size: calc( 0.72em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	text-decoration: none;
}

.awr-look-tile__product:hover {
	color: var(--awr-oat);
}

.awr-look-tile__shop {
	flex: 0 0 auto;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: var(--awr-brick-bg);
	color: var(--awr-oat);
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	white-space: nowrap;
}

.awr-look-tile__shop:hover {
	background: #8a321e;
	color: var(--awr-oat);
}

.awr-look-tile .awr-look-tile__credit,
.awr-look-tile .awr-look-tile__date {
	color: var(--awr-felt-strong);
}

.awr-look-tile .awr-look-tile__credit:hover,
.awr-look-tile .awr-look-tile__credit:focus {
	color: var(--awr-oat);
}

/* The verified marker shrinks to its tick when the tile is narrow. */
@container awr ( max-width: 700px ) {

	.awr-look-tile__verified-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect( 0 0 0 0 );
		clip-path: inset( 50% );
		white-space: nowrap;
	}
}

@container awr ( min-width: 640px ) {

	.awr-layout-lookbook .awr-list--lookbook {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

@container awr ( min-width: 900px ) {

	.awr-layout-lookbook .awr-list--lookbook {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}

	.awr-look-tile {
		min-height: var( --awr-photo-height );
	}
}

@container awr ( min-width: 1200px ) {

	.awr-layout-lookbook .awr-list--lookbook {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}
}

/* ------------------------------------------- Journal photo vignettes ---- */

/*
 * Customer photos attached to a vignette: a labelled panel in the featured
 * story and a leading photo on each note. Both open the shared lightbox.
 */

.awr-journal-photos {
	margin: 0 0 1.25rem;
	padding: 0.9rem;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 1rem;
	background: rgba( 224, 210, 188, 0.35 );
}

.awr-journal-photos__label {
	display: block;
	margin-bottom: 0.6rem;
	color: var(--awr-brick-deep);
	font-family: var(--awr-mono);
	font-size: calc( 0.68em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.awr-layout-journal .awr-journal-photos .awr-review__photos {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.awr-layout-journal .awr-journal-photos .awr-photo {
	position: relative;
	width: var( --awr-photo );
	height: var( --awr-photo );
	min-width: 44px;
	min-height: 44px;
	overflow: hidden;
	border: 2px solid var(--awr-brick);
	border-radius: 0.75rem;
}

.awr-layout-journal .awr-journal-photos .awr-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.awr-layout-journal .awr-journal-photos .awr-photo:hover img,
.awr-layout-journal .awr-journal-photos .awr-photo:focus img {
	transform: scale( 1.08 );
}

/* The note keeps one leading photo, with the rest as a row of thumbs. */
.awr-journal-note__media {
	position: relative;
	margin: 0 0 1.25rem;
}

.awr-layout-journal .awr-journal-note__media .awr-review__photos {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 0.4rem;
}

.awr-layout-journal .awr-journal-note__media .awr-photo {
	width: 100%;
	height: auto;
	min-height: 44px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid var(--awr-felt-strong);
	border-radius: 0.65rem;
}

.awr-layout-journal .awr-journal-note__media .awr-photo:first-child {
	grid-column: 1 / -1;
	aspect-ratio: 4 / 3;
}

.awr-layout-journal .awr-journal-note__media .awr-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.awr-layout-journal .awr-journal-note__media .awr-photo:hover img {
	transform: scale( 1.05 );
}

.awr-journal-note__expand {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	padding: 0.25rem 0.6rem;
	border: 1px solid rgba( 255, 255, 255, 0.25 );
	border-radius: 999px;
	background: color-mix( in srgb, var(--awr-overlay) 78%, transparent );
	backdrop-filter: blur( 6px );
	color: var(--awr-oat);
	font-size: calc( 0.6em * var( --awr-text-scale, 1 ) );
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.awr-journal-note:hover .awr-journal-note__expand,
.awr-journal-note:focus-within .awr-journal-note__expand {
	opacity: 1;
}

/* ================================================== Customer Stories === */

/*
 * Warm paper design taken from the "Loved in every stitch" page: espresso and
 * gold on oatmeal, a tight 8px radius, Fraunces for display type, a dark stats
 * band, quote first cards and a customer photo gallery with captions.
 */

/* The hero and featured blocks share the warm paper palette. */
.awr-block-hero,
.awr-block-featured,
.awr-layout-customer-stories {
	--awr-paper: var( --awr-user-bg, #f7f3ea );
	--awr-card: var( --awr-user-surface, #fdfaf4 );
	--awr-ink: var( --awr-user-heading, #2c221a );
	--awr-ink-soft: var( --awr-user-text, #3d3027 );
	--awr-muted-ink: var( --awr-user-muted, #5f5349 );
	--awr-espresso: #352820;
	--awr-gold: var( --awr-user-accent, #d18e44 );
	--awr-gold-ink: #8f6129;
	--awr-brick-bg: #a8432a;
	--awr-line: var( --awr-user-line, #dcd3c7 );
	--awr-amber: var( --awr-user-star, #d18e44 );
	--awr-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
	--awr-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--awr-radius: var( --awr-user-radius, 8px );
	--awr-radius-lg: calc( var( --awr-radius ) * 2 );
	--awr-photo: var( --awr-user-photo, 64px );
	--awr-avatar: var( --awr-user-avatar, 48px );
	--awr-photo-height: var( --awr-user-photo-height, 22rem );
	margin: 1.5em 0;
	padding: clamp( 1.25rem, 4cqi, 2.5rem ) 0;
	background: var( --awr-user-bg, #f7f3ea );
	color: var(--awr-ink-soft, #3d3027);
	font-family: var(--awr-body);
	--awr-overlay: var( --awr-user-overlay, #1c1816 );
}

.awr-layout-customer-stories .awr-stars,
.awr-block-hero .awr-stars,
.awr-block-featured .awr-stars {
	color: #e6dccb;
}

.awr-layout-customer-stories .awr-stars__fill,
.awr-block-hero .awr-stars__fill,
.awr-block-featured .awr-stars__fill,
.awr-cust-stars .awr-stars__fill {
	color: var(--awr-gold);
}

.awr-layout-customer-stories .awr-stars__fill {
	color: var(--awr-gold);
}

/* -------------------------------------------------------------- Hero --- */

.awr-cust-hero {
	padding: 0 clamp( 1.25rem, 4cqi, 2rem ) clamp( 2rem, 5cqi, 3.5rem );
}

.awr-cust-hero__grid {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	gap: clamp( 2rem, 5cqi, 3.5rem );
	max-width: 72rem;
	margin: 0 auto;
	align-items: center;
}

.awr-cust-hero__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	color: var(--awr-muted-ink);
	font-size: 0.9em;
	font-weight: 500;
}

.awr-cust-hero__title {
	margin: 1.5rem 0 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: clamp( 2.1rem, 5cqi, 3.6rem );
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.015em;
}

.awr-cust-hero__intro {
	margin-top: 1.5rem;
	color: var(--awr-muted-ink);
	font-size: 1.05em;
	line-height: 1.7;
}

.awr-cust-hero__intro > p:last-child {
	margin-bottom: 0;
}

.awr-cust-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2rem;
}

.awr-cust-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.6rem;
	border-radius: 999px;
	background: var( --awr-user-button, var(--awr-gold) );
	color: var( --awr-user-button-text, #2d1e14 );
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.awr-cust-button:hover,
.awr-cust-button:focus {
	color: #2d1e14;
	filter: brightness( 1.05 );
	transform: translateY( -1px );
}

.awr-cust-hero__media {
	position: relative;
}

.awr-cust-hero__photo {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius-lg);
	background: var(--awr-espresso);
	aspect-ratio: 4 / 5;
}

.awr-cust-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awr-cust-hero__quote {
	position: absolute;
	bottom: -1.15rem;
	left: -1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	max-width: 15rem;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius);
	background: var(--awr-card);
	box-shadow: 0 12px 30px -12px rgba( 53, 40, 32, 0.35 );
}

.awr-cust-hero__quote-text {
	margin: 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.35;
}

.awr-cust-hero__quote-by {
	margin: 0;
	color: var(--awr-muted-ink);
	font-size: 0.78em;
}

/* ------------------------------------------------------------- Stats --- */

.awr-cust-stats {
	margin: 0;
	background: var(--awr-espresso);
	color: #f9f5ec;
}

.awr-cust-stats__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 1px;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 clamp( 1.25rem, 4cqi, 2rem );
}

.awr-cust-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: clamp( 1.5rem, 4cqi, 2.5rem ) 0.5rem;
	text-align: center;
}

.awr-cust-stat__value {
	color: #f9f5ec;
	font-family: var(--awr-display);
	font-size: clamp( 1.9rem, 4.4cqi, 2.75rem );
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.awr-cust-stat__label {
	margin-top: 0.5rem;
	color: #f9f5ec;
	font-size: 0.85em;
	font-weight: 600;
}

.awr-cust-stat__note {
	color: rgba( 249, 245, 236, 0.6 );
	font-size: 0.75em;
}

/* -------------------------------------------------------- Stories grid - */

.awr-layout-customer-stories .awr-section-head {
	max-width: 72rem;
	margin: 0 auto 2.5rem;
	padding: 0 clamp( 1.25rem, 4cqi, 2rem );
}

.awr-layout-customer-stories .awr-section-head__title {
	margin: 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: clamp( 1.8rem, 4.2cqi, 3rem );
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.015em;
}

.awr-layout-customer-stories .awr-eyebrow {
	margin: 0 0 0.75rem;
	color: var(--awr-gold-ink);
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.awr-layout-customer-stories .awr-filters {
	max-width: 72rem;
	margin: 0 auto 2rem;
	padding: 0 clamp( 1.25rem, 4cqi, 2rem );
	border-bottom: 0;
}

.awr-layout-customer-stories .awr-list-wrap {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 clamp( 1.25rem, 4cqi, 2rem );
}

.awr-layout-customer-stories .awr-list--customer-stories {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax( min( 100%, calc( 100% / var( --awr-cols, 3 ) ) ), 1fr )
	);
	gap: clamp( 1rem, 2.5cqi, 1.5rem );
	margin: 0 0 3rem;
}

.awr-layout-customer-stories .awr-review {
	display: flex;
	padding: 0;
	border: 0;
}

.awr-cust-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: calc( 1.5rem * var( --awr-space ) );
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius-lg);
	background: var(--awr-card);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.awr-cust-card:hover {
	box-shadow: 0 18px 36px -18px rgba( 53, 40, 32, 0.35 );
	transform: translateY( -2px );
}

.awr-cust-stars .awr-stars {
	font-size: 15px;
}

.awr-cust-card__quote {
	flex: 1 1 auto;
	margin: 1rem 0 0;
	padding: 0;
	border: 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.4;
}

.awr-layout-customer-stories .awr-cust-card__quote > p {
	margin: 0 0 0.75rem;
}

.awr-layout-customer-stories .awr-cust-card__quote > p:last-child {
	margin-bottom: 0;
}

.awr-layout-customer-stories .awr-cust-card .awr-review__photos {
	margin: 1rem 0 0;
}

.awr-layout-customer-stories .awr-cust-card .awr-photo {
	width: var( --awr-photo );
	height: var( --awr-photo );
	overflow: hidden;
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius);
}

.awr-cust-card__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--awr-line);
}

.awr-cust-card__avatar {
	flex: 0 0 auto;
	display: block;
	width: var( --awr-avatar );
	height: var( --awr-avatar );
	overflow: hidden;
	border: 1px solid var(--awr-line);
	border-radius: 50%;
}

.awr-cust-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awr-cust-card__who {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.awr-cust-card__name {
	color: var(--awr-ink);
	font-size: 0.9em;
	font-weight: 600;
}

.awr-cust-card__meta {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	color: var(--awr-muted-ink);
	font-size: 0.8em;
}

/* The verified marker stays part of the meta line, not a badge. */
.awr-layout-customer-stories .awr-cust-card__meta .awr-badge--verified {
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font-size: 1em;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: none;
}

.awr-cust-card__product {
	flex: 1 1 8rem;
	color: var(--awr-muted-ink);
	font-size: 0.78em;
	font-weight: 500;
	text-align: right;
	text-decoration: none;
}

.awr-cust-card__product:hover {
	color: var(--awr-gold);
}

.awr-layout-customer-stories .awr-cust-card__foot .awr-review__permalink {
	flex: 1 1 100%;
	color: var(--awr-muted-ink);
	font-size: 0.72em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

.awr-layout-customer-stories .awr-cust-card__foot .awr-review__permalink:hover {
	color: var(--awr-gold);
}

/* -------------------------------------------------------- Featured ----- */

/* The featured story spans the grid so its photo has room. */
.awr-layout-customer-stories .awr-list--customer-stories > .awr-review:first-child {
	grid-column: 1 / -1;
}

.awr-layout-customer-stories .awr-list--customer-stories > .awr-review:first-child .awr-cust-feature {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	overflow: hidden;
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius-lg);
	background: var(--awr-card);
}

.awr-cust-feature__media {
	position: relative;
	min-height: 18rem;
	background: var(--awr-espresso);
}

.awr-cust-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awr-cust-feature__open {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.awr-cust-feature__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp( 1.5rem, 4cqi, 3rem );
}

.awr-cust-feature__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--awr-gold-ink);
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.awr-layout-customer-stories .awr-cust-feature__text {
	margin: 0;
	color: var(--awr-ink-soft);
	font-size: 1.05em;
	line-height: 1.7;
}

.awr-layout-customer-stories .awr-cust-feature__text > p:last-child {
	margin-bottom: 0;
}

.awr-cust-feature__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

.awr-cust-feature__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-left: auto;
}

.awr-cust-feature__score {
	color: var(--awr-ink);
	font-size: 0.85em;
	font-weight: 600;
}

/* --------------------------------------------------------- Gallery ----- */

.awr-cust-gallery {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 clamp( 1.25rem, 4cqi, 2rem ) 3rem;
}

.awr-cust-gallery__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
}

.awr-cust-gallery__title {
	margin: 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: clamp( 1.6rem, 4cqi, 2.75rem );
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.015em;
}

.awr-cust-gallery__note {
	max-width: 20rem;
	margin: 0;
	color: var(--awr-muted-ink);
	font-size: 0.9em;
	line-height: 1.6;
}

.awr-cust-gallery__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 1rem;
}

.awr-cust-shot {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--awr-line);
	border-radius: var(--awr-radius-lg);
	background: var(--awr-espresso);
	aspect-ratio: 4 / 5;
}

.awr-cust-shot__open {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.awr-cust-shot__open img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.awr-cust-shot:hover .awr-cust-shot__open img,
.awr-cust-shot:focus-within .awr-cust-shot__open img {
	transform: scale( 1.05 );
}

.awr-cust-shot__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 1rem;
	padding-top: 2.5rem;
	background: linear-gradient( to top, color-mix( in srgb, var(--awr-overlay) 88%, transparent ), transparent );
	color: #f9f5ec;
	pointer-events: none;
}

.awr-cust-shot__by {
	font-family: var(--awr-display);
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25;
}

.awr-cust-shot__product {
	color: rgba( 249, 245, 236, 0.75 );
	font-size: 0.8em;
}

/* --------------------------------------------------------- Responsive -- */

@container awr ( min-width: 760px ) {

	.awr-cust-hero__grid {
		grid-template-columns: minmax( 0, 1fr ) minmax( 0, 1fr );
	}

	.awr-cust-stats__grid {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.awr-cust-gallery__grid {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}

	.awr-layout-customer-stories .awr-list--customer-stories > .awr-review:first-child .awr-cust-feature {
		grid-template-columns: minmax( 0, 5fr ) minmax( 0, 7fr );
	}
}

/*
 * The card floats over the photo when the hero is two columns. Stacked, it
 * becomes a normal card underneath, or it would sit on top of the copy.
 */
@container awr ( max-width: 759px ) {

	.awr-cust-hero__quote {
		position: static;
		max-width: none;
		margin-top: 1rem;
	}
}

/* =========================================================== Masonry === */

/*
 * Multi column masonry for the card designs: reviews are different lengths, so
 * a masonry wall packs them without the ragged gaps a row based grid leaves.
 * It is pure CSS (column layout with unbreakable items), so there is no scroll
 * listener and no layout shift, and it collapses to one column on a phone.
 */

.awr-wrapper .awr-list.awr-list--masonry {
	display: block;
	columns: var( --awr-cols, 3 );
	column-gap: calc( 1.5rem * var( --awr-space, 1 ) );
	margin: 0 0 3rem;
}

.awr-wrapper .awr-list.awr-list--masonry > .awr-review {
	display: block;
	width: 100%;
	margin: 0 0 calc( 1.5rem * var( --awr-space, 1 ) );
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.awr-wrapper .awr-list.awr-list--masonry > .awr-review > article,
.awr-wrapper .awr-list.awr-list--masonry > .awr-review > figure {
	width: 100%;
}

/* A featured story spans the wall so its photo has room. */
.awr-wrapper .awr-list.awr-list--masonry > .awr-review:first-child {
	column-span: all;
}

/* The card gaps come from margins here, so drop the grid spacing. */
.awr-wrapper .awr-list.awr-list--masonry.awr-list--journal,
.awr-wrapper .awr-list.awr-list--masonry.awr-list--customer-stories,
.awr-wrapper .awr-list.awr-list--masonry.awr-list--stories,
.awr-wrapper .awr-list.awr-list--masonry.awr-list--testimonials {
	grid-template-columns: none;
	grid-auto-rows: auto;
}

/* Two columns on a tablet, one on a phone. */
@container awr ( max-width: 900px ) {

	.awr-wrapper .awr-list.awr-list--masonry {
		columns: min( 2, var( --awr-cols, 3 ) );
	}
}

@container awr ( max-width: 560px ) {

	.awr-wrapper .awr-list.awr-list--masonry {
		columns: 1;
	}
}

/* ====================================== Narrow screens and larger text === */

/*
 * Readers who raise their default font size, or read on a 320px screen, must
 * not lose content. Long unbroken strings (a customer name, a hashtag, a
 * product title) break rather than overflow: `anywhere` also lets a flex or
 * grid child shrink below its longest word, which is what stops the squeeze.
 * It only breaks a word when the line cannot fit it, so normal text is
 * unaffected.
 */

.awr-wrapper {
	overflow-wrap: anywhere;
}

.awr-wrapper .awr-review__author,
.awr-wrapper .awr-story__name,
.awr-wrapper .awr-testimonial__name,
.awr-wrapper .awr-cust-card__name,
.awr-wrapper .awr-journal-byline__name,
.awr-wrapper .awr-journal-note__author,
.awr-wrapper .awr-journal-note__quote,
.awr-wrapper .awr-journal-feature__quote,
.awr-wrapper .awr-cust-card__quote,
.awr-wrapper .awr-cust-feature__eyebrow,
.awr-wrapper .awr-story__product-name,
.awr-wrapper .awr-cust-card__product,
.awr-wrapper .awr-look-tile__headline,
.awr-wrapper .awr-look-tile__product,
.awr-wrapper .awr-look-tile__author,
.awr-wrapper .awr-look-tile__tag,
.awr-wrapper .awr-hero__title,
.awr-wrapper .awr-stories-hero__title,
.awr-wrapper .awr-journal-hero__title,
.awr-wrapper .awr-cust-hero__title,
.awr-wrapper .awr-section-head__title,
.awr-wrapper .awr-gallery__title,
.awr-wrapper .awr-cust-gallery__title,
.awr-wrapper .awr-closing__quote,
.awr-wrapper .awr-chip,
.awr-wrapper .awr-lookbook-hero__badge,
.awr-wrapper .awr-journal-hero__badge,
.awr-wrapper .awr-stories-hero__badge,
.awr-wrapper .awr-cust-stats__grid,
.awr-wrapper .awr-cust-stat__value,
.awr-wrapper .awr-stat__value {
	overflow-wrap: anywhere;
}

.awr-wrapper .awr-story__who,
.awr-wrapper .awr-story__head,
.awr-wrapper .awr-story__identity,
.awr-wrapper .awr-story__foot,
.awr-wrapper .awr-story__product,
.awr-wrapper .awr-story__rating,
.awr-wrapper .awr-testimonial__top,
.awr-wrapper .awr-testimonial__person,
.awr-wrapper .awr-testimonial__product,
.awr-wrapper .awr-cust-card__foot,
.awr-wrapper .awr-cust-card__who,
.awr-wrapper .awr-journal-byline,
.awr-wrapper .awr-journal-byline__text,
.awr-wrapper .awr-journal-note__foot,
.awr-wrapper .awr-journal-feature__foot,
.awr-wrapper .awr-cust-feature__foot,
.awr-wrapper .awr-look-tile__info,
.awr-wrapper .awr-look-tile__foot,
.awr-wrapper .awr-highlights,
.awr-wrapper .awr-highlight__body,
.awr-wrapper .awr-stats,
.awr-wrapper .awr-journal-stats,
.awr-wrapper .awr-filters,
.awr-wrapper .awr-filters__field {
	min-width: 0;
}

.awr-wrapper .awr-look-tile__tag,
.awr-wrapper .awr-look-tile__headline,
.awr-wrapper .awr-look-tile__author,
.awr-wrapper .awr-look-tile__product,
.awr-wrapper .awr-lookbook-hero__badge,
.awr-wrapper .awr-journal-hero__badge,
.awr-wrapper .awr-stories-hero__badge {
	max-width: 100%;
}

/* Pills and buttons wrap their label rather than sticking out of the card. */
.awr-wrapper .awr-look-tile__shop,
.awr-wrapper .awr-wrapper .awr-cust-button,
.awr-wrapper .awr-wrapper .awr-badge {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

/* The stars shrink instead of pushing out of a very narrow card. */
@container awr ( max-width: 420px ) {

	.awr-look-tile__stars .awr-stars,
	.awr-story__stars .awr-stars,
	.awr-cust-stars .awr-stars,
	.awr-journal-note__rating .awr-stars {
		font-size: 11px;
	}
}

/*
 * A two column gallery at 320px with larger text leaves captions about 40px
 * wide, which is unreadable, so the photos stack instead.
 */
@container awr ( max-width: 420px ) {

	.awr-cust-gallery__grid,
	.awr-gallery__grid,
	.awr-story__media .awr-review__photos {
		grid-template-columns: minmax( 0, 1fr );
	}
}

/* =========================================== Hero and featured blocks === */

/*
 * Two standalone blocks that reuse the Customer Stories language: the hero with
 * a floating quote card, and one review shown large beside its photo.
 */

.awr-block-hero,
.awr-block-featured {
	container-type: inline-size;
	container-name: awr;
}

.awr-block-hero {
	margin: 1.5em 0;
	padding: clamp( 1.25rem, 4cqi, 2.5rem ) 0;
	background: var( --awr-user-bg, #f7f3ea );
	color: var(--awr-ink);
	font-family: var(--awr-body);
}

.awr-block-featured {
	margin: 1.5em 0;
	padding: clamp( 1.25rem, 4cqi, 2.5rem ) clamp( 1.25rem, 4cqi, 2rem );
	background: var( --awr-user-bg, #f7f3ea );
	color: var(--awr-ink);
	font-family: var(--awr-body);
}

/* The hero inside a block does not carry the design's own outer padding. */
.awr-block-hero .awr-cust-hero {
	padding: 0 clamp( 1.25rem, 4cqi, 2rem );
}

/* ------------------------------------------------------ Featured card --- */

.awr-featured {
	display: grid;
	grid-template-columns: minmax( 0, 1fr );
	overflow: hidden;
	max-width: 72rem;
	margin: 0 auto;
	border: 1px solid var(--awr-line);
	border-radius: calc( var( --awr-radius ) * 2 );
	background: var(--awr-card);
}

.awr-featured__media {
	position: relative;
	margin: 0;
	min-height: 16rem;
	background: var(--awr-espresso);
}

.awr-featured__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awr-featured__open {
	position: absolute;
	inset: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.awr-featured__body {
	display: flex;
	flex-direction: column;
	padding: clamp( 1.5rem, 4cqi, 3rem );
}

.awr-featured__mark {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--awr-gold, #d18e44);
	font-family: var(--awr-display);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.6;
}

.awr-featured__quote {
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	color: var(--awr-ink);
	font-family: var(--awr-display);
	font-size: clamp( 1.25rem, 2.4cqi, 1.75rem );
	font-weight: 500;
	line-height: 1.5;
}

.awr-featured__quote > p {
	margin: 0 0 0.75rem;
}

.awr-featured__quote > p:last-child {
	margin-bottom: 0;
}

.awr-featured__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-top: auto;
	padding-top: 1rem;
}

.awr-featured__who {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.awr-featured__name {
	color: var(--awr-ink);
	font-size: 1rem;
	font-weight: 700;
}

.awr-featured__meta {
	color: var(--awr-muted-ink, #6e6056);
	font-size: 0.85em;
}

.awr-featured__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.2rem;
	margin-left: auto;
	min-width: 0;
	text-align: right;
}

.awr-featured__stars .awr-stars {
	font-size: 15px;
}

.awr-featured__product {
	color: var(--awr-muted-ink, #6e6056);
	font-size: 0.82em;
	font-weight: 500;
	text-decoration: none;
}

.awr-featured__product:hover,
.awr-featured__product:focus {
	color: var(--awr-gold, #d18e44);
}

@container awr ( min-width: 780px ) {

	.awr-featured {
		grid-template-columns: minmax( 0, 5fr ) minmax( 0, 7fr );
	}

	.awr-featured__media {
		min-height: 100%;
	}
}

@container awr ( max-width: 560px ) {

	.awr-featured__media {
		min-height: 14rem;
	}

	.awr-featured__aside {
		align-items: flex-start;
		margin-left: 0;
		text-align: left;
	}
}

/* ============================================================ Empty === */

/*
 * An empty result explains itself: what happened, what to try, and a way back
 * to the full list. The plain message stays for the no reviews yet case.
 */

.awr-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: clamp( 2rem, 5cqi, 3.5rem ) 1.5rem;
	border: 1px dashed var( --awr-border, #e6e6e6 );
	border-radius: var( --awr-radius, 12px );
	text-align: center;
}

.awr-empty__mark {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0.5rem;
	border-radius: 50%;
	background: var( --awr-panel, rgba( 0, 0, 0, 0.04 ) );
	color: var( --awr-gold-ink, #8f6129 );
}

.awr-empty__mark .awr-icon {
	width: 22px;
	height: 22px;
}

.awr-empty__title {
	margin: 0;
	color: inherit;
	font-size: 1.05em;
	font-weight: 600;
}

.awr-empty__hint {
	max-width: 34rem;
	margin: 0;
	opacity: 0.85;
	font-size: 0.9em;
	line-height: 1.6;
}

.awr-empty__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 0.75rem;
	padding: 0.6rem 1.35rem;
	border-radius: 999px;
	background: var( --awr-user-button, var( --awr-accent, #2c6ecb ) );
	color: var( --awr-user-button-text, #fff );
	font-size: 0.88em;
	font-weight: 600;
	text-decoration: none;
}

.awr-empty__action:hover,
.awr-empty__action:focus {
	background: var( --awr-user-button, var( --awr-brick-bg, #a8432a ) );
	color: var( --awr-user-button-text, #fff );
}

/* The warm designs style their dashed panel themselves. */
.awr-layout-stories .awr-empty {
	border-color: var( --awr-felt-strong );
	background: var( --awr-felt );
	color: var( --awr-ink-soft );
}

/* =============================================== Interaction polish === */

/*
 * A consistent, visible keyboard focus ring everywhere, and a clearer reading
 * rhythm for the list design. Keyboard users get the same affordance as mouse
 * users, which the previous per component focus rules did not cover.
 */

.awr-wrapper a:focus-visible,
.awr-wrapper button:focus-visible,
.awr-wrapper select:focus-visible,
.awr-wrapper input:focus-visible,
.awr-wrapper [tabindex]:focus-visible {
	outline: 2px solid var( --awr-accent, #2c6ecb );
	outline-offset: 2px;
	border-radius: 4px;
}

.awr-wrapper .awr-chip:focus-visible,
.awr-wrapper .awr-look-tile__shop:focus-visible,
.awr-wrapper .awr-cust-button:focus-visible,
.awr-wrapper .awr-empty__action:focus-visible {
	outline-offset: 3px;
	border-radius: 999px;
}

/* The list design: a scannable product line and a gentler resting state. */
.awr-review__product {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.awr-review__thumb {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid var(--awr-border);
	border-radius: 6px;
	object-fit: cover;
	background: rgba( 0, 0, 0, 0.03 );
}

.awr-review__product-text a {
	color: var(--awr-text);
	font-weight: 600;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
}

.awr-review__product-text a:hover,
.awr-review__product-text a:focus {
	color: var(--awr-accent);
	text-decoration-color: currentColor;
}

/* Journal: the monospaced meta line was the smallest text on the page. */
.awr-journal-mono {
	font-size: calc( 0.76em * var( --awr-text-scale, 1 ) );
}
