/* ==========================================================
   VZAY 3.2 — Editorial Growth System
   Final layer loaded after the legacy theme stylesheet.
   ========================================================== */
:root {
  --vzay-paper: #f3efe9;
  --vzay-paper-deep: #e9e2d9;
  --vzay-surface: #faf7f2;
  --vzay-surface-strong: #fffdf9;
  --vzay-ink: #262622;
  --vzay-ink-soft: #474640;
  --vzay-muted: #6b665f;
  --vzay-line: #d7cec3;
  --vzay-line-strong: #c5b9ac;
  --vzay-sage: #687365;
  --vzay-sage-dark: #39433a;
  --vzay-sage-light: #dce2d8;
  --vzay-clay: #b9765d;
  --vzay-clay-dark: #81503f;
  --vzay-rose: #d8c6c2;
  --vzay-oat: #e6d9ca;
  --vzay-moss: var(--vzay-sage);
  --vzay-moss-dark: var(--vzay-sage-dark);
  --vzay-plum: #806b7b;
  --vzay-shadow-soft: 0 14px 45px rgba(51, 45, 39, .08);
  --vzay-shadow-lift: 0 24px 68px rgba(51, 45, 39, .14);
  --vzay-radius-sm: 12px;
  --vzay-radius-md: 20px;
  --vzay-radius-lg: 32px;
}

html { background: var(--vzay-paper); }
body {
  background:
    radial-gradient(circle at 9% 3%, rgba(216,198,194,.28), transparent 31rem),
    radial-gradient(circle at 96% 23%, rgba(220,226,216,.42), transparent 32rem),
    linear-gradient(180deg, #f7f3ed 0%, var(--vzay-paper) 42%, #eee8e0 100%) !important;
  color: var(--vzay-ink);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
.vzay-main,
.vzay-catalog-page,
.vzay-product-page,
.vzay-content-layout,
.vzay-woocommerce-wrap,
.site-main { background: transparent !important; }

::selection { background: var(--vzay-sage-dark); color: #fff; }
:focus-visible { outline-color: var(--vzay-clay) !important; }

/* Header: refined, compact and consistent at all widths. */
.vzay-announcement {
  background: var(--vzay-sage-dark) !important;
  color: #f9f5ef;
  letter-spacing: .045em;
}
.vzay-header {
  background: rgba(247,243,237,.88) !important;
  border-bottom: 1px solid rgba(123,110,99,.22) !important;
  box-shadow: 0 8px 28px rgba(55,48,42,.035);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
}
.vzay-header__main { min-height: 78px; }
.vzay-brand__fallback--image img,
.vzay-brand .custom-logo { filter: drop-shadow(0 7px 15px rgba(48,42,37,.08)); }
.vzay-header-instagram {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(83,74,66,.16);
  border-radius: 999px;
  background: rgba(255,253,249,.62);
  color: var(--vzay-ink-soft);
  font-size: 12px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.vzay-header-instagram:hover {
  transform: translateY(-1px);
  border-color: rgba(185,118,93,.45);
  background: var(--vzay-surface-strong);
}
.vzay-header-instagram > span:first-child { font-size: 18px; color: var(--vzay-clay-dark); }
.vzay-language__toggle,
.vzay-menu-toggle {
  background: rgba(255,253,249,.7) !important;
  border-color: rgba(83,74,66,.17) !important;
}
.vzay-mobile-panel {
  background: rgba(247,243,237,.985) !important;
  border-top-color: rgba(83,74,66,.15) !important;
  box-shadow: 0 28px 70px rgba(48,42,37,.15) !important;
}
.vzay-nav--mobile .menu > li > a {
  color: var(--vzay-ink-soft);
  border-bottom-color: rgba(83,74,66,.15) !important;
  transition: color .2s ease, transform .2s ease;
}
.vzay-nav--mobile .menu > li > a:hover { color: var(--vzay-clay-dark); transform: translateX(3px); }

/* Shared editorial typography and surfaces. */
.vzay-section { padding-block: clamp(72px, 8vw, 118px); }
.vzay-eyebrow { color: var(--vzay-clay-dark) !important; }
.vzay-section-heading h2,
.vzay-editorial-seo h2,
.vzay-instagram-section h2,
.vzay-experience h2,
.vzay-gift-finder h2,
.vzay-faq h2 { text-wrap: balance; }
.vzay-section-note {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--vzay-muted);
  font-size: .92rem;
  line-height: 1.65;
}
.vzay-text-link { color: var(--vzay-sage-dark); }
.vzay-text-link:hover { color: var(--vzay-clay-dark); }

/* Hero: product-first editorial framing. */
.vzay-hero { position: relative; min-height: 720px; }
.vzay-hero::after {
  content: "";
  position: absolute;
  inset: 28px -8px 20px auto;
  width: 45%;
  z-index: -1;
  border-radius: 44% 56% 54% 46% / 45% 39% 61% 55%;
  background: linear-gradient(145deg, rgba(220,226,216,.68), rgba(216,198,194,.34));
  filter: blur(1px);
}
.vzay-hero h1 { color: var(--vzay-ink); }
.vzay-hero h1 em { color: var(--vzay-clay-dark); }
.vzay-hero__lead { color: var(--vzay-ink-soft); }
.vzay-hero-card {
  border: 1px solid rgba(86,74,65,.11);
  background: var(--vzay-paper-deep);
  box-shadow: var(--vzay-shadow-soft);
}
.vzay-hero-card img { transition: transform .6s cubic-bezier(.2,.75,.2,1), filter .4s ease; }
.vzay-hero-card:hover img { transform: scale(1.045); filter: saturate(1.03) contrast(1.02); }
.vzay-hero-card > span {
  background: rgba(255,253,249,.86);
  border-color: rgba(255,255,255,.66);
  color: var(--vzay-ink);
}
.vzay-floating-note { color: var(--vzay-clay-dark); }
.vzay-marquee { background: var(--vzay-clay-dark) !important; color: #fff7f1 !important; }

/* Buttons: premium, quieter, with clear hierarchy. */
.vzay-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px !important;
  min-height: 46px;
  padding-inline: 21px;
  background: var(--vzay-sage) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(57,67,58,.13);
  letter-spacing: .015em;
}
.vzay-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--vzay-sage-dark) !important;
  box-shadow: 0 14px 30px rgba(57,67,58,.18);
}
.vzay-button--secondary {
  background: transparent !important;
  border-color: rgba(57,67,58,.55) !important;
  color: var(--vzay-sage-dark) !important;
  box-shadow: none;
}
.vzay-button--secondary:hover { background: var(--vzay-sage-dark) !important; color: #fff !important; }
.vzay-button--light {
  background: rgba(255,253,249,.92) !important;
  color: var(--vzay-ink) !important;
  box-shadow: none;
}
.vzay-button--light:hover { background: #fff !important; color: var(--vzay-clay-dark) !important; }

/* Trust strip. */
.vzay-trust {
  background: rgba(233,226,217,.76) !important;
  border-color: rgba(115,101,90,.17) !important;
}
.vzay-trust__grid > div { border-color: rgba(115,101,90,.16) !important; }
.vzay-trust strong { color: var(--vzay-ink); }
.vzay-trust span { color: var(--vzay-muted); }

/* Product cards: compact, consistent, high-resolution friendly. */
.vzay-home-product-grid,
.vzay-full-catalog,
.vzay-related-grid,
.woocommerce ul.products {
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: start !important;
}
.vzay-demo-product,
.vzay-catalog-card,
.woocommerce ul.products li.product {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(82,71,62,.11) !important;
  border-radius: 22px !important;
  background: rgba(250,247,242,.9) !important;
  box-shadow: 0 10px 35px rgba(53,45,39,.055) !important;
  transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease, border-color .32s ease !important;
}
.vzay-demo-product:hover,
.vzay-catalog-card:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(185,118,93,.27) !important;
  box-shadow: var(--vzay-shadow-lift) !important;
}
.vzay-demo-product__image,
.vzay-catalog-card__image,
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 15px !important;
  background: linear-gradient(145deg, #e9e2da, #f5f0ea) !important;
}
.vzay-demo-product__image img,
.vzay-catalog-card__image img,
.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.002);
  image-rendering: auto;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .45s ease !important;
}
.vzay-demo-product:hover .vzay-demo-product__image img,
.vzay-catalog-card:hover .vzay-catalog-card__image img,
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.07) !important;
  filter: saturate(1.035) contrast(1.02);
}
.vzay-demo-product__content,
.vzay-catalog-card__body {
  min-height: 0 !important;
  height: auto !important;
  padding: 14px 10px 3px !important;
}
.vzay-demo-product__content h3,
.vzay-catalog-card__body h2 {
  min-height: 2.35em !important;
  max-height: 2.35em !important;
  margin: 0 0 7px !important;
  color: var(--vzay-ink) !important;
  font-size: clamp(.94rem, 1.1vw, 1.08rem) !important;
  line-height: 1.18 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vzay-demo-product__content strong,
.vzay-catalog-card__body strong {
  margin: 0 !important;
  color: var(--vzay-clay-dark) !important;
  font-size: .96rem !important;
}
.vzay-demo-product__actions,
.vzay-card-actions {
  min-height: 0 !important;
  height: auto !important;
  flex: 0 0 auto !important;
  gap: 3px !important;
  padding: 7px 9px 11px !important;
}
.vzay-demo-cart,
.vzay-card-cart {
  width: auto !important;
  align-self: stretch;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(57,67,58,.12) !important;
  border-radius: 999px !important;
  background: #d7ded3 !important;
  color: #334034 !important;
  box-shadow: none !important;
  font-size: .66rem !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
}
.vzay-demo-cart:hover,
.vzay-card-cart:hover { background: var(--vzay-sage) !important; color: #fff !important; }
.vzay-demo-detail,
.vzay-card-detail {
  min-height: 25px !important;
  padding: 4px 3px !important;
  color: var(--vzay-ink-soft) !important;
  font-size: .7rem !important;
  font-weight: 700;
}
.vzay-card-category {
  margin-top: 2px !important;
  padding: 8px 3px 2px !important;
  border-top: 1px solid rgba(82,71,62,.1) !important;
  color: var(--vzay-clay-dark) !important;
  font-size: .61rem !important;
  font-weight: 800;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}
.vzay-card-story {
  min-height: 0 !important;
  margin: 3px 3px 0 !important;
  color: var(--vzay-muted) !important;
  font-size: .7rem !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 3 !important;
}

/* Personalization and custom blocks. */
.vzay-personalize {
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(82,71,62,.1);
  border-radius: var(--vzay-radius-lg);
  background: linear-gradient(135deg, rgba(220,226,216,.72), rgba(250,247,242,.83));
  box-shadow: var(--vzay-shadow-soft);
}
.vzay-personalize__visual { border-radius: 24px; overflow: hidden; }
.vzay-personalize__copy li { border-color: rgba(82,71,62,.13) !important; }
.vzay-custom-banner {
  background: linear-gradient(115deg, var(--vzay-clay-dark), #9f6550 58%, #6d5146) !important;
  color: #fff9f4 !important;
  box-shadow: 0 24px 64px rgba(129,80,63,.19);
}
.vzay-custom-banner .vzay-eyebrow,
.vzay-custom-banner p,
.vzay-custom-banner h2 { color: #fff9f4 !important; }

/* SEO/editorial discovery block. */
.vzay-editorial-seo {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}
.vzay-editorial-seo__intro {
  position: sticky;
  top: 130px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 28px;
  background: var(--vzay-sage-dark);
  color: #f8f5ef;
  box-shadow: var(--vzay-shadow-lift);
}
.vzay-editorial-seo__intro .vzay-eyebrow { color: #d8c0b4 !important; }
.vzay-editorial-seo__intro h2 { margin: 0; font: 400 clamp(2.2rem,4vw,4.3rem)/1.02 var(--vzay-serif); }
.vzay-editorial-seo__intro > p:last-child { color: #dbe0d8; line-height: 1.75; }
.vzay-editorial-seo__links { display: grid; gap: 15px; }
.vzay-editorial-seo__links > a {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 7px 17px;
  padding: clamp(22px,3vw,32px);
  border: 1px solid rgba(82,71,62,.12);
  border-radius: 22px;
  background: rgba(255,253,249,.72);
  box-shadow: 0 8px 32px rgba(53,45,39,.045);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.vzay-editorial-seo__links > a:hover { transform: translateX(6px); border-color: rgba(185,118,93,.35); background: var(--vzay-surface-strong); }
.vzay-editorial-seo__links span { grid-row: 1 / 3; color: var(--vzay-clay); font: 500 1.05rem/1 var(--vzay-serif); }
.vzay-editorial-seo__links strong { color: var(--vzay-ink); font: 500 clamp(1.25rem,2vw,1.7rem)/1.15 var(--vzay-serif); }
.vzay-editorial-seo__links p { margin: 0; color: var(--vzay-muted); line-height: 1.6; }

/* VZAY Experience — explicit contrast fix. */
.vzay-experience {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(185,118,93,.3), transparent 28rem),
    radial-gradient(circle at 95% 85%, rgba(128,107,123,.22), transparent 26rem),
    linear-gradient(135deg, #303831 0%, #3d493f 48%, #29312b 100%) !important;
  color: #f8f4ee !important;
}
.vzay-experience::after {
  content: "V";
  position: absolute;
  right: -3vw;
  bottom: -11vw;
  color: rgba(255,255,255,.035);
  font: 500 clamp(18rem,35vw,42rem)/.8 var(--vzay-serif);
  pointer-events: none;
}
.vzay-experience .vzay-shell { position: relative; z-index: 1; }
.vzay-experience .vzay-eyebrow { color: #e6c2b2 !important; }
.vzay-experience h2,
.vzay-experience h3,
.vzay-experience strong,
.vzay-experience b,
.vzay-experience dt,
.vzay-experience dd { color: #fffaf5 !important; }
.vzay-experience p,
.vzay-experience span,
.vzay-experience small { color: #dbe0da !important; }
.vzay-experience .vzay-section-heading--intro > p { color: #dbe0da !important; }
.vzay-experience-grid { gap: 18px; }
.vzay-story-card,
.vzay-dna-card,
.vzay-live-card {
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.075) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.vzay-story-card__visual { background: rgba(255,255,255,.06); }
.vzay-process i,
.vzay-progress { background: rgba(255,255,255,.17) !important; }
.vzay-progress span { background: #d7a68f !important; }
.vzay-dna-stamp { border-color: rgba(255,255,255,.22) !important; }

/* Gift finder — explicit dark text on soft light surface. */
.vzay-gift-finder {
  margin-block: clamp(44px,7vw,96px);
  overflow: hidden;
  border: 1px solid rgba(82,71,62,.1);
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 84% 15%, rgba(255,255,255,.58), transparent 18rem),
    linear-gradient(125deg, #d9dfd5 0%, #eadbd3 52%, #e6d8c8 100%) !important;
  color: var(--vzay-ink) !important;
  box-shadow: var(--vzay-shadow-lift);
}
.vzay-gift-finder .vzay-eyebrow { color: var(--vzay-clay-dark) !important; }
.vzay-gift-finder h2,
.vzay-gift-finder p,
.vzay-gift-finder strong,
.vzay-gift-finder em,
.vzay-gift-finder b,
.vzay-gift-finder span { color: var(--vzay-ink) !important; }
.vzay-gift-finder__copy > p:not(.vzay-eyebrow) { color: var(--vzay-ink-soft) !important; }
.vzay-gift-finder__art { color: rgba(38,38,34,.72) !important; }
.vzay-gift-finder__art > span { color: rgba(129,80,63,.34) !important; }
.vzay-gift-finder .vzay-button--light { background: var(--vzay-sage-dark) !important; color: #fff !important; }

/* Club and FAQ. */
.vzay-club__inner {
  border-radius: 28px;
  background: linear-gradient(135deg, #f6f0e8, #e4ded3) !important;
  border: 1px solid rgba(82,71,62,.11);
  box-shadow: var(--vzay-shadow-soft);
}
.vzay-faq { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); gap: clamp(35px,6vw,90px); align-items: start; }
.vzay-faq details {
  border-bottom: 1px solid rgba(82,71,62,.15);
  background: transparent;
}
.vzay-faq summary { color: var(--vzay-ink); }
.vzay-faq details p { color: var(--vzay-muted); }

/* Instagram/share growth section. */
.vzay-instagram-section {
  position: relative;
  overflow: hidden;
  padding: clamp(28px,4vw,54px);
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,253,249,.88), rgba(232,221,211,.74));
  box-shadow: var(--vzay-shadow-soft);
}
.vzay-instagram-section::before {
  content: "@";
  position: absolute;
  right: -2rem;
  top: -6rem;
  color: rgba(185,118,93,.075);
  font: 500 18rem/1 var(--vzay-serif);
  pointer-events: none;
}
.vzay-instagram-section__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.35fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.vzay-instagram-section__head h2 { margin: 0; font: 400 clamp(2.2rem,4.2vw,4.5rem)/1 var(--vzay-serif); }
.vzay-instagram-section__head p:last-child { max-width: 720px; color: var(--vzay-muted); line-height: 1.7; }
.vzay-instagram-section__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.vzay-instagram-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.vzay-instagram-grid > a {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  background: var(--vzay-paper-deep);
}
.vzay-instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .4s ease; }
.vzay-instagram-grid span {
  position: absolute;
  inset: auto 8px 8px;
  padding: 7px 8px;
  border-radius: 9px;
  background: rgba(255,253,249,.86);
  color: var(--vzay-ink);
  font-size: .62rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.vzay-instagram-grid a:hover img { transform: scale(1.06); filter: saturate(1.05); }
.vzay-instagram-grid a:hover span { opacity: 1; transform: translateY(0); }

/* Catalogue/category/product pages. */
.vzay-catalog-hero,
.vzay-product-summary,
.vzay-product-description,
.vzay-product-detail-bar,
.vzay-catalog-tools,
.vzay-empty-state,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout-review-order {
  border-color: rgba(82,71,62,.11) !important;
  background: rgba(250,247,242,.88) !important;
  box-shadow: 0 10px 35px rgba(53,45,39,.045);
}
.vzay-catalog-hero,
.vzay-product-summary,
.vzay-product-description { border-radius: 26px !important; }
.vzay-catalog-tools input,
.vzay-catalog-tools select,
.woocommerce input,
.woocommerce textarea,
.woocommerce select {
  border-color: rgba(82,71,62,.18) !important;
  background: var(--vzay-surface-strong) !important;
  color: var(--vzay-ink) !important;
}
.vzay-product-main-image,
.vzay-product-image-wall a,
.vzay-product-thumbs button { background: var(--vzay-paper-deep) !important; }
.vzay-product-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(82,71,62,.12);
}
.vzay-product-share a,
.vzay-product-share button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(82,71,62,.16);
  border-radius: 999px;
  background: var(--vzay-surface-strong);
  color: var(--vzay-ink-soft);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 750;
}
.vzay-product-share a:hover,
.vzay-product-share button:hover { border-color: var(--vzay-clay); color: var(--vzay-clay-dark); }
.vzay-product-social-callout {
  margin-top: 24px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--vzay-sage-light), #eadbd3);
  color: var(--vzay-ink);
}
.vzay-product-social-callout a { color: var(--vzay-clay-dark); font-weight: 800; }

/* Footer, toast and utility. */
.vzay-footer { background: #282d29 !important; color: #f3efe9 !important; }
.vzay-footer p,
.vzay-footer a,
.vzay-footer span { color: #d9ddd8; }
.vzay-footer h2 { color: #fffaf5; }
.vzay-footer__bottom { border-color: rgba(255,255,255,.12) !important; }
.vzay-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: var(--vzay-sage-dark);
  color: #fff;
  box-shadow: 0 12px 35px rgba(39,46,40,.25);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}
.vzay-back-to-top.is-visible { opacity: 1; transform: translateY(0); }
.vzay-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  max-width: min(420px,calc(100% - 32px));
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--vzay-ink);
  color: #fff;
  box-shadow: var(--vzay-shadow-lift);
  opacity: 0;
  transform: translate(-50%,10px);
  transition: opacity .18s ease, transform .18s ease;
}
.vzay-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Prevent color regressions on light blocks. */
.vzay-gift-finder *,
.vzay-personalize *,
.vzay-club__inner * { text-shadow: none; }

@media (max-width: 1180px) {
  .vzay-instagram-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vzay-editorial-seo { grid-template-columns: 1fr; }
  .vzay-editorial-seo__intro { position: static; }
}

@media (max-width: 900px) {
  .vzay-shell { width: min(100% - 34px, 1440px); }
  .vzay-hero::after { width: 80%; opacity: .55; }
  .vzay-header-instagram__text { display: none; }
  .vzay-header-instagram { width: 40px; padding: 0; justify-content: center; }
  .vzay-instagram-section__head { grid-template-columns: 1fr; }
  .vzay-instagram-section__actions { justify-content: flex-start; }
  .vzay-faq { grid-template-columns: 1fr; }
  .vzay-gift-finder { border-radius: 26px !important; }
}

@media (max-width: 720px) {
  .vzay-section { padding-block: 68px; }
  .vzay-home-product-grid,
  .vzay-full-catalog,
  .woocommerce ul.products { gap: 14px 10px !important; }
  .vzay-demo-product,
  .vzay-catalog-card { padding: 6px !important; border-radius: 16px !important; }
  .vzay-demo-product__image,
  .vzay-catalog-card__image { border-radius: 12px !important; }
  .vzay-demo-product__content,
  .vzay-catalog-card__body { padding: 10px 6px 2px !important; }
  .vzay-demo-product__content h3,
  .vzay-catalog-card__body h2 { font-size: .84rem !important; }
  .vzay-demo-product__content strong,
  .vzay-catalog-card__body strong { font-size: .82rem !important; }
  .vzay-demo-product__actions,
  .vzay-card-actions { padding: 6px 5px 8px !important; }
  .vzay-demo-cart,
  .vzay-card-cart { min-height: 31px !important; padding: 7px 7px !important; font-size: .57rem !important; }
  .vzay-demo-detail,
  .vzay-card-detail { font-size: .62rem !important; }
  .vzay-card-story { font-size: .61rem !important; }
  .vzay-instagram-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vzay-instagram-grid span { opacity: 1; transform: none; font-size: .56rem; }
  .vzay-editorial-seo__links > a { grid-template-columns: 38px 1fr; }
}

@media (hover: none) {
  .vzay-demo-product:hover,
  .vzay-catalog-card:hover,
  .woocommerce ul.products li.product:hover { transform: none !important; }
  .vzay-demo-product:hover .vzay-demo-product__image img,
  .vzay-catalog-card:hover .vzay-catalog-card__image img,
  .woocommerce ul.products li.product:hover a img { transform: scale(1.002) !important; filter: none; }
}

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

/* Native WooCommerce loop images keep their intrinsic square ratio. */
.woocommerce ul.products li.product a img {
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

/* ==========================================================
   VZAY 3.3 — conversion-first catalogue refresh
   ========================================================== */
.vzay-catalog-page {
  padding-top: 108px !important;
  padding-bottom: 88px !important;
}
.vzay-breadcrumb {
  margin-bottom: 18px !important;
  color: var(--vzay-muted);
}
.vzay-collection-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  margin-bottom: 26px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(216,198,194,.42), transparent 24rem),
    radial-gradient(circle at bottom left, rgba(220,226,216,.5), transparent 24rem),
    rgba(250,247,242,.92);
  box-shadow: 0 16px 48px rgba(53,45,39,.06);
}
.vzay-collection-stage__copy {
  display: grid;
  gap: 16px;
  align-content: start;
}
.vzay-collection-stage__copy h1 {
  margin: 0;
  font-family: var(--vzay-serif);
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  line-height: .94;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.vzay-collection-stage__lead {
  max-width: 62ch;
  margin: 0;
  color: var(--vzay-ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}
.vzay-collection-stage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vzay-collection-stage__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(82,71,62,.1);
  background: rgba(255,253,249,.8);
  color: var(--vzay-ink-soft);
  font-size: .82rem;
  font-weight: 700;
}
.vzay-collection-stage__meta strong {
  color: var(--vzay-clay-dark);
  font-size: .95rem;
}
.vzay-collection-stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.vzay-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vzay-category-chips a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(82,71,62,.12);
  background: rgba(255,253,249,.84);
  color: var(--vzay-ink-soft);
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.vzay-category-chips a span {
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(104,115,101,.12);
  color: var(--vzay-sage-dark);
  font-size: .72rem;
}
.vzay-category-chips a:hover {
  transform: translateY(-1px);
  border-color: rgba(185,118,93,.3);
  box-shadow: 0 10px 26px rgba(53,45,39,.08);
}
.vzay-collection-stage__visual {
  min-width: 0;
}
.vzay-stage-mosaic {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  min-height: 380px;
}
.vzay-stage-mosaic__item {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border-radius: 24px;
  border: 1px solid rgba(82,71,62,.11);
  background: var(--vzay-paper-deep);
  box-shadow: 0 14px 34px rgba(53,45,39,.08);
}
.vzay-stage-mosaic__item.is-primary {
  grid-row: 1 / span 2;
  min-height: 380px;
}
.vzay-stage-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.75,.2,1), filter .35s ease;
}
.vzay-stage-mosaic__item:hover img {
  transform: scale(1.05);
  filter: saturate(1.03);
}
.vzay-stage-mosaic__item span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,253,249,.87);
  border: 1px solid rgba(255,255,255,.55);
  color: var(--vzay-ink);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(53,45,39,.08);
}
.vzay-catalog-tools {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px) auto !important;
  gap: 14px !important;
  align-items: end !important;
  margin-bottom: 18px !important;
  padding: 18px !important;
  border-radius: 24px !important;
}
.vzay-catalog-tools--category {
  grid-template-columns: minmax(0, 1fr) auto !important;
}
.vzay-catalog-tools label {
  gap: 8px !important;
}
.vzay-catalog-tools label > span {
  color: var(--vzay-ink-soft);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.vzay-catalog-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vzay-catalog-submit,
.vzay-catalog-reset {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
}
.vzay-catalog-reset {
  border: 1px solid rgba(82,71,62,.14);
  background: rgba(255,253,249,.7);
  color: var(--vzay-ink-soft);
  text-decoration: none;
  font-weight: 700;
}
.vzay-collection-insight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}
.vzay-collection-insight > div {
  padding: 16px 18px;
  border: 1px solid rgba(82,71,62,.1);
  border-radius: 20px;
  background: rgba(255,253,249,.75);
}
.vzay-collection-insight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vzay-ink);
  font-size: .9rem;
}
.vzay-collection-insight span {
  color: var(--vzay-muted);
  font-size: .82rem;
  line-height: 1.6;
}
.vzay-full-catalog {
  margin-top: 0 !important;
}
.vzay-demo-product,
.vzay-catalog-card,
.woocommerce ul.products li.product {
  border-radius: 24px !important;
  background: rgba(252,249,245,.95) !important;
}
.vzay-demo-product__content,
.vzay-catalog-card__body {
  padding: 15px 12px 4px !important;
}
.vzay-demo-product__content h3,
.vzay-catalog-card__body h2 {
  font-size: clamp(.96rem, 1vw, 1.08rem) !important;
  line-height: 1.22 !important;
}
.vzay-demo-product__content strong,
.vzay-catalog-card__body strong {
  font-size: 1rem !important;
}
.vzay-demo-product__actions,
.vzay-card-actions {
  padding: 8px 10px 12px !important;
  gap: 4px !important;
}
.vzay-card-story {
  color: var(--vzay-muted) !important;
  font-size: .72rem !important;
  line-height: 1.55 !important;
}
.vzay-card-category {
  font-size: .63rem !important;
}
.vzay-pagination a {
  min-width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(82,71,62,.14);
  background: rgba(255,253,249,.75);
  color: var(--vzay-ink-soft);
}
.vzay-pagination a.is-current,
.vzay-pagination a:hover {
  background: var(--vzay-sage-dark);
  border-color: var(--vzay-sage-dark);
  color: #fff;
}

@media (max-width: 1024px) {
  .vzay-catalog-page { padding-top: 96px !important; }
  .vzay-collection-stage,
  .vzay-collection-stage--category,
  .vzay-collection-stage--archive {
    grid-template-columns: 1fr;
  }
  .vzay-stage-mosaic {
    min-height: 0;
  }
  .vzay-catalog-tools {
    grid-template-columns: 1fr 1fr !important;
  }
  .vzay-catalog-tools__actions {
    grid-column: 1 / -1;
  }
  .vzay-collection-insight {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .vzay-catalog-page { padding-top: 88px !important; padding-bottom: 64px !important; }
  .vzay-breadcrumb { margin-bottom: 14px !important; font-size: .78rem; }
  .vzay-collection-stage { padding: 18px !important; border-radius: 22px; }
  .vzay-collection-stage__copy { gap: 12px; }
  .vzay-collection-stage__copy h1 { font-size: clamp(2.2rem, 10vw, 3.55rem); }
  .vzay-collection-stage__lead { font-size: .92rem; }
  .vzay-collection-stage__meta span { min-height: 34px; font-size: .74rem; padding-inline: 12px; }
  .vzay-stage-mosaic { grid-template-columns: 1fr 1fr; gap: 10px; }
  .vzay-stage-mosaic__item,
  .vzay-stage-mosaic__item.is-primary { min-height: 146px; grid-row: auto; }
  .vzay-stage-mosaic__item span { left: 8px; right: 8px; bottom: 8px; padding: 8px 10px; font-size: .67rem; }
  .vzay-catalog-tools,
  .vzay-catalog-tools--category { grid-template-columns: 1fr !important; padding: 14px !important; border-radius: 18px !important; }
  .vzay-catalog-submit,
  .vzay-catalog-reset { width: 100%; }
  .vzay-category-chips { gap: 8px; }
  .vzay-category-chips a { width: calc(50% - 4px); justify-content: space-between; }
}

/* ==========================================================
   VZAY 3.4 — social, predictive search, bulk orders & motion
   ========================================================== */
body {
  background:
    radial-gradient(circle at 12% 4%, rgba(217,191,178,.35), transparent 30rem),
    radial-gradient(circle at 91% 18%, rgba(191,207,185,.4), transparent 32rem),
    radial-gradient(circle at 40% 82%, rgba(224,211,190,.28), transparent 34rem),
    linear-gradient(180deg, #f8f4ee 0%, #f1ebe3 48%, #ece5dc 100%) !important;
  background-attachment: fixed !important;
}
.vzay-main::before,
.vzay-catalog-page::before,
.vzay-bulk-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 30%, rgba(185,118,93,.08), transparent 22rem),
    radial-gradient(circle at 86% 64%, rgba(104,115,101,.1), transparent 25rem);
  animation: vzayAmbientShift 16s ease-in-out infinite alternate;
}
@keyframes vzayAmbientShift {
  from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
  to { transform: translate3d(1.5%, 1%, 0) scale(1.035); }
}
.vzay-header-instagram,
.vzay-header-pinterest {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(83,74,66,.16);
  border-radius: 999px;
  background: rgba(255,253,249,.7);
  color: var(--vzay-ink-soft);
  font-size: 12px;
  font-weight: 760;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.vzay-header-instagram:hover,
.vzay-header-pinterest:hover {
  transform: translateY(-2px);
  border-color: rgba(185,118,93,.42);
  background: #fffdf9;
}
.vzay-header-pinterest > span:first-child {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #a5483f;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 800;
}
.vzay-footer__socials { display: flex; flex-wrap: wrap; gap: 10px; }
.vzay-footer__socials .vzay-footer__social { margin: 0; }

/* Predictive search */
.vzay-search-wrap { position: relative; min-width: 0; }
.vzay-search-suggestions {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 10px);
  right: 0;
  width: min(420px, 88vw);
  max-height: min(520px, 70vh);
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(82,71,62,.14);
  border-radius: 20px;
  background: rgba(255,253,249,.98);
  box-shadow: 0 24px 70px rgba(43,37,32,.18);
  backdrop-filter: blur(18px);
}
.vzay-search-suggestion {
  display: grid;
  grid-template-columns: 50px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 9px;
  border-radius: 14px;
  color: var(--vzay-ink);
  text-decoration: none;
}
.vzay-search-suggestion:hover,
.vzay-search-suggestion.is-active { background: var(--vzay-sage-light); }
.vzay-search-suggestion img,
.vzay-search-suggestion__placeholder {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 11px;
  background: var(--vzay-paper-deep);
}
.vzay-search-suggestion strong {
  display: block;
  overflow: hidden;
  color: var(--vzay-ink);
  font-size: .82rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vzay-search-suggestion small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--vzay-muted);
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vzay-search-suggestion b { color: var(--vzay-clay-dark); }
.vzay-search-empty { padding: 18px; color: var(--vzay-muted); text-align: center; font-size: .82rem; }
.vzay-search-wrap--mobile .vzay-search-suggestions { left: 0; right: auto; width: 100%; }

/* Language menu reliability and clarity */
.vzay-language { position: relative; }
.vzay-language__menu {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 10px);
  right: 0;
  width: 210px;
  padding: 8px;
  border: 1px solid rgba(82,71,62,.14);
  border-radius: 18px;
  background: rgba(255,253,249,.98);
  box-shadow: 0 22px 60px rgba(43,37,32,.17);
}
.vzay-language__menu button {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--vzay-ink-soft);
  cursor: pointer;
  text-align: left;
}
.vzay-language__menu button:hover,
.vzay-language__menu button.is-current { background: var(--vzay-sage-light); color: var(--vzay-sage-dark); }

/* Social section is fully clickable and more magnetic. */
.vzay-instagram-section {
  position: relative;
  overflow: hidden;
  padding-inline: clamp(18px, 3vw, 42px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 85% 15%, rgba(216,198,194,.5), transparent 25rem),
    linear-gradient(135deg, rgba(255,253,249,.88), rgba(220,226,216,.72));
  border: 1px solid rgba(82,71,62,.11);
  box-shadow: 0 20px 60px rgba(53,45,39,.07);
}
.vzay-instagram-section::before {
  content: "@VZAY";
  position: absolute;
  right: -20px;
  top: -28px;
  color: rgba(129,80,63,.06);
  font-family: var(--vzay-serif);
  font-size: clamp(7rem, 18vw, 15rem);
  line-height: 1;
  pointer-events: none;
}
.vzay-instagram-grid a { cursor: pointer; }
.vzay-instagram-grid a::after {
  content: "Instagram’da gör ↗";
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,253,249,.9);
  color: var(--vzay-ink);
  font-size: .62rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .25s ease, transform .25s ease;
}
.vzay-instagram-grid a:hover::after { opacity: 1; transform: none; }

/* Bulk order landing page */
.vzay-bulk-page { padding-top: 112px; padding-bottom: 96px; }
.vzay-bulk-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(330px,.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 68px);
  border: 1px solid rgba(82,71,62,.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 20%, rgba(216,198,194,.48), transparent 25rem),
    radial-gradient(circle at 15% 85%, rgba(220,226,216,.7), transparent 26rem),
    rgba(250,247,242,.94);
  box-shadow: 0 24px 80px rgba(53,45,39,.08);
}
.vzay-bulk-hero h1 {
  max-width: 800px;
  margin: 12px 0 22px;
  font-family: var(--vzay-serif);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.vzay-bulk-hero__copy > p:not(.vzay-eyebrow) { max-width: 64ch; color: var(--vzay-ink-soft); font-size: 1.05rem; line-height: 1.75; }
.vzay-bulk-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vzay-bulk-contact-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.vzay-bulk-contact-strip > * {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,253,249,.76);
  border: 1px solid rgba(82,71,62,.1);
  color: var(--vzay-muted);
  font-size: .72rem;
}
.vzay-bulk-hero__art { position: relative; min-height: 440px; }
.vzay-bulk-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 220px;
  height: 220px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--vzay-sage-dark);
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
  box-shadow: 0 30px 70px rgba(57,67,58,.28);
  animation: vzayBulkFloat 5s ease-in-out infinite;
}
.vzay-bulk-orbit::before,
.vzay-bulk-orbit::after {
  content: "";
  position: absolute;
  inset: -42px;
  border: 1px dashed rgba(57,67,58,.3);
  border-radius: 50%;
  animation: vzaySpin 18s linear infinite;
}
.vzay-bulk-orbit::after { inset: -82px; animation-direction: reverse; animation-duration: 26s; }
.vzay-bulk-orbit span { font-family: var(--vzay-serif); font-size: 5rem; line-height: .8; }
.vzay-bulk-orbit small { margin-top: 10px; letter-spacing: .16em; text-transform: uppercase; }
.vzay-bulk-card {
  position: absolute;
  width: 190px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(82,71,62,.11);
  background: rgba(255,253,249,.88);
  box-shadow: 0 20px 45px rgba(53,45,39,.11);
  backdrop-filter: blur(14px);
}
.vzay-bulk-card strong { display: block; color: var(--vzay-ink); }
.vzay-bulk-card span { display: block; margin-top: 6px; color: var(--vzay-muted); font-size: .72rem; }
.vzay-bulk-card:nth-of-type(2) { top: 7%; left: 0; transform: rotate(-5deg); }
.vzay-bulk-card:nth-of-type(3) { right: 0; top: 20%; transform: rotate(5deg); }
.vzay-bulk-card:nth-of-type(4) { left: 12%; bottom: 3%; transform: rotate(3deg); }
@keyframes vzayBulkFloat { 0%,100% { transform: translate(-50%,-50%) translateY(0); } 50% { transform: translate(-50%,-50%) translateY(-12px); } }
@keyframes vzaySpin { to { transform: rotate(360deg); } }
.vzay-bulk-status { margin: 20px 0; padding: 16px 18px; border-radius: 16px; background: #e1eadf; color: #334034; font-weight: 700; }
.vzay-bulk-status--eksik,
.vzay-bulk-status--buyuk-dosya,
.vzay-bulk-status--mail-hatasi { background: #f1ded5; color: #7a4535; }
.vzay-bulk-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 22px 0 70px; }
.vzay-bulk-process > div { padding: 24px; border-radius: 22px; border: 1px solid rgba(82,71,62,.1); background: rgba(255,253,249,.78); }
.vzay-bulk-process span { color: var(--vzay-clay-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.vzay-bulk-process strong { display: block; margin: 18px 0 8px; font-family: var(--vzay-serif); font-size: 1.45rem; }
.vzay-bulk-process p { margin: 0; color: var(--vzay-muted); line-height: 1.65; }
.vzay-bulk-form-section { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(28px,5vw,72px); align-items: start; }
.vzay-bulk-form-section__intro { position: sticky; top: 120px; }
.vzay-bulk-form-section h2 { margin: 10px 0 18px; font-family: var(--vzay-serif); font-size: clamp(2.5rem,5vw,4.8rem); line-height: .95; }
.vzay-bulk-form-section__intro > p { color: var(--vzay-muted); line-height: 1.75; }
.vzay-bulk-form-section__intro ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.vzay-bulk-form-section__intro li::before { content: "✓"; margin-right: 10px; color: var(--vzay-sage); font-weight: 900; }
.vzay-bulk-form { display: grid; gap: 18px; padding: clamp(22px,4vw,42px); border-radius: 30px; border: 1px solid rgba(82,71,62,.11); background: rgba(250,247,242,.92); box-shadow: 0 20px 60px rgba(53,45,39,.07); }
.vzay-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.vzay-bulk-form label { display: grid; gap: 8px; color: var(--vzay-ink-soft); font-size: .8rem; font-weight: 800; }
.vzay-bulk-form input,
.vzay-bulk-form textarea {
  width: 100%;
  border: 1px solid rgba(82,71,62,.18);
  border-radius: 15px;
  background: #fffdf9;
  color: var(--vzay-ink);
  padding: 14px 15px;
  font: inherit;
}
.vzay-bulk-form input:focus,
.vzay-bulk-form textarea:focus { border-color: var(--vzay-sage); box-shadow: 0 0 0 3px rgba(104,115,101,.12); outline: none; }
.vzay-bulk-form small { color: var(--vzay-muted); font-weight: 500; }
.vzay-consent { grid-template-columns: auto 1fr !important; align-items: start; }
.vzay-consent input { width: 18px; height: 18px; margin-top: 2px; }
.vzay-bulk-form__fallback { margin: 0; color: var(--vzay-muted); font-size: .75rem; line-height: 1.6; }

@media (max-width: 1100px) {
  .vzay-header-pinterest__text { display: none; }
  .vzay-header-pinterest { width: 40px; padding: 0; justify-content: center; }
  .vzay-bulk-hero,
  .vzay-bulk-form-section { grid-template-columns: 1fr; }
  .vzay-bulk-form-section__intro { position: static; }
}
@media (max-width: 720px) {
  .vzay-bulk-page { padding-top: 88px; padding-bottom: 64px; }
  .vzay-bulk-hero { padding: 22px; border-radius: 24px; }
  .vzay-bulk-hero h1 { font-size: clamp(2.5rem,12vw,4rem); }
  .vzay-bulk-hero__art { min-height: 350px; transform: scale(.88); }
  .vzay-bulk-process { grid-template-columns: 1fr; margin-bottom: 50px; }
  .vzay-form-grid { grid-template-columns: 1fr; }
  .vzay-bulk-form { padding: 18px; border-radius: 22px; }
  .vzay-instagram-section { border-radius: 24px; }
  .vzay-instagram-grid a::after { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .vzay-main::before,
  .vzay-catalog-page::before,
  .vzay-bulk-page::before,
  .vzay-bulk-orbit,
  .vzay-bulk-orbit::before,
  .vzay-bulk-orbit::after { animation: none !important; }
}

/* ==========================================================
   VZAY 3.5 — interaction, product choice and support system
   ========================================================== */
a[href],
button:not(:disabled),
summary,
label,
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer !important;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea {
  cursor: text !important;
}
a,
a img,
button img {
  -webkit-user-drag: none;
  user-drag: none;
}

/* Product colour picker and order block. */
.vzay-product-order-form {
  margin: 24px 0 0;
}
.vzay-color-picker {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(82,71,62,.12);
  border-radius: 20px;
  background: rgba(255,253,249,.78);
}
.vzay-color-picker__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.vzay-color-picker legend {
  padding: 0;
  color: var(--vzay-ink);
  font-size: .94rem;
  font-weight: 850;
}
.vzay-color-picker__head > span {
  color: var(--vzay-muted);
  font-size: .76rem;
}
.vzay-color-picker__head strong { color: var(--vzay-clay-dark); }
.vzay-color-palette {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}
.vzay-color-option {
  min-width: 0;
}
.vzay-color-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vzay-color-option > span {
  min-height: 58px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 8px 4px;
  border: 1px solid rgba(82,71,62,.12);
  border-radius: 14px;
  background: rgba(250,247,242,.88);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.vzay-color-option i {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background: var(--vzay-swatch);
  border: 1px solid rgba(38,38,34,.18);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.38);
}
.vzay-color-option b {
  max-width: 100%;
  overflow: hidden;
  color: var(--vzay-ink-soft);
  font-size: .62rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vzay-color-option input:checked + span {
  transform: translateY(-2px);
  border-color: var(--vzay-sage-dark);
  background: var(--vzay-surface-strong);
  box-shadow: 0 9px 22px rgba(57,67,58,.13), inset 0 0 0 1px var(--vzay-sage-dark);
}
.vzay-color-option input:focus-visible + span {
  outline: 2px solid var(--vzay-clay);
  outline-offset: 2px;
}
.vzay-color-picker > p {
  margin: 12px 0 0;
  color: var(--vzay-muted);
  font-size: .7rem;
  line-height: 1.55;
}
.vzay-add-to-cart {
  border: 0 !important;
}

/* Share controls and genuine share sheet. */
.vzay-product-share {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 0 !important;
}
.vzay-product-share > div:first-child {
  display: grid;
  gap: 4px;
}
.vzay-product-share > div:first-child > span {
  color: var(--vzay-ink);
  font-weight: 850;
}
.vzay-product-share > div:first-child > small {
  max-width: 34ch;
  color: var(--vzay-muted);
  font-size: .7rem;
  line-height: 1.5;
}
.vzay-product-share > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.vzay-product-share button {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
}
.vzay-share-trigger {
  background: var(--vzay-sage-dark) !important;
  border-color: var(--vzay-sage-dark) !important;
  color: #fff !important;
}
.vzay-share-sheet[hidden] { display: none !important; }
.vzay-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: end center;
  padding: 18px;
}
.vzay-share-sheet__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(24,25,22,.56);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .18s ease;
}
.vzay-share-sheet__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(220,226,216,.75), transparent 22rem),
    var(--vzay-surface-strong);
  box-shadow: 0 35px 110px rgba(21,22,20,.28);
  transform: translateY(30px) scale(.98);
  opacity: 0;
  transition: transform .2s ease, opacity .18s ease;
}
.vzay-share-sheet.is-open .vzay-share-sheet__backdrop { opacity: 1; }
.vzay-share-sheet.is-open .vzay-share-sheet__dialog { transform: none; opacity: 1; }
.vzay-share-sheet__close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82,71,62,.12);
  border-radius: 50%;
  background: rgba(255,253,249,.86);
  color: var(--vzay-ink);
  font-size: 1.55rem;
}
.vzay-share-sheet__dialog h2 {
  max-width: 16ch;
  margin: 10px 0 8px;
  color: var(--vzay-ink);
  font: 500 clamp(1.9rem, 5vw, 3.8rem)/.98 var(--vzay-serif);
}
.vzay-share-sheet__dialog > p:not(.vzay-eyebrow) {
  color: var(--vzay-muted);
}
.vzay-share-sheet__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.vzay-share-sheet__grid > a,
.vzay-share-sheet__grid > button {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 18px;
  background: rgba(250,247,242,.84);
  color: var(--vzay-ink);
  text-align: left;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.vzay-share-sheet__grid > a:hover,
.vzay-share-sheet__grid > button:hover {
  transform: translateY(-3px);
  border-color: rgba(185,118,93,.32);
  box-shadow: 0 14px 32px rgba(53,45,39,.1);
}
.vzay-share-sheet__grid span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vzay-sage-light);
  color: var(--vzay-sage-dark);
  font-weight: 900;
}
.vzay-share-sheet__grid strong { font-size: .88rem; }
.vzay-share-sheet__grid small { color: var(--vzay-muted); font-size: .66rem; line-height: 1.4; }

/* Product section navigation: clearly clickable, no ambiguous pill bar. */
.vzay-product-detail-bar { display: none !important; }
.vzay-product-section-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 52px 0 0;
}
.vzay-product-section-nav > a {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 22px;
  background: rgba(250,247,242,.88);
  color: var(--vzay-ink);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(53,45,39,.045);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vzay-product-section-nav > a:hover {
  transform: translateY(-4px);
  border-color: rgba(185,118,93,.3);
  box-shadow: 0 18px 42px rgba(53,45,39,.1);
}
.vzay-product-section-nav > a > span {
  color: var(--vzay-clay-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.vzay-product-section-nav > a > div {
  display: grid;
  gap: 5px;
}
.vzay-product-section-nav strong {
  font-family: var(--vzay-serif);
  font-size: 1.08rem;
  font-weight: 600;
}
.vzay-product-section-nav small {
  color: var(--vzay-muted);
  font-size: .7rem;
  line-height: 1.45;
}
.vzay-product-section-nav b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vzay-sage-light);
  color: var(--vzay-sage-dark);
}
#urun-aciklamasi,
#gorseller,
#ilgili-urunler,
#renk-secimi {
  scroll-margin-top: 120px;
}

/* Footer: guaranteed, populated navigation. */
.vzay-footer__grid {
  grid-template-columns: 1.4fr .75fr .8fr 1.05fr !important;
}
.vzay-footer__column a,
.vzay-footer__legal-shortcuts a,
.vzay-footer__bottom a {
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.vzay-footer__column a:hover,
.vzay-footer__legal-shortcuts a:hover,
.vzay-footer__bottom a:hover {
  color: #fff !important;
  transform: translateX(2px);
}
.vzay-footer__legal-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.vzay-footer__legal-shortcuts a {
  color: #d9ddd8;
  font-size: .72rem;
}
.vzay-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vzay-footer__bottom nav a { color: #aeb5af; }

/* Support/legal pages created by the theme. */
.vzay-policy-page {
  max-width: 980px;
  margin: 0 auto;
  color: var(--vzay-ink-soft);
  line-height: 1.78;
}
.vzay-policy-lead {
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 20px;
  background: rgba(250,247,242,.86);
  color: var(--vzay-ink);
  font-size: 1.02rem;
}
.vzay-policy-page h2 {
  margin: 38px 0 10px;
  color: var(--vzay-ink);
  font-family: var(--vzay-serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 600;
}
.vzay-policy-page a { color: var(--vzay-clay-dark); font-weight: 750; }
.vzay-policy-page details {
  margin-bottom: 10px;
  padding: 0 18px;
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 16px;
  background: rgba(250,247,242,.8);
}
.vzay-policy-page summary {
  padding: 18px 36px 18px 0;
  color: var(--vzay-ink);
  font-weight: 850;
}
.vzay-policy-page details p { margin: 0 0 18px; }
.vzay-policy-steps { display: grid; gap: 10px; padding-left: 22px; }
.vzay-policy-note {
  margin-top: 34px;
  padding: 16px 18px;
  border-left: 3px solid var(--vzay-clay);
  background: rgba(216,198,194,.24);
  font-size: .84rem;
}
.vzay-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.vzay-contact-grid a {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(82,71,62,.11);
  border-radius: 20px;
  background: rgba(250,247,242,.86);
  text-decoration: none;
}
.vzay-contact-grid strong { color: var(--vzay-ink); font-family: var(--vzay-serif); font-size: 1.25rem; }
.vzay-contact-grid span { color: var(--vzay-muted); font-size: .8rem; }

@media (max-width: 1024px) {
  .vzay-footer__grid { grid-template-columns: 1fr 1fr !important; }
  .vzay-footer__brand,
  .vzay-footer__newsletter { grid-column: 1 / -1; }
  .vzay-product-section-nav { grid-template-columns: 1fr; }
  .vzay-product-section-nav > a { min-height: 92px; }
}
@media (max-width: 720px) {
  .vzay-color-palette { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .vzay-color-option > span { min-height: 52px; border-radius: 12px; }
  .vzay-color-option i { width: 21px; height: 21px; }
  .vzay-color-option b { font-size: .54rem; }
  .vzay-product-share { align-items: flex-start; flex-direction: column; }
  .vzay-product-share > div:last-child { justify-content: flex-start; }
  .vzay-share-sheet { padding: 10px; }
  .vzay-share-sheet__dialog { border-radius: 24px; padding: 24px 18px; }
  .vzay-share-sheet__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vzay-share-sheet__grid > a,
  .vzay-share-sheet__grid > button { min-height: 105px; }
  .vzay-product-section-nav { margin-top: 34px; }
  .vzay-product-section-nav > a { padding: 15px; border-radius: 18px; }
  .vzay-footer__grid { grid-template-columns: 1fr !important; }
  .vzay-footer__brand,
  .vzay-footer__newsletter { grid-column: auto; }
  .vzay-contact-grid { grid-template-columns: 1fr; }
}
