:root {
	--panel-ink: #171717;
	--panel-paper: #faf8f2;
	--panel-muted: #706d66;
	--panel-line: #ded8ca;
	--panel-mist: #b8ded4;
	--panel-cream: #c09060;
	--panel-blue: #263d6d;
}

body {
	background: var(--panel-paper);
	color: var(--panel-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.panel-announcement {
	align-items: center;
	background: var(--panel-ink);
	color: #fff;
	display: flex;
	font-size: 0.78rem;
	gap: 0.35rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0.75rem 1rem;
	text-align: center;
	text-transform: uppercase;
}

.panel-announcement strong {
	font-weight: 800;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.ct-header {
	position: relative;
	z-index: 20;
}

.ct-header [data-row*="middle"] .ct-container {
	position: relative;
}

.ct-header .site-branding {
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	z-index: 4;
}

.ct-header .site-title a {
	color: var(--panel-ink);
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Ocultar título de texto — el logo lo reemplaza */
.ct-header .site-title-container {
	display: none !important;
}

/* --logo-max-height es la variable de Blocksy que controla la altura del logo container */
/* --height (120px desktop) viene del data-row middle de Blocksy */
.ct-header .site-logo-container {
	--logo-max-height: var(--height, 120px) !important;
}

.ct-header .ct-header-search {
	display: none !important;
}

.ct-header .ct-header-trigger {
	z-index: 5;
}

/* Desktop header: keep it minimal (no hamburger). */
@media (min-width: 1025px) {
	.ct-header .ct-header-trigger {
		display: none !important;
	}
}

.header-menu-1 .menu,
.mobile-menu .menu {
	gap: 1.35rem;
}

.header-menu-1 .ct-menu-link,
.mobile-menu .ct-menu-link {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.ct-panel-content .mobile-menu .ct-menu-link {
	font-size: 1.45rem;
	line-height: 1.25;
	padding-block: 0.55rem;
}

/* Offcanvas should be menu-only (like Memento). Hide extra sections if Blocksy adds them. */
.ct-panel-content .panel-footer-links,
.ct-panel-content .ct-panel-actions,
.ct-panel-content .ct-panel-tabs,
.ct-panel-content .ct-panel-search,
.ct-panel-content .ct-search,
.ct-panel-content [class*="search"] {
	display: none !important;
}

.panel-footer-links {
	background: #f5f5f5;
	color: var(--panel-ink);
	margin: 0 calc(50% - 50vw);
	padding: clamp(2.5rem, 6vw, 4.5rem) 1rem;
	width: 100vw;
}

.panel-footer-links__inner {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
}

.panel-footer-links h2 {
	font-size: 1.35rem;
	font-weight: 900;
	margin: 0 0 1rem;
}

.panel-footer-links p {
	color: var(--panel-muted);
	margin: 0;
	max-width: 18rem;
}

.panel-footer-links ul {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel-footer-links a {
	color: #666;
	font-size: 1.1rem;
	text-decoration: none;
}

.panel-footer-links a:hover {
	color: var(--panel-ink);
	text-decoration: underline;
}

[data-panel-v1-policy-v2] {
	color: #34322f;
	line-height: 1.65;
	margin-inline: auto;
	max-width: 780px;
}

[data-panel-v1-policy-v2] h2 {
	color: var(--panel-ink);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 2rem 0 0.5rem;
}

[data-panel-v1-policy-v2] p {
	margin: 0 0 1rem;
}

.ct-footer {
	background: #f5f5f5;
	border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.ct-footer-copyright {
	color: var(--panel-muted);
	font-size: 0.78rem;
}

.button,
.wp-element-button,
.single_add_to_cart_button,
.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
	border-radius: 4px;
	background: var(--panel-ink);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.button:hover,
.wp-element-button:hover,
.single_add_to_cart_button:hover,
.wc-block-components-button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background: #2b2b2b;
	color: #fff;
}

.products .product,
.wc-block-grid__product {
	border: 1px solid var(--panel-line);
	background: #fffdf8;
}

.products .product img,
.wc-block-grid__product img,
.woocommerce-product-gallery img {
	background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
	color: var(--panel-ink);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
}

.price,
.woocommerce-Price-amount {
	color: var(--panel-ink);
	font-weight: 700;
}

.panel-material-features {
	border: 1px solid var(--panel-line);
	border-radius: 6px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 0.75rem;
	overflow: hidden;
}

.panel-material-feature {
	border-right: 1px solid var(--panel-line);
	padding: 0.85rem 1rem;
}

.panel-material-feature:last-child {
	border-right: 0;
}

.panel-material-feature strong {
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.panel-material-feature span {
	color: var(--panel-muted);
	font-size: 0.78rem;
	line-height: 1.3;
}

.panel-made-to-order,
.panel-checkout-note,
.panel-tracking-note {
	border: 1px solid var(--panel-line);
	border-radius: 6px;
	background: #fffdf8;
	color: var(--panel-ink);
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 1rem 0;
	padding: 0.9rem 1rem;
}

.panel-made-to-order strong,
.panel-checkout-note strong,
.panel-tracking-note strong {
	display: block;
	margin-bottom: 0.2rem;
}

.panel-whatsapp-button {
	align-items: center;
	background: var(--panel-ink);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	gap: 0.45rem;
	line-height: 1;
	padding: 0.85rem 1rem;
	text-decoration: none;
}

.panel-whatsapp-button:hover {
	background: #2b2b2b;
	color: #fff;
}

.woocommerce form .form-row select {
	min-height: 44px;
}

.single-product div.product .product-entry-wrapper {
	gap: 2rem;
}

.single-product div.product div.images,
.single-product div.product .woocommerce-product-gallery,
.single-product div.product div.summary {
	float: none;
	width: auto;
}

.single-product div.product div.images,
.single-product div.product .woocommerce-product-gallery {
	margin-bottom: 1.5rem;
}

.single-product div.product div.images .woocommerce-product-gallery__image {
	aspect-ratio: 3/4;
	background: #fffdf8;
	border: 1px solid var(--panel-line);
	display: block;
	overflow: hidden;
	position: relative;
}

.single-product div.product .panel-product-carousel .woocommerce-product-gallery__image {
	border: 0;
	min-height: 0;
}

.single-product div.product .flex-control-thumbs {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	list-style: none;
	margin: 0.9rem 0 0;
	padding: 0;
}

.single-product div.product .flex-control-thumbs li {
	aspect-ratio: 1;
	border: 1px solid var(--panel-line);
	cursor: pointer;
	margin: 0;
	overflow: hidden;
}

.single-product div.product .flex-control-thumbs img {
	aspect-ratio: 1;
	background: #fffdf8;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills {
	height: auto !important;
	margin-top: 0.9rem;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills ol {
	display: grid !important;
	gap: 0.75rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	height: auto !important;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills li {
	aspect-ratio: 1;
	border: 1px solid var(--panel-line);
	height: auto !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	width: auto !important;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills li.active {
	border-color: var(--panel-line);
	outline: 3px solid #171717;
	outline-offset: -3px;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills .ct-media-container {
	background: #fffdf8;
	border: 0;
	box-sizing: border-box;
	height: 100% !important;
	min-height: 0 !important;
	padding: 0.35rem;
	width: 100% !important;
}

.single-product div.product .woocommerce-product-gallery .flexy-pills img {
	aspect-ratio: 1;
	display: block;
	height: 100% !important;
	object-fit: contain;
	object-position: center;
	opacity: 1 !important;
	width: 100% !important;
}

@media (max-width: 768px) {
	.single-product div.product .flex-control-thumbs {
		grid-template-columns: repeat(7, minmax(44px, 1fr));
		gap: 0.45rem;
		overflow-x: auto;
	}

	.single-product div.product .woocommerce-product-gallery .flexy-pills ol {
		gap: 0.45rem;
		grid-template-columns: repeat(7, minmax(44px, 1fr));
		overflow-x: auto;
	}
}

.single-product div.product div.images .ct-media-container,
.single-product div.product .woocommerce-product-gallery .ct-media-container {
	aspect-ratio: 3/4;
	background: #fffdf8;
	border: 1px solid var(--panel-line);
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}

.single-product div.product div.images .woocommerce-product-gallery__image > a,
.single-product div.product .woocommerce-product-gallery .ct-media-container > a {
	display: block;
	height: 100%;
	width: 100%;
}

.single-product div.product div.images .woocommerce-product-gallery__image img:not(.woocommerce-placeholder),
.single-product div.product .woocommerce-product-gallery .ct-media-container img:not([src*="woocommerce-placeholder"]) {
	display: block !important;
	height: 100% !important;
	inset: 0;
	object-fit: cover;
	object-position: top center;
	position: absolute;
	width: 100% !important;
}

.single-product div.product div.images .woocommerce-product-gallery__image:has(img.woocommerce-placeholder)::before,
.single-product div.product div.images .woocommerce-product-gallery__image:has(img[src*="woocommerce-placeholder"])::before,
.single-product div.product div.images .ct-media-container:has(img[src*="woocommerce-placeholder"])::before,
.single-product div.product .woocommerce-product-gallery .ct-media-container:has(img[src*="woocommerce-placeholder"])::before {
	align-items: center;
	color: var(--panel-muted);
	content: "PANEL";
	display: flex;
	font-size: 4.5rem;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.single-product div.product div.images img.woocommerce-placeholder,
.single-product div.product div.images img[src*="woocommerce-placeholder"],
.single-product div.product .woocommerce-product-gallery img[src*="woocommerce-placeholder"] {
	opacity: 0;
}

.single-product div.product .summary {
	align-self: start;
}

.single-product div.product .summary .price {
	font-size: 1.35rem;
}

.single-product div.product form.cart .variations select {
	min-height: 46px;
}

.single-product div.product form.cart .single_add_to_cart_button {
	background: var(--panel-ink) !important;
	border-color: var(--panel-ink) !important;
	color: #fff !important;
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: #2b2b2b !important;
	border-color: #2b2b2b !important;
	color: #fff !important;
}

@media (min-width: 760px) {
	.single-product div.product {
		display: block;
	}

	.single-product div.product .product-entry-wrapper {
		align-items: start;
		display: grid;
		grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
	}

	.single-product div.product .summary {
		position: sticky;
		top: 2rem;
	}
}

.panel-home {
	background: var(--panel-paper);
	margin: 0 calc(50% - 50vw) !important;
	max-width: 100vw !important;
	overflow: hidden;
	width: 100vw !important;
}

/* Blocksy: #main-container{overflow:clip} recorta el lado derecho del full-bleed */
#main-container:has(.panel-home) {
	overflow: visible !important;
}

/* WordPress block layout aplica width:var(--theme-block-width) a hijos directos de is-layout-constrained */
.is-layout-constrained > .panel-home {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-inline: calc(50% - 50vw) !important;
}

.home .hero-section {
	display: none;
}

.panel-hero {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
	margin: 0 auto;
	max-width: 1280px;
	min-height: 0;
	padding: 4.5rem 1rem 0;
	position: relative;
}

.panel-hero__media {
	background:
		linear-gradient(rgba(23, 23, 23, 0.06), rgba(23, 23, 23, 0.06)),
		var(--panel-paper);
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	min-height: 560px;
	order: 2;
}

.panel-hero__frame {
	align-items: end;
	color: rgba(255, 255, 255, 0.74);
	display: flex;
	font-size: 5.4rem;
	font-weight: 900;
	justify-content: start;
	line-height: 0.85;
	min-height: 0;
	overflow: hidden;
	padding: 1.4rem 1.6rem;
	text-align: left;
	text-transform: uppercase;
}

.panel-hero__frame--mint {
	background: var(--panel-mist);
	color: var(--panel-blue);
}

.panel-hero__frame--black {
	background: var(--panel-ink);
	color: #fff;
}

.panel-hero__frame--cream {
	background: var(--panel-cream);
	color: var(--panel-ink);
}

.panel-hero__content {
	align-self: center;
	background: transparent;
	border: 0;
	max-width: 610px;
	padding: 2rem 0 3.75rem;
	position: relative;
	width: auto;
	z-index: 2;
}

.panel-eyebrow {
	color: var(--panel-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.panel-hero h1,
.panel-section h2,
.panel-story h2 {
	color: var(--panel-ink);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.panel-hero h1 {
	font-size: 5.35rem;
	max-width: 9ch;
}

.panel-hero p:not(.panel-eyebrow) {
	color: #34322f;
	font-size: 1.1rem;
	line-height: 1.5;
	max-width: 31rem;
}

.panel-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.3rem;
}

.panel-button {
	align-items: center;
	border: 1px solid var(--panel-ink);
	border-radius: 4px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 0.9rem 1.1rem;
	text-decoration: none;
}

.panel-button--dark {
	background: var(--panel-ink);
	color: #fff;
}

.panel-button--light {
	background: transparent;
	color: var(--panel-ink);
}

.panel-benefits {
	border-block: 1px solid var(--panel-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 1180px;
}

.panel-benefits div {
	border-right: 1px solid var(--panel-line);
	padding: 1rem;
}

.panel-benefits div:last-child {
	border-right: 0;
}

.panel-benefits strong,
.panel-benefits span {
	display: block;
}

.panel-benefits strong {
	font-size: 0.92rem;
	text-transform: uppercase;
}

.panel-benefits span {
	color: var(--panel-muted);
	font-size: 0.86rem;
	margin-top: 0.25rem;
}

.panel-section,
.panel-story {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(2rem, 6vw, 5rem) 1rem;
}

.panel-section__header {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.3rem;
}

.panel-section__header h2 {
	font-size: 3.6rem;
}

.panel-section__header a {
	color: var(--panel-ink);
	font-weight: 800;
	text-transform: uppercase;
}

.panel-product-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Full-bleed product section: cards edge-to-edge, sin padding vertical */
.panel-product-section {
	margin-left: 0;
	margin-right: 0;
	max-width: 100% !important;
	padding: 0 !important;
}

.panel-product-section .panel-section__header {
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: 1rem;
}

.panel-product-section .panel-product-grid {
	border-top: 1px solid var(--panel-line);
}

.panel-product-card {
	background: #fffdf8;
	border: 1px solid var(--panel-line);
	min-width: 0;
}

.panel-product-card__image {
	aspect-ratio: 3/4;
	background: #f3f1ea;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.panel-product-card__image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transition: opacity 0.4s ease;
	width: 100%;
}

.panel-product-card__img--hover {
	opacity: 0;
}

/* JS adds .panel-hover-active to the selected hover image on page load */
.panel-product-card__image.has-hover:hover .panel-product-card__img--default {
	opacity: 0;
}

.panel-product-card__image.has-hover:hover .panel-hover-active {
	opacity: 1;
}

.panel-product-card__image:has(img.woocommerce-placeholder)::before,
.panel-product-card__image:has(img[src*="woocommerce-placeholder"])::before {
	align-items: center;
	content: attr(data-panel-label);
	display: flex;
	font-size: 3rem;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	line-height: 0.9;
	padding: 1rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.panel-product-card__image:has(img.woocommerce-placeholder) img,
.panel-product-card__image:has(img[src*="woocommerce-placeholder"]) img {
	opacity: 0;
}

.panel-product-card--rey .panel-product-card__image {
	background: var(--panel-mist);
	color: var(--panel-blue);
}

.panel-product-card--onces .panel-product-card__image {
	background: var(--panel-ink);
	color: #fff;
}

.panel-product-card--arepa .panel-product-card__image {
	background: var(--panel-cream);
	color: var(--panel-ink);
}

.panel-product-card__body {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem;
}

.panel-product-card h3 {
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 0.2rem;
	text-transform: uppercase;
}

.panel-product-card h3 a {
	color: var(--panel-ink);
	text-decoration: none;
}

.panel-product-card p {
	color: var(--panel-muted);
	font-size: 0.82rem;
	margin: 0;
	text-transform: uppercase;
}

.panel-product-card strong {
	white-space: nowrap;
}

.panel-story {
	border-top: 1px solid var(--panel-line);
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
}

.panel-story h2 {
	font-size: 3.8rem;
}

.panel-story__copy {
	color: #34322f;
	font-size: 1rem;
	line-height: 1.55;
}

@media (max-width: 980px) {
	.panel-hero {
		grid-template-columns: 1fr;
		padding-top: 2rem;
	}

	.panel-hero__media {
		min-height: 320px;
		order: 2;
	}

	.panel-hero__content {
		max-width: 720px;
		order: 1;
		padding: 1rem 0 1.5rem;
	}

	.panel-hero h1 {
		font-size: 4rem;
		max-width: 12ch;
	}

	.panel-hero p:not(.panel-eyebrow) {
		max-width: 38rem;
	}
}

@media (max-width: 689px) {
	.panel-made-to-order,
	.panel-checkout-note,
	.panel-tracking-note {
		font-size: 0.9rem;
	}

	.panel-announcement {
		align-items: center;
		flex-direction: column;
		font-size: 0.72rem;
		gap: 0.2rem;
	}

	.ct-header .site-title a {
		font-size: 1.35rem;
		letter-spacing: 0.08em;
	}

	.panel-footer-links__inner {
		grid-template-columns: 1fr;
	}

	.panel-footer-links a {
		font-size: 1rem;
	}

	.panel-hero,
	.panel-hero__media {
		min-height: 0;
	}

	.panel-hero {
		gap: 0;
		grid-template-columns: 1fr;
		padding: 0;
	}

	.panel-hero__media {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		min-height: 48vh;
		order: 2;
	}

	.panel-hero__frame {
		font-size: 3rem;
		min-height: 26vh;
		padding: 1rem;
	}

	.panel-hero__content {
		margin: 0 auto;
		max-width: none;
		padding: 1.25rem 0 1.75rem;
		position: relative;
		width: calc(100% - 1.5rem);
	}

	.panel-hero h1 {
		font-size: 2.45rem;
	}

	.panel-section__header h2,
	.panel-story h2 {
		font-size: 2.15rem;
	}

	.panel-benefits,
	.panel-product-grid,
	.panel-story {
		grid-template-columns: 1fr;
	}

	.panel-benefits div {
		border-bottom: 1px solid var(--panel-line);
		border-right: 0;
	}

	.panel-benefits div:last-child {
		border-bottom: 0;
	}

	.panel-section__header {
		align-items: start;
		flex-direction: column;
	}

	.panel-product-card__body {
		align-items: start;
		flex-direction: column;
	}
}

/* ─── MANIFESTO ───────────────────────────────────────────────── */

.panel-manifesto {
	background: var(--panel-ink);
	color: var(--panel-paper);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.panel-manifesto__inner {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	margin: 0 auto;
	max-width: 1400px;
}

.panel-manifesto__text {
	padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
}

.panel-manifesto__text .panel-eyebrow {
	color: rgba(250, 248, 242, 0.45);
	margin-bottom: 1rem;
}

.panel-manifesto__text h2 {
	color: var(--panel-paper);
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 1.25rem;
}

.panel-manifesto__text p {
	color: rgba(250, 248, 242, 0.65);
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 30rem;
	margin: 0 0 1.75rem;
}

.panel-manifesto__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.panel-button--light-inv {
	align-items: center;
	background: var(--panel-paper);
	border: 1px solid var(--panel-paper);
	border-radius: 4px;
	color: var(--panel-ink);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 0.9rem 1.25rem;
	text-decoration: none;
}

.panel-button--ghost-inv {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(250, 248, 242, 0.3);
	border-radius: 4px;
	color: var(--panel-paper);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 0.9rem 1.25rem;
	text-decoration: none;
}

.panel-manifesto__swatches {
	display: grid;
	gap: 2px;
	grid-template-rows: repeat(3, 1fr);
}

.panel-manifesto__swatch {
	align-items: flex-end;
	display: flex;
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1rem 1.4rem;
	text-transform: uppercase;
}

.panel-manifesto__swatch--mint {
	background: var(--panel-mist);
	color: var(--panel-blue);
}

.panel-manifesto__swatch--black {
	background: #111;
	color: #fff;
}

.panel-manifesto__swatch--coffee {
	background: var(--panel-cream);
	color: var(--panel-ink);
}

/* ─── SPECS BAR ───────────────────────────────────────────────── */

.panel-specs {
	border-bottom: 1px solid var(--panel-line);
	border-top: 1px solid var(--panel-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 1rem;
}

.panel-spec {
	border-right: 1px solid var(--panel-line);
	padding: 1.4rem 1rem;
}

.panel-spec:last-child {
	border-right: 0;
}

.panel-spec strong {
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.panel-spec span {
	color: var(--panel-muted);
	font-size: 0.82rem;
}

/* ─── EDITORIAL BLOCK ─────────────────────────────────────────── */

.panel-editorial {
	align-items: center;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(3rem, 7vw, 6rem) 1rem;
}

.panel-editorial__statement h3 {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1rem;
}

.panel-editorial__statement p {
	color: var(--panel-muted);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1.25rem;
	max-width: 30rem;
}

.panel-editorial__statement a {
	color: var(--panel-ink);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.panel-editorial__data {
	border: 1px solid var(--panel-line);
}

.panel-editorial__datum {
	border-bottom: 1px solid var(--panel-line);
	padding: 1.1rem 1.25rem;
}

.panel-editorial__datum:last-child {
	border-bottom: 0;
}

.panel-editorial__datum strong {
	display: block;
	font-size: 1.65rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	margin-bottom: 0.1rem;
}

.panel-editorial__datum span {
	color: var(--panel-muted);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ─── RESPONSIVE nuevas secciones ────────────────────────────── */

@media (max-width: 900px) {
	.panel-manifesto__inner {
		grid-template-columns: 1fr;
	}

	.panel-manifesto__swatches {
		grid-template-rows: none;
		grid-template-columns: repeat(3, 1fr);
		min-height: 90px;
	}

	.panel-manifesto__swatch {
		align-items: center;
		font-size: 1.6rem;
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 689px) {
	.panel-specs {
		grid-template-columns: repeat(2, 1fr);
	}

	.panel-spec:nth-child(2) {
		border-right: 0;
	}

	.panel-spec:nth-child(3),
	.panel-spec:nth-child(4) {
		border-top: 1px solid var(--panel-line);
	}

	.panel-editorial {
		grid-template-columns: 1fr;
	}
}
