/* =========================================================================
   AETHER — main.css
   Table of contents:
   1. Reset & base
   2. Layout & container
   3. Typography
   4. Buttons & links
   5. Header & navigation
   6. Hero
   7. Sections (generic)
   8. Portfolio
   9. Products / Shop (WooCommerce)
   10. Testimonials / Why Us / Blog / Newsletter
   11. Footer
   12. Forms & inputs
   13. Modals / Lightbox
   14. Utilities & animation
   15. Responsive
   ========================================================================= */

/* ---------- 1. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--aether-bg);
	color: var(--aether-text);
	font-family: var(--aether-font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	transition: background-color var(--aether-speed) var(--aether-ease), color var(--aether-speed) var(--aether-ease);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px; height: 1px; overflow: hidden;
}
.aether-skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 9999;
	background: var(--aether-accent); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 8px 0;
}
.aether-skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--aether-accent); outline-offset: 2px; }

/* ---------- 2. Layout ---------- */
.aether-container { max-width: var(--aether-container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.aether-layout--with-sidebar { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 3rem; padding-block: 3rem; }
.aether-sidebar { align-self: start; }
.aether-content-area { padding-block: 2rem; }

/* ---------- 3. Typography ---------- */
h1, h2, h3, h4, h5, h6 { font-family: var(--aether-font-heading); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--aether-text); }
.aether-eyebrow {
	font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: var(--aether-accent); margin-bottom: .75rem;
}
.aether-prose { max-width: 72ch; }
.aether-prose img { border-radius: var(--aether-radius-md); }
.aether-link-arrow { color: var(--aether-accent); font-weight: 600; display: inline-flex; gap: .35rem; align-items: center; transition: gap var(--aether-speed) var(--aether-ease); }
.aether-link-arrow:hover { gap: .6rem; }

/* ---------- 4. Buttons ---------- */
.aether-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	padding: .75rem 1.4rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
	border: 1px solid transparent; transition: transform var(--aether-speed) var(--aether-ease), box-shadow var(--aether-speed) var(--aether-ease), background-color var(--aether-speed);
	white-space: nowrap;
}
.aether-btn--primary { background: var(--aether-accent); color: #fff; }
.aether-btn--primary:hover { background: var(--aether-accent-dark); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(108,92,231,.28); }
.aether-btn--ghost { background: transparent; color: var(--aether-text); border-color: var(--aether-border); }
.aether-btn--ghost:hover { border-color: var(--aether-accent); color: var(--aether-accent); }
.aether-btn--light { background: #fff; color: #14141c; }
.aether-btn--lg { padding: 1rem 1.8rem; font-size: 1.02rem; }
.aether-btn--sm { padding: .5rem 1rem; font-size: .85rem; }

/* ---------- 5. Header ---------- */
.aether-site-header {
	position: sticky; top: 0; z-index: 100;
	background: color-mix(in srgb, var(--aether-bg) 88%, transparent);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: border-color var(--aether-speed), box-shadow var(--aether-speed);
}
.aether-site-header.is-scrolled { border-color: var(--aether-border); box-shadow: var(--aether-shadow); }
.aether-header-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 1rem; gap: 2rem; }
.aether-site-title { font-family: var(--aether-font-heading); font-weight: 800; font-size: 1.3rem; }
.aether-nav-menu { display: flex; gap: 2rem; }
.aether-nav-menu a { font-weight: 500; color: var(--aether-text-muted); transition: color var(--aether-speed); }
.aether-nav-menu a:hover, .aether-nav-menu .current-menu-item > a { color: var(--aether-text); }
.aether-header-actions { display: flex; align-items: center; gap: .75rem; }
.aether-icon-btn, .aether-theme-toggle {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--aether-border);
	background: var(--aether-surface); color: var(--aether-text);
	transition: border-color var(--aether-speed), transform var(--aether-speed);
}
.aether-icon-btn:hover, .aether-theme-toggle:hover { border-color: var(--aether-accent); transform: translateY(-1px); }
.aether-theme-toggle__icon { position: absolute; transition: opacity var(--aether-speed), transform var(--aether-speed); }
.aether-theme-toggle__icon--moon { opacity: 0; transform: scale(.6) rotate(-30deg); }
[data-theme="dark"] .aether-theme-toggle__icon--sun { opacity: 0; transform: scale(.6) rotate(30deg); }
[data-theme="dark"] .aether-theme-toggle__icon--moon { opacity: 1; transform: scale(1) rotate(0); }
.aether-cart-count {
	position: absolute; top: -4px; right: -4px; background: var(--aether-accent); color: #fff;
	font-size: .65rem; min-width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.aether-menu-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; padding: .5rem; }
.aether-menu-toggle span { width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.aether-breadcrumbs-wrap { padding-block: .75rem; font-size: .85rem; color: var(--aether-text-muted); }
.aether-breadcrumbs ol { display: flex; gap: .4rem; flex-wrap: wrap; }
.aether-breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: .4rem; opacity: .5; }

/* ---------- 6. Hero ---------- */
.aether-hero { position: relative; overflow: hidden; padding-block: clamp(4rem, 10vw, 8rem) clamp(3rem, 6vw, 5rem); }
.aether-hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.aether-hero-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .35; }
.aether-hero-blob--1 { width: 480px; height: 480px; background: var(--aether-accent); top: -180px; right: -120px; }
.aether-hero-blob--2 { width: 380px; height: 380px; background: var(--aether-accent-light); bottom: -160px; left: -100px; opacity: .25; }
.aether-hero-grid {
	position: absolute; inset: 0;
	background-image: linear-gradient(var(--aether-border) 1px, transparent 1px), linear-gradient(90deg, var(--aether-border) 1px, transparent 1px);
	background-size: 56px 56px; opacity: .3;
	mask-image: radial-gradient(circle at 50% 30%, black, transparent 70%);
}
.aether-hero-inner { position: relative; z-index: 1; text-align: center; max-width: 900px; margin-inline: auto; }
.aether-hero-headline { margin-bottom: .6em; }
.aether-hero-subhead { font-size: 1.15rem; color: var(--aether-text-muted); max-width: 62ch; margin-inline: auto 1.5em; }
.aether-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.aether-hero-proof { display: flex; justify-content: center; gap: clamp(1.5rem, 5vw, 3.5rem); flex-wrap: wrap; }
.aether-hero-proof-item { display: flex; flex-direction: column; }
.aether-hero-proof-item strong { font-size: 1.4rem; font-family: var(--aether-font-heading); }
.aether-hero-proof-item span { font-size: .85rem; color: var(--aether-text-muted); }

/* ---------- 7. Sections (generic) ---------- */
.aether-section { padding-block: clamp(3rem, 6vw, 5.5rem); }
.aether-section-header { max-width: 640px; margin-bottom: 2.5rem; }
.aether-section-header p { color: var(--aether-text-muted); }
.aether-section-footer-cta { text-align: center; margin-top: 2.5rem; }
.aether-empty-state { text-align: center; padding: 3rem 1rem; color: var(--aether-text-muted); }

/* ---------- 8. Portfolio ---------- */
.aether-portfolio-filters { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2rem; }
.aether-filter-btn {
	background: var(--aether-surface); border: 1px solid var(--aether-border); border-radius: 999px;
	padding: .5rem 1.1rem; font-size: .88rem; font-weight: 600; color: var(--aether-text-muted);
	transition: all var(--aether-speed) var(--aether-ease);
}
.aether-filter-btn.is-active, .aether-filter-btn:hover { background: var(--aether-accent); border-color: var(--aether-accent); color: #fff; }
.aether-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--aether-gap); transition: opacity var(--aether-speed); }
.aether-portfolio-grid.is-loading { opacity: .5; }
.aether-project-card { border-radius: var(--aether-radius-lg); overflow: hidden; background: var(--aether-surface); border: 1px solid var(--aether-border); }
.aether-project-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; display: block; }
.aether-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--aether-ease); }
.aether-project-card:hover .aether-project-card__media img { transform: scale(1.06); }
.aether-project-card__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--aether-accent-light), var(--aether-accent)); }
.aether-project-card__overlay {
	position: absolute; inset: 0; background: rgba(10,10,15,.45); display: flex; align-items: center; justify-content: center;
	opacity: 0; transition: opacity var(--aether-speed) var(--aether-ease);
}
.aether-project-card:hover .aether-project-card__overlay { opacity: 1; }
.aether-project-card__body { padding: 1.25rem 1.4rem; }
.aether-project-card__body h3 { margin-bottom: .25rem; font-size: 1.05rem; }
.aether-project-card__tags { color: var(--aether-text-muted); font-size: .85rem; margin: 0; }

/* Case study */
.aether-case-study__hero { padding-block: 3rem 2rem; text-align: center; }
.aether-case-study__meta { display: flex; gap: 1.75rem; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 1.5rem; }
.aether-case-study__meta div { display: flex; flex-direction: column; text-align: left; }
.aether-case-study__meta span { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--aether-text-muted); }
.aether-case-study__cover { max-width: var(--aether-container); margin-inline: auto; border-radius: var(--aether-radius-lg); overflow: hidden; }
.aether-case-study__body { padding-block: 3rem; }
.aether-case-study__challenge-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.aether-cs-block { background: var(--aether-bg-alt); border-radius: var(--aether-radius-md); padding: 1.75rem; }
.aether-case-study__gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
.aether-case-study__gallery img { border-radius: var(--aether-radius-md); }
.aether-case-study__next { border-top: 1px solid var(--aether-border); padding-block: 2rem; }
.aether-case-study__next a { display: flex; justify-content: space-between; align-items: center; }
.aether-case-study__next span { color: var(--aether-text-muted); font-size: .85rem; }
.aether-case-study__next strong { font-size: 1.3rem; }

/* ---------- 9. Products / Shop ---------- */
.aether-shop-header { padding-block: 2.5rem 1.5rem; text-align: center; }
.aether-shop-toolbar { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.aether-shop-filters { display: flex; gap: .75rem; }
.aether-select {
	padding: .6rem 1rem; border-radius: var(--aether-radius-sm); border: 1px solid var(--aether-border);
	background: var(--aether-surface); color: var(--aether-text);
}
.aether-shop-search { display: flex; }
.aether-shop-search input { padding: .6rem 1rem; border-radius: var(--aether-radius-sm); border: 1px solid var(--aether-border); background: var(--aether-surface); color: var(--aether-text); min-width: 220px; }

.aether-products-grid, ul.products {
	display: grid !important; grid-template-columns: repeat(3, 1fr); gap: var(--aether-gap); list-style: none; padding: 0; margin: 0;
}
#aether-shop-results.is-loading { opacity: .5; transition: opacity var(--aether-speed); }
li.aether-product-card, .aether-product-card {
	list-style: none; border: 1px solid var(--aether-border); border-radius: var(--aether-radius-lg);
	background: var(--aether-surface); overflow: hidden; transition: box-shadow var(--aether-speed), transform var(--aether-speed);
	position: relative;
}
.aether-product-card:hover { box-shadow: var(--aether-shadow); transform: translateY(-4px); }
.aether-product-card__media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--aether-bg-alt); }
.aether-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.aether-product-card__body { padding: 1.25rem 1.4rem 1.5rem; }
.aether-product-card__body h2, .aether-product-card__body h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.aether-price, .aether-product-card .price { font-weight: 700; color: var(--aether-accent); }
.aether-product-card__quickview {
	position: absolute; left: 50%; bottom: 6rem; transform: translate(-50%, 10px);
	background: #fff; color: #14141c; border: none; border-radius: 999px; padding: .5rem 1.1rem; font-size: .8rem; font-weight: 600;
	opacity: 0; transition: opacity var(--aether-speed), transform var(--aether-speed);
}
.aether-product-card:hover .aether-product-card__quickview { opacity: 1; transform: translate(-50%, 0); }
.aether-wishlist-btn {
	position: absolute; top: .75rem; right: .75rem; width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255,255,255,.9); border: none; display: flex; align-items: center; justify-content: center; color: #14141c;
}
.aether-wishlist-btn.is-active { color: #e0245e; }
.aether-ribbon {
	position: absolute; top: .75rem; left: .75rem; z-index: 2; padding: .3rem .7rem; border-radius: 999px;
	font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #fff;
}
.aether-ribbon--sale { background: #e0245e; }
.aether-ribbon--bestseller { background: var(--aether-accent); }
.aether-ribbon--new { background: #16a34a; }

/* Single product */
.aether-single-product { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; padding-block: 2.5rem; }
.aether-single-product__gallery img { border-radius: var(--aether-radius-lg); }
.aether-demo-btn { margin-block: 1rem; }
.aether-product-trust { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .5rem; color: var(--aether-text-muted); font-size: .9rem; }
.aether-product-trust li::before { content: '✓ '; color: var(--aether-accent); font-weight: 700; }
.aether-single-product__tabs { padding-block: 2rem 4rem; }
.woocommerce-tabs ul.tabs { display: flex; gap: 1.5rem; border-bottom: 1px solid var(--aether-border); margin-bottom: 1.5rem; }
.woocommerce-tabs ul.tabs li a { padding-bottom: .75rem; display: inline-block; font-weight: 600; color: var(--aether-text-muted); }
.woocommerce-tabs ul.tabs li.active a { color: var(--aether-accent); border-bottom: 2px solid var(--aether-accent); }
.aether-changelog, .aether-support-list { color: var(--aether-text-muted); }

/* Cart / Checkout / My Account (Woo default markup themed) */
.aether-shop-main-wrap, .woocommerce-cart .aether-container, .woocommerce-checkout .aether-container, .woocommerce-account .aether-container { padding-block: 2rem 4rem; }
table.shop_table { width: 100%; border-collapse: collapse; }
table.shop_table th, table.shop_table td { padding: 1rem; border-bottom: 1px solid var(--aether-border); text-align: left; }
.woocommerce-MyAccount-navigation ul { display: flex; flex-direction: column; gap: .5rem; border-right: 1px solid var(--aether-border); padding-right: 1.5rem; }
.woocommerce-MyAccount-navigation a { padding: .5rem 0; display: block; color: var(--aether-text-muted); font-weight: 600; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--aether-accent); }
.woocommerce-MyAccount-content { padding-left: 1.5rem; }
.aether-license-table { width: 100%; border-collapse: collapse; }
.aether-license-table th, .aether-license-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--aether-border); text-align: left; }

/* ---------- 10. Skills / Testimonials / Blog / Newsletter ---------- */
.aether-skills-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.aether-skill-card { background: var(--aether-surface); border: 1px solid var(--aether-border); border-radius: var(--aether-radius-lg); padding: 1.75rem; }
.aether-skill-icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: var(--aether-radius-sm); background: color-mix(in srgb, var(--aether-accent) 12%, transparent); color: var(--aether-accent); margin-bottom: 1rem; }
.aether-skill-card p { color: var(--aether-text-muted); font-size: .92rem; margin: 0; }

.aether-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.aether-testimonial-card { background: var(--aether-surface); border: 1px solid var(--aether-border); border-radius: var(--aether-radius-lg); padding: 1.75rem; }
.aether-stars { color: #f5a623; letter-spacing: .1em; display: block; margin-bottom: 1rem; }
.aether-testimonial-card blockquote { margin: 0 0 1.25rem; font-size: 1.02rem; }
.aether-testimonial-card figcaption { display: flex; flex-direction: column; }
.aether-testimonial-card figcaption span { color: var(--aether-text-muted); font-size: .85rem; }

.aether-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--aether-gap); }
.aether-blog-grid--listing { grid-template-columns: repeat(2, 1fr); }
.aether-blog-card { border-radius: var(--aether-radius-lg); overflow: hidden; background: var(--aether-surface); border: 1px solid var(--aether-border); }
.aether-blog-card__media { aspect-ratio: 16/10; overflow: hidden; display: block; }
.aether-blog-card__media img { width: 100%; height: 100%; object-fit: cover; }
.aether-blog-card__placeholder { width: 100%; height: 100%; background: var(--aether-bg-alt); }
.aether-blog-card__body { padding: 1.4rem; }
.aether-blog-card__meta { font-size: .78rem; color: var(--aether-text-muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: .5rem; }

.aether-cta-band { background: var(--aether-bg-alt); border-radius: var(--aether-radius-lg); margin-inline: clamp(1rem,4vw,2.5rem); }
.aether-cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-block: 3.5rem; align-items: center; }
.aether-newsletter-form { display: flex; gap: .6rem; margin-top: 1rem; }
.aether-newsletter-form input { flex: 1; padding: .75rem 1rem; border-radius: var(--aether-radius-sm); border: 1px solid var(--aether-border); background: var(--aether-surface); color: var(--aether-text); }
.aether-newsletter-status { min-height: 1.2em; font-size: .85rem; color: var(--aether-accent); margin-top: .5rem; }
.aether-newsletter-status.is-error { color: #e0245e; }
.aether-newsletter-note { font-size: .78rem; color: var(--aether-text-muted); }

/* ---------- 11. Footer ---------- */
.aether-site-footer { border-top: 1px solid var(--aether-border); padding-block: 3.5rem 1.5rem; margin-top: 4rem; background: var(--aether-bg-alt); }
.aether-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 2rem; margin-bottom: 2.5rem; }
.aether-footer-brand p { color: var(--aether-text-muted); font-size: .9rem; max-width: 32ch; }
.aether-social-links { display: flex; gap: .75rem; flex-wrap: wrap; }
.aether-social-links a { font-size: .82rem; color: var(--aether-text-muted); }
.aether-widget-title { font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 1rem; }
.aether-footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--aether-border); padding-top: 1.5rem; font-size: .82rem; color: var(--aether-text-muted); flex-wrap: wrap; gap: 1rem; }
.aether-legal-menu { display: flex; gap: 1.25rem; }

/* ---------- 12. Forms ---------- */
input, textarea, select { font-family: inherit; font-size: 1rem; }
.aether-comment-list textarea, .woocommerce form .form-row input, .woocommerce form .form-row textarea {
	width: 100%; padding: .7rem 1rem; border-radius: var(--aether-radius-sm); border: 1px solid var(--aether-border); background: var(--aether-surface); color: var(--aether-text);
}

/* ---------- 13. Modals / Lightbox ---------- */
.aether-modal { position: fixed; inset: 0; z-index: 999; display: none; }
.aether-modal.is-open { display: block; }
.aether-modal__backdrop { position: absolute; inset: 0; background: rgba(10,10,15,.6); }
.aether-modal__panel { position: relative; max-width: 780px; margin: 6vh auto; background: var(--aether-bg); border-radius: var(--aether-radius-lg); padding: 2rem; max-height: 88vh; overflow: auto; }
.aether-modal__close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; color: var(--aether-text-muted); }
.aether-quick-view { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.aether-quick-view__info .aether-btn { margin-right: .5rem; margin-top: 1rem; }

.aether-lightbox { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; background: rgba(6,6,10,.92); }
.aether-lightbox.is-open { display: flex; }
.aether-lightbox__img { max-width: 90vw; max-height: 88vh; border-radius: var(--aether-radius-md); }
.aether-lightbox__close { position: absolute; top: 1.5rem; right: 1.5rem; font-size: 2rem; color: #fff; background: none; border: none; }

/* ---------- 14. Utilities & animation ---------- */
[data-aos] { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--aether-ease), transform .6s var(--aether-ease); }
[data-aos].aos-visible { opacity: 1; transform: none; }
.aether-tag-list, .aether-tag { display: inline-flex; }
.aether-tag { border: 1px solid var(--aether-border); border-radius: 999px; padding: .3rem .8rem; font-size: .8rem; margin: 0 .4rem .4rem 0; color: var(--aether-text-muted); }

/* ---------- 15. Responsive ---------- */
@media (max-width: 1024px) {
	.aether-portfolio-grid, .aether-products-grid, ul.products, .aether-blog-grid { grid-template-columns: repeat(2, 1fr); }
	.aether-skills-grid, .aether-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
	.aether-footer-grid { grid-template-columns: repeat(3, 1fr); }
	.aether-single-product { grid-template-columns: 1fr; }
	.aether-layout--with-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 782px) {
	.aether-nav-menu { position: fixed; top: 0; right: -100%; height: 100vh; width: min(320px, 85vw); background: var(--aether-bg); flex-direction: column; padding: 5rem 2rem; gap: 1.25rem; transition: right var(--aether-speed) var(--aether-ease); box-shadow: -10px 0 30px rgba(0,0,0,.15); }
	.aether-nav-menu.is-open { right: 0; }
	.aether-menu-toggle { display: flex; }
	.aether-portfolio-grid, .aether-products-grid, ul.products, .aether-blog-grid, .aether-skills-grid, .aether-testimonials-grid, .aether-footer-grid, .aether-case-study__challenge-solution, .aether-case-study__gallery, .aether-cta-inner, .aether-quick-view { grid-template-columns: 1fr !important; }
	.aether-hero-ctas { flex-direction: column; }
	.aether-shop-toolbar { flex-direction: column; align-items: stretch; }
}
