:root {
	--ink: #172825;
	--ink-soft: #4c5f5a;
	--forest: #123f3a;
	--forest-deep: #0b302d;
	--teal: #31766d;
	--sage: #bfd0c4;
	--sage-light: #e8efe9;
	--cream: #f7f3e9;
	--paper: #fffdf8;
	--sand: #e6d8c2;
	--gold: #bd8754;
	--rose: #b8796f;
	--white: #ffffff;
	--line: rgba(23, 40, 37, 0.13);
	--shadow: 0 24px 70px rgba(18, 63, 58, 0.12);
	--shadow-small: 0 12px 35px rgba(18, 63, 58, 0.1);
	--radius: 28px;
	--radius-small: 16px;
	--container: 1220px;
	--font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-display: Iowan Old Style, Baskerville, "Times New Roman", ui-serif, Georgia, serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--forest-deep);
	font-family: var(--font-display);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(3rem, 6.2vw, 6.2rem);
}

h2 {
	font-size: clamp(2.35rem, 4vw, 4.25rem);
}

h3 {
	font-size: clamp(1.55rem, 2.2vw, 2rem);
}

::selection {
	background: var(--sage);
	color: var(--forest-deep);
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.container--narrow {
	width: min(calc(100% - 48px), 820px);
}

.screen-reader-text,
.skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--white);
	color: var(--forest);
	border-radius: 8px;
	box-shadow: var(--shadow-small);
}

.button,
button.button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 27px;
	border: 1px solid var(--forest);
	border-radius: 999px;
	background: var(--forest);
	color: var(--white);
	font-family: var(--font-body);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible,
button.button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--teal);
	border-color: var(--teal);
	color: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(18, 63, 58, 0.2);
}

.button--light {
	background: var(--cream);
	border-color: var(--cream);
	color: var(--forest-deep);
}

.button--light:hover,
.button--light:focus-visible {
	background: var(--white);
	border-color: var(--white);
	color: var(--forest-deep);
}

.button--small {
	min-height: 44px;
	padding-inline: 20px;
	font-size: 0.72rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 4px 0;
	border-bottom: 1px solid currentColor;
	color: var(--forest);
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	line-height: 1.4;
	text-transform: uppercase;
}

.text-link span {
	font-size: 1.1em;
	transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
	transform: translateX(4px);
}

.text-link--light {
	color: var(--cream);
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 20px;
	color: var(--teal);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.eyebrow > span {
	display: inline-block;
	width: 31px;
	height: 1px;
	background: currentColor;
}

.eyebrow--light {
	color: var(--sage);
}

.top-note {
	position: relative;
	z-index: 30;
	background: var(--forest-deep);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.69rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.top-note__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 32px;
}

.top-note__dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--gold);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 25;
	background: rgba(255, 253, 248, 0.93);
	border-bottom: 1px solid rgba(18, 63, 58, 0.08);
	backdrop-filter: blur(18px);
	transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 32px rgba(18, 63, 58, 0.08);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 36px;
	min-height: 86px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--forest-deep);
}

.brand__symbol {
	display: grid;
	place-items: center;
	width: 37px;
	height: 42px;
	color: var(--teal);
}

.brand__symbol svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.brand__wordmark {
	display: flex;
	flex-direction: column;
	font-size: 0.64rem;
	letter-spacing: 0.27em;
	line-height: 1.2;
	text-transform: uppercase;
}

.brand__wordmark strong {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: none;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	width: auto;
	max-width: 210px;
	height: 52px;
	object-fit: contain;
}

.primary-nav {
	justify-self: center;
}

.primary-nav__list,
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 36px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: var(--ink);
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.045em;
}

.primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: var(--teal);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 11px;
}

.header-account,
.header-cart {
	position: relative;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: var(--forest);
	transition: background 160ms ease;
}

.header-account:hover,
.header-cart:hover {
	background: var(--sage-light);
}

.header-account svg,
.header-cart svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.header-cart__count {
	position: absolute;
	top: -1px;
	right: -2px;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border: 2px solid var(--paper);
	border-radius: 99px;
	background: var(--gold);
	color: var(--white);
	font-size: 0.58rem;
	font-weight: 800;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 23px;
	height: 2px;
	margin: 5px auto;
	background: var(--forest);
	transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	background: var(--forest);
	color: var(--white);
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
	background-size: 9px 9px;
	content: "";
	opacity: 0.34;
}

.hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}

.hero__glow--one {
	top: -260px;
	left: -170px;
	width: 620px;
	height: 620px;
	background: radial-gradient(circle, rgba(79, 137, 125, 0.4), transparent 67%);
}

.hero__glow--two {
	right: -250px;
	bottom: -350px;
	width: 760px;
	height: 760px;
	background: radial-gradient(circle, rgba(189, 135, 84, 0.2), transparent 68%);
}

.hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
	align-items: center;
	gap: 68px;
	min-height: 720px;
	padding-block: 76px 90px;
}

.hero__content {
	max-width: 665px;
}

.hero .eyebrow {
	color: var(--sage);
}

.hero h1 {
	max-width: 650px;
	margin-bottom: 28px;
	color: var(--cream);
	font-size: clamp(3.7rem, 6.4vw, 6.5rem);
	line-height: 0.98;
}

.hero__lead {
	max-width: 610px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1.03rem, 1.4vw, 1.22rem);
	line-height: 1.75;
}

.hero__buttons {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 48px;
}

.hero__formats {
	display: flex;
	align-items: center;
	gap: 27px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero__formats span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero__formats svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.hero-art {
	position: relative;
	min-height: 545px;
}

.hero-art__orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
}

.hero-art__orbit--outer {
	top: 8px;
	right: -80px;
	width: 510px;
	height: 510px;
}

.hero-art__orbit--middle {
	top: 66px;
	right: -22px;
	width: 394px;
	height: 394px;
	border-color: rgba(189, 135, 84, 0.35);
}

.hero-art__sun {
	position: absolute;
	top: 150px;
	right: 83px;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	background: radial-gradient(circle at 36% 30%, #e8cfaa, var(--gold) 57%, #8f5e3e 100%);
	box-shadow: 0 0 80px rgba(189, 135, 84, 0.18);
}

.cover {
	position: absolute;
	width: 235px;
	height: 340px;
	padding: 28px 25px;
	border-radius: 5px 14px 14px 5px;
	box-shadow: 0 34px 62px rgba(2, 17, 15, 0.38);
	overflow: hidden;
}

.cover::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	width: 1px;
	background: rgba(255, 255, 255, 0.19);
	content: "";
}

.cover--back {
	top: 81px;
	left: 7px;
	background: #d6c3a8;
	color: #27413b;
	transform: rotate(-10deg);
}

.cover--front {
	top: 118px;
	left: 154px;
	background: linear-gradient(150deg, #f7f0df, #dbe3d8 68%, #b8c7bc);
	color: var(--forest-deep);
	transform: rotate(5deg);
}

.cover__label {
	display: block;
	margin-bottom: 58px;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.cover strong {
	position: relative;
	z-index: 1;
	display: block;
	font-family: var(--font-display);
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 0.95;
}

.cover__line {
	display: block;
	width: 60px;
	height: 1px;
	margin-top: 28px;
	background: currentColor;
	opacity: 0.55;
}

.cover__subtitle {
	display: block;
	max-width: 130px;
	margin-top: 19px;
	font-size: 0.58rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-transform: uppercase;
}

.cover__mark {
	position: absolute;
	right: -37px;
	bottom: -42px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(18, 63, 58, 0.25);
	border-radius: 50%;
}

.cover__mark::before,
.cover__mark::after {
	position: absolute;
	border: 1px solid rgba(18, 63, 58, 0.22);
	border-radius: 50%;
	content: "";
}

.cover__mark::before {
	inset: 22px;
}

.cover__mark::after {
	inset: 44px;
}

.audio-pill {
	position: absolute;
	right: -18px;
	bottom: 27px;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 250px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: var(--shadow);
	color: var(--forest-deep);
	transform: rotate(-2deg);
}

.audio-pill__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--gold);
	color: var(--white);
	font-size: 0.7rem;
}

.audio-pill small,
.audio-pill strong {
	display: block;
}

.audio-pill small {
	margin-bottom: 2px;
	color: var(--teal);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.audio-pill strong {
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 600;
}

.promise-bar {
	position: relative;
	z-index: 2;
	background: var(--cream);
	border-bottom: 1px solid var(--line);
}

.promise-bar__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 112px;
}

.promise {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 22px 38px;
	border-right: 1px solid var(--line);
}

.promise:first-child {
	border-left: 1px solid var(--line);
}

.promise svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: var(--gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.promise strong,
.promise small {
	display: block;
}

.promise strong {
	color: var(--forest-deep);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 600;
}

.promise small {
	color: var(--ink-soft);
	font-size: 0.72rem;
}

.section {
	padding-block: 120px;
}

.section-heading {
	margin-bottom: 58px;
}

.section-heading h2 {
	margin-bottom: 19px;
}

.section-heading > p:last-child {
	max-width: 660px;
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 1.03rem;
}

.section-heading--center {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.section-heading--center .eyebrow {
	justify-content: center;
}

.section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.section-heading--split h2 {
	margin-bottom: 0;
}

.paths {
	background: var(--paper);
}

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

.path-card {
	position: relative;
	display: flex;
	min-height: 430px;
	padding: 38px 36px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	flex-direction: column;
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.path-card::after {
	position: absolute;
	right: -60px;
	bottom: -82px;
	width: 245px;
	height: 245px;
	border: 1px solid currentColor;
	border-radius: 50%;
	content: "";
	opacity: 0.1;
}

.path-card:hover,
.path-card:focus-visible {
	border-color: transparent;
	box-shadow: var(--shadow);
	transform: translateY(-8px);
}

.path-card--mind {
	background: #e8efe9;
	color: var(--forest);
}

.path-card--relations {
	background: #efe4df;
	color: #6f4944;
}

.path-card--spirit {
	background: #eee8da;
	color: #705d40;
}

.path-card__number {
	position: absolute;
	top: 28px;
	right: 30px;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	opacity: 0.55;
}

.path-card__icon {
	display: grid;
	place-items: center;
	width: 80px;
	height: 80px;
	margin-bottom: 42px;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: 0.84;
}

.path-card__icon svg {
	width: 47px;
	height: 47px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
}

.path-card h3 {
	margin-bottom: 14px;
	color: currentColor;
	font-size: 2.35rem;
}

.path-card p {
	max-width: 290px;
	margin-bottom: 28px;
	font-size: 0.93rem;
	opacity: 0.78;
}

.path-card__link {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.path-card__link span {
	font-size: 1.15em;
	transition: transform 180ms ease;
}

.path-card:hover .path-card__link span {
	transform: translateX(5px);
}

.featured-products {
	background: var(--cream);
}

.products-empty {
	display: grid;
	grid-template-columns: 270px 1fr;
	align-items: center;
	gap: 50px;
	padding: 48px;
	border: 1px dashed rgba(18, 63, 58, 0.25);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.42);
}

.products-empty h3 {
	max-width: 540px;
	margin-bottom: 13px;
}

.products-empty p {
	max-width: 620px;
	margin-bottom: 0;
	color: var(--ink-soft);
}

.products-empty__art {
	position: relative;
	height: 190px;
}

.products-empty__art span {
	position: absolute;
	bottom: 0;
	width: 98px;
	height: 160px;
	border-radius: 3px 9px 9px 3px;
	box-shadow: var(--shadow-small);
}

.products-empty__art span:nth-child(1) {
	left: 22px;
	background: var(--sage);
	transform: rotate(-10deg);
}

.products-empty__art span:nth-child(2) {
	left: 88px;
	background: var(--gold);
	transform: rotate(2deg);
}

.products-empty__art span:nth-child(3) {
	left: 148px;
	background: var(--forest);
	transform: rotate(9deg);
}

.manifesto {
	padding-block: 130px;
	background: var(--paper);
}

.manifesto__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(70px, 9vw, 140px);
}

.manifesto__visual {
	position: relative;
	min-height: 610px;
	background: #dce6dc;
	border-radius: 240px 240px 24px 24px;
	overflow: hidden;
}

.manifesto__visual::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 48%), radial-gradient(rgba(18, 63, 58, 0.09) 0.8px, transparent 0.8px);
	background-size: auto, 11px 11px;
	content: "";
}

.manifesto__arch {
	position: absolute;
	right: 55px;
	bottom: 0;
	left: 55px;
	height: 430px;
	border: 1px solid rgba(18, 63, 58, 0.25);
	border-bottom: 0;
	border-radius: 180px 180px 0 0;
}

.manifesto__circle {
	position: absolute;
	top: 83px;
	left: 50%;
	width: 226px;
	height: 226px;
	border-radius: 50%;
	background: linear-gradient(160deg, var(--gold), #e0bd89);
	box-shadow: 0 30px 75px rgba(90, 59, 37, 0.22);
	transform: translateX(-50%);
}

.manifesto__circle::after {
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: inherit;
	content: "";
}

.manifesto blockquote {
	position: absolute;
	right: 40px;
	bottom: 46px;
	left: 40px;
	margin: 0;
	padding: 27px 30px;
	background: rgba(255, 253, 248, 0.92);
	border-radius: var(--radius-small);
	box-shadow: var(--shadow-small);
	color: var(--forest-deep);
	font-family: var(--font-display);
	font-size: 1.48rem;
	font-style: italic;
	line-height: 1.35;
	text-align: center;
}

.manifesto__content h2 {
	margin-bottom: 25px;
}

.manifesto__content > p:not(.eyebrow) {
	margin-bottom: 28px;
	color: var(--ink-soft);
	font-size: 1.03rem;
}

.check-list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 0 0 35px;
	list-style: none;
}

.check-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 650;
}

.check-list span {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--sage-light);
	color: var(--teal);
	font-size: 0.8rem;
}

.how-it-works {
	background: var(--sage-light);
}

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

.step {
	position: relative;
	padding: 18px 55px 8px;
	text-align: center;
}

.step:not(:last-child)::after {
	position: absolute;
	top: 44px;
	right: -36px;
	width: 72px;
	height: 1px;
	background: rgba(18, 63, 58, 0.2);
	content: "";
}

.step > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 28px;
	border: 1px solid var(--teal);
	border-radius: 50%;
	color: var(--teal);
	font-family: var(--font-display);
	font-size: 1.4rem;
}

.step h3 {
	margin-bottom: 12px;
	font-size: 1.55rem;
}

.step p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.closing-cta {
	padding-block: 86px;
	background: var(--forest);
	color: var(--white);
}

.closing-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 70px;
}

.closing-cta h2 {
	max-width: 800px;
	margin-bottom: 0;
	color: var(--cream);
	font-size: clamp(2.2rem, 3.8vw, 4rem);
}

.site-footer {
	padding-block: 85px 26px;
	background: #092825;
	color: rgba(255, 255, 255, 0.7);
}

.site-footer .brand {
	margin-bottom: 23px;
	color: var(--cream);
}

.site-footer .brand__symbol {
	color: var(--gold);
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 1fr;
	gap: 90px;
	padding-bottom: 65px;
}

.site-footer__about p {
	max-width: 370px;
	font-size: 0.92rem;
}

.site-footer h2 {
	margin-bottom: 23px;
	color: var(--cream);
	font-family: var(--font-body);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.footer-menu {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer a {
	transition: color 160ms ease;
}

.site-footer a:hover {
	color: var(--white);
}

.site-footer__contact > a {
	color: var(--cream);
	font-family: var(--font-display);
	font-size: 1.3rem;
}

.site-footer__contact p {
	margin-top: 8px;
	font-size: 0.8rem;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 0.69rem;
}

.site-footer__bottom p {
	margin-bottom: 0;
}

.site-footer__legal {
	display: flex;
	gap: 25px;
}

/* Treści i wpisy */
.content-area {
	min-height: 65vh;
	padding-block: 85px 120px;
}

.page-heading {
	margin-bottom: 60px;
}

.page-heading h1 {
	margin-bottom: 0;
	font-size: clamp(3rem, 6vw, 5.5rem);
}

.page-heading--single {
	margin-inline: auto;
	text-align: center;
}

.page-heading--single .eyebrow {
	justify-content: center;
}

.entry-meta {
	margin-bottom: 13px;
	color: var(--teal);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.entry-hero {
	margin-bottom: 45px;
	overflow: hidden;
	border-radius: var(--radius);
}

.entry-content {
	font-size: 1.03rem;
}

.entry-content > * + * {
	margin-top: 1.35em;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.55em;
}

.entry-content a {
	color: var(--teal);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content blockquote {
	margin: 2.2em 0;
	padding: 25px 32px;
	border-left: 3px solid var(--gold);
	background: var(--cream);
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-style: italic;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	background: var(--white);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	box-shadow: var(--shadow-small);
	transform: translateY(-5px);
}

.post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--sage-light);
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.035);
}

.post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, var(--gold) 0 18%, transparent 18.5%), linear-gradient(145deg, var(--sage-light), var(--sage));
}

.post-card__content {
	padding: 29px;
}

.post-card h2 {
	margin-bottom: 12px;
	font-size: 1.55rem;
}

.post-card p:not(.entry-meta) {
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.navigation.pagination {
	margin-top: 55px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 11px;
	border: 1px solid var(--line);
	border-radius: 99px;
}

.page-numbers.current {
	background: var(--forest);
	color: var(--white);
}

.empty-state,
.not-found__inner {
	padding: 70px 0;
	text-align: center;
}

.not-found {
	display: grid;
	align-items: center;
	min-height: 68vh;
	background: var(--cream);
}

.not-found .eyebrow {
	justify-content: center;
}

.not-found h1 {
	margin-bottom: 22px;
}

.not-found p:not(.eyebrow) {
	max-width: 600px;
	margin-inline: auto;
	color: var(--ink-soft);
}

.not-found__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 32px;
}

/* WooCommerce */
.content-area--shop {
	background: var(--cream);
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 35px;
	color: var(--ink-soft);
	font-size: 0.75rem;
}

.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
	font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 36px;
}

.woocommerce .woocommerce-ordering select {
	padding: 12px 38px 12px 15px;
	border: 1px solid var(--line);
	border-radius: 99px;
	background: var(--white);
	color: var(--ink);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 27px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: var(--white);
	overflow: hidden;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.woocommerce ul.products li.product:hover {
	box-shadow: var(--shadow-small);
	transform: translateY(-6px);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	margin: 0 0 22px;
	aspect-ratio: 4 / 4.7;
	object-fit: cover;
	transition: transform 350ms ease;
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 23px;
	margin-bottom: 9px;
	color: var(--forest-deep);
	font-family: var(--font-display);
	font-size: 1.55rem;
	font-weight: 550;
}

.woocommerce ul.products li.product .price {
	padding: 0 23px;
	margin-bottom: 19px;
	color: var(--teal);
	font-size: 0.95rem;
	font-weight: 800;
}

.woocommerce ul.products li.product .button {
	min-height: 44px;
	margin: 0 23px;
	padding-inline: 18px;
	font-size: 0.67rem;
}

.woocommerce span.onsale {
	top: 14px;
	right: 14px;
	left: auto;
	display: grid;
	place-items: center;
	min-width: 58px;
	min-height: 34px;
	padding: 0 10px;
	border-radius: 99px;
	background: var(--gold);
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce div.product {
	padding-top: 20px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 80px;
}

.woocommerce div.product div.images img {
	border-radius: var(--radius-small);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--teal);
	font-size: 1.35rem;
	font-weight: 800;
}

.woocommerce div.product form.cart .quantity .qty {
	min-height: 52px;
	border: 1px solid var(--line);
	border-radius: 99px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: transparent;
}

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

.woocommerce table.shop_table {
	border-color: var(--line);
	border-radius: var(--radius-small);
	background: var(--white);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid rgba(18, 63, 58, 0.22);
	border-radius: 10px;
	background: var(--white);
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 24px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 8px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border-top-color: var(--teal);
	background: var(--white);
}

.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--teal);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 13px 16px;
	border-bottom: 1px solid var(--line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--sage-light);
	color: var(--forest);
	font-weight: 750;
}

/* WordPress */
.alignwide {
	width: min(1100px, calc(100vw - 48px));
	max-width: none;
	margin-right: 50%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-right: 50%;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1100px) {
	.site-header__inner {
		gap: 20px;
	}

	.site-header__actions .button {
		display: none;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
		gap: 28px;
	}

	.hero h1 {
		font-size: clamp(3.7rem, 7vw, 5.5rem);
	}

	.cover {
		width: 210px;
		height: 310px;
	}

	.cover--front {
		left: 120px;
	}

	.path-card {
		padding: 32px 28px;
	}

	.step {
		padding-inline: 35px;
	}
}

@media (max-width: 900px) {
	.container,
	.container--narrow {
		width: min(calc(100% - 36px), var(--container));
	}

	.site-header__inner {
		grid-template-columns: 1fr auto auto;
		min-height: 72px;
	}

	.menu-toggle {
		display: block;
		grid-column: 3;
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.primary-nav {
		position: fixed;
		top: 104px;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		padding: 42px 28px;
		background: var(--paper);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.admin-bar .primary-nav {
		top: 136px;
	}

	.primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-nav__list,
	.primary-nav .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-nav a {
		padding: 16px 4px;
		border-bottom: 1px solid var(--line);
		font-family: var(--font-display);
		font-size: 1.5rem;
		font-weight: 500;
	}

	.primary-nav a::after {
		display: none;
	}

	.site-header__actions {
		grid-column: 2;
		grid-row: 1;
	}

	.hero {
		min-height: auto;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-block: 76px 55px;
	}

	.hero__content {
		max-width: 720px;
	}

	.hero h1 {
		max-width: 720px;
	}

	.hero-art {
		width: min(100%, 550px);
		margin: 0 auto;
	}

	.promise-bar__grid,
	.paths__grid,
	.steps,
	.post-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.promise:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid var(--line);
	}

	.path-card:last-child {
		grid-column: 1 / -1;
	}

	.manifesto__grid {
		grid-template-columns: 1fr;
		gap: 65px;
	}

	.manifesto__visual {
		width: min(100%, 580px);
		margin-inline: auto;
	}

	.steps {
		gap: 35px 0;
	}

	.step:nth-child(2)::after {
		display: none;
	}

	.step:last-child {
		grid-column: 1 / -1;
		max-width: 420px;
		margin-inline: auto;
	}

	.closing-cta__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.closing-cta__inner .button {
		justify-self: start;
	}

	.site-footer__top {
		grid-template-columns: 1.3fr 0.7fr;
		gap: 55px;
	}

	.site-footer__contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 15px;
	}

	.container,
	.container--narrow {
		width: min(calc(100% - 28px), var(--container));
	}

	.top-note__inner span:first-child,
	.top-note__dot {
		display: none;
	}

	.site-header__inner {
		gap: 7px;
	}

	.brand__wordmark span {
		display: none;
	}

	.brand__wordmark strong {
		font-size: 1rem;
	}

	.brand__symbol {
		width: 31px;
		height: 35px;
	}

	.custom-logo {
		max-width: 155px;
		height: 42px;
	}

	.header-account {
		display: none;
	}

	.primary-nav {
		top: 104px;
	}

	.hero__grid {
		padding-block: 58px 40px;
	}

	.hero h1 {
		font-size: clamp(3.35rem, 16vw, 4.6rem);
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__buttons {
		align-items: flex-start;
		flex-direction: column;
		gap: 21px;
		margin-bottom: 35px;
	}

	.hero__formats {
		gap: 20px;
	}

	.hero-art {
		min-height: 420px;
		transform: scale(0.86);
		transform-origin: center top;
		margin-bottom: -55px;
	}

	.hero-art__orbit--outer {
		right: -125px;
	}

	.hero-art__orbit--middle {
		right: -67px;
	}

	.hero-art__sun {
		right: 38px;
	}

	.cover--back {
		left: -7px;
	}

	.cover--front {
		left: 125px;
	}

	.audio-pill {
		right: -26px;
	}

	.promise-bar__grid,
	.paths__grid,
	.steps,
	.post-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.promise,
	.promise:first-child {
		justify-content: flex-start;
		padding: 19px 20px;
		border: 0;
		border-bottom: 1px solid var(--line);
	}

	.promise:last-child {
		grid-column: auto;
		border-top: 0;
		border-bottom: 0;
	}

	.section,
	.manifesto {
		padding-block: 85px;
	}

	.section-heading {
		margin-bottom: 40px;
	}

	.section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.paths__grid {
		gap: 17px;
	}

	.path-card,
	.path-card:last-child {
		grid-column: auto;
		min-height: 365px;
	}

	.path-card__icon {
		margin-bottom: 26px;
	}

	.products-empty {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 28px;
	}

	.products-empty__art {
		height: 150px;
		transform: scale(0.8);
		transform-origin: left bottom;
	}

	.manifesto__visual {
		min-height: 470px;
		border-radius: 180px 180px 20px 20px;
	}

	.manifesto__arch {
		right: 28px;
		left: 28px;
		height: 330px;
	}

	.manifesto__circle {
		top: 65px;
		width: 180px;
		height: 180px;
	}

	.manifesto blockquote {
		right: 20px;
		bottom: 25px;
		left: 20px;
		padding: 22px;
		font-size: 1.15rem;
	}

	.step,
	.step:last-child {
		grid-column: auto;
		padding: 10px 20px 30px;
	}

	.step:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: 0;
		width: 1px;
		height: 28px;
	}

	.step:nth-child(2)::after {
		display: block;
	}

	.closing-cta {
		padding-block: 70px;
	}

	.site-footer {
		padding-top: 65px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-bottom: 45px;
	}

	.site-footer__contact {
		grid-column: auto;
	}

	.site-footer__contact > a {
		font-size: 1rem;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.content-area {
		padding-block: 60px 85px;
	}

	.page-heading {
		margin-bottom: 40px;
	}

	.not-found__buttons {
		align-items: flex-start;
		flex-direction: column;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		float: none;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
