:root {
	--sb-ink: #120d0b;
	--sb-ink-soft: #665b53;
	--sb-line: rgba(18, 13, 11, 0.12);
	--sb-line-strong: rgba(18, 13, 11, 0.22);
	--sb-sand: #f4ece4;
	--sb-sand-soft: #fbf7f2;
	--sb-accent: #9d6942;
	--sb-accent-deep: #7a4c2f;
	--sb-shadow: 0 28px 80px rgba(28, 18, 12, 0.08);
	--sb-shadow-soft: 0 16px 44px rgba(28, 18, 12, 0.06);
}

body.sb-fashion-home-page {
	background:
		radial-gradient(circle at top left, rgba(168, 116, 77, 0.15), transparent 28%),
		linear-gradient(180deg, #fbf6f0 0%, #f5ede5 50%, #f9f4ee 100%);
	color: var(--sb-ink);
}

body.sb-fashion-home-page .site-content {
	padding: 0;
}

body.sb-fashion-home-page #content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

body.sb-fashion-home-page #primary {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.sb-fashion-home-page #colophon {
	display: none;
}

body.sb-fashion-home-page .site-primary-header-wrap,
body.sb-fashion-home-page .site-below-header-wrap {
	background: rgba(251, 246, 240, 0.76);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(18, 13, 11, 0.07);
}

body.sb-fashion-home-page .ast-theme-transparent-header .main-header-bar,
body.sb-fashion-home-page .main-header-bar {
	background: transparent;
}

body.sb-fashion-home-page .main-header-menu > .menu-item > .menu-link,
body.sb-fashion-home-page .ast-header-account-wrap,
body.sb-fashion-home-page .ast-site-header-cart .cart-container,
body.sb-fashion-home-page .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--sb-ink);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.sb-fashion-home-page .site-logo-img img {
	max-height: 31px;
	filter: none;
}

body.sb-fashion-home-page .ast-mobile-menu-trigger-minimal,
body.sb-fashion-home-page .ast-mobile-menu-trigger-minimal:focus,
body.sb-fashion-home-page .ast-mobile-menu-trigger-minimal:hover,
body.sb-fashion-home-page .ast-builder-menu-mobile .menu-link {
	color: var(--sb-ink);
}

.sb-home-shell {
	width: 100%;
	margin-inline: calc(50% - 50vw);
}

.sb-home-main {
	margin: 0;
}

.sb-home-shell img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-home-shell a {
	color: inherit;
	text-decoration: none;
}

.sb-home-frame {
	width: min(100%, 1320px);
	margin: 0 auto;
	padding-inline: clamp(20px, 4vw, 42px);
}

.sb-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.58rem;
	margin: 0;
	color: var(--sb-accent-deep);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sb-kicker::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
}

.sb-lead,
.sb-section-heading p,
.sb-manifesto-point p,
.sb-product-feature__description,
.sb-editorial-card__content span:last-child,
.sb-editorial-feature__content span:last-child,
.sb-service__intro p,
.sb-final-cta__copy p,
.sb-home-footer__copy,
.sb-empty-state p {
	margin: 0;
	color: var(--sb-ink-soft);
	font-size: 1rem;
	line-height: 1.85;
}

.sb-hero h1,
.sb-section-heading h2,
.sb-manifesto__headline h2,
.sb-service__intro h2,
.sb-final-cta__copy h2,
.sb-hero__note strong,
.sb-editorial-card__content strong,
.sb-editorial-feature__content strong,
.sb-product-feature h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-transform: none;
}

.sb-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.sb-inline-link::after {
	content: "->";
	font-size: 0.9em;
}

.sb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		color 180ms ease,
		border-color 180ms ease;
}

.sb-button:hover,
.sb-button:focus-visible {
	transform: translateY(-1px);
}

.sb-button--solid {
	background: var(--sb-ink);
	color: #fff;
}

.sb-button--solid:hover,
.sb-button--solid:focus-visible {
	background: var(--sb-accent-deep);
	color: #fff;
}

.sb-button--ghost {
	border-color: var(--sb-line-strong);
	background: rgba(255, 255, 255, 0.42);
	color: var(--sb-ink);
}

.sb-button--ghost:hover,
.sb-button--ghost:focus-visible {
	border-color: rgba(18, 13, 11, 0.32);
	background: rgba(255, 255, 255, 0.88);
	color: var(--sb-ink);
}

.sb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 2rem;
}

.sb-section-heading {
	max-width: 760px;
	margin-bottom: clamp(30px, 4vw, 54px);
}

.sb-section-heading h2,
.sb-final-cta__copy h2,
.sb-service__intro h2 {
	margin: 0.8rem 0 0;
	font-size: clamp(2rem, 3.9vw, 3.65rem);
	line-height: 0.98;
}

.sb-section-heading--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.78fr);
	gap: 28px;
	align-items: end;
}

.sb-hero {
	padding: clamp(54px, 8vw, 108px) 0 72px;
}

.sb-hero__topline {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.sb-hero__season-note {
	max-width: 360px;
	margin: 0;
	color: var(--sb-ink-soft);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.7;
	text-transform: uppercase;
}

.sb-hero__stage {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
	gap: clamp(32px, 5vw, 56px);
	align-items: end;
}

.sb-hero__content {
	max-width: 600px;
	padding-bottom: 42px;
}

.sb-hero h1 {
	margin: 0;
	font-size: clamp(3.2rem, 6.9vw, 5.85rem);
	line-height: 0.9;
}

.sb-lead {
	margin-top: 1.3rem;
	max-width: 510px;
}

.sb-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.sb-hero__tags li {
	position: relative;
	padding-left: 16px;
	color: var(--sb-ink);
	font-size: 0.83rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sb-hero__tags li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--sb-accent);
	transform: translateY(-50%);
}

.sb-hero__media {
	position: relative;
	min-height: 760px;
}

.sb-hero__photo {
	background:
		linear-gradient(180deg, rgba(18, 13, 11, 0.04) 0%, rgba(18, 13, 11, 0.2) 100%),
		var(--sb-card-image) center center / cover no-repeat;
	box-shadow: var(--sb-shadow);
}

.sb-hero__photo--main {
	min-height: 760px;
	margin-left: clamp(70px, 9vw, 116px);
	border-radius: 12px;
}

.sb-hero__photo--portrait {
	position: absolute;
	left: 0;
	bottom: 74px;
	width: min(35%, 280px);
	aspect-ratio: 0.78;
	border: 12px solid var(--sb-sand-soft);
	border-radius: 12px;
	box-shadow: 0 22px 56px rgba(20, 14, 11, 0.12);
}

.sb-hero__note {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 360px;
	padding: 28px 30px;
	border-radius: 12px;
	background: rgba(19, 14, 11, 0.9);
	color: #fff;
	box-shadow: 0 24px 62px rgba(19, 14, 11, 0.2);
}

.sb-hero__note .sb-kicker,
.sb-hero__note .sb-inline-link {
	color: rgba(255, 255, 255, 0.92);
}

.sb-hero__note strong {
	display: block;
	margin: 0.85rem 0 0.9rem;
	font-size: clamp(1.55rem, 2.55vw, 2.1rem);
	line-height: 1.02;
}

.sb-hero__note p:last-of-type {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	line-height: 1.8;
}

.sb-hero__note .sb-inline-link {
	margin-top: 1.25rem;
}

.sb-hero__rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
	border-top: 1px solid var(--sb-line);
	border-bottom: 1px solid var(--sb-line);
}

.sb-hero-metric {
	padding: 22px 0;
}

.sb-hero-metric:not(:last-child) {
	border-right: 1px solid var(--sb-line);
}

.sb-hero-metric strong {
	display: block;
	font-size: 1.45rem;
	line-height: 1;
	letter-spacing: -0.03em;
}

.sb-hero-metric span {
	display: block;
	margin-top: 0.5rem;
	color: var(--sb-ink-soft);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sb-manifesto,
.sb-collections,
.sb-products,
.sb-editorial,
.sb-service,
.sb-final-cta {
	padding: clamp(64px, 9vw, 116px) 0;
}

.sb-manifesto {
	padding-top: 10px;
}

.sb-manifesto__frame {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(28px, 5vw, 60px);
	align-items: start;
}

.sb-manifesto__headline h2 {
	margin: 0.9rem 0 0;
	max-width: 10ch;
	font-size: clamp(2.2rem, 4.25vw, 4.15rem);
	line-height: 0.96;
}

.sb-manifesto__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.sb-manifesto-point {
	padding-top: 18px;
	border-top: 1px solid var(--sb-line);
}

.sb-manifesto-point h3,
.sb-empty-state h3 {
	margin: 0.95rem 0 0.7rem;
	font-size: 1.45rem;
	line-height: 1.08;
}

.sb-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(220px, auto);
	gap: 20px;
}

.sb-collection-card {
	position: relative;
	display: block;
	min-height: 360px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--sb-shadow);
}

.sb-collection-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 13, 11, 0.08) 14%, rgba(18, 13, 11, 0.78) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.sb-collection-card__image {
	position: absolute;
	inset: 0;
	background: var(--sb-card-image) center center / cover no-repeat;
	transition: transform 240ms ease;
}

.sb-collection-card:hover .sb-collection-card__image,
.sb-collection-card:focus-visible .sb-collection-card__image {
	transform: scale(1.03);
}

.sb-collection-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: grid;
	gap: 0.7rem;
	padding: 24px 24px 26px;
	color: #fff;
}

.sb-collection-card__body .sb-kicker,
.sb-collection-card__body em {
	color: rgba(255, 255, 255, 0.9);
}

.sb-collection-card__body strong {
	font-size: clamp(1.38rem, 2.2vw, 1.95rem);
	line-height: 1.02;
}

.sb-collection-card__body span:last-of-type {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.94rem;
	line-height: 1.75;
}

.sb-collection-card__body em {
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.sb-collection-card:first-child {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 0;
}

.sb-collection-card:first-child .sb-collection-card__body {
	max-width: 480px;
	padding: 30px 32px 34px;
}

.sb-collection-card:first-child .sb-collection-card__body strong {
	font-size: clamp(1.9rem, 3.2vw, 2.95rem);
}

.sb-collection-card:last-child {
	grid-column: span 2;
}

.sb-products__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 28px;
	align-items: start;
}

.sb-product-feature {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
	gap: 22px;
	padding: 24px 0;
	border-top: 1px solid var(--sb-line);
	border-bottom: 1px solid var(--sb-line);
}

.sb-product-feature__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5.2;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(238, 228, 218, 0.32) 0%, rgba(238, 228, 218, 0.74) 100%);
	box-shadow: var(--sb-shadow-soft);
}

.sb-product-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	padding: 0.44rem 0.82rem;
	border-radius: 999px;
	background: rgba(18, 13, 11, 0.82);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sb-product-feature__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.sb-product-feature h3 {
	margin: 0.85rem 0 0.9rem;
	font-size: clamp(1.7rem, 2.7vw, 2.55rem);
	line-height: 1;
}

.sb-product-feature__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 1.6rem;
	padding-top: 1rem;
	border-top: 1px solid var(--sb-line);
}

.sb-product-stack {
	display: grid;
	gap: 18px;
}

.sb-product-mini {
	display: grid;
	grid-template-columns: 152px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--sb-line);
}

.sb-product-mini:last-child {
	padding-bottom: 0;
}

.sb-product-mini__media {
	display: block;
	aspect-ratio: 0.92;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(238, 228, 218, 0.32) 0%, rgba(238, 228, 218, 0.74) 100%);
}

.sb-product-mini__body h3 {
	margin: 0.35rem 0 0.55rem;
	font-size: 1.35rem;
	line-height: 1.08;
}

.sb-product-mini__label {
	margin: 0;
	color: var(--sb-accent-deep);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sb-product-mini__meta,
.sb-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.sb-price {
	font-size: 1rem;
	font-weight: 700;
}

.sb-price del {
	color: rgba(102, 91, 83, 0.72);
}

.sb-editorial__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	gap: 22px;
}

.sb-editorial-feature,
.sb-editorial-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 12px;
	background: var(--sb-card-image) center center / cover no-repeat;
	box-shadow: var(--sb-shadow);
}

.sb-editorial-feature {
	min-height: 760px;
	padding: 34px;
}

.sb-editorial__stack {
	display: grid;
	gap: 22px;
}

.sb-editorial-card {
	min-height: 368px;
	padding: 24px;
}

.sb-editorial-feature__overlay,
.sb-editorial-card__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 13, 11, 0.06) 10%, rgba(18, 13, 11, 0.78) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%);
}

.sb-editorial-feature__content,
.sb-editorial-card__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.82rem;
	max-width: 440px;
	color: #fff;
}

.sb-editorial-feature__content .sb-kicker,
.sb-editorial-card__content .sb-kicker {
	color: rgba(255, 255, 255, 0.9);
}

.sb-editorial-feature__content strong {
	font-size: clamp(2.15rem, 3.75vw, 3.7rem);
	line-height: 0.98;
}

.sb-editorial-card__content strong {
	font-size: clamp(1.6rem, 2.45vw, 2.3rem);
	line-height: 1.02;
}

.sb-service__frame {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	padding: clamp(34px, 5vw, 52px);
	border-radius: 12px;
	background: linear-gradient(180deg, #1d1612 0%, #15100d 100%);
	box-shadow: 0 32px 80px rgba(18, 13, 11, 0.16);
}

.sb-service__intro .sb-kicker,
.sb-service__intro h2 {
	color: #fff;
}

.sb-service__intro p {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 1rem;
}

.sb-service__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: end;
}

.sb-service-card {
	padding-left: 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.sb-service-card strong {
	display: block;
	color: var(--sb-sand);
	font-size: 1.7rem;
	line-height: 1;
}

.sb-service-card span {
	display: block;
	margin-top: 0.48rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sb-final-cta__frame {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding-top: 26px;
	border-top: 1px solid var(--sb-line);
}

.sb-home-footer {
	padding: 0 0 42px;
}

.sb-home-footer__frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 34px;
	border-top: 1px solid rgba(18, 13, 11, 0.08);
}

.sb-home-footer__copy {
	margin-top: 0.8rem;
	max-width: 430px;
}

.sb-home-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.sb-home-footer__nav a {
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sb-empty-state {
	padding: 36px;
	border: 1px dashed rgba(18, 13, 11, 0.18);
	border-radius: 12px;
	background: rgba(255, 251, 247, 0.78);
}

.sb-hero__photo,
.sb-hero__note,
.sb-collection-card,
.sb-product-feature,
.sb-product-mini,
.sb-editorial-feature,
.sb-editorial-card,
.sb-service__frame {
	animation: sb-rise-in 650ms ease both;
}

@keyframes sb-rise-in {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1180px) {
	.sb-manifesto__frame,
	.sb-products__layout,
	.sb-editorial__layout,
	.sb-service__frame {
		grid-template-columns: 1fr;
	}

	.sb-product-feature {
		grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.74fr);
	}

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

@media (max-width: 980px) {
	.sb-hero__stage,
	.sb-section-heading--split {
		grid-template-columns: 1fr;
	}

	.sb-hero__content {
		padding-bottom: 0;
	}

	.sb-hero__media {
		min-height: 680px;
	}

	.sb-hero__photo--main {
		min-height: 680px;
		margin-left: 70px;
	}

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

	.sb-collection-card:first-child {
		grid-column: span 2;
	}

	.sb-home-footer__frame,
	.sb-final-cta__frame {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	body.sb-fashion-home-page .site-primary-header-wrap {
		backdrop-filter: blur(14px);
	}

	.sb-home-frame {
		padding-inline: 18px;
	}

	.sb-hero {
		padding-top: 42px;
	}

	.sb-hero__topline {
		flex-direction: column;
		align-items: flex-start;
	}

	.sb-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.2rem);
	}

	.sb-actions,
	.sb-home-footer__nav {
		width: 100%;
	}

	.sb-button {
		width: 100%;
	}

	.sb-hero__media {
		min-height: auto;
		display: grid;
		gap: 16px;
	}

	.sb-hero__photo--main {
		min-height: 430px;
		margin-left: 0;
	}

	.sb-hero__photo--portrait {
		position: relative;
		left: auto;
		bottom: auto;
		width: 58%;
		margin: -94px 0 0 16px;
		border-width: 8px;
	}

	.sb-hero__note {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		margin-top: -18px;
		padding: 22px 20px;
	}

	.sb-hero__rail,
	.sb-manifesto__points,
	.sb-collection-grid,
	.sb-product-feature,
	.sb-service__grid {
		grid-template-columns: 1fr;
	}

	.sb-hero-metric {
		padding: 18px 0;
	}

	.sb-hero-metric:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--sb-line);
	}

	.sb-collection-card:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.sb-collection-card,
	.sb-collection-card:first-child {
		min-height: 440px;
	}

	.sb-product-mini {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.sb-service-card {
		padding-left: 0;
		padding-top: 16px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}
}
