/*
 * Beads with Intention — theme stylesheet.
 * Author: The Free Website Guys
 */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Karla:wght@300;400;500;600;700&display=swap');

/* ------------------------------------------------------------------ */
/* Tokens (fallback values — real values are emitted inline, Section 6.1) */
/* ------------------------------------------------------------------ */
:root {
	--color-background: #150d19;
	--color-foreground: #f0e9dd;
	--color-card: #221a27;
	--color-card-foreground: #f0e9dd;
	--color-primary: #392b44;
	--color-primary-foreground: #fbf8f3;
	--color-secondary: #261d2c;
	--color-muted-foreground: #bcac9c;
	--color-accent: #d9ae4f;
	--color-accent-foreground: #1c131f;
	--color-border: #362b3d;
	--color-destructive: #d92a2a;
	--logo-height: 60px;

	--font-display: 'Marcellus', ui-serif, Georgia, serif;
	--font-body: 'Karla', ui-sans-serif, system-ui, sans-serif;

	--radius-lg: 1rem;
	--radius-md: 0.875rem;
	--radius-xl: 0.75rem;
	--radius-sm: 0.625rem;

	--shadow-soft: 0 8px 28px -10px rgba(0,0,0,0.7);
	--shadow-elevated: 0 20px 52px -16px rgba(0,0,0,0.85);
	--transition-smooth: cubic-bezier(0.25, 0.4, 0.25, 1);

	--btn-radius: 999px;
	--btn-height: 3rem;
	--btn-padding: 0 2rem;
	--btn-font-size: 0.75rem;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.18em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.75rem;
	--color-button-text: var(--color-accent-foreground);
	--header-height: 84px;
	--checkout-gap: 2rem;
	--card-radius: var(--radius-lg);
	--section-padding: 2rem;
	--text-section-heading: 1.875rem;
	--text-section-heading-lg: 3rem;
}

/* ------------------------------------------------------------------ */
/* Base / reset                                                       */
/* ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { background-color: var(--color-background); scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img, video { max-width: 100%; display: block; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: inherit;
	letter-spacing: -0.01em;
	margin: 0;
}
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.text-display { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

img:not(.no-round):not(.rounded-full):not(.rounded-none),
video:not(.no-round) { border-radius: var(--radius-md); }

/* Cover-image exclusion list (Section 15.1 completeness rule) */
img:not(.cover-img):not(.hero-bg-img):not(.product-card-img) {
	max-width: 100%;
	height: auto;
}
.cover-img, .hero-bg-img, .product-card-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

.label-eyebrow {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-accent);
}
.nav-link { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; transition: color 0.3s; }
.chip, .theme-shop-chip, .theme-cart-count, .badge { border-radius: 999px; }

.theme-section { padding: 5rem 0; border-top: 1px solid var(--color-border); }
@media (min-width: 640px) { .theme-section { padding: 7rem 0; } }
.theme-section__intro { max-width: 48rem; }
.theme-section__intro--center { max-width: 48rem; margin: 0 auto; text-align: center; }
.theme-section__body { margin-top: 1.5rem; color: var(--color-muted-foreground); }
.section-heading {
	margin-top: 1rem;
	line-height: 1.25;
	font-size: var(--text-section-heading);
}
@media (min-width: 640px) {
	.section-heading { font-size: var(--text-section-heading-lg); }
}

/* ------------------------------------------------------------------ */
/* Interaction utilities                                               */
/* ------------------------------------------------------------------ */
.hover-lift { transition: transform 0.45s var(--transition-smooth), box-shadow 0.45s var(--transition-smooth), border-color 0.3s ease; will-change: transform; }
.hover-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); border-color: color-mix(in srgb, var(--color-accent) 45%, transparent); }
.press { transition: transform 0.18s ease; }
.press:active { transform: scale(0.97); }
.icon-slide svg { transition: transform 0.3s var(--transition-smooth); }
.icon-slide:hover svg { transform: translateX(3px); }
.icon-spin svg { transition: transform 0.4s var(--transition-smooth); }
.icon-spin:hover svg { transform: rotate(90deg); }
.card-hover { transition: box-shadow 0.5s var(--transition-smooth); }
.card-hover:hover { box-shadow: var(--shadow-elevated); }
.image-zoom, .theme-product-card__image-link img { transition: transform 0.7s ease-out; }
.link-underline { position: relative; display: inline-block; }
.link-underline::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--transition-smooth); }
.link-underline:hover::after { transform: scaleX(1); }

.btn-cta {
	background-color: var(--color-accent);
	color: var(--color-accent-foreground);
	border: 1px solid var(--color-accent);
	border-radius: 999px;
	height: 3rem;
	padding: 0 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s var(--transition-smooth);
}
.btn-cta:hover { background-color: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }

.theme-btn-outline {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	height: 3rem; padding: 0 2rem; border-radius: 999px; border: 1px solid var(--color-border);
	font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
	color: var(--color-foreground); background: transparent; transition: color 0.3s, border-color 0.3s;
}
.theme-btn-outline:hover { border-color: var(--color-accent); color: var(--color-accent); }
.theme-btn-primary { background-color: var(--color-accent); color: var(--color-accent-foreground); border: none; border-radius: 999px; }
.theme-btn-sm { height: 2.75rem; padding: 0 1rem; font-size: 0.7rem; }

.chip {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
	padding: 0.5rem 1.25rem; min-height: 2.75rem; font-size: 13px; border: 1px solid var(--color-border);
	color: var(--color-muted-foreground); background: transparent; transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.chip.is-active, .theme-shop-chip.is-active { background-color: var(--color-accent); color: var(--color-accent-foreground); border-color: var(--color-accent); }
.chip:hover { border-color: var(--color-accent); color: var(--color-accent); }

.theme-select {
	height: 3rem; width: 100%; border-radius: 999px; border: 1px solid var(--color-border);
	background: var(--color-card); color: var(--color-foreground); padding: 0 1rem; font-size: 0.875rem;
}
.theme-select:focus { outline: none; border-color: var(--color-accent); }

.theme-field { display: flex; flex-direction: column; gap: 0.5rem; font-size: 13px; }
.theme-field__label { letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-field__input, .theme-field__textarea {
	height: 3rem; border-radius: var(--radius-xl); border: 1px solid var(--color-border);
	background: var(--color-card); color: var(--color-foreground); padding: 0 1rem; font-size: 1rem;
}
.theme-field__textarea { height: auto; padding: 1rem; }
.theme-field__input:focus, .theme-field__textarea:focus { outline: none; border-color: var(--color-accent); }

/* ------------------------------------------------------------------ */
/* Reveal / motion (Section 2.1)                                      */
/* ------------------------------------------------------------------ */
.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
body.is-customizer .reveal-item { opacity: 1 !important; transform: none !important; }
.theme-product-card-wrap.reveal-item { opacity: 0; transform: translateY(28px); }
.theme-product-card-wrap.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
	.reveal-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.hover-lift, .press, .icon-slide svg, .icon-spin svg { transition: none; }
	.hover-lift:hover { transform: none; }
}
.motion-reduce-hide { display: block; }
.motion-reduce-show { display: none; }
@media (prefers-reduced-motion: reduce) {
	.motion-reduce-hide { display: none; }
	.motion-reduce-show { display: block; }
}
.hero-media { background-attachment: scroll; }
@media (max-width: 1023px) {
	.hero-media, .hero-media > * { transform: none !important; animation: none !important; will-change: auto; }
}

/* ------------------------------------------------------------------ */
/* Scroll progress bar                                                 */
/* ------------------------------------------------------------------ */
.theme-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 70;
	height: 2px;
	pointer-events: none;
}
.theme-scroll-progress__bar {
	height: 100%;
	background: var(--color-accent);
	transform-origin: 0% 50%;
	transform: scaleX(0);
	transition: transform 0.1s ease-out;
}
@media (prefers-reduced-motion: reduce) {
	.theme-scroll-progress { display: none; }
}

/* ------------------------------------------------------------------ */
/* Header                                                              */
/* ------------------------------------------------------------------ */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 60;
	padding: 1rem 0; background: transparent; transition: background-color 0.5s, padding 0.5s, border-color 0.5s;
	border-bottom: 1px solid transparent;
}
.site-header.is-solid { background-color: var(--color-background); border-bottom-color: var(--color-border); padding: 0.5rem 0; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.site-logo-img { height: 60px; width: 60px; height: var(--logo-height,60px); width: var(--logo-height,60px); flex-shrink: 0; transition: transform 0.5s; object-fit: contain; }
@media (min-width: 640px) {
	.site-logo-img { height: 72px; width: 72px; }
}
.site-logo:hover .site-logo-img { transform: rotate(8deg); }
.site-logo-meta { display: flex; flex-direction: column; min-width: 0; }
.site-logo-brand, .site-logo-text { font-family: var(--font-display); font-size: 1.25rem; line-height: 1; color: var(--color-foreground); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-logo-tagline { display: none; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-accent); margin-top: 0.25rem; }
@media (min-width: 640px) {
	.site-logo-brand, .site-logo-text { font-size: 1.5rem; }
	.site-logo-tagline { display: block; }
}
.site-nav { display: none; }
@media (min-width: 1024px) {
	.site-nav { display: flex; }
	.theme-nav-list { display: flex; align-items: center; gap: 2rem; }
	.theme-nav-list a { color: color-mix(in srgb, var(--color-foreground) 80%, transparent); }
	.theme-nav-list a:hover { color: var(--color-accent); }
}
.site-header__actions { display: flex; align-items: center; gap: 0.5rem; }
.theme-cart-toggle {
	position: relative; height: 2.75rem; width: 2.75rem; display: inline-flex; align-items: center; justify-content: center;
	border-radius: 999px; border: 1px solid var(--color-border); background: transparent; color: var(--color-foreground);
	transition: border-color 0.3s, color 0.3s;
}
.theme-cart-toggle:hover { border-color: var(--color-accent); color: var(--color-accent); }
.theme-cart-count {
	position: absolute; top: -0.25rem; right: -0.25rem; min-width: 1.25rem; height: 1.25rem; padding: 0 0.25rem;
	background: var(--color-accent); color: var(--color-accent-foreground); font-size: 12px; font-weight: 600;
	display: flex; align-items: center; justify-content: center;
}
.theme-cart-count:empty { display: none; }
.theme-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; height: 2.75rem; width: 2.75rem; border-radius: 999px; border: 1px solid var(--color-border); background: transparent; color: var(--color-foreground); }
.theme-mobile-toggle .icon-close { display: none; }
.theme-mobile-toggle[aria-expanded="true"] .icon-menu { display: none; }
.theme-mobile-toggle[aria-expanded="true"] .icon-close { display: block; }
@media (min-width: 1024px) { .theme-mobile-toggle { display: none; } }
.theme-mobile-menu { display: none; padding-top: 1rem; padding-bottom: 1.5rem; }
.theme-mobile-menu.is-open { display: block; }
.theme-mobile-menu__inner { padding-top: 1rem; }
.theme-mobile-nav-list, .theme-mobile-menu .theme-nav-list { display: flex; flex-direction: column; gap: 0.25rem; border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 0.75rem; }
.theme-mobile-nav-list a, .theme-mobile-menu .theme-nav-list a { display: block; padding: 0.75rem 1rem; border-radius: var(--radius-xl); }
.theme-mobile-nav-list a:hover, .theme-mobile-menu .theme-nav-list a:hover { background: var(--color-secondary); }
@media (min-width: 1024px) { .theme-mobile-menu { display: none !important; } }

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

/* ------------------------------------------------------------------ */
/* Hero                                                                */
/* ------------------------------------------------------------------ */
.theme-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 7rem 0 5rem; overflow: hidden; }
.theme-hero__media { position: absolute; inset: 0; }
.theme-hero__video, .theme-hero__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.theme-hero__gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--color-background) 0%, color-mix(in srgb, var(--color-background) 90%, transparent) 45%, color-mix(in srgb, var(--color-background) 40%, transparent) 100%); }
.theme-hero__content { position: relative; }
.theme-hero__inner { max-width: 42rem; }
.theme-hero__title { margin-top: 1.25rem; font-size: 2.25rem; line-height: 1.05; }
@media (min-width: 640px) { .theme-hero__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .theme-hero__title { font-size: 4.5rem; } }
.theme-hero__subtitle { margin-top: 1.5rem; font-size: 1.125rem; color: var(--color-muted-foreground); max-width: 36rem; }
.theme-hero__ctas { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .theme-hero__ctas { flex-direction: row; } }
.theme-hero__stats { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; max-width: 28rem; }
.theme-hero__stat-value { font-size: 1.875rem; color: var(--color-accent); }
.theme-hero__stat-label { margin-top: 0.25rem; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* About                                                               */
/* ------------------------------------------------------------------ */
.theme-about-grid { margin-top: 3.5rem; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .theme-about-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.theme-about-card { height: 100%; border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 1.75rem; }
.theme-about-card__icon { color: var(--color-accent); display: inline-flex; }
.theme-about-card__title { margin-top: 1.25rem; font-size: 1.5rem; }
.theme-about-card__body { margin-top: 0.75rem; font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* Disclaimer                                                          */
/* ------------------------------------------------------------------ */
.theme-disclaimer-card { display: flex; gap: 1rem; border-radius: 1.5rem; border: 1px solid color-mix(in srgb, var(--color-accent) 30%, transparent); background: var(--color-card); padding: 1.75rem 2.25rem; }
.theme-disclaimer-card__icon { color: var(--color-accent); flex-shrink: 0; margin-top: 0.2rem; }
.theme-disclaimer-card__title { font-size: 1.5rem; }
.theme-disclaimer-card__body { margin-top: 0.75rem; font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* Shop                                                                */
/* ------------------------------------------------------------------ */
.theme-shop-header { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 1024px) { .theme-shop-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.theme-shop-header__count { font-size: 13px; color: var(--color-muted-foreground); white-space: nowrap; }
.theme-shop-controls { margin-top: 2.25rem; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .theme-shop-controls { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.theme-shop-search { position: relative; }
.theme-shop-search svg { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--color-muted-foreground); }
.theme-shop-search input { width: 100%; height: 3rem; border-radius: 999px; border: 1px solid var(--color-border); background: var(--color-card); color: var(--color-foreground); padding: 0 1rem 0 2.75rem; font-size: 0.875rem; }
.theme-shop-search input:focus { outline: none; border-color: var(--color-accent); }
.theme-shop-chips { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-empty-state { margin-top: 2.5rem; border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 2.5rem; text-align: center; }
.theme-empty-state__title { font-size: 1.125rem; }
.theme-empty-state__body { margin-top: 0.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-empty-state__cta, .theme-empty-state button { margin-top: 1.5rem; }

.theme-product-grid, ul.products {
	margin: 2.5rem 0 0; padding: 0; display: grid; gap: 1.5rem; grid-template-columns: 1fr; list-style: none;
	align-items: stretch;
}
@media (min-width: 640px) { .theme-product-grid, ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .theme-product-grid, ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); } }
[data-shop-hidden] { display: none !important; }

.theme-product-card-wrap {
	display: flex; flex-direction: column; height: 100%;
	border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); overflow: hidden;
}
.theme-product-card__image-link { position: relative; display: block; overflow: hidden; background: var(--color-secondary); aspect-ratio: 1 / 1; }
.theme-product-card__image-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.theme-product-card-wrap:hover .theme-product-card__image-link img { transform: scale(1.06); }
.theme-product-card__badge { position: absolute; top: 0.75rem; left: 0.75rem; background: color-mix(in srgb, var(--color-background) 90%, transparent); color: var(--color-accent); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.25rem 0.75rem; }
.theme-product-card__stock-badge { position: absolute; top: 0.75rem; right: 0.75rem; background: var(--color-destructive); color: #fff; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.25rem 0.65rem; }
.theme-product-card__body { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.25rem; flex: 1; }
.theme-product-card__info { flex: 1; min-width: 0; }
.theme-product-card__title { font-size: 1.25rem; line-height: 1.3; }
.theme-product-card__title a:hover { color: var(--color-accent); }
.theme-product-card__meta { margin-top: 0.25rem; font-size: 13px; color: var(--color-muted-foreground); }
.theme-product-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding-top: 0.75rem; border-top: 1px solid var(--color-border); min-width: 0; }
.theme-product-card__price { font-size: 1.125rem; font-weight: 500; min-width: 0; }
.theme-product-card__price .woocommerce-Price-amount { font-family: var(--font-body); }
.theme-product-card__actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

.theme-shop-viewall { margin-top: 2.5rem; display: flex; justify-content: center; }
.theme-trust-grid { margin-top: 3rem; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .theme-trust-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.theme-trust-badge { display: flex; gap: 0.75rem; border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 1.25rem; font-size: 13px; color: var(--color-muted-foreground); }
.theme-trust-badge__icon { color: var(--color-accent); flex-shrink: 0; }

/* ------------------------------------------------------------------ */
/* Custom order form                                                   */
/* ------------------------------------------------------------------ */
.theme-custom-order-form { margin-top: 2.5rem; max-width: 48rem; margin-left: auto; margin-right: auto; border-radius: 1.5rem; border: 1px solid var(--color-border); background: var(--color-card); padding: 1.5rem; }
@media (min-width: 640px) { .theme-custom-order-form { padding: 2.25rem; } }
.theme-custom-order-form__steps { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.theme-custom-order-form__step { display: flex; align-items: center; gap: 0.75rem; }
.theme-custom-order-form__step-btn { display: flex; align-items: center; gap: 0.5rem; background: none; border: none; color: inherit; padding: 0; }
.theme-custom-order-form__step-num { height: 2rem; width: 2rem; border-radius: 999px; border: 1px solid var(--color-border); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--color-muted-foreground); }
.theme-custom-order-form__step.is-active .theme-custom-order-form__step-num { border-color: var(--color-accent); background: var(--color-accent); color: var(--color-accent-foreground); }
.theme-custom-order-form__step.is-done .theme-custom-order-form__step-num { border-color: var(--color-accent); color: var(--color-accent); }
.theme-custom-order-form__step-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-custom-order-form__step.is-active .theme-custom-order-form__step-label { color: var(--color-foreground); }
.theme-custom-order-form__step-rule { display: none; height: 1px; width: 2rem; background: var(--color-border); }
@media (min-width: 640px) { .theme-custom-order-form__step-rule { display: block; } }
.theme-custom-order-form__progress { margin-top: 1.5rem; height: 4px; width: 100%; border-radius: 999px; background: var(--color-border); overflow: hidden; }
.theme-custom-order-form__progress-bar { height: 100%; border-radius: 999px; background: var(--color-accent); transition: width 0.5s; width: 33.33%; }
.theme-custom-order-form__step-title { margin-top: 1.5rem; font-family: var(--font-display); font-size: 1.25rem; }
@media (min-width: 640px) { .theme-custom-order-form__step-title { font-size: 1.5rem; } }
.theme-custom-order-form__panels { margin-top: 1.5rem; min-height: 280px; }
.theme-custom-order-form__panel { display: none; flex-direction: column; gap: 1.25rem; animation: theme-fade-slide-in 0.28s ease-out; }
.theme-custom-order-form__panel.is-active { display: flex; }
@keyframes theme-fade-slide-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.theme-custom-order-form__summary { border-radius: var(--radius-md); border: 1px solid var(--color-border); background: var(--color-background); padding: 1.25rem; font-size: 13px; color: var(--color-muted-foreground); }
.theme-custom-order-form__summary p:not(.label-eyebrow) { margin-top: 0.5rem; color: var(--color-foreground); }
.theme-custom-order-form__controls { margin-top: 2rem; border-top: 1px solid var(--color-border); padding-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .theme-custom-order-form__controls { flex-direction: row; align-items: center; justify-content: space-between; } }
.theme-custom-order-form__controls button:disabled { opacity: 0.4; pointer-events: none; }
.theme-custom-order-form__step-count { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-muted-foreground); order: 3; }
@media (min-width: 640px) { .theme-custom-order-form__step-count { order: 0; } }

/* ------------------------------------------------------------------ */
/* Story                                                                */
/* ------------------------------------------------------------------ */
.theme-story-grid { display: grid; gap: 3rem; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 1024px) { .theme-story-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.theme-story-image { position: relative; width: 100%; max-height: 560px; height: 420px; border-radius: 1.5rem; }
@media (min-width: 640px) { .theme-story-image { height: 560px; } }
.theme-story-text { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* FAQ                                                                  */
/* ------------------------------------------------------------------ */
.theme-faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-faq-item { border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); overflow: hidden; }
.theme-faq-item__question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.25rem 1.5rem; background: none; border: none; color: inherit; transition: color 0.3s; }
.theme-faq-item__question:hover { color: var(--color-accent); }
.theme-faq-item__question span { font-size: 1.125rem; }
.theme-faq-item__icon-plus, .theme-faq-item__icon-minus { color: var(--color-accent); flex-shrink: 0; }
.theme-faq-item__icon-minus { display: none; }
.theme-faq-item__question[aria-expanded="true"] .theme-faq-item__icon-plus { display: none; }
.theme-faq-item__question[aria-expanded="true"] .theme-faq-item__icon-minus { display: block; }
.theme-faq-item__answer { padding: 0 1.5rem 1.5rem; margin-top: -0.25rem; font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* Contact                                                              */
/* ------------------------------------------------------------------ */
.contact-section { position: relative; overflow: hidden; }
.theme-contact__video, .theme-contact__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-position: center; }
.theme-contact__gradient { position: absolute; inset: 0; background: linear-gradient(135deg, color-mix(in srgb, var(--color-secondary) 92%, transparent), color-mix(in srgb, var(--color-secondary) 85%, transparent), color-mix(in srgb, var(--color-secondary) 92%, transparent)); }
.theme-contact__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.2); }
.theme-contact__grid { position: relative; display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 1024px) { .theme-contact__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.theme-contact-list { display: grid; gap: 1rem; }
.theme-contact-card { display: flex; align-items: center; gap: 1rem; border-radius: var(--radius-lg); border: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent); background: color-mix(in srgb, var(--color-card) 80%, transparent); padding: 1.25rem; transition: border-color 0.3s; }
.theme-contact-card:hover { border-color: var(--color-accent); }
.theme-contact-card svg { color: var(--color-accent); flex-shrink: 0; }
.theme-contact-card__label { display: block; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-contact-card__value { font-size: 1rem; word-break: break-all; }
.theme-contact-card--static { font-size: 0.875rem; color: var(--color-muted-foreground); }

/* ------------------------------------------------------------------ */
/* Footer                                                               */
/* ------------------------------------------------------------------ */
.site-footer { border-top: 1px solid var(--color-border); background: var(--color-card); }
.site-footer__grid { padding: 3.5rem 0; display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.site-footer__logo { height: 84px; width: 84px; margin-bottom: 1rem; object-fit: contain; }
.site-footer__brand-name { font-size: 1.5rem; }
.site-footer__tagline { margin-top: 0.75rem; font-size: 0.875rem; color: var(--color-muted-foreground); max-width: 20rem; }
.site-footer__links, .site-footer__contact { margin-top: 1rem; display: flex; flex-direction: column; font-size: 0.875rem; color: var(--color-muted-foreground); }
.site-footer__links { gap: 0.5rem; }
.site-footer__contact { gap: 0.75rem; }
.site-footer__contact-link, .site-footer__contact-static { display: inline-flex; align-items: center; gap: 0.5rem; }
.site-footer__contact-link:hover { color: var(--color-accent); }
.site-footer__contact-link svg, .site-footer__contact-static svg { color: var(--color-accent); }
.site-footer__bottom { border-top: 1px solid var(--color-border); }
.site-footer__bottom-inner { padding: 1.5rem 0; display: flex; flex-direction: column; gap: 0.75rem; font-size: 12px; color: var(--color-muted-foreground); }
@media (min-width: 640px) { .site-footer__bottom-inner { flex-direction: row; align-items: center; justify-content: space-between; } }
@media (max-width: 767px) {
	.site-footer { padding-inline: 1.5rem; }
	.site-footer .container-wide { padding-inline: 0; }
	.site-footer__tagline,
	.site-footer__bottom-inner p,
	.site-footer__contact-link { overflow-wrap: anywhere; word-break: break-word; }
}

/* ------------------------------------------------------------------ */
/* Generic page / 404                                                   */
/* ------------------------------------------------------------------ */
.site-main { min-height: 40vh; }
.theme-generic-page, .theme-404 { padding: 7rem 0 5rem; }
.theme-page-shell { padding-top: 2rem; }
.page-title { font-size: 2rem; margin-bottom: 1.5rem; }
.theme-404__inner { text-align: center; padding-top: 2rem; }
.theme-404__title { font-size: 2.5rem; }
.theme-404__body { margin-top: 1rem; color: var(--color-muted-foreground); }
.theme-404__cta { margin-top: 2rem; }

/* ------------------------------------------------------------------ */
/* Single product                                                       */
/* ------------------------------------------------------------------ */
.single-product .site-main { padding: 7rem 0 5rem; }
.theme-back-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 13px; color: var(--color-muted-foreground); transition: color 0.3s; }
.theme-back-link:hover { color: var(--color-accent); }
.theme-product-layout { margin-top: 2rem; display: grid; gap: 2.5rem; grid-template-columns: 1fr; min-width: 0; }
@media (min-width: 1024px) { .theme-product-layout { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4rem; } }
.theme-product-gallery, .theme-product-info { min-width: 0; max-width: 100%; }
.theme-product-gallery__main { position: relative; aspect-ratio: 1 / 1; border-radius: 1.5rem; overflow: hidden; border: 1px solid var(--color-border); }
.theme-product-thumbnails { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.75rem; max-width: 100%; }
.theme-product-thumb { width: 4.5rem; height: 4.5rem; border-radius: var(--radius-md); overflow: hidden; border: 2px solid transparent; padding: 0; background: none; flex-shrink: 0; }
.theme-product-thumb.is-active { border-color: var(--color-accent); }
.theme-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.theme-product-info__title { margin-top: 1rem; font-size: 1.875rem; line-height: 1.15; }
@media (min-width: 640px) { .theme-product-info__title { font-size: 3rem; } }
.theme-product-info__price { margin-top: 1rem; font-size: 1.5rem; color: var(--color-accent); font-family: var(--font-body); font-weight: 500; }
.theme-product-info__meta { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; max-width: 24rem; font-size: 0.875rem; }
.theme-product-info__meta-card { border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 1rem; }
.theme-product-info__meta-card dt { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-muted-foreground); }
.theme-product-info__meta-card dd { margin-top: 0.25rem; }
.theme-stock-indicator--out { margin-top: 1rem; font-weight: 600; color: var(--color-destructive); }
.theme-product-info__description { margin-top: 1.5rem; color: var(--color-muted-foreground); overflow-wrap: break-word; word-break: break-word; }
.theme-product-info__details { margin-top: 2rem; }
.theme-product-info__details-title { font-family: var(--font-body); font-weight: 600; font-size: 1rem; text-transform: none; }
.woocommerce-product-details__short-description { margin-top: 0.75rem; color: var(--color-muted-foreground); overflow-wrap: break-word; word-break: break-word; }
.theme-product-info__note { margin-top: 2rem; border-radius: var(--radius-lg); border: 1px solid color-mix(in srgb, var(--color-accent) 30%, transparent); background: var(--color-card); padding: 1.25rem; font-size: 13px; color: var(--color-muted-foreground); }
.posted_in { overflow-wrap: break-word; word-break: break-word; }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border-radius: 999px; border: 1px solid var(--color-border); }
.theme-quantity-wrapper button { height: 2.75rem; width: 2.75rem; display: inline-flex; align-items: center; justify-content: center; background: none; border: none; color: var(--color-foreground); }
.theme-quantity-wrapper button:hover { color: var(--color-accent); }
.theme-qty-input { width: 2.5rem; text-align: center; background: none; border: none; color: var(--color-foreground); font-size: 1rem; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.theme-quantity-wrapper--sm button { height: 2.25rem; width: 2.25rem; }
.theme-quantity-wrapper__value { width: 1.5rem; text-align: center; font-size: 0.875rem; }

.theme-add-to-cart-area { margin-top: 1.25rem; display: flex; align-items: stretch; flex-wrap: wrap; gap: 0.75rem; }
.single_add_to_cart_button.button { flex: 1 1 auto; min-width: 160px; }
.theme-buy-now { flex: 1 1 auto; min-width: 160px; }

.theme-related-products { margin-top: 5rem; border-top: 1px solid var(--color-border); padding-top: 3.5rem; }
.theme-related-products__title { font-size: 1.5rem; }
@media (min-width: 640px) { .theme-related-products__title { font-size: 1.875rem; } }

/* 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-weight: 600; }
.single-product .variations tbody td.value { padding-top: 0; }
.single-product .variations select { height: 3rem; width: 100%; max-width: 20rem; border-radius: var(--radius-md); border: 1px solid var(--color-border); background: var(--color-card); color: var(--color-foreground); padding: 0 1rem; }
.theme-archive-header { padding-top: 1rem; }
.theme-archive-header__title { margin-top: 0.75rem; font-size: 2.25rem; }
.woocommerce-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.woocommerce-pagination ul { display: flex; gap: 0.5rem; }
.woocommerce-pagination a, .woocommerce-pagination span {
	display: inline-flex; align-items: center; justify-content: center; height: 2.5rem; min-width: 2.5rem;
	border-radius: 999px; border: 1px solid var(--color-border); color: var(--color-foreground); padding: 0 0.75rem;
}
.woocommerce-pagination .current { background: var(--color-accent); color: var(--color-accent-foreground); border-color: var(--color-accent); }

/* ------------------------------------------------------------------ */
/* WooCommerce global overrides (Section 14)                            */
/* ------------------------------------------------------------------ */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	border-radius: var(--radius-md); border: 1px solid var(--color-border); background: var(--color-card);
	color: var(--color-foreground); font-family: var(--font-body); padding: 1rem 1.5rem; list-style: none; margin: 0 0 1.5rem;
}
.woocommerce-error { border-color: var(--color-destructive); }
.single-product .woocommerce-message,
.single-product .woocommerce-info,
.archive.woocommerce .woocommerce-message,
.archive.woocommerce .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.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_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-accent) !important;
	color: var(--color-accent-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;
	gap: 0.5rem !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-accent) !important;
	color: var(--color-accent-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-accent) !important;
}
.single-product .single_add_to_cart_button,
.single_add_to_cart_button.button { text-transform: none !important; }

/* Card compact button — overrides global rules, placed after them */
.theme-product-card-wrap .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	height: 2.75rem !important;
	padding: 0 1rem !important;
	border-radius: 999px !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; }

/* ------------------------------------------------------------------ */
/* Side cart (Section 12 / 31.6)                                        */
/* ------------------------------------------------------------------ */
#theme-cart-overlay {
	position: fixed; inset: 0; z-index: 80; background: color-mix(in srgb, var(--color-background) 80%, transparent);
	opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer {
	position: fixed; top: 0; right: 0; z-index: 90; height: 100%; width: 100%; max-width: 28rem;
	background: var(--color-card); border-left: 1px solid var(--color-border); display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform 0.5s 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 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__title { display: flex; align-items: center; gap: 0.5rem; font-size: 1.25rem; }
.theme-cart-drawer__title svg { color: var(--color-accent); }
.theme-cart-drawer__close { height: 2.5rem; width: 2.5rem; border-radius: 999px; border: 1px solid var(--color-border); background: none; display: inline-flex; align-items: center; justify-content: center; color: var(--color-foreground); }
.theme-cart-drawer__close:hover { color: var(--color-accent); border-color: var(--color-accent); }
.theme-cart-drawer__body { flex: 1; overflow-y: auto; padding: 1.25rem; }
.theme-cart-drawer__empty { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__items { display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; }
.theme-cart-drawer__item-image { flex-shrink: 0; width: 6rem; height: 6rem; border-radius: var(--radius-md); overflow: hidden; }
.theme-cart-drawer__item-image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-drawer__item-info { flex: 1; min-width: 0; }
.theme-cart-drawer__item-title { font-size: 1rem; line-height: 1.3; }
.theme-cart-drawer__item-title:hover { color: var(--color-accent); }
.theme-cart-drawer__item-meta { font-size: 13px; color: var(--color-muted-foreground); }
.theme-cart-drawer__item-controls { margin-top: 0.5rem; display: flex; align-items: center; gap: 0.75rem; }
.theme-cart-drawer__remove { height: 2.25rem; width: 2.25rem; border-radius: 999px; border: 1px solid var(--color-border); background: none; display: inline-flex; align-items: center; justify-content: center; color: var(--color-foreground); }
.theme-cart-drawer__remove:hover { color: var(--color-destructive); }
.theme-cart-drawer__item-price { flex-shrink: 0; font-size: 0.875rem; }
.theme-cart-drawer__footer { border-top: 1px solid var(--color-border); padding: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-cart-drawer__row { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__row--total { font-size: 1rem; color: var(--color-foreground); border-top: 1px solid var(--color-border); padding-top: 0.75rem; }
.theme-cart-drawer__checkout { margin-top: 0.5rem; height: 3rem; width: 100%; }
.theme-cart-drawer__view-cart { height: 3rem; width: 100%; }

/* ------------------------------------------------------------------ */
/* Full cart page                                                        */
/* ------------------------------------------------------------------ */
.theme-cart-page { padding: 7rem 0 5rem; }
.theme-cart-page__title { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.75rem; font-size: 1.875rem; }
@media (min-width: 640px) { .theme-cart-page__title { font-size: 3rem; } }
.theme-cart-page__layout { margin-top: 2.5rem; display: grid; gap: 2rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 1024px) { .theme-cart-page__layout { grid-template-columns: 1.6fr 1fr; } }
.theme-cart-page__items { display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-page__item { display: flex; flex-direction: column; gap: 1rem; border-radius: var(--radius-lg); border: 1px solid var(--color-border); background: var(--color-card); padding: 1rem; }
@media (min-width: 640px) { .theme-cart-page__item { flex-direction: row; } }
.theme-cart-page__item-image { flex-shrink: 0; width: 7rem; height: 7rem; border-radius: var(--radius-md); overflow: hidden; }
.theme-cart-page__item-image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-page__item-info { flex: 1; min-width: 0; }
.theme-cart-page__item-title:hover { color: var(--color-accent); }
.theme-cart-page__item-meta { font-size: 13px; color: var(--color-muted-foreground); }
.theme-cart-page__item-controls { margin-top: 0.75rem; display: flex; align-items: center; gap: 0.75rem; }
.theme-cart-page__remove { height: 2.5rem; width: 2.5rem; border-radius: 999px; border: 1px solid var(--color-border); background: none; display: inline-flex; align-items: center; justify-content: center; }
.theme-cart-page__remove:hover { color: var(--color-destructive); }
.theme-cart-page__item-price { flex-shrink: 0; }
.theme-cart-page__summary { border-radius: 1.5rem; border: 1px solid var(--color-border); background: var(--color-card); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; position: sticky; top: 7rem; }
.theme-cart-page__summary h2 { font-size: 1.25rem; }
.theme-cart-page__summary-row { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-page__summary-row--total { font-size: 1rem; color: var(--color-foreground); border-top: 1px solid var(--color-border); padding-top: 0.75rem; }
.theme-cart-page__checkout { margin-top: 0.5rem; height: 3rem; }
.theme-cart-page__empty { background: none; border: none; font-size: 13px; color: var(--color-muted-foreground); padding: 0; text-align: left; }
.theme-cart-page__empty:hover { color: var(--color-destructive); }

/* ------------------------------------------------------------------ */
/* Checkout Block (Section 13)                                          */
/* ------------------------------------------------------------------ */
body.woocommerce-checkout .site-main { padding-top: 7rem; padding-bottom: 4rem; }
@media (min-width: 640px) {
	body.woocommerce-checkout .site-main { padding-top: 8rem; }
}
body.woocommerce-checkout .theme-page-shell { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
body.woocommerce-checkout .entry-content { width: 100%; }
body.woocommerce-checkout .wc-block-checkout { display: block; }
@media (min-width: 1024px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
		display: grid;
		grid-template-columns: 1.4fr 1fr;
		gap: var(--checkout-gap);
		align-items: start;
	}
}
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 label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .wc-block-components-address-form label {
	color: var(--color-muted-foreground) !important;
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
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,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
	width: 100% !important;
	max-width: none !important;
	font-family: var(--font-body);
	color: var(--color-foreground) !important;
	background-color: var(--color-card) !important;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-xl);
	outline: none;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
	height: 3rem;
	padding: 0 1rem;
}
body.woocommerce-checkout .wc-block-components-textarea textarea {
	padding: 1rem;
}
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,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
	border-color: var(--color-accent);
}
body.woocommerce-checkout .wc-block-checkout__sidebar {
	background-color: var(--color-card);
	border-radius: 1.5rem;
	padding: 1.5rem;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background-color: var(--color-accent) !important;
	color: var(--color-accent-foreground) !important;
	border-radius: 999px !important;
	text-transform: none;
	font-family: var(--font-body);
}
body.woocommerce-checkout .wc-block-components-notice-banner { border-radius: var(--radius-md); grid-column: 1 / -1; }
body.woocommerce-checkout .wc-block-cart-items { font-family: var(--font-body); }

/* ------------------------------------------------------------------ */
/* Thank-you / cart / account width parity (Section 13.7 / 22.8)         */
/* ------------------------------------------------------------------ */
body.theme-thankyou-page { overflow-x: hidden; }
body.theme-thankyou-page .theme-page-shell { max-width: 64rem; margin: 0 auto; }
.theme-thankyou { padding: 4rem 0; text-align: center; }
.theme-thankyou__icon { color: var(--color-accent); }
.theme-thankyou__title { margin-top: 1.5rem; font-size: 1.875rem; }
@media (min-width: 640px) { .theme-thankyou__title { font-size: 3rem; } }
.theme-thankyou__body { margin-top: 1.25rem; color: var(--color-muted-foreground); }
.theme-thankyou__cta { margin-top: 2.25rem; }
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: 2rem; text-align: left; }
body.theme-thankyou-page .woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; padding: 0; }
body.theme-thankyou-page .woocommerce-order-overview li { border-radius: var(--radius-md); border: 1px solid var(--color-border); background: var(--color-card); padding: 1rem 1.5rem; }
body.theme-thankyou-page .woocommerce-order-details table { width: 100%; table-layout: fixed; border-collapse: collapse; }
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; }

body.woocommerce-cart .theme-page-shell,
body.woocommerce-account .theme-page-shell { max-width: 80rem; margin: 0 auto; }

/* ------------------------------------------------------------------ */
/* Media control (admin — Section 22.3.8)                                */
/* ------------------------------------------------------------------ */
