/*
Theme Name: Leimu Squishy Child
Theme URI: https://evaravale.com
Description: Child theme for EVARA VALE Squishies based on Hello Elementor.
Author: EVARA VALE Squishies
Template: hello-elementor
Version: 1.0.0
Text Domain: leimu-squishy-child
*/

:root {
  --ev-bg: #fff8f2;
  --ev-ink: #231f20;
  --ev-pink: #ff8fb3;
  --ev-mint: #8be8d2;
  --ev-yellow: #ffd86b;
  --ev-lavender: #bca7ff;
}

body {
  background: var(--ev-bg);
  color: var(--ev-ink);
}

/* EVARA VALE Squishies homepage draft */
.ev-home {
  --ev-bg: #fff8f2;
  --ev-ink: #231f20;
  --ev-muted: #6c5f63;
  --ev-pink: #ff8fb3;
  --ev-pink-dark: #d94f82;
  --ev-mint: #8be8d2;
  --ev-yellow: #ffd86b;
  --ev-lavender: #bca7ff;
  --ev-card: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ev-home :where(h1, h2, h3, p) {
  margin-top: 0;
}

.ev-hero {
  max-width: 1180px;
  margin: 0 auto 56px;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 4vw, 48px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 216, 107, 0.55), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(139, 232, 210, 0.58), transparent 30%),
    linear-gradient(135deg, #ffe7f0 0%, #fff8f2 48%, #e8fff9 100%);
  box-shadow: 0 24px 70px rgba(217, 79, 130, 0.16);
  text-align: center;
}

.ev-hero h1 {
  max-width: 820px;
  margin: 0 auto 18px;
  color: var(--ev-ink);
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: 0;
}

.ev-hero p {
  max-width: 720px;
  margin: 0 auto 30px;
  color: var(--ev-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.ev-home .wp-block-buttons {
  justify-content: center;
  gap: 14px;
}

.ev-home .wp-block-button__link {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
  text-decoration: none;
}

.ev-button-primary .wp-block-button__link {
  background: var(--ev-pink-dark);
  color: #fff;
  box-shadow: 0 12px 28px rgba(217, 79, 130, 0.26);
}

.ev-button-secondary .wp-block-button__link {
  background: #fff;
  color: var(--ev-ink);
  border: 2px solid rgba(35, 31, 32, 0.1);
}

.ev-section,
.ev-feature-grid {
  max-width: 1100px;
  margin: 0 auto 42px;
  padding-left: 20px;
  padding-right: 20px;
}

.ev-section {
  text-align: center;
}

.ev-section h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  color: var(--ev-ink);
  letter-spacing: 0;
}

.ev-section p,
.ev-section li {
  color: var(--ev-muted);
  font-size: 18px;
  line-height: 1.7;
}

.ev-feature-grid {
  gap: 18px;
}

.ev-feature-grid .wp-block-column {
  padding: 26px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 22px;
  background: var(--ev-card);
  box-shadow: 0 14px 38px rgba(35, 31, 32, 0.06);
}

.ev-feature-grid h3 {
  margin-bottom: 8px;
  color: var(--ev-ink);
  font-size: 24px;
  letter-spacing: 0;
}

.ev-feature-grid p {
  color: var(--ev-muted);
  line-height: 1.65;
}

.ev-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 22px auto 0;
  padding: 0;
  list-style: none;
}

.ev-section li {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(35, 31, 32, 0.05);
}

.ev-trust,
.ev-newsletter {
  border-radius: 24px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.ev-trust {
  background: #eafff9;
}

.ev-newsletter {
  background: #fff0bd;
}

@media (max-width: 760px) {
  .ev-hero {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .ev-section ul {
    grid-template-columns: 1fr;
  }

  .ev-feature-grid .wp-block-column {
    margin-bottom: 14px;
  }
}

/* Site header and footer */
.ev-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: #231f20;
  color: #fff;
}

.ev-skip-link:focus {
  left: 12px;
}

.ev-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 242, 0.94);
  border-bottom: 1px solid rgba(35, 31, 32, 0.08);
  backdrop-filter: blur(14px);
}

.ev-header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
}

.ev-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  color: #231f20;
  text-decoration: none;
}

.ev-brand-mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff8fb3, #ffd86b);
  color: #231f20;
  font-weight: 900;
  letter-spacing: 0;
}

.ev-brand-name {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.ev-brand-tagline {
  display: block;
  max-width: 300px;
  margin-top: 3px;
  color: #6c5f63;
  font-size: 12px;
  line-height: 1.25;
}

.ev-primary-nav {
  flex: 1;
}

.ev-menu,
.ev-footer-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-menu a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  color: #231f20;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.ev-menu a:hover,
.ev-menu .current-menu-item > a {
  background: #fff;
  box-shadow: 0 8px 20px rgba(35, 31, 32, 0.06);
}

.ev-cart-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #231f20;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ev-site-main {
  min-height: 54vh;
}

.ev-site-footer {
  margin-top: 72px;
  background: #231f20;
  color: #fff8f2;
}

.ev-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(260px, 2fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 20px 28px;
}

.ev-footer-brand strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.ev-footer-brand p,
.ev-footer-note {
  color: rgba(255, 248, 242, 0.72);
  line-height: 1.6;
}

.ev-footer-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

.ev-footer-menu a {
  color: #fff8f2;
  font-weight: 750;
  text-decoration: none;
}

.ev-footer-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 248, 242, 0.14);
  font-size: 14px;
}

@media (max-width: 980px) {
  .ev-header-inner {
    flex-wrap: wrap;
  }

  .ev-brand {
    flex: 1 1 auto;
  }

  .ev-primary-nav {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ev-menu {
    width: max-content;
  }
}

@media (max-width: 640px) {
  .ev-header-inner {
    flex-wrap: nowrap;
    gap: 12px;
    padding: 10px 14px;
  }

  .ev-brand {
    min-width: 0;
  }

  .ev-brand-text,
  .ev-primary-nav,
  .ev-account-link {
    display: none !important;
  }

  .ev-header-actions {
    display: flex;
    margin-left: auto;
  }

  .ev-brand-mark {
    width: 40px;
    height: 40px;
  }

  .ev-brand-name {
    font-size: 16px;
  }

  .ev-brand-tagline {
    display: none;
  }

  .ev-cart-link {
    min-height: 40px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #ef4f98, #ff655e);
  }

  .ev-footer-inner {
    grid-template-columns: 1fr;
  }

  .ev-footer-menu {
    justify-content: flex-start;
  }
}

/* Visual homepage upgrade */
.ev-home-visual .ev-hero-visual {
  padding: clamp(30px, 4vw, 54px);
  text-align: left;
}

.ev-hero-columns {
  gap: clamp(28px, 5vw, 58px);
  margin-bottom: 0;
}

.ev-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ev-pink-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ev-home-visual .ev-hero h1,
.ev-home-visual .ev-hero p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.ev-home-visual .ev-hero .wp-block-buttons {
  justify-content: flex-start;
}

.ev-hero-image {
  margin: 0;
}

.ev-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(35, 31, 32, 0.14);
}

.ev-trust-strip {
  max-width: 1080px;
  margin: -26px auto 54px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.ev-trust-strip p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35, 31, 32, 0.08);
  color: #6c5f63;
  font-size: 14px;
}

.ev-trust-strip strong,
.ev-trust-strip span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff8f2;
}

.ev-trust-strip strong {
  color: #231f20;
}

.ev-intro {
  margin-bottom: 62px;
}

.ev-category-section {
  max-width: 1120px;
  margin: 0 auto 54px;
  padding: 0 20px;
}

.ev-category-section > h2 {
  margin: 0 0 22px;
  color: #231f20;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  text-align: center;
}

.ev-category-grid {
  gap: 18px;
}

.ev-category-grid .wp-block-column {
  overflow: hidden;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(35, 31, 32, 0.07);
}

.ev-category-image {
  margin: 0;
}

.ev-category-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ev-category-grid h3,
.ev-category-grid p,
.ev-category-grid .wp-block-button {
  margin-left: 22px;
  margin-right: 22px;
}

.ev-category-grid h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  color: #231f20;
  font-size: 24px;
}

.ev-category-grid p {
  margin-bottom: 24px;
  color: #6c5f63;
  line-height: 1.65;
}

.ev-category-card-text {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 216, 107, 0.5), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(139, 232, 210, 0.42), transparent 26%),
    #fff8f2 !important;
}

.ev-category-card-text .wp-block-button {
  margin-top: 4px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .ev-home-visual .ev-hero-visual {
    text-align: center;
  }

  .ev-home-visual .ev-hero h1,
  .ev-home-visual .ev-hero p {
    text-align: center;
  }

  .ev-home-visual .ev-hero .wp-block-buttons {
    justify-content: center;
  }

  .ev-hero-image img {
    aspect-ratio: 4 / 3;
  }

  .ev-trust-strip {
    margin-top: 0;
  }

  .ev-trust-strip p {
    border-radius: 24px;
  }
}

@media (max-width: 700px) {
  .ev-category-grid .wp-block-column {
    margin-bottom: 16px;
  }

  .ev-trust-strip p {
    align-items: stretch;
    flex-direction: column;
  }

  .ev-trust-strip strong,
  .ev-trust-strip span {
    justify-content: center;
  }
}

/* WooCommerce product and shop polish */
.woocommerce .woocommerce-breadcrumb {
  max-width: 1180px;
  margin: 22px auto 8px;
  padding: 0 20px;
  color: #6c5f63;
  font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #d94f82;
  text-decoration: none;
}

.woocommerce-page .site-main,
.woocommerce .site-main,
.woocommerce-page .ev-site-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px 0;
}

.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  color: #231f20;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px 14px 20px;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 31, 32, 0.06);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  background: #fff8f2;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 8px 4px 0;
  color: #231f20;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  padding: 0 4px;
  color: #d94f82;
  font-weight: 850;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
  min-height: 44px;
  border-radius: 999px;
  background: #d94f82;
  color: #fff;
  font-weight: 850;
  line-height: 1.2;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover {
  background: #231f20;
  color: #fff;
}

.woocommerce div.product div.images img {
  border-radius: 24px;
  background: #fff8f2;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #d94f82;
  font-size: 28px;
  font-weight: 900;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #6c5f63;
  font-size: 17px;
  line-height: 1.7;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 14px;
}

@media (max-width: 900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .woocommerce-page .site-main,
  .woocommerce .site-main,
  .woocommerce-page .ev-site-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* Instagram-style UI refresh */
body {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 143, 179, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(139, 232, 210, 0.20), transparent 28%),
    #fff8f2;
}

.home .page-header,
.home .entry-title,
.home h1.entry-title,
.home .wp-block-post-title {
  display: none !important;
}

.ev-site-header {
  transition: padding 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ev-site-header.is-scrolled {
  background: rgba(255, 248, 242, 0.98);
  box-shadow: 0 14px 34px rgba(35, 31, 32, 0.08);
}

.ev-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ev-account-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #231f20;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ev-account-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.10);
}

.ev-home-visual {
  max-width: none !important;
}

.ev-home-visual .ev-hero-visual {
  max-width: 1180px;
  min-height: 610px;
  margin-top: 30px;
  margin-bottom: 48px;
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 143, 179, 0.36), transparent 32%),
    radial-gradient(circle at 84% 22%, rgba(139, 232, 210, 0.52), transparent 36%),
    linear-gradient(135deg, #fff0f6 0%, #fff8f2 44%, #dffff5 100%);
  box-shadow: 0 30px 90px rgba(217, 79, 130, 0.16);
}

.ev-hero-columns {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.ev-hero-columns > .wp-block-column {
  width: auto;
  flex-basis: auto !important;
}

.ev-home-visual .ev-hero h1 {
  max-width: 570px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.ev-home-visual .ev-hero p:not(.ev-kicker) {
  max-width: 520px;
  font-size: 20px;
}

.ev-hero-image img {
  min-height: 430px;
  aspect-ratio: 4 / 3;
  border-radius: 32px;
  object-fit: cover;
  transform: rotate(1.2deg);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.ev-hero-image img:hover {
  transform: rotate(0deg) scale(1.018);
  box-shadow: 0 34px 76px rgba(35, 31, 32, 0.18);
}

.ev-button-primary .wp-block-button__link,
.ev-cart-link {
  background: linear-gradient(135deg, #ff5f9c, #d94f82);
  box-shadow: 0 14px 30px rgba(217, 79, 130, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ev-button-primary .wp-block-button__link:hover,
.ev-cart-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(217, 79, 130, 0.32);
}

.ev-trust-strip p {
  border-radius: 28px;
}

.ev-trust-strip strong,
.ev-trust-strip span {
  gap: 8px;
}

.ev-trust-strip strong::before,
.ev-trust-strip span::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8fb3;
}

.ev-category-grid .wp-block-column,
.ev-feature-grid .wp-block-column,
.ev-newsletter {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ev-category-grid .wp-block-column:hover,
.ev-feature-grid .wp-block-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(35, 31, 32, 0.12);
}

.ev-category-image img {
  transition: transform 420ms ease;
}

.ev-category-grid .wp-block-column:hover .ev-category-image img {
  transform: scale(1.045);
}

.ev-newsletter {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 143, 179, 0.28), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(139, 232, 210, 0.3), transparent 26%),
    #fff0bd;
}

.ev-js .ev-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ev-js .ev-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wpcf7 {
  max-width: 760px;
  margin: 28px auto 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(35, 31, 32, 0.08);
}

.wpcf7 form {
  display: grid;
  gap: 16px;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(35, 31, 32, 0.14);
  border-radius: 16px;
  background: #fff8f2;
  color: #231f20;
  font: inherit;
  padding: 12px 14px;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 input[type='submit'] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5f9c, #d94f82);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 13px 24px;
}

.ev-contact-note {
  text-align: center;
  color: #6c5f63;
  font-size: 14px;
}

.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(35, 31, 32, 0.06);
}

@media (max-width: 980px) {
  .ev-header-actions {
    margin-left: auto;
  }

  .ev-hero-columns {
    grid-template-columns: 1fr;
  }

  .ev-home-visual .ev-hero h1,
  .ev-home-visual .ev-hero p:not(.ev-kicker) {
    max-width: 720px;
  }

  .ev-hero-image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
    transform: none;
  }
}

@media (max-width: 640px) {
  .ev-account-link {
    min-height: 40px;
    padding: 8px 12px;
  }

  .ev-home-visual .ev-hero-visual {
    min-height: 0;
    margin-top: 10px;
    border-radius: 24px;
  }

  .ev-home-visual .ev-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .ev-home-visual .ev-hero p:not(.ev-kicker) {
    font-size: 17px;
  }
}

/* Hide default page title on the custom homepage */
body.home .site-main > .page-header,
body.page-id-14 .site-main > .page-header,
.site-main.post-14 > .page-header {
  display: none !important;
}

/* Dynamic image UI trial v1 */
.ev-hero-visual {
  --mx: 0;
  --my: 0;
  isolation: isolate;
}

.ev-hero-visual::before,
.ev-hero-visual::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.72;
}

.ev-hero-visual::before {
  width: 310px;
  height: 310px;
  left: 5%;
  top: 9%;
  background: radial-gradient(circle, rgba(255, 95, 156, 0.42), rgba(255, 216, 107, 0.22) 55%, transparent 72%);
  animation: ev-blob-drift-a 9s ease-in-out infinite alternate;
}

.ev-hero-visual::after {
  width: 380px;
  height: 380px;
  right: -6%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(139, 232, 210, 0.54), rgba(188, 167, 255, 0.22) 58%, transparent 74%);
  animation: ev-blob-drift-b 11s ease-in-out infinite alternate;
}

.ev-hero-visual .ev-hero-columns {
  position: relative;
  z-index: 2;
}

.ev-hero-image {
  position: relative;
  perspective: 1000px;
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--my) * -6px), 0);
  transition: transform 180ms ease-out;
}

.ev-hero-image::before {
  content: '';
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255, 95, 156, 0.22), rgba(139, 232, 210, 0.24), rgba(255, 216, 107, 0.18));
  filter: blur(18px);
  opacity: 0.85;
  animation: ev-soft-pulse 3.8s ease-in-out infinite;
}

.ev-hero-image img {
  transform: rotate(1.2deg) translate3d(calc(var(--mx) * 12px), calc(var(--my) * 10px), 0) scale(1.01);
  animation: ev-hero-float 5.5s ease-in-out infinite;
  will-change: transform;
}

.ev-float-stack {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.ev-float-chip {
  position: absolute;
  width: clamp(78px, 10vw, 132px);
  aspect-ratio: 1 / 1;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 44px rgba(35, 31, 32, 0.16);
  animation: ev-chip-float 6.8s ease-in-out infinite;
  animation-delay: var(--delay);
  will-change: transform;
}

.ev-float-chip img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.ev-float-chip.chip-food {
  right: 8%;
  top: 10%;
  transform: rotate(-8deg) translate3d(calc(var(--mx) * -18px), calc(var(--my) * -12px), 0);
}

.ev-float-chip.chip-animal {
  right: 4%;
  bottom: 13%;
  transform: rotate(9deg) translate3d(calc(var(--mx) * 16px), calc(var(--my) * 14px), 0);
}

.ev-float-chip.chip-hero {
  left: 48%;
  bottom: 7%;
  width: clamp(70px, 8vw, 108px);
  transform: rotate(-4deg) translate3d(calc(var(--mx) * -12px), calc(var(--my) * 10px), 0);
}

.ev-kicker {
  position: relative;
  overflow: hidden;
}

.ev-kicker::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: translateX(-120%);
  animation: ev-sheen 3.4s ease-in-out infinite;
}

.ev-category-grid .wp-block-column {
  position: relative;
  isolation: isolate;
}

.ev-category-grid .wp-block-column::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 143, 179, 0.18), rgba(139, 232, 210, 0.16));
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ev-category-grid .wp-block-column:hover::after {
  opacity: 1;
  transform: scale(1.02);
}

.ev-button-primary .wp-block-button__link {
  background-size: 180% 180%;
  animation: ev-button-glow 4s ease infinite;
}

@keyframes ev-blob-drift-a {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(34px, 28px, 0) scale(1.12); }
}

@keyframes ev-blob-drift-b {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-42px, -24px, 0) scale(1.08); }
}

@keyframes ev-soft-pulse {
  0%, 100% { opacity: 0.62; transform: scale(0.98); }
  50% { opacity: 0.96; transform: scale(1.03); }
}

@keyframes ev-hero-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes ev-chip-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -16px; }
}

@keyframes ev-sheen {
  0%, 45% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

@keyframes ev-button-glow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 980px) {
  .ev-float-chip.chip-food {
    right: 4%;
    top: 44%;
  }

  .ev-float-chip.chip-animal {
    right: auto;
    left: 4%;
    bottom: 8%;
  }

  .ev-float-chip.chip-hero {
    display: none;
  }
}

@media (max-width: 640px) {
  .ev-float-stack {
    display: none;
  }

  .ev-hero-image img {
    animation-duration: 7s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-hero-visual::before,
  .ev-hero-visual::after,
  .ev-hero-image::before,
  .ev-hero-image img,
  .ev-float-chip,
  .ev-kicker::after,
  .ev-button-primary .wp-block-button__link {
    animation: none !important;
  }

  .ev-js .ev-reveal {
    opacity: 1;
    transform: none;
  }
}

/* EVARA VALE Squishies homepage v2 - premium editorial trial */
body.home .site-main > .page-header,
body.page-id-14 .site-main > .page-header,
body.page-id-14 .entry-title,
.site-main.post-14 > .page-header {
  display: none !important;
}

.ev-float-stack,
.ev-home-v2 .ev-orb,
.ev-home-v2 .ev-sticker,
.ev-home-v2 .ev-sparkle {
  display: none !important;
}

.ev-home-v2 {
  --ev-v2-ink: #1f1c1d;
  --ev-v2-muted: #766d6c;
  --ev-v2-paper: #fff9f4;
  --ev-v2-panel: #f6ece4;
  --ev-v2-rose: #e84f91;
  --ev-v2-coral: #ff8a70;
  --ev-v2-mint: #92dfcf;
  --ev-v2-line: rgba(31, 28, 29, 0.12);
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 84px;
  color: var(--ev-v2-ink);
  background:
    linear-gradient(180deg, #fffaf6 0%, #fff6ef 48%, #fffaf6 100%);
}

.ev-home-v2 > .wp-block-group__inner-container,
.ev-home-v2 .wp-block-group__inner-container {
  max-width: none;
}

.ev-home-v2 p,
.ev-home-v2 h1,
.ev-home-v2 h2,
.ev-home-v2 h3 {
  letter-spacing: 0;
}

.ev-hero-v2 {
  --mx: 0;
  --my: 0;
  position: relative;
  isolation: isolate;
  width: min(1240px, calc(100vw - 48px));
  min-height: 660px;
  margin: 34px auto 26px !important;
  padding: clamp(30px, 5vw, 62px) !important;
  display: grid !important;
  grid-template-columns: minmax(310px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at calc(78% + (var(--mx) * 6%)) calc(18% + (var(--my) * 5%)), rgba(146, 223, 207, 0.46), transparent 36%),
    linear-gradient(135deg, #fff2e8 0%, #f7ebe4 44%, #e8faf4 100%);
  box-shadow: 0 30px 80px rgba(83, 45, 32, 0.12);
}

.ev-hero-v2::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  pointer-events: none;
}

.ev-hero-v2-copy {
  max-width: 545px !important;
  margin: 0 !important;
  position: relative;
  z-index: 2;
}

.ev-hero-v2 .ev-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  color: #8b6262;
}

.ev-hero-v2 h1 {
  max-width: 650px;
  margin: 0 0 24px;
  font-size: clamp(54px, 7.4vw, 96px);
  line-height: 0.9;
  font-weight: 950;
  color: var(--ev-v2-ink);
  text-wrap: balance;
}

.ev-hero-v2-copy > p:not(.ev-kicker) {
  max-width: 450px;
  margin: 0 0 30px;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.52;
  color: var(--ev-v2-muted);
}

.ev-home-v2 .wp-block-buttons {
  gap: 12px;
  align-items: center;
}

.ev-home-v2 .wp-block-button__link {
  min-height: 48px;
  padding: 15px 22px !important;
  border-radius: 999px !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.ev-home-v2 .ev-button-primary .wp-block-button__link {
  color: #fff !important;
  background: var(--ev-v2-rose) !important;
  box-shadow: 0 16px 34px rgba(232, 79, 145, 0.26);
}

.ev-home-v2 .ev-button-secondary .wp-block-button__link {
  color: var(--ev-v2-ink) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(31, 28, 29, 0.13);
}

.ev-home-v2 .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.ev-hero-v2-image {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  justify-self: stretch;
}

.ev-hero-v2-image img {
  display: block;
  width: 100%;
  height: min(68vh, 650px);
  min-height: 470px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(55, 41, 35, 0.18);
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 8px), 0) scale(1.012);
  animation: ev-v2-float 7s ease-in-out infinite;
}

.ev-proof-strip {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto 84px !important;
  padding: 0 !important;
}

.ev-proof-strip p {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--ev-v2-line);
  border-bottom: 1px solid var(--ev-v2-line);
}

.ev-proof-strip span {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--ev-v2-line);
  font-size: 13px;
  font-weight: 850;
  color: #4a3d3a;
  text-align: center;
}

.ev-proof-strip span:last-child {
  border-right: 0;
}

.ev-editorial-band,
.ev-category-v2,
.ev-product-direction,
.ev-newsletter-v2 {
  width: min(1120px, calc(100vw - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.ev-editorial-band {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(26px, 6vw, 90px);
  align-items: end;
  margin-bottom: 72px !important;
  padding: 0 !important;
}

.ev-editorial-band h2,
.ev-product-direction h2,
.ev-newsletter-v2 h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.95;
  font-weight: 950;
  color: var(--ev-v2-ink);
  text-wrap: balance;
}

.ev-editorial-band p {
  max-width: 570px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ev-v2-muted);
}

.ev-category-v2 {
  margin-bottom: 82px !important;
}

.ev-category-v2 .wp-block-columns {
  gap: 18px !important;
  margin: 0 !important;
}

.ev-category-v2-card {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 24px;
  border: 1px solid var(--ev-v2-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(83, 45, 32, 0.08);
}

.ev-category-v2-card.is-featured {
  background: #f6fbf6;
}

.ev-category-v2-card figure {
  margin: 0 0 22px !important;
}

.ev-category-v2-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.ev-category-v2-card h3 {
  margin: 0 14px 8px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  font-weight: 950;
}

.ev-category-v2-card p {
  margin: 0 14px;
  max-width: 520px;
  color: var(--ev-v2-muted);
  font-size: 16px;
  line-height: 1.55;
}

.ev-product-direction {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: 84px !important;
  padding: clamp(28px, 5vw, 54px) !important;
  border-radius: 28px;
  background: #211d1e;
  color: #fff;
}

.ev-product-direction h2 {
  color: #fff;
}

.ev-product-direction ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.ev-product-direction li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 15px;
  font-weight: 760;
}

.ev-newsletter-v2 {
  margin-bottom: 0 !important;
  padding: clamp(34px, 6vw, 70px) !important;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffe9f1 0%, #fff2cf 54%, #dff8f0 100%);
  text-align: center;
}

.ev-newsletter-v2 h2 {
  max-width: 720px;
  margin: 0 auto 14px;
}

.ev-newsletter-v2 p {
  margin: 0 auto 26px;
  max-width: 560px;
  color: var(--ev-v2-muted);
  font-size: 18px;
  line-height: 1.55;
}

.ev-js .ev-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.ev-js .ev-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ev-site-header.is-scrolled {
  box-shadow: 0 12px 35px rgba(49, 35, 28, 0.08);
}

@keyframes ev-v2-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

@media (max-width: 960px) {
  .ev-hero-v2,
  .ev-editorial-band,
  .ev-product-direction {
    grid-template-columns: 1fr;
  }

  .ev-hero-v2 {
    width: min(100% - 28px, 680px);
    min-height: auto;
    margin-top: 18px !important;
    padding: 26px !important;
    border-radius: 28px;
  }

  .ev-hero-v2 h1 {
    font-size: clamp(46px, 13vw, 70px);
  }

  .ev-hero-v2-image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 0.82;
    border-radius: 22px;
  }

  .ev-proof-strip,
  .ev-editorial-band,
  .ev-category-v2,
  .ev-product-direction,
  .ev-newsletter-v2 {
    width: min(100% - 28px, 680px);
  }

  .ev-proof-strip p {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-proof-strip span:nth-child(2) {
    border-right: 0;
  }

  .ev-proof-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ev-v2-line);
  }

  .ev-product-direction ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ev-home-v2 {
    padding-bottom: 52px;
  }

  .ev-home-v2 .wp-block-buttons {
    align-items: stretch;
  }

  .ev-home-v2 .wp-block-button,
  .ev-home-v2 .wp-block-button__link {
    width: 100%;
  }

  .ev-proof-strip {
    margin-bottom: 56px !important;
  }

  .ev-editorial-band,
  .ev-category-v2,
  .ev-product-direction {
    margin-bottom: 58px !important;
  }
}

.ev-reduced-motion .ev-hero-v2-image img {
  animation: none !important;
  transform: none !important;
}

.ev-reduced-motion .ev-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ev-hero-v2-image img {
    animation: none !important;
    transform: none !important;
  }

  .ev-js .ev-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* EVARA VALE Squishies homepage v2.1 refinements */
.ev-primary-nav .ev-menu li:has(a[href$="/cart/"]),
.ev-primary-nav .ev-menu li:has(a[href$="/my-account/"]) {
  display: none;
}

.ev-hero-v2 {
  min-height: 610px;
  grid-template-columns: minmax(310px, 0.76fr) minmax(560px, 1.24fr);
}

.ev-hero-v2 h1 {
  max-width: 560px;
  font-size: clamp(58px, 7.2vw, 104px);
}

.ev-hero-v2-copy > p:not(.ev-kicker) {
  max-width: 420px;
}

.ev-hero-v2-image img {
  height: min(44vw, 540px);
  min-height: 420px;
  object-position: center center;
}

@media (max-width: 960px) {
  .ev-hero-v2 {
    grid-template-columns: 1fr;
  }

  .ev-hero-v2-image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.22 / 1;
  }
}

/* EVARA VALE Squishies mobile header and overflow fixes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ev-site-header,
.ev-header-inner,
.ev-site-main,
.ev-home-v2 {
  max-width: 100vw;
}

.ev-primary-nav {
  min-width: 0;
}

@media (max-width: 760px) {
  .ev-site-header {
    overflow: hidden;
  }

  .ev-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ev-brand {
    min-width: 0;
  }

  .ev-brand-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ev-brand-tagline {
    display: none;
  }

  .ev-header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-self: end;
  }

  .ev-account-link,
  .ev-cart-link {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    white-space: nowrap;
  }

  .ev-cart-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ev-primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ev-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .ev-primary-nav .ev-menu {
    width: max-content;
    max-width: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0 0 2px;
    margin: 0;
  }

  .ev-primary-nav .ev-menu a {
    white-space: nowrap;
  }

  .ev-proof-strip p {
    width: 100%;
  }

  .ev-proof-strip span {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .ev-header-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ev-brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .ev-brand-name {
    font-size: 15px;
  }

  .ev-account-link,
  .ev-cart-link {
    height: 40px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }

  .ev-hero-v2 {
    width: calc(100vw - 20px);
    padding: 18px !important;
  }

  .ev-hero-v2 h1 {
    font-size: clamp(46px, 15vw, 60px);
  }

  .ev-proof-strip,
  .ev-editorial-band,
  .ev-category-v2,
  .ev-product-direction,
  .ev-newsletter-v2 {
    width: calc(100vw - 28px);
  }
}

/* EVARA VALE Squishies mobile header hard override */
@media (max-width: 760px) {
  .ev-header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .ev-brand {
    min-width: 0 !important;
    max-width: 100%;
    flex: initial !important;
  }

  .ev-brand-text {
    min-width: 0;
    max-width: 100%;
  }

  .ev-primary-nav {
    order: initial !important;
    flex: initial !important;
    flex-basis: auto !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .ev-header-actions {
    margin-left: 0 !important;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .ev-account-link,
  .ev-cart-link {
    width: 42px;
    min-width: 42px;
    height: 40px;
    min-height: 40px;
    padding: 0 !important;
    font-size: 0 !important;
    overflow: hidden;
  }

  .ev-account-link::before {
    content: "Me";
    font-size: 13px;
    font-weight: 850;
  }

  .ev-cart-link::before {
    content: "Cart";
    font-size: 12px;
    font-weight: 850;
  }

  .ev-brand {
    gap: 9px;
  }
}

/* EVARA VALE Squishies mobile header final containment */
@media (max-width: 760px) {
  .ev-primary-nav {
    overflow: visible !important;
  }

  .ev-primary-nav .ev-menu {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    gap: 6px !important;
  }

  .ev-primary-nav .ev-menu li {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .ev-primary-nav .ev-menu a {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .ev-proof-strip span {
    font-size: 12px;
    line-height: 1.25;
  }
}

@media (max-width: 420px) {
  .ev-primary-nav .ev-menu a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
  }
}

/* EVARA VALE Squishies homepage container containment */
body.page-id-14 .site-main,
body.page-id-14 .page-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}

body.page-id-14 .ev-home-v2 {
  width: 100% !important;
  max-width: 100% !important;
}

/* EVARA VALE Squishies small-screen polish */
@media (max-width: 760px) {
  .ev-primary-nav .ev-menu li:has(a[href$="/cart/"]),
  .ev-primary-nav .ev-menu li:has(a[href$="/my-account/"]) {
    display: list-item !important;
  }

  .ev-hero-v2-copy,
  .ev-hero-v2-copy > p:not(.ev-kicker),
  .ev-editorial-band p,
  .ev-category-v2-card p,
  .ev-product-direction li,
  .ev-newsletter-v2 p {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
  }
}

@media (max-width: 520px) {
  .ev-header-actions {
    display: none !important;
  }

  .ev-header-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ev-primary-nav {
    grid-column: 1 !important;
  }
}

@media (max-width: 420px) {
  .ev-hero-v2 h1 {
    font-size: clamp(42px, 13.6vw, 55px);
    line-height: 0.94;
  }
}

/* EVARA VALE Squishies pink Instagram image refresh */
.ev-home-v2 {
  --ev-v2-ink: #241d22;
  --ev-v2-muted: #7c6570;
  --ev-v2-paper: #fff6fa;
  --ev-v2-panel: #ffeaf3;
  --ev-v2-rose: #ef4f98;
  --ev-v2-coral: #ff8dad;
  --ev-v2-mint: #c8f1e9;
  --ev-v2-line: rgba(132, 72, 98, 0.14);
  background:
    linear-gradient(180deg, #fff5fa 0%, #ffedf5 46%, #fff8fb 100%);
}

.ev-site-header {
  background: rgba(255, 246, 250, 0.94);
}

.ev-brand-mark {
  background: linear-gradient(135deg, #ff8bb8 0%, #ffc1d7 48%, #ffe08f 100%);
}

.ev-cart-link,
.ev-home-v2 .ev-button-primary .wp-block-button__link {
  background: linear-gradient(135deg, #ef4f98 0%, #ff78b6 100%) !important;
  box-shadow: 0 18px 38px rgba(239, 79, 152, 0.28);
}

.ev-hero-v2 {
  background:
    radial-gradient(circle at calc(78% + (var(--mx) * 6%)) calc(18% + (var(--my) * 5%)), rgba(255, 196, 216, 0.62), transparent 34%),
    radial-gradient(circle at 28% 72%, rgba(200, 241, 233, 0.45), transparent 38%),
    linear-gradient(135deg, #fff0f7 0%, #ffe4ef 52%, #fff8fb 100%);
  box-shadow: 0 34px 90px rgba(174, 74, 113, 0.14);
}

.ev-hero-v2::after {
  border-color: rgba(255, 255, 255, 0.76);
}

.ev-hero-v2-image {
  transform-origin: 74% 56%;
  animation: ev-photo-squeeze-card 5.2s ease-in-out infinite;
}

.ev-hero-v2-image img {
  object-position: center center;
  box-shadow: 0 36px 86px rgba(174, 74, 113, 0.20);
  animation: ev-photo-soft-breathe 5.2s ease-in-out infinite;
}

.ev-category-v2-card {
  background: rgba(255, 250, 252, 0.82);
  box-shadow: 0 20px 58px rgba(174, 74, 113, 0.10);
}

.ev-category-v2-card.is-featured {
  background: #fff2f8;
}

.ev-category-v2-card img {
  object-position: center center;
  transition: transform 420ms ease, filter 420ms ease;
}

.ev-category-v2-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) brightness(1.02);
}

.ev-proof-strip p,
.ev-proof-strip span {
  border-color: rgba(132, 72, 98, 0.14);
}

.ev-newsletter-v2 {
  background: linear-gradient(135deg, #ffe0ee 0%, #fff1c9 52%, #ffeef7 100%);
}

@keyframes ev-photo-squeeze-card {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  42% { transform: translateY(-7px) rotate(-0.35deg); }
  55% { transform: translateY(-3px) rotate(0.15deg); }
}

@keyframes ev-photo-soft-breathe {
  0%, 100% { scale: 1.01; filter: saturate(1.02); }
  48% { scale: 1.035; filter: saturate(1.08); }
  58% { scale: 1.018; filter: saturate(1.04); }
}

.ev-reduced-motion .ev-hero-v2-image,
.ev-reduced-motion .ev-hero-v2-image img {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ev-hero-v2-image,
  .ev-hero-v2-image img,
  .ev-category-v2-card img {
    animation: none !important;
    transition: none !important;
  }
}

/* EVARA VALE Squishies full-photo hero treatment */
.ev-hero-v2 {
  display: block !important;
  min-height: 650px;
  padding: clamp(34px, 5.2vw, 68px) !important;
  background: #ffeaf3;
}

.ev-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 240, 247, 0.98) 0%, rgba(255, 240, 247, 0.92) 28%, rgba(255, 240, 247, 0.34) 58%, rgba(255, 240, 247, 0.04) 100%),
    radial-gradient(circle at 22% 70%, rgba(255, 196, 216, 0.54), transparent 36%);
  pointer-events: none;
}

.ev-hero-v2-copy {
  position: relative;
  z-index: 3;
  min-height: calc(650px - clamp(34px, 5.2vw, 68px) * 2);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.ev-hero-v2-image {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  animation: ev-photo-squeeze-card 5.2s ease-in-out infinite;
}

.ev-hero-v2-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 36px;
  object-fit: cover;
  object-position: center center;
  box-shadow: none;
  transform: none !important;
  animation: ev-photo-soft-breathe 5.2s ease-in-out infinite;
}

.ev-hero-v2 .ev-kicker {
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(174, 74, 113, 0.10);
}

@media (max-width: 960px) {
  .ev-hero-v2 {
    min-height: 720px;
    padding: 24px !important;
  }

  .ev-hero-v2::before {
    background:
      linear-gradient(180deg, rgba(255, 240, 247, 0.98) 0%, rgba(255, 240, 247, 0.92) 44%, rgba(255, 240, 247, 0.16) 76%, rgba(255, 240, 247, 0.02) 100%);
  }

  .ev-hero-v2-copy {
    min-height: 390px;
    justify-content: flex-start;
  }

  .ev-hero-v2-image img {
    object-position: 62% center;
  }
}

@media (max-width: 520px) {
  .ev-hero-v2 {
    min-height: 720px;
    border-radius: 26px;
  }

  .ev-hero-v2-image img {
    border-radius: 26px;
    object-position: 64% center;
  }
}

/* EVARA VALE Squishies mobile pink hero polish */
@media (max-width: 640px) {
  .ev-hero-v2-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .ev-hero-v2-copy > p:not(.ev-kicker) {
    width: min(100%, 318px) !important;
    max-width: min(100%, 318px) !important;
    font-size: 17px;
    line-height: 1.5;
  }

  .ev-hero-v2 .wp-block-buttons {
    width: 100%;
    max-width: 100%;
  }

  .ev-proof-strip p {
    grid-template-columns: 1fr !important;
    border-bottom: 0;
  }

  .ev-proof-strip span,
  .ev-proof-strip span:nth-child(2),
  .ev-proof-strip span:nth-child(-n + 2) {
    width: 100%;
    min-height: 54px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(132, 72, 98, 0.14) !important;
    font-size: 13px;
    overflow-wrap: break-word;
  }

  .ev-editorial-band p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 420px) {
  .ev-hero-v2-copy > p:not(.ev-kicker) {
    width: min(100%, 300px) !important;
    max-width: min(100%, 300px) !important;
  }
}

/* EVARA VALE Squishies mobile editorial text containment */
@media (max-width: 640px) {
  .ev-editorial-band {
    display: block !important;
    overflow: visible !important;
  }

  .ev-editorial-band h2,
  .ev-editorial-band p {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .ev-editorial-band p {
    font-size: 17px;
    line-height: 1.62;
    word-break: normal;
    overflow-wrap: break-word;
  }
}

/* EVARA VALE Squishies v3 realistic squeeze + no black blocks */
.ev-hero-v2 {
  background: #ffeaf4;
  box-shadow: 0 34px 90px rgba(223, 91, 148, 0.16);
}

.ev-hero-v2::before {
  background:
    linear-gradient(90deg, rgba(255, 244, 249, 0.98) 0%, rgba(255, 244, 249, 0.92) 28%, rgba(255, 244, 249, 0.40) 56%, rgba(255, 244, 249, 0.06) 100%),
    radial-gradient(circle at 22% 70%, rgba(255, 186, 214, 0.42), transparent 36%);
}

.ev-hero-v2-image {
  overflow: hidden;
  border-radius: 36px;
  animation: none !important;
}

.ev-hero-v2-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background-image: url("/wp-content/themes/leimu-squishy-child/assets/images/evara-real-squeeze-frame-2.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.006) translateX(2px);
  transform-origin: 72% 54%;
  animation: ev-squeeze-frame 2.6s cubic-bezier(.16, 1, .3, 1) infinite;
  pointer-events: none;
}

.ev-hero-v2-image img {
  animation: ev-squeeze-base 2.6s cubic-bezier(.16, 1, .3, 1) infinite !important;
  object-position: center center;
  filter: saturate(1.03) brightness(1.015);
}

.ev-hero-v2::after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.ev-product-direction {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.74), transparent 34%),
    linear-gradient(135deg, #ffe2ee 0%, #fff4f8 48%, #ffd7e8 100%) !important;
  color: #2a1e25 !important;
  border: 1px solid rgba(219, 94, 146, 0.18);
  box-shadow: 0 28px 74px rgba(223, 91, 148, 0.13);
}

.ev-product-direction h2 {
  color: #2a1e25 !important;
}

.ev-product-direction li {
  color: #5f4250 !important;
  background: rgba(255, 255, 255, 0.66) !important;
  border-color: rgba(219, 94, 146, 0.18) !important;
  box-shadow: 0 12px 30px rgba(223, 91, 148, 0.08);
}

.ev-product-direction .ev-button-primary .wp-block-button__link {
  color: #fff !important;
}

.ev-site-footer {
  background:
    linear-gradient(180deg, #fff3f8 0%, #ffe3ef 100%) !important;
  color: #2a1e25 !important;
  border-top: 1px solid rgba(219, 94, 146, 0.16);
}

.ev-footer-brand p,
.ev-footer-note,
.ev-footer-menu a {
  color: #765563 !important;
}

.ev-footer-brand strong,
.ev-footer-menu a:hover {
  color: #2a1e25 !important;
}

.ev-footer-note {
  border-top-color: rgba(219, 94, 146, 0.16) !important;
}

@keyframes ev-squeeze-frame {
  0%, 32%, 100% {
    opacity: 0;
    transform: scale(1.006) translateX(2px);
  }
  43%, 61% {
    opacity: 1;
    transform: scale(1.016) translateX(0);
  }
  70% {
    opacity: 0;
    transform: scale(1.008) translateX(1px);
  }
}

@keyframes ev-squeeze-base {
  0%, 32%, 100% { transform: scale(1.005); }
  43%, 61% { transform: scale(1.012); }
  70% { transform: scale(1.006); }
}

@media (max-width: 960px) {
  .ev-hero-v2::before {
    background:
      linear-gradient(180deg, rgba(255, 244, 249, 0.98) 0%, rgba(255, 244, 249, 0.90) 40%, rgba(255, 244, 249, 0.18) 74%, rgba(255, 244, 249, 0.03) 100%);
  }

  .ev-hero-v2-image::after,
  .ev-hero-v2-image img {
    background-position: 62% center;
    object-position: 62% center;
  }
}

@media (max-width: 520px) {
  .ev-hero-v2-image {
    border-radius: 26px;
  }

  .ev-hero-v2-image::after,
  .ev-hero-v2-image img {
    background-position: 64% center;
    object-position: 64% center;
  }
}

.ev-reduced-motion .ev-hero-v2-image::after,
.ev-reduced-motion .ev-hero-v2-image img {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ev-hero-v2-image::after,
  .ev-hero-v2-image img {
    animation: none !important;
  }
}

/* EVARA VALE Squishies v3 berry ink instead of hard black */
.ev-home-v2,
.ev-site-header,
.ev-site-footer {
  --ev-berry-ink: #2f222b;
  --ev-berry-soft: #6f5362;
  --ev-berry-muted: #8b6d7b;
}

.ev-home-v2 h1,
.ev-home-v2 h2,
.ev-home-v2 h3,
.ev-brand-name,
.ev-menu a,
.ev-account-link,
.ev-proof-strip span,
.ev-product-direction h2,
.ev-product-direction li,
.ev-footer-brand strong {
  color: var(--ev-berry-ink) !important;
}

.ev-home-v2 p,
.ev-brand-tagline,
.ev-editorial-band p,
.ev-category-v2-card p,
.ev-newsletter-v2 p,
.ev-footer-brand p,
.ev-footer-note,
.ev-footer-menu a {
  color: var(--ev-berry-soft) !important;
}

.ev-hero-v2 h1 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

.ev-product-direction {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(135deg, #ffe9f2 0%, #fff7fa 46%, #ffddeb 100%) !important;
}

.ev-newsletter-v2 h2 {
  color: var(--ev-berry-ink) !important;
}

/* EVARA VALE brand header polish */
.ev-site-header .ev-brand {
  min-width: 0;
  gap: 14px;
}

.ev-site-header .ev-brand-mark {
  position: relative;
  display: inline-flex;
  width: auto;
  height: auto;
  min-width: 0;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 7px;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  color: #ef4f98;
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 1000;
  line-height: 0.88;
  letter-spacing: 0;
}

.ev-site-header .ev-brand-mark::before {
  position: absolute;
  right: -12px;
  top: -8px;
  width: 10px;
  height: 10px;
  content: "";
  background: #c8f1e9;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(239, 79, 152, 0.22);
}

.ev-site-header .ev-brand-word,
.ev-site-header .ev-brand-word-accent {
  display: inline-block;
}

.ev-site-header .ev-brand-word-accent {
  color: #ff655e;
}

.ev-site-header .ev-brand-name {
  color: #2f222b !important;
  font-size: 15px;
  font-weight: 900;
}

.ev-site-header .ev-brand-tagline {
  max-width: 260px;
  color: #8b6d7b !important;
}

.ev-site-header .ev-menu a:hover,
.ev-site-header .ev-menu .current-menu-item > a {
  color: #fff !important;
  background: linear-gradient(135deg, #ef4f98 0%, #ff78b6 48%, #ff655e 100%) !important;
  box-shadow: 0 14px 30px rgba(239, 79, 152, 0.28);
}

.ev-site-header .ev-menu a:focus-visible {
  outline: 3px solid rgba(239, 79, 152, 0.28);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .ev-site-header .ev-brand {
    gap: 10px;
  }

  .ev-site-header .ev-brand-mark {
    font-size: 25px;
  }

  .ev-site-header .ev-brand-name {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .ev-site-header .ev-brand-mark {
    font-size: 22px;
  }

  .ev-site-header .ev-brand-name {
    display: none;
  }
}
