:root {
	--ats-color-bg: #0a0a0a;
	--ats-color-panel: #111111;
	--ats-color-panel-soft: #181818;
	--ats-color-text: #f6f1e8;
	--ats-color-text-muted: rgba(246, 241, 232, 0.72);
	--ats-color-border: rgba(201, 168, 97, 0.22);
	--ats-color-gold: #c9a861;
	--ats-color-gold-soft: #f0dfb2;
	--ats-color-white: #ffffff;
	--ats-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
	--ats-radius-xl: 32px;
	--ats-radius-lg: 24px;
	--ats-radius-md: 18px;
	--ats-shell: min(1180px, calc(100vw - 32px));
	--ats-shell-narrow: min(760px, calc(100vw - 32px));
	--ats-transition: 220ms ease;
}

body.atsbrothers-theme {
	background:
		radial-gradient(circle at top left, rgba(201, 168, 97, 0.14), transparent 28%),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 18%),
		var(--ats-color-bg);
	color: var(--ats-color-text);
	font-family: Georgia, "Times New Roman", serif;
}

body.ats-mobile-drawer-open {
	overflow: hidden;
}

html.ats-mobile-drawer-open {
	overflow: hidden;
}

.screen-reader-text:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-link {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1200;
	padding: 12px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.skip-link:focus {
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
}

.ats-site-main {
	padding-bottom: 80px;
}

.ats-shell {
	width: var(--ats-shell);
	margin: 0 auto;
}

.ats-shell--narrow {
	width: var(--ats-shell-narrow);
}

.ats-shell--fluid-grid {
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: clamp(16px, 3vw, 56px);
	box-sizing: border-box;
}

.ats-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(16px);
}

.ats-topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(5, 5, 5, 0.88);
}

.ats-topbar__inner,
.ats-header-main__inner,
.ats-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ats-topbar__inner {
	min-height: 42px;
}

.ats-topbar__message {
	margin: 0;
	color: var(--ats-color-text-muted);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-header-main {
	background: rgba(10, 10, 10, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: background-color var(--ats-transition), box-shadow var(--ats-transition);
}

.ats-site-header.is-scrolled .ats-header-main {
	box-shadow: var(--ats-shadow-soft);
}

.ats-header-main__inner {
	position: relative;
	min-height: 78px;
}

.ats-branding__link {
	display: grid;
	gap: 4px;
	color: var(--ats-color-white);
}

.ats-branding__logo {
	display: flex;
	align-items: center;
}

.ats-branding__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.ats-branding__logo .custom-logo {
	display: block;
	width: auto;
	max-width: min(220px, 52vw);
	max-height: 56px;
	height: auto;
}

.ats-branding__eyebrow {
	color: var(--ats-color-gold-soft);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ats-branding__title {
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-desktop-nav {
	display: none;
}

.ats-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: var(--ats-color-white);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-menu .menu-item-has-children,
.ats-menu .page_item_has_children {
	position: relative;
}

.ats-menu .sub-menu,
.ats-menu .children {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	padding: 14px;
	border: 1px solid var(--ats-color-border);
	border-radius: 18px;
	background: rgba(10, 10, 10, 0.96);
	box-shadow: var(--ats-shadow-soft);
	list-style: none;
}

.ats-menu .menu-item-has-children:hover > .sub-menu,
.ats-menu .page_item_has_children:hover > .children {
	display: grid;
	gap: 8px;
}

.ats-header-utility {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-inline-start: auto;
}

.ats-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ats-header-icon,
.ats-mobile-toggle,
.ats-mobile-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-white);
	font-size: 0.84rem;
	font-weight: 700;
}

.ats-header-icon {
	position: relative;
	padding: 0;
	width: 44px;
}

.ats-header-icon__count {
	position: absolute;
	top: -6px;
	right: -4px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.ats-header-search-panel {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	right: 0;
	padding: 18px;
	border: 1px solid var(--ats-color-border);
	border-radius: 20px;
	background: rgba(10, 10, 10, 0.96);
	box-shadow: var(--ats-shadow-soft);
}

.ats-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

.ats-search-form__input {
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid var(--ats-color-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-text);
}

.ats-search-form__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-language-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ats-language-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-white);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	cursor: not-allowed;
}

.ats-language-switcher__item.is-active {
	background: linear-gradient(135deg, rgba(240, 223, 178, 0.22), rgba(201, 168, 97, 0.16));
	border-color: var(--ats-color-border);
	color: var(--ats-color-gold-soft);
}

.ats-mobile-drawer {
	position: fixed;
	inset: 0;
	padding: 16px;
	background: rgba(5, 5, 5, 0.76);
}

.ats-mobile-drawer__inner {
	display: grid;
	gap: 18px;
	height: 100%;
	padding: 22px;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-xl);
	background: rgba(10, 10, 10, 0.98);
	box-shadow: var(--ats-shadow-soft);
	overflow-y: auto;
}

.ats-mobile-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ats-menu--mobile {
	display: grid;
	gap: 6px;
}

.ats-menu--mobile a {
	display: block;
	padding: 12px 0;
}

.ats-menu--mobile .sub-menu,
.ats-menu--mobile .children {
	position: static;
	display: grid;
	gap: 6px;
	min-width: 0;
	margin-top: 8px;
	padding: 12px 0 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ats-mobile-drawer__actions {
	display: grid;
	gap: 12px;
}

.ats-site-footer {
	padding: 64px 0 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.4), rgba(5, 5, 5, 0.96));
}

.ats-footer-grid {
	display: grid;
	gap: 18px;
}

.ats-footer-panel {
	padding: 24px;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-lg);
	background: rgba(255, 255, 255, 0.02);
}

.ats-footer-panel h2,
.ats-footer-panel h3 {
	margin: 0 0 12px;
	color: var(--ats-color-white);
}

.ats-footer-panel p,
.ats-footer-list li,
.ats-footer-social span,
.ats-footer-bottom__copyright {
	color: var(--ats-color-text-muted);
	line-height: 1.7;
}

.ats-footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-footer-list li + li {
	margin-top: 8px;
}

.ats-footer-list a,
.ats-footer-social a,
.ats-footer-bottom__policies a {
	color: var(--ats-color-white);
}

.ats-footer-social,
.ats-footer-bottom__policies {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ats-footer-bottom {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ats-footer-bottom__copyright {
	margin: 0;
}

.ats-section {
	padding: 32px 0;
}

.ats-section-heading {
	max-width: 720px;
	margin-bottom: 24px;
}

.ats-section-heading h2,
.ats-hero-slide__content h1,
.ats-page-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(2rem, 6vw, 4.8rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: var(--ats-color-white);
}

.ats-section-heading p,
.ats-hero-slide__content p,
.ats-page-hero p,
.ats-collection-card p,
.ats-product-card__price,
.ats-empty-state p,
.ats-footer-links p {
	color: var(--ats-color-text-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

.ats-section-badge {
	margin: 0 0 12px;
	color: var(--ats-color-gold-soft);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ats-button,
.ats-inline-link {
	transition: transform var(--ats-transition), background-color var(--ats-transition), color var(--ats-transition), border-color var(--ats-transition);
}

.ats-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0b0b0b;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ats-button:hover,
.ats-button:focus {
	transform: translateY(-2px);
	color: #0b0b0b;
}

.ats-button--ghost {
	background: transparent;
	color: var(--ats-color-text);
	border-color: var(--ats-color-border);
}

.ats-button--ghost:hover,
.ats-button--ghost:focus {
	border-color: var(--ats-color-gold);
	color: var(--ats-color-white);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid var(--ats-color-gold-soft);
	outline-offset: 3px;
}

.ats-inline-link {
	color: var(--ats-color-gold-soft);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ats-inline-link:hover,
.ats-inline-link:focus {
	color: var(--ats-color-white);
}

.ats-hero-slider {
	padding: 24px 0 12px;
}

.ats-hero-slider__stage {
	display: grid;
	grid-template-areas: "hero";
	min-height: clamp(420px, 76vh, 820px);
}

.ats-hero-slide {
	grid-area: hero;
	position: relative;
	display: grid;
	align-items: end;
	min-height: inherit;
	height: 100%;
	padding: 28px;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-xl);
	background:
		linear-gradient(130deg, rgba(201, 168, 97, 0.12), rgba(0, 0, 0, 0.75)),
		linear-gradient(180deg, #141414, #050505);
	background-size: cover;
	background-position: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	transition: opacity 500ms ease, visibility 500ms ease;
	overflow: hidden;
	box-shadow: var(--ats-shadow-soft);
}

.ats-hero-slide__media {
	position: absolute;
	inset: 0;
}

.ats-hero-slide__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-hero-slide.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.ats-hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.18), rgba(10, 10, 10, 0.85));
}

.ats-hero-slide__content {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.ats-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.ats-hero-slider__nav {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.ats-hero-slider__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
}

.ats-hero-slider__dot.is-active {
	background: var(--ats-color-gold);
}

.ats-collections,
.ats-product-showcase,
.ats-social,
.ats-footer-links {
	padding-top: 64px;
}

.ats-collection-grid,
.ats-product-grid,
.ats-social-grid,
.ats-footer-links__grid {
	display: grid;
	gap: 16px;
}

.ats-collection-grid,
.ats-social-grid {
	grid-template-columns: 1fr;
}

.ats-collection-card,
.ats-social-card,
.ats-stat-card,
.ats-empty-state,
.ats-footer-links__group {
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
	box-shadow: var(--ats-shadow-soft);
}

.ats-collection-card {
	overflow: hidden;
}

.ats-collection-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-bottom: 1px solid var(--ats-color-border);
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.16), rgba(255, 255, 255, 0.03));
}

.ats-collection-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-collection-card__inner,
.ats-social-card,
.ats-stat-card,
.ats-empty-state,
.ats-footer-links__group {
	padding: 24px;
}

.ats-collection-card h3,
.ats-product-card__title,
.ats-social-card strong,
.ats-footer-links__group h3 {
	margin: 0 0 12px;
	font-size: 1.3rem;
	color: var(--ats-color-white);
}

.ats-collection-card .ats-inline-link {
	margin-top: 8px;
}

.ats-promo-banner .ats-shell,
.ats-football-promo .ats-shell,
.ats-newsletter .ats-shell,
.ats-footer-links .ats-shell {
	display: grid;
	gap: 20px;
}

.ats-promo-banner__content,
.ats-newsletter,
.ats-football-promo__content {
	padding: 28px;
	border-radius: var(--ats-radius-xl);
	border: 1px solid var(--ats-color-border);
	background: linear-gradient(135deg, rgba(201, 168, 97, 0.14), rgba(17, 17, 17, 0.96));
}

.ats-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ats-product-card {
	overflow: hidden;
	border-radius: var(--ats-radius-lg);
	border: 1px solid var(--ats-color-border);
	background: var(--ats-color-panel);
}

.ats-product-card__media {
	display: block;
	aspect-ratio: 4 / 5;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(201, 168, 97, 0.08));
}

.ats-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-product-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.18), rgba(255, 255, 255, 0.03));
}

.ats-product-card__content {
	padding: 18px;
}

.ats-product-card__title {
	font-size: 1.05rem;
}

.ats-product-card__title a,
.ats-footer-links__group a {
	color: var(--ats-color-white);
}

.ats-product-card__price {
	margin: 0;
	color: var(--ats-color-gold-soft);
	font-weight: 700;
}

.ats-football-promo__stats {
	display: grid;
	gap: 14px;
}

.ats-stat-card span {
	display: block;
	margin-bottom: 8px;
	color: var(--ats-color-text-muted);
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ats-stat-card strong {
	font-size: 1.15rem;
	color: var(--ats-color-white);
}

.ats-newsletter__form,
.ats-newsletter-placeholder {
	display: grid;
	gap: 12px;
}

.ats-newsletter-placeholder input {
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid var(--ats-color-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.02);
	color: var(--ats-color-text);
}

.ats-newsletter-placeholder input::placeholder {
	color: rgba(246, 241, 232, 0.5);
}

.ats-social-card {
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(201, 168, 97, 0.12)),
		var(--ats-color-panel-soft);
}

.ats-social-card span {
	color: var(--ats-color-gold-soft);
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ats-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.ats-footer-links__brand {
	max-width: 420px;
}

.ats-footer-links__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-footer-links__group li + li {
	margin-top: 10px;
}

.ats-page-hero {
	padding: 48px 0 16px;
}

.ats-page-content {
	padding: 24px 0 64px;
}

.ats-page-content > .ats-shell,
.ats-page-content .woocommerce {
	padding: 28px;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-xl);
	background: rgba(17, 17, 17, 0.78);
}

.ats-page-content .woocommerce ul.products li.product,
.ats-page-content .woocommerce-page ul.products li.product {
	background: var(--ats-color-panel);
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-md);
	padding: 18px;
}

.ats-page-content .woocommerce a.button,
.ats-page-content .woocommerce button.button,
.ats-page-content .woocommerce input.button,
.ats-page-content .woocommerce #respond input#submit {
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0b0b0b;
}

.atsbrothers-woocommerce .woocommerce ul.products,
.atsbrothers-woocommerce .woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
}

.atsbrothers-woocommerce .woocommerce ul.products::before,
.atsbrothers-woocommerce .woocommerce ul.products::after,
.atsbrothers-woocommerce .woocommerce-page ul.products::before,
.atsbrothers-woocommerce .woocommerce-page ul.products::after {
	display: none;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-lg);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(17, 17, 17, 0.96)),
		var(--ats-color-panel);
	box-shadow: var(--ats-shadow-soft);
}

.atsbrothers-woocommerce .woocommerce ul.products li.product a img {
	margin: 0;
	border-radius: calc(var(--ats-radius-lg) - 2px) calc(var(--ats-radius-lg) - 2px) 0 0;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.ats-loop-badges {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ats-loop-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-loop-badge--sale {
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
}

.ats-loop-badge--featured {
	background: rgba(0, 0, 0, 0.72);
	color: var(--ats-color-white);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.ats-loop-media-overlay {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
}

.ats-wishlist-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.52);
	color: var(--ats-color-white);
	backdrop-filter: blur(12px);
	cursor: not-allowed;
}

.ats-loop-card__content {
	display: grid;
	gap: 10px;
	padding: 20px;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0;
	font-size: 1.08rem;
	line-height: 1.25;
	color: var(--ats-color-white);
}

.ats-product-category-label {
	margin: 0;
	color: var(--ats-color-gold-soft);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	color: var(--ats-color-gold-soft);
	font-size: 1rem;
	font-weight: 700;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .price del {
	color: rgba(246, 241, 232, 0.42);
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.ats-product-merch-note {
	margin: 0;
	color: var(--ats-color-text-muted);
	font-size: 0.88rem;
}

.ats-loop-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .button,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ats-loop-card__link {
	color: var(--ats-color-white);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ats-shop-toolbar {
	display: grid;
	gap: 16px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-lg);
	background: linear-gradient(135deg, rgba(201, 168, 97, 0.08), rgba(255, 255, 255, 0.02));
}

.ats-shop-toolbar__heading h2 {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	line-height: 1.05;
	color: var(--ats-color-white);
}

.ats-shop-toolbar__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ats-filter-chip {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--ats-color-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-white);
	font-size: 0.82rem;
	font-weight: 700;
	cursor: not-allowed;
}

.ats-filter-chip--placeholder {
	color: var(--ats-color-text-muted);
}

.atsbrothers-woocommerce .woocommerce-result-count,
.atsbrothers-woocommerce .woocommerce-ordering {
	margin-bottom: 18px;
}

.atsbrothers-woocommerce .woocommerce-ordering select,
.atsbrothers-woocommerce .woocommerce form .form-row input.input-text,
.atsbrothers-woocommerce .woocommerce form .form-row textarea,
.atsbrothers-woocommerce .woocommerce form .form-row select,
.atsbrothers-woocommerce .woocommerce-page form .form-row input.input-text,
.atsbrothers-woocommerce .woocommerce-page form .form-row textarea,
.atsbrothers-woocommerce .woocommerce-page form .form-row select,
.atsbrothers-woocommerce .select2-container--default .select2-selection--single,
.atsbrothers-woocommerce .select2-container--default .select2-selection--multiple {
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid var(--ats-color-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-text);
}

.atsbrothers-woocommerce .woocommerce form .form-row textarea,
.atsbrothers-woocommerce .woocommerce-page form .form-row textarea {
	min-height: 140px;
	padding-top: 16px;
}

.atsbrothers-woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 52px;
	color: var(--ats-color-text);
}

.atsbrothers-woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
}

.atsbrothers-woocommerce .woocommerce-info,
.atsbrothers-woocommerce .woocommerce-message,
.atsbrothers-woocommerce .woocommerce-error {
	border: 1px solid var(--ats-color-border);
	border-top: 0;
	border-radius: 18px;
	background: rgba(201, 168, 97, 0.08);
	color: var(--ats-color-text);
}

.atsbrothers-woocommerce .woocommerce-info::before,
.atsbrothers-woocommerce .woocommerce-message::before,
.atsbrothers-woocommerce .woocommerce-error::before {
	color: var(--ats-color-gold-soft);
}

.atsbrothers-woocommerce .woocommerce-message a.button,
.atsbrothers-woocommerce .woocommerce-info a.button,
.atsbrothers-woocommerce .woocommerce-error a.button {
	float: none;
	margin-inline-start: 12px;
}

.atsbrothers-cart .shop_table,
.atsbrothers-checkout .shop_table,
.atsbrothers-account .woocommerce-MyAccount-navigation,
.atsbrothers-account .woocommerce-MyAccount-content,
.atsbrothers-checkout #customer_details,
.atsbrothers-checkout #order_review,
.atsbrothers-cart .cart_totals,
.atsbrothers-woocommerce .woocommerce form.checkout_coupon,
.atsbrothers-woocommerce .woocommerce form.login,
.atsbrothers-woocommerce .woocommerce form.register {
	border: 1px solid var(--ats-color-border);
	border-radius: var(--ats-radius-lg);
	background: rgba(255, 255, 255, 0.02);
	box-shadow: var(--ats-shadow-soft);
}

.atsbrothers-cart .shop_table,
.atsbrothers-checkout .shop_table {
	overflow: hidden;
}

.atsbrothers-cart .shop_table th,
.atsbrothers-cart .shop_table td,
.atsbrothers-checkout .shop_table th,
.atsbrothers-checkout .shop_table td {
	border-color: rgba(255, 255, 255, 0.08);
}

.atsbrothers-cart .cart_totals,
.atsbrothers-checkout #order_review,
.atsbrothers-checkout #customer_details,
.atsbrothers-account .woocommerce-MyAccount-content {
	padding: 22px;
}

.atsbrothers-account .woocommerce {
	display: grid;
	gap: 20px;
}

.atsbrothers-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.atsbrothers-account .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.atsbrothers-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 16px 20px;
	color: var(--ats-color-white);
	font-weight: 700;
}

.atsbrothers-account .woocommerce-MyAccount-navigation .is-active a {
	color: var(--ats-color-gold-soft);
}

.atsbrothers-woocommerce .return-to-shop {
	margin: 0;
}

.ats-empty-state--cart,
.ats-empty-state--shop {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
}

.atsbrothers-woocommerce .woocommerce-pagination ul.page-numbers {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.atsbrothers-woocommerce .woocommerce-pagination ul.page-numbers li {
	border: 0;
	float: none;
}

.atsbrothers-woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--ats-color-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	color: var(--ats-color-white);
}

.atsbrothers-woocommerce .woocommerce-pagination ul.page-numbers li .current {
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0a0a0a;
}

.ats-search-form__input::placeholder,
.atsbrothers-woocommerce input::placeholder,
.atsbrothers-woocommerce textarea::placeholder {
	color: rgba(246, 241, 232, 0.58);
}

.atsbrothers-woocommerce .woocommerce-breadcrumb {
	margin: 0 0 20px;
	color: var(--ats-color-text-muted);
	font-size: 0.88rem;
}

.atsbrothers-woocommerce .woocommerce-breadcrumb a {
	color: var(--ats-color-gold-soft);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 921px) {
	.ats-hero-slider__stage {
		min-height: clamp(380px, 68vh, 680px);
	}
}

@media (max-width: 544px) {
	.ats-hero-slider__stage {
		min-height: clamp(340px, 62vh, 560px);
	}
}

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

	.ats-section {
		padding: 40px 0;
	}

	.ats-hero-slide {
		padding: 44px;
	}

	.ats-collection-grid,
	.ats-social-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ats-promo-banner .ats-shell,
	.ats-newsletter .ats-shell,
	.ats-footer-links .ats-shell {
		grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
		align-items: center;
	}

	.ats-football-promo .ats-shell {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
		align-items: stretch;
	}

	.ats-football-promo__stats,
	.ats-footer-links__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.atsbrothers-woocommerce .woocommerce ul.products,
	.atsbrothers-woocommerce .woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.atsbrothers-account .woocommerce {
		grid-template-columns: 280px minmax(0, 1fr);
		align-items: start;
	}

	.atsbrothers-checkout .woocommerce-checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
		gap: 24px;
	}

	.ats-spec-grid,
	.ats-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1080px) {
	.ats-desktop-nav {
		display: block;
	}

	.ats-mobile-toggle,
	.ats-mobile-drawer {
		display: none;
	}

	.ats-footer-grid {
		grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
	}

	.ats-footer-panel--newsletter,
	.ats-footer-panel:last-child {
		grid-column: span 2;
	}

	.ats-footer-bottom {
		flex-direction: row;
		align-items: center;
	}

	.ats-collection-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ats-social-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.atsbrothers-woocommerce .woocommerce ul.products,
	.atsbrothers-woocommerce .woocommerce-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

}

body.atsbrothers-front-page,
body.atsbrothers-country-page {
	background:
		radial-gradient(circle at top left, rgba(201, 168, 97, 0.14), transparent 24%),
		radial-gradient(circle at top right, rgba(23, 23, 23, 0.06), transparent 18%),
		#fbf8f1;
	color: #1d1d1d;
}

body.atsbrothers-front-page .ats-site-main,
body.atsbrothers-country-page .ats-site-main {
	padding-top: 18px;
}

body.atsbrothers-front-page .ats-topbar,
body.atsbrothers-country-page .ats-topbar {
	border-bottom-color: rgba(29, 29, 29, 0.08);
	background: rgba(255, 255, 255, 0.9);
}

body.atsbrothers-front-page .ats-topbar__message,
body.atsbrothers-country-page .ats-topbar__message,
body.atsbrothers-front-page .ats-language-switcher__button,
body.atsbrothers-country-page .ats-language-switcher__button {
	color: rgba(29, 29, 29, 0.72);
}

body.atsbrothers-front-page .ats-header-main,
body.atsbrothers-country-page .ats-header-main {
	background: rgba(255, 255, 255, 0.96);
	border-bottom-color: rgba(29, 29, 29, 0.08);
}

body.atsbrothers-front-page .ats-site-header.is-scrolled .ats-header-main,
body.atsbrothers-country-page .ats-site-header.is-scrolled .ats-header-main {
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.1);
}

body.atsbrothers-front-page .ats-branding__link,
body.atsbrothers-country-page .ats-branding__link,
body.atsbrothers-front-page .ats-menu > li > a,
body.atsbrothers-country-page .ats-menu > li > a,
body.atsbrothers-front-page .ats-header-icon,
body.atsbrothers-country-page .ats-header-icon,
body.atsbrothers-front-page .ats-mobile-toggle,
body.atsbrothers-country-page .ats-mobile-toggle {
	color: #1d1d1d;
}

body.atsbrothers-front-page .ats-home-hero,
body.atsbrothers-front-page .ats-countries,
body.atsbrothers-front-page .ats-collections,
body.atsbrothers-front-page .ats-product-showcase,
body.atsbrothers-front-page .ats-trust,
body.atsbrothers-country-page .ats-page-hero,
body.atsbrothers-country-page .ats-page-content {
	color: #1d1d1d;
}

body.atsbrothers-front-page .ats-section-heading h2,
body.atsbrothers-front-page .ats-collection-card h3,
body.atsbrothers-front-page .ats-product-card__title,
body.atsbrothers-country-page .ats-page-hero h1,
body.atsbrothers-country-page .ats-page-content h2 {
	color: #151515;
}

body.atsbrothers-front-page .ats-section-heading p,
body.atsbrothers-front-page .ats-collection-card p,
body.atsbrothers-front-page .ats-product-card__price,
body.atsbrothers-country-page .ats-page-hero p,
body.atsbrothers-country-page .ats-page-content p,
body.atsbrothers-country-page .ats-country-shortcuts a {
	color: rgba(29, 29, 29, 0.74);
}

body.atsbrothers-front-page .ats-inline-link,
body.atsbrothers-country-page .ats-inline-link {
	color: #8e6a1f;
}

body.atsbrothers-front-page .ats-inline-link:hover,
body.atsbrothers-front-page .ats-inline-link:focus,
body.atsbrothers-country-page .ats-inline-link:hover,
body.atsbrothers-country-page .ats-inline-link:focus {
	color: #1d1d1d;
}

.ats-home-hero {
	padding: 24px 0 8px;
}

.ats-home-hero__panel {
	display: grid;
	gap: 24px;
	padding: 28px;
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: var(--ats-radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 231, 0.94)),
		linear-gradient(120deg, rgba(201, 168, 97, 0.12), rgba(255, 255, 255, 0.82));
	box-shadow: 0 30px 90px rgba(17, 17, 17, 0.08);
}

.ats-home-hero__content h1,
.ats-home-hero__spotlight h2 {
	margin: 0 0 16px;
	color: #151515;
}

.ats-home-hero__content p,
.ats-home-hero__spotlight li span,
.ats-home-hero__stat span {
	color: rgba(29, 29, 29, 0.74);
	font-size: 0.98rem;
	line-height: 1.75;
}

.ats-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

body.atsbrothers-front-page .ats-button--ghost,
body.atsbrothers-country-page .ats-button--ghost {
	border-color: rgba(29, 29, 29, 0.14);
	color: #1d1d1d;
}

body.atsbrothers-front-page .ats-button--ghost:hover,
body.atsbrothers-front-page .ats-button--ghost:focus,
body.atsbrothers-country-page .ats-button--ghost:hover,
body.atsbrothers-country-page .ats-button--ghost:focus {
	border-color: #c9a861;
	color: #1d1d1d;
}

.ats-home-hero__aside {
	display: grid;
	gap: 16px;
}

.ats-home-hero__spotlight,
.ats-home-hero__stat,
.ats-country-card,
.ats-trust-card,
.ats-country-panel,
body.atsbrothers-country-page .ats-empty-state,
body.atsbrothers-country-page .ats-page-content > .ats-shell,
body.atsbrothers-front-page .ats-collection-card,
body.atsbrothers-front-page .ats-product-card {
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: var(--ats-radius-lg);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.06);
}

.ats-home-hero__spotlight,
.ats-country-panel {
	padding: 24px;
}

.ats-home-hero__eyebrow,
.ats-country-card__eyebrow {
	margin: 0 0 10px;
	color: #8e6a1f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ats-home-hero__market-list,
.ats-country-shortcuts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-home-hero__market-list li + li,
.ats-country-shortcuts li + li {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(29, 29, 29, 0.08);
}

.ats-home-hero__market-list strong {
	display: block;
	margin-bottom: 4px;
	color: #151515;
	font-size: 1rem;
}

.ats-home-hero__stats,
.ats-country-grid,
.ats-trust-grid {
	display: grid;
	gap: 16px;
}

.ats-home-hero__stat {
	padding: 20px;
}

.ats-home-hero__stat strong {
	display: block;
	margin-bottom: 6px;
	color: #151515;
	font-size: 1.9rem;
	line-height: 1;
}

.ats-country-card {
	display: block;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.ats-country-card__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.12), rgba(255, 255, 255, 0.9));
}

.ats-country-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-country-card__flag {
	display: flex;
	position: absolute;
	inset: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	background: linear-gradient(135deg, rgba(201, 168, 97, 0.18), rgba(29, 29, 29, 0.04));
	color: #8e6a1f;
	font-size: clamp(2.2rem, 6vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.18em;
}

.ats-country-card__content {
	display: none;
}

.ats-country-card__content h3,
.ats-trust-card h3,
.ats-country-panel h2 {
	margin: 0 0 12px;
	color: #151515;
	font-size: 1.22rem;
}

.ats-country-card__content p,
.ats-trust-card p,
.ats-country-panel p {
	margin: 0;
	color: rgba(29, 29, 29, 0.74);
}

.ats-country-card .ats-inline-link {
	display: inline-flex;
	margin-top: 16px;
}

.ats-country-card__button {
	margin-top: 18px;
}

body.atsbrothers-front-page .ats-collections,
body.atsbrothers-front-page .ats-countries,
body.atsbrothers-front-page .ats-product-showcase,
body.atsbrothers-front-page .ats-trust {
	padding-top: 52px;
}

body.atsbrothers-front-page .ats-collection-card__media {
	border-bottom-color: rgba(29, 29, 29, 0.08);
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.12), rgba(255, 255, 255, 0.9));
}

body.atsbrothers-front-page .ats-product-card__media,
body.atsbrothers-country-page .woocommerce ul.products li.product a img {
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.08), rgba(255, 255, 255, 0.95));
}

body.atsbrothers-front-page .ats-product-card__content {
	padding: 20px;
}

body.atsbrothers-front-page .ats-product-card__title a,
body.atsbrothers-country-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.atsbrothers-country-page .woocommerce ul.products li.product a {
	color: #151515;
}

body.atsbrothers-front-page .ats-product-card,
body.atsbrothers-country-page .woocommerce ul.products li.product {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(29, 29, 29, 0.08);
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

body.atsbrothers-front-page .ats-product-card__placeholder {
	background: linear-gradient(180deg, rgba(201, 168, 97, 0.18), rgba(255, 255, 255, 0.88));
}

body.atsbrothers-front-page .ats-product-showcase .ats-shell > .ats-section-heading {
	margin-bottom: 28px;
}

.ats-trust-card {
	padding: 24px;
}

.ats-country-page-hero {
	padding: 40px 0 18px;
}

.ats-country-page-content {
	padding: 24px 0 72px;
}

body.atsbrothers-country-page .ats-page-content > .ats-shell {
	padding: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 231, 0.86));
}

.ats-country-page__layout {
	display: grid;
	gap: 24px;
}

.ats-country-page__intro {
	margin-bottom: 24px;
}

.ats-country-page__content .woocommerce ul.products,
.ats-country-page__content .woocommerce-page ul.products {
	margin-bottom: 0;
}

.ats-country-shortcuts a {
	font-weight: 600;
}

.ats-country-empty-state {
	text-align: left;
}

body.atsbrothers-country-page .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

body.atsbrothers-country-page .page-numbers li {
	margin: 0;
}

body.atsbrothers-country-page .page-numbers a,
body.atsbrothers-country-page .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: 999px;
	background: #ffffff;
	color: #151515;
}

body.atsbrothers-country-page .page-numbers .current {
	background: linear-gradient(135deg, var(--ats-color-gold-soft), var(--ats-color-gold));
	color: #0b0b0b;
	border-color: transparent;
}

@media (min-width: 768px) {
	.ats-home-hero__panel,
	.ats-country-page__layout {
		grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	}

	.ats-country-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-trust-grid,
	.ats-home-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1080px) {
	.ats-country-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.atsbrothers-front-page .ats-site-main {
	padding-top: 8px;
}

body.atsbrothers-front-page .ats-section {
	padding-top: 72px;
	padding-bottom: 0;
}

body.atsbrothers-front-page .ats-section-heading--wide {
	max-width: 860px;
}

body.atsbrothers-front-page .ats-section-heading h2,
body.atsbrothers-front-page .ats-home-hero__content h1,
body.atsbrothers-front-page .ats-home-hero__spotlight h2,
body.atsbrothers-front-page .ats-story__intro h2 {
	font-size: clamp(2.5rem, 5vw, 5.4rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.ats-home-hero {
	padding-top: 24px;
}

.ats-home-hero__panel {
	position: relative;
	overflow: hidden;
	grid-template-columns: 1fr;
	min-height: clamp(560px, 82vh, 860px);
	padding: 32px;
	border-radius: 38px;
}

.ats-home-hero__panel.has-media {
	background: #f7f1e5;
}

.ats-home-hero__panel.is-ambient {
	background:
		radial-gradient(circle at top right, rgba(201, 168, 97, 0.24), transparent 24%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 237, 221, 0.94));
}

.ats-home-hero__media,
.ats-home-hero__wash {
	position: absolute;
	inset: 0;
}

.ats-home-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-home-hero__video,
.ats-home-hero__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.ats-home-hero__wash {
	background:
		linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.84) 36%, rgba(255, 250, 242, 0.22) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(246, 238, 223, 0.4));
}

.ats-home-hero__content,
.ats-home-hero__aside {
	position: relative;
	z-index: 1;
}

.ats-home-hero__content {
	display: grid;
	align-content: end;
	max-width: 660px;
	min-height: min(56vh, 560px);
}

.ats-home-hero__content p {
	max-width: 560px;
	font-size: 1.02rem;
}

.ats-home-hero__aside {
	align-content: end;
}

.ats-home-hero__spotlight--quote {
	max-width: 420px;
	margin-inline-start: auto;
}

.ats-home-hero__stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ats-home-hero__stat {
	min-height: 124px;
	background: rgba(255, 255, 255, 0.76);
}

.ats-countries .ats-section-heading,
.ats-trust .ats-section-heading {
	margin-bottom: 30px;
}

.ats-country-grid {
	grid-template-columns: 1fr;
}

.ats-country-card {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 22px 48px rgba(17, 17, 17, 0.05);
	transition: transform var(--ats-transition), box-shadow var(--ats-transition);
	text-decoration: none;
}

.ats-country-card:hover,
.ats-country-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 30px 70px rgba(17, 17, 17, 0.08);
}

.ats-country-card:focus-visible {
	outline: 2px solid rgba(201, 168, 97, 0.55);
	outline-offset: 4px;
}

.ats-country-card__media {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
}

.ats-home-video__bleed {
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
}

.ats-home-video__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ats-home-video__media {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border-radius: 0;
	background: linear-gradient(135deg, rgba(29, 29, 29, 0.08), rgba(201, 168, 97, 0.18));
}

.ats-home-video__player,
.ats-home-video__iframe,
.ats-home-video__poster {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.ats-home-video__fallback {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.72);
	background: linear-gradient(135deg, rgba(17, 17, 17, 0.86), rgba(84, 66, 29, 0.8));
	font-size: clamp(2.5rem, 10vw, 5rem);
	font-weight: 700;
	letter-spacing: 0.16em;
}

.ats-collections .ats-section-heading {
	margin-bottom: 32px;
}

.ats-collection-panels {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

.ats-collection-panel {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: 32px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(246, 240, 229, 0.96), rgba(255, 255, 255, 0.98));
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.06);
	text-decoration: none;
}

.ats-collection-panel__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-collection-panel__media {
	position: absolute;
	inset: 0;
}

.ats-collection-panel__fallback {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at top right, rgba(201, 168, 97, 0.18), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 235, 219, 0.9));
	color: rgba(29, 29, 29, 0.28);
	font-size: clamp(2.8rem, 10vw, 6rem);
	font-weight: 700;
	letter-spacing: 0.18em;
}

.ats-collection-panel:hover,
.ats-collection-panel:focus-visible {
	border-color: rgba(201, 168, 97, 0.34);
	box-shadow: 0 28px 64px rgba(17, 17, 17, 0.09);
}

.ats-collection-panel:focus-visible {
	outline: 2px solid rgba(201, 168, 97, 0.55);
	outline-offset: 4px;
}

.ats-product-showcase .ats-shell {
	padding: 36px 0 0;
	border-top: 1px solid rgba(29, 29, 29, 0.08);
}

body.atsbrothers-front-page .ats-product-showcase .ats-section-heading {
	display: grid;
	gap: 0;
	max-width: 820px;
}

body.atsbrothers-front-page .ats-product-grid {
	gap: 18px;
}

body.atsbrothers-front-page .ats-product-card {
	border-radius: 28px;
	overflow: hidden;
}

body.atsbrothers-front-page .ats-product-card__media {
	aspect-ratio: 4 / 5.2;
}

body.atsbrothers-front-page .ats-product-card__content {
	padding: 22px;
}

body.atsbrothers-front-page .ats-product-card__title {
	font-size: 1.18rem;
}

.ats-story {
	padding-bottom: 0;
}

.ats-story__layout {
	display: grid;
	gap: 20px;
	padding: 34px;
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: 34px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 227, 0.84));
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.05);
}

.ats-story__intro p:last-child {
	max-width: 640px;
}

.ats-story__points,
.ats-trust-grid {
	display: grid;
	gap: 16px;
}

.ats-story__media {
	overflow: hidden;
	border-radius: 24px;
	min-height: 320px;
	background: linear-gradient(135deg, rgba(201, 168, 97, 0.12), rgba(255, 255, 255, 0.72));
}

.ats-story__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-story__button {
	margin-top: 16px;
}

.ats-story__card,
.ats-trust-card {
	padding: 24px;
	border: 1px solid rgba(29, 29, 29, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
}

.ats-story__card h3,
.ats-trust-card h3 {
	margin: 0 0 12px;
	color: #151515;
	font-size: 1.16rem;
}

.ats-story__card p,
.ats-trust-card p {
	margin: 0;
	color: rgba(29, 29, 29, 0.74);
}

.ats-trust-card__icon {
	margin: 0 0 14px;
	color: #8e6a1f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.atsbrothers-front-page .ats-trust {
	padding-bottom: 84px;
}

@media (min-width: 768px) {
	.ats-home-hero__panel {
		grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
		align-items: end;
	}

	.ats-country-grid,
	.ats-story__points,
	.ats-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-home-video__layout {
		grid-template-columns: minmax(0, 1fr);
		align-items: center;
	}

	.ats-collection-panels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-story__layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}
}

@media (min-width: 1080px) {
	.ats-home-hero__panel {
		padding: 44px;
	}

	.ats-country-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ats-collection-panels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ats-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Phase 20: craftsmanship refinement */
:root {
	--ats-color-bg-soft: #f8f5ee;
	--ats-color-panel-light: rgba(255, 255, 255, 0.92);
	--ats-color-panel-plain: #ffffff;
	--ats-color-text-strong: #171717;
	--ats-color-text-soft: rgba(23, 23, 23, 0.66);
	--ats-color-border-soft: rgba(23, 23, 23, 0.08);
	--ats-color-border-faint: rgba(23, 23, 23, 0.05);
	--ats-shadow-whisper: 0 14px 36px rgba(17, 17, 17, 0.035);
	--ats-shadow-gentle: 0 22px 52px rgba(17, 17, 17, 0.05);
	--ats-radius-xxl: 40px;
	--ats-shell: min(1240px, calc(100vw - 40px));
	--ats-shell-narrow: min(820px, calc(100vw - 40px));
}

body.atsbrothers-theme {
	background:
		radial-gradient(circle at top left, rgba(201, 168, 97, 0.08), transparent 22%),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 20%),
		var(--ats-color-bg-soft);
	color: var(--ats-color-text-strong);
}

.ats-site-main {
	padding-bottom: 96px;
}

.ats-shell,
.ats-shell--narrow {
	max-width: 100%;
}

.ats-site-header {
	backdrop-filter: blur(12px);
}

.ats-topbar {
	border-bottom-color: var(--ats-color-border-faint);
	background: rgba(255, 255, 255, 0.88);
}

.ats-topbar__inner {
	min-height: 38px;
}

.ats-topbar__message {
	color: var(--ats-color-text-soft);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
}

.ats-header-main {
	background: rgba(255, 255, 255, 0.96);
	border-bottom-color: var(--ats-color-border-faint);
}

.ats-site-header.is-scrolled .ats-header-main {
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.045);
}

.ats-header-main__inner {
	min-height: 84px;
}

.ats-branding__link,
.ats-menu a,
.ats-header-icon,
.ats-mobile-toggle,
.ats-mobile-drawer__close {
	color: var(--ats-color-text-strong);
}

.ats-branding__logo .custom-logo {
	max-height: 60px;
}

.ats-branding__eyebrow {
	letter-spacing: 0.18em;
}

.ats-menu {
	gap: 18px;
}

.ats-menu a {
	min-height: 38px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.ats-menu .sub-menu,
.ats-menu .children,
.ats-header-search-panel {
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--ats-shadow-gentle);
}

.ats-header-icon,
.ats-mobile-toggle,
.ats-mobile-drawer__close,
.ats-language-switcher__item {
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.7);
}

.ats-header-icon:hover,
.ats-header-icon:focus,
.ats-mobile-toggle:hover,
.ats-mobile-toggle:focus,
.ats-language-switcher__item:hover,
.ats-language-switcher__item:focus {
	border-color: rgba(201, 168, 97, 0.34);
	background: rgba(255, 255, 255, 0.96);
}

.ats-header-search-panel {
	border-radius: 24px;
}

.ats-search-form__input,
.ats-newsletter-placeholder input {
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.84);
	color: var(--ats-color-text-strong);
}

.ats-search-form__button,
.ats-button {
	min-height: 50px;
	padding-inline: 24px;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: none;
}

.ats-button:hover,
.ats-button:focus,
.ats-search-form__button:hover,
.ats-search-form__button:focus {
	transform: translateY(-1px);
	background: #282828;
	color: #ffffff;
}

.ats-button--ghost {
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.62);
	color: var(--ats-color-text-strong);
}

.ats-button--ghost:hover,
.ats-button--ghost:focus {
	border-color: rgba(201, 168, 97, 0.4);
	background: rgba(255, 255, 255, 0.94);
	color: var(--ats-color-text-strong);
}

.ats-section {
	padding: 44px 0;
}

.ats-section-heading {
	margin-bottom: 30px;
}

.ats-section-heading h2,
.ats-page-hero h1 {
	margin-bottom: 14px;
	font-size: clamp(2.2rem, 5vw, 4.9rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
	color: var(--ats-color-text-strong);
}

.ats-section-heading p,
.ats-page-hero p,
.ats-empty-state p,
.ats-product-card__price {
	color: var(--ats-color-text-soft);
	font-size: 1rem;
	line-height: 1.8;
}

.ats-section-badge {
	margin-bottom: 14px;
	color: #9a7a32;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
}

.ats-inline-link {
	color: #7f6324;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
}

.ats-inline-link:hover,
.ats-inline-link:focus {
	color: var(--ats-color-text-strong);
}

.ats-mobile-drawer {
	background: rgba(248, 245, 238, 0.72);
}

.ats-mobile-drawer__inner {
	padding: 24px;
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--ats-shadow-gentle);
}

.ats-mobile-drawer__actions {
	margin-top: 8px;
}

.ats-site-footer {
	padding: 72px 0 30px;
	border-top-color: var(--ats-color-border-soft);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(248, 245, 238, 0.98));
}

.ats-footer-grid {
	gap: 20px;
}

.ats-footer-panel {
	padding: 26px;
	border-color: var(--ats-color-border-soft);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: none;
}

.ats-footer-panel h2,
.ats-footer-panel h3,
.ats-footer-list a,
.ats-footer-social a,
.ats-footer-bottom__policies a {
	color: var(--ats-color-text-strong);
}

.ats-footer-panel__tagline {
	margin: 0 0 10px;
	color: #9a7a32;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ats-footer-panel p,
.ats-footer-list li,
.ats-footer-social span,
.ats-footer-bottom__copyright {
	color: var(--ats-color-text-soft);
}

.ats-footer-bottom {
	margin-top: 28px;
	padding-top: 24px;
	border-top-color: var(--ats-color-border-soft);
}

body.atsbrothers-front-page .ats-site-main,
body.atsbrothers-country-page .ats-site-main {
	padding-top: 12px;
}

body.atsbrothers-front-page,
body.atsbrothers-country-page,
.ats-page-hero,
.ats-page-content {
	background:
		radial-gradient(circle at top left, rgba(201, 168, 97, 0.06), transparent 20%),
		#fbf8f2;
}

body.atsbrothers-front-page .ats-section,
body.atsbrothers-country-page .ats-page-content {
	padding-top: 88px;
}

.ats-home-hero__panel,
.ats-home-video__layout,
.ats-story__layout,
.ats-country-card,
.ats-story__card,
.ats-trust-card,
.ats-country-panel,
body.atsbrothers-country-page .ats-page-content > .ats-shell,
body.atsbrothers-country-page .woocommerce ul.products li.product,
body.atsbrothers-front-page .ats-product-card,
.ats-footer-panel,
.ats-empty-state {
	border-color: var(--ats-color-border-soft);
	border-radius: 30px;
	box-shadow: var(--ats-shadow-whisper);
}

.ats-home-hero__panel {
	padding: 38px;
	min-height: clamp(620px, 82vh, 900px);
	border-radius: var(--ats-radius-xxl);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 230, 0.9)),
		#ffffff;
}

.ats-home-hero__wash {
	background:
		linear-gradient(90deg, rgba(251, 248, 242, 0.95) 0%, rgba(251, 248, 242, 0.86) 34%, rgba(251, 248, 242, 0.24) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(244, 238, 225, 0.3));
}

.ats-home-hero__content {
	max-width: 700px;
	min-height: min(58vh, 600px);
}

.ats-home-hero__content h1,
.ats-home-hero__spotlight h2,
.ats-story__intro h2 {
	font-size: clamp(2.9rem, 5.5vw, 5.9rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.ats-home-hero__content p,
.ats-home-video__content p,
.ats-story__intro p,
.ats-country-card__content p,
.ats-trust-card p,
.ats-home-hero__actions {
	gap: 14px;
	margin-top: 30px;
}

.ats-home-hero__spotlight,
.ats-home-hero__stat {
	background: rgba(255, 255, 255, 0.76);
}

.ats-home-hero__spotlight {
	padding: 28px;
}

.ats-home-hero__stats {
	gap: 14px;
}

.ats-home-hero__stat {
	min-height: 116px;
	padding: 22px;
}

.ats-home-hero__stat strong {
	font-size: 1.65rem;
}

.ats-country-grid,
.ats-trust-grid,
.ats-story__points,
.ats-collection-panels,
body.atsbrothers-front-page .ats-product-grid,
.atsbrothers-woocommerce .woocommerce ul.products,
.atsbrothers-woocommerce .woocommerce-page ul.products {
	gap: 22px;
}

.ats-country-card,
body.atsbrothers-front-page .ats-product-card,
body.atsbrothers-country-page .woocommerce ul.products li.product {
	background: rgba(255, 255, 255, 0.88);
}

.ats-country-card__image,
.ats-collection-panel__image,
.ats-product-card__media img,
.atsbrothers-woocommerce .woocommerce ul.products li.product a img {
	transform: scale(1.001);
	transition: transform 420ms ease;
}

.ats-country-card:hover .ats-country-card__image,
.ats-country-card:focus-visible .ats-country-card__image,
.ats-collection-panel:hover .ats-collection-panel__image,
.ats-collection-panel:focus-visible .ats-collection-panel__image,
body.atsbrothers-front-page .ats-product-card:hover .ats-product-card__media img,
body.atsbrothers-front-page .ats-product-card:focus-within .ats-product-card__media img,
.atsbrothers-woocommerce .woocommerce ul.products li.product:hover a img,
.atsbrothers-woocommerce .woocommerce ul.products li.product:focus-within a img {
	transform: scale(1.03);
}

.ats-country-card:hover,
.ats-country-card:focus-within,
body.atsbrothers-front-page .ats-product-card:hover,
body.atsbrothers-front-page .ats-product-card:focus-within,
.atsbrothers-woocommerce .woocommerce ul.products li.product:hover,
.atsbrothers-woocommerce .woocommerce ul.products li.product:focus-within {
	transform: translateY(-2px);
	box-shadow: var(--ats-shadow-gentle);
}

.ats-country-card__content,
.ats-story__card,
.ats-trust-card,
.ats-country-panel {
	padding: 26px;
}

.ats-country-card__content h3,
.ats-trust-card h3,
.ats-story__card h3,
.ats-country-panel h2 {
	font-size: 1.08rem;
	letter-spacing: -0.02em;
}

.ats-home-video__layout,
.ats-story__layout {
	padding: 38px;
	border-radius: 34px;
}

.ats-home-video__layout {
	padding: 0;
	border-radius: 0;
}

.ats-home-video__media {
	min-height: 420px;
	border-radius: 0;
	background: linear-gradient(135deg, rgba(17, 17, 17, 0.05), rgba(201, 168, 97, 0.14));
}

.ats-collection-panel {
	border-color: rgba(23, 23, 23, 0.06);
	box-shadow: var(--ats-shadow-whisper);
}

.ats-product-showcase .ats-shell {
	padding-top: 40px;
	border-top-color: var(--ats-color-border-faint);
}

body.atsbrothers-front-page .ats-product-card__media,
.atsbrothers-woocommerce .woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 5.25;
	background: #f4efe4;
}

body.atsbrothers-front-page .ats-product-card__content,
.ats-page-content .woocommerce ul.products li.product,
.ats-page-content .woocommerce-page ul.products li.product {
	padding: 20px;
}

body.atsbrothers-front-page .ats-product-card__title,
.atsbrothers-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	line-height: 1.45;
	letter-spacing: -0.02em;
}

body.atsbrothers-front-page .ats-product-card__price,
.atsbrothers-woocommerce .woocommerce ul.products li.product .price {
	color: #7f6324;
	font-weight: 600;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product,
.ats-page-content > .ats-shell,
.ats-page-content .woocommerce {
	background: rgba(255, 255, 255, 0.9);
	border-color: var(--ats-color-border-soft);
	box-shadow: var(--ats-shadow-whisper);
}

.ats-loop-badges {
	top: 14px;
	left: 14px;
	gap: 6px;
}

.ats-loop-badge {
	min-height: 26px;
	padding-inline: 10px;
	font-size: 0.66rem;
	letter-spacing: 0.12em;
}

.ats-loop-badge--sale {
	background: rgba(255, 255, 255, 0.92);
	color: #7f6324;
	border: 1px solid rgba(201, 168, 97, 0.28);
}

.ats-loop-badge--featured {
	background: rgba(255, 255, 255, 0.84);
	color: #1d1d1d;
	border: 1px solid var(--ats-color-border-soft);
}

.ats-wishlist-placeholder,
.ats-loop-card__link,
.ats-filter-chip,
.atsbrothers-woocommerce .woocommerce a.button,
.atsbrothers-woocommerce .woocommerce button.button,
.atsbrothers-woocommerce .woocommerce input.button,
.atsbrothers-woocommerce .woocommerce #respond input#submit,
.ats-page-content .woocommerce a.button,
.ats-page-content .woocommerce button.button,
.ats-page-content .woocommerce input.button,
.ats-page-content .woocommerce #respond input#submit {
	border-radius: 999px;
}

.atsbrothers-woocommerce .woocommerce a.button,
.atsbrothers-woocommerce .woocommerce button.button,
.atsbrothers-woocommerce .woocommerce input.button,
.atsbrothers-woocommerce .woocommerce #respond input#submit,
.ats-page-content .woocommerce a.button,
.ats-page-content .woocommerce button.button,
.ats-page-content .woocommerce input.button,
.ats-page-content .woocommerce #respond input#submit {
	padding: 0 18px;
	min-height: 44px;
	background: #111111;
	color: #ffffff;
	border: 1px solid #111111;
	box-shadow: none;
}

.atsbrothers-woocommerce .woocommerce a.button:hover,
.atsbrothers-woocommerce .woocommerce button.button:hover,
.atsbrothers-woocommerce .woocommerce input.button:hover,
.atsbrothers-woocommerce .woocommerce #respond input#submit:hover,
.ats-page-content .woocommerce a.button:hover,
.ats-page-content .woocommerce button.button:hover,
.ats-page-content .woocommerce input.button:hover,
.ats-page-content .woocommerce #respond input#submit:hover {
	background: #2a2a2a;
	border-color: #2a2a2a;
	color: #ffffff;
}

.ats-shop-toolbar,
.ats-empty-state,
.ats-single-panel,
.ats-trust-item,
.atsbrothers-cart .cart_totals,
.atsbrothers-checkout .woocommerce-billing-fields,
.atsbrothers-checkout .woocommerce-shipping-fields,
.atsbrothers-checkout #order_review,
.atsbrothers-account .woocommerce-MyAccount-navigation,
.atsbrothers-account .woocommerce-MyAccount-content {
	border-color: var(--ats-color-border-soft);
	box-shadow: none;
}

.atsbrothers-cart .woocommerce,
.atsbrothers-checkout .woocommerce-checkout,
.atsbrothers-account .woocommerce {
	gap: 24px;
}

.ats-shop-toolbar,
.ats-empty-state,
.ats-single-panel,
.atsbrothers-checkout #order_review,
.atsbrothers-account .woocommerce-MyAccount-navigation,
.atsbrothers-account .woocommerce-MyAccount-content {
	background: rgba(255, 255, 255, 0.86);
}

.ats-shop-toolbar__heading h2,
.ats-single-panel__header h2 {
	color: var(--ats-color-text-strong);
	letter-spacing: -0.035em;
}

.atsbrothers-cart .woocommerce table.shop_table td,
.atsbrothers-checkout .woocommerce table.shop_table td,
.atsbrothers-account .woocommerce table.shop_table td {
	color: var(--ats-color-text-soft);
}

.atsbrothers-woocommerce .woocommerce-message,
.atsbrothers-woocommerce .woocommerce-info,
.atsbrothers-woocommerce .woocommerce-error {
	border-color: rgba(201, 168, 97, 0.2);
	background: rgba(255, 255, 255, 0.92);
	color: var(--ats-color-text-strong);
	box-shadow: none;
}

.atsbrothers-cart .woocommerce table.shop_table,
.atsbrothers-checkout .woocommerce table.shop_table,
.atsbrothers-account .woocommerce table.shop_table,
.atsbrothers-account .woocommerce-MyAccount-navigation ul,
.atsbrothers-account .woocommerce-form-login,
.atsbrothers-checkout .woocommerce form .form-row input.input-text,
.atsbrothers-checkout .woocommerce form .form-row textarea,
.atsbrothers-checkout .select2-container--default .select2-selection--single,
.atsbrothers-cart .coupon input.input-text,
.atsbrothers-account .woocommerce form .form-row input.input-text,
.atsbrothers-account .woocommerce form .form-row textarea {
	border-color: var(--ats-color-border-soft);
	background: rgba(255, 255, 255, 0.92);
}

.ats-page-hero,
.ats-country-page-hero {
	padding-top: 56px;
	padding-bottom: 18px;
}

.ats-page-content {
	padding-bottom: 80px;
}

@media (prefers-reduced-motion: reduce) {
	.ats-country-card,
	.ats-product-card,
	.atsbrothers-woocommerce .woocommerce ul.products li.product,
	.ats-country-card__image,
	.ats-collection-panel__image,
	.ats-product-card__media img,
	.atsbrothers-woocommerce .woocommerce ul.products li.product a img,
	.ats-button,
	.ats-inline-link {
		transition: none;
		transform: none;
	}
}

@media (max-width: 767px) {
	.ats-site-main {
		padding-bottom: 80px;
	}

	.ats-header-main__inner {
		min-height: 74px;
	}

	.ats-section,
	body.atsbrothers-front-page .ats-section,
	body.atsbrothers-country-page .ats-page-content {
		padding-top: 62px;
	}

	.ats-home-hero__panel,
	.ats-home-video__layout,
	.ats-story__layout {
		padding: 24px;
		border-radius: 28px;
	}

	.ats-home-video__layout {
		padding: 0;
		border-radius: 0;
	}

	.ats-home-hero__content {
		min-height: 0;
	}

	.ats-home-hero__content h1,
	.ats-home-hero__spotlight h2,
	.ats-story__intro h2 {
		font-size: clamp(2.3rem, 10vw, 4rem);
	}

	.ats-home-hero__stats {
		grid-template-columns: 1fr;
	}

	.ats-home-video__media,
	.ats-story__media {
		min-height: 260px;
	}

	.ats-collection-panel {
		aspect-ratio: 4 / 5;
	}

	.ats-country-card__content,
	.ats-trust-card,
	.ats-story__card {
		padding: 22px;
	}
}

/* Phase 21: luxury editorial footer and font refinement */
body.atsbrothers-theme {
	font-family: "ATS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.atsbrothers-theme button,
body.atsbrothers-theme input,
body.atsbrothers-theme select,
body.atsbrothers-theme textarea {
	font-family: inherit;
}

.ats-site-footer {
	padding: 88px 0 26px;
	border-top: 1px solid rgba(23, 23, 23, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), #fbfaf7 100%);
}

.ats-footer-editorial {
	display: grid;
	gap: 38px;
}

.ats-footer-editorial__intro {
	max-width: 640px;
	padding-bottom: 10px;
}

.ats-footer-editorial__eyebrow {
	margin: 0 0 14px;
	color: rgba(23, 23, 23, 0.76);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ats-footer-editorial__statement {
	margin: 0;
	max-width: 32rem;
	color: rgba(23, 23, 23, 0.72);
	font-size: 0.95rem;
	line-height: 1.85;
}

.ats-footer-editorial__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px 28px;
}

.ats-footer-column {
	min-width: 0;
}

.ats-footer-column__title {
	margin: 0 0 18px;
}

.ats-footer-column__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #202020;
	text-align: left;
	cursor: pointer;
}

.ats-footer-column__title-text {
	color: #202020;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ats-footer-column__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.2rem;
	color: rgba(23, 23, 23, 0.7);
	font-size: 1rem;
	line-height: 1;
	transition: transform 180ms ease, opacity 180ms ease;
}

.ats-footer-column.is-expanded .ats-footer-column__icon {
	transform: rotate(45deg);
}

.ats-footer-column__toggle:focus-visible {
	outline: 2px solid rgba(201, 168, 97, 0.55);
	outline-offset: 4px;
}

.ats-footer-column__panel[hidden] {
	display: none !important;
}

.ats-footer-column__description {
	margin: 0 0 18px;
	max-width: 20rem;
	color: rgba(23, 23, 23, 0.72);
	font-size: 0.95rem;
	line-height: 1.8;
}

.ats-footer-menu,
.ats-footer-bottom__links {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-footer-bottom__links {
	gap: 10px 18px;
	order: 1;
}

.ats-footer-menu a,
.ats-footer-bottom__links a {
	color: #232323;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	text-underline-offset: 0.2em;
}

.ats-footer-menu a:hover,
.ats-footer-menu a:focus,
.ats-footer-bottom__links a:hover,
.ats-footer-bottom__links a:focus {
	text-decoration: underline;
}

.ats-footer-bottom {
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	margin-top: 42px;
	padding-top: 18px;
	border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.ats-footer-bottom__locale {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: rgba(23, 23, 23, 0.72);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	order: 2;
}

.ats-footer-bottom__locale-symbol {
	font-size: 0.92rem;
	line-height: 1;
}

@media (min-width: 768px) {
	.ats-footer-editorial__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-footer-column__icon {
		display: none;
	}

	.ats-footer-bottom__links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		order: 2;
	}

	.ats-footer-bottom__locale {
		order: 1;
	}
}

@media (min-width: 1080px) {
	.ats-footer-editorial {
		gap: 44px;
	}

	.ats-footer-editorial__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 32px;
	}

	.ats-footer-bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.ats-footer-editorial__grid {
		gap: 0;
		border-top: 1px solid rgba(23, 23, 23, 0.08);
	}

	.ats-footer-column {
		padding: 18px 0;
		border-bottom: 1px solid rgba(23, 23, 23, 0.08);
	}

	.ats-footer-column__title {
		margin: 0;
	}

	.ats-footer-column__panel {
		padding-top: 16px;
	}

	.ats-footer-column__description {
		max-width: none;
	}

	.ats-footer-menu {
		gap: 10px;
	}

	.ats-footer-bottom {
		gap: 14px;
	}

	.ats-footer-bottom__links {
		width: 100%;
	}
}

/* Phase 22: minimal header, pure white surfaces, full-width hero */
body.atsbrothers-theme,
.ats-site-shell,
body.atsbrothers-front-page,
body.atsbrothers-country-page,
.ats-site-main,
.ats-page-hero,
.ats-page-content,
.ats-section {
	background: #ffffff;
}

.ats-site-header {
	backdrop-filter: none;
}

.ats-header-main {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.ats-site-header.is-scrolled .ats-header-main {
	box-shadow: none;
}

.ats-header-main__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: 88px;
	gap: 18px;
}

.ats-header-side {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.ats-header-side--start {
	justify-content: flex-start;
}

.ats-header-side--end {
	justify-content: flex-end;
}

.ats-header-trigger {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ats-color-text-strong);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ats-header-trigger__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.ats-header-trigger__icon--menu {
	display: grid;
	align-content: center;
	gap: 3px;
}

.ats-header-trigger__icon--menu span {
	display: block;
	width: 18px;
	height: 1px;
	background: currentColor;
}

.ats-header-trigger__icon--search {
	font-size: 1rem;
	line-height: 1;
}

.ats-branding--center {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ats-branding--center .ats-branding__link {
	display: inline-flex;
	align-items: center;
}

.ats-branding--center .ats-branding__title {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.28em;
}

.ats-branding--center .custom-logo {
	max-height: 58px;
	width: auto;
}

.ats-header-call {
	color: var(--ats-color-text-strong);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ats-header-actions {
	gap: 6px;
}

.ats-header-icon {
	width: 40px;
	min-width: 40px;
	min-height: 40px;
	border: 0;
	background: transparent;
	color: var(--ats-color-text-strong);
}

.ats-header-icon:hover,
.ats-header-icon:focus,
.ats-header-trigger:hover,
.ats-header-trigger:focus,
.ats-header-call:hover,
.ats-header-call:focus {
	color: #000000;
	background: transparent;
}

.ats-header-search-panel {
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	padding: 16px 18px;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: none;
}

.ats-search-form__input,
.ats-newsletter-placeholder input {
	background: #ffffff;
}

.ats-mobile-drawer {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.ats-mobile-drawer__inner {
	width: min(420px, calc(100vw - 18px));
	height: 100%;
	padding: 28px 24px;
	border: 0;
	border-inline-end: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	transform: translateX(-100%);
	transition: transform 260ms ease;
}

.ats-mobile-drawer[hidden] {
	display: none !important;
}

.ats-mobile-drawer.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ats-mobile-drawer.is-open .ats-mobile-drawer__inner {
	transform: translateX(0);
}

.ats-mobile-drawer__header,
.ats-mobile-drawer__actions {
	gap: 14px;
}

.ats-mobile-drawer__heading {
	margin: 0 0 14px;
	color: rgba(23, 23, 23, 0.74);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ats-market-links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ats-market-links a,
.ats-menu--mobile a {
	color: var(--ats-color-text-strong);
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: none;
}

.ats-mobile-drawer__markets {
	padding-top: 8px;
	border-top: 1px solid rgba(23, 23, 23, 0.06);
}

.ats-page-content,
body.atsbrothers-country-page .ats-page-content,
body.atsbrothers-front-page .ats-section {
	background: #ffffff;
}

.ats-page-content > .ats-shell,
.ats-page-content .woocommerce,
.ats-home-video__layout,
.ats-story__layout,
.ats-country-card,
.ats-story__card,
.ats-trust-card,
.ats-country-panel,
.ats-empty-state,
.ats-shop-toolbar,
.ats-single-panel,
.ats-trust-item,
.atsbrothers-cart .cart_totals,
.atsbrothers-checkout .woocommerce-billing-fields,
.atsbrothers-checkout .woocommerce-shipping-fields,
.atsbrothers-checkout #order_review,
.atsbrothers-account .woocommerce-MyAccount-navigation,
.atsbrothers-account .woocommerce-MyAccount-content,
.atsbrothers-woocommerce .woocommerce ul.products li.product,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product,
body.atsbrothers-front-page .ats-product-card,
body.atsbrothers-country-page .woocommerce ul.products li.product {
	background: #ffffff;
	box-shadow: none;
}

.ats-country-card,
.ats-story__card,
.ats-trust-card,
.ats-country-panel,
.ats-home-video__layout,
.ats-story__layout,
.ats-empty-state,
.ats-shop-toolbar,
.ats-single-panel,
.ats-trust-item,
.atsbrothers-cart .cart_totals,
.atsbrothers-checkout .woocommerce-billing-fields,
.atsbrothers-checkout .woocommerce-shipping-fields,
.atsbrothers-checkout #order_review,
.atsbrothers-account .woocommerce-MyAccount-navigation,
.atsbrothers-account .woocommerce-MyAccount-content,
.ats-page-content > .ats-shell,
.ats-page-content .woocommerce,
.atsbrothers-woocommerce .woocommerce ul.products li.product,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product {
	border-color: rgba(23, 23, 23, 0.08);
}

.ats-home-hero {
	padding-top: 0;
	padding-bottom: 24px;
}

.ats-home-hero__panel {
	position: relative;
	width: 100%;
	min-height: clamp(620px, 84vh, 920px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	overflow: hidden;
}

.ats-home-hero__panel.has-media {
	background: #ffffff;
}

.ats-home-hero__panel.is-ambient {
	background:
		radial-gradient(circle at top right, rgba(0, 0, 0, 0.03), transparent 24%),
		#ffffff;
}

.ats-home-hero__media,
.ats-home-hero__wash {
	position: absolute;
	inset: 0;
}

.ats-home-hero__image,
.ats-home-hero__video,
.ats-home-hero__iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-home-hero__wash {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 38%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.12) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18));
}

.ats-home-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	gap: 28px;
	min-height: inherit;
	padding-top: 72px;
	padding-bottom: 52px;
}

.ats-home-hero__content,
.ats-home-hero__aside {
	position: relative;
	z-index: 1;
}

.ats-home-hero__content {
	display: grid;
	align-content: end;
	max-width: 640px;
	min-height: min(58vh, 620px);
}

.ats-home-hero__content p {
	max-width: 560px;
}

.ats-home-hero__aside {
	align-content: end;
}

.ats-home-hero__spotlight,
.ats-home-hero__stat {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(23, 23, 23, 0.08);
	box-shadow: none;
}

.ats-home-video__media,
.ats-story__media,
.ats-country-card__media,
.ats-product-card__media,
.atsbrothers-woocommerce .woocommerce ul.products li.product a img {
	background: #ffffff;
}

.ats-product-showcase .ats-shell,
.ats-countries .ats-shell,
.ats-story .ats-shell,
.ats-trust .ats-shell,
.ats-home-video .ats-shell {
	border-top-color: rgba(23, 23, 23, 0.06);
}

@media (max-width: 1023px) {
	.ats-header-main__inner {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		min-height: 78px;
		gap: 12px;
	}

	.ats-header-side {
		gap: 12px;
	}

	.ats-header-call {
		display: none;
	}

	.ats-home-hero__inner {
		grid-template-columns: 1fr;
		align-items: end;
		padding-top: 56px;
	}

	.ats-home-hero__aside {
		max-width: 560px;
	}
}

@media (max-width: 767px) {
	.ats-header-main__inner {
		min-height: 72px;
	}

	.ats-header-trigger__label {
		display: none;
	}

	.ats-branding--center .ats-branding__title {
		font-size: 0.82rem;
		letter-spacing: 0.18em;
	}

	.ats-branding--center .custom-logo {
		max-height: 42px;
	}

	.ats-mobile-drawer__inner {
		width: min(100vw, 420px);
		padding: 22px 18px;
	}

	.ats-home-hero__panel {
		min-height: clamp(520px, 74vh, 760px);
	}

	.ats-home-hero__wash {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.18) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.18));
	}

	.ats-home-hero__inner {
		padding-top: 104px;
		padding-bottom: 34px;
	}

	.ats-home-hero__content,
	.ats-home-hero__aside {
		max-width: 100%;
		min-height: 0;
	}
}

/* Phase 22 typography refinement hotfix */
@font-face {
	font-family: "ATS";
	src: url("../fonts/ATS-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body.atsbrothers-theme,
body.atsbrothers-theme button,
body.atsbrothers-theme input,
body.atsbrothers-theme select,
body.atsbrothers-theme textarea,
.ats-menu a,
.ats-header-trigger,
.ats-header-call,
.ats-footer-menu a,
.ats-footer-bottom__links a,
.atsbrothers-woocommerce .woocommerce,
.ats-page-content .woocommerce,
.ats-country-card,
.ats-collection-panel,
.ats-story__card,
.ats-trust-card,
.ats-shop-toolbar,
.ats-single-panel,
.ats-empty-state {
	font-family: "ATS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ats-section-heading h2,
.ats-country-panel h2,
.ats-shop-toolbar__heading h2,
.ats-single-panel__header h2,
.ats-footer-column__title,
.ats-footer-editorial__statement strong {
	font-weight: 400;
}

.ats-section-heading h2,
.ats-page-content h2,
.ats-country-panel h2,
.ats-shop-toolbar__heading h2,
.ats-single-panel__header h2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.025rem;
	line-height: 1.25;
}

.ats-home-hero__spotlight h2,
.ats-story__intro h2,
.ats-home-hero__content h1,
.ats-page-hero h1 {
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.ats-home-hero__content h1 {
	font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.ats-page-hero h1 {
	font-size: clamp(2.35rem, 4vw, 3.8rem);
}

.ats-collection-card h3,
.ats-country-card__content h3,
.ats-trust-card h3,
.ats-story__card h3,
.ats-product-card__title,
.atsbrothers-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.015rem;
	line-height: 1.4;
}

.ats-section-heading p,
.ats-page-hero p,
.ats-home-hero__content p,
.ats-home-hero__spotlight p,
.ats-story__intro p,
.ats-country-card__content p,
.ats-trust-card p,
.ats-footer-editorial__statement,
.ats-footer-column__description,
.atsbrothers-cart .woocommerce table.shop_table td,
.atsbrothers-checkout .woocommerce table.shop_table td,
.atsbrothers-account .woocommerce table.shop_table td {
	line-height: 1.75;
}

.ats-section-badge,
.ats-home-hero__eyebrow,
.ats-header-trigger,
.ats-header-call,
.ats-footer-column__title {
	letter-spacing: 0.12em;
}

.ats-button,
.ats-search-form__button,
.atsbrothers-woocommerce .woocommerce a.button,
.atsbrothers-woocommerce .woocommerce button.button,
.atsbrothers-woocommerce .woocommerce input.button,
.atsbrothers-woocommerce .woocommerce #respond input#submit,
.ats-page-content .woocommerce a.button,
.ats-page-content .woocommerce button.button,
.ats-page-content .woocommerce input.button,
.ats-page-content .woocommerce #respond input#submit {
	font-family: "ATS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	.ats-section-heading h2,
	.ats-page-content h2,
	.ats-country-panel h2,
	.ats-shop-toolbar__heading h2,
	.ats-single-panel__header h2 {
		font-size: 1.6rem;
		line-height: 1.28;
	}

	.ats-home-hero__spotlight h2,
	.ats-story__intro h2,
	.ats-home-hero__content h1 {
		font-size: clamp(2.15rem, 9vw, 3.5rem);
	}
}

/* Phase 22 hero typography and layout hotfix */
.ats-home-hero__panel {
	min-height: clamp(560px, 82vh, 840px);
}

.ats-home-hero__wash {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 28%, rgba(255, 255, 255, 0.28) 54%, rgba(255, 255, 255, 0.1) 78%, rgba(255, 255, 255, 0.02) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12));
}

.ats-home-hero__inner {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	gap: clamp(18px, 3vw, 40px);
	padding-top: clamp(112px, 14vh, 156px);
	padding-bottom: clamp(40px, 6vh, 64px);
	padding-inline: 0;
}

.ats-home-hero__content {
	width: min(100% - 40px, 760px);
	max-width: 760px;
	min-height: auto;
	padding-bottom: 8px;
	text-align: center;
	justify-items: center;
	margin-inline: auto;
}

.ats-home-hero__content .ats-section-badge {
	margin-bottom: 14px;
	font-size: clamp(0.7rem, 1vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.12em;
}

.ats-home-hero__content h1 {
	max-width: 13ch;
	margin-bottom: 18px;
	font-size: clamp(2rem, 4vw, 4.5rem);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.01em;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	text-wrap: balance;
}

.ats-home-hero__content > p:not(.ats-section-badge) {
	max-width: 560px;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	line-height: 1.7;
	color: rgba(23, 23, 23, 0.76);
}

.ats-home-hero__actions {
	gap: 12px;
	margin-top: 26px;
	justify-content: center;
}

.ats-home-hero__actions .ats-button {
	padding: 0.9rem 1.35rem;
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.ats-home-hero__spotlight {
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(8px);
	text-align: center;
}

.ats-home-hero__spotlight--quote {
	width: min(100%, 460px);
	max-width: 460px;
	margin-inline: auto;
}

.ats-home-hero__eyebrow {
	margin-bottom: 10px;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.ats-home-hero__spotlight h2 {
	margin: 0;
	max-width: 20ch;
	margin-inline: auto;
	font-size: clamp(1rem, 1.8vw, 1.6rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.ats-home-hero__stats {
	width: min(100%, 720px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	justify-items: center;
	margin-top: 22px;
}

.ats-home-hero__stat {
	min-height: 0;
	width: 100%;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.56);
	text-align: center;
	border: 1px solid rgba(23, 23, 23, 0.06);
}

.ats-home-hero__stat strong {
	margin-bottom: 4px;
	font-size: 1.05rem;
}

.ats-home-hero__stat span {
	font-size: 0.75rem;
	line-height: 1.45;
}

@media (max-width: 1023px) {
	.ats-home-hero__inner {
		gap: 18px;
		padding-top: 96px;
	}

	.ats-home-hero__content {
		width: min(100% - 32px, 680px);
		max-width: 680px;
	}

	.ats-home-hero__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ats-home-hero__panel {
		min-height: clamp(480px, 68vh, 640px);
	}

	.ats-home-hero__wash {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0.78) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.14));
	}

	.ats-home-hero__inner {
		padding-top: 124px;
		padding-bottom: 28px;
		gap: 18px;
	}

	.ats-home-hero__content {
		width: min(100% - 24px, 100%);
		max-width: 100%;
	}

	.ats-home-hero__content h1 {
		max-width: 10ch;
		font-size: clamp(2rem, 9vw, 3.1rem);
		line-height: 1.08;
	}

	.ats-home-hero__content > p:not(.ats-section-badge) {
		max-width: 420px;
	}

	.ats-home-hero__stats {
		display: none;
	}
}

/* Phase 22 homepage full-width section container hotfix */
body.atsbrothers-front-page .site-content,
body.atsbrothers-front-page .ast-container,
body.atsbrothers-front-page .entry-content,
body.atsbrothers-front-page .site-main.ats-site-main {
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

body.atsbrothers-front-page .ats-home-hero,
body.atsbrothers-front-page .ats-countries,
body.atsbrothers-front-page .ats-collections,
body.atsbrothers-front-page .ats-home-video,
body.atsbrothers-front-page .ats-story,
body.atsbrothers-front-page .ats-trust,
body.atsbrothers-front-page .ats-product-showcase,
body.atsbrothers-front-page .ats-social,
body.atsbrothers-front-page .ats-footer-links,
body.atsbrothers-front-page .ats-promo-banner,
body.atsbrothers-front-page .ats-football-promo,
body.atsbrothers-front-page .ats-newsletter {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

body.atsbrothers-front-page .ats-shell {
	width: min(100% - 40px, 1440px);
	max-width: 1440px;
	margin-inline: auto;
}

body.atsbrothers-front-page .ats-shell--fluid-grid {
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: clamp(16px, 3vw, 56px);
	box-sizing: border-box;
}

body.atsbrothers-front-page .ats-home-video__bleed {
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
}

body.atsbrothers-front-page .ats-section-heading,
body.atsbrothers-front-page .ats-section-heading--wide,
body.atsbrothers-front-page .ats-story__intro,
body.atsbrothers-front-page .ats-home-video__content,
body.atsbrothers-front-page .ats-footer-links__brand,
body.atsbrothers-front-page .ats-page-hero .ats-shell > :is(.ats-section-badge, h1, p) {
	width: 100%;
	margin-inline: auto;
	text-align: center;
}

body.atsbrothers-front-page .ats-section-heading {
	max-width: 760px;
}

body.atsbrothers-front-page .ats-section-heading--wide,
body.atsbrothers-front-page .ats-story__intro,
body.atsbrothers-front-page .ats-home-video__content {
	max-width: 860px;
}

body.atsbrothers-front-page .ats-footer-links__brand {
	max-width: 760px;
}

body.atsbrothers-front-page .ats-section-heading > *,
body.atsbrothers-front-page .ats-story__intro > *,
body.atsbrothers-front-page .ats-home-video__content > *,
body.atsbrothers-front-page .ats-footer-links__brand > * {
	margin-inline: auto;
}

body.atsbrothers-front-page .ats-story__layout,
body.atsbrothers-front-page .ats-home-video__layout {
	justify-items: center;
}

body.atsbrothers-front-page .ats-home-video__content,
body.atsbrothers-front-page .ats-story__intro {
	justify-items: center;
}

body.atsbrothers-front-page .ats-story__intro p:last-child,
body.atsbrothers-front-page .ats-home-video__content p,
body.atsbrothers-front-page .ats-footer-links__brand p:not(.ats-section-badge),
body.atsbrothers-front-page .ats-section-heading p {
	max-width: 760px;
}

body.atsbrothers-front-page .ats-story__button,
body.atsbrothers-front-page .ats-home-video__content .ats-button {
	margin-inline: auto;
}

body.atsbrothers-front-page .ats-home-video__layout {
	width: 100%;
}

body.atsbrothers-front-page .ats-home-video__media {
	width: 100%;
}

@media (max-width: 767px) {
	body.atsbrothers-front-page .ats-shell {
		width: min(100% - 24px, 1440px);
	}

	body.atsbrothers-front-page .ats-shell--fluid-grid {
		padding-inline: clamp(16px, 4vw, 32px);
	}

	body.atsbrothers-front-page .ats-home-video__bleed {
		margin-inline: calc(50% - 50vw);
	}

	body.atsbrothers-front-page .ats-section-heading,
	body.atsbrothers-front-page .ats-section-heading--wide,
	body.atsbrothers-front-page .ats-story__intro,
	body.atsbrothers-front-page .ats-home-video__content,
	body.atsbrothers-front-page .ats-footer-links__brand {
		max-width: 100%;
	}
}

/* Phase 23: country experience redesign */
body.atsbrothers-country-page .ats-site-main {
	padding-bottom: 120px;
}

.ats-country-market-hero {
	position: relative;
	width: 100%;
	min-height: clamp(380px, 60vw, 720px);
	display: grid;
	align-items: end;
	background: #121212;
	color: #ffffff;
	overflow: hidden;
}

.ats-country-market-hero__media,
.ats-country-market-hero__overlay {
	position: absolute;
	inset: 0;
}

.ats-country-market-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-country-market-hero__overlay {
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.64), rgba(10, 10, 10, 0.18) 48%, rgba(10, 10, 10, 0.38)),
		linear-gradient(180deg, rgba(10, 10, 10, 0.12), rgba(10, 10, 10, 0.68));
}

.ats-country-market-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 40px, 1440px);
	margin-inline: auto;
	padding: clamp(48px, 9vw, 120px) 0 clamp(40px, 8vw, 92px);
}

.ats-country-market-hero .ats-section-badge {
	color: rgba(255, 255, 255, 0.82);
}

.ats-country-market-hero .entry-title {
	margin: 0;
	max-width: 10ch;
	color: #ffffff;
	font-size: clamp(2.8rem, 7vw, 6rem);
	line-height: 0.98;
}

.ats-country-market-hero p:last-child {
	max-width: 38rem;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.8;
}

.ats-country-market-intro,
.ats-country-market-categories,
.ats-country-market-products,
.ats-country-market-campaign,
.ats-country-market-story {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.ats-country-market-intro__copy {
	max-width: 760px;
}

.ats-country-market-intro__copy h2,
.ats-country-market-campaign__content h2,
.ats-country-market-story__card h3 {
	margin: 0 0 16px;
}

.ats-country-market-intro__copy p,
.ats-country-market-campaign__content p,
.ats-country-market-story__card p {
	margin: 0;
	color: rgba(23, 23, 23, 0.74);
	line-height: 1.85;
}

.ats-country-market-categories__grid,
.ats-country-market-story__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.ats-country-market-category {
	position: relative;
	display: block;
	aspect-ratio: 4 / 4.8;
	overflow: hidden;
	border-radius: 32px;
	background: #f7f4ee;
	text-decoration: none;
}

.ats-country-market-category__media,
.ats-country-market-category__overlay {
	position: absolute;
	inset: 0;
}

.ats-country-market-category__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-country-market-category__fallback {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 236, 222, 0.92));
	color: rgba(23, 23, 23, 0.3);
	font-size: clamp(2.2rem, 8vw, 4rem);
	letter-spacing: 0.16em;
}

.ats-country-market-category__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 18, 18, 0.7));
}

.ats-country-market-category__content {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 1;
	padding: 24px;
}

.ats-country-market-category__content h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.3rem, 2.8vw, 2rem);
}

.ats-country-market-category.is-active {
	box-shadow: 0 0 0 2px rgba(201, 168, 97, 0.65);
}

.ats-country-market-category:focus-visible {
	outline: 2px solid rgba(201, 168, 97, 0.55);
	outline-offset: 4px;
}

.ats-country-market-products .woocommerce ul.products,
.ats-country-market-products .woocommerce-page ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	margin: 0;
	padding: 0;
}

.ats-country-market-products .woocommerce ul.products::before,
.ats-country-market-products .woocommerce ul.products::after,
.ats-country-market-products .woocommerce-page ul.products::before,
.ats-country-market-products .woocommerce-page ul.products::after {
	display: none;
}

.ats-country-market-products .woocommerce ul.products li.product,
.ats-country-market-products .woocommerce-page ul.products li.product {
	width: 100%;
	margin: 0;
	float: none;
}

.ats-country-market-campaign__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 34px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 228, 0.84));
}

.ats-country-market-campaign__media {
	overflow: hidden;
	border-radius: 28px;
	min-height: 300px;
}

.ats-country-market-campaign__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ats-country-market-story__card {
	padding: 26px;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 28px;
	background: #ffffff;
}

body.atsbrothers-country-page .ats-empty-state {
	max-width: none;
}

@media (min-width: 768px) {
	.ats-country-market-categories__grid,
	.ats-country-market-story__grid,
	.ats-country-market-products .woocommerce ul.products,
	.ats-country-market-products .woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ats-country-market-campaign__layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.ats-country-market-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ats-country-market-products .woocommerce ul.products,
	.ats-country-market-products .woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1320px) {
	.ats-country-market-products .woocommerce ul.products,
	.ats-country-market-products .woocommerce-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ats-country-market-hero__inner {
		width: min(100% - 24px, 1440px);
	}

	.ats-country-market-category__content {
		padding: 18px;
	}

	.ats-country-market-campaign__media {
		min-height: 220px;
	}
}

/* Phase 23 layout stabilization */
body.atsbrothers-country-page .ats-site-main {
	margin-top: 0;
	padding-top: 0;
}

body.atsbrothers-country-page .site-main.ats-site-main {
	margin-top: 0;
}

body.atsbrothers-country-page .ats-country-market-hero {
	margin-top: 0;
}

body.atsbrothers-country-page .ats-country-market-intro,
body.atsbrothers-country-page .ats-country-market-campaign,
body.atsbrothers-country-page .ats-country-market-story {
	padding-top: clamp(36px, 6vw, 72px);
}

body.atsbrothers-country-page .ats-country-market-products {
	padding-top: clamp(24px, 4vw, 48px);
}

body.atsbrothers-country-page .ats-country-market-products .ats-section-heading {
	margin-bottom: 28px;
	text-align: center;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product,
body.atsbrothers-country-page .woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	border-radius: 28px;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product > a:first-of-type,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product > a:first-of-type,
body.atsbrothers-country-page .woocommerce ul.products li.product > a:first-of-type {
	display: block;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product a img,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product a img,
body.atsbrothers-country-page .woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__link,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product .woocommerce-loop-product__link,
body.atsbrothers-country-page .woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ats-loop-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 22px 22px 24px;
}

.ats-product-category-label {
	order: 0;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.14em;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	display: block;
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}

.atsbrothers-woocommerce .woocommerce ul.products li.product .price,
.atsbrothers-woocommerce .woocommerce-page ul.products li.product .price,
body.atsbrothers-country-page .woocommerce ul.products li.product .price {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

.ats-product-merch-note {
	margin-top: -2px;
	font-size: 0.84rem;
	line-height: 1.55;
}

.ats-loop-card__actions {
	margin-top: auto;
	padding-top: 6px;
}

.ats-loop-card__actions .button,
.ats-loop-card__actions .ats-loop-card__link {
	flex: 1 1 180px;
	min-height: 44px;
}

.ats-loop-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 999px;
	color: #171717;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.94);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ats-loop-card__link:hover,
.ats-loop-card__link:focus-visible {
	border-color: #171717;
	background: #171717;
	color: #ffffff;
}

.ats-country-market-products .woocommerce ul.products,
.ats-country-market-products .woocommerce-page ul.products {
	gap: 24px;
}

.ats-country-market-products .woocommerce ul.products li.product,
.ats-country-market-products .woocommerce-page ul.products li.product {
	min-height: 100%;
}

.atsbrothers-cart .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	align-items: start;
	gap: clamp(24px, 4vw, 40px);
}

.atsbrothers-cart .woocommerce-cart-form {
	margin: 0;
}

.atsbrothers-cart .woocommerce table.shop_table {
	margin: 0;
	border-radius: 28px;
	overflow: hidden;
}

.atsbrothers-cart .woocommerce table.shop_table th,
.atsbrothers-cart .woocommerce table.shop_table td {
	padding: 18px 20px;
	vertical-align: middle;
}

.atsbrothers-cart .woocommerce table.shop_table .product-thumbnail img {
	width: 110px;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 18px;
}

.atsbrothers-cart .product-name a {
	color: #171717;
	text-decoration: none;
}

.atsbrothers-cart .quantity .qty {
	min-height: 44px;
	min-width: 88px;
	border-radius: 999px;
}

.atsbrothers-cart .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.atsbrothers-cart .coupon {
	display: flex;
	flex: 1 1 320px;
	flex-wrap: wrap;
	gap: 12px;
}

.atsbrothers-cart .coupon input.input-text {
	flex: 1 1 220px;
	min-height: 44px;
	margin: 0;
	padding-inline: 16px;
	border-radius: 999px;
}

.atsbrothers-cart .cart_totals {
	position: sticky;
	top: 132px;
	padding: 28px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
}

.atsbrothers-cart .wc-proceed-to-checkout .button,
.atsbrothers-cart .actions .button {
	width: auto;
}

@media (max-width: 1023px) {
	.atsbrothers-cart .woocommerce {
		grid-template-columns: 1fr;
	}

	.atsbrothers-cart .cart_totals {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.ats-loop-card__content {
		padding: 18px 18px 20px;
	}

	.ats-loop-card__actions {
		flex-direction: column;
	}

	.ats-loop-card__actions .button,
	.ats-loop-card__actions .ats-loop-card__link,
	.atsbrothers-cart .coupon,
	.atsbrothers-cart .coupon input.input-text {
		width: 100%;
	}

	.atsbrothers-cart .woocommerce table.shop_table th,
	.atsbrothers-cart .woocommerce table.shop_table td {
		padding: 14px 16px;
	}

	.atsbrothers-cart .actions {
		align-items: stretch;
	}
}

body.atsbrothers-country-page #content,
body.atsbrothers-country-page .site-content,
body.atsbrothers-country-page .ast-container,
body.atsbrothers-country-page #primary,
body.atsbrothers-country-page .site-main,
body.atsbrothers-country-page .ats-site-main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.atsbrothers-country-page #primary {
	margin-bottom: 0 !important;
}

body.atsbrothers-country-page .ats-country-market-hero {
	margin-top: 0 !important;
}

@media (min-width: 1024px) {
	body.atsbrothers-country-page .ats-country-market-hero {
		min-height: auto !important;
		height: auto;
		aspect-ratio: 16 / 7.5;
	}

	body.atsbrothers-country-page .ats-country-market-hero__media,
	body.atsbrothers-country-page .ats-country-market-hero__overlay {
		inset: 0;
		height: 100%;
	}

	body.atsbrothers-country-page .ats-country-market-hero__media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
}

@media (max-width: 1023px) {
	body.atsbrothers-country-page .ats-country-market-hero__media img {
		object-position: center center;
	}
}

body.atsbrothers-country-page .ats-country-products .astra-shop-summary-wrap,
body.atsbrothers-country-page .ats-country-products .ast-on-card-button,
body.atsbrothers-country-page .ats-country-products .ast-woo-product-category,
body.atsbrothers-country-page .ats-country-products .ast-loop-product__link {
	display: none !important;
}

body.atsbrothers-country-page .ats-country-products ul.products li.product {
	min-height: 100%;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(17, 17, 17, 0.05);
}

body.atsbrothers-country-page .ats-country-products .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block;
	text-decoration: none;
}

body.atsbrothers-country-page .ats-country-products .ats-product-category-label {
	margin-top: 16px;
	padding-inline: 22px;
}

body.atsbrothers-country-page .ats-country-products .ats-loop-card__content {
	padding-top: 14px;
}

body.atsbrothers-country-page .ats-country-products .woocommerce-loop-product__title {
	min-height: 2.9em;
}

body.atsbrothers-country-page .ats-country-products .ats-loop-card__actions {
	gap: 10px;
}

body.atsbrothers-country-page .ats-country-products .ats-loop-card__actions .button,
body.atsbrothers-country-page .ats-country-products .ats-loop-card__actions .ats-loop-card__link {
	min-width: 0;
}

@media (max-width: 767px) {
body.atsbrothers-country-page .ats-country-products .ats-product-category-label {
		padding-inline: 18px;
	}
}

/* Phase 24 canonical single product architecture */
body.single-product.atsbrothers-single-product,
body.single-product.atsbrothers-single-product .product,
body.single-product.atsbrothers-single-product .summary,
body.single-product.atsbrothers-single-product .entry-summary,
body.single-product.atsbrothers-single-product .woocommerce-product-gallery,
body.single-product.atsbrothers-single-product .ats-single-panel,
body.single-product.atsbrothers-single-product .woocommerce-tabs,
body.single-product.atsbrothers-single-product .woocommerce-Tabs-panel,
body.single-product.atsbrothers-single-product .shop_attributes {
	color: #111111;
}

body.single-product .ats-page-content--product {
	padding-top: 28px;
	padding-bottom: 88px;
}

body.single-product .ats-shell--product {
	width: min(100% - 40px, 1280px);
}

body.single-product.atsbrothers-single-product div.product {
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}

body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery,
body.single-product.atsbrothers-single-product div.product .summary,
body.single-product.atsbrothers-single-product div.product .entry-summary {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin-top: 0 !important;
	align-self: start;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs,
body.single-product.atsbrothers-single-product .ats-single-panel--size-guide,
body.single-product.atsbrothers-single-product .ats-single-panel--trust,
body.single-product.atsbrothers-single-product .related,
body.single-product.atsbrothers-single-product .upsells {
	grid-column: 1 / -1;
	width: 100%;
}

body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery {
	position: static;
	top: auto;
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 18px;
	padding-top: 0;
}

body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery .flex-viewport,
body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product.atsbrothers-single-product .flex-control-thumbs {
	margin-top: 0 !important;
}

body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery .flex-viewport {
	grid-column: 2;
	grid-row: 1 / span 2;
}

body.single-product.atsbrothers-single-product .woocommerce-product-gallery__image,
body.single-product.atsbrothers-single-product .ats-single-panel,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel,
body.single-product.atsbrothers-single-product #review_form,
body.single-product.atsbrothers-single-product .ats-trust-item,
body.single-product.atsbrothers-single-product table.shop_attributes {
	border: 1px solid rgba(17, 17, 17, 0.12);
	box-shadow: 0 16px 38px rgba(17, 17, 17, 0.03);
}

body.single-product.atsbrothers-single-product .woocommerce-product-gallery__image {
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(249, 246, 240, 0.94), rgba(255, 255, 255, 0.98));
}

body.single-product.atsbrothers-single-product .woocommerce-product-gallery__image a,
body.single-product.atsbrothers-single-product .woocommerce-product-gallery__image img,
body.single-product.atsbrothers-single-product .flex-control-thumbs li img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

body.single-product.atsbrothers-single-product .summary.entry-summary {
	display: grid;
	gap: 18px;
	padding: clamp(32px, 3vw, 40px);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0 24px 58px rgba(17, 17, 17, 0.05);
}

body.single-product.atsbrothers-single-product .summary.entry-summary .woocommerce-breadcrumb,
body.single-product.atsbrothers-single-product .summary.entry-summary .woocommerce-breadcrumb a,
body.single-product.atsbrothers-single-product .product_meta > span {
	color: #5f6670 !important;
}

body.single-product.atsbrothers-single-product .product_meta .tagged_as {
	display: none;
}

body.single-product.atsbrothers-single-product .summary.entry-summary h1.product_title,
body.single-product.atsbrothers-single-product .woocommerce-product-details__short-description,
body.single-product.atsbrothers-single-product .woocommerce-product-details__short-description p,
body.single-product.atsbrothers-single-product .product_meta,
body.single-product.atsbrothers-single-product .product_meta a {
	max-width: none;
	width: 100%;
}

body.single-product.atsbrothers-single-product .summary.entry-summary h1.product_title,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel > h2,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel h3,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel h4,
body.single-product.atsbrothers-single-product .ats-single-panel__header h2,
body.single-product.atsbrothers-single-product #reviews #comments .woocommerce-Reviews-title,
body.single-product.atsbrothers-single-product th,
body.single-product.atsbrothers-single-product strong,
body.single-product.atsbrothers-single-product .ats-trust-item strong {
	color: #111111 !important;
	opacity: 1 !important;
}

body.single-product.atsbrothers-single-product p,
body.single-product.atsbrothers-single-product li,
body.single-product.atsbrothers-single-product td,
body.single-product.atsbrothers-single-product label,
body.single-product.atsbrothers-single-product .woocommerce-product-details__short-description,
body.single-product.atsbrothers-single-product .woocommerce-product-details__short-description p,
body.single-product.atsbrothers-single-product .product_meta,
body.single-product.atsbrothers-single-product .product_meta a,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel p,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel li,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel ul,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel ol,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel td,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel span,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel a,
body.single-product.atsbrothers-single-product .ats-single-panel p,
body.single-product.atsbrothers-single-product .ats-single-panel li,
body.single-product.atsbrothers-single-product .ats-trust-item p,
body.single-product.atsbrothers-single-product #review_form label,
body.single-product.atsbrothers-single-product #review_form .comment-notes,
body.single-product.atsbrothers-single-product #review_form .must-log-in,
body.single-product.atsbrothers-single-product #review_form .logged-in-as {
	color: #1f2933 !important;
	opacity: 1 !important;
}

body.single-product.atsbrothers-single-product .ats-single-panel__header .ats-section-badge,
body.single-product.atsbrothers-single-product table.shop_attributes th,
body.single-product.atsbrothers-single-product #review_form .comment-reply-title {
	color: #b8872f !important;
}

body.single-product.atsbrothers-single-product .summary.entry-summary .price,
body.single-product.atsbrothers-single-product .summary.entry-summary .price .amount,
body.single-product.atsbrothers-single-product .summary.entry-summary .price ins,
body.single-product.atsbrothers-single-product .summary.entry-summary .price ins .amount,
body.single-product.atsbrothers-single-product .woocommerce-Price-amount {
	color: #b8872f !important;
	opacity: 1 !important;
}

body.single-product.atsbrothers-single-product .summary.entry-summary .price del,
body.single-product.atsbrothers-single-product .summary.entry-summary .price del .amount,
body.single-product.atsbrothers-single-product .summary.entry-summary .price del .woocommerce-Price-amount {
	color: #5f6670 !important;
	opacity: 1 !important;
}

body.single-product.atsbrothers-single-product .quantity .qty,
body.single-product.atsbrothers-single-product form.cart .variations select,
body.single-product.atsbrothers-single-product #review_form input[type="text"],
body.single-product.atsbrothers-single-product #review_form input[type="email"],
body.single-product.atsbrothers-single-product #review_form textarea {
	color: #111111 !important;
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.12);
}

body.single-product.atsbrothers-single-product .quantity .qty {
	min-width: 72px;
	width: 88px;
	height: 48px;
	padding: 0 14px;
	border-radius: 16px;
	text-align: center;
	box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.04);
}

body.single-product.atsbrothers-single-product .quantity .qty:focus {
	border-color: #b8872f;
	outline: none;
	box-shadow: 0 0 0 3px rgba(184, 135, 47, 0.14);
}

body.single-product.atsbrothers-single-product #review_form input::placeholder,
body.single-product.atsbrothers-single-product #review_form textarea::placeholder,
body.single-product.atsbrothers-single-product .quantity .qty::placeholder {
	color: #5f6670;
	opacity: 1;
}

body.single-product.atsbrothers-single-product .ats-trust-item,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel,
body.single-product.atsbrothers-single-product .ats-single-panel {
	background: #ffffff;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs .panel,
body.single-product.atsbrothers-single-product .woocommerce-tabs .panel *,
body.single-product.atsbrothers-single-product .ats-trust-item,
body.single-product.atsbrothers-single-product .ats-trust-item *,
body.single-product.atsbrothers-single-product table.shop_attributes,
body.single-product.atsbrothers-single-product table.shop_attributes * {
	opacity: 1 !important;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs {
	margin-top: 36px;
	color: #111111;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs ul.tabs li {
	background: rgba(247, 244, 237, 0.92);
	border: 1px solid rgba(17, 17, 17, 0.08);
}

body.single-product.atsbrothers-single-product .woocommerce-tabs ul.tabs li a {
	color: #1f2933 !important;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs ul.tabs li.active {
	background: #111111;
	border-color: #111111;
}

body.single-product.atsbrothers-single-product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

body.single-product.atsbrothers-single-product table.shop_attributes th,
body.single-product.atsbrothers-single-product table.shop_attributes td {
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

body.single-product.atsbrothers-single-product table.shop_attributes td,
body.single-product.atsbrothers-single-product table.shop_attributes td p,
body.single-product.atsbrothers-single-product table.shop_attributes td a {
	color: #1f2933 !important;
}

body.single-product.atsbrothers-single-product [style*="color: rgb(255, 255, 255)"],
body.single-product.atsbrothers-single-product [style*="color: rgba(255, 255, 255"] {
	color: #111111 !important;
}

body.single-product.atsbrothers-single-product [style*="opacity: 0.2"],
body.single-product.atsbrothers-single-product [style*="opacity: 0.4"],
body.single-product.atsbrothers-single-product [style*="opacity: 0.6"] {
	opacity: 1 !important;
}

@media (max-width: 1180px) {
	body.single-product.atsbrothers-single-product div.product {
		grid-template-columns: 1fr;
	}

	body.single-product.atsbrothers-single-product div.product .woocommerce-product-gallery {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	body.single-product .ats-shell--product {
		width: min(100% - 24px, 1280px);
	}

	body.single-product .ats-page-content--product {
		padding-top: 24px;
		padding-bottom: 72px;
	}

	body.single-product.atsbrothers-single-product .summary.entry-summary,
	body.single-product.atsbrothers-single-product .woocommerce-tabs .panel,
	body.single-product.atsbrothers-single-product .ats-single-panel,
	body.single-product.atsbrothers-single-product #review_form {
		padding: 22px;
	}

	body.single-product.atsbrothers-single-product .ats-trust-grid {
		grid-template-columns: 1fr;
	}

	body.single-product.atsbrothers-single-product .quantity .qty {
		width: 100%;
	}
}

/* Phase 25: homepage contact and career hub */
body.ats-modal-open,
html.ats-modal-open {
	overflow: hidden;
}

.ats-home-connect {
	padding: 72px 0 0;
}

.ats-home-connect .ats-shell--fluid-grid {
	padding-inline: clamp(16px, 3vw, 56px);
}

.ats-home-connect__panel {
	display: grid;
	gap: 28px;
	padding: clamp(32px, 5vw, 56px);
	border: 1px solid rgba(216, 183, 106, 0.2);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
		linear-gradient(135deg, #0f1726 0%, #111c2d 56%, #182335 100%);
	box-shadow: 0 24px 64px rgba(10, 15, 27, 0.24);
}

.ats-home-connect__heading {
	max-width: 760px;
	text-align: center;
}

.ats-home-connect__heading > * {
	margin-inline: auto;
}

.ats-home-connect__heading .ats-section-badge {
	color: #d8b76a;
}

.ats-home-connect .ats-home-connect__heading h2,
.ats-home-connect .ats-home-connect__heading h2 * {
	color: #ffffff !important;
}

.ats-home-connect .ats-home-connect__heading p,
.ats-home-connect .ats-home-connect__heading p * {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.82) !important;
}

.ats-home-connect__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, 640px);
	margin: 0 auto;
}

.ats-button--connect {
	min-height: 54px;
	padding: 0 24px;
	border-color: rgba(216, 183, 106, 0.42);
	background: #d8b76a;
	color: #0f1726;
	box-shadow: none;
}

.ats-button--connect:hover,
.ats-button--connect:focus {
	border-color: #d8b76a;
	background: #e2c683;
	color: #0f1726;
}

.ats-button--connect-secondary {
	background: transparent;
	color: #f7f4ed;
}

.ats-button--connect-secondary:hover,
.ats-button--connect-secondary:focus {
	background: rgba(216, 183, 106, 0.12);
	color: #ffffff;
}

.ats-connect-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.ats-connect-modal[hidden],
.ats-connect-form__field[hidden] {
	display: none !important;
}

.ats-connect-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 20, 0.72);
	backdrop-filter: blur(12px);
}

.ats-connect-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	max-height: min(90vh, 920px);
	overflow: auto;
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 32px 80px rgba(7, 12, 24, 0.22);
}

.ats-connect-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.ats-connect-modal__eyebrow {
	margin: 0 0 8px;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b8872f;
}

.ats-connect-modal__header h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	line-height: 1.15;
	color: #101828;
}

.ats-connect-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: #101828;
}

.ats-connect-modal__close:hover,
.ats-connect-modal__close:focus {
	border-color: #d8b76a;
	color: #b8872f;
}

.ats-connect-form {
	display: grid;
	gap: 18px;
}

.ats-connect-form__status {
	min-height: 1.5rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #4b5563;
}

.ats-connect-form__status.is-success {
	color: #0f766e;
}

.ats-connect-form__status.is-error {
	color: #b42318;
}

.ats-connect-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ats-connect-form__field {
	display: grid;
	gap: 8px;
}

.ats-connect-form__field label {
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #344054;
}

.ats-connect-form__field input,
.ats-connect-form__field select,
.ats-connect-form__field textarea {
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 16px;
	background: #ffffff;
	color: #101828;
	font-size: 0.98rem;
	line-height: 1.5;
}

.ats-connect-form__field textarea {
	min-height: 168px;
	resize: vertical;
}

.ats-connect-form__field input::placeholder,
.ats-connect-form__field textarea::placeholder {
	color: #667085;
}

.ats-connect-form__field input:focus,
.ats-connect-form__field select:focus,
.ats-connect-form__field textarea:focus {
	border-color: #d8b76a;
	box-shadow: 0 0 0 4px rgba(216, 183, 106, 0.16);
	outline: 0;
}

.ats-connect-form__field [aria-invalid="true"] {
	border-color: #b42318;
	box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.ats-connect-form__field--honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
}

.ats-connect-form__hint {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.6;
	color: #667085;
}

.ats-connect-form__error {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #b42318;
}

.ats-connect-form__actions {
	display: flex;
	justify-content: flex-start;
}

.ats-connect-form button[type="submit"][disabled] {
	opacity: 0.7;
	cursor: wait;
}

@media (max-width: 767px) {
	.ats-home-connect {
		padding-top: 56px;
	}

	.ats-home-connect__actions,
	.ats-connect-form__grid {
		grid-template-columns: 1fr;
	}

	.ats-home-connect__actions .ats-button,
	.ats-connect-form__actions .ats-button {
		width: 100%;
	}

	.ats-connect-modal {
		padding: 12px;
	}

	.ats-connect-modal__dialog {
		padding: 22px 18px;
		border-radius: 22px;
	}
}
