/* Plantilla página principal 1.0.0 — runtime de bloques Sekuoya Presentación 1.2.0 */
body.hdp-homepage-template {
	--hdp-home-max: 1240px;
	--hdp-home-radius: 16px;
	--hdb-base-3: #fff;
	--hdb-contrast: #211a1e;
	--hdb-contrast-3: #d9d3d6;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body.hdp-operator-context-header {
	--hdp-home-max: 1240px;
	--hdp-home-radius: 16px;
	--hdb-base-3: #fff;
	--hdb-contrast: #211a1e;
	--hdb-contrast-3: #d9d3d6;
	overflow-x: hidden;
}

body.hdp-operator-context-header .sekuoya-title {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-wrap: anywhere;
}

/* Keep editorial roadmap media inside the narrowest homepage column. */
@media (max-width: 480px) {
	.skw-phase {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.skw-phase > * {
		box-sizing: border-box;
		min-width: 0;
		width: 100%;
	}
}

body.hdp-homepage-theme-fallback #header,
body.hdp-homepage-theme-fallback #footer {
	display: none;
}

.hdp-homepage-header,
.hdp-homepage-footer {
	box-sizing: border-box;
	width: min(var(--hdp-home-max), calc(100% - 32px));
	margin: 20px auto 0;
	background: var(--hdb-base-3);
	color: var(--hdb-contrast);
}

.hdp-homepage-header {
	border: 1px solid var(--hdb-contrast-3);
	border-radius: var(--hdp-home-radius);
}

.hdp-homepage-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 76px;
	padding: 12px 22px;
}

.hdp-homepage-identity {
	display: grid;
	text-decoration: none;
	color: inherit;
	line-height: 1.1;
}

.hdp-homepage-identity span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hdp-homepage-identity strong { font-size: 22px; }
.hdp-homepage-nav { margin-left: auto; }
.hdp-homepage-nav ul,
.hdp-homepage-footer ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.hdp-homepage-nav a,
.hdp-homepage-footer a { color: inherit; text-decoration: none; }
.hdp-homepage-header[data-hdp-menu-source="operator"] .hdp-homepage-header__inner { gap: 18px; }
.hdp-homepage-header[data-hdp-menu-source="operator"] .hdp-homepage-nav ul { gap: 12px; }
.hdp-homepage-header[data-hdp-menu-source="operator"] .hdp-homepage-nav a { font-size: 14px; white-space: nowrap; }
.hdp-homepage-controls { display: flex; align-items: center; gap: 12px; }
.hdp-homepage-controls form { display: flex; gap: 6px; }
.hdp-homepage-controls input { width: 138px; min-height: 44px; border: 1px solid var(--hdb-contrast-3); border-radius: 999px; padding: 7px 12px; }
.hdp-homepage-controls button { min-height: 44px; border: 0; border-radius: 999px; padding: 7px 14px; background: var(--hdb-contrast); color: var(--hdb-base-3); }
.hdp-homepage-language,
.hdp-homepage-account { font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.hdp-homepage-account { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--hdb-contrast-3); border-radius: 999px; color: inherit; text-decoration: none; }
.hdp-homepage-account svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hdp-homepage-account:focus-visible { outline: 3px solid #1f6f52; outline-offset: 3px; }
.hdp-homepage-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 0; padding: 20px 24px; border: 1px solid var(--hdb-contrast-3); border-top: 0; border-radius: 0 0 var(--hdp-home-radius) var(--hdp-home-radius); }
.hdp-homepage-footer p { margin: 0; }

body.hdp-homepage-template .site-content {
	display: none;
}

.hdp-homepage {
	box-sizing: border-box;
	width: min(var(--hdp-home-max), calc(100% - 32px));
	margin: 20px auto 0;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--hdb-contrast-3) 60%, transparent);
	border-radius: var(--hdp-home-radius) var(--hdp-home-radius) 0 0;
	background: var(--hdb-base-3);
	color: var(--hdb-contrast);
	box-shadow: 0 16px 55px rgba(38, 33, 36, .08);
}

.hdp-homepage-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 520px;
	overflow: hidden;
	background: var(--hdb-contrast);
	color: var(--hdb-base-3);
}

.hdp-homepage-hero__media,
.hdp-homepage-hero__media > img,
.hdp-homepage-hero__media > .hdp-homepage-placeholder,
.hdp-homepage-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hdp-homepage-hero__media > img {
	object-fit: cover;
	object-position: center;
}

/* When the article has no featured image, keep the generic placeholder
 * inside the same right-hand media area that the real image will occupy. */
.hdp-homepage-hero__media > .hdp-homepage-placeholder {
	inset: 0 0 0 50%;
	width: 50%;
}

.hdp-homepage-hero__overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(24, 21, 20, .94) 0%, rgba(24, 21, 20, .72) 42%, rgba(24, 21, 20, .18) 78%);
}

.hdp-homepage-hero__content {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(660px, 70%);
	padding: 72px 64px;
}

.hdp-homepage-eyebrow {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--hdb-accent);
}

.hdp-homepage-hero .hdp-homepage-eyebrow {
	color: #f2cbb9;
}

.hdp-homepage-hero h1,
.hdp-homepage-hero h2 {
	margin: 0 0 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.045em;
	color: inherit;
}

.hdp-homepage-hero__summary {
	max-width: 600px;
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .88);
}

.hdp-homepage-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--hdb-base-3);
	color: var(--hdb-contrast);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.hdp-homepage-categories,
.hdp-homepage-tools {
	padding: 58px 64px 68px;
}

.hdp-homepage-page-heading {
	padding: 58px 64px 0;
}

.hdp-homepage-page-heading .hdp-homepage-section-heading {
	margin-bottom: 0;
}

.hdp-homepage-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 48px;
	align-items: end;
	margin-bottom: 30px;
}

.hdp-homepage-section-heading h2,
.hdp-homepage-page-heading h1,
.hdp-homepage-tools h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.hdp-homepage-section-heading > p {
	margin: 0;
	color: var(--hdb-contrast-2);
}

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

.hdp-homepage-category-card {
	margin: 0;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--hdb-contrast-3) 60%, transparent);
	border-radius: 12px;
	background: var(--hdb-base-3);
}

.hdp-homepage-category-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.hdp-homepage-category-card__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--hdb-base-2);
}

.hdp-homepage-category-card__media img,
.hdp-homepage-category-card__media .hdp-homepage-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdp-homepage-category-card h3 {
	margin: 0;
	padding: 18px 18px 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
}

.hdp-homepage-category-card p {
	margin: 0;
	padding: 0 18px 18px;
	font-size: 14px;
	color: var(--hdb-contrast-2);
}

.hdp-homepage-placeholder {
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 8px;
	background: linear-gradient(135deg, var(--hdb-base-2), var(--hdb-base-3));
	color: var(--hdb-contrast-2);
}

.hdp-homepage-placeholder span {
	font-size: 34px;
	line-height: 1;
}

.hdp-homepage-placeholder strong {
	font-size: 13px;
	letter-spacing: .04em;
}

.hdp-homepage-tools {
	border-top: 1px solid var(--hdb-base-2);
}

.hdp-homepage-tools ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.hdp-homepage-tools a {
	display: block;
	padding: 12px 18px;
	border: 1px solid var(--hdb-contrast-3);
	border-radius: 10px;
	text-decoration: none;
}

body.hdp-homepage-template .hdb-site-footer {
	width: min(var(--hdp-home-max), calc(100% - 32px));
	margin: 0 auto;
	border-inline: 1px solid color-mix(in srgb, var(--hdb-contrast-3) 60%, transparent);
	background: var(--hdb-base-3);
	color: var(--hdb-contrast-2);
}

body.hdp-homepage-template .hdb-site-footer__inner {
	display: block;
	padding: 18px 36px;
}

body.hdp-homepage-template .hdb-site-footer__column:first-child,
body.hdp-homepage-template .hdb-site-footer__column:nth-child(2),
body.hdp-homepage-template .hdb-site-footer__column:nth-child(3) > h2 {
	display: none;
}

body.hdp-homepage-template .hdb-footer-menu--legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.hdp-homepage-template .hdb-site-footer a {
	color: inherit;
	font-size: 13px;
}

body.hdp-homepage-template .site-info {
	width: min(var(--hdp-home-max), calc(100% - 32px));
	margin: 0 auto 20px;
	border: 1px solid color-mix(in srgb, var(--hdb-contrast-3) 60%, transparent);
	border-top: 0;
	border-radius: 0 0 var(--hdp-home-radius) var(--hdp-home-radius);
	background: var(--hdb-base-3);
	color: var(--hdb-contrast-2);
}

body.hdp-homepage-template.hdp-homepage-no-logo .site-logo,
body.hdp-homepage-template.hdp-homepage-no-logo .site-branding {
	display: none;
}

.hdp-homepage-category-scroll {
	padding: 54px clamp(22px, 5vw, 76px) 68px;
	background: var(--hdb-base-3, #fff);
}

.hdp-homepage-scroll-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(250px, 31vw);
	gap: 22px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
	padding: 8px 2px 20px;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.hdp-homepage-scroll-track::-webkit-scrollbar {
	display: none;
}

.hdp-homepage-scroll-track:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--hdb-accent, #8f4f62) 72%, white);
	outline-offset: 4px;
}

.hdp-homepage-scroll-controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.hdp-homepage-scroll-controls[hidden] {
	display: none;
}

.hdp-homepage-scroll-controls button {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--hdb-contrast-3) 72%, transparent);
	border-radius: 999px;
	background: var(--hdb-base-3, #fff);
	color: var(--hdb-contrast, #2b2320);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(58, 45, 39, 0.08);
}

.hdp-homepage-scroll-controls button:hover:not(:disabled),
.hdp-homepage-scroll-controls button:focus-visible {
	border-color: var(--hdb-accent, #8f4f62);
	color: var(--hdb-accent, #8f4f62);
}

.hdp-homepage-scroll-controls button:disabled {
	opacity: .38;
	cursor: default;
	box-shadow: none;
}

.hdp-homepage-scroll-card {
	scroll-snap-align: start;
	min-width: 0;
	background: #fff;
	color: var(--hdb-contrast, #211a1e);
	border: 1px solid rgba(58, 45, 39, 0.12);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(58, 45, 39, 0.08);
}

.hdp-homepage-scroll-card a {
	display: block;
	color: var(--hdb-contrast, #211a1e);
	text-decoration: none;
}

.hdp-homepage-scroll-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--hdb-base-2, #f6f2ef);
}

.hdp-homepage-scroll-card__media img,
.hdp-homepage-scroll-card__media .hdp-homepage-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdp-homepage-scroll-card h3 {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.22;
	margin: 0;
	padding: 22px;
}

@media (max-width: 1180px) {
	.hdp-homepage-header[data-hdp-menu-source="operator"] .hdp-homepage-header__inner { flex-wrap: wrap; }
	.hdp-homepage-header[data-hdp-menu-source="operator"] .hdp-homepage-nav { order: 3; width: 100%; margin-left: 0; }
}

@media (max-width: 900px) {
	.hdp-homepage-header__inner { flex-wrap: wrap; }
	.hdp-homepage-nav { order: 3; width: 100%; margin-left: 0; }
	.hdp-homepage-hero__content {
		width: min(720px, 88%);
		padding: 58px 44px;
	}
	.hdp-homepage-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hdp-homepage-section-heading {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 600px) {
	.hdp-homepage-header,
	.hdp-homepage-footer { width: calc(100% - 16px); margin-top: 8px; }
	.hdp-homepage-header__inner { gap: 16px; padding: 14px 16px; }
	.hdp-homepage-controls { width: 100%; justify-content: space-between; }
	.hdp-homepage-controls form { flex: 1; }
	.hdp-homepage-controls input { width: 100%; }
	.hdp-homepage-nav ul { gap: 12px 18px; }
	.hdp-homepage-footer { flex-direction: column; align-items: flex-start; }
	.hdp-homepage {
		width: calc(100% - 16px);
		margin-top: 8px;
	}
	.hdp-homepage-hero {
		display: block;
		min-height: 0;
		padding-top: 210px;
	}
	.hdp-homepage-hero__media > img,
	.hdp-homepage-hero__media > .hdp-homepage-placeholder {
		inset: 0 0 auto;
		height: 210px;
	}
	.hdp-homepage-hero__media > .hdp-homepage-placeholder {
		width: 100%;
	}
	.hdp-homepage-hero__overlay {
		background: linear-gradient(0deg, rgba(24, 21, 20, .96) 0%, rgba(24, 21, 20, .66) 68%, rgba(24, 21, 20, .18) 100%);
	}
	.hdp-homepage-hero__content {
		width: 100%;
		padding: 38px 24px;
	}
	.hdp-homepage-hero h1,
	.hdp-homepage-hero h2 {
		font-size: 42px;
	}
	.hdp-homepage-categories,
	.hdp-homepage-tools,
	.hdp-homepage-category-scroll {
		padding: 40px 22px 48px;
	}
	.hdp-homepage-page-heading {
		padding: 40px 22px 0;
	}
	.hdp-homepage-category-grid {
		grid-template-columns: 1fr;
	}
	.hdp-homepage-scroll-track {
		grid-auto-columns: minmax(76vw, 76vw);
	}
	.hdp-homepage-scroll-controls {
		justify-content: flex-start;
	}
	body.hdp-homepage-template .hdb-site-footer,
	body.hdp-homepage-template .site-info {
		width: calc(100% - 16px);
	}
	body.hdp-homepage-template .hdb-site-footer__inner {
		padding: 18px 22px;
	}
}

.hdp-social-embed {
	width: min(100%, 960px);
	margin: clamp(24px, 5vw, 56px) auto;
}

.hdp-social-embed__title {
	margin: 0 0 16px;
	font-size: clamp(24px, 3vw, 36px);
}

.hdp-social-embed__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	border-radius: var(--hdp-home-radius, 18px);
	background: #111;
	aspect-ratio: 16 / 9;
}

.hdp-social-embed--instagram,
.hdp-social-embed--tiktok,
.hdp-social-embed--x {
	max-width: 540px;
}

.hdp-social-embed--instagram .hdp-social-embed__frame { aspect-ratio: 4 / 5; }
.hdp-social-embed--tiktok .hdp-social-embed__frame { aspect-ratio: 9 / 16; max-height: 760px; }
.hdp-social-embed--x .hdp-social-embed__frame { aspect-ratio: 16 / 9; background: #111; }

.hdp-social-embed__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #111;
	object-fit: contain;
}

.hdp-social-embed--provider .hdp-social-embed__frame {
	aspect-ratio: auto;
	min-height: 0;
	overflow: visible;
	background: transparent;
}

.hdp-social-embed--provider.hdp-social-embed--youtube .hdp-social-embed__frame {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111;
}

.hdp-social-embed__provider,
.hdp-social-embed__provider > *,
.hdp-social-embed__provider iframe,
.hdp-social-embed__provider blockquote {
	max-width: 100%;
}

.hdp-social-embed__provider iframe {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.hdp-social-embed__provider-frame { height: 100%; }
.hdp-social-embed__provider blockquote { margin-inline: auto; }

/* Página de pilar 1.0.0: identidad y colecciones resueltas desde el paquete importado. */
.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-header__inner {
	gap: 18px;
}

.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-nav ul {
	gap: 10px 14px;
}

.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-nav a {
	font-size: 14px;
	white-space: nowrap;
}

.hdp-generic-pillar {
	background: #f6f1ea;
	color: #231c19;
}

.hdp-generic-pillar__hero {
	padding: clamp(64px, 9vw, 118px) clamp(28px, 8vw, 112px);
	background:
		radial-gradient(circle at 88% 16%, rgba(156, 98, 54, .16), transparent 34%),
		linear-gradient(135deg, #fffdf9, #eee2d2);
	border-bottom: 1px solid rgba(71, 53, 42, .16);
}

.hdp-generic-pillar__eyebrow,
.hdp-generic-pillar__section-heading > p,
.hdp-generic-pillar__card-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #7b482d;
}

.hdp-generic-pillar__hero h1 {
	max-width: 880px;
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(48px, 8vw, 104px);
	font-weight: 500;
	line-height: .96;
	letter-spacing: -.045em;
	overflow-wrap: anywhere;
}

.hdp-generic-pillar__intro {
	max-width: 760px;
	margin-top: 30px;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.65;
}

.hdp-generic-pillar__intro > :last-child {
	margin-bottom: 0;
}

.hdp-generic-pillar__section {
	padding: clamp(48px, 7vw, 88px) clamp(24px, 6vw, 82px);
	background: #fffdf9;
	border-bottom: 1px solid rgba(71, 53, 42, .14);
}

.hdp-generic-pillar__section:nth-of-type(odd) {
	background: #f6f1ea;
}

.hdp-generic-pillar__section-heading {
	display: grid;
	grid-template-columns: minmax(150px, .35fr) 1fr;
	align-items: end;
	gap: 28px;
	margin-bottom: 34px;
}

.hdp-generic-pillar__section-heading > p {
	margin-bottom: 7px;
}

.hdp-generic-pillar__section-heading h2 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.035em;
}

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

.hdp-generic-pillar__card {
	min-width: 0;
	padding: clamp(22px, 3vw, 34px);
	background: #fff;
	border: 1px solid rgba(71, 53, 42, .18);
	border-radius: 16px;
	box-shadow: 0 14px 36px rgba(57, 39, 28, .06);
}

.hdp-generic-pillar__card h3 {
	margin: 0 0 14px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.08;
}

.hdp-generic-pillar__card h3 a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.hdp-generic-pillar__card > :last-child {
	margin-bottom: 0;
}

.hdp-generic-pillar__section--compact {
	padding-top: 44px;
	padding-bottom: 52px;
}

.hdp-generic-pillar__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hdp-generic-pillar__chips a {
	padding: 9px 15px;
	border: 1px solid rgba(71, 53, 42, .22);
	border-radius: 999px;
	background: #fff;
	color: inherit;
	text-decoration: none;
}

@media (max-width: 980px) {
	.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-header__inner { flex-wrap: wrap; }
	.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-nav { order: 3; width: 100%; margin-left: 0; }
	.hdp-generic-pillar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.hdp-generic-pillar__hero { padding: 54px 24px; }
	.hdp-generic-pillar__hero h1 { font-size: clamp(44px, 15vw, 68px); }
	.hdp-generic-pillar__section { padding: 42px 20px; }
	.hdp-generic-pillar__section-heading { grid-template-columns: 1fr; gap: 8px; }
	.hdp-generic-pillar__grid { grid-template-columns: 1fr; }
	.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hdp-generic-pillar-header[data-hdp-menu-source="package"] .hdp-homepage-nav a { white-space: normal; }
}

/* Reusable HTML block: neutral containment without overriding authored layout. */
.hdp-homepage-html {
	width: 100%;
	box-sizing: border-box;
	padding: clamp(42px, 6vw, 84px) clamp(20px, 5vw, 72px);
}

.hdp-homepage-html__inner {
	width: min(100%, 1180px);
	margin-inline: auto;
}

.hdp-homepage-html__title {
	margin: 0 0 clamp(22px, 3vw, 38px);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(34px, 5vw, 60px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.hdp-homepage-html__content {
	min-width: 0;
	overflow-wrap: anywhere;
}

.hdp-homepage-html__content > :first-child { margin-top: 0; }
.hdp-homepage-html__content > :last-child { margin-bottom: 0; }
.hdp-homepage-html__content img { max-width: 100%; height: auto; }
.hdp-homepage-html__content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.hdp-homepage-html__content th,
.hdp-homepage-html__content td { padding: 10px 12px; border: 1px solid currentColor; text-align: left; }

/* Packaged Option 2E fragments own their edge-to-edge layout inside the safe HTML block. */
.hdp-homepage-html--option-2e {
	padding: 0;
}

.hdp-homepage-html--option-2e .hdp-homepage-html__inner {
	margin: 0;
	max-width: none;
	width: 100%;
}

.hdp-homepage-html--option-2e .hdp-homepage-html__content {
	overflow-wrap: normal;
}
