:root {
	--violet: #5b2a98;
	--orange: #ff7d3b;
	--yellow: #ffe34e;
	--ink: #251b34;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
#journals {
	scroll-margin-top: clamp(96px, 11vh, 120px);
}
#selected-journal {
	scroll-margin-top: 36px;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--ink);
	background: #fff;
}
a {
	color: inherit;
	text-decoration: none;
}
.header {
	height: 84px;
	padding: 0 6vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ece8ed;
}
.logo {
	font-weight: 700;
	font-size: 21px;
	letter-spacing: -1.2px;
}
.header nav,
.header nav a,
footer div {
	display: flex;
	gap: 29px;
	font-size: 14px;
}
.header nav a:hover,
footer a:hover {
	color: var(--violet);
}
.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.social-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}
.social-icon .social-icon-dot {
	fill: currentColor;
	stroke: none;
}
.menu-toggle {
	display: none;
	border: 0;
	background: none;
	font: inherit;
}
.hero {
	height: var(--hero-height, calc(100vh - 84px));
	min-height: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.hero-copy {
	padding: clamp(32px, 8vh, 110px) 5vw clamp(32px, 7vh, 96px) 11vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: scale(var(--hero-scale, 1));
	transform-origin: center;
}
.eyebrow,
.section-label,
.product-type {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.9px;
	font-weight: 700;
}
.eyebrow {
	color: var(--violet);
}
h1,
h2 {
	letter-spacing: -2px;
	line-height: 0.98;
	margin: 27px 0;
	font-size: clamp(50px, 6vw, 86px);
}
em,
.subtitle {
	font-family: Georgia, serif;
	font-weight: 400;
}
.hero-copy > p:not(.eyebrow) {
	font-size: 18px;
	line-height: 1.55;
	max-width: 420px;
}
.text-link {
	display: inline-flex;
	gap: 22px;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-top: 19px;
	font-size: 14px;
	font-weight: bold;
}
.text-link span {
	color: var(--orange);
	font-size: 20px;
	line-height: 12px;
}
.hero-art {
	background: var(--violet);
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
}
.hero-brand {
	width: min(78%, 560px);
	transform: scale(var(--hero-scale, 1));
	color: #fff;
}
.hero-wordmark {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff66;
	padding-bottom: 15px;
}
.hero-wordmark span {
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: italic;
}
.hero-wordmark strong {
	font-size: clamp(27px, 3vw, 42px);
	letter-spacing: -2px;
}
.hero-tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.hero-tile {
	aspect-ratio: 1.35;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 8px 9px #29153b33;
}
.hero-tile i {
	font-family: Georgia, serif;
	font-size: clamp(27px, 4vw, 52px);
	font-style: normal;
	line-height: 1;
}
.hero-tile b {
	font-size: clamp(14px, 1.5vw, 21px);
	letter-spacing: -0.5px;
}
.tile-inspiration {
	background: #f47743;
	color: #fff;
}
.tile-dreams {
	background: #1715b5;
	color: #fff;
}
.tile-feelings {
	background: #e9a2b4;
	color: #5b254e;
}
.tile-gratitude {
	background: #fff;
	color: var(--violet);
}
.tile-ideas {
	background: #ffe052;
	color: var(--ink);
}
.tile-reflection {
	background: #b7d8c5;
	color: #244f48;
}
.featured,
.products {
	padding: 130px 8vw;
}
.featured[hidden] {
	display: none;
}
.section-label {
	margin-bottom: 49px;
}
.featured-grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr;
	gap: 9vw;
	align-items: center;
}
.cover-frame {
	background: var(--violet);
	padding: 4%;
	box-shadow: 0 20px 35px #2b173b16;
}
.cover-frame img {
	display: block;
	width: 100%;
}
.featured-cover .product-cover {
	width: min(76%, var(--featured-cover-width, 380px));
	margin: 0 auto;
}
.look-inside-trigger {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	cursor: pointer;
}
.look-inside-trigger > span {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 24px;
	border-bottom: 1px solid #ffffffaa;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
}
.look-inside-trigger:hover .product-cover,
.look-inside-trigger:focus-visible .product-cover {
	transform: translateY(-6px) rotate(-1deg);
	box-shadow: 18px 22px #29153b33;
}
.look-inside-trigger:focus-visible {
	outline: 3px solid var(--yellow);
	outline-offset: 8px;
}
.look-inside-trigger .product-cover {
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.look-inside-dialog {
	width: min(1120px, 92vw);
	max-width: none;
	max-height: 96dvh;
	padding: 0;
	border: 0;
	overflow: hidden;
	background: #f5efe8;
	color: var(--ink);
	box-shadow: 0 30px 90px #160c22aa;
}
.look-inside-dialog::backdrop {
	background: #1c1029d9;
	backdrop-filter: blur(5px);
}
.look-inside-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 24px;
	background: var(--violet);
	color: #fff;
}
.look-inside-bar span {
	font-size: 10px;
	letter-spacing: 2px;
}
.look-inside-bar h2 {
	margin: 3px 0 0;
	font-size: 21px;
	letter-spacing: -0.5px;
}
.look-inside-close {
	width: 44px;
	height: 44px;
	border: 1px solid #ffffff88;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}
.journal-spread {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: clamp(12px, 2.5vh, 28px) auto 12px;
	width: min(940px, 86vw);
	box-shadow: 0 22px 50px #3b2b4422;
	perspective: 1200px;
}
.journal-page {
	min-height: min(62vh, 610px);
	padding: clamp(30px, 5vw, 65px);
	background: #fffdf8;
	position: relative;
}
.journal-page-image {
	display: none;
	width: 100%;
	height: auto;
}
.journal-page-pdf {
	display: none;
	width: 100%;
	aspect-ratio: 436.5 / 612;
	border: 0;
	background: #fff;
}
.journal-page.has-page-image {
	min-height: 0;
	padding: 0;
}
.journal-page.has-page-image .journal-page-content {
	display: none;
}
.journal-page.has-page-image .journal-page-image {
	display: block;
}
.journal-page.has-page-pdf {
	min-height: 0;
	padding: 0;
}
.journal-page.has-page-pdf .journal-page-content {
	display: none;
}
.journal-page.has-page-pdf .journal-page-pdf {
	display: block;
}
.journal-page-left {
	border-right: 1px solid #ddd3c9;
	box-shadow: inset -15px 0 25px -25px #32243b99;
}
.journal-page-right {
	box-shadow: inset 15px 0 25px -25px #32243b99;
}
.journal-page-number {
	margin: 0 0 45px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}
.journal-page h3 {
	max-width: 330px;
	margin: 0 0 15px;
	font-family: Georgia, serif;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 400;
	line-height: 1.08;
}
.journal-prompt {
	max-width: 340px;
	min-height: 48px;
	font-size: 14px;
	line-height: 1.5;
	color: #706477;
}
.journal-lines {
	height: 250px;
	margin-top: 28px;
	background: repeating-linear-gradient(to bottom, transparent 0 31px, #d9d0c8 32px);
}
.look-inside-hint {
	margin: 0 0 24px;
	text-align: center;
	font-size: 12px;
	color: #766a7c;
}
.featured h1,
.featured h2 {
	font-size: 54px;
	margin: 14px 0;
}
.featured p {
	font-size: 17px;
	line-height: 1.55;
}
.featured .subtitle {
	font-size: 22px;
}
.shop-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 12px 18px 0 0;
	border: 1px solid var(--violet);
	padding: 12px 17px;
	color: var(--violet);
	font-size: 13px;
	font-weight: 700;
}
.shop-link[aria-disabled="true"] {
	cursor: default;
	opacity: 0.58;
}
.shop-link:not([aria-disabled="true"]):hover {
	background: var(--violet);
	color: #fff;
}
.products {
	background: #fbf8f5;
}
.products-head {
	margin-bottom: 66px;
}
.products h2 {
	font-size: clamp(42px, 5vw, 70px);
	margin-bottom: 0;
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4vw;
}
.product {
	min-width: 0;
	cursor: pointer;
	transition: transform 180ms ease;
}
.product:hover,
.product:focus-visible {
	transform: translateY(-7px);
}
.product:focus-visible {
	outline: 3px solid var(--violet);
	outline-offset: 8px;
}
.product[aria-current="true"] .product-cover {
	box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--violet);
}
.product-cover {
	aspect-ratio: 0.71;
	padding: 11% 9%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	box-shadow: 10px 13px #0000000a;
}
.product-cover.has-image {
	padding: 0;
	background: transparent;
}
.product-cover.has-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-cover .symbol {
	font-size: 78px;
	color: var(--yellow);
}
.product-cover b {
	font-size: 26px;
	max-width: 80%;
	line-height: 1.1;
}
.product-cover small {
	position: relative;
	top: 22%;
	font-size: 10px;
	letter-spacing: 1px;
}
.product-cover.aligned-product-cover {
	padding: 0;
}
.aligned-cover {
	--aligned-ink: #ffe052;
	--aligned-star: #ffe052;
	container-type: inline-size;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	color: var(--aligned-ink);
	font-family: Arial, Helvetica, sans-serif;
}
.aligned-cover > span,
.aligned-cover > strong,
.aligned-cover > small,
.aligned-cover > b {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.aligned-cover > span {
	top: 20%;
	color: var(--aligned-star);
	font-family: Georgia, serif;
	font-size: 29cqw;
	line-height: 1;
}
.product-cover .aligned-cover > strong {
	top: 51.5%;
	width: 92%;
	font-size: 7.6cqw;
	font-weight: 700;
	letter-spacing: 0.62cqw;
	line-height: 1;
}
.product-cover .aligned-cover > small {
	top: 60.5%;
	font-size: 4.1cqw;
	font-weight: 400;
	letter-spacing: 0.72cqw;
}
.product-cover .aligned-cover > b {
	bottom: 6.5%;
	max-width: none;
	font-size: 3.7cqw;
	font-weight: 500;
	letter-spacing: 0.35cqw;
	line-height: 1;
}
.aligned-dankbarkeit {
  background-image: url("assets/dankbarkeit-dfinal-background.png");
}
.aligned-inspiration {
	--aligned-ink: #fff;
	background-color: #f47743;
	background-image: url("assets/inspiration-background-final.svg");
}
.aligned-freiraum {
	--aligned-ink: #2115b8;
	--aligned-star: #2115b8;
	background-image: url("assets/freiraum-background.png");
}
.aligned-traumtagebuch {
	--aligned-ink: #fff;
	--aligned-star: #ffe052;
	background-image: url("assets/traumtagebuch-background.svg");
}
.aligned-gefuehle {
	--aligned-ink: #5b254e;
	--aligned-star: #ffe052;
	background-image: url("assets/gefuehle-background.svg");
}
.aligned-selbstreflexion {
	--aligned-ink: #244f48;
	--aligned-star: #d8a84e;
	background-image: url("assets/selbstreflexion-background.svg");
}
.product-type {
	color: #7d7184;
	margin: 22px 0 8px;
}
.product h3 {
	font-size: 24px;
	margin: 0 0 8px;
}
.coming-soon {
	margin-left: 8px;
	color: var(--orange);
	font-family: Georgia, serif;
	font-size: 0.58em;
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
}
.featured-title-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.featured-title-row h1 {
	margin-right: 8px;
}
.product > p:last-child,
.about > p {
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}
.about {
	padding: 150px 8vw;
	display: grid;
	grid-template-columns: 0.6fr 1.25fr 0.8fr;
	gap: 5vw;
}
.about h2 {
	font-size: clamp(41px, 4.3vw, 64px);
	margin: 13px 0;
}
.about > p {
	font-size: 17px;
	margin-top: 45px;
}
.shape {
	width: 132px;
	height: 132px;
	background: var(--orange);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 67px;
	color: var(--yellow);
}
footer {
	padding: 45px 6vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}
footer p {
	color: #736b76;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
.legal-page {
	max-width: 1040px;
	margin: 0 auto;
	padding: 110px 8vw 140px;
}
.legal-intro {
	max-width: 760px;
	margin-bottom: 110px;
}
.legal-intro h1 {
	font-size: clamp(50px, 7vw, 82px);
}
.placeholder-notice {
	max-width: 650px;
	padding: 18px 21px;
	border-left: 4px solid var(--orange);
	background: #fbf8f5;
	font-size: 15px;
	line-height: 1.6;
}
.legal-section {
	padding-top: 70px;
	margin-top: -20px;
}
.legal-section + .legal-section {
	margin-top: 100px;
	border-top: 1px solid #ece8ed;
}
.legal-section h2 {
	font-size: clamp(38px, 5vw, 58px);
	margin-bottom: 55px;
}
.legal-section h3 {
	margin: 40px 0 10px;
	font-size: 19px;
}
.legal-section p {
	max-width: 760px;
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}
.legal-section a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.contact-page {
	min-height: calc(100vh - 84px);
}
.contact-card {
	max-width: 760px;
	border-left: 8px solid var(--violet);
	padding: clamp(32px, 6vw, 72px);
	background: #fbf8f5;
}
.contact-card h2 {
	margin: 16px 0 24px;
	font-size: clamp(44px, 6vw, 72px);
}
.contact-card p:last-child {
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(22px, 3vw, 34px);
	font-style: italic;
}
.contact-card a {
	color: var(--violet);
	text-decoration: underline;
	text-underline-offset: 5px;
}
@media (max-width: 760px) {
	#journals {
		scroll-margin-top: clamp(80px, 10vh, 96px);
	}
	#selected-journal {
		scroll-margin-top: 28px;
	}
	.header {
		height: 70px;
		padding: 0 6vw;
	}
	.menu-toggle {
		display: block;
	}
	.header nav {
		display: none;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		padding: 25px 6vw;
		background: #fff;
		border-bottom: 1px solid #ece8ed;
		z-index: 4;
	}
	.header nav.is-open {
		display: flex;
		flex-direction: column;
	}
	.header .legal-nav {
		display: flex;
		position: static;
		padding: 0;
		border: 0;
		background: transparent;
	}
	.header .legal-nav a:not(:first-child) {
		display: none;
	}
	.hero {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 56fr) minmax(0, 44fr);
	}
	.hero-copy {
		padding: clamp(18px, 4vh, 42px) 8vw;
	}
	.hero h1 {
		font-size: clamp(38px, 13vw, 57px);
		letter-spacing: -3.5px;
		margin: 18px 0;
	}
	.hero-copy > p:not(.eyebrow) {
		font-size: 18px;
		line-height: 1.4;
		margin: 0;
	}
	.hero .text-link {
		margin-top: 19px;
	}
	.hero-art {
		min-height: 0;
	}
	.hero-brand {
		width: min(84%, 430px);
	}
	.hero-wordmark {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	.hero-tiles {
		gap: 8px;
	}
	.hero-tile {
		aspect-ratio: 1.8;
		padding: 10px 12px;
	}
	.featured,
	.products {
		padding: 85px 7vw;
	}
	.featured-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.look-inside-dialog {
		width: 96vw;
	}
	.journal-spread {
		grid-template-columns: 1fr 1fr;
		width: 94vw;
		margin-top: 12px;
	}
	.journal-page {
		min-height: 0;
		padding: clamp(12px, 3vw, 28px);
	}
	.journal-page-left {
		display: block;
	}
	.journal-spread.uses-page-images .journal-page {
		min-height: 0;
	}
	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8vw 5vw;
	}
	.product-cover b {
		font-size: 19px;
	}
	.about {
		padding: 92px 7vw;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.about > p {
		margin: 0;
	}
	.legal-page {
		padding: 75px 7vw 100px;
	}
	.legal-intro {
		margin-bottom: 65px;
	}
	.legal-section {
		padding-top: 45px;
	}
	.legal-section + .legal-section {
		margin-top: 65px;
	}
	footer {
		padding: 34px 7vw;
		display: block;
	}
	footer p {
		margin: 18px 0;
	}
	footer div {
		flex-wrap: wrap;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
