/*
Theme Name: Elenaria Boutique
Theme URI: https://elenaria.local/
Author: Elenaria
Author URI: https://elenaria.local/
Description: Tema profesional y responsive para una boutique de moda femenina, integrado con WooCommerce y diseñado para Elenaria.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elenaria
Tags: e-commerce, custom-logo, custom-menu, featured-images, responsive-layout, woocommerce
*/

:root {
  --el-gold: #BF7D2C;
  --el-beige: #D9B88F;
  --el-terracotta: #BF7534;
  --el-cream: #F2E8E4;
  --el-black: #0D0D0D;
  --el-white: #fffdfb;
  --el-border: rgba(13, 13, 13, .11);
  --el-shadow: 0 18px 50px rgba(13, 13, 13, .10);
  --el-radius: 22px;
  --el-container: 1220px;
  --el-serif: "Cormorant Garamond", Georgia, serif;
  --el-sans: "Montserrat", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--el-black);
  background: var(--el-white);
  font-family: var(--el-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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;
}
.screen-reader-text:focus { width: auto; height: auto; clip: auto; padding: 10px; background: #fff; z-index: 99999; }
.el-container { width: min(calc(100% - 40px), var(--el-container)); margin-inline: auto; }
.el-section { padding: 92px 0; }
.el-section--cream { background: var(--el-cream); }
.el-eyebrow {
  margin: 0 0 8px; color: var(--el-gold); font-size: .76rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
}
.el-section-heading { max-width: 690px; margin: 0 auto 44px; text-align: center; }
.el-section-heading h2, .el-page-hero h1 {
  margin: 0 0 10px; font-family: var(--el-serif); font-weight: 600; font-size: clamp(2.4rem, 5vw, 4rem); line-height: .98;
}
.el-section-heading p { margin: 0; color: rgba(13, 13, 13, .68); }
.el-button, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px;
  border: 1px solid var(--el-gold) !important; border-radius: 999px !important; background: var(--el-gold) !important;
  color: var(--el-white) !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .09em;
  line-height: 1.2 !important; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.el-button:hover, .el-button:focus, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover {
  transform: translateY(-2px); background: var(--el-black) !important; border-color: var(--el-black) !important;
  box-shadow: 0 10px 28px rgba(13, 13, 13, .15);
}
.el-button--dark { background: var(--el-black) !important; border-color: var(--el-black) !important; }
.el-button--dark:hover { background: var(--el-terracotta) !important; border-color: var(--el-terracotta) !important; }
.el-text-link { color: var(--el-gold); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.el-text-link:hover { color: var(--el-black); }

/* Header */
.el-promo-bar { padding: 7px 20px; background: var(--el-gold); color: var(--el-white); text-align: center; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.el-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 253, 251, .96); border-bottom: 1px solid var(--el-border); backdrop-filter: blur(14px); }
.admin-bar .el-site-header { top: 32px; }
.el-header-inner { min-height: 88px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; gap: 30px; }
.el-brand { display: inline-flex; align-items: center; width: fit-content; }
.el-brand img, .custom-logo { width: auto; height: 72px; object-fit: contain; }
.el-site-title { font-family: var(--el-serif); font-size: 2rem; letter-spacing: .18em; }
.el-primary-nav { justify-self: center; }
.el-primary-nav ul { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); margin: 0; padding: 0; list-style: none; }
.el-primary-nav a { position: relative; padding: 31px 0; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.el-primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: var(--el-gold); transform: scaleX(0); transition: transform .25s ease; }
.el-primary-nav a:hover::after, .el-primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.el-header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.el-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--el-border); border-radius: 50%; transition: .25s ease; }
.el-cart:hover { color: var(--el-white); background: var(--el-gold); border-color: var(--el-gold); }
.el-cart svg { width: 20px; height: 20px; }
.el-cart-count { position: absolute; top: -3px; right: -3px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 20px; background: var(--el-black); color: var(--el-white); font-size: .63rem; font-weight: 700; }
.el-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--el-border); border-radius: 50%; background: transparent; cursor: pointer; }
.el-menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--el-black); transition: .25s ease; }

/* Hero */
.el-hero { overflow: hidden; background: var(--el-cream); }
.el-hero-grid { min-height: min(760px, calc(100vh - 123px)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.el-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(35px, 7vw, 100px) 80px max(20px, calc((100vw - var(--el-container)) / 2)); }
.el-hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--el-terracotta); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.el-hero-kicker::before { content: ""; width: 38px; height: 1px; background: var(--el-gold); }
.el-hero h1 { max-width: 620px; margin: 0 0 24px; font-family: var(--el-serif); font-size: clamp(3.6rem, 7.2vw, 7.4rem); font-weight: 500; line-height: .82; letter-spacing: -.04em; }
.el-hero h1 em { display: block; color: var(--el-gold); font-weight: 500; }
.el-hero-copy > p { max-width: 550px; margin: 0 0 34px; color: rgba(13, 13, 13, .68); font-size: 1.02rem; }
.el-hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.el-hero-image { position: relative; min-height: 630px; }
.el-hero-image::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(13,13,13,.12)); pointer-events: none; }
.el-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.el-hero-mark { position: absolute; z-index: 2; right: 32px; bottom: 26px; display: flex; align-items: center; gap: 12px; color: var(--el-white); font-family: var(--el-serif); font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; }
.el-hero-mark::before { content: "✦"; color: var(--el-gold); }

/* Benefits */
.el-benefits { border-bottom: 1px solid var(--el-border); background: var(--el-white); }
.el-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.el-benefit { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 125px; padding: 28px; border-right: 1px solid var(--el-border); }
.el-benefit:last-child { border-right: 0; }
.el-benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid rgba(191,125,44,.38); border-radius: 50%; color: var(--el-gold); font-family: var(--el-serif); font-size: 1.5rem; }
.el-benefit strong { display: block; font-family: var(--el-serif); font-size: 1.35rem; font-weight: 600; line-height: 1.1; }
.el-benefit span { color: rgba(13, 13, 13, .55); font-size: .72rem; }

/* Categories */
.el-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.el-category-card { position: relative; overflow: hidden; min-height: 430px; border-radius: var(--el-radius); background: var(--el-cream); box-shadow: var(--el-shadow); isolation: isolate; }
.el-category-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.3,1); }
.el-category-card::after { content: ""; position: absolute; inset: 35% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(13,13,13,.82)); }
.el-category-card:hover img { transform: scale(1.045); }
.el-category-content { position: absolute; right: 24px; bottom: 24px; left: 24px; color: var(--el-white); }
.el-category-content h3 { margin: 0 0 4px; font-family: var(--el-serif); font-size: 1.75rem; font-weight: 600; }
.el-category-content span { color: var(--el-white); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Products */
.el-products-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 28px !important; margin: 0 !important; padding: 0 !important; }
.el-product-card, .woocommerce ul.products li.product { width: 100% !important; margin: 0 !important; padding: 0 0 22px !important; overflow: hidden; border: 1px solid var(--el-border); border-radius: 18px; background: var(--el-white); transition: transform .25s ease, box-shadow .25s ease; }
.el-product-card:hover, .woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--el-shadow); }
.el-product-image, .woocommerce ul.products li.product a img { aspect-ratio: 4/5; width: 100%; margin: 0 0 18px !important; object-fit: cover; background: var(--el-cream); }
.el-product-info { padding: 0 20px; }
.el-product-info h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0 0 4px; padding: 0 18px !important; font-family: var(--el-serif); font-size: 1.35rem !important; font-weight: 600; }
.el-product-info .price, .woocommerce ul.products li.product .price { display: block; margin: 0 0 16px; padding: 0 18px; color: var(--el-gold) !important; font-weight: 700 !important; }
.woocommerce ul.products li.product .button { margin: 4px 18px 0 !important; min-height: 42px; padding: 10px 17px !important; font-size: .67rem !important; }
.el-empty-catalog { grid-column: 1 / -1; display: grid; place-items: center; min-height: 310px; padding: 60px; border: 1px dashed rgba(191,125,44,.45); border-radius: var(--el-radius); background: linear-gradient(135deg, var(--el-white), var(--el-cream)); text-align: center; }
.el-empty-catalog span { display: block; margin-bottom: 12px; color: var(--el-gold); font-size: 2rem; }
.el-empty-catalog h3 { margin: 0 0 8px; font-family: var(--el-serif); font-size: 2rem; }
.el-empty-catalog p { max-width: 550px; margin: 0; color: rgba(13,13,13,.63); }

/* Brand banner */
.el-brand-banner { overflow: hidden; background: var(--el-black); color: var(--el-white); }
.el-brand-banner-grid { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; }
.el-brand-banner-image { min-height: 560px; }
.el-brand-banner-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.el-brand-banner-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); overflow: hidden; }
.el-brand-banner-copy::after { content: "E"; position: absolute; right: -18px; bottom: -115px; color: rgba(242,232,228,.035); font-family: var(--el-serif); font-size: 27rem; line-height: 1; }
.el-brand-banner-copy h2 { position: relative; z-index: 1; margin: 0 0 22px; font-family: var(--el-serif); font-size: clamp(3.1rem, 5.5vw, 6.2rem); font-weight: 500; line-height: .88; }
.el-brand-banner-copy h2 span { color: var(--el-beige); }
.el-brand-banner-copy p { position: relative; z-index: 1; max-width: 520px; margin: 0 0 32px; color: rgba(255,255,255,.7); }
.el-brand-banner-copy .el-button { position: relative; z-index: 1; align-self: flex-start; }

/* Blog */
.el-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.el-blog-card { overflow: hidden; border: 1px solid var(--el-border); border-radius: var(--el-radius); background: var(--el-white); transition: transform .25s ease, box-shadow .25s ease; }
.el-blog-card:hover { transform: translateY(-5px); box-shadow: var(--el-shadow); }
.el-blog-card-image { aspect-ratio: 16/11; overflow: hidden; background: var(--el-cream); }
.el-blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.el-blog-card:hover .el-blog-card-image img { transform: scale(1.04); }
.el-blog-card-content { padding: 28px; }
.el-blog-card-meta { margin-bottom: 9px; color: var(--el-gold); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.el-blog-card h3 { margin: 0 0 8px; font-family: var(--el-serif); font-size: 1.7rem; font-weight: 600; line-height: 1.08; }
.el-blog-card p { margin: 0 0 16px; color: rgba(13,13,13,.62); font-size: .88rem; }

/* Trust */
.el-trust { padding: 48px 0; border-top: 1px solid var(--el-border); background: var(--el-cream); }
.el-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.el-trust-item { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 15px; padding: 12px 35px; border-right: 1px solid var(--el-border); }
.el-trust-item:last-child { border-right: 0; }
.el-trust-item svg { width: 30px; height: 30px; color: var(--el-gold); }
.el-trust-item strong { display: block; font-family: var(--el-serif); font-size: 1.2rem; line-height: 1.1; }
.el-trust-item span { color: rgba(13,13,13,.58); font-size: .72rem; }

/* Pages and content */
.el-page-hero { padding: 86px 0 72px; background: var(--el-cream); text-align: center; }
.el-page-hero p { max-width: 660px; margin: 12px auto 0; color: rgba(13,13,13,.65); }
.el-content { padding: 76px 0 100px; }
.el-content-narrow { max-width: 820px; margin-inline: auto; }
.el-entry-content h2, .el-entry-content h3 { font-family: var(--el-serif); line-height: 1.1; }
.el-entry-content h2 { margin-top: 2em; font-size: 2.3rem; }
.el-entry-content h3 { font-size: 1.6rem; }
.el-entry-content a { color: var(--el-gold); text-decoration: underline; }
.el-entry-content img { border-radius: var(--el-radius); }
.el-single-meta { color: var(--el-gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.el-single-featured { margin: -24px 0 48px; border-radius: var(--el-radius); }
.el-pagination { margin-top: 48px; }
.el-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.el-pagination a, .el-pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--el-border); border-radius: 50%; }
.el-pagination .current { background: var(--el-gold); color: var(--el-white); border-color: var(--el-gold); }

/* Forms */
.el-form { display: grid; gap: 20px; }
.el-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.el-field label { display: block; margin-bottom: 7px; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.el-field input, .el-field textarea, .el-field select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--el-border); border-radius: 10px; outline: none; background: var(--el-white); color: var(--el-black); transition: border .2s ease, box-shadow .2s ease;
}
.el-field textarea { min-height: 150px; resize: vertical; }
.el-field input:focus, .el-field textarea:focus, .woocommerce form .form-row input.input-text:focus { border-color: var(--el-gold); box-shadow: 0 0 0 3px rgba(191,125,44,.12); }
.el-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.el-contact-info { padding: 42px; border-radius: var(--el-radius); background: var(--el-black); color: var(--el-white); }
.el-contact-info h2 { margin: 0 0 18px; font-family: var(--el-serif); font-size: 2.3rem; }
.el-contact-info p { color: rgba(255,255,255,.68); }
.el-contact-detail { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.el-contact-detail strong { display: block; color: var(--el-beige); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.el-notice { margin-bottom: 28px; padding: 15px 18px; border-left: 3px solid var(--el-gold); border-radius: 6px; background: var(--el-cream); }
.el-notice--error { border-left-color: var(--el-terracotta); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: rgba(13,13,13,.55); font-size: .75rem; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 34px; }
.woocommerce .woocommerce-ordering select { padding: 11px 36px 11px 14px; border: 1px solid var(--el-border); border-radius: 8px; background: var(--el-white); }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100% !important; float: none !important; }
.woocommerce div.product .product_title { font-family: var(--el-serif); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; line-height: .95; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--el-gold); font-size: 1.4rem; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--el-gold); background: var(--el-cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--el-gold); }
.woocommerce table.shop_table { border-color: var(--el-border); border-radius: 14px; }
.woocommerce-cart table.cart img { width: 85px; border-radius: 10px; }
.woocommerce-checkout #payment { background: var(--el-cream); border-radius: 14px; }
.woocommerce-checkout #payment div.payment_box { background: var(--el-beige); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--el-beige); }

/* Footer */
.el-site-footer { padding: 82px 0 24px; background: var(--el-black); color: var(--el-white); }
.el-footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1.25fr; gap: clamp(36px, 6vw, 82px); padding-bottom: 58px; }
.el-footer-brand img { width: 126px; height: 126px; margin-bottom: 18px; border-radius: 50%; }
.el-footer-brand p { max-width: 280px; margin: 0; color: rgba(255,255,255,.61); }
.el-footer-title { margin: 0 0 22px; color: var(--el-beige); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.el-footer-links { margin: 0; padding: 0; list-style: none; }
.el-footer-links li { margin-bottom: 9px; }
.el-footer-links a { color: rgba(255,255,255,.68); font-size: .83rem; transition: color .2s; }
.el-footer-links a:hover { color: var(--el-beige); }
.el-newsletter p { margin: 0 0 17px; color: rgba(255,255,255,.61); font-size: .84rem; }
.el-newsletter-form { display: flex; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.35); }
.el-newsletter-form input { min-width: 0; flex: 1; padding: 13px 4px; border: 0; outline: none; background: transparent; color: var(--el-white); }
.el-newsletter-form button { padding: 8px; border: 0; background: transparent; color: var(--el-beige); cursor: pointer; }
.el-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.el-socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--el-white); font-size: .66rem; font-weight: 700; transition: .2s; }
.el-socials a:hover { background: var(--el-gold); border-color: var(--el-gold); }
.el-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .7rem; }

/* 404 */
.el-404 { min-height: 62vh; display: grid; place-items: center; padding: 80px 20px; background: var(--el-cream); text-align: center; }
.el-404 strong { display: block; color: var(--el-gold); font-family: var(--el-serif); font-size: 7rem; line-height: 1; }
.el-404 h1 { margin: 8px 0 12px; font-family: var(--el-serif); font-size: 3rem; }
.el-404 p { margin: 0 0 25px; color: rgba(13,13,13,.65); }

@media (max-width: 1100px) {
  .el-header-inner { grid-template-columns: 150px 1fr 95px; }
  .el-primary-nav ul { gap: 18px; }
  .el-primary-nav a { font-size: .67rem; }
  .el-category-grid { grid-template-columns: repeat(3, 1fr); }
  .el-category-card { min-height: 460px; }
  .el-footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .el-newsletter { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 820px) {
  .admin-bar .el-site-header { top: 46px; }
  .el-container { width: min(calc(100% - 30px), var(--el-container)); }
  .el-section { padding: 70px 0; }
  .el-header-inner { min-height: 75px; grid-template-columns: 1fr auto; }
  .el-brand img, .custom-logo { height: 61px; }
  .el-menu-toggle { display: block; }
  .el-primary-nav { position: fixed; top: 109px; right: 0; bottom: 0; left: 0; display: block; padding: 38px 28px; background: var(--el-white); transform: translateX(100%); opacity: 0; visibility: hidden; transition: .3s ease; }
  .admin-bar .el-primary-nav { top: 121px; }
  .menu-open .el-primary-nav { transform: translateX(0); opacity: 1; visibility: visible; }
  .el-primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .el-primary-nav a { display: block; padding: 16px 0; border-bottom: 1px solid var(--el-border); font-family: var(--el-serif); font-size: 1.8rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .el-primary-nav a::after { display: none; }
  .el-header-actions { grid-row: 1; grid-column: 2; }
  .el-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .el-hero-copy { padding: 75px max(20px, calc((100vw - var(--el-container))/2)) 62px; }
  .el-hero h1 { font-size: clamp(4rem, 16vw, 7rem); }
  .el-hero-image { min-height: 680px; }
  .el-benefits-grid { grid-template-columns: 1fr; }
  .el-benefit { justify-content: flex-start; min-height: 100px; border-right: 0; border-bottom: 1px solid var(--el-border); }
  .el-benefit:last-child { border-bottom: 0; }
  .el-category-grid { grid-template-columns: repeat(2, 1fr); }
  .el-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .el-brand-banner-grid { grid-template-columns: 1fr; }
  .el-brand-banner-copy { grid-row: 1; }
  .el-blog-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .el-trust-grid { grid-template-columns: 1fr; }
  .el-trust-item { border-right: 0; border-bottom: 1px solid var(--el-border); }
  .el-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 20px; }
  .el-footer-grid { grid-template-columns: 1fr 1fr; }
  .el-footer-brand, .el-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .el-promo-bar { font-size: .61rem; }
  .el-header-actions { gap: 7px; }
  .el-cart, .el-menu-toggle { width: 42px; height: 42px; }
  .el-hero-copy { padding-top: 58px; }
  .el-hero h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
  .el-hero-image { min-height: 540px; }
  .el-hero-mark { right: 20px; font-size: .82rem; }
  .el-section-heading { margin-bottom: 32px; }
  .el-category-grid { grid-template-columns: 1fr; }
  .el-category-card { min-height: 510px; }
  .el-products-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .el-brand-banner-image { min-height: 460px; }
  .el-brand-banner-copy { padding: 60px 28px; }
  .el-form-row { grid-template-columns: 1fr; }
  .el-contact-info { padding: 30px 24px; }
  .el-footer-grid { grid-template-columns: 1fr; }
  .el-footer-brand, .el-newsletter { grid-column: auto; }
  .el-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
