@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --eavc-ink: #12342b;
  --eavc-ink-soft: #526b64;
  --eavc-leaf: #18794e;
  --eavc-leaf-deep: #0d5c3b;
  --eavc-mint: #d9f6e8;
  --eavc-aqua: #ddf5f2;
  --eavc-citrus: #e7f65c;
  --eavc-paper: #fbfefc;
  --eavc-surface: rgba(255, 255, 255, 0.86);
  --eavc-surface-strong: #ffffff;
  --eavc-surface-soft: rgba(240, 253, 247, 0.92);
  --eavc-field: rgba(255, 255, 255, 0.92);
  --eavc-glass: rgba(242, 255, 250, 0.68);
  --eavc-glass-strong: rgba(247, 255, 252, 0.82);
  --eavc-glass-edge: rgba(255, 255, 255, 0.9);
  --eavc-glass-glow: rgba(75, 240, 177, 0.28);
  --eavc-aqua-glow: rgba(77, 235, 220, 0.34);
  --eavc-on-accent: #ffffff;
  --eavc-line: rgba(18, 52, 43, 0.13);
  --eavc-line-strong: rgba(18, 52, 43, 0.22);
  --eavc-shadow-sm: 0 12px 32px rgba(7, 65, 45, 0.1);
  --eavc-shadow-lg: 0 30px 86px rgba(4, 54, 37, 0.22);
  --eavc-radius-sm: 12px;
  --eavc-radius-md: 20px;
  --eavc-radius-lg: 30px;
  --eavc-max: 1400px;
  --eavc-reading: 780px;
  --eavc-gutter: clamp(16px, 3vw, 48px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--eavc-paper);
}

body {
  margin: 0;
  color: var(--eavc-ink);
  background:
    radial-gradient(circle at 7% 4%, rgba(112, 248, 194, 0.27), transparent 30rem),
    radial-gradient(circle at 94% 22%, rgba(86, 231, 222, 0.26), transparent 35rem),
    radial-gradient(circle at 48% 72%, rgba(231, 246, 92, 0.12), transparent 28rem),
    var(--eavc-paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.admin-bar .eavc-site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: var(--eavc-leaf-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--eavc-leaf);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid #126bff;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  color: var(--eavc-ink);
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h1 { font-size: clamp(2.45rem, 5vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.3vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }

p,
ul,
ol,
blockquote {
  margin-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.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 {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--eavc-ink);
  background: #fff;
}

.eavc-skip-link {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 16px;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: var(--eavc-leaf-deep);
}

.eavc-skip-link:focus {
  top: 0;
}

.eavc-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  padding: 10px var(--eavc-gutter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(247, 253, 249, 0.8);
  box-shadow: 0 8px 30px rgba(16, 63, 47, 0.05);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.eavc-header-shell {
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) minmax(210px, 330px) auto;
  gap: 24px;
  align-items: center;
  width: min(100%, var(--eavc-max));
  min-height: 64px;
  margin: 0 auto;
}

.eavc-brand {
  display: inline-flex;
  align-items: center;
  width: 171px;
  min-height: 44px;
}

.eavc-brand img {
  width: 171px;
  height: auto;
}

.eavc-primary-menu {
  display: flex;
  gap: clamp(12px, 1.7vw, 26px);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eavc-primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--eavc-ink);
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
}

.eavc-primary-menu a:hover {
  color: var(--eavc-leaf);
}

.eavc-header-search,
.eavc-header-search input {
  min-width: 0;
}

.eavc-header-search {
  position: relative;
}

.eavc-header-search input {
  width: 100%;
  min-height: 44px;
  padding: 10px 48px 10px 16px;
  border: 1px solid var(--eavc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.eavc-header-search button {
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--eavc-leaf);
  transform: translateY(-50%);
}

.eavc-header-actions {
  display: flex;
  gap: 6px;
}

.eavc-icon-link {
  position: relative;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 10px;
  color: var(--eavc-ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.eavc-cart-count {
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  place-items: center;
  color: #fff;
  background: var(--eavc-leaf);
  font-size: 0.7rem;
}

.eavc-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--eavc-line);
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.82);
}

.eavc-menu-icon-close,
.is-menu-open .eavc-menu-icon-open {
  display: none;
}

.is-menu-open .eavc-menu-icon-close {
  display: inline-grid;
}

.eavc-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.eavc-button svg,
.eavc-text-link svg {
  width: 18px;
  transition: transform 180ms ease;
}

.eavc-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
}

.eavc-button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  color: #fff;
  background: var(--eavc-leaf-deep);
  box-shadow: 0 12px 24px rgba(13, 92, 59, 0.2);
}

.eavc-button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: var(--eavc-leaf);
  box-shadow: 0 16px 32px rgba(13, 92, 59, 0.26);
}

.eavc-button-glass,
.eavc-button-quiet,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: var(--eavc-ink);
  border-color: var(--eavc-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.eavc-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  color: var(--eavc-leaf-deep);
  font-weight: 780;
  text-decoration: none;
}

.eavc-text-link:hover svg {
  transform: translateX(4px);
}

.eavc-home,
.eavc-commerce,
.eavc-content-page,
.eavc-functional-page,
.eavc-blog,
.eavc-archive,
.eavc-single,
.eavc-search,
.eavc-not-found,
.eavc-vendor-store {
  width: min(calc(100% - (2 * var(--eavc-gutter))), var(--eavc-max));
  margin: 0 auto;
}

.eavc-hero {
  position: relative;
  min-height: 620px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--eavc-radius-lg);
  box-shadow: var(--eavc-shadow-lg);
  isolation: isolate;
}

.eavc-hero,
.eavc-hero-image,
.eavc-hero-wash {
  overflow: hidden;
}

.eavc-hero-image,
.eavc-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.eavc-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 56% center;
}

.eavc-hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 43, 31, 0.23) 0%, rgba(8, 43, 31, 0.02) 62%),
    linear-gradient(0deg, rgba(5, 37, 27, 0.28), transparent 44%);
}

.eavc-hero-sheet {
  position: relative;
  z-index: 2;
  width: min(49%, 650px);
  margin: 40px 0 72px clamp(24px, 5vw, 78px);
  padding: clamp(26px, 2.6vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  color: var(--eavc-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 255, 246, 0.72));
  box-shadow: 0 24px 70px rgba(4, 48, 33, 0.18), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  animation: eavc-arrive 620ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.eavc-hero-sheet::before,
.eavc-market-dock::before,
.eavc-store-identity::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.7), transparent 34%, transparent 68%, rgba(255, 255, 255, 0.2));
  mask: linear-gradient(#000, transparent 46%);
}

.eavc-hero-sheet h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 4vw, 4.8rem);
}

.eavc-hero-sheet > p {
  max-width: 52ch;
  margin-bottom: 20px;
  color: #31564b;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.eavc-market-search {
  margin-bottom: 18px;
}

.eavc-market-search > label,
.eavc-commerce-search > label,
.eavc-directory-search > label,
.eavc-contact-form label,
.eavc-vendor-dashboard label,
.woocommerce form label {
  display: block;
  margin-bottom: 7px;
  color: #31564b;
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.eavc-market-search-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid var(--eavc-line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 #fff;
}

.eavc-market-search-control > svg {
  flex: 0 0 auto;
  margin-left: 18px;
}

.eavc-market-search-control input {
  flex: 1;
  min-width: 0;
  height: 56px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.eavc-market-search-control button,
.eavc-directory-search button,
.eavc-commerce-search button {
  align-self: stretch;
  min-width: 88px;
  margin: 4px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--eavc-leaf-deep);
  font-weight: 780;
}

.eavc-market-dock {
  position: absolute;
  z-index: 3;
  right: clamp(16px, 3vw, 44px);
  bottom: -42px;
  left: clamp(16px, 3vw, 44px);
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr) 1.08fr;
  gap: 4px;
  min-height: 96px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: rgba(245, 255, 250, 0.84);
  box-shadow: 0 24px 70px rgba(4, 48, 33, 0.22), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  animation: eavc-arrive 620ms 100ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.eavc-market-dock a {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 17px;
  color: var(--eavc-ink);
  font-size: 0.88rem;
  font-weight: 720;
  text-decoration: none;
}

.eavc-market-dock a:hover {
  background: rgba(216, 247, 231, 0.82);
}

.eavc-market-dock-intro,
.eavc-dock-all {
  background: rgba(255, 255, 255, 0.72);
}

.eavc-market-dock small,
.eavc-market-dock strong {
  display: block;
}

.eavc-market-dock small {
  color: var(--eavc-ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
}

.eavc-dock-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--eavc-leaf-deep);
  background: var(--eavc-mint);
}

.eavc-dock-all {
  justify-content: space-between;
}

.eavc-section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.eavc-featured-products {
  padding-top: 64px;
}

.eavc-section-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.eavc-section-heading h2 {
  max-width: 18ch;
  margin-bottom: 8px;
}

.eavc-section-heading p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--eavc-ink-soft);
}

.products,
.eavc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.woocommerce ul.products li.product.eavc-product-card,
.eavc-product-card {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: var(--eavc-surface-strong);
  box-shadow: var(--eavc-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.eavc-product-card:hover {
  border-color: rgba(24, 121, 78, 0.26);
  box-shadow: 0 22px 50px rgba(18, 65, 49, 0.14);
  transform: translateY(-5px);
}

.eavc-save-form {
  margin: 0;
}

.eavc-product-card > .eavc-save-form,
.eavc-product-card > .eavc-save-button {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
}

.eavc-save-button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  place-items: center;
  color: var(--eavc-ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(18, 65, 49, 0.16);
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.eavc-save-button.is-saved {
  color: #fff;
  border-color: var(--eavc-leaf-deep);
  background: var(--eavc-leaf-deep);
}

.eavc-single-save {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--eavc-ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.eavc-store-save-form {
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
}

.eavc-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #edf5f0;
}

.eavc-product-media img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.eavc-product-card:hover .eavc-product-media img {
  transform: scale(1.035);
}

.eavc-sale-badge,
.woocommerce span.onsale {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  left: auto;
  min-width: auto;
  min-height: auto;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--eavc-ink);
  background: var(--eavc-citrus);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.eavc-product-card-body {
  padding: 17px;
}

.eavc-product-category,
.eavc-product-category a {
  overflow: hidden;
  color: var(--eavc-leaf);
  font-size: 0.72rem;
  font-weight: 780;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.eavc-product-card h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.55em;
  margin: 7px 0 3px;
  padding: 0;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.25;
}

.eavc-product-card h2 a {
  color: var(--eavc-ink);
  text-decoration: none;
}

.eavc-card-seller {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  color: var(--eavc-ink-soft);
  font-size: 0.78rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eavc-product-card-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding-top: 14px;
  border-top: 1px solid var(--eavc-line);
}

.eavc-product-price,
.woocommerce ul.products li.product .price {
  margin: 0;
  color: var(--eavc-ink);
  font-size: 1rem;
  font-weight: 800;
}

.eavc-product-price del {
  display: block;
  color: var(--eavc-ink-soft);
  font-size: 0.72rem;
  font-weight: 500;
}

.eavc-card-action .button {
  min-width: 44px;
  min-height: 42px;
  padding: 10px 13px !important;
  font-size: 0.75rem !important;
}

.eavc-card-action .added_to_cart {
  display: block;
  margin-top: 5px;
  font-size: 0.72rem;
  font-weight: 700;
}

.eavc-category-field {
  padding-right: clamp(20px, 4vw, 54px);
  padding-left: clamp(20px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--eavc-radius-lg);
  background:
    radial-gradient(circle at 20% 0%, rgba(231, 246, 92, 0.22), transparent 20rem),
    linear-gradient(135deg, rgba(219, 249, 236, 0.9), rgba(224, 248, 245, 0.76));
  box-shadow: inset 0 1px 0 #fff, var(--eavc-shadow-sm);
}

.eavc-category-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.eavc-category-ribbon a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  color: var(--eavc-ink);
  background: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.eavc-category-ribbon span {
  align-self: end;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.12rem;
  font-weight: 720;
}

.eavc-category-ribbon small {
  color: var(--eavc-ink-soft);
}

.eavc-category-ribbon svg {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
}

.eavc-seller-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--eavc-line);
  border-bottom: 1px solid var(--eavc-line);
}

.eavc-seller-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 100px;
  padding: 16px;
  border-right: 1px solid var(--eavc-line);
  color: var(--eavc-ink);
  text-decoration: none;
}

.eavc-seller-item:last-child {
  border-right: 0;
}

.eavc-seller-item img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.eavc-seller-item strong,
.eavc-seller-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eavc-seller-item small {
  color: var(--eavc-ink-soft);
  font-size: 0.72rem;
}

.eavc-origin-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: end;
}

.eavc-origin-copy {
  max-width: 760px;
}

.eavc-origin-mark {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 50%;
  place-items: center;
  color: var(--eavc-leaf-deep);
  background: var(--eavc-citrus);
}

.eavc-origin-copy p {
  color: var(--eavc-ink-soft);
  font-size: 1.08rem;
}

.eavc-values-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--eavc-line-strong);
}

.eavc-values-list span {
  padding: 22px 8px;
  border-bottom: 1px solid var(--eavc-line);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

.eavc-story-grid,
.eavc-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.eavc-story-card {
  overflow: hidden;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: #fff;
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-story-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--eavc-mint);
}

.eavc-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eavc-story-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--eavc-leaf);
}

.eavc-story-placeholder svg {
  width: 58px;
  height: 58px;
}

.eavc-story-body {
  padding: 22px;
}

.eavc-story-meta {
  margin-bottom: 8px;
  color: var(--eavc-leaf);
  font-size: 0.76rem;
  font-weight: 760;
  text-transform: uppercase;
}

.eavc-story-card h3 a {
  color: var(--eavc-ink);
  text-decoration: none;
}

.eavc-story-body > p:not(.eavc-story-meta) {
  color: var(--eavc-ink-soft);
}

.eavc-page-hero,
.eavc-commerce-hero {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  margin: 22px 0 34px;
  padding: clamp(38px, 6vw, 84px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--eavc-radius-lg);
  background:
    radial-gradient(circle at 88% 15%, rgba(231, 246, 92, 0.35), transparent 18rem),
    linear-gradient(135deg, rgba(217, 247, 232, 0.92), rgba(221, 245, 242, 0.88));
  box-shadow: inset 0 1px 0 #fff, var(--eavc-shadow-sm);
}

.eavc-page-hero h1 {
  max-width: 14ch;
}

.eavc-page-hero p,
.eavc-commerce-hero p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--eavc-ink-soft);
}

.eavc-page-content,
.eavc-commerce-content {
  margin-bottom: clamp(64px, 8vw, 112px);
}

.eavc-content-page .eavc-page-content > :not(.alignwide):not(.alignfull):not(.eavc-seller-directory):not(.eavc-vendor-dashboard),
.eavc-single .eavc-article-content > * {
  max-width: var(--eavc-reading);
  margin-right: auto;
  margin-left: auto;
}

.eavc-page-content > p,
.eavc-article-content > p,
.eavc-page-content > ul,
.eavc-page-content > ol {
  color: #36574e;
  font-size: 1.03rem;
}

.eavc-legacy-row {
  display: grid;
  grid-template-columns: repeat(60, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
  margin-bottom: 28px;
}

.eavc-legacy-col { grid-column: span 60; min-width: 0; }
.eavc-col-1-2 { grid-column: span 30; }
.eavc-col-1-3 { grid-column: span 20; }
.eavc-col-2-3 { grid-column: span 40; }
.eavc-col-1-4 { grid-column: span 15; }
.eavc-col-3-4 { grid-column: span 45; }
.eavc-col-1-5 { grid-column: span 12; }
.eavc-col-2-5 { grid-column: span 24; }
.eavc-col-3-5 { grid-column: span 36; }
.eavc-col-4-5 { grid-column: span 48; }

.eavc-legacy-col > img {
  margin: 0 auto 14px;
  border-radius: var(--eavc-radius-md);
}

.page-id-4433 .eavc-page-content [style*="text-align"] {
  text-align: left !important;
}

.eavc-contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.eavc-contact-layout section,
.eavc-review-card {
  padding: 24px;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-contact-layout h2 {
  font-size: 1.35rem;
}

.eavc-contact-layout address {
  color: var(--eavc-ink-soft);
  font-style: normal;
}

.eavc-contact-card {
  max-width: 800px;
}

.eavc-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eavc-review-rating {
  color: #9a6f00;
  letter-spacing: 0.08em;
}

.eavc-review-card blockquote {
  margin: 0 0 18px;
  color: var(--eavc-ink);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.eavc-commerce-search {
  width: min(100%, 420px);
}

.eavc-commerce-search > div,
.eavc-directory-search > div {
  display: flex;
  min-height: 50px;
  border: 1px solid var(--eavc-line);
  border-radius: 999px;
  background: #fff;
}

.eavc-commerce-search input,
.eavc-directory-search input {
  flex: 1;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  border-radius: inherit;
  outline: 0;
  background: transparent;
}

.eavc-commerce-search button {
  min-width: 48px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 26px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.eavc-contact-form input,
.eavc-contact-form textarea,
.eavc-vendor-dashboard input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.eavc-vendor-dashboard select,
.eavc-vendor-dashboard textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--eavc-line-strong);
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, 0.9);
}

.woocommerce textarea,
.eavc-contact-form textarea,
.eavc-vendor-dashboard textarea {
  min-height: 130px;
  resize: vertical;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus,
.eavc-contact-form input:focus,
.eavc-contact-form textarea:focus,
.eavc-vendor-dashboard input:focus,
.eavc-vendor-dashboard select:focus,
.eavc-vendor-dashboard textarea:focus {
  border-color: var(--eavc-leaf);
  box-shadow: 0 0 0 3px rgba(24, 121, 78, 0.14);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(30px, 6vw, 82px);
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-lg);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--eavc-shadow-sm);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images img {
  border-radius: var(--eavc-radius-md);
}

.woocommerce div.product .product_title {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--eavc-leaf-deep);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
}

.eavc-product-seller {
  display: inline-flex;
  gap: 6px;
  margin: 16px 0;
  padding: 8px 12px;
  border: 1px solid var(--eavc-line);
  border-radius: 999px;
  background: var(--eavc-mint);
  font-size: 0.82rem;
}

.woocommerce div.product form.cart {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin: 24px 0;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--eavc-line-strong);
  border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  padding: 0;
  border-bottom: 1px solid var(--eavc-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  min-height: 44px;
  padding: 12px 16px;
}

.woocommerce nav.woocommerce-pagination,
.navigation.pagination {
  margin: 34px 0;
}

.woocommerce nav.woocommerce-pagination ul {
  overflow: hidden;
  border: 1px solid var(--eavc-line);
  border-radius: 999px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: var(--eavc-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px;
  min-height: 44px;
  padding: 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
  background: var(--eavc-leaf-deep);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.eavc-dashboard-notice,
.eavc-form-notice {
  margin: 0 0 22px;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(24, 121, 78, 0.22);
  border-top: 1px solid rgba(24, 121, 78, 0.22);
  border-radius: 12px;
  color: var(--eavc-ink);
  background: var(--eavc-mint);
}

.woocommerce-error,
.eavc-form-notice.is-error {
  border-color: rgba(158, 48, 48, 0.25);
  background: #fff0ed;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-sm);
  background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px;
  border-color: var(--eavc-line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
  padding: 24px;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--eavc-shadow-sm);
}

.woocommerce-checkout #payment ul.payment_methods {
  border-color: var(--eavc-line);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.eavc-contact-card {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--eavc-shadow-sm);
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  gap: 24px;
}

.woocommerce-account .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .woocommerce h2 {
  font-size: 1.8rem;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  min-height: 44px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--eavc-line);
  color: var(--eavc-ink);
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: var(--eavc-leaf-deep);
  background: var(--eavc-mint);
}

.eavc-seller-directory {
  max-width: var(--eavc-max);
  margin: 0 auto;
}

.eavc-directory-search {
  width: min(100%, 640px);
  margin-bottom: 28px;
}

.eavc-vendor-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eavc-vendor-directory-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 130px;
  padding: 22px;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-vendor-directory-item > img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

.eavc-vendor-directory-item h2 {
  margin-bottom: 4px;
  font-size: 1.25rem;
}

.eavc-vendor-directory-item p,
.eavc-vendor-directory-item span {
  margin: 0;
  color: var(--eavc-ink-soft);
  font-size: 0.78rem;
}

.eavc-vendor-directory-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  font-weight: 750;
}

.eavc-store-hero {
  position: relative;
  min-height: 340px;
  margin: 22px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--eavc-radius-lg);
  background:
    radial-gradient(circle at 82% 20%, rgba(231, 246, 92, 0.42), transparent 20rem),
    linear-gradient(135deg, #d5f2df, #d8f3f0);
  box-shadow: var(--eavc-shadow-lg);
}

.eavc-store-banner,
.eavc-store-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.eavc-store-banner {
  object-fit: cover;
}

.eavc-store-hero-wash {
  background: linear-gradient(90deg, rgba(6, 45, 32, 0.6), rgba(6, 45, 32, 0.05));
}

.eavc-store-identity {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 32px;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: min(720px, calc(100% - 64px));
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--eavc-shadow-lg);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.eavc-store-identity > * {
  position: relative;
  z-index: 1;
}

.eavc-store-identity img {
  width: 104px;
  height: 104px;
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  object-fit: cover;
}

.eavc-store-identity h1 {
  margin-bottom: 4px;
  font-size: clamp(2rem, 4vw, 4rem);
}

.eavc-store-identity p {
  margin: 0;
  color: #31564b;
}

.eavc-eyebrow {
  color: var(--eavc-leaf) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eavc-store-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.25fr) minmax(0, 0.75fr);
  gap: 32px;
  margin-bottom: 96px;
}

.eavc-store-profile {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-store-profile h2 {
  font-size: 1.45rem;
}

.eavc-vendor-dashboard {
  max-width: var(--eavc-max);
  margin: 0 auto;
}

.eavc-vendor-onboarding {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.eavc-vendor-onboarding > section,
.eavc-dashboard-state,
.eavc-dashboard-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-vendor-onboarding .woocommerce-form-login {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.eavc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.eavc-checkbox-row label,
.eavc-category-checklist label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.eavc-checkbox-row input,
.eavc-category-checklist input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.eavc-dashboard-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.eavc-dashboard-heading p {
  margin-bottom: 0;
  color: var(--eavc-ink-soft);
}

.eavc-dashboard-nav {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding: 6px;
  border: 1px solid var(--eavc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.eavc-dashboard-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  min-height: 44px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--eavc-ink);
  font-weight: 720;
  text-decoration: none;
}

.eavc-dashboard-nav a.is-active {
  color: #fff;
  background: var(--eavc-leaf-deep);
}

.eavc-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eavc-dashboard-metrics > div,
.eavc-order-summary > p,
.eavc-balance-line {
  padding: 20px;
  border: 1px solid var(--eavc-line);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f1fbf6);
}

.eavc-dashboard-metrics strong,
.eavc-balance-line strong {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.eavc-dashboard-metrics span,
.eavc-balance-line span {
  display: block;
  margin-top: 8px;
  color: var(--eavc-ink-soft);
  font-size: 0.78rem;
}

.eavc-dashboard-products-layout,
.eavc-form-columns,
.eavc-payout-settings,
.eavc-order-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.eavc-product-editor,
.eavc-store-editor,
.eavc-withdrawal-form,
.eavc-payout-settings > form {
  padding: 22px;
  border: 1px solid var(--eavc-line);
  border-radius: 16px;
  background: #f8fdf9;
}

.eavc-category-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 230px;
  margin: 8px 0 18px;
  overflow-y: auto;
}

.eavc-vendor-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--eavc-line);
}

.eavc-vendor-product-row strong,
.eavc-vendor-product-row span {
  display: block;
}

.eavc-vendor-product-row span {
  color: var(--eavc-ink-soft);
  font-size: 0.8rem;
}

.eavc-inline-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.eavc-inline-actions form {
  margin: 0;
}

.eavc-inline-actions button {
  padding: 0;
  border: 0;
  color: #9e3030;
  background: transparent;
  text-decoration: underline;
}

.eavc-table-scroll {
  margin-top: 22px;
  overflow-x: auto;
}

.eavc-dashboard-table {
  min-width: 680px;
  border: 1px solid var(--eavc-line);
  background: #fff;
}

.eavc-dashboard-table th,
.eavc-dashboard-table td {
  padding: 13px;
  border-bottom: 1px solid var(--eavc-line);
  text-align: left;
}

.eavc-configured-badge {
  display: inline-flex;
  margin-left: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--eavc-leaf-deep);
  background: var(--eavc-mint);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.eavc-order-items {
  padding: 0;
  list-style: none;
}

.eavc-order-items li {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--eavc-line);
}

.eavc-fulfilment-address {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--eavc-line);
  border-radius: 14px;
  background: #f8fdf9;
}

.eavc-empty-state {
  padding: 22px;
  border: 1px dashed var(--eavc-line-strong);
  border-radius: var(--eavc-radius-sm);
  color: var(--eavc-ink-soft);
  background: rgba(255, 255, 255, 0.62);
}

.eavc-account-state,
.eavc-compare-picker,
.eavc-activation-callout {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--eavc-line);
  border-radius: var(--eavc-radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--eavc-shadow-sm);
}

.eavc-account-state {
  max-width: 680px;
}

.eavc-compare-picker {
  max-width: 720px;
  margin-bottom: 28px;
}

.eavc-compare-picker select {
  width: 100%;
  min-height: 240px;
  padding: 8px;
  border: 1px solid var(--eavc-line-strong);
  border-radius: 12px;
  background: #fff;
}

.eavc-compare-picker option {
  padding: 8px;
}

.eavc-compare-table {
  min-width: 760px;
  border: 1px solid var(--eavc-line);
  background: #fff;
}

.eavc-compare-table th,
.eavc-compare-table td {
  min-width: 160px;
  padding: 16px;
  border-right: 1px solid var(--eavc-line);
  border-bottom: 1px solid var(--eavc-line);
  text-align: left;
  vertical-align: top;
}

.eavc-compare-table thead img {
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
  border-radius: 12px;
  object-fit: cover;
}

.eavc-compare-table thead a,
.eavc-compare-table thead span {
  display: block;
  color: var(--eavc-ink);
  font-weight: 760;
  text-decoration: none;
}

.eavc-activation-note {
  padding: 12px 14px;
  border: 1px solid rgba(24, 121, 78, 0.18);
  border-radius: 10px;
  color: var(--eavc-ink-soft);
  background: var(--eavc-mint);
}

.eavc-activation-callout {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #fbffd9, #eefbea);
}

.eavc-activation-callout p {
  max-width: 72ch;
  margin: 5px 0 0;
  color: var(--eavc-ink-soft);
}

.eavc-site-footer {
  margin-top: clamp(70px, 8vw, 120px);
  padding: 0 var(--eavc-gutter);
  color: rgba(255, 255, 255, 0.82);
  background: #0b3327;
}

.eavc-footer-callout,
.eavc-footer-grid,
.eavc-footer-bottom {
  width: min(100%, var(--eavc-max));
  margin: 0 auto;
}

.eavc-footer-callout {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--eavc-radius-lg);
  background:
    radial-gradient(circle at 80% 20%, rgba(231, 246, 92, 0.34), transparent 18rem),
    linear-gradient(135deg, rgba(42, 130, 89, 0.94), rgba(12, 79, 55, 0.96));
  box-shadow: 0 28px 80px rgba(0, 23, 15, 0.3);
  transform: translateY(-44px);
}

.eavc-footer-callout h2 {
  max-width: 15ch;
  color: #fff;
}

.eavc-footer-callout p {
  margin-bottom: 0;
}

.eavc-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  padding: 30px 0 58px;
}

.eavc-footer-grid h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}

.eavc-footer-grid nav a {
  display: block;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  text-decoration: none;
}

.eavc-footer-grid nav a:hover {
  color: #fff;
}

.eavc-footer-brand .eavc-brand {
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}

.eavc-footer-brand p {
  margin-top: 18px;
}

.eavc-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.eavc-footer-bottom p {
  margin: 0;
  font-size: 0.78rem;
}

/* Prismatic glass correction: light needs a source, an edge, and separation. */
::selection {
  color: #062319;
  background: rgba(105, 255, 197, 0.72);
}

.eavc-site-header {
  padding: 12px var(--eavc-gutter) 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.eavc-header-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  gap: clamp(14px, 2vw, 30px);
  min-height: 68px;
  padding: 8px 10px 8px 18px;
  border: 1px solid var(--eavc-glass-edge);
  border-radius: 999px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.86), rgba(225, 255, 244, 0.56) 56%, rgba(218, 255, 250, 0.66)),
    var(--eavc-glass);
  box-shadow:
    0 18px 46px rgba(4, 52, 35, 0.16),
    0 0 0 1px rgba(72, 230, 174, 0.13),
    0 0 28px var(--eavc-glass-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(88, 242, 189, 0.18);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
}

.eavc-header-shell::before,
.eavc-header-shell::after {
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.eavc-header-shell::before {
  inset: 1px 2px auto;
  height: 48%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.18) 48%, rgba(97, 244, 223, 0.34));
  mask: linear-gradient(#000, transparent 92%);
}

.eavc-header-shell::after {
  top: -3px;
  right: 7%;
  width: 90px;
  height: 7px;
  background: radial-gradient(ellipse, rgba(151, 255, 218, 0.96), rgba(151, 255, 218, 0));
  filter: blur(2px);
}

.eavc-header-shell > * {
  position: relative;
  z-index: 1;
}

.eavc-primary-nav {
  justify-self: center;
}

.eavc-primary-menu {
  justify-content: center;
  gap: 2px;
}

.eavc-primary-menu a {
  min-height: 42px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.83rem;
  letter-spacing: 0.005em;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.eavc-primary-menu a:hover,
.eavc-primary-menu a:focus-visible {
  color: var(--eavc-leaf-deep);
  background: rgba(217, 246, 232, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.eavc-header-actions {
  align-items: center;
  justify-content: flex-end;
}

.eavc-icon-link {
  min-height: 42px;
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  transition: background-color 160ms ease, color 160ms ease;
}

.eavc-icon-link:hover {
  color: var(--eavc-leaf-deep);
  background: rgba(217, 246, 232, 0.66);
}

.eavc-header-cta,
.eavc-nav-sell {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--eavc-on-accent);
  background: linear-gradient(135deg, #0b6a43, #16945d);
  box-shadow: 0 12px 26px rgba(7, 104, 65, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
  font-weight: 780;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.eavc-header-cta:hover,
.eavc-nav-sell:hover {
  color: var(--eavc-on-accent);
  box-shadow: 0 15px 32px rgba(7, 104, 65, 0.32), 0 0 20px rgba(75, 240, 177, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transform: translateY(-1px);
}

.eavc-header-cta svg,
.eavc-nav-sell svg {
  width: 17px;
  height: 17px;
}

.eavc-theme-toggle,
.eavc-menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  place-items: center;
  color: var(--eavc-ink);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 22px rgba(9, 68, 48, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
}

.eavc-theme-toggle:hover,
.eavc-menu-toggle:hover {
  background: rgba(220, 255, 239, 0.84);
  box-shadow: 0 10px 25px rgba(9, 68, 48, 0.16), 0 0 18px rgba(75, 240, 177, 0.26), inset 0 1px 0 #fff;
  transform: translateY(-1px);
}

.eavc-theme-icon,
.eavc-menu-icon {
  display: grid;
  place-items: center;
}

.eavc-menu-icon-close,
.is-menu-open .eavc-menu-icon-open {
  display: none;
}

.is-menu-open .eavc-menu-icon-close {
  display: grid;
}

.eavc-theme-icon-sun {
  display: none;
}

.eavc-nav-mobile-actions,
.eavc-menu-toggle {
  display: none;
}

.eavc-hero {
  min-height: 640px;
  border-color: rgba(219, 255, 244, 0.78);
  background: #063526;
  box-shadow:
    0 34px 92px rgba(1, 46, 31, 0.3),
    0 0 0 1px rgba(76, 236, 181, 0.2),
    0 0 54px rgba(54, 225, 166, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.eavc-hero-slides,
.eavc-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
}

.eavc-hero-slides {
  z-index: -3;
  background: #063526;
}

.eavc-hero-slide {
  z-index: 0;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eavc-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.eavc-hero-slide .eavc-hero-image {
  z-index: 0;
  transform-origin: 72% center;
}

.eavc-hero[data-autoplay="running"] .eavc-hero-slide.is-active .eavc-hero-image {
  animation: eavc-hero-drift 6800ms cubic-bezier(0.2, 0.65, 0.2, 1) both;
}

.eavc-hero-wash {
  background:
    radial-gradient(circle at 18% 42%, rgba(71, 245, 176, 0.14), transparent 29rem),
    linear-gradient(90deg, rgba(1, 31, 22, 0.56) 0%, rgba(3, 40, 29, 0.2) 47%, rgba(3, 36, 28, 0.04) 74%),
    linear-gradient(0deg, rgba(2, 30, 21, 0.42), transparent 48%);
}

.eavc-hero-sheet {
  width: min(50%, 660px);
  margin: 42px 0 116px clamp(24px, 5vw, 76px);
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(244, 255, 250, 0.92);
  background:
    radial-gradient(circle at 9% 0%, rgba(255, 255, 255, 0.72), transparent 15rem),
    linear-gradient(135deg, rgba(248, 255, 252, 0.82), rgba(211, 255, 235, 0.58) 58%, rgba(216, 255, 249, 0.62));
  box-shadow:
    0 30px 76px rgba(0, 37, 25, 0.32),
    0 0 0 1px rgba(88, 242, 189, 0.19),
    0 0 44px rgba(70, 238, 180, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(74, 236, 181, 0.24);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
}

.eavc-hero-sheet::before {
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.9), transparent 30%, transparent 64%, rgba(94, 255, 224, 0.34));
}

.eavc-hero-sheet::after,
.eavc-market-dock::after,
.eavc-store-identity::after {
  position: absolute;
  z-index: 0;
  top: -58px;
  right: -34px;
  width: 170px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(111, 255, 219, 0.46), rgba(111, 255, 219, 0) 68%);
  filter: blur(5px);
}

.eavc-hero-sheet > *,
.eavc-market-dock > *,
.eavc-store-identity > * {
  position: relative;
  z-index: 1;
}

.eavc-hero-copy {
  min-height: 214px;
}

.eavc-hero-copy.is-refreshing {
  animation: eavc-copy-refresh 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eavc-hero-sheet h1 {
  max-width: 12.5ch;
  font-size: clamp(2.75rem, 4.25vw, 5rem);
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.eavc-hero-copy > p {
  max-width: 54ch;
  margin-bottom: 20px;
  color: #285247;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.eavc-market-search-control {
  border-color: rgba(21, 87, 65, 0.2);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(11, 75, 52, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.eavc-carousel-controls {
  position: absolute;
  z-index: 4;
  right: clamp(26px, 4vw, 58px);
  bottom: 72px;
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 50px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #f4fff9;
  background: rgba(3, 43, 31, 0.58);
  box-shadow: 0 18px 42px rgba(0, 24, 17, 0.3), 0 0 24px rgba(66, 235, 183, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.eavc-carousel-controls > button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: inherit;
  background: rgba(255, 255, 255, 0.11);
  transition: background-color 150ms ease, transform 150ms ease;
}

.eavc-carousel-controls > button:hover {
  background: rgba(111, 255, 219, 0.22);
  transform: scale(1.04);
}

.eavc-slide-count {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
  min-width: 44px;
  justify-content: center;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.eavc-slide-count strong {
  color: #aaffd9;
  font-size: 0.8rem;
}

.eavc-carousel-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.eavc-carousel-dots button {
  width: 30px;
  height: 38px;
  padding: 0 4px;
  border: 0;
  background: transparent;
}

.eavc-carousel-dots button > span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.eavc-carousel-dots button > span::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(90deg, #65f3d8, #dcff72);
  transform: scaleX(0);
  transform-origin: left;
}

.eavc-carousel-dots button[aria-current="true"] > span::after {
  transform: scaleX(1);
}

.eavc-hero[data-autoplay="running"] .eavc-carousel-dots button[aria-current="true"] > span::after {
  animation: eavc-slide-progress 6800ms linear both;
}

.eavc-carousel-icon-play,
.eavc-carousel-toggle[aria-pressed="true"] .eavc-carousel-icon-pause {
  display: none;
}

.eavc-carousel-toggle[aria-pressed="true"] .eavc-carousel-icon-play {
  display: grid;
}

.eavc-market-dock {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(118deg, rgba(250, 255, 252, 0.88), rgba(216, 255, 239, 0.66) 60%, rgba(216, 255, 250, 0.74)),
    var(--eavc-glass);
  box-shadow:
    0 28px 74px rgba(0, 45, 30, 0.27),
    0 0 0 1px rgba(84, 238, 185, 0.16),
    0 0 38px rgba(62, 232, 174, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(84, 238, 185, 0.2);
  backdrop-filter: blur(28px) saturate(185%);
  -webkit-backdrop-filter: blur(28px) saturate(185%);
}

.eavc-market-dock::before {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.9), transparent 38%, transparent 68%, rgba(89, 255, 222, 0.32));
}

.eavc-market-dock a:hover {
  background: rgba(203, 255, 228, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.eavc-page-hero,
.eavc-commerce-hero,
.eavc-category-field,
.eavc-store-identity {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--eavc-shadow-sm), 0 0 26px rgba(64, 225, 168, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

@keyframes eavc-hero-drift {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@keyframes eavc-copy-refresh {
  from { opacity: 0.34; filter: blur(5px); transform: translateY(9px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@keyframes eavc-slide-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes eavc-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .eavc-header-shell {
    grid-template-columns: auto minmax(330px, 1fr) auto;
  }

  .eavc-header-search {
    display: none;
  }

  .eavc-market-dock {
    grid-template-columns: 1.2fr repeat(4, 1fr);
  }

  .eavc-dock-all {
    display: none !important;
  }

  .eavc-seller-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eavc-seller-item:nth-child(3) {
    border-right: 0;
  }

  .eavc-seller-item:nth-child(n + 4) {
    border-top: 1px solid var(--eavc-line);
  }
}

@media (max-width: 959px) {
  body.admin-bar .eavc-site-header { top: 46px; }

  .eavc-site-header {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .eavc-header-shell {
    position: relative;
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
    min-height: 58px;
  }

  .eavc-header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .eavc-menu-toggle {
    display: grid;
    grid-column: 4;
  }

  .eavc-primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    background: rgba(248, 254, 250, 0.96);
    box-shadow: var(--eavc-shadow-lg);
    backdrop-filter: blur(24px);
  }

  .is-menu-open .eavc-primary-nav {
    display: block;
  }

  .eavc-primary-menu {
    display: grid;
    gap: 2px;
  }

  .eavc-primary-menu a {
    padding: 8px 12px;
    border-radius: 10px;
  }

  .eavc-primary-menu a:hover {
    background: var(--eavc-mint);
  }

  .eavc-icon-link span:not(.eavc-cart-count) {
    display: none;
  }

  .eavc-hero {
    min-height: 640px;
  }

  .eavc-hero-image {
    object-position: 69% center;
  }

  .eavc-hero-sheet {
    width: min(68%, 590px);
    margin-left: 28px;
  }

  .eavc-market-dock {
    right: 14px;
    left: 14px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .eavc-market-dock a {
    flex: 0 0 170px;
    scroll-snap-align: start;
  }

  .products,
  .eavc-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eavc-category-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eavc-story-grid,
  .eavc-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .eavc-vendor-directory-grid,
  .eavc-dashboard-products-layout,
  .eavc-payout-settings {
    grid-template-columns: 1fr;
  }

  .eavc-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eavc-store-layout {
    grid-template-columns: 1fr;
  }

  .eavc-store-profile {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
}

@media (max-width: 720px) {
  :root {
    --eavc-gutter: 16px;
    --eavc-radius-lg: 22px;
  }

  body.admin-bar .eavc-site-header { top: 46px; }

  .eavc-brand,
  .eavc-brand img {
    width: 142px;
  }

  .eavc-header-actions {
    gap: 0;
  }

  .eavc-icon-link {
    width: 42px;
    padding: 6px;
  }

  .eavc-cart-count {
    position: absolute;
    top: 0;
    right: 0;
  }

  .eavc-hero {
    display: flex;
    min-height: 0;
    padding: 220px 14px 14px;
    flex-direction: column;
  }

  .eavc-hero-image {
    height: 325px;
    object-position: 76% 45%;
  }

  .eavc-hero-wash {
    height: 325px;
    background: linear-gradient(0deg, rgba(7, 47, 33, 0.56), transparent 65%);
  }

  .eavc-hero-sheet {
    width: 100%;
    margin: 0;
    padding: 22px;
  }

  .eavc-hero-sheet h1 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 9.2vw, 3.2rem);
  }

  .eavc-hero-sheet > p {
    margin-bottom: 18px;
  }

  .eavc-market-search {
    margin-bottom: 16px;
  }

  .eavc-market-search-control {
    border-radius: 15px;
  }

  .eavc-market-search-control button {
    min-width: 74px;
  }

  .eavc-market-dock {
    position: static;
    width: 100%;
    margin: 12px 0 0;
    border-radius: 17px;
    animation-delay: 0ms;
  }

  .eavc-market-dock a {
    flex-basis: 148px;
  }

  .eavc-featured-products {
    padding-top: 56px;
  }

  .eavc-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .eavc-section-heading,
  .eavc-page-hero,
  .eavc-commerce-hero,
  .eavc-footer-callout,
  .eavc-dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .eavc-activation-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .products,
  .eavc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .eavc-product-card-body {
    padding: 13px;
  }

  .eavc-card-action .button {
    overflow: hidden;
    width: 44px;
    max-width: 44px;
    color: transparent !important;
    font-size: 0 !important;
  }

  .eavc-card-action .button::after {
    color: var(--eavc-ink);
    content: "+";
    font-size: 1.25rem;
  }

  .eavc-product-card h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.7em;
    font-size: 0.96rem;
  }

  .eavc-product-price,
  .woocommerce ul.products li.product .price {
    font-size: 0.86rem;
  }

  .eavc-category-field {
    padding-right: 16px;
    padding-left: 16px;
  }

  .eavc-seller-row,
  .eavc-origin-story,
  .eavc-vendor-onboarding,
  .eavc-form-columns,
  .eavc-order-summary {
    grid-template-columns: 1fr;
  }

  .eavc-contact-layout,
  .eavc-review-grid {
    grid-template-columns: 1fr;
  }

  .eavc-legacy-col,
  .eavc-col-1-2,
  .eavc-col-1-3,
  .eavc-col-2-3,
  .eavc-col-1-4,
  .eavc-col-3-4,
  .eavc-col-1-5,
  .eavc-col-2-5,
  .eavc-col-3-5,
  .eavc-col-4-5 {
    grid-column: span 60;
  }

  .eavc-seller-item,
  .eavc-seller-item:nth-child(3) {
    border-top: 1px solid var(--eavc-line);
    border-right: 0;
  }

  .eavc-seller-item:first-child {
    border-top: 0;
  }

  .eavc-values-list {
    margin-top: 16px;
  }

  .eavc-story-grid,
  .eavc-post-grid {
    grid-template-columns: 1fr;
  }

  .eavc-page-hero,
  .eavc-commerce-hero {
    padding: 30px 22px;
  }

  .eavc-page-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .woocommerce div.product form.cart {
    flex-wrap: wrap;
  }

  .woocommerce-cart table.cart {
    width: 100%;
    table-layout: fixed;
  }

  .woocommerce-cart table.cart thead {
    display: none;
  }

  .woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,
  .woocommerce-cart table.cart td {
    display: block;
    width: 100%;
  }

  .woocommerce-cart table.cart tr {
    padding: 12px;
    border-bottom: 1px solid var(--eavc-line);
  }

  .woocommerce-cart table.cart td {
    padding: 9px 0;
    border: 0;
    text-align: right !important;
  }

  .woocommerce-cart table.cart td::before {
    float: left;
    color: var(--eavc-ink-soft);
    font-size: 0.8rem;
    font-weight: 780;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    display: none;
  }

  .woocommerce-cart table.cart td.product-name,
  .woocommerce-cart table.cart td.actions {
    text-align: left !important;
  }

  .woocommerce-cart table.cart .actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .woocommerce-cart table.cart .coupon .input-text,
  .woocommerce-cart table.cart .coupon .button,
  .woocommerce-cart table.cart .actions > .button {
    width: 100% !important;
    min-width: 0;
    margin: 0;
  }

  .woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) {
    grid-template-columns: 1fr;
  }

  .eavc-vendor-directory-item {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 16px;
  }

  .eavc-vendor-directory-item > img {
    width: 64px;
    height: 64px;
  }

  .eavc-vendor-directory-item > a {
    grid-column: 1 / -1;
    justify-content: center;
    border-radius: 999px;
    background: var(--eavc-mint);
  }

  .eavc-store-hero {
    min-height: 410px;
  }

  .eavc-store-identity {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
    padding: 18px;
  }

  .eavc-store-identity img {
    width: 78px;
    height: 78px;
  }

  .eavc-store-identity h1 {
    font-size: 2rem;
  }

  .eavc-store-profile {
    display: block;
  }

  .eavc-dashboard-panel,
  .eavc-vendor-onboarding > section {
    padding: 20px 16px;
  }

  .eavc-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .eavc-dashboard-nav {
    border-radius: 14px;
  }

  .eavc-category-checklist {
    grid-template-columns: 1fr;
  }

  .eavc-footer-callout {
    padding: 30px 22px;
  }

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

  .eavc-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .eavc-brand,
  .eavc-brand img {
    width: 124px;
  }

  .eavc-header-shell {
    grid-template-columns: auto 1fr auto;
  }

  .eavc-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .eavc-header-actions .eavc-icon-link:first-child {
    display: none;
  }

  .eavc-menu-toggle {
    grid-column: 3;
  }

  .eavc-hero {
    padding-top: 180px;
  }

  .eavc-hero-image,
  .eavc-hero-wash {
    height: 260px;
  }

  .eavc-hero-sheet {
    padding: 20px;
  }

  .eavc-hero-sheet .eavc-button-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .eavc-hero-sheet .eavc-button {
    gap: 6px;
    width: auto;
    padding: 10px 9px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .products,
  .eavc-product-grid,
  .eavc-category-ribbon,
  .eavc-footer-grid {
    grid-template-columns: 1fr;
  }

  .eavc-product-card h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
  }

  .eavc-footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 350px) {
  .eavc-hero-sheet .eavc-button-row {
    grid-template-columns: 1fr;
  }

  .eavc-hero-sheet .eavc-button {
    width: 100%;
  }
}

/* Corrected capsule menu and moving hero at real breakpoints. */
@media (max-width: 1180px) {
  .eavc-header-shell {
    grid-template-columns: auto minmax(300px, 1fr) auto;
    gap: 10px;
  }

  .eavc-primary-menu a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .eavc-header-actions .eavc-icon-link > span:not(.eavc-cart-count) {
    display: none;
  }
}

@media (max-width: 959px) {
  .eavc-site-header {
    padding: 9px 14px 3px;
  }

  .eavc-header-shell {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 64px;
    padding: 7px 8px 7px 14px;
    border-radius: 27px;
  }

  .eavc-header-actions {
    display: none;
  }

  .eavc-menu-toggle {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    width: 48px;
    height: 48px;
  }

  .eavc-primary-nav {
    position: absolute;
    z-index: 10;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: grid;
    visibility: hidden;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--eavc-glass-edge);
    border-radius: 27px;
    opacity: 0;
    background:
      radial-gradient(circle at 96% 0%, rgba(90, 255, 207, 0.23), transparent 14rem),
      linear-gradient(145deg, rgba(248, 255, 252, 0.96), rgba(218, 251, 238, 0.92));
    box-shadow:
      0 28px 66px rgba(0, 35, 24, 0.26),
      0 0 30px rgba(55, 226, 168, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms;
    backdrop-filter: blur(30px) saturate(190%);
    -webkit-backdrop-filter: blur(30px) saturate(190%);
  }

  .is-menu-open .eavc-primary-nav {
    display: grid;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .is-menu-open .eavc-menu-toggle {
    background: rgba(204, 255, 229, 0.86);
    box-shadow: 0 10px 28px rgba(0, 43, 28, 0.18), 0 0 23px rgba(69, 240, 180, 0.3), inset 0 1px 0 #fff;
  }

  .eavc-primary-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    width: 100%;
  }

  .eavc-primary-menu li {
    border-bottom: 1px solid var(--eavc-line);
  }

  .eavc-primary-menu a {
    min-height: 56px;
    padding: 13px 10px;
    border-radius: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }

  .eavc-primary-menu a:hover,
  .eavc-primary-menu a:focus-visible {
    background: rgba(210, 250, 230, 0.7);
  }

  .eavc-nav-mobile-actions {
    display: grid;
    gap: 10px;
  }

  .eavc-nav-utility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .eavc-nav-utility-grid > a {
    position: relative;
    display: flex;
    gap: 9px;
    align-items: center;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid var(--eavc-line);
    border-radius: 14px;
    color: var(--eavc-ink);
    background: rgba(255, 255, 255, 0.48);
    font-size: 0.8rem;
    font-weight: 740;
    text-decoration: none;
  }

  .eavc-nav-utility-grid .eavc-cart-count {
    margin-left: auto;
  }

  .eavc-nav-sell {
    width: 100%;
    min-height: 52px;
  }

  .eavc-theme-toggle-wide {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 760;
  }

  .eavc-theme-toggle-wide .eavc-theme-icon {
    flex: 0 0 auto;
  }

  .eavc-hero-sheet {
    width: min(70%, 600px);
  }
}

@media (max-width: 720px) {
  .eavc-hero {
    min-height: 0;
    padding: 228px 14px 14px;
  }

  .eavc-hero-slides,
  .eavc-hero-slide,
  .eavc-hero-image,
  .eavc-hero-wash {
    top: 0;
    bottom: auto;
    height: 340px;
  }

  .eavc-hero-slide .eavc-hero-image {
    object-position: 73% center;
  }

  .eavc-hero-sheet {
    width: 100%;
    margin: 0;
    padding: 23px;
    border-radius: 24px;
  }

  .eavc-hero-copy {
    min-height: 180px;
  }

  .eavc-hero-copy > p {
    margin-bottom: 18px;
  }

  .eavc-carousel-controls {
    top: 148px;
    right: auto;
    left: 24px;
    bottom: auto;
    min-height: 46px;
    padding: 4px;
  }

  .eavc-carousel-controls > button {
    width: 36px;
    height: 36px;
  }

  .eavc-market-dock {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 420px) {
  .eavc-site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .eavc-header-shell {
    min-height: 60px;
    padding: 6px 7px 6px 12px;
    border-radius: 25px;
  }

  .eavc-brand,
  .eavc-brand img {
    width: 132px;
  }

  .eavc-primary-nav {
    padding: 18px 14px;
    border-radius: 25px;
  }

  .eavc-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .eavc-hero {
    padding-top: 198px;
  }

  .eavc-hero-slides,
  .eavc-hero-slide,
  .eavc-hero-image,
  .eavc-hero-wash {
    height: 286px;
  }

  .eavc-hero-slide .eavc-hero-image {
    object-position: 70% center;
  }

  .eavc-hero-sheet {
    padding: 20px;
  }

  .eavc-hero-copy {
    min-height: 176px;
  }

  .eavc-carousel-controls {
    top: 132px;
    right: auto;
    left: 16px;
  }

  .eavc-slide-count {
    display: none;
  }

  .eavc-carousel-dots button {
    width: 25px;
  }
}

/* A complete semantic dark palette, not an inversion. */
html[data-theme="dark"] {
  --eavc-ink: #f1fff8;
  --eavc-ink-soft: #b4cec4;
  --eavc-leaf: #59eaa3;
  --eavc-leaf-deep: #75f0b3;
  --eavc-mint: rgba(27, 100, 72, 0.72);
  --eavc-aqua: rgba(17, 79, 73, 0.72);
  --eavc-citrus: #dff668;
  --eavc-paper: #031a13;
  --eavc-surface: rgba(8, 43, 32, 0.9);
  --eavc-surface-strong: #092b20;
  --eavc-surface-soft: #0b3528;
  --eavc-field: rgba(7, 37, 28, 0.94);
  --eavc-glass: rgba(5, 40, 30, 0.66);
  --eavc-glass-strong: rgba(7, 46, 34, 0.82);
  --eavc-glass-edge: rgba(157, 255, 218, 0.38);
  --eavc-glass-glow: rgba(42, 239, 166, 0.3);
  --eavc-aqua-glow: rgba(51, 234, 219, 0.28);
  --eavc-on-accent: #052016;
  --eavc-line: rgba(181, 255, 226, 0.14);
  --eavc-line-strong: rgba(181, 255, 226, 0.24);
  --eavc-shadow-sm: 0 14px 34px rgba(0, 9, 6, 0.32);
  --eavc-shadow-lg: 0 34px 88px rgba(0, 8, 5, 0.48);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 9% 2%, rgba(21, 189, 123, 0.18), transparent 30rem),
    radial-gradient(circle at 95% 21%, rgba(29, 194, 190, 0.16), transparent 36rem),
    radial-gradient(circle at 48% 72%, rgba(212, 244, 92, 0.07), transparent 29rem),
    var(--eavc-paper);
}

html[data-theme="dark"] .eavc-brand img {
  filter: brightness(0) invert(1);
}

html[data-theme="dark"] .eavc-footer-brand .eavc-brand img {
  filter: none;
}

html[data-theme="dark"] .eavc-header-shell {
  background:
    radial-gradient(circle at 92% 0%, rgba(53, 239, 189, 0.2), transparent 15rem),
    linear-gradient(115deg, rgba(5, 38, 29, 0.86), rgba(5, 46, 34, 0.62) 58%, rgba(6, 43, 40, 0.72)),
    var(--eavc-glass);
  box-shadow:
    0 20px 52px rgba(0, 10, 7, 0.46),
    0 0 0 1px rgba(90, 255, 199, 0.13),
    0 0 34px var(--eavc-glass-glow),
    inset 0 1px 0 rgba(202, 255, 235, 0.36),
    inset 0 -1px 0 rgba(52, 239, 176, 0.18);
}

html[data-theme="dark"] .eavc-header-shell::before {
  background: linear-gradient(100deg, rgba(205, 255, 237, 0.34), rgba(255, 255, 255, 0.03) 50%, rgba(67, 244, 226, 0.18));
}

html[data-theme="dark"] .eavc-theme-icon-sun {
  display: grid;
}

html[data-theme="dark"] .eavc-theme-icon-moon {
  display: none;
}

html[data-theme="dark"] .eavc-theme-toggle,
html[data-theme="dark"] .eavc-menu-toggle,
html[data-theme="dark"] .eavc-icon-link:hover,
html[data-theme="dark"] .eavc-primary-menu a:hover,
html[data-theme="dark"] .eavc-primary-menu a:focus-visible {
  color: var(--eavc-ink);
  border-color: rgba(155, 255, 217, 0.22);
  background: rgba(20, 88, 64, 0.5);
  box-shadow: 0 10px 26px rgba(0, 12, 8, 0.34), 0 0 18px rgba(47, 235, 170, 0.16), inset 0 1px 0 rgba(202, 255, 235, 0.2);
}

html[data-theme="dark"] .eavc-header-cta,
html[data-theme="dark"] .eavc-nav-sell {
  color: var(--eavc-on-accent);
  background: linear-gradient(135deg, #5df1aa, #65e8d3);
  box-shadow: 0 14px 32px rgba(19, 221, 142, 0.2), 0 0 26px rgba(52, 239, 176, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

html[data-theme="dark"] .eavc-primary-nav {
  color: var(--eavc-ink);
}

html[data-theme="dark"] .eavc-hero-sheet {
  border-color: rgba(154, 255, 216, 0.42);
  color: var(--eavc-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(74, 229, 172, 0.18), transparent 16rem),
    linear-gradient(135deg, rgba(3, 35, 26, 0.82), rgba(7, 51, 37, 0.68) 58%, rgba(5, 46, 43, 0.7));
  box-shadow:
    0 32px 82px rgba(0, 8, 5, 0.54),
    0 0 0 1px rgba(91, 246, 190, 0.16),
    0 0 52px rgba(47, 235, 170, 0.25),
    inset 0 1px 0 rgba(199, 255, 233, 0.34),
    inset 0 -1px 0 rgba(47, 235, 170, 0.18);
}

html[data-theme="dark"] .eavc-hero-copy > p,
html[data-theme="dark"] .eavc-market-search > label,
html[data-theme="dark"] .eavc-commerce-search > label,
html[data-theme="dark"] .eavc-directory-search > label,
html[data-theme="dark"] .eavc-contact-form label,
html[data-theme="dark"] .eavc-vendor-dashboard label,
html[data-theme="dark"] .woocommerce form label,
html[data-theme="dark"] .eavc-page-content > p,
html[data-theme="dark"] .eavc-article-content > p,
html[data-theme="dark"] .eavc-page-content > ul,
html[data-theme="dark"] .eavc-page-content > ol,
html[data-theme="dark"] .eavc-store-identity p {
  color: var(--eavc-ink-soft);
}

html[data-theme="dark"] .eavc-market-search-control,
html[data-theme="dark"] .eavc-commerce-search > div,
html[data-theme="dark"] .eavc-directory-search > div,
html[data-theme="dark"] .woocommerce .woocommerce-ordering select,
html[data-theme="dark"] .woocommerce select,
html[data-theme="dark"] .woocommerce input.input-text,
html[data-theme="dark"] .woocommerce textarea,
html[data-theme="dark"] .eavc-contact-form input,
html[data-theme="dark"] .eavc-contact-form textarea,
html[data-theme="dark"] .eavc-vendor-dashboard input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
html[data-theme="dark"] .eavc-vendor-dashboard select,
html[data-theme="dark"] .eavc-vendor-dashboard textarea,
html[data-theme="dark"] .eavc-compare-picker select {
  color: var(--eavc-ink);
  border-color: var(--eavc-line-strong);
  background: var(--eavc-field);
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: #86a99c;
  opacity: 1;
}

html[data-theme="dark"] option {
  color: var(--eavc-ink);
  background: #082a20;
}

html[data-theme="dark"] .eavc-market-dock {
  border-color: rgba(151, 255, 214, 0.36);
  background:
    radial-gradient(circle at 96% 0%, rgba(55, 242, 208, 0.14), transparent 16rem),
    linear-gradient(118deg, rgba(5, 40, 30, 0.9), rgba(8, 57, 41, 0.74) 62%, rgba(6, 51, 48, 0.78));
  box-shadow:
    0 30px 78px rgba(0, 7, 5, 0.5),
    0 0 0 1px rgba(73, 241, 181, 0.15),
    0 0 44px rgba(42, 231, 163, 0.24),
    inset 0 1px 0 rgba(195, 255, 231, 0.28),
    inset 0 -1px 0 rgba(47, 235, 170, 0.16);
}

html[data-theme="dark"] .eavc-market-dock-intro,
html[data-theme="dark"] .eavc-dock-all,
html[data-theme="dark"] .eavc-market-dock a:hover {
  background: rgba(24, 94, 67, 0.54);
}

html[data-theme="dark"] .eavc-dock-icon {
  color: #0a3727;
  background: linear-gradient(135deg, #70f0b2, #82efe0);
  box-shadow: 0 0 18px rgba(83, 238, 183, 0.22);
}

html[data-theme="dark"] .eavc-button-primary,
html[data-theme="dark"] .woocommerce a.button.alt,
html[data-theme="dark"] .woocommerce button.button.alt,
html[data-theme="dark"] .woocommerce input.button.alt,
html[data-theme="dark"] .woocommerce #respond input#submit.alt,
html[data-theme="dark"] .eavc-dashboard-nav a.is-active {
  color: var(--eavc-on-accent);
  background: linear-gradient(135deg, #5ceca5, #65dfcb);
}

html[data-theme="dark"] .eavc-button-glass,
html[data-theme="dark"] .eavc-button-quiet,
html[data-theme="dark"] .woocommerce a.button,
html[data-theme="dark"] .woocommerce button.button,
html[data-theme="dark"] .woocommerce input.button,
html[data-theme="dark"] .woocommerce #respond input#submit {
  color: var(--eavc-ink);
  border-color: var(--eavc-line);
  background: rgba(15, 72, 52, 0.74);
}

html[data-theme="dark"] .eavc-product-card,
html[data-theme="dark"] .woocommerce ul.products li.product.eavc-product-card,
html[data-theme="dark"] .eavc-story-card,
html[data-theme="dark"] .eavc-contact-layout section,
html[data-theme="dark"] .eavc-review-card,
html[data-theme="dark"] .woocommerce div.product,
html[data-theme="dark"] .woocommerce table.shop_table,
html[data-theme="dark"] .woocommerce-cart .cart-collaterals .cart_totals,
html[data-theme="dark"] .woocommerce-checkout #order_review,
html[data-theme="dark"] .woocommerce-checkout #payment,
html[data-theme="dark"] .woocommerce form.checkout_coupon,
html[data-theme="dark"] .woocommerce form.login,
html[data-theme="dark"] .woocommerce form.register,
html[data-theme="dark"] .woocommerce-MyAccount-content,
html[data-theme="dark"] .woocommerce-MyAccount-navigation,
html[data-theme="dark"] .eavc-contact-card,
html[data-theme="dark"] .eavc-vendor-directory-item,
html[data-theme="dark"] .eavc-store-profile,
html[data-theme="dark"] .eavc-vendor-onboarding > section,
html[data-theme="dark"] .eavc-dashboard-state,
html[data-theme="dark"] .eavc-dashboard-panel,
html[data-theme="dark"] .eavc-account-state,
html[data-theme="dark"] .eavc-compare-picker,
html[data-theme="dark"] .eavc-activation-callout,
html[data-theme="dark"] .eavc-empty-state {
  color: var(--eavc-ink);
  border-color: var(--eavc-line);
  background: var(--eavc-surface);
}

html[data-theme="dark"] .eavc-save-button {
  color: var(--eavc-ink);
  border-color: rgba(170, 255, 222, 0.24);
  background: rgba(6, 42, 31, 0.78);
}

html[data-theme="dark"] .eavc-product-media,
html[data-theme="dark"] .eavc-product-editor,
html[data-theme="dark"] .eavc-store-editor,
html[data-theme="dark"] .eavc-withdrawal-form,
html[data-theme="dark"] .eavc-payout-settings > form,
html[data-theme="dark"] .eavc-fulfilment-address,
html[data-theme="dark"] .eavc-dashboard-table,
html[data-theme="dark"] .eavc-compare-table {
  color: var(--eavc-ink);
  background: var(--eavc-surface-soft);
}

html[data-theme="dark"] .eavc-dashboard-metrics > div,
html[data-theme="dark"] .eavc-order-summary > p,
html[data-theme="dark"] .eavc-balance-line {
  background: linear-gradient(145deg, rgba(15, 66, 49, 0.96), rgba(6, 47, 35, 0.96));
}

html[data-theme="dark"] .eavc-category-field,
html[data-theme="dark"] .eavc-page-hero,
html[data-theme="dark"] .eavc-commerce-hero {
  border-color: var(--eavc-glass-edge);
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 246, 104, 0.11), transparent 18rem),
    radial-gradient(circle at 10% 0%, rgba(61, 232, 165, 0.15), transparent 20rem),
    linear-gradient(135deg, rgba(8, 54, 39, 0.94), rgba(5, 43, 40, 0.9));
  box-shadow: var(--eavc-shadow-sm), 0 0 32px rgba(40, 217, 155, 0.12), inset 0 1px 0 rgba(173, 255, 222, 0.2);
}

html[data-theme="dark"] .eavc-category-ribbon a,
html[data-theme="dark"] .eavc-dashboard-nav,
html[data-theme="dark"] .eavc-nav-utility-grid > a {
  color: var(--eavc-ink);
  border-color: var(--eavc-line);
  background: rgba(13, 68, 49, 0.68);
}

html[data-theme="dark"] .eavc-product-seller,
html[data-theme="dark"] .woocommerce-MyAccount-navigation .is-active a,
html[data-theme="dark"] .eavc-configured-badge,
html[data-theme="dark"] .eavc-activation-note,
html[data-theme="dark"] .woocommerce-message,
html[data-theme="dark"] .woocommerce-info,
html[data-theme="dark"] .eavc-dashboard-notice,
html[data-theme="dark"] .eavc-form-notice {
  color: var(--eavc-ink);
  background: rgba(24, 101, 71, 0.72);
}

html[data-theme="dark"] .woocommerce-error,
html[data-theme="dark"] .eavc-form-notice.is-error {
  color: #ffd9d3;
  background: rgba(98, 30, 30, 0.72);
}

html[data-theme="dark"] .eavc-activation-callout {
  background: linear-gradient(135deg, rgba(64, 79, 28, 0.78), rgba(12, 73, 49, 0.82));
}

html[data-theme="dark"] .woocommerce-checkout #payment div.payment_box {
  color: var(--eavc-ink);
  background: var(--eavc-surface-soft);
}

html[data-theme="dark"] .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--eavc-surface-soft);
}

@media (max-width: 959px) {
  html[data-theme="dark"] .eavc-primary-nav {
    border-color: rgba(151, 255, 214, 0.34);
    background:
      radial-gradient(circle at 96% 0%, rgba(50, 239, 185, 0.17), transparent 15rem),
      linear-gradient(145deg, rgba(3, 31, 24, 0.97), rgba(6, 55, 41, 0.95));
    box-shadow: 0 30px 72px rgba(0, 7, 5, 0.58), 0 0 38px rgba(42, 231, 163, 0.22), inset 0 1px 0 rgba(185, 255, 228, 0.22);
  }

  html[data-theme="dark"] .is-menu-open .eavc-menu-toggle {
    background: rgba(27, 112, 78, 0.74);
    box-shadow: 0 12px 30px rgba(0, 8, 5, 0.46), 0 0 26px rgba(50, 235, 170, 0.26), inset 0 1px 0 rgba(190, 255, 229, 0.24);
  }
}

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

@media print {
  .eavc-site-header,
  .eavc-site-footer,
  .eavc-menu-toggle,
  .eavc-button-row { display: none !important; }
  body { color: #000; background: #fff; }
}
