@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AlegreyaSansSC-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/AlegreyaSansSC-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/AlegreyaSansSC-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Isenheim";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Isenheim_Regulier.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Isenheim";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Isenheim_Fin.otf") format("opentype");
}

.ot-homepage {
	--ot-eggshell: #f0eee9;
	--ot-maroon: #592e2d;
	--ot-red: #cd5f3f;
	--ot-ink: #504142;
	--ot-gold: #b7955d;
	--ot-turquoise: #4f8ab0;
	--ot-white: #ffffff;
	--ot-shell: 1360px;
	--ot-content: 840px;
	--ot-gap: 24px;
	--ot-card-radius: 20px;
	--ot-section-radius: 32px;
	--ot-button-radius: 999px;
	--ot-space: 48px;
	background:
		radial-gradient(circle at top left, rgba(183, 149, 93, 0.14), transparent 24%),
		radial-gradient(circle at 88% 12%, rgba(205, 95, 63, 0.08), transparent 14%),
		linear-gradient(180deg, #f6f4ef 0%, var(--ot-eggshell) 100%);
	color: var(--ot-ink);
	font-family: "Alegreya Sans SC", sans-serif;
	position: relative;
}

.ot-homepage::before {
	background:
		linear-gradient(90deg, rgba(183, 149, 93, 0.08), transparent 16%, transparent 84%, rgba(89, 46, 45, 0.05)),
		radial-gradient(circle at 82% 32%, rgba(79, 138, 176, 0.06), transparent 8%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.ot-homepage *,
.ot-homepage *::before,
.ot-homepage *::after {
	box-sizing: border-box;
}

.ot-homepage img,
.ot-homepage video {
	display: block;
	height: auto;
	max-width: 100%;
}

.ot-homepage a {
	color: inherit;
	text-decoration: none;
}

.ot-homepage .ot-shell {
	margin: 0 auto;
	max-width: calc(var(--ot-shell) + 32px);
	padding: 0 16px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ot-homepage .ot-section {
	padding: calc(var(--ot-space) + 4px) 0;
	position: relative;
}

.ot-homepage .ot-kicker,
.ot-homepage .ot-eyebrow {
	color: rgba(80, 65, 66, 0.72);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ot-homepage .ot-section-title,
.ot-homepage .ot-hero__title {
	font-family: "Isenheim", serif;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

.ot-homepage .ot-hero__title {
	font-size: clamp(2.35rem, 5.8vw, 4.1rem);
	max-width: 11ch;
}

.ot-homepage .ot-section-title {
	font-size: clamp(2.1rem, 5vw, 3.4rem);
	max-width: 15ch;
}

.ot-homepage .ot-hero__text,
.ot-homepage .ot-section-copy,
.ot-homepage .ot-rich-text,
.ot-homepage .ot-usp-card__text,
.ot-homepage .ot-product-card__price,
.ot-homepage .ot-product-card__meta,
.ot-homepage .ot-product-card__ritual,
.ot-homepage .ot-journal-card__excerpt,
.ot-homepage .ot-empty-state p,
.ot-homepage .ot-claim,
.ot-homepage .ot-text-link,
.ot-homepage .ot-journal-card__meta,
.ot-homepage .ot-journal-card__link,
.ot-homepage .ot-values__seal p,
.ot-homepage .ot-olfactory-note,
.ot-homepage .ot-mission-side__lead {
	color: rgba(80, 65, 66, 0.88);
	font-size: 1rem;
	line-height: 1.8;
}

.ot-homepage .ot-section-copy {
	max-width: 40rem;
}

.ot-homepage .ot-button {
	align-items: center;
	border-radius: var(--ot-button-radius);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.ot-homepage .ot-button:hover,
.ot-homepage .ot-button:focus-visible {
	box-shadow: 0 18px 34px rgba(80, 65, 66, 0.12);
	transform: translateY(-1px);
}

.ot-homepage .ot-button:focus-visible,
.ot-homepage .ot-text-link:focus-visible,
.ot-homepage .ot-category-card:focus-visible,
.ot-homepage .ot-product-card a:focus-visible,
.ot-homepage .ot-journal-card a:focus-visible {
	outline: 2px solid var(--ot-gold);
	outline-offset: 3px;
}

.ot-homepage .ot-button--primary {
	background: linear-gradient(135deg, var(--ot-maroon), #6f3937);
	color: var(--ot-white);
}

.ot-homepage .ot-button--secondary {
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(89, 46, 45, 0.18);
	color: var(--ot-ink);
}

.ot-homepage .ot-text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 500;
	gap: 10px;
}

.ot-homepage .ot-text-link::after,
.ot-homepage .ot-product-card__cta::after,
.ot-homepage .ot-journal-card__link::after {
	content: "\2197";
	font-size: 0.92em;
}

.ot-homepage .ot-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 32px;
}

.ot-homepage .ot-hero {
	padding: 44px 0 calc(var(--ot-space) + 10px);
}

.ot-homepage .ot-hero__wrap,
.ot-homepage .ot-story-card,
.ot-homepage .ot-feature-panel,
.ot-homepage .ot-profile,
.ot-homepage .ot-cta-panel,
.ot-homepage .ot-products-stage {
	border-radius: var(--ot-section-radius);
	position: relative;
}

.ot-homepage .ot-hero__wrap {
	background:
		radial-gradient(circle at top left, rgba(183, 149, 93, 0.14), transparent 26%),
		radial-gradient(circle at 72% 18%, rgba(205, 95, 63, 0.08), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.58) 100%);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 32px 90px rgba(80, 65, 66, 0.09);
	display: grid;
	gap: 24px;
	overflow: hidden;
	padding: 24px;
}

.ot-homepage .ot-hero__content {
	max-width: 700px;
	position: relative;
	z-index: 1;
}

.ot-homepage .ot-hero__text {
	font-size: 1.08rem;
	margin: 24px 0 0;
	max-width: 35rem;
}

.ot-homepage .ot-hero__subnote {
	color: rgba(80, 65, 66, 0.76);
	font-size: 0.9rem;
	line-height: 1.68;
	margin: 18px 0 0;
	max-width: 24rem;
}

.ot-homepage .ot-hero__visual {
	background:
		radial-gradient(circle at top left, rgba(205, 95, 63, 0.18), transparent 28%),
		radial-gradient(circle at bottom right, rgba(183, 149, 93, 0.18), transparent 24%),
		linear-gradient(180deg, rgba(89, 46, 45, 0.16), rgba(89, 46, 45, 0.06));
	border-radius: calc(var(--ot-section-radius) - 6px);
	min-height: 440px;
	overflow: hidden;
	position: relative;
}

.ot-homepage .ot-hero__visual::after,
.ot-homepage .ot-feature-panel__visual::after,
.ot-homepage .ot-profile__visual::after {
	background: linear-gradient(180deg, rgba(20, 14, 14, 0.04) 0%, rgba(20, 14, 14, 0.28) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.ot-homepage .ot-hero__media,
.ot-homepage .ot-feature-panel__media,
.ot-homepage .ot-profile__media {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.ot-homepage .ot-hero__object {
	border-radius: 999px;
	position: absolute;
}

.ot-homepage .ot-hero__object--large {
	background: linear-gradient(180deg, rgba(183, 149, 93, 0.36), rgba(183, 149, 93, 0));
	height: 260px;
	right: -30px;
	top: 30px;
	width: 260px;
}

.ot-homepage .ot-hero__object--small {
	background: linear-gradient(180deg, rgba(205, 95, 63, 0.3), rgba(205, 95, 63, 0));
	height: 150px;
	left: -10px;
	top: 34px;
	width: 150px;
}

.ot-homepage .ot-hero__badge,
.ot-homepage .ot-hero__floating-note {
	backdrop-filter: blur(12px);
	position: absolute;
	z-index: 2;
}

.ot-homepage .ot-hero__badge {
	background: rgba(240, 238, 233, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 22px;
	bottom: 22px;
	box-shadow: 0 16px 36px rgba(80, 65, 66, 0.14);
	left: 22px;
	max-width: 260px;
	padding: 18px 18px 16px;
}

.ot-homepage .ot-hero__badge-label {
	color: rgba(80, 65, 66, 0.7);
	display: block;
	font-size: 0.78rem;
	margin-bottom: 6px;
}

.ot-homepage .ot-hero__badge-value {
	color: var(--ot-maroon);
	display: block;
	font-family: "Isenheim", serif;
	font-size: 1.4rem;
	line-height: 1.18;
}

.ot-homepage .ot-hero__floating-note {
	background: rgba(89, 46, 45, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	color: #fff;
	max-width: 250px;
	padding: 18px;
	right: 20px;
	top: 20px;
}

.ot-homepage .ot-hero__floating-note p {
	font-size: 0.88rem;
	line-height: 1.65;
	margin: 0;
}

.ot-homepage .ot-hero__floating-line {
	background: linear-gradient(90deg, rgba(240, 238, 233, 0.94), rgba(240, 238, 233, 0));
	display: block;
	height: 1px;
	margin-bottom: 12px;
	width: 72px;
}

.ot-homepage .ot-section-heading {
	display: grid;
	gap: 12px;
	margin-bottom: 28px;
}

.ot-homepage .ot-section-heading--split {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ot-homepage .ot-grid {
	display: grid;
	gap: var(--ot-gap);
}

.ot-homepage .ot-grid--categories,
.ot-homepage .ot-grid--products,
.ot-homepage .ot-grid--usp,
.ot-homepage .ot-grid--journal {
	grid-template-columns: 1fr;
}

.ot-homepage .ot-grid--categories {
	gap: 18px;
}

.ot-homepage .ot-grid--products {
	gap: 20px;
}

.ot-homepage .ot-grid--journal {
	gap: 18px;
}

.ot-homepage .ot-category-layout {
	display: grid;
	gap: 32px;
}

.ot-homepage .ot-category-intro {
	display: grid;
	gap: 16px;
}

.ot-homepage .ot-category-intro__panel {
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 28px;
	max-width: 31rem;
	padding: 26px;
}

.ot-homepage .ot-category-intro__quote {
	color: var(--ot-maroon);
	font-family: "Isenheim", serif;
	font-size: 1.45rem;
	line-height: 1.35;
	margin: 0;
}

.ot-homepage .ot-category-intro__signature {
	color: rgba(80, 65, 66, 0.68);
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	margin-top: 16px;
	text-transform: uppercase;
}

.ot-homepage .ot-category-card,
.ot-homepage .ot-product-card,
.ot-homepage .ot-usp-card,
.ot-homepage .ot-journal-card {
	border: 1px solid rgba(80, 65, 66, 0.08);
	border-radius: var(--ot-card-radius);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ot-homepage .ot-category-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 241, 236, 0.9) 100%);
}

.ot-homepage .ot-product-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 247, 242, 0.88) 100%);
	display: grid;
	grid-template-rows: auto 1fr;
}

.ot-homepage .ot-journal-card {
	background: rgba(255, 255, 255, 0.76);
	display: grid;
	grid-template-rows: auto 1fr;
}

.ot-homepage .ot-category-card:hover,
.ot-homepage .ot-product-card:hover,
.ot-homepage .ot-journal-card:hover,
.ot-homepage .ot-usp-card:hover {
	border-color: rgba(89, 46, 45, 0.14);
	box-shadow: 0 24px 50px rgba(80, 65, 66, 0.1);
	transform: translateY(-3px);
}

.ot-homepage .ot-category-card__media,
.ot-homepage .ot-product-card__media,
.ot-homepage .ot-journal-card__media {
	background: linear-gradient(180deg, rgba(183, 149, 93, 0.12), rgba(255, 255, 255, 0.1));
	overflow: hidden;
	position: relative;
}

.ot-homepage .ot-category-card__media::after {
	background: linear-gradient(180deg, rgba(22, 17, 18, 0.02) 20%, rgba(22, 17, 18, 0.36) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.ot-homepage .ot-category-card__media {
	aspect-ratio: 1 / 1.18;
}

.ot-homepage .ot-product-card__media {
	aspect-ratio: 1 / 0.72;
}

.ot-homepage .ot-journal-card__media {
	aspect-ratio: 1 / 0.58;
}

.ot-homepage .ot-category-card__image,
.ot-homepage .ot-product-card__image,
.ot-homepage .ot-journal-card__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ot-homepage .ot-category-card__placeholder,
.ot-homepage .ot-journal-card__placeholder {
	background:
		radial-gradient(circle at top left, rgba(183, 149, 93, 0.36), transparent 34%),
		linear-gradient(160deg, rgba(205, 95, 63, 0.2), rgba(79, 138, 176, 0.08));
	height: 100%;
	min-height: 260px;
	width: 100%;
}

.ot-homepage .ot-category-card__overlay,
.ot-homepage .ot-product-card__tag {
	background: rgba(240, 238, 233, 0.92);
	border-radius: 999px;
	color: var(--ot-ink);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.ot-homepage .ot-category-card__overlay {
	bottom: 16px;
	left: 16px;
}

.ot-homepage .ot-product-card__tag {
	left: 14px;
	top: 14px;
}

.ot-homepage .ot-category-card__body {
	padding: 0 0 4px;
}

.ot-homepage .ot-category-card__name {
	color: var(--ot-ink);
	display: block;
	font-family: "Isenheim", serif;
	font-size: 1.86rem;
	line-height: 1.18;
	padding: 12px 20px 24px;
	position: relative;
}

.ot-homepage .ot-category-card__name::after {
	background: linear-gradient(90deg, rgba(183, 149, 93, 0.84), rgba(183, 149, 93, 0));
	content: "";
	display: block;
	height: 1px;
	margin-top: 12px;
	width: 74px;
}

.ot-homepage .ot-product-card__body,
.ot-homepage .ot-journal-card__body,
.ot-homepage .ot-usp-card {
	padding: 18px;
}

.ot-homepage .ot-product-card__body {
	display: grid;
	gap: 8px;
	padding: 16px 16px 18px;
}

.ot-homepage .ot-product-card__footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 4px;
}

.ot-homepage .ot-journal-card__body {
	display: grid;
	gap: 4px;
	padding-top: 16px;
}

.ot-homepage .ot-product-card__title,
.ot-homepage .ot-journal-card__title,
.ot-homepage .ot-usp-card__title {
	color: var(--ot-ink);
	font-family: "Isenheim", serif;
	font-size: 1.38rem;
	line-height: 1.18;
	margin: 0;
}

.ot-homepage .ot-product-card__price,
.ot-homepage .ot-product-card__meta,
.ot-homepage .ot-product-card__ritual,
.ot-homepage .ot-journal-card__meta,
.ot-homepage .ot-journal-card__excerpt,
.ot-homepage .ot-journal-card__eyebrow,
.ot-homepage .ot-usp-card__text {
	margin: 8px 0 0;
}

.ot-homepage .ot-product-card__price .amount {
	color: var(--ot-maroon);
	font-size: 1.14rem;
	font-weight: 700;
}

.ot-homepage .ot-product-card__meta {
	font-size: 0.88rem;
	line-height: 1.55;
	margin-top: 2px;
	max-width: 28ch;
}

.ot-homepage .ot-product-card__cta,
.ot-homepage .ot-journal-card__link {
	align-items: center;
	align-self: end;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
	min-height: 46px;
}

.ot-homepage .ot-product-card__cta {
	background: rgba(89, 46, 45, 0.06);
	border: 1px solid rgba(89, 46, 45, 0.12);
	color: var(--ot-maroon);
	flex: 0 0 auto;
	justify-content: center;
	min-width: 148px;
	padding: 0 18px;
	width: auto;
}

.ot-homepage .ot-journal-card__link {
	border: 1px solid rgba(80, 65, 66, 0.12);
	color: var(--ot-ink);
	padding: 0 16px;
	width: fit-content;
}

.ot-homepage .ot-journal-card__meta {
	color: rgba(80, 65, 66, 0.64);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ot-homepage .ot-journal-card__eyebrow {
	color: rgba(89, 46, 45, 0.72);
	font-size: 0.68rem;
}

.ot-homepage .ot-journal-card__excerpt {
	font-size: 0.94rem;
	line-height: 1.72;
}

.ot-homepage .ot-products-stage {
	background:
		radial-gradient(circle at top right, rgba(183, 149, 93, 0.14), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
	border: 1px solid rgba(183, 149, 93, 0.18);
	box-shadow: 0 28px 70px rgba(80, 65, 66, 0.06);
	padding: 22px;
}

.ot-homepage .ot-story-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.78) 100%);
	border: 1px solid rgba(255, 255, 255, 0.56);
	box-shadow: 0 28px 70px rgba(80, 65, 66, 0.06);
	padding: 30px;
}

.ot-homepage .ot-story-card__intro {
	display: grid;
	gap: 10px;
	max-width: 28rem;
}

.ot-homepage .ot-mission-layout {
	display: grid;
	gap: 18px;
}

.ot-homepage .ot-mission-side {
	align-content: end;
	display: grid;
}

.ot-homepage .ot-mission-side__lead {
	color: var(--ot-maroon);
	font-family: "Isenheim", serif;
	font-size: 1.42rem;
	line-height: 1.34;
	margin: 0;
	max-width: 18ch;
}

.ot-homepage .ot-section--mission .ot-section-title {
	max-width: 20ch;
}

.ot-homepage .ot-section--bestsellers .ot-section-title {
	max-width: 19ch;
}

.ot-homepage .ot-section--bestsellers .ot-section-heading--split > div:first-child {
	max-width: 860px;
}

.ot-homepage .ot-section--bestsellers .ot-text-link {
	background: rgba(89, 46, 45, 0.06);
	border: 1px solid rgba(89, 46, 45, 0.12);
	border-radius: 999px;
	padding: 10px 16px;
}

.ot-homepage .ot-rich-text {
	display: grid;
	gap: 18px;
	margin-top: 20px;
	max-width: var(--ot-content);
}

.ot-homepage .ot-rich-text p,
.ot-homepage .ot-section-copy,
.ot-homepage .ot-empty-state p,
.ot-homepage .ot-claim {
	margin: 0;
}

.ot-homepage .ot-claim {
	color: var(--ot-maroon);
	font-family: "Isenheim", serif;
	font-size: 1.55rem;
	line-height: 1.28;
	margin-top: 28px;
	max-width: 24ch;
}

.ot-homepage .ot-feature-panel,
.ot-homepage .ot-profile {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.78) 100%);
	border: 1px solid rgba(255, 255, 255, 0.62);
	box-shadow: 0 24px 60px rgba(80, 65, 66, 0.06);
	display: grid;
	gap: 24px;
	padding: 30px;
}

.ot-homepage .ot-feature-panel__visual,
.ot-homepage .ot-profile__visual {
	background:
		radial-gradient(circle at top left, rgba(183, 149, 93, 0.26), transparent 34%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(79, 138, 176, 0.08));
	border-radius: calc(var(--ot-section-radius) - 8px);
	min-height: 280px;
	position: relative;
}

.ot-homepage .ot-section--mission .ot-story-card {
	padding: 38px 34px;
}

.ot-homepage .ot-section--mission .ot-story-card::before {
	background: linear-gradient(180deg, rgba(183, 149, 93, 0.32), rgba(183, 149, 93, 0));
	border-radius: 999px;
	content: "";
	height: 120px;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 120px;
}

.ot-homepage .ot-section--olfactory .ot-feature-panel {
	background: linear-gradient(180deg, rgba(40, 26, 29, 0.98) 0%, rgba(53, 34, 35, 0.96) 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 34px 90px rgba(34, 18, 20, 0.22);
	color: #f7f0ea;
	overflow: hidden;
}

.ot-homepage .ot-section--olfactory .ot-feature-panel::before {
	background:
		radial-gradient(circle at 18% 24%, rgba(183, 149, 93, 0.18), transparent 18%),
		radial-gradient(circle at 82% 76%, rgba(205, 95, 63, 0.16), transparent 18%);
	content: "";
	inset: 0;
	position: absolute;
}

.ot-homepage .ot-section--olfactory .ot-kicker {
	color: rgba(247, 240, 234, 0.7);
}

.ot-homepage .ot-section--olfactory .ot-section-title,
.ot-homepage .ot-section--olfactory .ot-rich-text,
.ot-homepage .ot-section--olfactory .ot-rich-text p,
.ot-homepage .ot-section--olfactory .ot-olfactory-note {
	color: #f7f0ea;
}

.ot-homepage .ot-olfactory-note {
	border-left: 1px solid rgba(183, 149, 93, 0.54);
	font-size: 0.94rem;
	margin: 0 0 4px;
	max-width: 24rem;
	padding-left: 16px;
}

.ot-homepage .ot-section--olfactory .ot-button--primary {
	background: linear-gradient(135deg, var(--ot-gold), #ceb07a);
	color: #2d2324;
}

.ot-homepage .ot-section--artist .ot-profile__content::before {
	background: linear-gradient(90deg, rgba(183, 149, 93, 0.88), rgba(183, 149, 93, 0));
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 18px;
	width: 92px;
}

.ot-homepage .ot-section--artist .ot-profile {
	background:
		radial-gradient(circle at top right, rgba(183, 149, 93, 0.12), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 241, 236, 0.82) 100%);
}

.ot-homepage .ot-section--values .ot-story-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.72) 100%);
}

.ot-homepage .ot-values__layout {
	display: grid;
	gap: 22px;
}

.ot-homepage .ot-values__seal {
	align-content: start;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(89, 46, 45, 0.08);
	border-radius: 24px;
	display: grid;
	gap: 18px;
	max-width: 22rem;
	padding: 22px;
}

.ot-homepage .ot-values__seal-logo {
	height: 136px;
	margin-bottom: 10px;
	object-fit: contain;
	width: auto;
}

.ot-homepage .ot-values__seal-mark {
	color: var(--ot-maroon);
	font-family: "Isenheim", serif;
	font-size: 1.35rem;
	line-height: 1.1;
}

.ot-homepage .ot-values__seal-line {
	background: linear-gradient(90deg, rgba(183, 149, 93, 0.9), rgba(183, 149, 93, 0));
	display: block;
	height: 1px;
	width: 78px;
}

.ot-homepage .ot-values__seal p {
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

.ot-homepage .ot-section--journal::before,
.ot-homepage .ot-section--categories::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 36px;
	content: "";
	inset: 10px 4px 0;
	position: absolute;
}

.ot-homepage .ot-empty-state {
	background: rgba(255, 255, 255, 0.72);
	border: 1px dashed rgba(89, 46, 45, 0.18);
	border-radius: var(--ot-card-radius);
	padding: 24px;
}

.ot-homepage .ot-usp-card {
	background: rgba(255, 255, 255, 0.7);
	counter-increment: ot-usp;
	position: relative;
}

.ot-homepage .ot-usp-card::before {
	color: rgba(89, 46, 45, 0.28);
	content: counter( ot-usp, decimal-leading-zero );
	font-family: "Isenheim", serif;
	font-size: 1.15rem;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
}

.ot-homepage .ot-grid--usp {
	counter-reset: ot-usp;
}

.ot-homepage .ot-section--cta {
	padding-bottom: calc(var(--ot-space) + 16px);
}

.ot-homepage .ot-cta-panel {
	background:
		radial-gradient(circle at top center, rgba(183, 149, 93, 0.22), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.8) 100%);
	border: 1px solid rgba(255, 255, 255, 0.64);
	box-shadow: 0 30px 70px rgba(80, 65, 66, 0.06);
	padding: 32px 28px;
	text-align: center;
}

.ot-homepage .ot-cta-panel::before {
	border: 1px solid rgba(89, 46, 45, 0.08);
	border-radius: 999px;
	content: "";
	height: 140px;
	left: 50%;
	position: absolute;
	top: 16px;
	transform: translateX(-50%);
	width: 280px;
}

.ot-homepage .ot-cta-panel .ot-section-title,
.ot-homepage .ot-cta-panel .ot-section-copy {
	margin-left: auto;
	margin-right: auto;
}

.ot-homepage .ot-cta-panel .ot-button {
	margin-top: 28px;
	position: relative;
	z-index: 1;
}

@media (min-width: 640px) {
	.ot-homepage .ot-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ot-homepage .ot-grid--categories,
	.ot-homepage .ot-grid--products,
	.ot-homepage .ot-grid--usp,
	.ot-homepage .ot-grid--journal {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-homepage .ot-grid--categories {
		gap: 22px;
	}
}

@media (min-width: 768px) {
	.ot-homepage {
		--ot-space: 72px;
	}

	.ot-homepage .ot-shell {
		padding: 0 24px;
	}

	.ot-homepage .ot-hero__wrap,
	.ot-homepage .ot-story-card,
	.ot-homepage .ot-feature-panel,
	.ot-homepage .ot-profile,
	.ot-homepage .ot-cta-panel {
		padding: 40px;
	}

	.ot-homepage .ot-hero__wrap {
		padding: 30px;
	}

	.ot-homepage .ot-products-stage {
		padding: 24px;
	}

	.ot-homepage .ot-product-card__footer {
		align-items: center;
	}

	.ot-homepage .ot-grid--journal {
		gap: 20px;
	}

	.ot-homepage .ot-journal-card {
		align-items: stretch;
		grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
		grid-template-rows: none;
	}

	.ot-homepage .ot-journal-card__media {
		aspect-ratio: auto;
		height: 100%;
		min-height: 100%;
	}

	.ot-homepage .ot-journal-card__body {
		padding: 18px 20px;
	}

	.ot-homepage .ot-mission-layout {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) 280px;
	}
}

@media (min-width: 960px) {
	.ot-homepage {
		--ot-space: 96px;
	}

	.ot-homepage .ot-hero__wrap,
	.ot-homepage .ot-profile {
		align-items: center;
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	}

	.ot-homepage .ot-feature-panel {
		align-items: center;
		grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	}

	.ot-homepage .ot-section-heading--split {
		align-items: end;
		flex-direction: row;
		justify-content: space-between;
	}

	.ot-homepage .ot-category-layout {
		align-items: start;
		grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr);
	}

	.ot-homepage .ot-grid--categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-homepage .ot-grid--categories .ot-category-card__media {
		aspect-ratio: 1 / 1.16;
	}

	.ot-homepage .ot-grid--products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.ot-homepage .ot-grid--products .ot-product-card__media {
		aspect-ratio: 1 / 0.74;
	}

	.ot-homepage .ot-grid--usp {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ot-homepage .ot-values__layout {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) 280px;
	}
}

@media (max-width: 599px) {
	.ot-homepage .ot-product-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.ot-homepage .ot-product-card__cta {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ot-homepage .ot-button,
	.ot-homepage .ot-category-card,
	.ot-homepage .ot-product-card,
	.ot-homepage .ot-journal-card,
	.ot-homepage .ot-usp-card {
		transition: none;
	}
}
