/* WTL GEO hybrid sections (build-44). Styles the reusable WTL_Hybrid_Sections markup
   (hyb-*). Consumes the :root design tokens from inventory.css (loaded as a dependency)
   and matches the build-29/30 article language: navy + gold, paper-card surfaces, Inter
   Tight headings, Plex Mono kickers, gold edges. Mobile-first; desktop adds air and
   columns. The sections render inside the article reading column except the hero, which
   is full-width above the H1. */

/* The full-width hero was reverted to the contained in-column article__hero (Joe, build-44
   review); the article renders it inline and article.css styles it. No hyb-hero here. */

/* --- Shared section heading --- */
.hyb-h2 {
	font-family: "Inter Tight", Inter, Arial, sans-serif;
	font-weight: 700;
	color: var(--brand-primary, #1d2c3c);
	font-size: clamp(1.35rem, 3.2vw, 1.7rem);
	line-height: 1.2;
	letter-spacing: -0.015em;
	margin: 2.4rem 0 0.8rem;
	padding-top: 1.4rem;
	border-top: 1px solid var(--line-soft, rgba(29, 44, 60, 0.08));
}

/* --- S1: At-a-Glance / Key Takeaways --- */
.hyb-glance {
	background: linear-gradient(180deg, #fffdf8, var(--card, #fbf8f1));
	border: 1px solid rgba(215, 168, 73, 0.38);
	border-left: 4px solid var(--gold, #d7a849);
	border-radius: 14px;
	padding: 1.2rem 1.3rem;
	margin: 0 0 1.7rem;
	box-shadow: 0 22px 44px -32px rgba(29, 44, 60, 0.4);
}
.hyb-glance__kicker {
	margin: 0 0 0.7rem;
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gold-dark, #a87925);
}
.hyb-glance__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hyb-glance__item {
	position: relative;
	padding: 0.3rem 0 0.3rem 1.5rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--brand-primary, #1d2c3c);
	font-weight: 500;
}
.hyb-glance__item::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0.3rem;
	font-weight: 700;
	color: var(--gold-dark, #a87925);
}

/* --- Shared content figure (1200x630) --- */
.hyb-figure {
	margin: 1.5rem 0;
}
.hyb-figure__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1200 / 630;
	object-fit: cover;
	border-radius: 14px;
	background: var(--bg-muted, #f5f0e6);
	box-shadow: 0 30px 60px -40px rgba(29, 44, 60, 0.55);
}

/* --- S2: Commercial Core --- */
.hyb-commercial__intro {
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--text-body, #2e2e2e);
	margin: 0 0 1rem;
}
.hyb-commercial__list {
	list-style: none;
	margin: 0 0 0.4rem;
	padding: 0;
	border-top: 1px solid var(--line, rgba(29, 44, 60, 0.12));
}
.hyb-commercial__row {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--line, rgba(29, 44, 60, 0.12));
}
.hyb-commercial__label {
	font-weight: 700;
	color: var(--brand-primary, #1d2c3c);
}
.hyb-commercial__detail {
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--ink-faint, #6b7a86);
}
.hyb-commercial__freight {
	margin: 0.9rem 0 0;
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--ink-faint, #6b7a86);
	border-left: 3px solid var(--gold, #d7a849);
	padding-left: 0.8rem;
}

/* --- S3: How We Protect You --- */
.hyb-protect {
	background:
		radial-gradient(120% 130% at 0% 0%, rgba(29, 124, 111, 0.06), transparent 55%),
		var(--card, #fbf8f1);
	border: 1px solid var(--line, rgba(29, 44, 60, 0.14));
	border-radius: 16px;
	padding: 1.3rem 1.4rem;
	margin: 2rem 0;
}
.hyb-protect .hyb-h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.hyb-protect p {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--text-body, #2e2e2e);
	margin: 0 0 0.9rem;
}
.hyb-protect__lead {
	font-size: 1.08rem !important;
	font-weight: 500;
	color: var(--brand-primary, #1d2c3c) !important;
}
/* The Buyer's Protection Kit link was removed from the protection section (Joe, build-44
   review): the site's only CTA is Browse Live Inventory; the Kit lives only on its own page. */

/* --- S4: What to Expect --- */
.hyb-expect__body {
	font-size: 1.02rem;
	line-height: 1.75;
	color: var(--text-body, #2e2e2e);
	margin: 0 0 1rem;
}

/* --- S5: How the Process Works --- */
.hyb-process__list {
	list-style: none;
	counter-reset: hyb-step;
	margin: 0;
	padding: 0;
}
.hyb-process__step {
	counter-increment: hyb-step;
	position: relative;
	padding: 0.3rem 0 1.1rem 2.6rem;
}
.hyb-process__step::before {
	content: counter(hyb-step);
	position: absolute;
	left: 0;
	top: 0;
	width: 1.9rem;
	height: 1.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--brand-primary, #1d2c3c);
	color: var(--gold-light, #f2cd7c);
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-weight: 600;
	font-size: 0.85rem;
}
.hyb-process__title {
	display: block;
	font-weight: 700;
	color: var(--brand-primary, #1d2c3c);
	margin-bottom: 0.15rem;
}
.hyb-process__detail {
	display: block;
	font-size: 0.97rem;
	line-height: 1.6;
	color: var(--text-body, #2e2e2e);
}

/* --- S7: Authority & Experience --- */
.hyb-authority__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}
.hyb-authority__item {
	background: var(--bg-muted, #f5f0e6);
	border: 1px solid rgba(29, 44, 60, 0.1);
	border-left: 4px solid var(--gold, #d7a849);
	border-radius: 8px;
	padding: 0.9rem 1.1rem;
}
.hyb-authority__h {
	display: block;
	font-weight: 700;
	color: var(--brand-primary, #1d2c3c);
	margin-bottom: 0.2rem;
}
.hyb-authority__t {
	display: block;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--text-body, #2e2e2e);
}

/* --- S9: Internal Linking & Entity References --- */
.hyb-entities__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hyb-entities__item {
	border: 1px solid var(--line, rgba(29, 44, 60, 0.12));
	border-radius: 12px;
	background: #fff;
	margin-bottom: 0.6rem;
	transition: transform 0.2s var(--ease, ease), box-shadow 0.2s var(--ease, ease), border-color 0.2s var(--ease, ease);
}
.hyb-entities__item:hover {
	transform: translateY(-2px);
	border-color: rgba(215, 168, 73, 0.5);
	box-shadow: 0 18px 34px -28px rgba(29, 44, 60, 0.45);
}
.hyb-entities__item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.9rem 1.1rem;
	color: var(--brand-primary, #1d2c3c);
	font-weight: 600;
	text-decoration: none;
}
.hyb-entities__item a::after {
	content: "\2192";
	color: var(--gold-dark, #a87925);
	font-weight: 600;
	flex: none;
}

/* --- Desktop enhancements --- */
@media (min-width: 700px) {
	.hyb-commercial__row {
		flex-direction: row;
		align-items: baseline;
		gap: 1.2rem;
	}
	.hyb-commercial__label {
		flex: 0 0 38%;
	}
	.hyb-commercial__detail {
		flex: 1;
	}
	.hyb-authority__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.hyb-protect {
		padding: 1.6rem 1.8rem;
	}
}
