@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-Variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--navy: #080808;
	--navy-soft: #101010;
	--navy-light: #1a1a19;
	--paper: #f2f0ea;
	--paper-soft: #dedbd3;
	--white: #f8f6f0;
	--text: #121212;
	--muted: #77746d;
	--blue: #b9a579;
	--blue-dark: #8f7a50;
	--green: #7f9b83;
	--line: rgba(12, 12, 12, .16);
	--line-light: rgba(255, 255, 255, .17);
	--font-sans: "Geist", "Helvetica Neue", Arial, sans-serif;
	--font-display: "Geist", "Helvetica Neue", Arial, sans-serif;
	--container: min(1240px, calc(100vw - 64px));
	--header-height: 78px;
	--ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; background: var(--navy); }
body {
	margin: 0; overflow-x: clip; background: var(--navy); color: var(--text);
	font-family: var(--font-sans); font-size: 16px; line-height: 1.6;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
body.navOpen, body.cartOpen { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: var(--white); }
.container { width: var(--container); margin-inline: auto; }
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0, 0, 0, 0); clip-path: inset(50%); border: 0; white-space: nowrap;
}
.skipLink { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--blue); color: #fff; transform: translateY(-160%); }
.skipLink:focus { transform: none; }
:focus-visible { outline: 2px solid #d2bf92; outline-offset: 3px; }

.eyebrow {
	margin: 0; color: var(--blue-dark); font-size: 10px; font-weight: 750;
	letter-spacing: .16em; line-height: 1.3; text-transform: uppercase;
}
.storySection .eyebrow, .offerSection .eyebrow, .assuranceSection .eyebrow, .faqSection .eyebrow, .siteFooter .eyebrow { color: var(--blue); }

/* Header */
.announcement {
	position: relative; z-index: 102; min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px;
	padding: 7px 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: #050505; color: #aaa69e;
	font-size: 9px; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-align: center; text-transform: uppercase;
}
.announcementPulse { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.siteHeader {
	position: absolute; z-index: 100; top: 34px; left: 0; width: 100%; height: var(--header-height);
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 32px;
	border-bottom: 1px solid var(--line-light); color: var(--white); transition: background .3s, border-color .3s;
}
.admin-bar .siteHeader { top: 66px; }
.siteHeader.is-scrolled, .siteHeaderInner {
	position: fixed; top: 0; background: rgba(8, 8, 8, .96); border-color: rgba(255,255,255,.12);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.admin-bar .siteHeader.is-scrolled, .admin-bar .siteHeaderInner { top: 32px; }
.kinovoBrand { display: inline-flex; align-items: center; width: 190px; height: 45px; flex: 0 0 190px; }
.kinovoBrand img { display: block; width: 190px; max-width: none; height: auto; }
/* Neutralize the temporary Customizer background-logo rule used before v2.2. */
body .kinovoBrand { background-image: none !important; }
.footerBrand { width: 220px; height: 52px; flex-basis: 220px; }
.footerBrand img { width: 220px; }
.desktopNav .menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.desktopNav a { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 650; transition: color .2s; }
.desktopNav a:hover, .desktopNav a:focus-visible { color: #fff; }
.headerTools { justify-self: end; display: flex; align-items: center; gap: 18px; }
.languageSwitcher { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 9px; }
.languageSwitcher a[aria-current="page"] { color: #fff; }
.cartLink { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 650; }
.cartCount { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--navy); font-size: 9px; }
.headerBuy { min-height: 42px; display: inline-flex; align-items: center; gap: 18px; padding: 0 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.04); color: var(--white); font-size: 10px; font-weight: 650; }
.headerBuy i { color: var(--blue); font-style: normal; }
.menuToggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menuToggle i { display: block; width: 20px; height: 1px; margin: 6px auto; background: #fff; }

/* Hero */
.hero {
	position: relative; min-height: max(780px, 100svh); padding-top: 34px; background: var(--navy); color: var(--white); overflow: hidden;
}
.heroContent {
	position: relative; z-index: 2; min-height: max(746px, calc(100svh - 34px)); display: flex; flex-direction: column; justify-content: center;
	align-items: flex-start; padding-top: 155px; padding-bottom: 72px;
}
.heroEyebrow { display: flex; align-items: center; gap: 9px; color: #bdb7aa; opacity: 0; transform: translateY(16px); transition: .7s .15s var(--ease); }
.heroEyebrow span { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.hero h1 {
	max-width: 900px; margin: 22px 0 28px; font-family: var(--font-display); font-size: clamp(82px, 10vw, 158px); font-weight: 520;
	letter-spacing: -.075em; line-height: .84;
}
.hero h1 span, .hero h1 em { display: block; overflow: visible; opacity: 0; transform: translateY(30px); font-style: normal; transition: .9s .22s var(--ease); }
.hero h1 em { color: #d7d1c4; transition-delay: .3s; }
.heroLead { max-width: 470px; margin: 0; color: #aaa69e; font-size: 16px; opacity: 0; transform: translateY(18px); transition: .8s .38s var(--ease); }
.heroQuickFacts { width: min(440px, 100%); display: grid; grid-template-columns: 1.22fr .78fr; margin-top: 30px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(4,4,4,.54); box-shadow: 0 18px 50px rgba(0,0,0,.18); opacity: 0; transform: translateY(18px); transition: .8s .48s var(--ease); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.heroQuickFacts > div { display: grid; align-content: center; gap: 3px; }
.heroQuickFacts > div + div { padding-left: 22px; border-left: 1px solid var(--line-light); }
.heroQuickFacts small, .offerMeta small { color: #858078; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.heroQuickFacts strong { font-size: 20px; font-weight: 700; }
.heroPriceFact { padding-right: 16px; }
.heroPriceLabel { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.heroPriceLabel small { color: #cfc8b8; }
.heroPriceLabel span { padding: 3px 7px; border-radius: 999px; background: var(--blue); color: #0a0a0a; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.heroQuickFacts .heroCurrentPrice { margin-top: 6px; color: #fff; font-size: 32px; font-weight: 780; letter-spacing: -.045em; line-height: 1; }
.heroPreviousPrice { display: flex; align-items: baseline; gap: 8px; margin-top: 8px; }
.heroPreviousPrice small { color: #7e7a72; font-size: 7px; }
.heroPreviousPrice del { color: #aaa59b; font-size: 12px; font-weight: 560; text-decoration-thickness: 1px; }
.stockState { display: flex; align-items: center; gap: 8px; }
.stockState i { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--green); }
.heroActions { width: 100%; margin-top: 22px; opacity: 0; transform: translateY(18px); transition: .8s .58s var(--ease); }
.heroActions .buyNowForm { width: min(270px, 100%); }
.heroActions .primaryButton { width: 100%; }
.primaryButton {
	position: relative; min-width: 220px; min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px;
	padding: 0 20px; border: 1px solid var(--white); border-radius: 999px; background: var(--white); color: #0a0a0a;
	font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s, transform .25s var(--ease);
}
.primaryButton:hover, .primaryButton:focus-visible { background: var(--blue); border-color: var(--blue); color: #080808; }
.primaryButton i { font-style: normal; font-size: 15px; }
.primaryButton:disabled { opacity: .48; cursor: not-allowed; }
.heroTrust { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 18px 0 0; padding: 0; color: #c5c0b7; font-size: 12px; font-weight: 620; line-height: 1.35; list-style: none; opacity: 0; transform: translateY(14px); transition: .8s .66s var(--ease); }
.heroTrust li { display: flex; align-items: center; gap: 9px; }
.heroTrust li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
.is-ready .heroEyebrow, .is-ready .hero h1 span, .is-ready .hero h1 em, .is-ready .heroLead, .is-ready .heroQuickFacts, .is-ready .heroActions, .is-ready .heroTrust { opacity: 1; transform: none; }
.heroVisual { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: var(--navy-soft); }
.heroVisual picture { display: block; width: 100%; height: 106%; transform: translate3d(0, calc(var(--hero-progress, 0) * -3%), 0) scale(calc(1 + var(--hero-progress, 0) * .025)); transform-origin: center; will-change: transform; }
.heroVisual img { height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.035); transition: opacity 1.1s .08s, transform 2.2s var(--ease); }
.is-ready .heroVisual img { opacity: .94; transform: scale(1); }
.heroVisual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.94) 0%, rgba(5,5,5,.74) 38%, rgba(5,5,5,.08) 68%), linear-gradient(0deg, rgba(5,5,5,.62), transparent 42%); pointer-events: none; }
.heroBeam { position: absolute; z-index: 1; right: 4%; bottom: 7%; width: 42%; height: 54%; background: radial-gradient(ellipse at 75% 76%, rgba(186,214,239,.18), transparent 58%); mix-blend-mode: screen; opacity: .35; transform: scale(.94); animation: heroBeamPulse 4.8s ease-in-out infinite; pointer-events: none; will-change: opacity, transform; }
.heroMediaLabel { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; gap: 8px; }
.heroMediaLabel span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(8,8,8,.58); color: #d8d3ca; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
@keyframes heroBeamPulse { 0%, 100% { opacity: .24; transform: scale(.94); } 50% { opacity: .5; transform: scale(1.04); } }

/* Homepage sections */
.benefitBar { padding: 0; background: #0b0b0b; color: var(--white); }
.benefitGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.benefitGrid article { min-height: 220px; padding: 40px 34px; border-right: 1px solid var(--line-light); transition: background .35s var(--ease), transform .35s var(--ease); }
.benefitGrid article:hover { background: rgba(255,255,255,.035); transform: translateY(-4px); }
.benefitGrid article:last-child { border-right: 0; }
.benefitGrid span { color: var(--blue); font-size: 10px; font-weight: 750; }
.benefitGrid h2 { margin: 54px 0 7px; font-family: var(--font-display); font-size: 36px; font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.benefitGrid p { max-width: 320px; margin: 0; color: #b7b2a9; font-size: 15px; line-height: 1.55; }

.storySection { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: #090909; color: var(--white); }
.storyMedia { position: absolute; inset: 0; overflow: hidden; }
.storyMedia::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,5,.92), rgba(5,5,5,.04) 62%); }
.storyMedia img { height: 100%; min-height: 100svh; object-fit: cover; object-position: center; }
.storyCopy { position: relative; z-index: 1; width: var(--container); margin: 0 auto; padding: 90px 0; }
.storyCopy h2, .stepsIntro h2, .reviewsHead h2, .assuranceIntro h2, .faqGrid h2, .footerStatement h2 {
	margin: 18px 0 24px; font-family: var(--font-display); font-weight: 500; letter-spacing: -.045em; line-height: .98;
}
.storyCopy h2 { max-width: 1040px; font-size: clamp(70px, 8.5vw, 132px); line-height: .9; }
.storyCopy > p:last-child { max-width: 440px; margin: 0; color: #aaa69e; font-size: 15px; }

.productGallerySection { padding: 140px 0; overflow: hidden; background: var(--paper); }
.galleryHead { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.galleryHead h2 { max-width: 780px; margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(56px, 6.4vw, 92px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.galleryHead > p { max-width: 410px; margin: 0 0 8px; color: var(--muted); }
.productGalleryGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 76px; }
.galleryItem { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #fff; isolation: isolate; }
.galleryItemWide { grid-column: 1 / -1; min-height: 680px; }
.galleryItemHero { min-height: 520px; }
.galleryItem img { height: 100%; min-height: inherit; object-fit: contain; padding: clamp(22px, 4vw, 64px); transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.015); transition: transform .5s var(--ease), filter .5s var(--ease); will-change: transform; }
.galleryItemHero img { width: min(100%, 720px); margin-inline: auto; padding: 42px; }
.galleryItemWide:last-child img { padding: 0; object-fit: cover; }
.galleryItemPackage img { padding: clamp(34px, 6vw, 96px); object-fit: contain; }
.galleryItem:hover img { transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.045); }
.galleryItem figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; justify-content: space-between; gap: 18px; padding-top: 13px; border-top: 1px solid rgba(10,10,10,.16); color: #282724; font-size: 10px; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.galleryItemWide:last-child figcaption { border-top-color: rgba(255,255,255,.24); color: #f6f3ec; text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.galleryItemPackage figcaption { border-top-color: rgba(10,10,10,.16); color: #282724; text-shadow: none; }
.galleryItem figcaption span { color: var(--blue-dark); }

.stepsSection { padding: 130px 0; background: var(--paper); }
.stepsIntro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.stepsIntro h2 { max-width: 720px; font-size: clamp(54px, 6.2vw, 88px); }
.stepsIntro > p { max-width: 430px; margin: 0 0 25px; color: var(--muted); }
.stepsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stepsGrid article { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 30px; border-right: 1px solid var(--line); background: transparent; }
.stepsGrid article:last-child { border-right: 0; }
.stepsGrid article > span { color: var(--blue-dark); font-size: 64px; font-weight: 300; letter-spacing: -.07em; line-height: 1; }
.stepsGrid h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 36px; font-weight: 600; letter-spacing: -.035em; }
.stepsGrid p { margin: 0; color: var(--muted); font-size: 14px; }

.specsSection { padding: 140px 0; border-top: 1px solid var(--line-light); background: #070707; color: var(--white); }
.specsSection .eyebrow { color: var(--blue); }
.specsIntro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); align-items: end; }
.specsIntro h2 { max-width: 720px; margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(58px, 6.8vw, 96px); font-weight: 500; letter-spacing: -.055em; line-height: .93; }
.specStats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.specStats div { min-width: 0; padding: 24px 16px 20px 0; }
.specStats div + div { padding-left: 18px; border-left: 1px solid var(--line-light); }
.specStats strong { display: block; font-size: clamp(28px, 3.3vw, 48px); font-weight: 520; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.specStats small { display: block; margin-top: 9px; color: #817d75; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.specsGrid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.specsGrid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .3s var(--ease), transform .3s var(--ease); }
.specsGrid article:hover { background: rgba(255,255,255,.035); transform: translateY(-4px); }
.specsGrid article > span { color: var(--blue); font-size: 9px; font-weight: 700; }
.specsGrid h3 { margin: 76px 0 10px; font-size: 28px; font-weight: 520; letter-spacing: -.035em; }
.specsGrid p { max-width: 330px; margin: 0; color: #8f8b83; font-size: 13px; }
.specsMeta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: start; margin-top: 24px; }
.specsNote { margin: 0; color: #66625c; font-size: 10px; }
.manufacturerDetails { color: #77736c; font-size: 10px; }
.manufacturerDetails summary { cursor: pointer; color: #8e897f; letter-spacing: .08em; text-transform: uppercase; }
.manufacturerDetails p { max-width: 520px; margin: 12px 0 0; }

.offerSection { padding: 140px 0; background: #0a0a0a; color: var(--white); }
.offerGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 7vw, 100px); align-items: center; }
.offerMedia { --product-progress: .5; min-height: 680px; overflow: hidden; border-radius: 0; background: #fff; }
.offerMedia img { height: 100%; min-height: 680px; object-fit: contain; object-position: center; padding: clamp(24px, 4vw, 70px); transform: translate3d(0, calc((var(--product-progress) - .5) * -24px), 0) rotate(calc((var(--product-progress) - .5) * -1.6deg)) scale(1.02); transition: transform .14s linear; will-change: transform; }
.offerBody { max-width: 560px; }
.offerBody h2 { margin: 16px 0 22px; font-family: var(--font-display); font-size: clamp(52px, 5.8vw, 78px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.offerCopy { margin: 0; color: #aaa69e; font-size: 15px; }
.offerMeta { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0 26px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offerSection .offerMeta { border-color: var(--line-light); }
.offerMeta > div { display: grid; gap: 3px; }
.offerMeta > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.offerSection .offerMeta > div + div { border-color: var(--line-light); }
.offerMeta small { color: #858078; }
.offerMeta strong { font-size: 21px; }
.heroQuickFacts del, .offerMeta del, .mobileBuyBar del { margin-right: 8px; color: #77736c; font-size: .7em; font-weight: 500; text-decoration-thickness: 1px; }
.heroQuickFacts ins, .offerMeta ins, .mobileBuyBar ins { color: inherit; text-decoration: none; }
.offerList { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; color: #a49f96; font-size: 12px; list-style: none; }
.offerList li { display: flex; gap: 10px; }
.offerList li::before { content: "✓"; color: var(--green); font-weight: 800; }
.buyNowForm { margin: 0; }
.offerBody .primaryButton, .offerBody .buyNowForm { width: 100%; }

.reviewsSection { padding: 140px 0; background: var(--paper); }
.reviewsHead { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.reviewsHead h2 { max-width: 720px; font-size: clamp(52px, 6vw, 84px); }
.reviewsHead > p { max-width: 390px; margin: 0 0 24px; color: var(--muted); }
.reviewsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 74px; background: var(--line); }
.reviewCard { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 0; border-radius: 0; background: var(--white); }
.reviewStars { color: var(--blue-dark); font-size: 13px; letter-spacing: .09em; }
.reviewCard blockquote { flex: 1; margin: 38px 0; font-family: var(--font-display); font-size: 23px; font-weight: 420; letter-spacing: -.035em; line-height: 1.2; }
.reviewCard blockquote p { margin: 0; }
.reviewCard footer { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; }
.reviewCard footer > span { grid-row: span 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; }
.reviewCard footer b { font-size: 12px; }
.reviewCard footer small { color: var(--muted); font-size: 9px; text-transform: uppercase; }

.assuranceSection { padding: 130px 0; background: #111; color: var(--white); }
.assuranceIntro { max-width: 820px; margin-bottom: 54px; }
.assuranceIntro h2 { font-size: clamp(50px, 5.8vw, 80px); }
.assuranceGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.assuranceGrid article { min-height: 210px; padding: 34px; border-right: 1px solid var(--line-light); }
.assuranceGrid article:last-child { border-right: 0; }
.assuranceGrid h3 { margin: 0 0 16px; font-family: var(--font-display); font-size: 29px; font-weight: 600; letter-spacing: -.03em; }
.assuranceGrid p { max-width: 300px; margin: 0; color: #8e8a82; font-size: 12px; }

.faqSection { padding: 130px 0 150px; background: var(--navy); color: var(--white); }
.faqSection .eyebrow { color: var(--blue); }
.faqGrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.faqGrid h2 { max-width: 500px; font-size: clamp(52px, 6vw, 84px); }
.accordion { border-top: 1px solid var(--line-light); }
.accordion details { border-bottom: 1px solid var(--line-light); }
.accordion summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line-light); border-radius: 50%; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; top: 13px; left: 8px; width: 10px; height: 1px; background: var(--blue); transition: transform .25s; }
.accordion summary i::after { transform: rotate(90deg); }
.accordion details[open] summary i::after { transform: none; }
.accordion details p { max-width: 620px; margin: -2px 42px 28px 0; color: #98948c; font-size: 14px; }

/* Footer */
.siteFooter { padding: 120px 0 116px; border-top: 1px solid var(--line-light); background: #050505; color: var(--white); }
.siteFooter .eyebrow { color: var(--blue); }
.footerStatement { padding-bottom: 90px; }
.footerStatement h2 { max-width: 900px; font-size: clamp(56px, 7vw, 100px); }
.footerStatement > a { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid var(--blue); color: #d8d3ca; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.newsletterSection { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 120px); padding: 56px 0 64px; border-top: 1px solid var(--line-light); }
.newsletterCopy h2 { max-width: 560px; margin: 16px 0 18px; font-family: var(--font-display); font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.newsletterCopy > p:last-child { max-width: 500px; margin: 0; color: #858078; font-size: 13px; }
.newsletterForm { display: grid; grid-template-columns: 1fr 1.25fr; gap: 16px; }
.newsletterForm > label { display: grid; gap: 8px; color: #8f8a81; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.newsletterForm input[type="text"], .newsletterForm input[type="email"] { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid var(--line-light); border-radius: 0; outline: 0; background: rgba(255,255,255,.035); color: #fff; }
.newsletterForm input[type="text"]:focus, .newsletterForm input[type="email"]:focus { border-color: var(--blue); }
.newsletterConsent { grid-column: 1 / -1; grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.newsletterConsent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.newsletterConsent a { color: #d2c7ad; text-decoration: underline; text-underline-offset: 3px; }
.newsletterForm button { grid-column: 1 / -1; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; background: var(--white); color: var(--navy); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, transform .2s; }
.newsletterForm button:hover { background: var(--blue); transform: translateY(-2px); }
.newsletterHoneypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.newsletterMessage { margin: 0 0 18px; padding: 12px 14px; border-left: 2px solid var(--blue); background: rgba(255,255,255,.04); color: #d9d4ca; font-size: 12px; }
.newsletterMessage.is-error { border-left-color: #d56c61; }
.footerGrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding: 36px 0; border-top: 1px solid var(--line-light); }
.footerGrid p { max-width: 340px; color: #7c7972; font-size: 12px; }
.footerMenu, .legalMenu { display: grid; gap: 10px; margin: 0; padding: 0; color: #8d8981; font-size: 12px; list-style: none; }
.footerBottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line-light); color: #65625d; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }

/* Drawers */
.mobileNavigation { position: fixed; z-index: 1000; inset: 0; background: rgba(4, 10, 17, .7); }
.mobileNavigationPanel { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 24px; background: var(--navy); color: #fff; transform: translateY(-100%); transition: transform .5s var(--ease); }
.mobileNavigation.is-open .mobileNavigationPanel { transform: none; }
.mobileNavigationTop { display: flex; align-items: center; justify-content: space-between; }
.menuClose, .miniCartClose { width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 25px; line-height: 1; }
.mobileNavigation nav { flex: 1; display: flex; align-items: center; }
.mobileMenu, .mobileNavigation .menu { width: 100%; display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mobileMenu a, .mobileNavigation .menu a { font-family: var(--font-display); font-size: clamp(42px, 12vw, 64px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.mobileNavigationBottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line-light); }
.miniCart { position: fixed; z-index: 1200; inset: 0; }
.miniCartBackdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,10,17,.72); opacity: 0; transition: opacity .3s; }
.miniCartPanel { position: absolute; top: 0; right: 0; width: min(460px, 100%); height: 100%; padding: 28px; overflow-y: auto; background: var(--white); color: var(--text); transform: translateX(100%); transition: transform .45s var(--ease); }
.miniCart.is-open .miniCartBackdrop { opacity: 1; }
.miniCart.is-open .miniCartPanel { transform: none; }
.miniCartHeader { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.miniCartHeader h2 { margin: 4px 0 0; font-family: var(--font-display); font-size: 38px; font-weight: 600; letter-spacing: -.04em; }
.miniCartHeader .miniCartClose { color: var(--text); }
.miniCartContents { padding-top: 22px; }
.woocommerce-mini-cart { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.woocommerce-mini-cart-item { display: grid; grid-template-columns: 68px 1fr; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.woocommerce-mini-cart-item img { width: 68px; height: 68px; object-fit: cover; background: var(--paper-soft); }
.woocommerce-mini-cart-item .remove { grid-column: 2; justify-self: start; color: var(--muted); font-size: 12px; }
.woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 20px 0; }
.woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.woocommerce-mini-cart__buttons .button { min-height: 48px; display: grid; place-items: center; border-radius: 4px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; }
.woocommerce-mini-cart__buttons .checkout { background: var(--blue); color: #080808; }
.mobileBuyBar { position: fixed; z-index: 900; right: 20px; bottom: max(18px, env(safe-area-inset-bottom)); width: min(500px, calc(100vw - 40px)); min-height: 70px; display: grid; grid-template-columns: minmax(150px,.8fr) minmax(210px,1.2fr); align-items: center; gap: 12px; padding: 8px 8px 8px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,8,8,.96); color: #fff; box-shadow: 0 18px 54px rgba(0,0,0,.42); opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .45s var(--ease), transform .45s var(--ease); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.mobileBuyBar.is-visible { opacity: 1; transform: none; }
.mobileBuyBar > div { min-width: 0; display: flex; flex-direction: column; }
.mobileBuyBar small { color: #9a958b; font-size: 8px; font-weight: 680; letter-spacing: .12em; text-transform: uppercase; }
.mobileBuyBar strong { min-width: 0; font-size: 17px; line-height: 1.25; white-space: nowrap; }
.mobileBuyBar .buyNowForm, .mobileBuyBar .primaryButton { width: 100%; }
.mobileBuyBar .primaryButton { min-width: 0; min-height: 54px; padding-inline: 18px; }

/* Content and WooCommerce */
.contentShell, .woocommercePage { width: var(--container); min-height: 70vh; margin: 0 auto; padding: 170px 0 120px; }
.kinovo-inner { background: var(--paper); color: var(--text); }
.kinovo-inner .siteHeader + * { padding-top: 170px; }
.entry-title, .woocommerce-products-header__title.page-title { margin: 0 0 44px; font-family: var(--font-display); font-size: clamp(54px, 7vw, 92px); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.entry-content { max-width: 820px; color: var(--muted); }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 28px; color: var(--muted); font-size: 11px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 50px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--text); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; margin: 0 0 18px; object-fit: cover; border-radius: 4px; background: var(--paper-soft); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--font-display); font-size: 27px; font-weight: 600; letter-spacing: -.03em; }
.woocommerce ul.products li.product .price { color: var(--text); font-size: 15px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 48px; padding: 14px 18px; border: 0; border-radius: 999px; background: var(--blue); color: #080808; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--blue-dark); color: #fff; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 620px) minmax(400px, 560px); justify-content: center; gap: clamp(48px, 6vw, 96px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border-radius: 6px; background: var(--paper-soft); }
.woocommerce div.product .product_title { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(50px, 5.6vw, 76px); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--text); font-size: 25px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); }
.woocommerce div.product form.cart { display: flex; gap: 8px; margin-top: 28px; }
.woocommerce .quantity .qty { width: 68px; min-height: 48px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--text); }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 20px 0 0; padding: 0; 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 div.product .woocommerce-tabs ul.tabs li a { padding: 14px 0; color: var(--muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--blue); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 4px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--line); }
.woocommerce-cart table.cart img { width: 80px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { min-width: 180px; min-height: 48px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--text); }
.woocommerce .cart_totals, .woocommerce-checkout-review-order { padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.woocommerce .cart_totals h2, .woocommerce-checkout h3 { font-family: var(--font-display); font-size: 34px; font-weight: 600; letter-spacing: -.035em; }
.kinovoCheckoutNewsletter { margin: 24px 0; padding: 18px; border: 1px solid var(--line); background: #fff; }
.kinovoCheckoutNewsletter .woocommerce-form__label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; line-height: 1.45; }
.kinovoCheckoutNewsletter input[type="checkbox"] { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue-dark); }
.kinovoCheckoutNewsletterNote { margin: 6px 0 0 30px; color: var(--muted); font-size: 11px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--blue); background: #fff; color: var(--text); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--blue); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
	:root { --container: min(100% - 44px, 960px); }
	.siteHeader { grid-template-columns: 1fr auto; padding-inline: 22px; }
	.desktopNav, .headerBuy { display: none; }
	.menuToggle { display: block; }
	.heroContent { margin-inline: auto; }
	.hero h1 { font-size: clamp(76px, 10.4vw, 110px); }
	.specsIntro { grid-template-columns: 1fr; }
	.specsGrid { grid-template-columns: repeat(2, 1fr); }
	.reviewsGrid { grid-template-columns: repeat(2, 1fr); }
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
	.admin-bar .siteHeader { top: 80px; }
	.admin-bar .siteHeader.is-scrolled, .admin-bar .siteHeaderInner { top: 46px; }
}

@media (max-width: 760px) {
	:root { --container: calc(100vw - 32px); --header-height: 68px; }
	html { scroll-padding-top: 78px; }
	body { min-width: 320px; font-size: 16px; }
	a, button, summary, input, select, textarea { touch-action: manipulation; }
	button, input, select, textarea { font-size: 16px; }
	.announcement { min-height: 34px; padding: 6px 12px; font-size: 8px; }
	.siteHeader { top: 34px; height: var(--header-height); padding-inline: 16px; }
	.siteHeader.is-scrolled, .siteHeaderInner { background: rgba(8,8,8,.98); backdrop-filter: none; -webkit-backdrop-filter: none; }
	.kinovoBrand { width: 160px; min-height: 42px; flex-basis: 160px; }
	.kinovoBrand img { width: 160px; }
	.footerBrand { width: 196px; height: 46px; flex-basis: 196px; }
	.footerBrand img { width: 196px; }
	.headerTools { gap: 8px; }
	.headerTools > .cartLink span, .headerTools > .languageSwitcher { display: none; }
	.cartLink, .menuToggle { min-width: 44px; min-height: 44px; }

	.hero { min-height: max(760px, 100svh); display: block; padding-top: 34px; }
	.heroContent { width: calc(100% - 32px); min-height: max(726px, calc(100svh - 34px)); margin: 0 auto; justify-content: flex-start; padding: 124px 0 28px; }
	.hero h1 { max-width: 340px; margin: 14px 0 18px; font-size: clamp(52px, 15.5vw, 64px); line-height: .88; letter-spacing: -.065em; }
	.heroLead { max-width: 330px; font-size: 13px; line-height: 1.48; }
	.heroQuickFacts { width: min(330px, 100%); margin-top: 20px; padding: 13px 0; }
	.heroQuickFacts { grid-template-columns: 1.25fr .75fr; padding: 14px; border-radius: 14px; backdrop-filter: none; -webkit-backdrop-filter: none; }
	.heroQuickFacts > div + div { padding-left: 15px; }
	.heroQuickFacts strong { font-size: 17px; }
	.heroQuickFacts .heroCurrentPrice { font-size: 28px; }
	.heroPriceFact { padding-right: 10px; }
	.heroPriceLabel span { padding: 2px 6px; font-size: 8px; }
	.heroPreviousPrice { gap: 6px; margin-top: 7px; }
	.heroPreviousPrice small { font-size: 6px; }
	.heroPreviousPrice del { font-size: 11px; }
	.heroQuickFacts .stockState { font-size: 13px; }
	.heroActions { margin-top: 18px; }
	.heroActions .primaryButton { width: min(230px, 100%); min-height: 52px; }
	.heroTrust { max-width: 350px; margin-top: 15px; gap: 8px 16px; color: #d0cbc2; font-size: 11px; }
	.heroVisual { position: absolute; inset: 0; height: auto; min-height: 0; }
	.heroVisual img { object-position: center bottom; }
	.heroVisual::after { background: linear-gradient(180deg, rgba(4,4,4,.94) 0%, rgba(4,4,4,.62) 34%, rgba(4,4,4,.05) 58%, rgba(4,4,4,.38) 100%); }
	.heroMediaLabel { right: 12px; bottom: 12px; }
	.heroMediaLabel span { display: none; }

	.benefitBar { padding: 22px 0; }
	.benefitGrid { grid-template-columns: 1fr; }
	.benefitGrid article { min-height: 0; display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
	.benefitGrid article:last-child { border-bottom: 0; }
	.benefitGrid span { grid-row: span 2; padding-top: 3px; }
	.benefitGrid h2 { margin: 0 0 5px; font-size: 28px; }
	.benefitGrid p { font-size: 14px; line-height: 1.5; }

	.storySection { position: relative; min-height: 760px; display: grid; align-items: end; }
	.storyMedia { position: absolute; inset: 0; height: auto; }
	.storyMedia img { min-height: 760px; height: 100%; object-position: 61% center; }
	.storyCopy { position: relative; width: calc(100% - 32px); margin: 0 auto; padding: 64px 0 70px; }
	.storyCopy h2 { margin-block: 15px 20px; font-size: clamp(50px, 14vw, 62px); line-height: .92; }
	.storyCopy > p:last-child { font-size: 15px; }

	.productGallerySection { padding: 76px 0; }
	.galleryHead { display: block; }
	.galleryHead h2 { margin-block: 14px 20px; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.galleryHead > p { margin: 0; font-size: 15px; }
	.productGalleryGrid { width: auto; margin-top: 40px; margin-right: -16px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.galleryItem, .galleryItemWide { flex: 0 0 min(86vw, 390px); min-height: 440px; scroll-snap-align: start; }
	.galleryItem img, .galleryItemWide:last-child img { min-height: 440px; padding: 24px; object-fit: contain; transform: none; }
	.galleryItemHero { flex-basis: min(78vw, 350px); min-height: 360px; }
	.galleryItemHero img { min-height: 360px; padding: 24px; }
	.galleryItemWide:last-child img { padding: 0; object-fit: cover; }
	.galleryItem:hover img { transform: none; }
	.galleryItem figcaption { right: 16px; bottom: 15px; left: 16px; font-size: 9px; }

	.stepsSection { padding: 76px 0; }
	.stepsIntro { display: block; }
	.stepsIntro h2 { margin-block: 15px 20px; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.stepsIntro > p { margin-bottom: 0; font-size: 15px; }
	.stepsGrid { grid-template-columns: 1fr; gap: 0; margin-top: 40px; }
	.stepsGrid article { min-height: 220px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.stepsGrid article:last-child { border-bottom: 0; }
	.stepsGrid article > span { font-size: 48px; }
	.stepsGrid h3 { font-size: 32px; }

	.specsSection { padding: 76px 0; }
	.specsIntro { display: block; }
	.specsIntro h2 { margin-block: 14px 36px; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.specStats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.specStats div { padding: 18px 8px 16px 0; }
	.specStats div + div { padding-left: 10px; }
	.specStats strong { font-size: clamp(21px, 6.6vw, 28px); }
	.specStats small { font-size: 7px; line-height: 1.4; }
	.specsGrid { grid-template-columns: 1fr; margin-top: 42px; border-left: 0; }
	.specsGrid article { min-height: 210px; padding: 24px 0; border-right: 0; }
	.specsGrid article:hover { transform: none; }
	.specsGrid h3 { margin-top: 48px; font-size: 28px; }
	.specsGrid p { font-size: 14px; }
	.specsMeta { grid-template-columns: 1fr; gap: 20px; margin-top: 18px; }
	.specsNote { line-height: 1.45; }

	.offerSection { padding: 72px 0 80px; }
	.offerGrid { display: flex; flex-direction: column; gap: 38px; }
	.offerMedia { width: 100%; min-height: 0; aspect-ratio: 4 / 5; }
	.offerMedia img { min-height: 0; height: 100%; object-position: center; }
	.offerBody { max-width: none; }
	.offerBody h2 { margin-block: 14px 18px; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.offerCopy { font-size: 15px; }
	.offerMeta { margin-block: 24px 22px; }
	.offerBody .primaryButton { min-height: 56px; }

	.reviewsSection { padding: 76px 0; }
	.reviewsHead { display: block; }
	.reviewsHead h2 { margin-block: 14px 18px; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.reviewsHead > p { margin: 0; }
	.reviewsGrid { width: auto; margin-right: -16px; display: flex; gap: 1px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.reviewCard { flex: 0 0 min(84vw, 340px); min-height: 310px; padding: 24px; scroll-snap-align: start; }
	.reviewCard blockquote { margin: 22px 0; font-size: 22px; }

	.assuranceSection { padding: 72px 0; }
	.assuranceIntro { margin-bottom: 36px; }
	.assuranceIntro h2 { margin-block: 14px 0; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.assuranceGrid { grid-template-columns: 1fr; }
	.assuranceGrid article { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
	.assuranceGrid article:last-child { border-bottom: 0; }
	.assuranceGrid h3 { margin-bottom: 8px; font-size: 28px; }

	.faqSection { padding: 76px 0 94px; }
	.faqGrid { display: block; }
	.faqGrid > div:first-child { margin-bottom: 34px; }
	.faqGrid h2 { margin-block: 14px 0; font-size: clamp(43px, 12vw, 52px); line-height: 1; }
	.accordion summary { min-height: 66px; padding-block: 14px; font-size: 19px; line-height: 1.2; }
	.accordion details p { margin: 0 42px 22px 0; font-size: 14px; }

	.siteFooter { padding-top: 72px; padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
	.footerStatement { padding-bottom: 56px; }
	.footerStatement h2 { margin-block: 14px 32px; font-size: clamp(46px, 13vw, 58px); line-height: 1; }
	.newsletterSection { grid-template-columns: 1fr; gap: 34px; padding: 46px 0 52px; }
	.newsletterCopy h2 { font-size: clamp(42px, 12vw, 56px); }
	.newsletterForm { grid-template-columns: 1fr; }
	.newsletterConsent, .newsletterForm button { grid-column: 1; }
	.footerGrid { grid-template-columns: 1fr; gap: 28px; }
	.footerBottom { flex-direction: column; gap: 10px; }

	.mobileNavigationPanel { padding: max(20px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom)); }
	.mobileNavigation nav a { min-height: 54px; display: flex; align-items: center; }
	.mobileNavigationBottom a, .menuClose { min-height: 44px; }
	.miniCartPanel { width: 100%; padding: max(20px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom)); }
	.woocommerce-mini-cart__buttons { grid-template-columns: 1fr; }
	.woocommerce-mini-cart__buttons .button { min-height: 52px; }

	.mobileBuyBar { left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); width: auto; min-height: 68px; grid-template-columns: minmax(102px,.78fr) minmax(154px,1.22fr); gap: 8px; padding: 7px 7px 7px 14px; background: rgba(8,8,8,.985); backdrop-filter: none; -webkit-backdrop-filter: none; }
	.mobileBuyBar small { font-size: 7px; }
	.mobileBuyBar strong { font-size: 14px; }
	.mobileBuyBar .primaryButton { min-width: 0; min-height: 52px; padding-inline: 15px; }

	.contentShell, .woocommercePage { width: calc(100% - 32px); padding: 120px 0 110px; }
	.kinovo-inner .siteHeader + * { padding-top: 120px; }
	.entry-title, .woocommerce-products-header__title.page-title { margin-bottom: 28px; font-size: clamp(44px, 12vw, 56px); line-height: 1; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.woocommerce div.product { display: block; }
	.woocommerce div.product div.summary { margin-top: 28px; }
	.woocommerce div.product .product_title { font-size: clamp(42px, 12vw, 54px); line-height: 1; }
	.woocommerce div.product form.cart { align-items: stretch; }
	.woocommerce div.product form.cart .button { flex: 1; min-height: 52px; }
	.woocommerce .quantity .qty { min-height: 52px; font-size: 16px; }
	.woocommerce div.product .woocommerce-tabs { margin-top: 42px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 18px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin-right: 0; }
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 52px; font-size: 16px; }
	.woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr; gap: 8px; }
	.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button, .woocommerce-cart table.cart td.actions > .button { width: 100%; }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width: 100%; float: none; }
	.woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 100%; float: none; }
	.woocommerce-checkout #order_review_heading { margin-top: 40px; }
	.woocommerce #payment #place_order { width: 100%; min-height: 54px; }

	.storySection, .productGallerySection, .stepsSection, .specsSection, .offerSection, .reviewsSection, .assuranceSection, .faqSection { content-visibility: auto; contain-intrinsic-size: 800px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.heroEyebrow, .hero h1 span, .hero h1 em, .heroLead, .heroQuickFacts, .heroActions, .heroTrust, .heroVisual picture, .heroVisual img, .heroBeam, .offerMedia img, .galleryItem img, .reveal, .mobileBuyBar { opacity: 1 !important; transform: none !important; }
}
