.msd-store-page {
	--store-ink: #171714;
	--store-paper: #fff;
	--store-cream: #f5f2ea;
	--store-muted: #69675f;
	--store-line: rgba(23, 23, 20, 0.14);
	--store-radius: 4px;
	--store-shadow: 0 20px 60px rgba(23, 23, 20, 0.1);
	color: var(--store-ink);
	background: var(--store-paper);
	font-family: "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
	overflow: hidden;
}

.msd-store-page *,
.msd-store-page *::before,
.msd-store-page *::after {
	box-sizing: border-box;
}

.msd-store-page h1,
.msd-store-page h2,
.msd-store-page h3 {
	color: inherit;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.02;
	margin: 0;
}

.msd-store-page h1 {
	font-size: clamp(3rem, 5.7vw, 5.8rem);
	max-width: 10ch;
}

.msd-store-page h2 {
	font-size: clamp(2.35rem, 4.1vw, 4.1rem);
	max-width: 13ch;
}

.msd-store-page h3 {
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.msd-store-page p,
.msd-store-page ul,
.msd-store-page blockquote,
.msd-store-page figure {
	margin-top: 0;
}

.msd-store-container {
	width: min(1160px, calc(100% - 96px));
	margin-inline: auto;
}

.msd-store-section {
	padding: clamp(72px, 8vw, 128px) 0;
}

.msd-store-section--cream {
	background: var(--store-cream);
}

.msd-store-section--dark {
	background: var(--store-ink);
	color: var(--store-paper);
}

.msd-store-page .msd-store-section--dark,
.msd-store-page .msd-store-section--dark h2,
.msd-store-page .msd-store-section--dark h3,
.msd-store-page .msd-store-section--dark p,
.msd-store-page .msd-store-section--dark li,
.msd-store-page .msd-store-section--dark a {
	color: var(--store-paper);
}

.msd-store-page .msd-store-section--dark .msd-store-button--light {
	color: var(--store-ink);
}

.msd-store-page .msd-store-section--dark .msd-store-button--light:hover,
.msd-store-page .msd-store-section--dark .msd-store-button--light:focus-visible {
	color: var(--store-paper);
}

.msd-store-eyebrow {
	margin-bottom: 18px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.35;
	text-transform: uppercase;
}

.msd-store-lead {
	max-width: 630px;
	margin: 30px 0 0;
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.msd-store-hero {
	display: grid;
	width: min(1440px, calc(100% - 80px));
	min-height: min(850px, calc(100vh - 88px));
	margin: 32px auto 0;
	border-radius: var(--store-radius);
	background: var(--store-cream);
	grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
	overflow: hidden;
}

.msd-store-hero__image {
	min-height: 650px;
}

.msd-store-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 52%;
}

.msd-store-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(56px, 7vw, 112px);
}

.msd-store-visit-card {
	display: grid;
	gap: 3px;
	margin-top: 34px;
	padding: 22px 0;
	border-top: 1px solid var(--store-line);
	border-bottom: 1px solid var(--store-line);
}

.msd-store-visit-card p {
	margin: 0;
}

.msd-store-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.msd-store-actions--center {
	justify-content: center;
}

.msd-store-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 14px 23px;
	border: 1px solid var(--store-ink);
	border-radius: var(--store-radius);
	background: var(--store-ink);
	color: var(--store-paper);
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.msd-store-button:hover,
.msd-store-button:focus-visible {
	background: transparent;
	color: var(--store-ink);
	transform: translateY(-1px);
}

.msd-store-button--secondary {
	background: transparent;
	color: var(--store-ink);
}

.msd-store-button--secondary:hover,
.msd-store-button--secondary:focus-visible {
	background: var(--store-ink);
	color: var(--store-paper);
}

.msd-store-button--light {
	border-color: var(--store-paper);
	background: var(--store-paper);
	color: var(--store-ink);
}

.msd-store-button--light:hover,
.msd-store-button--light:focus-visible {
	background: transparent;
	color: var(--store-paper);
}

.msd-store-offer {
	background: #dfd3b7;
}

.msd-store-offer__inner {
	display: grid;
	align-items: center;
	gap: 56px;
	padding-block: 42px;
	grid-template-columns: 1.15fr 0.85fr;
}

.msd-store-offer h2 {
	font-size: clamp(2.05rem, 3.7vw, 3.5rem);
	max-width: none;
}

.msd-store-code {
	display: inline-block;
	padding: 0.08em 0.24em 0.12em;
	border-radius: var(--store-radius);
	background: var(--store-ink);
	color: var(--store-paper);
	font-family: "Onest", system-ui, sans-serif;
	font-size: 0.7em;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.1;
	vertical-align: 0.12em;
}

.msd-store-code--inline {
	margin-inline: 0.12em;
	padding: 0.14em 0.32em;
	font-size: 0.86em;
	vertical-align: 0.04em;
}

.msd-store-offer p {
	margin-bottom: 0;
	font-size: 1.08rem;
	line-height: 1.7;
}

.msd-store-two-column {
	display: grid;
	gap: clamp(44px, 8vw, 130px);
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.msd-store-prose {
	max-width: 720px;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.msd-store-prose p:not(:last-child) {
	margin-bottom: 24px;
}

.msd-store-discovery-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--store-line);
	list-style: none;
}

.msd-store-discovery-list li {
	display: grid;
	gap: 8px;
	padding: 22px 0;
	border-bottom: 1px solid var(--store-line);
}

.msd-store-discovery-list strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.15;
}

.msd-store-discovery-list span {
	color: var(--store-muted);
	font-size: 0.98rem;
}

.msd-store-gift-panel {
	max-width: 980px;
	padding: clamp(40px, 6vw, 76px);
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: rgba(255, 255, 255, 0.58);
}

.msd-store-gift-panel h2 {
	max-width: 16ch;
}

.msd-store-gift-panel > div > p:not(.msd-store-eyebrow) {
	max-width: 760px;
	margin: 26px 0;
	font-size: 1.12rem;
}

.msd-store-checklist {
	display: grid;
	gap: 12px;
	margin: 26px 0 28px;
	padding: 0;
	list-style: none;
}

.msd-store-checklist li {
	position: relative;
	padding-left: 28px;
}

.msd-store-checklist li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	content: "✓";
	font-weight: 700;
}

.msd-store-text-link {
	display: inline-block;
	border-bottom: 1px solid currentColor;
	color: var(--store-ink);
	font-weight: 700;
	text-decoration: none;
}

.msd-store-text-link--light {
	color: var(--store-paper);
}

.msd-store-section-heading {
	max-width: 770px;
	margin: 0 auto clamp(40px, 5vw, 70px);
	text-align: center;
}

.msd-store-section-heading h2 {
	max-width: none;
}

.msd-store-section-heading > p:last-child:not(.msd-store-eyebrow) {
	margin: 25px auto 0;
	font-size: 1.08rem;
}

.msd-store-product-grid,
.msd-store-brand-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.msd-store-product-card {
	min-width: 0;
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-paper);
	overflow: hidden;
}

.msd-store-product-card__link,
.msd-store-brand-card {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.msd-store-product-card__media,
.msd-store-brand-card__image {
	display: block;
	aspect-ratio: 1 / 1;
	background: #efede7;
	overflow: hidden;
}

.msd-store-product-card__media img,
.msd-store-brand-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.msd-store-product-card__link:hover img,
.msd-store-product-card__link:focus-visible img,
.msd-store-brand-card:hover img,
.msd-store-brand-card:focus-visible img {
	transform: scale(1.025);
}

.msd-store-product-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #ece8df, #faf8f3);
}

.msd-store-product-card__body {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	gap: 10px;
	padding: 22px;
}

.msd-store-product-card__body strong,
.msd-store-brand-card__body strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.05;
}

.msd-store-product-card__body > span:not(.msd-store-product-card__price):not(.msd-store-product-card__stock) {
	color: var(--store-muted);
	font-size: 0.92rem;
}

.msd-store-product-card__price {
	margin-top: auto;
	font-weight: 700;
}

.msd-store-product-card__stock {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.msd-store-product-card__stock.is-in-stock {
	color: #36623f;
}

.msd-store-product-card__stock.is-out-of-stock {
	color: var(--store-muted);
}

.msd-store-note {
	max-width: 780px;
	margin: 28px auto 0;
	color: var(--store-muted);
	font-size: 0.88rem;
}

.msd-store-note--center {
	text-align: center;
}

.msd-store-brand-card {
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-paper);
	overflow: hidden;
}

.msd-store-brand-card__image {
	aspect-ratio: 4 / 3;
}

.msd-store-brand-card__image img {
	object-fit: cover;
}

.msd-store-brand-card__image--contain img {
	padding: clamp(32px, 5vw, 62px);
	background: #fff;
	object-fit: contain;
}

.msd-store-brand-card__body {
	display: flex;
	min-height: 225px;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
}

.msd-store-brand-card__body > span {
	color: var(--store-muted);
	font-size: 0.92rem;
}

.msd-store-brand-card__body em {
	margin-top: auto;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.msd-store-gallery-section {
	padding-top: clamp(72px, 8vw, 116px);
}

.msd-store-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, 1fr);
}

.msd-store-gallery__item {
	position: relative;
	min-height: 420px;
	margin-bottom: 0;
	background: var(--store-cream);
	overflow: hidden;
}

.msd-store-gallery__item--1,
.msd-store-gallery__item--4 {
	grid-column: span 5;
}

.msd-store-gallery__item--2,
.msd-store-gallery__item--3 {
	grid-column: span 7;
}

.msd-store-gallery__item--5 {
	min-height: 520px;
	grid-column: span 12;
}

.msd-store-gallery__item--6 {
	min-height: 560px;
	grid-column: span 12;
}

.msd-store-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.msd-store-gallery__item figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	padding: 12px 15px;
	border-radius: var(--store-radius);
	background: rgba(255, 255, 255, 0.92);
	color: var(--store-ink);
	font-size: 1rem;
	font-weight: 600;
	backdrop-filter: blur(8px);
}

.msd-store-gallery__fallback {
	display: none;
	width: 100%;
	height: 100%;
	min-height: 560px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(40px, 8vw, 110px);
	background: linear-gradient(145deg, #dfd3b7, #f5f2ea);
	text-align: center;
}

.msd-store-gallery__fallback h3 {
	max-width: 18ch;
	font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.msd-store-gallery__fallback > p:last-child {
	max-width: 670px;
	margin: 28px auto 0;
	font-size: clamp(1.18rem, 1.8vw, 1.4rem);
	line-height: 1.7;
}

.msd-store-gallery__item--story.is-image-missing img,
.msd-store-gallery__item--story.is-image-missing figcaption {
	display: none;
}

.msd-store-gallery__item--story.is-image-missing .msd-store-gallery__fallback {
	display: flex;
}

.msd-store-location-grid {
	display: grid;
	align-items: start;
	gap: clamp(50px, 9vw, 140px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}

.msd-store-location-grid h2 {
	max-width: 11ch;
}

.msd-store-location-grid > div:first-child > p:not(.msd-store-eyebrow) {
	max-width: 650px;
	margin: 28px 0 20px;
}

.msd-store-location-grid ul {
	display: grid;
	gap: 9px;
	max-width: 660px;
	margin: 0 0 30px;
	padding-left: 20px;
}

.msd-store-parking-card {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--store-radius);
}

.msd-store-parking-card h3 {
	margin-bottom: 24px;
}

.msd-store-prepare-grid {
	display: grid;
	align-items: start;
	gap: clamp(44px, 8vw, 120px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}

.msd-store-prepare-grid > div:first-child > p:not(.msd-store-eyebrow) {
	max-width: 660px;
	margin: 28px 0;
	font-size: 1.06rem;
}

.msd-store-practical-card {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-paper);
	box-shadow: var(--store-shadow);
}

.msd-store-practical-card h3 {
	margin-bottom: 22px;
}

.msd-store-practical-card .msd-store-checklist {
	margin-bottom: 0;
}

.msd-store-review-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msd-store-review-grid blockquote {
	display: flex;
	min-height: 240px;
	flex-direction: column;
	margin-bottom: 0;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid var(--store-line);
	border-radius: var(--store-radius);
	background: var(--store-paper);
}

.msd-store-review-grid blockquote::before {
	margin-bottom: 18px;
	content: "★★★★★";
	font-size: 0.9rem;
	letter-spacing: 0.16em;
}

.msd-store-review-grid blockquote p {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.2;
}

.msd-store-review-grid cite {
	margin-top: auto;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.msd-store-faq {
	max-width: 940px;
}

.msd-store-faq__list {
	border-top: 1px solid var(--store-line);
}

.msd-store-faq details {
	border-bottom: 1px solid var(--store-line);
}

.msd-store-faq summary {
	position: relative;
	padding: 24px 48px 24px 0;
	cursor: pointer;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 600;
	line-height: 1.15;
	list-style: none;
}

.msd-store-faq summary::-webkit-details-marker {
	display: none;
}

.msd-store-faq summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	content: "+";
	font-family: "Onest", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.msd-store-faq details[open] summary::after {
	content: "−";
}

.msd-store-faq details p {
	max-width: 760px;
	padding: 0 48px 24px 0;
}

.msd-store-final {
	padding: clamp(82px, 10vw, 150px) 0;
	text-align: center;
}

.msd-store-final h2 {
	max-width: none;
}

.msd-store-final > .msd-store-container > p:not(.msd-store-eyebrow):not(.msd-store-final__details) {
	max-width: 690px;
	margin: 26px auto;
	font-size: 1.08rem;
}

.msd-store-final__details {
	margin: 0;
}

.msd-store-mobile-actions {
	display: none;
}

@media (max-width: 1024px) {
	.msd-store-hero {
		width: min(100% - 48px, 960px);
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.msd-store-hero__image {
		min-height: 0;
		aspect-ratio: 16 / 11;
	}

	.msd-store-hero__content {
		padding: clamp(48px, 8vw, 80px) max(20px, 6vw);
	}

	.msd-store-page h1 {
		max-width: 12ch;
	}

	.msd-store-product-grid,
	.msd-store-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.msd-store-product-card__body,
	.msd-store-brand-card__body {
		min-height: 205px;
	}
}

@media (max-width: 760px) {
	.msd-store-container {
		width: min(100% - 40px, 1160px);
	}

	.msd-store-section {
		padding: 68px 0;
	}

	.msd-store-page h1 {
		font-size: clamp(2.9rem, 15vw, 4.5rem);
	}

	.msd-store-page h2 {
		font-size: clamp(2.25rem, 11vw, 3.4rem);
	}

	.msd-store-hero__image {
		aspect-ratio: 4 / 5;
	}

	.msd-store-hero__content {
		padding: 44px 20px 54px;
	}

	.msd-store-hero {
		width: calc(100% - 24px);
		margin-top: 12px;
	}

	.msd-store-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.msd-store-offer__inner,
	.msd-store-two-column,
	.msd-store-location-grid,
	.msd-store-prepare-grid {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.msd-store-gift-panel {
		padding: 32px 24px;
	}

	.msd-store-offer__inner {
		padding-block: 34px;
	}

	.msd-store-product-grid,
	.msd-store-brand-grid,
	.msd-store-review-grid {
		grid-template-columns: 1fr;
	}

	.msd-store-product-card__body,
	.msd-store-brand-card__body {
		min-height: 0;
	}

	.msd-store-gallery {
		display: flex;
		margin-inline: -16px;
		padding: 0 16px 12px;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.msd-store-gallery__item,
	.msd-store-gallery__item--5,
	.msd-store-gallery__item--6 {
		width: 82vw;
		min-width: 82vw;
		min-height: 500px;
		scroll-snap-align: center;
	}

	.msd-store-review-grid blockquote {
		min-height: 210px;
	}

	.msd-store-faq summary {
		padding-block: 21px;
		font-size: 1.35rem;
	}

	.msd-store-mobile-actions {
		position: fixed;
		z-index: 999;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
		gap: 8px;
		grid-template-columns: 1fr 1fr;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -8px 30px rgba(23, 23, 20, 0.14);
		backdrop-filter: blur(12px);
	}

	.msd-store-mobile-actions a {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--store-ink);
		border-radius: var(--store-radius);
		background: var(--store-ink);
		color: var(--store-paper);
		font-size: 0.84rem;
		font-weight: 700;
		text-decoration: none;
	}

	.msd-store-mobile-actions a:last-child {
		background: var(--store-paper);
		color: var(--store-ink);
	}

	.msd-store-final {
		padding-bottom: 120px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.msd-store-page *,
	.msd-store-page *::before,
	.msd-store-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.msd-store-page .msd-store-section--dark #msd-store-location-title {
	color: #ffffff;
}