/* =========================================================================
   SnappingTvrtle Photography — theme stylesheet
   Theme by The Free Website Guys (https://thefreewebsiteguys.com)
   ========================================================================= */

:root {
	--color-ink: #0f0a18;
	--color-plum: #371057;
	--color-lilac: #cba1fa;
	--color-background: #050408;
	--color-foreground: #f5f4f8;
	--color-card: #0d0914;
	--color-primary: #913fd5;
	--color-primary-foreground: #fcfcfc;
	--color-muted-foreground: #a6a2b0;
	--color-destructive: #e62b34;
	--color-border: color-mix(in srgb, #fcfcfc 12%, transparent);
	--color-button-text: var(--color-primary-foreground);

	--font-display: "Anton", "Arial Narrow", sans-serif;
	--font-body: "Barlow", system-ui, sans-serif;

	--btn-radius: 0px;
	--btn-height: 3.25rem;
	--btn-padding: 1rem 1.75rem;
	--btn-font-size: 0.72rem;
	--btn-font-weight: 700;
	--btn-letter-spacing: 0.18em;
	--btn-text-transform: uppercase;
	--btn-icon-padding: 0.6rem;
	--card-radius: 0px;
	--section-padding: 2rem;
	--header-height: 80px;
	--logo-height: 44px;
	--checkout-gap: 2rem;
}

/* -------------------------------------------------------------------------
   Reset / base
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
	margin: 0;
	background-color: var(--color-background);
	color: var(--color-foreground);
	font-family: var(--font-body);
	overflow-x: clip;
	line-height: 1.5;
}
main { max-width: 100%; overflow-x: clip; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button { font-family: inherit; background: none; border: none; color: inherit; cursor: pointer; }
input[type="submit"], input[type="button"], input[type="reset"], select, summary, label[for] { cursor: pointer; }
.theme-nav-link, .theme-nav-link--shop, .theme-mobile-nav-item, .theme-filter-pill, .theme-pill, .theme-variation-select, .theme-accordion-trigger, .theme-back-link, .theme-cart-drawer__browse-link, .theme-cart-drawer__remove, .theme-cart-drawer__qty button, .theme-product-card__media-link, .theme-product-card__title-link, .theme-modal__close, .theme-menu-close, .theme-cart-drawer__close, .site-header__brand, .theme-shop-page__custom-cta, .pricing-section__contact-tile, .journal-section__card--link { cursor: pointer; }

/* WordPress admin bar — keep fixed header below toolbar in preview / logged-in views */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}
input, textarea, select { font-family: inherit; font-size: 1rem; color: inherit; }
::selection { background: var(--color-primary); color: #fff; }

img:not(.cover-img):not(.hero-section__img):not(.about-section__photo):not(.theme-product-card__image-wrapper img):not(.theme-product-gallery__img):not(.theme-related-card__img):not(.theme-cart-drawer__item-thumb):not(.site-logo-img):not(.site-footer__wordmark):not(.theme-mobile-menu__mark) {
	max-width: 100%;
	height: auto;
}
.cover-img,
.hero-section__img,
.about-section__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.theme-product-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.75rem;
	opacity: 0.5;
	display: block;
}

.theme-container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding-inline: 1rem;
	min-width: 0;
	box-sizing: border-box;
}
@media (min-width: 640px) { .theme-container { padding-inline: 1.5rem; } }
@media (min-width: 1024px) { .theme-container { padding-inline: 2.5rem; } }

/* -------------------------------------------------------------------------
   Typography utilities
   ------------------------------------------------------------------------- */
.display, .font-display {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: inherit;
	letter-spacing: -0.01em;
	line-height: 0.92;
	text-transform: uppercase;
}
.eyebrow {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--color-lilac);
	display: inline-block;
}
.text-lilac { color: var(--color-lilac); }
.text-primary { color: var(--color-primary); }
.text-muted { color: var(--color-muted-foreground); }
.theme-icon { display: inline-block; vertical-align: middle; }

.section-label { display: flex; align-items: center; gap: 1rem; margin-bottom: 0; }
.section-label__dot { height: 0.5rem; width: 0.5rem; transform: rotate(45deg); background: var(--color-primary); display: inline-block; }

/* Per-section heading scales (Section 2.2.5) */
.section-heading { margin-top: 1.25rem; overflow-wrap: break-word; }
.intro-section__heading { font-size: clamp(2rem, 6vw, 4.5rem); }
.sports-section__heading { font-size: clamp(2.4rem, 8vw, 6.5rem); }
.services-section__heading { font-size: clamp(2.2rem, 7vw, 5.5rem); }
.pricing-section__heading { font-size: clamp(2.2rem, 6.5vw, 4.8rem); }
.other-work-section__heading { font-size: clamp(1.9rem, 5vw, 3.6rem); }
.why-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.about-section__heading { font-size: clamp(2rem, 6vw, 4.4rem); }
.reviews-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.alerts-section__heading { font-size: clamp(2rem, 6vw, 4.4rem); }
.faq-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.journal-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.merch-teaser-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.social-section__heading { font-size: clamp(2rem, 5.5vw, 4rem); }
.contact-section__heading { font-size: clamp(2.2rem, 6.5vw, 5rem); }
.theme-shop-page__title { font-size: clamp(3rem, 8vw, 4.5rem); line-height: 0.95; }
.theme-checkout-page__title { font-size: clamp(2rem, 6vw, 3.4rem); }
.single-product-main .theme-product-title {
	font-size: 2.25rem;
	line-height: 0.95;
}
@media (min-width: 640px) {
	.single-product-main .theme-product-title { font-size: 3rem; }
}

.hero-section__title { font-size: clamp(2.6rem, 10.5vw, 8.5rem); line-height: 0.92; max-width: 60rem; overflow-wrap: break-word; }

/* -------------------------------------------------------------------------
   Animations (Section 2.1)
   ------------------------------------------------------------------------- */
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal[data-shown="true"] { opacity: 1; transform: none; }
body.is-customizer .reveal { opacity: 1 !important; transform: none !important; }

.img-zoom { overflow: hidden; position: relative; }
.img-zoom img { transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease; }
.img-zoom:hover img { transform: scale(1.06); }

.theme-bounce { animation: theme-bounce 1s infinite; }
@keyframes theme-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(25%); }
}

@media (prefers-reduced-motion: reduce) {
	.reveal, .img-zoom img, .theme-bounce { transition: none !important; animation: none !important; }
	.reveal { opacity: 1 !important; transform: none !important; }
	.theme-mobile-nav-item { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
.theme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: var(--btn-padding);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	letter-spacing: var(--btn-letter-spacing);
	text-transform: var(--btn-text-transform);
	border-radius: var(--btn-radius);
	transition: all 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}
.theme-btn--solid { background: var(--color-primary); color: var(--color-button-text); box-shadow: 0 10px 40px -12px var(--color-primary); }
.theme-btn--solid:hover { background: var(--color-lilac); color: var(--color-ink); }
.theme-btn--outline { border: 1px solid var(--color-border); color: var(--color-foreground); }
.theme-btn--outline:hover { border-color: var(--color-lilac); background: color-mix(in srgb, var(--color-plum) 40%, transparent); }
.theme-btn--block { width: 100%; }
.theme-btn--solid, .btn-hero-primary, .btn-hero-outline, .single-product .single_add_to_cart_button { text-transform: var(--btn-text-transform); }

.theme-back-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-muted-foreground); transition: color 0.2s ease; }
.theme-back-link:hover { color: var(--color-lilac); }

.theme-tag { border: 1px solid var(--color-border); padding: 0.5rem 0.75rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: color-mix(in srgb, var(--color-foreground) 70%, transparent); }

.theme-filter-pill, .theme-pill {
	border: 1px solid var(--color-border);
	padding: 0.65rem 1rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--color-muted-foreground);
	background: transparent;
	transition: all 0.2s ease;
}
.theme-filter-pill.is-active, .theme-pill.is-active { border-color: var(--color-primary); background: var(--color-primary); color: var(--color-primary-foreground); }
.theme-shop-page__filters .theme-filter-pill.is-active { border-color: var(--color-lilac); background: color-mix(in srgb, var(--color-plum) 40%, transparent); color: var(--color-foreground); }
.theme-pill.is-active { border-color: var(--color-lilac); background: color-mix(in srgb, var(--color-plum) 40%, transparent); color: var(--color-foreground); }
.theme-booking-form .theme-pill.is-active { border-color: var(--color-primary); background: color-mix(in srgb, var(--color-primary) 15%, transparent); color: var(--color-foreground); }
.theme-filter-pill:hover, .theme-pill:hover { border-color: var(--color-lilac); color: var(--color-foreground); }
.theme-pill-group, .sports-section__filters, .theme-shop-page__filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* -------------------------------------------------------------------------
   Header
   ------------------------------------------------------------------------- */
.site-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 50;
	transition: all 0.4s ease;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}
.site-header.is-solid {
	background: color-mix(in srgb, var(--color-background) 92%, transparent);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--color-border);
}
.site-header__inner {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: 4rem;
	padding-inline: 1rem;
	min-width: 0;
}
@media (min-width: 640px) { .site-header__inner { height: 5rem; padding-inline: 1.5rem; } }
@media (min-width: 1024px) { .site-header__inner { padding-inline: 2.5rem; } }

.site-header__brand { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; min-width: 0; }
.site-header__brand .site-logo-img {
	flex-shrink: 0;
	display: block;
	object-fit: contain;
	width: auto !important;
	max-width: none;
}
.site-header__brand .site-logo-img--mark {
	height: calc(var(--logo-height) * 0.818) !important;
	width: calc(var(--logo-height) * 0.818) !important;
	max-height: calc(var(--logo-height) * 0.818);
	max-width: calc(var(--logo-height) * 0.818);
}
@media (min-width: 640px) {
	.site-header__brand .site-logo-img--mark {
		height: var(--logo-height) !important;
		width: var(--logo-height) !important;
		max-height: var(--logo-height);
		max-width: var(--logo-height);
	}
}
.site-header__brand .site-logo-img--wordmark { display: none; }
@media (min-width: 640px) {
	.site-header__brand .site-logo-img--wordmark {
		display: block;
		height: calc(var(--logo-height) * 0.455) !important;
		width: auto !important;
		max-height: calc(var(--logo-height) * 0.455);
		max-width: 12rem;
	}
}
@media (min-width: 1024px) {
	.site-header__brand .site-logo-img--wordmark {
		height: calc(var(--logo-height) * 0.545) !important;
		max-height: calc(var(--logo-height) * 0.545);
	}
}
.site-logo-text { font-family: var(--font-display); text-transform: uppercase; line-height: var(--logo-height); font-size: 1.25rem; }
.site-header__brand-name { display: none; }

.site-header__nav { display: none; align-items: center; gap: 1.5rem; }
@media (min-width: 1280px) { .site-header__nav { display: flex; } }
.theme-nav-list { display: flex; align-items: center; gap: 1.5rem; }
.theme-nav-link, .theme-nav-link--shop {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
	transition: color 0.2s ease;
}
.theme-nav-link:hover, .theme-nav-link--shop:hover { color: var(--color-lilac); }

.site-header__actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.theme-cart-button, .theme-phone-button, .theme-menu-toggle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	width: 2.75rem;
	border: 1px solid var(--color-border);
	color: var(--color-foreground);
	transition: border-color 0.2s ease;
}
.theme-cart-button:hover, .theme-phone-button:hover, .theme-menu-toggle:hover { border-color: var(--color-lilac); }
.theme-phone-button { color: var(--color-lilac); display: flex; }
@media (min-width: 1024px) { .theme-phone-button { display: none; } }
.theme-cart-count {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.25rem;
	min-width: 1.25rem;
	padding: 0 0.25rem;
	background: var(--color-primary);
	color: var(--color-primary-foreground);
	font-size: 0.68rem;
	font-weight: 700;
}
.theme-cart-count:empty { display: none; }
.theme-header-book-btn { display: none; padding: 0.75rem 1.25rem; }
@media (min-width: 640px) { .theme-header-book-btn { display: inline-flex; } }
.theme-menu-toggle { display: flex; }
@media (min-width: 1280px) { .theme-menu-toggle { display: none; } }

/* Mobile menu — pixel-match Lovable Header.tsx mobile drawer */
.theme-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 60;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	background: var(--color-ink);
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	transition: opacity 0.4s ease;
}
.theme-mobile-menu.is-open { opacity: 1; pointer-events: auto; }
@media (min-width: 1280px) { .theme-mobile-menu { display: none; } }

.theme-mobile-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	height: 4rem;
	padding-inline: 1rem;
}
@media (min-width: 640px) { .theme-mobile-menu__top { height: 5rem; padding-inline: 1.5rem; } }

.theme-mobile-menu__mark { height: 2.5rem; width: 2.5rem; object-fit: contain; flex-shrink: 0; }

.theme-menu-close {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	width: 2.75rem;
	border: 1px solid var(--color-border);
	color: var(--color-foreground);
	background: transparent;
	flex-shrink: 0;
}

/* nav.flex.flex-1.flex-col.justify-center.gap-1.overflow-y-auto.px-6.pb-8 */
.theme-mobile-menu__nav {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 0.25rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-inline: 1.5rem;
	padding-bottom: 2rem;
	width: 100%;
	box-sizing: border-box;
}

/* display border-b border-border/60 py-3 text-left text-3xl sm:text-4xl */
.theme-mobile-nav-item {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	margin: 0;
	padding-block: 0.75rem;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--color-border) 60%, transparent);
	border-radius: 0;
	background: transparent;
	font-family: var(--font-display);
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 0.92;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	color: var(--color-foreground);
	cursor: pointer;
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition-delay: 0ms;
}
@media (min-width: 640px) { .theme-mobile-nav-item { font-size: 2.25rem; } }

.theme-mobile-menu.is-open .theme-mobile-nav-item {
	opacity: 1;
	transform: translateY(0);
	transition-delay: var(--item-delay, 0ms);
}

/* mt-8 flex flex-col gap-3 */
.theme-mobile-menu__ctas {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
	flex-shrink: 0;
}

/* Cta: w-full (flex-col stretch) px-7 py-4 text-xs font-bold uppercase tracking-[0.18em] */
.theme-mobile-menu__ctas .theme-mobile-menu__cta {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 1.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.theme-mobile-menu__ctas .theme-btn--outline:hover {
	border-color: var(--color-lilac);
	background: color-mix(in srgb, var(--color-plum) 40%, transparent);
}

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.hero-section { position: relative; min-height: 100svh; width: 100%; overflow: hidden; background: var(--color-ink); }
.hero-section__bg { position: absolute; inset: 0; will-change: transform; }
.hero-section__img { transform-origin: center center; }
.hero-section__gradient { position: absolute; inset: 0; background: linear-gradient(to top, var(--color-ink), color-mix(in srgb, var(--color-ink) 55%, transparent), color-mix(in srgb, var(--color-ink) 70%, transparent)); }
.hero-section__glow { position: absolute; inset: 0; background: radial-gradient(120% 80% at 10% 100%, var(--color-plum) 0%, transparent 55%); opacity: 0.7; mix-blend-mode: screen; }
.hero-section__content { position: relative; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; padding-block: 7rem 3.5rem; min-width: 0; }
@media (min-width: 640px) { .hero-section__content { padding-block: 9rem 5rem; } }
@media (min-width: 1024px) { .hero-section__content { padding-block-end: 6rem; } }
.hero-section__subtitle { margin-top: 1.75rem; max-width: 36rem; font-size: 1rem; line-height: 1.6; color: color-mix(in srgb, var(--color-foreground) 80%, transparent); overflow-wrap: break-word; }
@media (min-width: 640px) { .hero-section__subtitle { font-size: 1.125rem; } }
.hero-section__ctas { margin-top: 2.25rem; display: flex; flex-direction: column; gap: 0.75rem; width: 100%; max-width: 100%; }
@media (min-width: 640px) { .hero-section__ctas { flex-direction: row; align-items: center; flex-wrap: wrap; } }
@media (max-width: 639px) {
	.hero-section__ctas .theme-btn,
	.sports-section__ctas .theme-btn,
	.pricing-section__note-ctas .theme-btn,
	.faq-section__intro .theme-btn { width: 100%; justify-content: center; }
}
.hero-section__scroll { margin-top: 3rem; display: flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: color-mix(in srgb, var(--color-foreground) 50%, transparent); }

/* -------------------------------------------------------------------------
   Generic sections
   ------------------------------------------------------------------------- */
section { position: relative; }
.intro-section, .services-section, .other-work-section, .about-section, .faq-section { border-top: 1px solid var(--color-border); background: var(--color-background); padding-block: 5rem; }
.sports-section, .pricing-section, .why-section, .reviews-section, .journal-section, .social-section { border-top: 1px solid var(--color-border); background: var(--color-ink); padding-block: 5rem; }
.merch-teaser-section, .alerts-section, .contact-section { border-top: 1px solid var(--color-border); background: var(--color-background); padding-block: 5rem; overflow: hidden; }
@media (min-width: 640px) { .intro-section, .services-section, .other-work-section, .about-section, .faq-section, .sports-section, .pricing-section, .why-section, .reviews-section, .journal-section, .social-section, .merch-teaser-section, .alerts-section, .contact-section { padding-block: 7rem; } }
@media (min-width: 1024px) { .intro-section, .services-section, .other-work-section, .about-section, .faq-section, .sports-section, .pricing-section, .why-section, .reviews-section, .journal-section, .social-section, .merch-teaser-section, .alerts-section, .contact-section { padding-block: 9rem; } }

/* Intro */
.intro-section__grid { display: grid; gap: 3rem; min-width: 0; }
@media (min-width: 1024px) { .intro-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } .intro-section__copy { grid-column: span 6; align-self: start; position: sticky; top: 7rem; } .intro-section__images { grid-column: span 6; } }
.intro-section__body { margin-top: 1.5rem; max-width: 36rem; color: var(--color-muted-foreground); line-height: 1.7; overflow-wrap: break-word; }
.intro-section__tags { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.intro-section__images { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; min-width: 0; }
@media (min-width: 640px) { .intro-section__images { gap: 1rem; } }
.intro-section__img-wide { grid-column: span 2; aspect-ratio: 4/3; position: relative; }
.intro-section__img-tall { aspect-ratio: 3/4; position: relative; }

/* Sports */
.sports-section__head { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 1024px) { .sports-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.sports-section__head-copy { max-width: 42rem; }
.sports-section__intro { max-width: 24rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.sports-section__filters { margin-top: 2.5rem; max-width: 100%; }
.sports-section__grid { margin-top: 1.5rem; display: grid; gap: 0.75rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .sports-section__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.sports-section__shot { position: relative; aspect-ratio: 3/4; }
.sports-section__shot.shot-2 { aspect-ratio: 4/3; }
@media (min-width: 640px) { .sports-section__shot.shot-1 { grid-column: span 2; grid-row: span 2; } .sports-section__shot.shot-2 { grid-column: span 2; aspect-ratio: 16/10; } }
.sports-section__shot-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; background: linear-gradient(to top, color-mix(in srgb, var(--color-ink) 85%, transparent), transparent); opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.sports-section__shot:hover .sports-section__shot-overlay { opacity: 1; }
.sports-section__shot-caption { margin-top: 0.25rem; font-size: 1.5rem; }
.sports-section__ctas { margin-top: 3rem; display: flex; flex-direction: column; gap: 0.75rem; width: 100%; max-width: 100%; }
@media (min-width: 640px) { .sports-section__ctas { flex-direction: row; flex-wrap: wrap; } }

/* Services */
.services-section__grid { margin-top: 3rem; display: grid; gap: 1px; border: 1px solid var(--color-border); background: var(--color-border); grid-template-columns: 1fr; }
@media (min-width: 640px) { .services-section__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-section__grid { grid-template-columns: 1fr 1fr 1fr; } }
.services-section__card { position: relative; background: var(--color-background); padding: 1.75rem; transition: background-color 0.5s ease; }
@media (min-width: 640px) { .services-section__card { padding: 2.25rem; } }
.services-section__card:hover { background: color-mix(in srgb, var(--color-plum) 35%, transparent); }
.services-section__card-title { margin-top: 1.5rem; font-size: 1.5rem; }
.services-section__card-body { margin-top: 0.75rem; font-size: 0.875rem; line-height: 1.6; color: var(--color-muted-foreground); }
.services-section__card-bar { position: absolute; inset-inline: 0; bottom: 0; height: 2px; width: 0; background: var(--color-primary); transition: width 0.5s ease; }
.services-section__card:hover .services-section__card-bar { width: 100%; }

/* Pricing */
.pricing-section__grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .pricing-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } .pricing-section__grid > div:first-child { grid-column: span 5; } .pricing-section__card { grid-column: span 7; } }
.pricing-section__body { margin-top: 1.5rem; max-width: 28rem; color: var(--color-muted-foreground); line-height: 1.7; }
.pricing-section__card { border: 1px solid var(--color-border); background: var(--color-card); }
.pricing-section__contact-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 640px) { .pricing-section__contact-grid { grid-template-columns: 1fr 1fr; } }
.pricing-section__contact-tile { display: block; padding: 2rem; border-bottom: 1px solid var(--color-border); transition: background-color 0.2s ease; }
@media (min-width: 640px) { .pricing-section__contact-tile:first-child { border-bottom: none; border-right: 1px solid var(--color-border); } }
.pricing-section__contact-tile:hover { background: color-mix(in srgb, var(--color-plum) 40%, transparent); }
.pricing-section__contact-value { margin-top: 0.75rem; font-size: clamp(1.25rem, 5vw, 1.75rem); overflow-wrap: anywhere; }
.pricing-section__contact-value--email { word-break: break-word; text-transform: uppercase; font-size: clamp(0.95rem, 3.5vw, 1.1rem); }
.pricing-section__note { border-top: 1px solid var(--color-border); padding: 2rem; }
.pricing-section__note p { font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.pricing-section__note-ctas { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; width: 100%; max-width: 100%; }
@media (min-width: 640px) { .pricing-section__note-ctas { flex-direction: row; flex-wrap: wrap; } }

/* Other work */
.other-work-section__head { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 1024px) { .other-work-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.other-work-section__intro { max-width: 24rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.other-work-section__grid { margin-top: 2.5rem; display: grid; gap: 1px; border: 1px solid var(--color-border); background: var(--color-border); grid-template-columns: 1fr; }
@media (min-width: 640px) { .other-work-section__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .other-work-section__grid { grid-template-columns: 1fr 1fr 1fr; } }
.other-work-section__card { position: relative; aspect-ratio: 4/3; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--color-card); padding: 1.5rem; }
.other-work-section__card-glow { position: absolute; inset: 0; background: radial-gradient(90% 70% at 80% 0%, var(--color-plum) 0%, transparent 65%); opacity: 0.45; transition: opacity 0.5s ease; }
.other-work-section__card:hover .other-work-section__card-glow { opacity: 0.8; }
.other-work-section__card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 8.75rem;
}
.other-work-section__card-title {
	font-size: 1.5rem;
	line-height: 0.92;
	min-height: 2.75rem;
}
@media (min-width: 640px) { .other-work-section__card-title { font-size: 1.75rem; min-height: 3.25rem; } }
.other-work-section__card-note {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--color-muted-foreground);
	flex-grow: 1;
	min-height: 2.625rem;
}
.other-work-section__card-badge { margin-top: 1rem; display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: color-mix(in srgb, var(--color-lilac) 70%, transparent); }

/* Why */
.why-section__grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .why-section__grid { grid-template-columns: repeat(12, 1fr); } .why-section__intro { grid-column: span 4; } .why-section__list { grid-column: span 8; } }
.why-section__item { display: flex; flex-direction: column; gap: 0.5rem; border-top: 1px solid var(--color-border); padding-block: 1.75rem; }
.why-section__item:last-child { border-bottom: 1px solid var(--color-border); }
@media (min-width: 640px) { .why-section__item { flex-direction: row; gap: 2.5rem; } }
.why-section__item-num { font-size: 1.125rem; color: color-mix(in srgb, var(--color-lilac) 60%, transparent); }
@media (min-width: 640px) { .why-section__item-num { width: 4rem; flex-shrink: 0; } }
.why-section__item-title { font-size: 1.25rem; }
@media (min-width: 640px) { .why-section__item-title { font-size: 1.5rem; } }
.why-section__item-body { margin-top: 0.5rem; max-width: 42rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }

/* About */
.about-section { overflow-x: clip; }
.about-section__grid { display: grid; gap: 2.5rem; align-items: center; min-width: 0; }
@media (min-width: 1024px) { .about-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } .about-section__photo-wrap { grid-column: span 5; } .about-section__copy { grid-column: span 7; } }
.about-section__photo-wrap { position: relative; max-width: 100%; }
.about-section__photo { position: relative; aspect-ratio: 4/5; width: 100%; }
.about-section__badge { position: absolute; bottom: 0; right: 0; background: var(--color-primary); padding: 1rem 1.25rem; max-width: calc(100% - 1rem); }
@media (min-width: 640px) { .about-section__badge { bottom: -1rem; right: -1rem; max-width: none; } }
.about-section__badge-name { font-size: 1.25rem; line-height: 1; }
.about-section__badge-role { margin-top: 0.25rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: color-mix(in srgb, var(--color-primary-foreground) 80%, transparent); }
.about-section__body { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; max-width: 42rem; color: var(--color-muted-foreground); line-height: 1.7; }
.about-section__cta { margin-top: 2rem; }

/* Reviews */
.reviews-section__intro { max-width: 42rem; }
.reviews-section__body { margin-top: 1.25rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.reviews-section__grid { margin-top: 2.5rem; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .reviews-section__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .reviews-section__grid { grid-template-columns: 1fr 1fr 1fr; } }
.reviews-section__card { display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--color-border); background: var(--color-card); padding: 1.75rem; }
.reviews-section__stars { display: flex; gap: 0.25rem; color: var(--color-lilac); }
.theme-star-filled { fill: currentColor; }
.reviews-section__quote-icon { margin-top: 1.5rem; }
.reviews-section__quote { margin-top: 1rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.reviews-section__attribution { margin-top: 2rem; border-top: 1px solid var(--color-border); padding-top: 1.25rem; }
.reviews-section__name { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; }
.reviews-section__type { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--color-muted-foreground); }

/* Alerts */
.alerts-section__bg { position: absolute; inset: 0; opacity: 0.2; }
.alerts-section__gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--color-ink), color-mix(in srgb, var(--color-ink) 90%, transparent), color-mix(in srgb, var(--color-ink) 60%, transparent)); }
.alerts-section__grid { position: relative; display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .alerts-section__grid { grid-template-columns: repeat(12, 1fr); } .alerts-section__grid > div:first-child { grid-column: span 6; } .alerts-section__form-wrap { grid-column: span 6; padding-left: 2.5rem; } }
.alerts-section__body { margin-top: 1.25rem; max-width: 32rem; color: var(--color-muted-foreground); line-height: 1.7; }
.alerts-section__form-wrap .theme-form { border: 1px solid var(--color-border); background: var(--color-card); padding: 1.75rem; }
@media (min-width: 640px) { .alerts-section__form-wrap .theme-form { padding: 2.25rem; } }

/* FAQ */
.faq-section__grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .faq-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } .faq-section__intro { grid-column: span 4; } .faq-section__accordion { grid-column: span 8; } }
.faq-section__body { margin-top: 1.25rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.faq-section__intro .theme-btn { margin-top: 1.5rem; }
.theme-accordion-item { border-bottom: 1px solid var(--color-border); }
.theme-accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; text-align: left; font-family: var(--font-display); text-transform: uppercase; font-size: clamp(1rem, 4vw, 1.1rem); letter-spacing: 0.02em; overflow-wrap: break-word; }
.theme-accordion-trigger:hover { color: var(--color-lilac); }
.theme-accordion-chevron { transition: transform 0.2s ease; flex-shrink: 0; }
.theme-accordion-item.is-open .theme-accordion-chevron { transform: rotate(180deg); }
.theme-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.theme-accordion-item.is-open .theme-accordion-content { max-height: 32rem; }
.theme-accordion-content p { padding-bottom: 1.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }

/* Journal */
.journal-section__head { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 1024px) { .journal-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.journal-section__intro { max-width: 24rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.journal-section__grid { margin-top: 2.5rem; display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .journal-section__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .journal-section__grid { grid-template-columns: 1fr 1fr 1fr; } }
.journal-section__img-wrap { position: relative; aspect-ratio: 4/3; }
.journal-section__img-wrap img { opacity: 0.8; }
.journal-section__card:hover .journal-section__img-wrap img { opacity: 1; }
.journal-section__card-title { margin-top: 0.5rem; font-size: 1.5rem; transition: color 0.2s ease; }
.journal-section__card:hover .journal-section__card-title,
.journal-section__card--link:focus-visible .journal-section__card-title { color: var(--color-lilac); }
.journal-section__card--link { display: block; color: inherit; text-decoration: none; }
.journal-section__card-note { margin-top: 0.25rem; font-size: 0.875rem; color: var(--color-muted-foreground); }

/* Merch teaser */
.merch-teaser-section__head { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 1024px) { .merch-teaser-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.merch-teaser-section__grid { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--color-border); background: var(--color-border); }
@media (min-width: 1024px) { .merch-teaser-section__grid { grid-template-columns: repeat(4, 1fr); } }
.merch-teaser-section__tile { display: flex; aspect-ratio: 1/1; width: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; background: var(--color-card); padding: 1.5rem; text-align: center; transition: background-color 0.2s ease; }
.merch-teaser-section__tile:hover { background: color-mix(in srgb, var(--color-plum) 40%, transparent); }
.merch-teaser-section__tile-mark { height: 4rem; width: 4rem; object-fit: contain; opacity: 0.3; transition: all 0.5s ease; }
.merch-teaser-section__tile:hover .merch-teaser-section__tile-mark { transform: scale(1.1); opacity: 0.7; }
.merch-teaser-section__tile-name { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-muted-foreground); }
.merch-teaser-section__footnote { margin-top: 1.25rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--color-muted-foreground); }

/* Social */
.social-section__head { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
@media (min-width: 640px) { .social-section__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.social-section__grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (min-width: 640px) { .social-section__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.social-section__tile { position: relative; display: block; aspect-ratio: 1/1; }
.social-section__tile-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--color-ink) 70%, transparent); opacity: 0; transition: opacity 0.4s ease; }
.social-section__tile:hover .social-section__tile-overlay { opacity: 1; }

/* Contact */
.contact-section__glow {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(80% 60% at 50% 0%, var(--color-plum) 0%, transparent 60%);
	opacity: 0.4;
}
.contact-section__grid { position: relative; z-index: 1; display: grid; gap: 3rem; }
@media (min-width: 1024px) { .contact-section__grid { grid-template-columns: repeat(12, 1fr); gap: 4rem; } .contact-section__col { grid-column: span 5; } .contact-section__form-wrap { grid-column: span 7; } }
.contact-section__links { margin-top: 2rem; display: flex; flex-direction: column; gap: 1px; border: 1px solid var(--color-border); background: var(--color-border); }
.contact-section__link { display: flex; align-items: center; gap: 1rem; background: var(--color-background); padding: 1.5rem; transition: background-color 0.2s ease; min-width: 0; overflow-wrap: anywhere; }
.contact-section__link:hover { background: color-mix(in srgb, var(--color-plum) 40%, transparent); }
.contact-section__link .theme-icon:first-child { flex-shrink: 0; width: 1.25rem; height: 1.25rem; }
.contact-section__link .theme-icon:last-child { flex-shrink: 0; width: 1rem; height: 1rem; margin-left: auto; color: var(--color-muted-foreground); transition: transform 0.2s ease; }
.contact-section__link:hover .theme-icon:last-child { transform: translateY(-4px); }
.contact-section__link span { flex: 1; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.025em; word-break: break-all; }
.contact-section__cta { margin-top: 1.5rem; }
.contact-section__form-wrap .theme-form { border: 1px solid var(--color-border); background: var(--color-card); padding: 1.75rem; }
@media (min-width: 640px) { .contact-section__form-wrap .theme-form { padding: 2.5rem; } }
.contact-section__form-title { font-size: 1.5rem; }
.contact-section__form-wrap .theme-form > .theme-form__row:first-of-type { margin-top: 1.5rem; }
.contact-section__form-wrap .theme-form > .theme-form__row + .theme-form__row,
.contact-section__form-wrap .theme-form > .theme-field { margin-top: 1.25rem; }
.contact-section__form-wrap .theme-field label,
.contact-section__form-wrap .theme-form label.eyebrow { margin-bottom: 0.75rem; }
.contact-section__form-wrap .theme-form button[type="submit"] { margin-top: 1.5rem; width: 100%; justify-content: center; }
@media (min-width: 640px) { .contact-section__form-wrap .theme-form button[type="submit"] { width: auto; padding-inline: 2.5rem; } }

/* -------------------------------------------------------------------------
   Forms
   ------------------------------------------------------------------------- */
.theme-form__row--2col { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) {
	.theme-form__row--2col {
		grid-template-columns: 1fr 1fr;
		align-items: end;
	}
}
.theme-form__row .theme-field { margin-top: 0; min-width: 0; }
.theme-field { margin-top: 1.25rem; }
.theme-field:first-child { margin-top: 0; }
.theme-field label, .theme-form label.eyebrow { display: block; margin-bottom: 0.6rem; }
.theme-form input[type="text"], .theme-form input[type="email"], .theme-form input[type="tel"], .theme-form input[type="date"], .theme-form textarea {
	width: 100%;
	border: 1px solid var(--color-border);
	background: var(--color-background);
	padding: 1rem;
	font-size: 1rem;
	outline: none;
	transition: border-color 0.2s ease;
}
.theme-form input::placeholder, .theme-form textarea::placeholder { color: var(--color-muted-foreground); }
.theme-form input:focus, .theme-form textarea:focus { border-color: var(--color-lilac); }
.theme-form button[type="submit"] { margin-top: 1.5rem; }
.theme-form__footnote { margin-top: 1rem; font-size: 0.75rem; color: var(--color-muted-foreground); }
.alerts-section__form-wrap label { margin-top: 1.25rem; }
.alerts-section__form-wrap label:first-child { margin-top: 0; }

/* -------------------------------------------------------------------------
   Booking dialog / modal
   ------------------------------------------------------------------------- */
.theme-modal { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.theme-modal.is-open { visibility: visible; }
.theme-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.8); opacity: 0; transition: opacity 0.2s ease; }
.theme-modal.is-open .theme-modal__overlay { opacity: 1; }
.theme-modal__panel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -48%) scale(0.96);
	width: calc(100% - 2rem);
	max-width: 32rem;
	max-height: 85vh;
	background: var(--color-card);
	border: 1px solid var(--color-border);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.theme-modal.is-open .theme-modal__panel { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.theme-modal__scroll { max-height: 85vh; overflow-y: auto; padding: 1.5rem; position: relative; }
@media (min-width: 640px) { .theme-modal__scroll { padding: 2rem; } }
.theme-modal__close { position: absolute; top: 1rem; right: 1rem; opacity: 0.7; }
.theme-modal__close:hover { opacity: 1; }
.theme-modal__title { font-size: 1.9rem; }
.theme-modal__intro { margin-top: 0.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-booking-form { margin-top: 1.5rem; }

/* -------------------------------------------------------------------------
   Toasts
   ------------------------------------------------------------------------- */
.theme-toast-root { position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 100; display: flex; flex-direction: column; gap: 0.5rem; max-width: 22rem; }
.theme-toast { background: var(--color-card); border: 1px solid var(--color-border); padding: 1rem 1.25rem; opacity: 0; transform: translateY(10px); transition: opacity 0.3s ease, transform 0.3s ease; }
.theme-toast.is-visible { opacity: 1; transform: none; }
.theme-toast__title { font-weight: 600; font-size: 0.875rem; }
.theme-toast__body { margin-top: 0.25rem; font-size: 0.8rem; color: var(--color-muted-foreground); }

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--color-border); background: var(--color-ink); }
.site-footer__grid { display: grid; gap: 2.5rem; padding-block: 3.5rem; }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(12, 1fr); } .site-footer__brand-col { grid-column: span 5; } .site-footer__nav-col { grid-column: span 3; } .site-footer__contact-col { grid-column: span 4; } }
.site-footer__brand { display: flex; align-items: center; gap: 0.75rem; }
.site-footer__brand .site-logo-img {
	height: 3rem !important;
	width: 3rem !important;
	max-height: 3rem;
	max-width: 3rem;
}
.site-footer__wordmark { height: 1.5rem; width: auto; object-fit: contain; }
.site-footer__about { margin-top: 1.25rem; max-width: 24rem; font-size: 0.875rem; line-height: 1.7; color: var(--color-muted-foreground); }
.site-footer__cta { margin-top: 1.5rem; }
.site-footer__nav-list { margin-top: 1.25rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem 1rem; }
@media (min-width: 1024px) { .site-footer__nav-list { grid-template-columns: 1fr; } }
.site-footer__nav-list a { font-size: 0.875rem; color: var(--color-muted-foreground); transition: color 0.2s ease; }
.site-footer__nav-list a:hover { color: var(--color-lilac); }
.site-footer__contact-list { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.site-footer__contact-list a { color: var(--color-muted-foreground); display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s ease; word-break: break-all; }
.site-footer__contact-list a:hover { color: var(--color-lilac); }
.site-footer__bottom { display: flex; flex-direction: column; gap: 0.75rem; border-top: 1px solid var(--color-border); padding-block: 1.5rem; font-size: 0.75rem; color: var(--color-muted-foreground); }
@media (min-width: 640px) { .site-footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.site-footer__bottom a { color: var(--color-lilac); text-decoration: underline; text-underline-offset: 4px; }

/* WooCommerce pages — keep footer layout isolated from WC global img/list rules */
.woocommerce-page .site-footer {
	position: relative;
	z-index: 1;
	clear: both;
}
.woocommerce-page .site-footer .site-footer__brand .site-logo-img {
	height: 3rem !important;
	width: 3rem !important;
	max-height: 3rem;
	max-width: 3rem;
}
.woocommerce-page .site-footer__wordmark {
	height: 1.5rem !important;
	width: auto !important;
	max-height: 1.5rem;
	max-width: 12rem;
	object-fit: contain;
}
.woocommerce-page .site-footer__nav-list,
.woocommerce-page .site-footer__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-page .site-footer a {
	text-decoration: none;
}
.woocommerce-page .site-footer__bottom a {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------
   Shop / product cards
   ------------------------------------------------------------------------- */
.theme-shop-page__body, .theme-checkout-page__body { margin-top: 1.25rem; max-width: 42rem; font-size: 1rem; color: var(--color-muted-foreground); line-height: 1.7; }
@media (min-width: 640px) { .theme-shop-page__body, .theme-checkout-page__body { font-size: 1.125rem; } }
.theme-shop-page__filters { margin-top: 2.5rem; max-width: 100%; }
.theme-shop-page__filters .theme-filter-pill { padding: 0.5rem 1rem; font-size: 0.6875rem; }
.theme-product-grid { margin-top: 2rem; display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: stretch; }
@media (min-width: 640px) { .theme-product-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .theme-product-grid { grid-template-columns: 1fr 1fr 1fr; } }

.theme-product-card-wrap { height: 100%; }
.theme-product-card { display: flex; flex-direction: column; height: 100%; border: 1px solid var(--color-border); background: var(--color-card); }

.theme-product-card__image-wrapper {
	position: relative;
	aspect-ratio: 1/1;
	overflow: hidden;
	background: var(--color-ink);
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
}
.theme-product-card__media-link {
	text-decoration: none;
	color: inherit;
}
.theme-product-card__image-wrapper img {
	position: static;
	width: 6rem;
	height: 6rem;
	max-width: 6rem;
	max-height: 6rem;
	padding: 0;
	object-fit: contain;
	opacity: 0.35;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: block;
}
.theme-product-card:hover .theme-product-card__image-wrapper img { transform: scale(1.1); opacity: 0.7; }
.theme-product-card__badge {
	position: absolute;
	left: 0.75rem;
	top: 0.75rem;
	border: 1px solid var(--color-border);
	background: color-mix(in srgb, var(--color-background) 80%, transparent);
	padding: 0.35rem 0.6rem;
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--color-lilac);
	z-index: 3;
}
.theme-product-card__badge--single { left: 1rem; top: 1rem; }
.theme-product-card__info { flex: 1; display: flex; flex-direction: column; gap: 0.75rem; padding: 1rem; min-width: 0; }
@media (min-width: 640px) { .theme-product-card__info { padding: 1.25rem; } }
.theme-product-card__title { font-size: 1.25rem; }
@media (min-width: 640px) { .theme-product-card__title { font-size: 1.5rem; } }
.theme-product-card__title-link {
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}
.theme-product-card__title-link:hover,
.theme-product-card:hover .theme-product-card__title-link { color: var(--color-lilac); }
.theme-product-card__blurb { margin-top: 0.25rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-product-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; min-width: 0; }
.theme-product-card__price { font-size: 0.875rem; font-weight: 600; letter-spacing: 0.08em; }
.theme-product-card__btn, .theme-product-card__btn--notify {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--color-border);
	padding: 0.6rem 0.85rem;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--color-foreground);
	transition: all 0.2s ease;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
}
.theme-product-card__btn--notify { color: var(--color-muted-foreground); }
.theme-product-card__btn:hover { border-color: var(--color-lilac); background: color-mix(in srgb, var(--color-plum) 40%, transparent); }

.theme-shop-page__custom-box { margin-top: 3.5rem; border: 1px solid var(--color-border); background: var(--color-card); padding: 1.5rem; }
@media (min-width: 640px) { .theme-shop-page__custom-box { padding: 2rem; } }
.theme-shop-page__custom-title { font-size: 1.5rem; }
@media (min-width: 640px) { .theme-shop-page__custom-title { font-size: 1.75rem; } }
.theme-shop-page__custom-body { margin-top: 0.5rem; max-width: 42rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-shop-page__custom-cta { margin-top: 1.25rem; display: inline-flex; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-lilac); }
.theme-shop-page__custom-cta:hover { color: var(--color-foreground); }
.theme-shop-page__empty { margin-top: 2rem; color: var(--color-muted-foreground); }

.theme-shop-page, .theme-checkout-page, .theme-single-product, .theme-page, .theme-404, .theme-fallback-content { padding-top: 7rem; padding-bottom: 6rem; }
body.theme-no-hero main.single-product-main.theme-single-product {
	padding-top: 7rem !important;
	padding-bottom: 6rem;
}
.theme-checkout-page.theme-container { max-width: 1100px; }
@media (min-width: 640px) {
	.theme-shop-page, .theme-checkout-page, .theme-single-product, .theme-page, .theme-404, .theme-fallback-content { padding-top: 9rem; }
	body.theme-no-hero main.single-product-main.theme-single-product { padding-top: 9rem !important; }
}

/* -------------------------------------------------------------------------
   Single product (Section 11.13 — responsive layout)
   ------------------------------------------------------------------------- */
.theme-product-layout { display: grid; gap: 2.5rem; grid-template-columns: minmax(0, 1fr); margin-top: 2rem; min-width: 0; }
@media (min-width: 1024px) {
	.theme-product-layout { grid-template-columns: minmax(0, 1fr) 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: 1px solid var(--color-border);
	background: var(--color-ink);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-product-gallery__img,
.single-product-main .theme-product-gallery__main img {
	position: static !important;
	width: 10rem;
	height: 10rem;
	max-width: 10rem;
	max-height: 10rem;
	padding: 0;
	object-fit: contain;
	opacity: 0.4;
	display: block;
}

.single-product-main .theme-product-title { margin-top: 1.25rem; }
.single-product-main .theme-product-price { margin-top: 0.75rem; font-size: 1.5rem; font-weight: 600; color: var(--color-lilac); }
.theme-product-description { margin-top: 1.25rem; font-size: 1rem; color: var(--color-muted-foreground); line-height: 1.7; overflow-wrap: break-word; word-break: break-word; }

.theme-product-details-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.theme-product-details-list__item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-product-details-list__dot { height: 0.375rem; width: 0.375rem; transform: rotate(45deg); background: var(--color-primary); flex-shrink: 0; }

.theme-option-group { margin-top: 1.75rem; }

/* Variable product swatches — visual parity with Lovable Option pills (selects unchanged) */
.single-product-main .theme-variable-product-form .theme-variation-attribute {
	margin-top: 1.75rem;
}
.single-product-main .theme-variable-product-form .theme-variation-attribute .eyebrow {
	display: block;
}
.single-product-main .theme-variable-product-form .theme-variation-attribute__field {
	margin-top: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}
.single-product-main .theme-variation-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: auto;
	min-width: 3.25rem;
	max-width: 100%;
	margin: 0;
	padding: 0.5rem 2.25rem 0.5rem 1rem;
	border: 1px solid var(--color-border);
	border-radius: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a6a2b0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 0.75rem;
	color: var(--color-muted-foreground);
	font-family: var(--font-body);
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.single-product-main .theme-variation-select:hover {
	border-color: var(--color-lilac);
	color: var(--color-foreground);
	background-color: transparent;
}
.single-product-main .theme-variation-select:focus {
	outline: none;
	border-color: var(--color-lilac);
	color: var(--color-foreground);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-lilac) 30%, transparent);
}
.single-product-main .theme-variation-select:has(option:checked:not([value=""])) {
	border-color: var(--color-lilac);
	background-color: color-mix(in srgb, var(--color-plum) 40%, transparent);
	color: var(--color-foreground);
}
.single-product-main .theme-variation-select option {
	background: var(--color-card);
	color: var(--color-foreground);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.theme-product-actions {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.theme-product-actions__cta { flex: 1 1 auto; min-width: 160px; }
.theme-quantity-wrapper { display: flex; align-items: center; border: 1px solid var(--color-border); }
.theme-qty-minus, .theme-qty-plus { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; }
.theme-qty-value { width: 2.5rem; text-align: center; font-size: 0.875rem; }
.theme-qty-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.theme-product-order-note { margin-top: 1rem; font-size: 0.75rem; color: var(--color-muted-foreground); }

.theme-related-products { margin-top: 5rem; }
.theme-related-products__heading { font-size: 1.875rem; line-height: 0.95; }
@media (min-width: 640px) { .theme-related-products__heading { font-size: 2.25rem; } }

.theme-related-grid {
	margin-top: 1.5rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
}
@media (min-width: 640px) { .theme-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .theme-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.theme-related-card { display: flex; flex-direction: column; border: 1px solid var(--color-border); background: var(--color-card); min-width: 0; }
.theme-related-card__media {
	position: relative;
	display: flex;
	aspect-ratio: 1/1;
	align-items: center;
	justify-content: center;
	background: var(--color-ink);
	overflow: hidden;
}
.theme-related-card__img {
	position: static !important;
	width: 6rem;
	height: 6rem;
	max-width: 6rem;
	max-height: 6rem;
	object-fit: contain;
	opacity: 0.35;
	display: block;
}
.theme-related-card__body { display: flex; flex-direction: column; gap: 0.5rem; padding: 1rem 1.25rem 1.25rem; min-width: 0; }
.theme-related-card__category { color: var(--color-muted-foreground); }
.theme-related-card__title { font-size: 1.25rem; line-height: 0.95; }
@media (min-width: 640px) { .theme-related-card__title { font-size: 1.5rem; } }
.theme-related-card__title a { color: inherit; transition: color 0.2s ease; }
.theme-related-card__title a:hover,
.theme-related-card:hover .theme-related-card__title a { color: var(--color-lilac); }
.theme-related-card__price { font-size: 0.875rem; font-weight: 600; letter-spacing: 0.08em; }

/* Hide leftover WooCommerce single-product chrome */
.single-product-main .woocommerce-product-gallery,
.single-product-main .woocommerce-tabs,
.single-product-main .related.products,
.single-product-main .upsells,
.single-product-main .woocommerce-breadcrumb { display: none !important; }

/* -------------------------------------------------------------------------
   WooCommerce style overrides (Sections 11.4.1, 11.4.2, 14)
   ------------------------------------------------------------------------- */
.single-product-main .single_add_to_cart_button.button,
.single-product-main .add_to_cart_button.button,
.single-product-main button.single_add_to_cart_button,
.single-product-main button.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;
}
.theme-product-card .add_to_cart_button.ajax_add_to_cart {
	min-height: unset !important;
	padding: 0.6rem 0.85rem !important;
	border-radius: 0 !important;
}
.single-product .single_add_to_cart_button.loading::after,
.ajax_add_to_cart.loading::after { display: none !important; }
.ajax_add_to_cart.theme-btn-loading { opacity: 0.6 !important; pointer-events: none !important; cursor: wait !important; }

.woocommerce-page a.added_to_cart.wc-forward,
.single-product a.added_to_cart.wc-forward,
body a.added_to_cart.wc-forward { display: none !important; }

.single-product .woocommerce-message,
.single-product .woocommerce-info { display: none; }
#theme-cart-drawer .woocommerce-message { display: none; }
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	border: 1px solid var(--color-border);
	background: var(--color-card);
	color: var(--color-foreground);
	padding: 1rem 1.25rem;
	font-size: 0.875rem;
	margin: 1rem 0;
	list-style: none;
}

/* -------------------------------------------------------------------------
   Cart drawer
   ------------------------------------------------------------------------- */
#theme-cart-overlay {
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
body.cart-open #theme-cart-overlay { opacity: 1; pointer-events: auto; }
#theme-cart-drawer {
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 71;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 28rem;
	border-left: 1px solid var(--color-border);
	background: var(--color-background);
	transform: translateX(100%);
	transition: transform 0.4s ease;
}
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; border-bottom: 1px solid var(--color-border); padding: 1rem 1.25rem; }
.theme-cart-drawer__title { font-size: 1.5rem; }
.theme-cart-drawer__close { display: flex; align-items: center; justify-content: center; height: 2.5rem; width: 2.5rem; border: 1px solid var(--color-border); }
.theme-cart-drawer__body { flex: 1; overflow-y: auto; padding: 1.25rem; }
.theme-cart-drawer__empty { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; }
.theme-cart-drawer__browse-link { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--color-lilac); }
.theme-cart-drawer__list { display: flex; flex-direction: column; gap: 1rem; }
.theme-cart-drawer__item { display: flex; gap: 1rem; border: 1px solid var(--color-border); background: var(--color-card); padding: 1rem; }
.theme-cart-drawer__item-thumb { width: 3.5rem; height: 3.5rem; object-fit: cover; flex-shrink: 0; }
.theme-cart-drawer__item-body { flex: 1; min-width: 0; }
.theme-cart-drawer__item-name { font-size: 0.875rem; font-weight: 600; }
.theme-cart-drawer__item-variation { margin-top: 0.25rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--color-muted-foreground); }
.theme-cart-drawer__item-controls { margin-top: 0.75rem; display: flex; align-items: center; gap: 0.75rem; }
.theme-cart-drawer__qty { display: flex; align-items: center; border: 1px solid var(--color-border); }
.theme-cart-drawer__qty button { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; }
.theme-cart-drawer__qty span { width: 2rem; text-align: center; font-size: 0.875rem; }
.theme-cart-drawer__remove { color: var(--color-muted-foreground); }
.theme-cart-drawer__remove:hover { color: var(--color-destructive); }
.theme-cart-drawer__item-price { font-size: 0.875rem; font-weight: 600; }
.theme-cart-drawer__footer { border-top: 1px solid var(--color-border); padding: 1.25rem; }
.theme-cart-drawer__total { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.16em; }
.theme-cart-drawer__total span:last-child { font-weight: 700; }
.theme-cart-drawer__footer .theme-btn { margin-top: 1rem; }
.theme-cart-drawer__note { margin-top: 0.75rem; text-align: center; font-size: 0.75rem; color: var(--color-muted-foreground); }

/* -------------------------------------------------------------------------
   Checkout (custom order-request page)
   ------------------------------------------------------------------------- */
.theme-checkout-page__intro { margin-top: 2rem; }
.theme-checkout-page__empty { margin-top: 2.5rem; border: 1px solid var(--color-border); background: var(--color-card); padding: 2rem; text-align: center; }
.theme-checkout-page__empty .theme-btn { margin-top: 1rem; }
.theme-checkout-page__grid { margin-top: 2.5rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .theme-checkout-page__grid { grid-template-columns: 1fr 380px; } }
.theme-checkout-page__form-card, .theme-checkout-page__summary-card { border: 1px solid var(--color-border); background: var(--color-card); padding: 1.5rem; }
@media (min-width: 640px) { .theme-checkout-page__form-card, .theme-checkout-page__summary-card { padding: 2rem; } }
.theme-checkout-page__summary-card { height: fit-content; }
.theme-checkout-page__summary-title { font-size: 1.5rem; }
.theme-checkout-page__summary-list { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
.theme-checkout-page__summary-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.875rem; }
.theme-checkout-page__summary-item-name { color: var(--color-muted-foreground); }
.theme-checkout-page__summary-item-variation, .theme-checkout-page__summary-item-qty { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
.theme-checkout-page__summary-item-price { font-weight: 600; }
.theme-checkout-page__summary-total { margin-top: 1.5rem; display: flex; justify-content: space-between; border-top: 1px solid var(--color-border); padding-top: 1rem; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.16em; }
.theme-checkout-page__summary-total span:last-child { font-weight: 700; }

/* -------------------------------------------------------------------------
   404
   ------------------------------------------------------------------------- */
.theme-404 { display: flex; min-height: 70vh; align-items: center; justify-content: center; text-align: center; }
.theme-404__code { font-size: 5rem; }
.theme-404__title { margin-top: 1rem; font-size: 1.5rem; font-weight: 600; }
.theme-404__body { margin-top: 0.5rem; font-size: 0.875rem; color: var(--color-muted-foreground); }
.theme-404__inner .theme-btn { margin-top: 1.5rem; }

.no-scrollbar { scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }
