/* Mag v2 — extrait maquette, scopé .mz-mag (menu/footer site conservés) */

.mz-mag {
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: var(--ink, #18201e);
  background: var(--paper, #fffefa);
  -webkit-font-smoothing: antialiased;
}
.mz-mag, .mz-mag * { box-sizing: border-box; }
.mz-mag a { color: inherit; text-decoration: none; }
.mz-mag img { display: block; max-width: 100%; height: auto; }
.mz-mag h1, .mz-mag h2, .mz-mag h3 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
}

:root{
  --ivory: #fbf8f3;
  --paper: #fffefa;
  --ink: #18201e;
  --muted: #66706b;
  --sage: #718a72;
  --sage-deep: #526c57;
  --sage-soft: #e8eee7;
  --coral: #ed705a;
  --coral-dark: #dc5e49;
  --peach: #f8e7dd;
  --sand: #eee3d3;
  --blue: #e5ecea;
  --line: #dce2da;
  --shadow: 0 24px 70px rgba(49, 57, 50, 0.12);
  --shadow-soft: 0 12px 35px rgba(49, 57, 50, 0.09);
}

.mz-mag .sr-only{
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mz-mag .button{
  align-items: center;
  background: var(--coral);
  border: 0;
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(237, 112, 90, 0.2);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-weight: 720;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.mz-mag .button:hover{
  background: var(--coral-dark);
  box-shadow: 0 13px 30px rgba(237, 112, 90, 0.28);
  transform: translateY(-2px);
}

.mz-mag .button-small{
  min-height: 50px;
  padding: 0 22px;
  white-space: nowrap;
}

.mz-mag .mag-page{
  background: var(--paper);
  min-height: 100vh;
  overflow: hidden;
}

.mz-mag .mag-container{
  margin-inline: auto;
  max-width: 1380px;
  padding-inline: 42px;
}

.mz-mag .mag-hero{
  background:
    radial-gradient(circle at 8% -10%, rgba(248, 231, 221, 0.98), transparent 32%),
    radial-gradient(circle at 94% 14%, rgba(232, 238, 231, 0.95), transparent 29%),
    var(--ivory);
  border-bottom: 1px solid rgba(113, 138, 114, 0.2);
  padding: 34px 0 34px;
}

.mz-mag .mag-breadcrumbs{
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.84rem;
  font-weight: 600;
  gap: 5px;
  margin-bottom: 42px;
}

.mz-mag .mag-breadcrumbs a:hover{
  color: var(--coral-dark);
}

.mz-mag .mag-hero-heading, .mz-mag .mag-section-heading{
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  justify-content: space-between;
}

.mz-mag .mag-eyebrow{
  align-items: center;
  color: var(--sage-deep);
  display: flex;
  font-size: 0.77rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.mz-mag .mag-eyebrow-light{
  color: #d8eadc;
}

.mz-mag .mag-hero-heading h1, .mz-mag .mag-section-heading h2, .mz-mag .mag-newsletter-card h2{
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  margin: 0;
}

.mz-mag .mag-hero-heading h1{
  font-size: clamp(3.6rem, 6vw, 6.65rem);
  line-height: 0.93;
  max-width: 920px;
}

.mz-mag .mag-hero-heading h1 em, .mz-mag .mag-section-heading h2 em{
  color: var(--coral);
  font-weight: 400;
}

.mz-mag .mag-hero-lead, .mz-mag .mag-section-heading > p{
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 7px;
}

.mz-mag .mag-category-bar{
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 48px;
}

.mz-mag .mag-category-scroll{
  align-items: center;
  display: flex;
  gap: 8px;
}

.mz-mag .mag-category-scroll button{
  background: rgba(255, 254, 250, 0.76);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.87rem;
  font-weight: 700;
  min-height: 43px;
  padding: 0 18px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.mz-mag .mag-category-scroll button:hover{
  border-color: var(--sage);
  color: var(--sage-deep);
  transform: translateY(-1px);
}

.mz-mag .mag-category-scroll button.is-active{
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: white;
}

.mz-mag .mag-search{
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 9px 26px rgba(49, 57, 50, 0.06);
  color: var(--muted);
  display: flex;
  flex: 0 0 310px;
  gap: 10px;
  min-height: 48px;
  padding: 0 15px;
}

.mz-mag .mag-search:focus-within{
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(113, 138, 114, 0.12);
}

.mz-mag .mag-search input{
  background: transparent;
  border: 0;
  color: var(--ink);
  min-width: 0;
  outline: none;
  width: 100%;
}

.mz-mag .mag-feature-section{
  padding: 78px 0 98px;
}

.mz-mag .mag-feature-section .mag-container{
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.72fr);
}

.mz-mag .mag-feature-card{
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  min-height: 530px;
  overflow: hidden;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.mz-mag .mag-feature-card:hover{
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.mz-mag .mag-feature-image{
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.mz-mag .mag-feature-image::after{
  background: linear-gradient(180deg, rgba(24, 32, 30, 0.03), rgba(24, 32, 30, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.mz-mag .mag-feature-image img{
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.mz-mag .mag-feature-card:hover .mag-feature-image img{
  transform: scale(1.025);
}

.mz-mag .mag-feature-badge, .mz-mag .mag-coming-badge{
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 254, 250, 0.91);
  border-radius: 999px;
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  left: 22px;
  letter-spacing: 0.06em;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  top: 22px;
  z-index: 2;
}

.mz-mag .mag-feature-copy{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.mz-mag .mag-category{
  color: var(--coral-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mz-mag .mag-feature-copy h2{
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3vw, 3.45rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 17px 0 19px;
}

.mz-mag .mag-feature-copy > p{
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 0;
}

.mz-mag .mag-meta{
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 17px;
}

.mz-mag .mag-meta span{
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.mz-mag .mag-feature-copy .mag-meta{
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 22px;
  width: 100%;
}

.mz-mag .mag-text-link, .mz-mag .mag-read-link{
  align-items: center;
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 780;
  gap: 8px;
}

.mz-mag .mag-text-link{
  margin-top: 24px;
}

.mz-mag .mag-text-link svg, .mz-mag .mag-read-link svg{
  transition: transform 180ms ease;
}

.mz-mag .mag-feature-card:hover .mag-text-link svg, .mz-mag .mag-latest-card:hover .mag-read-link svg, .mz-mag .mag-article-card:hover .mag-read-link svg{
  transform: translateX(4px);
}

.mz-mag .mag-latest{
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr 1fr;
}

.mz-mag .mag-section-label{
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 3px 0 2px;
  text-transform: uppercase;
}

.mz-mag .mag-latest-card{
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 19px;
  display: grid;
  gap: 19px;
  grid-template-columns: 145px minmax(0, 1fr);
  overflow: hidden;
  padding: 11px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.mz-mag .mag-latest-card:hover{
  background: white;
  border-color: rgba(113, 138, 114, 0.65);
  transform: translateY(-2px);
}

.mz-mag .mag-latest-card img{
  border-radius: 12px;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
  width: 100%;
}

.mz-mag .mag-latest-card > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 11px 9px 0;
}

.mz-mag .mag-latest-card h3{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 10px 0 16px;
}

.mz-mag .mag-video-section{
  background: var(--sage-deep);
  color: white;
  padding: 100px 0 108px;
  position: relative;
}

.mz-mag .mag-video-section::before{
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 20px 20px;
  content: "";
  height: 170px;
  opacity: 0.34;
  position: absolute;
  right: -25px;
  top: 0;
  width: 280px;
}

.mz-mag .mag-section-heading h2{
  font-size: clamp(2.75rem, 4.5vw, 4.85rem);
  line-height: 0.98;
}

.mz-mag .mag-video-heading > p{
  color: rgba(255, 255, 255, 0.72);
}

.mz-mag .mag-video-grid{
  display: grid;
  gap: 20px;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  margin-top: 54px;
}

.mz-mag .mag-video-card{
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(18, 29, 23, 0.22);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.mz-mag .mag-video-card::after{
  background: linear-gradient(180deg, rgba(11, 18, 14, 0.03) 18%, rgba(11, 18, 14, 0.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.mz-mag .mag-video-card img{
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
  width: 100%;
}

.mz-mag .mag-video-card:hover img{
  transform: scale(1.035);
}

.mz-mag .mag-coming-badge{
  color: var(--coral-dark);
}

.mz-mag .mag-play-button{
  align-items: center;
  background: rgba(255, 254, 250, 0.92);
  border-radius: 50%;
  color: var(--coral);
  display: flex;
  height: 62px;
  justify-content: center;
  left: 50%;
  padding-left: 3px;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 62px;
  z-index: 2;
}

.mz-mag .mag-video-overlay{
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.mz-mag .mag-video-overlay > span{
  color: #d8eadc;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mz-mag .mag-video-overlay h3{
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 10px 0 0;
}

.mz-mag .mag-video-overlay p{
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.83rem;
  line-height: 1.55;
  margin: 12px 0 0;
}

.mz-mag .mag-video-card:not(.is-large) .mag-video-overlay h3{
  font-size: 1.85rem;
}

.mz-mag .mag-articles-section{
  padding: 108px 0;
}

.mz-mag .mag-articles-section .mag-section-heading{
  margin-bottom: 52px;
}

.mz-mag .mag-article-grid{
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mz-mag .mag-article-card{
  background: white;
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: 0 8px 28px rgba(49, 57, 50, 0.06);
  min-width: 0;
  overflow: hidden;
  transition:
    box-shadow 200ms ease,
    transform 200ms ease;
}

.mz-mag .mag-article-card:hover{
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.mz-mag .mag-article-image{
  display: block;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.mz-mag .mag-article-image::after{
  background: linear-gradient(180deg, transparent 55%, rgba(24, 32, 30, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.mz-mag .mag-article-image img{
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  width: 100%;
}

.mz-mag .mag-article-card:hover .mag-article-image img{
  transform: scale(1.035);
}

.mz-mag .mag-article-image .mag-category{
  background: rgba(255, 254, 250, 0.93);
  border-radius: 999px;
  bottom: 17px;
  left: 17px;
  padding: 8px 12px;
  position: absolute;
  z-index: 2;
}

.mz-mag .mag-article-content{
  padding: 26px 28px 29px;
}

.mz-mag .mag-article-content .mag-meta{
  font-size: 0.74rem;
  justify-content: space-between;
}

.mz-mag .mag-article-content h3{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 17px 0 13px;
}

.mz-mag .mag-article-content h3 a:hover{
  color: var(--coral-dark);
}

.mz-mag .mag-article-content > p{
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.62;
  margin: 0 0 22px;
}

.mz-mag .mag-empty-state{
  align-items: center;
  background: var(--ivory);
  border: 1px dashed var(--line);
  border-radius: 20px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.mz-mag .mag-empty-state h3{
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.mz-mag .mag-empty-state button{
  background: transparent;
  border: 0;
  color: var(--coral-dark);
  cursor: pointer;
  font-weight: 750;
}

.mz-mag .mag-newsletter-section{
  background: var(--ivory);
  padding: 0 0 105px;
}

.mz-mag .mag-newsletter-card{
  align-items: center;
  background:
    radial-gradient(circle at 9% 17%, rgba(255, 255, 255, 0.12), transparent 25%),
    var(--ink);
  border-radius: 27px;
  color: white;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  overflow: hidden;
  padding: 62px 68px;
  position: relative;
}

.mz-mag .mag-newsletter-card::after{
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 330px;
  position: absolute;
  right: -105px;
  top: -115px;
  width: 330px;
}

.mz-mag .mag-newsletter-card h2{
  font-size: clamp(2.25rem, 3.6vw, 4rem);
  line-height: 1;
  max-width: 760px;
}

.mz-mag .mag-newsletter-card > div > p:last-child{
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
  margin: 19px 0 0;
}

.mz-mag .mag-newsletter-card form{
  align-items: stretch;
  display: grid;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 2;
}

.mz-mag .mag-newsletter-card form input{
  background: white;
  border: 0;
  border-radius: 11px;
  color: var(--ink);
  height: 56px;
  outline: none;
  padding: 0 17px;
  width: 100%;
}

.mz-mag .mag-newsletter-card form input:focus{
  box-shadow: 0 0 0 3px rgba(237, 112, 90, 0.35);
}

.mz-mag .mag-form-message{
  color: #d8eadc;
  font-size: 0.79rem;
  grid-column: 1 / -1;
  margin: 4px 0 0;
}

@media (max-width: 1180px)  {
.mz-mag .mag-feature-section .mag-container{
    grid-template-columns: 1fr;
  }
.mz-mag .mag-latest{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }
.mz-mag .mag-latest .mag-section-label{
    grid-column: 1 / -1;
  }
.mz-mag .mag-video-grid{
    grid-template-columns: 1fr 1fr;
  }
.mz-mag .mag-video-card.is-large{
    grid-column: 1 / -1;
  }
.mz-mag .mag-video-card{
    min-height: 390px;
  }
.mz-mag .mag-article-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.mz-mag .mag-newsletter-card{
    gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px)  {
.mz-mag .mag-container{
    padding-inline: 24px;
  }
.mz-mag .mag-hero-heading, .mz-mag .mag-section-heading{
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
  }
.mz-mag .mag-hero-heading h1{
    font-size: clamp(3.25rem, 11vw, 5.4rem);
  }
.mz-mag .mag-hero-lead, .mz-mag .mag-section-heading > p{
    max-width: 660px;
  }
.mz-mag .mag-category-bar{
    align-items: stretch;
    flex-direction: column;
  }
.mz-mag .mag-category-scroll{
    margin-inline: -24px;
    overflow-x: auto;
    padding: 0 24px 5px;
    scrollbar-width: none;
  }
.mz-mag .mag-search{
    flex-basis: auto;
    width: 100%;
  }
.mz-mag .mag-footer .mag-container{
    align-items: start;
    grid-template-columns: 1fr auto;
  }
.mz-mag .mag-footer .button{
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 720px)  {
.mz-mag .mag-hero{
    padding-top: 23px;
  }
.mz-mag .mag-breadcrumbs{
    margin-bottom: 31px;
  }
.mz-mag .mag-hero-heading h1{
    font-size: clamp(3rem, 15vw, 4.45rem);
  }
.mz-mag .mag-feature-section{
    padding: 48px 0 72px;
  }
.mz-mag .mag-feature-card{
    grid-template-columns: 1fr;
    min-height: 0;
  }
.mz-mag .mag-feature-image{
    min-height: 350px;
  }
.mz-mag .mag-feature-copy{
    padding: 34px 27px 37px;
  }
.mz-mag .mag-latest{
    grid-template-columns: 1fr;
  }
.mz-mag .mag-latest .mag-section-label{
    grid-column: auto;
  }
.mz-mag .mag-latest-card{
    grid-template-columns: 118px minmax(0, 1fr);
  }
.mz-mag .mag-latest-card img{
    min-height: 145px;
  }
.mz-mag .mag-latest-card h3{
    font-size: 1.22rem;
  }
.mz-mag .mag-video-section, .mz-mag .mag-articles-section{
    padding: 76px 0;
  }
.mz-mag .mag-video-grid, .mz-mag .mag-article-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .mag-video-card.is-large{
    grid-column: auto;
  }
.mz-mag .mag-video-card{
    min-height: 410px;
  }
.mz-mag .mag-article-image{
    height: 235px;
  }
.mz-mag .mag-newsletter-card{
    padding: 43px 27px;
  }
.mz-mag .mag-newsletter-card form{
    grid-template-columns: 1fr;
  }
.mz-mag .mag-form-message{
    grid-column: auto;
  }
.mz-mag .mag-footer .mag-container{
    grid-template-columns: 1fr;
  }
.mz-mag .mag-footer .button{
    grid-column: auto;
    justify-self: stretch;
  }
.mz-mag .mag-footer-links{
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.mz-mag .detail-contact-card .button{
  margin-top: 2px;
  width: 100%;
}

.mz-mag .availability-picker .button{
  min-height: 48px;
}

@media (max-width: 640px)  {
.mz-mag .detail-intro{
    padding: 24px 0 23px;
  }
.mz-mag .detail-intro .breadcrumbs{
    margin-bottom: 25px;
  }
.mz-mag .detail-title-copy h1{
    font-size: 2.55rem;
  }
.mz-mag .detail-title-actions{
    width: 100%;
  }
.mz-mag .detail-watchers{
    flex-basis: 100%;
  }
.mz-mag .detail-title-actions button span{
    display: none;
  }
.mz-mag .detail-title-actions button{
    justify-content: center;
    padding: 0;
    width: 44px;
  }
.mz-mag .detail-gallery{
    grid-template-rows: 250px 120px;
  }
.mz-mag .detail-subnav > div{
    gap: 24px;
    min-height: 57px;
  }
.mz-mag .detail-layout{
    gap: 48px;
  }
.mz-mag .detail-contact-card{
    padding: 23px;
  }
.mz-mag .detail-story, .mz-mag .amenities-list{
    grid-template-columns: 1fr;
  }
.mz-mag .section-heading-row{
    align-items: flex-start;
    flex-direction: column;
  }
.mz-mag .online-heading, .mz-mag .online-links-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .online-heading{
    align-items: start;
    gap: 4px;
  }
.mz-mag .online-heading > p{
    margin-top: -7px;
  }
.mz-mag .detail-kind{
    padding: 0;
  }
.mz-mag .detail-facts-grid{
    gap: 9px;
  }
.mz-mag .detail-facts-grid article{
    min-height: 150px;
    padding: 17px 14px;
  }
.mz-mag .online-site-card{
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: 21px;
  }
.mz-mag .online-link-arrow{
    display: none;
  }
.mz-mag .online-link-copy strong{
    font-size: 1.05rem;
  }
.mz-mag .gallery-modal{
    padding: 70px 20px;
  }
.mz-mag .gallery-arrow{
    bottom: 22px;
    top: auto;
  }
.mz-mag .detail-price-heading .price-range-stamp{
    width: 100%;
  }
.mz-mag .detail-offer{
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 21px;
  }
.mz-mag .offer-price{
    border-top: 1px solid var(--line);
    grid-column: 1 / 3;
    padding-top: 18px;
    text-align: left;
    width: 100%;
  }
.mz-mag .offer-price a{
    justify-content: flex-start;
  }
.mz-mag .availability-picker{
    grid-template-columns: 1fr;
  }
.mz-mag .availability-cards{
    display: flex;
    margin-right: -22px;
    overflow-x: auto;
    padding-right: 22px;
    scrollbar-width: none;
  }
.mz-mag .availability-cards article{
    flex: 0 0 126px;
  }
.mz-mag .detail-location .section-heading-row > p{
    text-align: left;
  }
.mz-mag .detail-map{
    height: 320px;
  }
.mz-mag .review-empty{
    grid-template-columns: auto minmax(0, 1fr);
  }
.mz-mag .review-empty button{
    grid-column: 1 / 3;
  }
.mz-mag .collaborators-section > div{
    padding-bottom: 54px;
    padding-top: 54px;
  }
.mz-mag .related-section{
    padding-bottom: 72px;
    padding-top: 70px;
  }
.mz-mag .related-heading{
    align-items: flex-start;
    flex-direction: column;
  }
.mz-mag .related-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .detail-app-cta > div{
    padding-bottom: 56px;
    padding-top: 56px;
  }
.mz-mag .partner-detail-page .listing-footer{
    padding-bottom: 104px;
  }
.mz-mag .detail-mobile-contact{
    align-items: center;
    background: rgba(255, 254, 250, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    left: 0;
    padding: 11px 18px;
    position: fixed;
    right: 0;
    z-index: 55;
  }
.mz-mag .detail-mobile-contact > span{
    display: grid;
  }
.mz-mag .detail-mobile-contact small{
    color: var(--muted);
    font-size: 0.65rem;
  }
.mz-mag .detail-mobile-contact strong{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 400;
  }
.mz-mag .detail-mobile-contact .button{
    min-height: 46px;
    padding-inline: 18px;
  }
}

.mz-mag .listing-app-cta .button-light{
  flex: 0 0 auto;
}

.mz-mag .venue-quick-search .button{
  align-self: center;
  min-height: 67px;
  padding: 0 25px;
}

@media (max-width: 1180px)  {
.mz-mag .venue-quick-search{
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
.mz-mag .venue-quick-search .button{
    grid-column: 1 / -1;
    min-height: 54px;
  }
.mz-mag .venue-card-image{
    height: 245px;
  }
.mz-mag .venue-favorite{
    top: 223px;
  }
.mz-mag .venue-map-view{
    grid-template-columns: 1fr;
  }
.mz-mag .venue-map-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.mz-mag .map-frame{
    height: 500px;
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px)  {
.mz-mag .venues-hero-photo{
    border-radius: 90px 24px 24px 24px;
  }
.mz-mag .venue-search-band{
    padding: 0 24px;
  }
.mz-mag .venue-quick-search{
    grid-template-columns: 1fr;
    margin-top: -20px;
  }
.mz-mag .venue-quick-search label:not(:nth-of-type(3))::after{
    bottom: 0;
    height: 1px;
    left: 18px;
    right: 18px;
    top: auto;
    width: auto;
  }
.mz-mag .venue-quick-search .button{
    grid-column: auto;
  }
.mz-mag .venue-results-shell{
    padding-top: 94px;
  }
.mz-mag .venue-guide-cards{
    grid-template-columns: 1fr;
  }
}

.mz-mag .tools-intro .button{
  background: white;
  box-shadow: none;
  color: var(--sage-deep);
}

.mz-mag .tools-intro .button:hover{
  background: var(--ivory);
}

.mz-mag .mag-section .split-heading{
  grid-template-columns: 1fr auto;
}

.mz-mag .button-light{
  background: white;
  box-shadow: none;
  color: var(--sage-deep);
}

.mz-mag .button-light:hover{
  background: var(--ivory);
}

@media (max-width: 680px)  {
.mz-mag .header-inner{
    padding: 0 18px;
  }
.mz-mag .brand{
    font-size: 1.35rem;
    gap: 8px;
  }
.mz-mag .brand-mark{
    height: 34px;
    transform: scale(0.8) rotate(-16deg);
    transform-origin: left center;
    width: 26px;
  }
.mz-mag .hero-inner{
    padding: 45px 18px 0;
  }
.mz-mag .eyebrow{
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }
.mz-mag .hero h1{
    font-size: clamp(3.25rem, 15vw, 4.6rem);
  }
.mz-mag .hero-lead{
    font-size: 1rem;
  }
.mz-mag .search-card{
    display: block;
    padding: 8px;
  }
.mz-mag .search-field{
    min-height: 82px;
    padding: 12px 14px;
  }
.mz-mag .search-field:first-child::after{
    bottom: 0;
    height: 1px;
    left: 14px;
    right: 14px;
    top: auto;
    width: auto;
  }
.mz-mag .search-button{
    margin-top: 7px;
    width: 100%;
  }
.mz-mag .hero-proofs{
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
  }
.mz-mag .hero-visual{
    min-height: 580px;
  }
.mz-mag .hero-visual > img{
    object-position: 48% center;
  }
.mz-mag .floating-tool{
    min-width: 220px;
    padding: 13px;
    right: 10px;
    transform: scale(0.9);
    transform-origin: right;
  }
.mz-mag .floating-checklist{
    top: 43%;
  }
.mz-mag .floating-date{
    top: 62%;
  }
.mz-mag .floating-budget{
    top: 79%;
  }
.mz-mag .trust-strip{
    grid-template-columns: 1fr;
  }
.mz-mag .trust-strip > div{
    justify-content: flex-start;
    padding: 18px 15px;
  }
.mz-mag .trust-strip > div + div{
    border-left: 0;
    border-top: 1px solid var(--line);
  }
.mz-mag .section{
    padding: 75px 18px;
  }
.mz-mag .section-heading h2, .mz-mag .tools-intro h2, .mz-mag .final-cta h2{
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }
.mz-mag .category-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .category-card{
    min-height: 280px;
  }
.mz-mag .tools-section{
    padding: 75px 18px;
  }
.mz-mag .app-section{
    gap: 28px;
    padding: 75px 18px;
  }
.mz-mag .app-visual{
    min-height: 540px;
    transform: scale(0.92);
    transform-origin: center top;
  }
.mz-mag .app-orbit-one{
    height: 430px;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 430px;
  }
.mz-mag .app-orbit-two{
    height: 320px;
    left: 50%;
    top: 105px;
    transform: translateX(-50%);
    width: 320px;
  }
.mz-mag .app-floating-top{
    right: 0;
    top: 19%;
  }
.mz-mag .app-floating-bottom{
    bottom: 15%;
    left: 0;
  }
.mz-mag .app-copy h2{
    font-size: clamp(2.8rem, 13vw, 3.7rem);
  }
.mz-mag .store-buttons{
    align-items: stretch;
    flex-direction: column;
  }
.mz-mag .store-button{
    width: 100%;
  }
.mz-mag .dashboard-card{
    padding: 15px;
    transform: none;
  }
.mz-mag .dashboard-date{
    display: none !important;
  }
.mz-mag .dashboard-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .dashboard-grid article{
    display: grid;
    gap: 4px 12px;
    grid-template-columns: auto 1fr;
    min-height: 100px;
  }
.mz-mag .dashboard-icon{
    grid-row: 1 / 4;
    margin: 0;
  }
.mz-mag .dashboard-next{
    align-items: start;
    grid-template-columns: 1fr auto;
  }
.mz-mag .dashboard-next > strong{
    grid-column: 1 / -1;
    grid-row: 2;
  }
.mz-mag .steps-grid{
    grid-template-columns: 1fr;
  }
.mz-mag .inspiration-section{
    border-radius: 18px;
    margin: 75px 18px 0;
    min-height: 620px;
  }
.mz-mag .inspiration-overlay{
    background:
      linear-gradient(90deg, rgba(19, 28, 23, 0.82), rgba(19, 28, 23, 0.38)),
      linear-gradient(180deg, transparent 45%, rgba(19, 28, 23, 0.64));
  }
.mz-mag .inspiration-copy{
    padding: 70px 25px;
    width: 100%;
  }
.mz-mag .inspiration-copy h2{
    font-size: clamp(2.65rem, 12vw, 3.65rem);
  }
.mz-mag .steps-grid article + article{
    border-left: 0;
    border-top: 1px solid var(--line);
  }
.mz-mag .quote-section{
    min-height: 400px;
    padding: 70px 24px;
  }
.mz-mag .mag-section .split-heading{
    grid-template-columns: 1fr;
  }
.mz-mag .article-card{
    display: block;
  }
.mz-mag .article-visual{
    min-height: 190px;
  }
.mz-mag .final-cta{
    padding: 75px 18px;
  }
.mz-mag .cta-actions{
    align-items: stretch;
    flex-direction: column;
  }
.mz-mag .outline-link{
    align-self: center;
  }
.mz-mag .cta-rings{
    opacity: 0.5;
    right: -190px;
  }
.mz-mag .footer{
    padding: 65px 18px 25px;
  }
.mz-mag .footer-main{
    grid-template-columns: 1fr 1fr;
  }
.mz-mag .footer-bottom{
    flex-direction: column;
    gap: 10px;
  }
}

.mz-mag .icon{
      fill: none;
      flex: 0 0 auto;
      height: 1.35em;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
      width: 1.35em;
    }

.mz-mag .icon-small{ height: 1.05em; width: 1.05em; }

.mz-mag .mag-article-card[hidden],
.mz-mag .mag-empty-state[hidden],
.mz-mag .mag-feature-card[hidden],
.mz-mag .mag-latest-card[hidden],
.mz-mag .mag-feature-section[hidden] {
  display: none !important;
}

.mz-mag .mag-category-scroll button:focus-visible, .mz-mag .mag-search input:focus-visible, .mz-mag .button:focus-visible, .mz-mag a:focus-visible{
      outline: 3px solid rgba(237, 112, 90, .42);
      outline-offset: 3px;
    }

.mz-mag .mag-video-heading {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 36px 0 8px;
}
.mz-mag .mag-pagination a,
.mz-mag .mag-pagination span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  min-height: 42px;
  padding: 0 16px;
}
.mz-mag .mag-pagination a:hover {
  border-color: var(--coral);
  color: var(--coral-dark);
}
.mz-mag .mag-pagination .is-current {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: #fff;
}
.mz-mag .mag-empty-state button {
  background: var(--coral);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  margin-top: 12px;
  min-height: 44px;
  padding: 0 18px;
}

/* Bootstrap html{font-size:10px} — rem déjà compensés via .mz-mag font-size 1.6rem */