/*
Theme Name: Mamy Clean
Theme URI: http://localhost/mamy
Author: Codex
Description: Plugin-free multilingual theme for Mamy.
Version: 1.0.0
Text Domain: mamy-clean
*/

:root {
  --bg: #f8f7f4;
  --paper: #fff;
  --ink: #171412;
  --muted: #746b62;
  --line: #e8e1da;
  --accent: #a51f2f;
  --accent-dark: #65131f;
  --gold: #b89254;
  --charcoal: #343332;
  --max: 1240px;
}

.mamy-mobile-menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  min-height: 38px;
  border: 0;
  border-radius: 50%;
  background: #171412;
  padding: 0;
  box-shadow: none;
}

.mamy-mobile-menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.mamy-mobile-menu-open .mamy-mobile-menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.mamy-mobile-menu-open .mamy-mobile-menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mamy-soft-button,
.mamy-collection-search button,
.mamy-contact-form button,
.mamy-contact-form-card .mamy-contact-form button,
.mamy-shop-search button {
  border: 0 !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(255,112,72,.30) !important;
}

.mamy-soft-button:hover,
.mamy-collection-search button:hover,
.mamy-contact-form button:hover,
.mamy-shop-search button:hover {
  background: #ff815d !important;
  transform: translateY(-2px);
}

.elementor-section[data-id="3650934"],
.elementor-section[data-id="3650934"] .elementor-container,
.elementor-section[data-id="3650934"] .elementor-row,
.elementor-section[data-id="3650934"] .elementor-column,
.elementor-section[data-id="3650934"] .elementor-widget-wrap,
.elementor-section[data-id="3650934"] .aux-widget-inner {
  text-align: center !important;
  justify-content: center !important;
}

.elementor-section[data-id="3650934"] .elementor-widget {
  width: 100% !important;
}

.mamy-shop-toolbar {
  width: min(720px, 100%);
  margin: 34px auto 0;
}

.mamy-shop-search {
  display: grid;
  gap: 9px;
  color: #7d746d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.mamy-shop-search input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(23,20,18,.10);
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23,20,18,.08);
  color: #171412;
  font: inherit;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.mamy-shop-empty {
  width: min(720px, 100%);
  margin: 40px auto 0;
  padding: 22px;
  border: 1px solid rgba(23,20,18,.08);
  background: #fff;
  color: #665f58;
  text-align: center;
}

.mamy-contact-info-grid a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mamy-contact-map {
  width: min(1260px, calc(100% - 56px));
  margin: clamp(70px, 8vw, 116px) auto 0;
  text-align: center;
}

.mamy-contact-map h2 {
  margin: 0 auto 14px;
  color: #171412;
  font-size: clamp(36px, 4.6vw, 72px);
  line-height: 1.04;
}

.mamy-contact-map p {
  margin: 0 auto 34px;
  color: #70675f;
  font-size: 18px;
}

.mamy-map-frame {
  overflow: hidden;
  min-height: clamp(360px, 42vw, 560px);
  border: 1px solid rgba(23,20,18,.08);
  background: #eee8df;
  box-shadow: 0 30px 90px rgba(23,20,18,.12);
}

.mamy-map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  border: 0;
  filter: saturate(.82) contrast(1.03);
}

.site-footer {
  background: #000;
  color: #fff;
  padding: clamp(86px, 9vw, 138px) 0 42px;
}

.mamy-footer-shell {
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.mamy-footer-logo img {
  width: clamp(98px, 8vw, 142px);
  height: clamp(98px, 8vw, 142px);
  object-fit: contain;
}

.mamy-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 34px);
  margin: clamp(38px, 4vw, 58px) 0 28px;
}

.mamy-footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}

.mamy-footer-nav a:hover {
  color: #ff7048;
  transform: translateY(-1px);
}

.mamy-footer-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  width: min(350px, 100%);
  min-height: 60px;
  margin: 0 auto clamp(56px, 6vw, 84px);
  padding: 7px;
  border-radius: 999px;
  background: #292827;
  box-shadow: 0 22px 50px rgba(0,0,0,.36);
}

.mamy-footer-email input {
  min-width: 0;
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 14px 0 18px;
  font: inherit;
  font-style: italic;
}

.mamy-footer-email input::placeholder {
  color: rgba(255,255,255,.78);
}

.mamy-footer-email button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ff7048;
  color: #fff;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(255,112,72,.32);
}

.mamy-footer-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  text-align: left;
}

.mamy-footer-bottom p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  line-height: 1.8;
}

.mamy-footer-socials {
  display: flex;
  gap: 18px;
  align-items: center;
}

.mamy-footer-socials a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.68);
  transition: color .2s ease, transform .2s ease;
}

.mamy-footer-socials a:hover {
  color: #ff7048;
  transform: translateY(-2px);
}

.mamy-footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .mamy-header-shell {
    grid-template-columns: 64px minmax(0, 1fr) 30px 38px;
    align-items: center;
  }

  .mamy-header-search {
    grid-column: 3;
  }

  .mamy-mobile-menu-toggle {
    display: inline-flex;
    grid-column: 4;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .mamy-mobile-menu-open .mamy-header-shell {
    align-items: start;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .mamy-mobile-menu-open .mamy-header-nav {
    display: block !important;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 12px;
  }

  .mamy-mobile-menu-open .mamy-header-nav > ul {
    display: grid !important;
    gap: 8px;
    justify-items: stretch;
    white-space: normal;
  }

  .mamy-mobile-menu-open .mamy-header-nav a {
    justify-content: center;
    min-height: 42px;
    border-radius: 18px;
    background: rgba(23,20,18,.045);
  }

  .mamy-mobile-menu-open .mamy-header-nav a:after {
    display: none;
  }

  .mamy-contact-map,
  .mamy-footer-shell {
    width: min(100% - 28px, 680px);
  }

  .mamy-footer-nav {
    display: grid;
    gap: 16px;
  }

  .mamy-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mamy-footer-bottom p {
    max-width: 100%;
  }
}

/* Final UI correction: keep hero languages glassy, force real CTAs orange, contain header search. */
body .mamy-clean-header .mamy-header-search,
body .mamy-clean-header .elementor-widget-aux_modern_search,
body .mamy-clean-header .elementor-widget-aux_modern_search .elementor-widget-container {
  position: relative !important;
}

body .mamy-clean-header .mamy-search-toggle {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #8e24aa !important;
}

body .mamy-clean-header .mamy-search-form {
  right: 0 !important;
  top: calc(100% + 16px) !important;
  z-index: 10002 !important;
}

body .mamy-clean-header .mamy-search-form input[type="search"] {
  width: min(320px, calc(100vw - 48px)) !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #171412 !important;
}

body .mamy-clean-header .mamy-search-form button,
body .mamy-clean-header .mamy-search-form input[type="submit"] {
  display: none !important;
}

body .aux-modern-button,
body .elementor-button,
body a.mamy-soft-button,
body .mamy-soft-button,
body a.mamy-ghost-button,
body .mamy-ghost-button,
body .mamy-contact-form button,
body .mamy-contact-form-card .mamy-contact-form button,
body .mamy-collection-search button {
  border-color: #ff7048 !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(255,112,72,.22) !important;
}

body .aux-modern-button .aux-text,
body .aux-modern-button .aux-text-before,
body .elementor-button .elementor-button-text {
  color: #fff !important;
}

body .aux-modern-button:hover,
body .elementor-button:hover,
body a.mamy-soft-button:hover,
body .mamy-soft-button:hover,
body a.mamy-ghost-button:hover,
body .mamy-ghost-button:hover,
body .mamy-contact-form button:hover,
body .mamy-contact-form-card .mamy-contact-form button:hover,
body .mamy-collection-search button:hover {
  border-color: #ff815d !important;
  background: #ff815d !important;
  color: #fff !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button,
body .mamy-hero-section .aux-modern-button {
  border-color: rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.84) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text,
body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text-before,
body .mamy-hero-section .aux-modern-button .aux-text,
body .mamy-hero-section .aux-modern-button .aux-text-before {
  color: rgba(255,255,255,.84) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button:hover,
body .mamy-hero-section .aux-modern-button:hover {
  border-color: rgba(255,255,255,.46) !important;
  background: rgba(255,255,255,.27) !important;
  color: #fff !important;
}

body .mamy-footer-email {
  justify-content: center !important;
}

body .mamy-footer-email button {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body .mamy-footer-email button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-2px) rotate(45deg);
}

body .mamy-search-form button,
body .mamy-search-form input[type="submit"] {
  display: none !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button),
body .aux-button,
body a.aux-button,
body .elementor-button,
body a.mamy-soft-button,
body .mamy-soft-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff7048 !important;
  background-color: #ff7048 !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 18px 34px rgba(255,112,72,.22) !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button)::before,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button)::after,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-overlay,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-icon,
body .aux-button .aux-overlay,
body .aux-button .aux-icon {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-text,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-text-before,
body .aux-button .aux-text,
body .aux-button .aux-text-before,
body .elementor-button .elementor-button-text {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button):hover,
body .aux-button:hover,
body a.aux-button:hover,
body .elementor-button:hover,
body a.mamy-soft-button:hover,
body .mamy-soft-button:hover {
  background: #ff815d !important;
  background-color: #ff815d !important;
  color: #fff !important;
}

body .mamy-footer-email button {
  position: relative !important;
  color: transparent !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

body .mamy-footer-email button::before {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translate(-58%, -50%) rotate(45deg) !important;
}

/* Final UI correction: keep hero languages glassy, force real CTAs orange, contain header search. */
body .mamy-clean-header .mamy-header-search,
body .mamy-clean-header .elementor-widget-aux_modern_search,
body .mamy-clean-header .elementor-widget-aux_modern_search .elementor-widget-container {
  position: relative !important;
}

body .mamy-clean-header .mamy-search-toggle {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #8e24aa !important;
}

body .mamy-clean-header .mamy-search-form {
  right: 0 !important;
  top: calc(100% + 16px) !important;
  z-index: 10002 !important;
}

body .mamy-clean-header .mamy-search-form input[type="search"] {
  width: min(320px, calc(100vw - 48px)) !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #171412 !important;
}

body .mamy-clean-header .mamy-search-form button,
body .mamy-clean-header .mamy-search-form input[type="submit"] {
  display: none !important;
}

body .aux-modern-button,
body .elementor-button,
body a.mamy-soft-button,
body .mamy-soft-button,
body a.mamy-ghost-button,
body .mamy-ghost-button,
body .mamy-contact-form button,
body .mamy-contact-form-card .mamy-contact-form button,
body .mamy-collection-search button {
  border-color: #ff7048 !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(255,112,72,.22) !important;
}

body .aux-modern-button .aux-text,
body .aux-modern-button .aux-text-before,
body .elementor-button .elementor-button-text {
  color: #fff !important;
}

body .aux-modern-button:hover,
body .elementor-button:hover,
body a.mamy-soft-button:hover,
body .mamy-soft-button:hover,
body a.mamy-ghost-button:hover,
body .mamy-ghost-button:hover,
body .mamy-contact-form button:hover,
body .mamy-contact-form-card .mamy-contact-form button:hover,
body .mamy-collection-search button:hover {
  border-color: #ff815d !important;
  background: #ff815d !important;
  color: #fff !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button,
body .mamy-hero-section .aux-modern-button {
  border-color: rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.84) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text,
body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text-before,
body .mamy-hero-section .aux-modern-button .aux-text,
body .mamy-hero-section .aux-modern-button .aux-text-before {
  color: rgba(255,255,255,.84) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button:hover,
body .mamy-hero-section .aux-modern-button:hover {
  border-color: rgba(255,255,255,.46) !important;
  background: rgba(255,255,255,.27) !important;
  color: #fff !important;
}

body .mamy-footer-email {
  justify-content: center !important;
}

body .mamy-footer-email button {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body .mamy-footer-email button::before {
  content: "›";
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

/* Final production pass: CTA, footer alignment and mobile polish. */
body a.mamy-soft-button,
body .mamy-soft-button,
body a.mamy-ghost-button,
body .mamy-ghost-button,
body .mamy-contact-form button,
body .mamy-contact-form-card .mamy-contact-form button,
body .mamy-collection-search button,
body .mamy-shop-search button,
body input[type="submit"],
body .elementor-button,
body .aux-modern-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff7048 !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 18px 38px rgba(255,112,72,.28) !important;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease !important;
}

body a.mamy-soft-button:hover,
body .mamy-soft-button:hover,
body a.mamy-ghost-button:hover,
body .mamy-ghost-button:hover,
body .mamy-contact-form button:hover,
body .mamy-contact-form-card .mamy-contact-form button:hover,
body .mamy-collection-search button:hover,
body .mamy-shop-search button:hover,
body input[type="submit"]:hover,
body .elementor-button:hover,
body .aux-modern-button:hover {
  background: #ff815d !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(255,112,72,.34) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button,
body .mamy-hero-section .aux-modern-button {
  min-width: 180px !important;
  min-height: 58px !important;
  padding: 0 32px !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.16) !important;
  color: rgba(255,255,255,.86) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.18) !important;
  backdrop-filter: blur(10px);
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button:hover,
body .mamy-hero-section .aux-modern-button:hover {
  background: rgba(255,255,255,.28) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text,
body .mamy-hero-section .aux-modern-button .aux-text {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer {
  text-align: center;
}

.mamy-footer-shell {
  justify-items: center !important;
  text-align: center !important;
}

.mamy-footer-logo,
.mamy-footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mamy-footer-nav {
  width: 100%;
  justify-content: center !important;
  text-align: center;
}

.mamy-footer-email {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  width: min(430px, calc(100vw - 40px)) !important;
  margin: 0 auto clamp(48px, 5vw, 76px) !important;
  padding: 7px !important;
}

.mamy-footer-email input {
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
}

.mamy-footer-email button {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 0 3px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #ff7048 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 26px rgba(255,112,72,.36) !important;
}

.mamy-footer-bottom {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 24px !important;
}

.mamy-footer-bottom p {
  max-width: 820px !important;
  text-align: center !important;
}

.mamy-footer-socials {
  justify-content: center !important;
}

@media (max-width: 900px) {
  body,
  html {
    overflow-x: hidden !important;
  }

  body .mamy-clean-header {
    top: 12px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body .mamy-header-shell {
    width: calc(100% - 24px) !important;
    min-height: 72px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  body .mamy-header-logo img {
    width: 56px !important;
    height: 56px !important;
  }

  body .mamy-header-socials,
  body .mamy-header-search {
    display: none !important;
  }

  body .mamy-header-nav {
    display: none !important;
  }

  body .mamy-mobile-menu-toggle,
  body .mamy-clean-header .mamy-mobile-menu-toggle {
    display: inline-flex !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 10002 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    border-radius: 50% !important;
    background: #171412 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .mamy-mobile-menu-toggle span,
  body .mamy-clean-header .mamy-mobile-menu-toggle span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 3px 0 !important;
    border-radius: 2px !important;
    background: #fff !important;
  }

  body.mamy-mobile-menu-open .mamy-header-nav {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 24px 54px rgba(23,20,18,.16) !important;
  }

  body.mamy-mobile-menu-open .mamy-header-nav > ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mamy-mobile-menu-open .mamy-header-nav a {
    min-height: 44px !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: rgba(23,20,18,.045) !important;
  }

  body .elementor-section[data-id="37c79e9"],
  body .mamy-hero-section {
    min-height: 100svh !important;
  }

  body .elementor-section[data-id="37c79e9"] .elementor-element-661c6f3 {
    max-width: calc(100vw - 44px) !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
    margin-top: 118px !important;
  }

  body .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary {
    max-width: calc(100vw - 44px) !important;
    font-size: clamp(32px, 9.6vw, 46px) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.mamy-lang-ru .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary,
  body.mamy-lang-en .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary {
    font-size: clamp(30px, 8.8vw, 42px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  body .elementor-section[data-id="37c79e9"] .elementor-widget-aux_modern_button {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 0 12px !important;
  }

  body .elementor-section[data-id="37c79e9"] .aux-modern-button,
  body .mamy-hero-section .aux-modern-button {
    width: min(280px, calc(100vw - 56px)) !important;
    min-width: 0 !important;
    min-height: 54px !important;
  }

  .mamy-visual-hero {
    min-height: 560px !important;
    padding-top: 96px !important;
  }

  .mamy-visual-hero-copy {
    width: calc(100% - 36px) !important;
    max-width: 560px !important;
    padding-top: 32px !important;
    overflow: visible !important;
  }

  .mamy-visual-hero h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .mamy-visual-hero p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .mamy-page-kicker {
    max-width: 100% !important;
    letter-spacing: .22em !important;
    overflow-wrap: anywhere !important;
  }

  body a.mamy-soft-button,
  body .mamy-soft-button,
  body a.mamy-ghost-button,
  body .mamy-ghost-button,
  body .mamy-contact-form button,
  body .mamy-contact-form-card .mamy-contact-form button,
  body .mamy-collection-search button,
  body .mamy-shop-search button,
  body input[type="submit"] {
    width: min(280px, 100%) !important;
    min-height: 52px !important;
    padding: 0 24px !important;
  }

  .mamy-footer-shell {
    width: min(100% - 28px, 680px) !important;
  }

  .mamy-footer-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .mamy-footer-email {
    width: min(360px, calc(100vw - 36px)) !important;
  }
}

/* CTA and footer final pass. */
body .mamy-soft-button,
body .mamy-ghost-button,
body .mamy-contact-form button,
body .mamy-contact-form-card .mamy-contact-form button,
body .mamy-collection-search button,
body .mamy-product-summary .button,
body .mamy-product-summary button,
body .mamy-product-summary input[type=submit],
body .button:not(.mamy-search-toggle),
body input[type=submit],
body .elementor-button,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button) {
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(255,112,72,.30) !important;
}

body .mamy-soft-button:hover,
body .mamy-ghost-button:hover,
body .mamy-contact-form button:hover,
body .mamy-contact-form-card .mamy-contact-form button:hover,
body .mamy-collection-search button:hover,
body .mamy-product-summary .button:hover,
body .mamy-product-summary button:hover,
body .mamy-product-summary input[type=submit]:hover,
body .button:not(.mamy-search-toggle):hover,
body input[type=submit]:hover,
body .elementor-button:hover,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):hover {
  background: #ff815d !important;
  color: #fff !important;
  transform: translateY(-2px);
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button {
  border: 1px solid rgba(255,255,255,.40) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.84) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button:hover {
  background: rgba(255,255,255,.27) !important;
  color: #fff !important;
}

.mamy-footer-email {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mamy-footer-email input {
  flex: 1 1 auto;
  text-align: center;
}

.mamy-footer-email button {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, "Noto Sans Armenian", "Noto Sans", sans-serif;
  line-height: 1.65;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header,
.mamy-clean-header {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border: 0;
}

.mamy-header-shell {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto 30px;
  align-items: center;
  column-gap: clamp(22px, 2.2vw, 34px);
  width: min(1210px, calc(100% - 72px));
  min-height: 106px;
  margin: 0 auto;
  padding: 0 38px;
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 34px;
  box-shadow: 0 18px 44px rgba(23,20,18,.10);
  backdrop-filter: blur(16px) saturate(1.08);
  transition: min-height .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.is-scrolled .mamy-header-shell {
  min-height: 86px;
  transform: translateY(-10px);
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 40px rgba(23,20,18,.13);
}

.mamy-header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 84px;
  height: 80px;
}

.mamy-header-logo img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  object-fit: contain;
}

.mamy-header-nav > ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(19px, 2vw, 32px);
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.mamy-header-nav > li {
  display: none !important;
}

.mamy-header-nav li {
  list-style: none;
}

.mamy-header-nav .sub-menu {
  display: none;
}

.mamy-header-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #0c0c0c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .045em;
  position: relative;
  transition: color .2s ease, transform .2s ease;
}

.mamy-header-nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -12px;
  height: 1px;
  background: var(--accent);
  transition: left .22s ease, right .22s ease;
}

.mamy-header-nav a:hover,
.mamy-header-nav a.is-active {
  color: #9d1f2e;
  transform: translateY(-1px);
}

.mamy-header-nav a:hover:after,
.mamy-header-nav a.is-active:after {
  left: 0;
  right: 0;
}

.mamy-header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 24px;
  padding-left: 22px;
  border-left: 1px solid rgba(0,0,0,.22);
}

.mamy-header-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 24px;
  color: #0a0a0a;
  line-height: 1;
  opacity: .95;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.mamy-header-socials a:hover {
  color: #8e24aa;
  opacity: 1;
  transform: translateY(-1px);
}

.mamy-header-socials svg,
.aux-social-list svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.mamy-header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 24px;
}

body:not(.home) .site-header,
body:not(.home) .mamy-clean-header {
  position: relative;
  top: auto;
  padding: 32px 0 36px;
  background: #fff;
}

body:not(.home) .site-main {
  background: #fff;
}

body.mamy-front-page .site-header,
body.mamy-front-page .mamy-clean-header {
  position: absolute;
  top: 39px;
  padding: 0;
  background: transparent;
}

body.mamy-front-page .site-main {
  background: transparent;
}

.header-inner, .footer-inner { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-main { width: 100%; margin: 0 auto; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { font-size: 22px; font-weight: 700; letter-spacing: .08em; color: var(--accent-dark); white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 14px; text-transform: uppercase; }
.main-nav a { color: var(--muted); }
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--accent); }
.lang-switcher { display: flex; gap: 8px; margin-left: 8px; }
.lang-switcher a { min-width: 34px; padding: 5px 8px; border: 1px solid var(--line); text-align: center; font-size: 12px; color: var(--muted); }
.lang-switcher a.is-active { color: #fff; background: var(--accent); border-color: var(--accent); }
.site-main { padding: 0; }
.hero, .content-section {
  margin-bottom: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: stretch; }
.hero-copy { padding: clamp(32px, 6vw, 72px); }
h1, h2, h3 { line-height: 1.15; margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(38px, 6vw, 72px); color: var(--accent-dark); }
h2 { font-size: clamp(28px, 4vw, 46px); color: var(--accent-dark); }
h3 { font-size: 24px; }
p { margin: 0 0 18px; color: var(--muted); }
.button, button, input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}
.content-section { padding: clamp(24px, 4vw, 48px); }
.mamy-row { display: grid; grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr)); gap: 28px; margin-bottom: 28px; }
.mamy-widget { margin-bottom: 18px; }
.mamy-gallery, .grid-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 22px; }
.card { background: var(--paper); border: 1px solid var(--line); min-height: 100%; }
.card img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; background: #e9ded2; }
.card-body { padding: 16px; }
.price { color: var(--accent); font-weight: 700; }
.entry-content,
.mamy-page-shell,
.mamy-single-page {
  background: var(--paper);
}

.mamy-page-shell.is-builder {
  background: #fff;
}

.mamy-page-hero,
.mamy-article-hero,
.mamy-listing-section {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(76px, 8vw, 120px) 0 clamp(34px, 4vw, 56px);
  text-align: center;
}

.mamy-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ff7048;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .38em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.mamy-page-kicker:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 4px solid #ff7048;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(255,112,72,.35);
}

.mamy-page-hero h1,
.mamy-article-hero h1,
.mamy-listing-section h1,
.mamy-listing-section h2 {
  color: #211f20;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.08;
  max-width: 980px;
  margin: 0 auto;
}

.mamy-readable {
  width: min(860px, calc(100% - 56px));
  margin: 0 auto clamp(70px, 8vw, 120px);
  color: #5e5751;
  font-size: 18px;
  line-height: 1.85;
}

.mamy-readable p {
  color: #5e5751;
}

.mamy-visual-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(560px, 68vh, 780px);
  margin: 0 0 clamp(72px, 8vw, 118px);
  overflow: hidden;
  isolation: isolate;
  background: #171412;
}

.mamy-visual-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.mamy-visual-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12,10,9,.58) 0%, rgba(12,10,9,.22) 44%, rgba(255,247,238,.13) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.05) 52%, rgba(0,0,0,.42) 100%);
}

.mamy-visual-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding-top: clamp(20px, 4vw, 70px);
  color: #fff;
}

.mamy-visual-hero .mamy-page-kicker {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0,0,0,.32);
}

.mamy-visual-hero .mamy-page-kicker:before {
  border-color: #ff7048;
}

.mamy-visual-hero h1 {
  width: min(980px, 100%);
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(52px, 6.6vw, 112px);
  line-height: .98;
  text-shadow: 0 16px 44px rgba(0,0,0,.34);
}

.mamy-visual-hero p {
  width: min(720px, 100%);
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.75;
  text-shadow: 0 10px 28px rgba(0,0,0,.30);
}

.mamy-editorial-page.has-visual-hero,
.mamy-collection-page.has-visual-hero {
  padding-top: 0;
}

.mamy-collection-summary {
  margin-top: 0;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.mamy-collection-summary > .mamy-page-kicker,
.mamy-collection-summary > h1,
.mamy-collection-summary > p {
  display: none;
}

.mamy-about-page,
.mamy-contact-page {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf8 46%, #fff 100%);
  padding: 0 0 clamp(92px, 10vw, 150px);
}

.mamy-about-intro,
.mamy-about-collection,
.mamy-contact-layout {
  width: min(1260px, calc(100% - 56px));
  margin: 0 auto;
}

.mamy-about-intro {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.mamy-about-copy h2,
.mamy-about-collection h2,
.mamy-contact-panel h2 {
  margin: 0 0 24px;
  color: #171412;
  font-size: clamp(38px, 4.6vw, 76px);
  line-height: 1.04;
}

.mamy-about-copy p,
.mamy-about-collection p,
.mamy-contact-panel p {
  color: #695f56;
  font-size: 18px;
  line-height: 1.85;
}

.mamy-about-image-stack {
  display: grid;
  grid-template-columns: .82fr 1fr;
  align-items: end;
  gap: 20px;
}

.mamy-about-image-stack img,
.mamy-about-collection img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 34px 84px rgba(23,20,18,.18);
}

.mamy-about-image-stack img:first-child {
  aspect-ratio: 4 / 5;
  margin-top: 64px;
}

.mamy-about-image-stack img:last-child {
  aspect-ratio: 4 / 3;
}

.mamy-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, calc(100% - 56px));
  margin: clamp(70px, 8vw, 116px) auto;
}

.mamy-about-stats div {
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(23,20,18,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 64px rgba(23,20,18,.08);
}

.mamy-about-stats strong {
  display: block;
  color: #171412;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
}

.mamy-about-stats span {
  display: block;
  margin-top: 12px;
  color: #71675f;
  font-size: 15px;
  line-height: 1.55;
}

.mamy-about-collection {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, .92fr);
  align-items: center;
  gap: clamp(46px, 6vw, 96px);
}

.mamy-about-collection figure {
  margin: 0;
}

.mamy-about-collection img {
  aspect-ratio: 5 / 4;
}

.mamy-about-collection .mamy-soft-button {
  margin-top: 18px;
}

.mamy-shop-page.has-visual-hero {
  padding-top: 0;
}

.mamy-about-page.is-history .mamy-about-history-intro {
  margin-bottom: clamp(54px, 6vw, 88px);
}

.mamy-about-page.is-history .mamy-about-copy h2 {
  text-transform: uppercase;
}

.mamy-about-history-body {
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto clamp(76px, 8vw, 124px);
  padding: clamp(38px, 5vw, 76px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(252,250,247,.98));
  border: 1px solid rgba(23,20,18,.08);
  box-shadow: 0 28px 90px rgba(23,20,18,.09);
}

.mamy-about-history-body p,
.mamy-about-history-body blockquote {
  margin: 0;
  color: #615952;
  font-size: clamp(17px, 1.1vw, 19px);
  line-height: 1.9;
}

.mamy-about-history-body p + p,
.mamy-about-history-body p + blockquote,
.mamy-about-history-body blockquote + p {
  margin-top: 1.35em;
}

.mamy-about-history-body blockquote {
  position: relative;
  margin: clamp(28px, 4vw, 46px) 0;
  padding: clamp(28px, 4vw, 42px);
  background: #171412;
  color: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(23,20,18,.16);
}

.mamy-about-history-body blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #ff7048;
}

.mamy-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}

.mamy-visit-section {
  width: min(1260px, calc(100% - 56px));
  margin: 0 auto clamp(70px, 8vw, 116px);
}

.mamy-visit-heading {
  width: min(860px, 100%);
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.mamy-visit-heading h2,
.mamy-contact-section-title {
  margin: 0;
  color: #171412;
  font-size: clamp(38px, 4.8vw, 76px);
  line-height: 1.04;
}

.mamy-visit-heading p {
  width: min(720px, 100%);
  margin: 20px auto 0;
  color: #70675f;
  font-size: 18px;
  line-height: 1.75;
}

.mamy-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.mamy-visit-card {
  padding: clamp(28px, 3.5vw, 46px);
  border: 1px solid rgba(23,20,18,.08);
  background: #fff;
  box-shadow: 0 28px 78px rgba(23,20,18,.08);
}

.mamy-visit-card h3 {
  margin: 0 0 24px;
  color: #171412;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.14;
}

.mamy-ticket-list {
  display: grid;
  gap: 12px;
}

.mamy-ticket-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 14px 18px;
  background: #fbfaf8;
  border: 1px solid rgba(23,20,18,.08);
}

.mamy-ticket-list span {
  color: #655d56;
  font-size: 16px;
  line-height: 1.45;
}

.mamy-ticket-list strong {
  flex: 0 0 auto;
  color: #a51f2f;
  font-size: 19px;
  line-height: 1.2;
  white-space: nowrap;
}

.mamy-free-card {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,250,247,.98));
}

.mamy-free-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #665f58;
}

.mamy-free-card li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.58;
}

.mamy-free-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border: 2px solid #ff7048;
  border-radius: 50%;
}

.mamy-closed-card {
  background: #171412;
  color: #fff;
}

.mamy-closed-card h3 {
  color: #fff;
}

.mamy-closed-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
}

.mamy-contact-section-title {
  width: min(900px, 100%);
  margin: clamp(62px, 7vw, 96px) auto 0;
  text-align: center;
}

.mamy-contact-panel,
.mamy-contact-form-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(23,20,18,.08);
  box-shadow: 0 28px 84px rgba(23,20,18,.10);
}

.mamy-contact-panel {
  padding: clamp(34px, 5vw, 68px);
}

.mamy-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.mamy-contact-info-grid article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(23,20,18,.08);
  background: #fbfaf8;
}

.mamy-contact-info-grid span {
  display: block;
  margin-bottom: 10px;
  color: #ff7048;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mamy-contact-info-grid p {
  margin: 0;
  color: #211f20;
  font-size: 17px;
  line-height: 1.65;
}

.mamy-contact-form-card {
  padding: clamp(30px, 4vw, 54px);
}

.mamy-contact-form-card .mamy-contact-form {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.mamy-contact-form-card .mamy-contact-notice {
  width: 100%;
  margin: 0 0 18px;
}

.mamy-contact-form-card .mamy-contact-form input,
.mamy-contact-form-card .mamy-contact-form textarea {
  border: 1px solid rgba(23,20,18,.10);
  border-radius: 0;
  background: #fbfaf8;
  min-height: 54px;
  padding: 16px 18px;
}

.mamy-contact-form-card .mamy-contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

.mamy-contact-form-card .mamy-contact-form button {
  min-height: 56px;
  border-radius: 999px;
  background: #343332;
  box-shadow: 0 14px 34px rgba(255,112,72,.22);
}

.mamy-single-page {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf8 46%, #fff 100%);
  padding-bottom: clamp(86px, 9vw, 130px);
}

.mamy-single-page .mamy-article-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  text-align: left;
  padding-bottom: clamp(44px, 5vw, 74px);
}

.mamy-article-hero-copy h1 {
  color: #171412;
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
}

.mamy-article-date {
  display: inline-flex;
  margin: 4px 0 24px;
  color: #a08776;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.mamy-article-lead {
  max-width: 660px;
  color: #665f58;
  font-size: 19px;
  line-height: 1.75;
}

.mamy-article-media {
  margin: 0;
  padding: clamp(12px, 1.6vw, 18px);
  background: #f4f0ea;
  box-shadow: 0 30px 80px rgba(23,20,18,.14);
}

.mamy-article-media img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
}

.mamy-article-body,
.mamy-artist-content .mamy-readable {
  width: min(960px, calc(100% - 56px));
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 62px);
  background: #fff;
  border: 1px solid rgba(25,22,20,.08);
  box-shadow: 0 22px 74px rgba(23,20,18,.08);
  text-align: left;
}

.mamy-article-body p,
.mamy-artist-content .mamy-readable p {
  margin-bottom: 1.15em;
}

.mamy-listing-section {
  padding-bottom: clamp(90px, 9vw, 130px);
}

.mamy-listing-section > h2 {
  font-size: clamp(36px, 4vw, 58px);
  margin-bottom: 46px;
}

.mamy-archive-grid,
.mamy-shop-grid {
  width: 100%;
  margin-top: 48px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 30px;
  text-align: left;
}

.mamy-content-card {
  border: 0;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23,20,18,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mamy-content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 64px rgba(23,20,18,.16);
}

.mamy-content-card img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.mamy-content-card .card-body {
  padding: 22px 22px 24px;
}

.mamy-content-card h3 {
  color: #211f20;
  font-size: 22px;
  line-height: 1.25;
}

.mamy-artist-page {
  background: #fff;
}

.mamy-artist-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(340px, .72fr);
  align-items: center;
  gap: clamp(46px, 7vw, 116px);
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 126px) 0 clamp(64px, 7vw, 105px);
}

.mamy-artist-hero-copy h1 {
  color: #171412;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 1.02;
  margin: 0 0 24px;
}

.mamy-artist-hero-copy p {
  max-width: 650px;
  color: #675f58;
  font-size: 18px;
  line-height: 1.8;
}

.mamy-artist-actions {
  margin-top: 34px;
}

.mamy-soft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #343332;
  color: #fff;
  box-shadow: 0 14px 34px rgba(255,112,72,.22);
  font-weight: 700;
}

.mamy-artist-hero-media {
  justify-self: end;
  width: min(100%, 520px);
}

.mamy-artist-hero-media img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  box-shadow: 0 30px 82px rgba(23,20,18,.18);
}

.mamy-artist-content > .elementor {
  padding-bottom: 30px;
}

.mamy-artist-content .mamy-breadcrumbs {
  display: none;
}

.mamy-artist-content .aux-modern-heading-primary,
.mamy-artist-content .aux-modern-heading-secondary {
  text-align: center;
}

.mamy-related-artists {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(74px, 8vw, 118px) 0;
  text-align: center;
  border-top: 1px solid rgba(23,20,18,.10);
}

.mamy-related-artists h2 {
  font-size: clamp(34px, 4vw, 58px);
  margin-bottom: 46px;
}

.mamy-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 320px));
  justify-content: center;
  align-items: start;
  gap: clamp(24px, 3vw, 38px);
  text-align: left;
}

.mamy-related-grid .aux-iso-item {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.mamy-related-grid .aux-iso-item .aux-item-container {
  height: clamp(285px, 24vw, 360px) !important;
  min-height: 0 !important;
  border-radius: 6px;
  background: #161412;
}

.mamy-related-grid .aux-iso-item .entry-media,
.mamy-related-grid .aux-iso-item .entry-media a {
  height: 100% !important;
}

.mamy-related-grid .aux-iso-item .entry-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

.mamy-related-grid .aux-iso-item .aux-overlay-content {
  max-height: none;
  padding: 92px 18px 18px;
}

.mamy-related-grid .aux-iso-item .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(17px, 1.5vw, 21px);
}

.mamy-editorial-page {
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf8 52%, #fff 100%);
  padding: clamp(86px, 9vw, 138px) 0 clamp(96px, 10vw, 150px);
}

.mamy-editorial-hero {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto clamp(52px, 6vw, 86px);
  text-align: center;
}

.mamy-editorial-hero h1 {
  margin: 0 auto 22px;
  max-width: 980px;
  color: #171412;
  font-size: clamp(50px, 6vw, 94px);
  line-height: 1;
}

.mamy-editorial-hero p {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #6b625a;
  font-size: 19px;
  line-height: 1.75;
}

.mamy-editorial-feature-wrap,
.mamy-editorial-grid {
  width: min(1320px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

.mamy-editorial-feature-wrap {
  margin-bottom: clamp(54px, 7vw, 96px);
}

.mamy-editorial-card {
  background: #fff;
}

.mamy-editorial-card a {
  display: grid;
  min-height: 100%;
  color: inherit;
  box-shadow: 0 22px 70px rgba(23,20,18,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mamy-editorial-card a:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 88px rgba(23,20,18,.16);
}

.mamy-editorial-card figure {
  margin: 0;
  overflow: hidden;
  background: #eee8df;
}

.mamy-editorial-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
}

.mamy-editorial-card a:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

.mamy-editorial-card-copy {
  padding: clamp(24px, 3vw, 42px);
  min-width: 0;
  overflow: hidden;
}

.mamy-editorial-card-copy span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ff7048;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 100%;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mamy-editorial-card-copy span:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.mamy-editorial-card-copy h3 {
  margin: 0;
  color: #191615;
  font-size: clamp(24px, 2.5vw, 42px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.mamy-editorial-card-copy p {
  margin: 18px 0 0;
  color: #6b625a;
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.mamy-editorial-card.is-featured a {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  align-items: stretch;
}

.mamy-editorial-card.is-featured figure {
  min-height: clamp(410px, 42vw, 590px);
}

.mamy-editorial-card.is-featured .mamy-editorial-card-copy {
  align-self: center;
}

.mamy-editorial-card.is-featured .mamy-editorial-card-copy h3 {
  font-size: clamp(34px, 4vw, 64px);
}

.mamy-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 46px);
  align-items: start;
}

.mamy-editorial-grid .mamy-editorial-card figure {
  aspect-ratio: 4 / 3;
}

.mamy-editorial-grid .mamy-editorial-card.is-tall {
  margin-top: 48px;
}

.mamy-editorial-grid .mamy-editorial-card.is-tall figure {
  aspect-ratio: 3 / 4;
}

.mamy-editorial-page.is-projects .mamy-editorial-feature-wrap {
  width: min(1380px, calc(100% - 56px));
}

.mamy-editorial-page.is-projects .mamy-editorial-card.is-featured a {
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .78fr);
  border-radius: 4px;
  overflow: hidden;
}

.mamy-editorial-page.is-projects .mamy-editorial-card.is-featured figure {
  min-height: clamp(460px, 44vw, 660px);
  background: #f3eee7;
}

.mamy-editorial-page.is-projects .mamy-editorial-card.is-featured img,
.mamy-editorial-page.is-projects .mamy-editorial-grid .mamy-editorial-card img,
.mamy-editorial-page.is-articles .mamy-editorial-card img {
  object-fit: contain;
  background: #f4f0ea;
}

.mamy-editorial-page.is-projects .mamy-editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 3.4vw, 54px);
}

.mamy-editorial-page.is-projects .mamy-editorial-grid .mamy-editorial-card,
.mamy-editorial-page.is-articles .mamy-editorial-grid .mamy-editorial-card {
  margin-top: 0;
}

.mamy-editorial-page.is-projects .mamy-editorial-grid .mamy-editorial-card a {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  grid-template-rows: auto 1fr;
}

.mamy-editorial-page.is-projects .mamy-editorial-grid .mamy-editorial-card figure {
  aspect-ratio: 16 / 10;
  min-height: 300px;
  background: #f4f0ea;
}

.mamy-editorial-page.is-projects .mamy-editorial-card-copy h3 {
  font-size: clamp(24px, 2.4vw, 38px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mamy-editorial-page.is-projects .mamy-editorial-card-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mamy-editorial-page.is-articles .mamy-article-list {
  width: min(1180px, calc(100% - 56px));
  grid-template-columns: 1fr;
  gap: clamp(28px, 3vw, 42px);
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article {
  margin-top: 0;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article a {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  align-items: stretch;
  min-height: 360px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(29, 24, 20, .10);
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article figure {
  aspect-ratio: auto;
  min-height: 100%;
  height: 100%;
  background: #f4f0ea;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f4f0ea;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article .mamy-editorial-card-copy {
  align-self: stretch;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  padding: clamp(34px, 4vw, 58px);
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article .mamy-editorial-card-copy span {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
  letter-spacing: .16em;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article .mamy-editorial-card-copy span:before {
  flex: 0 0 auto;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article .mamy-editorial-card-copy h3 {
  display: block;
  max-width: 100%;
  overflow: visible;
  color: #181514;
  font-size: clamp(30px, 3.15vw, 52px);
  line-height: 1.08;
  overflow-wrap: break-word;
}

.mamy-editorial-page.is-articles .mamy-editorial-card.is-article .mamy-editorial-card-copy p {
  display: block;
  max-width: 720px;
  overflow: visible;
  color: #716760;
  font-size: 17px;
  line-height: 1.78;
}

.mamy-collection-page {
  min-height: 100vh;
  padding: clamp(86px, 9vw, 138px) 0 clamp(96px, 10vw, 150px);
  background:
    linear-gradient(180deg, #fff 0%, #faf8f5 42%, #fff 100%);
}

.mamy-collection-hero {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

.mamy-collection-hero h1 {
  margin: 0 auto 22px;
  color: #171412;
  font-size: clamp(50px, 6vw, 94px);
  line-height: 1;
}

.mamy-collection-hero p {
  width: min(820px, 100%);
  margin: 0 auto;
  color: #6b625a;
  font-size: 19px;
  line-height: 1.75;
}

.mamy-collection-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.mamy-collection-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(23,20,18,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #70675f;
}

.mamy-collection-stats strong {
  color: #171412;
  font-size: 22px;
}

.mamy-collection-toolbar {
  position: sticky;
  top: 112px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  gap: 16px;
  align-items: center;
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto clamp(34px, 4vw, 54px);
  padding: 16px;
  border: 1px solid rgba(23,20,18,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 64px rgba(23,20,18,.08);
  backdrop-filter: blur(14px);
}

.mamy-collection-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mamy-collection-filters button {
  min-height: 42px;
  border: 1px solid rgba(23,20,18,.11);
  border-radius: 999px;
  padding: 0 17px;
  background: #fff;
  color: #2a2725;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.mamy-collection-filters button:hover,
.mamy-collection-filters button.is-active {
  border-color: #ff7048;
  background: #171412;
  color: #fff;
  transform: translateY(-1px);
}

.mamy-collection-search-field {
  display: grid;
  gap: 6px;
  color: #7d746d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mamy-collection-search-field input {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23,20,18,.12);
  border-radius: 999px;
  padding: 0 17px;
  background: #fff;
  color: #171412;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.mamy-collection-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 2.4vw, 38px);
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
}

.mamy-collection-card {
  grid-column: span 3;
  min-width: 0;
  background: #fff;
}

.mamy-collection-card[hidden] {
  display: none !important;
}

.mamy-collection-card:nth-child(9n+1),
.mamy-collection-card:nth-child(9n+7) {
  grid-column: span 6;
}

.mamy-collection-card:nth-child(9n+4),
.mamy-collection-card:nth-child(9n+8) {
  grid-column: span 4;
}

.mamy-collection-card a {
  display: grid;
  height: 100%;
  color: inherit;
  background: #fff;
  box-shadow: 0 18px 54px rgba(23,20,18,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mamy-collection-card a:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 88px rgba(23,20,18,.16);
}

.mamy-collection-card figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eee8df;
}

.mamy-collection-card:nth-child(9n+2) figure,
.mamy-collection-card:nth-child(9n+8) figure {
  aspect-ratio: 3 / 4;
}

.mamy-collection-card:nth-child(9n+1) figure,
.mamy-collection-card:nth-child(9n+7) figure {
  aspect-ratio: 16 / 9;
}

.mamy-collection-card figure.is-empty {
  display: grid;
  place-items: center;
  color: #ff7048;
  font-weight: 900;
  letter-spacing: .24em;
}

.mamy-collection-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
}

.mamy-collection-card a:hover img {
  transform: scale(1.05);
  filter: saturate(1.06) contrast(1.04);
}

.mamy-collection-card-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 32px);
}

.mamy-collection-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: #ff7048;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mamy-collection-badge:before {
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.mamy-collection-card h3 {
  margin: 0;
  color: #181513;
  font-size: clamp(21px, 1.8vw, 31px);
  line-height: 1.16;
}

.mamy-collection-card p {
  margin: 0;
  color: #6f665e;
  font-size: 15px;
  line-height: 1.65;
}

.mamy-collection-empty {
  width: min(1320px, calc(100% - 56px));
  margin: 36px auto 0;
  padding: 26px;
  border: 1px solid rgba(23,20,18,.10);
  background: #fff;
  color: #6b625a;
  text-align: center;
  font-weight: 700;
}

.mamy-product-page {
  background: #fff;
}

.mamy-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: start;
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(78px, 8vw, 132px) 0 clamp(72px, 7vw, 118px);
}

.mamy-product-gallery {
  display: grid;
  gap: 18px;
}

.mamy-product-main-image {
  margin: 0;
  background: #f1ece6;
  box-shadow: 0 30px 86px rgba(23,20,18,.14);
}

.mamy-product-main-image img {
  display: block;
  width: 100%;
  max-height: 740px;
  object-fit: contain;
}

.mamy-product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  gap: 10px;
}

.mamy-product-thumbs button {
  border: 1px solid rgba(23,20,18,.12);
  padding: 0;
  background: #f7f3ee;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  opacity: .72;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.mamy-product-thumbs button:hover,
.mamy-product-thumbs button.is-active {
  opacity: 1;
  border-color: #ff7048;
  transform: translateY(-2px);
}

.mamy-product-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mamy-product-summary {
  position: sticky;
  top: 130px;
  padding: clamp(30px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(23,20,18,.08);
  box-shadow: 0 28px 84px rgba(23,20,18,.10);
}

.mamy-product-summary h1 {
  color: #171412;
  font-size: clamp(36px, 4.4vw, 66px);
  line-height: 1.06;
  margin: 0 0 20px;
}

.mamy-product-price {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 24px;
  padding: 0 18px;
  border-radius: 999px;
  background: #171412;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.mamy-product-excerpt {
  color: #625a53;
  font-size: 17px;
  line-height: 1.75;
}

.mamy-product-facts {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(23,20,18,.10);
}

.mamy-product-facts div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mamy-product-facts dt {
  color: #8a8178;
}

.mamy-product-facts dd {
  margin: 0;
  color: #1d1a18;
  font-weight: 700;
}

.mamy-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mamy-ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(23,20,18,.18);
  border-radius: 999px;
  color: #211f20;
  font-weight: 700;
}

.mamy-product-details {
  padding-top: 20px;
}

.mamy-product-related {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(74px, 8vw, 118px) 0 clamp(96px, 9vw, 138px);
  border-top: 1px solid rgba(23,20,18,.10);
  text-align: center;
}

.mamy-product-related h2 {
  margin: 0 0 42px;
  color: #171412;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
}
.site-footer {
  background: #050505;
  color: #fff;
  padding: clamp(72px, 8vw, 120px) 0 34px;
}
.site-footer p { color: #c9beb3; }
.footer-inner {
  width: min(1180px, calc(100% - 56px));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.form-grid { display: grid; gap: 14px; max-width: 680px; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); padding: 12px 14px; font: inherit; }
.notice { padding: 14px 16px; border: 1px solid var(--line); background: #fff9ef; color: var(--muted); }
@media (max-width: 860px) {
  .header-inner { flex-wrap: wrap; padding: 14px 0; }
  .main-nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .hero, .mamy-row { grid-template-columns: 1fr; }
}

.mamy-elementor .content-section,
.mamy-elementor .hero,
.mamy-elementor .entry-content,
.mamy-elementor .mamy-widget {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.mamy-breadcrumbs {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 26px;
  color: #8a8178;
  font-size: 13px;
  letter-spacing: .03em;
}

.mamy-breadcrumbs a {
  color: #9d1f2e;
}

.mamy-breadcrumbs .aux-breadcrumb-sep {
  display: inline-block;
  margin: 0 9px;
  color: #c8bdb4;
}

.mamy-gallery {
  width: min(1180px, calc(100% - 48px));
  margin: 34px auto;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.mamy-gallery img {
  width: 100%;
  aspect-ratio: 1 / .9;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.mamy-gallery img:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 20px 42px rgba(0,0,0,.18);
}

.aux-widget-recent-portfolios,
.aux-widget-recent-posts {
  width: min(1360px, calc(100% - 56px));
  margin: 34px auto;
}

.aux-widget-recent-portfolios .aux-row,
.aux-widget-recent-posts .aux-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 24px !important;
  height: auto !important;
}

.mamy-portfolio-tile .aux-row,
.mamy-portfolio-masonry .aux-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start;
}

.mamy-js-masonry {
  display: grid !important;
  grid-template-columns: repeat(var(--mamy-masonry-cols, 3), minmax(0, 1fr)) !important;
  gap: clamp(34px, 3.4vw, 56px) !important;
}

.mamy-js-masonry .mamy-masonry-col {
  display: grid;
  align-content: start;
  gap: clamp(34px, 3.2vw, 54px);
}

.mamy-js-masonry .aux-iso-item {
  margin: 0 !important;
}

.mamy-portfolio-masonry .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n+2),
.mamy-portfolio-tile .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n+2) {
  margin-top: 44px !important;
}

.mamy-portfolio-masonry .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n+3),
.mamy-portfolio-tile .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n+3) {
  margin-top: 18px !important;
}

.mamy-portfolio-masonry .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n),
.mamy-portfolio-tile .aux-row:not(.mamy-js-masonry) .aux-iso-item:nth-child(4n) {
  margin-top: 72px !important;
}

.aux-iso-item {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  position: relative !important;
  inset: auto !important;
  transform: translateY(22px);
  margin: 0 !important;
}

.aux-iso-item .aux-item-container {
  position: relative;
  min-height: 100% !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  background: #111;
  border-radius: 2px;
  box-shadow: 0 18px 46px rgba(23,20,18,.13);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
}

.aux-iso-item .entry-media,
.aux-iso-item .entry-media a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  position: relative;
}

.aux-iso-item .entry-media {
  z-index: 1;
}

.aux-iso-item .entry-media a {
  z-index: 2;
}

.aux-iso-item .entry-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 260px;
  max-height: none;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  filter: saturate(.92) contrast(1.02);
  transition: transform .45s ease, opacity .25s ease, filter .3s ease;
}

.aux-iso-item:hover .entry-media img {
  transform: scale(1.06);
  opacity: .82;
  filter: saturate(1.05) contrast(1.08);
}

.aux-iso-item .aux-overlay-content {
  position: absolute;
  inset: auto 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 72%;
  padding: 72px 22px 22px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.82));
  z-index: 3;
}

.aux-iso-item .entry-title {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.25;
  text-shadow: 0 3px 14px rgba(0,0,0,.45);
}

.aux-iso-item .entry-title a,
.aux-iso-item .entry-info a {
  position: relative;
  z-index: 4;
}

.aux-iso-item .entry-info {
  margin-top: 7px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  letter-spacing: .02em;
}

.mamy-js-masonry .mamy-masonry-col:nth-child(2) {
  padding-top: 62px;
}

.mamy-js-masonry .mamy-masonry-col:nth-child(3) {
  padding-top: 28px;
}

.mamy-collection-search {
  display: flex;
  width: min(1000px, calc(100% - 48px));
  margin: 30px auto 44px;
  background: #fff;
  border: 1px solid #e5ded7;
  box-shadow: 0 16px 42px rgba(0,0,0,.07);
}

.mamy-collection-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  border: 0;
  padding: 0 22px;
  font: inherit;
}

.mamy-collection-search button,
.mamy-contact-form button {
  border: 0;
  background: #9d1f2e;
  color: #fff;
  padding: 0 28px;
  font-weight: 700;
  letter-spacing: .04em;
}

.mamy-contact-form {
  width: min(760px, calc(100% - 48px));
  margin: 44px auto;
  display: grid;
  gap: 14px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23,20,18,.10);
}

.mamy-contact-notice {
  width: min(760px, calc(100% - 48px));
  margin: 34px auto -20px;
  padding: 14px 18px;
  border: 1px solid #e5ded7;
  background: #fff;
  color: #29231f;
  font-weight: 700;
}

.mamy-contact-notice.is-success {
  border-color: rgba(44,137,88,.32);
  color: #236a43;
}

.mamy-contact-notice.is-error {
  border-color: rgba(157,31,46,.28);
  color: #9d1f2e;
}

.mamy-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mamy-contact-form input,
.mamy-contact-form textarea {
  width: 100%;
  border: 1px solid #e5ded7;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
}

.mamy-contact-form button {
  justify-self: end;
  min-height: 48px;
}

.mamy-html-widget iframe {
  display: block;
  width: min(100%, 1180px);
  min-height: 430px;
  margin: 34px auto;
}

.mamy-video {
  width: min(980px, calc(100% - 48px));
  margin: 34px auto;
  aspect-ratio: 16 / 9;
  background: #111;
}

.mamy-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mamy-clean-header .elementor {
  width: 100%;
}

.mamy-clean-header .aux-wrapper,
.mamy-clean-header .aux-header,
.mamy-clean-header .elementor {
  display: none !important;
}

.elementor-background-video-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.elementor-background-video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  border: 0;
}

.elementor-section[data-id="37c79e9"],
.mamy-hero-section {
  position: relative;
  min-height: 100vh;
  margin-top: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #171412;
}

.mamy-hero-video {
  opacity: 0;
  transition: opacity .28s ease;
}

.mamy-hero-video.is-ready {
  opacity: 1;
}

.elementor-section[data-id="37c79e9"]:after,
.mamy-hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 28% 55%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(90deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.15) 46%, rgba(255,229,181,.19) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.06) 56%, rgba(0,0,0,.24) 100%);
  pointer-events: none;
}

.elementor-section[data-id="37c79e9"] > .elementor-container,
.mamy-hero-section > .elementor-container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.aux-modern-button {
  cursor: pointer;
}

.mamy-clean-header .elementor-section {
  background: transparent !important;
  padding: 0 !important;
}

.mamy-clean-header .elementor-container {
  width: min(1230px, calc(100% - 64px));
  min-height: 118px;
  max-height: 118px;
  margin: 0 auto;
  background: rgba(255,255,255,.92);
  border-radius: 38px;
  box-shadow: 0 10px 34px rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  transition: min-height .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.is-scrolled .mamy-clean-header .elementor-container {
  min-height: 92px;
  max-height: 92px;
  transform: translateY(-10px);
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}

.mamy-clean-header .elementor-row,
.mamy-clean-header .elementor-column,
.mamy-clean-header .elementor-column-wrap,
.mamy-clean-header .elementor-widget-wrap {
  width: 100% !important;
  min-height: 0 !important;
}

.mamy-clean-header .elementor-row {
  display: flex;
}

.mamy-clean-header .elementor-column-wrap {
  display: flex;
  align-items: center;
}

.mamy-clean-header .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) auto 28px;
  align-items: center;
  justify-content: stretch;
  flex-wrap: nowrap !important;
  column-gap: 28px;
  padding: 0 42px !important;
}

.mamy-clean-header .elementor-widget {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.mamy-clean-header .elementor-widget-aux_menu_box {
  grid-column: 2;
  flex: 1 1 auto;
  min-width: 0;
}

.mamy-clean-header .elementor-widget-aux_logo {
  grid-column: 1;
  width: 86px !important;
}

.mamy-clean-header .elementor-widget-aux_icon_list {
  grid-column: 3;
}

.mamy-clean-header .elementor-widget-aux_modern_search {
  grid-column: 4;
}

.mamy-clean-header .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.mamy-clean-header .aux-widget-logo img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  object-fit: contain;
}

.mamy-clean-header .aux-logo-text {
  display: none !important;
}

.mamy-clean-header .aux-master-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}

.mamy-clean-header .aux-master-menu > li {
  list-style: none;
}

.mamy-clean-header .aux-master-menu .aux-menu-label {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  transition: color .2s ease;
}

.mamy-clean-header .aux-master-menu a:hover .aux-menu-label,
.mamy-clean-header .aux-master-menu a.is-active .aux-menu-label {
  color: #9d1f2e;
}

.mamy-clean-header .sub-menu {
  display: none;
}

.mamy-clean-header .aux-icon-list-items {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.mamy-clean-header .aux-icon-list-item {
  list-style: none;
}

.mamy-clean-header .aux-icon-list-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #0b0b0b;
}

.mamy-clean-header .elementor-element-c55c3f5 {
  padding-left: 18px;
  border-left: 1px solid rgba(0,0,0,.22);
}

.elementor-section[data-id="37c79e9"] .elementor-widget-wrap,
.mamy-hero-section .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-section[data-id="37c79e9"] .elementor-column-wrap,
.mamy-hero-section .elementor-column-wrap {
  min-height: 100vh;
}

.elementor-section[data-id="37c79e9"] .elementor-element-661c6f3 {
  margin-left: clamp(48px, 19vw, 360px);
  margin-top: clamp(50px, 7vh, 92px);
  max-width: min(980px, 72vw);
}

.elementor-section[data-id="86ebe7f"] .elementor-widget-wrap {
  display: block !important;
}

.elementor-section[data-id="d62c053"] {
  margin-top: clamp(96px, 12vw, 150px) !important;
  margin-bottom: clamp(120px, 14vw, 190px) !important;
  position: relative;
}

.elementor-section[data-id="d62c053"]:before,
.elementor-section[data-id="3650934"]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -58px;
  width: 1px;
  height: 34px;
  background: rgba(23,20,18,.22);
}

.elementor-section[data-id="986201e"] > .elementor-container > .elementor-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, .48fr) minmax(180px, .52fr);
  align-items: center;
  gap: clamp(32px, 4.2vw, 70px);
  width: min(1160px, calc(100% - 56px));
  margin: 58px auto 0;
}

.elementor-section[data-id="986201e"] .elementor-column {
  width: auto !important;
}

.elementor-section[data-id="986201e"] .elementor-widget-wrap {
  display: block !important;
}

.elementor-section[data-id="986201e"] .aux-text-image img {
  width: 100% !important;
  max-width: 377px !important;
  aspect-ratio: 377 / 700;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 28px 70px rgba(23,20,18,.16);
  filter: grayscale(.08) contrast(1.04);
  transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.elementor-section[data-id="986201e"] .aux-text-image img:hover {
  transform: translateY(-8px);
  filter: grayscale(0) contrast(1.08);
  box-shadow: 0 36px 84px rgba(23,20,18,.22);
}

.elementor-section[data-id="986201e"] .aux-text-widget-content {
  border-right: 1px solid rgba(55,190,220,.55);
}

.elementor-section[data-id="986201e"] .widget-content p {
  color: #776f68;
  font-size: 17px;
  line-height: 1.85;
}

.elementor-section[data-id="8190ca0"] {
  padding: clamp(86px, 10vw, 124px) 35px clamp(86px, 9vw, 112px) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,247,244,.98)),
    radial-gradient(circle at 18% 50%, rgba(184,146,84,.12), transparent 32%) !important;
}

.elementor-section[data-id="8190ca0"] > .elementor-container > .elementor-row {
  display: grid !important;
  grid-template-columns: minmax(430px, .96fr) minmax(410px, .86fr);
  align-items: center;
  gap: clamp(54px, 7vw, 126px);
  width: min(1260px, calc(100% - 56px));
  margin: 0 auto;
}

.elementor-section[data-id="8190ca0"] .elementor-column {
  width: auto !important;
}

.elementor-element-db85426 .aux-media-image img {
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  height: auto !important;
  filter: drop-shadow(0 34px 68px rgba(23,20,18,.18));
}

.elementor-element-dbc5fdf {
  margin-top: -150px !important;
  margin-left: 10px !important;
  width: min(560px, 94%) !important;
}

.elementor-element-dbc5fdf .aux-widget-recent-posts {
  width: 100% !important;
  margin: 0 !important;
}

.elementor-element-dbc5fdf .aux-widget-recent-posts .aux-row {
  display: block !important;
}

.elementor-element-dbc5fdf .aux-iso-item .entry-media img {
  aspect-ratio: 1.18 / .82 !important;
  min-height: 350px;
}

.elementor-section[data-id="3650934"] {
  position: relative;
  margin-top: clamp(100px, 11vw, 150px) !important;
  width: min(1360px, calc(100% - 56px));
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.elementor-section[data-id="6df6cce"] {
  width: min(1360px, calc(100% - 56px));
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 22px 0 clamp(100px, 10vw, 140px) !important;
}

.elementor-element-973a3c2,
.elementor-element-973a3c2 .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.elementor-element-973a3c2 .aux-widget-recent-portfolios {
  width: 100% !important;
  margin-top: 52px !important;
}

.elementor-element-973a3c2 .aux-iso-item .entry-media img {
  min-height: 0;
  max-height: none;
  aspect-ratio: 1 / 1 !important;
}

.elementor-element-973a3c2 .aux-iso-item:nth-child(3n+1) .entry-media img,
.elementor-element-973a3c2 .mamy-masonry-col:nth-child(1) .aux-iso-item:nth-child(2n+1) .entry-media img {
  aspect-ratio: 4 / 3 !important;
}

.elementor-element-973a3c2 .aux-iso-item:nth-child(3n+2) .entry-media img,
.elementor-element-973a3c2 .mamy-masonry-col:nth-child(2) .aux-iso-item:nth-child(2n) .entry-media img {
  aspect-ratio: 1 / 1 !important;
}

.elementor-element-973a3c2 .aux-iso-item:nth-child(3n) .entry-media img,
.elementor-element-973a3c2 .mamy-masonry-col:nth-child(3) .aux-iso-item:nth-child(2n+1) .entry-media img {
  aspect-ratio: 3 / 4 !important;
}

.elementor-element-973a3c2 .mamy-masonry-col:nth-child(1) .aux-iso-item:nth-child(2n) .entry-media img {
  aspect-ratio: 3 / 4 !important;
}

.elementor-element-973a3c2 .mamy-masonry-col:nth-child(2) .aux-iso-item:nth-child(2n+1) .entry-media img {
  aspect-ratio: 4 / 3 !important;
}

.elementor-element-973a3c2 .mamy-masonry-col:nth-child(3) .aux-iso-item:nth-child(2n) .entry-media img {
  aspect-ratio: 1 / 1 !important;
}

.elementor-section[data-id="37c79e9"] .aux-modern-heading-primary {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 6px !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-shadow: 0 2px 18px rgba(0,0,0,.26);
}

.elementor-section[data-id="37c79e9"] .aux-modern-heading-primary:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 4px solid #ff7f50;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: -2px;
  box-shadow: 0 3px 15px rgba(255,127,80,.4);
}

.elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary {
  color: #000 !important;
  font-size: clamp(58px, 7.2vw, 104px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  margin: 0 0 58px !important;
  text-shadow: 0 12px 34px rgba(0,0,0,.22);
}

.mamy-lang-ru .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary,
.mamy-lang-en .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary {
  max-width: min(980px, calc(100vw - 80px));
  font-size: clamp(44px, 5.8vw, 82px) !important;
  line-height: 1.02 !important;
}

.mamy-lang-en .elementor-section[data-id="37c79e9"] .aux-modern-heading-secondary {
  max-width: min(860px, calc(100vw - 80px));
}

.elementor-section[data-id="37c79e9"] .aux-head-highlight {
  display: block;
  color: rgba(0,0,60,.82) !important;
}

.elementor-section[data-id="37c79e9"] .elementor-widget-aux_modern_button {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 14px 0 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
  transform: none !important;
  align-self: flex-start !important;
}

.elementor-section[data-id="37c79e9"] .elementor-element-10525bc,
.elementor-section[data-id="37c79e9"] .elementor-element-c4ad166,
.elementor-section[data-id="37c79e9"] .elementor-element-8bfbb97 {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  position: relative !important;
  display: inline-flex !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
}

.elementor-section[data-id="37c79e9"] .aux-modern-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.82);
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(10px) saturate(1.08);
  overflow: hidden;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.elementor-section[data-id="37c79e9"] .aux-modern-button .aux-overlay {
  background: transparent !important;
  opacity: 0 !important;
}

.elementor-section[data-id="37c79e9"] .aux-modern-button:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.26) !important;
  color: #fff;
  box-shadow: 0 18px 34px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.22);
}

.elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: currentColor !important;
  font-size: 16px;
  font-weight: 500;
}

.elementor-section[data-id="37c79e9"] .aux-modern-button {
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.82) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.mamy-search-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  min-height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.mamy-search-toggle:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid #8e24aa;
  border-radius: 50%;
  left: 4px;
  top: 3px;
}

.mamy-search-toggle:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #8e24aa;
  transform: rotate(45deg);
  left: 15px;
  top: 17px;
}

.mamy-search-form {
  position: absolute;
  right: 40px;
  top: calc(100% + 12px);
  width: min(320px, calc(100vw - 48px));
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.mamy-search-form input {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 23px;
  padding: 0 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}

.mamy-search-open .mamy-search-form {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mamy-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--mamy-scroll, 0) * 100%);
  height: 3px;
  z-index: 9999;
  background: linear-gradient(90deg, var(--accent), #ff7f50);
  transform-origin: left center;
  pointer-events: none;
}

.mamy-section-focus {
  transition: transform .5s ease, opacity .5s ease;
}

.mamy-section-focus:not(.is-visible) {
  opacity: .92;
}

.aux-appear-watch-animation,
.aux-iso-item,
.card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease;
}

.aux-appear-watch-animation.is-visible,
.aux-iso-item.is-visible,
.card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aux-iso-item:hover,
.card:hover {
  transform: translateY(-5px);
}

@media (max-width: 900px) {
  .site-header,
  .mamy-clean-header {
    top: 16px;
  }

  .mamy-header-shell {
    grid-template-columns: 74px 1fr 24px;
    width: calc(100% - 24px);
    min-height: 82px;
    border-radius: 24px;
    gap: 16px;
    padding: 0 24px;
  }

  .mamy-header-logo,
  .mamy-header-logo img {
    width: 64px !important;
    height: 64px !important;
  }

  .mamy-header-nav,
  .mamy-header-socials {
    display: none !important;
  }

  .elementor-section[data-id="37c79e9"] .elementor-element-661c6f3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .elementor-section[data-id="986201e"] > .elementor-container > .elementor-row,
  .elementor-section[data-id="8190ca0"] > .elementor-container > .elementor-row,
  .mamy-portfolio-tile .aux-row,
  .mamy-portfolio-masonry .aux-row {
    grid-template-columns: 1fr !important;
  }

  .mamy-portfolio-masonry .aux-iso-item,
  .mamy-portfolio-tile .aux-iso-item {
    margin-top: 0 !important;
  }

  .mamy-js-masonry .mamy-masonry-col {
    padding-top: 0 !important;
  }

  .elementor-section[data-id="986201e"] .aux-text-widget-content {
    border-right: 0;
  }

  .mamy-page-hero,
  .mamy-article-hero,
  .mamy-listing-section,
  .mamy-artist-hero,
  .mamy-related-artists,
  .mamy-about-intro,
  .mamy-about-collection,
  .mamy-contact-layout,
  .mamy-editorial-hero,
  .mamy-editorial-feature-wrap,
  .mamy-editorial-grid,
  .mamy-collection-hero,
  .mamy-collection-toolbar,
  .mamy-collection-grid,
  .mamy-collection-empty,
  .mamy-product-hero,
  .mamy-product-related {
    width: min(100% - 28px, 680px);
  }

  .mamy-artist-hero,
  .mamy-about-intro,
  .mamy-about-collection,
  .mamy-contact-layout,
  .mamy-product-hero,
  .mamy-editorial-card.is-featured a,
  .mamy-editorial-page.is-articles .mamy-editorial-card.is-featured a,
  .mamy-editorial-page.is-articles .mamy-editorial-card.is-article a,
  .mamy-editorial-page.is-articles .mamy-editorial-grid .mamy-editorial-card a,
  .mamy-single-page .mamy-article-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mamy-product-summary {
    position: static;
  }

  .mamy-visual-hero {
    min-height: 560px;
    margin-bottom: 56px;
  }

  .mamy-visual-hero-copy {
    width: min(100% - 32px, 680px);
  }

  .mamy-visual-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10.8vw, 52px);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  .mamy-about-image-stack,
  .mamy-about-stats,
  .mamy-visit-grid,
  .mamy-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .mamy-visit-section {
    width: min(100% - 28px, 680px);
  }

  .mamy-ticket-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .mamy-about-history-body {
    width: min(100% - 28px, 680px);
    padding: 28px;
  }

  .mamy-about-stats {
    width: min(100% - 28px, 680px);
  }

  .mamy-about-image-stack img:first-child {
    margin-top: 0;
  }

  .mamy-editorial-grid {
    grid-template-columns: 1fr;
  }

  .mamy-editorial-page.is-projects .mamy-editorial-grid {
    grid-template-columns: 1fr;
  }

  .mamy-editorial-page.is-projects .mamy-editorial-grid .mamy-editorial-card figure,
  .mamy-editorial-page.is-articles .mamy-editorial-card figure,
  .mamy-editorial-page.is-articles .mamy-editorial-card.is-article figure,
  .mamy-editorial-page.is-articles .mamy-editorial-grid .mamy-editorial-card figure {
    min-height: 220px;
  }

  .mamy-editorial-page.is-articles .mamy-editorial-card figure,
  .mamy-editorial-page.is-articles .mamy-editorial-card.is-article figure,
  .mamy-editorial-page.is-articles .mamy-editorial-grid .mamy-editorial-card figure,
  .mamy-editorial-page.is-articles .mamy-editorial-card.is-featured figure {
    border-radius: 8px 8px 0 0;
  }

  .mamy-collection-toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .mamy-collection-grid {
    grid-template-columns: 1fr;
  }

  .mamy-collection-card,
  .mamy-collection-card:nth-child(n) {
    grid-column: auto;
  }

  .mamy-editorial-grid .mamy-editorial-card.is-tall {
    margin-top: 0;
  }

  .mamy-artist-hero-media {
    justify-self: stretch;
    width: 100%;
  }

  .mamy-related-grid {
    grid-template-columns: 1fr;
  }

  .mamy-archive-grid,
  .mamy-shop-grid {
    grid-template-columns: 1fr;
  }

  .mamy-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Final visual system overrides. Keep after imported legacy Elementor styles. */
.mamy-soft-button,
.mamy-collection-search button,
.mamy-contact-form button,
.mamy-contact-form-card .mamy-contact-form button {
  border: 0 !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(255,112,72,.30) !important;
}

.mamy-soft-button:hover,
.mamy-collection-search button:hover,
.mamy-contact-form button:hover {
  background: #ff815d !important;
  transform: translateY(-2px);
}

.elementor-section[data-id="3650934"],
.elementor-section[data-id="3650934"] .elementor-container,
.elementor-section[data-id="3650934"] .elementor-row,
.elementor-section[data-id="3650934"] .elementor-column,
.elementor-section[data-id="3650934"] .elementor-widget-wrap,
.elementor-section[data-id="3650934"] .aux-widget-inner {
  text-align: center !important;
  justify-content: center !important;
}

.elementor-section[data-id="3650934"] .elementor-widget {
  width: 100% !important;
}

.mamy-shop-toolbar {
  width: min(720px, 100%);
  margin: 34px auto 0;
}

.mamy-shop-search {
  display: grid;
  gap: 9px;
  color: #7d746d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.mamy-shop-search input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(23,20,18,.10);
  border-radius: 999px;
  padding: 0 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23,20,18,.08);
  color: #171412;
  font: inherit;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.mamy-shop-empty {
  width: min(720px, 100%);
  margin: 40px auto 0;
  padding: 22px;
  border: 1px solid rgba(23,20,18,.08);
  background: #fff;
  color: #665f58;
  text-align: center;
}

.mamy-contact-info-grid a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mamy-contact-map {
  width: min(1260px, calc(100% - 56px));
  margin: clamp(70px, 8vw, 116px) auto 0;
  text-align: center;
}

.mamy-contact-map h2 {
  margin: 0 auto 14px;
  color: #171412;
  font-size: clamp(36px, 4.6vw, 72px);
  line-height: 1.04;
}

.mamy-contact-map p {
  margin: 0 auto 34px;
  color: #70675f;
  font-size: 18px;
}

.mamy-map-frame {
  overflow: hidden;
  min-height: clamp(360px, 42vw, 560px);
  border: 1px solid rgba(23,20,18,.08);
  background: #eee8df;
  box-shadow: 0 30px 90px rgba(23,20,18,.12);
}

.mamy-map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  border: 0;
  filter: saturate(.82) contrast(1.03);
}

.site-footer {
  background: #000;
  color: #fff;
  padding: clamp(86px, 9vw, 138px) 0 42px;
}

.mamy-footer-shell {
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.mamy-footer-logo img {
  width: clamp(98px, 8vw, 142px);
  height: clamp(98px, 8vw, 142px);
  object-fit: contain;
}

.mamy-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 34px);
  margin: clamp(38px, 4vw, 58px) 0 28px;
}

.mamy-footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}

.mamy-footer-nav a:hover {
  color: #ff7048;
  transform: translateY(-1px);
}

.mamy-footer-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  width: min(350px, 100%);
  min-height: 60px;
  margin: 0 auto clamp(56px, 6vw, 84px);
  padding: 7px;
  border-radius: 999px;
  background: #292827;
  box-shadow: 0 22px 50px rgba(0,0,0,.36);
}

.mamy-footer-email input {
  min-width: 0;
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 14px 0 18px;
  font: inherit;
  font-style: italic;
}

.mamy-footer-email input::placeholder {
  color: rgba(255,255,255,.78);
}

.mamy-footer-email button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ff7048;
  color: #fff;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(255,112,72,.32);
}

.mamy-footer-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  text-align: left;
}

.mamy-footer-bottom p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  line-height: 1.8;
}

.mamy-footer-socials {
  display: flex;
  gap: 18px;
  align-items: center;
}

.mamy-footer-socials a {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.68);
  transition: color .2s ease, transform .2s ease;
}

.mamy-footer-socials a:hover {
  color: #ff7048;
  transform: translateY(-2px);
}

.mamy-footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.mamy-mobile-menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  min-height: 38px;
  border: 0;
  border-radius: 50%;
  background: #171412;
  padding: 0;
  box-shadow: none;
}

.mamy-mobile-menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

.mamy-mobile-menu-open .mamy-mobile-menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.mamy-mobile-menu-open .mamy-mobile-menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body .mamy-clean-header {
    top: 14px !important;
  }

  .mamy-header-shell {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 24px) !important;
    min-height: 82px !important;
    padding: 0 22px !important;
    position: relative !important;
  }

  .mamy-header-search {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body .mamy-clean-header .mamy-mobile-menu-toggle {
    display: inline-flex !important;
    position: fixed !important;
    right: 24px !important;
    top: 34px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    transform: none !important;
    z-index: 10001 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #171412 !important;
    border-radius: 50% !important;
    appearance: none !important;
  }

  body .mamy-clean-header .mamy-mobile-menu-toggle span {
    display: block !important;
    width: 17px !important;
    height: 2px !important;
    margin: 3px auto !important;
    background: #fff !important;
  }

  .mamy-mobile-menu-open .mamy-header-shell {
    align-items: start;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .mamy-mobile-menu-open .mamy-header-nav {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    width: 100%;
    padding: 14px !important;
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 20px 48px rgba(23,20,18,.14);
  }

  .mamy-visual-hero-copy {
    width: calc(100% - 44px) !important;
    overflow: hidden !important;
    padding-top: 76px !important;
  }

  .mamy-visual-hero h1 {
    max-width: min(285px, calc(100vw - 64px)) !important;
    font-size: clamp(24px, 6.9vw, 30px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
    hyphens: auto !important;
  }

  .mamy-visual-hero p {
    max-width: min(292px, calc(100vw - 64px)) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .mamy-mobile-menu-open .mamy-header-nav > ul {
    display: grid !important;
    gap: 8px;
    justify-items: stretch;
    white-space: normal;
  }

  .mamy-mobile-menu-open .mamy-header-nav a {
    justify-content: center;
    min-height: 42px;
    border-radius: 18px;
    background: rgba(23,20,18,.045);
  }

  .mamy-mobile-menu-open .mamy-header-nav a:after {
    display: none;
  }

  .mamy-contact-map,
  .mamy-footer-shell {
    width: min(100% - 28px, 680px);
  }

  .mamy-footer-nav {
    display: grid;
    gap: 16px;
  }

  .mamy-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mamy-footer-bottom p {
    max-width: 100%;
  }
}

/* Final UI correction: keep hero languages glassy, force real CTAs orange, contain header search. */
body .mamy-clean-header .mamy-header-search,
body .mamy-clean-header .elementor-widget-aux_modern_search,
body .mamy-clean-header .elementor-widget-aux_modern_search .elementor-widget-container {
  position: relative !important;
}

body .mamy-clean-header .mamy-search-toggle {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #8e24aa !important;
}

body .mamy-clean-header .mamy-search-form {
  right: 0 !important;
  top: calc(100% + 16px) !important;
  z-index: 10002 !important;
}

body .mamy-clean-header .mamy-search-form input[type="search"] {
  width: min(320px, calc(100vw - 48px)) !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #171412 !important;
}

body .mamy-clean-header .mamy-search-form button,
body .mamy-clean-header .mamy-search-form input[type="submit"] {
  display: none !important;
}

body .aux-modern-button,
body .elementor-button,
body a.mamy-soft-button,
body .mamy-soft-button,
body a.mamy-ghost-button,
body .mamy-ghost-button,
body .mamy-contact-form button,
body .mamy-contact-form-card .mamy-contact-form button,
body .mamy-collection-search button {
  border-color: #ff7048 !important;
  background: #ff7048 !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(255,112,72,.22) !important;
}

body .aux-modern-button .aux-text,
body .aux-modern-button .aux-text-before,
body .elementor-button .elementor-button-text {
  color: #fff !important;
}

body .aux-modern-button:hover,
body .elementor-button:hover,
body a.mamy-soft-button:hover,
body .mamy-soft-button:hover,
body a.mamy-ghost-button:hover,
body .mamy-ghost-button:hover,
body .mamy-contact-form button:hover,
body .mamy-contact-form-card .mamy-contact-form button:hover,
body .mamy-collection-search button:hover {
  border-color: #ff815d !important;
  background: #ff815d !important;
  color: #fff !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button,
body .mamy-hero-section .aux-modern-button {
  border-color: rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.84) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text,
body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text-before,
body .mamy-hero-section .aux-modern-button .aux-text,
body .mamy-hero-section .aux-modern-button .aux-text-before {
  color: rgba(255,255,255,.84) !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button:hover,
body .mamy-hero-section .aux-modern-button:hover {
  border-color: rgba(255,255,255,.46) !important;
  background: rgba(255,255,255,.27) !important;
  color: #fff !important;
}

body .mamy-footer-email {
  justify-content: center !important;
}

body .mamy-footer-email button {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body .mamy-footer-email button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-2px) rotate(45deg);
}

body .mamy-search-form button,
body .mamy-search-form input[type="submit"] {
  display: none !important;
}

/* Absolute last CTA/footer correction. */
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button),
body .aux-button,
body a.aux-button,
body .elementor-button,
body a.mamy-soft-button,
body .mamy-soft-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff7048 !important;
  background-color: #ff7048 !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 18px 34px rgba(255,112,72,.22) !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button)::before,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button)::after,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-overlay,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-icon,
body .aux-button .aux-overlay,
body .aux-button .aux-icon {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-text,
body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button) .aux-text-before,
body .aux-button .aux-text,
body .aux-button .aux-text-before,
body .elementor-button .elementor-button-text {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

body .aux-modern-button:not(.mamy-hero-section .aux-modern-button):not(.elementor-section[data-id="37c79e9"] .aux-modern-button):hover,
body .aux-button:hover,
body a.aux-button:hover,
body .elementor-button:hover,
body a.mamy-soft-button:hover,
body .mamy-soft-button:hover {
  background: #ff815d !important;
  background-color: #ff815d !important;
  color: #fff !important;
}

body .mamy-footer-email button {
  position: relative !important;
  color: transparent !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

body .mamy-footer-email button::before {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translate(-58%, -50%) rotate(45deg) !important;
}

/* Absolute last mobile/header/hero polish. */
body .elementor-section[data-id="37c79e9"] .aux-modern-button,
body .mamy-hero-section .aux-modern-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-overlay,
body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-icon,
body .mamy-hero-section .aux-modern-button .aux-overlay,
body .mamy-hero-section .aux-modern-button .aux-icon {
  display: none !important;
}

body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text,
body .elementor-section[data-id="37c79e9"] .aux-modern-button .aux-text-before,
body .mamy-hero-section .aux-modern-button .aux-text,
body .mamy-hero-section .aux-modern-button .aux-text-before {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}

@media (max-width: 900px) {
  body .mamy-clean-header .mamy-header-shell {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 82px !important;
    padding: 0 18px !important;
  }

  body .mamy-clean-header .mamy-mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-shell {
    align-items: center !important;
    flex-wrap: wrap !important;
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-mobile-menu-toggle {
    top: 41px !important;
    transform: none !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-nav {
    position: static !important;
    order: 3 !important;
    display: block !important;
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: none !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-nav > ul {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    width: 100% !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
    text-align: center !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-socials {
    order: 4 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 34px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-socials a {
    width: 28px !important;
    height: 28px !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-socials svg {
    width: 16px !important;
    height: 16px !important;
  }

  body .elementor-section[data-id="37c79e9"] .elementor-widget-aux_modern_button,
  body .mamy-hero-section .elementor-widget-aux_modern_button,
  body .elementor-section[data-id="37c79e9"] .aux-modern-button-wrapper,
  body .mamy-hero-section .aux-modern-button-wrapper {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 14px !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  body .elementor-section[data-id="37c79e9"] .aux-modern-button,
  body .mamy-hero-section .aux-modern-button {
    width: min(350px, calc(100vw - 110px)) !important;
    min-width: 0 !important;
    max-width: 350px !important;
    margin: 0 auto !important;
  }

  body .elementor-section[data-id="37c79e9"] .elementor-element-10525bc > .elementor-widget-container,
  body .mamy-hero-section .elementor-element-10525bc > .elementor-widget-container {
    margin-left: 20px !important;
  }
}

/* Absolute last hero video boot state: no poster flash, show only ready video. */
body .mamy-hero-video {
  opacity: 0 !important;
}

body .mamy-hero-video.is-ready {
  opacity: 1 !important;
}

/* Final language/header and hero position polish. */
body .mamy-clean-header .mamy-header-shell {
  grid-template-columns: 84px minmax(0, 1fr) auto auto 30px !important;
}

body .mamy-clean-header .mamy-header-languages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(0,0,0,.18);
}

body .mamy-clean-header .mamy-header-languages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(23,20,18,.14);
  border-radius: 999px;
  color: rgba(23,20,18,.62);
  background: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
}

body .mamy-clean-header .mamy-header-languages a.is-active {
  border-color: rgba(255,112,72,.78);
  background: #ff7048;
  color: #fff;
}

@media (min-width: 901px) {
  body .elementor-section[data-id="37c79e9"] .elementor-element-661c6f3,
  body .mamy-hero-section .elementor-element-661c6f3 {
    margin-top: clamp(170px, 22vh, 215px) !important;
  }
}

@media (max-width: 900px) {
  body .mamy-clean-header .mamy-header-languages {
    display: none;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-languages {
    order: 4 !important;
    display: flex !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    gap: 10px !important;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-languages a {
    flex: 1 1 0;
    max-width: 92px;
    height: 36px;
  }

  body.mamy-mobile-menu-open .mamy-clean-header .mamy-header-socials {
    order: 5 !important;
  }

  body .mamy-editorial-page.is-projects .mamy-editorial-card.is-featured a {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body .mamy-editorial-page.is-projects .mamy-editorial-card.is-featured figure {
    min-height: 220px !important;
  }

  body .mamy-editorial-page.is-projects .mamy-editorial-card-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body .mamy-editorial-page.is-projects .mamy-editorial-card-copy h3,
  body .mamy-editorial-page.is-projects .mamy-editorial-card-copy p {
    max-width: 100% !important;
  }
}

/* Final deploy polish: collection filters stay fixed near the viewport top. */
body .mamy-collection-toolbar {
  top: 18px !important;
  z-index: 80 !important;
}

body .mamy-collection-toolbar.is-fixed {
  position: fixed !important;
  top: 18px !important;
  margin: 0 !important;
}

body.admin-bar .mamy-collection-toolbar {
  top: 50px !important;
}

body.admin-bar .mamy-collection-toolbar.is-fixed {
  top: 50px !important;
}

@media (max-width: 900px) {
  body .mamy-collection-toolbar {
    position: sticky !important;
    top: 12px !important;
    z-index: 80 !important;
    width: min(calc(100% - 28px), 680px) !important;
    max-width: calc(100vw - 28px) !important;
    box-sizing: border-box !important;
  }

  body.admin-bar .mamy-collection-toolbar {
    top: 58px !important;
  }

  body .mamy-collection-toolbar.is-fixed {
    position: fixed !important;
    top: 12px !important;
    margin: 0 !important;
  }

  body.admin-bar .mamy-collection-toolbar.is-fixed {
    top: 58px !important;
  }

  body .mamy-collection-card,
  body .mamy-collection-card a,
  body .mamy-collection-card figure,
  body .mamy-collection-card img,
  body .mamy-collection-card-copy {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body .mamy-collection-card-copy {
    display: block !important;
  }

  body .mamy-collection-card a {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
  }

  body .mamy-collection-card h3,
  body .mamy-collection-card p {
    width: auto !important;
    max-width: 100% !important;
  }

  body .mamy-visual-hero img {
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
