:root {
	--o-ink: #1a0e18;
	--o-ink-2: #3a2a36;
	--o-ink-3: #6b5867;
	--o-line: #ece1de;
	--o-paper: #fdf6f3;
	--o-paper-2: #f8ecea;
	--o-white: #fff;
	--o-brand: #e85a8a;
	--o-brand-2: #d4396d;
	--o-brand-tint: #ffe4ee;
	--o-coral: #ff8a6b;
	--o-lavender: #b89bff;
	--o-temu: #ff6a2c;
	--o-temu-tint: #ffe6d6;
	--o-ali: #ff4d4d;
	--o-ali-tint: #ffe1e1;
	--o-shop: #2ec4b6;
	--o-shop-tint: #d8f3ef;
	--o-font-display: "Instrument Serif", Georgia, serif;
	--o-font-sans: "Manrope", system-ui, -apple-system, sans-serif;
	--o-shadow: 0 12px 32px rgba(40, 10, 30, .08), 0 2px 6px rgba(40, 10, 30, .04);
}

body.orphica-redesign-page {
	margin: 0;
	background: var(--o-paper);
	color: var(--o-ink);
	font-family: var(--o-font-sans);
}

.orphica-redesign-page a { color: inherit; text-decoration: none; }
.orphica-site { min-height: 100vh; background: var(--o-paper); overflow-x: hidden; }

.o-header {
	background: var(--o-paper);
	border-bottom: 1px solid var(--o-line);
	position: relative;
	z-index: 5;
}

.o-topbar {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 56px;
	border-bottom: 1px solid #f4ebe7;
	color: var(--o-ink-3);
	font-size: 12.5px;
}

.o-head-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 22px 56px;
}

.o-wordmark {
	font-family: var(--o-font-display);
	font-size: 38px;
	line-height: 1;
	letter-spacing: -.025em;
	color: var(--o-ink);
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
}

.o-wordmark span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--o-brand);
	display: inline-block;
	transform: translateY(-3px);
}

.o-wordmark.light { color: #fff; }

.o-nav { display: flex; gap: 22px; font-size: 14.5px; font-weight: 700; }
.o-nav a:hover { color: var(--o-brand-2); }

.o-search, .o-hero-search, .o-newsletter form {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--o-line);
	border-radius: 999px;
	padding: 6px 6px 6px 18px;
	box-shadow: 0 4px 14px rgba(40, 10, 30, .06);
}

.o-search input, .o-hero-search input, .o-newsletter input {
	border: 0;
	outline: 0;
	background: transparent;
	font: 500 14px/1 var(--o-font-sans);
	min-width: 0;
}

.o-search button, .o-hero-search button, .o-newsletter button, .o-deal a, .o-affiliate-box a {
	border: 0;
	border-radius: 999px;
	background: var(--o-brand);
	color: #fff;
	font-weight: 800;
	padding: 11px 18px;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(232, 90, 138, .18);
}

.o-chipbar {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	padding: 10px 56px 14px;
	border-top: 1px solid #f4ebe7;
}

.o-chip, .o-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 800;
	border: 1px solid var(--o-line);
	background: #fff;
	color: var(--o-ink-2);
	white-space: nowrap;
}

.o-chip.solid { background: var(--o-ink); color: var(--o-paper); border-color: var(--o-ink); }
.o-chip.brand { background: var(--o-brand-tint); color: var(--o-brand-2); border-color: transparent; }
.o-chip.temu { background: var(--o-temu-tint); color: var(--o-temu); border-color: transparent; }
.o-chip.ali { background: var(--o-ali-tint); color: var(--o-ali); border-color: transparent; }
.o-chip.shop { background: var(--o-shop-tint); color: #1a8579; border-color: transparent; }
.o-chip.lav { background: #ece2ff; color: #5e3fb8; border-color: transparent; }
.o-badge { color: var(--o-brand-2); background: #fff; border-color: var(--o-brand-tint); }

.o-main { background: var(--o-paper); }
.o-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 1fr);
	gap: 56px;
	align-items: center;
	padding: 56px;
}

.o-kicker, .o-section-head span, .o-newsletter span, .o-toc > span, .o-deal > span {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--o-brand);
}

.o-kicker span {
	width: 28px;
	height: 2px;
	background: var(--o-brand);
}

.o-hero h1, .o-section-head h2, .o-newsletter h2, .o-article-hero h1 {
	margin: 0;
	font-family: var(--o-font-display);
	font-weight: 400;
	letter-spacing: -.03em;
	color: var(--o-ink);
}

.o-hero h1 { font-size: clamp(48px, 6.6vw, 96px); line-height: .94; max-width: 760px; }
.o-hero em, .o-section-head em, .o-newsletter em, .o-article-hero em { font-style: italic; color: var(--o-brand); }
.o-hero p { margin: 26px 0 0; max-width: 560px; font-size: 18px; line-height: 1.55; color: var(--o-ink-2); }
.o-hero-search { margin-top: 32px; max-width: 610px; }
.o-hero-search input { flex: 1; font-size: 15px; }

.o-quick-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
}

.o-quick-grid a {
	background: #fff;
	border: 1px solid var(--o-line);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 1px 2px rgba(40, 10, 30, .04);
}

.o-quick-grid strong { display: block; font-size: 14px; line-height: 1.25; }
.o-quick-grid span { display: block; margin-top: 5px; color: var(--o-ink-3); font-size: 12px; line-height: 1.3; }

.o-hero-media { position: relative; min-height: 620px; }
.o-hero-img {
	position: absolute;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: var(--o-shadow);
	background: var(--o-paper-2);
}

.o-hero-img.one { left: 0; top: 44px; width: 330px; height: 430px; transform: rotate(-3deg); }
.o-hero-img.two { left: 248px; top: 0; width: 230px; height: 285px; transform: rotate(4deg); }
.o-hero-img.three { right: 0; top: 250px; width: 255px; height: 310px; transform: rotate(-2deg); }
.o-floating-card {
	position: absolute;
	left: -18px;
	bottom: 128px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(12px);
	box-shadow: var(--o-shadow);
	font-weight: 800;
	font-size: 13px;
}

.o-section { padding: 72px 56px; }
.o-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 28px;
}
.o-section-head h2 { font-size: clamp(34px, 3.7vw, 56px); line-height: 1; }
.o-section-head > a { color: var(--o-brand-2); font-weight: 800; }
.o-section-head.compact { margin-bottom: 18px; }
.o-section-head.compact h2 { font-size: 34px; }

.o-bento {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 178px;
	gap: 16px;
}

.o-bento-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border-radius: 24px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--o-line);
	min-width: 0;
	transition: transform .18s ease, box-shadow .18s ease;
}
.o-bento-card:hover, .o-post-card:hover, .o-guide-grid a:hover, .o-quick-grid a:hover { transform: translateY(-2px); box-shadow: var(--o-shadow); }
.o-bento-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.o-bento-card img + .o-chip, .o-bento-card img ~ h3, .o-bento-card img ~ p, .o-bento-card img ~ small { position: relative; z-index: 1; }
.o-bento-card img ~ h3, .o-bento-card img ~ p, .o-bento-card img ~ small { color: #fff; text-shadow: 0 1px 16px rgba(0,0,0,.35); }
.o-bento-card img::after { content: ""; }
.o-bento-card.card-0, .o-bento-card.card-1 { grid-column: span 4; grid-row: span 2; }
.o-bento-card.card-2, .o-bento-card.card-3 { grid-column: span 2; }
.o-bento-card.card-4 { grid-column: span 5; background: #ece2ff; }
.o-bento-card.card-5 { grid-column: span 5; background: var(--o-ink); color: #fff; }
.o-bento-card h3 { margin: 14px 0 8px; font-size: 24px; line-height: 1.1; font-weight: 800; }
.o-bento-card p { margin: 0; color: var(--o-ink-3); font-size: 14px; line-height: 1.45; }
.o-bento-card small { margin-top: 14px; color: var(--o-ink-3); font-size: 12px; }

.o-latest-wrap { display: grid; grid-template-columns: minmax(0, 2fr) 360px; gap: 40px; padding-top: 8px; }
.o-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.o-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--o-line);
	border-radius: 24px;
	transition: transform .18s ease, box-shadow .18s ease;
}
.o-post-card img { width: 100%; height: 185px; object-fit: cover; background: var(--o-paper-2); }
.o-post-card div { padding: 18px; }
.o-post-card h3 { margin: 12px 0 8px; font-size: 17px; line-height: 1.25; font-weight: 800; }
.o-post-card p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.45; color: var(--o-ink-3); }
.o-post-card small { color: var(--o-ink-3); }

.o-sidebar { min-width: 0; }
.o-top-list {
	background: #fffaf7;
	border: 1px solid var(--o-line);
	border-radius: 24px;
	overflow: hidden;
}
.o-top-list a {
	display: flex;
	gap: 14px;
	padding: 16px 18px;
	border-bottom: 1px solid #f4ebe7;
}
.o-top-list a:last-child { border-bottom: 0; }
.o-top-list b {
	min-width: 34px;
	font: italic 38px/1 var(--o-font-display);
	color: var(--o-coral);
}
.o-top-list span { font-size: 14px; font-weight: 800; line-height: 1.3; }

.o-deal {
	margin-top: 24px;
	border-radius: 24px;
	padding: 24px;
	background: linear-gradient(135deg, var(--o-ink), #2a1424);
	color: #fff;
}
.o-deal strong { display: block; font-size: 22px; line-height: 1.15; }
.o-deal p { color: #d8cdd5; line-height: 1.45; }
.o-deal a { display: inline-flex; margin-top: 12px; background: var(--o-brand); }

.o-guides { background: linear-gradient(180deg, var(--o-paper), #fff4f0 60%, var(--o-paper)); }
.o-product-section { padding-top: 18px; }
.o-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.o-product-card {
	display: grid;
	grid-template-columns: 165px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	min-height: 230px;
	border-radius: 24px;
	border: 1px solid var(--o-line);
	background: #fff;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

.o-product-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--o-shadow);
}

.o-product-media {
	position: relative;
	min-height: 100%;
	background: var(--o-paper-2);
}

.o-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.o-product-market {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.88);
	color: var(--o-brand-2);
	font-size: 11px;
	font-weight: 900;
	box-shadow: 0 4px 14px rgba(40,10,30,.1);
}

.o-product-market.temu { color: var(--o-temu); }
.o-product-market.ali { color: var(--o-ali); }
.o-product-market.shop { color: #1a8579; }

.o-product-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 20px 18px 18px 0;
}

.o-product-body h3 {
	margin: 12px 0 8px;
	font-size: 18px;
	line-height: 1.22;
	font-weight: 900;
}

.o-product-body p {
	margin: 0;
	color: var(--o-ink-3);
	font-size: 13.5px;
	line-height: 1.45;
}

.o-product-meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--o-ink-3);
	font-size: 12px;
}

.o-product-body > strong {
	display: inline-flex;
	width: fit-content;
	margin-top: 12px;
	border-radius: 999px;
	background: var(--o-ink);
	color: #fff;
	padding: 10px 14px;
	font-size: 12px;
}

.o-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.o-guide-grid a {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--o-line);
	transition: transform .18s ease, box-shadow .18s ease;
}
.o-guide-grid strong { display: block; font: 400 30px/1 var(--o-font-display); }
.o-guide-grid span { display: block; margin-top: 10px; color: var(--o-ink-3); font-weight: 600; }

.o-newsletter {
	margin: 0 56px 72px;
	padding: 48px 56px;
	border-radius: 32px;
	display: grid;
	grid-template-columns: 1.2fr minmax(300px, .8fr);
	gap: 44px;
	align-items: center;
	background: linear-gradient(135deg, #ffe1ec, #ffd9c5 52%, #ece2ff);
}
.o-newsletter h2 { font-size: clamp(36px, 4vw, 58px); line-height: .98; }
.o-newsletter p { max-width: 520px; color: var(--o-ink-2); line-height: 1.55; }
.o-newsletter form { align-self: center; }
.o-newsletter input { flex: 1; }

.o-footer {
	display: grid;
	grid-template-columns: 1.1fr 2fr;
	gap: 56px;
	background: var(--o-ink);
	color: #fff;
	padding: 64px 56px 48px;
}
.o-footer p { max-width: 340px; color: #c9bfc6; line-height: 1.55; }
.o-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.o-footer-grid strong { display: block; margin-bottom: 16px; color: var(--o-brand); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.o-footer-grid a { display: block; color: #c9bfc6; margin: 10px 0; }

.o-article-hero { padding: 32px 56px 48px; }
.o-breadcrumbs { display: flex; gap: 8px; color: var(--o-ink-3); font-size: 13px; margin-bottom: 30px; }
.o-breadcrumbs a { color: var(--o-brand-2); font-weight: 800; }
.o-article-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 56px; align-items: center; }
.o-article-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.o-article-hero h1 { font-size: clamp(44px, 5.3vw, 76px); line-height: .96; }
.o-article-hero p { margin: 22px 0 0; max-width: 650px; color: var(--o-ink-2); font-size: 19px; line-height: 1.5; }
.o-author-line { display: flex; gap: 14px; align-items: center; margin-top: 30px; }
.o-author-line .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--o-brand-tint); color: var(--o-brand-2); display: grid; place-items: center; font-weight: 900; border: 2px solid #fff; }
.o-author-line strong, .o-author-line span { display: block; }
.o-author-line span { color: var(--o-ink-3); font-size: 12px; margin-top: 4px; }
.o-article-image img { width: 100%; height: 540px; object-fit: cover; border-radius: 32px; box-shadow: var(--o-shadow); }

.o-article-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 760px) 320px;
	gap: 48px;
	align-items: start;
	padding: 40px 56px 88px;
}
.o-toc, .o-article-side { position: sticky; top: 24px; }
.o-toc ol { margin: 0; padding: 0 0 0 18px; border-left: 1px solid var(--o-line); list-style: decimal-leading-zero; }
.o-toc li { margin: 0 0 12px 12px; color: var(--o-ink-3); font-size: 13px; line-height: 1.35; }
.o-toc a:hover { color: var(--o-brand-2); }
.o-progress { height: 6px; background: #fff; border-radius: 99px; overflow: hidden; margin-top: 24px; }
.o-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--o-brand), var(--o-temu)); }
.o-toc small { display: block; margin-top: 8px; color: var(--o-ink-3); }

.o-article-content {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--o-ink);
}
.o-article-content > p:first-of-type::first-letter {
	float: left;
	font: italic 86px/.82 var(--o-font-display);
	color: var(--o-brand);
	margin: 10px 12px 0 0;
}
.o-article-content h2 {
	font: 400 42px/1.05 var(--o-font-display);
	letter-spacing: -.02em;
	margin: 46px 0 18px;
	color: var(--o-ink);
}
.o-article-content h3 { font-size: 26px; line-height: 1.2; margin-top: 32px; }
.o-article-content p { margin: 0 0 20px; }
.o-article-content ul, .o-article-content ol { margin: 0 0 24px 24px; }
.o-article-content img { border-radius: 20px; box-shadow: 0 4px 14px rgba(40, 10, 30, .06); }
.o-article-content table { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--o-line); }
.o-article-content th { background: var(--o-ink); color: #fff; }
.o-article-content td, .o-article-content th { padding: 14px 18px; border-bottom: 1px solid #f4ebe7; }

.o-callout {
	display: grid;
	gap: 6px;
	margin: 32px 0;
	padding: 22px;
	border-radius: 20px;
	background: var(--o-brand-tint);
	border: 1px solid rgba(232,90,138,.16);
}
.o-callout b { color: var(--o-brand-2); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.o-affiliate-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 34px 0;
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--o-temu), #d44f1f);
	color: #fff;
}
.o-affiliate-box span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .82; }
.o-affiliate-box strong { font-size: 20px; }
.o-affiliate-box a { background: #fff; color: var(--o-temu); box-shadow: none; white-space: nowrap; }

.o-faq { margin-top: 44px; }
.o-faq button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	border: 1px solid var(--o-line);
	background: #fff;
	font: 800 16px/1.25 var(--o-font-sans);
	color: var(--o-ink);
	cursor: pointer;
}
.o-faq button:first-of-type { border-radius: 18px 18px 0 0; }
.o-faq button i::before { content: "+"; font-style: normal; }
.o-faq button.open i::before { content: "-"; }
.o-faq button + div {
	display: none;
	padding: 0 20px 18px;
	background: #fff;
	border: 1px solid var(--o-line);
	border-top: 0;
	color: var(--o-ink-3);
}
.o-faq button.open + div { display: block; }

.o-archive-page {
	background: var(--o-paper);
}

.o-cat-hero {
	padding: 32px 56px 0;
}

.o-cat-banner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: 48px;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 32px;
	padding: 48px 56px;
	background: linear-gradient(135deg, var(--o-temu-tint), #ffd9c5 58%, var(--o-brand-tint));
}

.o-cat-banner::before,
.o-cat-banner::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.o-cat-banner::before {
	right: -70px;
	bottom: -70px;
	width: 280px;
	height: 280px;
	background: var(--o-temu);
	opacity: .14;
}

.o-cat-banner::after {
	right: 80px;
	top: -50px;
	width: 170px;
	height: 170px;
	background: var(--o-brand);
	opacity: .15;
}

.o-cat-banner > * {
	position: relative;
	z-index: 1;
}

.o-cat-label {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.o-cat-label > span {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: var(--o-temu);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	box-shadow: 0 8px 24px rgba(255, 106, 44, .28);
}

.o-cat-label strong,
.o-cat-label small {
	display: block;
}

.o-cat-label strong {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: var(--o-temu);
}

.o-cat-label small {
	margin-top: 5px;
	color: var(--o-ink-3);
	font-size: 12px;
}

.o-cat-banner h1 {
	margin: 0;
	font: 400 clamp(44px, 5.4vw, 80px)/.95 var(--o-font-display);
	letter-spacing: -.03em;
}

.o-cat-banner p {
	max-width: 650px;
	margin: 22px 0 0;
	color: var(--o-ink-2);
	font-size: 17px;
	line-height: 1.55;
}

.o-cat-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.o-cat-stats {
	display: flex;
	gap: 28px;
	margin-top: 28px;
}

.o-cat-stats b,
.o-cat-stats span {
	display: block;
}

.o-cat-stats b {
	font: 400 34px/1 var(--o-font-display);
	color: var(--o-temu);
}

.o-cat-stats span {
	margin-top: 4px;
	color: var(--o-ink-3);
	font-size: 12px;
}

.o-cat-collage {
	position: relative;
	min-height: 380px;
}

.o-cat-collage img {
	position: absolute;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: var(--o-shadow);
	background: var(--o-paper-2);
}

.o-cat-collage .img-1 {
	left: 0;
	top: 26px;
	width: 230px;
	height: 280px;
	transform: rotate(-4deg);
}

.o-cat-collage .img-2 {
	right: 0;
	top: 0;
	width: 215px;
	height: 245px;
	transform: rotate(5deg);
}

.o-cat-collage .img-3 {
	right: 44px;
	bottom: 0;
	width: 180px;
	height: 165px;
	transform: rotate(-2deg);
}

.o-cat-collage div {
	position: absolute;
	left: 50px;
	top: 0;
	transform: rotate(-6deg);
	background: var(--o-ink);
	color: #fff;
	padding: 7px 14px;
	font: 800 11px/1 var(--o-font-sans);
	text-transform: uppercase;
	letter-spacing: .12em;
}

.o-cat-subcats {
	padding: 32px 56px 0;
}

.o-cat-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.o-cat-tools > span {
	font: 900 11px/1 var(--o-font-sans);
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--o-ink-3);
}

.o-cat-tools form {
	display: flex;
	gap: 6px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--o-line);
	border-radius: 999px;
	padding: 5px 5px 5px 14px;
}

.o-cat-tools input {
	border: 0;
	outline: 0;
	background: transparent;
	font: 600 13px/1 var(--o-font-sans);
}

.o-cat-tools button {
	border: 0;
	border-radius: 999px;
	background: var(--o-ink);
	color: #fff;
	padding: 9px 14px;
	font-weight: 800;
}

.o-cat-chiprow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.o-cat-chiprow em {
	margin-left: 5px;
	opacity: .62;
	font-style: normal;
	font-size: 11px;
}

.o-cat-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) 340px;
	gap: 40px;
	align-items: start;
	padding: 36px 56px 0;
}

.o-cat-featured {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border-radius: 24px;
	background: var(--o-temu-tint);
	margin-bottom: 18px;
}

.o-cat-featured img {
	width: 100%;
	height: 325px;
	object-fit: cover;
}

.o-cat-featured > div {
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.o-cat-featured h3 {
	margin: 14px 0 12px;
	font: 400 36px/1.03 var(--o-font-display);
	letter-spacing: -.02em;
}

.o-cat-featured p {
	margin: 0 0 18px;
	color: var(--o-ink-2);
	line-height: 1.5;
}

.o-cat-featured small,
.o-cat-card small {
	color: var(--o-ink-3);
}

.o-cat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.o-cat-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--o-line);
	border-radius: 22px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.o-cat-card:hover,
.o-cat-featured:hover {
	transform: translateY(-2px);
	box-shadow: var(--o-shadow);
}

.o-cat-card-media {
	position: relative;
}

.o-cat-card-media img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	background: var(--o-paper-2);
}

.o-cat-card-media b {
	position: absolute;
	left: 12px;
	top: 12px;
	background: rgba(0,0,0,.72);
	color: #fff;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 11px;
}

.o-cat-card > div:last-child {
	padding: 16px;
}

.o-cat-card h3 {
	margin: 12px 0 8px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 900;
}

.o-cat-card p {
	margin: 0 0 12px;
	color: var(--o-ink-3);
	font-size: 13px;
	line-height: 1.45;
}

.o-cat-side {
	position: sticky;
	top: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.o-cat-side .o-top-list {
	margin-top: 0;
}

.o-price-drop {
	border: 1px solid var(--o-line);
	border-radius: 24px;
	background: #fffaf7;
	padding: 18px;
}

.o-price-drop > span {
	display: block;
	margin-bottom: 12px;
	color: var(--o-ali);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.o-price-drop a {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #f4ebe7;
}

.o-price-drop a:first-of-type {
	border-top: 0;
}

.o-price-drop img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 10px;
	background: var(--o-paper-2);
}

.o-price-drop strong {
	font-size: 13px;
	line-height: 1.25;
}

.o-mini-newsletter {
	padding: 18px;
	background: var(--o-brand-tint);
	border-color: transparent;
}

.o-mini-newsletter h3 {
	margin: 0;
	font: 400 24px/1.05 var(--o-font-display);
}

.o-mini-newsletter p {
	color: var(--o-ink-2);
	font-size: 13px;
	line-height: 1.45;
}

.o-mini-newsletter form {
	display: flex;
	background: #fff;
	border-radius: 999px;
	padding: 5px;
}

.o-mini-newsletter input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: 0;
	padding: 0 12px;
}

.o-mini-newsletter button {
	border: 0;
	border-radius: 999px;
	background: var(--o-brand);
	color: #fff;
	padding: 8px 12px;
	font-weight: 900;
}

.o-cat-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 32px;
}

.o-cat-pagination .nav-links {
	display: flex;
	gap: 6px;
	align-items: center;
}

.o-cat-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid var(--o-line);
	background: #fff;
	font-weight: 800;
}

.o-cat-pagination .page-numbers.current {
	background: var(--o-ink);
	color: #fff;
	border-color: var(--o-ink);
}

.o-cat-faq {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 56px;
	align-items: start;
	padding: 72px 56px 0;
}

.o-cat-faq > div:first-child > span {
	color: var(--o-temu);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.o-cat-faq h2 {
	margin: 14px 0 16px;
	font: 400 54px/.98 var(--o-font-display);
	letter-spacing: -.02em;
}

.o-cat-faq h2 em {
	color: var(--o-brand);
	font-style: italic;
}

.o-cat-faq p {
	color: var(--o-ink-3);
	line-height: 1.55;
}

.o-cat-related {
	padding: 72px 56px;
}

.o-empty {
	padding: 32px;
}

@media (max-width: 1180px) {
	.o-head-main { flex-wrap: wrap; }
	.o-nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 2px; }
	.o-hero, .o-article-hero-grid { grid-template-columns: 1fr; }
	.o-hero-media { min-height: 500px; }
	.o-latest-wrap, .o-newsletter, .o-footer { grid-template-columns: 1fr; }
	.o-article-layout { grid-template-columns: minmax(0, 1fr); }
	.o-toc, .o-article-side { position: static; }
	.o-toc { display: none; }
	.o-cat-banner,
	.o-cat-layout,
	.o-cat-faq {
		grid-template-columns: 1fr;
	}
	.o-cat-side {
		position: static;
	}
}

@media (max-width: 760px) {
	.o-topbar { display: none; }
	.o-head-main, .o-chipbar, .o-hero, .o-section, .o-article-hero, .o-article-layout, .o-footer { padding-left: 20px; padding-right: 20px; }
	.o-head-main { padding-top: 14px; padding-bottom: 12px; gap: 14px; }
	.o-wordmark { font-size: 30px; }
	.o-search { width: 100%; }
	.o-search input { flex: 1; }
	.o-nav { gap: 16px; font-size: 13px; }
	.o-hero { padding-top: 28px; gap: 24px; }
	.o-hero h1 { font-size: 48px; }
	.o-hero p { font-size: 16px; }
	.o-quick-grid, .o-post-grid, .o-guide-grid { grid-template-columns: 1fr 1fr; }
	.o-product-grid { grid-template-columns: 1fr; }
	.o-product-card { grid-template-columns: 130px minmax(0, 1fr); min-height: 205px; }
	.o-product-body { padding: 16px 14px 14px 0; }
	.o-product-body h3 { font-size: 15px; }
	.o-product-meta { flex-direction: column; gap: 4px; padding-top: 12px; }
	.o-hero-media { min-height: 280px; }
	.o-hero-img.one { width: 58%; height: 245px; top: 10px; }
	.o-hero-img.two { width: 42%; height: 175px; left: auto; right: 0; }
	.o-hero-img.three { display: none; }
	.o-floating-card { left: 18px; bottom: 6px; }
	.o-bento { display: flex; overflow-x: auto; grid-auto-rows: auto; }
	.o-bento-card { min-width: 270px; min-height: 230px; }
	.o-latest-wrap { padding-top: 20px; }
	.o-post-grid { gap: 14px; }
	.o-post-card img { height: 130px; }
	.o-post-card div { padding: 14px; }
	.o-post-card h3 { font-size: 15px; }
	.o-newsletter { margin: 0 20px 44px; padding: 28px 20px; }
	.o-newsletter form, .o-hero-search { flex-wrap: wrap; border-radius: 20px; padding: 12px; }
	.o-newsletter button, .o-hero-search button { width: 100%; }
	.o-section-head {
		display: block;
	}
	.o-section-head > a {
		display: inline-flex;
		margin-top: 12px;
	}
	.o-section-head h2 {
		max-width: 100%;
	}
	.o-footer-grid { grid-template-columns: 1fr; }
	.o-article-hero h1 { font-size: 42px; }
	.o-article-hero p { font-size: 16px; }
	.o-article-image img { height: 300px; border-radius: 24px; }
	.o-article-content { font-size: 16px; line-height: 1.68; }
	.o-article-content h2 { font-size: 32px; }
	.o-affiliate-box { align-items: flex-start; flex-direction: column; }
	.o-cat-hero,
	.o-cat-subcats,
	.o-cat-layout,
	.o-cat-faq,
	.o-cat-related {
		padding-left: 20px;
		padding-right: 20px;
	}
	.o-cat-hero {
		padding-top: 20px;
	}
	.o-cat-banner {
		border-radius: 24px;
		padding: 24px;
		gap: 22px;
	}
	.o-cat-label > span {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		font-size: 18px;
	}
	.o-cat-banner h1 {
		font-size: 40px;
	}
	.o-cat-banner p {
		font-size: 15px;
	}
	.o-cat-actions {
		display: none;
	}
	.o-cat-stats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.o-cat-stats div {
		padding: 10px;
		border-radius: 12px;
		background: rgba(255,255,255,.5);
	}
	.o-cat-stats b {
		font-size: 22px;
	}
	.o-cat-collage {
		min-height: 210px;
	}
	.o-cat-collage .img-1 {
		width: 50%;
		height: 185px;
		top: 12px;
	}
	.o-cat-collage .img-2 {
		width: 43%;
		height: 150px;
	}
	.o-cat-collage .img-3 {
		display: none;
	}
	.o-cat-collage div {
		left: 24px;
		top: 0;
	}
	.o-cat-tools {
		display: block;
	}
	.o-cat-tools form {
		margin-top: 12px;
		border-radius: 18px;
	}
	.o-cat-tools input {
		flex: 1;
		min-width: 0;
	}
	.o-cat-chiprow {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
	}
	.o-cat-layout {
		padding-top: 24px;
	}
	.o-cat-featured {
		grid-template-columns: 1fr;
		border-radius: 20px;
	}
	.o-cat-featured img {
		height: 210px;
	}
	.o-cat-featured > div {
		padding: 18px;
	}
	.o-cat-featured h3 {
		font-size: 28px;
	}
	.o-cat-grid {
		grid-template-columns: 1fr;
	}
	.o-cat-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		border-radius: 18px;
	}
	.o-cat-card-media img {
		height: 100%;
		min-height: 132px;
	}
	.o-cat-card > div:last-child {
		padding: 14px;
	}
	.o-cat-card h3 {
		font-size: 14.5px;
	}
	.o-cat-card p {
		display: none;
	}
	.o-cat-pagination {
		display: block;
	}
	.o-cat-pagination .nav-links {
		margin-top: 12px;
		overflow-x: auto;
	}
	.o-cat-side {
		gap: 16px;
	}
	.o-price-drop a {
		align-items: flex-start;
	}
	.o-cat-faq {
		padding-top: 42px;
		gap: 18px;
	}
	.o-cat-faq h2 {
		font-size: 30px;
	}
	.o-cat-related {
		padding-top: 42px;
	}
	.o-cat-related .o-guide-grid {
		grid-template-columns: 1fr 1fr;
	}
}
