@font-face {
  font-family: "Champagne_Limousines";
  src: url("/Champagne_Limousines.woff") format("woff"),
       url("/Champagne_Limousines.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --gold: #c7ad7a;
  --gold-soft: #e6d8b4;
  --ink: #050504;
  --white: #fffaf0;
  --muted: rgba(255, 250, 240, 0.68);
  --panel: rgba(7, 7, 6, 0.42);
  --panel-border: rgba(230, 216, 180, 0.13);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --champagne: Champagne_Limousines, "Century Gothic", Arial, sans-serif;
  --system: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
p,
a,
img,
article,
footer,
header,
h1 {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 18%, rgba(231, 218, 184, 0.11), transparent 28rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), #000 78%),
    url("/images/background_ma.jpg") top center / min(1024px, 100vw) auto no-repeat,
    #000;
  background-attachment: fixed, fixed, fixed, fixed;
  font-family: var(--champagne);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.42) 18%, transparent 50%, rgba(0, 0, 0, 0.42) 82%, #000 100%),
    radial-gradient(circle at 50% 55%, transparent 0, rgba(0, 0, 0, 0.68) 45rem);
}

a {
  color: var(--gold-soft);
  text-decoration: none;
  outline: none;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

a:hover {
  color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

#page {
  width: min(100%, 1080px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 48px) 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#header_ma {
  width: 100%;
  padding-top: clamp(8px, 2vw, 18px);
  text-align: center;
}

#flags {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-right: clamp(0px, 5vw, 68px);
}

#flags a {
  width: 28px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 216, 180, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.14);
  opacity: 0.78;
  backdrop-filter: blur(6px);
}

#flags a:hover {
  border-color: rgba(230, 216, 180, 0.34);
  opacity: 1;
  transform: translateY(-1px);
}

#flag_fr,
#flag_uk {
  width: 21px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

#flag_fr {
  background-image: url("/images/flags/fr.svg");
}

#flag_uk {
  background-image: url("/images/flags/uk.svg");
}

.brand-link {
  width: min(540px, 86vw);
  margin: clamp(30px, 5vw, 54px) auto 0;
  display: block;
}

#header_title {
  width: 100%;
  aspect-ratio: 580 / 118;
  background: url("/images/logo_fr-jga.png") center / contain no-repeat;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.42));
}

#header_description {
  width: min(720px, 100%);
  margin: clamp(34px, 5vw, 52px) auto 0;
  text-align: center;
}

#header_description::before {
  width: 86px;
  height: 1px;
  margin: 0 auto clamp(22px, 3vw, 30px);
  display: block;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(230, 216, 180, 0.88), transparent);
}

#header_description .WhiteChampagne36 {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--champagne);
  font-size: clamp(2.35rem, 5.7vw, 4.05rem);
  line-height: 1.04;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.58);
}

#header_description .WhiteChampagne20,
.WhiteChampagne20 {
  color: var(--muted);
  font-family: var(--champagne);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.4;
}

#content_ma {
  width: 100%;
  margin-top: clamp(42px, 7vw, 74px);
  text-align: center;
}

article {
  width: 100%;
}

.entry-content {
  width: min(760px, 100%);
  margin: 0 auto;
}

.WhiteChampagne18 {
  color: var(--white);
  font-family: var(--champagne);
  font-size: clamp(1.08rem, 1.75vw, 1.24rem);
  line-height: 1.66;
}

.intro-card,
.contact-card {
  border: 1px solid var(--panel-border);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.intro-card {
  padding: clamp(30px, 5vw, 52px);
}

.intro-card p {
  max-width: 610px;
  margin: 0 auto;
  color: rgba(255, 250, 240, 0.86);
}

.intro-card p + p {
  margin-top: 24px;
}

.intro-card strong {
  color: #fff;
  font-family: var(--system);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-card {
  text-align: left;
}

.legal-card p {
  max-width: 740px;
}

.contact-card {
  width: min(390px, 100%);
  margin: clamp(38px, 6vw, 64px) auto 0;
  padding: 20px 26px;
  display: grid;
  gap: 11px;
  justify-items: center;
}

.contact-card a {
  color: rgba(255, 250, 240, 0.88);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  letter-spacing: 0.02em;
}

.contact-card:hover {
  border-color: rgba(230, 216, 180, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(8, 8, 7, 0.5);
}

.contact-card:hover a {
  color: var(--gold-soft);
}

.ornament {
  width: min(245px, 100%);
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(230, 216, 180, 0.58), transparent);
}

#footer_ma {
  width: 100%;
  margin-top: 0;
  padding-top: clamp(34px, 6vw, 58px);
  text-align: center;
}

#footer_ma .WhiteArial14 {
  color: rgba(255, 250, 240, 0.78);
  font-family: var(--system);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

#footer_ma a {
  color: rgba(230, 216, 180, 0.76);
}

@media screen and (max-width: 640px) {
  body {
    background-size: auto, auto, 1200px auto, auto;
    background-position: center, center, top center, center;
  }

  #page {
    padding: 16px 16px 22px;
  }

  #flags {
    justify-content: center;
    padding-right: 0;
  }

  .brand-link {
    width: min(340px, 72vw);
    margin-top: 20px;
  }

  #header_description {
    margin-top: 20px;
  }

  #header_description::before {
    width: 68px;
    margin-bottom: 16px;
  }

  #header_description .WhiteChampagne36 {
    margin-bottom: 10px;
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 0.98;
  }

  #header_description .WhiteChampagne20,
  .WhiteChampagne20 {
    font-size: 0.96rem;
    line-height: 1.28;
  }

  .intro-card {
    padding: 22px 18px;
  }

  .intro-card p + p {
    margin-top: 16px;
  }

  .WhiteChampagne18 {
    font-size: 1rem;
    line-height: 1.48;
  }

  #content_ma {
    margin-top: 24px;
  }

  .contact-card {
    width: min(340px, 100%);
    margin-top: 20px;
    padding: 16px 22px;
  }

  .contact-card a {
    font-size: 0.98rem;
  }

  #footer_ma {
    padding-top: 28px;
  }

  .legal-card {
    text-align: center;
  }

}
