:root {
	--ae-font-heading: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ae-font-body: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ae-color-ink: #111111;
	--ae-color-ivory: #f8f1e7;
	--ae-color-champagne: #e7d6b8;
	--ae-color-gold: #c9a24a;
	--ae-color-blush: #d98b9a;
	--ae-color-green: #285a4b;
	--ae-color-teal: #123f44;
	--ae-color-berry: #7a263a;
	--ae-color-milk: #fffaf2;
	--ae-color-line: rgba(17, 17, 17, 0.12);
	--ae-radius-pill: 999px;
	--ae-radius-lg: 2rem;
	--ae-radius-xl: 3rem;
	--ae-shadow-soft: 0 28px 80px rgba(17, 17, 17, 0.12);
	--ae-shadow-strong: 0 40px 120px rgba(17, 17, 17, 0.22);
	--ae-page-gutter: clamp(1rem, 5vw, 5.5rem);
	--ae-max: 1480px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 14% 8%, rgba(201, 162, 74, 0.2), transparent 28rem),
		radial-gradient(circle at 88% 16%, rgba(217, 139, 154, 0.16), transparent 30rem),
		linear-gradient(180deg, var(--ae-color-ivory), #f3e8da 62%, var(--ae-color-ivory));
	color: var(--ae-color-ink);
	font-family: var(--ae-font-body);
	margin: 0;
	overflow-x: hidden;
}

body::before {
	background-image:
		linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 70%);
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

::selection {
	background: var(--ae-color-gold);
	color: var(--ae-color-ink);
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 2px solid var(--ae-color-gold);
	outline-offset: 4px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.ae-site-header {
	background: transparent;
	border-bottom: 0;
	position: sticky;
	top: 0;
	z-index: 50;
}

.ae-site-footer {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
	margin-top: clamp(4rem, 8vw, 8rem);
	padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(1.2rem, 3vw, 2rem);
}

.ae-site-footer__inner--rich {
	align-items: start;
	display: grid;
	gap: clamp(1.2rem, 2.8vw, 3rem);
	grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
}

.ae-footer-column h3,
.ae-footer-column h4 {
	font-family: var(--ae-font-heading);
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.ae-footer-column h3 {
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	line-height: 1.3;
}

.ae-footer-column h4 {
	font-size: 0.88rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.ae-footer-kicker {
	color: rgba(255, 250, 242, 0.7);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.ae-footer-column p {
	color: rgba(255, 250, 242, 0.74);
	line-height: 1.7;
	margin: 0.85rem 0 0;
	max-width: 30ch;
}

.ae-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ae-footer-column li + li {
	margin-top: 0.5rem;
}

.ae-footer-column a {
	color: rgba(255, 250, 242, 0.82);
	font-size: 0.95rem;
	text-decoration: none;
}

.ae-footer-column a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.ae-footer-bottom {
	border-top: 1px solid rgba(255, 250, 242, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: clamp(1.3rem, 2vw, 1.8rem);
	max-width: var(--ae-max);
	padding: 0.95rem var(--ae-page-gutter) 0;
}

.ae-footer-bottom p {
	color: rgba(255, 250, 242, 0.58);
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	margin: 0;
}

.ae-site-header__inner,
.ae-site-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: clamp(1rem, 3vw, 3rem);
	justify-content: space-around;
	margin-inline: auto;
	margin-top: 0px;
	max-width: var(--ae-max);
	padding: 0.7rem var(--ae-page-gutter);
}

.ae-site-footer__inner.ae-site-footer__inner--rich {
	align-items: start;
	display: grid;
	gap: clamp(1.2rem, 2.8vw, 3rem);
	grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
}

.ae-site-branding,
.wp-block-site-logo {
	align-items: center;
	display: inline-flex;
	line-height: 0;
}

.custom-logo,
.wp-block-site-logo img {
	height: auto;
	max-height: 120px;
	width: auto;
}

.ae-site-header__inner {
	padding: 0.35rem var(--ae-page-gutter);
}

.wp-block-navigation,
.ae-site-nav,
.ae-header-nav {
	align-items: center;
	color: var(--ae-color-ink);
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: clamp(1rem, 2.6vw, 2.5rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wp-block-navigation a,
.ae-site-nav a,
.ae-header-nav a {
	position: relative;
	text-decoration: none;
}

.wp-block-navigation a::after,
.ae-site-nav a::after,
.ae-header-nav a::after {
	background: var(--ae-color-gold);
	bottom: -0.45rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
	width: 100%;
}

.wp-block-navigation a:hover::after,
.ae-site-nav a:hover::after,
.ae-header-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.ae-site-main,
.ae-page-shell {
	margin-inline: auto;
	max-width: var(--ae-max);
	padding: clamp(2rem, 6vw, 6rem) var(--ae-page-gutter);
}

.ae-entry,
.ae-empty-state,
.ae-woocommerce-main {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid var(--ae-color-line);
	box-shadow: var(--ae-shadow-soft);
	padding: clamp(1.25rem, 4vw, 4rem);
}

.ae-home {
	margin-inline: auto;
	margin-top: 0px;
	max-width: 1920px;
	overflow: hidden;
}

.ae-home-section {
	margin-inline: auto;
	max-width: var(--ae-max);
	padding: clamp(4rem, 9vw, 9rem) var(--ae-page-gutter) 0;
}

.ae-eyebrow,
.ae-kicker {
	color: var(--ae-color-gold);
	font-size: clamp(0.68rem, 0.62rem + 0.22vw, 0.82rem);
	font-weight: 900;
	letter-spacing: 0.18em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.ae-btn,
.wp-block-button__link,
.button,
button,
input[type="submit"] {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--ae-radius-pill);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 0.65rem;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1;
	min-height: 3.1rem;
	overflow: hidden;
	padding: 1rem 1.45rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease;
}

.ae-btn::after,
.wp-block-button__link::after,
.button::after,
button::after,
input[type="submit"]::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	content: "";
	height: 180%;
	left: -120%;
	position: absolute;
	top: -40%;
	transform: rotate(18deg);
	transition: left 520ms ease;
	width: 52%;
}

.ae-btn:hover,
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.16);
	transform: translateY(-2px);
}

.ae-btn:hover::after,
.wp-block-button__link:hover::after,
.button:hover::after,
button:hover::after,
input[type="submit"]:hover::after {
	left: 140%;
}

.ae-btn--dark,
.wp-block-button__link,
.button,
button,
input[type="submit"] {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-btn--ghost {
	background: rgba(255, 250, 242, 0.55);
	border-color: rgba(17, 17, 17, 0.18);
	color: var(--ae-color-ink);
}

.ae-hero {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
	margin-inline: auto;
	max-width: var(--ae-max);
	min-height: min(820px, calc(100vh - 76px));
	padding: clamp(2rem, 4.7vw, 4.9rem) var(--ae-page-gutter) clamp(2.25rem, 4.5vw, 4.5rem);
	position: relative;
}

.ae-hero__ambient {
	background:
		radial-gradient(circle at 50% 50%, rgba(201, 162, 74, 0.34), transparent 0 34%),
		conic-gradient(from 180deg, rgba(18, 63, 68, 0.22), rgba(217, 139, 154, 0.18), rgba(201, 162, 74, 0.2), rgba(18, 63, 68, 0.22));
	border-radius: 50%;
	filter: blur(18px);
	height: clamp(22rem, 45vw, 42rem);
	opacity: 0.6;
	position: absolute;
	right: -12%;
	top: 8%;
	width: clamp(22rem, 45vw, 42rem);
	z-index: -1;
}

.ae-hero__content {
	align-self: center;
	max-width: 48rem;
	padding-block: clamp(0.5rem, 2.5vw, 2.5rem);
}

.ae-hero h1,
.ae-section-head h2,
.ae-feature h2,
.ae-detail-story h2,
.ae-social-strip h2,
.ae-final-cta h2 {
	font-family: var(--ae-font-heading);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.ae-hero h1 {
	font-size: clamp(3.9rem, 8.2vw, 8.4rem);
	max-width: 11ch;
}

.ae-hero__lead {
	color: rgba(17, 17, 17, 0.72);
	font-size: clamp(1.05rem, 0.9rem + 0.72vw, 1.55rem);
	line-height: 1.65;
	margin: clamp(1.25rem, 2vw, 2rem) 0 0;
	max-width: 41rem;
}

.ae-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: clamp(1.6rem, 3vw, 2.7rem);
}

.ae-hero__proof {
	border-top: 1px solid var(--ae-color-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2rem, 4vw, 4rem);
	max-width: 42rem;
	padding-top: 1.1rem;
}

.ae-hero__proof span {
	color: rgba(17, 17, 17, 0.62);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ae-hero__proof strong {
	color: var(--ae-color-ink);
	display: block;
	font-family: var(--ae-font-heading);
	font-size: 1.55rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.ae-hero__media {
	align-self: stretch;
	min-height: 34rem;
	position: relative;
}

.ae-hero__image-wrap {
	border-radius: clamp(2rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem) 0 clamp(6rem, 12vw, 12rem);
	box-shadow: var(--ae-shadow-strong);
	height: 100%;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.ae-hero__image-wrap::after {
	background:
		linear-gradient(180deg, transparent 50%, rgba(17, 17, 17, 0.35)),
		linear-gradient(90deg, rgba(17, 17, 17, 0.2), transparent 45%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ae-hero-slider__viewport,
.ae-hero-slider__slide {
	inset: 0;
	position: absolute;
}

.ae-hero-slider__viewport {
	z-index: 0;
}

.ae-hero-slider__slide {
	margin: 0;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 900ms ease, transform 1300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ae-hero-slider__slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.ae-hero__image-wrap img,
.ae-hero-slider__slide img {
	height: 100%;
	object-fit: cover;
	object-position: 52% 50%;
	transform: scale(1.04);
	width: 100%;
}

.ae-hero-slider__slide--event img {
	object-position: 50% 18%;
}

.ae-hero-slider__controls {
	align-items: center;
	background: rgba(17, 17, 17, 0.42);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 250, 242, 0.18);
	border-radius: var(--ae-radius-pill);
	bottom: 1.2rem;
	display: flex;
	gap: 0.8rem;
	padding: 0.42rem;
	position: absolute;
	right: 1.2rem;
	z-index: 3;
}

.ae-hero-slider__arrow {
	background: rgba(255, 250, 242, 0.92);
	border: 0;
	color: var(--ae-color-ink);
	min-height: 2.25rem;
	padding: 0.62rem 0.85rem;
}

.ae-hero-slider__dots {
	display: flex;
	gap: 0.35rem;
}

.ae-hero-slider__dots button {
	background: rgba(255, 250, 242, 0.38);
	border: 0;
	border-radius: 999px;
	display: block;
	height: 0.5rem;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	transition: background 220ms ease, width 220ms ease;
	width: 0.5rem;
}

.ae-hero-slider__dots button.is-active {
	background: var(--ae-color-gold);
	width: 1.75rem;
}

.ae-hero__floating-card {
	background: rgba(255, 250, 242, 0.82);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 1.5rem;
	bottom: clamp(1rem, 3vw, 2rem);
	box-shadow: var(--ae-shadow-soft);
	color: var(--ae-color-ink);
	display: grid;
	gap: 0.35rem;
	left: clamp(1rem, 3vw, 2rem);
	max-width: 19rem;
	padding: 1rem 1.2rem;
	position: absolute;
	text-decoration: none;
	transition: box-shadow 220ms ease, transform 220ms ease;
	z-index: 4;
}

.ae-hero__floating-card:hover {
	box-shadow: var(--ae-shadow-strong);
	transform: translateY(-4px);
}

.ae-hero__floating-card span {
	color: var(--ae-color-berry);
	display: block;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-hero__floating-card strong {
	color: var(--ae-color-ink);
	display: block;
	font-family: var(--ae-font-heading);
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0.2rem;
}

.ae-hero__floating-card small {
	color: rgba(17, 17, 17, 0.78);
	font-size: 0.82rem;
	line-height: 1.55;
}

.ae-marquee {
	background: var(--ae-color-ink);
	border-block: 1px solid rgba(255, 250, 242, 0.12);
	color: var(--ae-color-ivory);
	overflow: hidden;
	padding: 0.95rem 0;
	position: relative;
}

.ae-marquee::before,
.ae-marquee::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 12vw;
	z-index: 2;
}

.ae-marquee::before {
	background: linear-gradient(90deg, var(--ae-color-ink), transparent);
	left: 0;
}

.ae-marquee::after {
	background: linear-gradient(270deg, var(--ae-color-ink), transparent);
	right: 0;
}

.ae-marquee__track {
	animation: ae-marquee 28s linear infinite;
	display: flex;
	gap: clamp(1.5rem, 4vw, 4rem);
	width: max-content;
}

.ae-marquee span {
	align-items: center;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	gap: clamp(1.5rem, 4vw, 4rem);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ae-marquee span::after {
	background: var(--ae-color-gold);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.45rem;
	width: 0.45rem;
}

.ae-section-head {
	padding-bottom: clamp(1.5rem, 3vw, 2.8rem);
}

.ae-section-head__row {
	align-items: end;
	display: grid;
	gap: clamp(1rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.48fr);
}

.ae-section-head h2,
.ae-feature h2,
.ae-detail-story h2,
.ae-social-strip h2,
.ae-final-cta h2 {
	font-size: clamp(2.45rem, 4.8vw, 5.1rem);
}

.ae-section-head p:not(.ae-eyebrow) {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.95rem, 0.88rem + 0.22vw, 1.12rem);
	line-height: 1.7;
	margin: 0;
}

.ae-product-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	max-width: var(--ae-max);
	padding-inline: var(--ae-page-gutter);
}

.ae-product-carousel {
	--ae-product-gap: clamp(0.7rem, 1.2vw, 1rem);
	margin-inline: auto;
	max-width: var(--ae-max);
	overflow: hidden;
	padding-inline: var(--ae-page-gutter);
	position: relative;
}

.ae-product-track {
	display: flex;
	gap: var(--ae-product-gap);
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior: contain;
	padding-bottom: 0.3rem;
	padding-inline: 0;
	scroll-snap-type: none;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	touch-action: pan-y;
}

.ae-product-track::-webkit-scrollbar {
	display: none;
}

.ae-product-track .ae-product-card {
	flex: 0 0 calc((100% - (var(--ae-product-gap) * 3)) / 4);
	min-width: 15.5rem;
	scroll-snap-align: start;
}

.ae-product-track.is-draggable {
	cursor: grab;
	user-select: none;
}

.ae-product-track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.ae-product-track a,
.ae-product-track img {
	-webkit-user-drag: none;
	user-select: none;
}

.ae-carousel-dragging,
.ae-carousel-dragging body {
	cursor: grabbing;
	user-select: none;
}

.ae-product-carousel__controls {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	margin-top: 0;
	position: absolute;
	right: clamp(0.45rem, 1vw, 1rem);
	top: clamp(-8.25rem, -6.8vw, -6.2rem);
	z-index: 5;
}

.ae-product-carousel__button {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.22);
	color: var(--ae-color-ink);
	min-height: 2.6rem;
	padding: 0.7rem 1rem;
}

.ae-product-carousel__button:hover {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-product-carousel__button[disabled] {
	cursor: default;
	opacity: 0.38;
}

.ae-product-carousel__button[disabled]:hover {
	background: transparent;
	box-shadow: none;
	color: var(--ae-color-ink);
	transform: none;
}

.ae-product-carousel__count {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	min-width: 4.8rem;
	text-align: center;
	text-transform: uppercase;
}

#new-arrivals {
	padding-inline: var(--ae-page-gutter);
	padding-top: clamp(2rem, 4vw, 3.2rem);
}

#new-arrivals .ae-eyebrow {
	display: none;
}

#new-arrivals .ae-section-head__row {
	align-items: start;
	gap: clamp(1rem, 2vw, 2rem);
	padding-right: clamp(10rem, 16vw, 14rem);
}

#new-arrivals .ae-section-head__row p {
	max-width: 28rem;
}

.ae-product-grid--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-product-card {
	background: rgba(255, 250, 242, 0.66);
	border: 1px solid rgba(17, 17, 17, 0.09);
	border-radius: 1.55rem;
	overflow: hidden;
	position: relative;
	transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.ae-product-card:hover {
	border-color: rgba(201, 162, 74, 0.48);
	box-shadow: var(--ae-shadow-soft);
	transform: translateY(-8px);
}

.ae-product-card__media {
	aspect-ratio: 0.76;
	background: var(--ae-color-champagne);
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.ae-product-card__media::after {
	background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 17, 0.22));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 240ms ease;
}

.ae-product-card:hover .ae-product-card__media::after {
	opacity: 1;
}

.ae-product-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.ae-product-card:hover .ae-product-card__media img {
	transform: scale(1.065);
}

.ae-badge {
	background: rgba(255, 250, 242, 0.88);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: var(--ae-radius-pill);
	color: var(--ae-color-ink);
	font-size: 0.63rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 0.5rem 0.7rem;
	position: absolute;
	right: 0.8rem;
	text-transform: uppercase;
	top: 0.8rem;
	z-index: 2;
}

.ae-badge--gold {
	background: var(--ae-color-gold);
	color: var(--ae-color-ink);
}

.ae-badge--berry {
	background: var(--ae-color-berry);
	color: var(--ae-color-ivory);
}

.ae-product-card__body {
	padding: 1rem;
}

.ae-product-card__body p {
	color: rgba(17, 17, 17, 0.56);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.ae-product-card h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.18rem, 1.35vw, 1.62rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
}

.ae-product-card h3 a {
	text-decoration: none;
}

.ae-product-card__meta {
	align-items: center;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	display: flex;
	font-size: 0.84rem;
	font-weight: 800;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 0.82rem;
}

.ae-product-card__meta del {
	color: rgba(17, 17, 17, 0.42);
	font-weight: 600;
	margin-right: 0.35rem;
}

.ae-product-card__meta a {
	color: var(--ae-color-berry);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-occasion-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: 1.12fr 0.88fr 0.88fr;
	margin-inline: auto;
	max-width: var(--ae-max);
	padding-inline: var(--ae-page-gutter);
}

.ae-occasion-card {
	align-content: end;
	aspect-ratio: 0.86;
	border-radius: var(--ae-radius-lg);
	box-shadow: var(--ae-shadow-soft);
	color: var(--ae-color-ivory);
	display: grid;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(1.2rem, 3vw, 2rem);
	position: relative;
	text-decoration: none;
	transition: border-radius 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.ae-occasion-card--large {
	aspect-ratio: auto;
}

.ae-occasion-card::before {
	background:
		linear-gradient(180deg, transparent 24%, rgba(17, 17, 17, 0.78)),
		linear-gradient(90deg, rgba(17, 17, 17, 0.22), transparent);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.ae-occasion-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1.04);
	transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
	z-index: -2;
}

.ae-occasion-card:hover {
	border-radius: var(--ae-radius-xl) var(--ae-radius-lg) var(--ae-radius-xl) var(--ae-radius-lg);
	box-shadow: var(--ae-shadow-strong);
	transform: translateY(-8px);
}

.ae-occasion-card:hover img {
	transform: scale(1.1);
}

.ae-occasion-card span {
	color: var(--ae-color-gold);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.ae-occasion-card h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.55rem, 2.65vw, 2.95rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.ae-occasion-card p {
	color: rgba(248, 241, 231, 0.82);
	line-height: 1.55;
	margin: 0.8rem 0 0;
	max-width: 22rem;
}

.ae-feature {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1fr);
}

.ae-feature__media {
	border-radius: 0 clamp(3rem, 8vw, 8rem) clamp(3rem, 8vw, 8rem) 0;
	box-shadow: var(--ae-shadow-strong);
	height: min(760px, 75vh);
	overflow: hidden;
}

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

.ae-feature__content {
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(231, 214, 184, 0.42)),
		radial-gradient(circle at top right, rgba(201, 162, 74, 0.22), transparent 22rem);
	border: 1px solid rgba(17, 17, 17, 0.09);
	border-radius: var(--ae-radius-xl);
	padding: clamp(1.5rem, 4vw, 4rem);
}

.ae-feature__content p:not(.ae-eyebrow) {
	color: rgba(17, 17, 17, 0.72);
	font-size: clamp(1rem, 0.92rem + 0.36vw, 1.22rem);
	line-height: 1.8;
	margin: clamp(1rem, 2vw, 1.8rem) 0 clamp(1.4rem, 3vw, 2.4rem);
}

.ae-category-strip {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-inline: auto;
	max-width: var(--ae-max);
	padding-inline: var(--ae-page-gutter);
}

.ae-category-strip a {
	align-items: center;
	aspect-ratio: 1.18;
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.74), rgba(231, 214, 184, 0.44)),
		radial-gradient(circle at 80% 20%, rgba(201, 162, 74, 0.18), transparent 10rem);
	border: 1px solid rgba(17, 17, 17, 0.08);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: background 240ms ease, color 240ms ease, transform 240ms ease;
}

.ae-category-strip a::before {
	background: var(--ae-color-ink);
	border-radius: 50%;
	content: "";
	height: 11rem;
	position: absolute;
	transform: scale(0);
	transition: transform 360ms ease;
	width: 11rem;
}

.ae-category-strip a:hover {
	color: var(--ae-color-ivory);
	transform: translateY(-4px);
	z-index: 1;
}

.ae-category-strip a:hover::before {
	transform: scale(1.8);
}

.ae-category-strip span {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.35rem, 1.85vw, 2rem);
	font-weight: 300;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}

.ae-brand-directory {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: clamp(1.4rem, 3vw, 2.4rem) auto 1rem;
	max-width: var(--ae-max);
	padding-inline: var(--ae-page-gutter);
}

.ae-brand-directory a {
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(231, 214, 184, 0.46)),
		radial-gradient(circle at 92% 8%, rgba(122, 27, 54, 0.09), transparent 12rem);
	border: 1px solid rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 0.55rem;
	min-height: 9.6rem;
	padding: clamp(1rem, 2vw, 1.45rem);
	text-decoration: none;
	transition: background 240ms ease, color 240ms ease, transform 240ms ease;
}

.ae-brand-directory a:hover,
.ae-brand-directory a:focus-visible {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
	transform: translateY(-4px);
}

.ae-brand-directory span {
	color: var(--ae-color-gold);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-brand-directory strong {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.35rem, 2.3vw, 2.2rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	overflow-wrap: anywhere;
}

.ae-brand-directory em {
	color: rgba(17, 17, 17, 0.64);
	font-size: 0.86rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.ae-brand-directory a:hover em,
.ae-brand-directory a:focus-visible em {
	color: rgba(248, 241, 231, 0.72);
}

.ae-brand-grid {
	display: grid;
	gap: clamp(0.8rem, 1.5vw, 1rem);
	grid-template-columns: minmax(0, 1.16fr) repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	max-width: var(--ae-max);
	padding-inline: var(--ae-page-gutter);
}

.ae-brand-card {
	align-content: end;
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
	display: grid;
	isolation: isolate;
	min-height: clamp(19rem, 28vw, 31rem);
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.45rem);
	position: relative;
	text-decoration: none;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.ae-brand-card::before {
	background:
		linear-gradient(180deg, transparent 18%, rgba(17, 17, 17, 0.82)),
		linear-gradient(90deg, rgba(17, 17, 17, 0.28), transparent 48%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.ae-brand-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1.03);
	transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
	z-index: -2;
}

.ae-brand-card:hover {
	box-shadow: var(--ae-shadow-soft);
	transform: translateY(-6px);
}

.ae-brand-card:hover img {
	transform: scale(1.09);
}

.ae-brand-card span,
.ae-brand-card b {
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-brand-card span {
	color: var(--ae-color-gold);
	margin-bottom: 0.7rem;
}

.ae-brand-card strong {
	display: block;
	font-family: var(--ae-font-heading);
	font-size: clamp(1.85rem, 3vw, 3.3rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	overflow-wrap: anywhere;
}

.ae-brand-card em {
	color: rgba(248, 241, 231, 0.78);
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.55;
	margin-top: 0.85rem;
	max-width: 22rem;
}

.ae-brand-card b {
	color: #ffffff;
	margin-top: 1.1rem;
	text-decoration: underline;
	text-decoration-color: rgba(201, 162, 74, 0.7);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
}

.ae-brand-story {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(18rem, 0.48fr) minmax(0, 1fr);
}

.ae-brand-story__media {
	background: rgba(231, 214, 184, 0.5);
	box-shadow: var(--ae-shadow-soft);
	margin: 0;
	min-height: clamp(20rem, 36vw, 34rem);
	overflow: hidden;
}

.ae-brand-story__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-brand-story__copy,
.ae-founder-note {
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.86), rgba(231, 214, 184, 0.5)),
		radial-gradient(circle at 100% 0%, rgba(201, 162, 74, 0.2), transparent 18rem);
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding: clamp(1.25rem, 3vw, 3rem);
}

.ae-brand-story__copy {
	align-content: center;
	display: grid;
}

.ae-brand-story h2 {
	font-family: var(--ae-font-heading);
	font-size: clamp(2.1rem, 4vw, 4.5rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.03;
	margin: 0;
}

.ae-brand-story__copy p:not(.ae-eyebrow) {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.26vw, 1.14rem);
	line-height: 1.78;
	margin: 1rem 0 0;
	max-width: 46rem;
}

.ae-brand-story__signature {
	border-left: 3px solid var(--ae-color-gold);
	display: grid;
	gap: 0.35rem;
	margin: clamp(1.1rem, 2.4vw, 1.8rem) 0;
	padding-left: 1rem;
}

.ae-brand-story__signature span,
.ae-founder-note > span {
	color: var(--ae-color-berry);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-brand-story__signature strong {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.15rem, 1.7vw, 1.65rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	max-width: 34rem;
}

.ae-brand-story--about {
	grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.58fr);
}

.ae-founder-note {
	background:
		linear-gradient(145deg, rgba(17, 17, 17, 0.96), rgba(18, 63, 68, 0.9)),
		radial-gradient(circle at 80% 8%, rgba(201, 162, 74, 0.28), transparent 15rem);
	border-color: rgba(17, 17, 17, 0.04);
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ivory);
	display: grid;
	gap: clamp(0.95rem, 1.8vw, 1.35rem);
	min-height: 0;
}

.ae-founder-note .ae-eyebrow {
	color: var(--ae-color-gold);
	margin-bottom: clamp(0.3rem, 1vw, 0.7rem);
}

.ae-founder-note::before {
	background: var(--ae-color-gold);
	content: "";
	display: block;
	height: 2px;
	opacity: 0.78;
	width: 3.2rem;
}

.ae-founder-note blockquote {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.35rem, 1.75vw, 2.05rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 21ch;
}

.ae-founder-note > span {
	color: rgba(255, 250, 242, 0.64);
	margin-top: auto;
}

.ae-detail-story {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.ae-detail-story__cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-detail-story__cards article {
	background: var(--ae-color-ink);
	border: 1px solid rgba(255, 250, 242, 0.1);
	border-radius: 1.5rem;
	color: var(--ae-color-ivory);
	min-height: 18rem;
	padding: 1.25rem;
	position: relative;
	transition: background 240ms ease, transform 240ms ease;
}

.ae-detail-story__cards article:nth-child(2) {
	background: var(--ae-color-green);
	margin-top: 2.25rem;
}

.ae-detail-story__cards article:nth-child(3) {
	background: var(--ae-color-berry);
	margin-top: 4.5rem;
}

.ae-detail-story__cards article:hover {
	transform: translateY(-8px);
}

.ae-detail-story__cards span {
	color: var(--ae-color-gold);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ae-detail-story__cards h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin: 5rem 0 1rem;
}

.ae-detail-story__cards p {
	color: rgba(248, 241, 231, 0.78);
	line-height: 1.65;
	margin: 0;
}

.ae-social-strip {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.ae-social-strip__intro h2 {
	font-size: clamp(2.05rem, 3.45vw, 3.75rem);
}

.ae-social-strip__intro .ae-btn {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.ae-social-strip__grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ae-social-strip__grid img {
	aspect-ratio: 0.72;
	border-radius: 999px 999px 1.25rem 1.25rem;
	box-shadow: var(--ae-shadow-soft);
	height: 100%;
	object-fit: cover;
	transition: border-radius 260ms ease, transform 260ms ease;
	width: 100%;
}

.ae-social-strip__grid img:nth-child(even) {
	margin-top: 2.25rem;
}

.ae-social-strip__grid img:hover {
	border-radius: 1.25rem 1.25rem 999px 999px;
	transform: translateY(-8px);
}

.ae-final-cta {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(17, 17, 17, 0.94), rgba(18, 63, 68, 0.9)),
		radial-gradient(circle at top right, rgba(201, 162, 74, 0.38), transparent 28rem);
	border-radius: 0;
	box-shadow: var(--ae-shadow-strong);
	color: var(--ae-color-ivory);
	display: grid;
	gap: clamp(1rem, 2vw, 1.6rem);
	justify-items: center;
	margin-top: clamp(5rem, 10vw, 10rem);
	max-width: var(--ae-max);
	padding: clamp(3.8rem, 7vw, 6.5rem) clamp(1.5rem, 4vw, 4rem);
	text-align: center;
}

.ae-final-cta .ae-eyebrow {
	color: var(--ae-color-gold);
	margin: 0;
}

.ae-final-cta h2 {
	font-size: 47px;
	line-height: 1.2;
	margin: 0;
	margin-inline: auto;
	max-width: 34ch;
}

.ae-signup {
	align-items: center;
	background: rgba(255, 250, 242, 0.1);
	border: 1px solid rgba(255, 250, 242, 0.18);
	border-radius: 0;
	display: flex;
	gap: 0.6rem;
	margin: 0;
	max-width: 36rem;
	padding: 0.45rem;
	width: min(100%, 36rem);
}

.ae-signup input {
	background: transparent;
	border: 0;
	color: var(--ae-color-ivory);
	flex: 1;
	min-height: 3.6rem;
	min-width: 0;
	padding: 0 1.15rem;
}

.ae-signup input::placeholder {
	color: rgba(248, 241, 231, 0.58);
}

.ae-signup button {
	background: var(--ae-color-ink);
	border: 0;
	color: var(--ae-color-ivory);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	min-height: 3.2rem;
	padding: 0 1.6rem;
	text-transform: uppercase;
}

.woocommerce ul.products li.product,
.wc-block-grid__product {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.08);
	padding: 1rem;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover {
	box-shadow: var(--ae-shadow-soft);
	transform: translateY(-4px);
}

.ae-js.ae-animations-ready [data-animate]:not(.is-visible) {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 740ms ease, transform 740ms cubic-bezier(0.2, 0.8, 0.2, 1);
	transition-delay: var(--ae-delay, 0ms);
}

.ae-js.ae-animations-ready [data-animate].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ae-js .ae-parallax-card img {
	transform: translateY(var(--ae-parallax, 0px)) scale(1.06);
}

@keyframes ae-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1180px) {
	.ae-site-footer__inner--rich {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ae-footer-column--brand {
		grid-column: span 2;
	}

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

	.ae-product-grid--compact,
	.ae-occasion-grid,
	.ae-brand-grid,
	.ae-brand-story,
	.ae-brand-story--about,
	.ae-feature,
	.ae-detail-story,
	.ae-social-strip {
		grid-template-columns: 1fr;
	}

	.ae-occasion-card,
	.ae-occasion-card--large {
		aspect-ratio: 1.35;
	}

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

	.ae-brand-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ae-brand-card {
		min-height: clamp(17rem, 42vw, 23rem);
	}

	.ae-brand-story__media {
		min-height: clamp(18rem, 48vw, 26rem);
	}

	.ae-detail-story__cards article:nth-child(n) {
		margin-top: 0;
	}
}

@media (max-width: 860px) {
	.ae-site-header__inner,
	.ae-site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ae-site-footer__inner--rich {
		display: grid;
		flex-direction: initial;
	}

	.ae-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ae-hero h1 {
		font-size: clamp(3.6rem, 16vw, 6rem);
	}

	.ae-hero__media {
		min-height: 28rem;
	}

	.ae-hero__proof,
	.ae-section-head__row,
	.ae-detail-story__cards,
	.ae-social-strip__grid,
	.ae-brand-directory,
	.ae-brand-grid,
	.ae-category-strip {
		grid-template-columns: 1fr;
	}

	.ae-category-strip a {
		aspect-ratio: auto;
		min-height: 8rem;
	}

	.ae-social-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ae-final-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ae-final-cta .ae-eyebrow,
	.ae-final-cta h2,
	.ae-signup {
		grid-column: 1;
		grid-row: auto;
		margin-inline: auto;
	}

	.ae-signup {
		width: min(100%, 38rem);
	}
}

@media (max-width: 620px) {
	:root {
		--ae-page-gutter: 1rem;
	}

	.ae-home-section {
		padding-top: 4rem;
	}

	.ae-product-grid {
		grid-template-columns: 1fr;
	}

	.ae-occasion-card,
	.ae-occasion-card--large {
		aspect-ratio: 0.9;
	}

	.ae-brand-card {
		min-height: 18rem;
	}

	.ae-brand-story__copy,
	.ae-founder-note {
		padding: 1rem;
	}

	.ae-brand-story h2,
	.ae-founder-note blockquote {
		font-size: 1.85rem;
		line-height: 1.14;
	}

	.ae-signup {
		align-items: stretch;
		border-radius: 1.3rem;
		flex-direction: column;
	}

	.ae-signup button {
		width: 100%;
	}

	.ae-site-footer__inner--rich {
		grid-template-columns: 1fr;
	}

	.ae-footer-column--brand {
		grid-column: auto;
	}

	.ae-footer-bottom {
		display: grid;
		gap: 0.45rem;
	}
}

/* Full-bleed homepage hero revision. */
.ae-site-header {
	background: transparent;
	border-bottom: 0;
	color: #ffffff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 260ms ease, backdrop-filter 260ms ease, border-color 260ms ease;
	z-index: 80;
}

.admin-bar .ae-site-header {
	top: 32px;
}

.ae-site-header::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent);
	content: "";
	height: 8.5rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.ae-has-scrolled .ae-site-header {
	background: rgba(15, 15, 15, 0.34);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ae-announcement {
	align-items: center;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
	color: #ffffff;
	display: grid;
	font-size: 0.78rem;
	font-weight: 800;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	letter-spacing: 0;
	max-height: 2.2rem;
	min-height: 2rem;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
	transition: border-color 220ms ease, font-size 220ms ease, max-height 220ms ease, min-height 220ms ease, opacity 220ms ease, visibility 220ms ease;
	max-width: 100vw;
	width: 100%;
}

.ae-site-header > .ae-announcement {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.ae-announcement a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.ae-site-header__inner {
	align-items: center;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	max-width: none;
	padding: 1rem var(--ae-page-gutter) 0.75rem;
	transition: padding 220ms ease;
}

.ae-site-header .custom-logo,
.ae-site-header .wp-block-site-logo img {
	filter: brightness(0) invert(1);
	max-height: 86px;
	width: auto;
}

.ae-header-left {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-self: start;
	min-width: 0;
}

.ae-menu-trigger {
	align-items: center;
	background: rgba(12, 12, 12, 0.42);
	border-radius: 0;
	color: inherit;
	display: none;
	gap: 0.28rem;
	height: 2.9rem;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.2rem;
	place-content: center;
	position: relative;
	width: 2.9rem;
	z-index: 110;
}

.ae-menu-trigger:hover {
	background: rgba(12, 12, 12, 0.62);
	box-shadow: none;
	transform: none;
}

.ae-menu-trigger::after {
	display: none;
}

.ae-menu-trigger span {
	display: block;
	height: 2px;
	border: 1px solid;
	transition: opacity 240ms ease, transform 240ms ease;
	width: 30px;
}

.ae-mobile-menu {
	background: rgba(9, 9, 9, 0.48);
	backdrop-filter: blur(10px);
	height: 100dvh;
	inset: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 100vw;
	z-index: 140;
}

.ae-mobile-menu__panel {
	background: rgba(11, 11, 11, 0.94);
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
	color: #ffffff;
	height: 100dvh;
	max-width: min(25rem, 88vw);
	padding: clamp(4.8rem, 8vh, 6rem) 1rem 1.2rem;
	transform: translateX(-100%);
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	width: min(25rem, 88vw);
	will-change: transform;
}

.ae-mobile-menu.is-open .ae-mobile-menu__panel {
	transform: translateX(0);
}

.ae-mobile-menu__head {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.8rem;
}

.ae-mobile-menu__head strong {
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-mobile-menu__close {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	min-height: 2.2rem;
	padding: 0.6rem 0.8rem;
}

.ae-mobile-menu__nav {
	display: grid;
	gap: 0.35rem;
	padding-top: 0.65rem;
}

.ae-mobile-menu__nav a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-family: var(--ae-font-heading);
	font-size: clamp(1.2rem, 4vw, 2rem);
	letter-spacing: 0.01em;
	padding: 0.62rem 0.2rem;
	text-decoration: none;
}

.ae-mobile-menu__nav a.ae-mobile-menu__subitem {
	color: rgba(255, 255, 255, 0.76);
	font-family: var(--ae-font-body);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding-left: 1rem;
	text-transform: uppercase;
}

.ae-mobile-menu__nav a:hover {
	color: var(--ae-color-gold);
}

.ae-menu-open,
.ae-menu-open body {
	overflow: hidden;
}

.ae-menu-open .ae-menu-trigger span:nth-child(1) {
	transform: translateY(0.38rem) rotate(45deg);
}

.ae-menu-open .ae-menu-trigger span:nth-child(2) {
	opacity: 0;
}

.ae-menu-open .ae-menu-trigger span:nth-child(3) {
	transform: translateY(-0.38rem) rotate(-45deg);
}

.ae-cart-drawer {
	background: transparent;
	backdrop-filter: none;
	height: 100dvh;
	inset: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: fixed;
	width: 100vw;
	z-index: 150;
}

.ae-cart-drawer.is-open {
	pointer-events: none;
}

.ae-cart-drawer__panel {
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.99), rgba(231, 214, 184, 0.96)),
		radial-gradient(circle at 92% 6%, rgba(201, 162, 74, 0.18), transparent 18rem);
	border-left: 1px solid rgba(17, 17, 17, 0.12);
	box-shadow: -18px 0 42px rgba(17, 17, 17, 0.18);
	color: var(--ae-color-ink);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100dvh;
	max-width: min(30rem, 92vw);
	overflow-y: auto;
	padding: clamp(1.1rem, 2.5vw, 1.7rem);
	pointer-events: auto;
	position: absolute;
	inset: 0 0 0 auto;
	left: auto;
	transform: translateX(100%);
	transition: transform 1800ms cubic-bezier(0.33, 0, 0.2, 1);
	width: min(30rem, 92vw);
	will-change: transform;
}

.ae-cart-drawer.is-open .ae-cart-drawer__panel {
	transform: translateX(0);
}

.ae-cart-drawer__head {
	align-items: start;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-bottom: 1rem;
}

.ae-cart-drawer__head .ae-eyebrow {
	color: var(--ae-color-berry);
	margin: 0 0 0.35rem;
}

.ae-cart-drawer__head h2 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.ae-cart-drawer__close {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.2);
	color: var(--ae-color-ink);
	min-height: 2.35rem;
	padding: 0.58rem 0.75rem;
}

.ae-cart-drawer__items {
	display: grid;
	gap: 1rem;
	overflow-y: auto;
	padding: 1rem 0;
}

.ae-cart-drawer__items article {
	align-items: start;
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 4.8rem minmax(0, 1fr) auto;
	padding-bottom: 1rem;
}

.ae-cart-drawer__items img {
	aspect-ratio: 0.76;
	background: rgba(231, 214, 184, 0.55);
	height: 6.1rem;
	object-fit: cover;
	width: 100%;
}

.ae-cart-drawer__items h3 {
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.32;
	margin: 0;
}

.ae-cart-drawer__items p,
.ae-cart-drawer__items span {
	color: rgba(17, 17, 17, 0.58);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0.22rem 0 0;
}

.ae-cart-drawer__items strong {
	font-size: 0.84rem;
	white-space: nowrap;
}

.ae-cart-drawer__item-side {
	align-items: end;
	display: grid;
	gap: 0.45rem;
	justify-items: end;
}

.ae-cart-drawer__remove {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.16);
	color: rgba(17, 17, 17, 0.68);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 1.7rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 1.7rem;
}

.ae-cart-drawer__remove:hover {
	background: rgba(17, 17, 17, 0.06);
	color: var(--ae-color-ink);
}

.ae-cart-drawer__summary {
	border-top: 1px solid rgba(17, 17, 17, 0.14);
	display: grid;
	gap: 0.72rem;
	padding-top: 1rem;
}

.ae-cart-drawer__summary div {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.ae-cart-drawer__summary span {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-cart-drawer__summary strong {
	font-size: 1.08rem;
}

.ae-cart-drawer__summary .ae-btn {
	justify-content: center;
	text-align: center;
}

.ae-header-nav {
	color: var(--ae-color-ink);
	font-size: 0.8rem;
	gap: 1.35rem;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
	transition: font-size 220ms ease, gap 220ms ease;
}

.ae-header-right {
	align-items: center;
	display: flex;
	gap: clamp(0.55rem, 1.5vw, 1.2rem);
	justify-content: flex-end;
	min-width: 0;
}

.ae-header-nav--secondary {
	justify-content: flex-end;
}

.ae-header-actions {
	align-items: center;
	display: inline-flex;
	gap: 0.42rem;
}

.ae-header-icon-button {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.06);
	border: 0;
	color: currentColor;
	display: inline-grid;
	height: 2.45rem;
	justify-content: center;
	min-height: 2.45rem;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
	width: 2.45rem;
}

.ae-header-icon-button:hover {
	background: rgba(255, 255, 255, 0.14);
	box-shadow: none;
	transform: none;
}

.ae-header-icon-button::after {
	display: none;
}

.ae-header-icon-button svg {
	fill: none;
	height: 1.12rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 1.12rem;
}

.ae-cart-count {
	align-items: center;
	background: var(--ae-color-gold);
	color: var(--ae-color-ink);
	display: inline-flex;
	font-size: 0.58rem;
	font-weight: 900;
	height: 0.9rem;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.9rem;
}

.ae-header-brand {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(3rem, 7vw, 8.8rem);
	font-weight: 300;
	line-height: 0.86;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 24px rgba(0, 0, 0, 0.22);
	text-transform: uppercase;
	transition: font-size 260ms ease, font-weight 260ms ease, line-height 260ms ease, opacity 260ms ease, transform 260ms ease;
	white-space: nowrap;
}

@media (max-width: 1280px) {
	.ae-header-nav {
		font-size: 0.72rem;
		gap: 1rem;
	}

	.ae-header-brand {
		font-size: clamp(2.7rem, 5.6vw, 5.8rem);
	}
}

.ae-header-nav a::after {
	background: currentColor;
}

.ae-nav-dropdown {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.ae-nav-dropdown__trigger {
	align-items: center;
	display: inline-flex;
	gap: 0.34rem;
	white-space: nowrap;
}

.ae-nav-dropdown__trigger span {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	display: inline-block;
	height: 0;
	margin-top: 0.16rem;
	width: 0;
}

.ae-nav-dropdown__menu {
	background: rgba(11, 11, 11, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: 0.08rem;
	left: -0.8rem;
	min-width: 12rem;
	opacity: 0;
	padding: 0.65rem;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 0.72rem);
	transform: translateY(-0.35rem);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 130;
}

.ae-nav-dropdown:hover .ae-nav-dropdown__menu,
.ae-nav-dropdown:focus-within .ae-nav-dropdown__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.ae-nav-dropdown__menu a {
	color: #ffffff;
	display: block;
	font-size: 0.78rem;
	padding: 0.55rem 0.6rem;
	text-shadow: none;
	white-space: nowrap;
}

.ae-nav-dropdown__menu a:hover {
	background: rgba(255, 255, 255, 0.09);
}

.ae-nav-dropdown__menu a::after {
	display: none;
}

.ae-home .ae-hero {
	display: block;
	margin: 0;
	max-width: none;
	min-height: calc(100vh - 2rem);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.ae-hero__image-wrap {
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	inset: 0;
	position: absolute;
}

.ae-hero__image-wrap::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.48)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 42%, rgba(0, 0, 0, 0.14));
	z-index: 2;
}

.ae-hero-slider__slide img,
.ae-hero__image-wrap img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.ae-hero-slider__slide.ae-hero-slider__slide--event img {
	object-position: 50% 18%;
}

.ae-has-scrolled .ae-announcement {
	border-color: transparent;
	font-size: 0;
	max-height: 0;
	min-height: 0;
	opacity: 0;
	visibility: hidden;
}

.ae-has-scrolled .ae-site-header__inner {
	padding-bottom: 0.6rem;
	padding-top: 0.6rem;
}

.ae-has-scrolled .ae-header-nav {
	font-size: 0.68rem;
	gap: 1rem;
}

.ae-has-scrolled .ae-header-brand {
	font-size: 2.5rem;
	font-weight: 100;
	line-height: 1;
}

body.home .ae-announcement,
body.front-page .ae-announcement,
body.page-aurumevents .ae-announcement,
body.page-template-front-page-php .ae-announcement,
body.page-template-page-aurumevents-php .ae-announcement,
body.blog .ae-announcement,
body:has(.ae-home) .ae-announcement,
body.home .ae-announcement a,
body.front-page .ae-announcement a,
body.page-aurumevents .ae-announcement a,
body.page-template-front-page-php .ae-announcement a,
body.page-template-page-aurumevents-php .ae-announcement a,
body.blog .ae-announcement a,
body:has(.ae-home) .ae-announcement a,
body.home .ae-site-header__inner,
body.front-page .ae-site-header__inner,
body.page-aurumevents .ae-site-header__inner,
body.page-template-front-page-php .ae-site-header__inner,
body.page-template-page-aurumevents-php .ae-site-header__inner,
body.blog .ae-site-header__inner,
body:has(.ae-home) .ae-site-header__inner,
body.home .ae-header-nav,
body.front-page .ae-header-nav,
body.page-aurumevents .ae-header-nav,
body.page-template-front-page-php .ae-header-nav,
body.page-template-page-aurumevents-php .ae-header-nav,
body.blog .ae-header-nav,
body:has(.ae-home) .ae-header-nav,
body.home .ae-header-brand,
body.front-page .ae-header-brand,
body.page-aurumevents .ae-header-brand,
body.page-template-front-page-php .ae-header-brand,
body.page-template-page-aurumevents-php .ae-header-brand,
body.blog .ae-header-brand,
body:has(.ae-home) .ae-header-brand,
body.home .ae-header-icon-button,
body.front-page .ae-header-icon-button,
body.page-aurumevents .ae-header-icon-button,
body.page-template-front-page-php .ae-header-icon-button,
body.page-template-page-aurumevents-php .ae-header-icon-button,
body.blog .ae-header-icon-button,
body:has(.ae-home) .ae-header-icon-button {
	color: #ffffff;
}

body.home .ae-header-nav a,
body.front-page .ae-header-nav a,
body.page-aurumevents .ae-header-nav a,
body.page-template-front-page-php .ae-header-nav a,
body.page-template-page-aurumevents-php .ae-header-nav a,
body.blog .ae-header-nav a,
body:has(.ae-home) .ae-header-nav a,
body.home .ae-header-nav a:visited,
body.front-page .ae-header-nav a:visited,
body.page-aurumevents .ae-header-nav a:visited,
body.page-template-front-page-php .ae-header-nav a:visited,
body.page-template-page-aurumevents-php .ae-header-nav a:visited,
body.blog .ae-header-nav a:visited,
body:has(.ae-home) .ae-header-nav a:visited,
body.home .ae-header-nav a:hover,
body.front-page .ae-header-nav a:hover,
body.page-aurumevents .ae-header-nav a:hover,
body.page-template-front-page-php .ae-header-nav a:hover,
body.page-template-page-aurumevents-php .ae-header-nav a:hover,
body.blog .ae-header-nav a:hover,
body:has(.ae-home) .ae-header-nav a:hover,
body.home .ae-nav-dropdown__trigger,
body.front-page .ae-nav-dropdown__trigger,
body.page-aurumevents .ae-nav-dropdown__trigger,
body.page-template-front-page-php .ae-nav-dropdown__trigger,
body.page-template-page-aurumevents-php .ae-nav-dropdown__trigger,
body.blog .ae-nav-dropdown__trigger,
body:has(.ae-home) .ae-nav-dropdown__trigger {
	color: #ffffff !important;
}

body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-site-header {
	background: transparent;
	border-bottom-color: rgba(17, 17, 17, 0.12);
	color: var(--ae-color-ink);
}

body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-site-header::before {
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0));
}

body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-announcement,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-announcement a,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-site-header__inner,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-nav,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-brand,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-icon-button {
	color: var(--ae-color-ink) !important;
	text-shadow: none;
}

body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-nav a,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-nav a:visited,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-header-nav a:hover,
body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-nav-dropdown__trigger {
	color: var(--ae-color-ink) !important;
}

body:not(.home):not(.blog):not(.front-page):not(.page-aurumevents):not(.page-template-front-page-php):not(.page-template-page-aurumevents-php) .ae-menu-trigger {
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
}

/* Sharp-edged product-first UI pass */
:root {
	--ae-radius-pill: 0;
	--ae-radius-lg: 0;
	--ae-radius-xl: 0;
}

.ae-btn,
.wp-block-button__link,
.button,
button,
input[type="submit"],
.ae-product-card,
.ae-product-card__media,
.ae-badge,
.ae-hero-slider__controls,
.ae-hero-slider__dots button,
.ae-feature__media,
.ae-feature__content,
.ae-occasion-card,
.ae-detail-story__cards article,
.ae-social-strip__grid img,
.ae-final-cta,
.ae-signup {
	border-radius: 0;
}

.ae-hero__content {
	bottom: 3.25rem;
	color: #ffffff;
	left: 50%;
	max-width: 56rem;
	padding: 0 var(--ae-page-gutter);
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: 5;
}

.ae-hero .ae-eyebrow {
	color: #ffffff;
	font-size: 0.78rem;
	letter-spacing: 0;
	margin-bottom: 0.55rem;
	text-transform: none;
}

.ae-hero h1 {
	color: #ffffff;
	font-family: var(--ae-font-body);
	font-size: 4.25rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin-inline: auto;
	max-width: none;
	text-transform: uppercase;
}

.ae-hero__lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0.8rem auto 0;
	max-width: 35rem;
}

.ae-hero__actions {
	justify-content: center;
	margin-top: 1.25rem;
}

.ae-btn--light,
.ae-btn--outline-light {
	border-radius: 0;
	min-height: 3rem;
	padding: 0.95rem 1.7rem;
}

.ae-btn--light {
	background: #ffffff;
	color: #111111;
}

.ae-btn--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: #ffffff;
}

.ae-hero-slider__controls {
	background: rgba(0, 0, 0, 0.22);
	bottom: 2rem;
	right: 2rem;
	z-index: 8;
}

.ae-js .ae-hero .ae-parallax-card img {
	transform: none;
}

@media (max-width: 920px) {
	.ae-announcement {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ae-announcement span:nth-of-type(2),
	.ae-announcement a:nth-of-type(2) {
		display: none;
	}

	.ae-site-header__inner {
		display: flex;
		column-gap: 0.9rem;
		flex-direction: row;
		grid-template-columns: none;
		justify-content: space-between;
	}

	.ae-header-left {
		gap: 0;
	}

	.ae-menu-trigger {
		display: inline-grid;
	}

	.ae-header-nav--primary {
		display: none;
	}

	.ae-header-nav--secondary {
		display: none;
	}

	.ae-header-right {
		flex: 0 0 auto;
	}

	.ae-header-actions {
		gap: 0.36rem;
	}

	.ae-header-icon-button {
		height: 2.35rem;
		min-height: 2.35rem;
		width: 2.35rem;
	}

	.ae-header-brand {
		font-size: clamp(2.1rem, 9vw, 3.4rem);
		justify-self: start;
		text-align: left;
	}

	.ae-hero h1 {
		font-size: 3.1rem;
	}

	.ae-product-track {
		gap: var(--ae-product-gap);
	}

	.ae-product-track .ae-product-card {
		flex-basis: calc((100% - var(--ae-product-gap)) / 2);
		min-width: 15rem;
	}

	.ae-product-carousel__controls {
		position: static;
	}

	#new-arrivals .ae-section-head__row {
		padding-right: 0;
	}
}

@media (max-width: 620px) {
	.admin-bar .ae-site-header {
		top: 46px;
	}

	.ae-home .ae-hero {
		min-height: calc(100vh - 2.5rem);
	}

	.ae-header-brand {
		font-size: 1.9rem;
		max-width: calc(100vw - 7.5rem);
		overflow: hidden;
	}

	.ae-hero__content {
		bottom: 4.8rem;
	}

	.ae-hero__floating-card {
		bottom: auto;
		left: 50%;
		max-width: min(20rem, calc(100% - 2rem));
		text-align: center;
		top: 6.75rem;
		transform: translateX(-50%);
	}

	.ae-hero__floating-card:hover {
		transform: translateX(-50%);
	}

	.ae-hero h1 {
		font-size: 2.45rem;
	}

	.ae-hero__lead {
		font-size: 0.92rem;
	}

	.ae-hero__actions {
		display: grid;
	}

	.ae-hero-slider__controls {
		bottom: 1rem;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	.ae-about-hero h1,
	.ae-about-story h2,
	.ae-about-values h2 {
		font-size: 2rem;
		overflow-wrap: anywhere;
	}

	.ae-product-track {
		gap: 0.8rem;
	}

	.ae-product-track .ae-product-card {
		flex-basis: 100%;
		min-width: 100%;
	}

	.ae-product-carousel__controls {
		justify-content: center;
	}
}

/* Static single product page */
.ae-product-page {
	background:
		radial-gradient(circle at 8% 18%, rgba(201, 162, 74, 0.16), transparent 24rem),
		radial-gradient(circle at 92% 12%, rgba(122, 27, 54, 0.08), transparent 26rem),
		linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(231, 214, 184, 0.48) 34rem, var(--ae-color-ivory) 62rem);
	color: var(--ae-color-ink);
	overflow: hidden;
}

.ae-product-hero {
	color: var(--ae-color-ink);
	isolation: isolate;
	min-height: min(980px, 100vh);
	padding: clamp(8.5rem, 13vw, 13rem) var(--ae-page-gutter) clamp(3rem, 7vw, 7rem);
	position: relative;
}

.ae-product-hero__backdrop {
	display: none;
}

body:has(.ae-product-page) .ae-site-header,
.single-product .ae-site-header {
	background: transparent;
	border-bottom-color: rgba(17, 17, 17, 0.12);
	color: var(--ae-color-ink);
}

body:has(.ae-product-page) .ae-site-header::before,
.single-product .ae-site-header::before {
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0));
}

body:has(.ae-product-page) .ae-announcement,
.single-product .ae-announcement {
	border-bottom-color: rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	text-shadow: none;
}

body:has(.ae-product-page) .ae-announcement a,
body:has(.ae-product-page) .ae-site-header__inner,
body:has(.ae-product-page) .ae-header-nav,
body:has(.ae-product-page) .ae-header-brand,
.single-product .ae-announcement a,
.single-product .ae-site-header__inner,
.single-product .ae-header-nav,
.single-product .ae-header-brand {
	color: var(--ae-color-ink);
	text-shadow: none;
}

body:has(.ae-product-page) .ae-header-nav a::after,
.single-product .ae-header-nav a::after {
	background: var(--ae-color-ink);
}

body:has(.ae-product-page) .ae-menu-trigger,
.single-product .ae-menu-trigger {
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
}

body:has(.ae-product-page) .ae-menu-trigger:hover,
.single-product .ae-menu-trigger:hover {
	background: rgba(255, 250, 242, 0.92);
}

body:has(.ae-product-page) .ae-site-header .custom-logo,
body:has(.ae-product-page) .ae-site-header .wp-block-site-logo img,
.single-product .ae-site-header .custom-logo,
.single-product .ae-site-header .wp-block-site-logo img {
	filter: none;
}

body:has(.ae-product-page).ae-has-scrolled .ae-site-header,
.single-product.ae-has-scrolled .ae-site-header,
.ae-has-scrolled body:has(.ae-product-page) .ae-site-header,
.ae-has-scrolled .single-product .ae-site-header {
	background: rgba(255, 250, 242, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.ae-product-shell,
.ae-product-section {
	margin-inline: auto;
	max-width: var(--ae-max);
	position: relative;
	width: 100%;
}

.ae-product-breadcrumb {
	align-items: center;
	color: rgba(17, 17, 17, 0.58);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.08em;
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
	text-transform: uppercase;
}

.ae-product-breadcrumb a {
	color: rgba(17, 17, 17, 0.72);
	text-decoration: none;
}

.ae-product-breadcrumb a:hover {
	color: var(--ae-color-gold);
}

.ae-product-stage {
	align-items: stretch;
	display: grid;
	gap: clamp(1.2rem, 3vw, 3rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
}

.ae-product-gallery {
	align-items: start;
	display: grid;
	gap: clamp(0.75rem, 1.5vw, 1rem);
	grid-template-columns: clamp(4.5rem, 7vw, 6.25rem) minmax(0, 1fr);
	min-height: 0;
}

.ae-product-gallery__thumbs {
	align-content: start;
	display: grid;
	gap: 0.75rem;
	grid-auto-rows: auto;
}

.ae-product-gallery__thumb,
.ae-product-gallery__thumb:hover,
.ae-product-gallery__thumb[aria-pressed],
.ae-size-picker button,
.ae-product-swatches button,
.ae-quantity button,
.ae-product-accordion button {
	box-shadow: none;
	transform: none;
}

.ae-product-gallery__thumb::after,
.ae-product-swatches button::after,
.ae-size-picker button::after,
.ae-quantity button::after,
.ae-product-accordion button::after {
	display: none;
}

.ae-product-gallery__thumb {
	aspect-ratio: 0.72;
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.14);
	min-height: 0;
	overflow: hidden;
	padding: 0;
}

.ae-product-gallery__thumb.is-active {
	border-color: var(--ae-color-gold);
}

.ae-product-gallery__thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	opacity: 0.72;
	transition: opacity 200ms ease, transform 260ms ease;
	width: 100%;
}

.ae-product-gallery__thumb:hover img,
.ae-product-gallery__thumb.is-active img {
	opacity: 1;
	transform: none;
}

.ae-product-gallery__main {
	align-self: start;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ae-product-gallery__main img {
	display: block;
	height: auto;
	margin-inline: auto;
	max-height: min(760px, calc(100vh - 8rem));
	max-width: 100%;
	object-fit: contain;
	object-position: center top;
	transition: opacity 180ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: auto;
}

.ae-product-gallery__main.is-changing img {
	opacity: 0;
	transform: scale(1.015);
}

.ae-product-pill {
	background: var(--ae-color-gold);
	color: var(--ae-color-ink);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 0.55rem 0.72rem;
	position: absolute;
	right: 1rem;
	text-transform: uppercase;
	top: 1rem;
	z-index: 2;
}

.ae-product-summary {
	align-self: center;
	background: transparent;
	backdrop-filter: none;
	border: 0;
	box-shadow: none;
	padding: clamp(1.2rem, 3vw, 3rem);
}

.ae-product-summary .ae-eyebrow {
	color: var(--ae-color-gold);
}

.ae-product-summary h1,
.ae-product-detail-copy h2,
.ae-product-story__content h2,
.ae-product-care h2,
.ae-related-products h2 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
}

.ae-product-summary h1 {
	text-transform: uppercase;
}

.ae-product-summary__lead {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.88rem + 0.38vw, 1.16rem);
	line-height: 1.7;
	margin: 1rem 0 0;
	max-width: 43rem;
}

.ae-product-price-row {
	align-items: center;
	border-block: 1px solid rgba(17, 17, 17, 0.12);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: clamp(1.2rem, 2.4vw, 2rem);
	padding-block: 1rem;
}

.ae-product-price {
	color: var(--ae-color-ink);
	display: block;
	font-size: clamp(1.45rem, 2vw, 2.2rem);
	font-weight: 300;
	letter-spacing: 0.01em;
}

.ae-product-stock,
.ae-product-code {
	color: rgba(17, 17, 17, 0.56);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 0.35rem;
	text-transform: uppercase;
}

.ae-product-code {
	border: 1px solid rgba(17, 17, 17, 0.14);
	margin-top: 0;
	padding: 0.55rem 0.72rem;
	white-space: nowrap;
}

.ae-product-option {
	margin-top: 1.2rem;
}

.ae-product-option__head {
	align-items: center;
	display: flex;
	font-size: 0.78rem;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0.1em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.ae-product-option__head strong,
.ae-product-option__head a {
	color: rgba(17, 17, 17, 0.56);
	font-size: 0.72rem;
	text-decoration: none;
}

.ae-product-option__head a:hover {
	color: var(--ae-color-gold);
}

.ae-product-swatches,
.ae-size-picker {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.ae-product-swatches button,
.ae-size-picker button {
	background: rgba(255, 250, 242, 0.42);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	min-height: 3rem;
	padding: 0;
}

.ae-product-swatches button {
	width: 3rem;
}

.ae-product-swatches button span {
	border: 1px solid rgba(17, 17, 17, 0.22);
	display: block;
	height: 1.45rem;
	margin: auto;
	width: 1.45rem;
}

.ae-size-picker button {
	font-size: 0.8rem;
	font-weight: 900;
	min-width: 3.4rem;
	padding-inline: 1rem;
}

.ae-product-swatches button.is-active,
.ae-size-picker button.is-active,
.ae-product-swatches button:hover,
.ae-size-picker button:hover {
	border-color: var(--ae-color-gold);
	color: var(--ae-color-gold);
}

.ae-product-buy-box {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(8.8rem, 0.34fr) minmax(0, 1fr);
	margin-top: clamp(1.3rem, 2.6vw, 2rem);
}

.ae-quantity {
	align-items: center;
	border: 1px solid rgba(17, 17, 17, 0.14);
	display: grid;
	grid-template-columns: 2.6rem 1fr 2.6rem;
	min-height: 3.2rem;
}

.ae-quantity button {
	background: transparent;
	border: 0;
	color: var(--ae-color-ink);
	min-height: 3.2rem;
	padding: 0;
}

.ae-quantity input {
	appearance: textfield;
	background: transparent;
	border: 0;
	color: var(--ae-color-ink);
	font-weight: 900;
	height: 3.2rem;
	text-align: center;
	width: 100%;
}

.ae-quantity input::-webkit-inner-spin-button,
.ae-quantity input::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.ae-product-add {
	width: 100%;
}

.ae-product-page .ae-btn--light {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-product-page .ae-btn--outline-light {
	border-color: rgba(17, 17, 17, 0.24);
	color: var(--ae-color-ink);
}

.ae-product-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 0.85rem;
}

.ae-product-link {
	color: rgba(17, 17, 17, 0.68);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-product-link:hover {
	color: var(--ae-color-gold);
}

.ae-product-promises {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: clamp(1.3rem, 2.7vw, 2.2rem) 0 0;
	padding: 0;
}

.ae-product-promises li {
	background: rgba(255, 250, 242, 0.48);
	padding: 0.9rem;
}

.ae-product-promises strong,
.ae-product-promises span {
	display: block;
}

.ae-product-promises strong {
	color: var(--ae-color-ink);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ae-product-promises span {
	color: rgba(17, 17, 17, 0.62);
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 0.35rem;
}

.ae-product-section {
	padding: clamp(4rem, 8vw, 8rem) var(--ae-page-gutter) 0;
}

.ae-product-detail-grid {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.ae-product-detail-copy p:not(.ae-eyebrow),
.ae-product-story__content p,
.ae-product-care .ae-section-head__row p,
.ae-related-products .ae-section-head__row p {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.14rem);
	line-height: 1.75;
	margin: 1.1rem 0 0;
}

.ae-product-detail-cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-product-detail-cards article {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
	min-height: 20rem;
	padding: 1.15rem;
	transition: transform 240ms ease;
}

.ae-product-detail-cards article:nth-child(2) {
	background: var(--ae-color-green);
	margin-top: 2rem;
}

.ae-product-detail-cards article:nth-child(3) {
	background: var(--ae-color-berry);
	margin-top: 4rem;
}

.ae-product-detail-cards article:hover {
	transform: translateY(-8px);
}

.ae-product-detail-cards span {
	color: var(--ae-color-gold);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ae-product-detail-cards h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.8rem, 2.6vw, 3rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin: 5.5rem 0 1rem;
}

.ae-product-detail-cards p {
	color: rgba(248, 241, 231, 0.76);
	line-height: 1.65;
	margin: 0;
}

.ae-product-story {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
}

.ae-product-story__media {
	box-shadow: var(--ae-shadow-strong);
	height: min(680px, 72vh);
	overflow: hidden;
}

.ae-product-story__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-product-story__content {
	background:
		linear-gradient(135deg, rgba(255, 250, 242, 0.86), rgba(231, 214, 184, 0.42)),
		radial-gradient(circle at top right, rgba(201, 162, 74, 0.18), transparent 20rem);
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding: clamp(1.3rem, 3.5vw, 3.5rem);
}

.ae-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.4rem;
}

.ae-product-tags span {
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: rgba(17, 17, 17, 0.72);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 0.55rem 0.72rem;
	text-transform: uppercase;
}

.ae-product-care .ae-section-head__row,
.ae-related-products .ae-section-head__row {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.ae-product-accordions {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.ae-product-accordion {
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.ae-product-accordion button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ae-color-ink);
	display: flex;
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 400;
	justify-content: space-between;
	letter-spacing: 0;
	min-height: 0;
	padding: 1.35rem 0;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.ae-product-accordion button strong {
	color: var(--ae-color-gold);
	font-size: 1.4rem;
	font-weight: 300;
	transition: transform 180ms ease;
}

.ae-product-accordion div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 260ms ease;
}

.ae-product-accordion p {
	color: rgba(17, 17, 17, 0.66);
	line-height: 1.7;
	margin: 0;
	max-width: 58rem;
	padding: 0 0 1.35rem;
}

.ae-product-accordion.is-open div {
	max-height: 12rem;
}

.ae-product-accordion.is-open button strong {
	transform: rotate(45deg);
}

.ae-related-products .ae-product-grid {
	max-width: none;
	padding-inline: 0;
}

/* Static cart and checkout pages */
body:has(.ae-shop-flow) .ae-site-header,
.ae-static-cart-preview .ae-site-header,
.ae-static-checkout-preview .ae-site-header {
	background: transparent;
	border-bottom-color: rgba(17, 17, 17, 0.12);
	color: var(--ae-color-ink);
}

body:has(.ae-shop-flow) .ae-site-header::before,
.ae-static-cart-preview .ae-site-header::before,
.ae-static-checkout-preview .ae-site-header::before {
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0));
}

body:has(.ae-shop-flow) .ae-announcement,
.ae-static-cart-preview .ae-announcement,
.ae-static-checkout-preview .ae-announcement {
	border-bottom-color: rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	text-shadow: none;
}

body:has(.ae-shop-flow) .ae-announcement a,
body:has(.ae-shop-flow) .ae-site-header__inner,
body:has(.ae-shop-flow) .ae-header-nav,
body:has(.ae-shop-flow) .ae-header-brand,
.ae-static-cart-preview .ae-announcement a,
.ae-static-cart-preview .ae-site-header__inner,
.ae-static-cart-preview .ae-header-nav,
.ae-static-cart-preview .ae-header-brand,
.ae-static-checkout-preview .ae-announcement a,
.ae-static-checkout-preview .ae-site-header__inner,
.ae-static-checkout-preview .ae-header-nav,
.ae-static-checkout-preview .ae-header-brand {
	color: var(--ae-color-ink);
	text-shadow: none;
}

body:has(.ae-shop-flow) .ae-header-nav a::after,
.ae-static-cart-preview .ae-header-nav a::after,
.ae-static-checkout-preview .ae-header-nav a::after {
	background: var(--ae-color-ink);
}

body:has(.ae-shop-flow) .ae-site-header__inner {
	padding-bottom: 0.6rem;
	padding-top: 0.6rem;
}

body:has(.ae-shop-flow) .ae-header-brand {
	font-size: clamp(2.2rem, 4vw, 4.8rem);
	line-height: 1;
}

body:has(.ae-shop-flow) .ae-menu-trigger,
.ae-static-cart-preview .ae-menu-trigger,
.ae-static-checkout-preview .ae-menu-trigger {
	background: rgba(255, 250, 242, 0.72);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
}

body:has(.ae-shop-flow) .ae-header-icon-button,
.ae-static-cart-preview .ae-header-icon-button,
.ae-static-checkout-preview .ae-header-icon-button {
	background: rgba(255, 250, 242, 0.76);
	border: 0;
}

body:has(.ae-shop-flow) .ae-header-icon-button:hover,
.ae-static-cart-preview .ae-header-icon-button:hover,
.ae-static-checkout-preview .ae-header-icon-button:hover {
	background: rgba(17, 17, 17, 0.08);
}

body:has(.ae-shop-flow).ae-has-scrolled .ae-site-header,
.ae-has-scrolled body:has(.ae-shop-flow) .ae-site-header,
.ae-static-cart-preview.ae-has-scrolled .ae-site-header,
.ae-static-checkout-preview.ae-has-scrolled .ae-site-header {
	background: rgba(255, 250, 242, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.ae-shop-flow {
	background:
		radial-gradient(circle at 8% 18%, rgba(201, 162, 74, 0.16), transparent 24rem),
		radial-gradient(circle at 92% 12%, rgba(122, 27, 54, 0.08), transparent 26rem),
		linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(231, 214, 184, 0.48) 34rem, var(--ae-color-ivory) 62rem);
	color: var(--ae-color-ink);
	overflow: hidden;
}

.ae-shop-shell,
.ae-flow-section {
	margin-inline: auto;
	max-width: var(--ae-max);
	position: relative;
	width: 100%;
}

.ae-shop-hero {
	padding: clamp(8.5rem, 13vw, 12rem) var(--ae-page-gutter) clamp(1.5rem, 4vw, 4rem);
}

.ae-shop-hero__row {
	align-items: end;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	display: grid;
	gap: clamp(1.25rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.48fr);
	padding-bottom: clamp(1.2rem, 2.6vw, 2rem);
}

.ae-shop-hero h1 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.ae-shop-hero p {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.14rem);
	line-height: 1.75;
	margin: 0.85rem 0 0;
	max-width: 44rem;
}

.ae-checkout-steps {
	border: 1px solid rgba(17, 17, 17, 0.14);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ae-checkout-steps li {
	background: rgba(255, 250, 242, 0.42);
	color: rgba(17, 17, 17, 0.62);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 0.95rem;
	text-transform: uppercase;
}

.ae-checkout-steps li + li {
	border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.ae-checkout-steps span {
	color: var(--ae-color-gold);
	display: block;
	margin-bottom: 0.28rem;
}

.ae-checkout-steps .is-active {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-flow-section {
	padding: clamp(1.5rem, 4vw, 4rem) var(--ae-page-gutter) 0;
}

.ae-shop-page > .ae-flow-section:first-child,
.ae-category-page > .ae-flow-section:first-child,
.ae-about-page > .ae-flow-section:first-child,
.ae-events-page > .ae-flow-section:first-child {
	padding-top: clamp(7rem, 12vw, 10rem);
}

.ae-flow-layout {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.42fr);
}

.ae-flow-main {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.ae-flow-panel,
.ae-flow-summary,
.ae-flow-note {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.1);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	padding: clamp(1rem, 2.4vw, 1.6rem);
}

.ae-flow-panel__head {
	align-items: center;
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding-bottom: 0.85rem;
}

.ae-flow-panel__head h2,
.ae-flow-summary h2 {
	font-family: var(--ae-font-heading);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.ae-flow-panel__head span {
	color: rgba(17, 17, 17, 0.5);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-cart-list {
	display: grid;
}

.ae-cart-item {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	display: grid;
	gap: 1rem;
	grid-template-columns: clamp(6.5rem, 10vw, 9rem) minmax(0, 1fr) minmax(10rem, 0.25fr);
	padding: 1rem 0;
}

.ae-cart-item:first-child {
	padding-top: 0;
}

.ae-cart-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ae-cart-item__media {
	background: rgba(231, 214, 184, 0.55);
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.ae-cart-item__media img {
	aspect-ratio: 0.76;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-cart-item__body {
	min-width: 0;
}

.ae-cart-item__body p {
	color: rgba(17, 17, 17, 0.54);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.ae-cart-item h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.18rem, 1.6vw, 1.55rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 0;
}

.ae-cart-item h3 a {
	text-decoration: none;
}

.ae-cart-item__meta {
	color: rgba(17, 17, 17, 0.58);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.5rem 0.8rem;
	margin-top: 0.8rem;
}

.ae-cart-item__meta span + span::before {
	color: rgba(17, 17, 17, 0.28);
	content: "/";
	margin-right: 0.8rem;
}

.ae-cart-remove {
	color: var(--ae-color-berry);
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-top: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-cart-item__side {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
}

.ae-cart-item__price {
	font-size: 1rem;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

.ae-cart-item__side .ae-quantity {
	grid-template-columns: 2.25rem 3rem 2.25rem;
	min-height: 2.6rem;
	width: 7.5rem;
}

.ae-cart-item__side .ae-quantity button,
.ae-cart-item__side .ae-quantity input {
	min-height: 2.6rem;
	height: 2.6rem;
}

.ae-flow-note {
	display: grid;
	gap: 0.35rem;
}

.ae-flow-note strong {
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-flow-note p {
	color: rgba(17, 17, 17, 0.64);
	line-height: 1.65;
	margin: 0;
}

.ae-flow-summary {
	position: sticky;
	top: 7rem;
}

.ae-flow-summary h2 {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	padding-bottom: 0.9rem;
}

.ae-promo-form {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
}

.ae-promo-form label,
.ae-field span {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-promo-form div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.ae-promo-form input,
.ae-field input,
.ae-field textarea {
	background: rgba(255, 250, 242, 0.5);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	min-height: 3rem;
	padding: 0.85rem 0.9rem;
	width: 100%;
}

.ae-promo-form button {
	min-height: 3rem;
	padding-inline: 1rem;
}

.ae-summary-lines {
	display: grid;
	gap: 0.75rem;
	margin: 1.2rem 0 0;
}

.ae-summary-lines div {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.ae-summary-lines dt,
.ae-summary-lines dd {
	margin: 0;
}

.ae-summary-lines dt {
	color: rgba(17, 17, 17, 0.6);
	font-size: 0.84rem;
	font-weight: 700;
}

.ae-summary-lines dd {
	font-weight: 900;
	text-align: right;
}

.ae-summary-lines .ae-summary-total {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	margin-top: 0.3rem;
	padding-top: 0.95rem;
}

.ae-summary-total dt,
.ae-summary-total dd {
	color: var(--ae-color-ink);
	font-family: var(--ae-font-heading);
	font-size: 1.45rem;
	font-weight: 300;
	letter-spacing: 0;
}

.ae-flow-primary {
	margin-top: 1.2rem;
	width: 100%;
}

.ae-flow-summary > .ae-product-link {
	display: inline-block;
	margin-top: 0.9rem;
}

.ae-flow-assurances {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	color: rgba(17, 17, 17, 0.62);
	display: grid;
	font-size: 0.8rem;
	gap: 0.45rem;
	line-height: 1.5;
	list-style: none;
	margin: 1.1rem 0 0;
	padding: 1rem 0 0;
}

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

.ae-field {
	display: grid;
	gap: 0.45rem;
}

.ae-field--wide,
.ae-checkbox-line {
	grid-column: 1 / -1;
}

.ae-checkbox-line {
	align-items: flex-start;
	color: rgba(17, 17, 17, 0.68);
	display: flex;
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.6rem;
	line-height: 1.45;
}

.ae-checkbox-line input,
.ae-radio-card input {
	accent-color: var(--ae-color-ink);
	flex: 0 0 auto;
	margin-top: 0.15rem;
}

.ae-radio-stack {
	display: grid;
	gap: 0.7rem;
}

.ae-radio-card {
	align-items: center;
	background: rgba(255, 250, 242, 0.42);
	border: 1px solid rgba(17, 17, 17, 0.12);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 0.95rem;
}

.ae-radio-card:has(input:checked) {
	background: rgba(201, 162, 74, 0.13);
	border-color: rgba(201, 162, 74, 0.52);
}

.ae-radio-card strong,
.ae-mini-cart strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.35;
}

.ae-radio-card em,
.ae-mini-cart span {
	color: rgba(17, 17, 17, 0.58);
	display: block;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 0.15rem;
}

.ae-radio-card b {
	font-size: 0.86rem;
	white-space: nowrap;
}

.ae-mini-cart {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.ae-mini-cart article {
	align-items: start;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 4.25rem minmax(0, 1fr) auto;
}

.ae-mini-cart img {
	aspect-ratio: 0.76;
	background: rgba(231, 214, 184, 0.55);
	height: 5.4rem;
	object-fit: cover;
	width: 100%;
}

.ae-mini-cart b {
	font-size: 0.84rem;
	text-align: right;
	white-space: nowrap;
}

.ae-mini-cart__side {
	align-items: end;
	display: grid;
	gap: 0.45rem;
	justify-items: end;
}

.ae-mini-cart__remove {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.16);
	color: rgba(17, 17, 17, 0.68);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	height: 1.7rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 1.7rem;
}

.ae-mini-cart__remove:hover {
	background: rgba(17, 17, 17, 0.06);
	color: var(--ae-color-ink);
}

.ae-checkout-terms {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	margin-top: 1rem;
	padding-top: 1rem;
}

.ae-checkout-status {
	color: var(--ae-color-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0.8rem 0 0;
	text-transform: uppercase;
}

.ae-shop-hero__media,
.ae-category-hero__image {
	background: rgba(231, 214, 184, 0.5);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	margin: 0;
	overflow: hidden;
}

.ae-shop-hero__media img,
.ae-category-hero__image img {
	aspect-ratio: 1.6;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-shop-toolbar {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.ae-shop-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ae-shop-tabs a,
.ae-shop-sort,
.ae-filter-group a {
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: rgba(17, 17, 17, 0.72);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 0.65rem 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-shop-tabs a.is-active,
.ae-shop-tabs a:hover,
.ae-filter-group a:hover {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-price-filter__heading,
.ae-price-filter__values,
.ae-price-filter__captions {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	justify-content: space-between;
}

.ae-price-filter__heading span {
	color: var(--ae-color-berry);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: right;
	white-space: nowrap;
}

.ae-price-filter__rail {
	--ae-range-start: 0%;
	--ae-range-end: 100%;
	height: 2.7rem;
	margin-top: 0.2rem;
	position: relative;
}

.ae-price-filter__track {
	background: rgba(17, 17, 17, 0.14);
	height: 0.28rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ae-price-filter__track::before {
	background: var(--ae-color-ink);
	content: "";
	height: 100%;
	left: var(--ae-range-start);
	position: absolute;
	right: calc(100% - var(--ae-range-end));
	top: 0;
}

.ae-price-filter input[type="range"] {
	appearance: none;
	background: transparent;
	border: 0;
	height: 2.7rem;
	inset: 0;
	margin: 0;
	min-height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.ae-price-filter input[type="range"]:focus {
	z-index: 5;
}

.ae-price-filter input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	height: 0.28rem;
}

.ae-price-filter input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	background: var(--ae-color-ink);
	border: 2px solid var(--ae-color-milk);
	box-shadow: 0 6px 18px rgba(17, 17, 17, 0.22);
	cursor: grab;
	height: 1.15rem;
	margin-top: -0.44rem;
	pointer-events: auto;
	width: 1.15rem;
}

.ae-price-filter input[type="range"]::-moz-range-track {
	background: transparent;
	border: 0;
	height: 0.28rem;
}

.ae-price-filter input[type="range"]::-moz-range-thumb {
	background: var(--ae-color-ink);
	border: 2px solid var(--ae-color-milk);
	border-radius: 0;
	box-shadow: 0 6px 18px rgba(17, 17, 17, 0.22);
	cursor: grab;
	height: 1rem;
	pointer-events: auto;
	width: 1rem;
}

.ae-price-filter input[type="range"]:active::-webkit-slider-thumb {
	cursor: grabbing;
}

.ae-price-filter input[type="range"]:active::-moz-range-thumb {
	cursor: grabbing;
}

.ae-price-filter__values span {
	color: var(--ae-color-ink);
	font-size: 0.86rem;
	font-weight: 900;
	white-space: nowrap;
}

.ae-price-filter__captions span {
	color: rgba(17, 17, 17, 0.48);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-price-reset {
	background: transparent;
	border: 0;
	color: rgba(17, 17, 17, 0.68);
	display: inline-flex;
	justify-self: start;
	min-height: 0;
	overflow: visible;
	padding: 0;
	text-align: left;
}

.ae-price-reset::after {
	content: none;
}

.ae-price-reset:hover {
	background: transparent;
	box-shadow: none;
	color: var(--ae-color-gold);
	transform: none;
}

.ae-product-card.is-price-hidden,
.ae-shop-empty[hidden] {
	display: none;
}

.ae-shop-empty {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.1);
	color: rgba(17, 17, 17, 0.64);
	font-weight: 800;
	line-height: 1.6;
	margin: 1rem 0 0;
	padding: 1rem;
}

.ae-shop-sort {
	align-items: center;
	display: inline-flex;
	gap: 0.7rem;
	white-space: nowrap;
}

.ae-shop-sort span {
	color: rgba(17, 17, 17, 0.48);
}

.ae-shop-listing {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(12rem, 0.23fr) minmax(0, 1fr);
}

.ae-shop-filter {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.1);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 1.2rem;
	padding: clamp(1rem, 2vw, 1.35rem);
	position: sticky;
	top: 7rem;
}

.ae-shop-filter h2,
.ae-shop-results__head h2,
.ae-category-feature h2 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
}

.ae-filter-group {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	display: grid;
	gap: 0.55rem;
	padding-top: 1rem;
}

.ae-filter-group strong,
.ae-shop-results__head p {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.ae-filter-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ae-filter-swatches a {
	border: 1px solid rgba(17, 17, 17, 0.22);
	display: block;
	height: 2rem;
	width: 2rem;
}

.ae-shop-results {
	min-width: 0;
}

.ae-shop-results__head {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.ae-shop-grid {
	max-width: none;
	padding-inline: 0;
}

.ae-category-hero__grid {
	align-items: stretch;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	display: grid;
	gap: clamp(1.2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.62fr);
	padding-bottom: clamp(1.2rem, 2.6vw, 2rem);
}

.ae-category-hero h1 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.ae-category-hero p,
.ae-category-feature p {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.14rem);
	line-height: 1.75;
	margin: 0.85rem 0 0;
	max-width: 44rem;
}

.ae-category-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.ae-category-page .ae-btn--outline-light {
	border-color: rgba(17, 17, 17, 0.24);
	color: var(--ae-color-ink);
}

.ae-category-page .ae-btn--light {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-category-subnav {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-category-subnav a {
	background: rgba(255, 250, 242, 0.58);
	border: 1px solid rgba(17, 17, 17, 0.1);
	color: var(--ae-color-ink);
	display: grid;
	gap: 0.28rem;
	min-height: 10rem;
	padding: 1rem;
	text-decoration: none;
}

.ae-category-subnav a:hover,
.ae-category-subnav a.is-active {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-category-subnav span {
	color: var(--ae-color-gold);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ae-category-subnav strong {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 300;
	line-height: 1.12;
}

.ae-category-subnav em {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.84rem;
	font-style: normal;
	line-height: 1.5;
}

.ae-category-subnav a:hover em,
.ae-category-subnav a.is-active em {
	color: rgba(255, 250, 242, 0.68);
}

.ae-category-feature {
	align-items: end;
	display: grid;
	gap: clamp(1rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.5fr);
}

.ae-category-feature__stats {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-category-feature__stats div {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
	min-height: 8.5rem;
	padding: 1rem;
}

.ae-category-feature__stats strong,
.ae-category-feature__stats span {
	display: block;
}

.ae-category-feature__stats strong {
	color: var(--ae-color-gold);
	font-family: var(--ae-font-heading);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 300;
	line-height: 1;
}

.ae-category-feature__stats span {
	color: rgba(255, 250, 242, 0.72);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.45;
	margin-top: 0.6rem;
	text-transform: uppercase;
}

.ae-about-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(1.2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.52fr);
}

.ae-about-hero__copy,
.ae-about-story__copy {
	align-self: center;
	min-width: 0;
	width: 100%;
}

.ae-about-hero h1,
.ae-about-story h2,
.ae-about-values h2 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.ae-about-hero p,
.ae-about-story p,
.ae-about-values p {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.14rem);
	line-height: 1.75;
	margin: 1rem 0 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.ae-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.6rem;
}

.ae-about-page .ae-btn--light {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-about-page .ae-btn--outline-light {
	border-color: rgba(17, 17, 17, 0.24);
	color: var(--ae-color-ink);
}

.ae-about-hero__media,
.ae-about-story__media {
	background: rgba(231, 214, 184, 0.5);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	margin: 0;
	overflow: hidden;
}

.ae-about-hero__media img,
.ae-about-story__media img {
	height: 100%;
	min-height: 28rem;
	object-fit: cover;
	width: 100%;
}

.ae-about-proof {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ae-about-proof div,
.ae-about-value-card {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding: clamp(1rem, 2.4vw, 1.6rem);
}

.ae-about-proof strong {
	color: var(--ae-color-gold);
	display: block;
	font-family: var(--ae-font-heading);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 300;
	line-height: 1;
}

.ae-about-proof span,
.ae-about-value-card span {
	color: rgba(17, 17, 17, 0.58);
	display: block;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-top: 0.7rem;
	text-transform: uppercase;
}

.ae-about-story {
	align-items: center;
	display: grid;
	gap: clamp(1.2rem, 4vw, 4rem);
	grid-template-columns: minmax(20rem, 0.48fr) minmax(0, 1fr);
}

.ae-about-values__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.2rem;
}

.ae-about-value-card h3 {
	font-family: var(--ae-font-heading);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0.65rem 0 0;
}

.ae-event-story__copy h2,
.ae-event-poster-grid h2,
.ae-event-lineup h2,
.ae-event-hero h1 {
	font-family: var(--ae-font-heading);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.ae-event-hero__copy p,
.ae-event-story__copy p,
.ae-event-poster-grid p,
.ae-event-lineup p {
	color: rgba(17, 17, 17, 0.68);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.14rem);
	line-height: 1.75;
	margin: 1rem 0 0;
}

.ae-event-hero__media,
.ae-event-story__media,
.ae-event-poster-grid__items figure {
	background: rgba(231, 214, 184, 0.5);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	margin: 0;
	overflow: hidden;
}

.ae-event-hero__media img,
.ae-event-story__media img,
.ae-event-poster-grid__items img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-event-hero,
.ae-event-story {
	align-items: stretch;
	display: grid;
	gap: clamp(1.2rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.58fr);
}

.ae-event-hero__copy,
.ae-event-story__copy {
	align-self: center;
	min-width: 0;
}

.ae-events-page .ae-btn--light {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-events-page .ae-btn--outline-light {
	border-color: rgba(17, 17, 17, 0.24);
	color: var(--ae-color-ink);
}

.ae-event-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.6rem;
}

.ae-event-meta {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ae-event-meta div,
.ae-event-lineup__card {
	background: rgba(255, 250, 242, 0.62);
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding: clamp(1rem, 2.4vw, 1.6rem);
}

.ae-event-meta span,
.ae-event-lineup__card span {
	color: var(--ae-color-gold);
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ae-event-meta strong,
.ae-event-lineup__card strong {
	display: block;
	font-family: var(--ae-font-heading);
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.6rem;
}

.ae-event-story__copy a {
	color: var(--ae-color-ink);
	font-weight: 800;
}

.ae-event-poster-grid__items {
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.4rem;
}

.ae-event-poster-grid__items figure {
	min-height: 24rem;
}

.ae-event-lineup__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.4rem;
}

@media (max-width: 1180px) {
	.ae-product-stage,
	.ae-product-detail-grid,
	.ae-product-story {
		grid-template-columns: 1fr;
	}

	.ae-product-summary {
		align-self: auto;
	}

	.ae-product-detail-cards article:nth-child(n) {
		margin-top: 0;
	}
}

@media (max-width: 980px) {
	.ae-shop-hero__row,
	.ae-flow-layout,
	.ae-shop-listing,
	.ae-category-hero__grid,
	.ae-category-feature,
	.ae-event-hero,
	.ae-event-story,
	.ae-about-hero,
	.ae-about-story {
		grid-template-columns: 1fr;
	}

	.ae-flow-summary,
	.ae-shop-filter {
		position: static;
	}
}

@media (max-width: 860px) {
	.ae-product-hero {
		padding-top: 7.5rem;
	}

	.ae-event-meta,
	.ae-event-lineup__grid,
	.ae-event-poster-grid__items {
		grid-template-columns: 1fr;
	}

	.ae-product-gallery {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ae-product-gallery__thumbs {
		display: flex;
		grid-auto-rows: auto;
		order: 2;
		overflow-x: auto;
		padding-bottom: 0.2rem;
	}

	.ae-product-gallery__thumb {
		flex: 0 0 5rem;
		height: 5.5rem;
	}

	.ae-product-gallery__main {
		aspect-ratio: auto;
	}

	.ae-product-buy-box,
	.ae-product-promises,
	.ae-product-detail-cards {
		grid-template-columns: 1fr;
	}

	.ae-product-story__media {
		height: auto;
	}

	.ae-product-story__media img {
		aspect-ratio: 1.25;
	}

	.ae-shop-hero {
		padding-top: 7.5rem;
	}

	.ae-shop-toolbar,
	.ae-shop-results__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.ae-cart-item {
		grid-template-columns: clamp(5.6rem, 24vw, 7rem) minmax(0, 1fr);
	}

	.ae-cart-item__side {
		align-items: start;
		grid-column: 2;
	}
}

@media (max-width: 620px) {
	.ae-product-hero {
		min-height: auto;
		padding-top: 6.7rem;
	}

	.ae-product-breadcrumb {
		font-size: 0.64rem;
	}

	.ae-product-price-row,
	.ae-product-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.ae-product-code {
		white-space: normal;
	}

	.ae-size-picker button {
		flex: 1 1 calc(33.333% - 0.6rem);
	}

	.ae-shop-hero {
		padding-top: 6.7rem;
	}

	.ae-shop-hero h1 {
		font-size: 40px;
	}

	.ae-shop-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 22rem;
		width: 100%;
	}

	.ae-shop-tabs a {
		font-size: 0.58rem;
		letter-spacing: 0.08em;
		padding-inline: 0.35rem;
		text-align: center;
	}

	body:has(.ae-shop-flow) .ae-header-brand {
		font-size: 1.2rem;
		max-width: calc(100vw - 7.5rem);
		overflow: hidden;
	}

	.ae-about-hero h1,
	.ae-about-story h2,
	.ae-about-values h2 {
		font-size: 1.62rem;
		line-height: 1.28;
		overflow-wrap: anywhere;
	}

	.ae-about-hero__copy,
	.ae-about-story__copy,
	.ae-about-values {
		max-width: min(100%, 21rem);
	}

	.ae-checkout-steps,
	.ae-field-grid,
	.ae-mini-cart article,
	.ae-category-subnav,
	.ae-category-feature__stats,
	.ae-about-proof,
	.ae-about-values__grid {
		grid-template-columns: 1fr;
	}

	.ae-checkout-steps li + li {
		border-left: 0;
		border-top: 1px solid rgba(17, 17, 17, 0.12);
	}

	.ae-flow-panel__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.ae-cart-item {
		grid-template-columns: 1fr;
	}

	.ae-cart-item__media {
		max-width: 10rem;
	}

	.ae-cart-item__side {
		grid-column: auto;
	}

	.ae-cart-item__price,
	.ae-mini-cart b {
		text-align: left;
	}

	.ae-promo-form div,
	.ae-radio-card {
		grid-template-columns: 1fr;
	}

	.ae-promo-form button {
		width: 100%;
	}

}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.ae-js.ae-animations-ready [data-animate] {
		opacity: 1;
		transform: none;
	}

	.ae-cart-drawer__panel {
		transition-duration: 1800ms !important;
	}
}

.woocommerce-notices-wrapper {
	margin-inline: auto;
	max-width: var(--ae-max);
	padding: 0 var(--ae-page-gutter);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: rgba(255, 250, 242, 0.82);
	border-left: 4px solid var(--ae-color-gold);
	box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
	color: var(--ae-color-ink);
	line-height: 1.65;
	list-style: none;
	margin: 0 0 1rem;
	padding: 1rem 1.2rem;
}

.woocommerce-error {
	border-left-color: var(--ae-color-berry);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	margin-left: 1rem;
}

.ae-product-card__meta {
	flex-wrap: wrap;
}

.ae-product-card__meta > span:first-child {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
}

.ae-product-card__meta .amount,
.ae-cart-item__price .amount,
.ae-summary-lines .amount,
.ae-mini-cart .amount {
	color: inherit;
	font: inherit;
}

.ae-shop-sort select {
	background: rgba(255, 250, 242, 0.48);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	min-height: 2.8rem;
	padding: 0.65rem 0.8rem;
	text-transform: uppercase;
}

.woocommerce-pagination {
	margin-top: 1.5rem;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
	align-items: center;
	background: rgba(255, 250, 242, 0.52);
	border: 1px solid rgba(17, 17, 17, 0.14);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	justify-content: center;
	min-height: 2.8rem;
	min-width: 2.8rem;
	padding: 0.4rem 0.8rem;
	text-decoration: none;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
	background: var(--ae-color-ink);
	color: var(--ae-color-ivory);
}

.ae-product-summary .cart,
.ae-product-summary .variations_form {
	display: grid;
	gap: 1rem;
	margin-top: 1.4rem;
}

.ae-product-summary .quantity {
	display: inline-grid;
	grid-template-columns: minmax(0, 5rem);
}

.ae-product-summary .quantity label,
.ae-cart-item__side .quantity label {
	display: none;
}

.ae-product-summary .quantity input.qty,
.ae-cart-item__side .quantity input.qty {
	background: rgba(255, 250, 242, 0.5);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	min-height: 3rem;
	padding: 0.85rem 0.9rem;
	text-align: center;
	width: 100%;
}

.ae-product-summary .single_add_to_cart_button {
	min-width: 14rem;
}

.ae-product-summary table.variations {
	border-collapse: collapse;
	width: 100%;
}

.ae-product-summary table.variations th,
.ae-product-summary table.variations td {
	padding: 0 0 0.85rem;
	text-align: left;
	vertical-align: top;
}

.ae-product-summary table.variations label {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.ae-product-summary table.variations select,
.ae-checkout-form input.input-text,
.ae-checkout-form select,
.ae-checkout-form textarea {
	background: rgba(255, 250, 242, 0.5);
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: var(--ae-color-ink);
	min-height: 3rem;
	padding: 0.85rem 0.9rem;
	width: 100%;
}

.ae-product-summary .reset_variations {
	color: var(--ae-color-berry);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-product-summary .woocommerce-variation-add-to-cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ae-product-summary .woocommerce-variation-price,
.ae-product-summary .woocommerce-variation-availability {
	margin: 0 0 0.5rem;
}

.ae-product-summary .stock {
	color: var(--ae-color-green);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.ae-product-rich-text p {
	color: rgba(17, 17, 17, 0.68);
	line-height: 1.75;
	margin: 0.9rem 0 0;
}

.ae-product-rich-text p:first-child {
	margin-top: 0;
}

.ae-attribute-list {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ae-attribute-list li {
	color: rgba(17, 17, 17, 0.68);
	line-height: 1.7;
}

.ae-attribute-list strong {
	color: var(--ae-color-ink);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ae-cart-drawer__items h3 a {
	text-decoration: none;
}

.ae-cart-drawer__empty {
	color: rgba(17, 17, 17, 0.62);
	line-height: 1.6;
	margin: 0;
}

.ae-cart-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.2rem;
}

.ae-cart-item__side .ae-quantity .quantity {
	display: contents;
}

.ae-field-grid--checkout {
	align-items: start;
}

.ae-checkout-form .form-row {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	min-width: 0;
}

.ae-checkout-form .form-row-wide {
	grid-column: 1 / -1;
}

.ae-checkout-form .form-row label {
	color: rgba(17, 17, 17, 0.58);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

.ae-checkout-form .woocommerce-input-wrapper {
	display: block;
}

.ae-checkout-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.ae-checkout-form .required {
	color: var(--ae-color-berry);
	text-decoration: none;
}

.ae-checkout-form .select2-container {
	width: 100% !important;
}

.ae-checkout-form .select2-container .select2-selection--single,
.ae-checkout-form .select2-container .select2-selection--multiple {
	background: rgba(255, 250, 242, 0.5);
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 0;
	min-height: 3rem;
}

.ae-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 3rem;
	padding-left: 0.9rem;
}

.ae-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 3rem;
}

.woocommerce-checkout-review-order-table {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.woocommerce-checkout-payment {
	margin-top: 1rem;
}

.woocommerce-checkout-payment ul.payment_methods {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout-payment li {
	margin: 0;
}

.woocommerce-checkout-payment .wc_payment_method > label {
	align-items: center;
	background: rgba(255, 250, 242, 0.42);
	border: 1px solid rgba(17, 17, 17, 0.12);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 0.95rem;
}

.woocommerce-checkout-payment .payment_box {
	background: rgba(255, 250, 242, 0.42);
	border: 1px solid rgba(17, 17, 17, 0.12);
	margin-top: 0.65rem;
	padding: 0.95rem;
}

.woocommerce-checkout-payment .payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order {
	margin-top: 1rem;
}

.woocommerce-checkout-payment .place-order .button {
	width: 100%;
}

.woocommerce-checkout-payment .form-row {
	margin: 0;
}

.woocommerce-checkout-payment .terms,
.woocommerce-checkout-payment .wc-terms-and-conditions,
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
	color: rgba(17, 17, 17, 0.64);
	font-size: 0.82rem;
	line-height: 1.65;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text {
	color: rgba(17, 17, 17, 0.68);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.45;
}

.woocommerce-checkout-payment .wc_payment_method label img {
	margin-left: 0.5rem;
	max-height: 1.4rem;
	width: auto;
}

.woocommerce-checkout-payment .about_paypal {
	color: var(--ae-color-berry);
	font-size: 0.72rem;
	font-weight: 900;
	margin-left: 0.5rem;
	text-transform: uppercase;
}

@media (max-width: 620px) {
	.ae-product-summary .woocommerce-variation-add-to-cart,
	.ae-cart-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ae-product-summary .single_add_to_cart_button,
	.ae-cart-actions .ae-btn,
	.ae-shop-sort {
		width: 100%;
	}
}
