/* Amigo Hogar -- premium corporate + catalog theme */

:root {
  --charcoal: #1c2321;
  --charcoal-soft: #2a3330;
  --emerald: #146b4f;
  --emerald-light: #1f9169;
  --silver: #eef1ef;
  --gray: #6b7570;
  --white: #ffffff;
  --border: #e3e7e4;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-soft: 0 10px 30px rgba(28, 35, 33, 0.08);
  --shadow-strong: 0 20px 50px rgba(28, 35, 33, 0.16);
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; background: var(--emerald); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 999; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; margin: 0; color: var(--charcoal); }
p { margin: 0; color: var(--gray); }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
  font-weight: 700;
  margin-bottom: 10px;
}

.glass {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-soft);
}

.section { padding: 88px 0; }
.alt-bg { background: var(--silver); }
.section-head { margin-bottom: 40px; display: flex; flex-direction: column; gap: 6px; position: relative; }
.section-head h2 { font-size: 2rem; }
.section-head-link { position: absolute; right: 0; top: 4px; font-weight: 600; color: var(--emerald); font-size: 0.9rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn-primary { background: var(--emerald); color: #fff; }
.btn-primary:hover { background: var(--emerald-light); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-outline { border-color: var(--charcoal); color: var(--charcoal); }
.btn-outline:hover { background: var(--charcoal); color: #fff; transform: translateY(-2px); }
.btn-dark { background: var(--charcoal); color: #fff; }
.btn-dark:hover { background: var(--charcoal-soft); transform: translateY(-2px); }
.btn-small { padding: 9px 18px; font-size: 0.82rem; }
.btn-full { width: 100%; }

/* Loader */
.page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--charcoal);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader.loaded { opacity: 0; visibility: hidden; }
.loader-mark {
  font-family: var(--font-display); color: var(--emerald-light);
  font-size: 2rem; letter-spacing: 0.1em;
  animation: pulse 1.1s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 0.4; transform: scale(0.94); } 50% { opacity: 1; transform: scale(1.04); } }

/* Header */
.top-bar { background: var(--charcoal); color: #cfd8d3; font-size: 0.82rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.top-bar-cta a { color: #9fe8c9; font-weight: 600; }
.top-bar-info .dot { margin: 0 8px; opacity: 0.5; }

.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.main-nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.brand-mark { background: var(--emerald); color: #fff; width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 0.94rem; }
.nav-links > a { position: relative; padding: 6px 0; }
.nav-links > a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--emerald); transition: width 0.25s ease; }
.nav-links > a:hover::after { width: 100%; }

.mega-menu-wrap { position: relative; }
.mega-trigger { background: none; border: none; font: inherit; font-weight: 600; cursor: pointer; padding: 6px 0; color: var(--charcoal); }
.mega-menu {
  position: absolute; top: calc(100% + 18px); left: -20px;
  background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-strong);
  min-width: 320px; padding: 14px; display: grid; gap: 4px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: all 0.25s ease; border: 1px solid var(--border);
}
.mega-menu-wrap:hover .mega-menu, .mega-menu-wrap:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-item { padding: 12px 14px; border-radius: var(--radius-sm); display: flex; flex-direction: column; gap: 2px; }
.mega-item:hover { background: var(--silver); }
.mega-item-name { font-weight: 700; }
.mega-item-desc { font-size: 0.8rem; color: var(--gray); font-weight: 400; }
.mega-item-highlight { background: rgba(20,107,79,0.06); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.icon-btn { position: relative; display: flex; padding: 6px; color: var(--charcoal); }
.icon-btn:hover { color: var(--emerald); }
.badge { position: absolute; top: -4px; right: -4px; background: var(--emerald); color: #fff; font-size: 0.62rem; font-weight: 700; border-radius: 999px; padding: 1px 5px; min-width: 16px; text-align: center; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--charcoal); }

/* Flash messages */
.flash-stack { position: fixed; top: 90px; right: 20px; z-index: 600; display: flex; flex-direction: column; gap: 10px; max-width: 320px; }
.flash { padding: 14px 18px; border-radius: var(--radius-sm); font-size: 0.88rem; font-weight: 600; box-shadow: var(--shadow-soft); animation: slideIn 0.3s ease; }
.flash-success { background: var(--emerald); color: #fff; }
.flash-error { background: #b3423b; color: #fff; }
@keyframes slideIn { from { transform: translateX(30px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* Hero */
.hero { padding: 70px 0 90px; background: linear-gradient(160deg, var(--silver) 0%, #fff 60%); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: 2.9rem; margin: 6px 0 18px; letter-spacing: -0.01em; }
.hero-copy p { font-size: 1.05rem; max-width: 460px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 46px; }
.stat { display: flex; flex-direction: column; }
.stat-number { font-family: var(--font-display); font-size: 2.1rem; color: var(--emerald); font-weight: 600; }
.stat-label { font-size: 0.82rem; color: var(--gray); }

.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-strong); width: 100%; height: 420px; object-fit: cover; }
.hero-media-card { position: absolute; bottom: -24px; left: -24px; padding: 18px 22px; border-radius: var(--radius-md); display: flex; flex-direction: column; }
.hero-media-card strong { font-family: var(--font-display); font-size: 1.05rem; }
.hero-media-card span { font-size: 0.82rem; color: var(--gray); }

/* Categories */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.category-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.category-card-image { height: 190px; overflow: hidden; }
.category-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.category-card:hover .category-card-image img { transform: scale(1.08); }
.category-card-body { padding: 22px; }
.category-card-body p { font-size: 0.88rem; margin: 8px 0 12px; }
.link-arrow { color: var(--emerald); font-weight: 700; font-size: 0.86rem; }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 24px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.product-carousel .product-card { scroll-snap-align: start; }
.product-card { position: relative; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.product-card-image { position: relative; display: block; height: 190px; overflow: hidden; background: var(--silver); }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.06); }
.tag { position: absolute; top: 12px; left: 12px; font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em; }
.tag-new { background: var(--emerald); color: #fff; }
.tag-best { background: var(--charcoal); color: #fff; top: 40px; }
.availability { position: absolute; bottom: 12px; left: 12px; font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #fff; }
.availability-inline { font-size: 0.75rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: var(--silver); }
.availability-ok { color: var(--emerald); }
.availability-low { color: #b3752b; }
.product-card-body { padding: 18px; }
.product-card-category { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gray); font-weight: 700; }
.product-card-body h3 { font-size: 1rem; margin: 6px 0 12px; font-family: var(--font-body); font-weight: 700; }
.product-card-footer { display: flex; justify-content: space-between; align-items: center; }
.price { font-weight: 800; color: var(--charcoal); }
.price-large { font-size: 1.8rem; color: var(--emerald); margin: 8px 0 16px; }
.wishlist-toggle-form { position: absolute; top: 12px; right: 12px; }
.wishlist-toggle { background: rgba(255,255,255,0.9); border: none; border-radius: 999px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--charcoal); }
.wishlist-toggle:hover { color: #b3423b; }

/* Split CTA */
.split-cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.split-cta-card { padding: 44px; border-radius: var(--radius-lg); }
.split-cta-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.split-cta-card p { margin-bottom: 22px; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
.testimonial-card { background: #fff; border-radius: var(--radius-md); padding: 28px; box-shadow: var(--shadow-soft); border-left: 3px solid var(--emerald); }
.testimonial-card p { color: var(--charcoal); font-style: italic; margin-bottom: 14px; }
.testimonial-card cite { font-size: 0.84rem; color: var(--gray); font-weight: 700; }
.brand-logos { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; opacity: 0.5; font-weight: 800; letter-spacing: 0.08em; font-size: 0.95rem; }

/* Final CTA */
.final-cta-inner { text-align: center; padding: 64px 40px; border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final-cta-inner h2 { font-size: 2rem; }
.final-cta-inner .hero-actions { justify-content: center; }

/* Page hero */
.page-hero { padding: 60px 0 44px; background: var(--silver); }
.page-hero h1 { font-size: 2.3rem; margin: 8px 0 10px; }
.page-hero p { max-width: 600px; }

/* Shop layout */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.shop-filters { display: flex; flex-direction: column; gap: 6px; position: sticky; top: 100px; }
.shop-filters h3 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; margin: 20px 0 10px; }
.filter-link { padding: 9px 12px; border-radius: var(--radius-sm); font-weight: 600; font-size: 0.92rem; color: var(--gray); }
.filter-link:hover, .filter-link.active { background: var(--silver); color: var(--emerald); }
.filter-search { display: flex; gap: 6px; }
.filter-search input, #live-filter { flex: 1; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); font: inherit; }
.filter-search button { padding: 10px 14px; border-radius: var(--radius-sm); background: var(--charcoal); color: #fff; border: none; cursor: pointer; }
.shop-results-head { margin-bottom: 18px; font-size: 0.9rem; color: var(--gray); font-weight: 600; }
.empty-state { padding: 60px 20px; text-align: center; color: var(--gray); grid-column: 1/-1; display: flex; flex-direction: column; gap: 16px; align-items: center; }

/* Breadcrumbs */
.breadcrumbs { font-size: 0.85rem; color: var(--gray); margin-bottom: 28px; }
.breadcrumbs a:hover { color: var(--emerald); }

/* Product detail */
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 70px; }
.product-gallery-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); height: 420px; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-thumbs { display: flex; gap: 10px; margin-top: 14px; }
.thumb { width: 70px; height: 70px; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; padding: 0; cursor: pointer; background: none; }
.thumb.active { border-color: var(--emerald); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info-meta { display: flex; gap: 14px; align-items: center; margin: 14px 0; }
.sku { font-size: 0.82rem; color: var(--gray); }
.product-description { font-size: 1rem; margin-bottom: 24px; }
.product-actions { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.qty-selector { display: flex; align-items: center; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; }
.qty-selector input { width: 46px; text-align: center; border: none; font: inherit; padding: 10px 0; }
.qty-btn { border: none; background: var(--silver); width: 34px; height: 38px; cursor: pointer; font-size: 1rem; }
.secondary-actions { display: flex; gap: 12px; margin-bottom: 30px; }
.product-specs { margin-top: 28px; }
.product-specs h3 { font-size: 1.1rem; margin-bottom: 12px; }
.product-specs ul { margin: 0; padding-left: 20px; color: var(--gray); }
.related-head { margin-top: 10px; }

/* Cart / checkout */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.cart-row { display: grid; grid-template-columns: 80px 1fr auto auto auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--border); }
.cart-row img { width: 70px; height: 70px; object-fit: cover; border-radius: var(--radius-sm); }
.cart-row-info h3 { font-size: 0.98rem; }
.cart-row-info .sku { display: block; margin: 2px 0; }
.cart-qty-form { display: flex; gap: 8px; align-items: center; }
.cart-row-total { font-weight: 800; }
.cart-remove { background: none; border: none; font-size: 1.3rem; color: var(--gray); cursor: pointer; }
.cart-remove:hover { color: #b3423b; }
.cart-summary { padding: 26px; border-radius: var(--radius-lg); display: flex; flex-direction: column; gap: 14px; position: sticky; top: 100px; }
.summary-row { display: flex; justify-content: space-between; font-size: 0.92rem; }
.summary-total { font-weight: 800; border-top: 1px solid var(--border); padding-top: 12px; }
.summary-note { font-size: 0.8rem; color: var(--gray); }

.checkout-form { padding: 32px; border-radius: var(--radius-lg); }
.checkout-form h3 { margin: 0 0 18px; font-size: 1.1rem; }
.checkout-form h3:not(:first-child) { margin-top: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; }
.form-field input, .form-field textarea { width: 100%; padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border); font: inherit; }
.checkout-form button { margin-top: 22px; }

/* Confirmation */
.confirmation-section { padding: 100px 0; display: flex; justify-content: center; }
.confirmation-card { max-width: 560px; margin: 0 auto; text-align: center; padding: 56px 40px; border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; gap: 16px; }
.confirmation-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--emerald); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.confirmation-message { font-size: 1.05rem; }
.confirmation-details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; text-align: left; }
.confirmation-details div { display: flex; flex-direction: column; background: var(--silver); padding: 14px; border-radius: var(--radius-sm); }
.confirmation-details span { font-size: 0.76rem; color: var(--gray); }
.confirmation-details strong { font-family: var(--font-display); }

/* About */
.about-history-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-history-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); height: 360px; width: 100%; object-fit: cover; }
.about-history-copy p { margin-bottom: 14px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 30px; border-radius: var(--radius-lg); }
.value-card h3 { margin-bottom: 10px; }
.why-us-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why-us-item { padding: 24px; border-radius: var(--radius-md); background: var(--silver); }
.why-us-item strong { display: block; margin-bottom: 8px; font-family: var(--font-display); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 320px 1fr; gap: 40px; margin-bottom: 40px; }
.contact-cards { display: flex; flex-direction: column; gap: 18px; }
.contact-card { padding: 22px; border-radius: var(--radius-md); }
.contact-card h4 { margin-bottom: 6px; font-size: 1rem; }
.contact-form { padding: 32px; border-radius: var(--radius-lg); }
.map-embed { margin-top: 10px; }
.map-placeholder { height: 260px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--silver), #dfe7e2); display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: 600; }

/* FAQ accordion */
.accordion { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.accordion-item { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.accordion-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: #fff; border: none; font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.accordion-icon { transition: transform 0.25s ease; color: var(--emerald); font-size: 1.2rem; }
.accordion-item.open .accordion-icon { transform: rotate(45deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 24px; }
.accordion-panel p { padding-bottom: 20px; }

/* Legal */
.legal-content { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.legal-content h3 { margin-top: 10px; }

/* Error */
.error-section { min-height: 60vh; display: flex; align-items: center; }
.error-content { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.error-code { font-family: var(--font-display); font-size: 6rem; color: var(--emerald); font-weight: 600; }

/* Footer */
.site-footer { background: var(--charcoal); color: #c7d0cb; padding: 70px 0 0; }
.site-footer .brand { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand p { color: #9aa5a0; margin: 16px 0 20px; font-size: 0.9rem; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { color: #fff; font-size: 0.9rem; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col a { color: #9aa5a0; font-size: 0.9rem; }
.footer-col a:hover { color: #fff; }
.footer-contact p { color: #9aa5a0; font-size: 0.88rem; margin-bottom: 6px; }
.newsletter-form label { display: block; font-size: 0.85rem; color: #fff; font-weight: 700; margin-bottom: 8px; }
.newsletter-input { display: flex; gap: 8px; }
.newsletter-input input { flex: 1; padding: 10px 14px; border-radius: var(--radius-sm); border: none; font: inherit; }
.newsletter-input button { background: var(--emerald); color: #fff; border: none; padding: 10px 16px; border-radius: var(--radius-sm); font-weight: 700; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; font-size: 0.78rem; color: #7d8983; flex-wrap: wrap; gap: 8px; }

/* Floating buttons */
.floating-contact, .scroll-top {
  position: fixed; bottom: 26px; width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; z-index: 400;
  box-shadow: var(--shadow-strong); cursor: pointer; border: none;
}
.floating-contact { right: 26px; background: var(--emerald); color: #fff; }
.scroll-top { right: 26px; bottom: 90px; background: var(--charcoal); color: #fff; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; font-size: 1.1rem; }
.scroll-top.visible { opacity: 1; visibility: visible; }

/* Reveal animations */
[data-animate] { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-animate="fade-in"] { transform: none; }
[data-animate].in-view { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .hero-inner, .about-history-grid, .cart-layout, .checkout-layout, .contact-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .values-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filters { position: static; flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { position: fixed; top: 96px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 16px; box-shadow: var(--shadow-soft); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: all 0.25s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-toggle { display: flex; }
  .mega-menu { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .mega-menu-wrap.open .mega-menu { display: grid; }
  .product-grid, .category-grid, .values-grid, .testimonial-grid, .why-us-list, .footer-grid { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 60px 1fr; grid-template-areas: "img info" "qty qty" "total remove"; }
  .split-cta-inner { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 2.1rem; }
}
