﻿/* LIVLOCK theme: tokens from the active Novamira design "LIVLOCK Midnight Lime". */

@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("../fonts/SpaceGrotesk-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("../fonts/SpaceGrotesk-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/Manrope-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/Manrope-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
	--bg: #0B1020;
	--surface: #141B33;
	--surface2: #1C2544;
	--line: #26304F;
	--ink: #F2F4FA;
	--muted: #9AA3C2;
	--accent: #C6F432;
	--accent-hover: #B4E122;
	--accent-ink: #0B1020;
	--paper: #F4F6FB;
	--paper-surface: #FFFFFF;
	--paper-ink: #0F1530;
	--paper-muted: #5B6486;
	--paper-line: #DDE2F0;
	--font-display: "Space Grotesk", system-ui, sans-serif;
	--font-body: "Manrope", system-ui, sans-serif;
	--r-sm: 4px; --r-md: 10px; --r-lg: 20px; --r-pill: 999px;
	--s-1: 4px; --s-2: 8px; --s-3: 16px; --s-4: 24px; --s-5: 32px; --s-6: 48px; --s-7: 64px; --s-8: 96px; --s-9: 112px;
	--container: 1200px;
	--gutter: 24px;
	--shadow-paper: 0 1px 2px rgba(11, 16, 32, .06), 0 8px 24px rgba(11, 16, 32, .08);
	--ease: cubic-bezier(.2, .7, .2, 1);
}

/* Reset (specificity 0,0,0 so component rules always win) */
:where(*, *::before, *::after) { box-sizing: border-box; }
:where(html) { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
:where(body) { margin: 0; }
:where(h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd) { margin: 0; }
:where(ul, ol) { padding: 0; list-style: none; }
:where(img, svg, video) { display: block; max-width: 100%; height: auto; }
:where(button, input, select, textarea) { font: inherit; color: inherit; }
:where(a) { color: inherit; text-decoration: none; }
:where(address) { font-style: normal; }

html { font-size: 100%; }
body {
	font-family: var(--font-body);
	font-weight: 400;
	line-height: 1.6;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
body.is-paper { background: var(--paper); color: var(--paper-ink); }

h1, h2, h3, h4, .hero__title, .section__title, .page-head__title, .stat__num, .price, .woocommerce-Price-amount {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.06;
}
h1, .hero__title { font-size: clamp(2.25rem, 1.4rem + 3.6vw, 4rem); }
h2, .section__title { font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem); }
h3 { font-size: 1.375rem; line-height: 1.15; }
h4 { font-size: 1.125rem; line-height: 1.2; }
p { max-width: 68ch; }
strong { font-weight: 700; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: var(--r-sm); }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 760px; }
.container--wide { max-width: var(--container); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; padding: 8px 14px; background: var(--accent); color: var(--accent-ink); border-radius: var(--r-pill); }
.skip-link:focus { left: 8px; }
.icon { flex: none; }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 14px 24px; min-height: 48px;
	border-radius: var(--r-pill);
	font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; line-height: 1;
	border: 1px solid transparent; cursor: pointer; white-space: nowrap;
	transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .15s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: var(--accent-ink); }
.btn--primary:hover { background: var(--accent-hover); }
.btn--secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--secondary:hover { background: var(--surface2); border-color: var(--muted); }
.is-paper .btn--secondary, .section--paper .btn--secondary { color: var(--paper-ink); border-color: var(--paper-ink); }
.is-paper .btn--secondary:hover, .section--paper .btn--secondary:hover { background: var(--paper-ink); color: var(--ink); }
.btn--dark { background: var(--bg); color: var(--ink); }
.btn--dark:hover { background: var(--surface2); }
.btn--ghost-dark { background: transparent; color: var(--accent-ink); border-color: var(--accent-ink); }
.btn--ghost-dark:hover { background: rgba(11, 16, 32, .08); }
.link-more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: inherit; }
.link-more .icon { transition: transform .2s var(--ease); }
.link-more:hover .icon { transform: translateX(4px); }
.pill { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: var(--r-pill); border: 1px solid var(--paper-line); background: var(--paper-surface); color: var(--paper-ink); font-weight: 600; font-size: .9rem; transition: border-color .2s, background-color .2s; }
.pill:hover { border-color: var(--paper-ink); }
.pill.is-active { background: var(--paper-ink); color: var(--ink); border-color: var(--paper-ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11, 16, 32, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.site-header__row { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.logo__mark { color: var(--ink); }
.logo__word { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: 0.06em; }
.nav__list { display: flex; gap: var(--s-1); }
.nav__list a { display: inline-block; padding: 10px 14px; border-radius: var(--r-pill); font-weight: 600; font-size: .95rem; color: var(--ink); transition: background-color .2s, color .2s; }
.nav__list a:hover { background: var(--surface2); }
.nav__list .current-menu-item > a, .nav__list .current_page_item > a, .nav__list .current-menu-ancestor > a { color: var(--accent); }
.site-header__tools { display: flex; align-items: center; gap: var(--s-2); }
.cart-link { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--r-pill); color: var(--ink); transition: background-color .2s; }
.cart-link:hover { background: var(--surface2); }
.cart-link__count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-weight: 700; font-size: 11px; line-height: 18px; text-align: center; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--ink); cursor: pointer; }
.nav-toggle .icon--close { display: none; }
.nav-toggle[aria-expanded="true"] .icon--menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon--close { display: block; }

/* Sections */
.section { padding-block: var(--s-8); }
.section--dark { background: var(--bg); color: var(--ink); }
.section--surface { background: var(--surface); color: var(--ink); }
.section--paper { background: var(--paper); color: var(--paper-ink); }
.section--lime { background: var(--accent); color: var(--accent-ink); }
.section__head { display: flex; align-items: end; justify-content: space-between; gap: var(--s-4); margin-bottom: var(--s-6); flex-wrap: wrap; }
.section__title { margin-bottom: var(--s-3); }
.section__head .section__title { margin-bottom: 0; }
.section__lead { font-size: 1.1rem; color: var(--muted); max-width: 60ch; margin-bottom: var(--s-5); }
.section--paper .section__lead { color: var(--paper-muted); }
.placeholder { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--surface2), var(--surface) 55%, var(--bg)); }

/* Hero */
.hero { position: relative; overflow: clip; padding-block: var(--s-8) 0; }
.hero::before { content: ""; position: absolute; inset: auto -10% -40% 55%; height: 140%; background: radial-gradient(closest-side, rgba(198, 244, 50, .18), transparent 70%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: center; gap: var(--s-6); }
.hero__copy { padding-bottom: var(--s-8); }
.hero__title { max-width: 14ch; margin-bottom: var(--s-4); }
.hero__text { font-size: 1.15rem; color: var(--muted); max-width: 46ch; margin-bottom: var(--s-5); }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.hero__media { position: relative; align-self: end; }
.hero__img { width: min(100%, 520px); margin-inline: auto; transform: translateY(6%); filter: drop-shadow(0 30px 60px rgba(11, 16, 32, .6)); }
.hero__media--photo { align-self: center; padding-bottom: var(--s-8); }
.hero__photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.hero--short { padding-block: var(--s-9); }
.hero--short .hero__text { margin-bottom: var(--s-5); }

/* Trust strip */
.trust { background: var(--surface); border-block: 1px solid var(--line); color: var(--ink); }
.trust__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { display: flex; gap: 14px; align-items: center; padding: var(--s-4) var(--s-4) var(--s-4) 0; border-left: 1px solid var(--line); padding-left: var(--s-4); }
.trust__item:first-child { border-left: 0; padding-left: 0; }
.trust__item .icon { color: var(--accent); }
.trust__item strong { display: block; font-size: .95rem; }
.trust__item span { display: block; font-size: .85rem; color: var(--muted); }
.single-trust .trust { margin-block: var(--s-7); border-radius: var(--r-lg); border: 1px solid var(--line); }

/* Product cards (WooCommerce loop) */
ul.products, .products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s-4); margin: 0; padding: 0; list-style: none; }
.products.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.products.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
ul.products::before, ul.products::after { display: none; }
li.product, .products .product { position: relative; display: flex; flex-direction: column; background: var(--paper-surface); border: 1px solid var(--paper-line); border-radius: var(--r-md); overflow: clip; margin: 0; width: auto; float: none; transition: border-color .2s var(--ease), transform .2s var(--ease); }
li.product:hover { border-color: var(--paper-muted); transform: translateY(-2px); }
.card__media { background: var(--paper); aspect-ratio: 1; display: grid; place-items: center; padding: var(--s-4); }
.card__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s var(--ease); }
li.product:hover .card__media img { transform: scale(1.04); }
li.product > a.woocommerce-LoopProduct-link { display: contents; }
.card__cat { display: block; padding: var(--s-3) var(--s-3) 0; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--paper-muted); }
li.product .woocommerce-loop-product__title { padding: 6px var(--s-3) 0; font-family: var(--font-body); font-weight: 700; font-size: 1rem; letter-spacing: 0; line-height: 1.35; color: var(--paper-ink); }
li.product .price { display: block; padding: 6px var(--s-3) 0; font-size: 1.15rem; color: var(--paper-ink); }
li.product .price del { color: var(--paper-muted); font-weight: 500; }
li.product .price ins { text-decoration: none; }
.card__footer { margin-top: auto; padding: var(--s-3); }
.card__footer .button, .card__footer a.button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; padding: 10px 18px; border-radius: var(--r-pill); border: 1px solid var(--paper-ink); background: transparent; color: var(--paper-ink); font-weight: 700; font-size: .9rem; transition: background-color .2s, color .2s, border-color .2s; }
.card__footer .button:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.card__footer .added_to_cart { display: block; margin-top: 8px; text-align: center; font-size: .85rem; font-weight: 600; color: var(--paper-muted); }
li.product .onsale, span.onsale { position: absolute; top: var(--s-3); left: var(--s-3); z-index: 2; padding: 4px 10px; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); font-size: .75rem; font-weight: 700; }
.star-rating { color: var(--accent); }

/* Bento tiles */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; gap: var(--s-4); }
.tile { position: relative; display: block; overflow: clip; border-radius: var(--r-lg); background: var(--surface); color: var(--ink); isolation: isolate; }
.tile--wide { grid-column: span 2; }
.tile__img, .tile .placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform .6s var(--ease); }
.tile:hover .tile__img { transform: scale(1.04); }
.tile__body { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: var(--s-5); background: linear-gradient(180deg, rgba(11, 16, 32, 0) 30%, rgba(11, 16, 32, .88) 100%); }
.tile__label { color: var(--accent); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.tile__title { font-size: 1.25rem; line-height: 1.25; max-width: 32ch; letter-spacing: -0.01em; }
.tile--wide .tile__title { font-size: 1.5rem; }

/* Five ways */
.unlock__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s-7); align-items: start; }
.unlock__list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.unlock__item { display: flex; align-items: center; gap: var(--s-4); padding: var(--s-4) 0; border-bottom: 1px solid var(--line); }
.unlock__icon { display: grid; place-items: center; width: 56px; height: 56px; flex: none; border-radius: var(--r-md); background: var(--surface2); color: var(--accent); }
.unlock__item strong { display: block; font-size: 1.1rem; }
.unlock__item span { color: var(--muted); }

/* What is */
.whatis__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s-7); align-items: center; }
.whatis__stats { display: grid; gap: var(--s-4); border-left: 1px solid var(--line); padding-left: var(--s-5); }
.stat__num { display: block; font-size: clamp(2.5rem, 2rem + 2.5vw, 4rem); color: var(--accent); font-variant-numeric: tabular-nums; }
.stat__num sup { font-size: .5em; vertical-align: super; }
.stat__label { color: var(--muted); }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-5); }
.numbers__grid .stat { padding-left: var(--s-4); border-left: 1px solid var(--line); }

/* App + FAQ */
.app__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s-7); align-items: center; }
.app__img { width: min(100%, 420px); margin-inline: auto; border-radius: var(--r-lg); }
.faq { border-top: 1px solid var(--paper-line); }
.faq__item { border-bottom: 1px solid var(--paper-line); }
.faq__item summary { position: relative; padding: 18px 44px 18px 0; cursor: pointer; list-style: none; font-weight: 700; font-size: 1.05rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; line-height: 1; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { padding-bottom: 20px; color: var(--paper-muted); }

/* Marquee */
.installed .container { margin-bottom: var(--s-5); }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, var(--bg) 8%, var(--bg) 92%, transparent); }
.marquee__track { display: flex; gap: var(--s-3); width: max-content; animation: marquee 60s linear infinite; }
.marquee__img { width: 220px; height: 220px; object-fit: cover; border-radius: var(--r-md); }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Reviews */
.reviews__head { margin-bottom: var(--s-6); }
.reviews__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.stars .icon { fill: currentColor; }
.reviews__grid { columns: 3; column-gap: var(--s-4); }
.review { break-inside: avoid; margin-bottom: var(--s-4); padding: var(--s-4) 0 var(--s-4) var(--s-4); border-left: 2px solid var(--accent); }
.review__text { font-size: 1.05rem; line-height: 1.55; margin-bottom: 12px; }
.review__name { font-weight: 700; color: var(--muted); font-size: .9rem; }

/* CTA band */
.cta { padding-block: var(--s-7); }
.cta__row { display: flex; align-items: center; justify-content: space-between; gap: var(--s-5); flex-wrap: wrap; }
.cta__title { font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.5rem); margin-bottom: 8px; }
.cta__text { max-width: 52ch; font-weight: 500; }

/* Brands row */
.brands { background: var(--paper); color: var(--paper-ink); border-bottom: 1px solid var(--paper-line); padding-block: var(--s-5); }
.brands__title { text-align: center; font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--paper-muted); margin: 0 auto var(--s-4); }
.brands__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--s-4) var(--s-6); }
.brands__item img { height: 44px; width: auto; max-width: 150px; object-fit: contain; }

/* About: why */
.why__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--s-6); }
.why__big { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.3; letter-spacing: -0.01em; margin-bottom: var(--s-4); }
.why__text p { margin-bottom: var(--s-4); }

/* Page head + prose */
.page-head { padding: var(--s-7) 0 var(--s-6); background: var(--bg); color: var(--ink); }
.page-head__title { margin-bottom: var(--s-3); }
.page-head__desc { color: var(--muted); font-size: 1.1rem; max-width: 60ch; }
.page-head__desc p { margin-bottom: var(--s-3); }
.page-head__meta { color: var(--muted); margin-bottom: var(--s-2); }
.cat-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--s-5); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: var(--muted); margin-bottom: var(--s-4); }
.crumbs a { color: var(--ink); }
.crumbs a:hover { color: var(--accent); }
.crumb-sep { color: var(--line); }
.product-crumbs { padding-top: var(--s-4); }
.product-crumbs .crumbs { margin-bottom: 0; }
.is-paper .product-crumbs .crumbs a { color: var(--paper-ink); }
.is-paper .product-crumbs .crumbs { color: var(--paper-muted); }

.prose { font-size: 1.05rem; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: 1.6rem; margin-top: 2em; }
.prose h3 { font-size: 1.25rem; margin-top: 1.6em; }
.prose h4 { margin-top: 1.4em; }
.prose p, .prose li { max-width: 68ch; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--paper-ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 2px; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--paper-line); vertical-align: top; }
.prose blockquote { padding-left: var(--s-4); border-left: 2px solid var(--accent); color: var(--paper-muted); }
.prose img { border-radius: var(--r-md); }
.post-list { display: grid; gap: var(--s-6); }
.post-card__title { font-size: 1.5rem; }
.post-card__meta { color: var(--paper-muted); font-size: .9rem; margin: 6px 0 10px; }
.post-hero img { width: 100%; border-radius: var(--r-lg); margin-bottom: var(--s-5); }

/* Shop archive furniture */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-result-count { color: var(--paper-muted); font-size: .9rem; margin: 0; float: none; }
.woocommerce-ordering { float: none; margin: 0; }
.section--shop .container > .woocommerce-result-count, .section--shop .container > .woocommerce-ordering { display: inline-block; vertical-align: middle; }
.section--shop .container > .woocommerce-ordering { float: right; margin-bottom: var(--s-5); }
.section--shop .container > .woocommerce-result-count { margin-bottom: var(--s-5); }
.woocommerce-ordering select, .orderby { appearance: none; padding: 10px 40px 10px 16px; border: 1px solid var(--paper-line); border-radius: var(--r-pill); background: var(--paper-surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230F1530' stroke-width='2'><path d='m6 9 6 6 6-6'/></svg>") no-repeat right 14px center; font-weight: 600; font-size: .9rem; color: var(--paper-ink); }
.woocommerce-pagination { margin-top: var(--s-6); }
.woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; gap: 6px; border: 0; }
.woocommerce-pagination ul.page-numbers li { border: 0; }
.woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: var(--r-pill); border: 1px solid var(--paper-line); background: var(--paper-surface); font-weight: 700; color: var(--paper-ink); }
.woocommerce-pagination .page-numbers .current { background: var(--paper-ink); color: var(--ink); border-color: var(--paper-ink); }
.woocommerce-info, .woocommerce-message, .woocommerce-error { padding: var(--s-3) var(--s-4); border: 1px solid var(--paper-line); border-left: 4px solid var(--accent); border-radius: var(--r-md); background: var(--paper-surface); color: var(--paper-ink); margin-bottom: var(--s-4); list-style: none; }
.woocommerce-error { border-left-color: #D64545; }
.woocommerce-message .button, .woocommerce-info .button { float: right; margin-left: var(--s-3); }

/* Single product */
.section--product { padding-top: var(--s-5); }
/* Flexslider essentials (woocommerce.css is not loaded) */
.woocommerce-product-gallery { position: relative; }
.woocommerce-product-gallery .flex-viewport { overflow: hidden; position: relative; }
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper { display: flex; }
.woocommerce-product-gallery.flexslider .woocommerce-product-gallery__wrapper { display: block; }
.woocommerce-product-gallery__image { flex: none; width: 100%; }
.woocommerce-product-gallery__image a { display: block; }
.woocommerce-product-gallery .flex-control-thumbs { list-style: none; padding: 0; }
.woocommerce-product-gallery .flex-control-thumbs img { width: 100%; aspect-ratio: 1; object-fit: contain; cursor: pointer; }
.woocommerce-product-gallery__trigger { position: absolute; z-index: 5; width: 40px; height: 40px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--paper-surface); border: 1px solid var(--paper-line); color: var(--paper-ink); font-size: 0; }
.woocommerce-product-gallery__trigger::before { content: "+"; font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1; }
.woocommerce-product-gallery__trigger img { display: none; }
.flex-direction-nav { display: none; }
.pswp { z-index: 1000; }
.zoomImg { pointer-events: none; }
.product-top { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s-7); align-items: start; }
div.product .woocommerce-product-gallery { float: none; width: auto; margin: 0; background: var(--paper-surface); border: 1px solid var(--paper-line); border-radius: var(--r-lg); padding: var(--s-4); }
div.product .woocommerce-product-gallery__wrapper { margin: 0; }
div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
div.product .flex-control-thumbs { display: flex; gap: 10px; margin-top: var(--s-3); }
div.product .flex-control-thumbs li { width: 72px; margin: 0; border: 1px solid var(--paper-line); border-radius: var(--r-md); overflow: clip; opacity: .7; cursor: pointer; }
div.product .flex-control-thumbs li img.flex-active { opacity: 1; }
div.product .flex-control-thumbs li:has(img.flex-active) { border-color: var(--paper-ink); opacity: 1; }
div.product .woocommerce-product-gallery__trigger { top: var(--s-3); right: var(--s-3); }
div.product .summary { float: none; width: auto; margin: 0; position: sticky; top: 96px; }
div.product .summary .product_title { font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.4rem); margin-bottom: var(--s-3); }
div.product .summary .price { font-size: 1.75rem; margin-bottom: var(--s-4); }
div.product .summary .woocommerce-product-details__short-description { color: var(--paper-muted); margin-bottom: var(--s-4); }
div.product .summary .woocommerce-product-details__short-description p { margin-bottom: 1em; }
div.product form.cart { display: flex; gap: 12px; align-items: stretch; margin-bottom: var(--s-4); }
div.product form.cart .quantity { display: flex; }
div.product form.cart .quantity .qty { width: 80px; padding: 12px; border: 1px solid var(--paper-line); border-radius: var(--r-pill); text-align: center; background: var(--paper-surface); font-weight: 700; }
div.product form.cart .single_add_to_cart_button, .single_add_to_cart_button.button { flex: 1; padding: 14px 24px; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); border: 0; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background-color .2s; }
div.product form.cart .single_add_to_cart_button:hover { background: var(--accent-hover); }
div.product .product_meta { font-size: .9rem; color: var(--paper-muted); }
div.product .product_meta > span { display: block; }
div.product .product_meta a { color: var(--paper-ink); font-weight: 600; }
div.product .woocommerce-tabs { margin-top: var(--s-7); }
div.product .woocommerce-tabs ul.tabs { display: flex; gap: 6px; padding: 0; margin: 0 0 var(--s-5); border-bottom: 1px solid var(--paper-line); overflow: visible; }
div.product .woocommerce-tabs ul.tabs::before, div.product .woocommerce-tabs ul.tabs::after, div.product .woocommerce-tabs ul.tabs li::before, div.product .woocommerce-tabs ul.tabs li::after { display: none; }
div.product .woocommerce-tabs ul.tabs li { background: none; border: 0; border-radius: 0; margin: 0; padding: 0; }
div.product .woocommerce-tabs ul.tabs li a { display: inline-block; padding: 14px 18px; font-weight: 700; color: var(--paper-muted); border-bottom: 2px solid transparent; margin-bottom: -1px; }
div.product .woocommerce-tabs ul.tabs li.active a { color: var(--paper-ink); border-bottom-color: var(--accent); }
div.product .woocommerce-tabs .panel { font-size: 1.05rem; }
div.product .woocommerce-tabs .panel > h2:first-child { font-size: 1.4rem; margin-bottom: var(--s-4); }
div.product .woocommerce-tabs .panel p, div.product .woocommerce-tabs .panel li { max-width: 72ch; }
div.product .woocommerce-tabs .panel p + p { margin-top: 1em; }
div.product .woocommerce-tabs .panel h3 { margin: 1.6em 0 .6em; }
div.product .woocommerce-tabs .panel ul { list-style: disc; padding-left: 1.4em; }
div.product .woocommerce-tabs .panel li + li { margin-top: .4em; }
div.product .woocommerce-tabs .panel a { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 3px; }
table.woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
table.woocommerce-product-attributes th, table.woocommerce-product-attributes td { padding: 12px 16px; border-bottom: 1px solid var(--paper-line); text-align: left; vertical-align: top; font-style: normal; }
table.woocommerce-product-attributes th { width: 32%; font-weight: 700; }
table.woocommerce-product-attributes tr:nth-child(odd) th, table.woocommerce-product-attributes tr:nth-child(odd) td { background: var(--paper-surface); }
table.woocommerce-product-attributes td p { margin: 0; }
section.related, section.up-sells { margin-top: var(--s-7); }
section.related > h2, section.up-sells > h2 { margin-bottom: var(--s-5); }
#reviews #comments h2 { font-size: 1.4rem; margin-bottom: var(--s-4); }
#reviews .commentlist { list-style: none; padding: 0; }
#reviews .comment_container { display: flex; gap: var(--s-3); padding: var(--s-3) 0; border-bottom: 1px solid var(--paper-line); }
#reviews .comment_container img.avatar { width: 44px; height: 44px; border-radius: var(--r-pill); }
#review_form_wrapper { margin-top: var(--s-5); }
.comment-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--paper-line); border-radius: var(--r-md); background: var(--paper-surface); margin-bottom: var(--s-3); }
.comment-form .submit, .comment-form input[type="submit"] { padding: 12px 22px; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); border: 0; font-weight: 700; cursor: pointer; }

/* Cart, checkout, my account (classic + block fallbacks) */
.prose--wc { font-size: 1rem; }
.prose--wc > * + * { margin-top: 0; }
.woocommerce table.shop_table { border: 1px solid var(--paper-line); border-radius: var(--r-md); border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--paper-line); }
.prose--wc .button, .woocommerce-cart .button, .woocommerce-checkout .button, .woocommerce-account .button, .wc-block-components-button, .wp-element-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button { border-radius: var(--r-pill) !important; background: var(--accent) !important; color: var(--accent-ink) !important; font-weight: 700 !important; border: 0 !important; padding: 12px 22px; cursor: pointer; }
.wc-block-components-button:hover, .wp-element-button:hover { background: var(--accent-hover) !important; }
.wc-block-components-product-name, .wc-block-components-totals-item__label { font-weight: 700; }
.wc-block-components-sidebar-layout .wc-block-components-sidebar { border: 1px solid var(--paper-line); border-radius: var(--r-md); padding: var(--s-4); background: var(--paper-surface); }
.woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--s-5); }
.woocommerce-MyAccount-navigation li a { display: inline-block; padding: 8px 16px; border-radius: var(--r-pill); border: 1px solid var(--paper-line); background: var(--paper-surface); font-weight: 600; }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--paper-ink); color: var(--ink); border-color: var(--paper-ink); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce-input-wrapper .input-text { padding: 12px 14px; border: 1px solid var(--paper-line); border-radius: var(--r-md); background: var(--paper-surface); }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password { border: 1px solid var(--paper-line); border-radius: var(--r-lg); padding: var(--s-5); background: var(--paper-surface); }

/* Contact */
.contact__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s-7); }
.contact__title { font-size: 1.5rem; margin-bottom: var(--s-4); }
.contact__list { display: grid; gap: var(--s-3); margin-bottom: var(--s-5); }
.contact__list li { display: flex; align-items: center; gap: 14px; font-size: 1.05rem; }
.contact__list .icon { color: var(--paper-muted); }
.contact__list a:hover { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.contact__company { margin-top: var(--s-6); padding-top: var(--s-4); border-top: 1px solid var(--paper-line); color: var(--paper-muted); }
.contact__form { background: var(--paper-surface); border: 1px solid var(--paper-line); border-radius: var(--r-lg); padding: var(--s-5); }
.wpcf7 label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: var(--s-3); }
.wpcf7 .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--paper-line); border-radius: var(--r-md); background: var(--paper); font-weight: 500; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: var(--accent); }
.wpcf7 textarea { min-height: 160px; resize: vertical; }
.wpcf7 .wpcf7-submit { padding: 14px 28px; border-radius: var(--r-pill); background: var(--accent); color: var(--accent-ink); border: 0; font-weight: 700; font-size: 1rem; cursor: pointer; }
.wpcf7 .wpcf7-submit:hover { background: var(--accent-hover); }
.wpcf7 .wpcf7-not-valid-tip { color: #D64545; font-size: .85rem; margin-top: 4px; }
.wpcf7 .wpcf7-response-output { margin: var(--s-3) 0 0; padding: 12px 16px; border: 1px solid var(--paper-line) !important; border-left: 4px solid var(--accent) !important; border-radius: var(--r-md); }
.wpcf7 .wpcf7-spinner { display: none; }

/* Footer */
.site-footer { background: var(--bg); color: var(--ink); border-top: 1px solid var(--line); padding-top: var(--s-8); }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: var(--s-6); padding-bottom: var(--s-7); }
.site-footer__brand p { color: var(--muted); margin: var(--s-4) 0; max-width: 40ch; }
.site-footer__address { color: var(--muted); font-size: .95rem; line-height: 1.7; }
.site-footer__address strong { display: block; color: var(--ink); margin-top: 10px; }
.site-footer__social { display: flex; gap: 8px; margin-top: var(--s-4); }
.site-footer__social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--ink); transition: border-color .2s, color .2s; }
.site-footer__social a:hover { border-color: var(--accent); color: var(--accent); }
.site-footer__title { font-family: var(--font-body); font-weight: 700; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-3); }
.site-footer__list { display: grid; gap: 8px; }
.site-footer__list a { color: var(--ink); transition: color .2s; }
.site-footer__list a:hover { color: var(--accent); }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-3); padding-block: var(--s-4); border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }
.site-footer__bottom a { color: var(--ink); }
.site-footer__payments { height: 28px; width: auto; opacity: .85; }

/* Responsive */
@media (max-width: 1100px) {
	ul.products, .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.reviews__grid { columns: 2; }
}
@media (max-width: 900px) {
	:root { --gutter: 16px; }
	.section { padding-block: var(--s-7); }
	.nav-toggle { display: inline-flex; }
	.nav { position: fixed; inset: 72px 0 auto 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: var(--s-3) var(--gutter) var(--s-5); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s .2s; }
	.nav.is-open { transform: none; opacity: 1; visibility: visible; transition-delay: 0s; }
	.nav__list { flex-direction: column; gap: 0; }
	.nav__list a { display: block; padding: 14px 8px; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
	.hero__grid, .unlock__grid, .whatis__grid, .app__grid, .why__grid, .contact__grid, .product-top { grid-template-columns: 1fr; }
	.hero__copy { padding-bottom: var(--s-4); }
	.hero__img { transform: translateY(4%); width: min(100%, 380px); }
	.trust__row { grid-template-columns: repeat(2, 1fr); }
	.trust__item { border-left: 0; padding-left: 0; }
	.bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
	.whatis__stats { border-left: 0; padding-left: 0; grid-template-columns: repeat(3, 1fr); }
	.numbers__grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	div.product .summary { position: static; }
}
@media (max-width: 640px) {
	ul.products, .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-3); }
	.bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
	.tile--wide { grid-column: auto; }
	.reviews__grid { columns: 1; }
	.trust__row { grid-template-columns: 1fr; }
	.trust__item { padding-block: 12px; border-bottom: 1px solid var(--line); }
	.trust__item:last-child { border-bottom: 0; }
	.whatis__stats { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.section--shop .container > .woocommerce-ordering { float: none; display: block; }
	div.product form.cart { flex-wrap: wrap; }
	.cta__row { flex-direction: column; align-items: flex-start; }
	.marquee__img { width: 160px; height: 160px; }
}
@media (max-width: 420px) {
	ul.products, .products { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.marquee__track { animation: none; flex-wrap: wrap; width: auto; }
}
