/* World of Texture — home page (luxury plaster / silver palette) */

body.suzuka-home-page,
body.home.suzuka-home-page {
	padding-top: var(--suzuka-header-offset, 61px);
	background: transparent;
	color: var(--wot-brand-text, #3a3a3a);
	/* Zoom portrait WOT art so it fills the viewport (no cream side gutters) */
	--wot-page-wallpaper-size: cover;
	--wot-page-wallpaper-zoom: 1.55;
	--wot-page-wallpaper-position: center 24%;
	--wot-page-wallpaper-blur: 8px;
	--wot-page-wallpaper-overlay:
		radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.32), transparent 58%),
		linear-gradient(
			180deg,
			rgba(250, 249, 247, 0.48) 0%,
			rgba(242, 240, 237, 0.42) 55%,
			rgba(232, 230, 226, 0.46) 100%
		);
}

body.suzuka-home-page::before {
	inset: calc((1 - var(--wot-page-wallpaper-zoom, 1.55)) * 50%);
	background-color: var(--wot-brand-bg, #f2f0ed);
	background-image: var(--wot-home-fixed-bg, var(--wot-page-wallpaper));
	background-repeat: no-repeat;
	background-position: var(--wot-page-wallpaper-position, center 24%);
	background-size: var(--wot-page-wallpaper-size, cover);
	background-attachment: fixed;
}

body.suzuka-home-page::after {
	background: var(--wot-page-wallpaper-overlay);
	-webkit-backdrop-filter: blur(var(--wot-page-wallpaper-blur, 8px));
	backdrop-filter: blur(var(--wot-page-wallpaper-blur, 8px));
	opacity: 1;
}

body.suzuka-home-page .hostinger-ai-menu {
	position: fixed !important;
}

body.suzuka-home-page .wp-site-blocks,
body.suzuka-home-page main,
body.suzuka-home-page .entry-content,
body.suzuka-home-page .wp-block-post-content {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: transparent;
}

/* Hostinger theme layout constraints (contentSize 700px / wideSize 1100px) */
body.suzuka-home-page .entry-content.is-layout-constrained,
body.suzuka-home-page .wp-block-post-content.is-layout-constrained,
body.suzuka-home-page main.is-layout-constrained,
body.suzuka-home-page .wp-block-group.alignwide,
body.suzuka-home-page .wp-block-group.alignfull {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.suzuka-home-page .entry-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.suzuka-home-page .wp-block-post-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html:has(body.suzuka-home-page),
body.suzuka-home-page {
	overflow-x: clip;
}

html:has(body.suzuka-home-page) {
	background-color: var(--wot-brand-bg, #f2f0ed);
}

body.suzuka-home-page main {
	position: relative;
	z-index: 0;
	padding-top: 0 !important;
}

.wot-home-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	position: relative;
	background: transparent;
	--wot-home-bg: #f2f0ed;
	--wot-home-bg-alt: #e8e6e2;
	--wot-home-surface: #faf9f7;
	--wot-home-text: #3a3a3a;
	--wot-home-muted: #7a7874;
	--wot-home-silver: #b5b3af;
	--wot-home-silver-light: #d8d6d2;
	--wot-home-dark: #2a2928;
	--wot-home-accent: #9a9894;
	--wot-home-accent-warm: var(--suzuka-brand-default, #d9ab91);
	--wot-home-container: var(--suzuka-container-width, min(95vw, 1580px));
	--wot-home-padding: clamp(1rem, 2.5vw, 2rem);
	--wot-home-serif: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--wot-home-sans: "Montserrat", var(--kastone-intro-body-font-family, "Cera Pro"), system-ui, sans-serif;
	--wot-home-shadow-soft: 0 12px 40px rgba(42, 41, 40, 0.06);
	--wot-home-shadow-lift: 0 20px 48px rgba(42, 41, 40, 0.1);
	font-family: var(--wot-home-sans);
	color: var(--wot-home-text);
}

/* --- Hero --- */
.wot-home-hero {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: clamp(560px, 78vh, 820px);
	display: grid;
	align-items: center;
	overflow: hidden;
	background: transparent;
	background-color: transparent;
	--wot-home-hero-bg-logo: none;
}

.wot-home-hero::before {
	content: none;
	display: none;
}

.wot-home-hero__texture {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: none;
	pointer-events: none;
}

.wot-home-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: none;
	pointer-events: none;
}

.wot-home-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 880px);
	margin: 0 auto;
	padding: clamp(3.5rem, 8vw, 6.5rem) var(--wot-home-padding);
	text-align: center;
}

.wot-home-hero__brand {
	position: relative;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.wot-home-hero__glow {
	position: absolute;
	inset: -18% -8%;
	z-index: -1;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255, 255, 255, 0.55) 0%, rgba(216, 214, 210, 0.22) 38%, transparent 68%);
	opacity: 0;
	pointer-events: none;
	transform: scale(0.92);
}

/* Hero intro — video-like sequence on load
 * Early steps: v1.0.10 dramatic stagger (monogram → title).
 * Tail: uniform 450ms start-to-start stagger (title → glow → partner → desc → CTAs). */
.wot-home-hero[data-wot-home-hero] [data-wot-hero-step] {
	opacity: 0;
}

.wot-home-hero[data-wot-home-hero].wot-home-hero--intro-complete [data-wot-hero-step],
.wot-home-hero[data-wot-home-hero].wot-home-hero--intro-complete .wot-home-hero__glow,
.wot-home-hero[data-wot-home-hero].wot-home-hero--intro-complete .wot-home-hero__partner-label,
.wot-home-hero[data-wot-home-hero].wot-home-hero--intro-complete .wot-home-hero__partner-logo {
	opacity: 1;
	transform: none;
	filter: none;
}

.wot-home-hero--animating [data-wot-hero-step="monogram"] {
	animation: wot-hero-fly-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="eyebrow"] {
	animation: wot-hero-fly-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="rule"] {
	animation: wot-hero-fade-in 0.5s ease 1.6s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="title"] {
	animation: wot-hero-fly-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}

.wot-home-hero--animating .wot-home-hero__glow {
	animation: wot-hero-glow 0.5s ease-out 2.45s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="partner"] {
	opacity: 1;
}

.wot-home-hero--animating [data-wot-hero-step="partner"] .wot-home-hero__partner-label {
	opacity: 0;
	animation: wot-hero-fade-in 0.45s ease 2.9s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="partner"] .wot-home-hero__partner-logo {
	opacity: 0;
	animation: wot-hero-fade-in 0.45s ease 3.35s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="lead"] {
	animation: wot-hero-fade-in 0.45s ease 3.8s forwards;
}

.wot-home-hero--animating [data-wot-hero-step="actions"] {
	animation: wot-hero-fade-in 0.4s ease 4.25s forwards;
}

@keyframes wot-hero-fly-in {
	from {
		opacity: 0;
		transform: translate3d(0, 42px, 0) scale(0.96);
		filter: blur(3px);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
		filter: blur(0);
	}
}

@keyframes wot-hero-fade-in {
	from {
		opacity: 0;
		transform: translate3d(0, 14px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes wot-hero-glow {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}

	35% {
		opacity: 1;
		transform: scale(1.02);
	}

	100% {
		opacity: 0.72;
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wot-home-hero[data-wot-home-hero] [data-wot-hero-step],
	.wot-home-hero__glow,
	.wot-home-hero__partner-logo {
		opacity: 1;
		transform: none;
		animation: none !important;
	}

	.wot-home-hero--animating [data-wot-hero-step="partner"] .wot-home-hero__partner-label,
	.wot-home-hero--animating [data-wot-hero-step="partner"] .wot-home-hero__partner-logo {
		opacity: 1;
	}
}

.wot-home-hero__partner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.65rem, 1.8vw, 0.95rem);
	flex-wrap: nowrap;
	max-width: 100%;
	margin: 0 auto clamp(1.35rem, 2.5vw, 1.85rem);
}

.wot-home-hero__partner-label {
	white-space: nowrap;
	padding: 0.45rem 0.15rem;
	color: var(--wot-home-dark);
	font-size: clamp(0.62rem, 1.1vw, 0.72rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wot-home-hero__partner-logo {
	display: block;
	height: clamp(1.65rem, 3.8vw, 2.35rem);
	width: auto;
	flex-shrink: 0;
	opacity: 0;
}

.wot-home-hero__monogram {
	margin: 0 0 0.35rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(3.25rem, 9vw, 6rem);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: 0.14em;
	color: #8f8d89;
	background: linear-gradient(180deg, #d8d6d2 0%, #8f8d89 42%, #b5b3af 78%, #9a9894 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.95)) drop-shadow(0 3px 8px rgba(58, 58, 58, 0.12));
}

.wot-home-hero__eyebrow {
	margin: 0 0 0.85rem;
	color: var(--wot-home-muted);
	font-size: clamp(0.68rem, 1.2vw, 0.78rem);
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85),
		0 2px 6px rgba(58, 58, 58, 0.08);
}

.wot-home-hero__rule {
	width: min(12rem, 42vw);
	height: 1px;
	margin: 0 auto 1.15rem;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(154, 152, 148, 0.55) 18%,
		rgba(154, 152, 148, 0.55) 82%,
		transparent
	);
}

.wot-home-hero__title {
	margin: 0 0 1.35rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(2rem, 4.8vw, 3.35rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wot-home-dark);
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85),
		0 3px 8px rgba(42, 41, 40, 0.08);
}

.wot-home-hero__lead {
	max-width: 38rem;
	margin: 0 auto 2rem;
	color: #2a2a2a;
	font-size: clamp(0.98rem, 1.5vw, 1.1rem);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.01em;
}

.wot-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* --- Buttons --- */
.wot-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 2.85rem;
	padding: 0.7rem 1.5rem;
	border-radius: 999px;
	font-family: var(--wot-home-sans);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wot-home-btn:hover {
	transform: translateY(-1px);
}

.wot-home-btn--primary {
	background: var(--wot-home-dark);
	color: #fff;
	box-shadow: 0 10px 28px rgba(42, 41, 40, 0.14);
}

.wot-home-btn--primary:hover {
	background: #403f3e;
	color: #fff;
	box-shadow: 0 14px 32px rgba(42, 41, 40, 0.18);
}

.wot-home-btn--secondary {
	background: var(--wot-home-dark);
	color: #fff;
	box-shadow: var(--wot-home-shadow-soft);
}

.wot-home-btn--secondary:hover {
	background: #403f3e;
	color: #fff;
}

.wot-home-btn--ghost {
	border: 1px solid rgba(154, 152, 148, 0.55);
	background: rgba(255, 255, 255, 0.45);
	color: var(--wot-home-dark);
}

.wot-home-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(122, 120, 116, 0.65);
	color: var(--wot-home-dark);
}

.wot-home-btn--text {
	padding-inline: 0.35rem;
	color: var(--wot-home-text);
	letter-spacing: 0.06em;
}

.wot-home-btn--text:hover {
	color: var(--wot-home-dark);
}

.wot-home-btn--outline {
	border: 1px solid rgba(154, 152, 148, 0.55);
	background: transparent;
	color: var(--wot-home-dark);
	box-shadow: none;
}

.wot-home-btn--outline:hover {
	background: rgba(255, 255, 255, 0.55);
	color: var(--wot-home-dark);
}

.wot-home-section--products .wot-home-btn--secondary,
.wot-home-cta .wot-home-btn--primary,
.wot-home-cta .wot-home-btn--ghost,
.wot-home-cta .wot-home-btn--text {
	box-shadow: none;
}

.wot-home-cta .wot-home-btn--ghost {
	border-color: rgba(154, 152, 148, 0.45);
	color: var(--wot-home-text);
}

.wot-home-cta .wot-home-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.55);
}

/* --- Sections --- */
.wot-home-section {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	padding: clamp(4rem, 7vw, 6.5rem) var(--wot-home-padding);
	background: transparent;
}

.wot-home-section__head,
.wot-home-section__foot {
	max-width: var(--wot-home-container);
	margin: 0 auto;
}

.wot-home-section__foot {
	margin-top: 2.5rem;
	text-align: center;
}

.wot-home-section__eyebrow {
	margin: 0 0 0.65rem;
	color: var(--wot-home-accent);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.wot-home-section__title {
	margin: 0 0 1rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0.01em;
	color: var(--wot-home-dark);
}

.wot-home-section__lead {
	max-width: 44rem;
	margin: 0;
	color: var(--wot-home-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.wot-home-section--collections {
	background: transparent;
}

.wot-home-section--products {
	background: transparent;
}

.wot-home-section--values {
	background: transparent;
}

.wot-home-section--about {
	background: transparent;
}

/* --- About block --- */
.wot-home-about {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
	max-width: var(--wot-home-container);
	margin: 0 auto;
}

.wot-home-about__title {
	margin: 0 0 1.15rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 500;
	line-height: 1.18;
	color: var(--wot-home-dark);
}

.wot-home-about__lead {
	margin: 0 0 1.75rem;
	color: var(--wot-home-muted);
	font-size: 1rem;
	line-height: 1.75;
	max-width: 36rem;
}

.wot-home-about__media {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;
	background: var(--wot-home-bg-alt);
	aspect-ratio: 4 / 3;
	box-shadow: var(--wot-home-shadow-soft);
	padding: clamp(1.5rem, 4vw, 2.75rem);
}

.wot-home-about__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: min(16rem, 72%);
	max-height: clamp(5rem, 14vw, 8.5rem);
	object-fit: contain;
}

/* --- About modal --- */
.wot-home-about-modal {
	position: fixed;
	inset: 0;
	z-index: 100020;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(42, 41, 40, 0.62);
	backdrop-filter: blur(4px);
}

.wot-home-about-modal[hidden] {
	display: none;
}

body.wot-home-about-modal-open {
	overflow: hidden;
}

.wot-home-about-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: var(--wot-home-dark);
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--wot-home-shadow-soft);
}

.wot-home-about-modal__dialog {
	position: relative;
	width: min(100%, 720px);
	max-height: calc(100vh - 2.5rem);
	overflow: auto;
	padding: clamp(1.75rem, 3.5vw, 2.5rem);
	border-radius: 4px;
	background: #fff;
	color: var(--wot-home-text);
	box-shadow: var(--wot-home-shadow-lift);
}

.wot-home-about-modal__title {
	margin: 0 0 0.85rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(1.55rem, 2.5vw, 2rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--wot-home-dark);
}

.wot-home-about-modal__note {
	margin: 0 0 1.5rem;
	padding: 0.9rem 1.1rem;
	border-radius: 4px;
	background: rgba(217, 171, 145, 0.12);
	border: 1px solid rgba(217, 171, 145, 0.22);
	color: var(--wot-home-text);
	font-size: 0.92rem;
	line-height: 1.55;
}

.wot-home-about-modal__heading {
	margin: 1.75rem 0 0.75rem;
	font-family: var(--wot-home-serif);
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--wot-home-dark);
}

.wot-home-about-modal__heading:first-of-type {
	margin-top: 0;
}

.wot-home-about-modal__text {
	margin: 0 0 0.85rem;
	color: var(--wot-home-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.wot-home-about-modal__timeline {
	display: grid;
	gap: 1rem;
	margin: 0.5rem 0 1rem;
}

.wot-home-about-modal__timeline-item {
	padding: 1rem 1.15rem;
	border-radius: 4px;
	background: var(--wot-home-surface);
	border: 1px solid rgba(154, 152, 148, 0.18);
}

.wot-home-about-modal__timeline-year {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--wot-home-accent);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wot-home-about-modal__timeline-item .wot-home-about-modal__text {
	margin: 0;
}

.wot-home-about-modal__list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	color: var(--wot-home-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.wot-home-about-modal__list li {
	margin-bottom: 0.45rem;
}

/* --- Collections grid --- */
.wot-home-collections {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.2vw, 1.75rem);
	max-width: var(--wot-home-container);
	margin: clamp(2.5rem, 5vw, 3.75rem) auto 0;
}

.wot-home-collection {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(250, 249, 247, 0.62);
	border: 1px solid rgba(154, 152, 148, 0.16);
	box-shadow: var(--wot-home-shadow-soft);
	text-decoration: none;
	color: inherit;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wot-home-collection:hover {
	transform: translateY(-4px);
	box-shadow: var(--wot-home-shadow-lift);
}

.wot-home-collection__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--wot-home-bg-alt);
}

.wot-home-collection__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.wot-home-collection:hover .wot-home-collection__img {
	transform: scale(1.04);
}

.wot-home-collection__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(42, 41, 40, 0.28), transparent 58%);
}

.wot-home-collection__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.7rem;
	padding: 1.35rem 1.35rem 1.5rem;
}

.wot-home-collection__title {
	margin: 0;
	font-family: var(--wot-home-serif);
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--wot-home-dark);
}

.wot-home-collection__blurb {
	margin: 0;
	color: var(--wot-home-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.wot-home-collection__cta {
	margin-top: auto;
	color: var(--wot-home-dark);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wot-home-collection__cta::after {
	content: " →";
}

/* --- Featured products --- */
.wot-home-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.15rem, 2vw, 1.5rem);
	max-width: var(--wot-home-container);
	margin: clamp(2.5rem, 5vw, 3.75rem) auto 0;
}

.wot-home-product {
	background: rgba(250, 249, 247, 0.62);
	border: 1px solid rgba(154, 152, 148, 0.14);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(42, 41, 40, 0.04);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wot-home-product:hover {
	transform: translateY(-3px);
	box-shadow: var(--wot-home-shadow-soft);
}

.wot-home-product__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.wot-home-product__media {
	position: relative;
	aspect-ratio: 1;
	background: var(--wot-home-bg);
}

.wot-home-product__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wot-home-product__media .kastone-badge--featured {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}

.wot-home-product__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1.1rem 1.1rem 1.25rem;
}

.wot-home-product__title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--wot-home-dark);
}

.wot-home-product__series {
	margin: 0;
	color: var(--wot-home-muted);
	font-size: 0.8rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.wot-home-product__price {
	margin-top: auto;
	padding-top: 0.4rem;
	color: var(--wot-home-dark);
	font-size: 0.92rem;
	font-weight: 600;
}

.wot-home-product__price .woocommerce-Price-amount {
	color: inherit;
}

/* --- Value props --- */
.wot-home-values {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
	max-width: var(--wot-home-container);
	margin: 0 auto;
}

.wot-home-values__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wot-home-value {
	padding: 1.4rem 1.4rem 1.5rem;
	border-radius: 4px;
	background: rgba(250, 249, 247, 0.55);
	border: 1px solid rgba(154, 152, 148, 0.16);
	box-shadow: 0 6px 20px rgba(42, 41, 40, 0.03);
}

.wot-home-value__title {
	margin: 0 0 0.6rem;
	font-family: var(--wot-home-serif);
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--wot-home-dark);
}

.wot-home-value__text {
	margin: 0;
	color: var(--wot-home-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

/* --- CTA band --- */
.wot-home-cta {
	width: 100%;
	max-width: none;
	padding: clamp(4rem, 7vw, 5.5rem) var(--wot-home-padding);
	background: transparent;
	border-top: 1px solid rgba(154, 152, 148, 0.2);
}

.wot-home-cta__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.wot-home-cta__title {
	margin: 0 0 1rem;
	font-family: var(--wot-home-serif);
	font-size: clamp(1.75rem, 3.2vw, 2.45rem);
	font-weight: 500;
	line-height: 1.18;
	color: var(--wot-home-dark);
}

.wot-home-cta__lead {
	margin: 0 0 1.75rem;
	color: var(--wot-home-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.wot-home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}

/* --- Responsive --- */
@media (max-width: 900px) {
	.wot-home-shell {
		--wot-home-container: 100%;
		--wot-home-padding: 1rem;
		overflow-x: clip;
	}

	body.suzuka-home-page .entry-content,
	body.suzuka-home-page .wp-block-post-content {
		overflow-x: clip;
	}

	body.suzuka-home-page::before {
		background-attachment: scroll;
	}

	.wot-home-hero,
	.wot-home-hero__inner,
	.wot-home-section,
	.wot-home-cta,
	.wot-home-section__head,
	.wot-home-section__foot,
	.wot-home-about,
	.wot-home-collections,
	.wot-home-products,
	.wot-home-values,
	.wot-home-cta__inner,
	.wot-home-collection,
	.wot-home-product {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.wot-home-hero {
		min-height: calc(100svh - var(--suzuka-header-offset, 61px));
		min-height: calc(100dvh - var(--suzuka-header-offset, 61px));
	}

	body.suzuka-home-page.suzuka-has-mobile-bottom-nav .wot-home-hero {
		min-height: calc(100svh - var(--suzuka-header-offset, 61px) - var(--suzuka-bottom-nav-height, 4.4375rem));
		min-height: calc(100dvh - var(--suzuka-header-offset, 61px) - var(--suzuka-bottom-nav-height, 4.4375rem));
	}

	.wot-home-hero__inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		min-height: 100%;
		box-sizing: border-box;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wot-home-section,
	.wot-home-cta {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wot-home-hero__eyebrow {
		letter-spacing: 0.2em;
		overflow-wrap: anywhere;
	}

	.wot-home-hero__title {
		letter-spacing: 0.14em;
		overflow-wrap: anywhere;
	}

	.wot-home-hero__monogram {
		letter-spacing: 0.1em;
	}

	.wot-home-hero__glow {
		inset: -12% -4%;
	}

	.wot-home-hero__partner-label {
		overflow-wrap: anywhere;
	}

	.wot-home-collections,
	.wot-home-products {
		width: 100%;
	}

	.wot-home-collection__body,
	.wot-home-product__body,
	.wot-home-values__list {
		min-width: 0;
	}
}

@media (max-width: 1100px) {
	.wot-home-collections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wot-home-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.wot-home-about,
	.wot-home-values {
		grid-template-columns: 1fr;
	}

	.wot-home-about__media {
		aspect-ratio: auto;
		min-height: clamp(8rem, 28vw, 11rem);
	}

	.wot-home-about__logo {
		max-width: min(14rem, 68%);
		max-height: clamp(4.5rem, 18vw, 7rem);
	}

	.wot-home-values__list {
		grid-template-columns: 1fr;
	}

	.wot-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.suzuka-home-page {
		--wot-page-wallpaper-zoom: 1.72;
		--wot-page-wallpaper-position: center 20%;
	}

	.wot-home-hero__inner {
		padding-top: clamp(1.25rem, 4vw, 2rem);
		padding-bottom: clamp(1.25rem, 4vw, 2rem);
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}

	.wot-home-hero__monogram {
		font-size: clamp(2.35rem, 14vw, 3.25rem);
		letter-spacing: 0.08em;
	}

	.wot-home-hero__eyebrow {
		font-size: clamp(0.62rem, 2.8vw, 0.72rem);
		letter-spacing: 0.16em;
	}

	.wot-home-hero__title {
		font-size: clamp(1.45rem, 7.2vw, 1.85rem);
		letter-spacing: 0.1em;
		line-height: 1.18;
		overflow-wrap: break-word;
	}

	.wot-home-hero__lead {
		margin-bottom: 1.5rem;
		font-size: clamp(0.92rem, 3.8vw, 1rem);
		line-height: 1.65;
	}

	.wot-home-hero__partner {
		flex-direction: column;
		gap: 0.55rem;
		margin-bottom: 1.15rem;
	}

	.wot-home-hero__partner-label {
		white-space: normal;
		text-align: center;
		line-height: 1.45;
		font-size: clamp(0.58rem, 2.6vw, 0.68rem);
	}

	.wot-home-hero__actions,
	.wot-home-cta__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
	}

	.wot-home-btn {
		width: 100%;
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: clamp(0.72rem, 3.2vw, 0.82rem);
	}

	.wot-home-collections,
	.wot-home-products {
		grid-template-columns: 1fr;
	}

}

@media (prefers-reduced-motion: reduce) {
	.wot-home-hero[data-wot-home-hero] [data-wot-hero-step],
	.wot-home-hero[data-wot-home-hero] .wot-home-hero__partner-logo,
	.wot-home-hero[data-wot-home-hero] .wot-home-hero__glow {
		opacity: 1 !important;
		animation: none !important;
		transform: none !important;
		filter: none !important;
	}
}
