:root {
	--aurora-blue: #0080ff;
	--aurora-magenta: #d72886;
	--aurora-cyan: #00c9d7;
	--button-bg: #125a64;
	--button-hover: #176b75;
	--button-border: #287780;
	--ink: #070d10;
	--ink-soft: #0c171b;
	--surface: #101d21;
	--surface-2: #14252a;
	--line: rgba(255,255,255,.11);
	--muted: #9eacb0;
	--paper: #f8f9fa;
	--text: #f5f8f8;
	--radius: .75rem;
	--shadow: 0 14px 38px rgba(1, 9, 12, .24);
	--container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
@keyframes aurora-drift { to { transform: translate3d(4%, -3%, 0) scale(1.04); opacity: .17; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.025em; }
p { max-width: 72ch; }
.site-container { width: min(100% - 3rem, var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: var(--paper); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.icon { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.eyebrow { display: block; margin-bottom: .55rem; color: var(--aurora-cyan); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .65rem; border: 1.5px solid transparent; border-radius: var(--radius); padding: .7rem 1.35rem; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(18,90,100,.28); }
.button:active { transform: translateY(-1px); }
.button--primary { border-color: var(--button-border); background: var(--button-bg); color: #fff; }
.button--primary:hover { background: var(--button-hover); }
.button--ghost { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.025); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; border-bottom: 1px solid var(--aurora-cyan); padding-bottom: .2rem; color: var(--text); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.text-link .icon { width: 1rem; }
.reveal { opacity: 0; transform: translateY(16px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .48s ease-out var(--reveal-delay, 0ms), transform .48s ease-out var(--reveal-delay, 0ms); }

/* Header */
.promo-bar { min-height: 34px; border-bottom: 1px solid var(--line); background: #050a0d; color: #c6d0d2; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .7rem; letter-spacing: .05em; }
.promo-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 1rem; }
.promo-bar span { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }
.promo-bar .icon { width: .9rem; height: .9rem; }
.promo-bar__sale { padding-inline: 2.5rem; border-inline: 1px solid var(--line); color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5,11,14,.92); backdrop-filter: blur(16px); }
.site-header__inner { display: grid; min-height: 78px; grid-template-columns: 230px 1fr auto; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; width: fit-content; }
.brand__mark { display: grid; width: 38px; height: 48px; place-items: center; color: var(--aurora-cyan); font-size: 2.1rem; font-weight: 800; font-style: italic; text-shadow: 4px 0 var(--aurora-blue); }
.brand__image { display: grid; width: 40px; height: 54px; place-items: center; }
.brand__image img { width: 100%; height: 100%; object-fit: contain; }
.brand strong { display: block; font-size: 1.35rem; letter-spacing: .08em; line-height: 1; }
.brand small { display: block; margin-top: .25rem; color: var(--muted); font-size: .7rem; letter-spacing: .1em; }
.brand .custom-logo { max-width: 200px; max-height: 60px; object-fit: contain; }
.primary-nav .menu { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 2.1rem); margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { display: block; padding: 1.8rem 0; color: #d8dfe1; font-size: .75rem; font-weight: 500; letter-spacing: .035em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 50%; bottom: 1rem; left: 50%; height: 2px; background: linear-gradient(90deg, var(--aurora-blue), var(--aurora-cyan)); transition: left .2s, right .2s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { right: 0; left: 0; }
.primary-nav .sub-menu { position: absolute; top: 100%; left: -.8rem; min-width: 190px; margin: 0; padding: .5rem; border: 1px solid var(--line); border-radius: .5rem; background: var(--surface); box-shadow: var(--shadow); list-style: none; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s, transform .2s; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; transform: none; pointer-events: auto; }
.primary-nav .sub-menu a { padding: .7rem .8rem; }
.header-tools { display: flex; align-items: center; gap: .25rem; }
.icon-button { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; color: #e2eaeb; cursor: pointer; }
.icon-button:hover { color: var(--aurora-cyan); }
.has-count span { position: absolute; top: 0; right: -2px; display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--aurora-blue); color: #fff; font-size: .7rem; }
.menu-toggle { display: none; border: 0; background: none; }
.search-drawer { display: grid; height: 0; overflow: hidden; opacity: 0; transition: opacity .2s; }
.search-open .search-drawer { height: auto; padding-block: 1rem; border-top: 1px solid var(--line); opacity: 1; }
.search-form { display: flex; gap: .5rem; }
.search-form label { flex: 1; }
.search-form input { width: 100%; border: 1px solid var(--line); border-radius: .6rem; outline: 0; background: var(--surface); color: #fff; padding: .75rem 1rem; }
.search-form input:focus { border-color: var(--aurora-blue); box-shadow: 0 0 0 2px var(--aurora-blue); }
.search-form .search-submit { border: 1px solid var(--button-border); border-radius: .6rem; background: var(--button-bg); color: #fff; padding-inline: 1.25rem; }

/* Homepage */
.home-hero { position: relative; overflow: hidden; padding-top: clamp(2.5rem, 5vw, 5.2rem); background: radial-gradient(circle at 73% 30%, rgba(0,201,215,.13), transparent 27%), radial-gradient(circle at 45% 80%, rgba(0,128,255,.08), transparent 35%); }
.home-hero__grid { display: grid; grid-template-columns: minmax(360px, .8fr) 1.2fr; align-items: center; min-height: 560px; }
.home-hero__copy { position: relative; z-index: 2; padding-bottom: 4rem; }
.home-hero h1 { margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5.6vw, 5rem); letter-spacing: -.035em; }
.home-hero h1 span, .section-intro h2 span, .why h2 span, .section-heading h2 span { color: var(--aurora-cyan); }
.home-hero__copy p { max-width: 470px; margin-bottom: 1.7rem; color: #b8c3c6; }
.home-hero__visual { position: relative; align-self: end; height: 560px; }
.home-hero__visual::after { content: ""; position: absolute; inset: auto 2% 0 5%; height: 24%; background: linear-gradient(transparent, var(--ink)); }
.home-hero__visual > img { position: absolute; right: 4%; bottom: 0; width: min(82%, 620px); height: 100%; object-fit: cover; object-position: center; mix-blend-mode: screen; filter: contrast(1.08) saturate(.9); mask-image: linear-gradient(to bottom, transparent 0, #000 13%, #000 82%, transparent 100%); }
.aurora-ring { position: absolute; right: 11%; bottom: 12%; width: 440px; height: 440px; border: 2px solid rgba(0,201,215,.35); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(8deg); opacity: .75; }
.hero-proof { position: absolute; z-index: 2; top: 28%; right: 0; display: flex; width: 110px; flex-direction: column; border: 1px solid var(--line); border-radius: .5rem; padding: 1rem; background: rgba(8,17,20,.82); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(10px); }
.hero-proof span, .hero-proof small { color: var(--muted); font-size: .7rem; letter-spacing: .06em; }
.hero-proof strong { margin-block: .15rem; font-size: 1.55rem; }
.hero-proof hr { width: 100%; border: 0; border-top: 1px solid var(--line); }
.stars, .product-rating > span { color: #ffc24d; letter-spacing: .08em; }
.trust-row { position: absolute; z-index: 3; bottom: 1.25rem; left: 50%; display: flex; align-items: center; gap: clamp(1.2rem,2.7vw,2.75rem); padding: 0; transform: translateX(-50%); }
.trust-row > div, .delivery-strip > div { display: flex; align-items: center; justify-content: center; gap: .7rem; border-right: 1px solid var(--line); }
.trust-row > div { min-width: 125px; justify-content: flex-start; border-right: 0; }
.trust-row > div:last-child, .delivery-strip > div:last-child { border-right: 0; }
.trust-row .icon { width: 30px; height: 30px; border: 1px solid rgba(0,201,215,.28); border-radius: 50%; padding: .42rem; color: var(--aurora-cyan); background: rgba(0,201,215,.08); }
.trust-row strong, .trust-row small, .delivery-strip strong, .delivery-strip small { display: block; }
.trust-row strong { font-size: .7rem; letter-spacing: .06em; }
.trust-row small { color: var(--muted); font-size: 0.8rem; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; padding-top: .75rem; }
.category-card { position: relative; display: flex; min-height: 215px; align-items: flex-end; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: .35rem; padding: 1rem; background: linear-gradient(to top, rgba(4,10,12,.95), rgba(4,10,12,.05)), var(--category-image) center/cover; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: scale(1.03); box-shadow: var(--shadow); }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: .9rem; letter-spacing: .05em; }
.category-card small { color: #c1cbcd; font-size: .7rem; }
.category-card b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--button-border); background: var(--button-bg); }
.category-card .icon { width: 1rem; }
.section-shell { margin-top: clamp(4rem, 8vw, 8rem); }
.best-sellers { display: grid; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,26,30,.65); }
.section-intro { display: flex; flex-direction: column; justify-content: center; padding: 1.75rem; background: linear-gradient(145deg, rgba(0,128,255,.12), transparent); }
.section-intro h2 { margin-bottom: .75rem; font-size: 1.8rem; }
.section-intro p { color: var(--muted); font-size: .8rem; }
.section-intro .text-link { margin-top: .8rem; }
.product-carousel { position: relative; min-width: 0; overflow: hidden; }
.product-strip { display: grid; height: 100%; grid-auto-flow: column; grid-auto-columns: minmax(190px,1fr); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.product-strip::-webkit-scrollbar { display: none; }
.product-strip .product-card { scroll-snap-align: start; }
.carousel-arrow { position: absolute; z-index: 6; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(7,13,16,.12); border-radius: 50%; background: rgba(248,249,250,.96); color: #152025; box-shadow: 0 5px 18px rgba(1,8,11,.24); transform: translateY(-50%); cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.carousel-arrow:hover:not(:disabled) { transform: translateY(-50%) scale(1.03); }
.carousel-arrow:disabled { opacity: .28; cursor: default; }
.carousel-arrow--prev { left: .7rem; }
.carousel-arrow--prev .icon { transform: rotate(180deg); }
.carousel-arrow--next { right: .7rem; }
.carousel-arrow .icon { width: 1.05rem; height: 1.05rem; }
.product-carousel--empty { display: grid; min-height: 330px; place-items: center; }
.no-products-found { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; color: var(--muted); text-align: center; }
.no-products-found > span { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: .8rem; border: 1px solid var(--line); border-radius: 50%; color: var(--aurora-cyan); background: rgba(0,201,215,.05); }
.no-products-found strong { color: #eef4f5; font-size: 1rem; }
.no-products-found small { margin-top: .3rem; font-size: .7rem; }
.product-card { height: 100%; border-left: 1px solid var(--line); background: rgba(9,19,22,.82); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { position: relative; z-index: 2; transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card__media { position: relative; overflow: hidden; aspect-ratio: .9; background: #182326; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-card__media img { transform: scale(1.03); }
.badge { display: inline-flex; align-items: center; min-height: 22px; border-radius: .25rem; padding: .25rem .5rem; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .7rem; font-weight: 700; }
.badge--sale { background: rgba(215,40,134,.13); color: #e55c9f; }
.product-card .badge { position: absolute; z-index: 2; top: .65rem; left: .65rem; }
.product-card__wish { position: absolute; z-index: 2; top: .5rem; right: .5rem; display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 50%; background: rgba(5,10,13,.5); cursor: pointer; }
.product-card__wish .icon { width: 1rem; }
.product-card__body { padding: .8rem; }
.product-card h3 { min-height: 2.2em; margin-bottom: .35rem; font-size: .8rem; font-weight: 600; }
.product-rating { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; font-size: .7rem; }
.product-rating small { color: var(--muted); }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: .4rem; }
.price { display: flex; flex-wrap: wrap; gap: .35rem; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .75rem; }
.price del { color: #7e898c; font-size: .7rem; }
.price ins { color: #fff; text-decoration: none; }
.product-card__cart { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.product-card__cart:hover { border-color: var(--aurora-cyan); color: var(--aurora-cyan); }
.product-card__cart .icon { width: .9rem; }
.why { display: grid; grid-template-columns: 1.05fr .6fr 1.35fr; min-height: 280px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(110deg, rgba(0,128,255,.09), rgba(0,201,215,.04)); }
.why__image img { width: 100%; height: 100%; object-fit: cover; mask-image: linear-gradient(90deg,#000 70%,transparent); }
.why__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 2rem 1.2rem; }
.why__content h2 { font-size: 1.7rem; }
.why__content p { color: var(--muted); font-size: .78rem; }
.why__content .button { min-height: 38px; }
.why__features { display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.why__features > div { display: flex; min-height: 130px; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; border-left: 1px solid var(--line); padding: .8rem; text-align: center; }
.why__features .icon { width: 1.8rem; height: 1.8rem; color: var(--aurora-cyan); }
.why__features strong { font-size: 0.9rem; letter-spacing: .07em; }
.why__features small { color: var(--muted); font-size: 0.8rem; line-height: 1.4; }
.story { display: grid; grid-template-columns: 1.1fr 1.3fr .55fr; min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.story__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 2.25rem; }
.story__copy h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.story__copy p { color: var(--muted); font-size: .78rem; }
.founder-signature { display: flex; align-items: center; gap: .65rem; margin: .15rem 0 1rem; }
.founder-signature strong { color: #eef5f5; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 2.15rem; font-weight: 400; line-height: 1; transform: rotate(-5deg); }
.founder-signature span { width: 28px; height: 1px; background: rgba(255,255,255,.34); }
.founder-signature small { color: var(--muted); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .7rem; letter-spacing: .06em; }
.story__video { position: relative; }
.story__video img { width: 100%; height: 100%; object-fit: cover; }
.story__video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--surface),transparent 30%); }
.story__video button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(5,11,14,.75); transform: translate(-50%,-50%); cursor: pointer; }
.story__video button:hover { transform: translate(-50%,-50%) scale(1.03); }
.story__stats { display: grid; gap: 1px; padding: .75rem; background: rgba(255,255,255,.03); }
.story__stats > div { display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.story__stats strong { font-size: 1.5rem; }
.story__stats small { color: var(--muted); font-size: 0.8rem; letter-spacing: .07em; }
.section-heading { display: flex; align-items: center; justify-content: space-between; }
.section-heading h2 { font-size: 1.7rem; }
.slider-controls { display: flex; gap: .5rem; }
.slider-controls button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.slider-controls button:hover:not(:disabled) { border-color: var(--button-border); background: var(--button-bg); }
.slider-controls button:disabled { opacity: .3; cursor: default; }
.testimonial-track { display: grid; min-width: 0; grid-auto-flow: column; grid-auto-columns: calc((100% - 1.5rem) / 3); gap: .75rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track blockquote { margin: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: var(--surface); }
.testimonial-track blockquote { scroll-snap-align: start; }
.testimonial-track p { min-height: 3.2em; margin: .7rem 0; color: #d2dbdc; font-size: .82rem; }
.testimonial-track cite { font-style: normal; font-size: .7rem; font-weight: 700; }
.testimonial-track cite small { display: block; color: var(--muted); font-weight: 400; }
.social-feed { display: grid; grid-template-columns: .65fr 1.2fr .65fr; gap: 1rem; align-items: stretch; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; background: var(--surface); }
.feed-intro, .blog-intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1rem; }
.feed-intro h2, .blog-intro h2 { font-size: 1.15rem; }
.feed-intro p { color: var(--muted); font-size: .75rem; }
.feed-mosaic { display: grid; grid-template-columns: repeat(4,1fr); gap: .35rem; }
.feed-mosaic img { width: 100%; height: 190px; object-fit: cover; }
.blog-zone { display: grid; min-width: 0; grid-template-columns: .72fr 1.28fr; gap: .6rem; }
.mini-posts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .45rem; }
.mini-posts a { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: .35rem; overflow: hidden; background: #0a1519; }
.mini-posts img { width: 100%; min-height: 0; flex: 1; object-fit: cover; }
.mini-posts span { display: block; padding: .55rem; }
.mini-posts strong, .mini-posts small { display: block; }
.mini-posts strong { font-size: 0.8rem; line-height: 1.3; }
.mini-posts small { margin-top: .25rem; color: var(--muted); font-size: .7rem; }
.mini-posts--empty { display: grid; grid-template-columns: 1fr; min-height: 210px; place-items: center; border: 1px solid var(--line); border-radius: .45rem; background: rgba(7,16,20,.5); }
.no-blogs-found { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem; color: var(--muted); text-align: center; }
.no-blogs-found > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: .7rem; border: 1px solid var(--line); border-radius: 50%; color: var(--aurora-cyan); background: rgba(0,201,215,.05); }
.no-blogs-found strong { color: #eef4f5; font-size: .85rem; }
.no-blogs-found small { max-width: 250px; margin-top: .3rem; font-size: .7rem; }

/* The supplied homepage comp uses tightly stacked editorial modules. */
.home .section-shell { margin-top: .75rem; }
.home .testimonials { display: grid; grid-template-columns: 230px 1fr; gap: .75rem; border: 1px solid var(--line); border-radius: var(--radius); padding: .9rem; background: rgba(13,26,30,.65); }
.home .testimonials .section-heading { flex-direction: column; align-items: flex-start; justify-content: space-between; padding: .5rem; }
.home .testimonials .section-heading h2 { max-width: 190px; margin-bottom: 1rem; font-size: 1.45rem; }
.home .testimonial-track { gap: .55rem; }
.home .testimonial-track blockquote { min-height: 150px; padding: 1rem; }
.home .testimonial-track p { margin: .45rem 0; font-size: 0.8rem; }
.home .social-feed { grid-template-columns: .48fr .9fr 1.62fr; gap: .55rem; min-height: 250px; }
.home .feed-intro, .home .blog-intro { padding: .75rem; }
.home .feed-mosaic { grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,1fr); }
.home .feed-mosaic img { height: 108px; }
.home .blog-intro h2 { font-size: .78rem; line-height: 1.4; }
.home .site-footer { margin-top: .75rem; }
.home .newsletter { margin-top: 0; }

/* Footer */
.site-footer { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line); background: #060c0f; }
.newsletter { display: grid; min-height: 150px; grid-template-columns: 1.05fr .95fr; gap: 1.5rem; align-items: stretch; margin-top: -1.5rem; border: 1px solid rgba(0,201,215,.18); border-radius: .55rem; padding: 1.15rem 1.45rem; background: linear-gradient(100deg,#07343d 0%,#082d35 47%,#07262d 100%); box-shadow: var(--shadow); }
.newsletter__identity { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 1.2rem; align-items: center; }
.newsletter__mark { width: 78px; height: 100px; object-fit: contain; filter: brightness(1.7) saturate(.65) drop-shadow(5px 2px 0 rgba(0,201,215,.18)); }
.newsletter__signup { min-width: 0; }
.newsletter h2 { margin-bottom: .25rem; font-size: clamp(1.25rem,2vw,1.75rem); letter-spacing: .075em; }
.newsletter p { margin-bottom: .65rem; color: #b4c5c8; font-size: .7rem; }
.newsletter__form { display: flex; width: min(100%,430px); }
.newsletter__form input { min-width: 0; min-height: 40px; flex: 1; border: 1px solid rgba(255,255,255,.2); border-radius: .15rem 0 0 .15rem; outline: 0; padding: .68rem .85rem; background: #f7f9f9; color: var(--ink); font-size: .7rem; }
.newsletter__form input:focus { box-shadow: inset 0 0 0 2px var(--aurora-blue); }
.newsletter__form .button { min-height: 40px; border-radius: 0 .15rem .15rem 0; padding-inline: 1.35rem; font-size: .7rem; }
.newsletter__benefits { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; text-align: center; }
.newsletter__benefits span { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.16); padding: .45rem .7rem; }
.newsletter__benefits .icon { width: 1.65rem; height: 1.65rem; margin-bottom: .7rem; color: #d8e8e9; }
.newsletter__benefits strong { display: block; font-size: .7rem; line-height: 1.25; }
.newsletter__benefits small { display: block; margin-top: .2rem; color: #9fb0b4; font-size: .7rem; font-weight: 400; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4,.68fr) 1.45fr; gap: clamp(1rem,2.5vw,2.5rem); padding-block: 3.2rem 2.8rem; }
.footer-about p, .footer-contact p { color: #89979b; font-size: .7rem; line-height: 1.65; }
.footer-about p { max-width: 235px; margin-bottom: 1.25rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1rem; }
.footer-brand > img { width: 40px; height: 54px; object-fit: contain; filter: brightness(1.35) saturate(.8) drop-shadow(3px 0 0 rgba(0,128,255,.2)); }
.footer-brand strong { display: block; font-size: 1.1rem; letter-spacing: .075em; line-height: 1; }
.footer-brand small { display: block; margin-top: .25rem; color: #8d9a9e; font-size: .7rem; letter-spacing: .08em; }
.social-links { display: flex; gap: .5rem; }
.social-links a { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.04); color: #e2e8e9; }
.social-links a:hover { border-color: var(--button-border); background: var(--button-bg); transform: translateY(-2px); }
.social-links img { width: 15px; height: 15px; filter: invert(1); opacity: .9; }
.footer-menu h3, .footer-contact h3 { margin-bottom: .85rem; font-size: .7rem; letter-spacing: .075em; text-transform: uppercase; }
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu a { display: block; padding-block: .13rem; color: #879498; font-size: .7rem; }
.footer-menu a:hover { color: var(--aurora-cyan); }
.footer-contact { border-left: 1px solid var(--line); padding-left: clamp(1rem,2vw,2rem); }
.footer-contact > p { margin-bottom: .8rem; }
.footer-email-form { display: flex; width: 100%; margin: .4rem 0 1rem; }
.footer-email-form input { min-width: 0; min-height: 36px; flex: 1; border: 1px solid var(--line); border-right: 0; border-radius: .15rem 0 0 .15rem; outline: 0; padding: .55rem .7rem; background: #11191c; color: #fff; font-size: .7rem; }
.footer-email-form input:focus { border-color: var(--button-border); }
.footer-email-form button { display: grid; width: 38px; min-height: 36px; place-items: center; border: 1px solid var(--button-border); border-radius: 0 .15rem .15rem 0; background: var(--button-bg); color: #fff; cursor: pointer; }
.footer-email-form button:hover { background: var(--button-hover); }
.footer-email-form .icon { width: 15px; height: 15px; }
.footer-contact > strong { font-size: .7rem; letter-spacing: .06em; }
.payments { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-top: .45rem; }
.payments span { display: inline-flex; align-items: center; gap: .08rem; color: #dce3e4; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.payments .pay-visa { font-size: .7rem; font-style: italic; }
.payments .pay-mastercard { color: #aab5b8; font-size: .7rem; font-weight: 500; }
.pay-mastercard i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #e74343; }
.pay-mastercard i + i { margin-left: -3px; background: #e4a62e; }
.payments .pay-cod { font-size: .7rem; }
.footer-bottom { border-top: 1px solid var(--line); color: #718085; font-size: .7rem; }
.footer-bottom .site-container { display: flex; min-height: 50px; align-items: center; justify-content: space-between; }
.footer-bottom a { margin-left: 1.5rem; }

/* Generic content */
.content-page, .commerce-page { min-height: 55dvh; padding-block: clamp(3rem, 7vw, 6rem); }
.page-hero { margin-bottom: 3rem; padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 85% 30%, rgba(0,201,215,.18), transparent 25%), radial-gradient(circle at 65% 90%, rgba(215,40,134,.13), transparent 28%), var(--surface); }
.page-hero h1 { margin: 0; font-size: clamp(2.5rem,5vw,4rem); }
.page-entry { color: #c7d0d2; }
.page-entry h2, .page-entry h3 { color: #fff; }
.post-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.post-card > div { padding: 1.5rem; }
.post-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-card h2 { font-size: 1.4rem; }
.post-card p { color: var(--muted); font-size: .85rem; }
.single-entry__image { overflow: hidden; max-height: 680px; margin-bottom: 2rem; border-radius: var(--radius); }
.single-entry__image img { width: 100%; height: 100%; object-fit: cover; }
.comments-area { margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.comment-list { padding-left: 1.2rem; }
.comment-list li { margin-bottom: 1rem; }
.comment-form textarea, .comment-form input:not([type="submit"]) { width: 100%; border: 1px solid var(--line); border-radius: .5rem; padding: .75rem; background: var(--surface); color: #fff; }
.comment-form input[type="submit"] { border: 1px solid var(--button-border); border-radius: .5rem; padding: .75rem 1.2rem; background: var(--button-bg); color: #fff; font-weight: 700; }
.error-page { min-height: 440px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }

/* Seeded company, support and legal pages */
.page-entry > .editorial-hero:first-child,
.support-lead {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(3rem,6vw,5rem);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(2rem,6vw,5rem);
	background:
		radial-gradient(circle at 82% 20%, rgba(0,201,215,.16), transparent 23%),
		radial-gradient(circle at 67% 100%, rgba(215,40,134,.12), transparent 28%),
		var(--surface);
}
.editorial-hero h2, .support-lead h2 { max-width: 780px; margin-bottom: 1rem; font-size: clamp(2rem,4.5vw,4rem); }
.editorial-hero p, .support-lead p { max-width: 700px; margin-bottom: 0; color: #b5c0c3; font-size: clamp(.95rem,1.6vw,1.12rem); }
.zigzag { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem,6vw,6rem); align-items: center; margin-block: clamp(3rem,7vw,7rem); }
.zigzag h2 { font-size: clamp(1.8rem,3.5vw,3rem); }
.zigzag p { color: var(--muted); }
.gradient-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem 1.5rem; align-items: center; min-height: 320px; border: 1px solid rgba(0,201,215,.2); border-radius: var(--radius); padding: clamp(2rem,4vw,3.5rem); background: radial-gradient(circle at 80% 10%,rgba(215,40,134,.2),transparent 32%),linear-gradient(145deg,rgba(0,128,255,.2),rgba(0,201,215,.06)),var(--surface); }
.gradient-card strong { color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: clamp(2rem,5vw,4rem); }
.gradient-card span { color: #d4dcde; }
.value-grid, .info-panels { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-block: 3rem; }
.value-grid article, .info-panels article { min-height: 180px; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; background: linear-gradient(145deg,rgba(0,128,255,.07),transparent 60%),var(--surface); }
.value-grid h3, .info-panels h3 { font-size: 1.2rem; }
.value-grid p, .info-panels p { margin-bottom: 0; color: var(--muted); }
.timeline { position: relative; max-width: 900px; margin: clamp(3rem,7vw,7rem) auto; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 72px; width: 1px; background: linear-gradient(var(--aurora-cyan),var(--aurora-blue),var(--aurora-magenta)); }
.timeline article { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding-block: 1.5rem; }
.timeline article > span { position: relative; color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .75rem; font-weight: 700; }
.timeline article > span::after { content: ""; position: absolute; top: .45rem; right: 31px; width: 9px; height: 9px; border: 3px solid var(--ink); border-radius: 50%; background: var(--aurora-cyan); box-shadow: 0 0 0 1px var(--aurora-cyan); }
.timeline h3 { margin-bottom: .4rem; }
.timeline p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-block: clamp(3rem,7vw,6rem); }
.steps article { min-height: 250px; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; background: var(--surface); }
.steps b { display: block; margin-bottom: 2rem; color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: 1.5rem; }
.steps p { color: var(--muted); }
.callout { margin-top: 4rem; border: 1px solid rgba(0,128,255,.25); border-radius: var(--radius); padding: clamp(2rem,5vw,4rem); background: linear-gradient(115deg,rgba(0,128,255,.18),rgba(0,201,215,.05)); text-align: center; }
.callout h2, .callout p { margin-inline: auto; }
.policy-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; counter-reset: policy; }
.policy-list article { position: relative; min-height: 155px; border-top: 1px solid var(--line); padding: 1.5rem 0 1.5rem 3.5rem; counter-increment: policy; }
.policy-list article::before { content: "0" counter(policy); position: absolute; top: 1.4rem; left: 0; color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .72rem; }
.policy-list h3 { font-size: 1rem; }
.policy-list p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.notice-card { margin-top: 2rem; border-left: 3px solid var(--aurora-blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.4rem; background: rgba(0,128,255,.08); }
.notice-card p { margin-bottom: 0; color: var(--muted); }
.faq-list { max-width: 920px; margin-inline: auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; color: #fff; font-size: 1.05rem; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 1.15rem; right: .5rem; color: var(--aurora-cyan); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 3rem 1.5rem 0; color: var(--muted); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.size-table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--surface); }
.size-table th, .size-table td { border-bottom: 1px solid var(--line); padding: 1rem; text-align: left; }
.size-table thead th { background: rgba(0,128,255,.1); color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .7rem; letter-spacing: .06em; }
.size-table tbody th { color: #fff; }
.size-table td { color: var(--muted); }
.legal-copy { max-width: 860px; margin-inline: auto; }
.legal-copy h2 { margin-top: 2.8rem; font-size: 1.35rem; }
.legal-copy p { color: #adb9bc; }
.legal-updated { border-left: 2px solid var(--aurora-cyan); padding-left: 1rem; font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .75rem; }
.empty-state { display: flex; min-height: 420px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; background: var(--surface); text-align: center; }
.empty-state__icon { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 1rem; border: 1px solid var(--line); border-radius: 50%; color: var(--aurora-cyan); font-size: 2rem; }
.empty-state p { color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,6vw,6rem); }
.contact-intro h2 { font-size: clamp(2rem,4vw,3.5rem); }
.contact-intro > p { color: var(--muted); }
.contact-details { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.contact-details > div { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); padding-block: 1rem; }
.contact-details strong { margin-bottom: .2rem; color: var(--aurora-cyan); font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details a, .contact-details span { color: #c5ced0; }
.varzish-contact-form { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.3rem,4vw,2.5rem); background: var(--surface); }
.varzish-contact-form label { display: block; margin-bottom: 1rem; color: #d5dcde; font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
.varzish-contact-form input, .varzish-contact-form select, .varzish-contact-form textarea { display: block; width: 100%; margin-top: .4rem; border: 1px solid var(--line); border-radius: .5rem; outline: 0; padding: .8rem; background: #0a1418; color: #fff; resize: vertical; }
.varzish-contact-form input:focus, .varzish-contact-form select:focus, .varzish-contact-form textarea:focus { border-color: var(--aurora-blue); box-shadow: 0 0 0 2px var(--aurora-blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-success, .form-error { margin-bottom: 1rem; border-radius: .45rem; padding: .8rem; font-size: .8rem; }
.form-success { border: 1px solid #36a979; background: rgba(54,169,121,.1); color: #8de1bc; }
.form-error { border: 1px solid #c84d62; background: rgba(200,77,98,.1); color: #f0a1ae; }

/* WooCommerce account, cart, checkout and embedded collection shortcodes */
.page-entry .woocommerce { color: #d5dddf; }
.page-entry .woocommerce table, .page-entry .woocommerce form.checkout, .page-entry .woocommerce-MyAccount-content, .page-entry .woocommerce-form { border-color: var(--line) !important; }
.page-entry .woocommerce input, .page-entry .woocommerce select, .page-entry .woocommerce textarea { border: 1px solid var(--line); border-radius: .45rem; padding: .7rem; background: var(--surface); color: #fff; }
.page-entry .woocommerce button.button, .page-entry .woocommerce a.button, .page-entry .woocommerce input.button { border: 1px solid var(--button-border); border-radius: .45rem; background: var(--button-bg); color: #fff; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); list-style: none; overflow: hidden; }
.woocommerce-MyAccount-navigation a { display: block; border-bottom: 1px solid var(--line); padding: .75rem 1rem; }
.woocommerce-MyAccount-navigation .is-active a { background: rgba(0,128,255,.12); color: var(--aurora-cyan); }
.page-entry .woocommerce ul.products { margin-top: 2rem !important; }

/* Branded inner-page framework */
.interior-page { --page-accent: var(--aurora-cyan); --page-accent-rgb: 0,201,215; }
.interior-page--support { --page-accent: #5db2ff; --page-accent-rgb: 93,178,255; }
.interior-page--legal { --page-accent: #d881ad; --page-accent-rgb: 216,129,173; }
.interior-page--account { --page-accent: #67d6a2; --page-accent-rgb: 103,214,162; }
.interior-page--collection { --page-accent: #55c8d2; --page-accent-rgb: 85,200,210; }
.interior-hero { position: relative; display: grid; min-height: 410px; grid-template-columns: 1fr 190px; gap: 3rem; align-items: end; overflow: hidden; margin-bottom: .8rem; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(2rem,5vw,4.5rem); background: linear-gradient(120deg,#0d1c21 0%,#0c171b 58%,#101a20 100%); isolation: isolate; }
.interior-hero::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 42%; background: linear-gradient(transparent,rgba(4,10,13,.72)); }
.interior-hero__content { position: relative; z-index: 2; max-width: 850px; }
.interior-hero h1 { max-width: 820px; margin: 0 0 1rem; font-size: clamp(3rem,7vw,6.5rem); letter-spacing: -.055em; }
.interior-hero__content > p { max-width: 660px; margin: 0; color: #b8c4c7; font-size: clamp(.95rem,1.6vw,1.15rem); }
.breadcrumbs { display: flex; align-items: center; gap: .55rem; margin-bottom: clamp(2.5rem,5vw,4.5rem); color: #75868b; font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--page-accent); }
.interior-hero .eyebrow { color: var(--page-accent); }
.interior-hero__badge { position: relative; z-index: 2; display: flex; min-height: 150px; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-left: 1px solid rgba(var(--page-accent-rgb),.35); padding: 1.2rem 0 0 1.5rem; }
.interior-hero__badge > span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 1rem; border: 1px solid rgba(var(--page-accent-rgb),.35); border-radius: 50%; color: var(--page-accent); background: rgba(var(--page-accent-rgb),.08); }
.interior-hero__badge strong, .interior-hero__badge small { display: block; }
.interior-hero__badge strong { font-size: .8rem; }
.interior-hero__badge small { margin-top: .35rem; color: #718187; font-family: "JetBrains Mono",ui-monospace,monospace; font-size: .7rem; letter-spacing: .08em; }
.interior-hero__mesh { position: absolute; z-index: -2; inset: -45%; transform: translate3d(18%,6%,0); opacity: .48; animation: interior-mesh 10s ease-in-out infinite alternate; }
.interior-hero__mesh i { position: absolute; display: block; border-radius: 50%; filter: blur(50px); }
.interior-hero__mesh i:nth-child(1) { top: 25%; right: 18%; width: 36%; height: 36%; background: rgba(var(--page-accent-rgb),.55); }
.interior-hero__mesh i:nth-child(2) { right: 2%; bottom: 13%; width: 28%; height: 30%; background: rgba(0,128,255,.36); }
.interior-hero__mesh i:nth-child(3) { right: 35%; bottom: 0; width: 22%; height: 28%; background: rgba(215,40,134,.24); }
@keyframes interior-mesh { to { transform: translate3d(13%,2%,0) scale(1.06); opacity: .58; } }
.interior-subnav { position: sticky; top: 79px; z-index: 90; display: flex; gap: .4rem; overflow-x: auto; margin-bottom: clamp(3rem,6vw,5rem); border: 1px solid var(--line); border-radius: var(--radius); padding: .55rem; background: rgba(7,13,16,.9); backdrop-filter: blur(14px); scrollbar-width: none; }
.interior-subnav a { flex: 0 0 auto; border: 1px solid transparent; border-radius: .45rem; padding: .65rem .9rem; color: #8f9da1; font-size: .7rem; font-weight: 650; letter-spacing: .025em; }
.interior-subnav a:hover { color: #fff; }
.interior-subnav a.active { border-color: rgba(var(--page-accent-rgb),.28); background: rgba(var(--page-accent-rgb),.1); color: var(--page-accent); }
.interior-page .page-entry { min-height: 180px; }
.interior-page .page-entry > .editorial-hero:first-child,
.interior-page .support-lead { border-color: rgba(var(--page-accent-rgb),.18); background: radial-gradient(circle at 84% 18%,rgba(var(--page-accent-rgb),.14),transparent 26%),var(--surface); }
.interior-page .gradient-card { border-color: rgba(var(--page-accent-rgb),.22); }
.interior-page .gradient-card strong,
.interior-page .steps b,
.interior-page .timeline article > span,
.interior-page .contact-details strong { color: var(--page-accent); }
.interior-page .value-grid article,
.interior-page .info-panels article { position: relative; overflow: hidden; }
.interior-page .value-grid article::before,
.interior-page .info-panels article::before { content: ""; position: absolute; top: 0; left: 0; width: 42px; height: 2px; background: var(--page-accent); }
.interior-page--legal .page-entry { max-width: 1000px; margin-inline: auto; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem,5vw,4rem); background: linear-gradient(145deg,rgba(var(--page-accent-rgb),.055),transparent 40%),var(--surface); }
.interior-page--legal .legal-copy { max-width: 800px; }
.interior-page--legal .legal-copy h2 { position: relative; padding-left: 1.3rem; }
.interior-page--legal .legal-copy h2::before { content: ""; position: absolute; top: .12em; bottom: .12em; left: 0; width: 2px; background: var(--page-accent); }
.interior-page--account .page-entry { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1rem,3vw,2rem); background: var(--surface); }
.interior-page--support .faq-list,
.interior-page--support .table-scroll { border: 1px solid var(--line); border-radius: var(--radius); padding-inline: clamp(1rem,3vw,2rem); background: var(--surface); }
.interior-page--support .table-scroll { padding: 0; }
.interior-page--company .contact-layout,
.interior-page--support .contact-layout { align-items: stretch; }
.interior-page--company .contact-intro,
.interior-page--support .contact-intro { display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(var(--page-accent-rgb),.18); border-radius: var(--radius); padding: clamp(1.5rem,4vw,3.5rem); background: radial-gradient(circle at 10% 0,rgba(var(--page-accent-rgb),.1),transparent 35%),var(--surface); }
.interior-cta { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: clamp(3rem,7vw,7rem); border: 1px solid rgba(var(--page-accent-rgb),.24); border-radius: var(--radius); padding: clamp(1.6rem,4vw,3rem); background: radial-gradient(circle at 85% 20%,rgba(var(--page-accent-rgb),.16),transparent 28%),linear-gradient(120deg,var(--surface),#0c1b20); }
.interior-cta h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(1.5rem,3vw,2.6rem); }
.interior-cta .button { white-space: nowrap; }
.interior-page--collection .woocommerce ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); }

/* Open editorial treatment for inner pages: structure through rhythm, not boxes. */
.interior-hero { border: 0; border-bottom: 1px solid rgba(var(--page-accent-rgb),.22); border-radius: 0; background: linear-gradient(112deg,rgba(var(--page-accent-rgb),.09),transparent 48%); }
.interior-subnav { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .35rem 0 .65rem; background: rgba(7,13,16,.88); }
.interior-subnav a { position: relative; border: 0; border-radius: 0; background: transparent; }
.interior-subnav a.active { border: 0; background: transparent; color: var(--page-accent); }
.interior-subnav a.active::after { content: ""; position: absolute; right: .9rem; bottom: -.7rem; left: .9rem; height: 2px; background: var(--page-accent); }
.interior-page .page-entry > .editorial-hero:first-child,
.interior-page .support-lead { border: 0; border-left: 2px solid rgba(var(--page-accent-rgb),.65); border-radius: 0; padding: clamp(1.5rem,4vw,3.5rem); background: linear-gradient(90deg,rgba(var(--page-accent-rgb),.055),transparent 55%); }
.interior-page .value-grid article,
.interior-page .info-panels article { min-height: 155px; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 1.6rem .25rem; background: transparent; }
.interior-page .value-grid article::before,
.interior-page .info-panels article::before { width: 34px; }
.interior-page .steps article { min-height: 210px; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 1.7rem .25rem; background: transparent; }
.interior-page--legal .page-entry { border: 0; border-radius: 0; padding: clamp(1rem,3vw,2rem) 0; background: transparent; }
.interior-page--account .page-entry { border: 0; border-radius: 0; padding: clamp(1rem,3vw,2rem) 0; background: transparent; }
.interior-page--support .faq-list,
.interior-page--support .table-scroll { border: 0; border-block: 1px solid var(--line); border-radius: 0; background: transparent; }
.interior-page--company .contact-intro,
.interior-page--support .contact-intro { border: 0; border-left: 2px solid rgba(var(--page-accent-rgb),.55); border-radius: 0; background: linear-gradient(90deg,rgba(var(--page-accent-rgb),.06),transparent 65%); }
.interior-cta { border: 0; border-block: 1px solid rgba(var(--page-accent-rgb),.25); border-radius: 0; background: linear-gradient(90deg,rgba(var(--page-accent-rgb),.08),transparent 70%); }
.page-hero { border: 0; border-left: 2px solid var(--aurora-cyan); border-radius: 0; background: linear-gradient(90deg,rgba(0,201,215,.07),transparent 60%); }
.shop-page .shop-hero { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }

/* Shop */
.shop-page { min-height: 60dvh; padding-block: 3rem 6rem; }
.shop-hero { position: relative; display: flex; min-height: 240px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(2rem,5vw,4rem); background: var(--surface); }
.shop-hero h1 { margin-bottom: .5rem; font-size: clamp(2.5rem,5vw,4rem); }
.shop-hero p { margin-bottom: 0; color: var(--muted); }
.shop-hero__mesh { position: absolute; inset: -70% -10% -90% 45%; background: radial-gradient(circle at 30% 30%,rgba(0,128,255,.7),transparent 25%),radial-gradient(circle at 65% 35%,rgba(215,40,134,.55),transparent 24%),radial-gradient(circle at 50% 65%,rgba(0,201,215,.55),transparent 28%); filter: blur(12px); animation: aurora-drift 9s ease-in-out infinite alternate; }
.category-chips { display: flex; gap: .55rem; overflow-x: auto; padding-block: 1.5rem; scrollbar-width: none; }
.category-chips a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 99px; padding: .55rem 1rem; color: #c5cfd1; font-size: .72rem; font-weight: 600; }
.category-chips a:hover, .category-chips a.active { border-color: var(--aurora-blue); background: rgba(0,128,255,.12); color: #fff; }
.shop-toolbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); }
.shop-toolbar > div, .shop-toolbar .woocommerce-notices-wrapper { display: contents; }
.shop-toolbar .woocommerce-result-count { margin: 0; color: var(--muted); font-size: .75rem; }
.shop-toolbar .woocommerce-ordering { margin: 0; }
.shop-toolbar select { border: 1px solid var(--line); border-radius: .5rem; background: var(--surface); color: #fff; padding: .55rem 2rem .55rem .75rem; }
.filter-toggle { display: none; border: 0; background: none; font-size: .7rem; font-weight: 700; }
.shop-layout { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; padding-top: 2rem; }
.shop-filters { border-right: 1px solid var(--line); padding-right: 1.5rem; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; }
.filter-heading h2 { font-size: 1rem; text-transform: uppercase; }
.filter-close { display: none; border: 0; background: none; font-size: 1.7rem; }
.filter-widget { border-top: 1px solid var(--line); padding-block: 1.2rem; }
.filter-widget h3 { font-size: .75rem; text-transform: uppercase; }
.filter-widget label { display: block; margin-block: .45rem; color: var(--muted); font-size: .75rem; }
.filter-widget input[type="range"] { width: 100%; accent-color: var(--aurora-blue); }
.range-values { display: flex; justify-content: space-between; color: var(--muted); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: .7rem; }
.filter-sizes { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter-sizes button { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: .35rem; background: transparent; font-size: .7rem; }
.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; margin: 0 !important; padding: 0 !important; list-style: none; }
.products::before, .products::after { display: none !important; }
.products .varzish-product-item { float: none !important; width: auto !important; margin: 0 !important; }
.products .product-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.woocommerce-pagination { margin-top: 2rem; }
.woocommerce-pagination ul { display: flex !important; justify-content: center; gap: .4rem; border: 0 !important; }
.woocommerce-pagination li { border: 0 !important; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid !important; min-width: 36px; height: 36px; place-items: center; border: 1px solid var(--line) !important; border-radius: .4rem; }
.woocommerce-pagination .current { border-color: var(--button-border) !important; background: var(--button-bg) !important; color: #fff !important; }

/* Single product */
.single-product-page { --single-ink: #16191c; --single-muted: #6d7278; width: min(100% - 3rem, 1380px); padding-block: 1rem 5rem; }
.varzish-single { border-radius: var(--radius); padding: 1.5rem; background: #fbfbfc; color: var(--single-ink); box-shadow: var(--shadow); }
.product-breadcrumb { margin-bottom: 1rem; color: var(--single-muted); font-size: .7rem; }
.product-breadcrumb a { color: var(--single-muted); }
.product-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem,4vw,4rem); }
.product-gallery { display: grid; grid-template-columns: 92px 1fr; gap: 1rem; min-width: 0; }
.product-thumbnails { display: flex; flex-direction: column; gap: .7rem; }
.product-thumbnails button { overflow: hidden; width: 100%; aspect-ratio: 1; border: 1px solid #dedfe1; border-radius: .55rem; padding: 0; background: #eee; cursor: pointer; }
.product-thumbnails button.active { border: 2px solid var(--single-ink); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-main-image { position: relative; overflow: hidden; min-height: 590px; border-radius: .75rem; background: #e8e6e3; }
.product-main-image > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.product-main-image .badge { position: absolute; z-index: 2; top: 1rem; left: 1rem; }
.badge--dark { background: #171a1d; color: #fff; }
.product-wishlist { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); color: #1b1d20; }
.view-3d { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .4rem; border: 0; border-radius: 99px; padding: .55rem .8rem; background: rgba(255,255,255,.9); color: #222; font-size: .7rem; }
.view-3d .icon { width: .9rem; }
.product-summary { padding-top: .25rem; }
.product-summary h1 { margin: 1.2rem 0 .75rem; font-size: clamp(2rem,3vw,3rem); }
.product-summary > .product-rating { color: var(--single-muted); }
.product-summary .star-rating { color: #e6a536; }
.product-summary .product-rating a { color: var(--single-ink); font-weight: 600; }
.product-summary .product-rating > span:last-child { margin-left: .5rem; border-left: 1px solid #d9dade; padding-left: .8rem; color: var(--single-muted); letter-spacing: 0; }
.single-price { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.3rem; color: #d9384f; font-family: "JetBrains Mono",ui-monospace,monospace; font-size: 1.45rem; font-weight: 700; }
.single-price del { color: #8c9195; font-size: .85rem; font-weight: 400; }
.single-price ins { text-decoration: none; }
.product-services { display: grid; grid-template-columns: repeat(3,1fr); margin-block: 1.4rem; border: 1px solid #e2e3e5; border-radius: .5rem; }
.product-services > div { display: flex; align-items: center; gap: .6rem; border-right: 1px solid #e2e3e5; padding: .8rem; }
.product-services > div:last-child { border-right: 0; }
.product-services .icon { width: 1.35rem; }
.product-services strong, .product-services small { display: block; }
.product-services strong { font-size: .7rem; }
.product-services small { color: var(--single-muted); font-size: .7rem; }
.product-summary form.cart { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.3rem 0 .7rem !important; }
.product-summary form.cart::before { content: "SELECT SIZE"; width: 100%; margin-bottom: .2rem; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.product-summary table.variations { width: 100%; margin-bottom: .6rem; border: 0; }
.product-summary .variations th, .product-summary .variations td { display: block; padding: .25rem 0; text-align: left; }
.product-summary .variations label { font-size: .7rem; text-transform: uppercase; }
.product-summary .variations select { width: 100%; border: 1px solid #d9dade; border-radius: .45rem; padding: .7rem; background: #fff; color: #222; }
.product-summary .quantity { flex: 0 0 68px; }
.product-summary .quantity input { width: 100%; height: 48px; border: 1px solid #d9dade; border-radius: .4rem; text-align: center; }
.product-summary .single_add_to_cart_button, .buy-now { min-height: 48px; flex: 1; border: 1px solid #1a1c1f !important; border-radius: .35rem !important; background: #fff !important; color: #1a1c1f !important; font-size: .72rem !important; font-weight: 700 !important; letter-spacing: .06em; opacity: 1 !important; }
.buy-now { width: 100%; margin-bottom: .7rem; background: #191b1e !important; color: #fff !important; }
.live-viewers { display: flex; align-items: center; gap: .5rem; color: var(--single-muted); font-size: .7rem; }
.live-viewers span { width: 8px; height: 8px; border-radius: 50%; background: #ff6a22; box-shadow: 0 0 0 4px rgba(255,106,34,.13); }
.product-summary .product_meta { margin-top: 1.5rem; color: var(--single-muted); font-size: .7rem; }
.delivery-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2.2rem; border: 1px solid #eee4e5; border-radius: .55rem; padding-block: 1rem; background: #fff7f8; }
.delivery-strip > div { border-color: #e4dcdd; color: var(--single-ink); }
.delivery-strip .icon { width: 1.5rem; }
.delivery-strip strong { font-size: .7rem; letter-spacing: .04em; }
.delivery-strip small { color: var(--single-muted); font-size: .7rem; }
.product-tabs { margin-top: 1.4rem; }
.tab-list { display: flex; border-bottom: 1px solid #dfe0e2; }
.tab-list button { position: relative; flex: 1; border: 0; padding: 1rem .6rem; background: transparent; color: var(--single-muted); font-size: .7rem; font-weight: 700; cursor: pointer; }
.tab-list button::after { content: ""; position: absolute; right: 50%; bottom: -1px; left: 50%; height: 2px; background: #d12c54; transition: left .2s,right .2s; }
.tab-list button.active { color: var(--single-ink); }
.tab-list button.active::after { right: 0; left: 0; }
.tab-panel { display: none; padding: 1.5rem 0; color: #4e5358; font-size: .78rem; }
.tab-panel.active { display: block; animation: panel-in .3s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } }
.tab-panel[data-panel="description"] { grid-template-columns: 1fr 320px; gap: 3rem; }
.tab-panel[data-panel="description"].active { display: grid; }
.tab-panel aside { border-radius: .5rem; padding: 1.2rem; background: #fff0f2; }
.tab-panel aside h3 { font-size: .7rem; }
.tab-panel aside ul { margin: 0; padding-left: 1rem; }
.tab-panel aside li { margin-block: .4rem; }
.single-product-page #reviews { color: var(--single-ink); }
.single-product-page #reviews .comment-form textarea, .single-product-page #reviews input { width: 100%; border: 1px solid #d9dade; border-radius: .4rem; padding: .7rem; }

/* WooCommerce common */
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--line); border-top: 3px solid var(--aurora-blue); border-radius: .5rem; padding: 1rem 1rem 1rem 3rem; background: var(--surface); color: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--aurora-cyan); }
.commerce-page .button, .woocommerce-cart .button, .woocommerce-checkout .button { border: 1px solid var(--button-border); border-radius: .5rem; background: var(--button-bg); color: #fff; }
.commerce-page input, .commerce-page select, .commerce-page textarea { border: 1px solid var(--line); border-radius: .4rem; background: var(--surface); color: #fff; padding: .7rem; }
.commerce-page table { border-color: var(--line) !important; border-radius: .5rem !important; }
.commerce-page td, .commerce-page th { border-color: var(--line) !important; }

/* Responsive */
@media (max-width: 1100px) {
	.site-header__inner { grid-template-columns: 190px 1fr auto; gap: .7rem; }
	.primary-nav .menu { gap: 1rem; }
	.primary-nav a { font-size: .7rem; }
	.home-hero__grid { grid-template-columns: .8fr 1.2fr; }
	.hero-proof { right: .5rem; }
	.category-grid { grid-template-columns: repeat(3,1fr); }
	.category-card:nth-child(n+4) { min-height: 180px; }
	.product-strip { grid-auto-columns: 190px; }
	.why { grid-template-columns: .8fr .65fr 1.55fr; }
	.why__features { grid-template-columns: repeat(2,1fr); }
	.story { grid-template-columns: 1fr 1.2fr .6fr; }
	.newsletter { grid-template-columns: 1fr 1fr; }
	.newsletter__benefits { grid-column: auto; }
	.footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); }
	.footer-contact { grid-column: span 2; }
	.products { grid-template-columns: repeat(3,1fr); }
	.product-layout { grid-template-columns: 1fr 1fr; gap: 2rem; }
	.product-main-image { min-height: 500px; }
}

@media (max-width: 900px) {
	.site-header__inner { grid-template-columns: 1fr auto auto; }
	.menu-toggle { display: grid; width: 38px; height: 38px; place-content: center; gap: 4px; order: 2; }
	.menu-toggle span:not(.screen-reader-text) { width: 22px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
	.primary-nav { position: fixed; top: 112px; right: 0; left: 0; max-height: calc(100dvh - 112px); overflow-y: auto; border-top: 1px solid var(--line); background: rgba(5,11,14,.98); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .2s, transform .2s; }
	.menu-open .primary-nav { opacity: 1; transform: none; pointer-events: auto; }
	.primary-nav .menu { display: block; width: min(100% - 3rem,var(--container)); margin-inline: auto; padding-block: 1rem 2rem; }
	.primary-nav a { padding: .85rem 0; font-size: .85rem; }
	.primary-nav a::after { bottom: .4rem; }
	.primary-nav .sub-menu { position: static; display: none; padding-left: 1rem; opacity: 1; transform: none; pointer-events: auto; }
	.primary-nav li:focus-within > .sub-menu, .primary-nav li:hover > .sub-menu { display: block; }
	.header-tools { order: 3; }
	.home-hero__visual { height: 500px; }
	.home-hero h1 { font-size: clamp(2.7rem,7vw,4.5rem); }
	.best-sellers { grid-template-columns: 190px 1fr; }
	.why { grid-template-columns: 1fr 1fr; }
	.why__features { grid-column: 1/-1; grid-template-columns: repeat(4,1fr); }
	.story { grid-template-columns: 1fr 1fr; }
	.story__stats { grid-column: 1/-1; grid-template-columns: repeat(4,1fr); min-height: 110px; }
	.story__stats > div { border-right: 1px solid var(--line); border-bottom: 0; padding: 1rem; }
	.social-feed { grid-template-columns: 1fr 1.5fr; }
	.blog-intro { grid-column: 1/-1; }
	.home .social-feed { grid-template-columns: .65fr 1.35fr; }
	.home .blog-zone { grid-column: 1/-1; min-height: 220px; }
	.home .blog-zone .blog-intro { grid-column: auto; }
	.product-layout { grid-template-columns: 1fr; }
	.product-gallery { max-width: 760px; }
	.product-main-image { min-height: 620px; }
	.product-summary { padding-top: 1rem; }
	.interior-hero { min-height: 360px; grid-template-columns: 1fr 150px; gap: 1.5rem; }
	.interior-hero h1 { font-size: clamp(2.8rem,8vw,5rem); }
	.interior-page--collection .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 767px) {
	.site-container, .single-product-page { width: min(100% - 2rem,var(--container)); }
	.promo-bar__sale, .promo-bar span:last-child { display: none; }
	.promo-bar__inner { justify-content: center; }
	.site-header__inner { min-height: 68px; grid-template-columns: 1fr auto; }
	.brand__mark { width: 30px; height: 38px; font-size: 1.6rem; }
	.brand__image { width: 31px; height: 42px; }
	.brand strong { font-size: 1.05rem; }
	.header-tools { position: fixed; right: 1rem; bottom: 1rem; z-index: 220; border: 1px solid var(--line); border-radius: 99px; padding: .25rem; background: rgba(8,17,20,.94); box-shadow: var(--shadow); }
	.menu-toggle { grid-column: 2; }
	.primary-nav { top: 102px; max-height: calc(100dvh - 102px); }
	.home-hero { padding-top: 2rem; }
	.home-hero__grid { grid-template-columns: 1fr; min-height: auto; }
	.home-hero__copy { padding-bottom: 1rem; }
	.home-hero__copy p { font-size: .9rem; }
	.home-hero__visual { height: 450px; }
	.home-hero__visual > img { right: 0; width: 100%; }
	.hero-proof { top: 15%; right: 0; width: 94px; }
	.aurora-ring { right: 0; width: 360px; height: 360px; }
	.trust-row { grid-template-columns: repeat(2,1fr); row-gap: 1rem; }
	.trust-row { position: relative; bottom: auto; left: auto; display: grid; width: min(100% - 2rem,var(--container)); margin-inline: auto; padding-block: 1.2rem; border-top: 1px solid var(--line); transform: none; }
	.trust-row > div { min-width: 0; }
	.trust-row > div:nth-child(2) { border-right: 0; }
	.category-grid { grid-template-columns: 1fr 1fr; }
	.category-card { min-height: 180px; }
	.category-card:last-child { grid-column: 1/-1; }
	.section-shell { margin-top: 4rem; }
	.best-sellers { display: block; }
	.section-intro { min-height: 210px; }
	.product-strip { grid-auto-columns: 190px; }
	.product-card:first-child { border-left: 0; }
	.why { grid-template-columns: 1fr; }
	.why__image { height: 260px; }
	.why__content { padding: 2rem; }
	.why__features { grid-column: auto; grid-template-columns: repeat(2,1fr); }
	.story { grid-template-columns: 1fr; }
	.story__video { min-height: 320px; }
	.story__video::after { background: linear-gradient(180deg,var(--surface),transparent 25%); }
	.story__stats { grid-column: auto; grid-template-columns: repeat(2,1fr); }
	.story__stats > div { min-height: 90px; border-bottom: 1px solid var(--line); }
	.testimonial-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
	.testimonial-track blockquote { min-width: 86%; scroll-snap-align: start; }
	.social-feed { grid-template-columns: 1fr; }
	.feed-mosaic { grid-template-columns: repeat(2,1fr); }
	.feed-mosaic img { height: 170px; }
	.newsletter { grid-template-columns: 1fr; padding: 1.5rem; }
	.newsletter__benefits { grid-column: auto; }
	.home .section-shell { margin-top: .6rem; }
	.home .testimonials { display: block; padding: .75rem; }
	.home .testimonials .section-heading { min-height: 105px; flex-direction: row; align-items: center; }
	.home .testimonials .section-heading h2 { margin-bottom: 0; }
	.home .testimonial-track { display: flex; margin-top: .5rem; overflow-x: auto; scroll-snap-type: x mandatory; }
	.home .testimonial-track blockquote { min-width: 86%; }
	.home .social-feed { grid-template-columns: 1fr; }
	.home .feed-mosaic { grid-template-columns: repeat(3,1fr); }
	.home .feed-mosaic img { height: 120px; }
	.home .blog-zone { grid-column: auto; grid-template-columns: 1fr; }
	.home .mini-posts { min-height: 220px; }
	.footer-grid { grid-template-columns: repeat(2,1fr); }
	.footer-about, .footer-contact { grid-column: 1/-1; }
	.footer-bottom .site-container { flex-direction: column; align-items: flex-start; justify-content: center; gap: .35rem; }
	.footer-bottom a { margin: 0 1rem 0 0; }
	.post-grid { grid-template-columns: 1fr; }
	.shop-page { padding-top: 1rem; }
	.shop-hero { min-height: 210px; }
	.shop-toolbar .woocommerce-result-count { display: none; }
	.filter-toggle { display: inline-flex; align-items: center; gap: .5rem; }
	.shop-layout { grid-template-columns: 1fr; }
	.shop-filters { position: fixed; z-index: 300; inset: 0 12% 0 0; overflow-y: auto; border: 0; padding: 1.5rem; background: var(--surface); box-shadow: var(--shadow); transform: translateX(-105%); transition: transform .25s ease; }
	.filters-open .shop-filters { transform: none; }
	.filters-open::after { content: ""; position: fixed; z-index: 299; inset: 0; background: rgba(4,8,10,.7); }
	.filter-close { display: block; }
	.products { grid-template-columns: repeat(2,1fr); gap: .6rem; }
	.product-card__media { aspect-ratio: .85; }
	.product-card h3 { font-size: .73rem; }
	.product-card__body { padding: .65rem; }
	.varzish-single { padding: .75rem; }
	.product-gallery { grid-template-columns: 1fr; }
	.product-thumbnails { order: 2; flex-direction: row; overflow-x: auto; }
	.product-thumbnails button { width: 72px; flex: 0 0 72px; }
	.product-main-image { min-height: 470px; }
	.product-summary h1 { font-size: 2rem; }
	.product-services { grid-template-columns: 1fr; }
	.product-services > div { border-right: 0; border-bottom: 1px solid #e2e3e5; }
	.product-services > div:last-child { border-bottom: 0; }
	.delivery-strip { grid-template-columns: repeat(2,1fr); row-gap: 1rem; }
	.delivery-strip > div:nth-child(2) { border-right: 0; }
	.tab-list { overflow-x: auto; }
	.tab-list button { min-width: 130px; flex: 0 0 auto; }
	.tab-panel[data-panel="description"].active { display: block; }
	.tab-panel aside { margin-top: 1rem; }
	.zigzag, .contact-layout { grid-template-columns: 1fr; }
	.value-grid, .info-panels, .policy-list { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.steps article { min-height: 200px; }
	.form-row { grid-template-columns: 1fr; gap: 0; }
	.interior-hero { min-height: 390px; grid-template-columns: 1fr; align-items: end; padding: 1.5rem; }
	.interior-hero__badge { min-height: auto; flex-direction: row; align-items: center; justify-content: flex-start; gap: .8rem; border-top: 1px solid rgba(var(--page-accent-rgb),.28); border-left: 0; padding: 1rem 0 0; }
	.interior-hero__badge > span { width: 38px; height: 38px; margin: 0; }
	.interior-hero__badge small { margin: 0 0 0 auto; }
	.breadcrumbs { margin-bottom: 2rem; }
	.interior-subnav { top: 68px; margin-bottom: 3rem; border-radius: .55rem; }
	.interior-cta { grid-template-columns: 1fr; }
	.interior-cta .button { width: fit-content; }
	.interior-page--collection .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 440px) {
	.home-hero h1 { font-size: 2.55rem; }
	.button-row .button { width: 100%; }
	.home-hero__visual { height: 390px; }
	.trust-row { width: 100%; padding-inline: 1rem; }
	.category-card { min-height: 150px; }
	.category-card strong { font-size: .75rem; }
	.why__features { grid-template-columns: 1fr 1fr; }
	.newsletter__form { display: block; }
	.newsletter__form input, .newsletter__form .button { width: 100%; border-radius: .5rem; }
	.newsletter__form .button { margin-top: .5rem; }
	.newsletter__identity { grid-template-columns: 68px minmax(0,1fr); gap: .8rem; }
	.newsletter__mark { width: 60px; height: 82px; }
	.newsletter__benefits { grid-template-columns: repeat(2,1fr); gap: 0; }
	.newsletter__benefits span { min-height: 110px; border-top: 1px solid rgba(255,255,255,.12); }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
	.products { grid-template-columns: 1fr 1fr; }
	.product-main-image { min-height: 380px; }
	.product-summary form.cart { display: block; }
	.product-summary .quantity { margin-bottom: .6rem; }
	.product-summary .single_add_to_cart_button { width: 100%; }
	.delivery-strip { grid-template-columns: 1fr; }
	.delivery-strip > div { justify-content: flex-start; border-right: 0; padding-left: 1rem; }
	.timeline::before { left: 11px; }
	.timeline article { grid-template-columns: 1fr; gap: .4rem; padding-left: 2.3rem; }
	.timeline article > span::after { top: .35rem; right: auto; left: -2rem; }
	.home .feed-mosaic { grid-template-columns: repeat(2,1fr); }
	.home .feed-mosaic img { height: 125px; }
	.home .mini-posts { grid-template-columns: 1fr; }
	.home .mini-posts a { display: grid; grid-template-columns: 100px 1fr; min-height: 82px; }
	.home .mini-posts img { width: 100px; height: 100%; }
	.interior-hero { min-height: 360px; }
	.interior-hero h1 { font-size: 2.65rem; }
	.interior-hero__badge small { display: none; }
	.interior-hero__content > p { font-size: .88rem; }
	.interior-page--legal .page-entry { padding: 1.2rem; }
	.interior-page--collection .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}
