/* ==========================================================================
   Cranford & Co. — theme stylesheet
   ========================================================================== */

:root {
	--color-background: #f8f5f2;
	--color-foreground: #2f2218;
	--color-card: #f1ebe4;
	--color-primary: #6f4020;
	--color-primary-foreground: #f8f5f2;
	--color-secondary: #e3dcd3;
	--color-muted: #d9d2c9;
	--color-muted-foreground: #61554c;
	--color-accent: #b45822;
	--color-accent-foreground: #f8f5f2;
	--color-border: #d2c7bc;
	--color-rosa: #b45822;
	--color-marigold: #d09939;
	--color-teal: #406440;

	--color-button-text: var(--color-primary-foreground);
	--font-display: 'Fraunces', serif;
	--font-body: 'Inter', sans-serif;
	--radius: 0.75rem;
	--card-radius: 1rem;
	--section-padding: 2rem;
	--logo-height: 64px;
	--header-height: 88px;

	--btn-radius: 999px;
	--btn-height: 52px;
	--btn-padding: 0 1.75rem;
	--btn-font-size: 0.75rem;
	--btn-font-size-compact: 0.6875rem;
	--btn-font-weight: 600;
	--btn-letter-spacing: 0.22em;
	--btn-letter-spacing-hero: 0.28em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.65rem;

	--checkout-gap: 2rem;
	--transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   Reset / base
   ========================================================================== */

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: -0.015em;
	font-variation-settings: 'SOFT' 100, 'WONK' 1;
	text-wrap: balance;
	line-height: 1.2;
	margin: 0;
}
h1, h2 {
	font-style: italic;
}
p { margin: 0; }
p, li {
	text-wrap: pretty;
}
a { color: inherit; text-decoration: none; cursor: pointer; }
button { font-family: inherit; cursor: pointer; }
[role="button"],
.theme-cat-filter,
.theme-portfolio-slide__thumb,
.theme-portfolio-dot,
.theme-portfolio-arrow,
.faq-section__tab,
.theme-product-thumb,
.shop-section__price-toggle,
.site-logo-link,
.theme-nav-list a,
.theme-mobile-nav-list a,
.theme-footer-nav-list a,
.theme-service-card__cta,
.theme-cart-item__controls button,
.theme-cart-item__remove,
.theme-cart-drawer__close,
.theme-qty-minus,
.theme-qty-plus,
label[for],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
summary {
	cursor: pointer;
}
img, video { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

.skip-link {
	position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
	left: 1rem; top: 1rem; z-index: 999; background: var(--color-background); padding: 0.5rem 1rem; border-radius: 4px;
}

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;
}

.container-wide {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-inline: 1.5rem;
}
@media (min-width: 1024px) {
	.container-wide { padding-inline: 2rem; }
}

.scroll-mt { scroll-margin-top: 6rem; }

/* ==========================================================================
   Scroll progress bar
   ========================================================================== */
.theme-scroll-progress {
	position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60;
	background: transparent;
}
#theme-scroll-progress-bar {
	display: block; height: 100%; width: 100%;
	transform: scaleX(0); transform-origin: left;
	background: linear-gradient(to right, var(--color-accent), var(--color-rosa), var(--color-primary));
	transition: transform 80ms linear;
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
	position: sticky; top: 0; left: 0; right: 0; z-index: 50; width: 100%;
	background: transparent;
	transition: background-color 0.3s var(--transition-smooth), box-shadow 0.3s var(--transition-smooth);
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
.site-header.is-solid {
	background: color-mix(in srgb, var(--color-background) 95%, transparent);
	backdrop-filter: blur(8px);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	border-bottom: 1px solid var(--color-border);
}
.site-nav {
	display: flex;
	align-items: center;
	height: 80px;
	position: relative;
}
@media (min-width: 768px) { .site-nav { height: 112px; } }

.site-nav__side { flex: 1; display: none; align-items: center; gap: 2rem; }
.site-nav__side--left { justify-content: flex-end; }
.site-nav__side--right { justify-content: flex-start; }
@media (min-width: 1024px) { .site-nav__side { display: flex; } }

.theme-nav-list, .theme-nav-list--left, .theme-nav-list--right { display: flex; align-items: center; gap: 2rem; }
.theme-nav-list li a {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	white-space: nowrap;
	color: color-mix(in srgb, var(--color-foreground) 85%, transparent);
	transition: color 0.3s, transform 0.3s;
}
.site-header:not(.is-solid) .theme-nav-list li a {
	color: color-mix(in srgb, var(--color-primary-foreground) 90%, transparent);
}
.theme-nav-list li a:hover { color: var(--color-primary); transform: translateY(-2px); }
.site-header:not(.is-solid) .theme-nav-list li a:hover { color: var(--color-primary-foreground); }

.site-logo-link {
	display: none;
	align-items: center; justify-content: center; flex-shrink: 0; padding: 0 2rem;
	position: relative; z-index: 2;
}
@media (min-width: 1024px) { .site-logo-link { display: flex; } }
.site-logo-link--small { display: flex; padding: 0; }
.site-logo-img {
	height: var(--logo-height) !important;
	width: auto !important;
	object-fit: contain;
	border-radius: 999px;
	transition: transform 0.3s;
}
.site-header:not(.is-solid) .site-logo-img { filter: brightness(0) invert(1); }
.site-logo-img--small { height: 44px !important; }
.site-logo-text { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.site-brand-name { margin-left: 0.5rem; font-family: var(--font-display); }

.site-nav__mobile-bar {
	display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0.5rem 0;
}
@media (min-width: 1024px) { .site-nav__mobile-bar { display: none; } }
.site-nav__mobile-actions { display: flex; align-items: center; gap: 0.75rem; }

.theme-cart-btn {
	position: relative; background: none; border: none; padding: 0.5rem;
	color: var(--color-foreground); display: inline-flex; align-items: center; justify-content: center;
}
.site-header:not(.is-solid) .theme-cart-btn { color: var(--color-primary-foreground); }
.theme-cart-btn--desktop { display: none; }
@media (min-width: 1024px) { .theme-cart-btn--desktop { display: inline-flex; margin-left: 1rem; } }
.theme-cart-count {
	position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px; padding: 0 3px;
	background: var(--color-accent); color: var(--color-accent-foreground);
	font-size: 10px; font-weight: 700; line-height: 16px; text-align: center; border-radius: 999px;
}
.theme-cart-count:empty { display: none; }

.theme-mobile-menu-toggle {
	background: none; border: none; padding: 0.5rem; color: var(--color-foreground);
}
.site-header:not(.is-solid) .theme-mobile-menu-toggle { color: var(--color-primary-foreground); }

.theme-mobile-menu { display: none; border-top: 1px solid var(--color-border); padding: 1rem 0; }
.theme-mobile-menu.is-open { display: block; animation: fadeIn 0.4s var(--transition-smooth); }
.theme-mobile-nav-list { display: flex; flex-direction: column; }
.theme-mobile-nav-list li a {
	display: block; padding: 0.75rem 0; font-family: var(--font-body); font-size: 0.875rem; border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
}
.theme-mobile-nav-list li a:hover { color: var(--color-primary); }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-hero-primary, .btn-hero-outline, .theme-btn-primary, .theme-btn-outline,
.theme-btn-primary-round, .theme-btn-outline-round, .theme-cat-filter {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	font-family: var(--font-body); font-size: var(--btn-font-size); font-weight: var(--btn-font-weight); letter-spacing: var(--btn-letter-spacing);
	text-transform: uppercase; border-radius: 999px; padding: 0.95rem 2rem;
	transition: all 0.25s var(--transition-smooth); border: none; white-space: nowrap;
}
.btn-hero-primary, .btn-hero-outline {
	font-size: var(--btn-font-size-compact);
	letter-spacing: var(--btn-letter-spacing-hero);
}
.btn-hero-primary, .theme-btn-primary-round {
	background: var(--color-accent); color: var(--color-accent-foreground);
}
.btn-hero-primary:hover, .theme-btn-primary-round:hover { background: color-mix(in srgb, var(--color-accent) 90%, black); transform: translateY(-2px); }
.btn-hero-outline, .theme-btn-outline-round {
	background: var(--color-primary); color: var(--color-primary-foreground);
}
.btn-hero-outline:hover, .theme-btn-outline-round:hover { background: color-mix(in srgb, var(--color-primary) 90%, black); transform: translateY(-2px); }
.theme-btn-outline-round {
	background: transparent; color: var(--color-foreground); border: 1px solid color-mix(in srgb, var(--color-foreground) 25%, transparent);
}
.theme-btn-outline-round:hover { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.theme-btn-primary { background: var(--color-primary); color: var(--color-primary-foreground); text-transform: none; letter-spacing: normal; font-size: 0.875rem; padding: 0.9rem 1.75rem; }
.theme-btn-primary:hover { opacity: 0.9; }
.theme-btn-outline { background: transparent; color: var(--color-foreground); border: 1px solid var(--color-border); text-transform: none; letter-spacing: normal; font-size: 0.875rem; padding: 0.85rem 1.75rem; }
.theme-btn-outline:hover { border-color: var(--color-foreground); }

.theme-cat-filter {
	font-size: 0.75rem; letter-spacing: 0.2em; padding: 0.55rem 1.25rem;
	background: transparent; color: var(--color-foreground); border: 1px solid var(--color-border);
}
.theme-cat-filter.is-active { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.theme-cat-filter:hover { border-color: var(--color-primary); color: var(--color-primary); }
.theme-cat-filter.is-active:hover { color: var(--color-primary-foreground); }

/* ==========================================================================
   Reveal animations (Section 2.1) — with Customizer preview fallback
   ========================================================================== */
.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--transition-smooth), transform 0.7s var(--transition-smooth); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-item[data-reveal="scale-in"] { transform: scale(0.94); }
.reveal-item[data-reveal="scale-in"].is-visible { transform: scale(1); }
.reveal-item[data-reveal="fade-left"] { transform: translateX(24px); }
.reveal-item[data-reveal="fade-left"].is-visible { transform: translateX(0); }

body.is-customizer .reveal-item,
body.is-customizer .theme-product-card {
	opacity: 1 !important;
	transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.reveal-item, .reveal-item.is-visible { transition: none !important; }
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero-section { position: relative; margin-top: -80px; }
@media (min-width: 768px) { .hero-section { margin-top: -112px; } }
.hero-section__media {
	position: relative; width: 100%; height: 100vh; min-height: 620px; overflow: hidden;
	background: var(--color-background); padding-block-start: 5rem;
}
@media (min-width: 768px) { .hero-section__media { padding-block-start: 7rem; } }
.hero-section__video { position: absolute; inset: 0; }
.hero-section__scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.35), rgba(0,0,0,0.15), transparent); }
.hero-section__content {
	position: relative; z-index: 1; height: 100%;
	display: flex; flex-direction: column; align-items: flex-start; text-align: left;
}
.hero-section__content-inner {
	flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
	max-width: 48rem; width: 100%;
}
.hero-section__eyebrow {
	display: block; font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase; font-weight: 600;
	color: var(--color-primary-foreground); margin-bottom: 1.5rem; text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}
.hero-section__title {
	font-style: italic; color: var(--color-primary-foreground); line-height: 0.98; letter-spacing: -0.02em;
	font-size: clamp(2.75rem, 8vw, 6.5rem); text-shadow: 0 6px 28px rgba(0,0,0,0.6);
}
.hero-section__subtitle { margin-top: 1.5rem; max-width: 34rem; color: var(--color-primary-foreground); font-size: 1rem; text-shadow: 0 3px 16px rgba(0,0,0,0.55); }
@media (min-width: 768px) { .hero-section__subtitle { font-size: 1.125rem; } }
.hero-section__ctas { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; } }

/* ==========================================================================
   Section heading / eyebrow shared utilities
   ========================================================================== */
.theme-eyebrow {
	display: inline-flex; align-items: center; gap: 0.5rem; font-size: 12px; letter-spacing: 0.32em;
	text-transform: uppercase; color: var(--color-primary); font-weight: 600; margin-bottom: 1rem;
}
.theme-section-header { max-width: 42rem; margin: 0 auto 3rem; text-align: center; }
.theme-section-header--left { max-width: 42rem; margin: 0 0 3rem; text-align: left; }
.theme-section-subtext { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); font-size: 1rem; line-height: 1.625; }
@media (min-width: 768px) { .theme-section-subtext { font-size: 1.125rem; } }

/* Per-section heading scales (Section 2.2.5) */
.about-section__lead, .owner-section__lead {
	font-family: var(--font-display);
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.about-section__lead, .owner-section__lead { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
	.about-section__lead, .owner-section__lead { font-size: 2.5rem; }
}

.offerings-section__heading, .services-section .section-heading,
.portfolio-section__heading, .process-section__heading, .faq-section__heading {
	font-family: var(--font-display);
	font-weight: 400;
	font-style: normal;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
	line-height: 1.05;
	letter-spacing: -0.025em;
}
@media (min-width: 768px) {
	.offerings-section__heading, .services-section .section-heading,
	.portfolio-section__heading, .process-section__heading, .faq-section__heading {
		font-size: 3rem;
	}
}
@media (min-width: 1024px) {
	.offerings-section__heading, .services-section .section-heading,
	.portfolio-section__heading, .process-section__heading, .faq-section__heading {
		font-size: 3.75rem;
	}
}

.shop-heading { font-size: 1.875rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .shop-heading { font-size: 3rem; } }

.contact-title {
	font-family: var(--font-display);
	font-weight: 400;
	font-style: normal;
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
	line-height: 1.05;
	letter-spacing: -0.025em;
}
@media (min-width: 768px) { .contact-title { font-size: 3rem; } }
@media (min-width: 1024px) { .contact-title { font-size: 3.75rem; } }

.testimonials-section__heading {
	font-size: 1.5rem; margin-bottom: 0.75rem; line-height: 1.05; letter-spacing: -0.025em; font-style: italic;
}
@media (min-width: 768px) { .testimonials-section__heading { font-size: 2.25rem; } }
@media (min-width: 1024px) { .testimonials-section__heading { font-size: 3rem; } }
.portfolio-section__heading em { font-style: italic; color: var(--color-accent); }

/* ==========================================================================
   About / Meet the Owner
   ========================================================================== */
.about-section, .owner-section { padding: 5rem 0; }
@media (min-width: 768px) { .about-section, .owner-section { padding: 7rem 0; } }
.about-section__grid, .owner-section__grid {
	display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: stretch;
}
@media (min-width: 768px) { .about-section__grid, .owner-section__grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.about-section__image, .owner-section__image {
	position: relative; min-height: 22rem; border-radius: 1rem; overflow: hidden;
}
@media (min-width: 768px) { .about-section__image, .owner-section__image { min-height: 32rem; } }
.about-section__text, .owner-section__text { display: flex; flex-direction: column; justify-content: center; }
.owner-section__text { order: 2; }
.owner-section__image { order: 1; }
@media (min-width: 768px) {
	.owner-section__text { order: 1; }
	.owner-section__image { order: 2; }
}
.about-section__lead em, .owner-section__lead em { font-style: italic; }
.about-section__body p, .owner-section__body p {
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.625; font-size: 1rem; margin-bottom: 1.25rem;
}
@media (min-width: 768px) { .about-section__body p, .owner-section__body p { font-size: 1.125rem; } }
.owner-section__tagline {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.125rem;
	margin-top: 0.5rem;
	color: var(--color-foreground);
}
@media (min-width: 768px) { .owner-section__tagline { font-size: 1.25rem; } }
.owner-section__tagline em { font-style: inherit; }

/* ==========================================================================
   Services
   ========================================================================== */
.services-section { padding: 5rem 0; background: var(--color-card); }
@media (min-width: 768px) { .services-section { padding: 7rem 0; } }
.services-section__grid {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; max-width: 56rem; margin: 0 auto;
}
@media (max-width: 767px) { .services-section__grid { grid-template-columns: 1fr; } }
.theme-service-card {
	position: relative; overflow: hidden; border-radius: 1rem; aspect-ratio: 4 / 5; min-height: 22rem;
}
.theme-service-card__scrim {
	position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.3), rgba(0,0,0,0.65));
}
.theme-service-card__content {
	position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between;
	padding: 1.75rem; text-align: center; color: #fff;
}
.theme-service-card__icon {
	display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 0.75rem;
	background: color-mix(in srgb, var(--color-primary) 25%, transparent); border: 1px solid rgba(255,255,255,0.15);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.theme-service-card__icon svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #fff;
	flex-shrink: 0;
}
.theme-service-card__text h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .theme-service-card__text h3 { font-size: 1.875rem; } }
.theme-service-card__text p { font-size: 0.875rem; color: rgba(255,255,255,0.85); line-height: 1.625; }
@media (min-width: 768px) { .theme-service-card__text p { font-size: 0.9375rem; } }
.theme-service-card__cta {
	background: transparent; border: 1px solid rgba(255,255,255,0.5); color: #fff; border-radius: 999px;
	padding: 0.75rem 1.5rem; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
	display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s;
}
.theme-service-card__cta:hover { background: var(--color-primary); border-color: var(--color-primary); }

/* ==========================================================================
   Portfolio / Our Work carousel
   ========================================================================== */
.portfolio-section { padding: 5rem 0; position: relative; overflow: hidden; }
@media (min-width: 768px) { .portfolio-section { padding: 7rem 0; } }
.theme-portfolio-carousel { position: relative; border-radius: 1.5rem; border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); background: color-mix(in srgb, var(--color-card) 60%, transparent); overflow: hidden; }
.theme-portfolio-slide { display: none; grid-template-columns: 1fr; }
.theme-portfolio-slide.is-active { display: grid; }
@media (min-width: 1024px) { .theme-portfolio-slide.is-active { grid-template-columns: 1fr 1fr; } }
.theme-portfolio-slide__images { padding: 1.5rem; }
@media (min-width: 768px) { .theme-portfolio-slide__images { padding: 2.5rem; } }
.theme-portfolio-slide__main { position: relative; aspect-ratio: 4/3; border-radius: 1rem; overflow: hidden; background: color-mix(in srgb, var(--color-foreground) 5%, transparent); }
.theme-portfolio-slide__year {
	position: absolute; top: 0.75rem; left: 0.75rem; font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 600;
	background: color-mix(in srgb, var(--color-background) 85%, transparent); color: var(--color-foreground); padding: 0.25rem 0.6rem; border-radius: 999px;
}
.theme-portfolio-slide__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 0.75rem; }
.theme-portfolio-slide__thumb { position: relative; aspect-ratio: 4/3; border-radius: 0.5rem; overflow: hidden; border: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); opacity: 0.75; padding: 0; }
.theme-portfolio-slide__thumb.is-active { border-color: var(--color-primary); opacity: 1; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent); }
.theme-portfolio-slide__text { display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); }
@media (min-width: 1024px) { .theme-portfolio-slide__text { padding: 3rem; border-top: none; border-left: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); } }
.theme-portfolio-slide__location { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--color-primary); font-weight: 600; margin-bottom: 0.5rem; }
.theme-portfolio-slide__title { font-size: 1.5rem; margin-bottom: 1rem; line-height: 1.25; }
@media (min-width: 768px) { .theme-portfolio-slide__title { font-size: 1.875rem; } }
@media (min-width: 1024px) { .theme-portfolio-slide__title { font-size: 2.25rem; } }
.theme-portfolio-slide__desc { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.625; margin-bottom: 1.5rem; font-size: 1rem; }
@media (min-width: 768px) { .theme-portfolio-slide__desc { font-size: 1.0625rem; } }
.theme-portfolio-slide__material { font-size: 12px; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); padding-top: 1rem; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 10%, transparent); margin-bottom: 2rem; }
.theme-portfolio-slide__material span { text-transform: uppercase; letter-spacing: 0.14em; margin-right: 0.35rem; }
.theme-portfolio-carousel__controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem; flex-wrap: wrap; }
.theme-portfolio-carousel__dots { display: flex; align-items: center; gap: 0.5rem; }
.theme-portfolio-dot { width: 8px; height: 8px; border-radius: 999px; background: color-mix(in srgb, var(--color-foreground) 25%, transparent); border: none; padding: 0; transition: all 0.3s; }
.theme-portfolio-dot.is-active { width: 32px; background: var(--color-primary); }
.theme-portfolio-carousel__counter { margin-left: 1rem; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-portfolio-carousel__arrows { display: flex; gap: 0.5rem; }
.theme-portfolio-arrow {
	width: 44px; height: 44px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--color-foreground) 25%, transparent);
	background: transparent; display: flex; align-items: center; justify-content: center; color: var(--color-foreground); transition: all 0.3s;
}
.theme-portfolio-arrow:hover { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }

/* ==========================================================================
   Client story
   ========================================================================== */
.story-section .container-wide { padding-block: 3rem; }
@media (min-width: 768px) { .story-section .container-wide { padding-block: 4rem; } }
.story-section__panel { position: relative; border-radius: 1rem; overflow: hidden; height: auto; }
.story-section__image { position: static; width: 100%; height: 280px; }
@media (min-width: 640px) { .story-section__image { height: 340px; } }
@media (min-width: 768px) {
	.story-section__panel {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		min-height: 520px;
	}
	.story-section__image {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 54%;
		height: 100%;
	}
}
@media (min-width: 1024px) {
	.story-section__image { width: 58%; }
}
.story-section__scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.25), transparent, rgba(0,0,0,0.1)); display: none; }
@media (min-width: 768px) {
	.story-section__scrim { display: block; right: 46%; }
}
@media (min-width: 1024px) {
	.story-section__scrim { right: 42%; }
}
.story-section__text {
	position: relative;
	background: color-mix(in srgb, var(--color-card) 95%, transparent);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 2rem 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.story-section__text {
		width: 46%;
		flex-shrink: 0;
		margin-left: auto;
		min-height: 520px;
		padding: 2.5rem 2rem;
		border-top: none;
		border-left: 1px solid color-mix(in srgb, var(--color-border) 40%, transparent);
	}
}
@media (min-width: 1024px) {
	.story-section__text {
		width: 42%;
		padding: 3rem 2.5rem;
	}
}
.story-section__text .theme-eyebrow { margin-bottom: 1rem; }
.story-section__quote {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
	border: none;
	font-family: var(--font-display);
	font-weight: 400;
	font-style: normal;
	color: var(--color-foreground);
	font-size: 1.5rem;
	line-height: 1.15;
}
@media (min-width: 768px) { .story-section__quote { font-size: 1.875rem; } }
@media (min-width: 1024px) { .story-section__quote { font-size: 2.25rem; } }
.story-section__body {
	width: 100%;
	margin: 0 0 1.25rem;
	padding: 0;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	line-height: 1.625;
}
@media (min-width: 768px) { .story-section__body { font-size: 1rem; } }
.story-section__client { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.theme-avatar-initials {
	display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 999px;
	background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 30%, transparent), color-mix(in srgb, var(--color-primary) 10%, transparent));
	border: 1px solid var(--color-border); font-family: var(--font-display); font-size: 0.75rem;
}
.story-section__client-info { display: flex; flex-direction: column; line-height: 1.3; }
.story-section__client-info strong { font-weight: 600; font-size: 0.875rem; }
.story-section__client-info span { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); }

/* ==========================================================================
   Process / How it works
   ========================================================================== */
.process-section { background: var(--color-card); }
.process-section .container-wide { padding-block: 5rem; }
@media (min-width: 768px) { .process-section .container-wide { padding-block: 7rem; } }
.process-section .theme-section-header { margin-bottom: 3rem; }
@media (min-width: 768px) { .process-section .theme-section-header { margin-bottom: 4rem; } }
.process-section__heading { margin-bottom: 1rem; }

.process-section__list {
	position: relative;
	max-width: 64rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	list-style: none;
	padding: 0;
}
@media (min-width: 768px) { .process-section__list { gap: 5rem; } }
.process-section__list::before {
	content: '';
	position: absolute;
	left: 2rem;
	top: 2rem;
	bottom: 2rem;
	border-left: 2px dotted color-mix(in srgb, var(--color-primary) 45%, transparent);
	pointer-events: none;
}
@media (min-width: 768px) {
	.process-section__list::before {
		left: 50%;
		transform: translateX(-50%);
	}
}

.process-step { position: relative; padding-left: 5rem; }
.process-step__marker {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	background: var(--color-primary);
	color: var(--color-primary-foreground);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px -4px color-mix(in srgb, var(--color-primary) 40%, transparent), 0 0 0 4px var(--color-card);
}
.process-step__marker span {
	font-family: var(--font-body);
	font-size: 9px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	opacity: 0.8;
	line-height: 1;
	margin-bottom: 0.125rem;
}
.process-step__marker strong { font-family: var(--font-display); font-size: 1.25rem; line-height: 1; }

.process-step__text h3 {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 1.25rem;
	margin: 0 0 0.75rem;
	line-height: 1.375;
}
.process-step__text p {
	margin: 0 0 1rem;
	font-family: var(--font-body);
	font-size: 0.9375rem;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	line-height: 1.625;
}
@media (min-width: 768px) {
	.process-step__text p { font-size: 1rem; }
}
.process-step__detail {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-body);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-primary);
	margin-bottom: 1rem;
}
.process-step__detail-line {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1px;
	background: var(--color-primary);
}
@media (min-width: 768px) {
	.process-step__detail-line { width: 1.5rem; }
}

.process-step__image {
	position: relative;
	aspect-ratio: 4 / 3;
	width: 100%;
	max-width: 24rem;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 8px 40px -8px color-mix(in srgb, var(--color-foreground) 25%, transparent);
	border: 1px solid color-mix(in srgb, var(--color-border) 50%, transparent);
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.process-step {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 2.5rem;
		padding-left: 0;
	}
	.process-step__marker {
		position: relative;
		left: auto;
		top: auto;
		grid-column: 2;
		grid-row: 1;
		width: 5rem;
		height: 5rem;
		justify-self: center;
		box-shadow: 0 8px 40px -8px color-mix(in srgb, var(--color-foreground) 25%, transparent), 0 0 0 8px var(--color-card);
	}
	.process-step__marker strong { font-size: 1.5rem; }
	.process-step__text h3 { font-size: 1.75rem; }
	.process-step__detail { margin-bottom: 0; }

	.process-step__text,
	.process-step__image {
		max-width: 28rem;
		margin-top: 0;
	}

	.process-step--even .process-step__image {
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		padding-right: 1rem;
	}
	.process-step--even .process-step__text {
		grid-column: 3;
		grid-row: 1;
		justify-self: start;
		text-align: left;
		padding-left: 1rem;
	}
	.process-step--even .process-step__detail { flex-direction: row; }

	.process-step--odd .process-step__text {
		grid-column: 1;
		grid-row: 1;
		justify-self: end;
		text-align: right;
		padding-right: 1rem;
	}
	.process-step--odd .process-step__image {
		grid-column: 3;
		grid-row: 1;
		justify-self: start;
		padding-left: 1rem;
	}
	.process-step--odd .process-step__detail { flex-direction: row-reverse; }
}

/* ==========================================================================
   Shop section
   ========================================================================== */
.shop-section { padding: 4rem 0 6rem; }
.shop-section__header { text-align: center; margin-bottom: 3rem; }
.shop-section__search { position: relative; max-width: 26rem; margin: 0 auto 2rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid var(--color-border); padding-bottom: 0.5rem; }
.shop-section__search svg { color: var(--color-muted-foreground); flex-shrink: 0; }
.shop-section__search input { flex: 1; border: none; background: transparent; outline: none; }
.shop-section__categories { display: flex; gap: 0.5rem; overflow-x: auto; margin-bottom: 1rem; justify-content: center; flex-wrap: wrap; }
.shop-section__price-filter { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.shop-section__price-toggle { display: flex; align-items: center; gap: 0.5rem; background: none; border: none; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); }
.shop-section__price-toggle svg { transition: transform 0.3s; }
.shop-section__price-toggle.is-open svg { transform: rotate(180deg); }
.shop-section__price-panel { width: 100%; max-width: 24rem; }
.price-range-wrapper { position: relative; height: 1.5rem; margin-bottom: 0.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-primary); }
.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: 18px; height: 18px; border-radius: 999px; background: var(--color-background); border: 2px solid var(--color-primary); cursor: pointer; }
.range-input::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 999px; background: var(--color-background); border: 2px solid var(--color-primary); cursor: pointer; }
.range-input--max { z-index: 3; }
.range-input--min { z-index: 4; }
.price-range-labels { display: flex; justify-content: space-between; font-size: 0.875rem; color: var(--color-muted-foreground); }

.theme-product-grid {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch;
}
@media (min-width: 768px) { .theme-product-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; } }
@media (min-width: 768px) { .theme-product-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; } }
.shop-section__show-more { text-align: center; margin-top: 3rem; }
.shop-section__empty { text-align: center; padding: 5rem 0; color: var(--color-muted-foreground); }

.theme-product-card-wrap { display: flex; flex-direction: column; height: 100%; min-width: 0; }
.theme-product-card { display: flex; flex-direction: column; height: 100%; position: relative; }
.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__image-wrapper {
	position: relative; aspect-ratio: 1/1; border-radius: 1rem; overflow: hidden; background: var(--color-card); margin-bottom: 1.25rem;
}
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.06); }
.theme-product-card__image-wrapper img { transition: transform 0.6s var(--transition-smooth); }
.theme-stock-badge {
	position: absolute; top: 1rem; right: 1rem; z-index: 3; padding: 0.25rem 0.75rem; border-radius: 0.375rem;
	font-size: 11px; font-weight: 500; letter-spacing: 0.02em; background: var(--color-foreground); color: var(--color-background);
}
.theme-product-card__info { flex: 1; display: flex; flex-direction: column; gap: 0.375rem; padding: 0 0.25rem; min-width: 0; }
.theme-product-card__category { font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-muted-foreground); }
.theme-product-card__title {
	font-family: var(--font-display); font-size: 1rem; font-weight: 500; line-height: 1.375; color: var(--color-foreground); min-width: 0; overflow: hidden; text-overflow: ellipsis;
}
@media (min-width: 768px) { .theme-product-card__title { font-size: 1.125rem; } }
.theme-product-card:hover .theme-product-card__title { color: var(--color-primary); }
.theme-product-card__price { font-size: 1rem; color: color-mix(in srgb, var(--color-foreground) 85%, transparent); }

/* Add-to-cart button style override (Section 11.4.1) — used on single product / cards if present */
.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;
}
.ajax_add_to_cart.theme-btn-loading {
	opacity: 0.6 !important;
	pointer-events: none !important;
	cursor: wait !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }

.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward {
	display: none !important;
}

.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }

/* ==========================================================================
   Single product page
   ========================================================================== */
.single-product-main { padding: 3rem 0 6rem; }
.theme-breadcrumb { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-muted-foreground); padding-block: 0.75rem 1.5rem; }
.theme-breadcrumb a:hover { color: var(--color-foreground); }
.theme-breadcrumb__sep { opacity: 0.5; margin: 0 0.25rem; }
.theme-breadcrumb__current { color: var(--color-foreground); }

.theme-product-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; 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%; }
.theme-product-main-image { position: relative; aspect-ratio: 1/1; background: var(--color-secondary); overflow: hidden; border-radius: 0.5rem; }
.theme-product-thumbnails { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; max-width: 100%; }
.theme-product-thumb { position: relative; width: 5rem; height: 5rem; overflow: hidden; background: var(--color-secondary); border: none; padding: 0; opacity: 0.6; flex-shrink: 0; }
.theme-product-thumb.is-active, .theme-product-thumb:hover { opacity: 1; }
.theme-product-thumb.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--color-foreground); }

.theme-product-category { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-muted-foreground); }
.product-title { font-family: var(--font-display); font-weight: 400; font-size: 1.875rem; line-height: 1.1; margin-top: 0.75rem; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .product-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .product-title { font-size: 2.75rem; } }
.theme-product-price { font-size: 1.25rem; margin-bottom: 1.25rem; }
.theme-stock-badge--out { display: inline-block; margin-bottom: 1rem; }
.theme-product-description { color: var(--color-muted-foreground); line-height: 1.625; margin-bottom: 1.5rem; overflow-wrap: break-word; word-break: break-word; }

.theme-quantity-wrapper { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: var(--btn-radius); overflow: hidden; height: var(--btn-height); }
.theme-qty-minus, .theme-qty-plus { width: 44px; height: 100%; background: transparent; border: none; font-size: 1.1rem; color: var(--color-foreground); }
.theme-qty-minus:hover, .theme-qty-plus:hover { background: var(--color-secondary); }
.theme-qty-input { width: 3rem; height: 100%; text-align: center; border: none; background: transparent; -moz-appearance: textfield; }
.theme-qty-input::-webkit-outer-spin-button, .theme-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.theme-add-to-cart-area, .theme-quantity-wrapper + button { }
.theme-add-to-cart-area {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}
.single-product .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 160px;
}

.variations.shop_attributes { display: none; }
.theme-attr-select-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.theme-attr-row__label {
	font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
	margin-bottom: 0.75rem; color: var(--color-muted-foreground);
}
.theme-color-swatches { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.theme-color-swatch {
	display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; font-size: 0.75rem;
	letter-spacing: 0.15em; text-transform: uppercase; border: 1px solid var(--color-border); border-radius: 999px;
	background: transparent; font-family: var(--font-body); color: var(--color-foreground); transition: border-color 0.2s, background-color 0.2s;
}
.theme-color-swatch:hover { border-color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
.theme-color-swatch.is-active {
	border-color: var(--color-primary);
	background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
.theme-color-swatch__dot {
	width: 0.75rem; height: 0.75rem; border-radius: 999px; border: 1px solid var(--color-border); flex-shrink: 0;
}
.theme-attr-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-attr-pill {
	padding: 0.6rem 1.1rem; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; border: 1px solid var(--color-border);
	background: transparent; border-radius: 999px; font-family: var(--font-body);
}
.theme-attr-pill.is-active { background: var(--color-foreground); color: var(--color-background); border-color: var(--color-foreground); }
.variations tbody tr { display: block; margin-bottom: 1.25rem; }
.variations tbody td { display: block; width: 100%; }
.variations tbody td.label { padding-bottom: 0.5rem; font-weight: 600; }
.variations tbody td.value { padding-top: 0; }
.variations label { font-family: var(--font-body); font-weight: 600; font-style: normal; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; }

.theme-product-details { margin-top: 2rem; border-top: 1px solid var(--color-border); padding-top: 1.5rem; }
.theme-product-details__title { font-size: 13px; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 1rem; }
.theme-product-details__body { color: var(--color-muted-foreground); line-height: 1.625; overflow-wrap: break-word; word-break: break-word; font-size: 0.9375rem; }
.woocommerce-variation-description, .posted_in { overflow-wrap: break-word; word-break: break-word; }

.related-products-section { margin-top: 5rem; padding-top: 4rem; border-top: 1px solid var(--color-border); }
.theme-section-heading { text-align: center; margin-bottom: 2.5rem; }
.theme-related-eyebrow { font-family: var(--font-display); font-style: italic; color: var(--color-muted-foreground); margin-bottom: 0.5rem; }
.theme-related-title { font-size: 1.875rem; line-height: 1.2; }
@media (min-width: 768px) { .theme-related-title { font-size: 2.25rem; } }

/* ==========================================================================
   Commissions banner
   ========================================================================== */
.commissions-section {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 66.667vh;
	min-height: 420px;
	overflow: hidden;
}
.commissions-section__video { position: absolute; inset: 0; width: 100%; height: 100%; filter: brightness(0.95); }
.commissions-section__scrim { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.18) 60%, rgba(0,0,0,0.28) 100%); }
.commissions-section__gradient {
	position: absolute; inset: 0;
	background: linear-gradient(to top, color-mix(in srgb, var(--color-background) 15%, transparent), transparent, transparent);
	pointer-events: none;
}
.commissions-section__inner {
	position: relative;
	z-index: 10;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.commissions-section__inner > .container-wide { width: 100%; }
.commissions-section__content {
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
	color: var(--color-primary-foreground);
	text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}
.commissions-section__eyebrow {
	display: inline-flex; align-items: center; gap: 0.5rem; font-size: 12px; letter-spacing: 0.32em;
	text-transform: uppercase; margin-bottom: 0.75rem; color: color-mix(in srgb, var(--color-primary-foreground) 95%, transparent);
}
.commissions-section h2 {
	font-family: var(--font-display); font-size: 1.875rem; margin-bottom: 1.25rem; line-height: 1.25; font-weight: 500;
}
@media (min-width: 768px) { .commissions-section h2 { font-size: 3rem; } }
@media (min-width: 1024px) { .commissions-section h2 { font-size: 3.75rem; } }
.commissions-section p {
	margin-bottom: 2rem; font-size: 1rem;
	color: color-mix(in srgb, var(--color-primary-foreground) 95%, transparent);
}
@media (min-width: 768px) { .commissions-section p { font-size: 1.125rem; } }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section { padding: 5rem 0 7rem; }
.faq-section__header { max-width: 34rem; margin: 0 auto 3rem; text-align: center; }
.faq-section__intro a { text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--color-foreground) 30%, transparent); }
.faq-section__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem; margin-bottom: 2.5rem; }
.faq-section__tab {
	border-radius: 999px; border: 1px solid var(--color-border); padding: 0.65rem 1.25rem; font-size: 12px; letter-spacing: 0.22em;
	text-transform: uppercase; font-weight: 600; background: transparent; color: var(--color-foreground);
}
.faq-section__tab.is-active { background: var(--color-teal); color: var(--color-background); border-color: var(--color-teal); }
.faq-section__panel { display: none; max-width: 48rem; margin: 0 auto; border-top: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.faq-section__panel.is-active { display: block; }
.faq-item { border-bottom: 1px solid color-mix(in srgb, var(--color-foreground) 15%, transparent); }
.faq-item__question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; text-align: left; background: none; border: none; }
.faq-item__question span { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.375; font-weight: 400; }
@media (min-width: 768px) { .faq-item__question span { font-size: 1.25rem; } }
.faq-item__question svg { flex-shrink: 0; width: 2.25rem; height: 2.25rem; border-radius: 999px; border: 1px solid var(--color-border); padding: 0.6rem; transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
.faq-item__question[aria-expanded="true"] svg { transform: rotate(180deg); background: var(--color-teal); color: var(--color-background); border-color: var(--color-teal); }
.faq-item__answer {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item__answer.is-open {
	grid-template-rows: 1fr;
	opacity: 1;
}
.faq-item__answer-inner { overflow: hidden; min-height: 0; }
.faq-item__answer p { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); line-height: 1.625; padding-bottom: 1.5rem; font-size: 1rem; }
@media (min-width: 768px) { .faq-item__answer p { font-size: 1.0625rem; } }
@media (prefers-reduced-motion: reduce) {
	.faq-item__answer,
	.faq-item__question svg { transition: none; }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials-section { padding: 5rem 0; background: var(--color-card); }
@media (min-width: 768px) { .testimonials-section { padding: 7rem 0; } }
.testimonials-section__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 80rem; margin: 0 auto; }
@media (min-width: 768px) { .testimonials-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .testimonials-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.testimonial-card {
	position: relative; border-radius: 1rem; border: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
	background: var(--color-background); padding: 1.5rem; display: flex; flex-direction: column; height: 100%; transition: all 0.4s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px -10px rgba(0,0,0,0.2); }
.testimonial-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; margin-bottom: 1rem; }
.testimonial-card__quote-icon { color: color-mix(in srgb, var(--color-primary) 30%, transparent); }
.testimonial-card__stars { display: flex; gap: 0.15rem; color: var(--color-marigold); }
.testimonial-card__title { font-family: var(--font-display); font-size: 1.125rem; margin: 0 0 0.75rem; line-height: 1.375; }
@media (min-width: 768px) { .testimonial-card__title { font-size: 1.25rem; } }
.testimonial-card__quote {
	margin: 0; padding: 0; border: 0;
	font-size: 0.875rem; line-height: 1.625; color: color-mix(in srgb, var(--color-foreground) 75%, transparent); flex: 1;
}
@media (min-width: 768px) { .testimonial-card__quote { font-size: 0.9375rem; } }
.testimonial-card__author { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--color-primary) 20%, transparent); }
.testimonial-card__author-info { display: flex; flex-direction: column; line-height: 1.3; }
.testimonial-card__author-info strong { font-size: 0.875rem; font-weight: 600; }
.testimonial-card__author-info span { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); }

/* ==========================================================================
   Final CTA / contact
   ========================================================================== */
.final-cta-section { position: relative; min-height: 85vh; width: 100%; display: flex; align-items: center; justify-content: center; padding: 6rem 1rem; overflow: hidden; }
.final-cta-section__bg { position: absolute; }
.final-cta-section__scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.3); }
.final-cta-section__panel {
	position: relative; z-index: 1; width: 100%; max-width: 56rem; border-radius: 2rem; overflow: hidden; text-align: center;
	padding: 3.5rem 2rem; backdrop-filter: blur(6px);
	background: linear-gradient(135deg, color-mix(in srgb, var(--color-background) 96%, transparent) 0%, color-mix(in srgb, var(--color-secondary) 90%, transparent) 55%, color-mix(in srgb, var(--color-accent) 50%, transparent) 100%);
	box-shadow: 0 30px 80px -20px rgba(0,0,0,0.4);
}
@media (min-width: 768px) { .final-cta-section__panel { padding: 5rem 4rem; } }
.final-cta-section__eyebrow { font-family: var(--font-display); font-style: italic; color: color-mix(in srgb, var(--color-primary) 80%, transparent); font-size: 1.125rem; margin-bottom: 1rem; }
@media (min-width: 768px) { .final-cta-section__eyebrow { font-size: 1.25rem; } }
.final-cta-section__body { color: color-mix(in srgb, var(--color-foreground) 75%, transparent); max-width: 36rem; margin: 0 auto 2.5rem; line-height: 1.625; }
.final-cta-section__social { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem; font-size: 0.75rem; color: color-mix(in srgb, var(--color-foreground) 60%, transparent); }
@media (min-width: 768px) { .final-cta-section__social { font-size: 0.875rem; } }
.final-cta-section__social a { display: inline-flex; align-items: center; gap: 0.4rem; }
.final-cta-section__social a:hover { color: var(--color-primary); }
.final-cta-section__sep { opacity: 0.3; }

/* ==========================================================================
   Contact modal
   ========================================================================== */
.theme-modal { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.theme-modal.is-open { display: flex; }
.theme-modal__overlay { position: absolute; inset: 0; background: color-mix(in srgb, black 45%, transparent); animation: fadeIn 0.3s var(--transition-smooth); }
.theme-modal__panel {
	position: relative; z-index: 1; width: 100%; max-width: 32rem; max-height: 90vh; overflow-y: auto; background: var(--color-background);
	border-radius: 1rem; padding: 2rem; box-shadow: 0 24px 60px -12px rgba(0,0,0,0.4); animation: slideUp 0.35s var(--transition-smooth);
}
.theme-modal__close { position: absolute; top: 1.25rem; right: 1.25rem; background: none; border: none; color: var(--color-foreground); opacity: 0.6; }
.theme-modal__close:hover { opacity: 1; }
.theme-modal__title { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; }
.theme-modal__desc { color: var(--color-muted-foreground); margin-bottom: 1rem; }
.theme-modal__contact-email { margin-bottom: 1.25rem; font-size: 0.875rem; }
.theme-modal__contact-email a { color: var(--color-muted-foreground); }
.theme-form-row { margin-bottom: 1rem; }
.theme-form-row--two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.theme-modal__form label { display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: 0.375rem; }
.theme-modal__form input, .theme-modal__form select, .theme-modal__form textarea {
	width: 100%; padding: 0.6rem 0.75rem; border: 1px solid var(--color-border); border-radius: 0.5rem; background: var(--color-background);
	color: var(--color-foreground);
}
.theme-modal__form input:focus, .theme-modal__form select:focus, .theme-modal__form textarea:focus {
	outline: none; box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent);
}
.theme-form-actions { display: flex; justify-content: flex-end; }
.theme-form-error { color: #b3261e; font-size: 0.875rem; margin-top: 0.75rem; }
.theme-modal__success { text-align: center; padding-block: 2rem; }
.theme-modal__success-icon {
	width: 3.5rem; height: 3.5rem; border-radius: 999px; background: var(--color-primary); color: var(--color-primary-foreground);
	display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.5rem;
}

/* ==========================================================================
   Side cart drawer + overlay
   ========================================================================== */
#theme-cart-overlay {
	position: fixed; inset: 0; z-index: 95; background: color-mix(in srgb, var(--color-foreground) 20%, transparent);
	opacity: 0; pointer-events: none; transition: opacity 0.3s var(--transition-smooth);
}
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }

#theme-cart-drawer {
	position: fixed; right: 0; top: 0; height: 100%; width: 100%; max-width: 28rem; background: var(--color-background);
	z-index: 96; box-shadow: -20px 0 60px -20px rgba(0,0,0,0.3); 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 { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid var(--color-border); }
.theme-cart-drawer__header h2 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.theme-cart-drawer__close { background: none; border: none; color: var(--color-foreground); }
.theme-cart-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; text-align: center; gap: 1rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__items { flex: 1; overflow: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.theme-cart-item { display: flex; gap: 1rem; }
.theme-cart-item__image { width: 5rem; height: 6rem; background: var(--color-secondary); overflow: hidden; flex-shrink: 0; border-radius: 0.5rem; }
.theme-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.theme-cart-item__info { flex: 1; min-width: 0; }
.theme-cart-item__name { font-size: 0.875rem; font-weight: 500; display: block; margin-bottom: 0.25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-cart-item__price { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-item__meta { list-style: none; margin: 0.35rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.2rem; }
.theme-cart-item__meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 0.35rem; font-size: 0.75rem; color: var(--color-muted-foreground); }
.theme-cart-item__meta-swatch { width: 0.65rem; height: 0.65rem; border-radius: 999px; border: 1px solid var(--color-border); flex-shrink: 0; }
.theme-cart-item__meta-label { font-weight: 500; }
.theme-cart-item__controls { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.75rem; }
.theme-cart-item__controls button { background: none; border: none; padding: 0.25rem; color: var(--color-foreground); }
.theme-cart-item__qty { font-size: 0.875rem; width: 1.25rem; text-align: center; }
.theme-cart-item__remove { margin-left: auto; font-size: 0.8rem; color: var(--color-muted-foreground); background: none; border: none; }
.theme-cart-item__remove:hover { color: var(--color-foreground); }
.theme-cart-drawer__footer { padding: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 0.875rem; }
.theme-cart-drawer__note { font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-cart-drawer__checkout-btn { width: 100%; }
.theme-cart-drawer__empty-btn { width: 100%; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { border-top: 1px solid var(--color-border); background: var(--color-card); }
.site-footer__inner { padding-block: 4rem 5rem; }
.site-footer__top { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--color-border); }
@media (min-width: 640px) { .site-footer__top { flex-direction: row; align-items: center; justify-content: space-between; } }
.site-footer__logo img { height: 3.5rem; border-radius: 999px; }
@media (min-width: 768px) { .site-footer__logo img { height: 5rem; } }
.site-footer__intro { max-width: 32rem; }
@media (min-width: 640px) { .site-footer__intro { text-align: right; } }
.site-footer__desc { font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); line-height: 1.625; }
.site-footer__email { margin-top: 0.75rem; font-size: 0.875rem; }
.site-footer__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; align-items: start; }
@media (min-width: 768px) { .site-footer__columns { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.footer-col--connect { grid-column: span 2; }
@media (min-width: 768px) { .footer-col--connect { grid-column: span 1; } }
.footer-col__title { font-family: var(--font-display); font-size: 1.25rem; margin: 0 0 1.25rem; }
.footer-col__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col__list .sub-menu { display: none; }
.footer-col__list li { margin: 0; }
.footer-col__list a, .footer-col__list button, .footer-col__list .footer-col__location {
	font-size: 0.875rem; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); background: none; border: none; padding: 0; text-align: left; display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s, transform 0.2s;
}
.footer-col__list a:hover, .footer-col__list button:hover { color: var(--color-foreground); transform: translateX(2px); }
.footer-col__location { color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }
.footer-col__list svg { flex-shrink: 0; }
.site-footer__bottom { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); display: flex; flex-direction: column; gap: 0.75rem; align-items: center; text-align: center; }
@media (min-width: 640px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
.site-footer__tagline { font-family: var(--font-display); font-style: italic; font-size: 12px; color: var(--color-primary); }
.site-footer__legal { display: flex; flex-direction: column; gap: 0.25rem; align-items: center; }
@media (min-width: 640px) { .site-footer__legal { align-items: flex-end; } }
.site-footer__legal p { font-size: 12px; color: var(--color-muted-foreground); }
.site-footer__legal a { text-decoration: underline; }

/* ==========================================================================
   Generic page / 404
   ========================================================================== */
.generic-page { padding: 3rem 0 6rem; min-height: 40vh; }
.page-title { font-size: 2rem; margin-bottom: 2rem; }
.theme-404 { min-height: 70vh; display: flex; align-items: center; }
.theme-404__inner { text-align: center; }
.theme-404__code { font-size: 3rem; margin-bottom: 1rem; }
.theme-404__title { font-size: 1.25rem; color: var(--color-muted-foreground); margin-bottom: 1rem; }
.theme-404__link { color: var(--color-primary); text-decoration: underline; }

/* ==========================================================================
   WooCommerce Checkout Block overrides (Section 13)
   ========================================================================== */
body.woocommerce-checkout .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main {
	padding-top: 2rem;
	padding-bottom: 4rem;
}

/* Neutralize parent width compression for dedicated and embedded checkout. */
body.woocommerce-checkout .site-main .container-wide,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout article,
.entry-content:has(.wc-block-checkout) {
	max-width: none;
	width: 100%;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
.entry-content .wp-block-woocommerce-checkout,
.entry-content .wc-block-checkout {
	display: block;
	max-width: 80rem;
	width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-components-notices,
.entry-content .wc-block-components-notices {
	max-width: 80rem;
	width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	body.woocommerce-checkout .wc-block-components-sidebar-layout,
	body.woocommerce-checkout .wc-block-checkout-sidebar-layout,
	.entry-content .wc-block-components-sidebar-layout,
	.entry-content .wc-block-checkout-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr minmax(360px, 400px);
		gap: 1.5rem;
		align-items: start;
	}

	body.woocommerce-checkout .wc-block-components-notices,
	.entry-content .wc-block-components-notices {
		grid-column: 1 / -1;
		order: 1;
	}

	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
	.entry-content .wc-block-checkout__main,
	.entry-content .wp-block-woocommerce-checkout-fields-block {
		order: 2;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar,
	body.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
	.entry-content .wc-block-checkout__sidebar,
	.entry-content .wp-block-woocommerce-checkout-totals-block {
		order: 3;
	}
}

body.woocommerce-checkout .wc-block-components-sidebar-layout > *,
body.woocommerce-checkout .wc-block-checkout-sidebar-layout > *,
.entry-content .wc-block-components-sidebar-layout > *,
.entry-content .wc-block-checkout-sidebar-layout > * {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
.entry-content .wc-block-checkout__main,
.entry-content .wc-block-checkout__sidebar {
	min-width: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
.entry-content .wc-block-checkout__sidebar,
.entry-content .wc-block-components-sidebar,
.entry-content .wp-block-woocommerce-checkout-totals-block {
	background: none;
	padding: 0;
	border-radius: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.entry-content .wp-block-woocommerce-checkout-order-summary-block {
	width: 100%;
	background-color: var(--color-card);
	border-radius: var(--card-radius);
	padding: var(--section-padding);
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-textarea textarea {
	width: 100% !important;
	max-width: none !important;
	font-family: var(--font-body);
	border: 1px solid var(--color-border);
	border-radius: 0.5rem;
	background: var(--color-background);
	color: var(--color-foreground);
}
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus {
	outline: none;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary) 40%, transparent);
}
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;
}
body.woocommerce-checkout .wc-block-components-notice-banner,
.entry-content .wc-block-components-notice-banner {
	border-radius: 0.5rem;
	grid-column: 1 / -1;
}

body.woocommerce-checkout .wc-block-checkout-empty,
.entry-content .wc-block-checkout-empty {
	margin-inline: auto;
	max-width: 36rem;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

body.woocommerce-checkout .wc-block-checkout-empty .wc-block-components-button,
.entry-content .wc-block-checkout-empty .wc-block-components-button {
	margin-inline: auto;
}

/* Checkout page header */
.theme-checkout-header { margin-bottom: 2.5rem; }
.theme-checkout-continue {
	display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem;
	color: var(--color-muted-foreground); margin-bottom: 2rem; transition: color 0.2s;
}
.theme-checkout-continue:hover { color: var(--color-foreground); }
.theme-checkout-title {
	font-family: var(--font-display); font-size: 1.875rem; font-weight: 700; line-height: 1.2; margin-bottom: 0.5rem;
}
@media (min-width: 768px) { .theme-checkout-title { font-size: 2.25rem; } }
.theme-checkout-intro { font-size: 0.875rem; color: var(--color-muted-foreground); margin-bottom: 2.5rem; max-width: 42rem; }

/* ==========================================================================
   Thank you page
   ========================================================================== */
body.theme-thankyou-page { overflow-x: clip; }
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 {
	max-width: 100%;
}
body.theme-thankyou-page .woocommerce-order-overview {
	display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; padding: 0; margin: 1.5rem 0 2.5rem;
}
body.theme-thankyou-page .woocommerce-order-overview li {
	background: var(--color-card); border-radius: 0.5rem; padding: 1rem 1.25rem; font-size: 0.85rem;
}
body.theme-thankyou-page h2,
body.theme-thankyou-page .woocommerce-order-details__title {
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
}
body.theme-thankyou-page .woocommerce-order-details table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
body.theme-thankyou-page .woocommerce-order-details table th,
body.theme-thankyou-page .woocommerce-order-details table td {
	padding: 0.75rem; border-bottom: 1px solid var(--color-border); text-align: left;
}
body.theme-thankyou-page .woocommerce-order-details tfoot th { text-align: left; }
body.theme-thankyou-page .woocommerce-order-details tfoot td { text-align: right; }
@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;
}
