:root {
	--rwc-ink: #111114;
	--rwc-ink-soft: #29292f;
	--rwc-cloud: #f7f7f8;
	--rwc-white: #ffffff;
	--rwc-stone: #d8d5cf;
	--rwc-muted: #6f746f;
	--rwc-red: #e30613;
	--rwc-red-dark: #b80515;
	--rwc-line: rgba(17, 17, 20, .13);
	--rwc-radius: 30px;
	--rwc-shadow: 0 28px 80px rgba(17, 17, 20, .14);
}

.rwc-home-promo,
.rwc-home-promo *,
.rwc-home-promo *::before,
.rwc-home-promo *::after { box-sizing: border-box; }

.rwc-home-promo[hidden] { display: none !important; }

.rwc-home-promo {
	background: #f1ede6;
	color: #111114;
	font-family: "Manrope", sans-serif;
	isolation: isolate;
	margin: clamp(1.25rem, 2.5vw, 2.75rem) 0;
	min-height: clamp(520px, 41vw, 660px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.rwc-home-promo::before {
	background:
		linear-gradient(rgba(17, 17, 20, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 17, 20, .055) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, #000 0 47%, transparent 72%);
	opacity: .42;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.rwc-home-promo__media {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.rwc-home-promo__media::after {
	background: linear-gradient(90deg, #f1ede6 0%, rgba(241, 237, 230, .98) 31%, rgba(241, 237, 230, .74) 49%, rgba(241, 237, 230, .05) 72%, rgba(17, 17, 20, .18) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.rwc-home-promo__media img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.rwc-home-promo__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	min-height: inherit;
	padding: clamp(3.3rem, 5.2vw, 5rem) clamp(1.4rem, 7vw, 8rem);
	position: relative;
	width: min(1720px, 100%);
	z-index: 2;
}

.rwc-home-promo__copy { max-width: min(750px, 52vw); }

.rwc-home-promo__kicker {
	align-items: center;
	display: flex;
	font-size: .69rem;
	font-weight: 850;
	gap: .7rem;
	letter-spacing: .17em;
	margin: 0 0 1.35rem;
	text-transform: uppercase;
}

.rwc-home-promo__kicker i {
	background: #e30613;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(227, 6, 19, .11);
	height: 8px;
	width: 8px;
}

.rwc-home-promo h2 {
	color: #111114;
	font: 400 clamp(3.25rem, 5.2vw, 6rem)/.88 "Archivo Black", sans-serif;
	letter-spacing: -.065em;
	margin: 0;
	max-width: 10.5ch;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.rwc-home-promo__intro {
	color: #34343a;
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	font-weight: 600;
	line-height: 1.55;
	margin: 1.55rem 0 0;
	max-width: 58ch;
}

.rwc-home-promo__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-top: 1.8rem;
}

.rwc-home-promo__button {
	align-items: center;
	border: 1px solid #111114;
	border-radius: 999px;
	display: inline-flex;
	font-size: .74rem;
	font-weight: 850;
	gap: .7rem;
	justify-content: center;
	letter-spacing: .045em;
	min-height: 50px;
	padding: 0 1.25rem;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.rwc-home-promo__button--primary { background: #111114; color: #fff !important; }
.rwc-home-promo__button--secondary { background: rgba(241, 237, 230, .7); color: #111114 !important; }
.rwc-home-promo__button:hover { transform: translateY(-2px); }
.rwc-home-promo__button--primary:hover { background: #e30613; border-color: #e30613; }
.rwc-home-promo__button--secondary:hover { background: #fff; }
.rwc-home-promo__button:focus-visible { outline: 3px solid #e30613; outline-offset: 4px; }

.rwc-home-promo__note {
	color: #666269;
	font-size: .68rem;
	font-weight: 650;
	margin: 1rem 0 0;
}

.rwc-home-promo__proof {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(17, 17, 20, .88);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	box-shadow: 0 24px 70px rgba(17, 17, 20, .24);
	color: #fff;
	display: flex;
	flex-direction: column;
	height: clamp(130px, 12vw, 178px);
	justify-content: center;
	position: absolute;
	right: clamp(1.5rem, 5vw, 6rem);
	top: clamp(1.5rem, 5vw, 5rem);
	transform: rotate(5deg);
	width: clamp(130px, 12vw, 178px);
	z-index: 3;
}

.rwc-home-promo__proof strong {
	font: 400 clamp(2.35rem, 4vw, 4.2rem)/.9 "Archivo Black", sans-serif;
	letter-spacing: -.07em;
}

.rwc-home-promo__proof span {
	color: rgba(255, 255, 255, .72);
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.35;
	margin-top: .45rem;
	text-align: center;
	text-transform: uppercase;
}

body.rwc-community-landing .page-header,
body.rwc-community-landing .site-breadcrumb,
body.rwc-community-landing .woocommerce-breadcrumb { display: none !important; }

body.rwc-community-landing .site-content { padding-top: 0 !important; }

body.rwc-community-landing .site-content > .container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.rwc-portal,
.rwc-portal *,
.rwc-portal *::before,
.rwc-portal *::after { box-sizing: border-box; }

.rwc-portal {
	background: var(--rwc-cloud);
	color: var(--rwc-ink);
	font-family: "Manrope", sans-serif;
	overflow: clip;
	position: relative;
}

.rwc-portal h1,
.rwc-portal h2,
.rwc-portal h3,
.rwc-portal p { color: inherit; }

.rwc-portal h1,
.rwc-portal h2,
.rwc-portal h3 {
	font-family: "Archivo Black", sans-serif;
	font-weight: 400;
	letter-spacing: -.055em;
	margin: 0;
}

.rwc-portal a { color: inherit; }

body.rwc-community-staging-shell #page > #header,
body.rwc-community-staging-shell #page > #footer,
body.rwc-community-staging-shell #page > hr { display: none !important; }

body.rwc-community-staging-shell .rwc-staging-guard-banner {
	background: #ffdf00 !important;
	border: 1px solid var(--rwc-ink) !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 24px rgba(13, 20, 36, .16) !important;
	color: var(--rwc-ink) !important;
	font: 800 .6rem/1 "Manrope", sans-serif !important;
	height: auto !important;
	left: auto !important;
	letter-spacing: .12em !important;
	padding: .55rem .75rem !important;
	right: 12px !important;
	top: 10px !important;
	width: auto !important;
}

.rwc-local-nav {
	align-items: center;
	backdrop-filter: blur(22px) saturate(1.2);
	background: rgba(255, 255, 255, .91);
	border: 1px solid var(--rwc-line);
	border-radius: 999px;
	box-shadow: 0 20px 70px rgba(17, 17, 20, .08);
	display: flex;
	height: 64px;
	justify-content: space-between;
	margin: 18px auto 0;
	padding: .55rem .7rem .55rem 1.1rem;
	position: relative;
	width: min(1180px, calc(100% - 32px));
	z-index: 20;
}

.rwc-local-nav__brand {
	align-items: center;
	display: inline-flex;
	gap: .55rem;
	text-decoration: none;
}

.rwc-local-nav__brand > span {
	background: var(--rwc-red);
	clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
	height: 18px;
	width: 28px;
}

.rwc-local-nav__brand strong {
	font: 800 1.02rem/1 "Sora", sans-serif;
	letter-spacing: -.045em;
}

.rwc-local-nav__brand strong b { color: var(--rwc-red); font-weight: inherit; }

.rwc-local-nav__brand em {
	border-left: 1px solid var(--rwc-line);
	color: var(--rwc-muted);
	font-size: .64rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .14em;
	padding-left: .7rem;
}

.rwc-local-nav nav { align-items: center; display: flex; gap: clamp(1rem, 2.4vw, 2.4rem); }
.rwc-local-nav nav a { font-size: .72rem; font-weight: 750; text-decoration: none; }
.rwc-local-nav nav a:not(.rwc-local-nav__cta) { color: var(--rwc-ink-soft); }
.rwc-local-nav nav a:not(.rwc-local-nav__cta):hover { color: var(--rwc-red); }
.rwc-local-nav__cta {
	align-items: center;
	background: var(--rwc-red);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(227, 6, 19, .25);
	color: #fff !important;
	display: inline-flex;
	gap: .55rem;
	min-height: 42px;
	padding: 0 1.1rem;
}

.rwc-hero {
	background:
		linear-gradient(116deg, transparent 0 53%, rgba(227, 6, 19, .68) 53.06%, transparent 53.32%),
		linear-gradient(rgba(255, 255, 255, .038) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .038) 1px, transparent 1px),
		#070708;
	background-size: auto, 80px 80px, 80px 80px, auto;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: clamp(2rem, 4vw, 3.4rem);
	box-shadow: 0 34px 100px rgba(17, 17, 20, .18);
	color: #ffffff;
	display: grid;
	gap: clamp(2.25rem, 4.5vw, 5.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
	margin: 18px auto 0;
	min-height: clamp(680px, 78vh, 850px);
	overflow: hidden;
	padding: clamp(3.6rem, 6.5vw, 6.8rem);
	position: relative;
	width: min(1500px, calc(100% - 32px));
}

.rwc-hero::before {
	background: radial-gradient(circle, rgba(227, 6, 19, .26) 0, rgba(227, 6, 19, .09) 34%, transparent 70%);
	content: "";
	height: min(74vw, 920px);
	pointer-events: none;
	position: absolute;
	right: -24%;
	top: -34%;
	width: min(74vw, 920px);
}

.rwc-hero__copy {
	align-self: center;
	max-width: 720px;
	min-width: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.rwc-hero__eyebrow {
	align-items: center;
	display: flex;
	font-size: .66rem;
	font-weight: 800;
	gap: 1rem;
	letter-spacing: .13em;
	margin-bottom: clamp(2rem, 3.4vw, 3.1rem);
	text-transform: uppercase;
}

.rwc-hero__eyebrow span:first-child {
	background: rgba(227, 6, 19, .11);
	border: 1px solid rgba(255, 38, 52, .48);
	border-radius: 999px;
	color: #ff5a65;
	padding: .55rem .8rem;
}

.rwc-hero__eyebrow span:last-child { color: #a8a8b2; }

.rwc-hero h1 {
	font-family: "Sora", sans-serif;
	font-size: clamp(4.1rem, 6.7vw, 7.4rem);
	font-weight: 800;
	letter-spacing: -.075em;
	line-height: .88;
	max-width: 800px;
}

.rwc-hero h1 span {
	color: var(--rwc-red);
	display: inline-block;
	position: relative;
}

.rwc-lead {
	color: #c6c6ce !important;
	font-size: clamp(1.05rem, 1.35vw, 1.3rem);
	font-weight: 520;
	line-height: 1.65;
	margin: 2.2rem 0 2.4rem;
	max-width: 620px;
}

.rwc-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .85rem; }
.rwc-button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 800;
	gap: .7rem;
	justify-content: center;
	letter-spacing: .01em;
	min-height: 54px;
	padding: 0 1.5rem;
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.rwc-button:hover { transform: translateY(-3px); }
.rwc-button:focus-visible,
.rwc-filters button:focus-visible,
.rwc-sort a:focus-visible,
.rwc-card__link:focus-visible,
.rwc-leader a:focus-visible,
.rwc-creator-card:focus-visible,
.rwc-local-nav a:focus-visible,
.rwc-product-page a:focus-visible,
.rwc-product-page button:focus-visible,
.rwc-product-page select:focus-visible {
	outline: 3px solid var(--rwc-red);
	outline-offset: 4px;
}

.rwc-button--primary { background: var(--rwc-red); box-shadow: 0 14px 34px rgba(227, 6, 19, .28); color: #fff !important; }
.rwc-button--primary:hover { background: #ff2634; box-shadow: 0 18px 42px rgba(227, 6, 19, .34); }
.rwc-button--text { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .18); color: #fff !important; }
.rwc-button--text:hover { background: rgba(255, 255, 255, .12); }
.rwc-button--ivory { background: var(--rwc-white); color: var(--rwc-ink) !important; }

.rwc-hero__signals {
	display: flex;
	gap: clamp(1rem, 2.2vw, 2rem);
	list-style: none;
	margin: clamp(2rem, 4vw, 3.2rem) 0 0;
	padding: 0;
}

.rwc-hero__signals li { color: #d7d7dd; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rwc-hero__signals li span { color: #ff5a65; display: block; font: 700 .66rem/1 "Sora", sans-serif; margin-bottom: .45rem; }

.rwc-hero__studio {
	align-self: center;
	background: rgba(18, 18, 21, .82);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: clamp(1.7rem, 3vw, 2.8rem);
	box-shadow: 0 32px 86px rgba(0, 0, 0, .42);
	justify-self: end;
	max-width: 660px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}

.rwc-hero__studio-head,
.rwc-hero__studio-foot { align-items: center; display: flex; min-height: 58px; padding: 0 1.25rem; }
.rwc-hero__studio-head { border-bottom: 1px solid rgba(255, 255, 255, .12); justify-content: space-between; }
.rwc-hero__studio-head > span:first-child { font: 800 .72rem/1 "Sora", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.rwc-hero__studio-head > span:last-child { align-items: center; background: var(--rwc-red); border-radius: 999px; display: inline-flex; font-size: .65rem; font-weight: 800; gap: .45rem; letter-spacing: .06em; padding: .5rem .72rem; text-transform: uppercase; }
.rwc-hero__studio-head i { background: #fff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 255, 255, .14); height: 6px; width: 6px; }

.rwc-hero__canvas {
	aspect-ratio: 3 / 2;
	background: #050506;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: clamp(1.25rem, 2.5vw, 2.15rem);
	margin: .85rem;
	overflow: hidden;
	position: relative;
}

.rwc-hero__canvas img { display: block; height: 100%; object-fit: cover; width: 100%; }
.rwc-hero__canvas::after { animation: rwc-scan 3.8s ease-in-out 2 both; background: linear-gradient(90deg, transparent, rgba(255, 38, 52, .72), transparent); box-shadow: 0 0 28px rgba(227, 6, 19, .28); content: ""; height: 1px; left: 8%; pointer-events: none; position: absolute; right: 8%; top: 18%; }

.rwc-hero__zone { backdrop-filter: blur(12px); background: rgba(7, 7, 8, .7); border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; color: #fff; font-size: .58rem; font-weight: 800; letter-spacing: .1em; padding: .4rem .62rem; position: absolute; text-transform: uppercase; }
.rwc-hero__zone--front { left: 4%; top: 7%; }
.rwc-hero__zone--sleeve { right: 4%; top: 44%; }

.rwc-hero__studio-foot { border-top: 1px solid rgba(255, 255, 255, .1); color: #a8a8b2; gap: .55rem; }
.rwc-hero__studio-foot span { font-size: .62rem; font-weight: 800; letter-spacing: .1em; margin-right: .2rem; text-transform: uppercase; }
.rwc-hero__studio-foot i { border: 2px solid rgba(255, 255, 255, .3); border-radius: 50%; height: 16px; width: 16px; }
.rwc-hero__studio-foot i:nth-of-type(1) { background: #f3eee5; }
.rwc-hero__studio-foot i:nth-of-type(2) { background: var(--rwc-red); }
.rwc-hero__studio-foot i:nth-of-type(3) { background: #111114; }
.rwc-hero__studio-foot b { color: #fff; font-size: .65rem; letter-spacing: .08em; margin-left: auto; text-transform: uppercase; }

.rwc-hero__commission {
	background: #fff;
	border: 1px solid rgba(17, 17, 20, .1);
	border-radius: 18px;
	bottom: 4.4rem;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .3);
	color: var(--rwc-ink);
	left: 1.65rem;
	padding: 1rem 1.15rem;
	position: absolute;
	width: min(178px, 42%);
	z-index: 5;
}

.rwc-hero__commission span { color: #686872; font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rwc-hero__commission strong { color: var(--rwc-red); display: block; font: 800 clamp(2.8rem, 4.6vw, 4.4rem)/.9 "Sora", sans-serif; letter-spacing: -.08em; margin: .45rem 0 .25rem; }
.rwc-hero__commission p { font-size: .65rem; font-weight: 750; line-height: 1.4; margin: 0; text-transform: uppercase; }

.rwc-manifest {
	background: var(--rwc-ink);
	color: #fff;
	overflow-x: auto;
	scrollbar-width: none;
}
.rwc-manifest::-webkit-scrollbar { display: none; }
.rwc-manifest > div {
	align-items: center;
	display: flex;
	font: 400 clamp(1rem, 1.5vw, 1.45rem)/1 "Archivo Black", sans-serif;
	gap: clamp(1.2rem, 3vw, 3rem);
	justify-content: center;
	letter-spacing: -.035em;
	min-height: 84px;
	min-width: max-content;
	padding: 0 4vw;
}
.rwc-manifest i { background: var(--rwc-red); border-radius: 50%; height: 7px; width: 7px; }

.rwc-ranking {
	background:
		linear-gradient(rgba(17, 17, 20, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 17, 20, .045) 1px, transparent 1px),
		#eeeae3;
	background-size: 72px 72px;
}

.rwc-section-heading--ranking h2 { max-width: 1040px; }
.rwc-leaderboard { display: grid; gap: 1rem; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.rwc-leader { grid-column: span 3; min-width: 0; }
.rwc-leader:first-child { grid-column: span 6; }
.rwc-leader a { color: #fff; display: block; height: 100%; text-decoration: none; }
.rwc-leader__visual {
	aspect-ratio: 4 / 5;
	background: #09090b;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(17, 17, 20, .16);
	overflow: hidden;
	position: relative;
}
.rwc-leader:first-child .rwc-leader__visual { aspect-ratio: 8 / 5; }
.rwc-leader__visual::after { background: linear-gradient(180deg, rgba(8, 8, 10, .02) 35%, rgba(8, 8, 10, .84)); content: ""; inset: 0; position: absolute; }
.rwc-leader__visual img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1), filter .35s ease; width: 100%; }
.rwc-leader__number {
	color: rgba(255, 255, 255, .96);
	font: 800 clamp(5.5rem, 12vw, 12rem)/.72 "Sora", sans-serif;
	font-variant-numeric: tabular-nums;
	left: -.45rem;
	letter-spacing: -.12em;
	position: absolute;
	top: .8rem;
	z-index: 2;
}
.rwc-leader__pulse {
	align-items: center;
	background: rgba(17, 17, 20, .76);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	display: inline-flex;
	font-size: .56rem;
	font-weight: 850;
	gap: .5rem;
	letter-spacing: .11em;
	padding: .55rem .7rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	text-transform: uppercase;
	z-index: 3;
}
.rwc-leader__pulse i { animation: rwc-pulse 1.8s ease-out 3; background: var(--rwc-red); border-radius: 50%; height: 7px; width: 7px; }
.rwc-leader__copy { padding: 1.2rem .2rem 0; }
.rwc-leader__copy > p { color: var(--rwc-muted); font-size: .6rem; font-weight: 800; letter-spacing: .11em; margin: 0 0 .55rem; text-transform: uppercase; }
.rwc-leader__copy h3 { color: var(--rwc-ink); font-size: clamp(1.45rem, 2.2vw, 2.4rem); line-height: .96; }
.rwc-leader__copy > span { color: var(--rwc-muted); display: block; font-size: .72rem; margin-top: .5rem; }
.rwc-leader__copy dl { display: flex; gap: .65rem; margin: 1rem 0 0; }
.rwc-leader__copy dl div { align-items: baseline; background: rgba(255, 255, 255, .7); border: 1px solid rgba(17, 17, 20, .09); border-radius: 999px; display: flex; gap: .35rem; padding: .45rem .7rem; }
.rwc-leader__copy dt { color: var(--rwc-muted); font-size: .53rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rwc-leader__copy dd { color: var(--rwc-ink); font-size: .74rem; font-variant-numeric: tabular-nums; font-weight: 850; margin: 0; }
.rwc-ranking__empty { background: var(--rwc-ink); border-radius: var(--rwc-radius); color: #fff; padding: clamp(2rem, 5vw, 4rem); }
.rwc-ranking__empty > span { color: #ff6671; font-size: .6rem; font-weight: 850; letter-spacing: .13em; }
.rwc-ranking__empty strong { display: block; font: 400 clamp(2rem, 4vw, 4.5rem)/.96 "Archivo Black", sans-serif; margin: 1rem 0; }
.rwc-ranking__empty p { color: rgba(255, 255, 255, .66); margin: 0; }

@media (hover: hover) {
	.rwc-leader:hover .rwc-leader__visual img { filter: saturate(1.06); transform: scale(1.025); }
}

.rwc-ranking,
.rwc-catalog,
.rwc-how,
.rwc-creators {
	padding: clamp(5.5rem, 9vw, 9.5rem) max(4vw, calc((100vw - 1500px) / 2));
}

.rwc-kicker {
	color: var(--rwc-red);
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .16em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.rwc-section-heading {
	align-items: end;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
	margin-bottom: clamp(2.8rem, 5vw, 5rem);
}

.rwc-section-heading h2 {
	font-size: clamp(3.1rem, 6vw, 6.8rem);
	hyphens: none;
	line-height: .92;
	max-width: 1050px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.rwc-section-intro {
	color: var(--rwc-muted);
	font-size: clamp(.95rem, 1.2vw, 1.08rem);
	font-weight: 540;
	line-height: 1.7;
	margin: 0;
	max-width: 520px;
}

.rwc-section-heading--catalog { align-items: end; }
.rwc-section-heading--catalog > div:first-child { max-width: 930px; }
.rwc-section-heading--catalog .rwc-section-intro { margin-top: 1.4rem; }

.rwc-catalog-tools { display: grid; gap: 1rem; justify-items: end; }
.rwc-sort { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.rwc-sort a {
	border-bottom: 1px solid var(--rwc-line);
	color: var(--rwc-muted);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .035em;
	padding: .6rem .1rem;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease;
}
.rwc-sort a[aria-current="page"] { border-color: var(--rwc-red); color: var(--rwc-ink); }

.rwc-filters {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	justify-content: flex-end;
}

.rwc-filters button {
	background: var(--rwc-white);
	border: 1px solid var(--rwc-line);
	border-radius: 999px;
	color: var(--rwc-ink);
	cursor: pointer;
	font: 750 .66rem/1 "Manrope", sans-serif;
	min-height: 40px;
	padding: 0 1rem;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.rwc-filters button.is-active { background: var(--rwc-ink); border-color: var(--rwc-ink); color: #fff; }

.rwc-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 2rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.rwc-card { grid-column: span 4; min-width: 0; position: relative; }
.rwc-card--editorial::after { content: "Selección del estudio"; position: absolute; top: 3.2rem; left: 1rem; z-index: 4; padding: .42rem .62rem; background: #f3ece1; border: 1px solid #7d1924; color: #7d1924; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rwc-card:first-child { grid-column: span 7; }
.rwc-card:nth-child(2) { grid-column: span 5; }
.rwc-card[hidden] { display: none; }
.rwc-card__link { display: block; text-decoration: none; }

.rwc-card__visual {
	aspect-ratio: 4/5;
	background: #e8e5df;
	border-radius: var(--rwc-radius);
	box-shadow: 0 1px 0 rgba(13, 20, 36, .05);
	overflow: hidden;
	position: relative;
}

.rwc-card__visual::after {
	background: linear-gradient(180deg, transparent 50%, rgba(13, 20, 36, .42) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.rwc-card__visual img {
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .4s ease;
	width: 100%;
}

.rwc-card:hover .rwc-card__visual img { filter: saturate(1.04); transform: scale(1.035); }
.rwc-card__edition {
	backdrop-filter: blur(12px);
	background: rgba(255, 254, 253, .82);
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 999px;
	color: var(--rwc-ink);
	font-size: .58rem;
	font-weight: 850;
	left: 18px;
	letter-spacing: .12em;
	padding: .6rem .75rem;
	position: absolute;
	top: 18px;
	z-index: 3;
}

.rwc-card__rank {
	backdrop-filter: blur(12px);
	background: rgba(17, 17, 20, .82);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: #fff;
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .09em;
	padding: .6rem .75rem;
	position: absolute;
	right: 18px;
	text-transform: uppercase;
	top: 18px;
	z-index: 3;
}
.rwc-card__rank--new { background: rgba(255, 255, 255, .86); color: var(--rwc-ink); }

.rwc-card__author {
	bottom: 20px;
	color: #fff;
	display: grid;
	left: 20px;
	position: absolute;
	z-index: 3;
}
.rwc-card__author span { font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rwc-card__author strong { font: 400 clamp(1.1rem, 2vw, 1.65rem)/1.15 "Archivo Black", sans-serif; letter-spacing: -.04em; }

.rwc-card__meta {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 1.25rem .25rem 0;
}

.rwc-card__meta p { color: var(--rwc-muted); font-size: .64rem; font-weight: 750; letter-spacing: .08em; margin: 0 0 .35rem; text-transform: uppercase; }
.rwc-card__meta h3 { font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.05; }
.rwc-card__meta small { color: var(--rwc-muted); display: block; font-size: .64rem; font-variant-numeric: tabular-nums; font-weight: 700; margin-top: .55rem; }
.rwc-card__meta > span { font-size: .86rem; font-weight: 800; white-space: nowrap; }
.rwc-card__meta > em { align-items: center; background: var(--rwc-white); border: 1px solid var(--rwc-line); border-radius: 50%; display: inline-flex; font-size: 1rem; font-style: normal; height: 42px; justify-content: center; transition: background .2s ease, color .2s ease, transform .2s ease; width: 42px; }
.rwc-card:hover .rwc-card__meta > em { background: var(--rwc-red); color: #fff; transform: rotate(8deg); }

.rwc-card--create { min-height: 100%; }
.rwc-card--create > a {
	background: var(--rwc-red);
	border-radius: var(--rwc-radius);
	color: #fff !important;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	min-height: 420px;
	overflow: hidden;
	padding: clamp(1.5rem, 3vw, 2.6rem);
	position: relative;
	text-decoration: none;
}

.rwc-card--create > a::before {
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 50%;
	content: "";
	height: 280px;
	position: absolute;
	right: -100px;
	top: -90px;
	transition: transform .5s ease;
	width: 280px;
}
.rwc-card--create:hover > a::before { transform: scale(1.14); }
.rwc-card--create span { font-size: .7rem; font-weight: 750; letter-spacing: .1em; margin-bottom: 1rem; text-transform: uppercase; }
.rwc-card--create strong { font: 400 clamp(2.4rem, 4.4vw, 5rem)/.92 "Archivo Black", sans-serif; letter-spacing: -.06em; max-width: 500px; }
.rwc-card--create em { font-size: 2rem; font-style: normal; position: absolute; right: 2rem; top: 2rem; }

.rwc-empty { background: var(--rwc-white); border-radius: var(--rwc-radius); padding: clamp(3rem, 8vw, 8rem); text-align: center; }
.rwc-empty > span { color: var(--rwc-red); font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.rwc-empty h3 { font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .95; margin: 1rem auto; max-width: 900px; }
.rwc-empty p { color: var(--rwc-muted); margin: 0 auto 2rem; max-width: 580px; }

.rwc-how { background: var(--rwc-ink); color: #fff; }
.rwc-how .rwc-kicker { color: #ff5365; }
.rwc-how .rwc-section-intro { color: rgba(255, 255, 255, .66); justify-self: end; }
.rwc-steps { border-top: 1px solid rgba(255, 255, 255, .17); list-style: none; margin: 0; padding: 0; }
.rwc-steps li {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
	display: grid;
	gap: clamp(1.5rem, 5vw, 5rem);
	grid-template-columns: minmax(90px, .25fr) minmax(0, 1fr);
	padding: clamp(1.7rem, 3vw, 2.8rem) 0;
}
.rwc-steps li > span { color: #ff5365; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.82 "Archivo Black", sans-serif; letter-spacing: -.07em; }
.rwc-steps li > div { align-items: baseline; display: grid; gap: 1rem; grid-template-columns: minmax(110px, .28fr) minmax(220px, .5fr) minmax(260px, .7fr); }
.rwc-steps small { color: rgba(255, 255, 255, .48); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rwc-steps h3 { font-size: clamp(1.55rem, 2.8vw, 2.8rem); line-height: 1; }
.rwc-steps p { color: rgba(255, 255, 255, .72); font-size: .92rem; line-height: 1.65; margin: 0; max-width: 480px; }

.rwc-creators { background: var(--rwc-white); }
.rwc-creator-grid { border-top: 1px solid var(--rwc-line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rwc-creator-card {
	align-items: center;
	border-bottom: 1px solid var(--rwc-line);
	color: var(--rwc-ink) !important;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 150px;
	padding: 1.4rem;
	position: relative;
	text-decoration: none;
	transition: background .25s ease;
}
.rwc-creator-card:nth-child(odd) { border-right: 1px solid var(--rwc-line); }
.rwc-creator-card:hover { background: #f3f0eb; }
.rwc-creator-card__copy { transition: transform .25s ease; }
.rwc-creator-card:hover .rwc-creator-card__copy { transform: translateX(.4rem); }
.rwc-creator-card__number { align-items: center; background: var(--rwc-cloud); border-radius: 50%; color: var(--rwc-red); display: inline-flex; font: 400 1.15rem/1 "Archivo Black", sans-serif; height: 64px; justify-content: center; width: 64px; }
.rwc-creator-card__copy { display: grid; min-width: 0; }
.rwc-creator-card__copy small { color: var(--rwc-muted); font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.rwc-creator-card__copy strong { font: 400 clamp(1.3rem, 2vw, 2rem)/1.1 "Archivo Black", sans-serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.rwc-creator-card__copy em { color: var(--rwc-muted); font-size: .63rem; font-style: normal; font-weight: 700; letter-spacing: .05em; margin-top: .4rem; text-transform: uppercase; }
.rwc-creator-card__arrow { font-size: 1.5rem; transition: color .2s ease, transform .2s ease; }
.rwc-creator-card:hover .rwc-creator-card__arrow { color: var(--rwc-red); transform: translate(4px, -4px); }

.rwc-final-cta {
	align-items: end;
	background: var(--rwc-red);
	color: #fff;
	display: grid;
	gap: 4rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	overflow: hidden;
	padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1500px) / 2));
	position: relative;
}
.rwc-final-cta::after { border: 1px solid rgba(255, 255, 255, .34); border-radius: 50%; content: ""; height: min(52vw, 720px); position: absolute; right: -18vw; top: -40%; width: min(52vw, 720px); }
.rwc-final-cta .rwc-kicker { color: #fff; }
.rwc-final-cta h2 { font-size: clamp(3.8rem, 8vw, 9rem); line-height: .86; position: relative; z-index: 1; }
.rwc-final-cta__action { max-width: 430px; position: relative; z-index: 2; }
.rwc-final-cta__action p { font-size: 1.05rem; line-height: 1.65; margin: 0 0 1.6rem; }

.rwc-showcase { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; }
.rwc-showcase__item { background: var(--rwc-white); border-radius: 18px; color: var(--rwc-ink); flex: 0 0 min(330px, 78vw); overflow: hidden; scroll-snap-align: start; text-decoration: none; }
.rwc-showcase__item img { aspect-ratio: 4/5; display: block; object-fit: cover; width: 100%; }
.rwc-showcase__item span { display: block; font: .72rem/1.5 "Manrope", sans-serif; padding: 1rem; }
.rwc-showcase__item strong { font-family: "Archivo Black", sans-serif; }

.rwc-size-field { background: #f5f4f1; border: 1px solid #0d1424; display: grid; gap: .55rem; margin: 0 0 1rem; padding: 1rem; }
.rwc-size-field label { color: #0d1424; font: 800 .72rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.rwc-size-field select { appearance: auto; background: #fff; border: 1px solid #0d1424; border-radius: 7px; color: #0d1424; font: 700 1rem/1.2 "Manrope", sans-serif; min-height: 48px; padding: .7rem .8rem; width: 100%; }
.rwc-size-field select:focus-visible { outline: 3px solid #ed001a; outline-offset: 2px; }
.rwc-size-field small { color: #565c66; font: 600 .72rem/1.5 "Manrope", sans-serif; }
.rwc-size-unavailable { background: #fff1f2; border: 1px solid #ed001a; color: #86121c; font-weight: 700; padding: 1rem; }

.rwc-product-page,
.rwc-product-page *,
.rwc-product-page *::before,
.rwc-product-page *::after { box-sizing: border-box; }

.rwc-product-page {
	background: #efede8;
	color: var(--rwc-ink);
	font-family: "Manrope", sans-serif;
	min-height: 100vh;
	overflow: clip;
	position: relative;
}
.rwc-product-page h1,
.rwc-product-page h2,
.rwc-product-page h3,
.rwc-product-page p { color: inherit; }
.rwc-product-page h1,
.rwc-product-page h2,
.rwc-product-page h3 { font-family: "Sora", sans-serif; letter-spacing: -.06em; margin: 0; }
.rwc-product-page a { color: inherit; }
.rwc-product-notices { margin: 1.25rem auto 0; max-width: 1500px; padding: 0 1rem; }
.rwc-product-toolbar {
	align-items: center;
	display: flex;
	font-size: .66rem;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: .07em;
	margin: 0 auto;
	max-width: 1500px;
	padding: 2rem max(1rem, 2.4vw) 1rem;
	text-transform: uppercase;
}
.rwc-product-toolbar > a { align-items: center; display: inline-flex; gap: .55rem; text-decoration: none; }
.rwc-product-toolbar > a span { color: var(--rwc-red); font-size: 1rem; }
.rwc-product-toolbar > div { align-items: center; display: flex; gap: .65rem; }
.rwc-product-toolbar > div > span { border: 1px solid var(--rwc-line); border-radius: 999px; padding: .55rem .75rem; }
.rwc-product-toolbar__verified { align-items: center; background: #fff; display: inline-flex; gap: .4rem; }
.rwc-product-toolbar__verified i { background: #17a260; border-radius: 50%; height: 7px; width: 7px; }

.rwc-product-hero {
	display: grid;
	gap: clamp(1rem, 2.2vw, 2.2rem);
	grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 max(1rem, 2.4vw) clamp(5rem, 9vw, 9rem);
}
.rwc-product-stage {
	align-items: end;
	aspect-ratio: 4 / 5;
	background: #08080a;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: clamp(1.5rem, 3vw, 2.8rem);
	box-shadow: 0 34px 100px rgba(17, 17, 20, .24);
	display: flex;
	justify-content: center;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}
.rwc-product-stage::after { background: linear-gradient(180deg, transparent 55%, rgba(7, 7, 9, .55)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.rwc-product-stage__grid {
	background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
	background-size: 64px 64px;
	inset: 0;
	mask-image: linear-gradient(180deg, #000, transparent 76%);
	position: absolute;
}
.rwc-product-stage__image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.rwc-product-stage__rank {
	color: #fff;
	display: grid;
	left: clamp(1rem, 2.6vw, 2.5rem);
	position: absolute;
	top: clamp(1rem, 2.6vw, 2.5rem);
	z-index: 4;
}
.rwc-product-stage__rank small { color: rgba(255, 255, 255, .66); font-size: .55rem; font-weight: 850; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.rwc-product-stage__rank strong { font: 800 clamp(5rem, 10vw, 10rem)/.78 "Sora", sans-serif; font-variant-numeric: tabular-nums; letter-spacing: -.13em; margin: 1rem 0 .55rem -.45rem; }
.rwc-product-stage__rank span { color: #ff6671; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rwc-product-stage__rail {
	align-items: center;
	bottom: clamp(1rem, 2vw, 2rem);
	display: flex;
	gap: .8rem;
	left: clamp(1rem, 2.6vw, 2.5rem);
	position: absolute;
	right: clamp(1rem, 2.6vw, 2.5rem);
	z-index: 4;
}
.rwc-product-stage__rail span { animation: rwc-rail 2.4s ease-out 2; background: var(--rwc-red); height: 2px; transform-origin: left; width: min(220px, 35%); }
.rwc-product-stage__rail b { color: rgba(255, 255, 255, .7); font-size: .54rem; letter-spacing: .12em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.rwc-product-buybox {
	align-self: start;
	background: #fff;
	border: 1px solid rgba(17, 17, 20, .1);
	border-radius: clamp(1.5rem, 3vw, 2.4rem);
	box-shadow: 0 24px 80px rgba(17, 17, 20, .1);
	padding: clamp(1.5rem, 3.2vw, 3.4rem);
	position: sticky;
	top: 1rem;
}
.rwc-product-author { display: grid; margin: 0 0 1.2rem; }
.rwc-product-author span { color: var(--rwc-muted); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rwc-product-author strong { font: 700 1rem/1.4 "Sora", sans-serif; margin-top: .25rem; }
.rwc-product-buybox h1 { font-size: clamp(2.8rem, 5vw, 5.7rem); line-height: .88; overflow-wrap: anywhere; }
.rwc-product-price { color: var(--rwc-red); font-size: clamp(1.3rem, 2vw, 1.8rem); font-variant-numeric: tabular-nums; font-weight: 850; margin: 1.2rem 0; }
.rwc-product-price del { color: var(--rwc-muted); font-size: .75em; }
.rwc-product-description { color: var(--rwc-muted); font-size: .94rem; font-weight: 540; line-height: 1.7; }
.rwc-product-description p { margin: 0; }
.rwc-product-metrics { border-bottom: 1px solid var(--rwc-line); border-top: 1px solid var(--rwc-line); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.6rem 0; padding: 1.15rem 0; }
.rwc-product-metrics div { border-right: 1px solid var(--rwc-line); display: grid; min-width: 0; padding: 0 .8rem; }
.rwc-product-metrics div:first-child { padding-left: 0; }
.rwc-product-metrics div:last-child { border-right: 0; padding-right: 0; }
.rwc-product-metrics strong { font: 750 clamp(1.25rem, 2vw, 1.75rem)/1 "Sora", sans-serif; font-variant-numeric: tabular-nums; letter-spacing: -.06em; }
.rwc-product-metrics span { color: var(--rwc-muted); font-size: .52rem; font-weight: 800; line-height: 1.35; margin-top: .45rem; text-transform: uppercase; }
.rwc-product-commission { align-items: center; background: #111114; border-radius: 18px; color: #fff; display: grid; gap: 1rem; grid-template-columns: auto minmax(0, 1fr); margin: 0 0 1.4rem; padding: 1rem; }
.rwc-product-commission > span { color: #ff3543; font: 800 2.35rem/1 "Sora", sans-serif; letter-spacing: -.08em; }
.rwc-product-commission p { color: rgba(255, 255, 255, .68); font-size: .67rem; line-height: 1.5; margin: 0; }
.rwc-product-commission strong { color: #fff; display: block; }
.rwc-product-cart form.cart { display: grid; gap: .8rem; margin: 0; }
.rwc-product-cart form.cart::after { clear: both; content: ""; display: table; }
.rwc-product-cart .quantity { display: none !important; }
.rwc-product-cart .single_add_to_cart_button {
	align-items: center;
	background: var(--rwc-red) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 34px rgba(227, 6, 19, .22);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	font: 800 .78rem/1 "Manrope", sans-serif !important;
	justify-content: center;
	min-height: 56px;
	padding: 0 1.5rem !important;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
	width: 100%;
}
.rwc-product-cart .single_add_to_cart_button:hover { background: #ff2634 !important; box-shadow: 0 18px 40px rgba(227, 6, 19, .3); transform: translateY(-2px); }
.rwc-size-field { background: #f3f1ed; border: 1px solid rgba(17, 17, 20, .18); border-radius: 17px; display: grid; gap: .55rem; margin: 0; padding: 1rem; }
.rwc-size-field label { color: var(--rwc-ink); font: 800 .67rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.rwc-size-field select { appearance: auto; background: #fff; border: 1px solid var(--rwc-ink); border-radius: 11px; color: var(--rwc-ink); font: 700 1rem/1.2 "Manrope", sans-serif; min-height: 50px; padding: .7rem .8rem; width: 100%; }
.rwc-size-field small { color: var(--rwc-muted); font: 600 .66rem/1.5 "Manrope", sans-serif; }
.rwc-size-unavailable,
.rwc-product-unavailable { background: #fff1f2; border: 1px solid var(--rwc-red); border-radius: 14px; color: #86121c; font-weight: 700; padding: 1rem; }
.rwc-product-assurance { display: grid; gap: .55rem; list-style: none; margin: 1.35rem 0 0; padding: 0; }
.rwc-product-assurance li { color: var(--rwc-muted); font-size: .65rem; font-weight: 700; }
.rwc-product-assurance li span { color: #17a260; margin-right: .4rem; }

.rwc-product-story,
.rwc-product-specs,
.rwc-product-related { padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1500px) / 2)); }
.rwc-product-story { background: var(--rwc-ink); color: #fff; display: grid; gap: clamp(2rem, 8vw, 9rem); grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); }
.rwc-product-story h2 { font-size: clamp(3rem, 7vw, 8rem); line-height: .87; }
.rwc-product-story .rwc-kicker { color: #ff6671; }
.rwc-product-story__copy { align-self: end; }
.rwc-product-story__copy p { color: rgba(255, 255, 255, .66); font-size: clamp(.95rem, 1.2vw, 1.1rem); line-height: 1.75; margin: 0 0 1.2rem; }
.rwc-product-specs { background: #fff; display: grid; gap: clamp(2rem, 7vw, 8rem); grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr); }
.rwc-product-specs h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .9; }
.rwc-product-specs dl { border-top: 1px solid var(--rwc-line); margin: 0; }
.rwc-product-specs dl div { align-items: baseline; border-bottom: 1px solid var(--rwc-line); display: grid; gap: 1rem; grid-template-columns: minmax(110px, .35fr) minmax(0, 1fr); padding: 1.2rem 0; }
.rwc-product-specs dt { color: var(--rwc-muted); font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rwc-product-specs dd { font: 650 clamp(1rem, 1.6vw, 1.35rem)/1.3 "Sora", sans-serif; margin: 0; }
.rwc-product-creator { align-items: end; background: var(--rwc-red); color: #fff; display: grid; gap: 1.2rem clamp(2rem, 5vw, 6rem); grid-template-columns: auto minmax(0, 1fr) minmax(240px, .65fr) auto; padding: clamp(3rem, 6vw, 6rem) max(4vw, calc((100vw - 1500px) / 2)); }
.rwc-product-creator > span { font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rwc-product-creator > strong { font: 750 clamp(2.6rem, 6vw, 7rem)/.85 "Sora", sans-serif; letter-spacing: -.08em; overflow-wrap: anywhere; }
.rwc-product-creator p { font-size: .82rem; line-height: 1.65; margin: 0; }
.rwc-product-creator a { border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; font-size: .68rem; font-weight: 800; padding: .85rem 1rem; text-decoration: none; white-space: nowrap; }
.rwc-product-related { background: #efede8; }
.rwc-product-related .rwc-section-heading > a { border-bottom: 1px solid var(--rwc-ink); font-size: .72rem; font-weight: 800; justify-self: end; padding-bottom: .4rem; text-decoration: none; }
.rwc-product-related__grid { display: grid; gap: clamp(1rem, 2vw, 2rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rwc-product-related__grid .rwc-card,
.rwc-product-related__grid .rwc-card:first-child,
.rwc-product-related__grid .rwc-card:nth-child(2) { grid-column: auto; }
.rwc-product-sticky-buy { display: none; }
.rwc-image-placeholder { align-items: center; background: #dedad2; color: var(--rwc-red); display: flex; font: 800 4rem/1 "Sora", sans-serif; height: 100%; justify-content: center; width: 100%; }

.rwc-portal.is-enhanced [data-rwc-reveal],
.rwc-product-page.is-enhanced [data-rwc-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.rwc-portal.is-enhanced [data-rwc-reveal].is-visible,
.rwc-product-page.is-enhanced [data-rwc-reveal].is-visible { opacity: 1; transform: none; }

@keyframes rwc-scan {
	0% { opacity: .2; transform: translate3d(0, 0, 0); }
	50% { opacity: .9; transform: translate3d(0, clamp(230px, 38vw, 480px), 0); }
	100% { opacity: .2; transform: translate3d(0, 0, 0); }
}
@keyframes rwc-pulse { 0% { box-shadow: 0 0 0 0 rgba(227, 6, 19, .65); } 100% { box-shadow: 0 0 0 10px rgba(227, 6, 19, 0); } }
@keyframes rwc-rail { 0% { opacity: .35; transform: scaleX(.2); } 100% { opacity: 1; transform: scaleX(1); } }

@media (max-width: 1080px) {
	.rwc-hero { gap: 2.2rem; grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr); padding-left: clamp(2.5rem, 5vw, 4rem); padding-right: clamp(2.5rem, 5vw, 4rem); }
	.rwc-hero h1 { font-size: clamp(3.8rem, 6.5vw, 6.2rem); }
	.rwc-card { grid-column: span 6; }
	.rwc-card:first-child,
	.rwc-card:nth-child(2) { grid-column: span 6; }
	.rwc-leader:first-child { grid-column: span 12; }
	.rwc-leader { grid-column: span 6; }
	.rwc-steps li > div { grid-template-columns: 100px minmax(180px, .55fr) minmax(220px, .75fr); }
	.rwc-product-hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); }
	.rwc-product-buybox { padding: 1.6rem; }
	.rwc-product-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rwc-product-metrics div:nth-child(2) { border-right: 0; }
	.rwc-product-metrics div:last-child { border-top: 1px solid var(--rwc-line); grid-column: 1 / -1; margin-top: 1rem; padding: 1rem 0 0; }
}

@media (max-width: 760px) {
	.rwc-home-promo { margin: 1rem 0; min-height: 0; }
	.rwc-home-promo::before { display: none; }
	.rwc-home-promo__media { aspect-ratio: 16 / 7; inset: auto; position: relative; }
	.rwc-home-promo__media::after { background: linear-gradient(180deg, transparent 55%, rgba(17, 17, 20, .18)); }
	.rwc-home-promo__media img { object-position: 68% center; }
	.rwc-home-promo__inner { background: #f1ede6; min-height: 0; padding: clamp(2.2rem, 7vw, 4rem) clamp(1.35rem, 6vw, 3rem); }
	.rwc-home-promo__copy { max-width: 680px; }
	.rwc-home-promo h2 { font-size: clamp(3.05rem, 8.5vw, 4.4rem); max-width: 11ch; }
	.rwc-home-promo__proof { height: 118px; right: 1.2rem; top: 1.2rem; width: 118px; }
	.rwc-home-promo__proof strong { font-size: 2.45rem; }
}

@media (max-width: 820px) {
	.rwc-local-nav { height: 60px; padding: .45rem .55rem .45rem .95rem; }
	.rwc-local-nav nav > a:not(.rwc-local-nav__cta) { display: none; }
	.rwc-hero { gap: 2.75rem; grid-template-columns: 1fr; min-height: auto; padding: clamp(3.7rem, 10vw, 5.5rem) clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3rem); }
	.rwc-hero__copy { max-width: 680px; padding-bottom: 0; }
	.rwc-hero__studio { justify-self: center; max-width: 680px; }
	.rwc-section-heading { align-items: start; grid-template-columns: 1fr; }
	.rwc-section-heading .rwc-section-intro { justify-self: start; }
	.rwc-catalog-tools { justify-items: start; }
	.rwc-sort,
	.rwc-filters { justify-content: flex-start; }
	.rwc-leader:first-child,
	.rwc-leader { grid-column: span 12; }
	.rwc-leader:first-child .rwc-leader__visual,
	.rwc-leader__visual { aspect-ratio: 8 / 5; }
	.rwc-steps li { gap: 1.25rem; grid-template-columns: 80px minmax(0, 1fr); }
	.rwc-steps li > div { grid-template-columns: 1fr; }
	.rwc-steps small { margin-bottom: -.4rem; }
	.rwc-creator-grid { grid-template-columns: 1fr; }
	.rwc-creator-card:nth-child(odd) { border-right: 0; }
	.rwc-final-cta { align-items: start; gap: 2rem; grid-template-columns: 1fr; }
	.rwc-product-hero { grid-template-columns: 1fr; }
	.rwc-product-stage { min-height: 0; }
	.rwc-product-buybox { position: relative; top: 0; }
	.rwc-product-story,
	.rwc-product-specs { grid-template-columns: 1fr; }
	.rwc-product-creator { align-items: start; grid-template-columns: 1fr; }
	.rwc-product-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
	.rwc-home-promo__media { aspect-ratio: 16 / 8.5; }
	.rwc-home-promo__inner { padding: 2rem 1.25rem 2.2rem; }
	.rwc-home-promo h2 { font-size: clamp(2.65rem, 12.7vw, 4rem); line-height: .91; }
	.rwc-home-promo__kicker { font-size: .6rem; letter-spacing: .12em; }
	.rwc-home-promo__intro { font-size: .94rem; margin-top: 1.2rem; }
	.rwc-home-promo__actions { align-items: stretch; flex-direction: column; margin-top: 1.4rem; }
	.rwc-home-promo__button { width: 100%; }
	.rwc-home-promo__proof { height: 98px; right: .75rem; top: .75rem; width: 98px; }
	.rwc-home-promo__proof strong { font-size: 2.1rem; }
	.rwc-home-promo__proof span { font-size: .47rem; }
	body.rwc-community-staging-shell .rwc-staging-guard-banner { right: 8px !important; top: 70px !important; }
	body.admin-bar.rwc-community-staging-shell .rwc-staging-guard-banner { top: 116px !important; }
	.rwc-local-nav { margin-top: 10px; width: calc(100% - 20px); }
	.rwc-local-nav__brand em { display: none; }
	.rwc-local-nav__brand > span { height: 14px; width: 22px; }
	.rwc-local-nav__brand strong { font-size: .94rem; }
	.rwc-local-nav__cta { min-height: 38px; padding: 0 .9rem; }
	.rwc-hero { border-radius: 1.8rem; margin-top: 10px; padding: 3.8rem 1.15rem 1.15rem; width: calc(100% - 20px); }
	.rwc-hero h1 { font-size: clamp(3rem, 13vw, 4rem); letter-spacing: -.075em; line-height: .92; }
	.rwc-hero__eyebrow { align-items: flex-start; flex-direction: column; gap: .65rem; }
	.rwc-hero__copy { padding-bottom: 0; }
	.rwc-actions { align-items: stretch; flex-direction: column; }
	.rwc-button { width: 100%; }
	.rwc-hero__signals { display: grid; gap: .85rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rwc-hero__signals li { font-size: .61rem; }
	.rwc-hero__studio { border-radius: 1.35rem; }
	.rwc-hero__studio-head,
	.rwc-hero__studio-foot { min-height: 52px; padding: 0 .85rem; }
	.rwc-hero__studio-head > span:last-child { font-size: .56rem; padding: .42rem .55rem; }
	.rwc-hero__canvas { border-radius: 1rem; margin: .55rem; }
	.rwc-hero__zone { display: none; }
	.rwc-hero__commission { bottom: 3.7rem; left: 1rem; padding: .72rem .82rem; width: min(140px, 45%); }
	.rwc-hero__commission strong { font-size: clamp(2.35rem, 11vw, 3.25rem); }
	.rwc-hero__studio-foot b { font-size: .55rem; }
	.rwc-manifest > div { justify-content: flex-start; }
	.rwc-ranking,
	.rwc-catalog,
	.rwc-how,
	.rwc-creators { padding-left: 1.25rem; padding-right: 1.25rem; }
	.rwc-section-heading h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
	.rwc-sort,
	.rwc-filters { flex-wrap: nowrap; margin-right: -1.25rem; max-width: calc(100vw - 1.25rem); overflow-x: auto; padding: .25rem 1.25rem .5rem 0; scroll-snap-type: x mandatory; }
	.rwc-sort a,
	.rwc-filters button { flex: none; scroll-snap-align: start; }
	.rwc-leaderboard { display: flex; margin-right: -1.25rem; overflow-x: auto; padding: 0 1.25rem 1rem 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.rwc-leaderboard::-webkit-scrollbar { display: none; }
	.rwc-leader:first-child,
	.rwc-leader { flex: 0 0 86vw; scroll-snap-align: start; }
	.rwc-leader:first-child .rwc-leader__visual,
	.rwc-leader__visual { aspect-ratio: 4 / 5; }
	.rwc-leader__number { font-size: clamp(5.5rem, 29vw, 8rem); }
	.rwc-card,
	.rwc-card:first-child,
	.rwc-card:nth-child(2) { grid-column: 1 / -1; }
	.rwc-card__meta { grid-template-columns: minmax(0, 1fr) auto; }
	.rwc-card__meta > em { display: none; }
	.rwc-card--create > a { min-height: 340px; }
	.rwc-steps li { grid-template-columns: 62px minmax(0, 1fr); }
	.rwc-creator-card { grid-template-columns: auto minmax(0, 1fr) auto; padding-left: .25rem; padding-right: .25rem; }
	.rwc-creator-card__number { height: 52px; width: 52px; }
	.rwc-final-cta { padding-left: 1.25rem; padding-right: 1.25rem; }
	.rwc-final-cta h2 { font-size: clamp(3.2rem, 17vw, 5.4rem); }
	.rwc-product-toolbar { align-items: flex-start; gap: .8rem; padding-top: 1.35rem; }
	.rwc-product-toolbar > div { align-items: flex-end; flex-direction: column; gap: .35rem; }
	.rwc-product-toolbar__verified { display: none !important; }
	.rwc-product-hero { padding: 0 10px 5.5rem; }
	.rwc-product-stage { border-radius: 1.6rem; }
	.rwc-product-stage__rank strong { font-size: clamp(4.8rem, 27vw, 7.4rem); }
	.rwc-product-stage__rail b { font-size: .48rem; }
	.rwc-product-buybox { border-radius: 1.6rem; padding: 1.35rem; }
	.rwc-product-buybox h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
	.rwc-product-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rwc-product-metrics div:nth-child(2) { border-right: 1px solid var(--rwc-line); }
	.rwc-product-metrics div:last-child { border-top: 0; grid-column: auto; margin-top: 0; padding: 0 0 0 .8rem; }
	.rwc-product-metrics strong { font-size: 1.16rem; }
	.rwc-product-metrics span { font-size: .47rem; }
	.rwc-product-commission { grid-template-columns: 1fr; }
	.rwc-product-story,
	.rwc-product-specs,
	.rwc-product-related { padding-left: 1.25rem; padding-right: 1.25rem; }
	.rwc-product-story h2,
	.rwc-product-specs h2 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
	.rwc-product-creator { padding-left: 1.25rem; padding-right: 1.25rem; }
	.rwc-product-related__grid { display: flex; margin-right: -1.25rem; overflow-x: auto; padding-right: 1.25rem; scroll-snap-type: x mandatory; }
	.rwc-product-related__grid .rwc-card { flex: 0 0 82vw; scroll-snap-align: start; }
	.rwc-product-sticky-buy {
		align-items: center;
		background: var(--rwc-red);
		border: 0;
		border-radius: 999px;
		bottom: max(12px, env(safe-area-inset-bottom));
		box-shadow: 0 18px 46px rgba(17, 17, 20, .28);
		color: #fff;
		display: flex;
		font: 800 .72rem/1 "Manrope", sans-serif;
		justify-content: space-between;
		left: 10px;
		min-height: 54px;
		padding: 0 1.25rem;
		position: fixed;
		right: 10px;
		transform: translateY(calc(100% + 24px));
		transition: opacity .25s ease, transform .25s ease;
		z-index: 30;
	}
	.rwc-product-sticky-buy.is-visible { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	.rwc-home-promo *,
	.rwc-home-promo *::before,
	.rwc-home-promo *::after,
	.rwc-portal *,
	.rwc-portal *::before,
	.rwc-portal *::after,
	.rwc-product-page *,
	.rwc-product-page *::before,
	.rwc-product-page *::after { animation: none !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.rwc-portal.is-enhanced [data-rwc-reveal],
	.rwc-product-page.is-enhanced [data-rwc-reveal] { opacity: 1; transform: none; }
}
