/* =========================================================================
   South Georgia Sawdust — theme.css
   ========================================================================= */

:root {
	--color-background: #f5f1eb;
	--color-foreground: #251d18;
	--color-card: #ece7df;
	--color-primary: #4c3324;
	--color-primary-foreground: #f8f6f2;
	--color-accent: #a67730;
	--color-accent-foreground: #1f1814;
	--color-muted-foreground: #5b5048;
	--color-border: #d0c7be;
	--color-destructive: #ab332b;
	--color-destructive-foreground: #ffffff;
	--color-surface-deep: #1f1814;
	--color-surface-deep-foreground: #ece7df;
	--color-button-text: var(--color-primary-foreground);

	--font-display: 'Oswald', sans-serif;
	--font-body: 'Source Sans 3', 'Inter', sans-serif;

	--radius: 2px;
	--btn-radius: 0px;
	--btn-height: 52px;
	--btn-padding: 1rem 2rem;
	--btn-font-size: 11px;
	--btn-font-weight: 500;
	--btn-letter-spacing: 0.28em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.5rem;

	--header-height: 84px;
	--shadow-soft: 0 4px 18px -8px rgba(37, 29, 24, 0.15);
	--shadow-elevated: 0 12px 40px -14px rgba(37, 29, 24, 0.28);
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
	--checkout-gap: 2rem;
	--card-radius: 4px;
	--section-padding: 2rem;
	--logo-height: 48px;
}

/* ------------------------------------------------------------------ *
 * RESET / BASE
 * ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
body {
	margin: 0;
	background-color: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
	background-image:
		radial-gradient(1200px 500px at 10% -10%, rgba(214, 186, 133, 0.28), transparent 60%),
		radial-gradient(900px 400px at 100% 0%, rgba(196, 158, 112, 0.18), transparent 60%);
}
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; margin: 0; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	letter-spacing: 0.005em;
	font-weight: 500;
	text-transform: none;
	line-height: 1.1;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
img:not(.cover-img):not(.hero-bg-img):not(.theme-product-card-img):not(.theme-product-gallery-img):not(.owner-section__img):not(.theme-cart-drawer__thumb) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .theme-product-card-img, .theme-product-gallery-img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
}
input, textarea, select { font-family: inherit; font-size: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

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

.text-accent { color: var(--color-accent); }
.scroll-mt { scroll-margin-top: 6rem; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 0.5rem;
	font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
	font-family: var(--font-body); font-weight: 600; color: var(--color-accent);
}
.eyebrow::before { content: ''; display: inline-block; height: 1px; width: 2rem; background: var(--color-accent); }

.laser-divider {
	display: block; height: 1px; width: 100%;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-accent) 70%, transparent), transparent);
}

.link-underline { position: relative; display: inline-block; }
.link-underline::after {
	content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px;
	background: currentColor; transform: scaleX(0); transform-origin: left;
	transition: transform 0.5s var(--transition-smooth);
}
.link-underline:hover::after { transform: scaleX(1); }

/* ------------------------------------------------------------------ *
 * BUTTONS
 * ------------------------------------------------------------------ */
.btn-primary-workshop, .btn-ghost-workshop {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: 1rem 2rem; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
	font-family: var(--font-display); font-weight: 500; transition: all 0.3s ease;
	text-transform: none;
}
.btn-primary-workshop, .btn-ghost-workshop { text-transform: uppercase; }
.btn-primary-workshop {
	background: var(--color-foreground); color: var(--color-background);
}
.btn-primary-workshop:hover { background: var(--color-primary); }
.btn-ghost-workshop {
	border: 1px solid color-mix(in srgb, var(--color-foreground) 70%, transparent);
	color: var(--color-foreground); background: transparent;
}
.btn-ghost-workshop:hover { background: var(--color-foreground); color: var(--color-background); }
.theme-icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.theme-icon--xs { width: 14px; height: 14px; }
.theme-icon--sm { width: 1rem; height: 1rem; }
.theme-icon--lg { width: 28px; height: 28px; }
.theme-search-btn .theme-icon,
.theme-cart-btn .theme-icon,
.theme-menu-toggle .theme-icon { width: 20px; height: 20px; }
.capabilities-section__icon .theme-icon { width: 20px; height: 20px; }
.custom-section__icon .theme-icon { width: 16px; height: 16px; }
.btn-primary-workshop .theme-icon { width: 14px; height: 14px; }
.theme-shop-search__icon { width: 16px !important; height: 16px !important; }
.theme-price-toggle .theme-icon { width: 14px; height: 14px; }
.contact-section__icon .theme-icon { width: 14px; height: 14px; }
.theme-thankyou__icon .theme-icon { width: 28px; height: 28px; }
.theme-cart-drawer__empty-icon .theme-icon { width: 28px; height: 28px; }
.theme-cart-drawer__checkout .theme-icon { width: 14px; height: 14px; }
.theme-cart-drawer__empty-btn .theme-icon { width: 14px; height: 14px; }
.theme-modal__success-icon .theme-icon { width: 28px; height: 28px; }

/* ------------------------------------------------------------------ *
 * ANIMATIONS (Section 2.1)
 * ------------------------------------------------------------------ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in { animation: fadeIn 0.6s var(--transition-smooth) forwards; }
.animate-slide-up { animation: slideUp 0.7s var(--transition-smooth) forwards; }

.reveal-item { opacity: 0; }
.reveal-item.fade-item { transform: translateY(28px); transition: opacity 0.7s var(--transition-smooth), transform 0.7s var(--transition-smooth); }
.reveal-item.scale-item { transform: scale(0.98); transition: opacity 0.9s var(--transition-smooth), transform 0.9s var(--transition-smooth); }
.reveal-item.is-visible { opacity: 1; transform: none; }
body.is-customizer .reveal-item { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
	.reveal-item, .reveal-item.fade-item, .reveal-item.scale-item { transition: none !important; opacity: 1 !important; transform: none !important; }
	.animate-fade-in, .animate-slide-up { animation: none !important; }
}

/* ------------------------------------------------------------------ *
 * ANNOUNCEMENT BAR
 * ------------------------------------------------------------------ */
.theme-announcement-bar { position: relative; background: var(--color-foreground); color: var(--color-background); }
.theme-announcement-bar__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center; }
.theme-announcement-bar__text { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; }
.theme-announcement-bar__close { position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%); padding: 0.25rem; opacity: 0.7; color: inherit; }
.theme-announcement-bar__close:hover { opacity: 1; }
.theme-announcement-bar__close .theme-icon { width: 14px; height: 14px; }

/* ------------------------------------------------------------------ *
 * HEADER
 * ------------------------------------------------------------------ */
.site-header {
	position: sticky; top: 0; left: 0; right: 0; z-index: 50;
	background: color-mix(in srgb, var(--color-background) 85%, transparent);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}
.site-header.is-solid {
	background: color-mix(in srgb, var(--color-background) 95%, transparent);
	border-bottom-color: var(--color-border);
	box-shadow: var(--shadow-soft);
}
.site-header__nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
@media (min-width: 768px) { .site-header__nav { height: 84px; } }

.site-header__brand { display: flex; align-items: center; gap: 0.875rem; flex-shrink: 0; }
.site-logo-emblem {
	display: inline-flex; align-items: center; justify-content: center;
	height: var(--logo-height); width: var(--logo-height); border-radius: 50%; overflow: hidden;
	background: var(--color-foreground);
	box-shadow: var(--shadow-soft);
	ring: 1px;
	outline: 1px solid color-mix(in srgb, var(--color-accent) 50%, transparent);
	transition: transform 0.3s ease;
}
@media (min-width: 768px) {
	.site-header .site-logo-emblem:not(.site-logo-emblem--lg) {
		height: calc(var(--logo-height) + 8px);
		width: calc(var(--logo-height) + 8px);
	}
}
.site-header__brand:hover .site-logo-emblem { transform: scale(1.03); }
.site-logo-emblem--lg { height: calc(var(--logo-height) * 1.333); width: calc(var(--logo-height) * 1.333); background: var(--color-background); }
.site-logo-img { height: var(--logo-height) !important; width: var(--logo-height) !important; object-fit: cover; }
.site-logo-emblem .site-logo-img { height: 100% !important; width: 100% !important; object-fit: cover; }
.site-header__brand-text { display: none; flex-direction: column; line-height: 1; }
@media (min-width: 640px) { .site-header__brand-text { display: flex; } }
.site-logo-text { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 15px; font-weight: 600; color: var(--color-foreground); }
@media (min-width: 768px) { .site-logo-text { font-size: 17px; } }
.site-header__tagline { font-size: 9px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--color-muted-foreground); margin-top: 0.375rem; }
@media (min-width: 768px) { .site-header__tagline { font-size: 10px; } }

.site-header__links { display: none; }
@media (min-width: 1024px) { .site-header__links { display: flex; } }
.theme-nav-list { display: flex; align-items: center; gap: 2.25rem; }
.theme-nav-link {
	position: relative; font-size: 11px; font-family: var(--font-display); font-weight: 500;
	letter-spacing: 0.26em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 85%, transparent);
	transition: color 0.3s ease;
}
.theme-nav-link::after {
	content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: currentColor;
	transform: scaleX(0); transition: transform 0.5s ease;
}
.theme-nav-link:hover { color: var(--color-accent); }
.theme-nav-link:hover::after { transform: scaleX(1); }

.site-header__actions { display: flex; align-items: center; gap: 0.25rem; }
@media (min-width: 1024px) { .site-header__actions { margin-left: 0.5rem; padding-left: 1rem; border-left: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); } }
.theme-search-btn { display: none; padding: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
@media (min-width: 768px) { .theme-search-btn { display: inline-flex; } }
.theme-search-btn:hover, .theme-cart-btn:hover { color: var(--color-accent); }
.theme-cart-btn { position: relative; padding: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.theme-cart-count {
	position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px;
	display: flex; align-items: center; justify-content: center; font-size: 10px; font-family: var(--font-display); font-weight: 600;
	background: var(--color-accent); color: var(--color-accent-foreground); border-radius: 999px;
	outline: 2px solid var(--color-background);
}
.theme-cart-count:empty { display: none; }
.theme-menu-toggle { padding: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
@media (min-width: 1024px) { .theme-menu-toggle { display: none; } }

.theme-mobile-menu { border-top: 1px solid var(--color-border); padding: 1rem 0; }
.theme-mobile-menu[hidden] { display: none !important; }
@media (min-width: 1024px) { .theme-mobile-menu { display: none !important; } }
.theme-mobile-menu .theme-nav-list {
	flex-direction: column; align-items: stretch; gap: 0;
}
.theme-mobile-menu .theme-nav-link::after { display: none; }
.theme-mobile-menu ul,
.theme-mobile-menu .theme-mobile-nav-list,
.theme-mobile-menu .menu {
	display: flex; flex-direction: column; gap: 0.25rem; list-style: none; margin: 0; padding: 0; width: 100%;
}
.theme-mobile-menu .menu-item { display: block; float: none; width: 100%; margin: 0; }
.theme-mobile-nav-list { display: flex; flex-direction: column; gap: 0.25rem; width: 100%; }
.theme-mobile-nav-list a,
.theme-mobile-menu .theme-nav-link {
	text-align: left; font-size: 13px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.2em;
	padding: 0.75rem 0; border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent); display: block;
}
.theme-mobile-nav-list a:hover,
.theme-mobile-menu .theme-nav-link:hover { color: var(--color-accent); }

/* Home hero fills viewport under fixed transparent header (Section 22.7). */
body:not(.theme-no-hero) .site-main { padding-top: 0; }
body.theme-no-hero .site-main { padding-top: var(--header-height); }

/* ------------------------------------------------------------------ *
 * HERO
 * ------------------------------------------------------------------ */
.hero-section { position: relative; background: var(--color-background); overflow: visible; }
.hero-section__inner { padding-top: 2.5rem; padding-bottom: 3rem; }
@media (min-width: 768px) { .hero-section__inner { padding-top: 4rem; padding-bottom: 5rem; } }
@media (min-width: 1024px) { .hero-section__inner { padding-top: 5rem; padding-bottom: 6rem; } }
.hero-section__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (max-width: 1023px) {
	.hero-section__grid { display: flex; flex-direction: column; }
	.hero-section__copy { display: contents; }
	.hero-section__title-block { order: 1; }
	.hero-section__media { order: 2; }
	.hero-section__body-block { order: 3; }
}
@media (min-width: 1024px) { .hero-section__grid { grid-template-columns: repeat(12, 1fr); gap: 3.5rem; } }
.hero-section__copy { min-width: 0; }
@media (min-width: 1024px) { .hero-section__copy { grid-column: span 6; } }
.hero-section__title {
	font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.01em;
	font-size: 42px; line-height: 0.98; text-wrap: balance;
}
@media (min-width: 640px) { .hero-section__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .hero-section__title { font-size: 4.5rem; } }
.hero-section__paragraph { margin-top: 1.5rem; font-size: 1rem; line-height: 1.7; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); max-width: 36rem; }
@media (min-width: 768px) { .hero-section__paragraph { font-size: 1.125rem; } }
.hero-section__ctas { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; gap: 1rem; } }
.hero-section__stats { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 28rem; }
.hero-section__stat-key { font-family: var(--font-display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.12em; font-weight: 600; }
.hero-section__stat-value { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-muted-foreground); margin-top: 0.25rem; }

.hero-section__media { position: relative; min-width: 0; width: 100%; }
@media (max-width: 1023px) { .hero-section__media { overflow: hidden; } }
@media (min-width: 1024px) { .hero-section__media { grid-column: span 6; } }
.hero-section__media-frame {
	position: relative; aspect-ratio: 16/10; background: var(--color-foreground); border: 1px solid var(--color-border);
	overflow: hidden; box-shadow: var(--shadow-elevated);
}
@media (min-width: 640px) { .hero-section__media-frame { aspect-ratio: 4/3; } }
@media (min-width: 1024px) { .hero-section__media-frame { aspect-ratio: 4/5; } }
.hero-section__media-inner { position: absolute; inset: 0; padding: 0.75rem; }
@media (min-width: 768px) { .hero-section__media-inner { padding: 1rem; } }
.hero-section__media-ring {
	position: relative; width: 100%; height: 100%; overflow: hidden;
	outline: 1px solid color-mix(in srgb, var(--color-accent) 25%, transparent); background: var(--color-foreground);
}
.hero-section__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-section__vignette {
	position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(to top, color-mix(in srgb, var(--color-foreground) 80%, transparent), color-mix(in srgb, var(--color-foreground) 20%, transparent), color-mix(in srgb, var(--color-foreground) 10%, transparent));
}
.hero-section__media-caption {
	position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem;
	display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; color: var(--color-background);
}
.hero-section__badge-label { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--color-accent); font-weight: 600; }
.hero-section__badge-title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.125rem; margin-top: 0.375rem; }
@media (min-width: 768px) { .hero-section__badge-title { font-size: 1.25rem; } }
.hero-section__price-tag {
	display: inline-flex; flex-direction: column; align-items: flex-end;
	background: color-mix(in srgb, var(--color-background) 10%, transparent); backdrop-filter: blur(4px);
	outline: 1px solid color-mix(in srgb, var(--color-background) 30%, transparent); padding: 0.5rem 0.75rem;
}
.hero-section__price-tag span:first-child { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: color-mix(in srgb, var(--color-background) 75%, transparent); }
.hero-section__price-value { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; line-height: 1; margin-top: 0.25rem; }
@media (min-width: 768px) { .hero-section__price-value { font-size: 1.5rem; } }

.hero-section__tag {
	display: none; position: absolute; top: -1.5rem; right: -1rem; width: 9rem; aspect-ratio: 1/1; z-index: 2;
	border: 1px solid color-mix(in srgb, var(--color-accent) 50%, transparent); background: var(--color-foreground); color: var(--color-background);
	padding: 1rem; box-shadow: var(--shadow-elevated);
}
@media (min-width: 768px) { .hero-section__tag { display: block; } }
.hero-section__tag-eyebrow { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-accent); }
.hero-section__tag-text { font-family: var(--font-display); text-transform: uppercase; font-size: 1rem; line-height: 1.25; margin-top: 0.5rem; }

/* ------------------------------------------------------------------ *
 * SHOP SECTION
 * ------------------------------------------------------------------ */
.shop-section__inner { padding-top: 4rem; padding-bottom: 4rem; width: 100%; }
@media (min-width: 768px) { .shop-section__inner { padding-top: 6rem; padding-bottom: 6rem; } }
.shop-section__head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; width: 100%; min-width: 0; }
@media (min-width: 768px) { .shop-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.section-heading { font-family: var(--font-display); text-transform: uppercase; line-height: 1; }
.shop-heading { font-size: 2.25rem; margin-top: 1rem; }
@media (min-width: 768px) { .shop-heading { font-size: 3rem; } }
.shop-section__subtext { margin-top: 0.75rem; color: var(--color-muted-foreground); max-width: 36rem; }
.shop-section__search { position: relative; width: 100%; min-width: 0; flex-shrink: 0; }
@media (min-width: 768px) { .shop-section__search { width: 20rem; } }
.shop-section__search input {
	width: 100%; height: 44px; padding: 0 1rem 0 2.5rem; background: var(--color-card); border: 1px solid var(--color-border);
	color: var(--color-foreground);
}
.shop-section__search input:focus { outline: none; border-color: var(--color-accent); }
.theme-shop-search__icon { position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%); color: var(--color-muted-foreground); }

.shop-section__filters {
	display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;
	gap: 0.5rem; margin-bottom: 2rem; width: 100%;
}
@media (min-width: 768px) { .shop-section__filters { gap: 0.75rem; } }
.theme-cat-filter, .theme-price-toggle {
	padding: 0.5rem 1rem; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-family: var(--font-display); font-weight: 500;
	border: 1px solid var(--color-border); background: transparent; color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
	transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.theme-cat-filter:hover, .theme-price-toggle:hover { border-color: var(--color-foreground); }
.theme-cat-filter.is-active { background: var(--color-foreground); color: var(--color-background); border-color: var(--color-foreground); }
.theme-price-toggle { margin-left: auto; display: inline-flex; align-items: center; gap: 0.375rem; }
.theme-price-toggle .theme-icon { transition: transform 0.2s; }
.theme-price-toggle.is-open .theme-icon { transform: rotate(180deg); }

.shop-section__price-panel { margin-bottom: 2rem; max-width: 28rem; padding: 1.25rem; border: 1px solid var(--color-border); background: var(--color-card); }
.shop-section__price-panel[hidden] { display: none; }
.theme-price-labels { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-muted-foreground); margin-bottom: 0.75rem; }

/* Dual-handle price range (Section 31.4) */
.price-range-wrapper { position: relative; height: 1.5rem; }
.range-track-bg, .range-track-fill { position: absolute; height: 4px; top: 50%; transform: translateY(-50%); pointer-events: none; border-radius: 999px; }
.range-track-bg { left: 0; right: 0; background: var(--color-border); }
.range-track-fill { background: var(--color-accent); }
.range-input {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0;
	-webkit-appearance: none; appearance: none; background: transparent; pointer-events: none;
}
.range-input::-webkit-slider-thumb {
	-webkit-appearance: none; pointer-events: auto; width: 16px; height: 16px; border-radius: 50%;
	background: var(--color-background); border: 2px solid var(--color-primary); cursor: pointer;
}
.range-input::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--color-background); border: 2px solid var(--color-primary); cursor: pointer; }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }

.theme-product-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; width: 100%; min-width: 0; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
@media (min-width: 768px) { .theme-product-grid { gap: 2rem; } }

.theme-shop-empty { text-align: center; padding: 4rem 0; border: 1px dashed var(--color-border); color: var(--color-muted-foreground); }
.theme-shop-empty[hidden] { display: none; }
.shop-section__view-all { text-align: center; margin-top: 2.5rem; }
.shop-section__view-all button { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-family: var(--font-display); font-weight: 600; color: var(--color-foreground); }

/* ------------------------------------------------------------------ *
 * PRODUCT CARD (Section 31.3 Pattern A, 31.9 equal-height, 31.13 shared)
 * ------------------------------------------------------------------ */
.theme-product-card-wrap { display: flex; }
.theme-product-card { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; }
.theme-product-card > .theme-card-link { position: absolute; inset: 0; z-index: 2; pointer-events: auto; }
.theme-product-card *:not(.theme-card-link) { pointer-events: none; }
.theme-product-card__add, .theme-card-title-link, .theme-product-card__name { pointer-events: auto; }

.theme-product-card__image-wrapper {
	position: relative; aspect-ratio: 4/5; background: var(--color-card); border: 1px solid var(--color-border); overflow: hidden;
}
.theme-product-card__frame {
	position: absolute; inset: 0; padding: 0.75rem;
}
@media (min-width: 768px) { .theme-product-card__frame { padding: 1rem; } }
.theme-product-card__ring {
	position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--color-background);
	outline: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.theme-product-card__ring img,
.theme-product-card-img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform 0.8s cubic-bezier(0.25,0.4,0.25,1), opacity 0.3s;
}
.theme-product-card:hover .theme-product-card-img,
.theme-product-card:hover img.theme-product-card-img,
.theme-product-card:hover .theme-product-card__ring img { transform: scale(1.05); }

.theme-product-card__badge {
	position: absolute; top: 1rem; left: 1rem; padding: 0.125rem 0.5rem; font-size: 9px; font-family: var(--font-display);
	font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; background: color-mix(in srgb, var(--color-background) 85%, transparent);
	color: color-mix(in srgb, var(--color-foreground) 80%, transparent); backdrop-filter: blur(4px);
	outline: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent);
}
.theme-product-card__badge--stock { left: auto; right: 1rem; background: var(--color-destructive); color: var(--color-destructive-foreground); outline: none; font-weight: 600; letter-spacing: 0.24em; padding: 0.25rem 0.625rem; }
.theme-product-card__add.add_to_cart_button.ajax_add_to_cart {
	position: absolute; bottom: 1rem; right: 1rem; width: 44px; height: 44px; min-height: unset !important;
	display: inline-flex !important; align-items: center; justify-content: center;
	background: var(--color-foreground) !important; color: var(--color-background) !important; box-shadow: var(--shadow-elevated);
	border-radius: 0 !important; padding: 0 !important; z-index: 3; pointer-events: auto; opacity: 1;
	transition: all 0.3s ease !important;
}
.theme-product-card__add.add_to_cart_button.ajax_add_to_cart:hover { background: var(--color-accent) !important; }
@media (min-width: 768px) {
	.theme-product-card__add.add_to_cart_button.ajax_add_to_cart { opacity: 0; }
	.theme-product-card:hover .theme-product-card__add.add_to_cart_button.ajax_add_to_cart { opacity: 1; }
}

.theme-product-card__info { flex: 1; margin-top: 1rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.theme-product-card__title-row {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; width: 100%;
}
.theme-card-title-row { min-width: 0; flex: 1; }
.theme-product-card__name {
	display: block; font-size: 15px; font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
	letter-spacing: 0.05em; line-height: 1.375; color: var(--color-foreground); transition: color 0.3s;
}
.theme-product-card:hover .theme-product-card__name { color: var(--color-accent); }
.theme-product-card__cat { margin-top: 0.25rem; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: color-mix(in srgb, var(--color-muted-foreground) 80%, transparent); }
.theme-product-card__price { font-size: 16px; font-family: var(--font-display); font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }
.theme-product-card:has(.theme-product-card__badge--stock) .theme-product-card-img,
.theme-product-card:has(.theme-product-card__badge--stock) .theme-product-card__ring img { opacity: 0.6; }

/* ------------------------------------------------------------------ *
 * CAPABILITIES SECTION
 * ------------------------------------------------------------------ */
.capabilities-section { background: var(--color-card); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.capabilities-section__inner { padding-top: 5rem; padding-bottom: 5rem; width: 100%; }
@media (min-width: 768px) { .capabilities-section__inner { padding-top: 6rem; padding-bottom: 6rem; } }
.capabilities-section__head { max-width: 48rem; margin-bottom: 3.5rem; width: 100%; }
.capabilities-heading { font-size: 2.25rem; margin-top: 1rem; }
@media (min-width: 768px) { .capabilities-heading { font-size: 3rem; } }
.capabilities-section__subtext { margin-top: 1rem; color: var(--color-muted-foreground); font-size: 1.125rem; line-height: 1.6; }
.capabilities-section__grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--color-border); width: 100%; min-width: 0; }
@media (min-width: 640px) { .capabilities-section__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .capabilities-section__grid { grid-template-columns: repeat(3, 1fr); } }
.capabilities-section__card { position: relative; background: var(--color-card); padding: 2rem; transition: background 0.3s; }
.capabilities-section__card:hover { background: var(--color-background); }
.capabilities-section__card-hover-line { position: absolute; top: 0; left: 0; height: 1px; width: 0; background: var(--color-accent); transition: width 0.5s ease-out; }
.capabilities-section__card:hover .capabilities-section__card-hover-line { width: 100%; }
.capabilities-section__card-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.capabilities-section__icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--color-foreground); color: var(--color-background); transition: background 0.3s; }
.capabilities-section__card:hover .capabilities-section__icon { background: var(--color-accent); }
.capabilities-section__card-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--color-border), color-mix(in srgb, var(--color-border) 60%, transparent), transparent); }
.capabilities-section__card-num { font-size: 10px; font-family: var(--font-display); letter-spacing: 0.24em; color: color-mix(in srgb, var(--color-muted-foreground) 70%, transparent); }
.capabilities-section__card-title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; font-size: 1.25rem; margin-bottom: 0.5rem; }
.capabilities-section__card-copy { font-size: 0.875rem; color: var(--color-muted-foreground); line-height: 1.6; }

/* ------------------------------------------------------------------ *
 * CUSTOM WORK SECTION
 * ------------------------------------------------------------------ */
.custom-section__inner { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; width: 100%; }
@media (min-width: 768px) { .custom-section__inner { padding-top: 7rem; padding-bottom: 7rem; } }
@media (min-width: 1024px) { .custom-section__inner { grid-template-columns: repeat(12, 1fr); gap: 4rem; } }
.custom-section__sticky { min-width: 0; }
@media (min-width: 1024px) { .custom-section__sticky { grid-column: span 5; position: sticky; top: 7rem; } }
.custom-heading { font-size: 2.25rem; margin: 1rem 0 1.5rem; }
@media (min-width: 768px) { .custom-heading { font-size: 3rem; } }
.custom-section__paragraph { color: var(--color-muted-foreground); font-size: 1.125rem; line-height: 1.6; margin-bottom: 1rem; }
.custom-section__sticky .btn-primary-workshop { margin-top: 0.5rem; }
.custom-section__grid { min-width: 0; display: grid; grid-template-columns: 1fr; gap: 1.25rem; width: 100%; }
@media (min-width: 1024px) { .custom-section__grid { grid-column: span 7; } }
@media (min-width: 640px) { .custom-section__grid { grid-template-columns: repeat(2, 1fr); } }
.custom-section__card {
	position: relative; background: var(--color-card); border: 1px solid var(--color-border); padding: 1.5rem;
	box-shadow: var(--shadow-soft); transition: border-color 0.3s, transform 0.25s;
}
.custom-section__card:hover { border-color: color-mix(in srgb, var(--color-accent) 70%, transparent); transform: translateY(-3px); }
.custom-section__card-index { position: absolute; top: 0.75rem; right: 0.75rem; font-size: 9px; font-family: var(--font-display); letter-spacing: 0.28em; color: color-mix(in srgb, var(--color-muted-foreground) 60%, transparent); }
.custom-section__card-head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.custom-section__icon {
	width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
	border: 1px solid color-mix(in srgb, var(--color-accent) 40%, transparent); background: var(--color-background); color: var(--color-accent);
	transition: background 0.3s, color 0.3s;
}
.custom-section__card:hover .custom-section__icon { background: var(--color-accent); color: var(--color-accent-foreground); }
.custom-section__card-line { flex: 1; height: 1px; background: linear-gradient(90deg, color-mix(in srgb, var(--color-accent) 60%, transparent), var(--color-border), transparent); }
.custom-section__card-title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.125rem; margin-bottom: 0.5rem; }
.custom-section__card-copy { font-size: 0.875rem; color: var(--color-muted-foreground); line-height: 1.6; }

/* ------------------------------------------------------------------ *
 * ABOUT SECTION
 * ------------------------------------------------------------------ */
.about-section { background: var(--color-surface-deep); color: var(--color-surface-deep-foreground); }
.about-section__inner { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; width: 100%; }
@media (min-width: 768px) { .about-section__inner { padding-top: 7rem; padding-bottom: 7rem; } }
@media (min-width: 1024px) { .about-section__inner { grid-template-columns: repeat(12, 1fr); gap: 4rem; } }
.about-section__images { min-width: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; width: 100%; }
@media (min-width: 1024px) { .about-section__images { grid-column: span 6; } }
.about-section__image { position: relative; overflow: hidden; border: 1px solid color-mix(in srgb, var(--color-accent) 30%, transparent); }
.about-section__image--tall { aspect-ratio: 3/4; }
.about-section__image--square { aspect-ratio: 1/1; }
.about-section__image-col { display: flex; flex-direction: column; gap: 1rem; }
.about-section .section-heading { font-size: 2.25rem; margin: 1rem 0 1.5rem; }
@media (min-width: 768px) { .about-section .section-heading { font-size: 3rem; } }
.about-section__copy { min-width: 0; }
@media (min-width: 1024px) { .about-section__copy { grid-column: span 6; } }
.about-section__paragraphs { display: flex; flex-direction: column; gap: 1rem; opacity: 0.8; line-height: 1.6; }
.about-section__values { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 28rem; }
.about-section__value { border-top: 1px solid color-mix(in srgb, var(--color-accent) 40%, transparent); padding-top: 0.75rem; }
.about-section__value p { font-family: var(--font-display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.12em; color: var(--color-accent); font-weight: 600; }

/* ------------------------------------------------------------------ *
 * OWNER SECTION
 * ------------------------------------------------------------------ */
.owner-section__inner { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; width: 100%; }
@media (min-width: 768px) { .owner-section__inner { padding-top: 7rem; padding-bottom: 7rem; } }
@media (min-width: 1024px) { .owner-section__inner { grid-template-columns: repeat(12, 1fr); gap: 4rem; } }
.owner-section__copy { min-width: 0; order: 2; }
@media (min-width: 1024px) { .owner-section__copy { grid-column: span 6; order: 1; } }
.owner-heading { font-size: 2.25rem; margin: 1rem 0 1.5rem; }
@media (min-width: 768px) { .owner-heading { font-size: 3rem; } }
.owner-section__paragraphs { display: flex; flex-direction: column; gap: 1rem; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); line-height: 1.6; }
.owner-section__quote { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.875rem; color: var(--color-accent); font-weight: 600; padding-top: 0.5rem; }
.owner-section__ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.owner-section__media { min-width: 0; order: 1; position: relative; }
@media (min-width: 1024px) { .owner-section__media { grid-column: span 6; order: 2; } }
.owner-section__media-wrap {
	position: relative; margin: 0 auto; width: 100%; max-width: 360px; padding-bottom: 2.5rem;
}
@media (min-width: 1024px) { .owner-section__media-wrap { max-width: 420px; } }
.owner-section__frame {
	position: relative; width: 100%; aspect-ratio: 4/5;
	background: var(--color-card); border: 1px solid var(--color-border); overflow: hidden; box-shadow: var(--shadow-elevated);
}
.owner-section__frame-inner { position: absolute; inset: 0; padding: 0.75rem; }
@media (min-width: 768px) { .owner-section__frame-inner { padding: 1rem; } }
.owner-section__ring {
	position: relative; width: 100%; height: 100%; background: var(--color-background); overflow: hidden;
	outline: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
	display: flex; align-items: center; justify-content: center;
}
.owner-section__img {
	width: 100%; height: 100%; object-fit: contain; display: block;
}
.owner-section__badge {
	position: absolute; bottom: -0.25rem; left: 1rem; background: var(--color-foreground); color: var(--color-background);
	padding: 0.625rem 1rem; border: 1px solid var(--color-accent); box-shadow: var(--shadow-soft);
}
@media (min-width: 768px) {
	.owner-section__badge { bottom: -0.5rem; left: -1rem; padding: 0.75rem 1.25rem; }
}
.owner-section__badge-label { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-accent); }
@media (min-width: 768px) { .owner-section__badge-label { font-size: 10px; } }
.owner-section__badge-text { font-family: var(--font-display); text-transform: uppercase; font-size: 14px; letter-spacing: 0.06em; margin-top: 0.125rem; }
@media (min-width: 768px) { .owner-section__badge-text { font-size: 1rem; } }

/* ------------------------------------------------------------------ *
 * CONTACT SECTION
 * ------------------------------------------------------------------ */
.contact-section { background: var(--color-card); border-top: 1px solid var(--color-border); }
.contact-section__inner { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; width: 100%; }
@media (min-width: 768px) { .contact-section__inner { padding-top: 6rem; padding-bottom: 6rem; } }
@media (min-width: 1024px) { .contact-section__inner { grid-template-columns: repeat(12, 1fr); } }
.contact-section__copy { min-width: 0; }
@media (min-width: 1024px) { .contact-section__copy { grid-column: span 7; } }
.contact-title { font-size: 2.25rem; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .contact-title { font-size: 3rem; } }
.contact-section__paragraph { color: var(--color-muted-foreground); font-size: 1.125rem; line-height: 1.6; max-width: 40rem; }
.contact-section__ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.contact-section__card { position: relative; min-width: 0; background: var(--color-background); padding: 2rem; border: 1px solid var(--color-border); box-shadow: var(--shadow-soft); }
@media (min-width: 1024px) { .contact-section__card { grid-column: span 5; } }
.contact-section__card-tag { position: absolute; top: -0.75rem; left: 1.5rem; background: var(--color-background); padding: 0 0.75rem; font-size: 9px; font-family: var(--font-display); letter-spacing: 0.32em; text-transform: uppercase; color: var(--color-accent); }
.contact-section__card-heading { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 1.125rem; }
.contact-section__card .laser-divider { margin: 0.75rem 0 1.25rem; }
.contact-section__list { display: flex; flex-direction: column; gap: 1rem; }
.contact-section__list li { display: flex; align-items: flex-start; gap: 0.75rem; }
.contact-section__icon { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--color-foreground); color: var(--color-background); }
.contact-section__list-label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-muted-foreground); margin-bottom: 0.125rem; }
.contact-section__list a:hover { color: var(--color-accent); }

/* ------------------------------------------------------------------ *
 * FOOTER
 * ------------------------------------------------------------------ */
.site-footer { position: relative; background: var(--color-surface-deep); color: var(--color-surface-deep-foreground); }
.site-footer::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-accent) 60%, transparent), transparent); }
.site-footer__grid { padding: 4rem 0; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(12, 1fr); } }
.site-footer__brand-col { min-width: 0; }
@media (min-width: 768px) { .site-footer__brand-col { grid-column: span 5; } }
.site-footer__brand { display: flex; align-items: center; gap: 0.875rem; }
.site-footer__brand-text { display: flex; flex-direction: column; line-height: 1; }
.site-footer__tagline-small { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: color-mix(in srgb, var(--color-surface-deep-foreground) 60%, transparent); margin-top: 0.375rem; }
.site-footer__tagline { margin-top: 1.5rem; font-size: 0.875rem; line-height: 1.6; color: color-mix(in srgb, var(--color-surface-deep-foreground) 75%, transparent); max-width: 28rem; }
.site-footer__built { margin-top: 1rem; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-accent); font-weight: 600; }
.site-footer__nav-col { min-width: 0; }
@media (min-width: 768px) { .site-footer__nav-col { grid-column: span 3; } }
.site-footer__contact-col { min-width: 0; }
@media (min-width: 768px) { .site-footer__contact-col { grid-column: span 4; } }
.site-footer__heading { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.22em; font-size: 12px; color: color-mix(in srgb, var(--color-surface-deep-foreground) 70%, transparent); margin-bottom: 1rem; }
.footer-nav-list { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-nav-list a, .theme-footer-nav-link { text-align: left; font-size: 0.875rem; color: color-mix(in srgb, var(--color-surface-deep-foreground) 80%, transparent); }
.footer-nav-list a:hover { color: var(--color-accent); }
.site-footer__contact-list { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.site-footer__contact-list .theme-icon { width: 14px; height: 14px; flex-shrink: 0; }
.site-footer__contact-list li { display: flex; align-items: flex-start; gap: 0.75rem; }
.site-footer__contact-list a { color: color-mix(in srgb, var(--color-surface-deep-foreground) 85%, transparent); }
.site-footer__contact-list a:hover { color: var(--color-accent); }
.site-footer__address { color: color-mix(in srgb, var(--color-surface-deep-foreground) 85%, transparent); }
.site-footer__bottom { padding: 1.5rem 0 3rem; border-top: 1px solid color-mix(in srgb, var(--color-surface-deep-foreground) 15%, transparent); text-align: center; }
.site-footer__bottom p { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: color-mix(in srgb, var(--color-surface-deep-foreground) 60%, transparent); }

/* ------------------------------------------------------------------ *
 * CONTACT MODAL
 * ------------------------------------------------------------------ */
.theme-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 90; animation: fadeIn 0.3s ease; }
.theme-modal-overlay[hidden] { display: none; }
.theme-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 91; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; background: var(--color-background); padding: 1.75rem; box-shadow: var(--shadow-elevated); animation: fadeIn 0.3s ease; }
.theme-modal[hidden] { display: none; }
.theme-modal__close { position: absolute; right: 1rem; top: 1rem; opacity: 0.7; padding: 0.25rem; }
.theme-modal__close:hover { opacity: 1; }
.theme-modal__title { font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.03em; margin: 0.25rem 0 0.5rem; }
.theme-modal__description { font-size: 0.875rem; color: var(--color-muted-foreground); line-height: 1.5; }
.theme-modal__contact-links { display: grid; gap: 0.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); margin-top: 0.75rem; }
.theme-modal__contact-links a, .theme-modal__address { display: flex; align-items: center; gap: 0.5rem; }
.theme-modal__contact-links a:hover { color: var(--color-foreground); }
.theme-contact-form { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
.theme-contact-form[hidden] { display: none; }
.theme-contact-form__row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 480px) { .theme-contact-form__row { grid-template-columns: repeat(2, 1fr); } }
.theme-form-field label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-family: var(--font-display); font-weight: 600; margin-bottom: 0.375rem; display: block; }
.theme-form-field input, .theme-form-field textarea {
	width: 100%; padding: 0.625rem 0.75rem; background: var(--color-background); border: 1px solid var(--color-border);
	font-size: 1rem; color: var(--color-foreground); font-family: var(--font-body);
}
.theme-form-field textarea { resize: none; }
.theme-form-field input:focus, .theme-form-field textarea:focus { outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-accent) 40%, transparent); }
.theme-contact-form__actions { display: flex; justify-content: flex-end; }
.theme-modal__success { text-align: center; padding: 2rem 0; }
.theme-modal__success[hidden] { display: none; }
.theme-modal__success-icon { width: 3.5rem; height: 3.5rem; background: var(--color-accent); color: var(--color-accent-foreground); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.theme-modal__success h3 { font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.5rem; }
.theme-modal__success p { font-size: 0.875rem; color: var(--color-muted-foreground); }
body.modal-open { overflow: hidden; }

/* ------------------------------------------------------------------ *
 * 404
 * ------------------------------------------------------------------ */
.theme-404 { padding: 6rem 0; text-align: center; }
.theme-404__eyebrow { justify-content: center; }
.theme-404__title { font-family: var(--font-display); text-transform: uppercase; font-size: 2.5rem; margin: 1rem 0; }
.theme-404__text { color: var(--color-muted-foreground); margin-bottom: 2rem; }

/* ------------------------------------------------------------------ *
 * QUANTITY WRAPPER (shared, Section 11.6/11.5.3)
 * ------------------------------------------------------------------ */
.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); background: var(--color-background); }
.theme-quantity-wrapper button { padding: 0.75rem 1rem; transition: background 0.2s; }
.theme-quantity-wrapper button:hover { background: var(--color-card); }
.theme-quantity-wrapper input[type="number"] {
	width: 52px; text-align: center; border: none; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border);
	background: transparent; padding: 0.75rem 0; font-family: var(--font-display); font-size: 0.875rem;
	-moz-appearance: textfield;
}
.theme-quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.theme-quantity-wrapper input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.theme-quantity-wrapper--sm button { padding: 0.375rem 0.5rem; }
.theme-quantity-wrapper--sm span { padding: 0.375rem 0.75rem; font-size: 0.75rem; font-family: var(--font-display); min-width: 32px; text-align: center; display: inline-block; }

/* ------------------------------------------------------------------ *
 * SINGLE PRODUCT (Section 11, 11.13 responsive)
 * ------------------------------------------------------------------ */
.single-product-main { padding: 0 0 5rem; }
.theme-breadcrumb { padding: 1.5rem 0 2rem; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-foreground); font-family: var(--font-display); }
.theme-breadcrumb a:hover { color: var(--color-accent); }
.theme-breadcrumb__sep { margin: 0 0.5rem; opacity: 0.4; }
.theme-breadcrumb__current { color: color-mix(in srgb, var(--color-foreground) 80%, transparent); text-transform: none; letter-spacing: 0.04em; font-weight: 500; }

.theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: 7fr 5fr; gap: 4rem; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
@media (min-width: 1024px) { .theme-product-info { padding-left: 1rem; position: sticky; top: 7rem; align-self: start; } }

.theme-product-gallery--mobile { display: block !important; }
.theme-product-gallery--desktop { display: none !important; }
@media (min-width: 1024px) {
	.theme-product-gallery--mobile { display: none !important; }
	.theme-product-gallery--desktop {
		display: grid !important;
		grid-template-columns: repeat(12, 1fr);
		gap: 1rem;
	}
}

.theme-product-main-img-wrap {
	position: relative; aspect-ratio: 1/1; background: var(--color-card);
	border: 1px solid var(--color-border); overflow: hidden; box-shadow: var(--shadow-elevated);
}
.theme-product-main-img-frame {
	position: absolute !important; inset: 0 !important; padding: 0.75rem !important;
	box-sizing: border-box; z-index: 0;
}
.theme-product-main-img-frame--lg { padding: 1rem !important; }
.theme-product-main-img-ring {
	position: relative; width: 100%; height: 100%; overflow: hidden;
	background: var(--color-background);
	outline: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.theme-product-main-img-ring img,
.theme-product-main-img-ring .theme-product-gallery-img,
.theme-product-main-img-ring .cover-img {
	position: absolute !important; inset: 0 !important;
	width: 100% !important; height: 100% !important; max-width: none !important;
	object-fit: cover !important; display: block !important;
}
.theme-product-gallery__badge {
	position: absolute; top: 1.25rem; left: 1.25rem; padding: 0.375rem 0.75rem; font-size: 9px; font-family: var(--font-display);
	letter-spacing: 0.22em; text-transform: uppercase; background: color-mix(in srgb, var(--color-background) 85%, transparent);
	backdrop-filter: blur(4px); outline: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); z-index: 1;
}
.theme-product-gallery__badge--lg { top: 1.5rem; left: 1.5rem; font-size: 10px; letter-spacing: 0.24em; padding: 0.375rem 0.625rem; }

.theme-product-thumbnails { display: flex; gap: 0.75rem; max-width: 100%; }
.theme-product-thumbnails--row { flex-wrap: nowrap; margin-top: 1rem; overflow-x: auto; padding-bottom: 0.25rem; }
.theme-product-thumbnails--col { grid-column: span 2; flex-direction: column; }
.theme-product-main-col { grid-column: span 12; }
.theme-product-main-col--with-thumbs { grid-column: span 10; }
.theme-product-thumb {
	position: relative; width: 80px; height: 80px; flex-shrink: 0; overflow: hidden;
	background: var(--color-card); border: 1px solid var(--color-border); transition: border-color 0.2s;
}
.theme-product-thumbnails--col .theme-product-thumb { width: 100%; height: auto; aspect-ratio: 1/1; }
.theme-product-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transition: opacity 0.2s; display: block; }
.theme-product-thumb:hover { border-color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-product-thumb:hover img { opacity: 1; }
.theme-product-thumb.is-active { border-color: var(--color-accent); }
.theme-product-thumb.is-active img { opacity: 1; }

.product-title { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.01em; font-size: 1.875rem; line-height: 1.05; margin-bottom: 1.25rem; text-wrap: balance; }
@media (min-width: 768px) { .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title { font-size: 2.75rem; } }
.theme-product-price-row { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
.theme-product-price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; font-variant-numeric: tabular-nums; }
@media (min-width: 768px) { .theme-product-price { font-size: 1.75rem; } }
.theme-product-price .price del { color: var(--color-muted-foreground); opacity: 0.6; margin-right: 0.5rem; }
.theme-stock-badge, .theme-product-card__badge--stock { background: var(--color-destructive); color: var(--color-destructive-foreground); padding: 0.25rem 0.5rem; font-size: 9px; font-family: var(--font-display); letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; }
.theme-product-info .laser-divider { margin-bottom: 1.5rem; }
.theme-product-lead { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.7; margin-bottom: 2rem; font-size: 1rem; }

.theme-quantity-label {
	font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; font-family: var(--font-display);
	font-weight: 600; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); margin-bottom: 0.75rem;
}
.theme-quantity-block { margin-bottom: 1.25rem; width: 100%; }
.single-product form.cart,
.theme-add-to-cart-area {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	gap: 0 !important;
	margin-bottom: 1.5rem;
}
.single-product .single_add_to_cart_button,
.theme-add-to-cart-area .single_add_to_cart_button {
	width: 100% !important;
	flex: none !important;
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}
.theme-add-to-cart-area .single_add_to_cart_button .theme-icon {
	width: 14px; height: 14px;
}
.theme-trust-strip { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.theme-trust-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; border: 1px solid var(--color-border); background: var(--color-card); }
.theme-trust-item svg { color: var(--color-accent); flex-shrink: 0; width: 1rem; height: 1rem; }
.theme-trust-item p { font-family: var(--font-display); text-transform: uppercase; font-size: 11px; letter-spacing: 0.14em; font-weight: 600; }
.theme-trust-item span { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted-foreground); }

.theme-product-accordions { margin-top: 2.5rem; border-top: 1px solid var(--color-border); }
.theme-accordion { border-bottom: 1px solid var(--color-border); }
.theme-accordion__toggle {
	width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0;
	text-align: left; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; font-family: var(--font-display); font-weight: 600;
}
.theme-accordion__toggle:hover { color: var(--color-accent); }
.theme-accordion__toggle .theme-icon { width: 1rem; height: 1rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); transition: transform 0.2s; }
.theme-accordion__toggle.is-open .theme-icon { transform: rotate(180deg); }
.theme-accordion__panel { padding-bottom: 1.5rem; }
.theme-accordion__panel[hidden] { display: none; }
.theme-accordion__copy,
.theme-accordion__panel p { font-size: 15px; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.7; margin-bottom: 1rem; }
.theme-accordion__panel p:last-child { margin-bottom: 0; }
.theme-product-details__content ul, .theme-product-details__content li { list-style: none; }
.theme-product-details__content li { font-size: 14px; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); display: flex; align-items: flex-start; line-height: 1.6; margin-bottom: 0.625rem; }
.theme-product-details__content li::before { content: ''; width: 6px; height: 6px; background: var(--color-accent); margin: 0.5rem 0.75rem 0 0; flex-shrink: 0; }
.woocommerce-product-details__short-description, .woocommerce-variation-description, .posted_in { overflow-wrap: break-word; word-break: break-word; }

/* Variations table layout (Section 11.5.1) */
.single-product .variations.shop_attributes tbody,
.single-product .variations tbody tr,
.single-product .variations tbody td { display: block; width: 100%; }
.single-product .variations tbody td.label { padding-bottom: 0.25rem; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: 0.28em; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
.single-product .variations tbody td.value { padding-top: 0; padding-bottom: 1.5rem; }
.single-product .variations select { width: 100%; max-width: 20rem; padding: 0.625rem; border: 1px solid var(--color-border); background: var(--color-background); }
.theme-attr-select-hidden { display: none !important; }
.single_variation_wrap { margin-top: 0; }

.related-products-section { padding: 4rem 0 6rem; border-top: 1px solid var(--color-border); margin-top: 2rem; }
.related-products-section__head { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .related-products-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.related-products-section__head h2 { font-size: 1.875rem; margin-top: 1rem; }
@media (min-width: 768px) { .related-products-section__head h2 { font-size: 2.25rem; } }

/* ------------------------------------------------------------------ *
 * WOOCOMMERCE — ADD TO CART BUTTON OVERRIDE (Section 11.4.1)
 * ------------------------------------------------------------------ */
.single_add_to_cart_button.button,
.add_to_cart_button.button,
a.single_add_to_cart_button,
a.add_to_cart_button {
	background-color: var(--color-primary) !important;
	color: var(--color-button-text) !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-button-text) !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;
}
/* Card compact button — overrides global rules above, must stay after them */
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0 !important;
	border-radius: 0 !important;
	width: 44px !important;
	height: 44px !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; }

.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; }

/* WooCommerce notices scoped visibility (Section 14.1) */
.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	font-family: var(--font-body); border-radius: var(--radius); padding: 1rem 1.5rem; margin: 0 0 1.5rem;
	background: var(--color-card); border-left: 3px solid var(--color-accent); list-style: none;
}
.woocommerce-error { border-left-color: var(--color-destructive); }

/* ------------------------------------------------------------------ *
 * SHOP ARCHIVE
 * ------------------------------------------------------------------ */
.shop-archive-main { padding: 3rem 0 5rem; }
.shop-archive__head { margin-bottom: 2rem; }
.shop-archive__grid { margin-top: 1rem; }

/* ------------------------------------------------------------------ *
 * SIDE CART DRAWER (Section 12)
 * ------------------------------------------------------------------ */
#theme-cart-overlay {
	position: fixed; inset: 0; background: color-mix(in srgb, var(--color-foreground) 40%, transparent);
	backdrop-filter: blur(2px); z-index: 95; opacity: 0; visibility: hidden; transition: opacity 0.3s ease;
}
body.cart-open #theme-cart-overlay { opacity: 1; visibility: visible; }
#theme-cart-drawer {
	position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 26rem; background: var(--color-background);
	z-index: 96; box-shadow: var(--shadow-elevated); border-left: 1px solid var(--color-border);
	display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.4s var(--transition-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 { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 1.25rem; margin-top: 0.375rem; }
.theme-cart-drawer__close { padding: 0.5rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.theme-cart-drawer__close:hover { color: var(--color-accent); }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; }
.theme-cart-drawer__empty-icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: var(--color-card); border: 1px solid var(--color-border); margin-bottom: 1.5rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__empty-title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em; font-size: 1rem; margin-bottom: 0.5rem; }
.theme-cart-drawer__empty-text { font-size: 0.875rem; color: var(--color-muted-foreground); margin-bottom: 2rem; max-width: 20rem; }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); }
.theme-cart-drawer__item:last-child { border-bottom: none; padding-bottom: 0; }
.theme-cart-drawer__item-img { position: relative; width: 80px; height: 96px; flex-shrink: 0; background: var(--color-card); border: 1px solid var(--color-border); overflow: hidden; }
.theme-cart-drawer__item-img img,
.theme-cart-drawer__item-img .theme-cart-drawer__thumb {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	display: block !important;
}
.theme-cart-drawer__item-info { flex: 1; min-width: 0; }
.theme-cart-drawer__item-name { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.04em; font-size: 13px; display: block; }
.theme-cart-drawer__item-name:hover { color: var(--color-accent); }
.theme-cart-drawer__item-price { font-size: 0.875rem; margin-top: 0.25rem; font-variant-numeric: tabular-nums; }
.theme-cart-drawer__item-attrs { font-size: 0.75rem; color: var(--color-muted-foreground); margin-top: 0.25rem; }
.theme-cart-drawer__item-controls { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.75rem; }
.theme-cart-drawer__remove { margin-left: auto; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; font-family: var(--font-display); color: var(--color-muted-foreground); }
.theme-cart-drawer__remove:hover { color: var(--color-accent); }
.theme-cart-drawer__footer { padding: 1.25rem 1.5rem 1.5rem; border-top: 1px solid var(--color-border); background: color-mix(in srgb, var(--color-card) 60%, transparent); }
.theme-cart-drawer__subtotal-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.25rem; font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; }
.theme-cart-drawer__subtotal-row span:first-child { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-muted-foreground); font-weight: 500; }
.theme-cart-drawer__note { font-size: 11px; color: var(--color-muted-foreground); margin-bottom: 1.25rem; }
.theme-cart-drawer__checkout { width: 100%; }
.theme-cart-drawer__empty-btn { margin-top: 0.75rem; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; font-family: var(--font-display); color: var(--color-muted-foreground); padding: 0.5rem; }
.theme-cart-drawer__empty-btn:hover { color: var(--color-accent); }

/* ------------------------------------------------------------------ *
 * CHECKOUT BLOCK (Section 13)
 * ------------------------------------------------------------------ */
body.woocommerce-checkout .site-main { padding-top: var(--header-height); padding-bottom: 4rem; }
body.woocommerce-checkout .entry-content { max-width: 100%; }
body.woocommerce-checkout .page-title { font-size: 2rem; margin-bottom: 2rem; }

@media (min-width: 768px) {
	/* Wrapper externo: flujo normal, NO grid (evita grillas anidadas) */
	body.woocommerce-checkout .wc-block-checkout {
		display: block !important;
	}
	/* Única grilla 50/50: padre directo de __main y __sidebar */
	body.woocommerce-checkout .wc-block-components-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: var(--checkout-gap) !important;
		align-items: start !important;
	}
	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wc-block-components-main,
	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar {
		width: 100% !important;
		max-width: none !important;
		flex-basis: auto !important;
		margin: 0 !important;
		min-width: 0 !important;
	}
}
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
	min-width: 0; width: 100%; max-width: none;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .wc-block-components-select select {
	width: 100% !important;
	max-width: none !important;
	border: 1px solid var(--color-border) !important;
	background: var(--color-background) !important;
	color: var(--color-foreground) !important;
	font-family: var(--font-body) !important;
	font-size: 1rem !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	/* NO padding / height — conservar internals WC floating-label */
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-textarea textarea:focus,
body.woocommerce-checkout .wc-block-components-select select:focus {
	border-color: var(--color-accent) !important;
	outline: none !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-accent) 30%, transparent) !important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: var(--color-card);
	border-radius: var(--card-radius);
	padding: var(--section-padding);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: var(--color-primary) !important; color: var(--color-primary-foreground) !important; border-radius: var(--btn-radius) !important;
	text-transform: none !important; font-family: var(--font-body) !important;
}
body.woocommerce-checkout .wc-block-components-notice-banner { border-radius: var(--radius); }

/* ------------------------------------------------------------------ *
 * THANK YOU PAGE (Section 22.8)
 * ------------------------------------------------------------------ */
body.theme-thankyou-page { overflow-x: clip; }
.theme-thankyou { padding: 5rem 0 7rem; max-width: 42rem; margin: 0 auto; text-align: center; }
.theme-thankyou__icon { width: 64px; height: 64px; background: var(--color-foreground); color: var(--color-accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; border: 1px solid var(--color-accent); }
.theme-thankyou__eyebrow { justify-content: center; }
.theme-thankyou__title { font-family: var(--font-display); text-transform: uppercase; font-size: 2.5rem; margin: 1.5rem 0; }
.theme-thankyou__divider { max-width: 16rem; margin: 0 auto 1.5rem; }
.theme-thankyou__cta { margin-top: 2rem; }
body.theme-thankyou-page .woocommerce-order-overview { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; padding: 0; margin: 1.5rem 0; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; margin-top: 1rem; }
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.375rem; }
@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; overflow-wrap: break-word; }
