﻿/* Catalogo Montecarlo — layout ispirato a pagine location noleggio premium */

body.mc-cat-catalog {
  /* Tono “editoriale” caldo + carte elevate (header neo invariato, regole .mc-cat-bar has-neo-header intatte) */
  --site-header-offset: 136px;
  --mc-bg: #ebe8e3;
  --mc-panel: #fefcf9;
  --mc-bar: #1d1d1f;
  --mc-ink: #141312;
  --mc-accent: #4a4845;
  --mc-accent-warm: #6b5e4d;
  --mc-border: rgba(28, 26, 22, 0.09);
  --mc-border-strong: rgba(22, 20, 18, 0.14);
  --mc-muted: #3f3d3a;
  --mc-cta-bg: #141312;
  --mc-cta-bg-hover: #000000;
  --mc-cta-text: #ffffff;
  --mc-catalog-card-radius: 16px;
  --mc-catalog-row-gap: 1.5rem;
  background: var(--mc-bg);
  color: var(--mc-ink);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
}

/*
 * Catalogo + neo-header: offset masthead più realistico (il default neo 210–248px
 * lascia un vuoto enorme sopra “Home”). --site-header-offset resta legato a --neo-header-offset.
 */
body.mc-cat-catalog.has-neo-header {
  --neo-header-offset: 96px;
  padding-top: var(--site-header-offset) !important;
  background: var(--mc-bg);
}

@media (max-width: 560px) {
  body.mc-cat-catalog.has-neo-header {
    --neo-header-offset: 152px;
  }
}

@media (min-width: 561px) and (max-width: 780px) {
  body.mc-cat-catalog.has-neo-header {
    --neo-header-offset: 144px;
  }
}

@media (min-width: 781px) {
  body.mc-cat-catalog.has-neo-header {
    --neo-header-offset: 170px;
  }
}

/* Masthead a scroll: calo modesto (tolto solo il meteo), non come prima “mini bar” */
body.mc-cat-catalog.has-neo-header.neo-header-is-compact {
  --neo-header-offset: 86px;
}

@media (max-width: 560px) {
  body.mc-cat-catalog.has-neo-header.neo-header-is-compact {
    --neo-header-offset: 132px;
  }
}

@media (min-width: 561px) and (max-width: 780px) {
  body.mc-cat-catalog.has-neo-header.neo-header-is-compact {
    --neo-header-offset: 124px;
  }
}

body.mc-cat-catalog .btn-primary {
  background-color: var(--mc-cta-bg);
  color: var(--mc-cta-text);
  border: 1px solid var(--mc-cta-bg);
  border-radius: 980px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

body.mc-cat-catalog .btn-primary:hover {
  background-color: var(--mc-cta-bg-hover);
  border-color: var(--mc-cta-bg-hover);
  color: var(--mc-cta-text);
}

body.mc-cat-catalog .btn-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: var(--mc-ink);
  border: 1px solid var(--mc-border-strong);
  border-radius: 980px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

body.mc-cat-catalog .btn-secondary:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--mc-ink);
  border-color: rgba(0, 0, 0, 0.2);
}

body.mc-cat-catalog .btn-primary:focus-visible,
body.mc-cat-catalog .btn-secondary:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  html:has(body.mc-cat-catalog) {
    scroll-behavior: smooth;
  }
}

.mc-cat-bar {
  background: var(--mc-bar);
  color: #eee;
  font-size: 0.78rem;
  padding: 0.45rem 0;
}
.mc-cat-bar a {
  color: #fff;
  text-decoration: none;
}
.mc-cat-bar a:hover {
  text-decoration: underline;
}
.mc-cat-bar .sep {
  margin: 0 0.35rem;
  opacity: 0.45;
}

/* Breadcrumb catalogo — stesso “foglio” del masthead (niente barra nera) */
body.mc-cat-catalog .mc-cat-bar {
  background: rgba(255, 255, 255, 0.5);
  color: var(--mc-muted);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.65rem 0;
}

body.mc-cat-catalog .mc-cat-bar a {
  color: var(--mc-ink);
  opacity: 0.9;
  font-weight: 700;
  text-decoration: none;
}

body.mc-cat-catalog .mc-cat-bar a:hover {
  opacity: 1;
  text-decoration: underline;
}

body.mc-cat-catalog .mc-cat-bar .sep {
  opacity: 0.35;
}

/* Con neo-header: breadcrumb attaccato al blocco sotto l’header (padding solo tipografico) */
body.mc-cat-catalog.has-neo-header .mc-cat-bar {
  background: #fff;
  border-bottom: none;
  color: #1a1a1c;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.55rem 0;
}

body.mc-cat-catalog.has-neo-header .mc-cat-bar a {
  color: #0a0a0a;
  opacity: 1;
  font-weight: 700;
}

body.mc-cat-catalog.has-neo-header .mc-cat-bar .sep {
  opacity: 0.65;
  color: #1a1a1c;
  font-weight: 700;
}

body.mc-cat-catalog.has-neo-header .mc-cat-bar a:hover {
  opacity: 0.75;
}

/* Breadcrumb: bandiera Principato accanto al crumb SEO (noleggio / rental Monaco) */
.mc-cat-bar__crumb--fleet {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-weight: 700;
  color: #0a0a0a;
}
.mc-cat-bar__flag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.mc-cat-bar__temp {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1;
  flex-shrink: 0;
}
.mc-cat-bar__temp sup {
  font-size: 0.55rem;
  font-weight: 700;
  color: #c9a96e;
  position: relative;
  top: -0.3em;
}
.mc-cat-bar__flag-svg {
  width: 1.05rem;
  height: 1.26rem;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.12);
}
body.mc-cat-catalog .mc-cat-bar__flag-svg {
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mc-cat-bar__flag-svg.neo-flag-es,
.mc-cat-bar__flag-svg.neo-flag-it {
  width: 0.9rem;
  height: 0.6rem;
}
/* Ibiza / destination guide — bottom of catalog */
.mc-cat-dest {
  background: var(--mc-panel);
  border-top: 1px solid var(--mc-border);
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}
.mc-cat-dest__inner {
  max-width: 56rem;
}
.mc-cat-dest__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.25rem);
}
.mc-cat-dest__overline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.15rem;
}
.mc-cat-dest__flag {
  display: inline-flex;
  line-height: 0;
}
.mc-cat-dest__flag .neo-flag-es,
.mc-cat-dest__flag .neo-flag-it {
  width: 1.05rem;
  height: 0.7rem;
}
.mc-cat-dest__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3.2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--charcoal);
  margin: 0.35rem 0 0;
}
.mc-cat-dest__lede {
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--mc-muted);
}
.mc-cat-dest__lede a {
  color: var(--mc-accent-warm);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mc-cat-dest__lede a:hover {
  color: var(--mc-ink);
}
.mc-cat-dest__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}
@media (max-width: 640px) {
  .mc-cat-dest__grid {
    grid-template-columns: 1fr;
  }
}
.mc-cat-dest__card {
  background: var(--mc-bg);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-catalog-card-radius);
  padding: 1.2rem 1.3rem 1.25rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}
.mc-cat-dest__card-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  background: rgba(107, 94, 77, 0.11);
  color: var(--mc-accent-warm);
  font-size: 0.95rem;
}
.mc-cat-dest__card h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
  color: var(--charcoal);
}
.mc-cat-dest__card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.58;
  color: var(--gray-700);
}
.mc-cat-dest__faq {
  border-top: 1px solid var(--mc-border);
  padding-top: clamp(1.5rem, 3vw, 2rem);
}
.mc-cat-dest__faq-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.1rem;
  color: var(--charcoal);
}
.mc-cat-dest__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}
@media (max-width: 720px) {
  .mc-cat-dest__faq-grid {
    grid-template-columns: 1fr;
  }
}
.mc-cat-dest__faq-item {
  margin: 0;
  padding: 1rem 1.1rem;
  background: var(--mc-bg);
  border: 1px solid var(--mc-border);
  border-radius: 12px;
}
.mc-cat-dest__faq-item dt {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mc-ink);
  margin: 0 0 0.35rem;
}
.mc-cat-dest__faq-item dd {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--gray-700);
}
.mc-cat-dest__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.35rem;
  margin: clamp(1.75rem, 3vw, 2.25rem) 0 0;
  padding-top: 0.25rem;
}
.mc-cat-dest__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.88rem;
}
.mc-cat-dest__cta-link {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--mc-accent-warm);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mc-cat-dest__cta-link:hover {
  color: var(--mc-ink);
}


/* Monaco society dates: .mc-events-digest in landing-city.css */

.mc-cat-hero {
  background: var(--mc-bg);
  padding: 1.35rem 0 1.15rem;
  border-bottom: 1px solid var(--mc-border);
}
.mc-cat-overline {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mc-muted);
  margin: 0 0 0.45rem;
}
.mc-cat-hero .mc-cat-overline {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #141416;
  opacity: 1;
  font-weight: 700;
}
.mc-cat-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0.85rem 0 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--charcoal);
}
.mc-cat-hero .mc-cat-trust {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #151618;
  font-weight: 700;
}
.mc-cat-hero .mc-cat-sub strong,
.mc-cat-hero .mc-cat-trust strong {
  color: #0a0a0a;
  font-weight: 700;
}
.mc-cat-hero .mc-cat-trust a {
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 700;
}
.mc-cat-hero .mc-cat-trust a:visited {
  color: #0a0a0a;
}
.mc-cat-hero .mc-cat-trust a:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.mc-cat-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.mc-cat-trust i {
  color: var(--mc-accent-warm);
}
.mc-cat-hero .mc-cat-trust i {
  color: #4a4238;
}
.mc-cat-crosslinks {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  color: var(--gray-700);
}
.mc-cat-crosslinks a {
  color: var(--charcoal);
  font-weight: 600;
}
.mc-cat-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.45rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.mc-cat-hero .mc-cat-sub {
  font-size: 1rem;
  color: #1a1a1c;
  margin: 0;
  max-width: 48rem;
  line-height: 1.62;
}
.mc-cat-hero .mc-cat-sub + .mc-cat-sub {
  margin-top: 0.75rem;
}
@media (min-width: 960px) {
  .mc-cat-hero .mc-cat-overline {
    font-size: 0.78rem;
    opacity: 1;
    color: #121214;
  }
  .mc-cat-hero .mc-cat-sub {
    font-size: 1.02rem;
    color: #1a1a1c;
  }
  .mc-cat-hero .mc-cat-trust {
    font-size: 0.9rem;
    color: #121214;
  }

  .mc-cat-hero__lines {
    padding: 1.75rem 2rem;
  }
}

.mc-cat-micro {
  font-size: 0.82rem;
  color: var(--gray-700);
  margin: 0.65rem 0 0;
  max-width: 40rem;
  line-height: 1.45;
}
.mc-cat-hero__lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 1.5rem 1.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.mc-cat-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  padding: 1.5rem 0 3.25rem;
  align-items: start;
}
@media (min-width: 960px) {
  .mc-cat-layout {
    grid-template-columns: 280px 1fr;
    gap: 1.75rem;
  }
}

/* Catalogo senza filtri: sidebar, CTA mobile e nota filtri nascosti; griglia a colonna unica. */
body.mc-cat-no-filters #mc-cat-aside,
body.mc-cat-no-filters #mc-cat-filter-dialog,
body.mc-cat-no-filters #mc-cat-filters {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.mc-cat-no-filters .mc-cat-filter-btn-mobile,
body.mc-cat-no-filters .mc-cat-toolbar,
body.mc-cat-no-filters #mc-cat-filter-toggle {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.mc-cat-no-filters .mc-cat-fleet-main .mc-cat-topbar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.mc-cat-no-filters .mc-cat-toolbar-count {
  display: none !important;
}
@media (min-width: 960px) {
  body.mc-cat-no-filters .mc-cat-layout {
    grid-template-columns: 1fr;
  }
}

.mc-cat-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.mc-cat-toolbar-count {
  margin: 0;
  font-size: 0.88rem;
  color: var(--gray-700);
}
@media (min-width: 960px) {
  .mc-cat-filter-btn-mobile {
    display: none;
  }
}

body.mc-cat-catalog.mc-cat-filters-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

.mc-cat-filter-dialog {
  min-height: 0;
}
.mc-cat-filter-dialog__header {
  display: none;
}
.mc-cat-filter-dialog__title {
  margin: 0;
}
.mc-cat-filter-dialog__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--mc-ink);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.mc-cat-filter-dialog__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mc-cat-filter-dialog__close:active {
  transform: scale(0.94);
}
.mc-cat-filter-dialog__close:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

.mc-cat-aside {
  background: var(--mc-panel);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-catalog-card-radius);
  padding: 1.1rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 1px 2px rgba(18, 16, 14, 0.04),
    0 18px 48px -14px rgba(12, 10, 8, 0.12);
}
@media (max-width: 959px) {
  .mc-cat-aside:not(.is-open) {
    display: none;
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 920;
    align-items: center;
    justify-content: center;
    padding: max(0.65rem, env(safe-area-inset-top)) max(0.65rem, env(safe-area-inset-right))
      max(0.65rem, env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: rgba(14, 14, 18, 0.42);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal.is-open .mc-cat-filter-dialog {
    display: flex;
    flex-direction: column;
    width: min(26.5rem, calc(100vw - 1.35rem));
    max-height: min(88vh, 720px);
    max-height: min(88dvh, 720px);
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
      0 4px 8px rgba(0, 0, 0, 0.04),
      0 24px 64px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal.is-open .mc-cat-filter-dialog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-shrink: 0;
    padding: 1.05rem 1.1rem 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, #fafafa 0%, #fff 55%);
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal.is-open .mc-cat-filter-dialog__title {
    font-family: var(--font-serif, "Cormorant Garamond", Georgia, serif);
    font-size: 1.22rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--mc-ink);
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal.is-open #mc-cat-filters {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem 1.15rem 1.15rem;
  }
}
@media (min-width: 960px) {
  .mc-cat-aside {
    position: sticky;
    top: calc(var(--site-header-offset, 132px) + 8px);
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal .mc-cat-filter-dialog {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: calc(100vh - var(--site-header-offset, 136px) - 2rem);
  }
  .mc-cat-aside.mc-cat-aside--fleet-modal #mc-cat-filters {
    flex: 1;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
  }
}

.mc-cat-aside h2 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mc-muted);
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.mc-cat-aside h2:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--mc-border);
}

.mc-cat-field {
  margin-bottom: 0.65rem;
}
.mc-cat-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}
.mc-cat-field select,
.mc-cat-field input[type="number"] {
  width: 100%;
  font-size: 0.85rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid var(--mc-border-strong);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mc-ink);
}

@media (max-width: 767px) {
  .mc-cat-field select,
  .mc-cat-field input[type="number"] {
    font-size: 16px;
  }
}
.mc-cat-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.mc-cat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.mc-cat-actions button {
  flex: 1;
  min-width: 6rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 980px;
  cursor: pointer;
  border: 1px solid var(--mc-border-strong);
  background: #ffffff;
  color: var(--mc-ink);
}
.mc-cat-actions .mc-cat-btn-primary {
  background: var(--mc-cta-bg);
  border-color: var(--mc-cta-bg);
  color: var(--mc-cta-text);
}
.mc-cat-actions .mc-cat-btn-primary:hover {
  background: var(--mc-cta-bg-hover);
  border-color: var(--mc-cta-bg-hover);
  color: var(--mc-cta-text);
}

.mc-cat-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  color: var(--gray-700);
}

.mc-cat-noscript {
  font-size: 0.85rem;
  color: var(--mc-muted);
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.75rem;
  background: #ffffff;
  border: 1px solid var(--mc-border);
  border-radius: 10px;
}
.mc-cat-card--hidden {
  display: none !important;
}

.mc-cat-fleet-main {
  min-width: 0;
}
.mc-cat-fleet-groups {
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
}
.fleet-page-h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--charcoal);
  margin: 0 0 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.028em;
}
.fleet-page-lede {
  font-size: 0.92rem;
  color: #3a3835;
  line-height: 1.58;
  margin: 0 0 1.25rem;
  max-width: 52rem;
}
.fleet-brand-group {
  scroll-margin-top: calc(var(--site-header-offset, 132px) + 12px);
}
.fleet-brand-group--empty {
  display: none !important;
}
.fleet-brand-group__title {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.35vw, 2.15rem);
  font-weight: 600;
  color: var(--mc-ink);
  margin: 0 0 0.9rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(201, 160, 61, 0.38);
  letter-spacing: -0.018em;
  line-height: 1.12;
}
.fleet-brand-grid {
  margin-top: 0;
}

.mc-cat-card--rich .mc-cat-card__body {
  padding: 0.75rem 0.85rem 1rem;
}
.mc-cat-card__lede {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--gray-700);
  margin: 0 0 0.65rem;
}
.mc-cat-card__facts {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--gray-700);
}
.mc-cat-card__facts li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid var(--mc-border);
}
.mc-cat-card__facts li:last-child {
  border-bottom: 0;
}
.mc-cat-card__facts li span {
  font-weight: 700;
  color: var(--charcoal);
  min-width: 4.5rem;
}

.mc-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.mc-cat-card.mc-cat-card--conversion {
  cursor: pointer;
}

.mc-cat-card {
  background: var(--mc-panel);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-catalog-card-radius);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 1px 2px rgba(18, 16, 14, 0.035);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
@media (hover: hover) and (pointer: fine) {
  .mc-cat-card:hover {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 10px 36px rgba(12, 10, 8, 0.12),
      0 2px 6px rgba(12, 10, 8, 0.06);
    transform: translateY(-3px);
  }
}
.mc-cat-card a {
  text-decoration: none;
}
.mc-cat-card a:not(.btn) {
  color: inherit;
}
.mc-cat-card a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mc-cat-card__img {
  aspect-ratio: 16 / 10;
  background: #f5f5f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  box-sizing: border-box;
}
.mc-cat-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.mc-cat-card__body {
  padding: 0.65rem 0.75rem 0.85rem;
}
.mc-cat-card__title {
  font-size: clamp(1.1rem, 0.55vw + 1rem, 1.32rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
  color: var(--mc-ink);
}
.mc-cat-card__price {
  font-size: 0.8rem;
  color: var(--mc-ink);
  font-weight: 700;
}
.mc-cat-card__price span {
  color: var(--gray-700);
  font-weight: 500;
  font-size: 0.72rem;
}

.mc-cat-card--conversion .mc-cat-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.95rem;
}
.mc-cat-card__meta {
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--gray-700);
  margin: 0;
}
.mc-cat-card__cta {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 0.35rem;
  font-size: 0.88rem !important;
  padding: 0.72rem 1rem !important;
  min-height: 46px;
  text-align: center;
  border-radius: 980px;
  font-weight: 700 !important;
}

/* CTA “Check availability” sulle card fleet — nero premium */
.mc-cat-card .mc-cat-card__cta.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(165deg, #2a2a2c 0%, #141416 55%, #0a0a0a 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.22);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.mc-cat-card .mc-cat-card__cta.btn-primary::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.82em;
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.92;
  transition: transform 0.2s ease;
}

.mc-cat-card .mc-cat-card__cta.btn-primary .fa-arrow-right {
  font-size: 0.82em;
  opacity: 0.92;
  transition: transform 0.2s ease;
}

body.mc-cat-catalog .mc-cat-card .mc-cat-card__cta.btn-primary:hover {
  background: linear-gradient(165deg, #3a3a3c 0%, #222224 50%, #141416 100%);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 4px 16px rgba(0, 0, 0, 0.28);
}

body.mc-cat-catalog .mc-cat-card .mc-cat-card__cta.btn-primary:hover::after,
body.mc-cat-catalog .mc-cat-card .mc-cat-card__cta.btn-primary:hover .fa-arrow-right {
  transform: translateX(3px);
}

body.mc-cat-catalog .mc-cat-card .mc-cat-card__cta.btn-primary:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 3px;
}

@media (max-width: 959px) {
  .mc-cat-card--conversion {
    display: flex;
    flex-direction: column;
  }

  .mc-cat-card--conversion .mc-cat-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .mc-cat-card--conversion .mc-cat-card__cta {
    margin-top: auto;
    min-height: 48px;
    position: sticky;
    bottom: 0;
    z-index: 2;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mc-cat-card--conversion:hover {
    transform: translateY(-3px);
  }
}

.mc-cat-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--gray-700);
  background: var(--mc-panel);
  border: 1px dashed var(--mc-border);
  border-radius: 4px;
}

.mc-cat-seo {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2.5rem var(--space-md) 3rem;
  border-top: 1px solid var(--mc-border);
  background: var(--mc-panel);
}
.mc-cat-seo h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  color: var(--charcoal);
}
.mc-cat-seo h2:first-child {
  margin-top: 0;
}
.mc-cat-seo p,
.mc-cat-seo li {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--gray-700);
}
.mc-cat-seo ul {
  margin: 0.5rem 0 0 1.1rem;
}
.mc-cat-seo__related {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--mc-border);
  font-size: 0.88rem;
}
.mc-cat-seo__related a {
  color: var(--charcoal);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.mc-cat-brands {
  text-align: center;
  padding: 2rem var(--space-md);
  background: var(--mc-bar);
  color: #bbb;
  font-size: 0.75rem;
}
.mc-cat-brands strong {
  display: block;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Banda marche sopra il footer: solo nascosta in pagina, markup resta (SEO / fonte) */
body.mc-cat-catalog .mc-cat-brands {
  display: none !important;
}

.mc-cat-disclaimer {
  font-size: 0.72rem;
  color: var(--mc-muted);
  margin-top: 0.75rem;
  line-height: 1.4;
}

/* -------------------------------------------------------------------------- */
/* Mobile-first catalog UX (horizontal “shelf” per marque, app-like cards)    */
/* -------------------------------------------------------------------------- */

#mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev,
#mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next {
  display: none;
}

@media (max-width: 959px) {
  #fleet .container {
    padding-left: max(var(--space-md), env(safe-area-inset-left));
    padding-right: max(var(--space-md), env(safe-area-inset-right));
  }

  .mc-cat-hero .container {
    padding-left: max(var(--space-md), env(safe-area-inset-left));
    padding-right: max(var(--space-md), env(safe-area-inset-right));
  }

  .mc-cat-layout {
    padding: 1rem 0 2.75rem;
    gap: 1rem;
  }

  .mc-cat-hero {
    padding: 1rem 0 0.85rem;
  }

  .mc-cat-fleet-groups {
    gap: var(--mc-catalog-row-gap);
  }

  .fleet-page-h2 {
    font-size: 1.25rem;
  }

  .fleet-page-lede {
    font-size: 0.86rem;
    margin-bottom: 1rem;
  }

  .fleet-brand-group__title {
    font-size: clamp(1.22rem, 4.2vw, 1.62rem);
    letter-spacing: -0.012em;
    text-transform: none;
    margin-bottom: 0.65rem;
    padding-bottom: 0.4rem;
    border-bottom-width: 2px;
    line-height: 1.14;
  }

  /* Shelf: discreet scroll hint — small, on the photo row, low visual weight */
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-group {
    position: relative;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-group--empty .fleet-brand-scroll-prev,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-group--empty .fleet-brand-scroll-next {
    display: none;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* Below marque title (~3.2rem) + half of 4:3 image band (card ≈ min(86vw, 304px)) */
    top: calc(3.2rem + min(32.25vw, 114px));
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    z-index: 3;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0.85;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.78);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.2s ease, transform 0.15s ease;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev {
    left: max(0.45rem, env(safe-area-inset-left, 0px));
    right: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E6E73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 8l-4 4 4 4'/%3E%3C/svg%3E");
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev.fleet-brand-scroll-prev--hidden,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev.fleet-brand-scroll-prev--hidden:hover,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev.fleet-brand-scroll-prev--hidden:active {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next {
    right: max(0.45rem, env(safe-area-inset-right, 0px));
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E6E73' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 8l4 4-4 4'/%3E%3C/svg%3E");
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev:hover,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next:hover {
    opacity: 1;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev:active,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next:active {
    transform: translateY(-50%) scale(0.94);
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev:focus-visible,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next:focus-visible {
    outline: 2px solid var(--mc-accent-warm, #c9a227);
    outline-offset: 2px;
  }

  @media (prefers-reduced-transparency: reduce) {
    #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev,
    #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      background-color: rgba(255, 255, 255, 0.92);
    }
  }

  .mc-cat-fleet-main {
    padding-bottom: calc(3.65rem + env(safe-area-inset-bottom, 0px));
  }

  .mc-cat-fleet-main .mc-cat-topbar {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    padding: 0.55rem max(0.75rem, env(safe-area-inset-right, 0px)) calc(0.55rem + env(safe-area-inset-bottom, 0px))
      max(0.75rem, env(safe-area-inset-left, 0px));
    background: rgba(255, 255, 255, 0.92);
    background: color-mix(in srgb, #ffffff 92%, var(--mc-bg));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px 14px 0 0;
    border: 1px solid color-mix(in srgb, var(--mc-border) 65%, transparent);
    border-bottom: none;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  }

  /* Overlay barra filtri / conta: sopra il blocco flex mobile deve restare nascosta se filtri off */
  body.mc-cat-no-filters .mc-cat-fleet-main .mc-cat-topbar {
    display: none !important;
  }

  /* Con filtri disattivati: niente spazio riservato alla barra fissa in basso */
  body.mc-cat-no-filters .mc-cat-fleet-main {
    padding-bottom: 0 !important;
  }

  .mc-cat-toolbar-count {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--charcoal);
  }

  .mc-cat-toolbar {
    display: none;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.7rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0.15rem 0 0.85rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: max(var(--space-md), env(safe-area-inset-left));
    padding-right: max(var(--space-md), env(safe-area-inset-right));
    scroll-padding-inline: max(var(--space-md), env(safe-area-inset-left));
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--mc-muted) 55%, transparent) transparent;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid::-webkit-scrollbar {
    height: 5px;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--mc-muted) 50%, transparent);
    border-radius: 99px;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid > .mc-cat-card {
    flex: 0 0 min(86vw, 304px);
    max-width: min(86vw, 304px);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    border-radius: var(--mc-catalog-card-radius);
    border: 1px solid var(--mc-border-strong);
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.04),
      0 10px 28px rgba(0, 0, 0, 0.06);
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid > .mc-cat-card:active {
    transform: scale(0.985);
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.05),
      0 6px 16px rgba(0, 0, 0, 0.06);
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card__img {
    aspect-ratio: 4 / 3;
    border-radius: calc(var(--mc-catalog-card-radius) - 2px) calc(var(--mc-catalog-card-radius) - 2px) 0 0;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card--conversion {
    display: flex;
    flex-direction: column;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card--rich .mc-cat-card__body {
    padding: 0.65rem 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card__cta {
    font-size: 0.86rem !important;
    padding: 0.75rem 0.85rem !important;
    min-height: 48px;
    border-radius: 10px;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    z-index: 2;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 2px 10px rgba(0, 0, 0, 0.22),
      0 -6px 16px rgba(255, 255, 255, 0.85);
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card__title {
    font-size: clamp(1.05rem, 0.45vw + 0.95rem, 1.22rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card--rich .mc-cat-card__lede {
    font-size: 0.76rem;
    line-height: 1.42;
    margin-bottom: 0.45rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card--rich .mc-cat-card__facts {
    display: none;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card__meta {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: 0.45rem;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .mc-cat-card__meta::first-line {
    color: var(--mc-ink);
  }

  .mc-cat-filter-btn-mobile {
    min-height: 44px;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    color: var(--mc-ink) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  body.mc-cat-catalog .mc-cat-filter-btn-mobile:hover {
    background: rgba(255, 255, 255, 0.94) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
  }
}

@media (min-width: 960px) {
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-prev,
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-scroll-next {
    display: none;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.1rem;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    scroll-snap-type: none;
    padding-left: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: auto;
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid > .mc-cat-card {
    flex: initial;
    max-width: none;
    scroll-snap-align: unset;
  }
}

@media (hover: hover) and (pointer: fine) {
  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid > .mc-cat-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 4px 8px rgba(0, 0, 0, 0.05),
      0 18px 36px rgba(0, 0, 0, 0.1);
  }

  #mc-cat-fleet-groups[data-mc-fleet="static"] .fleet-brand-grid > .mc-cat-card:active {
    transform: translateY(-1px);
  }
}

/* -------------------------------------------------------------------------- */
/* Masthead catalogo — paradigma editoriale: foglio continuo, no fascia nera */
/* meta come riga tipografica; brand serif; CTA essenziali                     */
/* -------------------------------------------------------------------------- */

body.mc-cat-catalog .site-header {
  background: var(--mc-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.mc-cat-catalog .header-global-strip {
  background: transparent;
  color: var(--mc-muted);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.85rem 0 0.55rem;
  line-height: 1.55;
  border-bottom: none;
}

body.mc-cat-catalog .header-global-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.35rem 1.35rem;
  row-gap: 0.45rem;
  text-align: center;
  padding-left: max(0px, env(safe-area-inset-left));
  padding-right: max(0px, env(safe-area-inset-right));
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

body.mc-cat-catalog .header-global-inner::-webkit-scrollbar {
  display: none;
}

body.mc-cat-catalog .header-global-inner > span:not(.header-lang) {
  color: var(--mc-muted);
}

body.mc-cat-catalog .header-global-sep {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.12);
  opacity: 1;
  font-weight: 300;
  margin: 0 0.05rem;
}

body.mc-cat-catalog .header-lang {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.5rem;
  width: auto;
  margin-left: 0;
  flex-shrink: 0;
}

body.mc-cat-catalog .header-lang__sep {
  color: rgba(0, 0, 0, 0.22);
}

body.mc-cat-catalog .header-lang__link {
  padding: 0.12rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.72);
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

body.mc-cat-catalog .header-lang__link:hover {
  color: var(--mc-ink);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.28);
}

body.mc-cat-catalog .header-lang__link.is-current {
  color: var(--mc-ink);
  background: transparent;
  border-color: var(--mc-ink);
}

body.mc-cat-catalog .site-header > .container {
  border-top: 1px solid rgba(0, 0, 0, 0.055);
}

body.mc-cat-catalog .navbar.monaco-short-nav {
  padding: 1.35rem 0 1.55rem;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

body.mc-cat-catalog .logo-block {
  min-width: 0;
}

body.mc-cat-catalog .logo-context {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mc-muted);
}

body.mc-cat-catalog .logo {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.45rem, 4vw, 1.95rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--mc-ink);
}

body.mc-cat-catalog .monaco-short-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.mc-cat-catalog .monaco-short-nav__actions .btn {
  padding: 0.48rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

body.mc-cat-catalog .monaco-short-nav__actions .btn-primary {
  border-radius: 999px;
  min-height: 2.45rem;
  padding-inline: 1.35rem;
}

body.mc-cat-catalog .monaco-short-nav__actions .btn-secondary {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--mc-ink);
  border-radius: 999px;
  min-height: 2.45rem;
}

body.mc-cat-catalog .monaco-short-nav__actions .btn-secondary:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.28);
}

@media (min-width: 880px) {
  body.mc-cat-catalog .header-global-inner {
    justify-content: space-between;
    text-align: left;
  }

  body.mc-cat-catalog .header-lang {
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  body.mc-cat-catalog {
    --site-header-offset: 128px;
  }

  body.mc-cat-catalog .navbar.monaco-short-nav {
    padding: 1.1rem 0 1.25rem;
    gap: 1rem;
  }
}

@media (max-width: 680px) {
  body.mc-cat-catalog {
    --site-header-offset: 124px;
  }

  body.mc-cat-catalog .header-global-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.35rem 0.85rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-align: left;
  }

  body.mc-cat-catalog .header-lang {
    margin-left: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  body.mc-cat-catalog .navbar.monaco-short-nav {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  body.mc-cat-catalog .monaco-short-nav__actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  body.mc-cat-catalog .header-lang {
    width: auto;
    order: 0;
  }

  body.mc-cat-catalog .monaco-short-nav__actions .btn {
    padding: 0.42rem 0.95rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 420px) {
  body.mc-cat-catalog {
    --site-header-offset: 132px;
  }
}

/* -------------------------------------------------------------------------- */
/* On-page availability (#request) — Monaco catalog                          */
/* -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Step-1 availability dialog (#request) — popup, not in-page scroll */
#request.mc-request-modal.quote-modal {
  z-index: 10045;
}

#request.mc-request-modal .quote-modal__panel.mc-request-modal__panel {
  width: 100%;
  max-width: min(28rem, calc(100vw - 2rem));
  /* Datalist for #hq-model sits above .mc-request-modal__scroll so the dropdown is not clipped */
  max-height: none;
  overflow: visible;
  padding: var(--space-md) var(--space-lg);
}

@media (max-width: 767px) {
  #request.mc-request-modal .quote-modal__panel.mc-request-modal__panel {
    padding: 0.5rem 0.6rem;
  }

  #request.mc-request-modal .mc-request-modal__body {
    max-height: 94vh;
    padding-top: 0;
  }

  #request .mc-request-checkout {
    border-radius: 10px;
  }

  #request .mc-request-checkout__head {
    padding: 0.6rem 0.85rem 0.5rem;
  }

  #request .mc-request-checkout__title {
    font-size: 1.02rem;
    margin: 0 0 0.15rem;
    letter-spacing: -0.005em;
  }

  #request .mc-request-checkout__lede {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  #request .mc-request-panel__pick {
    padding: 0.4rem 0.85rem 0;
  }

  #request .mc-request-pick--empty {
    padding: 0.4rem 0.6rem;
    margin: 0;
  }

  #request .mc-request-pick--empty .mc-request-pick__lede {
    font-size: 0.72rem;
    margin: 0;
    line-height: 1.35;
  }

  #request .mc-request-pick--empty .mc-request-pick__hint {
    display: none;
  }

  #request .mc-request-panel__form {
    padding: 0.25rem 0.85rem 0.65rem;
  }

  .mc-request-modal .hero-quick-form__label {
    font-size: 0.58rem;
    margin-bottom: 0.4rem;
  }

  .mc-request-modal .hero-quick-form__fields {
    gap: 0.38rem;
  }

  .mc-request-modal fieldset.hero-quick-form__row {
    gap: 0.4rem;
  }

  .mc-request-modal .hero-quick-form__field input,
  .mc-request-modal .hero-quick-form__textarea,
  .mc-request-modal .mc-dp__trigger {
    height: 2.25rem;
    min-height: 2.25rem;
    font-size: 16px;
    padding: 0.4rem 0.55rem;
  }

  .mc-request-modal .hero-quick-form__textarea {
    height: auto;
    min-height: 2.6rem;
  }

  .mc-request-modal .hero-quick-form__field label {
    font-size: 0.62rem;
  }

  .mc-request-modal .hero-quick-form__hint {
    font-size: 0.6rem;
    line-height: 1.3;
  }

  .mc-request-modal .mc-request-optional-note__summary {
    font-size: 0.7rem;
    padding: 0.25rem 0;
  }

  .mc-request-modal .mc-request-optional-note__micro {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .mc-request-modal .privacy-row {
    gap: 0.4rem;
  }

  .mc-request-modal .privacy-row label {
    font-size: 0.66rem;
    line-height: 1.3;
  }

  .mc-request-modal .hero-quick-form__btn {
    padding: 0.6rem 0.9rem;
    font-size: 0.88rem;
    position: sticky;
    bottom: 0;
    z-index: 3;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
  }

  .mc-request-modal .hero-quick-form__note {
    font-size: 0.6rem;
    margin-top: 0.3rem;
    line-height: 1.4;
  }

  .mc-request-modal .mc-request-form-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-top: 0.35rem;
    padding-top: 0.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #fff 35%);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  }
}

#request .req-optional-details {
  border: 1px dashed rgba(201, 169, 110, 0.4);
  border-radius: 0.35rem;
  margin: 0.05rem 0 0;
}

#request .req-optional-details > summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  color: #86683a;
  padding: 0.38rem 0.5rem;
  font-family: Inter, system-ui, sans-serif;
}

#request .req-optional-details > summary::-webkit-details-marker {
  display: none;
}

#request .req-optional-details__inner {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  padding: 0 0.5rem 0.5rem;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}

.mc-request-form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.mc-request-wa-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  cursor: pointer;
  font-family: Inter, system-ui, sans-serif;
  box-sizing: border-box;
  transition: background 0.15s;
}

.mc-request-wa-row:hover {
  background: #1ebe57;
}

.mc-request-wa-row__icon {
  font-size: 1.1rem;
}

.mc-request-wa-row__arrow {
  font-size: 0.8rem;
}

/* Brief wait overlay before the request modal opens */
.mc-request-open-wait {
  --mc-open-wait-ms: 2000ms;
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(20, 19, 18, 0.48);
  backdrop-filter: blur(8px);
}

.mc-request-open-wait[hidden] {
  display: none !important;
}

body.mc-request-open-wait-active {
  overflow: hidden;
}

.mc-request-open-wait__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  min-width: min(18rem, calc(100vw - 2.5rem));
  padding: 1.65rem 1.75rem 1.5rem;
  border-radius: 1.15rem;
  background: linear-gradient(165deg, var(--paper, #fff) 0%, var(--cream, #faf8f4) 100%);
  border: 1px solid var(--border, #e8e2d8);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 52px rgba(17, 17, 17, 0.18);
  text-align: center;
}

.mc-request-open-wait__flag {
  display: inline-flex;
  line-height: 0;
}

.mc-request-open-wait__flag svg {
  width: 1.35rem;
  height: auto;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.mc-request-open-wait__brand {
  margin: 0;
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.15rem, 4.2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--luxury-black, #111111);
  line-height: 1.15;
}

.mc-request-open-wait__brand-tld {
  color: var(--muted, #6f6a63);
  font-weight: 500;
}

.mc-request-open-wait__progress {
  display: block;
  width: 4.5rem;
  height: 2px;
  border-radius: 999px;
  background: var(--border, #e8e2d8);
  overflow: hidden;
}

.mc-request-open-wait__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--whatsapp-main, #128c7e) 0%, var(--whatsapp-light, #25d366) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  animation: mc-request-open-wait-progress var(--mc-open-wait-ms, 2000ms) ease forwards;
}

@keyframes mc-request-open-wait-progress {
  to {
    transform: scaleX(1);
  }
}

/* WhatsApp-only conversion modal — car + price + luxury CTA */
.mc-request-modal--wa-direct {
  --luxury-black: #111111;
  --soft-black: #1a1a1a;
  --whatsapp-dark: #075e54;
  --whatsapp-main: #128c7e;
  --whatsapp-light: #25d366;
  --monaco-red: #ce1126;
  --paper: #ffffff;
  --cream: #faf8f4;
  --border: #e8e2d8;
  --muted: #6f6a63;
}

.mc-request-modal--wa-direct .hero-quick-form__fields,
.mc-request-modal--wa-direct .hero-quick-form__note,
.mc-request-modal--wa-direct button[type="submit"].hero-quick-form__btn {
  display: none !important;
}

.mc-request-modal--wa-direct.mc-request-modal--contact-flow .hero-quick-form__fields,
.mc-request-modal--wa-direct.mc-request-modal--contact-flow .hero-quick-form__note {
  display: block !important;
}

.mc-request-modal--wa-direct.mc-request-modal--contact-flow button[type="submit"].hero-quick-form__btn {
  display: flex !important;
}

.mc-request-modal--wa-direct.mc-request-modal--contact-flow .mc-request-wa-row,
.mc-request-modal--wa-direct.mc-request-modal--contact-flow .mc-request-wa-footnote,
.mc-request-modal--wa-direct.mc-request-modal--contact-flow .mc-request-callback-trigger {
  display: none !important;
}

.mc-request-modal--wa-direct.mc-request-modal--contact-flow .mc-request-form-actions {
  position: static;
  border-top: 0;
  padding-top: 0;
  background: transparent;
}

.mc-request-modal--wa-direct .mc-request-panel__form {
  padding-top: 0;
}

.mc-request-modal--wa-direct .mc-request-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 3;
  margin-top: 0.65rem;
  padding: 0.75rem 0 0.25rem;
  background: var(--paper, #fff);
  border-top: 1px solid var(--border, #e8e2d8);
}

.mc-request-modal--wa-direct #mc-request-pick-filled .mc-request-pick__desk {
  display: none;
}

.mc-request-modal--wa-direct .mc-request-pick__lead {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--muted, #6f6a63);
}

.mc-request-modal--wa-direct #mc-request-pick-filled .mc-request-pick__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
  color: var(--luxury-black, #111111);
}

.mc-request-modal--wa-direct #mc-request-pick-filled .mc-request-pick__meta {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0.2rem;
  letter-spacing: 0.01em;
}

.mc-request-modal--wa-direct .mc-request-wa-row--primary.whatsapp-cta,
.mc-request-modal--wa-direct .whatsapp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.1rem;
  padding: 0.8rem 1rem;
  background: #20bd5a;
  color: var(--paper, #fff);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: none;
  text-decoration: none;
  transition: background 0.15s ease;
}

.mc-request-modal--wa-direct .mc-request-wa-row--primary.whatsapp-cta:hover,
.mc-request-modal--wa-direct .whatsapp-cta:hover {
  background: #1daa52;
  transform: none;
  filter: none;
  box-shadow: none;
}

.mc-request-wa-row__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.mc-request-wa-row__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mc-request-modal--wa-direct .mc-request-wa-row__icon {
  font-size: 1.15rem;
  line-height: 1;
  color: #fff;
}

.mc-request-wa-row__title {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.mc-request-wa-row__sub {
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.3;
}

.mc-request-modal--wa-direct .mc-request-wa-row__arrow {
  flex-shrink: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

.mc-request-form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.mc-request-callback-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  margin: 0.55rem 0 0;
  padding: 0.62rem 0.9rem;
  border: none;
  border-radius: 12px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.mc-request-callback-trigger:hover,
.mc-request-callback-trigger:focus-visible {
  background: #333;
  outline: none;
}

.mc-request-callback-trigger__text {
  flex: 1 1 auto;
  min-width: 0;
}

.mc-request-callback-trigger__icon {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
}

.mc-request-callback {
  position: fixed;
  inset: 0;
  z-index: 10000020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
    max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
}

.mc-request-callback[hidden] {
  display: none !important;
}

.mc-request-callback__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mc-request-callback__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: min(92dvh, 640px);
  overflow: auto;
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  padding: 1.35rem 1.15rem 1.1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.mc-request-callback__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.mc-request-callback__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  text-align: center;
}

.mc-request-callback__lede {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.62);
  text-align: center;
}

.mc-request-callback__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
}

.mc-request-callback__field {
  margin-bottom: 0.85rem;
}

.mc-request-callback__combo {
  position: relative;
}

.mc-request-callback__search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 0.72rem 0.85rem;
  font-size: 16px;
  background: #fff;
}

.mc-request-callback__search:focus {
  outline: none;
  border-color: rgba(201, 169, 98, 0.65);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.18);
}

.mc-request-callback__country-list {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  max-height: 200px;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.mc-request-callback__country-list[hidden] {
  display: none;
}

.mc-request-callback__country-list li {
  padding: 0.55rem 0.85rem;
  font-size: 0.92rem;
  cursor: pointer;
}

.mc-request-callback__country-list li:hover,
.mc-request-callback__country-list li[aria-selected="true"] {
  background: rgba(201, 169, 98, 0.14);
}

.mc-callback-country-empty {
  cursor: default;
  color: rgba(0, 0, 0, 0.45);
}

.mc-request-callback__phone-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.mc-request-callback__dial {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #f5f5f5;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.mc-request-callback__phone {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 0.72rem 0.85rem;
  font-size: 16px;
}

.mc-request-callback__phone:focus {
  outline: none;
  border-color: rgba(201, 169, 98, 0.65);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.18);
}

.mc-request-callback__error {
  margin: 0 0 0.65rem;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  font-size: 0.82rem;
  color: #9b1c1c;
  background: rgba(155, 28, 28, 0.08);
  border: 1px solid rgba(155, 28, 28, 0.2);
}

.mc-request-callback__error[hidden],
.mc-request-callback__success[hidden] {
  display: none;
}

.mc-request-callback__success {
  margin: 0;
  padding: 1.25rem 0.85rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #0d5c2e;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.mc-request-callback.is-sent .mc-request-callback__panel {
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-request-callback.is-sent .mc-request-callback__close {
  opacity: 0.35;
  pointer-events: none;
}

.mc-request-callback__submit {
  display: block;
  width: 100%;
  min-height: 2.75rem;
  border: 0;
  border-radius: 12px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.mc-request-callback__submit:hover {
  background: #333;
}

body.mc-request-callback-open {
  overflow: hidden;
}

.mc-request-wa-footnote {
  margin: 0.55rem 0 0;
  font-size: 0.62rem;
  line-height: 1.45;
  color: var(--muted, #6f6a63);
  text-align: center;
}

@media (max-width: 420px) {
  .mc-request-modal--wa-direct .mc-request-wa-row--primary.whatsapp-cta,
  .mc-request-modal--wa-direct .whatsapp-cta {
    padding: 0.8rem 0.9rem;
  }
}

#request.mc-request-modal .mc-request-modal__body {
  padding-top: 0.25rem;
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  overscroll-behavior: contain;
}

/* One-column checkout card (#request step 1) */
#request .mc-request-checkout {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
  max-width: 26rem;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.1);
  border-radius: var(--mc-catalog-card-radius, 12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

#request .mc-request-model-row {
  flex-shrink: 0;
  padding: 0.65rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(26, 28, 30, 0.08);
  background: #fff;
}

#request .mc-request-model-row__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.25rem;
}

#request .mc-request-model-row input {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.88rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid rgba(26, 28, 30, 0.18);
  border-radius: 0.3rem;
  font-family: inherit;
}

#request .mc-request-model-row input:focus {
  outline: none;
  border-color: #c9a96e;
  box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.2);
}

#request .mc-request-modal__scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Popup sopra sticky CTA / WhatsApp in fondo al modal (mobile). */
#request .mc-dp__popup {
  z-index: 200;
}

#request .mc-request-checkout__head {
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(26, 28, 30, 0.08);
}

#request .mc-request-checkout__kicker {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray-700, #4b5563);
}

#request .mc-request-checkout__flag {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

#request .mc-request-checkout__flag svg,
#request .mc-request-pick__flag svg {
  width: 1.05rem;
  height: auto;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

#request .mc-request-checkout__flag .neo-flag-fr,
#request .mc-request-pick__flag .neo-flag-fr,
#request .mc-request-checkout__flag .neo-flag-it,
#request .mc-request-pick__flag .neo-flag-it {
  width: 1.2rem;
}

#request .mc-request-checkout__title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--mc-ink, #1a1c1e);
}

#request .mc-request-checkout__lede {
  font-size: 0.86rem;
  color: var(--gray-700);
  line-height: 1.45;
  margin: 0;
}

#request .mc-request-panel__pick {
  padding: 0.75rem 1rem 0;
}

#request .mc-request-panel__form {
  padding: 0 1rem 1rem;
}

#request .hero-quick-form__privacy {
  margin-top: 0.35rem;
}

#request .privacy-row label a {
  color: var(--mc-ink, #141312);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#request .privacy-row label a:hover {
  color: #000;
}

#request .mc-request-optional-note {
  margin: 0.35rem 0 0;
  padding: 0.5rem 0 0;
  border-top: 1px dashed rgba(26, 28, 30, 0.1);
}

#request .mc-request-optional-note > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.45rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mc-ink, #1a1c1e);
  letter-spacing: 0.02em;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  user-select: none;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 169, 110, 0.5);
  border-radius: 980px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

#request .mc-request-optional-note > summary:hover {
  background: rgba(201, 169, 110, 0.14);
  border-color: rgba(201, 169, 110, 0.72);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

#request .mc-request-optional-note[open] > summary {
  background: rgba(201, 169, 110, 0.2);
  border-color: rgba(201, 169, 110, 0.78);
}

#request .mc-request-optional-note > summary::after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.5;
  flex-shrink: 0;
  transition: opacity 0.15s ease;
}

#request .mc-request-optional-note[open] > summary::after {
  border-top: 0;
  border-bottom: 5px solid currentColor;
  margin-top: 1px;
}

#request .mc-request-optional-note > summary:hover::after {
  opacity: 0.75;
}

#request .mc-request-optional-note > summary::-webkit-details-marker {
  display: none;
}

#request .mc-request-optional-note > summary::marker {
  content: '';
}

#request .mc-request-optional-note > summary:focus-visible {
  outline: 2px solid rgba(201, 169, 110, 0.75);
  outline-offset: 2px;
  border-radius: 980px;
}

#request .mc-request-optional-note__inner {
  padding: 0.35rem 0 0.1rem;
}

#request .mc-request-optional-note__micro {
  font-size: 0.62rem;
  color: var(--gray-600);
  margin: 0 0 0.35rem;
  line-height: 1.4;
}

#request .mc-request-optional-note__textarea {
  min-height: 3.25rem;
  font-size: 0.82rem;
}

#request .mc-request-pick {
  border-radius: 8px;
  border: 1px solid var(--mc-border-strong, rgba(0, 0, 0, 0.1));
  background: #fafafa;
  padding: 0.75rem 0.85rem;
  box-shadow: none;
}

#request .mc-request-pick--empty .mc-request-pick__lede {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0 0 0.5rem;
}

#request .mc-request-pick--empty .mc-request-pick__hint {
  font-size: 0.78rem;
  line-height: 1.4;
}

#request .mc-request-pick--filled {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem 0.75rem;
  background: #fff;
}

/* display:flex above beats the UA [hidden] rule — honour hidden when clearing the car */
#request .mc-request-pick[hidden] {
  display: none !important;
}

#request .mc-request-pick__img {
  flex: 0 0 auto;
  width: 5.25rem;
  height: 3.5rem;
  aspect-ratio: unset;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f2;
  margin: 0;
}

#request .mc-request-pick__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#request .mc-request-pick__text {
  flex: 1 1 10rem;
  min-width: 0;
}

#request .mc-request-pick__desk {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gray-700, #4b5563);
}

#request .mc-request-pick--empty .mc-request-pick__desk {
  margin: 0 0 0.45rem;
}

#request .mc-request-pick__flag {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

#request .mc-request-pick__title {
  font-size: 0.95rem;
  margin: 0 0 0.2rem;
}

#request .mc-request-pick__meta {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.35;
}

#request .mc-request-pick__clear {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  padding: 0.18rem 0.45rem;
  font-size: 0.62rem;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 0.25rem;
}

.mc-request-panel__h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 600;
  margin: 0 0 0.45rem;
  color: var(--mc-ink, #1a1c1e);
}

.mc-request-panel__intro {
  font-size: 0.92rem;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 0 0 1rem;
  max-width: 36rem;
}

.mc-request-pick {
  border-radius: var(--mc-catalog-card-radius, 12px);
  border: 1px solid var(--mc-border-strong, rgba(0, 0, 0, 0.12));
  background: #fff;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.mc-request-pick--empty .mc-request-pick__lede {
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 0.65rem;
  color: var(--charcoal);
}

.mc-request-pick--empty .mc-request-pick__hint {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  color: var(--gray-600);
}

.mc-request-pick__img {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f2;
  margin-bottom: 0.65rem;
}

.mc-request-pick__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mc-request-pick__title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.25;
}

.mc-request-pick__meta {
  font-size: 0.82rem;
  color: var(--gray-700);
  margin: 0 0 0.85rem;
}

.mc-request-pick__clear {
  width: 100%;
  justify-content: center;
}

#request .mc-request-panel__alt {
  font-size: 0.7rem;
  color: var(--gray-600);
  margin: 0.65rem 0 0;
  text-align: center;
  line-height: 1.4;
}

.mc-request-panel__alt a {
  color: var(--charcoal);
  font-weight: 600;
}

.mc-request-checkout__legend {
  padding: 0;
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a8b6a;
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
}

.mc-request-modal__title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  font-weight: 500;
  margin-top: var(--space-xs, 0.35rem);
  line-height: 1.2;
}

.mc-request-modal__submit {
  justify-content: center;
  width: 100%;
  margin-top: var(--space-xs, 0.35rem);
}

#request.mc-request-modal .hero-quick-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.85rem 0 0;
  box-shadow: none;
  border-top: 1px solid rgba(26, 28, 30, 0.06);
  margin-top: 0.35rem;
}

.mc-request-modal .hero-quick-form {
  background: #fff;
  border: 1px solid rgba(201, 169, 110, 0.28);
  border-radius: 0.5rem;
  padding: 1rem 0.95rem 0.9rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.mc-request-modal .hero-quick-form__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a96e;
  display: block;
  margin-bottom: 0.65rem;
}

.mc-request-modal fieldset.hero-quick-form__row {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  min-width: 0;
}

@media (max-width: 380px) {
  .mc-request-modal fieldset.hero-quick-form__row {
    grid-template-columns: 1fr;
  }
}

.mc-request-modal .hero-quick-form__fields {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.mc-request-modal .hero-quick-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.mc-request-modal .hero-quick-form__field label {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--charcoal);
}

.mc-request-modal .hero-quick-form__optional {
  font-weight: 400;
  color: #888;
}

.mc-request-modal .hero-quick-form__field input,
.mc-request-modal .hero-quick-form__textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.88rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid rgba(26, 28, 30, 0.18);
  border-radius: 0.3rem;
  font-family: inherit;
}

.mc-request-modal .hero-quick-form__textarea {
  resize: vertical;
  min-height: 4.5rem;
  line-height: 1.45;
}

.mc-request-modal .hero-quick-form__field input:focus,
.mc-request-modal .hero-quick-form__textarea:focus {
  outline: none;
  border-color: #c9a96e;
  box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.2);
}

.mc-request-modal .hero-quick-form__field input:user-invalid {
  border-color: rgba(232, 150, 130, 0.75) !important;
  box-shadow: 0 0 0 2px rgba(232, 120, 100, 0.18);
}
.mc-request-modal .hero-quick-form__field input:user-valid:not(:placeholder-shown) {
  border-color: rgba(130, 195, 160, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(100, 180, 130, 0.14);
}

.mc-request-modal .hero-quick-form__hint {
  font-size: 0.62rem;
  color: var(--gray-600);
  line-height: 1.35;
  margin: 0;
}

.mc-request-modal .hero-quick-form__btn {
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.7rem 1rem;
  background: #c9a96e;
  color: #1a1c1e;
  border: none;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.mc-request-modal .hero-quick-form__btn:hover {
  opacity: 0.92;
}

.mc-request-modal .hero-quick-form__note {
  font-size: 0.65rem;
  color: var(--gray-700);
  text-align: center;
  margin-top: 0.4rem;
  line-height: 1.45;
}

/* ── Riviera page loader + hero / UI micro-motion ───────────────────────── */

.mc-page-loader {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 90% 70% at 75% 15%, rgba(218, 224, 232, 0.55) 0%, transparent 50%),
    radial-gradient(ellipse 70% 55% at 12% 85%, rgba(206, 210, 218, 0.35) 0%, transparent 48%),
    linear-gradient(158deg, #f4f3f1 0%, #e6eaf0 44%, #cdd5df 100%);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.55s;
}

.mc-page-loader--out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mc-page-loader__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(250, 251, 253, 0.42) 46%,
    rgba(214, 222, 232, 0.32) 52%,
    transparent 62%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: mcLoaderShine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.mc-page-loader__inner {
  position: relative;
  text-align: center;
  padding: 1.5rem 1.35rem 1.65rem;
  max-width: min(26rem, calc(100vw - 1.5rem));
  border-radius: 1.35rem;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(248, 249, 252, 0.4) 50%,
    rgba(240, 242, 246, 0.38) 100%
  );
  border: 1px solid rgba(168, 178, 192, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(201, 169, 110, 0.18) inset,
    0 10px 36px rgba(15, 23, 42, 0.05),
    0 4px 20px rgba(130, 140, 158, 0.12),
    0 0 28px rgba(201, 169, 110, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mc-page-loader__places {
  position: relative;
  height: clamp(2.6rem, 8vw, 3.4rem);
  margin: 0 auto 0.35rem;
}

.mc-page-loader__place {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-family: var(--font-serif, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.65rem, 5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #242629;
  opacity: 0;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.62),
    0 0 28px rgba(200, 208, 220, 0.25);
}

/* Primo messaggio: dominio (stringa lunga), resta leggibile su mobile */
.mc-page-loader__place--1 {
  font-size: clamp(0.72rem, 2.65vw, 1.38rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
  padding: 0 0.15rem;
  box-sizing: border-box;
}

.mc-page-loader__line {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.45);
}

.mc-page-loader__premium {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.85rem;
  margin-top: 0.4rem;
  padding: 0 0.5rem;
}

.mc-page-loader__flag-svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.92rem;
  border-radius: 0.45rem;
  overflow: hidden;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(200, 206, 216, 0.35) inset;
}

/* Spain (horizontal): site uses 9×6 viewBox */
.mc-page-loader__flag-svg--es {
  width: 2.05rem;
  height: 1.37rem;
  border-radius: 0.4rem;
}

.mc-page-loader__line--premium {
  text-align: center;
  text-transform: none;
  letter-spacing: 0.06em;
  font-size: clamp(0.68rem, 2.1vw, 0.78rem);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(48, 52, 60, 0.62);
  max-width: 17rem;
}

@media (prefers-reduced-motion: no-preference) {
  .mc-page-loader__place {
    animation: mcLoaderPlace 6s ease-in-out infinite;
  }

  .mc-page-loader__place--1 {
    animation-delay: 0s;
  }

  .mc-page-loader__place--2 {
    animation-delay: 2s;
  }

  .mc-page-loader__place--3 {
    animation-delay: 4s;
  }

  @keyframes mcLoaderPlace {
    0% {
      opacity: 0;
      transform: translateY(12px) scale(0.98);
    }
    10% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    30% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    40% {
      opacity: 0;
      transform: translateY(-10px) scale(0.99);
    }
    100% {
      opacity: 0;
      transform: translateY(-10px) scale(0.99);
    }
  }

  @keyframes mcLoaderShine {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: -100% 0;
    }
  }

  @media (hover: hover) and (pointer: fine) {
    body.mc-cat-catalog .mc-cat-trust span[role="listitem"] {
      transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
    }

    body.mc-cat-catalog .mc-cat-trust span[role="listitem"]:hover {
      transform: translateX(2px);
      color: var(--charcoal);
    }

    body.mc-cat-catalog .mc-cat-trust span[role="listitem"]:hover i {
      color: #8a7a62;
    }
  }

  body.mc-cat-catalog .mc-cat-card__img img {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @media (hover: hover) and (pointer: fine) {
    body.mc-cat-catalog .mc-cat-card:hover .mc-cat-card__img img {
      transform: scale(1.04);
    }
  }

  body.mc-cat-catalog .mc-cat-aside {
    transition: box-shadow 0.28s ease, border-color 0.28s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    body.mc-cat-catalog .mc-cat-aside:hover {
      box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
      border-color: rgba(0, 0, 0, 0.1);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-page-loader {
    transition: none !important;
  }

  .mc-page-loader__shine {
    animation: none;
  }

  .mc-page-loader__place {
    opacity: 1;
    position: static;
    display: block;
    margin-bottom: 0.25rem;
    animation: none !important;
  }

  .mc-page-loader__place--2,
  .mc-page-loader__place--3 {
    display: none;
  }
}
