/* =====================================================================
   Yasara — HOME / front page (loaded only via is_front_page()).
   ===================================================================== */
/* Scoped under .yasara-home (the front-page <main> wrapper) using :where() so
   the page wrapper adds ZERO specificity — the cascade stays identical. */
:where(.yasara-home) {
/* ============ Promo Marquee ============ */
.promo-strip { background: var(--color-ink); color: #f5f0e2; padding: 10px 0; overflow: hidden; }
.marquee { overflow: hidden; }
.marquee-track {
	display: inline-flex; gap: 36px; align-items: center;
	white-space: nowrap; will-change: transform;
	animation: marquee-scroll 38s linear infinite;
}
.marquee:hover .marquee-track, .marquee:focus-within .marquee-track { animation-play-state: paused; }
.m-item { font-size: .78rem; letter-spacing: .18em; font-weight: 600; text-transform: uppercase; }
.m-dot { color: var(--color-brand); font-size: .85rem; }

/* ============ Editorial Hero ============ */
.hero-editorial { position: relative; padding: 40px 0; background:
	radial-gradient(60% 80% at 100% 0%, rgba(22,183,204,.10) 0%, transparent 60%),
	radial-gradient(60% 60% at 0% 100%, rgba(255,177,153,.10) 0%, transparent 60%),
	var(--color-bg);
	overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy .hero-h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.4rem, 5.4vw, 4.4rem); line-height: 1.05; margin: .6rem 0 1.25rem; letter-spacing: -.02em; }
.hero-copy .hero-h1 em { color: var(--color-brand-dark); font-style: italic; }
.hero-lede { font-size: clamp(1rem, 1.3vw, 1.14rem); color: var(--color-muted); max-width: 540px; margin-bottom: 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-bottom: 2rem; }
.hero-rating { display: inline-flex; align-items: center; gap: .75rem; font-size: .9rem; color: var(--color-muted); }
.hero-rating .stars { color: var(--color-brand); letter-spacing: 2px; }
.hero-rating strong { color: var(--color-ink); }

.hero-collage { position: relative; aspect-ratio: 1 / 1; min-height: 360px; }
.hero-collage .hc-blob { position: absolute; inset: -8% -10% auto auto; width: 90%; opacity: .14; z-index: 0; }
.hc-main { position: absolute; inset: 4% 6% 4% 6%; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: linear-gradient(135deg, var(--color-cream), var(--color-mint)); z-index: 1; }
.hc-main img { width: 100%; height: 100%; object-fit: cover; }
.hc-badge { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); padding: 10px 14px; border-radius: var(--radius-md); display: flex; flex-direction: column; gap: 2px; box-shadow: var(--shadow-sm); }
.hc-badge .bn { font-size: .68rem; color: var(--color-brand-dark); letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.hc-badge strong { font-size: .95rem; color: var(--color-ink); }

.hc-mini { position: absolute; width: 28%; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); z-index: 2; background: linear-gradient(135deg, var(--color-rose), var(--color-mint)); }
.hc-mini img { width: 100%; height: 100%; object-fit: cover; }
.hc-m1 { top: -2%; left: -4%; transform: rotate(-6deg); }
.hc-m2 { bottom: 2%; right: -4%; transform: rotate(5deg); }
.hc-m3 { top: 30%; right: -7%; width: 22%; transform: rotate(8deg); }

.placeholder { display: block; width: 100%; height: 100%; }
.gradient-1 { background: linear-gradient(135deg, #f4f0e6 0%, #c9eef3 100%); }
.gradient-2 { background: linear-gradient(135deg, #fdeee7 0%, #f0c8b8 100%); }
.gradient-3 { background: linear-gradient(135deg, #f8e3df 0%, #f4b8b0 100%); }
.gradient-4 { background: linear-gradient(135deg, #e7f8fa 0%, #aedde5 100%); }


/* ============ Asymmetric Category Grid ============ */
.cat-grid-section { background: var(--color-bg); }
.cat-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; min-height: 540px; }

/* Mood tile backgrounds — actual image URLs are injected from front-page.php via content_url() */
.cat-tile {
	position: relative; overflow: hidden; border-radius: var(--radius-lg);
	display: flex; align-items: flex-end; padding: 28px;
	color: var(--color-ink); text-decoration: none; isolation: isolate;
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
	box-shadow: var(--shadow-sm);
}
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cat-tile .cat-bg { position: absolute; inset: 0; z-index: -1; transition: transform .8s var(--ease); }
.cat-tile:hover .cat-bg { transform: scale(1.06); }
.cat-feature { grid-row: 1 / 3; min-height: 540px; }
/* Compact dark label (keeps the bottle visible behind it). */
.cat-body {
	background: rgba(18,15,12,.48);
	-webkit-backdrop-filter: blur(4px) saturate(120%);
	backdrop-filter: blur(4px) saturate(120%);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 8px 22px rgba(0,0,0,.28);
	padding: 12px 16px; border-radius: 12px;
	width: fit-content; max-width: 86%; color: #fff;
}
.cat-feature .cat-body { padding: 14px 18px; }
.cat-body .eyebrow { color: #e7cd92; }
.cat-body h3 { margin: 3px 0 0; font-family: var(--font-display); font-weight: 500; color: #fff; font-size: clamp(1.4rem, 2.2vw, 1.9rem); letter-spacing: -.01em; }
.cat-feature .cat-body h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.cat-body p { display: none; }
.cat-cta { font-weight: 600; font-size: .82rem; display: inline-flex; align-items: center; gap: .35rem; color: #fff; margin-top: 7px; }


/* ============ Bestsellers / Product Title styling ============ */
.bestsellers { background: var(--color-cream); }
.bestsellers ul.products,
.bestsellers .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	grid-auto-rows: 1fr;
	justify-content: start;
	align-items: stretch;
	gap: 28px;
}
.bestsellers ul.products li.product:empty { display: none; }
/* Force every bestseller card to fill its grid cell so all 8 cards equalize. */
.bestsellers ul.products li.product.lib-card,
.bestsellers ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}
.bestsellers ul.products li.product.lib-card .lib-card-body {
	flex: 1 1 auto;
}
.bestsellers ul.products li.product.lib-card .lib-card-foot {
	margin-top: auto;
}
@media (max-width: 980px) {
	.bestsellers ul.products,
	.bestsellers .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 720px) {
	.bestsellers ul.products,
	.bestsellers .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
	.bestsellers ul.products,
	.bestsellers .woocommerce ul.products { grid-template-columns: 1fr !important; }
}

/* ============ Bundles ============ */
.bundles { background: var(--color-bg); }
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bundle-card {
	position: relative; padding: 36px 28px 32px;
	border-radius: var(--radius-lg); background: var(--color-surface);
	box-shadow: var(--shadow-sm);
	display: flex; flex-direction: column; align-items: flex-start; gap: .35rem;
	color: var(--color-ink); text-decoration: none;
	transition: transform .35s var(--ease), box-shadow .35s var(--ease);
	overflow: hidden;
}
.bundle-card::after {
	content: ""; position: absolute; right: -20%; top: -20%; width: 60%; height: 60%; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(22,183,204,.18), transparent 70%);
	pointer-events: none;
}
.bundle-card.b-2::after { background: radial-gradient(closest-side, rgba(255,177,153,.22), transparent 70%); }
.bundle-card.b-3::after { background: radial-gradient(closest-side, rgba(189,237,243,.6), transparent 70%); }
.bundle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bundle-tag {
	font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
	color: var(--color-brand-dark); background: var(--color-mint); padding: 4px 10px; border-radius: 999px;
}
.bundle-tag-hot { color: #b1391c; background: var(--color-rose); }
.bundle-card h3 { margin: .6rem 0 .2rem; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.6rem, 2.4vw, 2rem); }
.bundle-price { font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -.02em; margin: 0; }
.bundle-meta { color: var(--color-success); font-weight: 600; font-size: .9rem; margin-bottom: 1.25rem; }
.bundle-card.b-2 { transform: translateY(-12px); border: 2px solid var(--color-ink); }
.bundle-card.b-2:hover { transform: translateY(-16px); }

/* ============ Compare ============ */
.compare { background: var(--color-surface); }
.compare-table { max-width: 920px; margin: 0 auto; background: var(--color-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--color-line); font-size: .95rem; }
.compare-row:last-child { border-bottom: 0; }
.compare-head { background: var(--color-ink); color: #fff; padding-top: 22px; padding-bottom: 22px; }
.compare-head .col-y, .compare-head .col-d { font-weight: 700; letter-spacing: .04em; text-align: center; }
.compare-head .col-y { color: var(--color-brand-soft); }
.compare-head .col-d { color: #c9c1ae; }
.compare-row > [role="rowheader"] { font-weight: 600; color: var(--color-ink); }
.compare-row .col-y, .compare-row .col-d { text-align: center; }
.compare-row .col-y { color: var(--color-brand-dark); font-weight: 600; }
.compare-row .col-d { color: var(--color-muted); }

/* ============ Brand Marquee ============ */
.brand-marquee { padding: 40px 0; background: var(--color-cream); border-block: 1px solid var(--color-line); }
.brand-marquee-label { text-align: center; color: var(--color-muted); font-size: .8rem; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 1.5rem; }
.marquee-lg .marquee-track { gap: 48px; animation-duration: 60s; }
.brand-item { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.6rem); color: var(--color-ink); letter-spacing: -.01em; }
.brand-marquee .m-dot { font-size: 1.6rem; color: var(--color-brand); }

/* ============ Testimonials ============ */
.testimonials { background: var(--color-bg); }
.testi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testi-card { background: var(--color-surface); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .25rem; }
.testi-card .t-stars { color: var(--color-brand); letter-spacing: 2px; font-size: 1rem; margin-bottom: .25rem; }
.testi-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; margin: 0 0 .25rem; }
.testi-card p { color: var(--color-muted); font-size: .95rem; flex-grow: 1; }
.testi-card footer { font-size: .82rem; color: var(--color-muted); }
.testi-card footer strong { color: var(--color-ink); }

/* ============ Newsletter ============ */
.newsletter-light { background: linear-gradient(135deg, var(--color-mint), var(--color-cream)); color: var(--color-ink); }
.newsletter-inner { max-width: 720px; text-align: center; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.15rem; }
.newsletter-inner h2 { color: var(--color-ink); font-family: var(--font-display); font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); margin: 0; }
.newsletter-inner p { color: var(--color-muted); margin: 0; }
.newsletter-form { display: flex; gap: 8px; width: 100%; max-width: 520px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input[type=email] { flex: 1; min-width: 0; padding: .95rem 1.25rem; border-radius: 999px; border: 1px solid var(--color-line); background: #fff; color: var(--color-ink); font: inherit; }
.newsletter-form input[type=email]:focus { outline: none; border-color: var(--color-brand); box-shadow: 0 0 0 3px rgba(22,183,204,.18); }
.newsletter-fine { font-size: .8rem; color: var(--color-muted); margin: 0; }


/* ============ Hero Slider (Front Page Section 1) ============ */
.hero-slider {
	position: relative;
	overflow: hidden;
	background: var(--color-cream);
}
.hero-slider-track {
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	min-height: 380px;
	max-height: 820px;
}
.admin-bar .hero-slider-track { height: calc(100vh - 162px); }
@media (max-width: 782px) {
	.admin-bar .hero-slider-track { height: calc(100vh - 176px); }
}
.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .8s var(--ease);
	pointer-events: none;
	display: flex;
	align-items: center;
}
.hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
.hero-slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.hero-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.55) 100%);
	z-index: 1;
}
.hero-slide-content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 0 1.25rem;
	color: #fff;
}
.hero-slide-content .eyebrow {
	display: inline-block;
	color: #fff;
	opacity: .9;
	margin-bottom: 1rem;
	font-size: .8rem;
	letter-spacing: .24em;
}
.hero-slide-h {
	font-family: var(--font-display);
	font-size: clamp(2rem, 5.5vw, 4.2rem);
	line-height: 1.05;
	color: #fff;
	margin: 0 0 1.75rem;
	font-weight: 500;
	text-shadow: 0 2px 28px rgba(0,0,0,.45);
}
.hero-slide-btn {
	display: inline-block;
	background: #fff;
	color: var(--color-ink);
	padding: 1rem 2rem;
	border: 0;
	border-radius: var(--radius-sm);
	font-family: var(--font-body);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.hero-slide-btn:hover {
	background: var(--color-ink);
	color: #fff;
	transform: translateY(-1px);
}

.hero-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	background: rgba(255,255,255,.85);
	border: 0;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color-ink);
	transition: background .25s var(--ease), transform .25s var(--ease);
}
.hero-slider-arrow:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.05);
}
.hero-slider-prev { left: clamp(.75rem, 2vw, 1.75rem); }
.hero-slider-next { right: clamp(.75rem, 2vw, 1.75rem); }

.hero-slider-dots {
	position: absolute;
	bottom: clamp(1rem, 2.5vw, 1.75rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	gap: 8px;
}
.hero-slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,.45);
	border: 0;
	cursor: pointer;
	padding: 0;
	transition: background .25s var(--ease), width .25s var(--ease), border-radius .25s var(--ease);
}
.hero-slider-dot.is-active {
	background: #fff;
	width: 30px;
	border-radius: 5px;
}

@media (max-width: 720px) {
	.hero-slider-arrow { display: none; }
}

/* ============================================================
   HERO BANNER — single banner image with overlaid brand block
   ============================================================ */
/* Licensed display script for the "Yasara" wordmark. Drop the font files into
   the theme's assets/fonts/ folder; until then it gracefully falls back to
   Pinyon Script (loaded via Google Fonts) — a close copperplate lookalike. */
@font-face {
	font-family: 'Bickham Script Pro';
	src: url('../fonts/bickham-script-pro.woff2') format('woff2'),
	     url('../fonts/bickham-script-pro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.hero-banner {
	position: relative;
	background-color: #efe6d4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: clamp(440px, 44vw, 700px);
	display: flex;
	align-items: center;
	overflow: hidden;
}
/* Soft left scrim so the dark text stays legible over the image. */
.hero-banner::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(244,236,221,.94) 0%, rgba(244,236,221,.72) 26%, rgba(244,236,221,.20) 46%, rgba(244,236,221,0) 60%);
	pointer-events: none;
	z-index: 0;
}
.hero-banner-inner { position: relative; z-index: 1; display: flex; justify-content: flex-start; }
.hero-banner-content { width: min(460px, 100%); text-align: center; }

.hero-banner-icon {
	width: clamp(64px, 6.5vw, 92px);
	height: auto;
	margin: 0 auto .5rem;
	display: block;
	filter: drop-shadow(0 2px 6px rgba(120,90,40,.18));
}
.hero-banner-name {
	font-family: 'Bickham Script Pro', 'Pinyon Script', 'Cormorant Garamond', cursive;
	font-weight: 400;
	font-size: clamp(3.4rem, 8vw, 6rem);
	line-height: .92;
	color: #3b2a16;
	margin: 0;
}
.hero-banner-tagline {
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: clamp(.78rem, 1.3vw, 1rem);
	font-weight: 600;
	color: #7a5a2c;
	margin: .35rem 0 0;
}
.hero-banner-divider {
	display: flex; align-items: center; gap: 12px;
	width: min(320px, 80%);
	margin: 1.1rem auto;
	color: var(--color-logo);
}
.hero-banner-divider::before,
.hero-banner-divider::after {
	content: ""; height: 1px; flex: 1;
	background: linear-gradient(90deg, transparent, var(--color-logo-line) 50%, transparent);
}
.hero-banner-divider span { font-size: .7rem; line-height: 1; color: var(--color-logo); }
.hero-banner-kicker {
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: 700;
	font-size: clamp(1.05rem, 1.9vw, 1.5rem);
	color: #3b2a16;
	margin: 0;
}
.hero-banner-sub {
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: clamp(.72rem, 1.05vw, .85rem);
	font-weight: 500;
	color: #5a4427;
	line-height: 1.65;
	margin: .55rem 0 0;
}
.hero-banner-btn {
	display: inline-block;
	margin-top: 1.5rem;
	background: #3b2a16;
	color: #f6efe0;
	padding: .95rem 2.1rem;
	border-radius: 999px;
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .78rem;
	font-weight: 700;
	transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.hero-banner-btn:hover {
	background: var(--color-logo);
	color: var(--color-ink);
	transform: translateY(-1px);
}

@media (max-width: 768px) {
	.hero-banner { min-height: 72vh; }
	.hero-banner::before {
		background: linear-gradient(180deg, rgba(244,236,221,.86) 0%, rgba(244,236,221,.62) 50%, rgba(244,236,221,.40) 100%);
	}
	.hero-banner-inner { justify-content: center; }
	.hero-banner-content { width: min(460px, 100%); }
}


/* ---- Home responsive ---- */
@media (max-width: 1024px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-collage { order: -1; max-width: 520px; margin: 0 auto; }
	.cat-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.cat-feature { grid-row: auto; grid-column: 1 / -1; min-height: 360px; }
	.testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
	.bundle-grid { grid-template-columns: 1fr; }
	.bundle-card.b-2 { transform: none; }
	.bundle-card.b-2:hover { transform: translateY(-4px); }
	.cat-grid { grid-template-columns: 1fr; }
	.cat-feature { min-height: 320px; }
	.cat-grid .cat-tile { min-height: 320px; } /* equal height — Him/Her match the Unisex tile in 1-column */
	.cat-body { -webkit-backdrop-filter: none; backdrop-filter: none; background: transparent; border: none; box-shadow: none; padding: 0; }
	.compare-row { grid-template-columns: 1.2fr 1fr 1fr; padding: 14px 14px; font-size: .88rem; }
	.testi-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	/* Pin hero collage mini-photos to the three corners — fits down to 319px viewport */
	.hero-collage {
		overflow: visible;
		padding: 0;
		width: 100%;
		max-width: 360px;
		min-width: 0;
		min-height: 0;
		margin-left: 0;
		margin-right: auto;
		aspect-ratio: 1 / 1;
	}
	.hero-collage .hc-blob { inset: -4% 0 auto auto; width: 80%; }
	.hc-main { top: 0; left: 14%; right: 14%; height: 100%; border-radius: 16px; }
	.hc-badge { left: 10px; bottom: 10px; padding: 6px 10px; border-radius: 10px; }
	.hc-badge .bn { font-size: .58rem; letter-spacing: .16em; }
	.hc-badge strong { font-size: .8rem; }
	.hc-mini { width: 24%; aspect-ratio: 1 / 1; border-radius: 14px; }
	.hc-m1 { top: -25px; left: 0; bottom: auto; right: auto; transform: none; }
	.hc-m2 { bottom: -25px; right: 0; top: auto; left: auto; transform: none; }
	.hc-m3 { top: 40%; right: 0; bottom: auto; left: auto; transform: none; }
	.bundle-card { padding: 20px; }
	/* Newsletter form → stack input and button vertically, both full width */
	.newsletter-form { flex-direction: column; gap: 12px; max-width: 100%; }
	.newsletter-form input[type=email] { width: 100%; }
	.newsletter-form .btn,
	.newsletter-form button { width: 100%; }
	/* Compare table — keep all 3 columns even on the smallest screens (down to 320px) */
	.compare-row {
		grid-template-columns: 1fr .82fr .82fr;
		padding: 12px 10px;
		gap: 8px;
		font-size: .72rem;
		line-height: 1.35;
		align-items: start;
	}
	.compare-head { padding-top: 16px; padding-bottom: 16px; }
	.compare-row > [role="rowheader"] { font-size: .74rem; }
	.compare-head .col-y,
	.compare-head .col-d { font-size: .74rem; letter-spacing: .02em; }
	.compare-row .col-y,
	.compare-row .col-d { overflow-wrap: anywhere; }
}
@media (max-width: 480px) {
	.brand-item { font-size: 1.4rem; }
}
}

