/**
 * White Ash Reserve Premium Media Drops
 * Public preview presentation — v1.8.2
 */

:root {
	color-scheme: dark;
	background: #080807;
}

body.wa-pmd-v180 {
	--wa-pmd-ink: #080807;
	--wa-pmd-raised: #121210;
	--wa-pmd-soft: #191916;
	--wa-pmd-soft-2: #211f1b;
	--wa-pmd-cream: #f4f0e5;
	--wa-pmd-cream-soft: #d7d1c4;
	--wa-pmd-muted: #9b958a;
	--wa-pmd-copper: #c87945;
	--wa-pmd-copper-bright: #de925d;
	--wa-pmd-line: rgba(244, 240, 229, 0.14);
	--wa-pmd-line-strong: rgba(244, 240, 229, 0.24);
	--wa-pmd-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	--wa-pmd-radius-sm: 10px;
	--wa-pmd-radius: 18px;
	--wa-pmd-radius-lg: 28px;
	--wa-pmd-wrap: 1320px;
	--wa-pmd-header-height: 64px;
	min-width: 280px;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 8% -10%, rgba(200, 121, 69, 0.13), transparent 30rem),
		linear-gradient(180deg, #0c0b09 0, var(--wa-pmd-ink) 36rem);
	color: var(--wa-pmd-cream);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wa-pmd-v180 *,
.wa-pmd-v180 *::before,
.wa-pmd-v180 *::after {
	box-sizing: border-box;
}

.wa-pmd-v180 [hidden] {
	display: none !important;
}

.wa-pmd-v180 img,
.wa-pmd-v180 video,
.wa-pmd-v180 iframe {
	display: block;
	max-width: 100%;
}

.wa-pmd-v180 button,
.wa-pmd-v180 input,
.wa-pmd-v180 select,
.wa-pmd-v180 textarea {
	font: inherit;
}

.wa-pmd-v180 button,
.wa-pmd-v180 a {
	-webkit-tap-highlight-color: transparent;
}

.wa-pmd-v180 a {
	color: inherit;
	text-decoration: none;
}

.wa-pmd-v180 button {
	color: inherit;
}

.wa-pmd-v180 h1,
.wa-pmd-v180 h2,
.wa-pmd-v180 h3,
.wa-pmd-v180 p,
.wa-pmd-v180 dl,
.wa-pmd-v180 dd,
.wa-pmd-v180 figure {
	margin: 0;
}

.wa-pmd-v180 h1,
.wa-pmd-v180 h2,
.wa-pmd-v180 h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.wa-pmd-v180 :focus-visible {
	outline: 2px solid var(--wa-pmd-copper-bright);
	outline-offset: 4px;
}

.wa-pmd-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.wa-pmd-skip-link {
	position: fixed;
	z-index: 10000;
	top: 10px;
	left: max(10px, env(safe-area-inset-left));
	min-height: 44px;
	padding: 11px 16px;
	border-radius: 999px;
	background: var(--wa-pmd-cream);
	color: var(--wa-pmd-ink);
	font-size: 0.82rem;
	font-weight: 800;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

.wa-pmd-skip-link:focus {
	transform: translateY(0);
}

.wa-pmd-wrap,
.wa-pmd-header-inner,
.wa-pmd-footer-inner {
	width: min(100%, var(--wa-pmd-wrap));
	margin-inline: auto;
}

.wa-pmd-wrap {
	padding-inline:
		max(16px, env(safe-area-inset-left))
		max(16px, env(safe-area-inset-right));
}

/* Shared header */

.wa-pmd-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	min-height: var(--wa-pmd-header-height);
	border-bottom: 1px solid var(--wa-pmd-line);
	background: rgba(8, 8, 7, 0.86);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.wa-pmd-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--wa-pmd-header-height);
	gap: 16px;
	padding:
		0 max(16px, env(safe-area-inset-right))
		0 max(16px, env(safe-area-inset-left));
}

.wa-pmd-brand {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	gap: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(0.92rem, 3.8vw, 1.08rem);
	letter-spacing: -0.015em;
	white-space: nowrap;
}

.wa-pmd-brand-mark {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border: 1px solid rgba(244, 240, 229, 0.48);
	border-radius: 50%;
	background: rgba(244, 240, 229, 0.03);
}

.wa-pmd-brand-mark::before,
.wa-pmd-brand-mark::after {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 2px;
	height: 9px;
	border-radius: 2px;
	background: var(--wa-pmd-copper-bright);
	content: "";
	transform: translate(-50%, -50%);
}

.wa-pmd-brand-mark::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.wa-pmd-primary-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wa-pmd-primary-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 10px;
	border-radius: 999px;
	color: var(--wa-pmd-muted);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: color 160ms ease, background-color 160ms ease;
}

.wa-pmd-primary-nav a:hover,
.wa-pmd-primary-nav a[aria-current="page"] {
	background: rgba(244, 240, 229, 0.07);
	color: var(--wa-pmd-cream);
}

/* Shared typography and actions */

.wa-pmd-section-kicker {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.25;
	text-transform: uppercase;
}

.wa-pmd-drop-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--wa-pmd-muted);
	font-size: 0.7rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.wa-pmd-drop-label > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wa-pmd-cream-soft);
}

.wa-pmd-drop-label i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--wa-pmd-copper);
	box-shadow: 0 0 0 4px rgba(200, 121, 69, 0.12);
}

.wa-pmd-drop-label time {
	white-space: nowrap;
}

.wa-pmd-drop-label.wa-pmd-compact {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wa-pmd-line);
}

.wa-pmd-primary-action,
.wa-pmd-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	gap: 12px;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition:
		transform 160ms ease,
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease;
}

.wa-pmd-v180 .wa-pmd-primary-action {
	padding: 0 20px;
	background: var(--wa-pmd-cream);
	color: var(--wa-pmd-ink);
}

.wa-pmd-v180 .wa-pmd-primary-action:hover {
	background: #fffdf6;
	color: var(--wa-pmd-ink);
	transform: translateY(-2px);
}

.wa-pmd-secondary-action {
	padding: 0 17px;
	border-color: var(--wa-pmd-line-strong);
	background: transparent;
	color: var(--wa-pmd-cream-soft);
}

.wa-pmd-secondary-action:hover {
	border-color: var(--wa-pmd-copper);
	background: rgba(200, 121, 69, 0.08);
	color: var(--wa-pmd-cream);
}

.wa-pmd-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	gap: 10px;
	color: var(--wa-pmd-cream-soft);
	font-size: 0.78rem;
	font-weight: 780;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wa-pmd-text-link:hover {
	color: var(--wa-pmd-copper-bright);
}

.wa-pmd-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.wa-pmd-section-heading h2,
.wa-pmd-catalog-toolbar h2 {
	margin-top: 8px;
	font-size: clamp(2rem, 11vw, 3.5rem);
}

.wa-pmd-drop-card,
.wa-pmd-drop-hero,
.wa-pmd-item-card,
.wa-pmd-item-page-compact {
	position: relative;
}

.wa-pmd-panel,
.wa-pmd-empty-panel {
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: rgba(18, 18, 16, 0.74);
	box-shadow: var(--wa-pmd-shadow);
}

/* Shared media fallbacks */

.wa-pmd-media-fallback,
.wa-pmd-item-img-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 44%, rgba(200, 121, 69, 0.15), transparent 28%),
		linear-gradient(145deg, #1d1b17, #0d0d0b);
}

.wa-pmd-media-fallback {
	position: relative;
	color: var(--wa-pmd-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wa-pmd-media-fallback i {
	position: absolute;
	width: min(42%, 180px);
	aspect-ratio: 1;
	border: 1px solid rgba(200, 121, 69, 0.28);
	border-radius: 50%;
}

.wa-pmd-media-fallback i::before,
.wa-pmd-media-fallback i::after {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 1px;
	height: 130%;
	background: rgba(244, 240, 229, 0.12);
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

.wa-pmd-media-fallback i::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.wa-pmd-media-fallback b {
	position: relative;
	font-weight: 400;
}

/* Preview library */

.wa-pmd-library-page {
	padding-top: 16px;
	padding-bottom: 72px;
}

.wa-pmd-library-hero {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-lg);
	background: var(--wa-pmd-raised);
	box-shadow: var(--wa-pmd-shadow);
}

.wa-pmd-library-media {
	position: relative;
	display: block;
	min-height: 350px;
	aspect-ratio: 1 / 1.04;
	overflow: hidden;
	background: var(--wa-pmd-soft);
}

.wa-pmd-library-media::after,
.wa-pmd-drop-lead-image::after {
	position: absolute;
	inset: auto 0 0;
	height: 35%;
	background: linear-gradient(transparent, rgba(8, 8, 7, 0.5));
	content: "";
	pointer-events: none;
}

.wa-pmd-library-media img,
.wa-pmd-drop-lead-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.wa-pmd-library-media:hover img {
	transform: scale(1.025);
}

.wa-pmd-library-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 22px 22px;
}

.wa-pmd-library-copy .wa-pmd-section-kicker {
	margin-top: 34px;
}

.wa-pmd-library-copy h1 {
	max-width: 12ch;
	margin-top: 12px;
	font-size: clamp(3.15rem, 16vw, 5.6rem);
}

.wa-pmd-library-intro {
	max-width: 44ch;
	margin-top: 18px !important;
	color: var(--wa-pmd-cream-soft);
	font-size: 0.98rem;
}

.wa-pmd-library-copy .wa-pmd-primary-action {
	margin-top: 24px;
}

.wa-pmd-preview-summary,
.wa-pmd-drop-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	margin-top: 32px !important;
	padding-top: 20px;
	border-top: 1px solid var(--wa-pmd-line);
}

.wa-pmd-drop-summary {
	margin-top: 20px !important;
	padding-top: 16px;
}

.wa-pmd-preview-summary > div,
.wa-pmd-drop-summary > div {
	min-width: 0;
	padding-inline: 12px;
	border-left: 1px solid var(--wa-pmd-line);
}

.wa-pmd-preview-summary > div:first-child,
.wa-pmd-drop-summary > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.wa-pmd-preview-summary dt,
.wa-pmd-drop-summary dt {
	color: var(--wa-pmd-muted);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wa-pmd-preview-summary dd,
.wa-pmd-drop-summary dd {
	margin-top: 5px;
	color: var(--wa-pmd-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	line-height: 1;
}

.wa-pmd-library-empty {
	min-height: 400px;
	padding: 36px 24px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-lg);
	background:
		radial-gradient(circle at 75% 30%, rgba(200, 121, 69, 0.13), transparent 28rem),
		var(--wa-pmd-raised);
}

.wa-pmd-library-empty h1 {
	max-width: 13ch;
	margin-top: 60px;
	font-size: clamp(3rem, 15vw, 5.6rem);
}

.wa-pmd-library-empty p {
	max-width: 44ch;
	margin-top: 18px;
	color: var(--wa-pmd-muted);
}

.wa-pmd-library-empty strong {
	display: block;
	margin-top: 30px;
	color: var(--wa-pmd-copper-bright);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wa-pmd-archive-section,
.wa-pmd-drop-media,
.wa-pmd-next-item {
	margin-top: 68px;
}

.wa-pmd-archive-list {
	border-top: 1px solid var(--wa-pmd-line);
}

.wa-pmd-archive-row {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) 28px;
	align-items: center;
	min-height: 108px;
	gap: 16px;
	padding: 13px 2px;
	border-bottom: 1px solid var(--wa-pmd-line);
	transition: background-color 160ms ease, padding 160ms ease;
}

.wa-pmd-archive-row:hover {
	padding-inline: 10px;
	background: rgba(244, 240, 229, 0.035);
}

.wa-pmd-archive-image {
	position: relative;
	display: block;
	width: 76px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: var(--wa-pmd-radius-sm);
	background: var(--wa-pmd-soft);
}

.wa-pmd-archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wa-pmd-archive-image i,
.wa-pmd-next-item-image i {
	position: absolute;
	inset: 30%;
	border: 1px solid rgba(200, 121, 69, 0.4);
	border-radius: 50%;
}

.wa-pmd-archive-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.wa-pmd-archive-copy small {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.63rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wa-pmd-archive-copy strong {
	overflow: hidden;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.24rem;
	font-weight: 400;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-archive-copy > span {
	overflow: hidden;
	color: var(--wa-pmd-muted);
	font-size: 0.78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-archive-row > b {
	color: var(--wa-pmd-muted);
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	transition: color 160ms ease, transform 160ms ease;
}

.wa-pmd-archive-row:hover > b {
	color: var(--wa-pmd-copper-bright);
	transform: translateX(3px);
}

/* Drop page */

.wa-pmd-drop-page {
	padding-top: 16px;
	padding-bottom: 72px;
}

.wa-pmd-drop-lead {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-lg);
	background:
		radial-gradient(circle at 84% 18%, rgba(200, 121, 69, 0.13), transparent 26rem),
		var(--wa-pmd-raised);
	box-shadow: var(--wa-pmd-shadow);
}

.wa-pmd-drop-hero-premium_ash {
	background:
		radial-gradient(circle at 14% 86%, rgba(244, 240, 229, 0.06), transparent 18rem),
		radial-gradient(circle at 84% 18%, rgba(200, 121, 69, 0.14), transparent 28rem),
		var(--wa-pmd-raised);
}

.wa-pmd-drop-hero-cream_luxury {
	background:
		linear-gradient(135deg, rgba(244, 240, 229, 0.085), transparent 54%),
		linear-gradient(155deg, #1d1a15, #0f0e0c 70%);
}

.wa-pmd-drop-hero-dark_minimal {
	background: #0d0d0c;
}

.wa-pmd-density-minimal .wa-pmd-drop-lead-copy {
	background-image: none;
}

.wa-pmd-density-rich .wa-pmd-drop-lead-copy {
	background:
		linear-gradient(115deg, rgba(200, 121, 69, 0.075), transparent 48%),
		repeating-linear-gradient(135deg, transparent 0 48px, rgba(244, 240, 229, 0.018) 49px 50px);
}

.wa-pmd-drop-lead-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
}

.wa-pmd-drop-lead-copy .wa-pmd-section-kicker {
	margin-top: 22px;
}

.wa-pmd-drop-lead-copy h1 {
	max-width: 12ch;
	margin-top: 12px;
	font-size: clamp(3.1rem, 15vw, 6.4rem);
}

.wa-pmd-drop-lead-copy > p:last-of-type {
	max-width: 52ch;
	margin-top: 12px;
	color: var(--wa-pmd-cream-soft);
}

.wa-pmd-drop-lead-image {
	position: relative;
	min-height: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	order: -1;
	background: var(--wa-pmd-soft);
}

.wa-pmd-catalog-section {
	margin-top: 42px;
	scroll-margin-top: calc(var(--wa-pmd-header-height) + 14px);
}

.wa-pmd-catalog-toolbar {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-bottom: 18px;
}

.wa-pmd-filter-bar {
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 7px;
	padding: 4px;
	overflow-x: auto;
	border: 1px solid var(--wa-pmd-line);
	border-radius: 999px;
	background: rgba(18, 18, 16, 0.94);
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.wa-pmd-filter-hardfix {
	position: relative;
	z-index: 2;
}

.wa-pmd-filter-bar::-webkit-scrollbar {
	display: none;
}

.wa-pmd-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	gap: 8px;
	padding: 0 14px;
	flex: 0 0 auto;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--wa-pmd-muted);
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.045em;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.wa-pmd-filter-btn span {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 6px;
	border-radius: 999px;
	background: rgba(244, 240, 229, 0.08);
	color: currentColor;
	font-size: 0.64rem;
}

.wa-pmd-filter-btn:hover,
.wa-pmd-filter-btn.is-active,
.wa-pmd-filter-btn[aria-pressed="true"] {
	background: var(--wa-pmd-cream);
	color: var(--wa-pmd-ink);
}

.wa-pmd-filter-btn.is-active span,
.wa-pmd-filter-btn[aria-pressed="true"] span {
	background: rgba(8, 8, 7, 0.09);
}

.wa-pmd-item-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 12px;
}

.wa-pmd-catalog-card {
	min-width: 0;
}

.wa-pmd-catalog-image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: var(--wa-pmd-soft);
	isolation: isolate;
}

.wa-pmd-catalog-image::after {
	position: absolute;
	z-index: 1;
	inset: 55% 0 0;
	background: linear-gradient(transparent, rgba(8, 8, 7, 0.62));
	content: "";
	pointer-events: none;
}

.wa-pmd-catalog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1), filter 180ms ease;
}

.wa-pmd-catalog-image:hover img {
	filter: saturate(1.05);
	transform: scale(1.035);
}

.wa-pmd-item-img-fallback {
	position: relative;
}

.wa-pmd-item-img-fallback i {
	position: absolute;
	width: 38%;
	aspect-ratio: 1;
	border: 1px solid rgba(200, 121, 69, 0.24);
	border-radius: 50%;
}

.wa-pmd-item-img-fallback i:nth-child(2) {
	width: 24%;
}

.wa-pmd-item-img-fallback i:nth-child(3) {
	width: 9%;
	background: rgba(200, 121, 69, 0.12);
}

.wa-pmd-media-count,
.wa-pmd-card-badge {
	position: absolute;
	z-index: 2;
	top: 10px;
	max-width: calc(100% - 20px);
	padding: 6px 9px;
	border: 1px solid rgba(244, 240, 229, 0.2);
	border-radius: 999px;
	background: rgba(8, 8, 7, 0.72);
	color: var(--wa-pmd-cream);
	font-size: 0.57rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.wa-pmd-media-count {
	right: 10px;
}

.wa-pmd-card-badge {
	left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-catalog-copy {
	padding: 13px 2px 0;
}

.wa-pmd-catalog-copy > p {
	overflow: hidden;
	color: var(--wa-pmd-muted);
	font-size: 0.58rem;
	font-weight: 760;
	letter-spacing: 0.065em;
	line-height: 1.35;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.wa-pmd-catalog-copy h3 {
	margin-top: 6px;
	font-size: clamp(1.12rem, 5.1vw, 1.55rem);
	line-height: 1.05;
}

.wa-pmd-catalog-copy h3 a {
	display: inline;
	background-image: linear-gradient(var(--wa-pmd-copper), var(--wa-pmd-copper));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 220ms ease;
}

.wa-pmd-catalog-copy h3 a:hover {
	background-size: 100% 1px;
}

.wa-pmd-preview-price-badge {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin-top: 10px;
	padding: 5px 9px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: 999px;
	background: rgba(244, 240, 229, 0.035);
	color: var(--wa-pmd-cream-soft);
	font-size: 0.62rem;
	font-weight: 720;
	line-height: 1.2;
}

.wa-pmd-preview-price-badge strong {
	font-weight: inherit;
}

.wa-pmd-empty-panel {
	min-height: 220px;
	padding: 34px 24px;
	color: var(--wa-pmd-muted);
}

.wa-pmd-drop-media .wa-pmd-video-panel {
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: #000;
	box-shadow: var(--wa-pmd-shadow);
}

.wa-pmd-video-panel video,
.wa-pmd-video-panel iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	object-fit: contain;
}

.wa-pmd-content {
	margin-top: 26px;
	padding: 24px;
	color: var(--wa-pmd-cream-soft);
}

.wa-pmd-content > * + *,
.wa-pmd-item-copy > * + * {
	margin-top: 1em;
}

.wa-pmd-content h2,
.wa-pmd-content h3,
.wa-pmd-item-copy h2,
.wa-pmd-item-copy h3 {
	color: var(--wa-pmd-cream);
	font-size: 1.6rem;
}

.wa-pmd-content a,
.wa-pmd-item-copy a {
	color: var(--wa-pmd-copper-bright);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wa-pmd-content img,
.wa-pmd-item-copy img {
	height: auto;
	border-radius: var(--wa-pmd-radius-sm);
}

.wa-pmd-page-end {
	display: flex;
	flex-direction: column-reverse;
	align-items: stretch;
	gap: 16px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--wa-pmd-line);
}

/* Individual item */

.wa-pmd-item-page {
	padding-top: 10px;
	padding-bottom: 72px;
}

.wa-pmd-breadcrumb {
	display: flex;
	align-items: center;
	min-height: 42px;
	gap: 8px;
	overflow: hidden;
	color: var(--wa-pmd-muted);
	font-size: 0.68rem;
	letter-spacing: 0.035em;
	white-space: nowrap;
}

.wa-pmd-breadcrumb a {
	flex: 0 0 auto;
}

.wa-pmd-breadcrumb a:hover {
	color: var(--wa-pmd-cream);
}

.wa-pmd-breadcrumb strong {
	overflow: hidden;
	color: var(--wa-pmd-cream-soft);
	font-weight: 600;
	text-overflow: ellipsis;
}

.wa-pmd-item-layout {
	display: grid;
	gap: 28px;
}

.wa-pmd-item-media {
	min-width: 0;
	scroll-margin-top: calc(var(--wa-pmd-header-height) + 8px);
}

.wa-pmd-viewer {
	min-width: 0;
}

.wa-pmd-viewer-stage {
	position: relative;
	display: grid;
	width: 100%;
	aspect-ratio: 5 / 4;
	max-height: 72svh;
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: #050504;
	box-shadow: var(--wa-pmd-shadow);
	touch-action: pan-y pinch-zoom;
}

.wa-pmd-media-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #050504;
}

.wa-pmd-media-frame > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wa-pmd-media-frame-fallback .wa-pmd-media-fallback {
	height: 100%;
}

.wa-pmd-video-frame,
.wa-pmd-video-frame video,
.wa-pmd-video-frame iframe {
	width: 100%;
	height: 100%;
}

.wa-pmd-video-frame {
	position: absolute;
	inset: 0;
	display: grid;
	min-width: 0;
	min-height: 0;
	place-items: center;
	overflow: hidden;
	background: #000;
}

.wa-pmd-video-frame video,
.wa-pmd-video-frame iframe {
	position: absolute;
	inset: 0;
}

.wa-pmd-video-frame video {
	object-fit: contain;
}

.wa-pmd-video-frame iframe {
	border: 0;
}

.wa-pmd-viewer-controls {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 8px;
	padding-top: 10px;
}

.wa-pmd-viewer-controls > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border: 1px solid var(--wa-pmd-line);
	border-radius: 50%;
	background: var(--wa-pmd-raised);
	color: var(--wa-pmd-cream);
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.wa-pmd-viewer-controls > button:hover {
	border-color: var(--wa-pmd-copper);
	background: var(--wa-pmd-soft);
}

.wa-pmd-viewer-count {
	display: flex;
	flex-direction: column;
	min-width: 0;
	align-items: center;
	justify-content: center;
	line-height: 1.15;
}

.wa-pmd-viewer-count > span {
	font-size: 0.74rem;
	font-weight: 780;
	letter-spacing: 0.07em;
}

.wa-pmd-viewer-count small {
	max-width: 100%;
	margin-top: 4px;
	overflow: hidden;
	color: var(--wa-pmd-muted);
	font-size: 0.62rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.wa-pmd-viewer-controls .wa-pmd-viewer-expand {
	grid-column: 1 / -1;
	width: 100%;
	min-height: 44px;
	border-radius: 999px;
	gap: 8px;
	color: var(--wa-pmd-cream-soft);
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wa-pmd-viewer-expand b {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.95rem;
}

.wa-pmd-viewer-controls.is-single-frame {
	grid-template-columns: 1fr;
}

.wa-pmd-viewer-controls.is-single-frame .wa-pmd-viewer-count {
	min-height: 38px;
}

.wa-pmd-viewer-thumbnails {
	display: flex;
	gap: 9px;
	margin-top: 10px;
	padding: 2px 2px 8px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--wa-pmd-line-strong) transparent;
	-webkit-overflow-scrolling: touch;
}

.wa-pmd-viewer-thumbnail {
	position: relative;
	width: 72px;
	min-width: 72px;
	aspect-ratio: 1;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-sm);
	background: var(--wa-pmd-soft);
	cursor: pointer;
	scroll-snap-align: start;
	transition: border-color 160ms ease, opacity 160ms ease;
}

.wa-pmd-viewer-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wa-pmd-video-thumbnail-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 120ms ease;
}

.wa-pmd-video-thumbnail-frame.is-ready {
	opacity: 1;
}

.wa-pmd-viewer-thumbnail[aria-pressed="false"] {
	opacity: 0.62;
}

.wa-pmd-viewer-thumbnail:hover,
.wa-pmd-viewer-thumbnail[aria-pressed="true"] {
	border-color: var(--wa-pmd-copper-bright);
	opacity: 1;
}

.wa-pmd-thumbnail-fallback {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle, rgba(200, 121, 69, 0.22), transparent 38%),
		var(--wa-pmd-soft);
}

.wa-pmd-video-marker {
	position: absolute;
	inset: auto 4px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding: 4px 5px;
	border-radius: 5px;
	background: rgba(8, 8, 7, 0.82);
	color: var(--wa-pmd-cream);
	font-size: 0.52rem;
	font-weight: 700;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.wa-pmd-video-marker b {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.56rem;
}

.wa-pmd-video-marker i {
	overflow: hidden;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-item-summary {
	min-width: 0;
	padding: 22px 0 0;
}

.wa-pmd-item-summary > .wa-pmd-section-kicker {
	margin-top: 26px;
}

.wa-pmd-item-summary h1 {
	max-width: 14ch;
	margin-top: 10px;
	font-size: clamp(3rem, 15vw, 5.5rem);
}

.wa-pmd-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-top: 16px;
	padding: 6px 11px;
	border: 1px solid rgba(200, 121, 69, 0.38);
	border-radius: 999px;
	background: rgba(200, 121, 69, 0.09);
	color: var(--wa-pmd-copper-bright);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wa-pmd-preview-price-card {
	margin-top: 26px;
	padding: 18px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: linear-gradient(145deg, rgba(244, 240, 229, 0.055), rgba(244, 240, 229, 0.018));
}

.wa-pmd-preview-price-card > span {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wa-pmd-preview-price-card > p {
	margin-top: 8px;
	color: var(--wa-pmd-muted);
	font-size: 0.75rem;
}

.wa-pmd-preview-size-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.wa-pmd-preview-size {
	display: flex;
	flex-direction: column;
	min-height: 72px;
	justify-content: center;
	padding: 11px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-sm);
	background: rgba(8, 8, 7, 0.26);
}

.wa-pmd-preview-size b {
	color: var(--wa-pmd-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.15;
}

.wa-pmd-preview-size small {
	margin-top: 3px;
	color: var(--wa-pmd-muted);
	font-size: 0.67rem;
	line-height: 1.25;
}

.wa-pmd-item-notes {
	margin-top: 24px;
	border-top: 1px solid var(--wa-pmd-line);
	border-bottom: 1px solid var(--wa-pmd-line);
}

.wa-pmd-item-notes > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	gap: 18px;
	cursor: pointer;
	color: var(--wa-pmd-cream);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	list-style: none;
	text-transform: uppercase;
}

.wa-pmd-item-notes > summary::-webkit-details-marker {
	display: none;
}

.wa-pmd-item-notes > summary span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: 50%;
	color: var(--wa-pmd-copper-bright);
	font-size: 1rem;
	font-weight: 400;
	transition: transform 160ms ease;
}

.wa-pmd-item-notes[open] > summary span {
	transform: rotate(45deg);
}

.wa-pmd-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding-bottom: 18px;
}

.wa-pmd-detail-card {
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius-sm);
	background: rgba(244, 240, 229, 0.025);
}

.wa-pmd-detail-card dt {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.59rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wa-pmd-detail-card dd {
	margin-top: 6px;
	color: var(--wa-pmd-cream-soft);
	font-size: 0.78rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.wa-pmd-item-copy {
	padding: 0 2px 20px;
	color: var(--wa-pmd-cream-soft);
	font-size: 0.88rem;
}

.wa-pmd-item-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 22px;
}

.wa-pmd-item-actions .wa-pmd-secondary-action {
	width: 100%;
	padding-inline: 11px;
}

.wa-pmd-share-status {
	min-height: 20px;
	margin-top: 8px !important;
	color: var(--wa-pmd-muted);
	font-size: 0.68rem;
	text-align: right;
}

.wa-pmd-next-item-link {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) 28px;
	align-items: center;
	min-height: 118px;
	gap: 16px;
	padding: 12px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: var(--wa-pmd-radius);
	background: var(--wa-pmd-raised);
	transition: border-color 160ms ease, background-color 160ms ease;
}

.wa-pmd-next-item-link:hover {
	border-color: var(--wa-pmd-line-strong);
	background: var(--wa-pmd-soft);
}

.wa-pmd-next-item-image {
	position: relative;
	display: block;
	width: 92px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: var(--wa-pmd-radius-sm);
	background: var(--wa-pmd-soft-2);
}

.wa-pmd-next-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wa-pmd-next-item-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wa-pmd-next-item-copy small {
	overflow: hidden;
	color: var(--wa-pmd-copper-bright);
	font-size: 0.6rem;
	font-weight: 780;
	letter-spacing: 0.07em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.wa-pmd-next-item-copy strong {
	margin-top: 4px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-next-item-link > b {
	color: var(--wa-pmd-copper-bright);
	font-size: 1.1rem;
	font-weight: 400;
}

/* Full-screen mixed-media dialog */

.wa-pmd-lightbox {
	width: 100vw;
	max-width: none;
	height: 100vh;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: rgba(5, 5, 4, 0.98);
	color: var(--wa-pmd-cream);
}

html.wa-pmd-lightbox-open,
html.wa-pmd-lightbox-open body {
	overflow: hidden;
}

.wa-pmd-lightbox[open] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.wa-pmd-lightbox::backdrop {
	background: rgba(0, 0, 0, 0.92);
}

.wa-pmd-lightbox > header,
.wa-pmd-lightbox > footer {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: center;
	gap: 12px;
	background: rgba(8, 8, 7, 0.92);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.wa-pmd-lightbox > header {
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 70px;
	padding:
		max(10px, env(safe-area-inset-top))
		max(14px, env(safe-area-inset-right))
		10px
		max(14px, env(safe-area-inset-left));
	border-bottom: 1px solid var(--wa-pmd-line);
}

.wa-pmd-lightbox > header > div {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.2;
}

.wa-pmd-lightbox > header [data-wa-pmd-lightbox-count] {
	color: var(--wa-pmd-copper-bright);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.wa-pmd-lightbox > header strong {
	margin-top: 4px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wa-pmd-lightbox button {
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--wa-pmd-line);
	border-radius: 999px;
	background: transparent;
	color: var(--wa-pmd-cream-soft);
	cursor: pointer;
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.wa-pmd-lightbox button:hover,
.wa-pmd-lightbox button[aria-pressed="true"] {
	border-color: var(--wa-pmd-copper);
	background: rgba(200, 121, 69, 0.09);
	color: var(--wa-pmd-cream);
}

.wa-pmd-lightbox-media {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 0;
	place-items: center;
	overflow: auto;
	overscroll-behavior: contain;
}

.wa-pmd-lightbox-media .wa-pmd-media-frame {
	position: relative;
	inset: auto;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.wa-pmd-lightbox-media .wa-pmd-media-frame > img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.wa-pmd-lightbox-media .wa-pmd-video-frame,
.wa-pmd-lightbox-media .wa-pmd-video-frame video,
.wa-pmd-lightbox-media .wa-pmd-video-frame iframe {
	width: 100%;
	height: 100%;
}

.wa-pmd-lightbox.is-zoomed .wa-pmd-lightbox-media img,
.wa-pmd-lightbox[data-wa-pmd-zoomed="true"] .wa-pmd-lightbox-media img,
.wa-pmd-lightbox-media.is-zoomed img {
	max-width: none;
	max-height: none;
	transform: scale(1.6);
	cursor: zoom-out;
}

.wa-pmd-lightbox > footer {
	grid-template-columns: 1fr auto 1fr;
	min-height: 68px;
	padding:
		10px
		max(14px, env(safe-area-inset-right))
		max(10px, env(safe-area-inset-bottom))
		max(14px, env(safe-area-inset-left));
	border-top: 1px solid var(--wa-pmd-line);
}

.wa-pmd-lightbox > footer button:first-child {
	justify-self: start;
}

.wa-pmd-lightbox > footer button:last-child {
	justify-self: end;
}

/* Footer */

.wa-pmd-site-footer {
	border-top: 1px solid var(--wa-pmd-line);
	background: #070706;
}

.wa-pmd-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
	gap: 16px;
	padding:
		12px max(16px, env(safe-area-inset-right))
		max(12px, env(safe-area-inset-bottom))
		max(16px, env(safe-area-inset-left));
	color: var(--wa-pmd-muted);
	font-size: 0.7rem;
	font-weight: 720;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wa-pmd-footer-inner a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	gap: 8px;
	color: var(--wa-pmd-cream-soft);
}

.wa-pmd-footer-inner a:hover {
	color: var(--wa-pmd-copper-bright);
}

/* Tablet */

@media (max-width: 899px) {
	.wa-pmd-viewer-stage[data-wa-pmd-direct-video="true"] {
		aspect-ratio: var(--wa-pmd-active-video-ratio);
	}
}

@media (min-width: 640px) {
	.wa-pmd-wrap {
		padding-inline:
			max(24px, env(safe-area-inset-left))
			max(24px, env(safe-area-inset-right));
	}

	.wa-pmd-header-inner,
	.wa-pmd-footer-inner {
		padding-inline:
			max(24px, env(safe-area-inset-left))
			max(24px, env(safe-area-inset-right));
	}

	.wa-pmd-primary-nav a {
		padding-inline: 15px;
	}

	.wa-pmd-library-page,
	.wa-pmd-drop-page {
		padding-top: 24px;
		padding-bottom: 90px;
	}

	.wa-pmd-library-copy,
	.wa-pmd-drop-lead-copy {
		padding: 40px 36px 32px;
	}

	.wa-pmd-library-media {
		min-height: 500px;
		aspect-ratio: 16 / 10;
	}

	.wa-pmd-library-copy h1,
	.wa-pmd-drop-lead-copy h1 {
		font-size: clamp(4.4rem, 10.5vw, 6.6rem);
	}

	.wa-pmd-archive-row {
		grid-template-columns: 94px minmax(0, 1fr) 44px;
		min-height: 130px;
		gap: 22px;
	}

	.wa-pmd-archive-image {
		width: 94px;
	}

	.wa-pmd-archive-copy strong {
		font-size: 1.55rem;
	}

	.wa-pmd-drop-lead-image {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.wa-pmd-catalog-toolbar {
		flex-direction: row;
		align-items: end;
		justify-content: space-between;
	}

	.wa-pmd-filter-bar {
		width: auto;
	}

	.wa-pmd-item-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 18px;
	}

	.wa-pmd-catalog-copy h3 {
		font-size: 1.5rem;
	}

	.wa-pmd-page-end {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.wa-pmd-item-page {
		padding-top: 14px;
	}

	.wa-pmd-item-layout {
		gap: 44px;
	}

	.wa-pmd-viewer-stage {
		aspect-ratio: 16 / 10;
		max-height: 76svh;
	}

	.wa-pmd-viewer-controls {
		grid-template-columns: 48px minmax(0, 1fr) 48px auto;
	}

	.wa-pmd-viewer-controls .wa-pmd-viewer-expand {
		grid-column: auto;
		width: auto;
		padding-inline: 18px;
	}

	.wa-pmd-viewer-controls.is-single-frame {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.wa-pmd-viewer-thumbnail {
		width: 84px;
		min-width: 84px;
	}

	.wa-pmd-item-summary {
		padding-top: 10px;
	}

	.wa-pmd-item-summary h1 {
		font-size: clamp(4rem, 9.5vw, 5.8rem);
	}

	.wa-pmd-preview-size-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wa-pmd-next-item-link {
		grid-template-columns: 116px minmax(0, 1fr) 44px;
		min-height: 144px;
		padding: 14px;
	}

	.wa-pmd-next-item-image {
		width: 116px;
	}

	.wa-pmd-next-item-copy strong {
		font-size: 1.7rem;
	}
}

/* Desktop */

@media (min-width: 900px) {
	body.wa-pmd-v180 {
		--wa-pmd-header-height: 72px;
	}

	.wa-pmd-header-inner,
	.wa-pmd-footer-inner {
		padding-inline:
			max(34px, env(safe-area-inset-left))
			max(34px, env(safe-area-inset-right));
	}

	.wa-pmd-brand {
		font-size: 1.1rem;
	}

	.wa-pmd-library-page,
	.wa-pmd-drop-page {
		padding-top: 30px;
	}

	.wa-pmd-library-hero {
		grid-template-columns: minmax(0, 1.45fr) minmax(390px, 0.9fr);
		min-height: min(720px, calc(100svh - 132px));
	}

	.wa-pmd-library-media {
		min-height: 640px;
		aspect-ratio: auto;
	}

	.wa-pmd-library-copy {
		justify-content: center;
		padding: 44px clamp(38px, 4.5vw, 72px);
	}

	.wa-pmd-library-copy .wa-pmd-section-kicker {
		margin-top: auto;
		padding-top: 76px;
	}

	.wa-pmd-preview-summary {
		margin-top: auto !important;
		padding-top: 26px;
	}

	.wa-pmd-library-empty {
		min-height: 560px;
		padding: 50px;
	}

	.wa-pmd-archive-section,
	.wa-pmd-drop-media,
	.wa-pmd-next-item {
		margin-top: 92px;
	}

	.wa-pmd-drop-lead {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		min-height: 440px;
	}

	.wa-pmd-drop-lead-copy {
		padding: 38px clamp(40px, 5vw, 68px);
	}

	.wa-pmd-drop-lead-copy h1 {
		font-size: clamp(3.8rem, 5.4vw, 5.1rem);
	}

	.wa-pmd-drop-lead-copy .wa-pmd-section-kicker {
		margin-top: auto;
		padding-top: 30px;
	}

	.wa-pmd-drop-summary {
		margin-top: auto !important;
		padding-top: 20px;
	}

	.wa-pmd-drop-lead-image {
		height: clamp(420px, 36vw, 460px);
		min-height: 0;
		aspect-ratio: auto;
		order: 0;
	}

	.wa-pmd-catalog-section {
		margin-top: 54px;
	}

	.wa-pmd-item-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 42px 22px;
	}

	.wa-pmd-content {
		padding: 38px;
	}

	.wa-pmd-item-page {
		padding-top: 16px;
	}

	.wa-pmd-breadcrumb {
		min-height: 48px;
	}

	.wa-pmd-item-layout {
		grid-template-columns: minmax(0, 1.7fr) minmax(330px, 0.74fr);
		align-items: start;
		gap: clamp(36px, 4vw, 64px);
	}

	.wa-pmd-viewer-stage {
		aspect-ratio: 4 / 3.35;
		max-height: calc(100svh - 162px);
	}

	.wa-pmd-item-summary {
		position: sticky;
		top: calc(var(--wa-pmd-header-height) + 22px);
		max-height: calc(100svh - var(--wa-pmd-header-height) - 44px);
		padding: 8px 0 12px;
		overflow-y: auto;
		scrollbar-color: var(--wa-pmd-line-strong) transparent;
	}

	.wa-pmd-item-summary h1 {
		font-size: clamp(3.6rem, 5.2vw, 5.6rem);
	}

	.wa-pmd-preview-size-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wa-pmd-next-item {
		max-width: calc(70% - 24px);
	}
}

@media (min-width: 1180px) {
	.wa-pmd-wrap {
		padding-inline:
			max(42px, env(safe-area-inset-left))
			max(42px, env(safe-area-inset-right));
	}

	.wa-pmd-archive-row {
		grid-template-columns: 112px minmax(0, 1fr) 52px;
		min-height: 150px;
	}

	.wa-pmd-archive-image {
		width: 112px;
	}

	.wa-pmd-archive-copy strong {
		font-size: 1.8rem;
	}

	.wa-pmd-catalog-toolbar h2,
	.wa-pmd-section-heading h2 {
		font-size: 3.8rem;
	}

	.wa-pmd-item-grid {
		gap-inline: 28px;
	}

	.wa-pmd-viewer-thumbnail {
		width: 94px;
		min-width: 94px;
	}
}

/* Small mobile refinements */

@media (max-width: 389px) {
	.wa-pmd-primary-nav a {
		padding-inline: 8px;
		font-size: 0.65rem;
	}

	.wa-pmd-brand > span:last-child {
		max-width: 116px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wa-pmd-library-copy h1,
	.wa-pmd-drop-lead-copy h1,
	.wa-pmd-item-summary h1 {
		font-size: 2.8rem;
	}

	.wa-pmd-preview-summary > div,
	.wa-pmd-drop-summary > div {
		padding-inline: 8px;
	}

	.wa-pmd-item-grid {
		gap-inline: 9px;
	}

	.wa-pmd-catalog-image {
		border-radius: 14px;
	}

	.wa-pmd-item-actions {
		grid-template-columns: 1fr;
	}

	.wa-pmd-lightbox > footer button {
		padding-inline: 9px;
		font-size: 0.6rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wa-pmd-v180 *,
	.wa-pmd-v180 *::before,
	.wa-pmd-v180 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
