/*
Theme Name: Jenni Cator — Custom Theme
Theme URI: https://jennicator.co.uk
Author: Design House
Author URI: https://growcreative.com
Description: Standalone custom theme for artist Jenni Cator. Tactile, warm, gallery-led — built from the approved "Artist's Atelier" homepage design. No parent theme; supports WooCommerce.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jennicator
Tags: portfolio, artist, woocommerce
*/

/* ==========================================================================
   Jenni Cator — design system
   Ported from the approved homepage draft (Option 2 "Artist's Atelier").
   All classes use the jc- prefix; design tokens use --jc-.
   - Background: near-white paper (#fafaf8) with Jenni's own paper texture.
   - Signature logo (handwritten PNG) top-left.
   - Category banners: cover photo, blurred veil, La Belle Aurore script line.
   - 4-column grid, gap 40px, left-aligned metadata.
   - Open Sans (light) body, Playfair Display heads, La Belle Aurore accents.
   ========================================================================== */

:root {
	--jc-ink: #2a211a;
	--jc-ink-2: #55463b;
	--jc-mute: #7a6a58;
	--jc-paper: #fafaf8;
	--jc-taupe: rgba(210, 180, 140, 0.06);
	--jc-accent: #8a3d28;
	--jc-line: rgba(42, 33, 26, 0.15);
	--jc-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--jc-script: "La Belle Aurore", "Homemade Apple", "Brush Script MT", cursive;
	--jc-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* -------------------------------------------------------------------------
   Base — background texture is applied as an inline style in functions.php
   (wp_add_inline_style) so the asset URL stays dynamic.
   ------------------------------------------------------------------------- */
html body.jc,
body.jc {
	background-color: var(--jc-paper);
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
}

body.jc {
	margin: 0;
	color: var(--jc-ink);
	font-family: var(--jc-sans);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	min-height: 100vh;
}
body.jc * { box-sizing: border-box; }
body.jc img { display: block; max-width: 100%; }
body.jc a { color: inherit; text-decoration: none; }
body.jc h1, body.jc h2, body.jc h3 { font-family: var(--jc-serif); font-weight: 400; margin: 0; letter-spacing: -0.005em; }
body.jc p { margin: 0 0 1rem; }

.jc-kicker {
	font-family: var(--jc-sans);
	font-size: 10.5px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--jc-mute);
	font-weight: 500;
	margin: 0 0 14px;
}
.jc-kicker--light { color: rgba(255, 252, 240, 0.85); }

/* -------------------------------------------------- Masthead (logo top-left) */
.jc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 48px 20px;
}
.jc-logo { display: inline-flex; align-items: center; }
.jc-logo img {
	height: 80px;
	width: auto;
	max-width: 280px;
	object-fit: contain;
	filter: drop-shadow(0 1px 0 rgba(0,0,0,0.04));
}
.jc-logo__fallback {
	font-family: var(--jc-script);
	font-size: 42px;
	color: var(--jc-accent);
	line-height: 1;
}
.jc-nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.jc-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.jc-nav a {
	font-size: 11.5px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--jc-ink);
	font-weight: 500;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	transition: border-color .25s ease, color .25s ease;
}
.jc-nav a:hover,
.jc-nav .current-menu-item > a { border-bottom-color: var(--jc-accent); color: var(--jc-accent); }

/* Header cart link (rendered site-wide, so it lives in the base stylesheet) */
.jc-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--jc-sans);
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--jc-ink);
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	transition: border-color .25s ease, color .25s ease;
}
.jc-cart-link:hover { border-bottom-color: var(--jc-accent); color: var(--jc-accent); }
.jc-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: var(--jc-accent);
	color: #fff;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1;
}

/* -------------------------------------------------- Hero intro */
.jc-hero {
	max-width: 1040px;
	margin: 40px auto 60px;
	padding: 0 48px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jc-hero > * {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.jc-hero__title {
	font-size: clamp(44px, 6vw, 84px);
	line-height: 1.02;
	letter-spacing: -0.012em;
	margin: 10px 0 24px;
	font-weight: 400;
	color: var(--jc-ink);
	text-wrap: balance;
}
.jc-hero__title span { display: block; }
.jc-hero__script {
	font-family: var(--jc-script);
	font-size: 1.25em;
	color: var(--jc-accent);
	letter-spacing: 0;
	line-height: 0.85;
	margin-top: 18px;
}
.jc-hero__lede {
	max-width: 60ch;
	margin: 36px auto 0; /* extra air between title and lede */
	color: var(--jc-ink-2);
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	text-wrap: balance;
}

/* -------------------------------------------------- Category banner */
.jc-portfolio { padding: 0 0 80px; }
.jc-series { margin: 0 0 80px; }

.jc-banner {
	position: relative;
	margin: 0 0 40px;        /* full browser width — no side margins, no cap */
	max-width: none;
	width: 100%;
	min-height: 280px;
	background-size: cover;
	background-position: center 40%;
	overflow: hidden;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.jc-banner__veil {
	position: absolute; inset: 0;
	background: rgba(42, 33, 26, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1;
}
.jc-banner::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(42,33,26,0.10), rgba(42,33,26,0.45));
	z-index: 2;
}
.jc-banner__inner {
	position: relative;
	z-index: 3;
	padding: 56px 32px;
	max-width: 780px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jc-banner__script {
	font-family: var(--jc-script);
	font-weight: 400;
	font-size: clamp(44px, 6vw, 78px);
	line-height: 1;
	margin: 0 0 32px;        /* more air before the blurb */
	color: #fff;
	text-shadow: 0 2px 18px rgba(0,0,0,0.25);
	letter-spacing: 0;
}
.jc-banner__blurb {
	max-width: 56ch;
	margin: 0 auto;
	color: rgba(255, 252, 240, 0.92);
	font-size: 14.5px;
	line-height: 1.65;
}

/* -------------------------------------------------- 4-column grid */
.jc-grid {
	list-style: none;
	margin: 0 auto;
	padding: 0 48px;
	max-width: 1400px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
}
.jc-card { margin: 0; }
.jc-card__link { display: block; color: inherit; }
.jc-card__frame {
	position: relative;
	width: 100%;
	display: block;
	background: transparent;
}
.jc-card__frame img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform .4s ease, filter .4s ease, opacity .4s ease;
	box-shadow: 0 14px 34px -22px rgba(42, 33, 26, 0.45);
}
.jc-card__link:hover .jc-card__frame img { transform: translateY(-3px); }

/* Handwritten "sold." stamped in La Belle Aurore script over the image corner. */
.jc-card__sold-mark {
	position: absolute;
	right: 10px;
	bottom: 8px;
	font-family: var(--jc-script);
	font-weight: 400;
	font-size: clamp(44px, 4.5vw, 64px);
	line-height: 0.85;
	color: var(--jc-accent);
	transform: rotate(-6deg);
	transform-origin: right bottom;
	text-shadow:
		0 2px 14px rgba(255, 252, 240, 0.55),
		0 1px 0 rgba(255, 252, 240, 0.4);
	letter-spacing: 0;
	pointer-events: none;
	z-index: 2;
}
.jc-card.sold .jc-card__frame img {
	filter: sepia(0.12) saturate(0.75);
	opacity: 0.88;
}
.jc-card.sold:hover .jc-card__frame img {
	filter: sepia(0.12) saturate(0.85);
	opacity: 0.95;
}
.jc-card.sold .jc-card__title { color: var(--jc-mute); }

.jc-card__meta { margin-top: 14px; text-align: left; }
.jc-card__title {
	font-family: var(--jc-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	color: var(--jc-ink);
	margin: 0 0 4px;
	letter-spacing: -0.005em;
}
.jc-card__line {
	font-family: var(--jc-sans);
	font-size: 11.5px;
	color: var(--jc-mute);
	letter-spacing: 0.03em;
	margin: 0 0 2px;
	font-weight: 300;
}
.jc-card__price {
	font-family: var(--jc-sans);
	font-size: 12px;
	letter-spacing: 0.12em;
	font-weight: 500;
	color: var(--jc-ink);
	text-transform: uppercase;
	margin: 0;
}
.jc-sold { color: var(--jc-accent); letter-spacing: 0.24em; }

/* WooCommerce price markup inside the card — strip WC default colour */
.jc-card__price .woocommerce-Price-amount,
.jc-card__price .amount {
	color: var(--jc-ink);
	font-family: var(--jc-sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
}
.jc-card__price .woocommerce-Price-currencySymbol { font-size: inherit; }

/* -------------------------------------------------- View more (works as <a> or <button>) */
.jc-view-more {
	display: flex;
	justify-content: center;
	padding: 48px 48px 0;
	max-width: 1400px;
	margin: 0 auto;
}
.jc-view-more__btn {
	appearance: none;
	background: transparent;
	border: 1.5px solid var(--jc-ink);
	color: var(--jc-ink);
	font-family: var(--jc-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	padding: 16px 40px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.jc-view-more__btn:hover {
	background: var(--jc-ink);
	color: #fff;
}
.jc-view-more__btn:focus-visible { outline: 2px solid var(--jc-accent); outline-offset: 3px; }
.jc-view-more__arrow {
	font-size: 14px;
	letter-spacing: 0;
	transition: transform .25s ease;
}
.jc-view-more__btn:hover .jc-view-more__arrow { transform: translateX(4px); }

/* -------------------------------------------------- Studio / About */
.jc-studio { padding: 120px 0; border-top: 1px dashed var(--jc-line); border-bottom: 1px dashed var(--jc-line); }
.jc-studio__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 48px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jc-studio__script {
	font-family: var(--jc-script);
	font-weight: 400;
	font-size: clamp(44px, 6vw, 76px);
	color: var(--jc-accent);
	line-height: 0.95;
	margin-bottom: 24px !important;
}
.jc-studio p { color: var(--jc-ink-2); font-weight: 300; font-size: 15px; line-height: 1.75; }

.jc-facts {
	list-style: none; padding: 0; margin: 32px 0 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px;
	text-align: left;
	width: 100%;
}
.jc-facts li {
	font-size: 12.5px;
	line-height: 1.55;
	border-top: 1px dashed var(--jc-line);
	padding-top: 10px;
	color: var(--jc-ink);
	font-weight: 300;
}
.jc-facts strong {
	display: block;
	font-size: 10.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jc-accent);
	font-weight: 500;
	margin-bottom: 4px;
}
.jc-studio__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	font-family: var(--jc-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jc-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--jc-ink);
	padding-bottom: 2px;
	transition: opacity 0.2s ease;
}
.jc-studio__link:hover { opacity: 0.55; }

/* -------------------------------------------------- Commissions */
.jc-commission { padding: 120px 0; text-align: center; }
.jc-commission__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jc-commission__script {
	font-family: var(--jc-script);
	font-weight: 400;
	font-size: clamp(48px, 7vw, 92px);
	color: var(--jc-accent);
	line-height: 0.9;
	margin-bottom: 18px !important;
}
.jc-commission p { color: var(--jc-ink-2); font-weight: 300; max-width: 56ch; margin: 0 auto 24px; text-align: center; }
.jc-btn {
	display: inline-block;
	font-family: var(--jc-serif);
	font-style: italic;
	font-size: 22px;
	color: var(--jc-ink);
	border-bottom: 1px solid var(--jc-accent);
	padding: 4px 2px;
	transition: color .2s ease;
}
.jc-btn:hover { color: var(--jc-accent); }

/* -------------------------------------------------- Generic content (page.php / single.php) */
.jc-content {
	max-width: 760px;
	margin: 40px auto 100px;
	padding: 0 48px;
}
.jc-content__title {
	font-size: clamp(34px, 4.5vw, 56px);
	line-height: 1.05;
	margin: 0 0 8px;
	color: var(--jc-ink);
	text-align: center;
}
.jc-content__lead {
	text-align: center;
	color: var(--jc-mute);
	margin: 0 0 40px;
}
.jc-prose { color: var(--jc-ink-2); font-weight: 300; font-size: 16px; line-height: 1.8; }
.jc-prose h2 { font-size: 28px; margin: 40px 0 12px; color: var(--jc-ink); }
.jc-prose h3 { font-size: 21px; margin: 32px 0 10px; color: var(--jc-ink); }
.jc-prose a { color: var(--jc-accent); border-bottom: 1px solid var(--jc-line); }
.jc-prose img { margin: 24px auto; border-radius: 2px; }
.jc-prose blockquote {
	border-left: 2px solid var(--jc-accent);
	margin: 28px 0; padding: 4px 0 4px 24px;
	font-family: var(--jc-serif); font-style: italic; font-size: 20px; color: var(--jc-ink);
}
.jc-prose ul, .jc-prose ol { padding-left: 22px; }

/* -------------------------------------------------- About page (image left, text right) */
.jc-about { max-width: 1180px; margin: 56px auto 100px; padding: 0 48px; }
.jc-about__body {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 64px;
	align-items: start; /* image top-aligns with the heading */
}
.jc-about__body--noimg { grid-template-columns: minmax(0, 760px); justify-content: center; }
.jc-about__portrait { margin: 0; }
.jc-about__portrait img {
	width: 100%; height: auto; display: block;
	box-shadow: 0 24px 50px -30px rgba(42,33,26,0.6);
}
.jc-about__title {
	font-family: var(--jc-serif);
	font-size: clamp(32px, 3.6vw, 48px);
	line-height: 1.05;
	color: var(--jc-ink);
	margin: 4px 0 30px; /* gap between title and bio */
}
.jc-about__bio p:first-child { margin-top: 0; }

/* Facts + CTA — a full-width strip below, so they don't strand in one column */
.jc-about__meta {
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px dashed var(--jc-line);
}
.jc-facts--row {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 32px;
	margin: 0;
}
.jc-about__cta {
	margin-top: 44px;
	display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.jc-about__ghost {
	font-family: var(--jc-sans);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--jc-ink);
	border-bottom: 1px solid var(--jc-line);
	padding-bottom: 3px;
	transition: opacity .2s ease;
}
.jc-about__ghost:hover { opacity: 0.55; }

@media (max-width: 780px) {
	.jc-facts--row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
	.jc-facts--row { grid-template-columns: 1fr; }
}

/* -------------------------------------------------- Contact page */
.jc-contact { max-width: 1100px; margin: 24px auto 100px; padding: 0 48px; }
.jc-contact__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.jc-contact__title {
	font-family: var(--jc-script);
	font-size: clamp(40px, 6vw, 76px);
	color: var(--jc-accent);
	line-height: 0.95;
	margin: 6px 0 18px;
}
.jc-contact__lede { color: var(--jc-ink-2); font-weight: 300; }
.jc-contact__body {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}
.jc-contact__aside { border-left: 1px dashed var(--jc-line); padding-left: 40px; }
.jc-contact__block { margin-bottom: 28px; }
.jc-contact__label {
	font-family: var(--jc-sans);
	font-size: 10.5px; font-weight: 500;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--jc-accent);
	margin: 0 0 6px;
}
.jc-contact__block p { color: var(--jc-ink-2); font-weight: 300; margin: 0 0 4px; }
.jc-contact__block a { color: var(--jc-ink); border-bottom: 1px solid var(--jc-line); }
.jc-contact__email { font-family: var(--jc-serif); font-style: italic; font-size: 19px; }
.jc-contact__galleries { list-style: none; margin: 0; padding: 0; }
.jc-contact__galleries li { margin-bottom: 8px; }
.jc-contact__galleries a { font-weight: 400; }
.jc-contact__region { display: block; font-size: 11px; letter-spacing: 0.1em; color: var(--jc-mute); text-transform: uppercase; }

/* Contact form (hand-built, jc palette) */
.jc-form-notice {
	margin: 0 0 24px;
	padding: 14px 18px;
	font-family: var(--jc-sans);
	font-size: 14px;
	border: 1px solid var(--jc-line);
}
.jc-form-notice--success { border-color: rgba(42, 33, 26, 0.2); background: var(--jc-taupe); color: var(--jc-ink); }
.jc-form-notice--error { border-color: var(--jc-accent); color: var(--jc-accent); }

.jc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.jc-form-field { margin-bottom: 20px; }
.jc-form-row .jc-form-field { margin-bottom: 20px; }
.jc-form-field label {
	display: block;
	font-family: var(--jc-sans);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--jc-ink-2);
	margin: 0 0 7px;
}
.jc-req { color: var(--jc-accent); }
.jc-form input:not([type=checkbox]),
.jc-form textarea,
.jc-form select {
	width: 100%;
	border: 1px solid var(--jc-line);
	border-radius: 0;
	background: #fff;
	font-family: var(--jc-sans);
	font-size: 15px;
	color: var(--jc-ink);
	padding: 12px 14px;
	box-shadow: none;
}
.jc-form textarea { resize: vertical; }
.jc-form input:focus,
.jc-form textarea:focus,
.jc-form select:focus {
	border-color: var(--jc-accent);
	outline: none;
}
.jc-select-wrap { position: relative; }
.jc-select-wrap select {
	appearance: none; -webkit-appearance: none;
	padding-right: 40px; cursor: pointer;
}
.jc-select-wrap::after {
	content: ""; position: absolute; right: 16px; top: 50%;
	width: 8px; height: 8px; margin-top: -6px;
	border-right: 1.5px solid var(--jc-mute);
	border-bottom: 1.5px solid var(--jc-mute);
	transform: rotate(45deg); pointer-events: none;
}

.jc-form-footer {
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px; flex-wrap: wrap; margin-top: 8px;
}
.jc-captcha { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; }
.jc-captcha input { position: absolute; opacity: 0; width: 0; height: 0; }
.jc-captcha__box {
	width: 22px; height: 22px; flex-shrink: 0;
	border: 1.5px solid var(--jc-line); background: #fff;
	position: relative; transition: border-color .2s ease;
}
.jc-captcha:hover .jc-captcha__box { border-color: var(--jc-mute); }
.jc-captcha input:focus-visible + .jc-captcha__box { outline: 2px solid var(--jc-accent); outline-offset: 2px; }
.jc-captcha input:checked + .jc-captcha__box { border-color: var(--jc-accent); }
.jc-captcha input:checked + .jc-captcha__box::after {
	content: ""; position: absolute; left: 7px; top: 3px;
	width: 6px; height: 11px;
	border-right: 2px solid var(--jc-accent);
	border-bottom: 2px solid var(--jc-accent);
	transform: rotate(45deg);
}
.jc-captcha__label {
	font-family: var(--jc-sans); font-size: 13px;
	letter-spacing: 0.04em; color: var(--jc-ink-2);
}

.jc-form__submit {
	appearance: none;
	background: var(--jc-ink);
	color: #fff;
	border: 1.5px solid var(--jc-ink);
	border-radius: 0;
	font-family: var(--jc-sans);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.24em; text-transform: uppercase;
	padding: 15px 40px;
	cursor: pointer;
	transition: background .25s ease, border-color .25s ease;
}
.jc-form__submit:hover { background: var(--jc-accent); border-color: var(--jc-accent); }
.jc-form__submit:focus-visible { outline: 2px solid var(--jc-accent); outline-offset: 3px; }

@media (max-width: 560px) {
	.jc-form-row { grid-template-columns: 1fr; gap: 0; }
	.jc-form-footer { flex-direction: column; align-items: stretch; }
	.jc-form__submit { width: 100%; }
}

@media (max-width: 900px) {
	.jc-about__body { grid-template-columns: 1fr; gap: 32px; }
	.jc-contact__body { grid-template-columns: 1fr; gap: 40px; }
	.jc-contact__aside { border-left: 0; padding-left: 0; border-top: 1px dashed var(--jc-line); padding-top: 32px; }
}
@media (max-width: 780px) {
	.jc-about, .jc-contact { padding: 0 24px; }
}

/* -------------------------------------------------- Footer */
.jc-foot {
	padding: 28px 48px;
	border-top: 1px dashed var(--jc-line);
}
.jc-foot__inner {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 16px; flex-wrap: wrap;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jc-mute);
	font-weight: 500;
}

/* -------------------------------------------------- Responsive */
@media (max-width: 1100px) {
	.jc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
	.jc-head { flex-direction: column; gap: 16px; padding: 24px 24px 16px; }
	.jc-nav, .jc-nav ul { justify-content: center; gap: 18px; }
	.jc-logo img { height: 62px; }
	.jc-hero { padding: 0 24px; }
	.jc-banner { min-height: 220px; margin: 0 0 28px; }
	.jc-banner__inner { padding: 40px 24px; }
	.jc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 24px; gap: 28px; }
	.jc-studio { padding: 72px 0; }
	.jc-commission { padding: 80px 0; }
	.jc-facts { grid-template-columns: 1fr; }
	.jc-foot { padding: 24px; }
	.jc-content { padding: 0 24px; }
}
@media (max-width: 480px) {
	.jc-grid { grid-template-columns: 1fr; gap: 28px; }
	.jc-card__frame { height: auto; }
}
