/*
Theme Name: BeautyCareTip
Theme URI: https://www.beautycaretip.in/
Author: Thalla Lokesh
Author URI: https://www.beautycaretip.in/about/
Description: A soft editorial magazine theme built for beautycaretip.in — skincare, hair, makeup, body care and wellness. Serif display type on a blush shell, light/dark toggle, readable-slug table of contents, product review boxes, before/after sliders, routine cards with HowTo schema, a WhatsApp contact system, a guest post service with its own pitch inbox, newsletter capture and a one-click setup importer. No advertising.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beautycaretip
Tags: blog, news, magazine, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks
*/

/* =========================================================================
   1. Design tokens
   ========================================================================= */
:root {
	--bct-ink: #2B1B23;
	--bct-ink-2: #5C4A54;
	--bct-ink-3: #8C7C85;
	--bct-bg: #ffffff;
	--bct-bg-2: #FFF5F7;
	--bct-bg-3: #FDECEF;
	--bct-line: #F0DDE3;
	--bct-line-2: #E3CBD3;
	--bct-brand: #C9184A;
	--bct-brand-2: #A4133C;
	--bct-brand-soft: #FDE7EE;
	--bct-accent: #E29578;
	--bct-accent-2: #B5838D;
	--bct-dark: #2B1B23;
	--bct-dark-2: #3D2731;
	--bct-white: #ffffff;
	--bct-shadow: 0 1px 2px rgba(43, 27, 35, .05), 0 8px 24px -12px rgba(43, 27, 35, .16);
	--bct-shadow-lg: 0 2px 4px rgba(43, 27, 35, .05), 0 24px 48px -20px rgba(43, 27, 35, .26);
	--bct-radius: 18px;
	--bct-radius-sm: 10px;
	--bct-radius-lg: 28px;
	--bct-wrap: 1320px;
	--bct-gap: 28px;
	--bct-head-h: 68px;
	--bct-font-display: "Fraunces", ui-serif, Georgia, "Iowan Old Style", "Times New Roman", serif;
	--bct-font-body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--bct-ease: cubic-bezier(.2, .7, .3, 1);
}

html[data-bct-scheme="dark"] {
	--bct-ink: #F6EBEF;
	--bct-ink-2: #C7B4BC;
	--bct-ink-3: #9A868F;
	--bct-bg: #1A1015;
	--bct-bg-2: #23161C;
	--bct-bg-3: #2C1C24;
	--bct-line: #3A2830;
	--bct-line-2: #4A343E;
	--bct-brand: #FF6B96;
	--bct-brand-2: #FF8FAF;
	--bct-brand-soft: #3A1A26;
	--bct-accent: #F0AE92;
	--bct-accent-2: #CFA0AB;
	--bct-dark: #100A0D;
	--bct-dark-2: #1A1015;
	--bct-white: #1A1015;
	--bct-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px -12px rgba(0, 0, 0, .6);
	--bct-shadow-lg: 0 2px 4px rgba(0, 0, 0, .45), 0 24px 48px -20px rgba(0, 0, 0, .7);
	color-scheme: dark;
}

/* =========================================================================
   2. Reset / base
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--bct-head-h) + 20px);
}

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

body {
	margin: 0;
	background: var(--bct-bg);
	color: var(--bct-ink);
	font-family: var(--bct-font-body);
	font-size: 17px;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.bct-fonts-off { --bct-font-display: Georgia, "Times New Roman", serif; --bct-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

img, svg, video, iframe { max-width: 100%; }
img, video { height: auto; }
svg { vertical-align: middle; }

a { color: var(--bct-brand); text-decoration-color: color-mix(in srgb, var(--bct-brand) 35%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--bct-brand-2); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--bct-font-display);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.012em;
	color: var(--bct-ink);
	margin: 0 0 .5em;
	font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 32;
}

p, ul, ol, blockquote, figure, table, pre { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.3em; }

hr { border: 0; border-top: 1px solid var(--bct-line); margin: 2.4em 0; }

code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; font-size: .92em; }
code { background: var(--bct-bg-3); padding: .12em .4em; border-radius: 5px; }
pre { background: var(--bct-dark); color: #F6EBEF; padding: 18px 20px; border-radius: var(--bct-radius-sm); overflow-x: auto; }
pre code { background: none; padding: 0; color: inherit; }

blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--bct-brand);
	font-family: var(--bct-font-display);
	font-size: 1.2em;
	line-height: 1.5;
	color: var(--bct-ink);
}
blockquote p:last-child { margin-bottom: 0; }
blockquote cite { display: block; margin-top: .6em; font-family: var(--bct-font-body); font-size: .7em; letter-spacing: .08em; text-transform: uppercase; color: var(--bct-ink-3); font-style: normal; }

table { width: 100%; border-collapse: collapse; font-size: .95em; }
th, td { padding: 11px 14px; border: 1px solid var(--bct-line); text-align: left; }
th { background: var(--bct-bg-2); font-weight: 700; }

::selection { background: var(--bct-brand); color: #fff; }

:focus-visible { outline: 3px solid var(--bct-brand); outline-offset: 2px; border-radius: 4px; }

.bct-skip {
	position: absolute; left: -9999px; top: 0; z-index: 200;
	background: var(--bct-brand); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 700;
}
.bct-skip:focus { left: 0; color: #fff; }

.screen-reader-text {
	border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute; width: 1px; white-space: nowrap;
}
.screen-reader-text:focus {
	clip-path: none; height: auto; width: auto; padding: 12px 20px; position: static;
	background: var(--bct-brand); color: #fff; border-radius: 8px;
}

/* =========================================================================
   3. Layout helpers
   ========================================================================= */
.bct-wrap { width: 100%; max-width: var(--bct-wrap); margin-inline: auto; padding-inline: 22px; }
.bct-wrap-narrow { max-width: 860px; }

.bct-sr-block { padding: 54px 0; }
.bct-sr-block--tight { padding: 34px 0; }

.bct-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--bct-font-body); font-size: 12px; font-weight: 700;
	letter-spacing: .16em; text-transform: uppercase; color: var(--bct-brand);
}
.bct-eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }

.bct-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.bct-sechead h2 { font-size: clamp(26px, 3vw, 36px); margin: 6px 0 0; }
.bct-sechead p { margin: 6px 0 0; color: var(--bct-ink-2); font-size: 15px; max-width: 56ch; }
.bct-sechead .bct-more { white-space: nowrap; }

.bct-more {
	display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px;
	text-decoration: none; color: var(--bct-ink); border-bottom: 2px solid var(--bct-brand); padding-bottom: 3px;
	transition: gap .2s var(--bct-ease), color .2s;
}
.bct-more:hover { gap: 12px; color: var(--bct-brand); }

/* =========================================================================
   4. Buttons & form controls
   ========================================================================= */
.bct-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-family: var(--bct-font-body); font-weight: 700; font-size: 15px; line-height: 1;
	padding: 14px 24px; border-radius: 999px; border: 2px solid transparent; cursor: pointer;
	text-decoration: none; white-space: nowrap;
	transition: transform .18s var(--bct-ease), box-shadow .18s, background .18s, color .18s, border-color .18s;
}
.bct-btn--block { white-space: normal; }
.bct-btn:hover { transform: translateY(-2px); }
.bct-btn:active { transform: translateY(0); }
.bct-btn--primary { background: var(--bct-brand); color: #fff; box-shadow: 0 10px 22px -12px var(--bct-brand); }
.bct-btn--primary:hover { background: var(--bct-brand-2); color: #fff; }
.bct-btn--ghost { border-color: var(--bct-line-2); color: var(--bct-ink); background: transparent; }
.bct-btn--ghost:hover { border-color: var(--bct-brand); color: var(--bct-brand); }
.bct-btn--light { background: #fff; color: var(--bct-dark); }
.bct-btn--light:hover { background: var(--bct-brand-soft); color: var(--bct-brand-2); }
.bct-btn--wa { background: #25D366; color: #08351a; }
.bct-btn--wa:hover { background: #1FBE59; color: #08351a; }
.bct-btn--sm { padding: 10px 18px; font-size: 14px; }
.bct-btn--block { width: 100%; }

input[type=text], input[type=email], input[type=url], input[type=search], input[type=tel],
input[type=number], input[type=password], select, textarea {
	width: 100%; font-family: inherit; font-size: 15px; color: var(--bct-ink);
	background: var(--bct-bg); border: 1.5px solid var(--bct-line-2); border-radius: 12px;
	padding: 12px 15px; transition: border-color .18s, box-shadow .18s;
}
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 20px) 51%, calc(100% - 14px) 51%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--bct-brand); box-shadow: 0 0 0 4px var(--bct-brand-soft); }
::placeholder { color: var(--bct-ink-3); opacity: 1; }

.bct-field { margin-bottom: 16px; }
.bct-field label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--bct-ink-2); margin-bottom: 7px; }
.bct-field .bct-hint { font-size: 13px; color: var(--bct-ink-3); margin-top: 6px; }
.bct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bct-hp { position: absolute !important; left: -9999px !important; }

.bct-notice { border-radius: 14px; padding: 15px 18px; font-size: 15px; margin-bottom: 22px; border: 1.5px solid; }
.bct-notice--ok { background: #EAF7EF; border-color: #9AD9B4; color: #14532d; }
.bct-notice--err { background: #FDECEF; border-color: #F3B0C0; color: #7B1230; }
html[data-bct-scheme="dark"] .bct-notice--ok { background: #10291C; border-color: #2E6B47; color: #A7E9C4; }
html[data-bct-scheme="dark"] .bct-notice--err { background: #33141E; border-color: #7B2A44; color: #FFB3C6; }

/* =========================================================================
   5. Header
   ========================================================================= */
.bct-topbar {
	background: var(--bct-dark); color: #E8D8DE; font-size: 13px; line-height: 1;
}
.bct-topbar .bct-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 40px; padding-block: 8px; flex-wrap: wrap; }
.bct-topbar a { color: #F3E4E9; text-decoration: none; }
.bct-topbar a:hover { color: var(--bct-accent); }
.bct-topbar-l, .bct-topbar-r { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.bct-topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.bct-topbar-item svg { width: 14px; height: 14px; opacity: .8; }
.bct-topbar-date { color: #B7A2AA; }
.bct-social { display: inline-flex; align-items: center; gap: 4px; }
.bct-social a { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; transition: background .18s, color .18s; }
.bct-social a:hover { background: rgba(255, 255, 255, .12); }
.bct-social svg { width: 15px; height: 15px; }

.bct-header {
	position: sticky; top: 0; z-index: 60;
	background: color-mix(in srgb, var(--bct-bg) 88%, transparent);
	backdrop-filter: saturate(1.5) blur(14px);
	-webkit-backdrop-filter: saturate(1.5) blur(14px);
	border-bottom: 1px solid var(--bct-line);
}
.bct-header .bct-wrap { display: flex; align-items: center; gap: 20px; min-height: var(--bct-head-h); }
.bct-header.is-stuck { box-shadow: 0 10px 30px -22px rgba(43, 27, 35, .5); }

.bct-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 1 auto; min-width: 0; }
.bct-brand img, .bct-brand svg { display: block; height: 42px; width: auto; flex: 0 0 auto; }
.bct-brand .bct-brand-txt { display: flex; flex-direction: column; min-width: 0; }
.bct-brand .bct-brand-name { font-family: var(--bct-font-display); font-size: 23px; font-weight: 700; letter-spacing: -.02em; color: var(--bct-ink); line-height: 1.05; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bct-brand .bct-brand-name em { font-style: normal; color: var(--bct-brand); }
.bct-brand .bct-brand-tag { font-size: 9.5px; letter-spacing: .19em; text-transform: uppercase; color: var(--bct-ink-3); font-weight: 700; }

.bct-nav { flex: 1 1 auto; min-width: 0; }
.bct-nav > ul { display: flex; align-items: center; gap: 3px; list-style: none; margin: 0; padding: 0; }
.bct-nav li { position: relative; }
.bct-nav a {
	display: block; padding: 9px 12px; border-radius: 999px; font-size: 14.5px; font-weight: 700;
	color: var(--bct-ink); text-decoration: none; white-space: nowrap; transition: background .18s, color .18s;
}
.bct-nav a:hover, .bct-nav .current-menu-item > a, .bct-nav .current-menu-ancestor > a { background: var(--bct-brand-soft); color: var(--bct-brand-2); }
.bct-nav .menu-item-has-children > a::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.bct-nav ul ul {
	position: absolute; top: calc(100% + 8px); left: 0; min-width: 218px; list-style: none; margin: 0; padding: 8px;
	background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: 16px; box-shadow: var(--bct-shadow-lg);
	opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 5;
}
.bct-nav li:hover > ul, .bct-nav li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.bct-nav ul ul a { border-radius: 10px; }
.bct-nav ul ul ul { top: -8px; left: calc(100% + 6px); }

.bct-actions { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; margin-left: auto; }
.bct-iconbtn {
	display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
	border: 1.5px solid var(--bct-line); background: transparent; color: var(--bct-ink); cursor: pointer;
	transition: background .18s, border-color .18s, color .18s;
}
.bct-iconbtn:hover { background: var(--bct-brand-soft); border-color: var(--bct-brand-soft); color: var(--bct-brand-2); }
.bct-iconbtn svg { width: 19px; height: 19px; }
.bct-scheme-sun, .bct-scheme-moon { display: none; }
html[data-bct-scheme="dark"] .bct-scheme-sun { display: block; }
html:not([data-bct-scheme="dark"]) .bct-scheme-moon { display: block; }
.bct-burger { display: none; }
.bct-header.bct-nav-collapsed .bct-nav { display: none; }
.bct-header.bct-nav-collapsed .bct-burger { display: grid; }

.bct-searchform { display: flex; gap: 10px; width: 100%; }
.bct-searchform input[type=search] { flex: 1; min-width: 0; }
.bct-searchform button { flex: 0 0 auto; }
.bct-404-search .bct-searchform, .bct-empty .bct-searchform { max-width: 480px; margin-inline: auto; }

/* topic rail */
.bct-rail { border-bottom: 1px solid var(--bct-line); background: var(--bct-bg-2); }
.bct-rail .bct-wrap { display: flex; align-items: center; gap: 12px; min-height: 46px; }
.bct-rail-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bct-ink-3); flex: 0 0 auto; }
.bct-rail-scroll { display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; padding: 7px 0; }
.bct-rail-scroll::-webkit-scrollbar { display: none; }
.bct-rail-scroll a {
	flex: 0 0 auto; font-size: 13.5px; font-weight: 700; text-decoration: none; color: var(--bct-ink-2);
	padding: 6px 14px; border-radius: 999px; border: 1px solid var(--bct-line-2); background: var(--bct-bg);
	transition: background .18s, color .18s, border-color .18s;
}
.bct-rail-scroll a:hover { background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }

/* off-canvas */
.bct-scrim { position: fixed; inset: 0; background: rgba(20, 10, 15, .5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s; z-index: 90; }
.bct-scrim.is-open { opacity: 1; visibility: visible; }
.bct-drawer {
	position: fixed; top: 0; right: 0; bottom: 0; width: min(390px, 88vw); z-index: 95;
	background: var(--bct-bg); border-left: 1px solid var(--bct-line);
	transform: translateX(102%); transition: transform .32s var(--bct-ease);
	display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain;
}
.bct-drawer.is-open { transform: translateX(0); }
.bct-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; border-bottom: 1px solid var(--bct-line); position: sticky; top: 0; background: var(--bct-bg); z-index: 2; }
.bct-drawer-body { padding: 20px 22px 34px; }
.bct-drawer ul { list-style: none; margin: 0 0 22px; padding: 0; }
.bct-drawer > .bct-drawer-body > ul > li { border-bottom: 1px solid var(--bct-line); }
.bct-drawer a { display: block; padding: 12px 2px; font-weight: 700; font-size: 16px; color: var(--bct-ink); text-decoration: none; }
.bct-drawer a:hover { color: var(--bct-brand); }
.bct-drawer ul ul { margin: 0 0 10px; padding-left: 16px; }
.bct-drawer ul ul a { font-size: 14.5px; font-weight: 600; color: var(--bct-ink-2); padding: 8px 2px; }

/* search drawer */
.bct-searchbar {
	position: fixed; top: 0; left: 0; right: 0; z-index: 96; background: var(--bct-bg);
	border-bottom: 1px solid var(--bct-line); box-shadow: var(--bct-shadow-lg);
	transform: translateY(-102%); transition: transform .3s var(--bct-ease);
}
.bct-searchbar.is-open { transform: translateY(0); }
.bct-searchbar .bct-wrap { display: flex; align-items: center; gap: 14px; padding-block: 22px; }
.bct-searchbar form { flex: 1; display: flex; gap: 10px; }
.bct-searchbar input[type=search] { font-size: 19px; padding: 15px 18px; border-radius: 14px; }

/* =========================================================================
   6. Cards
   ========================================================================= */
.bct-card { display: flex; flex-direction: column; gap: 13px; min-width: 0; }
.bct-card-media { position: relative; display: block; overflow: hidden; border-radius: var(--bct-radius); background: var(--bct-bg-3); aspect-ratio: 16 / 10; }
.bct-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--bct-ease); }
.bct-card:hover .bct-card-media img { transform: scale(1.045); }
.bct-card-media .bct-ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--bct-line-2); }
.bct-card-media .bct-ph svg { width: 44px; height: 44px; }
.bct-card h3 { font-size: 20px; margin: 0; line-height: 1.28; }
.bct-card h3 a { color: inherit; text-decoration: none; background-image: linear-gradient(var(--bct-brand), var(--bct-brand)); background-size: 0 2px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .3s var(--bct-ease); }
.bct-card:hover h3 a, .bct-card h3 a:hover { background-size: 100% 2px; }
.bct-card p { margin: 0; color: var(--bct-ink-2); font-size: 15px; line-height: 1.6; }
.bct-card--lg h3 { font-size: clamp(26px, 2.6vw, 34px); }
.bct-card--sm h3 { font-size: 16.5px; }

.bct-cat {
	display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700;
	letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
	color: var(--bct-cat, var(--bct-brand)); padding: 5px 11px; border-radius: 999px;
	background: color-mix(in srgb, var(--bct-cat, var(--bct-brand)) 12%, transparent);
	transition: background .18s;
}
.bct-cat:hover { background: color-mix(in srgb, var(--bct-cat, var(--bct-brand)) 22%, transparent); color: var(--bct-cat, var(--bct-brand)); }
.bct-cat svg { width: 13px; height: 13px; }
.bct-cat--solid { background: var(--bct-cat, var(--bct-brand)); color: #fff; }
.bct-cat--solid:hover { background: var(--bct-cat, var(--bct-brand)); color: #fff; filter: brightness(1.08); }

.bct-meta { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-size: 12.5px; color: var(--bct-ink-3); }
.bct-meta a { color: inherit; text-decoration: none; font-weight: 700; }
.bct-meta a:hover { color: var(--bct-brand); }
.bct-meta .bct-dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .5; }
.bct-meta svg { width: 13px; height: 13px; opacity: .7; }

.bct-avatar { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }
.bct-avatar--init { display: grid; place-items: center; font-family: var(--bct-font-display); font-size: 11px; font-weight: 700; color: #fff; background: var(--bct-brand); letter-spacing: 0; }

/* overlay card */
.bct-ocard { position: relative; display: block; overflow: hidden; border-radius: var(--bct-radius-lg); background: var(--bct-dark); min-height: 320px; text-decoration: none; }
.bct-ocard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--bct-ease); }
.bct-ocard:hover img { transform: scale(1.05); }
.bct-ocard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 10, 14, 0) 28%, rgba(20, 10, 14, .55) 62%, rgba(20, 10, 14, .9) 100%); }
.bct-ocard-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 26px 28px; color: #fff; }
.bct-ocard-body h3 { color: #fff; margin: 12px 0 10px; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.2; }
.bct-ocard-body p { color: rgba(255, 255, 255, .82); font-size: 15px; margin: 0; max-width: 60ch; }
.bct-ocard-body .bct-meta { color: rgba(255, 255, 255, .74); margin-top: 12px; }
.bct-ocard-body .bct-meta a { color: rgba(255, 255, 255, .92); }
.bct-ocard--tall { min-height: 480px; }

/* horizontal list item */
.bct-litem { display: grid; grid-template-columns: 104px 1fr; gap: 15px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--bct-line); }
.bct-litem:last-child { border-bottom: 0; }
.bct-litem .bct-card-media { aspect-ratio: 1 / 1; border-radius: 12px; }
.bct-litem h3 { font-size: 16px; line-height: 1.34; margin: 0 0 7px; }
.bct-litem--nomedia { grid-template-columns: 1fr; }

/* numbered plate */
.bct-numlist { counter-reset: bctnum; list-style: none; margin: 0; padding: 0; }
.bct-numlist li { counter-increment: bctnum; display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--bct-line-2); }
.bct-numlist li:last-child { border-bottom: 0; }
.bct-numlist li::before {
	content: counter(bctnum, decimal-leading-zero);
	font-family: var(--bct-font-display); font-size: 22px; font-weight: 700; line-height: 1;
	color: transparent; -webkit-text-stroke: 1.4px var(--bct-brand); padding-top: 2px;
}
.bct-numlist h3 { font-size: 16px; margin: 0 0 5px; line-height: 1.33; }

/* =========================================================================
   7. Homepage blocks
   ========================================================================= */
.bct-hero { padding: 34px 0 10px; }
.bct-hero-grid { display: grid; grid-template-columns: 1.62fr 1fr; gap: var(--bct-gap); }
.bct-hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: var(--bct-gap); }
.bct-hero-side .bct-ocard { min-height: 226px; }

/* skin-type / topic chooser */
.bct-chooser { background: var(--bct-bg-2); border-block: 1px solid var(--bct-line); }
.bct-chooser .bct-wrap { padding-block: 26px; }
.bct-chooser-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.bct-chooser-head h2 { font-size: 21px; margin: 0; }
.bct-chooser-head p { margin: 0; font-size: 14px; color: var(--bct-ink-2); }
.bct-chips { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.bct-chips::-webkit-scrollbar { display: none; }
.bct-chip {
	flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
	background: var(--bct-bg); border: 1.5px solid var(--bct-line-2); border-radius: 999px;
	padding: 9px 17px 9px 11px; color: var(--bct-ink); font-weight: 700; font-size: 14px;
	transition: border-color .18s, transform .18s var(--bct-ease), box-shadow .18s;
}
.bct-chip:hover { border-color: var(--bct-chip, var(--bct-brand)); transform: translateY(-2px); box-shadow: var(--bct-shadow); color: var(--bct-ink); }
.bct-chip-ic { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: color-mix(in srgb, var(--bct-chip, var(--bct-brand)) 15%, transparent); color: var(--bct-chip, var(--bct-brand)); }
.bct-chip-ic svg { width: 16px; height: 16px; }
.bct-chip small { display: block; font-weight: 600; font-size: 11.5px; color: var(--bct-ink-3); letter-spacing: .02em; }

/* editor picks + trending */
.bct-picks-grid { display: grid; grid-template-columns: 1fr 372px; gap: var(--bct-gap); align-items: start; }
.bct-picks-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bct-gap); }
.bct-plate { background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius-lg); padding: 24px 26px; }
.bct-plate > h2 { font-size: 21px; margin: 0 0 4px; }
.bct-plate > p { font-size: 13.5px; color: var(--bct-ink-2); margin: 0 0 10px; }

/* section block: split */
.bct-sec--split .bct-sec-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: var(--bct-gap); align-items: start; }
.bct-sec--grid .bct-sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--bct-gap); }
.bct-sec--grid3 .bct-sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bct-gap); }
.bct-sec { border-top: 1px solid var(--bct-line); }
.bct-sec:first-child { border-top: 0; }

/* routine band with HowTo steps */
.bct-routine-band { background: var(--bct-brand-soft); border-block: 1px solid var(--bct-line); }
.bct-routine-band .bct-wrap { padding-block: 46px; }
.bct-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 22px; }
.bct-step { background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 20px 20px 22px; position: relative; }
.bct-step-n { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--bct-brand); color: #fff; font-family: var(--bct-font-display); font-weight: 700; font-size: 15px; margin-bottom: 12px; }
.bct-step h3 { font-size: 17px; margin: 0 0 7px; }
.bct-step p { margin: 0; font-size: 14.5px; color: var(--bct-ink-2); line-height: 1.6; }

/* dark spotlight band */
.bct-spot { background: var(--bct-dark); color: #F3E4E9; position: relative; overflow: hidden; }
.bct-spot::before { content: ""; position: absolute; width: 640px; height: 640px; right: -180px; top: -260px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--bct-brand) 42%, transparent), transparent 68%); }
.bct-spot .bct-wrap { position: relative; padding-block: 54px; }
.bct-spot h2 { color: #fff; }
.bct-spot .bct-sechead p { color: rgba(255, 255, 255, .72); }
.bct-spot .bct-more { color: #fff; border-color: var(--bct-accent); }
.bct-spot .bct-more:hover { color: var(--bct-accent); }
.bct-spot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bct-gap); }
.bct-spot .bct-card h3 a { color: #fff; }
.bct-spot .bct-card p { color: rgba(255, 255, 255, .68); }
.bct-spot .bct-meta { color: rgba(255, 255, 255, .6); }
.bct-spot .bct-card-media { background: #3D2731; }

/* newsletter band */
.bct-nl-band { background: var(--bct-bg-2); border-block: 1px solid var(--bct-line); }
.bct-nl-band .bct-wrap { padding-block: 46px; }
.bct-nl-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.bct-nl-inner h2 { font-size: clamp(24px, 2.6vw, 32px); margin: 8px 0 8px; }
.bct-nl-inner p { color: var(--bct-ink-2); margin: 0; font-size: 15.5px; }
.bct-nl-form { display: flex; gap: 10px; }
.bct-nl-form input[type=email] { flex: 1; }
.bct-nl-small { font-size: 12.5px; color: var(--bct-ink-3); margin: 10px 0 0; }
.bct-nl-card { background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 22px; }
.bct-nl-card h3 { font-size: 18px; margin: 0 0 6px; }
.bct-nl-card p { font-size: 14px; color: var(--bct-ink-2); margin: 0 0 14px; }
.bct-nl-card .bct-nl-form { flex-direction: column; }

/* main + sidebar */
.bct-main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 342px; gap: 44px; align-items: start; padding: 50px 0 64px; }
.bct-list { display: grid; gap: 30px; }
.bct-list--2 { grid-template-columns: 1fr 1fr; }

/* =========================================================================
   8. Sidebar / widgets
   ========================================================================= */
.bct-sidebar { position: sticky; top: calc(var(--bct-head-h) + 18px); display: grid; gap: 26px; }
.bct-widget { background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 22px; }
.bct-widget > *:last-child { margin-bottom: 0; }
.bct-widget-title, .bct-widget h2 { font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 15px; padding-bottom: 12px; border-bottom: 2px solid var(--bct-brand); display: inline-block; }
.bct-widget ul { list-style: none; margin: 0; padding: 0; }
.bct-widget ul li { padding: 8px 0; border-bottom: 1px solid var(--bct-line); font-size: 14.5px; }
.bct-widget ul li:last-child { border-bottom: 0; }
.bct-widget ul a { color: var(--bct-ink); text-decoration: none; font-weight: 600; }
.bct-widget ul a:hover { color: var(--bct-brand); }
.bct-widget select { margin-top: 4px; }

.bct-wa-card { background: linear-gradient(140deg, #1FA855, #25D366); color: #06301A; border: 0; }
.bct-wa-card h3 { font-size: 19px; margin: 0 0 6px; color: #06301A; }
.bct-wa-card p { font-size: 14px; margin: 0 0 15px; color: rgba(6, 48, 26, .82); }
.bct-wa-card .bct-btn { background: #06301A; color: #fff; }
.bct-wa-card .bct-btn:hover { background: #0A4526; color: #fff; }

.bct-catlist li { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.bct-catlist .bct-count { font-size: 12px; font-weight: 700; color: var(--bct-ink-3); background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: 999px; padding: 2px 9px; }
.bct-catdot { width: 9px; height: 9px; border-radius: 50%; background: var(--bct-cat, var(--bct-brand)); flex: 0 0 auto; margin-right: 9px; }

.bct-tagcloud { display: flex; flex-wrap: wrap; gap: 7px; }
.bct-tagcloud a, .tagcloud a {
	font-size: 13px !important; font-weight: 700; text-decoration: none; color: var(--bct-ink-2);
	background: var(--bct-bg); border: 1px solid var(--bct-line-2); border-radius: 999px; padding: 5px 12px;
}
.bct-tagcloud a:hover, .tagcloud a:hover { background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }

/* =========================================================================
   9. Single post
   ========================================================================= */
.bct-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--bct-brand), var(--bct-accent)); z-index: 80; transition: width .1s linear; }

.bct-crumbs { font-size: 13px; color: var(--bct-ink-3); padding: 16px 0 0; }
.bct-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; }
.bct-crumbs a { color: var(--bct-ink-2); text-decoration: none; font-weight: 600; }
.bct-crumbs a:hover { color: var(--bct-brand); }
.bct-crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--bct-line-2); }

.bct-phead { padding: 22px 0 26px; }
.bct-phead h1 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.11; margin: 14px 0 14px; letter-spacing: -.022em; }
.bct-phead .bct-excerpt { font-size: 19px; line-height: 1.62; color: var(--bct-ink-2); max-width: 68ch; margin: 0 0 18px; font-family: var(--bct-font-display); font-weight: 400; }
.bct-phead-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--bct-line); }
.bct-byline { display: flex; align-items: center; gap: 10px; }
.bct-byline .bct-avatar { width: 42px; height: 42px; font-size: 14px; }
.bct-byline-txt { font-size: 13.5px; line-height: 1.35; color: var(--bct-ink-3); }
.bct-byline-txt strong { display: block; font-size: 15px; color: var(--bct-ink); }
.bct-byline-txt a { color: inherit; text-decoration: none; }
.bct-byline-txt a:hover { color: var(--bct-brand); }

.bct-hero-img { border-radius: var(--bct-radius-lg); overflow: hidden; background: var(--bct-bg-3); margin-bottom: 8px; }
.bct-hero-img img { width: 100%; display: block; }
.bct-figcap { font-size: 13px; color: var(--bct-ink-3); padding: 10px 2px 0; }

.bct-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 342px; gap: 44px; align-items: start; padding-bottom: 60px; }

.bct-share-rail { position: absolute; left: -74px; top: 0; display: grid; gap: 8px; }
.bct-share-rail.is-fixed { position: fixed; top: calc(var(--bct-head-h) + 24px); }
.bct-share-rail a, .bct-share-rail button {
	display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
	border: 1.5px solid var(--bct-line); background: var(--bct-bg); color: var(--bct-ink-2); cursor: pointer;
	transition: transform .18s var(--bct-ease), background .18s, color .18s, border-color .18s;
}
.bct-share-rail a:hover, .bct-share-rail button:hover { transform: translateY(-2px); background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }
.bct-share-rail svg { width: 17px; height: 17px; }
@media (max-width: 1479px) { .bct-share-rail { display: none; } }

.bct-entry { position: relative; }
.bct-entry > *:first-child { margin-top: 0; }
.bct-entry p { font-size: 17.5px; line-height: 1.78; }
.bct-entry h2 { font-size: clamp(24px, 2.6vw, 31px); margin: 1.7em 0 .5em; }
.bct-entry h3 { font-size: clamp(20px, 2.1vw, 24px); margin: 1.5em 0 .45em; }
.bct-entry h4 { font-size: 18px; margin: 1.4em 0 .4em; }
.bct-entry img { border-radius: var(--bct-radius); }
.bct-entry figure { margin: 1.8em 0; }
.bct-entry figcaption { font-size: 13px; color: var(--bct-ink-3); padding-top: 9px; text-align: center; }
.bct-entry ul, .bct-entry ol { padding-left: 1.35em; }
.bct-entry li { margin-bottom: .5em; }
.bct-entry li::marker { color: var(--bct-brand); font-weight: 700; }
.bct-entry .alignleft { float: left; margin: .4em 1.6em 1em 0; }
.bct-entry .alignright { float: right; margin: .4em 0 1em 1.6em; }
.bct-entry .aligncenter { display: block; margin-inline: auto; }
.bct-entry .alignwide { width: min(1080px, 100vw - 44px); margin-inline: calc(50% - min(540px, 50vw - 22px)); max-width: none; }
.bct-entry .alignfull { width: 100vw; margin-inline: calc(50% - 50vw); max-width: none; }
.bct-entry a { font-weight: 600; }

.bct-h-anchor { scroll-margin-top: calc(var(--bct-head-h) + 24px); position: relative; }
.bct-h-link { opacity: 0; margin-left: .35em; font-size: .68em; color: var(--bct-ink-3); text-decoration: none; font-weight: 400; transition: opacity .18s; }
.bct-h-anchor:hover .bct-h-link, .bct-h-link:focus { opacity: 1; }

/* table of contents */
.bct-toc { background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-left: 3px solid var(--bct-brand); border-radius: var(--bct-radius-sm); padding: 20px 24px; margin: 0 0 2em; }
.bct-toc-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.bct-toc-head h2 { font-size: 16px; letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.bct-toc-toggle { border: 0; background: transparent; color: var(--bct-brand); font-weight: 700; font-size: 13px; cursor: pointer; padding: 4px 6px; border-radius: 6px; }
.bct-toc-toggle:hover { background: var(--bct-brand-soft); }
.bct-toc ol { list-style: none; counter-reset: bcttoc; margin: 14px 0 0; padding: 0; }
.bct-toc > ol > li { counter-increment: bcttoc; padding: 5px 0; }
.bct-toc > ol > li > a::before { content: counter(bcttoc) ". "; color: var(--bct-brand); font-weight: 700; }
.bct-toc a { color: var(--bct-ink-2); text-decoration: none; font-size: 15px; font-weight: 600; }
.bct-toc a:hover { color: var(--bct-brand); text-decoration: underline; }
.bct-toc ol ol { margin: 4px 0 4px 18px; }
.bct-toc ol ol li { padding: 3px 0; }
.bct-toc ol ol li > a::before { content: "– "; color: var(--bct-line-2); }
.bct-toc[data-collapsed="1"] > ol { display: none; }

/* review box */
.bct-review { border: 1.5px solid var(--bct-line-2); border-radius: var(--bct-radius); overflow: hidden; margin: 2em 0; background: var(--bct-bg); }
.bct-review-top { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 20px 24px; background: var(--bct-bg-2); border-bottom: 1px solid var(--bct-line); }
.bct-review-top h3 { margin: 0; font-size: 20px; }
.bct-review-top .bct-eyebrow { margin-bottom: 4px; }
.bct-score { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--bct-brand); color: #fff; font-family: var(--bct-font-display); line-height: 1; }
.bct-score b { font-size: 25px; }
.bct-score span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .85; margin-top: 3px; }
.bct-stars { display: inline-flex; gap: 2px; color: var(--bct-accent); }
.bct-stars svg { width: 16px; height: 16px; }
.bct-review-body { padding: 20px 24px; }
.bct-review-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bct-review-cols h4 { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 9px; }
.bct-review-cols ul { list-style: none; padding: 0; margin: 0; font-size: 15px; }
.bct-review-cols li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; margin-bottom: 7px; line-height: 1.5; }
.bct-review-cols li::before { font-weight: 700; }
.bct-pros li::before { content: "+"; color: #16A34A; }
.bct-cons li::before { content: "–"; color: #DC2626; }
.bct-review-bars { display: grid; gap: 10px; margin-top: 18px; }
.bct-bar { display: grid; grid-template-columns: 130px 1fr 40px; gap: 12px; align-items: center; font-size: 14px; }
.bct-bar-track { height: 8px; border-radius: 999px; background: var(--bct-bg-3); overflow: hidden; }
.bct-bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--bct-brand), var(--bct-accent)); }
.bct-bar b { text-align: right; font-family: var(--bct-font-display); }
.bct-verdict { margin-top: 18px; padding: 16px 18px; border-radius: var(--bct-radius-sm); background: var(--bct-brand-soft); font-size: 15.5px; }
.bct-verdict strong { display: block; margin-bottom: 4px; }

/* before / after slider */
.bct-ba { margin: 2em 0; }
.bct-ba-stage { position: relative; overflow: hidden; border-radius: var(--bct-radius); background: var(--bct-bg-3); touch-action: pan-y; user-select: none; }
.bct-ba-stage img { display: block; width: 100%; }
.bct-ba-after { position: absolute; inset: 0; width: 50%; overflow: hidden; }
.bct-ba-after img { position: absolute; top: 0; left: 0; height: 100%; width: auto; max-width: none; }
.bct-ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .18); cursor: ew-resize; }
.bct-ba-knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px rgba(0, 0, 0, .3); display: grid; place-items: center; color: var(--bct-brand); }
.bct-ba-knob svg { width: 20px; height: 20px; }
.bct-ba-tag { position: absolute; top: 14px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: rgba(20, 10, 14, .68); color: #fff; padding: 5px 11px; border-radius: 999px; }
.bct-ba-tag--b { left: 14px; }
.bct-ba-tag--a { right: 14px; }
.bct-ba-range { width: 100%; margin-top: 14px; appearance: none; -webkit-appearance: none; background: transparent; cursor: ew-resize; }
.bct-ba-range::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--bct-brand), var(--bct-accent)); }
.bct-ba-range::-moz-range-track { height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--bct-brand), var(--bct-accent)); }
.bct-ba-range::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; margin-top: -7px; border-radius: 50%; background: var(--bct-bg); border: 3px solid var(--bct-brand); box-shadow: 0 2px 6px rgba(43, 27, 35, .28); }
.bct-ba-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--bct-bg); border: 3px solid var(--bct-brand); box-shadow: 0 2px 6px rgba(43, 27, 35, .28); }
.bct-ba-range:focus-visible { outline: none; }
.bct-ba-range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px var(--bct-brand-soft); }
.bct-ba figcaption { font-size: 13px; color: var(--bct-ink-3); padding-top: 10px; }

/* routine card in content */
.bct-howto { border: 1.5px solid var(--bct-line-2); border-radius: var(--bct-radius); padding: 22px 24px; margin: 2em 0; background: var(--bct-bg-2); }
.bct-howto h3 { margin: 6px 0 6px; font-size: 21px; }
.bct-howto-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.bct-howto-fact { font-size: 12.5px; font-weight: 700; background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: 999px; padding: 5px 12px; color: var(--bct-ink-2); }
.bct-howto ol { counter-reset: bcth; list-style: none; margin: 0; padding: 0; }
.bct-howto ol li { counter-increment: bcth; display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 11px 0; border-top: 1px dashed var(--bct-line-2); }
.bct-howto ol li:first-child { border-top: 0; }
.bct-howto ol li::before { content: counter(bcth); display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--bct-brand); color: #fff; font-size: 13px; font-weight: 700; font-family: var(--bct-font-display); }
.bct-howto ol li strong { display: block; margin-bottom: 2px; }

/* callouts */
.bct-callout { border-radius: var(--bct-radius-sm); padding: 18px 20px 18px 54px; margin: 1.8em 0; position: relative; font-size: 16px; background: var(--bct-bg-2); border: 1px solid var(--bct-line); }
.bct-callout::before { content: ""; position: absolute; left: 18px; top: 20px; width: 22px; height: 22px; background: var(--bct-brand); border-radius: 50%; }
.bct-callout--warn { background: #FFF7ED; border-color: #FED7AA; }
.bct-callout--warn::before { background: #EA580C; }
html[data-bct-scheme="dark"] .bct-callout--warn { background: #2A1A0C; border-color: #6B3E14; }

/* sponsored disclosure */
.bct-sponsored { display: flex; gap: 12px; align-items: flex-start; background: var(--bct-bg-3); border: 1px dashed var(--bct-line-2); border-radius: var(--bct-radius-sm); padding: 14px 18px; margin: 0 0 1.8em; font-size: 14px; color: var(--bct-ink-2); }
.bct-sponsored svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--bct-brand); margin-top: 2px; }

/* tags, share, author box */
.bct-posttags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 2.2em 0 0; }
.bct-posttags .bct-lbl { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bct-ink-3); }

.bct-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; padding: 18px 0; border-block: 1px solid var(--bct-line); }
.bct-share .bct-lbl { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bct-ink-3); margin-right: 4px; }
.bct-share a, .bct-share button {
	display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700;
	padding: 9px 15px; border-radius: 999px; border: 1.5px solid var(--bct-line-2); background: transparent;
	color: var(--bct-ink-2); text-decoration: none; cursor: pointer; transition: background .18s, color .18s, border-color .18s;
}
.bct-share a:hover, .bct-share button:hover { background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }
.bct-share svg { width: 16px; height: 16px; }

.bct-authorbox { display: grid; grid-template-columns: 92px 1fr; gap: 22px; background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 26px; margin: 34px 0 0; }
.bct-authorbox .bct-avatar { width: 92px; height: 92px; font-size: 30px; }
.bct-authorbox h3 { margin: 0 0 4px; font-size: 21px; }
.bct-authorbox h3 a { color: inherit; text-decoration: none; }
.bct-authorbox .bct-role { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bct-brand); margin-bottom: 10px; }
.bct-authorbox p { font-size: 15px; color: var(--bct-ink-2); margin: 0 0 12px; }
.bct-authorbox .bct-alinks { display: flex; gap: 8px; flex-wrap: wrap; }
.bct-authorbox .bct-alinks a { font-size: 13px; font-weight: 700; text-decoration: none; color: var(--bct-ink-2); border: 1px solid var(--bct-line-2); border-radius: 999px; padding: 5px 13px; }
.bct-authorbox .bct-alinks a:hover { background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }

.bct-pnav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0 0; }
.bct-pnav a { display: block; padding: 20px 22px; border: 1px solid var(--bct-line); border-radius: var(--bct-radius); text-decoration: none; background: var(--bct-bg); transition: border-color .18s, transform .18s var(--bct-ease); }
.bct-pnav a:hover { border-color: var(--bct-brand); transform: translateY(-2px); }
.bct-pnav .bct-lbl { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bct-brand); }
.bct-pnav h3 { font-size: 17px; margin: 8px 0 0; color: var(--bct-ink); }
.bct-pnav .bct-next { text-align: right; }

.bct-related { padding: 44px 0 0; border-top: 1px solid var(--bct-line); margin-top: 40px; }
.bct-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bct-gap); }

/* comments */
.bct-comments { padding: 44px 0 0; border-top: 1px solid var(--bct-line); margin-top: 40px; }
.bct-comments ol { list-style: none; padding: 0; margin: 0 0 30px; }
.bct-comments .children { list-style: none; padding-left: 32px; }
.bct-comments .comment-body { padding: 18px 0; border-bottom: 1px solid var(--bct-line); }
.bct-comments .comment-author { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; }
.bct-comments .comment-author img { border-radius: 50%; }
.bct-comments .comment-metadata { font-size: 12.5px; color: var(--bct-ink-3); margin: 4px 0 10px; }
.bct-comments .comment-metadata a { color: inherit; text-decoration: none; }
.bct-comments .reply a { font-size: 13px; font-weight: 700; text-decoration: none; }
.comment-respond { background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 26px; }
.comment-respond .comment-reply-title { font-size: 21px; margin: 0 0 6px; }
.comment-form-cookies-consent { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.comment-form-cookies-consent input { width: auto; }
.comment-form .submit { display: inline-flex; align-items: center; justify-content: center; font-family: var(--bct-font-body); font-weight: 700; font-size: 15px; padding: 14px 24px; border-radius: 999px; border: 0; background: var(--bct-brand); color: #fff; cursor: pointer; }

/* =========================================================================
   10. Archives, search, 404, pagination
   ========================================================================= */
.bct-archead { padding: 40px 0 30px; border-bottom: 1px solid var(--bct-line); }
.bct-archead h1 { font-size: clamp(30px, 4vw, 46px); margin: 10px 0 12px; }
.bct-archead p { color: var(--bct-ink-2); max-width: 66ch; margin: 0; font-size: 16.5px; }
.bct-archead--cat { border-bottom: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--bct-cat, var(--bct-brand)) 11%, transparent), transparent); }

.bct-authorhead { display: grid; grid-template-columns: 108px 1fr; gap: 26px; align-items: center; padding: 40px 0 34px; }
.bct-authorhead .bct-avatar { width: 108px; height: 108px; font-size: 36px; }
.bct-authorhead h1 { margin: 0 0 6px; font-size: clamp(28px, 3.4vw, 40px); }

.bct-pagination { display: flex; justify-content: center; gap: 7px; padding: 40px 0 0; flex-wrap: wrap; }
.bct-pagination .page-numbers {
	display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 14px;
	border-radius: 999px; border: 1.5px solid var(--bct-line-2); font-weight: 700; font-size: 15px;
	color: var(--bct-ink); text-decoration: none; transition: background .18s, color .18s, border-color .18s;
}
.bct-pagination .page-numbers:hover { border-color: var(--bct-brand); color: var(--bct-brand); }
.bct-pagination .page-numbers.current { background: var(--bct-brand); border-color: var(--bct-brand); color: #fff; }
.bct-pagination .dots { border-color: transparent; }

.bct-empty { text-align: center; padding: 70px 20px; }
.bct-empty h2 { font-size: 26px; }
.bct-empty p { color: var(--bct-ink-2); max-width: 52ch; margin-inline: auto; }

.bct-404 { text-align: center; padding: 80px 20px 40px; }
.bct-404-num { font-family: var(--bct-font-display); font-size: clamp(90px, 18vw, 190px); line-height: .9; color: transparent; -webkit-text-stroke: 2px var(--bct-brand); margin: 0; }
.bct-404 h1 { font-size: clamp(26px, 3.4vw, 40px); margin: 18px 0 12px; }
.bct-404 p { color: var(--bct-ink-2); max-width: 54ch; margin: 0 auto 26px; }
.bct-404-search { max-width: 480px; margin: 0 auto 34px; display: flex; gap: 10px; }

/* =========================================================================
   11. Pages: guest post, authors, contact
   ========================================================================= */
.bct-page-hero { background: var(--bct-bg-2); border-bottom: 1px solid var(--bct-line); padding: 54px 0; }
.bct-page-hero h1 { font-size: clamp(32px, 4.6vw, 54px); margin: 12px 0 14px; }
.bct-page-hero p.bct-lead { font-size: 19px; line-height: 1.62; color: var(--bct-ink-2); max-width: 68ch; margin: 0; }

.bct-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.bct-stat { background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 20px 22px; }
.bct-stat b { display: block; font-family: var(--bct-font-display); font-size: 30px; line-height: 1; color: var(--bct-brand); }
.bct-stat span { display: block; font-size: 13px; color: var(--bct-ink-2); margin-top: 7px; }

.bct-accept { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bct-accept-item { background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 20px 22px; }
.bct-accept-item .bct-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: color-mix(in srgb, var(--bct-cat, var(--bct-brand)) 14%, transparent); color: var(--bct-cat, var(--bct-brand)); margin-bottom: 13px; }
.bct-accept-item .bct-ic svg { width: 21px; height: 21px; }
.bct-accept-item h3 { font-size: 17px; margin: 0 0 6px; }
.bct-accept-item p { font-size: 14.5px; color: var(--bct-ink-2); margin: 0; }

.bct-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.bct-tier { background: var(--bct-bg); border: 1.5px solid var(--bct-line); border-radius: var(--bct-radius-lg); padding: 28px; position: relative; }
.bct-tier--featured { border-color: var(--bct-brand); box-shadow: var(--bct-shadow-lg); }
.bct-tier-badge { position: absolute; top: -13px; left: 28px; background: var(--bct-brand); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; }
.bct-tier h3 { font-size: 22px; margin: 0 0 6px; }
.bct-tier .bct-price { font-family: var(--bct-font-display); font-size: 34px; color: var(--bct-brand); line-height: 1; margin: 12px 0 4px; }
.bct-tier .bct-price small { font-size: 14px; color: var(--bct-ink-3); font-family: var(--bct-font-body); }
.bct-tier ul { list-style: none; margin: 18px 0 22px; padding: 0; }
.bct-tier li { display: grid; grid-template-columns: 22px 1fr; gap: 9px; font-size: 15px; padding: 7px 0; border-top: 1px solid var(--bct-line); }
.bct-tier li:first-child { border-top: 0; }
.bct-tier li::before { content: "✓"; color: var(--bct-brand); font-weight: 700; }

.bct-dodont { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bct-dodont > div { border-radius: var(--bct-radius); padding: 24px; border: 1px solid var(--bct-line); }
.bct-do { background: #F0FBF4; border-color: #B7E8CB !important; }
.bct-dont { background: #FEF2F4; border-color: #F6C0CD !important; }
html[data-bct-scheme="dark"] .bct-do { background: #0F2418; border-color: #2C5C3D !important; }
html[data-bct-scheme="dark"] .bct-dont { background: #2A121A; border-color: #6A2438 !important; }
.bct-dodont h3 { font-size: 18px; margin: 0 0 12px; }
.bct-dodont ul { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.bct-dodont li { display: grid; grid-template-columns: 22px 1fr; gap: 9px; padding: 6px 0; line-height: 1.55; }
.bct-do li::before { content: "✓"; color: #16A34A; font-weight: 700; }
.bct-dont li::before { content: "✕"; color: #DC2626; font-weight: 700; }

.bct-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: bctp; }
.bct-process-step { counter-increment: bctp; padding: 22px; border: 1px solid var(--bct-line); border-radius: var(--bct-radius); background: var(--bct-bg); position: relative; }
.bct-process-step::before { content: counter(bctp, decimal-leading-zero); font-family: var(--bct-font-display); font-size: 34px; color: var(--bct-brand-soft); line-height: 1; display: block; margin-bottom: 8px; }
html[data-bct-scheme="dark"] .bct-process-step::before { color: var(--bct-brand); opacity: .35; }
.bct-process-step h3 { font-size: 17px; margin: 0 0 6px; }
.bct-process-step p { font-size: 14.5px; color: var(--bct-ink-2); margin: 0; }

.bct-faq { display: grid; gap: 12px; }
.bct-faq details { background: var(--bct-bg); border: 1px solid var(--bct-line); border-radius: var(--bct-radius-sm); padding: 0; }
.bct-faq summary { list-style: none; cursor: pointer; padding: 17px 22px; font-weight: 700; font-size: 16.5px; font-family: var(--bct-font-display); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.bct-faq summary::-webkit-details-marker { display: none; }
.bct-faq summary::after { content: ""; width: 9px; height: 9px; border-right: 2px solid var(--bct-brand); border-bottom: 2px solid var(--bct-brand); transform: rotate(45deg) translateY(-2px); flex: 0 0 auto; transition: transform .22s; }
.bct-faq details[open] summary::after { transform: rotate(225deg) translateY(-2px); }
.bct-faq .bct-faq-a { padding: 0 22px 18px; color: var(--bct-ink-2); font-size: 15.5px; }
.bct-faq .bct-faq-a > *:last-child { margin-bottom: 0; }

.bct-form-card { background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius-lg); padding: 32px; }

.bct-authors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bct-authorcard { display: grid; grid-template-columns: 84px 1fr; gap: 20px; background: var(--bct-bg-2); border: 1px solid var(--bct-line); border-radius: var(--bct-radius); padding: 24px; }
.bct-authorcard .bct-avatar { width: 84px; height: 84px; font-size: 27px; }
.bct-authorcard h3 { margin: 0 0 3px; font-size: 20px; }
.bct-authorcard h3 a { color: inherit; text-decoration: none; }
.bct-authorcard .bct-role { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bct-brand); margin-bottom: 9px; }
.bct-authorcard p { font-size: 14.5px; color: var(--bct-ink-2); margin: 0 0 12px; }

.bct-contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 44px; align-items: start; }
.bct-contact-list { list-style: none; margin: 0; padding: 0; }
.bct-contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--bct-line); align-items: start; }
.bct-contact-list li:last-child { border-bottom: 0; }
.bct-contact-list .bct-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--bct-brand-soft); color: var(--bct-brand); }
.bct-contact-list .bct-ic svg { width: 21px; height: 21px; }
.bct-contact-list b { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--bct-ink-3); }
.bct-contact-list a { text-decoration: none; font-weight: 700; }

/* =========================================================================
   12. WhatsApp float
   ========================================================================= */
.bct-wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 70; }
.bct-wa-float a {
	display: inline-flex; align-items: center; gap: 0; text-decoration: none;
	background: #25D366; color: #06301A; border-radius: 999px; padding: 14px;
	box-shadow: 0 12px 30px -10px rgba(37, 211, 102, .8); font-weight: 700; font-size: 15px;
	transition: gap .28s var(--bct-ease), padding .28s var(--bct-ease);
}
.bct-wa-float a svg { width: 26px; height: 26px; flex: 0 0 auto; }
.bct-wa-float .bct-wa-txt { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .32s var(--bct-ease); }
.bct-wa-float a:hover { gap: 10px; padding-right: 22px; color: #06301A; }
.bct-wa-float a:hover .bct-wa-txt, .bct-wa-float a:focus-visible .bct-wa-txt { max-width: 260px; }
.bct-wa-float::before {
	content: ""; position: absolute; inset: 0; border-radius: 999px; background: #25D366;
	animation: bct-halo 2.6s var(--bct-ease) infinite; z-index: -1;
}
@keyframes bct-halo { 0% { transform: scale(1); opacity: .55; } 70%, 100% { transform: scale(1.5); opacity: 0; } }

.bct-top { position: fixed; right: 20px; bottom: 92px; z-index: 69; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--bct-line-2); background: var(--bct-bg); color: var(--bct-ink); display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s, transform .25s, visibility .25s; }
.bct-top.is-on { opacity: 1; visibility: visible; transform: translateY(0); }
.bct-top svg { width: 19px; height: 19px; }

/* =========================================================================
   13. Footer
   ========================================================================= */
.bct-footer { background: var(--bct-dark); color: #D9C6CD; margin-top: 60px; }
.bct-footer a { color: #F3E4E9; text-decoration: none; }
.bct-footer a:hover { color: var(--bct-accent); }
.bct-footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding: 54px 0 40px; }
.bct-footer h3 { color: #fff; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; }
.bct-footer ul { list-style: none; margin: 0; padding: 0; }
.bct-footer li { padding: 6px 0; font-size: 14.5px; }
.bct-footer .bct-brand .bct-brand-name { color: #fff; }
.bct-footer .bct-brand .bct-brand-tag { color: #A78E97; }
.bct-footer-about { font-size: 14.5px; line-height: 1.7; color: #BCA6AF; margin: 16px 0 18px; max-width: 42ch; }
.bct-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: #A78E97; }
.bct-footer-bottom nav ul { display: flex; gap: 18px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.bct-footer-bottom nav li { padding: 0; }
.bct-drawer .bct-social a { background: var(--bct-bg-2); color: var(--bct-ink-2); }
.bct-drawer .bct-social a:hover { background: var(--bct-brand); color: #fff; }
.bct-footer .bct-social a { background: rgba(255, 255, 255, .08); width: 34px; height: 34px; }
.bct-footer .bct-social a:hover { background: var(--bct-brand); }
.bct-footer .bct-contact-list li { border-bottom-color: rgba(255, 255, 255, .1); grid-template-columns: 36px 1fr; }
.bct-footer .bct-contact-list .bct-ic { width: 36px; height: 36px; background: rgba(255, 255, 255, .08); color: var(--bct-accent); }
.bct-footer .bct-contact-list b { color: #8E7680; }

/* Widgets dropped into the footer column inherit the dark ground. */
.bct-footer .bct-widget { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .12); color: #D9C6CD; }
.bct-footer .bct-widget-title, .bct-footer .bct-widget h2 { color: #fff; border-bottom-color: var(--bct-accent); }
.bct-footer .bct-widget ul li { border-bottom-color: rgba(255, 255, 255, .1); }
.bct-footer .bct-widget ul a { color: #F3E4E9; }
.bct-footer .bct-widget ul a:hover { color: var(--bct-accent); }
.bct-footer .bct-widget input, .bct-footer .bct-widget select { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .18); color: #fff; }
.bct-footer .bct-count { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); color: #C7B0B9; }
.bct-footer .bct-tagcloud a { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .16); color: #E4D2D9; }

/* Fade the right edge of the horizontal scrollers so a clipped chip reads as
   "there is more", not as a layout bug. */
.bct-chips, .bct-rail-scroll { position: relative; -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent 100%); mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent 100%); }
.bct-chips.is-end, .bct-rail-scroll.is-end { -webkit-mask-image: none; mask-image: none; }

/* =========================================================================
   14. WordPress core / block bits
   ========================================================================= */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--bct-ink-3); text-align: center; padding-top: 8px; }
.sticky .bct-card h3::after { content: " ★"; color: var(--bct-accent); }
.bypostauthor > .comment-body { }
.wp-block-image img { border-radius: var(--bct-radius); }
.wp-block-button__link { background: var(--bct-brand); border-radius: 999px; font-weight: 700; }
.wp-block-pullquote { border-block: 2px solid var(--bct-brand); padding: 26px 0; }
.wp-block-separator { border-top: 1px solid var(--bct-line); }
.wp-block-table td, .wp-block-table th { border-color: var(--bct-line); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { margin: 0 !important; width: auto !important; }
.gallery img { border-radius: var(--bct-radius-sm); width: 100%; }
.wp-block-embed__wrapper iframe { width: 100%; aspect-ratio: 16/9; height: auto; border-radius: var(--bct-radius); }

/* =========================================================================
   15. Responsive
   ========================================================================= */
@media (max-width: 1400px) {
	.bct-picks-grid { grid-template-columns: 1fr 330px; }
}
@media (max-width: 1200px) {
	:root { --bct-gap: 22px; }
	.bct-main-grid, .bct-article-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; }
	.bct-picks-grid { grid-template-columns: 1fr; }
	.bct-picks-cards { grid-template-columns: repeat(3, 1fr); }
	.bct-sec--grid .bct-sec-grid { grid-template-columns: repeat(3, 1fr); }
	.bct-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 1024px) {
	.bct-hero-grid { grid-template-columns: 1fr; }
	.bct-ocard--tall { min-height: 380px; }
	.bct-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.bct-main-grid, .bct-article-grid { grid-template-columns: 1fr; }
	.bct-sidebar { position: static; grid-template-columns: 1fr 1fr; display: grid; }
	.bct-steps, .bct-process, .bct-stats { grid-template-columns: repeat(2, 1fr); }
	.bct-tiers, .bct-accept, .bct-spot-grid, .bct-related-grid, .bct-sec--grid3 .bct-sec-grid { grid-template-columns: repeat(2, 1fr); }
	.bct-nl-inner, .bct-contact-grid, .bct-authors-grid { grid-template-columns: 1fr; }
	.bct-sec--split .bct-sec-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
	body { font-size: 16.5px; }
	.bct-nav { display: none; }
	.bct-burger { display: grid; }
	.bct-topbar-l .bct-topbar-item--mail { display: none; }
	.bct-sec--grid .bct-sec-grid, .bct-picks-cards { grid-template-columns: repeat(2, 1fr); }
	.bct-review-cols, .bct-dodont, .bct-field-row { grid-template-columns: 1fr; }
	.bct-authorbox { grid-template-columns: 1fr; }
	.bct-authorbox .bct-avatar { width: 72px; height: 72px; font-size: 24px; }
	.bct-authorhead { grid-template-columns: 76px 1fr; gap: 18px; }
	.bct-authorhead .bct-avatar { width: 76px; height: 76px; font-size: 26px; }
	.bct-pnav { grid-template-columns: 1fr; }
	.bct-entry .alignleft, .bct-entry .alignright { float: none; margin: 1.4em 0; display: block; }
	.gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	:root { --bct-gap: 18px; --bct-radius-lg: 20px; --bct-radius: 14px; }
	.bct-wrap { padding-inline: 16px; }
	.bct-header .bct-wrap { gap: 10px; }
	.bct-brand { gap: 9px; }
	.bct-brand img, .bct-brand svg { height: 34px; }
	.bct-brand .bct-brand-name { font-size: 19px; }
	.bct-brand .bct-brand-tag { display: none; }
	.bct-drawer .bct-brand .bct-brand-tag { display: block; }
	.bct-actions { gap: 4px; }
	.bct-iconbtn { width: 38px; height: 38px; }
	.bct-topbar-l { display: none; }
	.bct-topbar .bct-wrap { justify-content: center; }
	.bct-hero-side { grid-template-columns: 1fr; }
	.bct-sec--grid .bct-sec-grid, .bct-picks-cards, .bct-spot-grid, .bct-related-grid,
	.bct-steps, .bct-process, .bct-stats, .bct-tiers, .bct-accept, .bct-list--2,
	.bct-sec--grid3 .bct-sec-grid, .bct-sidebar, .bct-footer-top { grid-template-columns: 1fr; }
	.bct-sr-block { padding: 38px 0; }
	.bct-ocard--tall { min-height: 300px; }
	.bct-ocard-body { padding: 20px; }
	.bct-litem { grid-template-columns: 84px 1fr; gap: 12px; }
	.bct-review-top { grid-template-columns: 1fr; }
	.bct-bar { grid-template-columns: 96px 1fr 34px; font-size: 13px; }
	.bct-plate, .bct-form-card { padding: 20px; }
	.bct-nl-form { flex-direction: column; }
	.bct-wa-float { right: 14px; bottom: 14px; }
	.bct-top { right: 14px; bottom: 86px; }
	.bct-footer-bottom { flex-direction: column; align-items: flex-start; }
	.gallery { grid-template-columns: 1fr; }
}
@media print {
	.bct-topbar, .bct-header, .bct-rail, .bct-sidebar, .bct-footer, .bct-wa-float, .bct-top,
	.bct-share, .bct-share-rail, .bct-progress, .bct-related, .bct-comments { display: none !important; }
	body { font-size: 12pt; }
	.bct-article-grid { grid-template-columns: 1fr; }
}
