/* Auvrien homepage editorial system - loaded on the front page only. */
body.home #colophon.site-footer {
	display: none;
}

body.home .auvrien-home-v2 {
	--ah-ink: #171714;
	--ah-deep: #151713;
	--ah-ivory: #f6f3ec;
	--ah-paper: #fbfaf7;
	--ah-line: rgba(23, 23, 20, .16);
	--ah-muted: #66645d;
	--ah-gold: #8d7652;
	background: var(--ah-paper);
	color: var(--ah-ink);
	overflow: hidden;
}

/* Keep horizontal media rails inside the viewport instead of allowing the
   whole document to drift sideways on touch devices. */
html,
body.home {
	max-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

@supports (overflow: clip) {
	html,
	body.home {
		overflow-x: clip;
	}
}

body.home #wrapper,
body.home #inner-wrap,
body.home .site,
body.home .site-container,
body.home .content-wrap,
body.home .entry-content-wrap,
body.home .entry-content,
body.home .auvrien-home,
body.home .auvrien-home-v2 {
	max-width: 100%;
}

body.home .auvrien-home-v2 *,
body.home .auvrien-home-v2 *::before,
body.home .auvrien-home-v2 *::after {
	box-sizing: border-box;
}

body.home .auvrien-home-v2 h2,
body.home .auvrien-home-v2 h3,
body.home .auvrien-home-v2 p,
body.home .auvrien-home-v2 figure,
body.home .auvrien-home-v2 blockquote,
body.home .auvrien-home-v2 dl,
body.home .auvrien-home-v2 dd {
	margin-top: 0;
}

body.home .auvrien-home-v2 h2 {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: clamp(36px, 4.4vw, 66px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.02;
}

body.home .auvrien-home-v2 h3 {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-weight: 400;
}

body.home .auvrien-home-v2 p,
body.home .auvrien-home-v2 a,
body.home .auvrien-home-v2 button,
body.home .auvrien-home-v2 summary,
body.home .auvrien-home-v2 li,
body.home .auvrien-home-v2 blockquote {
	font-family: var(--global-body-font-family, Arial, sans-serif);
}

body.home .ah-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: calc(100% - 64px);
}

body.home .ah-section {
	padding: clamp(78px, 8vw, 118px) 0;
}

body.home .ah-kicker {
	color: var(--ah-gold);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.4;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.home .ah-section-head {
	align-items: end;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
	margin-bottom: 42px;
}

body.home .ah-section-head h2,
body.home .ah-section-head p:last-child {
	margin-bottom: 0;
}

body.home .ah-section-head > p,
body.home .ah-section-head > div > p:last-child {
	color: var(--ah-muted);
	font-size: 14px;
	line-height: 1.75;
}

body.home .ah-section-head-light h2,
body.home .ah-section-head-light > div > p:last-child {
	color: #f8f5ef;
}

body.home .ah-section-head-light > div > p:last-child {
	color: rgba(248, 245, 239, .68);
}

body.home .ah-slider {
	display: flex;
	gap: 18px;
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

/* Restored best-seller edit between real-life video and customer messages. */
body.home .ah-bestsellers {
	background: #f5f5f1;
}

body.home .ah-bestsellers .auvrien-section-heading {
	margin-bottom: 38px;
}

body.home .ah-bestsellers .products {
	margin-bottom: 0;
}

body.home .ah-slider::-webkit-scrollbar {
	display: none;
}

body.home .ah-slider-controls {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

body.home .ah-slider-controls button {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background .25s ease, color .25s ease, opacity .25s ease;
	width: 42px;
}

body.home .ah-slider-controls button:hover,
body.home .ah-slider-controls button:focus-visible {
	background: currentColor;
	color: var(--ah-deep);
	outline: none;
}

body.home .ah-slider-controls button:disabled {
	opacity: .28;
}

body.home .ah-slider-controls span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	min-width: 42px;
	text-align: center;
}

body.home .ah-placeholder {
	align-items: center;
	background: #777873;
	color: rgba(255, 255, 255, .92);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

body.home .ah-placeholder > span {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -.04em;
	position: relative;
	z-index: 1;
}

body.home .ah-placeholder::after {
	border: 1px solid rgba(255, 255, 255, .34);
	content: "";
	inset: 12px;
	pointer-events: none;
	position: absolute;
}

/* UGC video gallery */
body.home .ah-ugc {
	background: var(--ah-deep);
	color: #f8f5ef;
}

/* Keep the hero in motion even when mobile Safari blocks programmatic video playback. */
body.home .auvrien-video-hero {
	position: relative;
}

body.home .auvrien-video-hero-fallback,
body.home .auvrien-video-hero-media {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

body.home .auvrien-video-hero-fallback {
	opacity: 1;
	z-index: 0;
}

body.home .auvrien-video-hero-media {
	opacity: 0;
	transition: opacity .18s ease;
	z-index: 1;
}

body.home .auvrien-video-hero.is-video-playing .auvrien-video-hero-media {
	opacity: 1;
}

body.home .auvrien-video-hero.is-video-playing .auvrien-video-hero-fallback {
	opacity: 0;
}

body.home .auvrien-video-hero-copy {
	position: relative;
	z-index: 2;
}

body.home .ah-ugc .ah-section-head {
	grid-template-columns: minmax(0, 1fr) auto;
}

body.home .ah-ugc-card {
	background: #20221e;
	border: 1px solid rgba(255, 255, 255, .1);
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}

body.home .ah-video-placeholder {
	aspect-ratio: 9 / 14;
	background: #5f615d;
}

body.home .ah-video-player {
	aspect-ratio: 9 / 14;
	background: #5f615d;
	overflow: hidden;
	position: relative;
}

body.home .ah-video-player video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.home .ah-video-toggle {
	align-items: center;
	background: rgba(248, 245, 239, .94);
	border: 0;
	border-radius: 50%;
	bottom: 22px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 22px;
	transition: opacity .2s ease, transform .2s ease;
	width: 48px;
	z-index: 2;
}

body.home .ah-video-toggle:hover,
body.home .ah-video-toggle:focus-visible {
	outline: none;
	transform: scale(1.06);
}

body.home .ah-video-toggle i {
	border-bottom: 7px solid transparent;
	border-left: 11px solid #171714;
	border-top: 7px solid transparent;
	margin-left: 3px;
}

body.home .ah-video-player.is-playing .ah-video-toggle {
	opacity: 0;
	pointer-events: none;
}

body.home .ah-ugc-card:nth-child(2n) .ah-video-placeholder {
	background: #70716c;
}

body.home .ah-video-placeholder i {
	background: rgba(248, 245, 239, .92);
	border-radius: 50%;
	bottom: 22px;
	height: 46px;
	position: absolute;
	right: 22px;
	width: 46px;
}

body.home .ah-video-placeholder i::after {
	border-bottom: 7px solid transparent;
	border-left: 11px solid #171714;
	border-top: 7px solid transparent;
	content: "";
	left: 19px;
	position: absolute;
	top: 16px;
}

body.home .ah-card-meta {
	min-height: 146px;
	padding: 18px 18px 20px;
}

body.home .ah-card-meta span {
	color: rgba(248, 245, 239, .54);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.home .ah-card-meta h3 {
	color: #f8f5ef;
	font-size: 20px;
	line-height: 1.16;
	margin-bottom: 9px;
}

body.home .ah-card-meta p {
	color: rgba(248, 245, 239, .62);
	font-size: 11px;
	line-height: 1.55;
	margin-bottom: 0;
}

/* Selected reviews */
body.home .ah-reviews {
	background: var(--ah-ivory);
}

body.home .ah-reviews-heading {
	margin: 0 auto 22px;
	max-width: 760px;
	text-align: center;
}

body.home .ah-reviews-heading h2 {
	margin-bottom: 20px;
}

body.home .ah-rating-note {
	color: var(--ah-muted);
	font-size: 13px !important;
	letter-spacing: .02em;
}

body.home .ah-review-controls {
	color: var(--ah-ink);
	margin: 0 0 24px auto;
}

body.home .ah-review-controls button:hover,
body.home .ah-review-controls button:focus-visible {
	background: var(--ah-ink);
	color: var(--ah-ivory);
}

body.home .ah-review-track {
	gap: 22px;
}

body.home .ah-review-card {
	background: rgba(255, 255, 255, .72);
	border: 1px solid var(--ah-line);
	display: flex;
	flex: 0 0 calc((100% - 44px) / 3);
	flex-direction: column;
	min-width: 0;
	padding: 16px;
	scroll-snap-align: start;
}

body.home .ah-review-label {
	color: var(--ah-muted);
	font-size: 9px !important;
	font-weight: 700;
	letter-spacing: .15em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.home .ah-review-image {
	aspect-ratio: 4 / 5;
	background: #8a8a85;
	margin-bottom: 18px;
}

body.home .ah-review-card:nth-child(2n) .ah-review-image {
	background: #747570;
}

body.home .ah-stars {
	color: var(--ah-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.home .ah-review-card blockquote {
	color: var(--ah-ink);
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: 16px;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 18px;
}

body.home .ah-review-card > a.ah-chat-proof {
	aspect-ratio: 9 / 16;
	background: #e5e3dc;
	border: 1px solid var(--ah-line);
	display: block;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
}

body.home .ah-chat-proof img {
	display: block;
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
	width: 100%;
}

body.home .ah-chat-proof:hover img,
body.home .ah-chat-proof:focus-visible img {
	transform: scale(1.012);
}

body.home .ah-review-source {
	border-top: 1px solid var(--ah-line);
	color: var(--ah-muted);
	font-size: 8px !important;
	font-weight: 700;
	letter-spacing: .1em;
	margin: auto 0 0;
	padding-top: 13px;
	text-transform: uppercase;
}

body.home .ah-review-card > a {
	border-top: 1px solid var(--ah-line);
	color: var(--ah-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-top: auto;
	padding-top: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Assurance */
body.home .ah-assurance {
	background: var(--ah-paper);
}

body.home .ah-assurance-lead {
	margin: 0 auto 58px;
	max-width: 790px;
	text-align: center;
}

body.home .ah-shield {
	align-items: center;
	border: 1px solid var(--ah-gold);
	border-radius: 48% 48% 52% 52%;
	color: var(--ah-gold);
	display: inline-flex;
	font-size: 16px;
	height: 52px;
	justify-content: center;
	margin-bottom: 24px;
	width: 46px;
}

body.home .ah-assurance-lead h2 {
	font-size: clamp(36px, 4vw, 58px);
	margin-bottom: 22px;
}

body.home .ah-assurance-lead > p:last-child {
	color: var(--ah-muted);
	font-size: 14px;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 600px;
}

body.home .ah-assurance-grid {
	border-bottom: 1px solid var(--ah-line);
	border-top: 1px solid var(--ah-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .ah-assurance-grid article {
	border-left: 1px solid var(--ah-line);
	padding: 30px 26px 34px;
}

body.home .ah-assurance-grid article:first-child {
	border-left: 0;
}

body.home .ah-assurance-grid article > span {
	color: var(--ah-gold);
	display: block;
	font-size: 10px;
	letter-spacing: .14em;
	margin-bottom: 30px;
}

body.home .ah-assurance-grid h3 {
	font-size: 22px;
	line-height: 1.18;
	margin-bottom: 10px;
}

body.home .ah-assurance-grid p {
	color: var(--ah-muted);
	font-size: 12px;
	line-height: 1.65;
	margin-bottom: 0;
}

body.home .ah-company-proof {
	background: #eeece5;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	margin-top: 28px;
	padding: 28px 30px;
}

body.home .ah-company-proof > div {
	border-left: 1px solid var(--ah-line);
	padding: 0 26px;
}

body.home .ah-company-proof > div:first-child {
	border-left: 0;
	padding-left: 0;
}

body.home .ah-company-proof small,
body.home .ah-company-proof strong {
	display: block;
}

body.home .ah-company-proof small {
	color: var(--ah-muted);
	font-size: 9px;
	letter-spacing: .13em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

body.home .ah-company-proof strong {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.5;
}

/* CNC process */
body.home .ah-cnc {
	background: var(--ah-deep);
	color: #f8f5ef;
}

body.home .ah-cnc-grid {
	align-items: center;
	display: grid;
	gap: clamp(46px, 5vw, 72px);
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

body.home .ah-cnc-media {
	background: #0c0d0b;
	border: 1px solid rgba(248, 245, 239, .18);
	overflow: hidden;
}

body.home .ah-cnc-media video {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.home .ah-cnc-copy h2 {
	color: #f8f5ef !important;
	font-size: clamp(36px, 4vw, 58px);
	margin-bottom: 24px;
}

body.home .ah-cnc-copy > p:not(.ah-kicker) {
	color: rgba(248, 245, 239, .7);
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 34px;
}

body.home .ah-cnc-copy dl {
	border-top: 1px solid rgba(248, 245, 239, .18);
	margin-bottom: 0;
}

body.home .ah-cnc-copy dl > div {
	align-items: center;
	border-bottom: 1px solid rgba(248, 245, 239, .18);
	display: grid;
	grid-template-columns: 44px 1fr;
	padding: 16px 0;
}

body.home .ah-cnc-copy dt {
	color: rgba(248, 245, 239, .48);
	font-size: 10px;
	letter-spacing: .14em;
}

body.home .ah-cnc-copy dd {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: 17px;
}

/* Community image wall */
body.home .ah-community {
	background: #fff;
}

body.home .ah-community-grid {
	column-count: 4;
	column-gap: 14px;
}

body.home .ah-scene {
	break-inside: avoid;
	margin: 0 0 14px;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

body.home .ah-scene-link {
	background: #e9e7e1;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

body.home .ah-scene img {
	display: block;
	height: auto;
	transition: transform .35s ease;
	width: 100%;
}

body.home .ah-scene figcaption {
	background: rgba(19, 20, 18, .72);
	bottom: 12px;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	left: 12px;
	letter-spacing: .13em;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
}

body.home .ah-scene-link:hover img,
body.home .ah-scene-link:focus-visible img {
	transform: scale(1.018);
}

/* FAQ */
body.home .ah-faq {
	background: var(--ah-ivory);
}

body.home .ah-faq-grid {
	display: grid;
	gap: clamp(54px, 8vw, 120px);
	grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
}

body.home .ah-faq-intro {
	align-self: start;
	position: sticky;
	top: 110px;
}

body.home .ah-faq-intro h2 {
	font-size: clamp(38px, 4vw, 58px);
	margin-bottom: 24px;
}

body.home .ah-faq-intro > p:not(.ah-kicker) {
	color: var(--ah-muted);
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 26px;
}

body.home .ah-faq-intro > a {
	border-bottom: 1px solid currentColor;
	color: var(--ah-ink);
	font-size: 12px;
	padding-bottom: 4px;
	text-decoration: none;
}

body.home .ah-accordion {
	border-top: 1px solid var(--ah-line);
}

body.home .ah-accordion details {
	border-bottom: 1px solid var(--ah-line);
}

body.home .ah-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: 20px;
	justify-content: space-between;
	line-height: 1.3;
	list-style: none;
	padding: 25px 0;
}

body.home .ah-accordion summary::-webkit-details-marker {
	display: none;
}

body.home .ah-accordion summary span {
	flex: 0 0 18px;
	height: 18px;
	margin-left: 20px;
	position: relative;
	width: 18px;
}

body.home .ah-accordion summary span::before,
body.home .ah-accordion summary span::after {
	background: var(--ah-ink);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .22s ease;
}

body.home .ah-accordion summary span::before {
	height: 1px;
	width: 16px;
}

body.home .ah-accordion summary span::after {
	height: 16px;
	width: 1px;
}

body.home .ah-accordion details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

body.home .ah-accordion details > div {
	max-width: 680px;
	padding: 0 56px 28px 0;
}

body.home .ah-accordion details p {
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.75;
	margin-bottom: 0;
}

/* Lifetime membership */
body.home .ah-membership {
	background: var(--ah-deep);
	color: #f8f5ef;
}

body.home .ah-membership-grid {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
}

body.home .ah-membership-image {
	aspect-ratio: 5 / 4;
	background: #62635f;
	flex-direction: column;
}

body.home .ah-membership-image small {
	font-size: 9px;
	letter-spacing: .15em;
	margin-top: 10px;
	text-transform: uppercase;
}

body.home .ah-membership-copy {
	align-items: flex-start;
	background: #1d201b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(44px, 6vw, 86px);
}

body.home .ah-membership-copy h2 {
	font-size: clamp(38px, 4vw, 60px);
	margin-bottom: 28px;
}

body.home .ah-membership-price {
	align-items: baseline;
	border-bottom: 1px solid rgba(248, 245, 239, .18);
	border-top: 1px solid rgba(248, 245, 239, .18);
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
	padding: 17px 0;
	width: 100%;
}

body.home .ah-membership-price strong {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: 28px;
	font-weight: 400;
}

body.home .ah-membership-price span {
	color: rgba(248, 245, 239, .6);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.home .ah-membership-copy > p:not(.ah-kicker):not(.ah-membership-price) {
	color: rgba(248, 245, 239, .7);
	font-size: 14px;
	line-height: 1.7;
}

body.home .ah-membership-copy ul {
	list-style: none;
	margin: 8px 0 34px;
	padding: 0;
	width: 100%;
}

body.home .ah-membership-copy li {
	border-bottom: 1px solid rgba(248, 245, 239, .16);
	font-size: 12px;
	letter-spacing: .04em;
	padding: 13px 0;
}

body.home .ah-primary-link {
	background: #f8f5ef;
	color: var(--ah-ink);
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	padding: 17px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .22s ease, color .22s ease;
}

body.home .ah-primary-link:hover,
body.home .ah-primary-link:focus-visible {
	background: var(--ah-gold);
	color: #fff;
	outline: none;
}

/* Homepage footer */
body.home .ah-footer {
	background: #0e0f0d;
	color: #f8f5ef;
	padding: 76px 0 32px;
}

body.home .ah-footer-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	padding-bottom: 66px;
}

body.home .ah-footer-logo {
	color: #f8f5ef;
	display: inline-block;
	font-family: var(--global-heading-font-family, Georgia, serif) !important;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 20px;
	text-decoration: none;
}

body.home .ah-footer-brand p,
body.home .ah-footer-contact p {
	color: rgba(248, 245, 239, .56);
	font-size: 12px;
	line-height: 1.7;
	max-width: 300px;
}

body.home .ah-footer h2 {
	color: rgba(248, 245, 239, .5);
	font-family: var(--global-body-font-family, Arial, sans-serif);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 22px;
	text-transform: uppercase;
}

body.home .ah-footer nav a,
body.home .ah-footer-contact a {
	color: #f8f5ef;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	text-decoration: none;
}

body.home .ah-footer nav a:hover,
body.home .ah-footer-contact a:hover,
body.home .ah-footer nav a:focus-visible,
body.home .ah-footer-contact a:focus-visible {
	color: #c9b28d;
	outline: none;
}

body.home .ah-footer-company {
	align-items: end;
	border-top: 1px solid rgba(248, 245, 239, .16);
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding-top: 28px;
}

body.home .ah-footer-company p {
	color: rgba(248, 245, 239, .5);
	font-size: 9px;
	letter-spacing: .035em;
	line-height: 1.65;
	margin-bottom: 0;
}

body.home .ah-footer-company strong {
	color: rgba(248, 245, 239, .74);
	font-weight: 600;
}

@media (max-width: 1024px) {
	body.home .ah-shell {
		width: calc(100% - 40px);
	}

	body.home .ah-ugc-card {
		flex-basis: calc((100% - 36px) / 3);
	}

	body.home .ah-review-card {
		flex-basis: calc((100% - 44px) / 3);
	}

	body.home .ah-assurance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .ah-assurance-grid article:nth-child(3) {
		border-left: 0;
	}

	body.home .ah-assurance-grid article:nth-child(n + 3) {
		border-top: 1px solid var(--ah-line);
	}

	body.home .ah-company-proof {
		grid-template-columns: 1fr;
	}

	body.home .ah-company-proof > div,
	body.home .ah-company-proof > div:first-child {
		border-left: 0;
		border-top: 1px solid var(--ah-line);
		padding: 18px 0;
	}

	body.home .ah-company-proof > div:first-child {
		border-top: 0;
		padding-top: 0;
	}

	body.home .ah-cnc-grid {
		grid-template-columns: 1fr;
	}

	body.home .ah-cnc-copy {
		max-width: 720px;
	}

	body.home .ah-community-grid {
		column-count: 3;
	}

	body.home .ah-membership-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.home .ah-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.home #wrapper,
	body.home #inner-wrap,
	body.home .site,
	body.home .site-container,
	body.home .content-wrap,
	body.home .entry-content-wrap,
	body.home .entry-content,
	body.home .auvrien-home,
	body.home .auvrien-home-v2,
	body.home .ah-section,
	body.home .ah-shell {
		min-width: 0;
	}

	body.home .ah-bestsellers {
		padding-bottom: 52px;
		padding-top: 52px;
	}

	body.home .ah-bestsellers .auvrien-section-heading {
		margin-bottom: 24px;
	}

	body.home .ah-shell {
		width: calc(100% - 32px);
	}

	body.home .ah-section {
		padding: 58px 0;
	}

	body.home .ah-assurance {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	body.home .auvrien-home-v2 h2 {
		font-size: 36px;
		letter-spacing: -.025em;
		line-height: 1.06;
	}

	body.home .ah-kicker {
		font-size: 9px !important;
		margin-bottom: 13px;
	}

	body.home .ah-section-head,
	body.home .ah-ugc .ah-section-head {
		align-items: start;
		gap: 24px;
		grid-template-columns: 1fr;
		margin-bottom: 26px;
	}

	body.home .ah-section-head > p,
	body.home .ah-section-head > div > p:last-child {
		font-size: 13px;
		line-height: 1.62;
	}

	body.home .ah-slider-controls {
		display: none !important;
	}

	body.home .ah-slider-controls button {
		height: 38px;
		width: 38px;
	}

	body.home .ah-ugc-card {
		flex-basis: 78%;
	}

	body.home .ah-ugc {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	body.home .ah-ugc .ah-section-head {
		gap: 0;
		margin-bottom: 15px;
	}

	body.home .ah-ugc .ah-section-head h2 {
		color: #f8f5ef !important;
		font-size: 31px;
		line-height: 1.08;
		margin-bottom: 14px;
	}

	body.home .ah-ugc .ah-section-head > div > p:last-child {
		color: rgba(248, 245, 239, .68) !important;
		font-size: 12px;
		line-height: 1.58;
		max-width: 34em;
	}

	body.home .ah-ugc .ah-slider-controls {
		justify-content: space-between;
		width: 100%;
	}

	body.home .ah-video-placeholder {
		aspect-ratio: 9 / 13;
	}

	body.home .ah-video-player {
		aspect-ratio: 9 / 13;
	}

	body.home .ah-card-meta {
		min-height: 122px;
		padding: 15px 15px 17px;
	}

	body.home .ah-card-meta h3 {
		color: #f8f5ef !important;
		font-size: 18px;
		line-height: 1.15;
	}

	body.home .ah-card-meta p {
		font-size: 10px;
		line-height: 1.5;
	}

	body.home .ah-reviews-heading {
		margin-bottom: 15px;
		text-align: left;
	}

	body.home .ah-review-controls {
		margin: 0;
	}

	body.home .ah-review-card {
		flex-basis: 64%;
		padding: 12px;
	}

	body.home .ah-review-card > a.ah-chat-proof {
		aspect-ratio: 5 / 8;
		margin-bottom: 13px;
	}

	body.home .ah-review-card blockquote {
		display: -webkit-box;
		font-size: 13px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.42;
		margin-bottom: 13px;
		overflow: hidden;
	}

	body.home .ah-review-label {
		font-size: 8px !important;
		margin-bottom: 9px;
	}

	body.home .ah-review-source {
		font-size: 7px !important;
		letter-spacing: .075em;
		padding-top: 10px;
	}

	body.home .ah-review-image {
		aspect-ratio: 5 / 4;
	}

	body.home .ah-assurance-lead {
		margin-bottom: 28px;
		text-align: left;
	}

	body.home .ah-shield {
		height: 46px;
		width: 41px;
	}

	body.home .ah-assurance-lead h2,
	body.home .ah-cnc-copy h2,
	body.home .ah-faq-intro h2,
	body.home .ah-membership-copy h2 {
		font-size: 35px;
	}

	body.home .ah-assurance-lead h2 {
		font-size: 31px;
		line-height: 1.06;
		margin-bottom: 17px;
	}

	body.home .ah-assurance-lead > p:last-child {
		font-size: 12px;
		line-height: 1.58;
	}

	body.home .ah-assurance-grid {
		border-bottom: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .ah-assurance-grid article,
	body.home .ah-assurance-grid article:first-child,
	body.home .ah-assurance-grid article:nth-child(3) {
		border-left: 0;
		border-top: 0;
		min-height: 142px;
		padding: 18px 16px 19px 0;
	}

	body.home .ah-assurance-grid article:nth-child(even) {
		border-left: 1px solid var(--ah-line);
		padding-left: 16px;
		padding-right: 0;
	}

	body.home .ah-assurance-grid article:nth-child(n + 3) {
		border-top: 1px solid var(--ah-line);
	}

	body.home .ah-assurance-grid article > span {
		font-size: 8px;
		margin-bottom: 14px;
	}

	body.home .ah-assurance-grid h3 {
		font-size: 17px;
		line-height: 1.18;
		margin-bottom: 8px;
	}

	body.home .ah-assurance-grid p {
		font-size: 10px;
		line-height: 1.48;
	}

	body.home .ah-company-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
		padding: 18px;
	}

	body.home .ah-company-proof > div,
	body.home .ah-company-proof > div:first-child {
		border-left: 0;
		border-top: 1px solid var(--ah-line);
		padding: 13px 0 0;
	}

	body.home .ah-company-proof > div:first-child {
		border-top: 0;
		grid-column: 1 / -1;
		padding-top: 0;
	}

	body.home .ah-company-proof > div:nth-child(2) {
		border-right: 1px solid var(--ah-line);
		margin-right: 12px;
		padding-right: 12px;
	}

	body.home .ah-company-proof small {
		font-size: 7px;
		letter-spacing: .12em;
		margin-bottom: 6px;
	}

	body.home .ah-company-proof strong {
		font-size: 9px;
		letter-spacing: .02em;
		line-height: 1.45;
	}

	body.home .ah-cnc-grid {
		gap: 24px;
	}

	body.home .ah-cnc-media video {
		aspect-ratio: 4 / 3;
	}

	body.home .ah-cnc {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	body.home .ah-cnc-copy {
		text-align: center;
	}

	body.home .ah-cnc-copy h2 {
		color: #f8f5ef !important;
		font-size: 29px !important;
		line-height: 1.12;
		margin: 0 auto 16px;
		max-width: 13em;
	}

	body.home .ah-cnc-copy > p:not(.ah-kicker) {
		font-size: 12px;
		line-height: 1.58;
		margin: 0 auto 24px;
		max-width: 35em;
	}

	body.home .ah-cnc-copy dl > div {
		grid-template-columns: 32px 1fr;
		padding: 13px 0;
		text-align: left;
	}

	body.home .ah-cnc-copy dt {
		font-size: 8px;
	}

	body.home .ah-cnc-copy dd {
		color: #f8f5ef;
		font-size: 15px;
	}

	body.home .ah-community-grid {
		column-count: 2;
		column-gap: 8px;
	}

	body.home .ah-scene {
		margin-bottom: 8px;
	}

	body.home .ah-scene figcaption {
		bottom: 8px;
		font-size: 8px;
		left: 8px;
	}

	body.home .ah-faq-grid {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	body.home .ah-faq-intro {
		position: static;
	}

	body.home .ah-accordion summary {
		font-size: 17px;
		padding: 21px 0;
	}

	body.home .ah-accordion details > div {
		padding-right: 28px;
	}

	body.home .ah-membership-grid {
		grid-template-columns: 1fr;
	}

	body.home .ah-membership-image {
		aspect-ratio: 4 / 3;
	}

	body.home .ah-membership-copy {
		padding: 38px 24px 44px;
	}

	body.home .ah-membership-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	body.home .ah-footer {
		padding: 54px 0 26px;
	}

	body.home .ah-footer-grid {
		gap: 36px 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 46px;
	}

	body.home .ah-footer-brand {
		grid-column: span 2;
	}

	body.home .ah-footer-contact {
		grid-column: span 2;
	}

	body.home .ah-footer-company {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .ah-slider,
	body.home .ah-primary-link,
	body.home .ah-slider-controls button,
	body.home .ah-accordion summary span::after {
		scroll-behavior: auto;
		transition: none;
	}
}

body.home .ah-chat-proof,
body.home .ah-scene-link {
	cursor: zoom-in;
}

.ah-lightbox[hidden] {
	display: none !important;
}

.ah-lightbox {
	align-items: center;
	background: rgba(8, 9, 7, .94);
	box-sizing: border-box;
	cursor: zoom-out;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(18px, 4vw, 56px);
	position: fixed;
	z-index: 999999;
}

.ah-lightbox-image {
	box-shadow: 0 24px 80px rgba(0, 0, 0, .42);
	cursor: default;
	display: block;
	max-height: calc(100vh - 72px);
	max-height: calc(100dvh - 72px);
	max-width: min(92vw, 1400px);
	object-fit: contain;
}

.ah-lightbox-close {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .96);
	border: 0;
	border-radius: 50%;
	color: #171714;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	position: absolute;
	right: clamp(14px, 2.6vw, 34px);
	top: clamp(14px, 2.6vw, 34px);
	width: 48px;
	z-index: 1;
}

.ah-lightbox-close:hover,
.ah-lightbox-close:focus-visible {
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
	outline: none;
}

@media (max-width: 767px) {
	.ah-lightbox {
		padding: 14px;
	}

	.ah-lightbox-image {
		max-height: calc(100vh - 28px);
		max-height: calc(100dvh - 28px);
		max-width: calc(100vw - 28px);
	}

	.ah-lightbox-close {
		height: 44px;
		right: 12px;
		top: 12px;
		width: 44px;
	}
}
