/*!
 * 18 Chuck Woodworx theme stylesheet.
 * Theme by The Free Website Guys.
 */

/* =====================================================================
   1. TOKENS (fallback values — real values are injected inline via
      wp_add_inline_style from the Customizer, Section 22.9)
   ===================================================================== */
:root {
	--color-background: #f7f2e8;
	--color-foreground: #291f16;
	--color-card: #ede4d3;
	--color-primary: #33452b;
	--color-primary-foreground: #f7f2ea;
	--color-secondary: #e5dac6;
	--color-accent: #bd8f34;
	--color-muted-foreground: #625c50;
	--color-border: #d6c9ac;
	--color-forest: #33452b;
	--logo-height: 64px;

	--font-display: 'rl-folklor', Georgia, serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

	--radius: 0.5rem;
	--shadow-soft: 0 4px 20px -4px rgba(30, 20, 10, 0.08);
	--shadow-elevated: 0 8px 40px -8px rgba(30, 20, 10, 0.18);
	--ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);

	--btn-radius: 0.375rem;
	--btn-height: 2.75rem;
	--btn-padding: 0 2rem;
	--btn-font-size: 0.9375rem;
	--btn-font-weight: 500;
	--btn-letter-spacing: normal;
	--btn-text-transform: none;
	--btn-icon-padding: 0.5rem;
	--header-height: 88px;
	--checkout-gap: 2rem;
}

/* =====================================================================
   2. RESET
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
img:not(.cover-img):not(.hero-media-img):not(.theme-product-card__image):not(.site-logo-img):not(.site-footer-logo-img):not(.offerings-carousel-img):not(.theme-product-main-image img):not(.maker-image):not(.contact-image-overlay ~ img):not(.theme-cart-item-thumb img) {
	max-width: 100%;
	height: auto;
}
.cover-img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover; object-position: center;
	display: block;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; margin: 0; }
p { margin: 0; }

.container-wide { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .container-wide { padding: 0 2rem; } }

.scroll-mt-24 { scroll-margin-top: 6rem; }

/* =====================================================================
   3. TYPOGRAPHY (Section 2.2)
   ===================================================================== */
h1, h2, h3, h4, h5, h6, .font-display { font-family: var(--font-display); }
.section-eyebrow {
	display: block;
	font-family: var(--font-body);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-muted-foreground);
}
.section-heading {
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.05;
}
.section-subtitle { color: var(--color-muted-foreground); max-width: 42rem; margin: 0 auto; }
.section-heading-block { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }

/* Per-section heading scales (Section 2.2.5) */
.craft-heading, .shop-heading, .faq-heading { font-size: 1.875rem; }
@media (min-width: 768px) { .craft-heading, .shop-heading, .faq-heading { font-size: 3rem; } }

.about-heading { font-size: 1.875rem; }
@media (min-width: 768px) { .about-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .about-heading { font-size: 3rem; } }

.maker-heading { font-size: 1.875rem; }
@media (min-width: 768px) { .maker-heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .maker-heading { font-size: 3rem; } }

.contact-title { font-size: 1.875rem; }
@media (min-width: 768px) { .contact-title { font-size: 3rem; } }

.cta-band-title { font-size: 2.25rem; line-height: 1.1; text-transform: uppercase; }
@media (min-width: 768px) { .cta-band-title { font-size: 3rem; } }
@media (min-width: 1024px) { .cta-band-title { font-size: 3.75rem; } }

.hero-title { font-size: 3rem; line-height: 0.95; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; margin: 0 0 1.5rem; }
@media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 6rem; } }

.about-stat { font-size: 3.75rem; line-height: 1; text-transform: uppercase; margin: 1.5rem 0 0; }
@media (min-width: 768px) { .about-stat { font-size: 4.5rem; } }
@media (min-width: 1024px) { .about-stat { font-size: 6rem; } }
.about-stat-percent { color: var(--color-primary); }

.hero-title-italic { font-style: italic; }
.about-heading-emphasis, .cta-band-emphasis { font-style: italic; color: var(--color-primary); }
.cta-band-emphasis { color: #fff; }

/* =====================================================================
   4. BUTTONS
   ===================================================================== */
.btn-hero-primary, .btn-hero-outline, .btn-cta-band,
.btn-contact-submit, .theme-btn-primary, .theme-btn-outline,
.single_add_to_cart_button:not(.theme-card-btn), .add_to_cart_button:not(.theme-card-btn) {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	border-radius: var(--btn-radius);
	min-height: var(--btn-height);
	padding: var(--btn-padding);
	font-family: var(--font-body);
	font-size: var(--btn-font-size);
	font-weight: 600;
	text-transform: none;
	transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}
.btn-hero-primary, .btn-cta-band, .btn-contact-submit, .theme-btn-primary {
	background: var(--color-primary);
	color: var(--color-primary-foreground);
}
.btn-hero-primary:hover, .btn-contact-submit:hover, .theme-btn-primary:hover { opacity: 0.9; }
.btn-hero-outline {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.2); }
.btn-cta-band {
	background: #fff;
	color: var(--color-forest);
	border-radius: 9999px;
	padding: 0 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.75rem;
}
.theme-btn-outline {
	background: transparent;
	border: 1px solid var(--color-border);
	color: var(--color-foreground);
}
.theme-btn-outline:hover { background: var(--color-secondary); }
.hero-actions { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; padding: 0 1rem; }
@media (min-width: 640px) { .hero-actions { flex-direction: row; } }
.btn-hero-primary, .btn-hero-outline { padding: 0 2.5rem; }

/* =====================================================================
   5. WOOCOMMERCE BUTTON OVERRIDE (Section 11.4.1 — MANDATORY)
   ===================================================================== */
.single_add_to_cart_button.button:not(.theme-card-btn),
.add_to_cart_button.button:not(.theme-card-btn),
a.single_add_to_cart_button:not(.theme-card-btn),
a.add_to_cart_button:not(.theme-card-btn) {
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border: none !important;
	border-radius: var(--btn-radius) !important;
	min-height: var(--btn-height) !important;
	padding: var(--btn-padding) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: var(--font-body) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	letter-spacing: var(--btn-letter-spacing) !important;
	text-transform: var(--btn-text-transform) !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
}
.single_add_to_cart_button.button:hover,
.add_to_cart_button.button:hover {
	opacity: 0.85 !important;
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
}
.single_add_to_cart_button.button:disabled,
.single_add_to_cart_button.button.disabled,
.add_to_cart_button.button:disabled,
.add_to_cart_button.button.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
	pointer-events: none !important;
}
.single_add_to_cart_button.button:disabled:hover,
.single_add_to_cart_button.button.disabled:hover,
.add_to_cart_button.button:disabled:hover,
.add_to_cart_button.button.disabled:hover {
	opacity: 0.4 !important;
	background-color: var(--color-primary) !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
}
.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }

/* =====================================================================
   6. HEADER
   ===================================================================== */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 50;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.site-header.is-solid {
	background: color-mix(in srgb, var(--color-background) 95%, transparent);
	backdrop-filter: blur(6px);
	border-bottom-color: var(--color-border);
}
body:not(.theme-no-hero) .site-header:not(.is-solid) { background: transparent; }
.site-nav { display: flex; align-items: center; justify-content: space-between; height: 5rem; }
@media (min-width: 1024px) { .site-nav { height: 6rem; } }
.site-brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 1;
	min-width: 0;
	max-height: 3rem;
	overflow: hidden;
}
@media (min-width: 1024px) { .site-brand { max-height: 4rem; } }
.site-logo-img {
	display: block;
	height: 3rem !important;
	max-height: 3rem !important;
	width: auto !important;
	max-width: min(11rem, 42vw) !important;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}
@media (min-width: 1024px) {
	.site-logo-img {
		height: var(--logo-height, 4rem) !important;
		max-height: var(--logo-height, 4rem) !important;
		max-width: min(14rem, 30vw) !important;
	}
}
.site-logo-text { font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; color: var(--color-foreground); }
.site-header:not(.is-solid) .site-logo-text { color: #fff; }

.site-nav-links { display: none; align-items: center; gap: 2rem; }
@media (min-width: 1024px) { .site-nav-links { display: flex; } }
.theme-nav-list { display: flex; align-items: center; gap: 2rem; }
.theme-nav-list a, .theme-nav-list button {
	position: relative; display: inline-block;
	font-family: var(--font-body); font-size: 0.875rem; letter-spacing: 0.02em;
	color: var(--color-foreground); transition: color 0.3s ease;
}
.site-header:not(.is-solid) .theme-nav-list a { color: rgba(255,255,255,0.9); }
.site-header:not(.is-solid) .theme-nav-list a:hover { color: #fff; }
.theme-nav-list a::after {
	content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px;
	background: currentColor; transform: scaleX(0); transform-origin: left;
	transition: transform 0.3s var(--ease-smooth);
}
.theme-nav-list a:hover::after { transform: scaleX(1); }

.site-nav-actions { display: flex; align-items: center; gap: 0.5rem; }
.theme-cart-toggle, .theme-mobile-toggle {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	padding: 0.5rem; color: var(--color-foreground); transition: opacity 0.2s ease;
}
.site-header:not(.is-solid) .theme-cart-toggle,
.site-header:not(.is-solid) .theme-mobile-toggle { color: #fff; }
.theme-cart-toggle:hover, .theme-mobile-toggle:hover { opacity: 0.6; }
.theme-mobile-toggle { display: inline-flex; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }
.theme-cart-count {
	position: absolute; top: -2px; right: -2px;
	width: 1.125rem; height: 1.125rem; display: flex; align-items: center; justify-content: center;
	font-size: 0.625rem; font-weight: 500;
	background: var(--color-primary); color: var(--color-primary-foreground);
	border-radius: 9999px;
}
.theme-cart-count:empty { display: none; }

.site-nav-mobile {
	display: none; border-top: 1px solid var(--color-border);
	padding: 1rem 0 1.5rem; background: color-mix(in srgb, var(--color-background) 95%, transparent);
	backdrop-filter: blur(6px);
}
.site-nav-mobile.is-open { display: block; }
.theme-nav-list-mobile,
.site-nav-mobile .theme-nav-list { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.theme-nav-list-mobile a,
.site-nav-mobile .theme-nav-list a { padding: 0.5rem 0; font-size: 0.875rem; color: var(--color-foreground); }
.site-nav-mobile .theme-nav-list a::after { display: none; }
@media (min-width: 1024px) { .site-nav-mobile { display: none !important; } }

/* =====================================================================
   7. HOME / HERO
   ===================================================================== */
.theme-home { overflow-x: hidden; }
.theme-home .container-wide { padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 1024px) { .theme-home .container-wide { padding-left: 2rem; padding-right: 2rem; } }
.hero-section {
	min-height: 100vh; display: flex; align-items: center; justify-content: center;
	position: relative; overflow: hidden; background: var(--color-foreground);
}
.hero-media { position: absolute; inset: 0; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: var(--color-foreground); opacity: 0.6; }
.hero-content { position: relative; z-index: 10; width: 100%; max-width: 80rem; margin: 0 auto; padding: 5rem 1.5rem; text-align: center; }
.hero-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.hero-eyebrow-line { height: 1px; width: 2rem; background: rgba(255,255,255,0.7); display: block; }
.hero-eyebrow-text { font-size: 0.875rem; letter-spacing: 0.3em; text-transform: uppercase; color: #fff; font-weight: 500; }
.word-mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.05em; }
.word-reveal {
	display: inline-block; opacity: 0; transform: translateY(110%);
	animation: wordReveal 1.1s var(--ease-smooth) forwards;
}
@keyframes wordReveal { to { opacity: 1; transform: translateY(0); } }
.hero-subtitle { color: rgba(255,255,255,0.8); max-width: 36rem; margin: 0 auto 2.5rem; font-size: 1.125rem; }
.hero-scroll-indicator { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 10; }
.hero-scroll-btn { color: rgba(255,255,255,0.5); padding: 0.5rem; animation: heroBounce 2s ease-in-out infinite; }
.hero-scroll-btn:hover { color: #fff; }
@keyframes heroBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

@media (prefers-reduced-motion: reduce) {
	.word-reveal { animation: none; opacity: 1; transform: none; }
	.hero-scroll-btn { animation: none; }
}

/* =====================================================================
   8. SCROLL-REVEAL SYSTEM (Section 2.1)
   ===================================================================== */
.reveal-fade-up, .reveal-scale-in, .reveal-slide-left, .reveal-slide-right {
	transition: opacity 1s var(--ease-smooth), transform 1s var(--ease-smooth), filter 1s var(--ease-smooth);
	transition-delay: var(--reveal-delay, 0s);
}
.reveal-fade-up { opacity: 0; transform: translateY(48px); filter: blur(8px); }
.reveal-scale-in { opacity: 0; transform: scale(0.94); filter: blur(6px); transition-duration: 1.1s; }
.reveal-slide-left { opacity: 0; transform: translateX(-70px); filter: blur(6px); transition-duration: 1.1s; }
.reveal-slide-right { opacity: 0; transform: translateX(70px); filter: blur(6px); transition-duration: 1.1s; }

.reveal-fade-up.is-visible, .reveal-scale-in.is-visible,
.reveal-slide-left.is-visible, .reveal-slide-right.is-visible {
	opacity: 1; transform: none; filter: blur(0);
}

/* Customizer preview fallback — reveal content is never hidden in editor */
body.is-customizer .reveal-fade-up,
body.is-customizer .reveal-scale-in,
body.is-customizer .reveal-slide-left,
body.is-customizer .reveal-slide-right {
	opacity: 1 !important; transform: none !important; filter: none !important;
}
/* No-JS / no-IntersectionObserver fallback */
.no-js .reveal-fade-up, .no-js .reveal-scale-in,
.no-js .reveal-slide-left, .no-js .reveal-slide-right { opacity: 1; transform: none; filter: none; }

@media (prefers-reduced-motion: reduce) {
	.reveal-fade-up, .reveal-scale-in, .reveal-slide-left, .reveal-slide-right {
		transition: opacity 0.3s ease; transform: none !important; filter: none !important;
	}
}

/* =====================================================================
   9. CRAFT / OFFERINGS CAROUSEL
   ===================================================================== */
.craft-section-inner, .about-section-inner, .maker-section-inner,
.shop-section-inner, .faq-section-inner, .contact-section-inner { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 768px) { .craft-section-inner, .about-section-inner, .maker-section-inner,
	.shop-section-inner, .faq-section-inner, .contact-section-inner { padding-top: 6rem; padding-bottom: 6rem; } }

.offerings-carousel { max-width: 72rem; margin: 0 auto; }
.offerings-carousel-frame {
	position: relative; overflow: hidden; border-radius: 0.75rem;
	border: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent);
	background: var(--color-card); box-shadow: var(--shadow-elevated);
	display: grid; grid-template-columns: 1fr;
}
@media (min-width: 768px) { .offerings-carousel-frame { grid-template-columns: 1fr 1fr; } }
.offerings-carousel-media {
	position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--color-secondary);
}
@media (min-width: 768px) { .offerings-carousel-media { aspect-ratio: auto; height: 100%; } }
.offerings-carousel-img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	transition: opacity 0.5s var(--ease-smooth), transform 0.5s var(--ease-smooth);
}
.offerings-carousel-content { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .offerings-carousel-content { padding: 2.5rem; } }
.offerings-carousel-icon {
	width: 3rem; height: 3rem; margin-bottom: 1.25rem; border-radius: 0.5rem;
	background: color-mix(in srgb, var(--color-primary) 10%, transparent);
	display: flex; align-items: center; justify-content: center; color: var(--color-primary);
}
.offerings-carousel-slide { transition: opacity 0.5s var(--ease-smooth); }
.offerings-carousel-title { font-size: 1.5rem; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.02em; }
@media (min-width: 768px) { .offerings-carousel-title { font-size: 1.875rem; } }
.offerings-carousel-desc { color: var(--color-muted-foreground); line-height: 1.7; }
.offerings-carousel-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; }
.carousel-nav-btn {
	width: 2.5rem; height: 2.5rem; border-radius: 9999px;
	border: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
	display: flex; align-items: center; justify-content: center;
	color: var(--color-foreground); transition: background-color 0.2s ease;
}
.carousel-nav-btn:hover { background: var(--color-secondary); }
.offerings-carousel-dots { flex: 1; display: flex; justify-content: center; gap: 0.5rem; }
.carousel-dot {
	width: 0.5rem; height: 0.5rem; border-radius: 9999px; background: var(--color-border);
	transition: all 0.3s ease;
}
.carousel-dot.is-active { background: var(--color-primary); width: 1.5rem; }
.carousel-dot:hover:not(.is-active) { background: var(--color-muted-foreground); }

/* =====================================================================
   10. ABOUT
   ===================================================================== */
.about-section { position: relative; overflow: hidden; background: var(--color-secondary); }
.about-texture {
	position: absolute; inset: 0; opacity: 0.04; pointer-events: none;
	background-image: repeating-linear-gradient(90deg, var(--color-primary) 0px, transparent 1px, transparent 3px, var(--color-primary) 4px);
}
.about-flex { display: flex; flex-direction: column; gap: 2.5rem; position: relative; }
@media (min-width: 768px) { .about-flex { flex-direction: row; align-items: center; gap: 0; } }
.about-left { display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .about-left { width: 38%; padding-right: 3rem; } }
.about-eyebrow { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); }
.about-stat-label { font-size: 0.875rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-primary); margin-top: 0.5rem; }
.about-divider { display: none; width: 1px; background: color-mix(in srgb, var(--color-border) 60%, transparent); }
@media (min-width: 768px) { .about-divider { display: block; align-self: stretch; } }
.about-right { display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px) { .about-right { width: 62%; padding-left: 3rem; } }
.about-copy { display: flex; flex-direction: column; gap: 1rem; color: var(--color-muted-foreground); margin-top: 1.5rem; }
.about-copy p:first-child { font-size: 1rem; line-height: 1.7; }
@media (min-width: 768px) { .about-copy p:first-child { font-size: 1.125rem; } }
.about-copy p { line-height: 1.7; overflow-wrap: break-word; }

/* =====================================================================
   11. MAKER
   ===================================================================== */
.maker-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .maker-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.maker-image-wrap { position: relative; max-width: 28rem; margin: 0 auto; width: 100%; }
.maker-image-accent { position: absolute; left: 0; top: 1rem; bottom: 1rem; width: 4px; border-radius: 9999px; background: var(--color-accent); }
.maker-image-frame { margin-left: 1rem; position: relative; overflow: hidden; border-radius: 0.5rem; aspect-ratio: 4/5; box-shadow: var(--shadow-elevated); }
.maker-content { display: flex; flex-direction: column; justify-content: center; }
.maker-eyebrow { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-accent); font-weight: 600; display: block; }
.maker-copy { display: flex; flex-direction: column; gap: 1rem; color: var(--color-muted-foreground); }
.maker-copy p { line-height: 1.7; overflow-wrap: break-word; }
.maker-linkedin-btn {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 0.875rem; font-weight: 600; color: var(--color-primary-foreground);
	background: var(--color-primary); border-radius: 9999px; padding: 0.75rem 1.5rem;
	margin-top: 1rem; width: fit-content; transition: opacity 0.2s ease;
}
.maker-linkedin-btn:hover { opacity: 0.9; }

/* =====================================================================
   12. SHOP / PRODUCT GRID
   ===================================================================== */
.shop-filter-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.theme-cat-filter {
	padding: 0.5rem 1.25rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 500;
	background: var(--color-card); border: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent);
	color: var(--color-muted-foreground); transition: all 0.2s ease;
}
.theme-cat-filter:hover { color: var(--color-foreground); border-color: color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.theme-cat-filter.is-active { background: var(--color-foreground); color: var(--color-background); border-color: var(--color-foreground); }

.theme-product-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	max-width: 48rem;
	margin: 0 auto;
	align-items: stretch;
}
@media (min-width: 640px) {
	.theme-product-grid {
		grid-template-columns: repeat(var(--shop-columns, 2), minmax(0, 1fr));
		gap: 2rem;
	}
}
.theme-product-grid.is-single { grid-template-columns: 1fr; max-width: 32rem; }
.shop-product-item.is-shop-hidden { display: none !important; }
.shop-show-more-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 2.5rem;
	text-align: center;
}
.shop-show-more-btn { min-width: 10rem; }

.theme-product-card {
	display: flex; flex-direction: column; height: 100%;
	background: var(--color-card); border-radius: 0.5rem; overflow: hidden;
	transition: box-shadow 0.4s var(--ease-smooth), transform 0.4s var(--ease-smooth);
}
.theme-product-card:hover { transform: translateY(-10px); box-shadow: 0 28px 50px -16px rgba(30,20,10,0.22); }

.theme-product-card__image-link { display: block; position: relative; }
.theme-product-card__title-link { display: block; }
.theme-product-card__title-link:hover .theme-product-card__title { color: var(--color-primary); }

.theme-product-card__image-wrapper { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--color-secondary); }
.theme-product-card__image { transition: transform 0.9s var(--ease-smooth); }
.theme-product-card:hover .theme-product-card__image { transform: scale(1.1); }
.theme-stock-badge {
	position: absolute; bottom: 0.75rem; right: 0.75rem; z-index: 3;
	background: var(--color-foreground); color: var(--color-background);
	font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.05em;
	padding: 0.25rem 0.625rem; border-radius: 9999px;
}
.theme-product-card__info { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.theme-product-card__title { font-family: var(--font-display); font-size: 1.125rem; transition: color 0.3s ease; min-width: 0; }
.theme-product-card:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__desc {
	font-size: 0.875rem; color: var(--color-muted-foreground);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.theme-product-card__footer { padding-top: 0.5rem; display: flex; flex-direction: column; gap: 0.75rem; margin-top: auto; }
.theme-product-card__price { font-size: 1rem; font-weight: 600; color: var(--color-primary); }
.theme-product-card__price .woocommerce-Price-amount { color: inherit; }
.theme-product-card__actions { display: flex; gap: 0.5rem; position: relative; z-index: 2; }
.theme-card-btn {
	flex: 1;
	min-width: 0;
	height: 2.25rem !important;
	min-height: 2.25rem !important;
	padding: 0 0.75rem !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	font-family: var(--font-body);
	border-radius: 0.375rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	cursor: pointer;
}
.theme-card-btn--outline {
	border: 1px solid var(--color-border) !important;
	background: var(--color-background) !important;
	color: var(--color-foreground) !important;
}
.theme-card-btn--outline:hover {
	background: var(--color-secondary) !important;
	color: var(--color-foreground) !important;
	opacity: 1 !important;
}
.theme-card-btn--outline.is-disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.theme-card-btn--solid {
	background: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border: none !important;
}
.theme-card-btn--solid:hover {
	background: color-mix(in srgb, var(--color-primary) 90%, transparent) !important;
	color: var(--color-primary-foreground) !important;
	opacity: 1 !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart.theme-card-btn--outline,
.theme-product-card a.add_to_cart_button.theme-card-btn--outline {
	background: var(--color-background) !important;
	color: var(--color-foreground) !important;
	border: 1px solid var(--color-border) !important;
	min-height: 2.25rem !important;
	height: 2.25rem !important;
	padding: 0 0.75rem !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart.theme-card-btn--outline:hover,
.theme-product-card a.add_to_cart_button.theme-card-btn--outline:hover {
	background: var(--color-secondary) !important;
	color: var(--color-foreground) !important;
	opacity: 1 !important;
}
.theme-no-products { text-align: center; color: var(--color-muted-foreground); padding: 3rem 0; }
.theme-pagination { display: flex; justify-content: center; margin-top: 3rem; }
.theme-pagination .page-numbers { display: inline-flex; gap: 0.5rem; }
.theme-pagination .page-numbers li { display: inline-block; }
.theme-pagination .page-numbers a, .theme-pagination .page-numbers span {
	display: inline-flex; align-items: center; justify-content: center;
	width: 2.5rem; height: 2.5rem; border-radius: 0.375rem; border: 1px solid var(--color-border);
}
.theme-pagination .page-numbers.current { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }

/* =====================================================================
   13. CTA BAND
   ===================================================================== */
.cta-band-section { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 768px) { .cta-band-section { padding-top: 6rem; padding-bottom: 6rem; } }
.cta-band {
	background: var(--color-forest); color: #fff; border-radius: 1rem; position: relative; overflow: hidden;
	padding: 3rem 2rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 2.5rem;
	transition: transform 0.4s var(--ease-smooth);
}
@media (min-width: 768px) { .cta-band { flex-direction: row; padding: 3rem 4rem; } }
.cta-band:hover { transform: scale(1.005); }
.cta-band-text { flex: 1; text-align: center; }
@media (min-width: 768px) { .cta-band-text { text-align: left; } }
.cta-band-title { margin-bottom: 2rem; }
.cta-band-image { flex-shrink: 0; width: 10rem; height: 10rem; }
@media (min-width: 768px) { .cta-band-image { width: 14rem; height: 14rem; } }
@media (min-width: 1024px) { .cta-band-image { width: 16rem; height: 16rem; } }
.cta-band-image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3)); }

/* =====================================================================
   14. FAQ
   ===================================================================== */
.faq-section { background: var(--color-secondary); }
.faq-section-inner { max-width: 48rem; }
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { background: var(--color-card); border-radius: 0.5rem; border: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent); overflow: hidden; }
.faq-question {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	text-align: left; padding: 1rem 1.25rem; font-weight: 500; font-size: 1rem; color: var(--color-foreground);
	min-width: 0;
}
.faq-question span { min-width: 0; }
.faq-question svg { flex-shrink: 0; color: var(--color-primary); }
.faq-answer { padding: 0 1.25rem 1.25rem; overflow: hidden; transition: height 0.3s var(--ease-smooth); }
.faq-answer p { font-size: 0.875rem; color: var(--color-muted-foreground); line-height: 1.7; }

/* =====================================================================
   15. CONTACT
   ===================================================================== */
.contact-section { background: var(--color-secondary); }
.contact-section-inner { padding-top: 2.5rem; padding-bottom: 2.5rem; }
@media (min-width: 1024px) { .contact-section-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; } }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.contact-image-wrap { position: relative; overflow: hidden; border-radius: 0.75rem; aspect-ratio: 4/3; }
.contact-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.3), transparent); pointer-events: none; }
.contact-heading-block { margin-bottom: 2rem; text-align: left; max-width: none; }
.contact-heading-block .section-subtitle { margin: 0; max-width: 28rem; }
.contact-info-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); margin-bottom: 2rem; }
.contact-info-item { display: flex; align-items: center; gap: 0.5rem; transition: transform 0.2s ease; }
.contact-info-item:hover { transform: scale(1.05); }
.theme-mailto-link, .theme-tel-link { overflow-wrap: break-word; }
.theme-mailto-link:hover, .theme-tel-link:hover { color: var(--color-foreground); }
.contact-form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .contact-form-row { grid-template-columns: 1fr 1fr; } }
.contact-form-field label { font-size: 0.875rem; font-weight: 500; margin-bottom: 0.5rem; display: block; }
.contact-form-field input {
	width: 100%; padding: 0.75rem 1rem; background: var(--color-background);
	border: 1px solid var(--color-border); border-radius: 0.375rem; font-size: 0.875rem;
	font-family: var(--font-body); transition: box-shadow 0.3s ease;
}
.contact-form-field input:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 50%, transparent); }
.contact-form-field input::placeholder { color: var(--color-muted-foreground); }
.contact-success-message { text-align: center; padding: 2.5rem 0; }
.contact-success-icon {
	width: 4rem; height: 4rem; background: var(--color-primary); border-radius: 0.5rem;
	display: flex; align-items: center; justify-content: center; color: var(--color-primary-foreground);
	margin: 0 auto 1.5rem;
}
.contact-success-message h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.contact-success-message p { color: var(--color-muted-foreground); }

/* =====================================================================
   16. SIDE CART DRAWER
   ===================================================================== */
#theme-cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.2); z-index: 90; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
body.cart-open #theme-cart-overlay { opacity: 1; visibility: visible; }
#theme-cart-drawer {
	position: fixed; top: 0; right: 0; height: 100%; width: 100%; max-width: 28rem;
	background: var(--color-background); z-index: 91; box-shadow: var(--shadow-elevated);
	display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform 0.35s var(--ease-smooth);
}
body.cart-open #theme-cart-drawer { transform: translateX(0); }
#theme-cart-drawer.is-updating { opacity: 0.6; pointer-events: none; }
.theme-cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer-header h2 { font-size: 1.125rem; font-weight: 700; }
.theme-cart-drawer-close { padding: 0.25rem; transition: opacity 0.2s ease; }
.theme-cart-drawer-close:hover { opacity: 0.6; }
.theme-cart-drawer-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; color: var(--color-muted-foreground); }
.theme-cart-drawer-items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-item { display: flex; gap: 1rem; }
.theme-cart-item-thumb { width: 5rem; height: 6rem; background: var(--color-secondary); overflow: hidden; flex-shrink: 0; display: block; }
.theme-cart-item-thumb img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
.theme-cart-item-info { flex: 1; min-width: 0; }
.theme-cart-item-name { font-size: 0.875rem; font-weight: 500; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: opacity 0.2s ease; }
.theme-cart-item-name:hover { opacity: 0.7; }
.theme-cart-item-price { font-size: 0.875rem; color: var(--color-muted-foreground); margin-top: 0.125rem; }
.theme-cart-item-variation { font-size: 0.75rem; color: var(--color-muted-foreground); margin-top: 0.25rem; }
.theme-cart-item-controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.75rem; }
.theme-cart-item-controls button[data-cart-qty-update] { padding: 0.25rem; border-radius: 0.25rem; transition: background-color 0.2s ease; }
.theme-cart-item-controls button[data-cart-qty-update]:hover { background: var(--color-secondary); }
.theme-cart-item-qty { font-size: 0.875rem; width: 1.5rem; text-align: center; }
.theme-cart-item-remove { margin-left: auto; font-size: 0.75rem; color: var(--color-muted-foreground); transition: color 0.2s ease; }
.theme-cart-item-remove:hover { color: var(--color-foreground); }
.theme-cart-drawer-footer { padding: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-subtotal-row { display: flex; justify-content: space-between; font-size: 0.875rem; }
.theme-cart-subtotal-row span:first-child { color: var(--color-muted-foreground); }
.theme-cart-subtotal-row span:last-child { font-weight: 500; }
.theme-cart-shipping-note { font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-cart-checkout-btn { width: 100%; }

/* =====================================================================
   17. SINGLE PRODUCT PAGE (Section 11.13 responsive layout)
   ===================================================================== */
.single-product-main { padding-top: 6rem; padding-bottom: 4rem; }
@media (min-width: 1024px) { .single-product-main { padding-top: 7rem; } }
.back-to-shop-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--color-muted-foreground); margin-bottom: 2rem; transition: color 0.2s ease; font-family: var(--font-body); }
.back-to-shop-link:hover { color: var(--color-foreground); }

/* Lovable: grid grid-cols-1 md:grid-cols-2 gap-8 lg:gap-14 */
body.single-product .theme-product-layout,
.woocommerce.single-product .theme-product-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
	width: 100%;
	align-items: start;
}
@media (min-width: 768px) {
	body.single-product .theme-product-layout,
	.woocommerce.single-product .theme-product-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 3.5rem;
	}
}
body.single-product div.product,
.woocommerce.single-product div.product {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; display: flex; flex-direction: column; gap: 1rem; }
.theme-product-info { justify-content: center; }
.theme-product-main-image { aspect-ratio: 1/1; background: var(--color-secondary); border-radius: 0.5rem; overflow: hidden; position: relative; }
.theme-product-main-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.theme-product-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; flex-wrap: wrap; max-width: 100%; }
.theme-thumb-btn { aspect-ratio: 1/1; border-radius: 0.375rem; overflow: hidden; border: 2px solid transparent; transition: border-color 0.2s ease; }
.theme-thumb-btn.is-active { border-color: var(--color-primary); }
.theme-thumb-btn:hover:not(.is-active) { border-color: var(--color-border); }
.theme-thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.theme-product-category { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); display: block; }
.product-title {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 1.875rem;
	margin: 0.5rem 0 1rem;
	line-height: 1.1;
}
@media (min-width: 768px) { .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title { font-size: 3rem; } }
.theme-product-price { font-size: 1.5rem; font-weight: 600; color: var(--color-primary); margin-bottom: 1.5rem; font-family: var(--font-body); }
.theme-price-each { font-size: 0.875rem; color: var(--color-muted-foreground); font-weight: 400; margin-left: 0.5rem; }
.theme-stock-indicator { font-size: 0.875rem; margin-bottom: 1rem; }
.theme-stock-out { color: #b32626; font-weight: 500; }
.theme-product-description { color: var(--color-muted-foreground); line-height: 1.7; margin-bottom: 2rem; overflow-wrap: break-word; word-break: break-word; }
.theme-product-description p { margin-bottom: 1rem; }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 0.375rem; }
.theme-qty-minus, .theme-qty-plus { padding: 0.5rem 0.75rem; transition: background-color 0.2s ease; }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-input {
	width: 3rem; text-align: center; border: none; background: transparent; font-family: var(--font-body); font-size: 0.875rem;
	-moz-appearance: textfield;
}
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-quantity-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; }
.theme-quantity-label { font-size: 0.875rem; font-weight: 500; font-family: var(--font-body); }

.single-product .theme-add-to-cart-area {
	display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; margin-bottom: 1rem;
}
.single-product .theme-btn-lg,
.single-product .single_add_to_cart_button.theme-btn-lg {
	width: 100%;
	min-height: 2.75rem !important;
	height: auto !important;
	padding: 0 3rem !important;
	font-size: 0.875rem !important;
	margin-top: 0.5rem;
}
@media (min-width: 1024px) {
	.single-product .theme-btn-lg,
	.single-product .single_add_to_cart_button.theme-btn-lg { width: auto; }
}

.theme-product-details { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--color-border); }
.theme-product-details h3 { font-size: 1.125rem; margin-bottom: 1rem; }
.theme-product-details ul { display: flex; flex-direction: column; gap: 0.5rem; }
.theme-product-details li {
	font-size: 0.875rem; color: var(--color-muted-foreground); display: flex; align-items: flex-start; gap: 0.5rem;
	overflow-wrap: break-word; word-break: break-word;
}
.theme-product-details li::before {
	content: ''; width: 0.375rem; height: 0.375rem; border-radius: 9999px; background: var(--color-primary);
	margin-top: 0.375rem; flex-shrink: 0;
}

.single-product .variations { width: 100%; margin: 0 0 1.5rem; border: 0; border-collapse: collapse; }
.single-product .variations tr.theme-variation-row { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; }
.single-product .variations tr.theme-variation-row:last-child { margin-bottom: 0; }
.single-product .variations th.label,
.single-product .variations td.value { display: block; padding: 0; border: 0; text-align: left; }
.single-product .variations td.value select.theme-attr-select-hidden {
	position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important;
	opacity: 0 !important; pointer-events: none !important;
}
.theme-variation-label { font-size: 0.875rem; font-weight: 500; font-family: var(--font-body); }

.theme-attr-pill-group { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-attr-pill {
	padding: 0.5rem 1rem;
	border: 1px solid var(--color-border);
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-family: var(--font-body);
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.theme-attr-pill:hover { border-color: var(--color-primary); }
.theme-attr-pill.is-active {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-primary-foreground);
}

.theme-attr-swatch-group { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.theme-attr-swatch {
	width: 2rem;
	height: 2rem;
	border-radius: 9999px;
	border: 2px solid var(--color-border);
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.theme-attr-swatch:hover { border-color: var(--color-primary); }
.theme-attr-swatch.is-active {
	border-color: var(--color-primary);
	transform: scale(1.1);
}

.related-products-section { margin-top: 4rem; padding-top: 4rem; padding-bottom: 4rem; border-top: 1px solid var(--color-border); }
@media (min-width: 768px) { .related-products-section { margin-top: 5rem; } }
.related-products-heading { text-align: center; font-size: 1.5rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .related-products-heading { font-size: 2rem; } }
.related-products-grid { max-width: 64rem; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 768px) { .related-products-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }

.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }

/* =====================================================================
   18. WOOCOMMERCE CHECKOUT BLOCK (Section 13)
   ===================================================================== */
body.woocommerce-checkout .site-main { padding-top: var(--header-height, 88px); padding-bottom: 4rem; }
body.woocommerce-checkout .page-title { margin-bottom: 2rem; font-size: 1.875rem; }
body.woocommerce-checkout .wc-block-checkout { display: block; width: 100%; }

@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout,
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: var(--checkout-gap) !important;
		align-items: start !important;
		width: 100% !important;
	}
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar {
	min-width: 0 !important;
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	float: none !important;
	grid-column: auto !important;
}
body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-main,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}
body.woocommerce-checkout .wc-block-components-address-form {
	display: block !important;
	width: 100% !important;
}
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
	width: 100%;
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: var(--color-card);
	border-radius: var(--radius);
	padding: 2rem;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea {
	width: 100% !important;
	max-width: none !important;
	font-family: var(--font-body);
	font-size: 0.875rem;
	border: 1px solid var(--color-border) !important;
	border-radius: 0.375rem !important;
	background-color: var(--color-background) !important;
	box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus {
	outline: none !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 50%, transparent) !important;
	border-color: var(--color-border) !important;
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .wc-block-components-textarea label {
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 500;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: var(--color-primary) !important;
	color: var(--color-primary-foreground) !important;
	border-radius: var(--btn-radius) !important;
	font-family: var(--font-body) !important;
}
body.woocommerce-checkout .wc-block-components-notice-banner {
	border-radius: 0.375rem;
	grid-column: 1 / -1;
}

/* =====================================================================
   19. CART / MY ACCOUNT / THANK YOU PAGE WIDTH PARITY (Section 13.7)
   ===================================================================== */
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main,
body.theme-thankyou-page .site-main {
	padding-top: var(--header-height, 88px);
	padding-bottom: 4rem;
}
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; }
body.theme-thankyou-page .woocommerce-order,
body.theme-thankyou-page .woocommerce-order-overview,
body.theme-thankyou-page .woocommerce-customer-details,
body.theme-thankyou-page .woocommerce-order-details { margin-top: 1.5rem; }
body.theme-thankyou-page .woocommerce-order-overview {
	display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 0; margin-bottom: 2rem;
}
body.theme-thankyou-page .woocommerce-order-overview li { border-right: 1px solid var(--color-border); padding-right: 1.5rem; }
body.theme-thankyou-page .woocommerce-order-details table,
body.theme-thankyou-page .woocommerce-customer-details table { border-collapse: collapse; }
body.theme-thankyou-page .woocommerce-order-details th,
body.theme-thankyou-page .woocommerce-order-details td { padding: 0.5rem; border-bottom: 1px solid var(--color-border); }
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
body.theme-thankyou-page .woocommerce-order h2,
body.theme-thankyou-page .woocommerce-order-details__title { padding: 0 0 1rem 0; font-size: 1.5rem; }
@media (min-width: 768px) {
	body.theme-thankyou-page .woocommerce-customer-details {
		display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start;
	}
}
body.theme-thankyou-page .woocommerce-customer-details address { min-width: 0; }

/* =====================================================================
   20. 404
   ===================================================================== */
.theme-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding-top: 6rem; }
.theme-404-inner { text-align: center; }
.theme-404-code { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.theme-404-message { font-size: 1.25rem; color: var(--color-muted-foreground); margin-bottom: 1rem; }
.theme-404-link { color: var(--color-primary); text-decoration: underline; }

/* =====================================================================
   21. GENERIC INNER PAGES
   ===================================================================== */
.theme-inner-main { padding-top: 7rem; padding-bottom: 4rem; }
.page-title { font-size: 1.875rem; margin-bottom: 1.5rem; }
body.theme-no-hero .site-main:not(.theme-404) { padding-top: var(--header-height, 88px); }

/* =====================================================================
   22. FOOTER
   ===================================================================== */
.site-footer {
	border-top: 1px solid var(--color-border);
	background: color-mix(in srgb, var(--color-secondary) 30%, transparent);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer-inner { padding-top: 3rem; padding-bottom: 3rem; }
@media (min-width: 1024px) { .site-footer-inner { padding-top: 4rem; padding-bottom: 4rem; } }

.site-footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
@media (min-width: 768px) {
	.site-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 3rem;
	}
}

.site-footer-logo-link { display: inline-flex; align-items: center; max-width: 100%; }
.site-footer-logo-img {
	display: block;
	height: 5rem !important;
	max-height: 5rem !important;
	width: auto !important;
	max-width: min(16rem, 100%) !important;
	object-fit: contain;
}
@media (min-width: 1024px) {
	.site-footer-logo-img { height: 6rem !important; max-height: 6rem !important; }
}
.site-footer-desc {
	margin-top: 1rem;
	font-size: 0.875rem;
	color: var(--color-muted-foreground);
	max-width: 24rem;
	line-height: 1.7;
	font-family: var(--font-body);
}

.site-footer-nav h4,
.site-footer-contact h4 {
	font-size: 0.875rem;
	font-weight: 600;
	font-family: var(--font-body);
	margin-bottom: 1rem;
}
.theme-footer-nav-list { display: flex; flex-direction: column; gap: 0.75rem; list-style: none; margin: 0; padding: 0; }
.theme-footer-nav-list li { margin: 0; padding: 0; }
.theme-footer-nav-list a,
.theme-footer-nav-list button {
	font-size: 0.875rem;
	color: var(--color-muted-foreground);
	font-family: var(--font-body);
	transition: color 0.2s ease;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
}
.theme-footer-nav-list a:hover,
.theme-footer-nav-list button:hover { color: var(--color-foreground); }

.site-footer-contact ul { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer-contact-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: var(--color-muted-foreground);
	font-family: var(--font-body);
}
.site-footer-contact-address { align-items: flex-start; }
.site-footer-contact-item svg { flex-shrink: 0; }
.site-footer-contact-address svg { margin-top: 0.125rem; }
.site-footer-contact-item a {
	color: var(--color-muted-foreground);
	transition: color 0.2s ease;
	overflow-wrap: break-word;
}
.site-footer-contact-item a:hover { color: var(--color-foreground); }

.site-footer-bottom {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--color-border);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}
@media (min-width: 640px) {
	.site-footer-bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}
.site-footer-copyright,
.site-footer-tagline,
.site-footer-credit {
	font-size: 0.75rem;
	color: var(--color-muted-foreground);
	font-family: var(--font-body);
	margin: 0;
}
.site-footer-credit { transition: color 0.2s ease; }
.site-footer-credit:hover { color: var(--color-foreground); }
