/* Maison Gabrielle homepage for PrestaShop 9 */
:root {
  --mg-bg: #f7f1e8;
  --mg-bg-soft: #ede2d0;
  --mg-paper: #fbf6ee;
  --mg-ink: #1a1a17;
  --mg-ink-soft: #3a342c;
  --mg-muted: #7c6f60;
  --mg-line: rgba(26, 26, 23, .14);
  --mg-hairline: rgba(26, 26, 23, .08);
  --mg-gold: #b08d57;
  --mg-gold-deep: #8a6a3d;
  --mg-serif: "Cormorant Garamond", "Times New Roman", serif;
  --mg-display: "Italiana", "Cormorant Garamond", serif;
  --mg-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mg-pad: clamp(20px, 4vw, 64px);
  --mg-container: 1440px;
  --mg-ease: cubic-bezier(.7, 0, .2, 1);
  --mg-ease-out: cubic-bezier(.22, 1, .36, 1);
}

body#index,
body#index #wrapper {
  background: var(--mg-bg);
}

body#index .header-banner,
body#index .header-nav,
body#index .page-header,
body#index .breadcrumb,
body#index #notifications,
body#index #footer,
body#index #back-to-top,
body#index #iqitpopup,
body#index #iqitpopup-overlay,
body#index #iqitcookielaw {
  display: none !important;
}

body#index #iqitpopup,
body#index #iqitpopup-overlay,
body#index #iqitcookielaw {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body#index #wrapper {
  padding-top: 0;
}

body#index #main-page-content,
body#index #content-wrapper,
body#index #main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body#index #main,
body#index .page-home {
  margin: 0;
}

.mg-home,
.mg-home * {
  box-sizing: border-box;
}

.mg-home {
  color: var(--mg-ink);
  background: var(--mg-bg);
  font-family: var(--mg-sans);
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
}

.mg-home img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mg-home a {
  color: inherit;
  text-decoration: none;
}

.mg-home button {
  font: inherit;
}

.mg-home a:focus-visible,
.mg-home button:focus-visible,
.mg-home input:focus-visible {
  outline: 2px solid var(--mg-ink);
  outline-offset: 4px;
}

.mg-contact input:focus-visible,
.mg-contact button:focus-visible {
  outline-color: var(--mg-bg);
}

.mg-home ::selection {
  color: var(--mg-bg);
  background: var(--mg-ink);
}

.mg-announcement {
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--mg-bg);
  background: var(--mg-ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-announcement__track {
  display: flex;
  gap: 34px;
  min-width: max-content;
  white-space: nowrap;
  animation: mg-marquee 48s linear infinite;
}

.mg-announcement__track span:nth-child(even) {
  color: var(--mg-gold);
}

@keyframes mg-marquee {
  to { transform: translateX(-50%); }
}

.mg-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: var(--mg-ink);
  background: var(--mg-bg);
  transition: opacity .8s var(--mg-ease), visibility .8s var(--mg-ease);
}

.mg-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.mg-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.mg-loader__love {
  color: var(--mg-ink);
  font-family: var(--mg-serif);
  font-size: clamp(60px, 10vw, 110px);
  font-style: italic;
  line-height: 1;
  animation: mg-loader-fade-up 1s var(--mg-ease-out) .1s both;
}

.mg-loader__by {
  color: var(--mg-gold-deep);
  font-family: var(--mg-serif);
  font-size: 14px;
  font-style: italic;
  animation: mg-loader-fade-up 1s var(--mg-ease-out) .25s both;
}

.mg-loader__name {
  font-size: 11px;
  letter-spacing: .42em;
  text-transform: uppercase;
  animation: mg-loader-fade-up 1s var(--mg-ease-out) .35s both;
}

.mg-loader__bar {
  position: relative;
  width: 200px;
  height: 1px;
  margin-top: 32px;
  overflow: hidden;
  background: var(--mg-hairline);
}

.mg-loader__bar span {
  position: absolute;
  inset: 0;
  background: var(--mg-ink);
  transform: scaleX(0);
  transform-origin: left;
  animation: mg-loader-bar-fill 1.4s var(--mg-ease-out) .4s forwards;
}

@keyframes mg-loader-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@keyframes mg-loader-bar-fill {
  to { transform: scaleX(1); }
}

.mg-hero {
  position: relative;
  min-height: 720px;
  height: min(920px, calc(100svh - 38px));
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: var(--mg-ink);
}

.mg-hero__media,
.mg-hero__overlay {
  position: absolute;
  inset: 0;
}

.mg-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  transform: scale(1.04);
}

.mg-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .18) 52%, rgba(0, 0, 0, .54)),
    linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 48%);
}

.mg-hero__corner {
  position: absolute;
  z-index: 2;
  color: rgba(247, 241, 232, .78);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.mg-hero__corner--tl { top: 30px; left: var(--mg-pad); }
.mg-hero__corner--tr { top: 30px; right: var(--mg-pad); }
.mg-hero__corner--br { right: var(--mg-pad); bottom: 30px; }

.mg-hero__content {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  padding: 0 var(--mg-pad) clamp(38px, 5vw, 68px);
  color: var(--mg-bg);
}

.mg-kicker,
.mg-eyebrow {
  margin: 0 0 18px;
  color: var(--mg-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(247, 241, 232, .78);
}

.mg-kicker span {
  width: 56px;
  height: 1px;
  background: var(--mg-gold);
}

.mg-hero__title,
.mg-home h2,
.mg-home h3 {
  margin: 0;
  font-family: var(--mg-serif);
  font-weight: 400;
  letter-spacing: 0;
}

.mg-hero__title {
  display: grid;
  max-width: 900px;
  font-size: clamp(54px, 8.8vw, 126px);
  line-height: .94;
}

.mg-hero__title span:nth-child(2) {
  margin-left: clamp(44px, 10vw, 168px);
  color: #ead5ba;
  font-style: italic;
}

.mg-hero__lede {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(247, 241, 232, .84);
  font-family: var(--mg-serif);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.35;
}

.mg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mg-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid currentColor;
  color: var(--mg-ink);
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
  transition: color .3s var(--mg-ease), background .3s var(--mg-ease), border-color .3s var(--mg-ease), transform .3s var(--mg-ease);
}

.mg-btn:hover,
.mg-btn:focus-visible {
  color: var(--mg-bg);
  background: var(--mg-gold-deep);
  border-color: var(--mg-gold-deep);
  transform: translateY(-1px);
}

.mg-btn--primary {
  color: var(--mg-bg);
  background: var(--mg-ink);
  border-color: var(--mg-ink);
}

.mg-btn--light {
  color: var(--mg-bg);
}

.mg-intro,
.mg-section-head {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 3.6vw, 48px) var(--mg-pad) clamp(20px, 2.6vw, 34px);
  text-align: center;
}

.mg-intro {
  position: relative;
  padding-bottom: clamp(20px, 2.6vw, 34px);
}

.mg-intro::before {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  margin: 0 auto 34px;
  background: var(--mg-line);
}

.mg-home h2 {
  color: var(--mg-ink);
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.04;
}

.mg-home h2 em {
  color: var(--mg-gold-deep);
  font-style: italic;
}

.mg-intro p:last-child,
.mg-section-head p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--mg-muted);
  font-family: var(--mg-serif);
  font-size: clamp(18px, 2vw, 24px);
}

.mg-universes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 680px;
  background: var(--mg-ink);
}

.mg-universe {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--mg-bg);
  isolation: isolate;
}

.mg-universe img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--mg-ease), filter 1.1s var(--mg-ease);
}

.mg-universe:hover img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.mg-universe__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .12), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .12) 58%, rgba(0, 0, 0, .5));
}

.mg-universe__content {
  width: min(640px, 100%);
  padding: clamp(34px, 5vw, 72px);
}

.mg-universe__content small {
  display: block;
  margin-bottom: 16px;
  color: rgba(247, 241, 232, .72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-universe__content strong {
  display: grid;
  font-family: var(--mg-serif);
  font-size: clamp(48px, 7vw, 106px);
  font-weight: 400;
  line-height: .9;
}

.mg-universe__content strong span {
  color: #ead5ba;
  font-size: .46em;
  font-style: italic;
}

.mg-universe__content > span:not(.mg-universe__shade) {
  display: block;
  max-width: 500px;
  margin-top: 22px;
  color: rgba(247, 241, 232, .82);
  font-family: var(--mg-serif);
  font-size: 20px;
  line-height: 1.36;
}

.mg-universe__content b,
.mg-link {
  display: inline-flex;
  margin-top: 28px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mg-collection,
.mg-process,
.mg-lookbook {
  position: relative;
  max-width: var(--mg-container);
  margin: 0 auto;
  padding: 0 var(--mg-pad) clamp(26px, 3.4vw, 46px);
}

.mg-collection {
  max-width: none;
  padding: clamp(20px, 1.8vw, 30px) clamp(28px, 5.6vw, 112px) clamp(44px, 5vw, 72px);
}

.mg-section-num {
  padding-top: clamp(18px, 2vw, 32px);
  color: var(--mg-gold-deep);
  font-family: var(--mg-serif);
  font-size: 22px;
  font-style: italic;
}

.mg-collection .mg-section-num {
  display: none;
}

.mg-section-head {
  padding-top: 10px;
}

.mg-collection .mg-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .72fr);
  column-gap: clamp(42px, 11vw, 190px);
  row-gap: clamp(30px, 3.35vw, 56px);
  align-items: end;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.mg-section-head--center {
  text-align: center;
}

.mg-collection .mg-eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 clamp(44px, 4vw, 70px);
  color: #77746f;
  font-size: clamp(10px, .85vw, 14px);
  font-weight: 700;
  letter-spacing: .46em;
}

.mg-collection .mg-section-head h2 {
  font-family: var(--mg-display);
  font-size: clamp(66px, 6.15vw, 112px);
  line-height: .95;
  letter-spacing: 0;
}

.mg-collection .mg-section-head > p:last-of-type {
  max-width: 520px;
  margin: 0 0 .5em;
  color: #49443d;
  font-family: var(--mg-serif);
  font-size: clamp(22px, 1.8vw, 33px);
  font-style: italic;
  line-height: 1.45;
}

.mg-filter {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(30px, 4.6vw, 84px);
  margin-top: clamp(32px, 3vw, 52px);
  padding: 23px 0 24px;
  border-top: 1px solid var(--mg-line);
  border-bottom: 1px solid var(--mg-line);
}

.mg-filter button {
  position: relative;
  min-height: 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #6f6a62;
  background: transparent;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 700;
  letter-spacing: .38em;
  text-transform: uppercase;
  cursor: pointer;
}

.mg-filter button.is-active,
.mg-filter button:hover,
.mg-filter button:focus-visible {
  color: var(--mg-ink);
  background: transparent;
  border-color: transparent;
}

.mg-filter button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--mg-ink);
  transform: translateX(-50%);
  transition: width .24s var(--mg-ease);
}

.mg-filter button.is-active::after,
.mg-filter button:hover::after,
.mg-filter button:focus-visible::after {
  width: 36px;
}

.mg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.8vw, 56px);
  max-width: 1680px;
  margin: clamp(48px, 4.2vw, 72px) auto 0;
}

.mg-card {
  position: relative;
  min-width: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mg-card[hidden] {
  display: none;
}

.mg-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mg-card img {
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  background: var(--mg-bg-soft);
}

.mg-card__link > span {
  display: block;
  padding: 20px 0 0;
}

.mg-card small {
  position: absolute;
  top: clamp(14px, 1.2vw, 20px);
  left: clamp(14px, 1.2vw, 20px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--mg-ink);
  background: rgba(251, 246, 238, .94);
  box-shadow: 0 12px 28px rgba(26, 26, 23, .08);
  font-family: var(--mg-serif);
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.mg-card__cat {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mg-card strong {
  display: block;
  color: var(--mg-ink);
  font-family: var(--mg-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  font-style: italic;
}

.mg-card em {
  display: block;
  min-height: 76px;
  margin: 12px 0 18px;
  color: var(--mg-muted);
  font-style: normal;
}

.mg-card b {
  display: inline-flex;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mg-card__link:hover b,
.mg-card__link:focus b {
  color: var(--mg-gold-deep);
}

.mg-editorial {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  max-width: var(--mg-container);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 64px) var(--mg-pad);
  border-top: 1px solid var(--mg-hairline);
}

.mg-editorial figure {
  margin: 0;
}

.mg-editorial img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.mg-editorial figcaption {
  margin-top: 12px;
  color: var(--mg-muted);
  font-family: var(--mg-serif);
  font-size: 15px;
  font-style: italic;
}

.mg-editorial p:not(.mg-eyebrow) {
  max-width: 620px;
  color: var(--mg-muted);
  font-family: var(--mg-serif);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.mg-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mg-step {
  padding: 14px 14px 24px;
  background: var(--mg-paper);
  border: 1px solid var(--mg-hairline);
}

.mg-step img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-bottom: 18px;
}

.mg-step span {
  color: var(--mg-gold-deep);
  font-family: var(--mg-serif);
  font-size: 24px;
  font-style: italic;
}

.mg-step h3 {
  margin-top: 10px;
  font-size: 30px;
}

.mg-step p {
  margin: 12px 0 0;
  color: var(--mg-muted);
}

.mg-masonry {
  column-count: 4;
  column-gap: 18px;
}

.mg-masonry img {
  margin: 0 0 18px;
  break-inside: avoid;
  background: var(--mg-bg-soft);
}

.mg-contact {
  position: relative;
  padding: clamp(38px, 5vw, 68px) var(--mg-pad) clamp(42px, 5.5vw, 76px);
  background: var(--mg-bg-soft);
}

.mg-contact__inner {
  max-width: var(--mg-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.mg-contact__intro h2 {
  max-width: 14ch;
  margin-bottom: 32px;
  color: var(--mg-ink);
  font-size: clamp(34px, 5.4vw, 76px);
  line-height: 1.04;
}

.mg-contact__intro h2 em {
  color: var(--mg-gold-deep);
  font-family: var(--mg-display);
  font-style: italic;
}

.mg-contact__lede {
  max-width: 44ch;
  margin: 0 0 40px;
  color: var(--mg-ink-soft);
  font-size: 16px;
}

.mg-contact__details {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mg-line);
}

.mg-contact__details li {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--mg-line);
  color: var(--mg-ink);
  font-size: 14px;
}

.mg-contact__details a {
  color: var(--mg-ink);
  transition: color .25s;
}

.mg-contact__details a:hover,
.mg-contact__details a:focus {
  color: var(--mg-gold-deep);
}

.mg-contact__label {
  color: var(--mg-muted);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.mg-contact-form {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.6vw, 30px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--mg-hairline);
  background: var(--mg-paper);
  box-shadow: 0 30px 80px -30px rgba(26, 26, 23, .35);
}

.mg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mg-form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.mg-form-field label {
  color: var(--mg-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.mg-form-field input {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--mg-line);
  border-radius: 0;
  padding: 12px 0;
  color: var(--mg-ink);
  background: transparent;
  box-shadow: none;
  outline: none;
  transition: border-color .3s var(--mg-ease);
  appearance: none;
}

.mg-form-field input:focus {
  border-color: var(--mg-gold-deep);
}

.mg-contact .mg-btn {
  width: 100%;
}

.mg-contact .mg-btn span {
  position: relative;
  z-index: 2;
}

.mg-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--mg-ink-soft);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  user-select: none;
}

.mg-checkbox input {
  appearance: none;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border: 1px solid var(--mg-ink);
  background: transparent;
  cursor: pointer;
  transition: background .25s, border-color .25s;
}

.mg-checkbox input:checked {
  background: var(--mg-ink);
}

.mg-checkbox input:checked::after {
  content: "";
  width: 8px;
  height: 4px;
  border-bottom: 1.5px solid var(--mg-bg);
  border-left: 1.5px solid var(--mg-bg);
  transform: rotate(-45deg) translate(1px, -1px);
}

.mg-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mg-form-message {
  display: block;
  min-height: 18px;
  margin: 0;
  color: var(--mg-gold-deep);
  font-size: 11px;
  letter-spacing: .28em;
  text-align: center;
  text-transform: uppercase;
}

.mg-form-message--success {
  color: #19452c;
}

.mg-form-message--error {
  color: #661b1b;
}

.mg-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 56px) var(--mg-pad) 30px;
  color: var(--mg-bg);
  background: var(--mg-ink);
}

.mg-footer__top {
  position: relative;
  z-index: 1;
  max-width: var(--mg-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 100px);
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(247, 241, 232, .14);
}

.mg-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.mg-footer-brand__love {
  font-family: var(--mg-serif);
  font-size: 64px;
  font-style: italic;
}

.mg-footer-brand__by {
  margin-top: -2px;
  color: var(--mg-gold);
  font-family: var(--mg-serif);
  font-size: 18px;
  font-style: italic;
}

.mg-footer-brand__name {
  margin-top: 2px;
  font-size: 14px;
  letter-spacing: .5em;
  text-transform: uppercase;
}

.mg-footer__brand p {
  margin: 16px 0 0;
  color: rgba(247, 241, 232, .6);
  font-size: 13px;
}

.mg-footer__social {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}

.mg-footer__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 241, 232, .2);
  border-radius: 999px;
  transition: all .3s var(--mg-ease);
}

.mg-footer__social a:hover,
.mg-footer__social a:focus {
  color: var(--mg-gold);
  border-color: var(--mg-gold);
}

.mg-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.mg-footer__cols h4 {
  margin: 0 0 20px;
  color: var(--mg-gold);
  font-family: var(--mg-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.mg-footer__cols a {
  display: block;
  padding: 6px 0;
  color: rgba(247, 241, 232, .7);
  font-size: 13px;
  transition: color .25s, padding .25s;
}

.mg-footer__cols a:hover,
.mg-footer__cols a:focus {
  color: var(--mg-bg);
  padding-left: 6px;
}

.mg-footer__big {
  position: relative;
  z-index: 0;
  margin: 60px 0 -40px;
  color: rgba(247, 241, 232, .07);
  font-family: var(--mg-display);
  font-size: clamp(120px, 26vw, 380px);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: .85;
  text-align: center;
  user-select: none;
}

.mg-footer__bottom {
  position: relative;
  z-index: 1;
  max-width: var(--mg-container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  color: rgba(247, 241, 232, .45);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mg-native-home {
  max-width: var(--mg-container);
  margin: 0 auto;
  padding: 0 var(--mg-pad) clamp(30px, 4vw, 52px);
}

.mg-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--mg-ease-out), transform .8s var(--mg-ease-out);
}

.mg-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .mg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mg-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mg-masonry {
    column-count: 3;
  }

  .mg-footer__cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .mg-contact__inner {
    gap: clamp(48px, 6vw, 78px);
  }

  .mg-contact-form {
    padding: clamp(30px, 4vw, 46px);
  }
}

@media (max-width: 860px) {
  .mg-collection {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mg-collection .mg-section-head {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .mg-collection .mg-eyebrow {
    margin-bottom: 36px;
  }

  .mg-filter {
    gap: 22px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 20px 0;
  }

  .mg-filter button {
    flex: 0 0 auto;
  }

  .mg-hero {
    min-height: 650px;
    height: 86svh;
  }

  .mg-hero__corner--br {
    display: none;
  }

  .mg-hero__title {
    font-size: clamp(50px, 14vw, 86px);
  }

  .mg-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mg-actions .mg-btn {
    width: 100%;
  }

  .mg-contact {
    padding-top: clamp(38px, 5vw, 58px);
    padding-bottom: clamp(42px, 5.5vw, 64px);
  }

  .mg-contact__inner {
    grid-template-columns: 1fr;
    gap: clamp(42px, 7vw, 68px);
  }

  .mg-contact-form {
    padding: clamp(28px, 5vw, 42px);
    gap: clamp(24px, 3vw, 30px);
  }

  .mg-footer {
    padding-bottom: 42px;
  }

  .mg-footer__top {
    grid-template-columns: 1fr;
    gap: clamp(38px, 7vw, 62px);
    padding-bottom: 48px;
  }

  .mg-footer__big {
    margin: 48px 0 -24px;
  }

  .mg-footer__bottom {
    justify-content: flex-start;
  }

  .mg-universes,
  .mg-editorial {
    grid-template-columns: 1fr;
  }

  .mg-universe {
    min-height: 560px;
  }

  .mg-masonry {
    column-count: 2;
  }
}

@media (max-width: 560px) {
  .mg-announcement {
    height: 34px;
    font-size: 9px;
  }

  .mg-hero__corner {
    top: 18px;
    max-width: 44vw;
    font-size: 9px;
    letter-spacing: .18em;
  }

  .mg-hero__content {
    padding-bottom: 74px;
  }

  .mg-hero__title span:nth-child(2) {
    margin-left: 28px;
  }

  .mg-grid,
  .mg-steps {
    grid-template-columns: 1fr;
  }

  .mg-card p {
    min-height: 0;
  }

  .mg-contact-form {
    padding: 24px;
    gap: 24px;
  }

  .mg-form-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mg-form-field {
    gap: 10px;
  }

  .mg-form-field input {
    min-height: 48px;
    padding: 13px 0;
    font-size: 16px;
  }

  .mg-checkbox {
    min-height: 44px;
    gap: 14px;
    padding: 2px 0;
  }

  .mg-checkbox input {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }

  .mg-contact {
    padding: 76px var(--mg-pad) 86px;
  }

  .mg-contact__inner {
    gap: 42px;
  }

  .mg-contact__intro h2 {
    margin-bottom: 24px;
  }

  .mg-contact__lede {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .mg-contact__details li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .mg-footer {
    padding: 62px var(--mg-pad) 50px;
  }

  .mg-footer__top {
    gap: 38px;
    padding-bottom: 42px;
  }

  .mg-footer__social a {
    width: 44px;
    height: 44px;
  }

  .mg-footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mg-footer__cols h4 {
    margin-bottom: 12px;
  }

  .mg-footer__cols a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 8px 0;
  }

  .mg-footer__big {
    font-size: clamp(86px, 30vw, 150px);
    margin: 42px 0 -12px;
  }

  .mg-footer__bottom {
    flex-direction: column;
    gap: 14px;
    padding-top: 30px;
    line-height: 1.55;
  }

  .mg-masonry {
    column-count: 1;
  }

  .mg-intro,
  .mg-section-head {
    text-align: left;
  }

  .mg-section-head p:last-child,
  .mg-intro p:last-child {
    margin-left: 0;
  }
}

/* Final homepage rhythm and mobile lockup. These rules intentionally sit late in
   the file so theme/editor overrides cannot reopen large vertical gaps. */
.mg-intro,
.mg-section-head {
  padding-top: clamp(28px, 3.6vw, 48px);
  padding-bottom: clamp(20px, 2.6vw, 34px);
}

.mg-intro {
  padding-bottom: clamp(20px, 2.6vw, 34px);
}

.mg-intro::before {
  height: 32px;
  margin-bottom: 16px;
}

.mg-hero__content {
  padding-bottom: clamp(38px, 5vw, 68px);
}

.mg-universes,
.mg-universe {
  min-height: clamp(500px, 50vw, 580px);
}

.mg-collection,
.mg-process,
.mg-lookbook {
  padding-bottom: clamp(30px, 4vw, 52px);
}

.mg-collection {
  padding-top: clamp(18px, 1.8vw, 28px);
  padding-bottom: clamp(34px, 4vw, 58px);
}

.mg-section-num {
  padding-top: clamp(16px, 1.8vw, 28px);
}

.mg-collection .mg-eyebrow {
  margin-bottom: clamp(18px, 2vw, 30px);
}

.mg-filter {
  margin-top: clamp(14px, 1.6vw, 24px);
  padding-top: 12px;
  padding-bottom: 12px;
}

.mg-grid {
  margin-top: clamp(22px, 2.4vw, 36px);
}

.mg-editorial {
  padding-top: clamp(30px, 3.6vw, 54px);
  padding-bottom: clamp(26px, 3.2vw, 46px);
}

.mg-contact {
  padding-top: clamp(38px, 5vw, 68px);
  padding-bottom: clamp(42px, 5.5vw, 76px);
}

.mg-contact > .mg-section-num {
  max-width: var(--mg-container);
  margin: 0 auto clamp(12px, 2vw, 22px);
  padding-top: 0;
}

.mg-footer {
  padding-top: clamp(34px, 4vw, 56px);
}

/* Tight section joins: prevents the editorial/process area from opening a
   blank vertical band when Warehouse cached rules and section numbers stack. */
.mg-editorial {
  padding-top: clamp(28px, 3.2vw, 46px);
  padding-bottom: clamp(22px, 2.8vw, 38px);
}

.mg-editorial + .mg-process,
.mg-process + .mg-lookbook {
  margin-top: 0;
}

.mg-process,
.mg-lookbook {
  padding-top: 0;
  padding-bottom: clamp(26px, 3.4vw, 46px);
}

.mg-process > .mg-section-num,
.mg-lookbook > .mg-section-num {
  padding-top: clamp(8px, 1.2vw, 18px);
}

.mg-process > .mg-section-head,
.mg-lookbook > .mg-section-head {
  padding-top: clamp(2px, .6vw, 8px);
  padding-bottom: clamp(16px, 2vw, 28px);
}

.mg-steps,
.mg-masonry {
  margin-top: 0;
}

@media (max-width: 860px) {
  .mg-intro,
  .mg-section-head {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  .mg-intro::before {
    height: 28px;
    margin-bottom: 14px;
  }

  .mg-hero {
    min-height: 560px;
    height: min(760px, calc(100svh - 34px));
  }

  .mg-collection {
    padding: 28px 20px 42px;
  }

  .mg-collection .mg-eyebrow {
    margin-bottom: 22px;
  }

  .mg-filter {
    gap: 22px;
    margin-top: 16px;
    padding: 10px 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mg-filter::-webkit-scrollbar {
    display: none;
  }

  .mg-grid {
    margin-top: 24px;
  }

  .mg-universe {
    min-height: 480px;
  }

  .mg-contact {
    padding-top: 38px;
    padding-bottom: 46px;
  }
}

@media (max-width: 560px) {
  :root {
    --mg-pad: 18px;
  }

  .mg-hero {
    min-height: 560px;
    height: calc(100svh - 34px);
  }

  .mg-hero__content {
    padding: 0 18px 44px;
  }

  .mg-hero__title {
    font-size: clamp(44px, 13.5vw, 64px);
  }

  .mg-hero__title span:nth-child(2) {
    margin-left: 22px;
  }

  .mg-hero__lede {
    margin-top: 18px;
    font-size: 18px;
  }

  .mg-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .mg-btn {
    min-height: 50px;
    width: 100%;
    padding: 0 18px;
    font-size: 10px;
    letter-spacing: .18em;
  }

  .mg-intro,
  .mg-section-head {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .mg-intro::before {
    height: 24px;
    margin-bottom: 12px;
  }

  .mg-home h2 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .mg-intro p:last-child,
  .mg-section-head p:last-child {
    margin-top: 16px;
    font-size: 18px;
  }

  .mg-universe {
    min-height: 430px;
  }

  .mg-universe__content {
    padding: 28px 20px;
  }

  .mg-universe__content strong {
    font-size: clamp(44px, 16vw, 70px);
  }

  .mg-universe__content > span:not(.mg-universe__shade) {
    margin-top: 16px;
    font-size: 18px;
  }

  .mg-collection {
    padding: 24px 18px 38px;
  }

  .mg-collection .mg-section-head h2 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .mg-collection .mg-section-head > p:last-of-type {
    font-size: 20px;
  }

  .mg-filter {
    gap: 18px;
    margin-top: 14px;
    padding: 9px 0;
  }

  .mg-filter button {
    min-height: 34px;
    font-size: 10px;
    letter-spacing: .26em;
  }

  .mg-grid {
    gap: 30px;
    margin-top: 22px;
  }

  .mg-card img {
    aspect-ratio: 4 / 5;
  }

  .mg-card__link > span {
    padding-top: 14px;
  }

  .mg-card strong {
    font-size: 34px;
  }

  .mg-card em {
    min-height: 0;
    margin: 8px 0 12px;
  }

  .mg-editorial {
    gap: 26px;
    padding: 24px 18px 22px;
  }

  .mg-process,
  .mg-lookbook {
    padding-bottom: 32px;
  }

  .mg-process > .mg-section-num,
  .mg-lookbook > .mg-section-num {
    padding-top: 8px;
  }

  .mg-process > .mg-section-head,
  .mg-lookbook > .mg-section-head {
    padding-top: 0;
    padding-bottom: 18px;
  }

  .mg-contact {
    padding: 34px 18px 42px;
  }

  .mg-contact__inner {
    gap: 30px;
  }

  .mg-contact__intro h2 {
    margin-bottom: 18px;
    font-size: clamp(42px, 15vw, 62px);
  }

  .mg-contact__lede {
    margin-bottom: 24px;
  }

  .mg-contact-form {
    padding: 22px;
    gap: 20px;
  }

  .mg-footer {
    padding: 34px 18px 32px;
  }

  .mg-footer__top {
    gap: 32px;
    padding-bottom: 34px;
  }

  .mg-footer-brand__love {
    font-size: 54px;
  }

  .mg-footer__big {
    font-size: clamp(84px, 32vw, 132px);
    margin: 34px 0 -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mg-home,
  .mg-home * {
    scroll-behavior: auto !important;
  }

  .mg-announcement__track,
  .mg-home *,
  .mg-reveal {
    animation: none;
    transition: none !important;
  }

  .mg-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Chayra.fr visual parity pass: two universes + collection cards */
.mg-home {
  --bg: var(--mg-bg);
  --bg-2: var(--mg-bg-soft);
  --ink: var(--mg-ink);
  --ink-2: var(--mg-ink-soft);
  --gold-2: var(--mg-gold-deep);
  --line: var(--mg-line);
  --serif: var(--mg-serif);
  --display: var(--mg-display);
  --sans: var(--mg-sans);
  --pad: var(--mg-pad);
  --container: var(--mg-container);
  --ease: var(--mg-ease);
  --ease-out: var(--mg-ease-out);
}

.mg-intro {
  position: relative;
  max-width: none;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) var(--pad) clamp(46px, 6vw, 78px);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(176, 141, 87, .16), transparent 44%),
    linear-gradient(180deg, var(--bg) 0%, #fbf6ee 48%, var(--bg) 100%);
  border-top: 1px solid rgba(176, 141, 87, .20);
}

.mg-intro::before {
  content: "Deux univers";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  color: rgba(176, 141, 87, .075);
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(88px, 13vw, 230px);
  font-style: italic;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.mg-intro::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1px;
  height: 72px;
  margin: 0 auto 28px;
  overflow: hidden;
  background: rgba(176, 141, 87, .28);
  order: -1;
}

.mg-intro > * {
  position: relative;
  z-index: 1;
}

.mg-intro .mg-eyebrow {
  color: var(--gold-2);
  font-weight: 500;
  letter-spacing: .28em;
}

.mg-intro h2 {
  max-width: min(1600px, calc(100vw - (var(--pad) * 2)));
  margin: 0 auto;
  font-size: clamp(56px, 4.75vw, 120px);
  letter-spacing: -.012em;
  line-height: 1;
}

.mg-intro p:last-child {
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  font-style: italic;
}

.mg-universes {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: var(--ink);
  color: var(--bg);
  isolation: isolate;
}

.mg-universes::before {
  content: "Love by Maison Gabrielle    Deux univers couture    Maison Gabrielle";
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  top: 28px;
  z-index: 9;
  color: rgba(251, 246, 238, .72);
  font-size: 10px;
  letter-spacing: .28em;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
}

.mg-universes::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 8;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(247, 241, 232, .38), transparent);
}

.mg-universe {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--bg);
  isolation: isolate;
  text-decoration: none !important;
  transition: filter .75s var(--ease);
}

.mg-universe::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 5;
  border: 1px solid rgba(251, 246, 238, .20);
  opacity: .6;
  transform: scale(.985);
  transition: transform .75s var(--ease), opacity .75s var(--ease), border-color .75s var(--ease), box-shadow .75s var(--ease);
}

.mg-universe::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 92px;
  height: 1px;
  background: var(--mg-gold);
  opacity: .9;
  transition: transform .75s var(--ease), opacity .45s var(--ease);
}

.mg-universe:first-of-type::after {
  right: 34px;
}

.mg-universe:nth-of-type(2)::after {
  left: 34px;
}

.mg-universe img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(.94) contrast(1.06);
  transition: transform 1.5s var(--ease), filter .9s var(--ease);
}

.mg-universe:first-of-type img {
  object-position: center 34%;
}

.mg-universe:nth-of-type(2) img {
  object-position: center 22%;
}

.mg-universe__shade {
  z-index: 2;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 42%), rgba(251, 246, 238, .16), transparent 22%),
    radial-gradient(ellipse at 50% 42%, rgba(26, 26, 23, 0) 0%, rgba(26, 26, 23, .08) 38%, rgba(26, 26, 23, .48) 100%),
    linear-gradient(180deg, rgba(26, 26, 23, .08) 0%, rgba(26, 26, 23, .22) 42%, rgba(26, 26, 23, .78) 100%);
}

.mg-universe:first-of-type .mg-universe__shade {
  background:
    radial-gradient(circle at var(--mx, 45%) var(--my, 42%), rgba(251, 246, 238, .18), transparent 22%),
    linear-gradient(90deg, rgba(247, 241, 232, .12), rgba(26, 26, 23, .10) 42%, rgba(26, 26, 23, .44)),
    linear-gradient(180deg, rgba(26, 26, 23, .06), rgba(26, 26, 23, .74));
}

.mg-universe:nth-of-type(2) .mg-universe__shade {
  background:
    radial-gradient(circle at var(--mx, 55%) var(--my, 42%), rgba(176, 141, 87, .22), transparent 24%),
    linear-gradient(270deg, rgba(176, 141, 87, .10), rgba(26, 26, 23, .40)),
    linear-gradient(180deg, rgba(26, 26, 23, .12), rgba(6, 6, 5, .82));
}

.mg-universe__content {
  position: relative;
  z-index: 6;
  width: min(720px, 84%);
  padding: 0 clamp(42px, 6vw, 108px) clamp(88px, 12vh, 142px);
}

.mg-universe:nth-of-type(2) .mg-universe__content {
  justify-self: end;
  text-align: right;
}

.mg-universe__content small {
  margin-bottom: 22px;
  color: rgba(251, 246, 238, .82);
  font-size: 10px;
  letter-spacing: .36em;
}

.mg-universe__content strong {
  display: grid;
  color: var(--bg);
  font-size: clamp(74px, 10vw, 178px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: .82;
  text-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.mg-universe:first-of-type .mg-universe__content strong {
  font-style: italic;
}

.mg-universe__content strong span {
  margin-top: .18em;
  color: var(--mg-gold);
  font-family: var(--sans);
  font-size: clamp(10px, 1.1vw, 14px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: .42em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mg-universe__content > span:not(.mg-universe__shade) {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(251, 246, 238, .88);
  font-size: clamp(20px, 1.75vw, 30px);
  line-height: 1.24;
}

.mg-universe:nth-of-type(2) .mg-universe__content > span:not(.mg-universe__shade) {
  margin-left: auto;
}

.mg-universe__content b {
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  padding: 0 42px;
  border: 1px solid rgba(251, 246, 238, .72);
  color: var(--bg);
  background: rgba(26, 26, 23, .18);
  backdrop-filter: blur(14px);
  font-size: 10px;
  letter-spacing: .28em;
  transition: color .45s var(--ease), border-color .45s var(--ease), background .45s var(--ease), transform .45s var(--ease);
}

.mg-universe__content b::after {
  content: "→";
  margin-left: 16px;
  color: var(--mg-gold);
}

.mg-universe:hover img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.06);
}

.mg-universe:hover::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(176, 141, 87, .78);
  box-shadow: inset 0 0 0 1px rgba(176, 141, 87, .18);
}

.mg-universe:hover::after {
  transform: scaleX(1.35);
}

.mg-universe:hover .mg-universe__content b {
  color: var(--bg);
  background: rgba(176, 141, 87, .95);
  border-color: rgba(176, 141, 87, .95);
  transform: translateY(-2px);
}

.mg-universes:has(.mg-universe:first-of-type:hover) .mg-universe:nth-of-type(2),
.mg-universes:has(.mg-universe:nth-of-type(2):hover) .mg-universe:first-of-type {
  filter: brightness(.72) saturate(.74);
}

.mg-collection {
  position: relative;
  max-width: none;
  padding: 0 0 0;
}

.mg-collection .mg-section-num {
  position: absolute;
  top: clamp(50px, 10vw, 120px);
  right: var(--pad);
  z-index: 1;
  display: block;
  padding: 0;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  letter-spacing: .42em;
}

.mg-collection .mg-section-num::before {
  content: "— ";
}

.mg-collection .mg-section-head {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 150px) var(--pad) clamp(48px, 5.8vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
  text-align: left;
}

.mg-collection .mg-eyebrow {
  grid-column: 1;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .24em;
}

.mg-collection .mg-section-head h2 {
  grid-column: 1;
  max-width: 12ch;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 5.4vw, 76px);
  line-height: 1.04;
  letter-spacing: -.012em;
}

.mg-collection .mg-section-head > p:last-of-type {
  grid-column: 2;
  align-self: end;
  max-width: 38ch;
  margin: 0;
  color: var(--ink-2);
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

.mg-filter {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 36px;
  padding: 6px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mg-filter button {
  position: relative;
  min-height: auto;
  padding: 14px 20px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.mg-filter button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: var(--ink);
  transform: translateX(-50%);
  transition: all .35s var(--ease);
}

.mg-filter button.is-active,
.mg-filter button:hover,
.mg-filter button:focus-visible {
  color: var(--ink);
  background: transparent;
}

.mg-filter button.is-active::after,
.mg-filter button:hover::after,
.mg-filter button:focus-visible::after {
  width: 22px;
  background: var(--gold-2);
}

.mg-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px) clamp(20px, 2.5vw, 36px);
}

.mg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: transparent;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.mg-card.is-visible {
  opacity: 1;
  transform: none;
}

.mg-card__link {
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.mg-card__link > img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--bg-2);
  transition: transform 1.4s var(--ease), filter .8s var(--ease);
}

.mg-card:hover .mg-card__link > img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.mg-card__link > span {
  position: static;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 0;
  color: var(--ink);
  background: transparent;
}

.mg-card small {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: block;
}

.mg-card__num {
  display: inline-block;
  padding: 4px 12px;
  color: var(--ink);
  background: rgba(251, 246, 238, .92);
  backdrop-filter: blur(6px);
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}

.mg-card__cat {
  display: none;
}

.mg-card strong {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.mg-card em {
  display: none;
}

.mg-card b {
  position: absolute;
  right: 0;
  bottom: 79px;
  left: 0;
  z-index: 2;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--bg);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .5s var(--ease);
}

.mg-card:hover b,
.mg-card:focus-within b {
  transform: none;
}

.mg-card__link > span::after {
  content: "Sur demande";
  margin-left: auto;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-style: normal;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .mg-universe:nth-of-type(2) .mg-universe__content b {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .mg-universes {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 52px;
  }

  .mg-universes::after {
    display: none;
  }

  .mg-universe {
    min-height: 72vh;
  }

  .mg-universe:nth-of-type(2) .mg-universe__content {
    justify-self: start;
    text-align: left;
  }

  .mg-universe:nth-of-type(2) .mg-universe__content > span:not(.mg-universe__shade) {
    margin-left: 0;
  }

  .mg-universe__content {
    width: min(620px, 100%);
    padding: 112px 28px 88px;
  }

  .mg-universe__content strong {
    font-size: clamp(64px, 18vw, 116px);
  }

  .mg-collection .mg-section-head {
    grid-template-columns: 1fr;
  }

  .mg-collection .mg-section-head h2,
  .mg-collection .mg-eyebrow,
  .mg-collection .mg-section-head > p:last-of-type {
    grid-column: 1;
  }

  .mg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .mg-intro {
    padding: 62px 20px 48px;
  }

  .mg-universes::before {
    top: 22px;
    font-size: 8px;
    letter-spacing: .22em;
    white-space: normal;
  }

  .mg-universe {
    min-height: 640px;
  }

  .mg-universe__content {
    padding: 96px 22px 76px;
  }

  .mg-universe__content small {
    font-size: 9px;
    letter-spacing: .24em;
  }

  .mg-universe__content b {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    letter-spacing: .2em;
  }

  .mg-filter {
    gap: 6px;
    margin-top: 14px;
    padding: 8px 0;
  }

  .mg-filter button {
    flex: 1 1 calc(50% - 6px);
    min-height: 44px;
    padding: 12px 10px;
    font-size: 10px;
    letter-spacing: .18em;
  }

  .mg-grid {
    grid-template-columns: 1fr;
  }

  .mg-card b {
    height: 52px;
    font-size: 10px;
    letter-spacing: .22em;
  }
}
