:root {
	--black: #0d0d0c;
	--ink: #1e211f;
	--charcoal: #2b2d29;
	--stone: #77766f;
	--mist: #eeece5;
	--paper: #f7f4ed;
	--ivory: #fffdf7;
	--sand: #d7c8b6;
	--clay: #a86749;
	--sage: #74816f;
	--line: rgba(30, 33, 31, 0.14);
	--line-dark: rgba(255, 255, 255, 0.18);
	--serif: "Newsreader", Georgia, serif;
	--sans: "DM Sans", Arial, sans-serif;
	--container: 1320px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.65;
}

body.nav-open {
	overflow: hidden;
}

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

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

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

:focus-visible {
	outline: 3px solid var(--clay);
	outline-offset: 3px;
}

.container {
	margin-inline: auto;
	max-width: var(--container);
	padding-inline: 34px;
	width: 100%;
}

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	background: var(--black);
	clip: auto;
	clip-path: none;
	color: white;
	height: auto;
	left: 16px;
	padding: 10px 16px;
	top: 16px;
	width: auto;
	z-index: 1000;
}

.announcement {
	background: var(--black);
	color: white;
	font-size: 11px;
	letter-spacing: 0.04em;
}

.announcement__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 36px;
	position: relative;
	text-align: center;
}

.announcement a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.46);
	position: absolute;
	right: 34px;
}

.site-header {
	background: rgba(247, 244, 237, 0.92);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 50;
}

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

.wordmark {
	font-family: var(--sans);
	font-size: 24px;
	font-weight: 600;
	justify-self: start;
	letter-spacing: 0.18em;
	line-height: 1;
}

.primary-nav ul,
.footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav .menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 3vw, 42px);
	justify-content: center;
}

.primary-nav a,
.header-actions a,
.search-toggle {
	color: var(--charcoal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.primary-nav a:hover,
.header-actions a:hover,
.search-toggle:hover {
	color: var(--black);
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-self: end;
	white-space: nowrap;
}

.nav-mobile-actions {
	display: none;
}

.search-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.site-cart__count {
	align-items: center;
	background: var(--black);
	border-radius: 50%;
	color: white;
	display: inline-flex;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	margin-left: 4px;
	width: 20px;
}

.nav-toggle {
	background: transparent;
	border: 0;
	display: none;
	padding: 10px;
}

.nav-toggle span:not(.screen-reader-text) {
	background: var(--black);
	display: block;
	height: 1px;
	margin: 6px 0;
	width: 24px;
}

.site-search {
	background: var(--paper);
	border-top: 1px solid var(--line);
	box-shadow: 0 26px 50px rgba(13, 13, 12, 0.12);
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.site-search__form {
	align-items: end;
	display: grid;
	gap: 22px;
	grid-template-columns: 0.8fr 1fr auto;
	padding-block: 34px;
}

.site-search__form label {
	font-family: var(--serif);
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.035em;
	line-height: 1;
}

.site-search__form input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--ink);
	padding: 12px 0;
}

.site-search__form button {
	background: var(--black);
	border: 0;
	color: white;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.09em;
	padding: 15px 24px;
	text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.96;
	margin-top: 0;
}

.eyebrow {
	color: var(--sage);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.eyebrow--light {
	color: rgba(255, 255, 255, 0.74);
}

.brand-hero {
	background: var(--black);
	color: white;
	min-height: calc(100vh - 112px);
	overflow: hidden;
	position: relative;
}

.brand-hero__media {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.brand-hero__media::before {
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.2), transparent 22%),
		radial-gradient(circle at 12% 80%, rgba(168, 103, 73, 0.3), transparent 30%),
		linear-gradient(115deg, rgba(13, 13, 12, 0.98) 0 34%, rgba(34, 37, 32, 0.8) 55%, rgba(142, 129, 110, 0.56) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.film-grain {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 42px 42px;
	inset: 0;
	opacity: 0.35;
	position: absolute;
}

.film-object {
	filter: drop-shadow(0 46px 55px rgba(0, 0, 0, 0.4));
	position: absolute;
	z-index: 1;
}

.film-object--pillow {
	background: #e7dfd4;
	border-radius: 45% 55% 48% 52% / 58% 45% 55% 42%;
	height: 300px;
	right: 13%;
	top: 20%;
	transform: rotate(-9deg);
	width: 470px;
}

.film-object--travel {
	border: 82px solid #c5cbbd;
	border-bottom-color: transparent;
	border-radius: 50%;
	height: 330px;
	right: 5%;
	top: 46%;
	transform: rotate(17deg);
	width: 330px;
}

.film-object--cushion {
	background: #9f6a55;
	border-radius: 50%;
	bottom: 9%;
	height: 180px;
	right: 32%;
	transform: skewX(-7deg) rotate(-5deg);
	width: 330px;
}

.brand-hero__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 112px);
	padding-block: 120px;
	position: relative;
	z-index: 2;
}

.brand-hero h1 {
	font-size: clamp(76px, 10vw, 152px);
	margin: 0 0 30px;
	max-width: 980px;
}

.brand-hero p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
	margin: 0;
	max-width: 560px;
}

.button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 42px;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.09em;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: 180ms ease;
}

.button--dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--black);
	color: white;
}

.button--dark:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--clay);
	color: white;
}

.button--light {
	background: white;
	color: var(--black);
}

.button--light:hover {
	background: var(--mist);
	color: var(--black);
}

.text-link {
	border-bottom: 1px solid currentColor;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 4px;
}

.text-link--light {
	color: white;
}

.category-strip {
	background: var(--black);
	border-top: 1px solid var(--line-dark);
	color: white;
}

.category-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.category-pill {
	border-left: 1px solid var(--line-dark);
	display: grid;
	gap: 7px;
	padding: 24px 28px;
}

.category-pill:last-child {
	border-right: 1px solid var(--line-dark);
}

.category-pill span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.category-pill em {
	font-family: var(--serif);
	font-size: 23px;
	font-style: normal;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.section {
	padding-block: 126px;
}

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

.section-heading h2,
.brand-principles h2 {
	font-size: clamp(48px, 5.6vw, 84px);
	margin-bottom: 0;
	max-width: 880px;
}

.section-heading--compact {
	align-items: flex-start;
	margin-bottom: 38px;
}

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

.category-card {
	background: var(--black);
	color: white;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.category-card a {
	display: block;
	height: 100%;
	min-height: inherit;
	position: relative;
}

.category-card__visual {
	background:
		radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.42), transparent 18%),
		linear-gradient(145deg, #2e342f, #111210);
	inset: 0;
	position: absolute;
	transition: transform 400ms ease;
}

.category-card--travel .category-card__visual {
	background:
		radial-gradient(circle at 66% 28%, #c5cbbd 0 16%, transparent 17%),
		radial-gradient(circle at 32% 73%, #86624f 0 18%, transparent 19%),
		linear-gradient(145deg, #2d352f, #141613);
}

.category-card--sleep .category-card__visual {
	background:
		radial-gradient(ellipse at 50% 44%, #e7dfd4 0 24%, transparent 25%),
		linear-gradient(145deg, #8d8173, #292622);
}

.category-card--stillness .category-card__visual {
	background:
		radial-gradient(ellipse at 50% 53%, #9f6a55 0 22%, transparent 23%),
		linear-gradient(145deg, #615348, #191715);
}

.category-card:hover .category-card__visual {
	transform: scale(1.035);
}

.category-card::after {
	background: linear-gradient(transparent 28%, rgba(0, 0, 0, 0.78));
	content: "";
	inset: 0;
	position: absolute;
}

.category-card__content {
	bottom: 0;
	display: grid;
	gap: 16px;
	left: 0;
	padding: 34px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.category-card__title {
	font-family: var(--serif);
	font-size: clamp(34px, 4vw, 48px);
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.category-card__copy {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	max-width: 310px;
}

.category-card__cta {
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	width: max-content;
}

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

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

.product-card--film {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.product-card__art {
	align-items: center;
	aspect-ratio: 0.94;
	background: var(--mist);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.product-art--travel {
	background: #d7ddd2;
}

.product-art--sleep {
	background: #e6dccd;
}

.product-art--meditation {
	background: #cda088;
}

.product-card__art img {
	height: 84%;
	object-fit: contain;
	position: relative;
	transition: transform 300ms ease;
	width: 84%;
	z-index: 1;
}

.product-card__art::before {
	background: rgba(255, 255, 255, 0.33);
	border-radius: 50%;
	content: "";
	height: 56%;
	position: absolute;
	width: 56%;
}

.product-card__art:hover img {
	transform: scale(1.035);
}

.product-card__shape {
	background: white;
	border-radius: 44% 56% 48% 52% / 56% 46% 54% 44%;
	filter: drop-shadow(0 18px 22px rgba(30, 33, 31, 0.14));
	height: 42%;
	width: 62%;
}

.product-card__view {
	background: var(--black);
	border-radius: 999px;
	bottom: 18px;
	color: white;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
	opacity: 0;
	padding: 10px 15px;
	position: absolute;
	right: 18px;
	text-transform: uppercase;
	transform: translateY(5px);
	transition: 180ms ease;
	z-index: 2;
}

.product-card__art:hover .product-card__view {
	opacity: 1;
	transform: translateY(0);
}

.product-card__meta {
	align-items: flex-start;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding-top: 20px;
}

.product-card__type,
.journal-card__date {
	color: var(--sage);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.product-card__type a {
	pointer-events: none;
}

.product-card h3 {
	font-size: 29px;
	margin-bottom: 8px;
}

.product-card__line {
	color: var(--stone);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	max-width: 330px;
}

.price {
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.product-card__shop {
	margin-top: 20px;
	width: max-content;
}

.film-panel {
	background: var(--black);
	color: white;
	padding-block: 112px;
}

.film-panel--sleep {
	background: var(--paper);
	color: var(--ink);
}

.film-panel__grid {
	align-items: center;
	display: grid;
	gap: 7%;
	grid-template-columns: 1.08fr 0.92fr;
}

.film-panel--reverse .film-panel__grid {
	grid-template-columns: 0.92fr 1.08fr;
}

.film-panel__image {
	aspect-ratio: 1.08;
	background: #242723;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.film-panel__image::before {
	background:
		radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 16%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%);
	content: "";
	inset: 0;
	position: absolute;
}

.film-panel__image span {
	filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.28));
	position: absolute;
}

.film-panel--travel .film-panel__image span {
	border: 88px solid #cbd1c2;
	border-bottom-color: transparent;
	border-radius: 50%;
	height: 360px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -45%) rotate(14deg);
	width: 360px;
}

.film-panel--sleep .film-panel__image {
	background: #d9cdbc;
}

.film-panel--sleep .film-panel__image span {
	background: #f1e9dc;
	border-radius: 45% 55% 49% 51% / 52% 46% 54% 48%;
	height: 270px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-6deg);
	width: 430px;
}

.film-panel--stillness .film-panel__image {
	background: #504239;
}

.film-panel--stillness .film-panel__image span {
	background: #a86749;
	border-radius: 50%;
	height: 190px;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%) skewX(-8deg);
	width: 380px;
}

.film-panel__copy h2 {
	font-size: clamp(54px, 6vw, 96px);
	margin-bottom: 28px;
}

.film-panel__copy p:not(.eyebrow) {
	color: currentColor;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 34px;
	max-width: 520px;
	opacity: 0.74;
}

.brand-principles {
	background: var(--ivory);
}

.brand-principles__inner {
	max-width: 1120px;
}

.principle-row {
	border-top: 1px solid var(--line);
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 58px;
}

.principle-row > div {
	padding-top: 28px;
}

.principle-row span,
.assurance-grid span {
	color: var(--clay);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.principle-row h3,
.assurance-grid h3 {
	font-family: var(--serif);
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
	margin: 24px 0 12px;
}

.principle-row p,
.assurance-grid p,
.disclaimer {
	color: var(--stone);
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.disclaimer {
	margin-top: 36px;
}

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

.assurance-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
}

.assurance-grid > div {
	background: var(--ivory);
	border: 1px solid var(--line);
	min-height: 230px;
	padding: 28px;
}

.site-footer {
	background: var(--black);
	color: #e9e7e1;
	padding-top: 88px;
}

.newsletter {
	align-items: flex-end;
	border-bottom: 1px solid var(--line-dark);
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding-bottom: 76px;
}

.newsletter h2 {
	font-size: clamp(42px, 5vw, 72px);
	margin: 0;
	max-width: 720px;
}

.newsletter__form {
	display: flex;
	width: min(460px, 100%);
}

.newsletter__form input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42);
	color: white;
	flex: 1;
	padding: 14px 0;
}

.newsletter__form button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42);
	color: #a9aaa2;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.footer-grid {
	display: grid;
	gap: 46px;
	grid-template-columns: 2fr repeat(4, 1fr);
	padding-block: 70px;
}

.wordmark--footer {
	display: inline-block;
	font-size: 36px;
	margin-bottom: 24px;
}

.footer-grid p {
	color: #a9aaa2;
	font-size: 13px;
	max-width: 340px;
}

.footer-grid h3 {
	color: #a9aaa2;
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.footer-grid li {
	margin-bottom: 10px;
}

.footer-grid li a {
	font-size: 13px;
}

.footer-bottom {
	border-top: 1px solid var(--line-dark);
	color: #8c8d86;
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	letter-spacing: 0.08em;
	padding-block: 22px;
	text-transform: uppercase;
}

.page-main,
.shop-main {
	min-height: 60vh;
	padding-block: 92px 126px;
}

.content-container {
	max-width: 920px;
}

.content-container--landing {
	max-width: var(--container);
}

.entry > h1,
.archive-header h1,
.error-page h1 {
	font-size: clamp(60px, 7vw, 104px);
	margin-bottom: 45px;
}

.entry-content {
	font-size: 17px;
}

.entry-content h2 {
	font-size: 44px;
	margin-top: 60px;
}

.entry-content h3 {
	font-size: 30px;
	margin-top: 40px;
}

.entry-content a {
	border-bottom: 1px solid currentColor;
}

.journal-grid,
.search-results {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
}

.journal-card,
.search-result,
.no-results,
.contact-panel {
	background: var(--ivory);
	border: 1px solid var(--line);
}

.journal-card,
.search-result {
	padding: 38px;
}

.journal-card h2,
.search-result h2,
.no-results h2 {
	font-size: 38px;
	line-height: 1.05;
}

.no-results {
	padding: 55px;
}

.contact-layout {
	display: grid;
	gap: 10%;
	grid-template-columns: 0.8fr 1.2fr;
}

.contact-intro h1 {
	font-size: clamp(60px, 7vw, 104px);
	margin-bottom: 35px;
}

.contact-panel {
	padding: 50px;
}

.contact-form {
	display: grid;
	gap: 10px;
}

.contact-form label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 12px;
	text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 14px;
}

.contact-form .button {
	justify-self: start;
	margin-top: 16px;
}

.form-notice {
	margin-bottom: 25px;
	padding: 18px 20px;
}

.form-notice--error {
	background: #f0dfd6;
	border-left: 3px solid var(--clay);
}

.form-notice--success {
	background: #dfe7dc;
	border-left: 3px solid var(--sage);
}

.form-notice ul {
	margin-bottom: 0;
}

.error-page {
	max-width: 800px;
	text-align: center;
}

.error-page p:not(.eyebrow) {
	margin: 0 auto 35px;
}

.landing-hero {
	align-items: stretch;
	background: var(--ivory);
	border: 1px solid var(--line);
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	margin-bottom: 34px;
	min-height: 520px;
	overflow: hidden;
}

.landing-hero__copy {
	align-self: center;
	padding: clamp(34px, 5vw, 74px);
}

.landing-hero__copy h1 {
	font-size: clamp(54px, 7vw, 108px);
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin-bottom: 28px;
}

.landing-hero__copy > p:not(.eyebrow) {
	color: var(--stone);
	font-size: clamp(18px, 2.2vw, 24px);
	max-width: 620px;
}

.landing-hero__note {
	border-top: 1px solid var(--line);
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-top: 38px;
	padding-top: 18px;
	text-transform: uppercase;
}

.landing-hero__media {
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.82), transparent 28%),
		linear-gradient(135deg, var(--mist), var(--sand));
	display: grid;
	min-height: 420px;
	place-items: center;
}

.landing-hero__media img {
	filter: drop-shadow(0 34px 45px rgba(13, 13, 12, 0.18));
	max-height: 74%;
	object-fit: contain;
	width: min(72%, 520px);
}

.landing-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 54px;
}

.landing-feature-grid article,
.support-link-panel,
.landing-tile {
	background: var(--ivory);
	border: 1px solid var(--line);
}

.landing-feature-grid article {
	padding: clamp(24px, 3vw, 36px);
}

.landing-feature-grid span {
	color: var(--sage);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 28px;
}

.landing-feature-grid h3 {
	font-family: var(--serif);
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -0.035em;
	line-height: 1;
	margin-bottom: 16px;
}

.landing-feature-grid p,
.landing-tile em {
	color: var(--stone);
	font-style: normal;
	margin: 0;
}

.landing-tile-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 66px;
}

.landing-tile {
	display: grid;
	gap: 16px;
	padding: 18px 18px 26px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-tile:hover {
	box-shadow: 0 22px 42px rgba(13, 13, 12, 0.1);
	transform: translateY(-4px);
}

.landing-tile img {
	aspect-ratio: 1;
	background: var(--mist);
	object-fit: contain;
	padding: 14%;
	width: 100%;
}

.landing-tile strong {
	font-family: var(--serif);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.support-link-panel {
	margin-top: 34px;
	padding: clamp(28px, 4vw, 48px);
}

.support-link-panel h2 {
	font-size: clamp(36px, 5vw, 58px);
	margin-bottom: 24px;
}

.support-link-panel div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.support-link-panel a {
	background: var(--black);
	color: white;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 14px 18px;
	text-transform: uppercase;
}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
	color: var(--sage);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.woocommerce-products-header__title,
.woocommerce .page-title,
.woocommerce div.product .product_title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
	font-size: clamp(54px, 6vw, 88px);
}

.woocommerce-result-count,
.woocommerce-ordering {
	color: var(--stone);
	font-size: 13px;
}

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

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

.woocommerce ul.products li.product {
	background: var(--ivory);
	border: 1px solid var(--line);
	float: none;
	margin: 0;
	padding: 18px 18px 24px;
	width: auto !important;
}

.woocommerce ul.products li.product a img {
	background: var(--mist);
	aspect-ratio: 1;
	margin-bottom: 20px;
	object-fit: contain;
	padding: 12%;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--serif);
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--ink);
	font-weight: 700;
}

.woocommerce div.product {
	display: grid;
	gap: 7%;
	grid-template-columns: 1fr 0.9fr;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce div.product div.images img {
	background: var(--mist);
	object-fit: contain;
	padding: 10%;
}

.woocommerce div.product .summary {
	background: var(--ivory);
	border: 1px solid var(--line);
	padding: clamp(28px, 4vw, 52px);
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: var(--stone);
	font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related {
	grid-column: 1 / -1;
}

.woocommerce div.product form.cart .button {
	background: var(--black) !important;
	color: white !important;
	min-height: 52px;
}

.woocommerce div.product form.cart .button:hover {
	background: var(--clay) !important;
}

.woocommerce div.product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--line);
	padding: 0;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 28px 0 0;
	padding: 0;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border-bottom: 2px solid transparent;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 15px 0;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: var(--black);
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
	background: white;
	border: 1px solid var(--line);
	border-radius: 0;
	padding: 12px;
}

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

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

@media (max-width: 1100px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.nav-toggle {
		display: block;
		grid-column: 2;
		grid-row: 1;
	}

	.primary-nav {
		background: var(--paper);
		border-top: 1px solid var(--line);
		box-shadow: 0 28px 50px rgba(13, 13, 12, 0.14);
		display: none;
		grid-column: 1 / -1;
		inset: 76px 0 auto;
		padding: 34px;
		position: absolute;
		width: 100%;
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.primary-nav a {
		font-size: 22px;
	}

	.nav-mobile-actions {
		border-top: 1px solid var(--line);
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
		margin-top: 30px;
		padding-top: 24px;
	}

	.nav-mobile-actions a,
	.nav-mobile-actions .search-toggle {
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.header-actions {
		display: none;
	}

	.category-grid,
	.product-grid,
	.assurance-grid,
	.landing-feature-grid,
	.landing-tile-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.category-card:last-child,
	.assurance-grid > div:last-child {
		grid-column: 1 / -1;
	}

	.film-panel__grid,
	.film-panel--reverse .film-panel__grid,
	.contact-layout,
	.landing-hero,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.landing-hero__media {
		min-height: 340px;
		order: -1;
	}

	.film-panel--reverse .film-panel__copy {
		order: 2;
	}

	.film-panel--reverse .film-panel__image {
		order: 1;
	}

	.footer-grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}
}

@media (max-width: 720px) {
	.container {
		padding-inline: 20px;
	}

	.announcement__inner {
		min-height: 40px;
		padding-block: 8px;
	}

	.announcement a {
		display: none;
	}

	.site-header__inner {
		min-height: 68px;
	}

	.wordmark {
		font-size: 21px;
	}

	.primary-nav {
		inset: 68px 0 auto;
	}

	.brand-hero,
	.brand-hero__content {
		min-height: calc(100vh - 108px);
	}

	.brand-hero__content {
		padding-block: 82px;
	}

	.brand-hero h1 {
		font-size: clamp(62px, 18vw, 86px);
	}

	.film-object--pillow {
		height: 190px;
		right: -32%;
		top: 16%;
		width: 310px;
	}

	.film-object--travel {
		border-width: 54px;
		height: 220px;
		right: -12%;
		top: 50%;
		width: 220px;
	}

	.film-object--cushion {
		bottom: 6%;
		height: 120px;
		right: 20%;
		width: 230px;
	}

	.button-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.category-strip__inner,
	.category-grid,
	.product-grid,
	.principle-row,
	.assurance-grid,
	.journal-grid,
	.search-results,
	.landing-feature-grid,
	.landing-tile-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	body .woocommerce ul.products li.product,
	body .woocommerce-page ul.products li.product {
		clear: none !important;
		float: none !important;
		width: 100% !important;
	}

	.category-pill {
		border-left: 0;
		border-top: 1px solid var(--line-dark);
		padding: 20px 0;
	}

	.category-pill:last-child {
		border-right: 0;
	}

	.section {
		padding-block: 84px;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.section-heading h2,
	.brand-principles h2 {
		font-size: clamp(46px, 14vw, 66px);
	}

	.category-card,
	.category-card a {
		min-height: 470px;
	}

	.category-card:last-child,
	.assurance-grid > div:last-child {
		grid-column: auto;
	}

	.product-card__meta {
		display: grid;
	}

	.film-panel {
		padding-block: 82px;
	}

	.film-panel__image {
		min-height: 390px;
	}

	.film-panel--travel .film-panel__image span {
		border-width: 62px;
		height: 260px;
		width: 260px;
	}

	.film-panel--sleep .film-panel__image span {
		height: 190px;
		width: 300px;
	}

	.film-panel--stillness .film-panel__image span {
		height: 130px;
		width: 260px;
	}

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

	.newsletter__form {
		flex-direction: column;
		gap: 14px;
	}

	.newsletter__form button {
		align-self: flex-start;
		border: 1px solid rgba(255, 255, 255, 0.42);
		padding: 12px 16px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-grid > div:first-child {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 8px;
	}

	.site-search__form {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.page-main,
	.shop-main {
		padding-block: 64px 90px;
	}

	.entry > h1,
	.archive-header h1,
	.error-page h1,
	.contact-intro h1 {
		font-size: clamp(54px, 16vw, 72px);
	}

	.contact-panel {
		padding: 30px 22px;
	}
}
