@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: 1440px;
	--ot-content: 880px;
	--ot-gap: 28px;
	--ot-card-radius: 0px;
	--ot-section-radius: 0px;
	--ot-button-radius: 0px;
	--ot-space: 56px;
	background: var(--ot-eggshell);
	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 14%, transparent 86%, rgba(89, 46, 45, 0.05));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	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) + 40px);
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}

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

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

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

.ot-homepage .ot-hero__title {
	font-size: clamp(1.95rem, 4.5vw, 3.4rem);
	max-width: 12.4ch;
}

.ot-homepage .ot-section-title {
	font-size: clamp(2.15rem, 4.3vw, 3.5rem);
	max-width: 18ch;
}

.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-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-mission-side__lead {
	color: rgba(80, 65, 66, 0.88);
	font-size: clamp(0.95rem, 1.08vw, 1.02rem);
	line-height: 1.72;
}

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

.ot-homepage .ot-button {
	align-items: center;
	border-radius: var(--ot-button-radius);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.14em;
	min-height: 50px;
	padding: 0 22px;
	text-transform: uppercase;
	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 12px 24px rgba(80, 65, 66, 0.1);
	transform: translateY(-1px);
}

.ot-homepage .ot-button:focus-visible,
.ot-homepage .ot-text-link:focus-visible,
.ot-homepage .ot-focus-card__visual:focus-visible,
.ot-homepage .ot-focus-product a:focus-visible,
.ot-homepage .ot-workshop-card a: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: var(--ot-maroon);
	border: 1px solid rgba(183, 149, 93, 0.34);
	color: var(--ot-white);
	box-shadow: 0 14px 28px rgba(89, 46, 45, 0.14);
}

.ot-homepage .ot-button--secondary {
	background: rgba(255, 255, 255, 0.82);
	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-size: 0.78rem;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ot-homepage .ot-story-card,
.ot-homepage .ot-profile,
.ot-homepage .ot-cta-panel,
.ot-homepage .ot-products-stage,
.ot-homepage .ot-workshops-stage {
	border-top: 1px solid rgba(183, 149, 93, 0.42);
}

.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: 10px;
	margin-top: 26px;
}

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

.ot-homepage .ot-hero__wrap,
.ot-homepage .ot-story-card,
.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: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(89, 46, 45, 0.12);
	box-shadow: 0 28px 72px rgba(50, 35, 36, 0.08);
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
}

.ot-homepage .ot-hero__content {
	align-content: center;
	display: grid;
	max-width: 680px;
	padding: 28px 24px 32px;
	position: relative;
	z-index: 1;
}

.ot-homepage .ot-hero__text {
	font-size: 1rem;
	margin: 20px 0 0;
	max-width: 29rem;
}

.ot-homepage .ot-hero__subnote {
	color: rgba(80, 65, 66, 0.72);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	line-height: 1.55;
	margin: 16px 0 0;
	max-width: 19rem;
}

.ot-homepage .ot-hero__visual {
	background: #3d3033;
	border-radius: 0;
	border-top: 1px solid rgba(183, 149, 93, 0.14);
	min-height: 340px;
	order: -1;
	overflow: hidden;
	position: relative;
}

.ot-homepage .ot-hero__visual::before,
.ot-homepage .ot-profile__visual::before {
	border: 1px solid rgba(183, 149, 93, 0.18);
	content: "";
	inset: 16px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

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

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

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

.ot-homepage .ot-hero__object--large {
	background: rgba(183, 149, 93, 0.12);
	border: 1px solid rgba(183, 149, 93, 0.32);
	height: 320px;
	right: 56px;
	top: 42px;
	transform: rotate(12deg);
	width: 220px;
}

.ot-homepage .ot-hero__object--small {
	background: rgba(205, 95, 63, 0.14);
	border: 1px solid rgba(205, 95, 63, 0.28);
	bottom: 40px;
	height: 180px;
	left: 48px;
	top: auto;
	transform: rotate(-14deg);
	width: 120px;
}

.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.9);
	border: 1px solid rgba(183, 149, 93, 0.24);
	border-radius: 0;
	bottom: 22px;
	box-shadow: 0 14px 30px rgba(89, 46, 45, 0.14);
	left: 22px;
	max-width: 220px;
	padding: 14px 14px 12px;
}

.ot-homepage .ot-hero__badge-label {
	color: rgba(80, 65, 66, 0.7);
	display: block;
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

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

.ot-homepage .ot-hero__floating-line {
	background: linear-gradient(90deg, var(--ot-red), rgba(205, 95, 63, 0));
}

.ot-homepage .ot-hero__floating-note {
	background: rgba(28, 21, 23, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	color: #fff;
	bottom: 20px;
	max-width: 220px;
	padding: 14px 16px;
	right: 20px;
	top: auto;
}

.ot-homepage .ot-hero__floating-note p {
	font-size: 0.78rem;
	line-height: 1.55;
	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: 10px;
	width: 54px;
}

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

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

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

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

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

.ot-homepage .ot-grid--workshops {
	gap: 14px;
}

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

.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-product-card {
	background: rgba(255, 255, 255, 0.86);
	display: grid;
	grid-template-rows: auto 1fr;
	position: relative;
}

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

.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.22);
	box-shadow: 0 16px 30px rgba(80, 65, 66, 0.06);
	transform: translateY(-2px);
}

.ot-homepage .ot-product-card__media,
.ot-homepage .ot-journal-card__media {
	background: rgba(183, 149, 93, 0.08);
	overflow: hidden;
	position: relative;
}

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

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

.ot-homepage .ot-product-card__image,
.ot-homepage .ot-journal-card__image {
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.ot-homepage .ot-product-card:hover .ot-product-card__image,
.ot-homepage .ot-journal-card:hover .ot-journal-card__image {
	transform: scale(1.03);
}

.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-product-card__tag {
	border-radius: 0;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.ot-homepage .ot-product-card__tag {
	background: rgba(89, 46, 45, 0.88);
	color: #f7f0ea;
	left: 16px;
	top: 16px;
}

.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: 6px;
	padding: 18px 16px 16px;
}

.ot-homepage .ot-product-card__footer {
	align-items: center;
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 14px;
}

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

.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.22rem;
	line-height: 1.12;
	margin: 0;
}

.ot-homepage .ot-product-card__title,
.ot-homepage .ot-journal-card__title,
.ot-homepage .ot-journal-card__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ot-homepage .ot-product-card__title,
.ot-homepage .ot-journal-card__title {
	-webkit-line-clamp: 2;
}

.ot-homepage .ot-journal-card__excerpt {
	-webkit-line-clamp: 3;
}

.ot-homepage .ot-product-card__price,
.ot-homepage .ot-product-card__meta,
.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: 0;
}

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

.ot-homepage .ot-product-card__meta {
	color: rgba(89, 46, 45, 0.74);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	line-height: 1.45;
	margin-top: 4px;
	max-width: none;
	text-transform: uppercase;
}

.ot-homepage .ot-product-card__cta,
.ot-homepage .ot-journal-card__link {
	align-items: center;
	align-self: end;
	border-radius: 0;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.12em;
	margin-top: 10px;
	min-height: 40px;
	text-transform: uppercase;
}

.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: 130px;
	padding: 0 16px;
	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.72rem;
	letter-spacing: 0.14em;
	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.9rem;
	line-height: 1.62;
}

.ot-homepage .ot-products-stage {
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(183, 149, 93, 0.18);
	box-shadow: 0 26px 64px rgba(80, 65, 66, 0.05);
	padding: 24px;
}

.ot-homepage .ot-products-stage::before {
	content: none;
}

.ot-homepage .ot-product-card::before,
.ot-homepage .ot-journal-card::before {
	content: none;
}

.ot-homepage .ot-product-card--featured {
	border-color: rgba(205, 95, 63, 0.24);
	box-shadow: 0 22px 52px rgba(89, 46, 45, 0.08);
}

.ot-homepage .ot-workshops-stage {
	background: rgba(89, 46, 45, 0.98);
	border: 1px solid rgba(183, 149, 93, 0.16);
	border-radius: var(--ot-section-radius);
	box-shadow: 0 34px 80px rgba(65, 32, 34, 0.18);
	display: grid;
	gap: 26px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.ot-homepage .ot-workshops-stage::before {
	background: none;
	content: "";
	inset: 0;
	position: absolute;
}

.ot-homepage .ot-workshops-stage::after {
	content: none;
}

.ot-homepage .ot-workshops-intro,
.ot-homepage .ot-workshops-panel {
	position: relative;
	z-index: 1;
}

.ot-homepage .ot-workshops-intro .ot-kicker,
.ot-homepage .ot-workshops-intro .ot-section-title,
.ot-homepage .ot-workshops-intro .ot-section-copy {
	color: #f7f0ea;
}

.ot-homepage .ot-workshops-intro .ot-section-title {
	max-width: 24ch;
}

.ot-homepage .ot-workshops-intro .ot-section-copy {
	max-width: 33rem;
}

.ot-homepage .ot-workshops-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
}

.ot-homepage .ot-workshops-notes span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(183, 149, 93, 0.22);
	border-radius: 0;
	color: rgba(247, 240, 234, 0.88);
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	padding: 10px 12px;
	text-transform: uppercase;
}

.ot-homepage .ot-workshops-gift {
	border-left: 1px solid rgba(183, 149, 93, 0.42);
	color: rgba(247, 240, 234, 0.82);
	font-size: 0.94rem;
	line-height: 1.7;
	margin: 18px 0 0;
	max-width: 31rem;
	padding-left: 14px;
}

.ot-homepage .ot-workshops-panel {
	background: rgba(240, 238, 233, 0.92);
	border: 1px solid rgba(183, 149, 93, 0.18);
	border-radius: 0;
	display: grid;
	gap: 16px;
	margin-top: 18px;
	padding: 24px 20px 20px;
}

.ot-homepage .ot-workshops-panel__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.ot-homepage .ot-workshops-panel__eyebrow {
	color: rgba(80, 65, 66, 0.66);
	font-size: 0.76rem;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.ot-homepage .ot-workshop-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(89, 46, 45, 0.12);
	border-radius: 0;
	display: grid;
	gap: 12px;
	padding: 18px 18px 16px;
	position: relative;
}

.ot-homepage .ot-workshop-card::before {
	content: none;
}

.ot-homepage .ot-workshop-card__title {
	color: var(--ot-ink);
	font-family: "Isenheim", serif;
	font-size: 1rem;
	line-height: 1.16;
	margin: 0;
}

.ot-homepage .ot-workshop-card__excerpt {
	color: rgba(80, 65, 66, 0.88);
	font-size: 0.86rem;
	line-height: 1.55;
	margin: 0;
	max-width: 28ch;
}

.ot-homepage .ot-workshop-card__footer {
	align-items: center;
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 4px;
	padding-top: 12px;
}

.ot-homepage .ot-workshop-card__price {
	color: var(--ot-maroon);
	margin: 0;
}

.ot-homepage .ot-workshop-card__price .amount {
	font-size: 1rem;
	font-weight: 700;
}

.ot-homepage .ot-workshop-card__link {
	align-items: center;
	background: rgba(205, 95, 63, 0.08);
	border: 1px solid rgba(205, 95, 63, 0.16);
	border-radius: 0;
	color: var(--ot-maroon);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 500;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 40px;
	padding: 0 16px;
	text-transform: uppercase;
}

.ot-homepage .ot-workshop-card__link::after {
	content: "\2197";
	font-size: 0.92em;
}

.ot-homepage .ot-workshops-empty {
	display: grid;
	gap: 10px;
}

.ot-homepage .ot-workshops-panel__actions {
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	margin-top: 4px;
	padding-top: 18px;
}

.ot-homepage .ot-workshops-panel__actions .ot-button {
	justify-content: center;
	width: 100%;
}

.ot-homepage .ot-story-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(183, 149, 93, 0.12);
	box-shadow: 0 24px 60px rgba(80, 65, 66, 0.05);
	padding: 34px;
}

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

.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.32rem;
	line-height: 1.32;
	margin: 0;
	max-width: 20ch;
	padding-left: 20px;
	border-left: 1px solid rgba(183, 149, 93, 0.4);
}

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

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

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

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

.ot-homepage .ot-focus-stage {
	display: grid;
	gap: 18px;
}

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

.ot-homepage .ot-focus-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(89, 46, 45, 0.12);
	box-shadow: 0 24px 56px rgba(55, 39, 40, 0.06);
	display: grid;
	overflow: hidden;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ot-homepage .ot-focus-card::before {
	background: linear-gradient(90deg, rgba(183, 149, 93, 0.78), rgba(183, 149, 93, 0));
	content: "";
	height: 1px;
	left: 22px;
	position: absolute;
	right: 22px;
	top: 18px;
	z-index: 2;
}

.ot-homepage .ot-focus-card--earrings {
	border-top: 2px solid rgba(205, 95, 63, 0.62);
}

.ot-homepage .ot-focus-card--rings {
	background: rgba(89, 46, 45, 0.98);
	border-color: rgba(183, 149, 93, 0.26);
	box-shadow: 0 30px 72px rgba(65, 32, 34, 0.14);
}

.ot-homepage .ot-focus-card:hover {
	border-color: rgba(89, 46, 45, 0.2);
	box-shadow: 0 20px 42px rgba(80, 65, 66, 0.08);
	transform: translateY(-2px);
}

.ot-homepage .ot-focus-card__visual {
	background: rgba(183, 149, 93, 0.08);
	min-height: 156px;
	overflow: hidden;
	position: relative;
}

.ot-homepage .ot-focus-card__visual::after {
	background: linear-gradient(180deg, rgba(18, 13, 14, 0.12) 0%, rgba(18, 13, 14, 0.62) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.ot-homepage .ot-focus-card--rings .ot-focus-card__visual {
	border-bottom: 1px solid rgba(183, 149, 93, 0.16);
}

.ot-homepage .ot-focus-card__image,
.ot-homepage .ot-focus-card__placeholder {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ot-homepage .ot-focus-card__placeholder {
	background:
		linear-gradient(160deg, rgba(205, 95, 63, 0.24), rgba(89, 46, 45, 0.08)),
		radial-gradient(circle at top left, rgba(183, 149, 93, 0.3), transparent 34%);
}

.ot-homepage .ot-focus-card__eyebrow,
.ot-homepage .ot-focus-card__label {
	left: 20px;
	position: absolute;
	z-index: 1;
}

.ot-homepage .ot-focus-card__eyebrow {
	color: rgba(247, 240, 234, 0.78);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	top: 20px;
}

.ot-homepage .ot-focus-card__label {
	bottom: 22px;
	color: #f7f0ea;
	font-family: "Isenheim", serif;
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	line-height: 1;
	max-width: 10ch;
}

.ot-homepage .ot-focus-card__body {
	display: grid;
	gap: 14px;
	padding: 20px 20px 18px;
}

.ot-homepage .ot-focus-card__title,
.ot-homepage .ot-focus-product__title {
	font-family: "Isenheim", serif;
	margin: 0;
}

.ot-homepage .ot-focus-card__title {
	color: var(--ot-ink);
	font-size: 1.18rem;
	line-height: 1.14;
	max-width: none;
}

.ot-homepage .ot-focus-card__copy,
.ot-homepage .ot-focus-product__price {
	font-size: 0.94rem;
	line-height: 1.66;
	margin: 0;
}

.ot-homepage .ot-focus-card__copy {
	color: rgba(80, 65, 66, 0.86);
	max-width: none;
}

.ot-homepage .ot-focus-products {
	display: grid;
	gap: 10px;
}

.ot-homepage .ot-focus-product {
	align-items: center;
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	display: grid;
	gap: 12px;
	grid-template-columns: 82px minmax(0, 1fr);
	padding-top: 10px;
}

.ot-homepage .ot-focus-product__media {
	background: rgba(183, 149, 93, 0.08);
	display: block;
	overflow: hidden;
}

.ot-homepage .ot-focus-product__image,
.ot-homepage .ot-focus-product__placeholder {
	aspect-ratio: 1 / 1.18;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ot-homepage .ot-focus-product__placeholder {
	background:
		linear-gradient(145deg, rgba(183, 149, 93, 0.18), rgba(205, 95, 63, 0.08)),
		radial-gradient(circle at top left, rgba(205, 95, 63, 0.22), transparent 40%);
}

.ot-homepage .ot-focus-product__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.ot-homepage .ot-focus-product__title {
	color: var(--ot-ink);
	display: -webkit-box;
	font-size: 0.98rem;
	line-height: 1.16;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ot-homepage .ot-focus-product__price .amount {
	color: var(--ot-maroon);
	font-size: 0.98rem;
	font-weight: 700;
}

.ot-homepage .ot-focus-card__actions {
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	margin-top: 2px;
	padding-top: 14px;
}

.ot-homepage .ot-focus-card__actions .ot-button {
	width: 100%;
}

.ot-homepage .ot-focus-card--rings .ot-focus-card__title,
.ot-homepage .ot-focus-card--rings .ot-focus-card__copy,
.ot-homepage .ot-focus-card--rings .ot-focus-product__title,
.ot-homepage .ot-focus-card--rings .ot-focus-product__price {
	color: #f7f0ea;
}

.ot-homepage .ot-focus-card--rings .ot-focus-product {
	border-color: rgba(183, 149, 93, 0.18);
}

.ot-homepage .ot-focus-card--rings .ot-focus-product__media {
	background: rgba(255, 255, 255, 0.08);
}

.ot-homepage .ot-focus-card--rings .ot-focus-product__price .amount {
	color: #f1d4a7;
}

.ot-homepage .ot-focus-card--rings .ot-focus-card__actions {
	border-color: rgba(183, 149, 93, 0.18);
}

.ot-homepage .ot-focus-shop-cta {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(89, 46, 45, 0.12);
	box-shadow: 0 20px 48px rgba(55, 39, 40, 0.05);
	display: grid;
	gap: 0;
	padding: 18px 20px;
}

.ot-homepage .ot-focus-shop-cta__content {
	display: grid;
	gap: 10px;
}

.ot-homepage .ot-focus-shop-cta__title {
	font-family: "Isenheim", serif;
	margin: 0;
	color: var(--ot-ink);
	font-size: 1.08rem;
	line-height: 1.08;
	max-width: 24ch;
}

.ot-homepage .ot-focus-shop-cta__copy {
	font-size: 0.94rem;
	line-height: 1.64;
	margin: 0;
	color: rgba(80, 65, 66, 0.86);
	max-width: 54ch;
}

.ot-homepage .ot-focus-shop-cta__actions {
	border-top: 1px solid rgba(183, 149, 93, 0.16);
	padding-top: 12px;
}

.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.44rem;
	line-height: 1.28;
	margin-top: 32px;
	max-width: 22ch;
}

.ot-homepage .ot-profile {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(183, 149, 93, 0.12);
	box-shadow: 0 24px 60px rgba(80, 65, 66, 0.05);
	display: grid;
	gap: 28px;
	padding: 32px;
}

.ot-homepage .ot-profile__visual {
	background: rgba(183, 149, 93, 0.08);
	border: 1px solid rgba(183, 149, 93, 0.12);
	border-radius: 0;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}

.ot-homepage .ot-profile__portrait {
	background:
		linear-gradient(180deg, rgba(89, 46, 45, 0.18), rgba(89, 46, 45, 0.04)),
		linear-gradient(135deg, rgba(183, 149, 93, 0.18), rgba(255, 255, 255, 0));
	height: 100%;
	min-height: 100%;
}

.ot-homepage .ot-section--artist .ot-profile__media {
	object-position: center top;
}

.ot-homepage .ot-section--mission .ot-story-card {
	padding: 40px 32px;
}

.ot-homepage .ot-section--mission .ot-story-card::before {
	background: none;
	border-right: 1px solid rgba(183, 149, 93, 0.44);
	border-top: 1px solid rgba(183, 149, 93, 0.44);
	content: "";
	height: 92px;
	position: absolute;
	right: 32px;
	top: 32px;
	width: 92px;
}

.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: 96px;
}

.ot-homepage .ot-section--artist .ot-profile {
	background: rgba(255, 255, 255, 0.9);
}

.ot-homepage .ot-section--artist .ot-rich-text {
	margin-top: 22px;
}

.ot-homepage .ot-profile__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.ot-homepage .ot-profile__links {
	border-top: 1px solid rgba(183, 149, 93, 0.18);
	display: grid;
	gap: 10px;
	margin-top: 22px;
	padding-top: 18px;
}

.ot-homepage .ot-profile__links-label {
	color: rgba(80, 65, 66, 0.7);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ot-homepage .ot-section--values .ot-story-card {
	background: rgba(255, 255, 255, 0.82);
}

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

.ot-homepage .ot-values__seal {
	align-content: start;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.08);
	border-left: 2px solid rgba(183, 149, 93, 0.62);
	border-radius: 0;
	display: grid;
	gap: 20px;
	max-width: 24rem;
	padding: 28px 24px;
}

.ot-homepage .ot-values__seal-logo {
	height: 184px;
	margin-bottom: 20px;
	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: 96px;
}

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

.ot-homepage .ot-section--journal::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);
	content: "";
	inset: 12px 0 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: transparent;
	border: 0;
	border-top: 1px solid rgba(183, 149, 93, 0.4);
	counter-increment: ot-usp;
	overflow: visible;
	position: relative;
}

.ot-homepage .ot-usp-card::before {
	background: var(--ot-eggshell);
	color: rgba(89, 46, 45, 0.28);
	content: counter( ot-usp, decimal-leading-zero );
	font-family: "Isenheim", serif;
	font-size: 1rem;
	line-height: 1;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}

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

.ot-homepage .ot-usp-card:hover {
	border-color: rgba(89, 46, 45, 0.32);
	box-shadow: none;
	transform: none;
}

.ot-homepage .ot-usp-card__title {
	margin-top: 18px;
	max-width: 14ch;
}

.ot-homepage .ot-usp-card__text {
	max-width: 22ch;
}

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

.ot-homepage .ot-cta-panel {
	background: rgba(89, 46, 45, 0.98);
	border: 1px solid rgba(183, 149, 93, 0.22);
	box-shadow: 0 30px 72px rgba(89, 46, 45, 0.16);
	padding: 40px 28px;
	text-align: center;
}

.ot-homepage .ot-cta-panel::before {
	background: linear-gradient(90deg, rgba(205, 95, 63, 0), rgba(205, 95, 63, 0.8), rgba(205, 95, 63, 0));
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 24px;
	transform: translateX(-50%);
	width: 160px;
}

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

.ot-homepage .ot-cta-panel .ot-kicker {
	color: rgba(247, 240, 234, 0.72);
}

.ot-homepage .ot-cta-panel .ot-button--primary {
	background: var(--ot-gold);
	border: 1px solid rgba(247, 240, 234, 0.18);
	box-shadow: 0 14px 30px rgba(183, 149, 93, 0.2);
	color: #23191a;
}

.ot-homepage .ot-cta-panel .ot-button {
	margin-top: 32px;
	min-width: 240px;
	position: relative;
	z-index: 1;
}

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

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

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

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

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

	.ot-homepage .ot-hero__wrap {
		padding: 0;
	}

	.ot-homepage .ot-hero__content {
		padding: 38px 36px 42px;
	}

	.ot-homepage .ot-hero__visual {
		min-height: 420px;
	}

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

	.ot-homepage .ot-workshops-stage {
		padding: 30px;
	}

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

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

	.ot-homepage .ot-focus-card {
		grid-template-columns: minmax(190px, 0.5fr) minmax(0, 1fr);
	}

	.ot-homepage .ot-focus-card__visual {
		min-height: 100%;
	}

	.ot-homepage .ot-focus-card__body {
		align-content: start;
		padding: 24px 24px 22px;
	}

	.ot-homepage .ot-focus-shop-cta {
		align-items: stretch;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ot-homepage .ot-focus-shop-cta__content {
		align-items: center;
		column-gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

	.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: 20px 22px;
	}

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

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

	.ot-homepage .ot-hero__wrap {
		align-items: center;
		grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
	}

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

	.ot-homepage .ot-workshops-stage {
		align-items: center;
		grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
	}

	.ot-homepage .ot-hero__content {
		padding: 48px 44px 52px;
	}

	.ot-homepage .ot-hero__visual {
		border-left: 1px solid rgba(183, 149, 93, 0.14);
		border-top: 0;
		min-height: 500px;
		order: 0;
	}

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

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

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

	.ot-homepage .ot-focus-card__visual {
		min-height: 100%;
	}

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

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

	.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) 320px;
	}
}

@media (max-width: 639px) {
	.ot-homepage .ot-hero__badge,
	.ot-homepage .ot-hero__floating-note {
		display: none;
	}

	.ot-homepage .ot-product-card__footer,
	.ot-homepage .ot-workshop-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.ot-homepage .ot-product-card__cta,
	.ot-homepage .ot-workshop-card__link,
	.ot-homepage .ot-cta-panel .ot-button,
	.ot-homepage .ot-profile__actions .ot-button {
		width: 100%;
	}
}

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

