:root {
	--smart-hair-ink: #0a0a0a;
	--smart-hair-ink-soft: #161616;
	--smart-hair-paper: #f5efe6;
	--smart-hair-white: #ffffff;
	--smart-hair-gold: #d4af37;
	--smart-hair-gold-soft: rgba(212, 175, 55, 0.18);
	--smart-hair-border: rgba(255, 255, 255, 0.1);
	--smart-hair-border-dark: rgba(10, 10, 10, 0.08);
	--smart-hair-text: rgba(255, 255, 255, 0.72);
	--smart-hair-text-dark: rgba(10, 10, 10, 0.72);
	--smart-hair-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
	--smart-hair-serif: "Playfair Display", serif;
	--smart-hair-sans: "Inter", sans-serif;
	--smart-hair-mono: "JetBrains Mono", monospace;
	--smart-hair-type-eyebrow: 0.625rem;
	--smart-hair-type-button: 0.625rem;
	--smart-hair-type-link: 0.75rem;
	--smart-hair-type-body-lg: 1.3125rem;
	--smart-hair-type-body-md: 1.1875rem;
	--smart-hair-type-title-md: clamp(2.625rem, 4.4vw, 4.125rem);
	--smart-hair-type-title-lg: clamp(3.5rem, 5.4vw, 5rem);
	--smart-hair-type-logo-title: 2rem;
	--smart-hair-type-logo-subtitle: 0.625rem;
	--smart-hair-type-nav-link: 0.68rem;
}

html {
	scroll-behavior: smooth;
}

body.smart-hair-theme {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 28%),
		linear-gradient(180deg, #090909 0%, #101010 35%, #0a0a0a 100%);
	color: var(--smart-hair-white);
	font-family: var(--smart-hair-sans);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.smart-hair-theme.is-loaded .reveal,
body.smart-hair-theme.is-loaded [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

.smart-hair-shell {
	min-height: 100vh;
	overflow-x: clip;
}

.container {
	width: min(1180px, calc(100vw - 2rem));
	margin-inline: auto;
}

.site-main {
	padding-top: 5.75rem;
}

.smart-hair-editor-page > * {
	margin-block: 0;
}

.smart-hair-editor-page .wp-block-html {
	margin: 0;
}

.smart-hair-editor-page p:empty {
	display: none;
}

.page-section {
	padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.section--dark {
	background: rgba(255, 255, 255, 0.01);
}

.eyebrow {
	margin: 0 0 1rem;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-eyebrow);
	font-weight: 700;
	letter-spacing: 0.45em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.eyebrow--gold {
	color: var(--smart-hair-gold);
}

.section-title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: var(--smart-hair-type-title-lg);
	line-height: 1.02;
	font-style: normal;
	letter-spacing: -0.04em;
}

.section-lead {
	margin: 1.5rem 0 0;
	max-width: 44rem;
	font-size: var(--smart-hair-type-body-lg);
	line-height: 1.68;
	color: var(--smart-hair-text);
}

.section-lead--small {
	max-width: 36rem;
	font-size: var(--smart-hair-type-body-md);
}

.button,
.text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	transition: transform 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

.button {
	min-height: 2.85rem;
	padding: 0 1.35rem;
	border-radius: 0.42rem;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-button);
	letter-spacing: 0.25em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.button:hover,
.text-link:hover,
.site-nav__link:hover,
.footer-links a:hover {
	transform: translateY(-1px);
}

.button--gold {
	background: var(--smart-hair-gold) !important;
	color: #111 !important;
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.18);
}

.button--gold:hover {
	background: #e3bf52 !important;
	color: #111 !important;
}

.site-header .site-nav__cta.button.button--gold {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0 2.2rem;
	border-radius: 0.42rem;
	background: var(--smart-hair-gold);
	color: #111;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-button);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	border: 1px solid transparent;
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.2);
}

.site-header .site-nav__cta.button.button--gold:hover,
.site-header .site-nav__cta.button.button--gold:focus-visible {
	background: #e3bf52;
	color: #111;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(212, 175, 55, 0.28);
}

.button--light {
	background: var(--smart-hair-white);
	color: #111;
}

.button--dark {
	background: #111;
	color: var(--smart-hair-white);
	border-color: #111;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--smart-hair-white);
	background: rgba(255, 255, 255, 0.02);
}

.text-link {
	margin-top: 1.5rem;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-link);
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--smart-hair-gold);
	font-weight: 600;
	position: relative;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid currentColor;
	cursor: pointer;
}

.text-link--dark {
	color: #111;
	border-bottom-color: rgba(17, 17, 17, 0.78);
}

.text-link--light {
	color: var(--smart-hair-white);
	border-bottom-color: rgba(255, 255, 255, 0.4);
}

.text-link span[aria-hidden="true"] {
	display: inline-block;
	transition: transform 220ms ease, opacity 220ms ease;
}

.text-link:hover,
.text-link:focus-visible {
	transform: translateY(-2px);
	letter-spacing: 0.32em;
	border-bottom-color: currentColor;
}

.text-link:hover span[aria-hidden="true"],
.text-link:focus-visible span[aria-hidden="true"] {
	transform: translateX(0.32rem);
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(10, 10, 10, 0.78);
	backdrop-filter: blur(16px);
	transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
	background: rgba(10, 10, 10, 0.88);
	backdrop-filter: blur(18px);
	border-bottom-color: rgba(255, 255, 255, 0.06);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
	min-height: 5.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.site-brand {
	display: inline-flex;
	flex-direction: column;
	gap: 0.12rem;
}

.site-brand__title,
.site-brand__subtitle {
	transition: color 220ms ease, opacity 220ms ease;
}

.site-brand__logo-image .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-brand__logo-image .custom-logo {
	max-height: 2.35rem;
	width: auto;
}

.site-brand__title {
	font-family: var(--smart-hair-serif);
	font-size: var(--smart-hair-type-logo-title);
	font-weight: 700;
	font-style: italic;
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.site-brand__subtitle {
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-logo-subtitle);
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.site-brand:hover .site-brand__title,
.site-brand:focus-visible .site-brand__title {
	color: var(--smart-hair-gold);
}

.site-brand:hover .site-brand__subtitle,
.site-brand:focus-visible .site-brand__subtitle {
	color: rgba(212, 175, 55, 0.72);
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__item {
	position: relative;
}

.site-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-nav-link);
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
	transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
	will-change: transform;
}

.site-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.55rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.95) 25%, rgba(212, 175, 55, 0.95) 75%, rgba(212, 175, 55, 0));
	transform: scaleX(0.16);
	transform-origin: center;
	opacity: 0;
	transition: transform 220ms ease, opacity 220ms ease;
}

.site-nav__link.is-active {
	color: var(--smart-hair-gold);
}

.site-nav__link.is-active::after {
	transform: scaleX(1);
	opacity: 1;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
	color: rgba(255, 255, 255, 0.98);
	transform: translateY(-1px);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after {
	transform: scaleX(1);
	opacity: 1;
}

.site-nav__cta.button {
	transition: transform 180ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.site-header__toggle {
	display: none;
	align-items: center;
	gap: 0.8rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--smart-hair-white);
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-nav-link);
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.site-header__toggle-icon {
	position: relative;
	width: 1.4rem;
	height: 1px;
	background: currentColor;
}

.site-header__toggle-icon::before,
.site-header__toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
}

.site-header__toggle-icon::before {
	top: -0.42rem;
}

.site-header__toggle-icon::after {
	top: 0.42rem;
}

.site-mobile-menu {
	position: fixed;
	inset: 5.75rem 0 0;
	z-index: 60;
	background: rgba(10, 10, 10, 0.72);
	backdrop-filter: blur(10px);
	padding: 0.9rem;
}

.site-mobile-menu__panel {
	height: auto;
	max-height: calc(100vh - 7rem);
	overflow: hidden;
	border: 1px solid rgba(10, 10, 10, 0.08);
	border-radius: 1.5rem 1.5rem 1.75rem 1.75rem;
	padding: 1.1rem 1.2rem 0.95rem;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	background: #f2efe9;
	color: #111;
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
	isolation: isolate;
}

.site-mobile-menu__head {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.8rem 1rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
}

.site-mobile-menu__list {
	list-style: none;
	margin: 0.2rem 0 0;
	padding: 0;
	display: grid;
	gap: 0;
	flex: 1 1 auto;
	overflow-y: auto;
	padding-bottom: 0.55rem;
}

.site-mobile-menu__list a {
	display: block;
	padding: 1.08rem 0.1rem;
	font-family: var(--smart-hair-mono);
	font-size: 1.2rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(10, 10, 10, 0.08);
	color: rgba(10, 10, 10, 0.92);
}

.site-mobile-menu__list li:last-child a {
	border-bottom: 0;
}

.site-mobile-menu .eyebrow {
	font-size: 0.78rem;
	letter-spacing: 0.32em;
	color: rgba(10, 10, 10, 0.58);
	margin: 0;
}

body.smart-hair-theme .woocommerce-store-notice,
body.smart-hair-theme p.demo_store {
	display: none !important;
}

.hero__grid,
.banner__grid,
.brand-story,
.cta-strip__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
}

.hero__grid {
	min-height: calc(100vh - 5.75rem);
	grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.98fr);
	align-items: end;
	padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero--immersive {
	min-height: calc(95vh - 0rem);
	padding: 0;
	background: #000;
}

.hero--immersive .container {
	width: min(1300px, calc(100vw - 2rem));
}

.hero__backdrop,
.hero__overlay {
	position: absolute;
	inset: 0;
}

.hero__backdrop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.hero__overlay {
	background: linear-gradient(180deg, var(--smart-hair-hero-overlay-top, rgba(0, 0, 0, 0.78)) 0%, var(--smart-hair-hero-overlay-middle, rgba(0, 0, 0, 0.42)) 38%, var(--smart-hair-hero-overlay-bottom, rgba(10, 10, 10, 0.9)) 100%);
}

.hero--immersive .hero__grid {
	position: relative;
	z-index: 1;
	min-height: 95vh;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
	padding-block: 10rem 4rem;
}

.eyebrow--hero {
	position: relative;
	display: inline-block;
	padding-left: 1.3rem;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.eyebrow--hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 1.2rem;
	background: var(--smart-hair-gold);
	transform: translateY(-50%);
}

.hero__stack {
	position: relative;
	max-width: 54rem;
}

.hero__title-main {
	font-size: clamp(5rem, 10vw, 10.5rem);
	line-height: 0.8;
	letter-spacing: -0.08em;
	font-style: normal;
}

.hero__title-outline {
	margin-top: -0.35em;
	font-size: clamp(4.8rem, 9.5vw, 9.2rem);
	line-height: 0.8;
	letter-spacing: -0.08em;
	font-style: italic;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.32);
}

.hero--immersive .hero__lead {
	max-width: 32rem;
	font-size: clamp(1.2rem, 1.5vw, 1.45rem);
	color: rgba(255, 255, 255, 0.82);
	margin-top: 1.5rem;
}

.hero__scroll {
	position: absolute;
	right: 0;
	bottom: 4rem;
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
}

.hero__scroll-ring {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
	font-size: 1.6rem;
	color: var(--smart-hair-gold);
}

.hero__scroll-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-hero-scroll);
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.hero__scroll-copy span {
	color: rgba(255, 255, 255, 0.56);
}

.hero__scroll-copy strong {
	color: var(--smart-hair-white);
	font-weight: 700;
}

.hero__vertical {
	position: absolute;
	left: 2.2rem;
	bottom: 2.5rem;
	z-index: 1;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--smart-hair-mono);
	font-size: 0.6rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.36);
}

.back-to-hero {
	position: fixed;
	right: 1.35rem;
	bottom: 1.35rem;
	z-index: 70;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.35rem;
	height: 3.35rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(10, 10, 10, 0.78);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.back-to-hero.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-hero:hover,
.back-to-hero:focus-visible {
	background: rgba(20, 20, 20, 0.92);
	border-color: rgba(212, 175, 55, 0.34);
}

.back-to-hero span {
	font-size: 1.2rem;
	line-height: 1;
}

@media (max-width: 820px) {
	.back-to-hero {
		right: 1rem;
		bottom: 4.75rem;
		width: 3rem;
		height: 3rem;
	}
}

.hero__content {
	position: relative;
	z-index: 2;
	max-width: 40rem;
}

.hero__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(4rem, 10vw, 9rem);
	line-height: 0.82;
	letter-spacing: -0.08em;
	font-style: italic;
	color: var(--smart-hair-white);
}

.hero__title span {
	display: block;
}

.hero__lead {
	margin: 1.35rem 0 0;
	max-width: 40rem;
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
	line-height: 1.8;
	color: var(--smart-hair-text);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.2rem;
	max-width: 38rem;
}

.hero__stats div,
.service-card,
.testimonial-card,
.collection-card,
.banner__image,
.brand-story__image,
.hero__card {
	position: relative;
	overflow: hidden;
}

.hero__stats div {
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero__stats strong {
	display: block;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
}

.hero__stats span {
	display: block;
	margin-top: 0.35rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
}

.hero__media {
	display: grid;
	gap: 1rem;
	align-items: start;
	padding-top: clamp(1rem, 2vw, 2.5rem);
}

.hero__card {
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--smart-hair-shadow);
}

.hero__card--primary {
	transform: translateY(0.75rem);
}

.hero__card--secondary {
	margin-left: 25%;
	width: 58%;
	transform: translateY(-2rem);
}

.hero__card img,
.banner__image img,
.brand-story__image img,
.collection-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.hero__card--primary img {
	min-height: 38rem;
}

.hero__card--secondary img {
	min-height: 21rem;
}

.banner--paper {
	background: var(--smart-hair-paper);
	color: var(--smart-hair-ink);
}

.section-title {
	color: var(--smart-hair-white);
}

.banner--paper .eyebrow,
.banner--paper .section-lead {
	color: rgba(10, 10, 10, 0.68);
}

.banner--paper .text-link,
.banner--paper .eyebrow--gold {
	color: var(--smart-hair-gold);
}

.banner--paper .section-title,
.banner--paper .page-shell__lead,
.banner--paper .cta-strip__content,
.banner--paper .cta-strip__content .section-title {
	color: var(--smart-hair-ink);
}

.page-id-9095 .banner--paper .page-shell__intro .section-title,
.page-id-9095 .banner--paper .page-shell__intro .page-shell__lead,
.page-id-9095 .banner--paper .page-shell__intro .eyebrow,
.page-id-9095 .banner--paper .value-card,
.page-id-9095 .banner--paper .value-card h3,
.page-id-9095 .banner--paper .value-card p,
.page-id-9095 .banner--paper .content-card.service-card--light,
.page-id-9095 .banner--paper .content-card.service-card--light .section-title,
.page-id-9095 .banner--paper .content-card.service-card--light .page-shell__lead,
.page-id-9095 .banner--paper .content-card.service-card--light li,
.page-id-9095 .banner--paper .content-card.service-card--light .eyebrow {
	color: var(--smart-hair-ink);
}

.page-id-9095 .banner--paper .value-card p,
.page-id-9095 .banner--paper .content-card.service-card--light .page-shell__lead,
.page-id-9095 .banner--paper .content-card.service-card--light li {
	color: rgba(10, 10, 10, 0.78);
}

.page-id-9095 .banner--paper .value-card,
.page-id-9095 .banner--paper .content-card.service-card--light {
	border-color: rgba(10, 10, 10, 0.12);
	background: rgba(255, 255, 255, 0.72);
}

.page-id-15115 .contact-page-hero {
	width: 100%;
	max-width: 100%;
}

.page-id-15115 .page-section,
.page-id-15115 .page-section * {
	box-sizing: border-box;
}

.page-id-15115 .page-section {
	overflow-x: clip;
}

.page-id-15115 .site-main {
	padding-top: clamp(4rem, 5vw, 4.5rem);
}

.page-id-15115 .site-main > .page-section > .container,
.page-id-9095 .site-main > .page-section > .container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.page-id-15115 .page-hero {
	padding-top: clamp(1.2rem, 2vw, 1.75rem);
	padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.page-id-15115 .site-main > .page-section > .container > .content-card.post-15115 {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

.page-id-15115 .site-main > .page-section > .container > .content-card.post-15115 > .section-title {
	display: none;
}

.page-id-15115 .site-main > .page-section > .container > .content-card.post-15115 > .entry-content {
	margin: 0;
}

.page-id-15115 .site-main > .page-section > .container > .content-card.post-15115 > .entry-content > .page-section,
.page-id-9095 .site-main > .page-section > .container > .content-card.post-9095 > .entry-content > .page-section {
	width: 100%;
	margin: 0;
}

.page-id-15115 .page-section > .container,
.page-id-15115 .banner--paper > .container {
	width: min(1180px, calc(100vw - 3rem));
	max-width: 100%;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	margin: 0 auto;
}

.page-id-15115 .contact-page-hero,
.page-id-15115 .contact-page-map-stack,
.page-id-15115 .contact-page-final-card,
.page-id-15115 .contact-page-quick-section .page-shell__intro,
.page-id-15115 .contact-page-quick-section .contact-quick-grid {
	width: 100%;
	max-width: 100%;
}

.page-id-15115 .contact-page-hero,
.page-id-15115 .contact-page-final-card,
.page-id-15115 .contact-page-map-stack > .content-card:not(.contact-page-map-card),
.page-id-9095 .about-us-hero__copy,
.page-id-9095 .section--dark > .container.content-card,
.page-id-9095 .about-us-location-stack > .content-card:not(.about-us-map-card) {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.page-id-15115 .contact-page-quick-section {
	padding-top: clamp(2.4rem, 4vw, 3.5rem);
	padding-bottom: clamp(2.6rem, 4.2vw, 3.75rem);
}

.page-id-15115 .contact-page-quick-section .page-shell__intro {
	margin-bottom: 1.4rem;
}

.page-id-15115 .contact-quick-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
}

.page-id-15115 .banner--paper .contact-card,
.page-id-15115 .banner--paper .contact-card h2,
.page-id-15115 .banner--paper .contact-card h3,
.page-id-15115 .banner--paper .contact-card p,
.page-id-15115 .banner--paper .contact-card li,
.page-id-15115 .banner--paper .contact-card a:not(.button),
.page-id-15115 .banner--paper .page-shell__intro .section-title {
	color: var(--smart-hair-ink);
}

.page-id-15115 .banner--paper .contact-card p,
.page-id-15115 .banner--paper .contact-card li,
.page-id-15115 .banner--paper .contact-card a:not(.button) {
	color: rgba(10, 10, 10, 0.78);
}

.page-id-15115 .banner--paper .contact-card {
	border-color: rgba(10, 10, 10, 0.12);
	background: rgba(255, 255, 255, 0.72);
}

.page-id-15115 .contact-quick-grid .contact-card,
.page-id-15115 .contact-page-final-card .hero__actions {
	height: 100%;
}

.page-id-15115 .contact-quick-grid > * {
	min-width: 0;
	max-width: 100%;
}

.page-id-15115 .contact-quick-grid .contact-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.page-id-15115 .contact-quick-grid .hero__actions {
	margin-top: auto;
	padding-top: 1.25rem;
}

.page-id-15115 .contact-page-map-stack {
	display: grid;
	gap: 1rem;
}

.page-id-15115 .contact-page-map-section {
	padding-top: clamp(2.8rem, 4.4vw, 4rem);
	padding-bottom: clamp(2.4rem, 3.8vw, 3.25rem);
}

.page-id-15115 .contact-page-map-card {
	padding: 1rem;
	overflow: hidden;
	min-height: 360px;
}

.page-id-15115 .contact-page-map-source {
	display: none;
}

.page-id-15115 .contact-page-map-card iframe {
	display: block;
	width: 100%;
	height: 360px;
	min-height: 0;
	border: 0;
	border-radius: 1rem;
}

.page-id-15115 .contact-page-final-card .hero__actions {
	justify-content: flex-start;
}

.page-id-15115 .contact-page-final-section {
	padding-top: clamp(2.5rem, 4vw, 3.5rem);
	padding-bottom: clamp(2rem, 3.2vw, 2.75rem);
}

.page-id-9095 .about-us-hero__intro {
	margin-bottom: 1.5rem;
	max-width: 56rem;
}

.page-id-9095 .site-main > .page-section > .container > .content-card.post-9095 {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

.page-id-9095 .site-main > .page-section > .container > .content-card.post-9095 > .section-title {
	display: none;
}

.page-id-9095 .site-main > .page-section > .container > .content-card.post-9095 > .entry-content {
	margin: 0;
}

.page-id-9095 .about-us-hero__grid {
	align-items: stretch;
}

.page-id-9095 .about-us-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.page-id-9095 .about-us-hero__copy .page-shell__lead {
	max-width: 42rem;
}

.page-id-9095 .about-us-hero__grid .page-hero__media,
.page-id-9095 .about-us-location-grid > * {
	min-width: 0;
}

.page-id-9095 .banner--paper .two-up {
	align-items: stretch;
}

.page-id-9095 .banner--paper .two-up > * {
	min-width: 0;
	max-width: 100%;
}

.page-id-9095 .about-us-service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page-id-9095 .about-us-service-card .wp-block-list {
	margin-bottom: 0;
}

.page-id-9095 .about-us-service-card .hero__actions {
	margin-top: auto;
	padding-top: 1.5rem;
}

.page-id-9095 .about-us-location-stack {
	display: grid;
	gap: 1rem;
}

.page-id-9095 .about-us-final-section {
	padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.page-id-9095 .about-us-visit-copy .hero__actions {
	flex-wrap: nowrap;
	align-items: center;
}

.page-id-9095 .about-us-map-card {
	padding: 1rem;
	overflow: hidden;
}

.page-id-9095 .about-us-map-card iframe {
	display: block;
	width: 100%;
	min-height: 340px;
	border: 0;
	border-radius: 1rem;
}

.page-id-9095 .page-section,
.page-id-9095 .page-section * {
	box-sizing: border-box;
}

.page-id-9095 .page-section {
	overflow-x: clip;
}

.page-id-9095 .page-section > .container,
.page-id-9095 .banner--paper > .container {
	width: min(1180px, calc(100vw - 3rem));
	max-width: 100%;
	padding-inline: clamp(1rem, 2vw, 1.5rem);
	margin: 0 auto;
}

.page-id-9095 .four-up {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	max-width: 100%;
}

.page-id-9095 .banner--paper .two-up,
.page-id-9095 .four-up {
	align-items: stretch;
}

.page-id-9095 .banner--paper .two-up > *,
.page-id-9095 .four-up > * {
	min-width: 0;
	max-width: 100%;
}

.page-id-9095 .banner--paper .value-card,
.page-id-9095 .banner--paper .content-card.service-card--light {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 980px) {
	.page-id-9095 .four-up {
		grid-template-columns: 1fr;
	}

	.page-id-9095 .about-us-visit-copy .hero__actions {
		flex-wrap: wrap;
	}

	.page-id-9095 .about-us-map-card iframe {
		min-height: 280px;
	}

	.page-id-15115 .contact-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-id-15115 .contact-page-map-card iframe {
		height: 300px;
		min-height: 0;
	}

	.page-id-15115 .contact-page-map-card {
		min-height: 300px;
	}
}

@media (max-width: 640px) {
	.page-id-15115 .site-main {
		padding-top: 3.6rem;
	}

	.page-id-15115 .page-hero,
	.page-id-9095 .page-hero {
		padding-top: 0.9rem;
		padding-bottom: 2rem;
	}

	.page-id-15115 .contact-quick-grid {
		grid-template-columns: 1fr;
	}

	.page-id-15115 .contact-page-map-card iframe {
		height: 280px;
		min-height: 0;
	}

	.page-id-15115 .contact-page-map-card {
		min-height: 280px;
	}

	.page-id-15115 .page-section > .container,
	.page-id-15115 .banner--paper > .container,
	.page-id-9095 .page-section > .container,
	.page-id-9095 .banner--paper > .container {
		width: min(100vw - 2.5rem, 1180px);
	}

	.page-id-9095 .banner--paper {
		margin-inline: calc(50% - 50vw);
		padding-inline: 0;
	}

	.page-id-9095 .banner--paper > .container {
		width: min(1180px, 100%);
		padding-inline: 1.25rem;
	}

	.page-id-15115 .contact-page-quick-section > .container {
		padding-inline: 1.25rem;
	}

	.page-id-15115 .contact-page-quick-section {
		margin-inline: calc(50% - 50vw);
		padding-inline: 0;
	}

	.page-id-15115 .contact-page-quick-section .contact-card,
	.page-id-9095 .banner--paper .value-card,
	.page-id-9095 .banner--paper .content-card.service-card--light {
		padding: 1.2rem;
		border-radius: 1rem;
	}

	.page-id-9095 .page-hero .section-title {
		font-size: clamp(2.35rem, 10vw, 2.9rem);
	}

	.page-id-9095 .section--dark .section-title,
	.page-id-9095 .banner--paper .section-title {
		font-size: clamp(2.05rem, 8.5vw, 2.7rem);
	}

	.page-id-9095 .banner--paper .value-card h3,
	.page-id-9095 .banner--paper .content-card.service-card--light h3 {
		font-size: clamp(1.45rem, 6.5vw, 1.8rem);
	}

	.page-id-9095 .about-us-visit-copy .hero__actions {
		align-items: stretch;
	}
}

.section-title--paper {
	color: var(--smart-hair-ink);
	font-style: normal;
	line-height: 1.04;
}

.section-title__italic {
	font-style: italic;
}

.banner__image {
	border-radius: 0.2rem;
	box-shadow: var(--smart-hair-shadow);
}

.banner__image--portrait img {
	aspect-ratio: 3 / 4;
}

.banner--glass {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
		rgba(255, 255, 255, 0.02);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.section-heading--tight {
	align-items: start;
}

.section-index {
	font-family: var(--smart-hair-serif);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	color: rgba(255, 255, 255, 0.18);
	line-height: 1;
	letter-spacing: -0.04em;
}

.collections-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 1rem;
	min-height: 34rem;
}

.collection-card {
	--smart-hover-shift-x: 0px;
	--smart-hover-shift-y: 0px;
	--smart-hover-lift: 0px;
	--smart-scroll-card-scale: 1;
	border-radius: 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 22rem;
	box-shadow: var(--smart-hair-shadow);
	transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
	transform: translate3d(var(--smart-hover-shift-x), calc(var(--smart-hover-lift) + var(--smart-hover-shift-y)), 0) scale(var(--smart-scroll-card-scale, 1));
	transform-origin: center center;
}

.collection-card::before,
.banner__image::after,
.brand-story__frame::after {
	content: "";
	position: absolute;
	inset: -8% -42%;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	transition: opacity 320ms ease, transform 420ms ease;
}

.collection-card::before {
	z-index: 1;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.28) 34%, rgba(255, 255, 255, 0.4) 39%, rgba(255, 255, 255, 0.18) 47%, rgba(255, 255, 255, 0.04) 55%, rgba(255, 255, 255, 0) 64%),
		radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12), transparent 38%);
	transform: translateX(-34%);
	filter: saturate(1.02) brightness(1.06);
}

@keyframes smart-hair-mobile-sheen {
	0% {
		opacity: 0;
		transform: translateX(-46%);
	}

	8% {
		opacity: 0.8;
	}

	36% {
		opacity: 1;
		transform: translateX(10%);
	}

	100% {
		opacity: 0;
		transform: translateX(32%);
	}
}

.collection-card:first-child {
	grid-row: span 2;
	min-height: 34rem;
}

.collection-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.78));
	transition: opacity 280ms ease, background 280ms ease;
	z-index: 1;
}

.collection-card__content {
	position: absolute;
	inset: auto 1.25rem 1.25rem;
	z-index: 2;
}

.collection-card__content p {
	margin: 0 0 0.5rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--smart-hair-gold);
}

.collection-card__content h3 {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: 2.2rem;
	font-style: italic;
	line-height: 1;
}

.collection-card__content span {
	display: block;
	margin-top: 1rem;
	width: 3rem;
	height: 1px;
	background: var(--smart-hair-gold);
	transition: width 220ms ease;
}

.collection-card img,
.banner__image img,
.brand-story__image img {
	transition: transform 420ms ease, filter 320ms ease;
	transform-origin: center center;
}

.banner__image,
.brand-story__image,
.brand-story__frame {
	--smart-hover-shift-x: 0px;
	--smart-hover-shift-y: 0px;
	--smart-hover-lift: 0px;
	--smart-scroll-card-scale: 1;
	transition: transform 280ms ease, box-shadow 280ms ease;
	transform: translate3d(var(--smart-hover-shift-x), calc(var(--smart-hover-lift) + var(--smart-hover-shift-y)), 0) scale(var(--smart-scroll-card-scale, 1));
	transform-origin: center center;
	line-height: 0;
	background: transparent;
}

.banner__image::after,
.brand-story__frame::after {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 34%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 62%),
		radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.12), transparent 38%);
	transform: translateX(-48%);
}

.collection-card:hover .collection-card__content span {
	width: 100%;
}

@media (hover: hover) {
	.collection-card:hover {
		--smart-hover-lift: -6px;
		box-shadow: 0 34px 72px rgba(0, 0, 0, 0.38);
		border-color: rgba(212, 175, 55, 0.42);
	}

	.collection-card:hover img {
		transform: scale(1.06);
		filter: saturate(1.08) contrast(1.04) brightness(1.03);
	}

	.collection-card:hover .collection-card__overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.62));
	}

	.collection-card:hover::before {
		opacity: 0.78;
		transform: translateX(-1%);
	}

	.banner__image:hover,
	.brand-story__frame:hover {
		--smart-hover-lift: -4px;
		box-shadow: 0 36px 76px rgba(0, 0, 0, 0.32);
	}

	.banner__image:hover img,
	.brand-story__frame:hover img {
		transform: scale(1.045);
		filter: saturate(1.08) contrast(1.03) brightness(1.02);
	}

	.banner__image:hover::after,
	.brand-story__frame:hover::after {
		opacity: 0.72;
		transform: translateX(8%);
	}
}

.brand-story {
	grid-template-columns: 1.1fr 0.9fr;
}

.brand-story__content {
	position: relative;
}

.brand-story__ghost {
	position: absolute;
	right: -0.1em;
	top: -0.45em;
	font-family: var(--smart-hair-serif);
	font-size: clamp(7rem, 16vw, 14rem);
	font-weight: 700;
	line-height: 0.8;
	color: rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.brand-story__display {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(3.3rem, 6vw, 5.6rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.brand-story__display-accent {
	display: block;
	margin-top: 0.18em;
	font-style: italic;
	color: var(--smart-hair-gold);
}

.brand-story__image {
	overflow: visible;
}

.brand-story__frame {
	border-radius: 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--smart-hair-shadow);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.brand-story__badge {
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	background: var(--smart-hair-gold);
	color: #121212;
	text-align: center;
	box-shadow: var(--smart-hair-shadow);
}

.brand-story__badge span {
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.brand-story__badge strong {
	font-family: var(--smart-hair-serif);
	font-size: 2.4rem;
	font-style: italic;
	line-height: 1;
}

.brand-story__quote {
	margin: 1.6rem 0 0;
	padding-left: 1.2rem;
	border-left: 2px solid var(--smart-hair-gold);
	font-size: 1.05rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.54);
	font-style: italic;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.services-grid__index {
	font-family: var(--smart-hair-mono);
	font-size: 0.85rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.32);
}

.service-card {
	padding: 1.5rem;
	min-height: 17rem;
	border-radius: 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.02);
	transition: transform 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.service-card--link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.service-card:hover {
	background: rgba(255, 255, 255, 0.08);
	color: var(--smart-hair-white);
	transform: translateY(-4px);
	border-color: rgba(212, 175, 55, 0.28);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.service-card__meta {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
	color: inherit;
}

.service-card__meta span {
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	opacity: 0.48;
}

.service-card__meta svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.service-card h3 {
	margin: 0 0 0.85rem;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
}

.service-card p {
	margin: 0;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.58);
}

.service-card:hover p,
.service-card:hover .service-card__meta span {
	color: rgba(255, 255, 255, 0.74);
}

.service-card:hover h3,
.service-card:hover .service-card__meta svg {
	color: var(--smart-hair-white);
}

.content-card .section-title,
.value-card .section-title,
.contact-card .section-title,
.page-shell__intro .section-title,
.page-hero .section-title,
.section--dark .section-title,
.cta-strip .section-title,
.site-footer .section-title,
.site-footer__title,
.pricing-card__head h3,
.content-card h3,
.value-card h3,
.contact-card h3 {
	color: var(--smart-hair-white);
}

.content-card,
.pricing-card,
.value-card,
.contact-card {
	color: var(--smart-hair-white);
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.testimonial-card {
	padding: 2rem;
	border-radius: 0.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.testimonial-card__text {
	margin: 0 0 1.6rem;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.7rem, 2.8vw, 2.5rem);
	font-style: italic;
	line-height: 1.22;
}

.cta-strip .button--cta {
	min-width: 24rem;
	max-width: 100%;
	border-radius: 0;
}

.testimonial-card__meta span {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.testimonial-card__meta small {
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.cta-strip {
	background: #070707;
	overflow: hidden;
}

.cta-strip__inner {
	position: relative;
	padding: clamp(2rem, 6vw, 7rem) 0;
	display: block;
}

.cta-strip__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.2;
}

.cta-strip__background::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.1) 0%, rgba(7, 7, 7, 0.62) 40%, rgba(7, 7, 7, 0.86) 100%);
}

.cta-strip__background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.02);
}

.cta-strip__ghost {
	position: absolute;
	top: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 100vw;
	padding-left: max(1.5rem, calc((100vw - min(1280px, calc(100vw - 3rem))) / 2));
	text-align: left;
	font-family: var(--smart-hair-serif);
	font-size: clamp(3.6rem, 16vw, 11.5rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.08em;
	color: rgba(255, 255, 255, 0.02);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	margin-inline: 0;
}

.cta-strip__content {
	position: relative;
	z-index: 1;
	max-width: 58rem;
	margin-inline: auto;
	text-align: center;
}

.cta-strip__headline {
	margin: 0 0 2.5rem;
	font-family: var(--smart-hair-serif);
	font-size: var(--smart-hair-type-cta-headline);
	line-height: 0.92;
	font-style: italic;
	font-weight: 400;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.42);
}

.cta-strip .button--cta:hover,
.cta-strip .button--cta:focus-visible {
	background: var(--smart-hair-gold);
	color: #111;
	box-shadow: 0 18px 38px rgba(212, 175, 55, 0.22);
}

.site-footer {
	padding: clamp(5rem, 8vw, 7rem) 0 1.8rem;
	background: #060606;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 0.8fr;
	gap: 4rem;
	padding-bottom: 3rem;
}

.site-footer__logo {
	display: inline-block;
	font-family: var(--smart-hair-serif);
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.06em;
	color: var(--smart-hair-white);
}

.site-footer__text,
.footer-address,
.footer-hours,
.footer-links a {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.8;
}

.site-footer__text {
	max-width: 24rem;
	font-size: 1.1rem;
}

.site-footer__socials {
	margin-top: 2rem;
}

.site-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--smart-hair-white);
	transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.site-footer__social svg,
.footer-detail__icon svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.site-footer__social:hover {
	background: var(--smart-hair-white);
	color: #111;
	transform: translateY(-1px);
}

.footer-label {
	margin: 0 0 1rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.38);
}

.footer-address {
	font-style: normal;
	margin: 0;
}

.site-footer__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.36);
}

.footer-detail {
	display: flex;
	align-items: start;
	gap: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.footer-detail__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.76);
	margin-top: 0.15rem;
}

.footer-hours p {
	margin: 0;
}

.footer-hours__muted {
	margin-top: 0.7rem !important;
	color: rgba(255, 255, 255, 0.35);
	font-style: italic;
	font-size: 0.96rem;
}

.site-footer__bar-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
}

.site-footer__bar-links a {
	color: inherit;
}

.page-shell {
	padding: 6rem 0 3rem;
}

.page-shell__intro {
	max-width: 56rem;
}

.page-shell__lead {
	margin: 1.5rem 0 0;
	font-size: clamp(1.05rem, 1.4vw, 1.3rem);
	line-height: 1.8;
	color: var(--smart-hair-text);
}

.service-section--light .eyebrow,
.service-section--light .section-title,
.service-section--light .page-shell__lead,
.service-section--light .value-card h3,
.service-section--light .value-card p,
.service-section--light .comparison-card h3,
.service-section--light .comparison-card__meta,
.service-section--light .comparison-card p:not(.comparison-card__meta),
.service-section--light .faq-item summary,
.service-section--light .faq-item p,
.service-section--light .faq-item p strong,
.service-section--light .faq-item p a,
.service-section--light .related-card__label {
	color: var(--smart-hair-ink) !important;
}

.service-section--light .service-card--light {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(10, 10, 10, 0.09);
	color: var(--smart-hair-ink);
}

.service-section--light .comparison-card {
	gap: 0.95rem;
}

.service-section--compare {
	padding-top: clamp(4.5rem, 8vw, 7.75rem);
}

.service-section--compare .page-shell__intro {
	padding-top: 0.15rem;
}

.service-section--light .comparison-grid {
	align-items: stretch;
}

.service-section--light .comparison-card {
	height: 100%;
}

.service-section--light .comparison-card__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.service-section--light .service-subcard {
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(245, 239, 230, 0.68);
}

.service-section--light .comparison-card__meta {
	margin-bottom: 0.45rem;
	letter-spacing: 0.22em;
}

.service-section--light .service-subcard p:not(.comparison-card__meta) {
	margin: 0;
	line-height: 1.65;
}

.related-card {
	display: flex !important;
	flex-direction: column;
	gap: 0.85rem;
	min-height: 100%;
}

.related-card h3 {
	margin: 0;
}

.related-card p {
	margin: 0;
}

.related-card__label {
	display: inline-flex;
	align-items: center;
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	opacity: 0.7;
}

.related-card .related-card__link {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
}

.service-pill-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	color: var(--smart-hair-white);
	font-family: var(--smart-hair-mono);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.service-pill-link:hover,
.service-pill-link:focus-visible {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(212, 175, 55, 0.3);
	color: var(--smart-hair-white);
}

.service-guide-page {
	background: var(--smart-hair-ink);
	color: var(--smart-hair-white);
	overflow-x: clip;
}

.hair-treatment-guide-page {
	background: transparent;
}

.service-guide-page,
.service-guide-page * {
	box-sizing: border-box;
}

.hair-treatment-guide-page .service-guide-hero {
	padding: clamp(0.75rem, 1.6vw, 1rem) 0 clamp(2.75rem, 4vw, 4rem);
	background: transparent;
}

.page-id-48637 .site-main {
	padding-top: clamp(4rem, 5vw, 4.5rem);
}

.page-id-48637 .site-main > .page-section > .container > .content-card.post-48637 {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.page-id-48637 .site-main > .page-section > .container > .content-card.post-48637 > .section-title {
	display: none;
}

.page-id-48637 .site-main > .page-section > .container > .content-card.post-48637 > .entry-content {
	padding: 0;
}

.hair-treatment-guide-page .service-guide-hero__shell {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
}

.hair-treatment-guide-page .service-guide-hero__main {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 3vw, 3rem);
	align-items: stretch;
}

.hair-treatment-guide-page .service-guide-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	height: 100%;
	min-height: clamp(35rem, 45vw, 40rem);
	padding: clamp(2rem, 3vw, 2.75rem);
}

.hair-treatment-guide-page .service-guide-hero__content .section-title {
	max-width: 11ch;
}

.hair-treatment-guide-page .service-guide-hero__content .page-shell__lead {
	max-width: 34rem;
}

.hair-treatment-guide-page .service-guide-hero__content .service-guide-note {
	margin: 1.15rem 0 0;
	max-width: 35rem;
	padding-left: 1rem;
}

.hair-treatment-guide-page .service-guide-hero__content .hero__actions {
	margin-top: 2rem;
}

.hair-treatment-guide-page .service-guide-hero__media {
	height: 100%;
	min-height: clamp(35rem, 48vw, 42rem);
	padding: 0;
}

.hair-treatment-guide-page .service-guide-hero__media img {
	width: 100%;
	height: 100%;
	min-height: clamp(35rem, 48vw, 42rem);
	object-fit: cover;
	object-position: center 18%;
}

.hair-treatment-guide-page .service-guide-hero__values {
	padding: clamp(1.5rem, 2.2vw, 2rem);
}

.hair-treatment-guide-page .service-guide-hero__values .service-guide-metrics {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.hair-treatment-guide-page .service-guide-hero__values .service-guide-metric {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 1.25rem;
	border-top: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 100%;
}

.hair-treatment-guide-page .service-guide-hero__values .service-guide-metric:first-child {
	padding-left: 0;
	border-left: 0;
}

.hair-treatment-guide-page .service-guide-intro-points {
	margin: 1rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.6rem;
	max-width: 42rem;
	color: rgba(10, 10, 10, 0.78);
}

.hair-treatment-guide-page .service-guide-intro-points li {
	color: rgba(10, 10, 10, 0.78);
}

.hair-treatment-guide-page .service-guide-intro-points li::marker {
	color: rgba(10, 10, 10, 0.62);
}

.hair-treatment-guide-page #treatment-finder {
	padding: clamp(2.75rem, 4.5vw, 4rem) 0;
}

.hair-treatment-guide-page .service-guide-section {
	padding: clamp(3rem, 4.8vw, 4.5rem) 0;
}

.hair-treatment-guide-page .service-guide-section--comparison,
.hair-treatment-guide-page .service-guide-section--faq-block {
	padding: clamp(2.75rem, 4.2vw, 4rem) 0;
}

.hair-treatment-guide-page .service-guide-section--related {
	padding: clamp(2.75rem, 4vw, 3.75rem) 0;
}

.hair-treatment-guide-page .service-guide-section--final {
	padding: clamp(2.5rem, 3.8vw, 3.5rem) 0 clamp(2rem, 3vw, 2.75rem);
}

.hair-treatment-guide-page #treatment-finder > .container,
.hair-treatment-guide-page .service-guide-section > .container {
	padding-inline: clamp(1.5rem, 3vw, 2.75rem);
}

.hair-treatment-guide-page .service-guide-section .page-shell__intro {
	max-width: 60rem;
	margin-bottom: 1.5rem;
	padding-inline: clamp(0.2rem, 0.8vw, 0.6rem);
}

.hair-treatment-guide-page .service-guide-section .page-shell__lead {
	max-width: 48rem;
}

.hair-treatment-guide-page .service-guide-section .service-guide-grid,
.hair-treatment-guide-page .service-guide-section .service-guide-grid--five,
.hair-treatment-guide-page .service-guide-section .comparison-grid,
.hair-treatment-guide-page .service-guide-section .two-up {
	gap: clamp(1rem, 2vw, 1.4rem);
}

.hair-treatment-guide-page .service-guide-section__media-row {
	margin-top: 1.15rem;
}

.hair-treatment-guide-page .service-guide-section .value-card {
	padding: clamp(1.9rem, 2.8vw, 2.35rem);
}

.hair-treatment-guide-page .service-guide-section .content-card:not(.service-guide-visual):not(.service-guide-final-card) {
	padding: clamp(1.95rem, 3vw, 2.5rem);
}

.hair-treatment-guide-page .service-guide-section .service-guide-compare-card {
	padding: clamp(2rem, 3vw, 2.6rem);
}

.hair-treatment-guide-page .service-guide-section .service-guide-compare-card .comparison-card__details {
	margin-top: 0.35rem;
}

.hair-treatment-guide-page .service-guide-section .service-guide-compare-card .service-subcard {
	padding: clamp(1rem, 1.8vw, 1.25rem);
}

.hair-treatment-guide-page .service-guide-section--condition .content-stack {
	gap: clamp(1rem, 2vw, 1.25rem);
}

.hair-treatment-guide-page .service-guide-section--comparison .page-shell__intro,
.hair-treatment-guide-page .service-guide-section--faq-block .page-shell__intro,
.hair-treatment-guide-page .service-guide-section--related .page-shell__intro {
	margin-bottom: 1.15rem;
}

.hair-treatment-guide-page .service-guide-section--faq-block .faq-list {
	padding-top: 0.5rem;
}

.hair-treatment-guide-page .service-guide-section .related-card {
	padding: clamp(1.95rem, 3vw, 2.45rem);
}

.hair-treatment-guide-page .service-guide-section--final .service-guide-final-card {
	padding: clamp(2.25rem, 3.4vw, 3rem);
}

.hair-treatment-guide-page .service-guide-section--final .hero__actions {
	margin-top: 1.75rem;
}

.hair-treatment-guide-page .service-guide-hero {
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.75rem, 4vw, 4rem);
}

.hair-treatment-guide-page #treatment-finder .service-finder {
	gap: 1.1rem;
	margin-bottom: clamp(1.25rem, 2.8vw, 2.25rem);
}

.hair-treatment-guide-page #treatment-finder .service-finder__toolbar {
	margin-bottom: -1.1rem;
	padding: 1.5rem 1.8rem 0;
	border-radius: 1.35rem 1.35rem 0 0;
	border-bottom: 0;
	background: rgba(255, 255, 255, 0.58);
}

.hair-treatment-guide-page #treatment-finder .service-finder__notices {
	gap: 0.75rem;
	margin-top: -1.1rem;
	padding: 0 1.8rem;
	border-inline: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(255, 255, 255, 0.58);
}

.hair-treatment-guide-page #treatment-finder .service-finder__notices:empty {
	display: none;
}

.hair-treatment-guide-page #treatment-finder .service-finder__results {
	padding: 0 1.8rem 1.8rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	border-top: 0;
	border-radius: 0 0 1.35rem 1.35rem;
	background: rgba(255, 255, 255, 0.58);
}

.hair-treatment-guide-page #treatment-finder .service-finder__empty,
.hair-treatment-guide-page #treatment-finder .service-finder__card {
	box-shadow: none;
}

.hair-treatment-guide-page .service-guide-section--comparison .comparison-grid + .content-card.service-card--light {
	margin-top: clamp(1.5rem, 2.6vw, 2.35rem);
}

.hair-treatment-guide-page .service-guide-section--condition .service-guide-visual {
	display: flex;
	flex-direction: column;
}

.hair-treatment-guide-page .service-guide-section--condition .service-guide-visual img {
	height: 100%;
	min-height: clamp(20rem, 28vw, 24rem);
	flex: 0 0 auto;
	object-fit: cover;
	object-position: center 14%;
	aspect-ratio: 5 / 4;
}

.hair-treatment-guide-page .service-guide-section--condition .service-guide-visual__caption {
	display: none;
}

@media (min-width: 821px) {
	.hair-treatment-guide-page .service-guide-section--explained .section-title,
	.hair-treatment-guide-page .service-guide-section--faq-block .section-title,
	.hair-treatment-guide-page .service-guide-section--related .section-title {
		max-width: none;
		white-space: nowrap;
		font-size: clamp(2.2rem, 3vw, 3.15rem);
	}
}

.service-guide-page .content-card--stretch {
	height: 100%;
}

.hair-treatment-guide-page .service-guide-hero .content-stack .content-card,
.hair-treatment-guide-page .service-guide-hero .content-stack .service-guide-visual {
	height: auto;
}

.hair-treatment-guide-page .service-guide-hero .content-stack .service-guide-visual img {
	height: auto;
}

.hair-treatment-guide-page [data-reveal] {
	opacity: 1;
	transform: none;
}

.service-guide-page .container,
.service-guide-page .two-up,
.service-guide-page .content-stack,
.service-guide-page .service-guide-grid,
.service-guide-page .service-guide-grid--five,
.service-guide-page .comparison-grid,
.service-guide-page .service-guide-metrics,
.service-guide-page .service-finder,
.service-guide-page .service-finder__groups,
.service-guide-page .service-finder__options,
.service-guide-page .service-finder__results,
.service-guide-page .comparison-card__details {
	max-width: 100%;
}

.service-guide-page .two-up > *,
.service-guide-page .content-stack > *,
.service-guide-page .service-guide-grid > *,
.service-guide-page .service-guide-grid--five > *,
.service-guide-page .comparison-grid > *,
.service-guide-page .service-guide-metrics > *,
.service-guide-page .service-finder__groups > *,
.service-guide-page .service-finder__options > *,
.service-guide-page .service-finder__results > *,
.service-guide-page .comparison-card__details > * {
	min-width: 0;
}

.service-guide-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.service-guide-page .section-title + .page-shell__lead {
	max-width: 56rem;
}

.service-guide-metrics,
.service-guide-grid,
.service-guide-grid--five,
.comparison-grid,
.service-finder__results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.service-guide-grid--five {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.service-guide-page .service-guide-grid--five .content-card {
	height: 100%;
}

.service-guide-metric {
	padding: 1rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-guide-metric strong {
	display: block;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
}

.service-guide-metric span {
	display: block;
	margin-top: 0.35rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.service-guide-page .service-guide-grid .value-card,
.service-guide-page .service-guide-grid--five .value-card {
	height: 100%;
}

.service-guide-note {
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 2px solid var(--smart-hair-gold);
	color: rgba(255, 255, 255, 0.74);
}

.service-guide-visual {
	padding: 0;
	overflow: hidden;
}

.service-guide-visual img {
	width: 100%;
	height: 100%;
	min-height: 20rem;
	object-fit: cover;
}

.service-guide-visual--portrait img {
	aspect-ratio: 3 / 4;
}

.service-guide-visual--landscape img {
	aspect-ratio: 4 / 3;
}

.service-guide-visual__caption {
	padding: 1rem 1.15rem 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.service-finder {
	display: grid;
	gap: 1.75rem;
	width: 100%;
	max-width: 64rem;
	margin-inline: auto;
	padding: clamp(0.85rem, 1.8vw, 1.25rem) clamp(2.5rem, 4vw, 3.5rem) clamp(2.5rem, 4vw, 3.5rem);
}

.hair-treatment-guide-page #treatment-finder .page-shell__intro {
	max-width: 64rem;
	margin: 0 auto 0;
	padding: clamp(2.5rem, 4vw, 3.5rem);
}

.service-finder__groups {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.35rem;
}

.service-finder__group {
	padding: clamp(1.75rem, 2.8vw, 2.25rem);
	border-radius: 1.5rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(255, 255, 255, 0.72);
}

.service-finder__step,
.service-finder__eyebrow {
	margin: 0 0 0.65rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(10, 10, 10, 0.58);
}

.service-finder__group h3 {
	margin: 0 0 1.15rem;
	color: var(--smart-hair-ink);
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.8rem, 2.8vw, 2.4rem);
	font-style: italic;
	line-height: 1;
}

.service-finder__instruction {
	margin: 0 0 1.35rem;
	color: rgba(10, 10, 10, 0.62);
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.service-finder__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.1rem;
}

.service-finder__option {
	width: 100%;
	padding: 1.25rem 1.25rem 1.3rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(10, 10, 10, 0.1);
	background: rgba(245, 239, 230, 0.78);
	color: var(--smart-hair-ink);
	text-align: left;
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-finder__option strong {
	display: block;
	font-family: var(--smart-hair-serif);
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.05;
}

.service-finder__option span {
	display: block;
	margin-top: 0.55rem;
	color: rgba(10, 10, 10, 0.68);
	font-size: 0.96rem;
	line-height: 1.55;
}

.service-finder__option:hover,
.service-finder__option:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(212, 175, 55, 0.38);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
}

.service-finder__option[aria-pressed="true"] {
	background: var(--smart-hair-ink);
	border-color: rgba(212, 175, 55, 0.8);
	color: var(--smart-hair-white);
	box-shadow: 0 18px 36px rgba(10, 10, 10, 0.14);
}

.service-finder__option[aria-pressed="true"] strong {
	color: var(--smart-hair-white);
}

.service-finder__option[aria-pressed="true"] span {
	color: rgba(255, 255, 255, 0.82);
}

.service-finder__option[aria-pressed="true"]:hover,
.service-finder__option[aria-pressed="true"]:focus-visible {
	border-color: var(--smart-hair-gold);
	background: #111;
	color: var(--smart-hair-white);
	box-shadow: 0 20px 42px rgba(10, 10, 10, 0.18);
}

.service-finder__toolbar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.75rem 1.8rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.52);
}

.service-finder__summary {
	margin: 0;
	color: rgba(10, 10, 10, 0.78);
	font-size: 1rem;
	line-height: 1.7;
}

.service-finder__actions {
	margin-top: 0;
}

.service-finder__actions .button--dark:hover,
.service-finder__actions .button--dark:focus-visible {
	background: var(--smart-hair-gold);
	border-color: var(--smart-hair-gold);
	color: #111;
}

.service-finder__notices {
	display: grid;
	gap: 0.85rem;
}

.service-finder__notice {
	padding: 1.45rem 1.5rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(10, 10, 10, 0.09);
	background: rgba(255, 255, 255, 0.68);
}

.service-finder__notice--warning {
	border-color: rgba(212, 175, 55, 0.38);
	background: rgba(212, 175, 55, 0.1);
}

.service-finder__notice-title {
	margin: 0 0 0.45rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(10, 10, 10, 0.72);
}

.service-finder__notice p:last-child {
	margin: 0;
	line-height: 1.7;
}

.service-finder__results {
	grid-template-columns: 1fr;
	align-items: stretch;
}

.service-finder__empty {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.7rem 1.8rem 1.85rem;
}

.service-finder__empty h3 {
	margin: 0;
}

.service-finder__empty p {
	margin: 0;
}

.service-finder__card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	height: 100%;
	padding: 1.7rem 1.8rem 1.85rem;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.service-finder__card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.service-finder__status {
	display: inline-flex;
	align-items: center;
	min-height: 2.9rem;
	padding: 0 1.25rem;
	border-radius: 999px;
	border: 1px solid rgba(10, 10, 10, 0.12);
	background: rgba(245, 239, 230, 0.78);
	font-family: var(--smart-hair-mono);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(10, 10, 10, 0.68);
}

.service-finder__card.is-match {
	border-color: rgba(212, 175, 55, 0.48);
	box-shadow: 0 22px 40px rgba(10, 10, 10, 0.08);
}

.service-finder__card.is-match .service-finder__status {
	border-color: rgba(212, 175, 55, 0.42);
	background: rgba(212, 175, 55, 0.12);
	color: var(--smart-hair-ink);
}

.service-finder__card.is-best {
	border-color: rgba(212, 175, 55, 0.92);
	border-width: 2px;
	box-shadow: 0 26px 48px rgba(212, 175, 55, 0.16);
}

.service-finder__card.is-best .service-finder__status {
	border-color: rgba(212, 175, 55, 0.92);
	background: var(--smart-hair-gold);
	color: #111;
}

.service-finder__card.is-secondary .service-finder__status {
	background: rgba(10, 10, 10, 0.08);
}

.service-finder__card.is-excluded {
	border-color: rgba(122, 88, 73, 0.26);
	background: rgba(255, 251, 246, 0.96);
}

.service-finder__card.is-excluded .service-finder__status {
	border-color: rgba(122, 88, 73, 0.26);
	background: rgba(122, 88, 73, 0.08);
	color: rgba(84, 60, 49, 0.92);
}

.service-finder__card.is-hidden {
	display: none !important;
}

.service-finder__copy {
	margin: 0;
}

.service-finder__reason {
	margin: -0.25rem 0 0;
	color: rgba(10, 10, 10, 0.74);
	line-height: 1.7;
}

.service-finder__inline-note {
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	border: 1px solid rgba(212, 175, 55, 0.32);
	background: rgba(212, 175, 55, 0.1);
}

.service-finder__inline-note[hidden] {
	display: none !important;
}

.service-finder__inline-note-label {
	margin: 0 0 0.35rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(10, 10, 10, 0.72);
}

.service-finder__inline-note p:last-child {
	margin: 0;
	line-height: 1.7;
}

.service-finder__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.service-finder__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0 0.85rem;
	border-radius: 999px;
	background: rgba(10, 10, 10, 0.05);
	color: rgba(10, 10, 10, 0.68);
	font-family: var(--smart-hair-mono);
	font-size: 0.62rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.service-guide-compare-card {
	gap: 0.85rem;
}

.service-guide-compare-card .comparison-card__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.service-guide-compare-card .service-subcard {
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	background: rgba(245, 239, 230, 0.68);
}

.service-guide-compare-card .service-subcard p {
	margin: 0;
}

.service-guide-compare-card .service-subcard p + p {
	margin-top: 0.45rem;
	line-height: 1.65;
}

.service-section--light .content-card h3,
.service-section--light .content-card p,
.service-section--light .content-card li,
.service-section--light .service-finder,
.service-section--light .service-finder__group h3,
.service-section--light .service-finder__step,
.service-section--light .service-finder__eyebrow,
.service-section--light .service-finder__instruction,
.service-section--light .service-finder__summary,
.service-section--light .service-finder__option strong,
.service-section--light .service-finder__option span,
.service-section--light .service-finder__copy,
.service-section--light .service-finder__reason,
.service-section--light .service-finder__notice p,
.service-section--light .service-finder__notice-title,
.service-section--light .service-finder__inline-note p,
.service-section--light .service-finder__inline-note-label,
.service-section--light .service-finder__card h3,
.service-section--light .service-finder__card .comparison-card__meta,
.service-section--light .service-guide-compare-card .service-subcard p,
.service-section--light .service-finder__status,
.service-section--light .service-finder__tags span,
.service-section--light .service-guide-visual__caption {
	color: var(--smart-hair-ink);
}

.service-section--light .service-finder {
	background: transparent;
}

.service-section--light .service-finder__group {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(10, 10, 10, 0.08);
}

.service-section--light .service-finder__toolbar {
	padding: 1.75rem 1.8rem;
	border: 1px solid rgba(10, 10, 10, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.52);
}

.service-section--light .service-finder__option {
	background: rgba(245, 239, 230, 0.78);
	border-color: rgba(10, 10, 10, 0.1);
	color: var(--smart-hair-ink);
}

.service-section--light .service-guide-compare-card .service-subcard {
	background: rgba(245, 239, 230, 0.68);
	border-color: rgba(10, 10, 10, 0.08);
}

.service-section--light .service-finder__card.is-best {
	border-color: rgba(212, 175, 55, 0.92);
}

.service-section--light .service-finder__card.is-match {
	border-color: rgba(212, 175, 55, 0.48);
}

.service-section--light .service-finder__card.is-excluded {
	border-color: rgba(122, 88, 73, 0.26);
}

.service-section--light .service-finder__option[aria-pressed="true"] {
	background: var(--smart-hair-ink);
	border-color: rgba(212, 175, 55, 0.8);
	color: var(--smart-hair-white);
	box-shadow: 0 18px 36px rgba(10, 10, 10, 0.14);
}

.service-section--light .service-finder__option[aria-pressed="true"],
.service-section--light .service-finder__option[aria-pressed="true"] strong,
.service-section--light .service-finder__option[aria-pressed="true"] span {
	color: var(--smart-hair-white);
}

.service-section--light .service-finder__option[aria-pressed="true"]:hover,
.service-section--light .service-finder__option[aria-pressed="true"]:focus-visible {
	background: #111;
	border-color: var(--smart-hair-gold);
	color: var(--smart-hair-white);
}

.service-section--light .service-pill-link {
	border-color: rgba(10, 10, 10, 0.12);
	background: rgba(10, 10, 10, 0.04);
	color: var(--smart-hair-ink);
}

.service-section--light .service-pill-link:hover,
.service-section--light .service-pill-link:focus-visible {
	background: rgba(10, 10, 10, 0.08);
	border-color: rgba(10, 10, 10, 0.18);
	color: var(--smart-hair-ink);
}

@media (max-width: 820px) {
	.hair-treatment-guide-page #treatment-finder {
		padding: 2.5rem 0;
	}

	.hair-treatment-guide-page .service-guide-section {
		padding: 2.4rem 0;
	}

	.hair-treatment-guide-page .service-guide-section--comparison,
	.hair-treatment-guide-page .service-guide-section--faq-block,
	.hair-treatment-guide-page .service-guide-section--related,
	.hair-treatment-guide-page .service-guide-section--final {
		padding: 2.2rem 0;
	}

	.hair-treatment-guide-page #treatment-finder > .container,
	.hair-treatment-guide-page .service-guide-section > .container {
		padding-inline: 1.25rem;
	}

	.hair-treatment-guide-page .service-guide-section .page-shell__intro {
		margin-bottom: 1rem;
		padding-inline: 0;
	}

	.hair-treatment-guide-page .service-guide-section .value-card,
	.hair-treatment-guide-page .service-guide-section .content-card:not(.service-guide-visual):not(.service-guide-final-card),
	.hair-treatment-guide-page .service-guide-section .service-guide-compare-card,
	.hair-treatment-guide-page .service-guide-section .related-card,
	.hair-treatment-guide-page .service-guide-section--final .service-guide-final-card {
		padding: 1.45rem;
	}

	.hair-treatment-guide-page .service-guide-section .service-guide-compare-card .service-subcard {
		padding: 0.95rem 1rem;
	}

	.hair-treatment-guide-page .service-guide-section__media-row {
		margin-top: 0.9rem;
	}

	.hair-treatment-guide-page .service-guide-section--faq-block .faq-list {
		padding-top: 0.15rem;
	}

	.hair-treatment-guide-page #treatment-finder .page-shell__intro {
		margin-bottom: 0;
		padding: 1.5rem;
	}

	.hair-treatment-guide-page #treatment-finder .service-finder {
		gap: 0.95rem;
		margin-bottom: 1rem;
	}

	.hair-treatment-guide-page #treatment-finder .service-finder__toolbar {
		margin-bottom: -0.95rem;
		padding: 1.25rem 1.15rem 0;
	}

	.hair-treatment-guide-page #treatment-finder .service-finder__notices {
		margin-top: -0.95rem;
		padding: 0 1.15rem;
	}

	.hair-treatment-guide-page #treatment-finder .service-finder__results {
		padding: 0 1.15rem 1.15rem;
	}

	.service-finder {
		gap: 1.25rem;
		padding: 0.85rem 1.5rem 1.5rem;
	}

	.service-finder__group {
		padding: 1.35rem;
	}

	.service-finder__toolbar {
		padding: 1.25rem 1.15rem;
	}

	.service-finder__options {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.service-finder__option {
		padding: 1.05rem 1rem 1.1rem;
	}

	.service-finder__notice {
		padding: 1.15rem 1.1rem;
	}

	.service-finder__card {
		padding: 1.25rem 1.2rem 1.3rem;
	}

	.service-finder__empty {
		padding: 1.25rem 1.2rem 1.3rem;
	}

	.service-finder__status {
		min-height: 2.55rem;
		padding: 0 1.05rem;
		font-size: 0.74rem;
	}

	.service-section--light .comparison-card__details {
		grid-template-columns: 1fr;
	}

	.service-guide-metrics,
	.service-guide-grid,
	.service-guide-grid--five,
	.comparison-grid,
	.service-guide-compare-card .comparison-card__details {
		grid-template-columns: 1fr;
	}

	.hair-treatment-guide-page .service-guide-hero {
		padding: 1.35rem 0 2.5rem;
	}

	.hair-treatment-guide-page .service-guide-hero__shell {
		gap: 1rem;
	}

	.hair-treatment-guide-page .service-guide-hero__main {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.hair-treatment-guide-page .service-guide-hero__content {
		padding: 1.5rem;
		min-height: 0;
	}

	.hair-treatment-guide-page .service-guide-hero__content .section-title {
		max-width: 100%;
	}

	.hair-treatment-guide-page .service-guide-hero__content .hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hair-treatment-guide-page .service-guide-hero__values {
		padding: 1.35rem 1.25rem;
	}

	.hair-treatment-guide-page .service-guide-hero__values .service-guide-metrics {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.hair-treatment-guide-page .service-guide-hero__values .service-guide-metric {
		padding: 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		min-height: 0;
	}

	.hair-treatment-guide-page .service-guide-hero__values .service-guide-metric:first-child {
		border-top: 0;
	}

	.hair-treatment-guide-page .service-guide-hero__media,
	.hair-treatment-guide-page .service-guide-hero__media img {
		min-height: 24rem;
	}

	.hair-treatment-guide-page .service-guide-hero__media img {
		object-position: center 14%;
	}

	.hair-treatment-guide-page .service-guide-intro-points {
		padding-left: 1rem;
	}
}

@media (min-width: 821px) and (max-width: 1100px) {
	.hair-treatment-guide-page #treatment-finder .page-shell__intro {
		padding: 2rem 2.25rem;
	}

	.service-finder {
		padding: 2rem 2.25rem;
	}

	.service-finder__group {
		padding: 1.75rem;
	}
}

.split-layout {
	display: grid;
	grid-template-columns: 0.32fr 0.68fr;
	gap: 2rem;
	align-items: start;
}

.subnav {
	position: sticky;
	top: 7rem;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.02);
}

.subnav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.subnav__list a {
	display: block;
	padding: 0.75rem 0.85rem;
	border-radius: 0.85rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.02);
}

.subnav__list a:hover {
	background: rgba(212, 175, 55, 0.12);
	color: var(--smart-hair-gold);
}

.content-stack {
	display: grid;
	gap: 1rem;
}

.content-card {
	padding: 1.5rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.content-card h3 {
	margin: 0 0 0.6rem;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
}

.content-card p,
.content-card li {
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.8;
}

.smart-blog-page {
	background:
		radial-gradient(circle at top left, rgba(216, 182, 63, 0.12), transparent 24%),
		radial-gradient(circle at top right, rgba(255, 248, 232, 0.06), transparent 18%),
		linear-gradient(180deg, #1f1f1d 0%, #161615 100%);
	color: #f8f3e7;
}

.smart-blog {
	padding: clamp(3rem, 6vw, 5.25rem) 0 clamp(4.5rem, 7vw, 6.5rem);
	background: transparent;
}

.smart-blog__container {
	width: min(1200px, calc(100% - 64px));
	margin-left: auto;
	margin-right: auto;
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.smart-blog-hero {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid rgba(216, 182, 63, 0.12);
	border-radius: 2rem;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.smart-blog-hero--archive {
	max-width: none;
}

.smart-blog-hero__eyebrow,
.smart-blog-cta__eyebrow,
.smart-blog-empty__eyebrow {
	margin: 0 0 0.9rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: #d8b63f;
}

.smart-blog-hero__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(3.5rem, 5.2vw, 5.375rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: #fff8e8;
	white-space: nowrap;
}

.smart-blog-hero__intro {
	margin: 1.1rem 0 0;
	max-width: 40rem;
	font-size: clamp(1.05rem, 1.55vw, 1.25rem);
	line-height: 1.75;
	color: rgba(255, 248, 232, 0.82);
}

.smart-blog-hero__intro--archive p {
	margin: 0;
}

.smart-blog-hero__support {
	margin: 0.75rem 0 0;
	max-width: 38rem;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 248, 232, 0.7);
}

.smart-blog-hero__actions,
.smart-blog-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.7rem;
}

.smart-blog-hero .button--dark,
.smart-blog-cta .button--dark {
	background: #181512;
	border-color: #181512;
	color: #fff;
}

@media (min-width: 1024px) {
	.smart-blog-hero {
		max-width: none;
	}

	.smart-blog-hero__intro,
	.smart-blog-hero__support {
		max-width: 980px;
		white-space: nowrap;
	}
}

.smart-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
}

.smart-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(216, 182, 63, 0.18);
	border-radius: 1.7rem;
	background: #f8f3e7;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.smart-blog-card:hover,
.smart-blog-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(216, 182, 63, 0.35);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

.smart-blog-card__image-link {
	display: block;
	overflow: hidden;
	background: linear-gradient(135deg, #e6d7be, #f9f5ef);
	height: 280px;
}

.smart-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.smart-blog-card:hover .smart-blog-card__image,
.smart-blog-card:focus-within .smart-blog-card__image {
	transform: scale(1.03);
}

.smart-blog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1rem;
	padding: 1.45rem 1.45rem 1.55rem;
	color: #171512;
}

.smart-blog-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	flex-wrap: wrap;
}

.smart-blog-card__category {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.24rem 0.8rem;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.14);
	color: #8d6c14;
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.smart-blog-card__date {
	font-family: var(--smart-hair-mono);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(23, 21, 18, 0.58);
}

.smart-blog-card__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.55rem, 1.9vw, 2rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.smart-blog-card__title a {
	color: #161311;
}

.smart-blog-card__excerpt {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(23, 21, 18, 0.76);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: calc(1.7em * 3);
}

.smart-blog-card__readmore {
	align-self: flex-start;
	margin-top: auto;
	min-height: 2.7rem;
	padding-inline: 1.15rem;
	font-size: 0.58rem;
	letter-spacing: 0.26em;
}

.smart-blog-pagination {
	display: flex;
	justify-content: center;
}

.smart-blog-pagination .navigation.pagination {
	width: 100%;
}

.smart-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem;
}

.smart-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.8rem;
	min-height: 2.8rem;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid rgba(10, 10, 10, 0.12);
	background: rgba(255, 255, 255, 0.9);
	color: #191512;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.smart-blog-pagination .page-numbers.current {
	background: var(--smart-hair-gold);
	border-color: rgba(212, 175, 55, 0.38);
	color: #111;
}

.smart-blog-pagination .page-numbers.dots {
	background: transparent;
	border-color: transparent;
	min-width: auto;
	padding-inline: 0.35rem;
}

.smart-blog-pagination .page-numbers:hover,
.smart-blog-pagination .page-numbers:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(212, 175, 55, 0.3);
}

.smart-blog-cta {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border: 1px solid rgba(216, 182, 63, 0.25);
	border-radius: 2rem;
	background:
		linear-gradient(135deg, #2a2925 0%, #171716 100%);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
	color: #f8f3e7;
}

.smart-blog-cta__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: #fff8e8;
}

.smart-blog-cta__text {
	margin: 0;
	max-width: 44rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255, 248, 232, 0.78);
}

.smart-blog-empty {
	grid-column: 1 / -1;
	margin: 0;
	color: #161311;
}

.smart-blog-empty__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.75rem, 2.6vw, 2.6rem);
	line-height: 1.1;
}

.smart-blog-empty__text {
	margin: 0.9rem 0 0;
	max-width: 38rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(23, 21, 18, 0.74);
}

@media (max-width: 1100px) {
	.smart-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smart-blog-card__image-link {
		height: 260px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.smart-blog__container {
		width: min(1200px, calc(100% - 56px));
	}

	.smart-blog-hero__title {
		white-space: normal;
	}

	.smart-blog-hero__intro,
	.smart-blog-hero__support {
		max-width: 100%;
		white-space: normal;
	}
}

@media (max-width: 720px) {
	.smart-blog {
		padding-top: 2.1rem;
	}

	.smart-blog__container {
		width: min(1200px, calc(100% - 40px));
	}

	.smart-blog-hero,
	.smart-blog-cta {
		padding: 1.25rem;
		border-radius: 1.5rem;
	}

	.smart-blog-hero__title {
		white-space: normal;
		font-size: clamp(2.6rem, 12vw, 3.6rem);
		line-height: 1;
	}

	.smart-blog-hero__intro,
	.smart-blog-hero__support {
		max-width: 100%;
		white-space: normal;
	}

	.smart-blog-hero__actions,
	.smart-blog-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.smart-blog-hero__actions .button,
	.smart-blog-cta__actions .button {
		width: 100%;
	}

	.smart-blog-grid {
		grid-template-columns: 1fr;
	}

	.smart-blog-card__image-link {
		height: 220px;
	}

	.smart-blog-card__body {
		padding: 1.15rem 1.05rem 1.2rem;
	}
}

@media (min-width: 1101px) {
	.smart-blog-card__image-link {
		height: 300px;
	}
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.pricing-card {
	padding: 1.5rem;
	border-radius: 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.pricing-card__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.pricing-card__head h3 {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
}

.pricing-card__head span {
	font-family: var(--smart-hair-mono);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--smart-hair-gold);
}

.pricing-card__row {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-card__row strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.pricing-card__row p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.7;
}

.price {
	font-family: var(--smart-hair-mono);
	font-size: 1.05rem;
	white-space: nowrap;
}

.page-hero {
	padding: 2rem 0 4rem;
}

.page-hero__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	align-items: center;
}

.page-hero__media img {
	width: 100%;
	height: 100%;
	min-height: 28rem;
	object-fit: cover;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--smart-hair-shadow);
}

.page-id-43684 .site-main {
	background:
		radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 22%),
		linear-gradient(180deg, #111111 0%, #171513 42%, #141210 100%);
}

.page-id-43684 .smart-hair-editor-page,
.page-id-43684 .smart-services-page {
	color: var(--smart-hair-white);
}

.page-id-43684 .smart-services-band {
	padding-block: clamp(4.25rem, 7vw, 6.75rem);
}

.page-id-43684 .smart-services-band--hero {
	padding-top: clamp(3rem, 4.8vw, 3.9rem);
	padding-bottom: clamp(1.5rem, 3vw, 2rem);
	background:
		radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 24%),
		linear-gradient(180deg, rgba(24, 22, 19, 0.98), rgba(16, 15, 13, 0.98));
}

.page-id-43684 .smart-services-band--tabs {
	padding-top: 0.2rem;
	background:
		linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(18, 16, 14, 0.98));
}

.page-id-43684 .smart-services-band--cta {
	padding-top: 0;
	background: transparent;
}

.page-id-43684 .smart-services-container {
	width: min(1160px, calc(100vw - 3rem));
	margin-inline: auto;
}

.page-id-43684 .smart-services-page h1,
.page-id-43684 .smart-services-page h2,
.page-id-43684 .smart-services-page h3 {
	margin-top: 0;
	font-family: var(--smart-hair-serif);
	color: var(--smart-hair-white);
	letter-spacing: -0.04em;
}

.page-id-43684 .smart-services-page h1 {
	max-width: none;
	font-size: clamp(42px, 5vw, 76px);
	line-height: 0.94;
	font-style: normal;
	white-space: nowrap;
}

.page-id-43684 .smart-services-page h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.02;
}

.page-id-43684 .smart-services-page h3 {
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	line-height: 1.08;
}

.page-id-43684 .smart-services-page p,
.page-id-43684 .smart-services-page li {
	line-height: 1.75;
	color: rgba(255, 249, 240, 0.76);
}

.page-id-43684 .smart-services-eyebrow,
.page-id-43684 .smart-services-sideeyebrow {
	margin-bottom: 1rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: rgba(255, 246, 230, 0.56);
}

.page-id-43684 .smart-services-hero-title {
	margin-bottom: 0;
}

.page-id-43684 .smart-services-lead {
	max-width: 34rem;
	font-size: clamp(0.98rem, 1.05vw, 1.1rem);
	color: rgba(255, 249, 240, 0.84);
}

.page-id-43684 .smart-services-hero-body {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
	gap: 2.5rem;
	align-items: center;
	margin-top: 1.5rem;
}

.page-id-43684 .smart-services-hero-card,
.page-id-43684 .smart-services-cta,
.page-id-43684 .smart-services-panel,
.page-id-43684 .smart-services-intro-card,
.page-id-43684 .smart-services-length-guide {
	border-radius: 1.45rem;
}

.page-id-43684 .smart-services-hero-card {
	padding: clamp(1.35rem, 2vw, 1.9rem);
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: linear-gradient(180deg, rgba(255, 251, 244, 0.1), rgba(255, 255, 255, 0.04));
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
}

.page-id-43684 .smart-services-hero-card ul {
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}

.page-id-43684 .smart-services-hero-card li {
	margin-bottom: 0.45rem;
}

.page-id-43684 .smart-services-hero-image {
	margin: 0;
}

.page-id-43684 .smart-services-hero-image img {
	display: block;
	width: 100%;
	max-width: 420px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-left: auto;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.page-id-43684 .smart-services-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.6rem;
}

.page-id-43684 .smart-services-actions .wp-block-button {
	margin: 0;
}

.page-id-43684 .smart-services-actions .wp-block-button__link {
	min-height: 3.2rem;
	padding: 0.95rem 1.35rem;
	border-radius: 999px;
	font-family: var(--smart-hair-mono);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.page-id-43684 .smart-services-actions .wp-block-button.is-style-fill .wp-block-button__link {
	background: var(--smart-hair-gold);
	color: #111;
}

.page-id-43684 .smart-services-actions .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 248, 235, 0.24);
	color: var(--smart-hair-white);
}

.page-id-43684 .smart-services-tabs-shell {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.page-id-43684 .smart-services-tabs-wrap {
	position: sticky;
	top: calc(78px + var(--smarthair-adminbar-offset, 0px));
	z-index: 50;
	margin-inline: calc(50% - 50vw);
	padding: 0.85rem 0;
	background: rgba(13, 13, 12, 0.96);
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.page-id-43684 .smart-services-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: flex-start;
	width: min(1160px, calc(100vw - 3rem));
	margin-inline: auto;
}

.page-id-43684 .smart-services-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.35rem;
	padding: 0 1.75rem;
	border: 1px solid rgba(255, 249, 239, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 248, 235, 0.82);
	font-family: var(--smart-hair-mono);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.page-id-43684 .smart-services-tab:hover,
.page-id-43684 .smart-services-tab:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(212, 175, 55, 0.42);
	color: var(--smart-hair-white);
	transform: translateY(-1px);
}

.page-id-43684 .smart-services-tab.is-active,
.page-id-43684 .smart-services-tab[aria-selected='true'] {
	background: var(--smart-hair-gold);
	border-color: var(--smart-hair-gold);
	color: #111;
	box-shadow: 0 18px 38px rgba(212, 175, 55, 0.24);
}

.page-id-43684 .smart-services-tab:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.58);
	outline-offset: 2px;
}

.page-id-43684 .smart-services-panels {
	display: grid;
	min-width: 0;
}

.page-id-43684 .smart-services-panel {
	padding: clamp(1.35rem, 2vw, 1.9rem);
	border: 1px solid rgba(255, 247, 234, 0.1);
	background:
		linear-gradient(180deg, rgba(253, 249, 243, 0.98), rgba(245, 239, 231, 0.96));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	min-width: 0;
	scroll-margin-top: 150px;
}

.page-id-43684 .smart-services-panel > .wp-block-group__inner-container {
	display: grid;
	gap: 1rem;
}

.page-id-43684 .smart-services-panel[hidden],
.page-id-43684 .smart-services-tabs-shell [hidden] {
	display: none !important;
}

.page-id-43684 .smart-services-panel h2,
.page-id-43684 .smart-services-panel h3 {
	color: var(--smart-hair-ink);
}

.page-id-43684 .smart-services-panel p,
.page-id-43684 .smart-services-panel li {
	color: rgba(17, 15, 13, 0.76);
}

.page-id-43684 .smart-services-panel-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
	min-width: 0;
}

.page-id-43684 .smart-services-panel-grid--with-guide {
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.62fr);
}

.page-id-43684 .smart-services-intro-card,
.page-id-43684 .smart-services-length-guide {
	padding: clamp(1.2rem, 1.8vw, 1.6rem);
	border: 1px solid rgba(17, 15, 13, 0.08);
	background: rgba(255, 255, 255, 0.8);
}

.page-id-43684 .smart-services-intro-card--with-guide {
	display: block;
}

.page-id-43684 .smart-services-intro-card--with-guide > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 1.5rem;
	align-items: stretch;
}

.page-id-43684 .smart-services-intro-copy {
	min-width: 0;
}

.page-id-43684 .smart-services-intro-card--wide {
	max-width: 46rem;
}

.page-id-43684 .smart-services-intro-card .smart-services-sideeyebrow {
	color: rgba(17, 15, 13, 0.52);
}

.page-id-43684 .smart-services-price-note {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(17, 15, 13, 0.08);
	font-size: 0.96rem;
	color: rgba(17, 15, 13, 0.72);
}

.page-id-43684 .smart-services-length-guide {
	display: grid;
	place-items: center;
	gap: 0.75rem;
	width: 100%;
	max-width: 260px;
	aspect-ratio: 3 / 4;
	justify-self: end;
	overflow: hidden;
	min-height: 100%;
	border-style: dashed;
	border-color: rgba(17, 15, 13, 0.18);
	background:
		linear-gradient(180deg, rgba(250, 244, 236, 0.98), rgba(241, 231, 219, 0.98));
	text-align: center;
}

.page-id-43684 .smart-services-length-guide__label,
.page-id-43684 .smart-services-length-guide__meta {
	display: block;
}

.page-id-43684 .smart-services-length-guide__label {
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	line-height: 1.08;
	color: var(--smart-hair-ink);
}

.page-id-43684 .smart-services-length-guide__meta {
	max-width: 16rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 15, 13, 0.58);
}

.page-id-43684 .smart-services-table-wrap {
	margin-top: 1.1rem;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 1.25rem;
	border: 1px solid rgba(17, 15, 13, 0.08);
	background: rgba(255, 255, 255, 0.92);
	min-width: 0;
}

.page-id-43684 .smart-services-table-block + .smart-services-table-block {
	margin-top: 0.75rem;
}

.page-id-43684 .smart-services-table-block h3 {
	margin-bottom: 0.4rem;
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	color: var(--smart-hair-ink);
}

.page-id-43684 .smart-services-table-wrap .tablepress {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.55;
	letter-spacing: 0.01em;
}

.page-id-43684 .smart-services-table-wrap .tablepress thead,
.page-id-43684 .smart-services-table-wrap .tablepress tbody,
.page-id-43684 .smart-services-table-wrap .tablepress tfoot,
.page-id-43684 .smart-services-table-wrap .tablepress tr,
.page-id-43684 .smart-services-table-wrap .tablepress td,
.page-id-43684 .smart-services-table-wrap .tablepress th {
	padding: 0.9rem 1rem;
	border-color: rgba(17, 15, 13, 0.08);
	color: rgba(17, 15, 13, 0.84);
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.55;
	letter-spacing: 0.01em;
}

.page-id-43684 .smart-services-table-wrap .tablepress tbody td p,
.page-id-43684 .smart-services-table-wrap .tablepress tbody th p {
	font: inherit;
	margin: 0;
}

.page-id-43684 .smart-services-table-wrap .dataTables_wrapper,
.page-id-43684 .smart-services-table-wrap .tablepress-responsive-wrapper,
.page-id-43684 .smart-services-table-wrap .tablepress-scroll-wrapper,
.page-id-43684 .smart-services-table-wrap .dt-container {
	font-size: inherit;
}

.page-id-43684 .smart-services-table-wrap .tablepress tbody tr:nth-child(odd) {
	background: rgba(248, 242, 234, 0.52);
}

.page-id-43684 .smart-services-table-wrap .tablepress tbody tr:hover {
	background: rgba(212, 175, 55, 0.08);
}

.page-id-43684 .smart-services-table-wrap .tablepress td:last-child {
	font-weight: 500;
}

.page-id-43684 .smart-services-placeholder-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 0.96rem;
}

.page-id-43684 .smart-services-placeholder-table th,
.page-id-43684 .smart-services-placeholder-table td {
	padding: 1rem 1.1rem;
	border-bottom: 1px solid rgba(17, 15, 13, 0.08);
	color: rgba(17, 15, 13, 0.84);
	text-align: left;
}

.page-id-43684 .smart-services-placeholder-table thead th {
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(17, 15, 13, 0.54);
	background: rgba(245, 238, 229, 0.88);
}

.page-id-43684 .smart-services-placeholder-table tbody tr:nth-child(odd) {
	background: rgba(248, 242, 234, 0.52);
}

.page-id-43684 .smart-services-placeholder-table tbody tr:last-child td {
	border-bottom: 0;
}

.page-id-43684 .smart-services-cta {
	padding: clamp(1.45rem, 2.2vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.page-id-43684 .smart-services-cta p:last-child {
	margin-bottom: 0;
}

.faq-list {
	display: grid;
	gap: 1rem;
	--service-faq-border: rgba(255, 255, 255, 0.1);
	--service-faq-question: var(--smart-hair-white);
	--service-faq-answer: var(--smart-hair-text);
	--service-faq-icon: rgba(255, 255, 255, 0.72);
	--service-faq-icon-active: var(--smart-hair-gold);
	--service-faq-hover: rgba(255, 255, 255, 0.06);
}

.faq-item {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--service-faq-border);
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.15rem 2.35rem 0.15rem 0;
	font-family: var(--smart-hair-serif);
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.25;
	position: relative;
	color: var(--service-faq-question);
	transition: color 180ms ease, opacity 180ms ease;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
	border: 1px solid currentColor;
	font-family: var(--smart-hair-mono);
	font-size: 0.78rem;
	font-style: normal;
	letter-spacing: 0;
	color: var(--service-faq-icon);
	background: transparent;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.faq-item:hover summary,
.faq-item:focus-within summary {
	color: var(--service-faq-icon-active);
}

.faq-item:hover summary::after,
.faq-item:focus-within summary::after {
	color: var(--service-faq-icon-active);
	border-color: rgba(212, 175, 55, 0.45);
	background: var(--service-faq-hover);
}

.faq-item[open] summary::after {
	content: "−";
	color: var(--service-faq-icon-active);
	border-color: rgba(212, 175, 55, 0.4);
	background: var(--service-faq-hover);
	transform: translateY(-50%);
}

.faq-item p {
	margin: 1rem 0 0;
	color: var(--service-faq-answer);
	line-height: 1.8;
	max-width: 50rem;
}

.service-section--light .faq-list {
	--service-faq-border: rgba(10, 10, 10, 0.12);
	--service-faq-question: var(--smart-hair-ink);
	--service-faq-answer: rgba(10, 10, 10, 0.78);
	--service-faq-icon: rgba(10, 10, 10, 0.78);
	--service-faq-icon-active: var(--smart-hair-ink);
	--service-faq-hover: rgba(10, 10, 10, 0.05);
}

.two-up {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.value-card {
	padding: 1.5rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.value-card h3 {
	margin: 0 0 0.75rem;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
}

.value-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.8;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 1rem;
}

.contact-card {
	padding: 1.5rem;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.contact-card h3 {
	margin: 0 0 0.75rem;
	font-family: var(--smart-hair-serif);
	font-size: 2rem;
	font-style: italic;
}

.contact-card p,
.contact-card li {
	color: rgba(255, 255, 255, 0.64);
	line-height: 1.8;
}

.contact-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.is-hidden {
	display: none !important;
}

.reveal,
[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.container {
	width: min(1280px, calc(100vw - 3rem));
}

.site-header__inner,
.site-footer .container {
	width: min(1280px, calc(100vw - 3rem));
}

.site-brand__title {
	font-size: var(--smart-hair-type-logo-title);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.site-brand__subtitle {
	font-size: var(--smart-hair-type-logo-subtitle);
	letter-spacing: 0.48em;
}

.site-nav {
	gap: 2rem;
}

.site-nav__list {
	gap: 2.4rem;
}

.site-nav__link {
	font-size: var(--smart-hair-type-nav-link);
	letter-spacing: 0.32em;
	font-weight: 700;
}

.site-nav__cta.button {
	min-height: 3.2rem;
	padding-inline: 2.2rem;
	border-radius: 0.28rem;
	font-size: var(--smart-hair-type-button);
	color: #fff;
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.2);
}

.sample-home {
	background: var(--smart-hair-ink);
	overflow-x: clip;
}

.sample-home .page-section {
	padding: 8rem 0;
}

.sample-home .hero--immersive {
	min-height: calc(100svh - 5.75rem);
}

.sample-home .hero__backdrop img {
	opacity: 0.58;
}

.sample-home .hero__overlay {
	background: linear-gradient(180deg, var(--smart-hair-hero-overlay-top, rgba(0, 0, 0, 0.75)) 0%, var(--smart-hair-hero-overlay-middle, rgba(0, 0, 0, 0.38)) 45%, var(--smart-hair-hero-overlay-bottom, #0a0a0a) 100%);
}

.sample-home .hero--immersive .container {
	width: min(1280px, calc(100vw - 3rem));
}

.sample-home .hero--immersive .hero__grid {
	min-height: calc(100svh - 5.75rem);
	align-items: center;
	align-content: center;
	padding-block: 3.4rem 2.2rem;
	padding-inline: 0;
}

/* WooCommerce Premium Dark Theme */
body.woocommerce,
body.woocommerce-page {
	background:
		radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 34%),
		linear-gradient(180deg, #050505 0%, #0a0a0a 28%, #111 100%);
	color: rgba(255, 255, 255, 0.86);
}

body.woocommerce .site-main,
body.woocommerce-page .site-main {
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

body.woocommerce .page-section,
body.woocommerce-page .page-section {
	padding-block: clamp(2rem, 4vw, 3.5rem) clamp(4rem, 8vw, 6rem);
}

body.woocommerce .smart-woo-catalog-page > .container,
body.woocommerce-page .smart-woo-catalog-page > .container,
body.single-product .smart-woo-single-page > .container {
	width: min(1320px, calc(100vw - 2.5rem));
}

body.woocommerce .content-card,
body.woocommerce-page .content-card {
	position: relative;
	overflow: hidden;
	padding: clamp(1.4rem, 2vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
		rgba(11, 11, 11, 0.9);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

body.woocommerce .section-title,
body.woocommerce-page .section-title {
	margin: 0 0 clamp(1.5rem, 3vw, 2.6rem);
	font-family: var(--smart-hair-serif);
	font-size: clamp(2.9rem, 6vw, 4.75rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	color: #f7f3ea;
	text-wrap: balance;
}

body.smart-woo-product-cat .content-card > .section-title {
	display: none;
}

body.single-product .content-card > .section-title {
	font-size: clamp(2.15rem, 4.2vw, 3.9rem);
	max-width: 14ch;
	margin-bottom: 1.6rem;
}

body.woocommerce .entry-content,
body.woocommerce-page .entry-content {
	color: inherit;
}

body.woocommerce .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-breadcrumb,
body.woocommerce .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count,
body.woocommerce .product_meta,
body.woocommerce-page .product_meta,
body.woocommerce .stock,
body.woocommerce-page .stock,
body.woocommerce .woocommerce-tabs .panel,
body.woocommerce-page .woocommerce-tabs .panel {
	color: rgba(255, 255, 255, 0.64);
}

body.woocommerce .woocommerce-breadcrumb a,
body.woocommerce-page .woocommerce-breadcrumb a,
body.woocommerce .product_meta a,
body.woocommerce-page .product_meta a,
body.woocommerce .reset_variations,
body.woocommerce-page .reset_variations {
	color: rgba(212, 175, 55, 0.86);
}

body.woocommerce .woocommerce-breadcrumb a:hover,
body.woocommerce-page .woocommerce-breadcrumb a:hover,
body.woocommerce .product_meta a:hover,
body.woocommerce-page .product_meta a:hover,
body.woocommerce .reset_variations:hover,
body.woocommerce-page .reset_variations:hover {
	color: #f0d372;
	opacity: 1;
}

body.woocommerce .woocommerce-notices-wrapper,
body.woocommerce-page .woocommerce-notices-wrapper {
	margin-bottom: 1.4rem;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
	border: 1px solid rgba(212, 175, 55, 0.22);
	border-left-width: 1px;
	border-radius: 1.1rem;
	background: rgba(20, 20, 20, 0.88);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
	color: rgba(255, 255, 255, 0.86);
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before,
body.woocommerce .woocommerce-error::before,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page .woocommerce-error::before {
	color: var(--smart-hair-gold);
}

body.woocommerce .woocommerce-message a,
body.woocommerce .woocommerce-info a,
body.woocommerce .woocommerce-error a,
body.woocommerce-page .woocommerce-message a,
body.woocommerce-page .woocommerce-info a,
body.woocommerce-page .woocommerce-error a {
	color: #f0d372;
}

.site-main .woocommerce-notices-wrapper .woocommerce-message a.button,
.site-main .woocommerce-notices-wrapper .woocommerce-info a.button,
.site-main .woocommerce-notices-wrapper .woocommerce-error a.button,
.site-main .woocommerce-notices-wrapper .button.wc-forward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 2.85rem;
	padding: 0 1.35rem;
	border: 1px solid rgba(245, 221, 141, 0.54);
	border-radius: 0.42rem;
	background: linear-gradient(135deg, #b98c2a 0%, #d4ae4a 52%, #efd578 100%);
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.18);
	color: #111;
	font-family: var(--smart-hair-mono);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.site-main .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.site-main .woocommerce-notices-wrapper .woocommerce-info a.button:hover,
.site-main .woocommerce-notices-wrapper .woocommerce-error a.button:hover,
.site-main .woocommerce-notices-wrapper .button.wc-forward:hover,
.site-main .woocommerce-notices-wrapper .woocommerce-message a.button:focus-visible,
.site-main .woocommerce-notices-wrapper .woocommerce-info a.button:focus-visible,
.site-main .woocommerce-notices-wrapper .woocommerce-error a.button:focus-visible,
.site-main .woocommerce-notices-wrapper .button.wc-forward:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow: 0 22px 42px rgba(212, 175, 55, 0.26);
	color: #111;
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box,
body.woocommerce-checkout #payment .wc_payment_method .payment_box {
	margin-top: 0.9rem;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(212, 175, 55, 0.16);
	border-radius: 0.95rem;
	background: rgba(12, 12, 12, 0.94);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.8);
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box::before,
body.woocommerce-checkout #payment .wc_payment_method .payment_box::before {
	border-bottom-color: rgba(12, 12, 12, 0.94);
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box p,
body.woocommerce-checkout #payment .wc_payment_method .payment_box p,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box li,
body.woocommerce-checkout #payment .wc_payment_method .payment_box li,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box small,
body.woocommerce-checkout #payment .wc_payment_method .payment_box small {
	color: rgba(255, 255, 255, 0.8);
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box a,
body.woocommerce-checkout #payment .wc_payment_method .payment_box a {
	color: #f0d372;
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box a:hover,
body.woocommerce-checkout #payment .wc_payment_method .payment_box a:hover,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box a:focus-visible,
body.woocommerce-checkout #payment .wc_payment_method .payment_box a:focus-visible {
	color: #ffe08a;
}

body.woocommerce .site-nav__link.is-active,
body.woocommerce-page .site-nav__link.is-active {
	color: var(--smart-hair-gold);
}

body.woocommerce .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button),
body.woocommerce .site-main .woocommerce button.button,
body.woocommerce .site-main .woocommerce input.button,
body.woocommerce .site-main .woocommerce .single_add_to_cart_button,
body.woocommerce-page .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button),
body.woocommerce-page .site-main .woocommerce button.button,
body.woocommerce-page .site-main .woocommerce input.button,
body.woocommerce-page .site-main .woocommerce .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 2.85rem;
	padding: 0 1.35rem;
	border: 1px solid rgba(245, 221, 141, 0.54);
	border-radius: 0.42rem;
	background: linear-gradient(135deg, #b98c2a 0%, #d4ae4a 52%, #efd578 100%);
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.18);
	color: #111;
	font-family: var(--smart-hair-mono);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease;
}

body.woocommerce .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button):hover,
body.woocommerce .site-main .woocommerce button.button:hover,
body.woocommerce .site-main .woocommerce input.button:hover,
body.woocommerce .site-main .woocommerce .single_add_to_cart_button:hover,
body.woocommerce .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button):focus-visible,
body.woocommerce .site-main .woocommerce button.button:focus-visible,
body.woocommerce .site-main .woocommerce input.button:focus-visible,
body.woocommerce .site-main .woocommerce .single_add_to_cart_button:focus-visible,
body.woocommerce-page .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button):hover,
body.woocommerce-page .site-main .woocommerce button.button:hover,
body.woocommerce-page .site-main .woocommerce input.button:hover,
body.woocommerce-page .site-main .woocommerce .single_add_to_cart_button:hover,
body.woocommerce-page .site-main .woocommerce a.button:not(.smart-woo-product-card__cart-button):focus-visible,
body.woocommerce-page .site-main .woocommerce button.button:focus-visible,
body.woocommerce-page .site-main .woocommerce input.button:focus-visible,
body.woocommerce-page .site-main .woocommerce .single_add_to_cart_button:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.03);
	box-shadow: 0 22px 42px rgba(212, 175, 55, 0.26);
	color: #111;
}

body.woocommerce input.button:disabled,
body.woocommerce input.button:disabled[disabled],
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	opacity: 0.52;
	box-shadow: none;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.2rem, 2vw, 1.8rem);
	margin: 0;
	padding: 0;
}

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

body.woocommerce ul.products li.product,
body.woocommerce ul.products li.product-category,
body.woocommerce-page ul.products li.product,
body.woocommerce-page ul.products li.product-category {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0.88rem;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.28rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(8, 8, 8, 0.98));
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce ul.products li.product-category:hover,
body.woocommerce-page ul.products li.product:hover,
body.woocommerce-page ul.products li.product-category:hover {
	transform: translateY(-5px);
	border-color: rgba(212, 175, 55, 0.34);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

body.woocommerce ul.products li.product > a:first-child,
body.woocommerce ul.products li.product-category > a:first-child,
body.woocommerce-page ul.products li.product-category > a:first-child {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	overflow: visible;
	gap: 0.65rem;
	line-height: 0;
}

.smart-woo-product-card__image-link img,
.smart-woo-product-card__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center center;
	margin: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: transform 220ms ease, box-shadow 220ms ease;
	align-self: center;
}

body.woocommerce ul.products li.product-category a img,
body.woocommerce-page ul.products li.product-category a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
	margin: 0;
	padding: 0;
	border-radius: 0.88rem;
	background: transparent;
	box-shadow: none;
}

.smart-woo-archive-woocommerce .smart-woo-product-card__image-link img,
.smart-woo-archive-woocommerce .smart-woo-product-card__media img {
	object-position: center center;
	transform: translateY(3px);
}

body.woocommerce ul.products li.product:hover a img,
body.woocommerce ul.products li.product-category:hover a img,
body.woocommerce-page ul.products li.product:hover a img,
body.woocommerce-page ul.products li.product-category:hover a img {
	transform: translateY(-2px);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
}

body.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-page ul.products li.product-category .woocommerce-loop-category__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.4rem 0.55rem;
	margin: 0.1rem 0 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.45rem, 1.75vw, 1.8rem);
	font-weight: 500;
	line-height: 1.08;
	color: #faf6ef;
}

body.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count,
body.woocommerce-page ul.products li.product-category .woocommerce-loop-category__title .count {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.48);
	font-family: var(--smart-hair-mono);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin: 0.2rem 0 0.7rem;
	display: -webkit-box;
	overflow: hidden;
	min-height: 4.2em;
	font-family: var(--smart-hair-sans);
	font-size: 1.04rem;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.94);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price {
	color: #d7b24e;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 600;
	line-height: 1.1;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce-page ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce-page div.product p.price del {
	color: rgba(255, 255, 255, 0.42);
}

body.woocommerce ul.products li.product .price ins,
body.woocommerce-page ul.products li.product .price ins,
body.woocommerce div.product p.price ins,
body.woocommerce-page div.product p.price ins {
	color: inherit;
}

body.woocommerce ul.products li.product .button:not(.smart-woo-product-card__cart-button),
body.woocommerce-page ul.products li.product .button:not(.smart-woo-product-card__cart-button) {
	width: 100%;
	margin-top: auto;
}

body.woocommerce ul.products li.product .onsale,
body.woocommerce ul.products li.product-category .onsale,
body.woocommerce-page ul.products li.product .onsale,
body.woocommerce-page ul.products li.product-category .onsale {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.1rem;
	height: 3.1rem;
	padding: 0 0.75rem;
	border: 0;
	border-radius: 999px;
	background: #d7b24e;
	color: #111;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(212, 175, 55, 0.26);
	transform: none;
	pointer-events: none;
}

body.woocommerce ul.products li.product .onsale:after,
body.woocommerce ul.products li.product-category .onsale:after,
body.woocommerce-page ul.products li.product .onsale:after,
body.woocommerce-page ul.products li.product-category .onsale:after {
	display: none;
}

.smart-woo-archive-hero {
	--smart-hair-category-hero-image: none;
	position: relative;
	overflow: hidden;
	min-height: clamp(16rem, 34vw, 21rem);
	margin: 0 0 clamp(1.4rem, 3vw, 2.2rem);
	padding: clamp(2rem, 4vw, 2.8rem);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 1.85rem;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.68)),
		radial-gradient(circle at top, rgba(212, 175, 55, 0.2), transparent 40%),
		var(--smart-hair-category-hero-image);
	background-position: center;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 30px 70px rgba(0, 0, 0, 0.35);
	isolation: isolate;
}

.smart-woo-archive-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.5) 55%, rgba(5, 5, 5, 0.82) 100%);
	z-index: -1;
}

.smart-woo-archive-hero__inner {
	width: min(720px, 100%);
	text-align: center;
}

.smart-woo-archive-hero__eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--smart-hair-mono);
	font-size: 0.76rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.smart-woo-archive-hero__title {
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(2.8rem, 5.4vw, 4.7rem);
	font-weight: 600;
	line-height: 0.96;
	letter-spacing: -0.04em;
	color: #fff;
	text-wrap: balance;
}

.smart-woo-archive-hero__description {
	max-width: 44rem;
	margin: 1rem auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

.smart-woo-archive-hero__description p {
	margin: 0;
}

body.smart-woo-product-cat .woocommerce-result-count,
body.smart-woo-product-cat .woocommerce-ordering {
	margin-top: 0.3rem;
}

body.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
	position: relative;
	margin-bottom: 1.7rem;
}

body.woocommerce .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count {
	margin-bottom: 1.25rem;
	font-family: var(--smart-hair-mono);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.woocommerce .woocommerce-ordering select,
body.woocommerce-page .woocommerce-ordering select,
body.woocommerce form .form-row select,
body.woocommerce-page form .form-row select {
	width: min(100%, 18rem);
	min-height: 3.15rem;
	padding: 0.9rem 3rem 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		#121212;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--smart-hair-mono);
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

body.woocommerce .woocommerce-ordering::after,
body.woocommerce-page .woocommerce-ordering::after {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: calc(50% - 0.18rem);
	width: 0.55rem;
	height: 0.55rem;
	border-right: 1px solid rgba(255, 255, 255, 0.62);
	border-bottom: 1px solid rgba(255, 255, 255, 0.62);
	transform: rotate(45deg);
	pointer-events: none;
}

body.woocommerce .woocommerce-ordering select:focus,
body.woocommerce-page .woocommerce-ordering select:focus,
body.woocommerce form .form-row select:focus,
body.woocommerce-page form .form-row select:focus {
	outline: none;
	border-color: rgba(212, 175, 55, 0.42);
	box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08);
}

body.single-product div.product,
body.single-product .woocommerce div.product,
body.single-product .woocommerce-page div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(20rem, 0.98fr);
	gap: clamp(1.6rem, 3vw, 3rem);
	align-items: start;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce-page div.product .woocommerce-product-gallery {
	position: sticky;
	top: 7rem;
	width: auto;
	margin: 0;
	padding: clamp(1rem, 1.8vw, 1.35rem);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.8rem;
	background: linear-gradient(180deg, #f8f6f0 0%, #ece4d8 100%);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

body.single-product .woocommerce div.product div.images img,
body.single-product .woocommerce-page div.product div.images img {
	border-radius: 1.25rem;
}

body.single-product .woocommerce div.product .summary,
body.single-product .woocommerce-page div.product .summary {
	width: auto;
	margin: 0;
	padding: clamp(1.35rem, 2vw, 1.85rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.8rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		rgba(12, 12, 12, 0.92);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

body.single-product .woocommerce div.product .summary > *:first-child,
body.single-product .woocommerce-page div.product .summary > *:first-child {
	margin-top: 0;
}

body.single-product .woocommerce-product-details__short-description {
	margin-bottom: 1.2rem;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
}

body.single-product .stock,
body.single-product .woocommerce div.product .stock,
body.single-product .woocommerce-page div.product .stock {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.4rem;
	color: #b9d8b5;
	font-family: var(--smart-hair-mono);
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.single-product .stock::before {
	content: "";
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(185, 216, 181, 0.12);
}

body.single-product .woocommerce div.product form.cart,
body.single-product .woocommerce-page div.product form.cart {
	margin: 0 0 1.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
}

body.single-product .woocommerce .quantity .qty,
body.single-product .woocommerce-page .quantity .qty {
	min-height: 2.95rem;
	width: 4.8rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.56rem;
	background: #151515;
	color: #fff;
	text-align: center;
	font-family: var(--smart-hair-mono);
	font-size: 0.88rem;
}

body.single-product .single_add_to_cart_button {
	flex: 1 1 15rem;
}

body.single-product .ppc-button-wrapper,
body.single-product #ppc-button-ppcp-gateway {
	width: 100%;
}

body.single-product .ppc-button-wrapper {
	margin: 0.8rem 0 1.3rem;
}

body.single-product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.92rem;
}

body.single-product .product_meta > span {
	margin: 0;
}

body.single-product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: clamp(0.6rem, 2vw, 1.5rem);
	padding: clamp(1.4rem, 2vw, 1.85rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.7rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
		rgba(10, 10, 10, 0.94);
}

body.single-product .woocommerce-tabs ul.tabs {
	margin: 0 0 1.3rem;
	padding: 0 0 0.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

body.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	padding: 0.75rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover {
	border-color: rgba(212, 175, 55, 0.34);
	background: rgba(212, 175, 55, 0.09);
	color: #f8f0db;
}

body.woocommerce nav.woocommerce-pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding: 0;
	border: 0;
}

body.woocommerce nav.woocommerce-pagination ul li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	min-width: 2.8rem;
	min-height: 2.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.02);
	color: rgba(255, 255, 255, 0.84);
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover {
	border-color: rgba(212, 175, 55, 0.38);
	background: rgba(212, 175, 55, 0.14);
	color: #f8f0db;
}

@media (max-width: 991px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product .woocommerce div.product,
	body.single-product .woocommerce-page div.product {
		grid-template-columns: 1fr;
	}

	body.single-product .woocommerce div.product .woocommerce-product-gallery,
	body.single-product .woocommerce-page div.product .woocommerce-product-gallery {
		position: static;
	}
}

@media (max-width: 767px) {
	body.woocommerce .smart-woo-catalog-page > .container,
	body.woocommerce-page .smart-woo-catalog-page > .container,
	body.single-product .smart-woo-single-page > .container {
		width: min(100vw - 1.2rem, 100%);
	}

	body.woocommerce .content-card,
	body.woocommerce-page .content-card {
		padding: 1.1rem;
		border-radius: 1.35rem;
	}

	body.woocommerce .section-title,
	body.woocommerce-page .section-title {
		font-size: clamp(2.3rem, 10vw, 3.2rem);
	}

	body.single-product .content-card > .section-title {
		font-size: clamp(2.1rem, 9vw, 2.8rem);
	}

	body.woocommerce ul.products,
	body.woocommerce-page ul.products {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	body.woocommerce ul.products li.product,
	body.woocommerce ul.products li.product-category,
	body.woocommerce-page ul.products li.product,
	body.woocommerce-page ul.products li.product-category {
		padding: 0.85rem;
	}

	.smart-woo-archive-hero {
		min-height: 15rem;
		padding: 1.5rem 1.1rem;
		border-radius: 1.35rem;
	}

	.smart-woo-archive-hero__title {
		font-size: clamp(2.2rem, 10vw, 3.1rem);
	}

	body.woocommerce .woocommerce-ordering,
	body.woocommerce-page .woocommerce-ordering,
	body.woocommerce .woocommerce-result-count,
	body.woocommerce-page .woocommerce-result-count {
		float: none;
		width: 100%;
	}

	body.woocommerce .woocommerce-ordering select,
	body.woocommerce-page .woocommerce-ordering select,
	body.woocommerce form .form-row select,
	body.woocommerce-page form .form-row select {
		width: 100%;
	}

	body.single-product .woocommerce div.product .summary,
	body.single-product .woocommerce-page div.product .summary,
	body.single-product .woocommerce div.product .woocommerce-product-gallery,
	body.single-product .woocommerce-page div.product .woocommerce-product-gallery,
	body.single-product .woocommerce-tabs {
		border-radius: 1.35rem;
	}

	body.single-product .woocommerce div.product form.cart,
	body.single-product .woocommerce-page div.product form.cart {
		display: grid;
		grid-template-columns: 4.3rem minmax(0, 1fr);
		gap: 0.7rem;
		align-items: stretch;
	}

	body.single-product .woocommerce .quantity .qty,
	body.single-product .woocommerce-page .quantity .qty,
	body.single-product .single_add_to_cart_button {
		width: 100%;
	}
}

/* WooCommerce Second Pass */
body.woocommerce,
body.woocommerce-page {
	background:
		radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 28%),
		linear-gradient(180deg, #060606 0%, #0b0b0b 34%, #111 100%);
	color: rgba(255, 255, 255, 0.84);
}

.smart-woo-site-main {
	min-height: 60vh;
}

.smart-woo-catalog-page .container,
.smart-woo-single-page .container {
	width: min(1380px, calc(100vw - 2.5rem));
}

.smart-woo-catalog {
	display: grid;
	grid-template-columns: minmax(14.5rem, 17.5rem) minmax(0, 1fr);
	gap: clamp(1.2rem, 2vw, 2rem);
	align-items: start;
}

.smart-woo-sidebar {
	position: sticky;
	top: 7.25rem;
}

.smart-woo-sidebar__inner {
	padding: 1.4rem 1.1rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.7rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
		rgba(14, 14, 14, 0.94);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.smart-woo-sidebar__eyebrow,
.smart-woo-archive-header__eyebrow,
.smart-woo-product-card__category,
.smart-woo-product-detail__category {
	margin: 0;
	font-family: var(--smart-hair-mono);
	font-size: 0.74rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.smart-woo-sidebar__eyebrow {
	color: rgba(255, 255, 255, 0.48);
}

.smart-woo-sidebar__title {
	margin: 0.35rem 0 1.1rem;
	font-family: var(--smart-hair-serif);
	font-size: 1.8rem;
	line-height: 1;
	color: #f8f4ec;
}

.smart-woo-sidebar__nav {
	display: grid;
	gap: 0.3rem;
	scrollbar-width: none;
}

.smart-woo-sidebar__nav::-webkit-scrollbar {
	display: none;
}

.smart-woo-sidebar__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 0.88rem 0.95rem;
	border: 1px solid transparent;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.56);
	font-family: var(--smart-hair-mono);
	font-size: 0.76rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.smart-woo-sidebar__link small {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.38);
}

.smart-woo-sidebar__link:hover,
.smart-woo-sidebar__link:focus-visible {
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.06);
	opacity: 1;
}

.smart-woo-sidebar__link.is-active {
	color: var(--smart-hair-gold);
	background: rgba(212, 175, 55, 0.08);
	border-color: rgba(212, 175, 55, 0.24);
}

.smart-woo-sidebar__link.is-active small {
	color: rgba(240, 211, 114, 0.78);
}

.smart-woo-catalog__main,
.smart-woo-product-detail {
	padding: clamp(1.35rem, 2vw, 1.9rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
		rgba(15, 15, 15, 0.95);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.smart-woo-archive-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.6rem;
	padding: clamp(1.25rem, 2.2vw, 1.9rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		linear-gradient(180deg, rgba(11, 11, 11, 0.98), rgba(6, 6, 6, 0.98));
}

.smart-woo-archive-header.has-hero-image {
	isolation: isolate;
	min-height: clamp(12.5rem, 15vw, 14.4rem);
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: rgba(255, 255, 255, 0.06);
	background: rgba(11, 11, 11, 0.98);
}

.smart-woo-archive-header.has-hero-image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background-image: var(--smart-hair-category-hero-image, none);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.smart-woo-archive-header.has-hero-image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.76)),
		radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 42%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.smart-woo-archive-header__inner {
	position: relative;
	z-index: 2;
	max-width: 48rem;
}

.smart-woo-archive-header.has-hero-image .smart-woo-archive-header__inner {
	text-align: center;
}

.smart-woo-archive-header__eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

.smart-woo-archive-header__title {
	margin: 0.5rem 0 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(2.8rem, 5vw, 4.95rem);
	font-weight: 600;
	line-height: 0.94;
	letter-spacing: -0.05em;
	color: #f8f4ec;
	text-wrap: balance;
}

.smart-woo-archive-header__description {
	max-width: 42rem;
	margin: 0.75rem 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.98rem;
	line-height: 1.68;
}

.smart-woo-archive-header.has-hero-image .smart-woo-archive-header__description {
	margin-inline: auto;
}

.smart-woo-archive-header__description p {
	margin: 0;
}

.smart-woo-archive-woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.smart-woo-archive-woocommerce .woocommerce-result-count,
.smart-woo-archive-woocommerce .woocommerce-ordering {
	margin-bottom: 1.2rem;
}

.smart-woo-archive-woocommerce .woocommerce-result-count {
	float: left;
	color: rgba(255, 255, 255, 0.44);
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.smart-woo-archive-woocommerce .woocommerce-ordering {
	float: right;
	position: relative;
}

.smart-woo-archive-woocommerce .woocommerce-ordering::after {
	content: "";
	position: absolute;
	right: 1.3rem;
	top: calc(50% - 0.2rem);
	width: 0.55rem;
	height: 0.55rem;
	border-right: 1px solid rgba(255, 255, 255, 0.52);
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
	transform: rotate(45deg);
	pointer-events: none;
}

.smart-woo-archive-woocommerce .woocommerce-ordering select {
	min-height: 3.15rem;
	padding: 0.92rem 3rem 0.92rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		#111;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--smart-hair-mono);
	font-size: 0.76rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	appearance: none;
	-webkit-appearance: none;
}

.smart-woo-archive-woocommerce ul.products {
	clear: both;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: stretch;
	align-items: stretch;
	gap: clamp(1rem, 1.55vw, 1.45rem);
}

.smart-woo-archive-woocommerce ul.products li.product,
.smart-woo-archive-woocommerce ul.products li.product-category {
	width: 100%;
	margin: 0;
	float: none;
	min-width: 0;
	align-self: stretch;
	justify-self: stretch;
	max-width: none;
}

.smart-woo-archive-woocommerce ul.products li.smart-woo-product-card {
	padding: 0;
	display: block;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.smart-woo-archive-woocommerce ul.products li.smart-woo-product-card:hover {
	transform: none;
	border-color: transparent;
	box-shadow: none;
}

body.woocommerce .smart-woo-archive-woocommerce ul.products[class*="columns-"] li.product,
body.woocommerce .smart-woo-archive-woocommerce ul.products[class*="columns-"] li.product-category,
body.woocommerce-page .smart-woo-archive-woocommerce ul.products[class*="columns-"] li.product,
body.woocommerce-page .smart-woo-archive-woocommerce ul.products[class*="columns-"] li.product-category {
	width: 100% !important;
	max-width: none;
	float: none;
}

.smart-woo-archive-woocommerce ul.products li.product-category {
	padding: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.16rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		rgba(10, 10, 10, 0.96);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	max-width: 13.1rem;
	justify-self: start;
}

.smart-woo-archive-woocommerce ul.products li.product-category:hover {
	transform: translateY(-5px);
	border-color: rgba(212, 175, 55, 0.24);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.smart-woo-archive-woocommerce ul.products li.product-category a {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	height: 100%;
	gap: 0.65rem;
	line-height: 0;
}

.smart-woo-archive-woocommerce ul.products li.product-category a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
	margin: 0;
	padding: 0;
	border-radius: 0.88rem;
	background: transparent;
	box-shadow: none;
}

.smart-woo-archive-woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem 0.55rem;
	margin: 0;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.12rem, 1.3vw, 1.35rem);
	font-weight: 500;
	line-height: 1.08;
	color: #faf6ef;
}

.smart-woo-archive-woocommerce ul.products li.product-category .count {
	padding: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.42);
	font-family: var(--smart-hair-mono);
	font-size: 0.66rem;
	letter-spacing: 0.18em;
}

.smart-woo-product-card {
	position: relative;
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.12rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
		rgba(9, 9, 9, 0.97);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.smart-woo-product-card__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.smart-woo-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(212, 175, 55, 0.24);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.smart-woo-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	min-width: 0;
	color: inherit;
}

.smart-woo-product-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-width: 0;
	margin-bottom: 0.85rem;
	border: 0;
	border-radius: 0.4rem;
	background: linear-gradient(180deg, #f8f6f0 0%, #ede6d8 100%);
	line-height: 0;
	box-shadow: none;
}

.smart-woo-product-card__image-link {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
	line-height: 0;
}

body.woocommerce .smart-woo-product-card__image-link img,
body.woocommerce-page .smart-woo-product-card__image-link img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	object-position: center center;
	margin: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.smart-woo-product-card__media::after {
	display: none;
}

.smart-woo-product-card__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	object-position: center center;
	margin: auto;
	padding: 0;
	transition: transform 260ms ease;
}

.smart-woo-product-card__category {
	display: none;
}

.smart-woo-product-card__body {
	display: grid;
	gap: 0.55rem;
	width: 100%;
	min-width: 0;
}

.smart-woo-product-card__title-link {
	display: block;
	color: inherit;
}

.smart-woo-product-card .woocommerce-loop-product__title {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	min-height: 4.2em;
	font-family: var(--smart-hair-sans);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.92);
	transition: color 180ms ease;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.smart-woo-product-card:hover .woocommerce-loop-product__title {
	color: #d7b24e;
}

.smart-woo-product-card__price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	min-width: 0;
}

.smart-woo-product-card__price {
	min-width: 0;
	flex: 1 1 auto;
}

body.woocommerce ul.products li.product .smart-woo-product-card__price .price,
body.woocommerce-page ul.products li.product .smart-woo-product-card__price .price {
	margin: 0;
	color: #d7b24e;
	font-family: var(--smart-hair-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

.smart-woo-product-card__cart {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
}

.smart-woo-product-card__cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	box-shadow: none;
	font-size: 0;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	transition: color 220ms ease, transform 220ms ease, opacity 220ms ease;
}

body.woocommerce ul.products li.product .smart-woo-product-card__cart-button,
body.woocommerce-page ul.products li.product .smart-woo-product-card__cart-button {
	min-height: 0;
	width: auto;
	height: auto;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	box-shadow: none;
	font-family: inherit;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.smart-woo-product-card__cart-button .smart-woo-product-card__cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: 1.2rem;
}

.smart-woo-product-card__cart-button svg {
	display: block;
	width: 100%;
	height: 100%;
}

body.woocommerce ul.products li.product .smart-woo-product-card__cart-button:hover,
body.woocommerce ul.products li.product .smart-woo-product-card__cart-button:focus-visible,
body.woocommerce-page ul.products li.product .smart-woo-product-card__cart-button:hover,
body.woocommerce-page ul.products li.product .smart-woo-product-card__cart-button:focus-visible {
	color: var(--smart-hair-gold);
	transform: translateY(-1px);
	opacity: 1;
}

.smart-woo-product-card__cart-button .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.smart-woo-product-card__cart .added_to_cart {
	display: none;
}

.smart-woo-product-detail .single_add_to_cart_button,
.smart-woo-product-detail button.button,
.smart-woo-product-detail input.button {
	min-height: 2.75rem;
	padding: 0.68rem 1.2rem;
	border: 1px solid rgba(245, 221, 141, 0.52);
	border-radius: 0.58rem;
	background: linear-gradient(135deg, #b98c2a 0%, #d4af4c 54%, #f0d372 100%);
	color: #111;
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	box-shadow: 0 18px 36px rgba(212, 175, 55, 0.2);
}

.smart-woo-product-detail .single_add_to_cart_button:hover,
.smart-woo-product-detail .single_add_to_cart_button:focus-visible {
	color: #111;
	filter: brightness(1.02);
	box-shadow: 0 22px 42px rgba(212, 175, 55, 0.28);
}

.smart-woo-product-detail__top {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(20rem, 0.98fr);
	gap: clamp(1.6rem, 3vw, 3rem);
	align-items: start;
}

.smart-woo-product-detail__gallery .woocommerce-product-gallery {
	margin: 0;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.8rem;
	background: linear-gradient(180deg, #f8f5ee 0%, #ede4d7 100%);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.smart-woo-product-detail__gallery .woocommerce-product-gallery__wrapper,
.smart-woo-product-detail__gallery .woocommerce-product-gallery__image {
	border-radius: 1.28rem;
	overflow: hidden;
}

.smart-woo-product-detail__gallery .woocommerce-product-gallery__image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f7f3ec;
}

.smart-woo-product-detail__gallery .flex-control-thumbs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.65rem;
	margin: 0.9rem 0 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
}

.smart-woo-product-detail__gallery .flex-control-thumbs li {
	float: none;
	display: block;
	flex: 0 0 72px;
	width: 72px;
	margin: 0;
}

.smart-woo-product-detail__gallery .flex-control-thumbs a,
.smart-woo-product-detail__gallery .flex-control-thumbs img {
	display: block;
	width: 100%;
}

.smart-woo-product-detail__gallery .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 0.25rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.72rem;
	background: #f7f3ec;
	box-shadow: none;
}

.smart-woo-product-detail__gallery .flex-control-thumbs img.flex-active,
.smart-woo-product-detail__gallery .flex-control-thumbs li:hover img {
	border-color: rgba(212, 175, 55, 0.56);
	box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.18);
}

.smart-woo-product-detail__summary {
	padding: 0.25rem 0.2rem;
}

.smart-woo-breadcrumb {
	display: block;
	width: 100%;
	margin: 0;
	color: rgba(255, 255, 255, 0.44);
	font-family: var(--smart-hair-mono);
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.smart-woo-breadcrumb a {
	color: rgba(255, 255, 255, 0.48);
}

.smart-woo-breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.86);
	opacity: 1;
}

.smart-woo-breadcrumb__separator {
	margin: 0 0.5rem;
	color: rgba(255, 255, 255, 0.22);
}

.smart-woo-product-detail > .smart-woo-breadcrumb {
	margin: 0 0 1.25rem;
	grid-column: 1 / -1;
}

.smart-woo-product-detail__category {
	display: inline-flex;
	margin-bottom: 1rem;
	color: #d7b24e;
}

.smart-woo-product-detail__title {
	margin: 0 0 1rem;
	font-family: var(--smart-hair-serif);
	font-size: clamp(2rem, 3.2vw, 2.875rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.05em;
	color: #faf6ef;
	text-wrap: balance;
}

.smart-woo-product-detail__purchase {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.7rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		rgba(11, 11, 11, 0.92);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.smart-woo-product-detail__purchase > *:first-child {
	margin-top: 0;
}

.smart-woo-product-detail__purchase .price {
	margin: 0 0 1rem;
	color: #d7b24e;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.65rem, 2vw, 2rem);
	font-weight: 600;
}

.smart-woo-product-detail__purchase .woocommerce-product-details__short-description {
	margin-bottom: 1.15rem;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.76;
}

.smart-woo-product-detail__purchase .stock {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.4rem;
	color: #bfd9b6;
	font-family: var(--smart-hair-mono);
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.smart-woo-product-detail__purchase .stock::before {
	content: "";
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(191, 217, 182, 0.12);
}

.smart-woo-product-detail__purchase form.cart {
	margin: 0 0 1rem;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.15rem;
}

.smart-woo-product-detail__purchase .quantity {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 4.5rem;
	width: 4.5rem;
	height: 42px;
}

.smart-woo-product-detail__purchase .quantity .qty {
	width: 100%;
	height: 100%;
	min-height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.5rem;
	background: #101010;
	color: #fff;
	text-align: center;
	font-family: var(--smart-hair-mono);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.smart-woo-product-detail__purchase .single_add_to_cart_button,
.smart-woo-product-detail__purchase .single_add_to_cart_button.button,
.smart-woo-product-detail__purchase .single_add_to_cart_button.button.alt {
	flex: 0 0 auto;
	width: auto;
	min-width: 12.4rem;
	max-width: 100%;
	min-height: 42px;
	margin-left: auto;
	padding: 0 2.2rem;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 0.42rem;
	background: var(--smart-hair-gold) !important;
	box-shadow: 0 14px 28px rgba(212, 175, 55, 0.2);
	color: #111 !important;
	font-family: var(--smart-hair-mono);
	font-size: var(--smart-hair-type-button);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced {
	flex: 0 0 auto;
	width: auto;
	height: auto;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control {
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 44px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.52rem;
	background: #101010;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single {
	flex: 0 0 4rem;
	width: 4rem;
	box-sizing: border-box;
	min-width: 4rem;
	padding: 0 0.58rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single .smart-woo-quantity-control__button {
	display: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.74);
	font-family: var(--smart-hair-mono);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	user-select: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button:hover,
.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button:focus-visible {
	color: #d7b24e;
	background: rgba(212, 175, 55, 0.06);
	outline: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button:active {
	transform: translateY(1px);
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button:disabled {
	opacity: 0.38;
	cursor: not-allowed;
	transform: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty {
	width: 3.5rem;
	min-width: 3.5rem;
	height: 100%;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: transparent;
	color: #fff;
	text-align: center;
	font-family: var(--smart-hair-mono);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single .qty {
	position: absolute;
	inset: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
	caret-color: transparent;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__fixed-value {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: var(--smart-hair-mono);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	pointer-events: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single .smart-woo-quantity-control__fixed-value {
	display: inline-flex;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty::-webkit-outer-spin-button,
.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty:focus {
	outline: none;
}

.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty::selection {
	background: rgba(212, 175, 55, 0.25);
	color: #fff;
}

body.single-product .smart-woo-product-detail__purchase form.cart {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.15rem;
}

body.single-product .smart-woo-product-detail__purchase .quantity .qty {
	width: 100%;
	height: 100%;
	min-height: 42px;
	padding: 0;
	border-radius: 0.5rem;
}

body.single-product .smart-woo-product-detail__purchase .single_add_to_cart_button,
body.single-product .smart-woo-product-detail__purchase .single_add_to_cart_button.button,
body.single-product .smart-woo-product-detail__purchase .single_add_to_cart_button.button.alt {
	flex: 0 0 auto;
	width: auto;
	min-width: 12.4rem;
	max-width: 100%;
	min-height: 42px;
	margin-left: auto;
	padding: 0 2.2rem;
	border-radius: 0.42rem;
	font-size: var(--smart-hair-type-button);
	line-height: 1;
}

.smart-woo-product-detail__purchase .single_add_to_cart_button:hover,
.smart-woo-product-detail__purchase .single_add_to_cart_button:focus-visible,
.smart-woo-product-detail__purchase .single_add_to_cart_button.button.alt:hover,
.smart-woo-product-detail__purchase .single_add_to_cart_button.button.alt:focus-visible {
	background: #e3bf52 !important;
	color: #111 !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(212, 175, 55, 0.28);
}

.smart-woo-product-detail__purchase .ppc-button-wrapper {
	margin: 0.35rem 0 1rem;
}

.smart-woo-product-detail__purchase .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.92rem;
}

.smart-woo-product-detail__purchase .product_meta a {
	color: #d7b24e;
}

.smart-woo-product-detail__lower {
	margin-top: 1.8rem;
}

.smart-woo-product-detail__lower .woocommerce-tabs,
.smart-woo-product-detail__lower .related,
.smart-woo-product-detail__lower .upsells {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.7rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
		rgba(9, 9, 9, 0.95);
}

.smart-woo-product-detail__lower .woocommerce-tabs + .related,
.smart-woo-product-detail__lower .related + .upsells {
	margin-top: 1.2rem;
}

.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs {
	margin: 0 0 1.2rem;
	padding: 0 0 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs::before,
.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li::before,
.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li a {
	padding: 0.78rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.8);
	font-family: var(--smart-hair-mono);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li.active a,
.smart-woo-product-detail__lower .woocommerce-tabs ul.tabs li a:hover {
	border-color: rgba(212, 175, 55, 0.24);
	background: rgba(212, 175, 55, 0.1);
	color: #f8efdb;
}

.smart-woo-product-detail__lower .woocommerce-Tabs-panel,
.smart-woo-product-detail__lower .woocommerce-Tabs-panel p,
.smart-woo-product-detail__lower .woocommerce-Tabs-panel li {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
}

.smart-woo-product-detail__lower h2,
.smart-woo-product-detail__lower .related > h2,
.smart-woo-product-detail__lower .upsells > h2 {
	margin: 0 0 1rem;
	font-family: var(--smart-hair-serif);
	font-size: clamp(1.8rem, 2.8vw, 2.5rem);
	line-height: 1;
	color: #f8f4ec;
}

.smart-woo-product-detail__lower ul.products {
	margin-top: 1rem;
}

@media (min-width: 900px) {
	.smart-woo-product-detail > .smart-woo-breadcrumb {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		letter-spacing: 0.14em;
	}
}

@media (max-width: 700px) {
	.smart-woo-product-detail > .smart-woo-breadcrumb {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
}

.smart-woo-product-detail__lower .related ul.products,
.smart-woo-product-detail__lower .upsells ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.smart-woo-product-detail__lower .related ul.products li.product,
.smart-woo-product-detail__lower .upsells ul.products li.product {
	padding: 0.75rem;
	border-radius: 0.95rem;
}

.smart-woo-product-detail__lower .related .smart-woo-product-card__media,
.smart-woo-product-detail__lower .upsells .smart-woo-product-card__media {
	border-radius: 0.88rem;
	max-height: none;
}

.smart-woo-product-detail__lower .related .smart-woo-product-card__media img,
.smart-woo-product-detail__lower .upsells .smart-woo-product-card__media img,
.smart-woo-product-detail__lower .related ul.products li.product img,
.smart-woo-product-detail__lower .upsells ul.products li.product img {
	max-height: 90%;
	object-fit: contain;
}

.smart-woo-product-detail__lower .related .woocommerce-loop-product__title,
.smart-woo-product-detail__lower .upsells .woocommerce-loop-product__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 4.05em;
	font-size: 0.98rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.smart-woo-product-detail__lower .related .price,
.smart-woo-product-detail__lower .upsells .price {
	font-size: 0.96rem;
}

@media (max-width: 1100px) {
	.smart-woo-product-detail__lower .related ul.products,
	.smart-woo-product-detail__lower .upsells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.smart-woo-product-detail__lower .related ul.products,
	.smart-woo-product-detail__lower .upsells ul.products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.smart-woo-catalog {
		grid-template-columns: 1fr;
	}

	.smart-woo-sidebar {
		position: static;
	}

	.smart-woo-sidebar__nav {
		grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	}

	.smart-woo-archive-woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smart-woo-archive-woocommerce ul.products li.product-category {
		max-width: none;
	}

	.smart-woo-product-detail__top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.smart-woo-catalog-page .container,
	.smart-woo-single-page .container {
		width: min(100vw - 1rem, 100%);
	}

	.smart-woo-catalog__main,
	.smart-woo-product-detail {
		padding: 1rem;
		border-radius: 1.4rem;
	}

	.smart-woo-sidebar__inner {
		padding: 1rem;
		border-radius: 1.4rem;
	}

	.smart-woo-sidebar__nav {
		display: flex;
		gap: 0.65rem;
		overflow-x: auto;
		padding-bottom: 0.2rem;
	}

	.smart-woo-sidebar__link {
		flex: 0 0 auto;
	}

	.smart-woo-archive-header {
		padding: 1rem 0.9rem;
		border-radius: 1.35rem;
	}

	.smart-woo-archive-header.has-hero-image {
		min-height: 10.8rem;
	}

	.smart-woo-archive-header__title {
		font-size: clamp(2.25rem, 10vw, 3.2rem);
	}

	.smart-woo-archive-woocommerce .woocommerce-result-count,
	.smart-woo-archive-woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.smart-woo-archive-woocommerce .woocommerce-ordering {
		margin-top: 0.2rem;
	}

	.smart-woo-archive-woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.smart-woo-archive-woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.smart-woo-product-card,
	.smart-woo-archive-woocommerce ul.products li.product-category {
		padding: 0.85rem;
		border-radius: 1.28rem;
		max-width: none;
	}

	.smart-woo-product-card__media,
	.smart-woo-archive-woocommerce ul.products li.product-category a img {
		border-radius: 1rem;
	}

	.smart-woo-product-detail__title {
		font-size: clamp(1.9rem, 7vw, 2.4rem);
	}

	.smart-woo-product-detail__purchase {
		padding: 1.2rem;
		border-radius: 1.28rem;
	}

	.smart-woo-product-detail__purchase form.cart {
		flex-wrap: wrap;
		gap: 0.8rem;
	}

	.smart-woo-product-detail__purchase .quantity {
		flex: 0 0 4.5rem;
		width: 4.5rem;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced {
		flex: 0 0 auto;
		width: auto;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control {
		height: 44px;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single {
		flex-basis: 3.75rem;
		width: 3.75rem;
		min-width: 3.75rem;
		padding-inline: 0.45rem;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control__button {
		width: 36px;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single .smart-woo-quantity-control__button {
		display: none;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .qty {
		width: 3.2rem;
		min-width: 3.2rem;
	}

	.smart-woo-product-detail__purchase .quantity.smart-woo-quantity-enhanced .smart-woo-quantity-control--single .qty {
		position: absolute;
		inset: 0;
		width: 1px;
		height: 1px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		opacity: 0;
		pointer-events: none;
		clip-path: inset(50%);
		overflow: hidden;
		white-space: nowrap;
		caret-color: transparent;
	}

	.smart-woo-product-detail__purchase .single_add_to_cart_button {
		min-width: 0;
		padding-inline: 1.35rem;
	}

	.smart-woo-product-detail__lower .related .smart-woo-product-card__media,
	.smart-woo-product-detail__lower .upsells .smart-woo-product-card__media {
		max-height: none;
	}

	.smart-woo-product-detail__lower .related .smart-woo-product-card__media img,
	.smart-woo-product-detail__lower .upsells .smart-woo-product-card__media img,
	.smart-woo-product-detail__lower .related ul.products li.product img,
	.smart-woo-product-detail__lower .upsells ul.products li.product img {
		max-height: 13rem;
	}

	.smart-woo-product-detail__lower .woocommerce-tabs,
	.smart-woo-product-detail__lower .related,
	.smart-woo-product-detail__lower .upsells {
		padding: 1.1rem;
		border-radius: 1.28rem;
	}
}

.sample-home .hero__content {
	max-width: 100%;
}

.sample-home .hero__stack {
	max-width: 72rem;
}

.sample-home .hero__title-main {
	font-size: clamp(6rem, 10.4vw, 11.5rem);
	line-height: 0.78;
	letter-spacing: -0.07em;
}

.sample-home .hero__title-outline {
	font-size: clamp(5.8rem, 10vw, 11rem);
	line-height: 0.78;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
	opacity: 0.5;
}

.sample-home .hero--immersive .hero__lead {
	max-width: 28rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.sample-home .hero__scroll {
	right: 2rem;
	bottom: 2rem;
}

.sample-home .hero__scroll-ring {
	width: 5rem;
	height: 5rem;
}

.sample-home .hero__vertical {
	left: 0;
	bottom: 1rem;
	font-size: 0.56rem;
	letter-spacing: 0.48em;
	opacity: 0.38;
}

.sample-home .banner--paper {
	background: #f2efe9;
}

.sample-home #nanoplasty-preview {
	padding-block: 6rem;
}

.sample-home #nanoplasty-preview .banner__grid {
	--section-gap: 4rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: var(--section-gap);
}

.sample-home #nanoplasty-preview .banner__content--paper {
	flex: 0 0 calc(var(--smart-hair-ratio-signature-text) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-signature-text) - (var(--section-gap) / 2));
	max-width: none;
}

.sample-home #nanoplasty-preview .banner__media--portrait {
	flex: 0 0 calc(var(--smart-hair-ratio-signature-image) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-signature-image) - (var(--section-gap) / 2));
	max-width: none;
	aspect-ratio: 3 / 4;
	border-radius: 0.125rem;
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.12);
}

.sample-home #nanoplasty-preview .section-title--paper {
	font-size: var(--smart-hair-type-title-md);
	line-height: 1.12;
	letter-spacing: -0.04em;
	max-width: none;
}

.sample-home #nanoplasty-preview .section-lead {
	max-width: none;
	margin-top: 2rem;
	font-size: var(--smart-hair-type-body-lg);
	line-height: 1.65;
	color: rgba(10, 10, 10, 0.55);
}

.sample-home #nanoplasty-preview .text-link--dark {
	margin-top: 2.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	padding-bottom: 0.9rem;
	border-bottom-width: 2px;
}

.sample-home #nanoplasty-preview .text-link--dark:hover,
.sample-home #nanoplasty-preview .text-link--dark:focus-visible,
.sample-home #brand-story .text-link--light:hover,
.sample-home #brand-story .text-link--light:focus-visible {
	color: var(--smart-hair-gold);
	border-bottom-color: var(--smart-hair-gold);
}

.sample-home #nanoplasty-preview .banner__image--portrait img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.sample-home .section--dark {
	background: #1a1a1a;
}

.sample-home #brand-story {
	padding-block: 8.8rem 9.4rem;
}

.sample-home #brand-story .brand-story {
	--section-gap: 7rem;
	display: flex;
	flex-wrap: nowrap;
	gap: var(--section-gap);
	align-items: center;
}

.sample-home #brand-story .brand-story__media {
	flex: 0 0 calc(var(--smart-hair-ratio-brand-image) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-brand-image) - (var(--section-gap) / 2));
	max-width: none;
	padding-right: 2.4rem;
	padding-bottom: 2.4rem;
}

.sample-home #brand-story .brand-story__image img {
	aspect-ratio: 4 / 5;
	width: 100%;
}

.sample-home #brand-story .brand-story__copy {
	flex: 0 0 calc(var(--smart-hair-ratio-brand-text) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-brand-text) - (var(--section-gap) / 2));
	padding-right: 3rem;
}

.sample-home #brand-story .brand-story__badge {
	right: -1.6rem;
	bottom: -1.6rem;
	width: 14rem;
	height: 14rem;
	background: var(--smart-hair-gold);
	color: #fff;
	z-index: 3;
}

.sample-home #brand-story .brand-story__ghost {
	top: 0;
	right: -5rem;
	font-size: 20vw;
	font-weight: 900;
	line-height: 1;
	opacity: 0.05;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.sample-home #brand-story .brand-story__display {
	font-size: var(--smart-hair-type-title-lg);
	line-height: 1.08;
	max-width: 10.5ch;
}

.sample-home #brand-story .brand-story__display-accent {
	margin-top: 0.12em;
}

.sample-home #brand-story .section-lead {
	max-width: 31rem;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.78);
}

.sample-home #brand-story .brand-story__quote {
	max-width: 40rem;
	margin-top: 2.5rem;
	padding-left: 0;
	border-left: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.55);
}

.sample-home #brand-story .text-link--light {
	margin-top: 2.7rem;
	font-size: 0.82rem;
	letter-spacing: 0.34em;
}

.sample-home .section-title--italic {
	font-style: italic;
	font-size: var(--smart-hair-type-title-lg);
	line-height: 1.04;
}

.sample-home .section-heading {
	margin-bottom: 4rem;
}

.sample-home .section-index {
	font-size: 4.2rem;
	color: rgba(255, 255, 255, 0.18);
}

.sample-home .collections-grid {
	grid-template-columns: minmax(0, 2.05fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	height: 900px;
	min-height: 900px;
}

.sample-home .collections-grid .collection-card:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.sample-home .collections-grid .collection-card:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.sample-home .collections-grid .collection-card:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.sample-home .collection-card {
	min-height: auto;
}

.sample-home .collection-card__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
}

.sample-home .collection-card__content {
	inset: auto 2.5rem 2.5rem;
}

.sample-home .collection-card__content p {
	margin-bottom: 0.8rem;
	font-size: 0.72rem;
	letter-spacing: 0.42em;
}

.sample-home .collection-card__content h3 {
	font-size: 3rem;
	line-height: 1;
}

.sample-home .collection-card__content span {
	margin-top: 1.5rem;
	width: 4rem;
}

.sample-home .collection-card::after {
	content: "";
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: 2rem;
	height: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	transition: border-color 220ms ease;
}

.sample-home .collection-card:hover::after {
	border-color: var(--smart-hair-gold);
}

.sample-home .banner--glass {
	background: #f2efe9;
	border-top: 1px solid rgba(10, 10, 10, 0.05);
	border-bottom: 1px solid rgba(10, 10, 10, 0.05);
}

.sample-home #products-preview {
	padding-block: 8.5rem 8.7rem;
}

.sample-home #products-preview .banner__grid--reverse {
	--section-gap: 4rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: var(--section-gap);
}

.sample-home #products-preview .banner__media--landscape {
	flex: 0 0 calc(var(--smart-hair-ratio-product-image) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-product-image) - (var(--section-gap) / 2));
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
	isolation: isolate;
}

.sample-home #products-preview .banner__media--landscape::before {
	content: "";
	position: absolute;
	inset: -2.25rem;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.08);
	filter: blur(32px);
	z-index: -1;
}

.sample-home #products-preview .banner__image--large img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0.75rem;
	object-fit: cover;
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.12);
}

@media (hover: hover) {
	.sample-home #products-preview .banner__media--landscape:hover img {
		transform: scale(1.035);
	}
}

.sample-home #products-preview .banner__content--product {
	flex: 0 0 calc(var(--smart-hair-ratio-product-text) - (var(--section-gap) / 2));
	width: calc(var(--smart-hair-ratio-product-text) - (var(--section-gap) / 2));
	max-width: none;
}

.sample-home #products-preview .section-title--paper {
	max-width: none;
}

.sample-home #products-preview .section-title--product {
	font-size: var(--smart-hair-type-title-lg);
	line-height: 1.02;
	font-style: italic;
}

.sample-home #products-preview .section-lead {
	max-width: none;
	font-size: var(--smart-hair-type-body-lg);
	line-height: 1.68;
	margin-top: 2.25rem;
}

.sample-home #products-preview .button--dark {
	margin-top: 3rem;
	padding-inline: 2.5rem;
	min-height: 3.9rem;
	border-radius: 0.18rem;
}

.sample-home .banner--glass .section-lead {
	max-width: 34rem;
	font-size: var(--smart-hair-type-body-lg);
	line-height: 1.68;
	color: rgba(10, 10, 10, 0.56);
}

.sample-home .button--dark {
	margin-top: 2.8rem;
	min-height: 3.7rem;
	padding-inline: 2.6rem;
	border-radius: 0.2rem;
	font-size: 0.82rem;
	letter-spacing: 0.34em;
}

.sample-home #services.section--dark,
.sample-home .testimonials-grid {
	background: transparent;
}

.sample-home #services {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sample-home #services .section-heading {
	align-items: end;
	margin-bottom: 5rem;
}

.sample-home #services .section-title {
	font-size: clamp(5rem, 6vw, 6.8rem);
	line-height: 0.95;
}

.sample-home #services .section-lead {
	max-width: 34rem;
	font-size: 1.04rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.6);
}

.sample-home .services-grid__index {
	font-size: 1rem;
	letter-spacing: 0.34em;
}

.sample-home .services-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.sample-home .service-card {
	padding: 2rem;
	min-height: 16.5rem;
	background: transparent;
}

.sample-home .service-card__meta {
	margin-bottom: 2.8rem;
}

.sample-home .service-card__meta span {
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	font-style: italic;
	opacity: 0.4;
}

.sample-home .service-card__meta svg {
	width: 2rem;
	height: 2rem;
}

.sample-home .service-card h3 {
	font-size: 2.45rem;
}

.sample-home .service-card p {
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.5);
}

.sample-home .testimonials-grid {
	gap: 3rem;
}

.sample-home .testimonial-card {
	padding: 3rem;
	min-height: 18rem;
	background: rgba(255, 255, 255, 0.05);
}

.sample-home .testimonial-card__text {
	font-size: 3rem;
	line-height: 1.45;
}

.sample-home .testimonial-card::before {
	content: "❞";
	position: absolute;
	top: 1.1rem;
	left: 1.8rem;
	font-size: 5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.12);
}

.sample-home .testimonial-card__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.sample-home .testimonial-card__meta::before {
	content: "";
	display: block;
	width: 2.7rem;
	height: 1px;
	background: var(--smart-hair-gold);
}

.sample-home .cta-strip {
	padding-top: 9rem;
	padding-bottom: 10rem;
}

.sample-home .cta-strip__ghost {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18vw;
	width: 100vw;
	max-width: 100vw;
	padding-left: max(1.5rem, calc((100vw - min(1280px, calc(100vw - 3rem))) / 2));
	text-align: left;
	color: rgba(255, 255, 255, 0.03);
}

.sample-home .cta-strip__headline {
	font-size: var(--smart-hair-type-cta-headline);
	opacity: 0.68;
}

.sample-home .button--cta {
	min-width: 26rem;
	min-height: 5.4rem;
	font-size: 0.92rem;
	letter-spacing: 0.42em;
	background: #fff;
}

.site-footer {
	padding-top: 5.5rem;
}

.site-footer__grid {
	grid-template-columns: 1.45fr 0.8fr 0.8fr;
	align-items: start;
	grid-template-areas: "brand location hours";
}

.site-footer__col--brand {
	grid-area: brand;
}

.site-footer__col--location {
	grid-area: location;
}

.site-footer__col--hours {
	grid-area: hours;
}

.site-footer__logo {
	font-size: 3.3rem;
}

.site-footer__text {
	max-width: 23rem;
	font-size: 1.02rem;
	line-height: 1.8;
}

.site-footer__socials {
	margin-top: 2.2rem;
}

.site-footer__bar {
	padding-top: 3rem;
	margin-top: 2.5rem;
}

.site-footer__bar-links {
	gap: 2.5rem;
}

@media (max-width: 1100px) {
	.site-nav {
		display: none;
	}

	.site-header__toggle {
		display: inline-flex;
	}

	.hero__grid,
	.banner__grid,
	.brand-story,
	.cta-strip__inner,
	.split-layout,
	.page-hero__grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.hero__card--secondary {
		width: 72%;
		margin-left: auto;
	}

	.collections-grid,
	.services-grid,
	.values-grid,
	.pricing-grid,
	.testimonials-grid,
	.two-up,
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.sample-home #nanoplasty-preview .banner__grid,
	.sample-home #brand-story .brand-story {
		flex-direction: column;
	}

	.sample-home #nanoplasty-preview .banner__media--portrait,
	.sample-home #brand-story .brand-story__media,
	.sample-home #products-preview .banner__media--landscape {
		flex-basis: auto;
	}

	.sample-home #products-preview .banner__content--product {
		width: 100%;
		max-width: none;
		flex-basis: auto;
	}

	.sample-home #brand-story .brand-story__copy {
		padding-right: 0;
	}

}

@media (max-width: 820px) {
	.container {
		width: min(100vw - 0.75rem, 1180px);
	}

	.page-id-15115 .page-section > .container,
	.page-id-15115 .banner--paper > .container,
	.page-id-9095 .page-section > .container,
	.page-id-9095 .banner--paper > .container {
		width: min(100vw - 2.5rem, 1180px);
		padding-inline: 0;
	}

	.page-id-15115 .contact-page-quick-section > .container {
		width: min(1180px, 100%);
		max-width: none;
		padding-inline: 1.25rem;
	}

	.page-id-15115 .contact-page-quick-section {
		margin-inline: calc(50% - 50vw);
		padding-inline: 0;
		border-radius: 0;
	}

	.page-id-15115 .contact-page-hero,
	.page-id-9095 .about-us-hero__copy {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-id-9095 .section--dark > .container.content-card,
	.page-id-9095 .about-us-location-stack > .content-card:not(.about-us-map-card),
	.page-id-15115 .contact-page-final-card,
	.page-id-15115 .contact-page-map-stack > .content-card:not(.contact-page-map-card) {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-id-15115 .contact-page-quick-section .contact-card,
	.page-id-9095 .banner--paper .value-card,
	.page-id-9095 .banner--paper .content-card.service-card--light {
		padding: 1.35rem;
		border-radius: 1.1rem;
	}

	.page-id-9095 .banner--paper {
		margin-inline: calc(50% - 50vw);
		padding-inline: 0;
	}

	.page-id-9095 .banner--paper > .container {
		width: min(1180px, 100%);
		max-width: none;
		padding-inline: 1.25rem;
	}

	.page-id-15115 .page-hero,
	.page-id-9095 .page-hero {
		padding-top: 1rem;
		padding-bottom: 2.25rem;
	}

	.page-id-15115 .page-hero .section-title,
	.page-id-9095 .page-hero .section-title {
		font-size: clamp(2.7rem, 11vw, 3.7rem);
		line-height: 0.98;
		max-width: none;
	}

	.page-id-9095 .page-hero .section-title {
		font-size: clamp(2.45rem, 9.8vw, 3.2rem);
		line-height: 1;
	}

	.page-id-15115 .section--dark .section-title,
	.page-id-9095 .section--dark .section-title {
		font-size: clamp(2.45rem, 10vw, 3.3rem);
		line-height: 0.98;
		max-width: none;
	}

	.page-id-9095 .section--dark .section-title,
	.page-id-9095 .banner--paper .section-title {
		font-size: clamp(2.2rem, 8.6vw, 3rem);
		line-height: 1.02;
	}

	.page-id-15115 .page-shell__lead,
	.page-id-9095 .page-shell__lead,
	.page-id-15115 .content-card p,
	.page-id-9095 .content-card p,
	.page-id-9095 .content-card li,
	.page-id-15115 .contact-card p {
		max-width: none;
	}

	.page-id-9095 .about-us-hero__intro {
		margin-bottom: 1rem;
	}

	.page-id-9095 .about-us-hero__grid {
		gap: 1.25rem;
	}

	.page-id-9095 .page-hero__grid.about-us-hero__grid {
		gap: 1.1rem;
	}

	.page-id-9095 .page-hero__media img {
		min-height: 16rem;
		border-radius: 1rem;
	}

	.page-id-9095 .banner--paper .page-shell__intro {
		margin-bottom: 1rem;
	}

	.page-id-9095 .banner--paper .value-card h3,
	.page-id-9095 .banner--paper .content-card.service-card--light h3 {
		font-size: clamp(1.55rem, 6.8vw, 1.95rem);
		line-height: 1.08;
	}

	.page-id-9095 .about-us-location-stack {
		gap: 1.15rem;
	}

	.page-id-9095 .about-us-map-card {
		padding: 0.85rem;
		border-radius: 1rem;
	}

	.page-id-9095 .about-us-map-card iframe {
		min-height: 280px;
		border-radius: 0.9rem;
	}

	.page-id-15115 .contact-page-quick-section .page-shell__intro {
		margin-bottom: 1rem;
	}

	.page-id-15115 .contact-page-map-card {
		min-height: clamp(17rem, 62vw, 26rem);
	}

	.page-id-15115 .contact-page-map-card iframe {
		height: clamp(17rem, 62vw, 26rem);
		min-height: 0;
	}

	.page-id-15115 .contact-page-hero .hero__actions,
	.page-id-9095 .about-us-hero__copy .hero__actions {
		margin-top: 1.5rem;
	}

	.page-section {
		padding: 4.5rem 0;
	}

	.site-header__inner {
		min-height: 4.8rem;
	}

	.site-mobile-menu {
		inset-block-start: 4.8rem;
		padding: 0.8rem;
	}

	.site-mobile-menu__panel {
		max-height: calc(100svh - 6.2rem);
		padding: 1rem 1rem 0.85rem;
	}

	.site-mobile-menu__head {
		padding: 0.8rem 0.95rem 0.9rem;
		border-radius: 1.25rem;
	}

	.site-mobile-menu__list a {
		padding: 1rem 0.05rem;
		font-size: 1.12rem;
		letter-spacing: 0.2em;
	}

	.site-mobile-menu .eyebrow {
		font-size: 0.72rem;
	}

	.site-main {
		padding-top: 4.8rem;
	}

	.site-brand__title {
		font-size: clamp(2rem, 7vw, 2.7rem);
	}

	.site-brand__subtitle {
		letter-spacing: 0.28em;
	}

	.hero__stats,
	.collections-grid,
	.services-grid,
	.testimonials-grid,
	.pricing-grid,
	.values-grid,
	.two-up,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.hero__card--primary img,
	.hero__card--secondary img,
	.page-hero__media img {
		min-height: 20rem;
	}

	.page-id-9095 .page-hero__media img {
		min-height: 18rem;
		border-radius: 1.25rem;
	}

	.hero__card--secondary {
		width: 100%;
		margin-left: 0;
		transform: none;
	}

	.sample-home .hero--immersive {
		height: 100svh;
		min-height: 100svh;
		overflow: hidden;
	}

	.sample-home .hero--immersive .container {
		width: min(100vw - 1.75rem, 1180px);
		height: 100%;
	}

	.hero--immersive .hero__grid,
	.sample-home .hero--immersive .hero__grid {
		min-height: calc(100svh - 4.8rem);
		height: calc(100svh - 4.8rem);
		padding-block: 3.7rem 0.7rem;
		align-items: center;
		align-content: center;
	}

	.sample-home .hero__content {
		max-width: 19rem;
		margin-top: -3.9rem;
	}

	.sample-home .hero__stack {
		max-width: 100%;
	}

	.hero__title-main,
	.sample-home .hero__title-main {
		font-size: clamp(4rem, 18vw, 6.2rem);
		line-height: 0.84;
		letter-spacing: -0.06em;
	}

	.hero__title-outline,
	.sample-home .hero__title-outline {
		font-size: clamp(3.7rem, 17vw, 5.8rem);
		margin-top: -0.18em;
		line-height: 0.84;
		-webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
		opacity: 0.46;
	}

	.hero--immersive .hero__lead,
	.sample-home .hero--immersive .hero__lead {
		max-width: 18rem;
		font-size: 0.98rem;
		line-height: 1.52;
		margin-top: 1.35rem;
	}

	.hero__vertical {
		display: none;
	}

	.sample-home .hero__scroll {
		position: absolute;
		left: 0;
		right: auto;
		bottom: 0.55rem;
		display: inline-flex;
		align-items: center;
		gap: 0.9rem;
	}

	.sample-home .hero__scroll-ring {
		width: 4.2rem;
		height: 4.2rem;
		font-size: 1.25rem;
	}

	.sample-home .hero__scroll-copy {
		font-size: 0.58rem;
		letter-spacing: 0.2em;
	}

	.collection-card:first-child,
	.collection-card {
		min-height: 19rem;
		grid-row: auto;
	}

	.section-heading {
		align-items: start;
		flex-direction: column;
	}

	.section-index,
	.services-grid__index {
		font-size: 0.95rem;
		letter-spacing: 0.24em;
	}

	.sample-home #nanoplasty-preview {
		padding-block: 4.5rem 4.75rem;
	}

	.sample-home #nanoplasty-preview .banner__grid {
		gap: 2rem;
	}

	.sample-home #nanoplasty-preview .banner__content--paper,
	.sample-home #products-preview .banner__content--product,
	.sample-home #brand-story .brand-story__copy {
		max-width: 100%;
		width: 100%;
		padding-inline: 0.1rem;
	}

	.sample-home #nanoplasty-preview .banner__content--paper,
	.sample-home #products-preview .banner__content--product,
	.sample-home #brand-story .brand-story__copy {
		order: 2;
	}

	.sample-home #nanoplasty-preview .banner__media--portrait,
	.sample-home #products-preview .banner__media--landscape,
	.sample-home #brand-story .brand-story__media {
		order: 1;
	}

	.sample-home #nanoplasty-preview .section-title--paper,
	.sample-home #brand-story .brand-story__display,
	.sample-home #products-preview .section-title--product,
	.sample-home #collections .section-title,
	.sample-home #services .section-title,
	.sample-home .cta-strip__headline {
		font-size: clamp(2.45rem, 10vw, 4rem);
		line-height: 1.02;
	}

	.sample-home #products-preview .section-title--product {
		font-size: clamp(2.15rem, 9vw, 3.4rem);
		line-height: 1.06;
	}

	.sample-home #nanoplasty-preview .section-lead,
	.sample-home #brand-story .section-lead,
	.sample-home #products-preview .section-lead,
	.sample-home #services .section-lead,
	.sample-home .site-footer__text {
		font-size: 1rem;
		line-height: 1.7;
	}

	.sample-home #nanoplasty-preview .banner__media--portrait {
		width: 89%;
		max-width: 89%;
		margin-inline: auto;
	}

	.sample-home #brand-story {
		padding-block: 4.75rem;
	}

	.sample-home #brand-story .brand-story {
		gap: 2rem;
	}

	.sample-home #brand-story .brand-story__ghost {
		display: none;
	}

	.sample-home #brand-story .brand-story__badge {
		right: -0.45rem;
		bottom: -0.45rem;
		width: 6rem;
		height: 6rem;
		z-index: 4;
	}

	.sample-home #brand-story .brand-story__badge span {
		font-size: 0.48rem;
		letter-spacing: 0.22em;
	}

	.sample-home #brand-story .brand-story__badge strong {
		font-size: 1.75rem;
	}

	.sample-home #collections {
		padding-block: 4.75rem;
	}

	.sample-home .collections-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		height: auto;
		min-height: 0;
		gap: 2.25rem;
		padding-block: 0.35rem 0.65rem;
	}

	.sample-home .collections-grid .collection-card:nth-child(1),
	.sample-home .collections-grid .collection-card:nth-child(2),
	.sample-home .collections-grid .collection-card:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
		width: 89%;
		margin-inline: auto;
		--smart-scroll-card-scale: 1;
	}

	.sample-home .collections-grid .collection-card::before {
		opacity: 0;
		animation: smart-hair-mobile-sheen 2.35s ease-out infinite;
	}

	.sample-home .collection-card__content {
		inset: auto 1.15rem 1.15rem;
	}

	.sample-home .collection-card__content h3 {
		font-size: 2.15rem;
	}

	.sample-home .collection-card::after {
		top: 1rem;
		right: 1rem;
		width: 1.5rem;
		height: 1.5rem;
	}

	.sample-home #products-preview {
		padding-block: 4.8rem 5rem;
	}

	.sample-home #products-preview .banner__grid--reverse {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 1.8rem;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.sample-home #products-preview .banner__content--product {
		order: 1;
		padding-inline: 0.35rem;
	}

	.sample-home #products-preview .banner__media--landscape {
		order: 2;
	}

	.sample-home #products-preview .banner__media--landscape {
		width: 89%;
		max-width: 89%;
		margin-inline: auto;
	}

	.sample-home #brand-story .brand-story__media {
		width: 84%;
		max-width: 84%;
		margin-inline: auto;
		padding-right: 1.1rem;
		padding-bottom: 1.1rem;
	}

	.sample-home #products-preview .banner__media--landscape {
		flex: 0 1 auto;
		flex-basis: auto;
		min-width: 0;
	}

	.sample-home #products-preview .banner__content--product {
		flex: 0 1 auto;
		flex-basis: auto;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.sample-home #products-preview .banner__media--landscape::before {
		inset: -1.25rem;
		filter: blur(20px);
	}

	.sample-home #products-preview .banner__image--large img {
		aspect-ratio: 1.32 / 1;
	}

	.sample-home #products-preview .section-title--product,
	.sample-home #products-preview .section-title--paper,
	.sample-home #products-preview .section-lead {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.sample-home #products-preview .button--dark {
		width: fit-content;
		max-width: 100%;
		margin-top: 1.65rem;
		padding-inline: 1.2rem;
		min-height: 3.8rem;
		font-size: 0.72rem;
		letter-spacing: 0.28em;
		border-radius: 0.2rem;
		align-self: center;
		justify-content: center;
		text-align: center;
	}

	.sample-home .button--cta {
		width: 100%;
		min-width: 0;
	}

	.sample-home #services .section-heading {
		margin-bottom: 2.4rem;
	}

	.sample-home .services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.sample-home #services .service-card {
		min-height: auto;
		padding: 1.2rem;
	}

	.sample-home #services .service-card__meta {
		margin-bottom: 1.8rem;
	}

	.sample-home #services .service-card h3 {
		font-size: 1.65rem;
	}

	.sample-home #services .service-card p {
		font-size: 0.92rem;
		line-height: 1.55;
	}

	.sample-home .testimonials-grid {
		gap: 1.2rem;
	}

	.sample-home .testimonial-card {
		padding: 2rem 1.4rem 1.6rem;
		min-height: auto;
	}

	.sample-home .testimonial-card__text {
		font-size: 1.45rem;
		line-height: 1.55;
	}

	.sample-home .testimonial-card::before {
		left: 1rem;
		top: 0.7rem;
		font-size: 3rem;
	}

	.sample-home .cta-strip {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem;
	}

	.sample-home .cta-strip__ghost {
		font-size: 26vw;
	}

	.sample-home .button--cta {
		min-height: 4.3rem;
		font-size: 0.78rem;
		letter-spacing: 0.3em;
	}

	.site-footer__bar {
		display: flex;
		flex-direction: column;
		align-items: start;
		width: 100%;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"location"
			"hours";
		gap: 2.4rem;
		padding-bottom: 1.8rem;
	}

	.site-footer__logo {
		font-size: 2.5rem;
	}

	.site-footer__text,
	.footer-address,
	.footer-hours {
		font-size: 0.96rem;
		line-height: 1.68;
	}

	.footer-detail {
		grid-template-columns: 1.1rem 1fr;
		gap: 0.75rem;
	}

	.site-footer__bar {
		padding-top: 1.6rem;
		padding-bottom: 0.4rem;
		gap: 0.9rem;
	}

	.site-footer__bar > p {
		margin: 0;
	}

	.site-footer__bar-links {
		flex-direction: column;
		align-items: start;
		gap: 0.85rem;
	}

	.faq-item summary {
		font-size: 1.3rem;
	}
}

@media (max-width: 560px) {
	.container {
		width: min(100vw - 1.5rem, 1180px);
	}

	.sample-home .hero--immersive .container {
		width: min(100vw - 1.75rem, 1180px);
	}

	.site-mobile-menu {
		padding: 0.65rem;
	}

	.site-mobile-menu__panel {
		max-height: calc(100svh - 5.9rem);
	}

	.site-mobile-menu__list a {
		font-size: 1.02rem;
		letter-spacing: 0.18em;
	}

	.site-mobile-menu .eyebrow {
		font-size: 0.66rem;
		letter-spacing: 0.28em;
	}

	.sample-home .hero--immersive .hero__grid {
		height: calc(100svh - 4.8rem);
		padding-block: 3.4rem 0.55rem;
		align-items: center;
		align-content: center;
	}

	.sample-home .hero__content {
		max-width: 17.5rem;
		margin-top: -4.4rem;
	}

	.sample-home .hero__title-main {
		font-size: clamp(4rem, 18.5vw, 5.65rem);
		line-height: 0.84;
	}

	.sample-home .hero__title-outline {
		font-size: clamp(3.7rem, 17.5vw, 5.2rem);
		line-height: 0.84;
		margin-top: -0.15em;
	}

	.sample-home .hero--immersive .hero__lead {
		max-width: 16.5rem;
		font-size: 1rem;
		line-height: 1.42;
		margin-top: 1.05rem;
	}

	.sample-home .hero__scroll {
		bottom: 0.7rem;
	}

	.sample-home .hero__scroll-ring {
		width: 3.8rem;
		height: 3.8rem;
	}

	.sample-home #products-preview .banner__media--landscape,
	.sample-home #nanoplasty-preview .banner__media--portrait {
		width: 89%;
		max-width: 89%;
		margin-inline: auto;
	}

	.sample-home #brand-story .brand-story__media {
		width: 84%;
		max-width: 84%;
		margin-inline: auto;
		padding-right: 0;
		padding-bottom: 0;
	}

	.sample-home #products-preview .section-title--product {
		font-size: clamp(2.3rem, 11vw, 3.35rem);
		max-width: 8ch;
	}

	.sample-home #products-preview .section-lead {
		font-size: 0.94rem;
		line-height: 1.58;
	}

	.sample-home #products-preview .button--dark {
		width: fit-content;
		max-width: 100%;
		align-self: center;
		justify-content: center;
		text-align: center;
		font-size: 0.64rem;
		padding-inline: 1rem;
		min-height: 3.45rem;
	}

	.sample-home #services .service-card {
		padding: 1rem;
	}

	.sample-home #services .service-card h3 {
		font-size: 1.42rem;
	}

	.sample-home #services .service-card p {
		font-size: 0.88rem;
	}

	.page-id-43684 .smart-services-container {
		width: min(100vw - 2.25rem, 1160px);
	}

	.page-id-43684 .smart-services-band {
		padding-block: 3.25rem;
	}

	.page-id-43684 .smart-services-band--tabs {
		padding-top: 0.4rem;
	}

	.page-id-43684 .smart-services-hero-body,
	.page-id-43684 .smart-services-panel-grid,
	.page-id-43684 .smart-services-panel-grid--with-guide {
		grid-template-columns: 1fr;
	}

	.page-id-43684 .smart-services-page h1,
	.page-id-43684 .smart-services-hero-title {
		white-space: normal;
		font-size: clamp(38px, 13vw, 58px);
	}

	.page-id-43684 .smart-services-intro-card--with-guide {
		display: block;
	}

	.page-id-43684 .smart-services-intro-card--with-guide > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.page-id-43684 .smart-services-length-guide {
		max-width: 240px;
		justify-self: center;
		min-height: 0;
	}

	.page-id-43684 .smart-services-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
		width: min(100vw - 2.25rem, 1160px);
	}

	.page-id-43684 .smart-services-tab {
		min-width: 0;
		width: 100%;
		flex: none;
		min-height: 3.2rem;
		padding-inline: 0.95rem;
	}

	.page-id-43684 .smart-services-panel,
	.page-id-43684 .smart-services-intro-card,
	.page-id-43684 .smart-services-length-guide,
	.page-id-43684 .smart-services-hero-card,
	.page-id-43684 .smart-services-cta {
		padding: 1.15rem;
	}

	.page-id-43684 .smart-services-tabs-wrap {
		top: calc(70px + var(--smarthair-adminbar-offset, 0px));
		padding-block: 0.7rem;
	}

	.page-id-43684 .smart-services-hero-image img {
		max-width: 100%;
		margin-inline: auto;
	}

	.page-id-43684 .smart-services-table-wrap .tablepress,
	.page-id-43684 .smart-services-placeholder-table {
		min-width: 560px;
	}

	.site-footer {
		padding-bottom: 1.1rem;
	}

	.site-footer__logo {
		font-size: 2.35rem;
	}

	.site-footer__text,
	.footer-address,
	.footer-hours {
		font-size: 0.92rem;
	}

	.site-footer__bar-links a {
		font-size: 0.7rem;
		letter-spacing: 0.18em;
	}
}
