/*
Theme Name: Nuria Catedra
Theme URI: https://nuriacatedra.com/
Description: Tema hijo base para la web de Nuria Catedra.
Author: Nuria Catedra
Template: twentytwentyfive
Version: 0.2.0
Text Domain: nuria-catedra
Domain Path: /languages
Requires at least: 7.0
Requires PHP: 8.2
*/

/* Visual system: reference-led gallery language with custom theme components. */
@font-face {
	font-family: "Nuria Manrope";
	src: url("assets/fonts/manrope-variable.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 200 800;
}

@font-face {
	font-family: "Nuria Display";
	src: url("assets/fonts/dm-serif-display-regular.woff2") format("woff2");
	font-display: block;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Nuria Display";
	src: url("assets/fonts/dm-serif-display-italic.woff2") format("woff2");
	font-display: block;
	font-style: italic;
	font-weight: 400;
}

:root {
	--font-display: "Nuria Display", Georgia, "Times New Roman", serif;
	--font-body: "Nuria Manrope", Arial, Helvetica, sans-serif;
	--color-background: #f7f5f0;
	--color-background-light: #fcfbf8;
	--color-text: #181817;
	--transition-fast: 180ms ease;
	--nc-paper: #f7f5f0;
	--nc-paper-light: #fcfbf8;
	--nc-paper-soft: #ece8df;
	--nc-ink: #181817;
	--nc-muted: #77736d;
	--nc-wine: #a65d45;
	--nc-wine-deep: #653b35;
	--nc-line: #dedad2;
	--nc-content-width: 1240px;
	--nc-gutter: clamp(1.25rem, 4vw, 4.5rem);
	--nc-section-space: clamp(4.5rem, 10vw, 10rem);
}

body {
	background: var(--nc-paper);
	color: var(--nc-ink);
	font-family: var(--font-body);
	font-feature-settings: "kern" 1, "liga" 1;
	text-rendering: optimizeLegibility;
}

main,
.wp-site-blocks > main,
.wp-block-post-content { color: var(--nc-ink); }

main a:not(.wp-element-button),
.wp-block-post-content a:not(.wp-element-button) {
	color: inherit;
	text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
	text-underline-offset: .18em;
}

main h1, main h2, main h3, main h4,
.wp-block-post-content h1, .wp-block-post-content h2, .wp-block-post-content h3, .wp-block-post-content h4 {
	color: var(--nc-ink);
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: .98;
	text-wrap: balance;
}

main h1, .wp-block-post-content h1 { font-size: clamp(3rem, 8vw, 7.4rem); }
main h2, .wp-block-post-content h2 { font-size: clamp(2rem, 4.2vw, 4.25rem); }

main p, .wp-block-post-content p {
	color: var(--nc-muted);
	font-size: clamp(.95rem, 1.25vw, 1.1rem);
	line-height: 1.65;
}

/* Shared editorial primitives. */
.nc-section, .nc-editorial-block {
	margin-inline: auto;
	max-width: var(--nc-content-width);
	padding-block: var(--nc-section-space);
	padding-inline: var(--nc-gutter);
}

.nc-section-label, .nc-kicker {
	color: var(--nc-wine);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nc-editorial-block > :is(h2, h3) { max-width: 11ch; }
.nc-editorial-block > p { max-width: 58ch; }

.wp-element-button, .button, button, input[type="submit"], .nc-inquiry-button {
	border: 0;
	border: 1px solid var(--nc-ink);
	border-radius: 2px;
	background: var(--nc-ink);
	box-shadow: none;
	color: #fff;
	font-family: var(--font-body);
	font-size: .81rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1;
	padding: 1rem 1.625rem;
	text-decoration: none;
}

.wp-element-button:hover, .button:hover, button:hover, input[type="submit"]:hover, .nc-inquiry-button:hover {
	background: transparent;
	color: var(--nc-ink);
}

/* Work cards are unboxed: the artwork, not the interface, frames the work. */
.woocommerce ul.products, ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 3.5rem) clamp(1rem, 2.3vw, 2.5rem);
	margin: var(--nc-section-space) auto;
	max-width: var(--nc-content-width);
	padding-inline: var(--nc-gutter);
}

.woocommerce ul.products li.product, ul.products li.product { float: none; margin: 0; width: auto; }
.woocommerce ul.products li.product:nth-child(3n + 2), ul.products li.product:nth-child(3n + 2) { margin-top: clamp(1.5rem, 7vw, 7rem); }

.woocommerce ul.products li.product a img, ul.products li.product a img {
	aspect-ratio: 4 / 5;
	margin: 0 0 .8rem;
	object-fit: cover;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-product__title {
	font-size: clamp(1rem, 1.5vw, 1.3rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.15;
	padding: 0;
}

.woocommerce ul.products li.product .price, ul.products li.product .price, .nc-price-on-request, .nc-artwork-availability {
	color: var(--nc-muted);
	font-size: .73rem;
	font-weight: 600;
	letter-spacing: .025em;
}

.woocommerce ul.products li.product .button, ul.products li.product .button { display: none; }

.nc-collections-list {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: var(--nc-section-space) auto;
	max-width: var(--nc-content-width);
	padding: 0 var(--nc-gutter);
}

.nc-collections-list li { border-top: 1px solid var(--nc-line); padding: clamp(1.25rem, 3vw, 2.5rem) 0; }
.nc-collections-list a { font-size: clamp(1.6rem, 3vw, 3.4rem); font-weight: 540; letter-spacing: -.055em; line-height: 1; text-decoration: none; }

.nc-contact-form, .nc-catalog-filters {
	display: grid;
	gap: 1rem;
	margin: var(--nc-section-space) auto;
	max-width: min(100% - (var(--nc-gutter) * 2), 760px);
}

.nc-contact-form label, .nc-catalog-filters label { color: var(--nc-ink); font-size: .74rem; font-weight: 700; letter-spacing: .02em; }

.nc-contact-form input, .nc-contact-form textarea, .nc-catalog-filters input, .nc-catalog-filters select {
	border: 0;
	border-bottom: 1px solid var(--nc-line);
	border-radius: 0;
	box-sizing: border-box;
	background: transparent;
	color: var(--nc-ink);
	font: inherit;
	margin-top: .45rem;
	padding: .65rem 0;
	width: 100%;
}

.nc-contact-form input:focus, .nc-contact-form textarea:focus, .nc-catalog-filters input:focus, .nc-catalog-filters select:focus {
	border-bottom-color: var(--nc-wine);
	box-shadow: 0 2px 0 var(--nc-wine);
	outline: none;
}

.nc-honeypot { left: -9999px; position: absolute; }

/* Shared Catedra header component. */
:root { --site-header-height: 5rem; }
html.nc-menu-open { overflow: hidden; }
body .wp-site-blocks { padding-top: var(--site-header-height); }
.site-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--site-header-height); border-top: 2px solid var(--color-text); padding: 0 clamp(20px, 4vw, 64px); background: transparent; color: var(--color-text); font-size: clamp(.78rem, 1vw, .95rem); transition: background-color var(--transition-fast), color var(--transition-fast); }
.site-header.is-scrolled { background: color-mix(in srgb, var(--color-background-light) 96%, transparent); color: var(--color-text); }
.site-header__nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 3.5rem); white-space: nowrap; }
.site-header__nav--right { justify-content: flex-end; }
.site-header__nav a, .site-header__mobile-menu a { color: inherit; text-decoration: none; }
.site-header__nav a:hover, .site-header__nav a:focus-visible, .site-header__mobile-menu a:hover, .site-header__mobile-menu a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.site-header__brand { color: inherit; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; text-decoration: none; white-space: nowrap; }
.skip-link { position: fixed; z-index: 50; top: -5rem; left: 1rem; padding: .65rem 1rem; background: var(--color-background-light); color: var(--color-text); font-weight: 600; text-decoration: none; transition: top var(--transition-fast); }
.skip-link:focus { top: 1rem; }
.site-header__toggle, .site-header__mobile-menu { display: none; }
.site-header__item { position: relative; display: flex; align-items: center; gap: .35rem; padding-block: 1.6rem; }
.site-header__submenu-toggle { display: grid; width: 1.5rem; height: 1.5rem; padding: 0; place-content: center; border: 0; background: transparent; color: inherit; cursor: pointer; }
.site-header__submenu-toggle::before { content: ""; width: .4rem; height: .4rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-.1rem) rotate(45deg); transition: transform 160ms ease; }
.site-header__item.is-open .site-header__submenu-toggle::before { transform: translateY(.05rem) rotate(-135deg); }
.site-header__submenu-toggle:focus-visible { outline: 1px solid currentColor; outline-offset: 2px; }
@media (max-width: 900px) {
	:root { --site-header-height: 4.25rem; }
	.site-header { grid-template-columns: minmax(0, 1fr) auto; height: var(--site-header-height); padding: 0 1.25rem; }
	.site-header__nav { display: none; }
	.site-header__brand { grid-column: 1; justify-self: start; font-size: 1.8rem; }
	.site-header__toggle { position: relative; z-index: 40; grid-column: 2; display: grid; justify-self: end; width: 2.75rem; height: 2.75rem; place-content: center; gap: .38rem; border: 0; background: transparent; color: inherit; cursor: pointer; }
	.site-header__toggle span { display: block; width: 1.5rem; height: 1px; background: currentColor; transition: transform 180ms ease; }
	.site-header__toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
	.site-header__toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
	.site-header__mobile-menu { position: fixed; z-index: 20; inset: 0; display: flex; flex-direction: column; justify-content: safe center; align-items: flex-start; gap: clamp(.5rem, 1.5vh, 1.25rem); width: 100vw; height: 100vh; padding: 5.5rem 1.5rem 2rem; overflow: auto; background: var(--color-background-light); color: var(--color-text); opacity: 0; pointer-events: none; transform: translateX(100%); transition: transform 260ms cubic-bezier(.76, 0, .24, 1), opacity 160ms ease; }
	.site-header__mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
	.site-header__mobile-menu a { font-family: var(--font-display); font-size: clamp(2rem, 9vw, 3.25rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; opacity: 0; transform: translateY(1rem); transition: opacity 160ms ease, transform 220ms ease; }
	.site-header__mobile-menu.is-open a { opacity: 1; transform: translateY(0); }
	.site-header__mobile-sub { display: grid; gap: .6rem; margin: 0; padding: 0 0 .5rem .25rem; list-style: none; }
	.site-header__mobile-sub a { color: var(--nc-muted); font-family: var(--font-body); font-size: clamp(1.05rem, 4.5vw, 1.35rem); letter-spacing: 0; line-height: 1.2; }
}
@media (prefers-reduced-motion: reduce) { .site-header__toggle span, .site-header__mobile-menu, .site-header__mobile-menu a { transition: none; } }

/* Custom header component. */
html.nc-menu-open { overflow: hidden; }

.nc-header {
	background: var(--nc-paper);
	border-bottom: 1px solid var(--nc-line);
	color: var(--nc-ink);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.nc-header button,
.nc-header a { -webkit-tap-highlight-color: transparent; }

.nc-header button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
}

.nc-header__topbar {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	margin: 0 auto;
	min-height: 4.75rem;
	padding: 0 var(--nc-gutter);
	width: min(100%, var(--nc-wide));
}

.nc-header__brand,
.nc-header__overlay-brand {
	color: var(--nc-ink);
	font-family: var(--font-display);
	font-size: 1.65rem;
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.nc-header__menu-toggle {
	display: grid;
	gap: .4rem;
	height: 3rem;
	place-content: center start;
	width: 3rem;
}

.nc-header__menu-toggle > span:not(.screen-reader-text) {
	background: currentColor;
	display: block;
	height: 1px;
	width: 1.6rem;
}

.nc-header__actions {
	align-items: center;
	display: flex;
	gap: .35rem;
	justify-self: end;
}

.nc-header__actions a,
.nc-header__close {
	align-items: center;
	color: var(--nc-ink);
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 2.75rem;
}

.nc-header__actions svg,
.nc-header__close svg {
	fill: none;
	height: 1.55rem;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-width: 1.5;
	width: 1.55rem;
}

.nc-header__cart-count {
	background: var(--nc-ink);
	border-radius: 50%;
	color: var(--nc-paper);
	font-family: var(--font-body);
	font-size: .58rem;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: .1rem;
	text-align: center;
	top: .15rem;
	width: 1rem;
}

.nc-header__desktop-nav { display: none; }

.nc-header__overlay[hidden] { display: none !important; }

.nc-header__overlay {
	background: var(--nc-paper);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	inset: 0;
	min-height: 100vh;
	overflow-y: auto;
	padding: 0 var(--nc-gutter) 2rem;
	position: fixed;
	width: 100vw;
	z-index: 10000;
}

.nc-header__overlay-top {
	align-items: center;
	display: grid;
	flex: 0 0 auto;
	grid-template-columns: 1fr auto 1fr;
	min-height: 4.75rem;
}

.nc-header__overlay-brand {
	grid-column: 2;
	justify-self: center;
}

.nc-header__close {
	grid-column: 3;
	justify-self: end;
}

.nc-header__mobile-nav {
	margin: clamp(2.5rem, 8vh, 5rem) auto 0;
	width: min(100%, 42rem);
}

.nc-header__menu,
.nc-header__submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nc-header__menu--mobile > .nc-header__item {
	align-items: center;
	border-bottom: 1px solid var(--nc-line);
	display: grid;
	grid-template-columns: minmax(0, auto) 1fr;
	padding: .85rem 0;
}

.nc-header__menu--mobile .nc-header__link {
	color: var(--nc-ink);
	font-family: var(--font-display);
	font-size: clamp(2.25rem, 10vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1;
	text-decoration: none;
}

.nc-header__submenu-toggle {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	margin-left: .5rem !important;
	width: 2.75rem;
}

.nc-header__submenu-toggle svg {
	fill: none;
	height: .55rem;
	stroke: currentColor;
	stroke-width: 1.25;
	width: .8rem;
}

.nc-header__submenu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.nc-header__menu--mobile .nc-header__submenu {
	grid-column: 1 / -1;
	padding: .8rem 0 .35rem 1rem;
}

.nc-header__menu--mobile .nc-header__submenu a {
	color: var(--nc-muted);
	display: block;
	font-family: var(--font-body);
	font-size: .95rem;
	font-weight: 500;
	line-height: 1.4;
	padding: .45rem 0;
	text-decoration: none;
}

.nc-header a:focus-visible,
.nc-header button:focus-visible {
	outline: 2px solid var(--nc-wine);
	outline-offset: 4px;
}

@media (min-width: 1024px) {
	.nc-header__menu-toggle { display: none; }
	.nc-header__topbar { min-height: 5.25rem; }
	.nc-header__brand { font-size: 2rem; grid-column: 2; }
	.nc-header__actions { grid-column: 3; }
	.nc-header__desktop-nav {
		border-top: 1px solid var(--nc-line);
		display: block;
		padding: 0 var(--nc-gutter);
	}
	.nc-header__menu--desktop {
		align-items: center;
		display: flex;
		gap: clamp(1.4rem, 2.5vw, 3rem);
		justify-content: center;
		margin: 0 auto;
		min-height: 3.75rem;
		width: min(100%, var(--nc-wide));
	}
	.nc-header__menu--desktop > .nc-header__item {
		align-items: center;
		display: flex;
		position: relative;
	}
	.nc-header__menu--desktop .nc-header__link {
		color: var(--nc-ink);
		font-family: var(--font-body);
		font-size: .72rem;
		font-weight: 600;
		letter-spacing: .09em;
		padding: .75rem 0;
		text-decoration: none;
		text-transform: uppercase;
	}
	.nc-header__menu--desktop .nc-header__submenu-toggle {
		height: 2rem;
		margin-left: .2rem !important;
		width: 1.5rem;
	}
	.nc-header__menu--desktop .nc-header__submenu {
		background: var(--nc-paper-light);
		border: 1px solid var(--nc-line);
		left: 0;
		min-width: 15rem;
		padding: .65rem;
		position: absolute;
		top: calc(100% + .25rem);
	}
	.nc-header__menu--desktop .nc-header__submenu a {
		color: var(--nc-ink);
		display: block;
		font-family: var(--font-body);
		font-size: .72rem;
		font-weight: 500;
		letter-spacing: .055em;
		padding: .65rem .55rem;
		text-decoration: none;
		text-transform: uppercase;
	}
	.nc-header__overlay { display: none !important; }
}

@media (max-width: 720px) {
	.woocommerce ul.products, ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 1rem; }
	.woocommerce ul.products li.product:nth-child(3n + 2), ul.products li.product:nth-child(3n + 2) { margin-top: 0; }
	.woocommerce ul.products li.product:nth-child(even), ul.products li.product:nth-child(even) { margin-top: 2rem; }
	.nc-collections-list { grid-template-columns: 1fr; padding-inline: 1rem; }
}

/* Navigation hierarchy for the shared Catedra header. */
.site-header__menu-item { position: relative; }
.site-header__submenu-trigger { display: inline-flex; align-items: center; gap: .35rem; border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.site-header__submenu-trigger:hover .site-header__submenu-label, .site-header__submenu-trigger:focus-visible .site-header__submenu-label { text-decoration: underline; text-underline-offset: .25rem; }
.site-header__submenu-icon { font-size: 1.1em; line-height: 1; }
.site-header__submenu-icon { transition: transform 200ms cubic-bezier(.2, .7, .2, 1); }
.site-header__submenu-trigger[aria-expanded="true"] .site-header__submenu-icon { transform: rotate(45deg); }
/* Collections panel: the header grows downward and shows the six collections in one row. */
.site-header__panel { position: absolute; top: 100%; right: 0; left: 0; display: grid; grid-template-rows: 0fr; visibility: hidden; background: color-mix(in srgb, var(--color-background-light) 96%, transparent); color: var(--color-text); transition: grid-template-rows 320ms cubic-bezier(.2, .7, .2, 1), visibility 0s linear 320ms; }
.site-header__panel.is-open { grid-template-rows: 1fr; visibility: visible; box-shadow: 0 26px 36px -30px rgba(24, 24, 23, .32); transition-delay: 0s; }
.site-header__panel-clip { min-height: 0; overflow: hidden; }
.site-header__panel-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem clamp(1.5rem, 4.5vw, 4.5rem); padding: clamp(1.75rem, 3.6vw, 3rem) clamp(20px, 4vw, 64px) clamp(2rem, 4vw, 3.25rem); opacity: 0; transform: translateY(-.5rem); transition: opacity 180ms ease, transform 260ms cubic-bezier(.2, .7, .2, 1); }
.site-header__panel.is-open .site-header__panel-nav { opacity: 1; transform: translateY(0); transition-delay: 90ms; }
.site-header__panel-nav a { text-decoration: none; font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2.25rem); letter-spacing: -.02em; line-height: 1.15; }
.site-header__panel-nav a:hover, .site-header__panel-nav a:focus-visible, .site-header__panel-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--nc-wine); text-decoration-thickness: 1px; text-underline-offset: .3rem; }
.site-header__mobile-group, .site-header__mobile-submenu { display: none; }
@media (prefers-reduced-motion: reduce) { .site-header__panel, .site-header__panel-nav, .site-header__submenu-icon { transition: none; } }
@media (max-width: 900px) {
	.site-header__panel { display: none; }
	.site-header__mobile-group { display: block; width: 100%; }
	.site-header__mobile-group > button { display: inline-flex; align-items: center; gap: .5rem; border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; font-family: var(--font-display); font-size: clamp(2rem, 9vw, 3.25rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; opacity: 0; transform: translateY(1rem); transition: opacity 160ms ease, transform 220ms ease; }
	.site-header__mobile-menu.is-open .site-header__mobile-group > button { opacity: 1; transform: translateY(0); }
	.site-header__mobile-group > button .site-header__submenu-icon { font-family: var(--font-body); font-size: .6em; }
	.site-header__mobile-submenu { max-height: 0; gap: .3rem; overflow: hidden; padding-left: 1rem; opacity: 0; transition: max-height 220ms ease, opacity 180ms ease, margin 180ms ease; }
	.site-header__mobile-submenu.is-open { display: grid; max-height: 18rem; margin-top: .8rem; opacity: 1; }
	.site-header__mobile-submenu a { font-family: var(--font-body); font-size: clamp(1.15rem, 5vw, 1.6rem); line-height: 1.2; }
}

/* Custom footer component: dark ink closing with the artist's signature. */
.site-foot { background: var(--nc-ink); color: var(--nc-paper); font-family: var(--font-body); }
.site-foot a { color: inherit; text-decoration: none; }
.site-foot a:hover, .site-foot a:focus-visible { text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: .3em; text-decoration-thickness: 1px; }
.site-foot a:focus-visible { outline: 2px solid var(--nc-paper); outline-offset: 4px; }
.site-foot ::selection { background: var(--nc-paper); color: var(--nc-ink); }
.site-foot__inner { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 2.5vw, 2.75rem); max-width: var(--nc-content-width); margin: auto; padding: clamp(4rem, 8vw, 7rem) var(--nc-gutter) clamp(2rem, 4vw, 3rem); }
.site-foot__signature { grid-column: 1 / span 5; align-self: start; display: block; width: 13rem; aspect-ratio: 210 / 31; background: var(--nc-paper); -webkit-mask: var(--foot-signature) left center / contain no-repeat; mask: var(--foot-signature) left center / contain no-repeat; }
.site-foot__signature:hover { text-decoration: none; }
.site-foot__col { grid-column: span 2; }
.site-foot__col:nth-of-type(1) { grid-column: 6 / span 2; }
.site-foot__col:nth-of-type(3) { grid-column: 10 / span 3; }
.site-foot__col h2 { margin: 0 0 1rem; color: #b5b0a6; font-family: var(--font-body); font-size: .8125rem; font-weight: 500; letter-spacing: .01em; line-height: 1.4; }
.site-foot__col ul + h2 { margin-top: 2rem; }
.site-foot__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; font-size: .9375rem; line-height: 1.45; }
.site-foot__copy { grid-column: 1 / -1; margin: clamp(3rem, 7vw, 6rem) 0 0; color: #b5b0a6; font-size: .8125rem; }
@media (max-width: 900px) {
	.site-foot__signature { grid-column: 1 / -1; width: 11rem; }
	.site-foot__col, .site-foot__col:nth-of-type(1), .site-foot__col:nth-of-type(3) { grid-column: span 6; }
	.site-foot__col:nth-of-type(3) { grid-column: 1 / -1; }
}

/* Short block-theme pages: keep the footer at the bottom of the window. */
.wp-site-blocks { display: flex; flex-direction: column; min-height: 100svh; }
.wp-site-blocks > .wp-block-template-part:has(.site-foot) { margin-top: auto; }
