:root {
  --mc-black: #08090a;
  --mc-black-soft: #101215;
  --mc-panel: #15181c;
  --mc-panel-light: #1d2126;
  --mc-gold: #d8a84e;
  --mc-gold-light: #f4d38b;
  --mc-gold-dark: #9d6d1f;
  --mc-white: #f8f6f1;
  --mc-muted: #aeb2b8;
  --mc-line: rgba(255, 255, 255, 0.11);
  --mc-radius: 24px;
  --mc-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

html { scroll-behavior: smooth; }
body.mc-site {
  margin: 0;
  background: var(--mc-black);
  color: var(--mc-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.mc-menu-open { overflow: hidden; }
body.mc-site *, body.mc-site *::before, body.mc-site *::after { box-sizing: border-box; }
body.mc-site img { max-width: 100%; height: auto; }
body.mc-site a { color: inherit; }
body.mc-site h1, body.mc-site h2, body.mc-site h3, body.mc-site p { margin-top: 0; }

.mc-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mc-section { padding: 110px 0; scroll-margin-top: 90px; }
.mc-skip-link {
  position: fixed; left: 20px; top: -80px; z-index: 99999; padding: 12px 18px;
  background: var(--mc-gold); color: #111; border-radius: 8px; text-decoration: none;
}
.mc-skip-link:focus { top: 20px; }

.mc-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(8, 9, 10, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}
.admin-bar .mc-header { top: 32px; }
.mc-nav-wrap { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.mc-brand { display: inline-flex; align-items: center; text-decoration: none; }
.mc-brand img { width: 112px; height: 60px; object-fit: contain; object-position: left center; }
.mc-main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 32px); }
.mc-main-nav a, .mc-nav-tools a { text-decoration: none; font-size: 0.94rem; color: #e9e7e2; transition: color .2s ease, opacity .2s ease; }
.mc-main-nav a:hover, .mc-nav-tools a:hover { color: var(--mc-gold-light); }
.mc-main-nav .mc-nav-shop { padding: 9px 17px; border: 1px solid rgba(216, 168, 78, .55); border-radius: 999px; }
.mc-nav-tools { display: flex; gap: 14px; }
.mc-nav-tools a { color: var(--mc-muted); font-size: .82rem; }
.mc-menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.mc-menu-toggle span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: var(--mc-white); margin: 5px; }

.mc-hero { min-height: calc(100vh - 82px); display: grid; place-items: center; position: relative; overflow: hidden; background:
  radial-gradient(circle at 80% 18%, rgba(216,168,78,.12), transparent 32%),
  linear-gradient(140deg, #070809 0%, #101317 55%, #08090a 100%); }
.mc-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.mc-hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; padding: 90px 0; position: relative; z-index: 2; }
.mc-eyebrow, .mc-kicker { margin-bottom: 18px; color: var(--mc-gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 800; }
.mc-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.065em; font-weight: 760; }
.mc-hero h1::first-line { color: var(--mc-white); }
.mc-hero-text { max-width: 670px; color: #c9cbd0; font-size: clamp(1.05rem, 1.5vw, 1.26rem); }
.mc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.mc-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; font-size: .95rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mc-btn:hover { transform: translateY(-2px); }
.mc-btn-primary { color: #16110a !important; background: linear-gradient(135deg, var(--mc-gold-light), var(--mc-gold)); box-shadow: 0 14px 38px rgba(216,168,78,.22); }
.mc-btn-secondary { color: var(--mc-white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.mc-trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #8f949b; font-size: .82rem; }
.mc-trust-row span::before { content: "✓"; color: var(--mc-gold); margin-right: 7px; }

.mc-hero-art { min-height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.mc-logo-orbit { width: min(460px, 80vw); aspect-ratio: 1; display: grid; place-items: center; position: relative; z-index: 2; border-radius: 50%; background: radial-gradient(circle, rgba(216,168,78,.16), rgba(216,168,78,.025) 56%, transparent 70%); }
.mc-logo-orbit::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(216,168,78,.35); border-radius: 50%; box-shadow: inset 0 0 80px rgba(216,168,78,.08), 0 0 70px rgba(216,168,78,.08); }
.mc-logo-orbit img { width: 62%; position: relative; z-index: 2; filter: drop-shadow(0 20px 35px rgba(0,0,0,.6)); }
.mc-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.mc-orbit-one { inset: 7%; animation: mc-spin 22s linear infinite; }
.mc-orbit-one::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--mc-gold-light); top: 12%; left: 17%; box-shadow: 0 0 20px var(--mc-gold); }
.mc-orbit-two { inset: 19%; animation: mc-spin 16s linear infinite reverse; }
.mc-orbit-two::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #fff; bottom: 13%; right: 10%; box-shadow: 0 0 16px #fff; }
@keyframes mc-spin { to { transform: rotate(360deg); } }
.mc-concept-stage { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.mc-float-card { position: absolute; left: 50%; top: 50%; z-index: 4; min-width: 164px; max-width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: linear-gradient(145deg, rgba(24,27,31,.88), rgba(14,16,19,.78)); backdrop-filter: blur(15px); box-shadow: 0 18px 55px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); transform: translate(-50%, -50%); will-change: transform, opacity; }
.mc-float-card::before { content: ""; position: absolute; left: 14px; top: 0; width: 46px; height: 1px; background: linear-gradient(90deg, var(--mc-gold), transparent); }
.mc-float-card strong, .mc-float-card span { display: block; }
.mc-float-card strong { color: var(--mc-gold-light); font-size: 1rem; letter-spacing: -.015em; }
.mc-float-card span { margin-top: 2px; color: var(--mc-muted); font-size: .78rem; white-space: nowrap; }
.mc-float-card:nth-child(1) { transform: translate(-50%, -50%) translate3d(0, -190px, 0); }
.mc-float-card:nth-child(2) { transform: translate(-50%, -50%) translate3d(205px, 0, 0); }
.mc-float-card:nth-child(3) { transform: translate(-50%, -50%) translate3d(0, 190px, 0); }
.mc-float-card:nth-child(4) { transform: translate(-50%, -50%) translate3d(-205px, 0, 0); }

.mc-intro { border-top: 1px solid var(--mc-line); border-bottom: 1px solid var(--mc-line); background: #0c0e10; }
.mc-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.mc-intro h2, .mc-section-heading h2, .mc-process h2, .mc-contact h2 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 0; }
.mc-intro-grid > p { margin: 0; color: var(--mc-muted); font-size: 1.1rem; }

.mc-services { background: var(--mc-black); }
.mc-section-heading { max-width: 720px; margin-bottom: 46px; }
.mc-section-heading > p:last-child { margin-top: 18px; color: var(--mc-muted); font-size: 1.06rem; }
.mc-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mc-service-card { min-height: 290px; position: relative; padding: 34px; border: 1px solid var(--mc-line); border-radius: var(--mc-radius); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mc-service-card::after { content: ""; width: 170px; height: 170px; position: absolute; right: -80px; bottom: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(216,168,78,.22), transparent 68%); transition: transform .3s ease; }
.mc-service-card:hover { transform: translateY(-5px); border-color: rgba(216,168,78,.42); background: linear-gradient(145deg, rgba(216,168,78,.075), rgba(255,255,255,.018)); }
.mc-service-card:hover::after { transform: scale(1.25); }
.mc-service-number { display: inline-block; margin-bottom: 42px; color: var(--mc-gold); font: 700 .78rem/1 ui-monospace, monospace; }
.mc-service-card h3 { font-size: 1.65rem; margin-bottom: 12px; }
.mc-service-card p { max-width: 520px; color: var(--mc-muted); }
.mc-service-card a { position: absolute; left: 34px; bottom: 28px; z-index: 2; color: var(--mc-gold-light); text-decoration: none; font-weight: 750; font-size: .9rem; }
.mc-service-card a span { margin-left: 6px; }

.mc-products { background: #f0ede6; color: #141517; }
.mc-products .mc-kicker { color: #875d18; }
.mc-heading-row { max-width: none; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.mc-text-link { color: #1a1b1d !important; font-weight: 800; text-decoration: none; border-bottom: 1px solid #aaa39a; padding-bottom: 5px; }
.mc-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mc-product-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 38px rgba(31,26,17,.08); }
.mc-product-image { display: block; aspect-ratio: 1.05; overflow: hidden; background: #ddd8cf; }
.mc-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mc-product-card:hover .mc-product-image img { transform: scale(1.045); }
.mc-product-info { padding: 20px 22px 24px; }
.mc-product-info h3 { margin-bottom: 8px; font-size: 1.05rem; }
.mc-product-info h3 a { color: #17181a; text-decoration: none; }
.mc-price { color: #875d18; font-weight: 800; }
.mc-product-fallback { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.mc-product-fallback article { min-height: 260px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 22px; color: #f6f1e7; background: linear-gradient(145deg, #20242a, #0d0f12); box-shadow: 0 12px 38px rgba(31,26,17,.14); }
.mc-product-fallback span { margin-bottom: auto; color: var(--mc-gold-light); font-family: ui-monospace, monospace; }
.mc-product-fallback h3 { font-size: 1.45rem; margin-bottom: 8px; }
.mc-product-fallback p { color: #adb1b7; margin-bottom: 0; }

.mc-process { background: #0b0d0f; }
.mc-process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.mc-process-copy { position: sticky; top: 130px; }
.mc-process-copy > p:not(.mc-kicker) { margin: 24px 0 30px; color: var(--mc-muted); font-size: 1.05rem; }
.mc-process-list { list-style: none; margin: 0; padding: 0; }
.mc-process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--mc-line); }
.mc-process-list li:first-child { border-top: 1px solid var(--mc-line); }
.mc-process-list li > span { color: var(--mc-gold); font: 700 .78rem/1.5 ui-monospace, monospace; }
.mc-process-list h3 { margin-bottom: 8px; font-size: 1.45rem; }
.mc-process-list p { margin-bottom: 0; color: var(--mc-muted); }

.mc-contact { background: radial-gradient(circle at 12% 20%, rgba(216,168,78,.13), transparent 28%), #121519; }
.mc-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.mc-contact-copy > p:not(.mc-kicker) { max-width: 520px; margin-top: 20px; color: var(--mc-muted); font-size: 1.08rem; }
.mc-contact-details { display: grid; gap: 14px; margin-top: 38px; }
.mc-contact-details a, .mc-contact-details p { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--mc-line); text-decoration: none; color: var(--mc-white); }
.mc-contact-details span { display: block; color: var(--mc-gold-light); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.mc-form-card { padding: 34px; border: 1px solid var(--mc-line); border-radius: var(--mc-radius); background: rgba(255,255,255,.045); box-shadow: var(--mc-shadow); }
.mc-contact-form { display: grid; gap: 17px; }
.mc-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mc-contact-form label { display: grid; gap: 8px; font-size: .82rem; font-weight: 750; color: #e5e3df; }
.mc-contact-form input, .mc-contact-form select, .mc-contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 13px 14px; background: #0d0f12; color: #fff; font: inherit; outline: none; }
.mc-contact-form input:focus, .mc-contact-form select:focus, .mc-contact-form textarea:focus { border-color: var(--mc-gold); box-shadow: 0 0 0 3px rgba(216,168,78,.12); }
.mc-contact-form textarea { resize: vertical; }
.mc-contact-form .mc-btn { width: 100%; border: 0; }
.mc-form-note { margin: -4px 0 0; color: #888e95; text-align: center; font-size: .76rem; }
.mc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mc-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-size: .9rem; }
.mc-alert-success { color: #d9f8dc; background: rgba(55,170,78,.16); border: 1px solid rgba(55,170,78,.35); }
.mc-alert-error { color: #ffe0dc; background: rgba(202,72,52,.16); border: 1px solid rgba(202,72,52,.35); }

.mc-footer { padding: 76px 0 24px; background: #050607; border-top: 1px solid var(--mc-line); }
.mc-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 48px; }
.mc-footer-brand img { width: 150px; height: 105px; object-fit: contain; object-position: left center; }
.mc-footer-brand p, .mc-footer-cta p { color: var(--mc-muted); }
.mc-footer h2 { margin-bottom: 18px; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; color: var(--mc-gold-light); }
.mc-footer-grid > div:not(.mc-footer-brand):not(.mc-footer-cta) a { display: block; margin: 9px 0; color: #c9cbd0; text-decoration: none; }
.mc-footer-grid a:hover { color: var(--mc-gold-light) !important; }
.mc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--mc-line); color: #777d84; font-size: .8rem; }
.mc-footer-bottom p { margin: 0; }
.mc-footer-bottom a { color: #92979d; text-decoration: none; }
.mc-whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1100; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #07120b !important; text-decoration: none; font-size: .82rem; font-weight: 900; box-shadow: 0 14px 40px rgba(0,0,0,.35); }

/* Improvements for Hostinger theme internal pages */
.hostinger-ai-menu { background: #090a0c !important; border-bottom: 1px solid rgba(255,255,255,.09); }
.hostinger-ai-menu .hostinger-ai-site-title a, .hostinger-ai-menu .wp-block-navigation-item__content { color: #f5f1e9 !important; }
.hostinger-ai-menu .wp-block-navigation-item__content:hover { color: var(--mc-gold-light) !important; }
.hostinger-ai-menu .wc-block-mini-cart__button, .hostinger-ai-menu .wc-block-customer-account__account-icon { color: #f5f1e9 !important; }
.site-footer > .wp-block-group { background: #08090a !important; }
.site-footer .wp-block-heading { color: var(--mc-gold-light) !important; }
.site-footer a, .site-footer p { color: #d7d5cf !important; }
.mc-fallback-logo img, .hostinger-ai-menu .wp-block-site-logo img { width: 112px !important; height: 64px !important; object-fit: contain !important; }
.site-footer a[href="https://facebook.com"], .site-footer a[href="https://instagram.com"], .site-footer a[href="https://twitter.com"], .site-footer a[href="https://tiktok.com"] { display: none !important; }

@media (max-width: 1024px) {
  .mc-nav-wrap { grid-template-columns: auto auto 1fr; }
  .mc-menu-toggle { display: block; justify-self: end; order: 2; cursor: pointer; }
  .mc-main-nav { display: none; position: fixed; top: 82px; left: 0; right: 0; height: calc(100vh - 82px); padding: 46px 30px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; background: rgba(8,9,10,.98); }
  .admin-bar .mc-main-nav { top: 114px; height: calc(100vh - 114px); }
  .mc-main-nav.is-open { display: flex; }
  .mc-main-nav a { font-size: 1.45rem; }
  .mc-nav-tools { justify-self: end; order: 3; }
  .mc-hero-grid { grid-template-columns: 1fr; padding: 85px 0 60px; }
  .mc-hero-copy { max-width: 800px; }
  .mc-hero-art { min-height: 430px; }
  .mc-float-card { min-width: 150px; padding: 13px 15px; }
  .mc-intro-grid, .mc-process-grid, .mc-contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .mc-process-copy { position: static; }
  .mc-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .mc-footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .admin-bar .mc-header { top: 46px; }
  .admin-bar .mc-main-nav { top: 128px; height: calc(100vh - 128px); }
}

@media (max-width: 720px) {
  .mc-container { width: min(100% - 28px, 1180px); }
  .mc-section { padding: 78px 0; }
  .mc-nav-wrap { min-height: 72px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .mc-brand img { width: 88px; height: 52px; }
  .mc-menu-toggle { order: initial; grid-column: 3; }
  .mc-nav-tools { display: none; }
  .mc-main-nav { top: 72px; height: calc(100vh - 72px); }
  .admin-bar .mc-main-nav { top: 118px; height: calc(100vh - 118px); }
  .mc-hero { min-height: auto; }
  .mc-hero-grid { gap: 30px; padding-top: 70px; }
  .mc-hero h1 { font-size: clamp(2.9rem, 14vw, 4.6rem); }
  .mc-actions { flex-direction: column; }
  .mc-btn { width: 100%; }
  .mc-trust-row { display: grid; gap: 8px; }
  .mc-hero-art { min-height: 330px; }
  .mc-logo-orbit { width: min(340px, 94vw); }
  .mc-concept-stage { inset: 2% -4%; }
  .mc-float-card { min-width: 124px; max-width: 146px; padding: 10px 12px; border-radius: 13px; }
  .mc-float-card strong { font-size: .86rem; }
  .mc-float-card span { font-size: .67rem; white-space: normal; line-height: 1.25; }
  .mc-intro-grid { gap: 24px; }
  .mc-service-grid, .mc-product-grid, .mc-product-fallback { grid-template-columns: 1fr; }
  .mc-service-card { min-height: 300px; padding: 28px; }
  .mc-service-card a { left: 28px; }
  .mc-heading-row { display: block; }
  .mc-heading-row .mc-text-link { display: inline-block; margin-top: 18px; }
  .mc-field-row { grid-template-columns: 1fr; }
  .mc-form-card { padding: 24px; }
  .mc-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .mc-footer-brand, .mc-footer-cta { grid-column: 1 / -1; }
  .mc-footer-bottom { flex-direction: column; }
}

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

/* Shortcode mode inside a regular WordPress page */
.mc-embedded-site {
  margin: 0;
  background: var(--mc-black);
  color: var(--mc-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow: hidden;
}
.mc-embedded-site *, .mc-embedded-site *::before, .mc-embedded-site *::after { box-sizing: border-box; }
.mc-embedded-site img { max-width: 100%; height: auto; }
.mc-embedded-site a { color: inherit; }
.mc-embedded-site h1, .mc-embedded-site h2, .mc-embedded-site h3, .mc-embedded-site p { margin-top: 0; }

/* Catálogo sencillo MC Creative Studio */
.mc-products-lead { max-width: 680px; margin: 16px 0 0; color: #66625b; font-size: 1rem; line-height: 1.65; }
.mc-catalog-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: -4px 0 30px; }
.mc-catalog-filters button { appearance: none; min-height: 112px; border: 1px solid rgba(23,24,26,.12); border-radius: 18px; padding: 17px; background: rgba(255,255,255,.78); color: #4b4d51; font: inherit; text-align: left; cursor: pointer; transition: .2s ease; box-shadow: 0 8px 24px rgba(31,26,17,.045); }
.mc-catalog-filters button strong { display: block; color: #17191c; font-size: .9rem; line-height: 1.25; }
.mc-catalog-filters button span { display: block; margin-top: 8px; color: #77726a; font-size: .72rem; line-height: 1.4; }
.mc-catalog-filters button:hover, .mc-catalog-filters button.is-active { border-color: #9b6e21; background: #17191c; color: #fff; transform: translateY(-2px); box-shadow: 0 13px 30px rgba(31,26,17,.14); }
.mc-catalog-filters button:hover strong, .mc-catalog-filters button.is-active strong { color: #fff; }
.mc-catalog-filters button:hover span, .mc-catalog-filters button.is-active span { color: #d4d0c8; }
.mc-catalog-card[hidden] { display: none !important; }
.mc-catalog-card .mc-product-image { position: relative; display: block; }
.mc-catalog-category { position: absolute; left: 14px; top: 14px; z-index: 2; max-width: calc(100% - 110px); padding: 6px 10px; border-radius: 999px; background: rgba(8,9,10,.82); color: #fff; backdrop-filter: blur(8px); font-size: .7rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mc-catalog-featured { position: absolute; right: 14px; top: 14px; z-index: 2; padding: 6px 10px; border-radius: 999px; background: var(--mc-gold); color: #17130c; font-size: .68rem; font-weight: 900; letter-spacing: .03em; }
.mc-catalog-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 4px; background: radial-gradient(circle at 35% 25%, rgba(216,168,78,.24), transparent 35%), linear-gradient(145deg,#1b1e22,#08090a); color: #fff; }
.mc-catalog-image-placeholder strong { color: var(--mc-gold-light); font-size: 3.4rem; line-height: 1; letter-spacing: -.08em; }
.mc-catalog-image-placeholder small { color: #c8c9cc; }
.mc-catalog-info { display: flex; min-height: 205px; flex-direction: column; }
.mc-catalog-info h3 { color: #17181a; }
.mc-catalog-info > p { margin: 4px 0 18px; color: #666a70; font-size: .9rem; line-height: 1.55; }
.mc-catalog-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(23,24,26,.09); }
.mc-catalog-quote { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px; border-radius: 999px; background: #17191c; color: #fff !important; text-decoration: none; font-size: .78rem; font-weight: 800; }
.mc-catalog-quote:hover { background: #8d631d; }
@media (max-width:720px) { .mc-catalog-filters { grid-auto-flow: column; grid-auto-columns: minmax(210px, 78vw); grid-template-columns: none; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: thin; } .mc-catalog-filters button { min-height: 105px; } }
