/* ===================== DOLCE FONTANA V4 · BOSQUE PREMIUM ===================== */
/* Elegancia natural · olivares y bosques · sin estética SaaS */

body.theme-v4 {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: var(--leading-normal);
}

/* ---------- Typography ---------- */
.theme-v4 .eyebrow {
  font-family: var(--font-display);
  color: var(--bp-gold);
  letter-spacing: var(--tracking-wider);
  font-weight: 500;
  font-size: var(--text-xs);
}
.theme-v4 .eyebrow--light { color: var(--bp-sand); }
.theme-v4 .section-title {
  font-family: var(--font-serif);
  color: var(--color-text);
  font-weight: 500;
  letter-spacing: var(--tracking-tight);
  font-size: var(--text-2xl);
  line-height: var(--leading-tight);
}
.theme-v4 .lead { color: var(--color-muted); line-height: var(--leading-relaxed); }
.theme-v4 .link-gold {
  color: var(--bp-forest);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
}
.theme-v4 .link-gold:hover {
  border-color: var(--bp-sage);
  color: var(--bp-sage);
}
.theme-v4 .price {
  color: var(--bp-forest);
  font-weight: 600;
  font-family: var(--font-sans);
}

/* ---------- Buttons ---------- */
.theme-v4 .btn {
  border-radius: var(--radius-md);
  letter-spacing: var(--tracking-wide);
  font-weight: 500;
  font-size: 12.5px;
  transition: background var(--duration) var(--ease),
              color var(--duration) var(--ease),
              border-color var(--duration) var(--ease),
              box-shadow var(--duration) var(--ease);
}
.theme-v4 .btn--gold {
  background: var(--bp-forest);
  color: var(--bp-on-primary);
  border-color: var(--bp-forest);
  box-shadow: var(--shadow-soft);
}
.theme-v4 .btn--gold:hover {
  background: var(--bp-forest-hover);
  border-color: var(--bp-forest-hover);
  color: var(--bp-on-primary);
  box-shadow: var(--shadow-card);
}
.theme-v4 .btn--ghost {
  border-color: var(--bp-forest);
  color: var(--bp-forest);
  background: transparent;
}
.theme-v4 .btn--ghost:hover {
  background: var(--bp-forest);
  color: var(--bp-on-primary);
}
.theme-v4 .btn--ghost-light {
  border-color: var(--bp-on-primary);
  color: var(--bp-on-primary);
  background: transparent;
}
.theme-v4 .btn--ghost-light:hover {
  background: var(--bp-on-primary);
  color: var(--bp-forest);
}

/* ---------- Announce ---------- */
.theme-v4 .announce {
  background: var(--bp-forest);
  color: var(--bp-sand);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
}

/* ---------- Header ---------- */
.theme-v4 .header { top: 38px; background: transparent; }
.theme-v4:not(.page--light) .header:not(.scrolled) .nav a,
.theme-v4:not(.page--light) .header:not(.scrolled) .nav__dropdown-toggle,
.theme-v4:not(.page--light) .header:not(.scrolled) .icon-btn,
.theme-v4:not(.page--light) .header:not(.scrolled) .lang__toggle {
  color: var(--color-text);
}
.theme-v4:not(.page--light) .header:not(.scrolled) .header__burger span {
  background: var(--bp-forest);
}
.theme-v4 .header.scrolled,
.theme-v4 .header.header--v4.scrolled,
.theme-v4.page--light .header {
  top: 0;
  background: var(--bp-cream);
  box-shadow: var(--shadow-header);
  border-bottom: 1px solid var(--bp-line-soft);
}
.theme-v4 .header.scrolled .nav a,
.theme-v4 .header.scrolled .nav__dropdown-toggle,
.theme-v4 .header.scrolled .icon-btn,
.theme-v4 .header.scrolled .lang__toggle,
.theme-v4.page--light .nav a,
.theme-v4.page--light .nav__dropdown-toggle,
.theme-v4.page--light .icon-btn,
.theme-v4.page--light .lang__toggle {
  color: var(--color-text);
}
.theme-v4 .header.scrolled .header__burger span,
.theme-v4.page--light .header__burger span {
  background: var(--bp-forest);
}
.theme-v4 .nav > a {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}
.theme-v4 .nav > a::after {
  background: var(--bp-sage);
  height: 2px;
}
.theme-v4 .icon-btn:hover { color: var(--bp-sage); }
.theme-v4 .cart-count {
  background: var(--bp-sand);
  color: var(--bp-ink);
  font-weight: 600;
  border-radius: var(--radius-sm);
}
.theme-v4 .lang__menu {
  border-color: var(--bp-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  background: var(--bp-cream-deep);
}
.theme-v4 .lang__item.is-active { color: var(--bp-forest); }
.theme-v4 .lang__item.is-active::before { color: var(--bp-sage); }

/* ---------- Promo strip ---------- */
.theme-v4 .promo-strip {
  background: var(--bp-forest);
  color: var(--bp-on-primary);
  margin-top: 122px;
  padding: 18px 0;
}
.theme-v4 .promo-strip .btn--ghost-light {
  border-color: var(--bp-on-primary);
  color: var(--bp-on-primary);
}
.theme-v4 .promo-strip .btn--ghost-light:hover {
  background: var(--bp-on-primary);
  color: var(--bp-forest);
}

/* ---------- Hero ---------- */
.theme-v4 .hero--v2 {
  height: auto;
  min-height: 0;
  padding: 56px 0 96px;
  background: var(--bp-cream);
  color: var(--color-text);
  display: block;
  position: relative;
}
.theme-v4 .hero--v2::before,
.theme-v4 .hero--v2::after { display: none; }
.theme-v4 .hero--v2 .hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.theme-v4 .hero--v2 .hero__media {
  position: relative;
  inset: auto;
  height: min(560px, 70vw);
  border-radius: var(--radius-lg);
  transform: none;
  background: url("img/v2-hero-marketplace.png") center/cover no-repeat;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bp-line-soft);
}
.theme-v4 .hero--v2 .hero__overlay { display: none; }
.theme-v4 .hero--v2 .hero__content { max-width: none; padding: 24px 0; }
.theme-v4 .hero--v2 .hero__title {
  font-family: var(--font-serif);
  font-size: var(--text-hero);
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: var(--tracking-tight);
}
.theme-v4 .hero--v2 .hero__sub {
  color: var(--color-muted);
  opacity: 1;
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
}
.theme-v4 .hero--v2 .hero__scroll { display: none; }
.theme-v4 .hero--v2 .hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.theme-v4 .hero--v2 .hero__tag {
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  color: var(--bp-forest);
}
.theme-v4 .hero--v2 .hero__tag:hover {
  border-color: var(--bp-sage);
  background: var(--bp-sage-soft);
}

/* ---------- Hero · inmersivo editorial (home · referencia Aesop) ---------- */
.theme-v4.page--home .header:not(.scrolled) {
  top: 38px;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}
.theme-v4.page--home .header:not(.scrolled) .nav > a,
.theme-v4.page--home .header:not(.scrolled) .nav__dropdown-toggle,
.theme-v4.page--home .header:not(.scrolled) .icon-btn,
.theme-v4.page--home .header:not(.scrolled) .lang__toggle {
  color: var(--bp-on-primary);
}
.theme-v4.page--home .header:not(.scrolled) .header__burger span {
  background: var(--bp-on-primary);
}
.theme-v4.page--home .header:not(.scrolled) .header__logo .logo--dark { display: none; }
.theme-v4.page--home .header:not(.scrolled) .header__logo .logo--light { display: block; }
.theme-v4.page--home .header.scrolled .header__logo .logo--dark { display: block; }
.theme-v4.page--home .header.scrolled .header__logo .logo--light { display: none; }
.theme-v4.page--home .header:not(.scrolled) .header__logo img,
.theme-v4.page--home .header.scrolled .header__logo img {
  filter: none;
  opacity: 1;
}
.theme-v4.page--home .header:not(.scrolled) .cart-count {
  background: rgba(248, 245, 238, 0.15);
  color: var(--bp-on-primary);
  border: 1px solid rgba(248, 245, 238, 0.35);
}

.theme-v4 .hero--immersive {
  position: relative;
  min-height: calc(100svh - 38px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bp-ink);
}
.theme-v4 .hero--immersive .hero__carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.theme-v4 .hero--immersive .hero__slides {
  position: absolute;
  inset: 0;
}
.theme-v4 .hero--immersive .hero__slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s var(--ease), transform 7s var(--ease);
  pointer-events: none;
}
.theme-v4 .hero--immersive .hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.theme-v4 .hero--immersive .hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(26, 26, 26, 0.42);
  pointer-events: none;
}
.theme-v4 .hero--immersive .hero__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(248, 245, 238, 0.45);
  background: rgba(26, 26, 26, 0.25);
  color: var(--bp-on-dark);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}
.theme-v4 .hero--immersive .hero__nav:hover {
  background: rgba(248, 245, 238, 0.12);
  border-color: var(--bp-on-dark);
}
.theme-v4 .hero--immersive .hero__nav--prev { left: 20px; }
.theme-v4 .hero--immersive .hero__nav--next { right: 20px; }
.theme-v4 .hero--immersive .hero__dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
}
.theme-v4 .hero--immersive .hero__dot {
  width: 28px;
  height: 2px;
  padding: 0;
  border: none;
  background: rgba(248, 245, 238, 0.35);
  cursor: pointer;
  transition: background 0.3s var(--ease), width 0.3s var(--ease);
}
.theme-v4 .hero--immersive .hero__dot.is-active {
  background: var(--bp-on-dark);
  width: 40px;
}
.theme-v4 .hero--immersive .hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(120px, 18vh, 180px) 24px clamp(80px, 12vh, 120px);
  display: flex;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.theme-v4 .hero--immersive .hero__content {
  max-width: 760px;
  margin: 0 auto;
  pointer-events: auto;
}
.theme-v4 .hero--immersive .eyebrow--light {
  color: var(--bp-sand);
  margin-bottom: 28px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.theme-v4 .hero--immersive .hero__title {
  color: var(--bp-on-primary);
  font-family: var(--font-serif);
  font-size: clamp(44px, 6.5vw, 76px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}
.theme-v4 .hero--immersive .hero__sub {
  color: rgba(246, 242, 232, 0.88);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.75;
  max-width: 54ch;
  margin: 0 auto 44px;
}
.theme-v4 .hero--immersive .hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.theme-v4 .hero--immersive .btn--ghost-light {
  border-radius: 0;
  border-width: 1px;
  padding: 15px 32px;
  letter-spacing: 0.16em;
  font-size: 11.5px;
  font-weight: 500;
}
.theme-v4 .hero--immersive .btn--ghost-light:hover {
  background: var(--bp-on-primary);
  color: var(--bp-forest);
}
.theme-v4 .btn--link-light {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 242, 232, 0.82);
  padding: 15px 0;
  border: none;
  background: none;
  border-bottom: 1px solid transparent;
  transition: color 0.35s var(--ease), border-color 0.35s var(--ease);
  cursor: pointer;
}
.theme-v4 .btn--link-light:hover {
  color: var(--bp-on-primary);
  border-bottom-color: rgba(246, 242, 232, 0.55);
}
.theme-v4 .btn--arrow::after {
  content: " →";
  font-weight: 400;
}
.theme-v4 .promo-strip--home {
  margin-top: 0;
}
.theme-v4.page--home .announce {
  background: rgba(47, 79, 62, 0.82);
  position: relative;
  z-index: 110;
}
.theme-v4.page--home .hero--immersive {
  min-height: 100svh;
  margin-top: -38px;
}

@media (max-width: 980px) {
  .theme-v4 .hero--immersive { min-height: calc(100svh - 38px); }
  .theme-v4 .hero--immersive .hero__inner {
    padding-top: 100px;
    padding-bottom: 88px;
  }
  .theme-v4 .hero--immersive .hero__cta {
    flex-direction: column;
    gap: 20px;
  }
  .theme-v4 .hero--immersive .hero__nav { display: none; }
}

@media (max-width: 760px) {
  .theme-v4 .hero--immersive .hero__title {
    font-size: clamp(36px, 10vw, 48px);
  }
  .theme-v4 .hero--immersive .btn--ghost-light {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
  .theme-v4 .hero--immersive .hero__dots { bottom: 20px; }
}

/* ---------- Categories ---------- */
.theme-v4 .collections {
  background: var(--bp-cream-deep);
  padding: var(--space-2xl) 0;
}
.theme-v4 .cat-grid { gap: 20px; }
.theme-v4 .cat-card {
  border-radius: var(--radius-lg);
  background: var(--bp-forest);
  box-shadow: var(--shadow-card);
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--bp-line-soft);
}
.theme-v4 .cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.theme-v4 .cat-card__img {
  position: absolute;
  inset: 0;
  height: 100%;
  transition: transform 0.6s var(--ease);
}
.theme-v4 .cat-card:hover .cat-card__img { transform: scale(1.04); }
.theme-v4 .cat-card__img::after {
  background: rgba(47, 79, 62, 0.72);
}
.theme-v4 .cat-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  color: var(--bp-on-primary);
}
.theme-v4 .cat-card__body h3 {
  font-family: var(--font-serif);
  color: var(--bp-on-primary);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.theme-v4 .cat-card__body p {
  color: rgba(246, 242, 232, 0.85);
  margin-bottom: 10px;
  font-size: var(--text-sm);
}
.theme-v4 .cat-card__body .link-gold { color: var(--bp-sand); }
.theme-v4 .cat-card--oils .cat-card__img { background-image: url("img/v2-cat-aceites.png"); }
.theme-v4 .cat-card--clothing .cat-card__img { background-image: url("img/v2-cat-ropa.png"); }
.theme-v4 .cat-card--shoes .cat-card__img { background-image: url("img/v2-cat-zapatos.png"); }
.theme-v4 .cat-card--crafts .cat-card__img { background-image: url("img/v2-cat-artesanias.png"); }
.theme-v4 .cat-card--farm .cat-card__img { background-image: url("img/v2-cat-agricola.png"); }
.theme-v4 .cat-card--promo .cat-card__img { background-image: url("img/v2-cat-promociones.png"); }
.theme-v4 .cat-card--promo .cat-card__img::after {
  background: rgba(122, 90, 66, 0.65);
}

/* ---------- Product cards ---------- */
.theme-v4 .shop {
  background: var(--bp-cream);
  padding: var(--space-2xl) 0;
}
.theme-v4 .shop__grid { gap: 22px; }
.theme-v4 .product {
  background: var(--bp-cream-deep);
  border-radius: var(--radius-lg);
  padding: 0 0 22px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  text-align: left;
  border: 1px solid var(--bp-line-soft);
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.theme-v4 .product:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}
.theme-v4 .product__img {
  border-radius: 0;
  margin-bottom: 16px;
  height: 280px;
  background-color: var(--bp-cream);
}
.theme-v4 .product h3,
.theme-v4 .product .product__meta,
.theme-v4 .product .price,
.theme-v4 .product .btn { padding-left: 18px; padding-right: 18px; }
.theme-v4 .product .btn {
  margin-left: 18px;
  margin-right: 18px;
  width: calc(100% - 36px);
}
.theme-v4 .product h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
}
.theme-v4 .badge {
  background: var(--bp-forest);
  color: var(--bp-on-primary);
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: var(--text-xs);
}
.theme-v4 .badge--sale {
  background: var(--bp-gold);
  color: var(--bp-ink);
}

/* ---------- About teaser ---------- */
.theme-v4 .about-teaser {
  background: var(--bp-cream);
  padding: var(--space-2xl) 0;
}
.theme-v4 .about-teaser__media {
  border-radius: var(--radius-lg);
  background: url("img/v2-about-story.png") center/cover;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bp-line-soft);
}

/* ---------- Benefits ---------- */
.theme-v4 .benefits {
  background: var(--bp-forest);
  padding: var(--space-xl) 0;
}
.theme-v4 .benefit h4 {
  font-family: var(--font-serif);
  color: var(--bp-on-primary);
  font-weight: 500;
}
.theme-v4 .benefit p { color: rgba(246, 242, 232, 0.75); }
.theme-v4 .benefit__icon {
  border-color: var(--bp-sage);
  color: var(--bp-sage);
  border-radius: 50%;
}

/* ---------- Blog ---------- */
.theme-v4 .experience {
  background: var(--bp-cream-deep);
  padding: var(--space-2xl) 0;
}
.theme-v4 .blog-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--bp-line);
  box-shadow: var(--shadow-soft);
  background: var(--bp-cream);
}
.theme-v4 .blog-card__meta { color: var(--bp-wood); }

/* ---------- Testimonials ---------- */
.theme-v4 .testimonials {
  background: var(--bp-sage-soft);
  color: var(--color-text);
  padding: 90px 0;
}
.theme-v4 .quote-mark { color: var(--bp-sage); }
.theme-v4 .testimonial__text {
  color: var(--color-text);
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-serif);
  font-size: var(--text-xl);
}
.theme-v4 .testimonial__author { color: var(--color-muted); }
.theme-v4 .dot { border-color: var(--bp-sage); }
.theme-v4 .dot.is-active {
  background: var(--bp-forest);
  border-color: var(--bp-forest);
}

/* ---------- Footer ---------- */
.theme-v4 .footer {
  background: var(--bp-ink);
  color: var(--bp-on-dark);
}
.theme-v4 .footer__col h5 {
  color: var(--bp-gold);
  font-family: var(--font-display);
  font-weight: 500;
}
.theme-v4 .footer__lang .lang-opt:hover {
  border-color: var(--bp-gold);
  color: var(--bp-gold);
}

/* ---------- Cart ---------- */
.theme-v4 .cart { background: var(--bp-cream-deep); }
.theme-v4 .cart__ship { color: var(--bp-sage); }
.theme-v4 .cart-line__qty button:hover { border-color: var(--bp-sage); }

/* ---------- Subpages ---------- */
.theme-v4.page--light { background: var(--bp-cream); }
.theme-v4 .page-top { padding-top: 130px; }
.theme-v4 .catalog__grid .product {
  background: var(--bp-cream-deep);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding-bottom: 20px;
  border: 1px solid var(--bp-line-soft);
}
.theme-v4 .filters {
  background: var(--bp-cream-deep);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--bp-line);
}
.theme-v4 .summary {
  background: var(--bp-cream-deep);
  border-color: var(--bp-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.theme-v4 .pill.is-active {
  background: var(--bp-forest);
  border-color: var(--bp-forest);
  color: var(--bp-on-primary);
}
.theme-v4 .value-card,
.theme-v4 .contact-info {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--bp-line-soft);
}
.theme-v4 .about-page__img {
  background-image: url("img/v2-about-story.png");
  border-radius: var(--radius-lg);
}

/* ---------- About page ---------- */
.theme-v4 .about-page {
  padding-bottom: var(--space-2xl);
  animation: aboutPageIn 0.7s var(--ease) both;
}
@keyframes aboutPageIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.theme-v4 .about-hero {
  position: relative;
  padding: 130px 0 80px;
  overflow: hidden;
  margin-bottom: 20px;
}
.theme-v4 .about-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--bp-cream);
}
.theme-v4 .about-hero__bg::after { display: none; }
.theme-v4 .about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.theme-v4 .about-hero__intro {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-muted);
  max-width: 560px;
  margin-top: 14px;
}
.theme-v4 .about-hero__visual { position: relative; }
.theme-v4 .about-hero__frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bp-line);
  background: var(--bp-cream-deep);
}
.theme-v4 .about-hero__frame img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.theme-v4 .about-hero__visual:hover .about-hero__frame img { transform: scale(1.03); }
.theme-v4 .about-hero__badge {
  position: absolute;
  left: -18px;
  bottom: 28px;
  background: var(--bp-forest);
  color: var(--bp-on-primary);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  box-shadow: var(--shadow-lg);
}

.theme-v4 .about-gallery { padding: 40px 0 70px; }
.theme-v4 .about-gallery__head { margin-bottom: 32px; max-width: 640px; }
.theme-v4 .about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
}
.theme-v4 .about-gallery__item {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--bp-line);
  grid-column: span 3;
}
.theme-v4 .about-gallery__item--main { grid-column: span 6; grid-row: span 2; }
.theme-v4 .about-gallery__item--wide { grid-column: span 6; }
.theme-v4 .about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s var(--ease);
}
.theme-v4 .about-gallery__item:hover img { transform: scale(1.05); }
.theme-v4 .about-gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  background: rgba(47, 79, 62, 0.82);
  color: var(--bp-on-primary);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}
.theme-v4 .about-gallery__lead {
  margin-top: 36px;
  font-size: 20px;
  line-height: var(--leading-relaxed);
  color: var(--color-text-soft);
  max-width: 780px;
  font-family: var(--font-serif);
  font-weight: 500;
}

.theme-v4 .about-mv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 70px;
}
.theme-v4 .about-mv__card {
  display: flex;
  flex-direction: column;
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 32px 32px 0;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  min-height: 100%;
}
.theme-v4 .about-mv__card--vision { background: var(--bp-sage-soft); }
.theme-v4 .about-mv__icon {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  color: var(--bp-sage);
  opacity: 0.5;
  margin-bottom: 12px;
}
.theme-v4 .about-mv__body h3 {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 14px;
}
.theme-v4 .about-mv__body p {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-muted);
  margin: 0 0 24px;
}
.theme-v4 .about-mv__media {
  margin-top: auto;
  border-top: 1px solid var(--bp-line);
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  background: var(--bp-cream);
}
.theme-v4 .about-mv__media img {
  width: 100%;
  max-width: 220px;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(42, 46, 40, 0.1));
}

.theme-v4 .about-bridge {
  position: relative;
  margin: 0 0 80px;
  padding: 80px 0;
  color: var(--bp-on-primary);
  overflow: hidden;
  min-height: 420px;
}
.theme-v4 .about-bridge__media { position: absolute; inset: 0; }
.theme-v4 .about-bridge__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-v4 .about-bridge__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 79, 62, 0.88);
}
.theme-v4 .about-bridge__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}
.theme-v4 .about-bridge__quote { margin: 0; padding: 0; border: none; }
.theme-v4 .about-bridge__quote p {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--bp-on-primary);
  margin: 0;
}
.theme-v4 .about-bridge__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.theme-v4 .about-bridge__stats li {
  background: rgba(246, 242, 232, 0.08);
  border: 1px solid rgba(246, 242, 232, 0.15);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}
.theme-v4 .about-bridge__stats strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--bp-sand);
  line-height: 1;
  margin-bottom: 6px;
}
.theme-v4 .about-bridge__stats span {
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  opacity: 0.85;
}

.theme-v4 .about-values { padding-bottom: 20px; }
.theme-v4 .about-values__head { margin-bottom: 28px; }
.theme-v4 .about-values__grid .value-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--bp-line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  padding: 0;
  background: var(--bp-cream-deep);
}
.theme-v4 .value-card__img {
  height: 160px;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s var(--ease);
}
.theme-v4 .about-values__grid .value-card:hover .value-card__img { transform: scale(1.04); }
.theme-v4 .about-values__grid .value-card h4,
.theme-v4 .about-values__grid .value-card p { padding-left: 24px; padding-right: 24px; }
.theme-v4 .about-values__grid .value-card h4 {
  font-family: var(--font-serif);
  margin-top: 20px;
  font-weight: 500;
}
.theme-v4 .about-values__grid .value-card p { padding-bottom: 24px; margin-bottom: 0; }

@media (max-width: 980px) {
  .theme-v4 .about-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .theme-v4 .about-hero__frame img { height: 320px; }
  .theme-v4 .about-hero__badge { left: 12px; bottom: 16px; }
  .theme-v4 .about-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .theme-v4 .about-gallery__item,
  .theme-v4 .about-gallery__item--main,
  .theme-v4 .about-gallery__item--wide { grid-column: span 1; grid-row: span 1; }
  .theme-v4 .about-gallery__item--main { grid-column: span 2; grid-row: span 2; }
  .theme-v4 .about-mv { grid-template-columns: 1fr; }
  .theme-v4 .about-bridge__inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .theme-v4 .about-hero { padding-top: 118px; }
  .theme-v4 .about-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .theme-v4 .about-gallery__item--main { grid-column: span 1; grid-row: span 1; }
}

.theme-v4 .pdp-strip { background: var(--bp-forest); }
.theme-v4 .field input:focus,
.theme-v4 .contact-form .field textarea:focus { border-color: var(--bp-sage); }

/* ---------- Category banners ---------- */
.theme-v4 .cat-banner {
  height: 240px;
  border-radius: var(--radius-lg);
  margin-bottom: 36px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--bp-line-soft);
}
.theme-v4 .cat-banner--aceites { background-image: url("img/v2-cat-aceites.png"); }
.theme-v4 .cat-banner--ropa { background-image: url("img/v2-cat-ropa.png"); }
.theme-v4 .cat-banner--zapatos { background-image: url("img/v2-cat-zapatos.png"); }
.theme-v4 .cat-banner--artesanias { background-image: url("img/v2-cat-artesanias.png"); }
.theme-v4 .cat-banner--agricola { background-image: url("img/v2-cat-agricola.png"); }
.theme-v4 .cat-banner--promo { background-image: url("img/v2-cat-promociones.png"); }

/* ---------- Mobile nav ---------- */
@media (max-width: 1199px) {
  .theme-v4 .header--v4 .nav--v4 { background: var(--bp-forest); }
  .theme-v4 .header--v4 .nav--v4 > a { color: var(--bp-on-primary); }
  .theme-v4 .header--v4 .nav--v4 .nav__dropdown-toggle { color: var(--bp-on-primary); }
  .theme-v4 .header--v4 .nav--v4 .nav__submenu a { color: var(--bp-on-primary); }
}

@media (max-width: 980px) {
  .theme-v4 .hero--v2 .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .theme-v4 .hero--v2 .hero__media { height: 360px; order: -1; }
  .theme-v4 .promo-strip:not(.promo-strip--home) { margin-top: 118px; }
}

@media (max-width: 760px) {
  .theme-v4 .product .btn { width: calc(100% - 36px); }
}

/* ---------- Tienda ---------- */
.theme-v4 .header__logo img,
.theme-v4 .header__logo .logo {
  height: 70px;
  width: auto;
  max-width: min(280px, 62vw);
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
  transform: translateZ(0);
}
.theme-v4 .footer .header__logo img,
.theme-v4 .footer .header__logo .logo {
  height: 52px;
  max-width: 260px;
  filter: none;
}
@media (max-width: 760px) {
  .theme-v4 .header__logo img,
  .theme-v4 .header__logo .logo { height: 34px; max-width: 200px; }
}
.theme-v4 .nav > a.is-current { color: var(--bp-forest); font-weight: 600; }
.theme-v4 .nav > a.is-current::after { width: 100%; }
.theme-v4 .nav__dropdown.is-current .nav__dropdown-toggle {
  color: var(--bp-forest);
  font-weight: 600;
}
.theme-v4 .nav__dropdown-toggle { position: relative; }
.theme-v4 .nav__dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--bp-sage);
  transition: width 0.3s var(--ease);
}
.theme-v4 .nav__dropdown:hover .nav__dropdown-toggle::after,
.theme-v4 .nav__dropdown.is-current .nav__dropdown-toggle::after,
.theme-v4 .nav__dropdown.open .nav__dropdown-toggle::after { width: 100%; }

.theme-v4 .nav__submenu {
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.theme-v4 .nav__submenu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--bp-cream-deep);
  border-left: 1px solid var(--bp-line);
  border-top: 1px solid var(--bp-line);
}
.theme-v4 .nav__submenu a {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.theme-v4 .nav__submenu a + a { margin-top: 2px; }
.theme-v4 .nav__submenu a:hover {
  background: var(--bp-sage-soft);
  color: var(--bp-forest);
  padding-left: 22px;
}
.theme-v4 .nav__submenu a.is-current {
  background: var(--bp-sage-soft);
  color: var(--bp-forest);
  font-weight: 600;
  box-shadow: inset 3px 0 0 var(--bp-sage);
}

.theme-v4 .shop-page { padding-bottom: var(--space-2xl); }
.theme-v4 .shop-head { margin-bottom: 28px; }
.theme-v4 .shop-head__intro {
  color: var(--color-muted);
  max-width: 640px;
  margin-top: 8px;
  font-size: var(--text-base);
}

.theme-v4 .shop-search {
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-soft);
}
.theme-v4 .shop-search__inner {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 12px;
  align-items: center;
}
.theme-v4 .shop-search select,
.theme-v4 .shop-search input[type="search"] {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  border: 1px solid var(--bp-line);
  background: var(--bp-cream);
  padding: 12px 14px;
  border-radius: var(--radius-md);
  color: var(--color-text);
  width: 100%;
}
.theme-v4 .shop-search input[type="search"]:focus,
.theme-v4 .shop-search select:focus {
  outline: none;
  border-color: var(--bp-sage);
}
.theme-v4 .shop-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: var(--text-sm);
  color: var(--color-muted);
}
.theme-v4 .shop-popular__tag {
  font-size: var(--text-xs);
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  background: var(--bp-cream);
  border: 1px solid var(--bp-line);
  color: var(--color-text-soft);
}
.theme-v4 .shop-popular__tag:hover {
  border-color: var(--bp-sage);
  color: var(--bp-forest);
}

.theme-v4 .shop-subcats { margin-bottom: 24px; }
.theme-v4 .shop-subcats__grid { display: flex; flex-wrap: wrap; gap: 12px; }
.theme-v4 .shop-subcat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}
.theme-v4 .shop-subcat.is-active {
  background: var(--bp-forest);
  border-color: var(--bp-forest);
  color: var(--bp-on-primary);
}
.theme-v4 .shop-subcat__count {
  font-size: var(--text-xs);
  opacity: 0.75;
  background: var(--bp-cream);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}
.theme-v4 .shop-subcat.is-active .shop-subcat__count {
  background: rgba(246, 242, 232, 0.15);
  color: var(--bp-on-primary);
}

.theme-v4 .shop-sidebar-toggle { display: none; margin-bottom: 16px; }
.theme-v4 .shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}
.theme-v4 .shop-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.theme-v4 .shop-widget {
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.theme-v4 .shop-widget__title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--color-text);
}
.theme-v4 .shop-cat-list { list-style: none; margin: 0; padding: 0; }
.theme-v4 .shop-cat-link,
.theme-v4 .shop-cat-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: var(--text-sm);
  color: var(--color-text-soft);
  border-bottom: 1px solid var(--bp-line-soft);
}
.theme-v4 .shop-cat-item:last-child .shop-cat-link { border-bottom: none; }
.theme-v4 .shop-cat-link span,
.theme-v4 .shop-cat-sub em { font-style: normal; font-size: var(--text-xs); color: var(--color-muted); }
.theme-v4 .shop-cat-link:hover,
.theme-v4 .shop-cat-sub:hover { color: var(--bp-forest); }
.theme-v4 .shop-cat-item.is-active > .shop-cat-link {
  color: var(--bp-forest);
  font-weight: 600;
}
.theme-v4 .shop-cat-subs { list-style: none; margin: 4px 0 8px; padding-left: 12px; }
.theme-v4 .shop-cat-sub { font-size: var(--text-sm); padding: 6px 0; border-bottom: none; }
.theme-v4 .shop-cat-sub.is-active { color: var(--bp-forest); font-weight: 600; }

.theme-v4 .shop-price-fields { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.theme-v4 .shop-price-fields input {
  flex: 1;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  border: 1px solid var(--bp-line);
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  background: var(--bp-cream);
  width: 100%;
}
.theme-v4 .shop-price-btn { width: 100%; }
.theme-v4 .shop-check { display: flex; align-items: center; gap: 10px; font-size: var(--text-sm); cursor: pointer; }

.theme-v4 .shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bp-line-soft);
}
.theme-v4 .shop-toolbar__status { font-size: var(--text-sm); color: var(--color-muted); margin: 0; }
.theme-v4 .shop-toolbar__actions { display: flex; gap: 10px; }
.theme-v4 .shop-toolbar select {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  border: 1px solid var(--bp-line);
  background: var(--bp-cream-deep);
  padding: 9px 12px;
  border-radius: var(--radius-md);
  color: var(--color-text);
}
.theme-v4 .shop-grid { min-height: 200px; }
.theme-v4 .shop-grid .product__cat {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0 18px;
  margin: -8px 0 6px;
  color: var(--bp-wood);
  font-weight: 500;
}
.theme-v4 .shop-grid .product__cat a { color: inherit; }
.theme-v4 .shop-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--color-muted);
  font-size: var(--text-base);
}
.theme-v4 .shop-load-more-wrap { text-align: center; margin-top: 36px; }
.theme-v4 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .theme-v4 .shop-search__inner { grid-template-columns: 1fr; gap: 10px; }
  .theme-v4 .shop-layout { grid-template-columns: 1fr; }
  .theme-v4 .shop-sidebar-toggle { display: inline-flex; }
  .theme-v4 .shop-sidebar { display: none; }
  .theme-v4 .shop-sidebar.open { display: flex; position: static; margin-bottom: 20px; }
}

@media (max-width: 760px) {
  .theme-v4 .shop-toolbar { flex-direction: column; align-items: flex-start; }
  .theme-v4 .catalog__grid.shop-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 480px) {
  .theme-v4 .catalog__grid.shop-grid { grid-template-columns: 1fr; }
}

/* ---------- Contact page ---------- */
.theme-v4 .contact-page {
  padding-bottom: var(--space-2xl);
  animation: aboutPageIn 0.7s var(--ease) both;
}

.theme-v4 .contact-hero {
  position: relative;
  padding: 130px 0 70px;
  overflow: hidden;
  margin-bottom: 10px;
}
.theme-v4 .contact-hero__bg {
  position: absolute;
  inset: 0;
  background: var(--bp-cream);
}
.theme-v4 .contact-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.theme-v4 .contact-hero__intro {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-muted);
  max-width: 540px;
  margin-top: 12px;
}
.theme-v4 .contact-hero__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bp-line);
}
.theme-v4 .contact-hero__visual img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.theme-v4 .contact-hero__visual:hover img { transform: scale(1.03); }

.theme-v4 .contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 70px;
}
.theme-v4 .contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.theme-v4 .contact-card {
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.theme-v4 .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.theme-v4 .contact-card__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bp-sage-soft);
  font-size: 18px;
  margin-bottom: 12px;
}
.theme-v4 .contact-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 8px;
}
.theme-v4 .contact-card p,
.theme-v4 .contact-card > a:not(.contact-card__link) {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-muted);
  margin: 0;
  display: block;
}
.theme-v4 .contact-card > a:not(.contact-card__link):hover { color: var(--bp-forest); }
.theme-v4 .contact-card__link {
  display: inline-block;
  margin-top: 10px;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--bp-forest);
}
.theme-v4 .contact-card__link:hover { text-decoration: underline; }

.theme-v4 .contact-form-panel {
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 32px 34px;
  box-shadow: var(--shadow-lg);
}
.theme-v4 .contact-form-panel h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 8px;
}
.theme-v4 .contact-form-panel__sub {
  font-size: var(--text-base);
  color: var(--color-muted);
  margin: 0 0 24px;
  line-height: var(--leading-normal);
}
.theme-v4 .contact-form .field { margin-bottom: 16px; }
.theme-v4 .contact-form .field label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-soft);
  margin-bottom: 8px;
}
.theme-v4 .contact-form .field input,
.theme-v4 .contact-form .field textarea {
  width: 100%;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  border: 1px solid var(--bp-line);
  background: var(--bp-cream);
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.theme-v4 .contact-form .field input:focus,
.theme-v4 .contact-form .field textarea:focus {
  outline: none;
  border-color: var(--bp-sage);
  box-shadow: 0 0 0 3px rgba(124, 154, 109, 0.15);
}
.theme-v4 .contact-form .field textarea { min-height: 150px; resize: vertical; }
.theme-v4 .contact-form .fields-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.theme-v4 .contact-map-section { padding-bottom: 20px; }
.theme-v4 .contact-map-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}
.theme-v4 .contact-map-section__head p:last-child {
  color: var(--color-muted);
  font-size: var(--text-base);
  margin-top: 8px;
}
.theme-v4 .contact-map-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.theme-v4 .contact-map__frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--bp-line);
  box-shadow: var(--shadow-lg);
  background: var(--bp-line);
  min-height: 420px;
}
.theme-v4 .contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
.theme-v4 .contact-map__pin {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 320px;
  background: var(--bp-cream-deep);
  border: 1px solid var(--bp-line);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  box-shadow: var(--shadow-lg);
}
.theme-v4 .contact-map__pin strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: 8px;
}
.theme-v4 .contact-map__pin p {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-muted);
  margin: 0 0 14px;
}

@media (max-width: 980px) {
  .theme-v4 .contact-hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .theme-v4 .contact-hero__visual img { height: 280px; }
  .theme-v4 .contact-layout { grid-template-columns: 1fr; }
  .theme-v4 .contact-map__pin { position: static; max-width: none; margin-top: 16px; }
}

@media (max-width: 560px) {
  .theme-v4 .contact-hero { padding-top: 118px; }
  .theme-v4 .contact-cards { grid-template-columns: 1fr; }
  .theme-v4 .contact-form .fields-2 { grid-template-columns: 1fr; }
  .theme-v4 .contact-form-panel { padding: 24px 20px; }
  .theme-v4 .contact-map__frame iframe { height: 320px; }
}
