.oa-style-guide,
.oa-style-guide-archive {
	--oa-sg-primary: #171717;
	--oa-sg-accent: #b5265e;
	--oa-sg-columns: 4;
	color: var(--oa-sg-primary);
	font-family: inherit;
}

.oa-style-guide *,
.oa-style-guide *::before,
.oa-style-guide *::after,
.oa-style-guide-archive *,
.oa-style-guide-archive *::before,
.oa-style-guide-archive *::after {
	box-sizing: border-box;
}

.oa-style-guide {
	max-width: 1320px;
	margin-inline: auto;
}

.oa-style-guide__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(24px, 5vw, 68px);
	align-items: center;
	padding: clamp(34px, 7vw, 90px) clamp(24px, 6vw, 80px);
	border-radius: 26px;
	background: var(--oa-sg-primary);
	color: #fff;
}

.oa-style-guide__logo {
	width: clamp(100px, 14vw, 180px);
	height: clamp(100px, 14vw, 180px);
	object-fit: contain;
}

.oa-style-guide__header h1,
.oa-style-guide-archive__header h1 {
	color: inherit;
	font-size: clamp(40px, 7vw, 86px);
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin: 0;
}

.oa-style-guide__eyebrow,
.oa-style-guide__brand,
.oa-style-guide-archive__header > p {
	color: var(--oa-sg-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.oa-style-guide__eyebrow {
	margin: 0 0 12px;
}

.oa-style-guide__intro {
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.6;
	margin: 24px 0 0;
	max-width: 760px;
	opacity: 0.84;
}

.oa-style-guide__filters {
	background: #f6f3f4;
	border: 1px solid #e5dfe1;
	border-radius: 16px;
	margin: 28px 0;
	padding: 18px;
}

.oa-style-guide__filter-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(110px, 1fr)) auto;
	gap: 10px;
}

.oa-style-guide__filters select,
.oa-style-guide__filters input,
.oa-style-guide__filters button {
	appearance: none;
	border: 1px solid #cbc4c6;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font: inherit;
	min-height: 44px;
	padding: 8px 12px;
	width: 100%;
}

.oa-style-guide__filters button {
	border-color: var(--oa-sg-accent);
	background: var(--oa-sg-accent);
	color: #fff;
	cursor: pointer;
	font-weight: 750;
}

.oa-style-guide__results-head {
	display: flex;
	justify-content: flex-end;
	margin: 22px 0 12px;
}

.oa-style-guide__results-head p,
.oa-style-guide__footer {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.oa-style-guide__grid {
	display: grid;
	grid-template-columns: repeat(var(--oa-sg-columns), minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 30px);
}

.oa-style-guide__card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e1ddde;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 9px 32px rgba(20, 10, 14, 0.06);
}

.oa-style-guide__card-image {
	display: block;
	position: relative;
	background: #f2eff0;
	color: #777;
	overflow: hidden;
	text-decoration: none;
}

.oa-style-guide__card-image > img,
.oa-style-guide__card-image > span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform 220ms ease;
}

.oa-style-guide__card:hover .oa-style-guide__card-image > img {
	transform: scale(1.025);
}

.oa-style-guide__badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #ece8e9;
	color: #433d3f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.oa-style-guide__card-image .oa-style-guide__badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.oa-style-guide__badge--available {
	background: #dff5e7;
	color: #176b39;
}

.oa-style-guide__badge--sold-out,
.oa-style-guide__badge--discontinued {
	background: #f5e1e1;
	color: #8c2525;
}

.oa-style-guide__badge--not-for-sale {
	background: #eee6f7;
	color: #684083;
}

.oa-style-guide__badge--identification {
	background: #e8eef7;
	color: #31537b;
}

.oa-style-guide__card-body {
	padding: 20px;
}

.oa-style-guide__brand {
	display: inline-block;
	text-decoration: none;
}

.oa-style-guide__card-taxonomies {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin-bottom: 8px;
}

.oa-style-guide__card h2 {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.15;
	margin: 0;
}

.oa-style-guide__card h2 a {
	color: inherit;
	text-decoration: none;
}

.oa-style-guide__identified-as {
	font-size: 13px;
	margin: 8px 0 0;
	opacity: 0.62;
}

.oa-style-guide__card-context {
	font-size: 12px;
	letter-spacing: 0.04em;
	margin: 12px 0 0;
	opacity: 0.72;
}

.oa-style-guide__price,
.oa-style-item__price {
	font-size: 16px;
	font-weight: 800;
	margin: 16px 0 0;
}

.oa-style-guide__empty {
	grid-column: 1 / -1;
	border: 1px dashed #bbb;
	border-radius: 12px;
	padding: 36px;
	text-align: center;
}

.oa-style-guide__pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 36px 0;
	padding: 0;
}

.oa-style-guide__pagination a,
.oa-style-guide__pagination span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: inherit;
	text-decoration: none;
}

.oa-style-guide__pagination .current {
	border-color: var(--oa-sg-accent);
	background: var(--oa-sg-accent);
	color: #fff;
}

.oa-style-guide__footer {
	border-top: 1px solid #dedede;
	margin-top: 42px;
	padding: 22px 0;
	text-align: right;
}

/* Complete celebrity Style */
.oa-style-guide--single {
	margin-top: 24px;
}

.oa-style-look__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(28px, 6vw, 86px);
	align-items: start;
}

.oa-style-look__celebrity-image,
.oa-style-item__image-placeholder {
	overflow: hidden;
	border-radius: 20px;
	background: #f3f0f1;
}

.oa-style-look__celebrity-image > img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 900px;
	object-fit: contain;
}

.oa-style-item__image-placeholder {
	display: grid;
	place-items: center;
	min-height: 520px;
	color: #7a7375;
}

.oa-style-look__summary {
	position: sticky;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
}

.oa-style-look__summary h2 {
	font-size: clamp(38px, 5.4vw, 70px);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 8px 0 20px;
}

.oa-style-look__piece-count {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.oa-style-item__details {
	margin: 26px 0 0;
}

.oa-style-item__details > div {
	display: grid;
	grid-template-columns: minmax(120px, 0.65fr) 1fr;
	gap: 18px;
	border-bottom: 1px solid #e6e1e2;
	padding: 14px 0;
}

.oa-style-item__details dt {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.oa-style-item__details dd {
	margin: 0;
}

.oa-style-look__gallery-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.oa-style-look__gallery-links a,
.oa-style-item__album-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid var(--oa-sg-accent);
	border-radius: 999px;
	color: var(--oa-sg-accent);
	font-size: 12px;
	font-weight: 800;
	padding: 10px 14px;
	text-decoration: none;
}

.oa-style-look__items-section {
	border-top: 1px solid #dedede;
	margin-top: clamp(55px, 9vw, 110px);
	padding-top: clamp(42px, 7vw, 78px);
}

.oa-style-look__section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.oa-style-look__section-heading p {
	color: var(--oa-sg-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.oa-style-look__section-heading h2 {
	font-size: clamp(36px, 5vw, 64px);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.oa-style-look__items-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
}

.oa-style-piece {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e1ddde;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 32px rgba(20, 10, 14, 0.055);
}

.oa-style-piece__image {
	display: grid;
	place-items: center;
	min-height: 280px;
	background: #f4f1f2;
	color: #7b7476;
}

.oa-style-piece__image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 560px;
	aspect-ratio: 4 / 5;
	object-fit: contain;
}

.oa-style-piece__body {
	padding: clamp(20px, 3vw, 30px);
}

.oa-style-item__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 18px;
}

.oa-style-piece h3 {
	font-size: clamp(24px, 3vw, 36px);
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 8px 0 22px;
}

.oa-style-piece__commerce {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid #e4dfe0;
	padding-top: 18px;
}

.oa-style-piece__commerce > strong {
	font-size: 17px;
}

.oa-style-piece__commerce > a,
.oa-style-piece__alternative a {
	color: var(--oa-sg-accent);
	font-size: 13px;
	font-weight: 800;
}

.oa-style-piece__alternative {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	border-radius: 12px;
	background: #f5f1f3;
	margin-top: 24px;
	padding: 14px;
}

.oa-style-piece__alternative img {
	display: block;
	width: 82px;
	height: 82px;
	border-radius: 8px;
	object-fit: cover;
}

.oa-style-piece__alternative span {
	display: block;
	color: var(--oa-sg-accent);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.oa-style-piece__alternative h4 {
	font-size: 16px;
	line-height: 1.2;
	margin: 4px 0;
}

.oa-style-piece__alternative strong,
.oa-style-piece__alternative a {
	display: inline-block;
	margin: 3px 10px 0 0;
}

.oa-style-item__section {
	border-top: 1px solid #dedede;
	margin-top: clamp(50px, 8vw, 100px);
	padding-top: clamp(36px, 6vw, 70px);
}

.oa-style-item__section > h2 {
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.03em;
	margin: 0 0 28px;
}

.oa-style-item__description {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
	gap: clamp(30px, 8vw, 110px);
}

.oa-style-item__description > div {
	font-size: 17px;
	line-height: 1.75;
}

.oa-style-item__taxonomy-links {
	display: grid;
	gap: 14px;
	border-block: 1px solid #dedede;
	margin-top: 70px;
	padding: 24px 0;
}

.oa-style-item__taxonomy-links > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.oa-style-item__taxonomy-links strong {
	min-width: 100px;
}

.oa-style-item__taxonomy-links a {
	color: var(--oa-sg-accent);
}

/* Page-style single layout */
.oa-style-guide-single-page {
	box-sizing: border-box;
	width: min(1180px, calc(100% - 40px));
	max-width: none;
	margin: 0 auto;
	padding: clamp(34px, 5vw, 72px) 0 80px;
}

.oa-style-guide--single {
	margin: 0;
}

.oa-style-guide--single,
.oa-style-guide--single * {
	box-sizing: border-box;
}

.oa-style-guide--single img {
	max-width: 100% !important;
}

.oa-style-look__page-header {
	border-bottom: 1px solid #e6e1e2;
	margin-bottom: clamp(30px, 5vw, 58px);
	padding-bottom: clamp(20px, 3vw, 34px);
	text-align: center;
}

.oa-style-look__page-header h1 {
	font-size: clamp(38px, 6vw, 68px);
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
}

.oa-style-look__hero {
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
}

.oa-style-look__media {
	min-width: 0;
}

.oa-style-look__celebrity-image {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 720px;
	border: 1px solid #e6e1e2;
	border-radius: 24px;
	background: #f7f4f5;
	overflow: hidden;
}

.oa-style-look__celebrity-image > img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 720px !important;
	border-radius: inherit;
	object-fit: contain;
}

.oa-style-item__image-placeholder {
	width: 100%;
	min-height: 460px;
	border-radius: 24px;
}

.oa-style-look__summary {
	position: static;
	border: 1px solid #e6e1e2;
	border-radius: 20px;
	background: #fff;
	padding: clamp(22px, 4vw, 38px);
}

.oa-style-item__details {
	margin: 0;
}

.oa-style-item__details > div:first-child {
	padding-top: 0;
}

.oa-style-item__details > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.oa-style-look__gallery-links {
	justify-content: center;
	margin-top: 16px;
}

.oa-style-look__gallery-links a {
	background: #fff;
	padding: 9px 13px;
}

.oa-style-item__section {
	border-top: 0;
	margin-top: clamp(55px, 8vw, 96px);
	padding-top: 0;
}

.oa-style-item__description {
	display: block;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e8e2e4;
	border-radius: 24px;
	background: #faf7f8;
	padding: clamp(28px, 5vw, 58px);
	text-align: center;
}

.oa-style-item__section.oa-style-item__description > h2 {
	font-size: clamp(32px, 4.5vw, 50px);
	line-height: 1.05;
	margin: 0 0 22px;
}

.oa-style-item__description > div {
	max-width: 680px;
	margin: 0 auto;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.75;
}

.oa-style-item__description > div > :first-child {
	margin-top: 0;
}

.oa-style-item__description > div > :last-child {
	margin-bottom: 0;
}

.oa-style-look__items-section {
	border-top: 0;
	margin-top: clamp(58px, 9vw, 105px);
	padding-top: 0;
}

.oa-style-look__section-heading {
	display: block;
	margin-bottom: clamp(30px, 5vw, 52px);
	text-align: center;
}

.oa-style-look__section-heading h2 {
	font-size: clamp(38px, 6vw, 64px);
	line-height: 1;
	margin: 0;
}

.oa-style-look__items-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 280px));
	justify-content: center;
	gap: clamp(20px, 3vw, 30px);
}

.oa-style-piece {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #e4dfe0;
	border-radius: 20px;
	box-shadow: none;
	overflow: hidden;
}

.oa-style-piece__image {
	width: 100%;
	min-height: 0;
	aspect-ratio: 4 / 5;
	border-bottom: 1px solid #ebe6e7;
	background: #f7f4f5;
	padding: 16px;
}

.oa-style-piece__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-height: none;
	aspect-ratio: auto;
	object-fit: contain;
}

.oa-style-piece__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.oa-style-piece .oa-style-guide__card-taxonomies {
	margin-bottom: 12px;
}

.oa-style-piece h3 {
	font-size: clamp(22px, 2.4vw, 28px);
	line-height: 1.12;
	margin: 0;
}

.oa-style-piece__identification {
	margin-top: 16px;
}

.oa-style-piece__commerce {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: auto;
	border-top: 1px solid #e8e3e4;
	padding-top: 18px;
}

.oa-style-piece__commerce > strong {
	font-size: 16px;
}

.oa-style-piece__commerce > a {
	margin-left: auto;
}

.oa-style-piece__alternative {
	margin-top: 18px;
}

.oa-style-item__taxonomy-links {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* Taxonomy and post-type archives */
.oa-style-guide-archive {
	max-width: 1320px;
	margin: 0 auto;
	padding: clamp(30px, 6vw, 80px) 20px;
}

.oa-style-guide-archive__header {
	margin-bottom: clamp(35px, 6vw, 70px);
	max-width: 850px;
}

.oa-style-guide-archive__header > p {
	margin: 0 0 12px;
}

.oa-style-guide-archive__header > div {
	font-size: 18px;
	line-height: 1.7;
	margin-top: 20px;
}

@media (max-width: 1000px) {
	.oa-style-guide__filter-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oa-style-guide__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.oa-style-guide__header,
	.oa-style-look__hero,
	.oa-style-item__description {
		grid-template-columns: 1fr;
	}

	.oa-style-guide__header {
		text-align: center;
	}

	.oa-style-guide__logo {
		margin-inline: auto;
	}

	.oa-style-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oa-style-look__summary {
		position: static;
	}

	.oa-style-look__items-grid {
		grid-template-columns: minmax(0, 360px);
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.oa-style-guide-single-page {
		width: min(100% - 24px, 1180px);
		padding-top: 24px;
	}

	.oa-style-look__summary,
	.oa-style-item__description {
		border-radius: 16px;
	}

	.oa-style-guide__filter-grid,
	.oa-style-guide__grid {
		grid-template-columns: 1fr;
	}

	.oa-style-item__details > div {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}
}

/* Directory image polish */
.oa-style-guide--directory .oa-style-guide__card-image {
	margin: 10px 10px 0;
	border: 1px solid #e5dfe1;
	border-radius: 9px;
}

.oa-style-guide--directory .oa-style-guide__card-image > img,
.oa-style-guide--directory .oa-style-guide__card-image > span:first-child {
	border: 0 !important;
	border-radius: inherit;
}

/* Retail-style Shop the Look cards */
.oa-style-look__items-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 255px));
	gap: 22px;
}

.oa-style-piece {
	border: 1px solid #e7e2e3;
	border-radius: 10px;
	background: #fff;
}

.oa-style-piece__image {
	position: relative;
	width: calc(100% - 20px);
	height: 270px;
	min-height: 270px;
	margin: 10px 10px 0;
	border: 0;
	border-radius: 8px;
	background: #f6f5f5;
	padding: 14px;
	overflow: hidden;
}

.oa-style-piece__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: none !important;
	border: 0 !important;
	object-fit: contain !important;
}

.oa-style-piece__overlay {
	display: inline-flex;
	position: absolute;
	z-index: 2;
	align-items: center;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 7px 9px;
	text-transform: uppercase;
}

.oa-style-piece__overlay--identification {
	top: 10px;
	left: 10px;
	background: #e8eef7;
	color: #31537b;
}

.oa-style-piece__overlay--availability {
	right: 10px;
	bottom: 10px;
	background: #ece8e9;
	color: #433d3f;
}

.oa-style-piece__overlay--available {
	background: #dff5e7;
	color: #176b39;
}

.oa-style-piece__overlay--sold-out,
.oa-style-piece__overlay--discontinued {
	background: #f5e1e1;
	color: #8c2525;
}

.oa-style-piece__overlay--not-for-sale {
	background: #eee6f7;
	color: #684083;
}

.oa-style-piece__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.oa-style-piece h3 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.oa-style-piece__type {
	display: inline-block;
	align-self: flex-start;
	margin-top: 4px;
	color: #686164;
	font-size: 11px;
	line-height: 1.4;
	text-decoration: none;
}

.oa-style-piece__price {
	display: block;
	margin-top: 14px;
	font-size: 14px;
}

.oa-style-piece__button,
.oa-style-alternative__body > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	margin-top: 14px;
	border: 1px solid var(--oa-sg-primary);
	border-radius: 4px;
	background: var(--oa-sg-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.oa-style-piece__button:hover,
.oa-style-piece__button:focus,
.oa-style-alternative__body > a:hover,
.oa-style-alternative__body > a:focus {
	filter: brightness(1.12);
	color: #fff;
}

/* Alternatives live separately so main product cards stay compact. */
.oa-style-look__alternatives-section {
	margin-top: 52px;
}

.oa-style-look__alternatives-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 230px));
	justify-content: center;
	gap: 20px;
}

.oa-style-alternative {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #e7e2e3;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.oa-style-alternative__image {
	display: grid;
	place-items: center;
	height: 210px;
	margin: 10px 10px 0;
	border-radius: 8px;
	background: #f6f5f5;
	padding: 14px;
	overflow: hidden;
}

.oa-style-alternative__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
	object-fit: contain !important;
}

.oa-style-alternative__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 15px;
}

.oa-style-alternative__body h3 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
}

.oa-style-alternative__body p {
	margin: 5px 0 0;
	color: #756d70;
	font-size: 10px;
	line-height: 1.45;
}

.oa-style-alternative__body strong {
	display: block;
	margin-top: 12px;
	font-size: 13px;
}

.oa-style-alternative__body > a {
	margin-top: auto;
	padding: 9px 12px;
}

@media (max-width: 520px) {
	.oa-style-look__items-grid,
	.oa-style-look__alternatives-grid {
		grid-template-columns: minmax(0, 230px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.oa-style-guide__card-image > img {
		transition: none;
	}
}

/* Compact single-Style presentation */
.oa-style-guide-single-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 28px 22px 52px;
}

.oa-style-look__page-header {
	margin-bottom: 26px;
	padding-bottom: 16px;
	text-align: left;
}

.oa-style-look__page-header h1 {
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.oa-style-look__hero {
	grid-template-columns: minmax(0, 1.08fr) minmax(210px, 0.92fr);
	gap: 24px;
	max-width: 780px;
}

.oa-style-look__celebrity-image {
	max-height: 520px;
	border-radius: 14px;
}

.oa-style-look__celebrity-image > img {
	max-height: 520px !important;
}

.oa-style-item__image-placeholder {
	min-height: 300px;
	border-radius: 14px;
}

.oa-style-look__summary {
	border-radius: 12px;
	padding: 18px;
}

.oa-style-item__details > div {
	grid-template-columns: minmax(86px, 0.7fr) 1fr;
	gap: 10px;
	padding: 10px 0;
}

.oa-style-item__details dt {
	font-size: 9px;
}

.oa-style-item__details dd {
	font-size: 13px;
}

.oa-style-look__gallery-links {
	gap: 6px;
	margin-top: 12px;
}

.oa-style-look__gallery-links a {
	font-size: 10px;
	padding: 7px 10px;
}

.oa-style-item__section {
	margin-top: 44px;
}

.oa-style-item__description {
	max-width: 760px;
	border-radius: 14px;
	padding: 25px 28px;
	text-align: left;
}

.oa-style-item__section.oa-style-item__description > h2 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.oa-style-item__description > div {
	max-width: none;
	font-size: 14px;
	line-height: 1.65;
}

.oa-style-look__items-section {
	margin-top: 50px;
}

.oa-style-look__section-heading {
	margin-bottom: 26px;
}

.oa-style-look__section-heading h2 {
	font-size: clamp(28px, 3.5vw, 34px);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.oa-style-look__items-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 230px));
	gap: 20px;
}

.oa-style-piece {
	border-radius: 12px;
}

.oa-style-piece__image {
	width: 100%;
	height: 190px;
	min-height: 190px;
	aspect-ratio: auto;
	padding: 10px;
}

.oa-style-piece__image img {
	width: auto !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 170px !important;
	object-fit: contain !important;
}

.oa-style-piece__body {
	padding: 16px;
}

.oa-style-piece .oa-style-guide__card-taxonomies {
	margin-bottom: 8px;
}

.oa-style-piece h3 {
	font-size: 19px;
	line-height: 1.2;
}

.oa-style-piece__identification {
	margin-top: 10px;
}

.oa-style-piece__commerce {
	gap: 7px 9px;
	margin-top: 14px;
	padding-top: 12px;
}

.oa-style-piece__commerce > strong {
	font-size: 13px;
}

.oa-style-piece__commerce > a {
	font-size: 11px;
}

.oa-style-piece__alternative {
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 10px;
	margin-top: 14px;
	padding: 10px;
}

.oa-style-piece__alternative img {
	width: 54px;
	height: 54px;
}

.oa-style-item__taxonomy-links {
	margin-top: 48px;
	padding: 16px 0;
	font-size: 12px;
}

@media (max-width: 760px) {
	.oa-style-guide-single-page {
		padding-right: 14px;
		padding-left: 14px;
	}

	.oa-style-look__hero {
		grid-template-columns: 1fr;
		max-width: 460px;
	}

	.oa-style-look__items-grid {
		grid-template-columns: minmax(0, 230px);
	}
}

/* Compact, sidebar-aware Style directory */
.oa-style-guide--directory {
	width: 100%;
	max-width: 100%;
}

.oa-style-guide--directory .oa-style-guide__header {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	border: 1px solid #e4dfe0;
	border-radius: 14px;
	background: #faf8f8;
	color: var(--oa-sg-primary);
	padding: 20px;
}

.oa-style-guide--directory .oa-style-guide__logo {
	width: 88px;
	height: 88px;
	border-radius: 10px;
}

.oa-style-guide--directory .oa-style-guide__header h1,
.oa-style-guide-archive__header h1 {
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.oa-style-guide--directory .oa-style-guide__eyebrow {
	font-size: 9px;
	margin-bottom: 6px;
}

.oa-style-guide--directory .oa-style-guide__intro {
	max-width: 620px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.55;
	opacity: 0.74;
}

.oa-style-guide--directory .oa-style-guide__filters {
	margin: 18px 0 20px;
	border-radius: 12px;
	background: #f8f5f6;
	padding: 12px;
}

.oa-style-guide--directory .oa-style-guide__filter-grid {
	grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
	gap: 8px;
}

.oa-style-guide--directory .oa-style-guide__filters select,
.oa-style-guide--directory .oa-style-guide__filters input,
.oa-style-guide--directory .oa-style-guide__filters button {
	min-width: 0;
	min-height: 36px;
	border-radius: 6px;
	font-size: 11px;
	padding: 7px 9px;
}

.oa-style-guide--directory .oa-style-guide__filters button {
	letter-spacing: 0.03em;
}

.oa-style-guide--directory .oa-style-guide__results-head {
	justify-content: flex-start;
	margin: 18px 0 12px;
}

.oa-style-guide--directory .oa-style-guide__results-head p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.oa-style-guide--directory .oa-style-guide__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 210px));
	justify-content: center;
	gap: 16px;
}

.oa-style-guide--directory .oa-style-guide__card {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	border-radius: 12px;
	box-shadow: none;
}

.oa-style-guide--directory .oa-style-guide__card-image {
	background: #f3f0f1;
}

.oa-style-guide--directory .oa-style-guide__card-image > img,
.oa-style-guide--directory .oa-style-guide__card-image > span:first-child {
	display: flex;
	width: 100% !important;
	height: auto !important;
	max-height: 320px !important;
	aspect-ratio: 4 / 5;
	object-fit: cover !important;
}

.oa-style-guide--directory .oa-style-guide__card-image .oa-style-guide__badge {
	top: 9px;
	left: 9px;
	font-size: 8px;
	padding: 6px 8px;
}

.oa-style-guide--directory .oa-style-guide__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 15px;
}

.oa-style-guide--directory .oa-style-guide__card-taxonomies {
	gap: 5px 10px;
	margin-bottom: 7px;
}

.oa-style-guide--directory .oa-style-guide__brand {
	font-size: 9px;
}

.oa-style-guide--directory .oa-style-guide__card h2 {
	font-size: 18px;
	letter-spacing: -0.015em;
	line-height: 1.2;
	overflow-wrap: normal;
	word-break: normal;
}

.oa-style-guide--directory .oa-style-guide__card-context {
	margin-top: 8px;
	font-size: 11px;
	line-height: 1.4;
}

.oa-style-guide__card-action {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 5px;
	margin-top: 14px;
	border-bottom: 1px solid currentColor;
	color: var(--oa-sg-accent);
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.oa-style-guide--directory .oa-style-guide__footer {
	margin-top: 34px;
	padding: 16px 0;
	font-size: 9px;
	text-align: center;
}

.oa-style-guide-archive {
	width: 100%;
	max-width: none;
	padding: 28px 22px 52px;
}

.oa-style-guide-archive__header {
	max-width: none;
	margin-bottom: 26px;
	border-bottom: 1px solid #e5dfe1;
	padding-bottom: 16px;
}

.oa-style-guide-archive__header > p {
	font-size: 9px;
	margin-bottom: 6px;
}

.oa-style-guide-archive__header > div {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 520px) {
	.oa-style-guide--directory .oa-style-guide__header {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px;
		text-align: center;
	}

	.oa-style-guide--directory .oa-style-guide__logo {
		margin: 0 auto;
	}

	.oa-style-guide--directory .oa-style-guide__filter-grid {
		grid-template-columns: 1fr;
	}

	.oa-style-guide--directory .oa-style-guide__grid {
		grid-template-columns: minmax(0, 210px);
	}

	.oa-style-guide-archive {
		padding-right: 14px;
		padding-left: 14px;
	}
}

/* Keep the 2.3 retail card rules last in the cascade. */
.oa-style-guide--single .oa-style-look__items-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 255px));
	gap: 22px;
}

.oa-style-guide--single .oa-style-piece {
	border-radius: 10px;
}

.oa-style-guide--single .oa-style-piece__image {
	display: block;
	position: relative;
	width: calc(100% - 20px);
	height: 270px;
	min-height: 270px;
	margin: 10px 10px 0;
	border: 0;
	border-radius: 8px;
	padding: 14px;
}

.oa-style-guide--single .oa-style-piece__image img.oa-style-piece__product-image {
	display: block !important;
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	bottom: 14px !important;
	left: 14px !important;
	width: calc(100% - 28px) !important;
	height: calc(100% - 28px) !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	object-fit: contain !important;
	object-position: center !important;
}

.oa-style-piece__button,
.oa-style-alternative__body > a {
	border-color: var(--oa-sg-accent);
	background: var(--oa-sg-accent);
}

.oa-style-look__image-source {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.oa-style-look__image-source a {
	color: var(--oa-sg-accent);
	font-size: 10px;
	font-weight: 750;
	text-decoration: none;
}

.oa-style-look__summary .oa-style-look__gallery-links {
	justify-content: flex-start;
	margin-top: 14px;
}

.oa-style-guide--single .oa-style-piece__body {
	padding: 6px;
}

.oa-style-guide--single .oa-style-alternative__body {
	padding: 2px;
}

.oa-style-guide--single .oa-style-piece__button,
.oa-style-guide--single .oa-style-piece__button:hover,
.oa-style-guide--single .oa-style-piece__button:focus,
.oa-style-guide--single .oa-style-piece__button:visited {
	color: #fff !important;
}

.oa-style-guide--single .oa-style-piece h3 {
	font-size: 17px;
	line-height: 1.25;
}

@media (max-width: 520px) {
	.oa-style-guide--single .oa-style-look__items-grid,
	.oa-style-guide--single .oa-style-look__alternatives-grid {
		grid-template-columns: minmax(0, 230px);
	}
}
