/* =========================================================
   ALL LUXURY SUITES GROUP — Feuille de style
   Charte : bleu nuit #11223a · or #cf7b24 → #fbe96b
   ========================================================= */

:root {
  --navy: #11223a;
  --navy-deep: #0b1729;
  --navy-soft: #1a2f4d;
  --gold-1: #cf7b24;
  --gold-2: #fbe96b;
  --gold: #d9a441;
  --gold-text: #a8792a;
  --ivory: #f8f4ec;
  --ivory-2: #efe8da;
  --ink: #1c2433;
  --muted: #5d6576;
  --on-navy: #b4bccb;
  --white: #ffffff;
  --gold-grad: linear-gradient(100deg, var(--gold-1) 0%, #e9b94a 35%, var(--gold-2) 60%, #e3a73c 100%);
  --line-dark: rgba(17, 34, 58, .12);
  --line-gold: rgba(217, 164, 65, .22);

  --f-display: "Marcellus", "Optima", "Candara", serif;
  --f-serif: "Cormorant Garamond", "Garamond", Georgia, serif;
  --f-sans: "Montserrat", "Myriad Pro", "Segoe UI", sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --hdr: 64px;                          /* hauteur du menu une fois la page défilée */
  --hdr-top: 88px;                      /* hauteur du menu en haut de page */
  --pad: clamp(22px, 4.5vh, 60px);      /* respiration haute/basse d'un écran */

  /* Motif en chevrons de la charte */
  --pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' viewBox='0 0 48 24'%3E%3Cdefs%3E%3ClinearGradient id='g'%3E%3Cstop offset='0' stop-color='%23cf7b24'/%3E%3Cstop offset='1' stop-color='%23fbe96b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 9 L12 1 L24 9 L36 1 L48 9' fill='none' stroke='url(%23g)' stroke-width='2.4'/%3E%3Cpath d='M2 23 L12 13.5 L22 23Z' fill='url(%23g)'/%3E%3Cpath d='M26.5 23 L36 14 L45.5 23Z' fill='none' stroke='url(%23g)' stroke-width='2'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--hdr); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--ivory);
  overflow-x: hidden;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0 0 1em; }
ul, ol { list-style: none; margin: 0; padding: 0; }
strong { font-weight: 600; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Typographie ---------- */
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: clamp(.6rem, 2vh, 1.4rem);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .8; flex: none; }
.eyebrow--dark { color: var(--gold-text); }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .8; flex: none; }

.title {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, min(4.2vw, 6.2vh), 3.2rem);
  line-height: 1.12;
  letter-spacing: .01em;
  color: var(--navy);
}
.title em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 500;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: .08em;
}
.section--ivory .title em, .project__partners .title em { background: linear-gradient(100deg, #b86a1c, #c98f2e 50%, #b87a22); -webkit-background-clip: text; background-clip: text; }
.title--light { color: var(--white); }
.title--sm { font-size: clamp(1.6rem, 3vw, 2.3rem); }

.lead { font-family: var(--f-serif); font-size: clamp(1.1rem, min(2vw, 2.9vh), 1.45rem); line-height: 1.5; color: var(--navy); font-weight: 500; }
.lead--light { color: #e9e3d6; }

.rule { display: block; width: 72px; height: 1px; background: var(--gold-grad); margin: clamp(.8rem, 2.4vh, 1.8rem) 0 clamp(.9rem, 2.8vh, 2rem); position: relative; }
.rule::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; transform: translate(-50%, -50%) rotate(45deg); background: var(--gold); }
.rule--center { margin-left: auto; margin-right: auto; }

/* ---------- Boutons & liens ---------- */
.btn {
  --h: 54px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
  padding: 0 34px;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
  transition: color .5s var(--ease), border-color .5s var(--ease);
}
.btn::before {
  content: "";
  position: absolute; inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .6s var(--ease);
}
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn--gold { background: var(--gold-grad); color: var(--navy); }
.btn--gold::before { background: var(--navy); }
.btn--gold:hover { color: var(--gold-2); border-color: var(--gold); }
.btn--ghost { border-color: rgba(251, 233, 107, .45); color: var(--gold-2); }
.btn--ghost::before { background: var(--gold-grad); }
.btn--ghost:hover { color: var(--navy); }
.btn--navy { background: var(--navy); color: var(--gold-2); }
.btn--navy::before { background: var(--gold-grad); }
.btn--navy:hover { color: var(--navy); }

.link-arrow {
  font-size: 11px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-text); display: inline-flex; align-items: center; gap: 12px; white-space: nowrap;
}
.link-arrow::after { content: ""; width: 30px; height: 1px; background: currentColor; transition: width .4s var(--ease); }
.link-arrow:hover::after { width: 50px; }

/* ---------- Motif de la charte ---------- */
.pattern { height: 24px; background: var(--pattern) repeat-x center / 48px 24px; }
.pattern--hero { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; }
.pattern--band { height: 44px; background-color: var(--navy-deep); }
.pattern--top { position: absolute; top: 0; left: 0; right: 0; }
.pattern--footer { margin-bottom: 70px; opacity: .85; }

/* ---------- Préchargement ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--navy);
  display: grid; place-content: center; justify-items: center; gap: 28px;
  transition: opacity .9s var(--ease), visibility .9s;
}
.preloader__mark { width: 70px; opacity: 0; animation: fadeUp 1.1s var(--ease) .1s forwards; }
.preloader__line { width: 120px; height: 1px; background: rgba(255, 255, 255, .12); position: relative; overflow: hidden; }
.preloader__line::after { content: ""; position: absolute; inset: 0; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; animation: load 1.3s var(--ease) .2s forwards; }
body.is-loaded .preloader { opacity: 0; visibility: hidden; }
@keyframes load { to { transform: scaleX(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- En-tête ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .5s var(--ease), box-shadow .5s var(--ease);
}
.header.is-scrolled, body.is-locked .header {
  background: rgba(11, 23, 41, .94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(217, 164, 65, .25);
}
.header__inner { height: var(--hdr-top); transition: height .5s var(--ease); max-width: 1400px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 14px; flex: none; }
.brand__mark { width: 34px; transition: width .5s var(--ease); }
.header.is-scrolled .brand__mark { width: 28px; }
.header.is-scrolled .header__inner, body.is-locked .header__inner { height: var(--hdr); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--f-display); font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: var(--white); white-space: nowrap; }
.brand__sub { font-size: 9px; letter-spacing: .6em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav__list { display: flex; gap: clamp(16px, 2vw, 34px); }
.nav__list a {
  position: relative;
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  padding: 8px 0;
  white-space: nowrap;
  transition: color .3s;
}
.nav__list a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: var(--gold-grad); transition: left .4s var(--ease), right .4s var(--ease); }
.nav__list a:hover, .nav__list a.is-current { color: var(--gold-2); }
.nav__list a:hover::after, .nav__list a.is-current::after { left: 0; right: 0; }

.header__tools { display: flex; align-items: center; gap: 22px; }
.lang { display: flex; align-items: center; gap: 10px; }
.lang__btn {
  background: none; border: 0; padding: 4px 2px; cursor: pointer;
  font-family: var(--f-sans); font-size: 11px; font-weight: 500; letter-spacing: .2em;
  color: rgba(255, 255, 255, .5); transition: color .3s;
}
.lang__btn.is-active, .lang__btn:hover { color: var(--gold-2); }
.lang__sep { width: 1px; height: 12px; background: rgba(217, 164, 65, .5); }

.burger { display: none; width: 44px; height: 44px; background: none; border: 1px solid rgba(217, 164, 65, .45); cursor: pointer; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1px; background: var(--gold-2); transition: transform .45s var(--ease), top .45s var(--ease); }
.burger span:first-child { top: 17px; }
.burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.drawer {
  position: fixed; inset: 0; z-index: 90;
  background: var(--navy-deep) var(--pattern) repeat-x bottom 30px center / 48px 24px;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 36px;
  clip-path: circle(0 at calc(100% - 42px) 42px);
  transition: clip-path .8s var(--ease), visibility 0s .8s;
  visibility: hidden;
}
.drawer.is-open { clip-path: circle(150% at calc(100% - 42px) 42px); visibility: visible; transition: clip-path .8s var(--ease); }
.drawer__list { text-align: center; display: grid; gap: 12px; }
.drawer__list a { font-family: var(--f-display); font-size: clamp(1.5rem, 6vw, 2.1rem); color: var(--white); transition: color .3s; }
.drawer__list a:hover { color: var(--gold-2); }
.drawer__motto { font-family: var(--f-serif); font-style: italic; color: var(--gold); font-size: 1.1rem; margin: 0; padding: 0 16px; text-align: center; }

/* ---------- Écran d'accueil : hero + compte à rebours ---------- */
.intro { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; }
.hero {
  position: relative;
  flex: 1;
  display: grid; place-items: center;
  padding: calc(var(--hdr-top) + 4px) var(--gutter) clamp(36px, 5.6vh, 64px);
  background: var(--navy-deep);
  overflow: hidden;
  color: var(--white);
  text-align: center;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 38% center;
  opacity: .5;
  transform: scale(1.06);
  animation: kenburns 32s ease-in-out infinite alternate;
}
@keyframes kenburns { to { transform: scale(1.16) translate(-1.5%, 1%); } }
.hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(17, 34, 58, .55) 0%, rgba(11, 23, 41, .88) 62%, rgba(11, 23, 41, .97) 100%),
    linear-gradient(180deg, rgba(11, 23, 41, .7) 0%, transparent 30%, transparent 70%, rgba(11, 23, 41, .9) 100%);
}
.hero__lines { position: absolute; inset: 0; display: flex; justify-content: space-around; pointer-events: none; }
.hero__lines span { width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(217, 164, 65, .12), transparent); }

.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.hero__logo { width: clamp(140px, calc((100vh - 470px) * .72), 330px); max-width: 70vw; margin: clamp(.2rem, 1vh, .5rem) 0 clamp(.8rem, 2.4vh, 1.6rem); filter: drop-shadow(0 18px 50px rgba(0, 0, 0, .45)); }
@supports (height: 1svh) { .hero__logo { width: clamp(140px, calc((100svh - 470px) * .72), 330px); } }
.hero__motto {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(1.15rem, min(2.6vw, 3.4vh), 1.9rem);
  color: #efe6cf;
  margin-bottom: clamp(1rem, 3.6vh, 2.6rem);
  letter-spacing: .02em;
}
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

.hero__scroll {
  position: absolute; bottom: 48px; left: var(--gutter);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  font-size: 9px; letter-spacing: .4em; text-transform: uppercase; color: rgba(255, 255, 255, .5);
  z-index: 2;
}
.hero__scroll span { writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__scroll i { width: 1px; height: 46px; background: rgba(255, 255, 255, .15); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; right: 0; height: 40%; background: var(--gold-2); animation: drip 2.2s var(--ease) infinite; }
@keyframes drip { from { top: -40%; } to { top: 100%; } }

/* ---------- Bandeau événement + compte à rebours ---------- */
.event { background: var(--navy-deep); color: #d8d2c4; border-bottom: 1px solid rgba(217, 164, 65, .18); }
.event__inner { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); padding-top: clamp(14px, 2.6vh, 28px); padding-bottom: clamp(14px, 2.6vh, 28px); }
.event__text { flex: 1; min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; row-gap: 6px; align-items: center; }
.event__tag {
  display: inline-block;
  font-size: 10px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase;
  color: var(--navy); background: var(--gold-grad); padding: 6px 12px;
}
.event__date { font-size: 10px; font-weight: 500; letter-spacing: .2em; white-space: nowrap; text-transform: uppercase; color: var(--gold); margin: 0; }
.event__title { grid-column: 1 / -1; font-family: var(--f-display); font-size: clamp(1rem, min(1.6vw, 2.8vh), 1.45rem); line-height: 1.3; color: var(--white); }
.event__title em { font-family: var(--f-serif); font-style: italic; font-weight: 500; color: var(--gold-2); font-size: 1.1em; }
.event .link-arrow { color: var(--gold); flex: none; }

.when-past { display: none; }
.event.is-past .when-upcoming { display: none; }
.event.is-past .when-past { display: inline; }

.countdown { display: flex; flex: none; }
.countdown__cell { display: flex; flex-direction: column; align-items: center; min-width: 74px; padding: 0 10px; border-left: 1px solid rgba(217, 164, 65, .28); }
.countdown__cell:first-child { border-left: 0; }
.countdown__num {
  font-family: var(--f-serif); font-weight: 500; font-size: clamp(1.7rem, 5vh, 2.6rem); line-height: 1;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: lining-nums tabular-nums;
}
.countdown__lbl { margin-top: 6px; font-size: 9px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 9vw, 96px) 0; position: relative; }
.section--ivory { background: var(--ivory); }
.section--ivory2 { background: var(--ivory-2); }
.section--navy { background: var(--navy); color: var(--on-navy); }
.section__head { text-align: center; max-width: 820px; margin: 0 auto clamp(22px, 4.5vh, 56px); }
.section__head--row { margin-bottom: clamp(18px, 3.6vh, 44px); text-align: left; max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.section__aside { max-width: 340px; color: var(--muted); margin: 0; font-family: var(--f-serif); font-size: 1.15rem; font-style: italic; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__caption { display: block; margin-top: 18px; font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); text-align: right; }
.split__text > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: .95rem; line-height: 1.7; }

/* Cadre doré décalé */
.frame { position: relative; padding: 16px; }
.frame::before {
  content: ""; position: absolute; inset: 0;
  border: 1px solid var(--gold);
  transform: translate(22px, 22px);
  pointer-events: none;
  transition: transform .8s var(--ease);
}
.frame:hover::before { transform: translate(12px, 12px); }
.frame--light::before { border-color: rgba(251, 233, 107, .5); }

/* Composition emblème (Le Groupe) */
.art { position: relative; overflow: hidden; aspect-ratio: 4 / 5; }
.art--arch { background: linear-gradient(180deg, #1c3352 0%, var(--navy) 55%, var(--navy-deep) 100%); }
.art__sun { position: absolute; width: 46%; aspect-ratio: 1; border-radius: 50%; left: 27%; top: 22%; background: radial-gradient(circle at 40% 35%, var(--gold-2), var(--gold-1) 70%); opacity: .22; filter: blur(2px); }
.art__arch { position: absolute; left: 16%; right: 16%; top: 14%; bottom: -1px; border: 1px solid rgba(251, 233, 107, .55); border-bottom: 0; border-radius: 999px 999px 0 0; }
.art__arch--2 { left: 24%; right: 24%; top: 24%; border-color: rgba(251, 233, 107, .3); }
.art__mark { position: absolute; width: 22%; left: 39%; top: 46%; }

.photo { aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-deep); }
.photo img { width: 100%; height: 100%; object-fit: cover; object-position: 4% center; transition: transform 1.6s var(--ease); }
.frame:hover .photo img { transform: scale(1.04); }

/* Faits clés */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(1rem, 3.2vh, 2.4rem) 0 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.facts > div { padding: clamp(10px, 1.8vh, 16px) 14px; border-left: 1px solid var(--line-dark); }
.facts > div:first-child { border-left: 0; padding-left: 0; }
.facts dt { font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 4px; }
.facts dd { margin: 0; font-family: var(--f-serif); font-size: clamp(.98rem, 2.4vh, 1.15rem); font-weight: 500; line-height: 1.3; color: var(--navy); }

/* ---------- Métiers ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-gold); border-left: 1px solid var(--line-gold); }
.service {
  position: relative;
  display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-content: start;
  padding: clamp(18px, 3.2vh, 34px) clamp(18px, 2vw, 30px);
  border-right: 1px solid var(--line-gold);
  border-bottom: 1px solid var(--line-gold);
  overflow: hidden;
  transition: background .6s var(--ease);
}
.service::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 2px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
.service:hover { background: rgba(255, 255, 255, .03); }
.service:hover::before { transform: scaleX(1); }
.service__num { position: absolute; top: 14px; right: 18px; font-family: var(--f-serif); font-style: italic; font-size: 1.9rem; line-height: 1; color: rgba(217, 164, 65, .22); transition: color .5s; }
.service:hover .service__num { color: rgba(251, 233, 107, .6); }
.service__icon { width: 38px; height: 38px; fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; grid-row: span 2; }
.service h3 { font-family: var(--f-display); font-size: clamp(1.02rem, 2.6vh, 1.2rem); line-height: 1.3; color: var(--white); margin-bottom: .4rem; padding-right: 36px; }
.service p { font-size: .86rem; line-height: 1.6; color: var(--on-navy); margin: 0; }

/* ---------- Projet phare ---------- */
.project__banner {
  position: relative;
  min-height: calc(100vh - var(--hdr));
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}
.project__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.project__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 23, 41, .92) 0%, rgba(11, 23, 41, .6) 42%, rgba(11, 23, 41, .08) 78%),
    linear-gradient(0deg, rgba(11, 23, 41, .85) 0%, transparent 45%);
}
.project__banner-text { position: relative; z-index: 2; padding-top: clamp(40px, 8vh, 120px); padding-bottom: clamp(36px, 8vh, 90px); }
.project__name {
  font-family: var(--f-display);
  font-size: clamp(2.3rem, min(7vw, 10.5vh), 5.6rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 clamp(.6rem, 2vh, 1.4rem);
}
.project__name span { display: block; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.project__tagline { font-family: var(--f-serif); font-style: italic; font-size: clamp(1.2rem, 2.2vw, 1.6rem); color: #efe6cf; max-width: 560px; margin: 0 0 clamp(1.1rem, 3.4vh, 2.2rem); }
.project__cta { gap: 14px; }
.play-dot { width: 0; height: 0; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.credit { position: absolute; right: 16px; bottom: 12px; z-index: 2; font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }

.project__intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.project__pillars { background: var(--white); padding: clamp(22px, 4vh, 44px) clamp(24px, 3vw, 44px); position: relative; box-shadow: 0 40px 80px -60px rgba(17, 34, 58, .5); }
.project__pillars::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--gold-grad); }
.project__pillars li { display: flex; align-items: center; gap: 16px; padding: clamp(8px, 1.6vh, 14px) 0; border-bottom: 1px solid var(--line-dark); font-family: var(--f-display); font-size: clamp(1rem, 2.5vh, 1.12rem); color: var(--navy); }
.project__pillars li::before { content: ""; width: 7px; height: 7px; transform: rotate(45deg); background: var(--gold); flex: none; }
.project__operator { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: clamp(12px, 2.4vh, 22px) 0 0; font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-text); }
.project__operator img { height: clamp(40px, 7vh, 52px); width: auto; }

.stats__head { text-align: center; margin: 0 0 clamp(20px, 4.5vh, 52px); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.stat { position: relative; padding: clamp(16px, 3.2vh, 38px) clamp(16px, 2vw, 30px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .5s var(--ease); }
.stat::before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 2px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
.stat:hover { background: var(--white); }
.stat:hover::before { transform: scaleX(1); }
.stat__value { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 0 0 clamp(6px, 1.4vh, 12px); font-family: var(--f-serif); font-weight: 500; line-height: 1; color: var(--navy); }
.stat__num { font-size: clamp(2.2rem, min(4.4vw, 7vh), 3.6rem); font-variant-numeric: lining-nums tabular-nums; white-space: nowrap; }
.stat__unit { font-style: italic; font-size: clamp(1.1rem, 1.6vw, 1.4rem); color: var(--gold-text); }
.stat h4 { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; line-height: 1.5; }
.stat__desc { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.55; }

.renders { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.render { position: relative; margin: 0; overflow: hidden; background: var(--navy); min-height: 270px; }
.render--main { grid-row: span 2; min-height: 560px; }
.render img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.render:hover img { transform: scale(1.05); }
.render figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(0deg, rgba(11, 23, 41, .88), transparent);
  color: var(--white);
}
.render__k { font-size: 10px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: var(--gold-2); }
.render figcaption p { font-family: var(--f-serif); font-style: italic; font-size: 1.3rem; margin: 4px 0 0; line-height: 1.3; }
.renders__credit { text-align: right; margin: 14px 0 0; font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }

/* ---------- Film du projet ---------- */
.film { background: radial-gradient(ellipse at 50% 0%, #1f3a5e, var(--navy) 60%, var(--navy-deep)); }
.film__player { position: relative; width: 100%; max-width: 1040px; margin: 0 auto; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7); }
.film__player::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(251, 233, 107, .35); pointer-events: none; }
.film__video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
.film__play {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; gap: 18px;
  padding: clamp(16px, 3vh, 30px) clamp(18px, 3vw, 34px);
  background: linear-gradient(0deg, rgba(11, 23, 41, .8), transparent 50%);
  border: 0; cursor: pointer; text-align: left; color: var(--white); font: inherit;
}
.film__icon { flex: none; width: clamp(54px, 9vh, 72px); aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; transition: background .5s var(--ease), transform .5s var(--ease); }
.film__icon::after { content: ""; margin-left: 5px; border-left: 16px solid var(--gold-2); border-top: 10px solid transparent; border-bottom: 10px solid transparent; transition: border-color .5s; }
.film__play:hover .film__icon { background: var(--gold-grad); transform: scale(1.06); }
.film__play:hover .film__icon::after { border-left-color: var(--navy); }
.film__text { display: flex; flex-direction: column; gap: 2px; }
.film__label { font-size: 11px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: var(--gold-2); }
.film__meta { font-family: var(--f-serif); font-style: italic; font-size: 1.1rem; color: #efe6cf; }
.film.is-playing .film__play { display: none; }

/* ---------- Mot du promoteur ---------- */
.word { overflow: hidden; }
.word::after {
  content: "A"; position: absolute; right: -4vw; bottom: -18vw;
  font-family: var(--f-serif); font-style: italic; font-size: 48vw; line-height: 1;
  color: rgba(251, 233, 107, .025); pointer-events: none;
}
.word__grid { display: grid; grid-template-columns: minmax(220px, 300px) 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; z-index: 1; }
.word__portrait { text-align: center; }
.word__arch { position: relative; margin: 0 auto clamp(14px, 3vh, 28px); max-width: min(300px, calc((100vh - var(--hdr) - 2 * var(--pad) - 100px) * .8)); }
.word__arch::before {
  content: ""; position: absolute; inset: -14px;
  border: 1px solid rgba(251, 233, 107, .45);
  border-radius: 999px 999px 0 0;
  pointer-events: none;
}
.word__arch img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top;
  background: var(--ivory);
  border-radius: 999px 999px 0 0;
  filter: grayscale(1) contrast(1.04);
}
.word__name { font-family: var(--f-display); font-size: clamp(1.15rem, 3vh, 1.45rem); color: var(--white); margin: 0 0 4px; }
.word__role { font-size: 10px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin: 0; }
.word__quote {
  font-family: var(--f-serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.15rem, min(2.2vw, 3.2vh), 1.8rem); line-height: 1.35;
  color: #f1dc8f;
  margin: clamp(.6rem, 2vh, 1.6rem) 0 clamp(.8rem, 2.6vh, 2rem);
  padding-left: 26px;
  border-left: 1px solid var(--gold);
}
.word__body { column-count: 2; column-gap: 36px; }
.word__body p { font-size: clamp(.8rem, 2.15vh, .92rem); line-height: 1.62; color: var(--on-navy); break-inside: avoid; margin-bottom: .8em; }
.word__body strong { color: var(--white); font-weight: 500; }

/* ---------- Partenaires ---------- */
.project__partners { background: var(--ivory-2); padding: clamp(56px, 9vw, 96px) 0; }
.duo { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(14px, 2vw, 32px); align-items: stretch; }
.duo__card { display: grid; grid-template-columns: clamp(96px, 10vw, 150px) 1fr; column-gap: clamp(16px, 2vw, 28px); align-content: center; background: var(--white); padding: clamp(18px, 3.4vh, 36px) clamp(18px, 2.4vw, 32px); text-align: left; position: relative; box-shadow: 0 40px 80px -60px rgba(17, 34, 58, .5); }
.duo__card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--gold-grad); }
.duo__logo { grid-row: 1 / span 3; display: flex; align-items: center; justify-content: center; }
.duo__logo img { max-height: clamp(70px, 15vh, 120px); width: auto; }
.duo__card h3 { font-family: var(--f-display); font-size: clamp(1.1rem, 2.8vh, 1.4rem); color: var(--navy); }
.duo__kicker { font-family: var(--f-serif); font-style: italic; font-size: 1.05rem; line-height: 1.35; color: var(--gold-text); margin: 2px 0 8px; }
.duo__card p:last-child { font-size: .82rem; line-height: 1.55; color: var(--muted); margin: 0; }
.duo__x { align-self: center; font-family: var(--f-serif); font-style: italic; font-size: 3rem; line-height: 1; color: var(--gold); }

.logos { margin-top: clamp(16px, 3.6vh, 56px); text-align: center; }
.logos__title { font-size: 10px; font-weight: 600; letter-spacing: .4em; text-transform: uppercase; color: var(--gold-text); margin-bottom: clamp(10px, 2vh, 22px); }
.logos__list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.logos__list li { background: var(--white); height: clamp(56px, 10vh, 104px); display: grid; place-items: center; padding: clamp(8px, 1.6vh, 16px); border: 1px solid transparent; transition: border-color .4s; }
.logos__list img { max-height: clamp(40px, 7.5vh, 70px); max-width: 100%; width: auto; transition: transform .5s var(--ease); }
.logos__list li:hover { border-color: rgba(217, 164, 65, .5); }
.logos__list li:hover img { transform: scale(1.05); }

/* ---------- Investir ---------- */
.invest { overflow: hidden; }
.invest .lead { margin-bottom: 0; }
.invest::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(251, 233, 107, .07), transparent 55%); pointer-events: none; }
.steps { margin: clamp(.8rem, 2.4vh, 2.2rem) 0 clamp(1rem, 3vh, 2.4rem); display: grid; gap: clamp(8px, 2vh, 24px); }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
.steps li > span { font-family: var(--f-serif); font-style: italic; font-size: 1.8rem; color: var(--gold); line-height: 1; padding-top: 2px; border-right: 1px solid rgba(217, 164, 65, .3); }
.steps h3 { font-family: var(--f-display); font-size: clamp(1rem, 2.6vh, 1.15rem); color: var(--white); margin-bottom: 4px; }
.steps p { margin: 0; font-size: .86rem; color: var(--on-navy); }

/* ---------- Actualités ---------- */
.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post { background: var(--white); display: flex; flex-direction: column; transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.post:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -30px rgba(17, 34, 58, .35); }
.post__visual { display: block; height: clamp(130px, 24vh, 250px); overflow: hidden; background: var(--navy); }
.post__visual img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transition: transform 1.2s var(--ease); }
.post:hover .post__visual img { transform: scale(1.06); }
.post__visual--brand { display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, #25446b, var(--navy)); }
.post__visual--brand img { width: 18%; height: auto; object-fit: contain; }
.post__body { padding: clamp(16px, 3vh, 28px) clamp(18px, 2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.post time, .post__date { font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-text); }
.post h3 { font-family: var(--f-display); font-size: clamp(1.02rem, 2.7vh, 1.25rem); line-height: 1.3; color: var(--navy); margin: .5rem 0; }
.post p { font-size: .86rem; line-height: 1.6; color: var(--muted); margin-bottom: .8em; }
.post .link-arrow, .post__soon { margin-top: auto; align-self: flex-start; }
.post__soon { font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--navy); opacity: .45; }

/* ---------- Newsletter ---------- */
.soon {
  position: relative;
  padding: clamp(64px, 11vh, 120px) 0 clamp(44px, 8vh, 96px);
  background: radial-gradient(ellipse at 50% 0%, #1f3a5e, var(--navy) 55%, var(--navy-deep));
  color: #cfd4dd;
  text-align: center;
}
.soon__inner { max-width: 760px; }
.soon__mark { width: 46px; margin: 0 auto clamp(14px, 3vh, 26px); }
.soon .title { margin-bottom: 1.2rem; }
.subscribe { display: flex; margin: clamp(1.2rem, 3.4vh, 2.4rem) auto 0; max-width: 560px; border: 1px solid rgba(217, 164, 65, .45); }
.subscribe input {
  flex: 1; min-width: 0; height: 58px; padding: 0 22px;
  background: transparent; border: 0; outline: 0; border-radius: 0;
  font-family: var(--f-sans); font-size: 14px; font-weight: 300; color: var(--white);
}
.subscribe input::placeholder { color: rgba(255, 255, 255, .45); }
.subscribe .btn { --h: 58px; }
.form-msg { min-height: 1.5em; margin: 16px 0 0; font-family: var(--f-serif); font-style: italic; font-size: 1.1rem; color: var(--gold-2); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.contact__info > p:not(.eyebrow) { color: var(--muted); }
.coords { margin: clamp(1rem, 3vh, 2.4rem) 0 0; display: grid; gap: clamp(10px, 2.2vh, 26px); }
.coords dt { font-size: 10px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 6px; }
.coords dd { margin: 0; font-family: var(--f-serif); font-size: clamp(1.02rem, 2.7vh, 1.25rem); line-height: 1.45; color: var(--navy); }
.coords a { border-bottom: 1px solid rgba(168, 121, 42, .4); transition: border-color .3s; }
.coords a:hover { border-color: var(--gold-text); }

.contact__form { background: var(--white); padding: clamp(22px, 4.4vh, 56px) clamp(24px, 4vw, 56px); box-shadow: 0 40px 80px -50px rgba(17, 34, 58, .45); position: relative; }
.contact__form::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--gold-grad); }
.field { position: relative; margin-bottom: clamp(14px, 2.8vh, 30px); }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 20px 0 8px;
  background: transparent;
  border: 0; border-bottom: 1px solid rgba(17, 34, 58, .2);
  outline: 0; border-radius: 0;
  font-family: var(--f-sans); font-size: 15px; font-weight: 400; color: var(--navy);
  transition: border-color .4s;
  -webkit-appearance: none; appearance: none;
}
.field select { cursor: pointer; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23a8792a'/%3E%3C/svg%3E") no-repeat right 4px center; }
.field textarea { resize: vertical; min-height: clamp(64px, 12vh, 110px); }
.field label {
  position: absolute; left: 0; top: 22px;
  font-size: 13px; color: var(--muted); letter-spacing: .04em;
  pointer-events: none;
  transition: top .35s var(--ease), font-size .35s var(--ease), color .35s, letter-spacing .35s;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field select:focus + label, .field select:valid + label {
  top: 0; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-text);
}
.field.is-invalid input, .field.is-invalid textarea, .field.is-invalid select { border-color: #a33a2b; }
.contact__form .form-msg { color: var(--gold-text); }

/* ---------- Pied de page ---------- */
.footer { background: var(--navy-deep); color: var(--on-navy); padding: 0 0 30px; font-size: .9rem; }
.footer__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; padding-bottom: 60px; border-bottom: 1px solid rgba(217, 164, 65, .18); }
.footer__logo { width: 210px; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer h4 { font-size: 10px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer ul:not(.social) li { margin-bottom: .55rem; }
.footer a { transition: color .3s; }
.footer a:hover { color: var(--gold-2); }
.social { display: flex; gap: 10px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(217, 164, 65, .35); transition: background .4s, border-color .4s; }
.social svg { width: 17px; height: 17px; fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke .4s; }
.social a:hover { background: var(--gold-grad); border-color: transparent; }
.social a:hover svg { stroke: var(--navy); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 28px; font-size: .78rem; letter-spacing: .04em; }
.footer__bottom p { margin: 0; }
.footer__motto { font-family: var(--f-serif); font-style: italic; font-size: 1rem; color: var(--gold); }

/* ---------- Retour en haut ---------- */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 80;
  width: 50px; height: 50px; display: grid; place-items: center;
  background: var(--navy); border: 1px solid rgba(217, 164, 65, .5);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity .5s var(--ease), transform .5s var(--ease), background .4s;
}
.to-top.is-shown { opacity: 1; transform: none; pointer-events: auto; }
.to-top svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-2); stroke-width: 1.4; }
.to-top:hover { background: var(--navy-soft); }

/* ---------- Une rubrique = un écran (ordinateur) ---------- */
@media (min-width: 861px) {
  html { scroll-snap-type: y proximity; }
  .intro, .project__banner { scroll-snap-align: start; }
  .screen {
    min-height: calc(100vh - var(--hdr));
    display: flex; flex-direction: column; justify-content: center;
    padding: var(--pad) 0;
    scroll-snap-align: start;
  }
  @supports (height: 1svh) {
    .screen, .project__banner { min-height: calc(100svh - var(--hdr)); }
  }
  .screen > .container { width: 100%; }
  .invest .split { grid-template-columns: 1.4fr 1fr; }
  #groupe .split { grid-template-columns: .9fr 1.2fr; }
  /* visuels calés sur la hauteur disponible */
  .split__media .frame { width: min(100%, calc((100vh - var(--hdr) - 2 * var(--pad) - 70px) * .8)); margin: 0 auto; }
  .renders { height: clamp(340px, calc(100vh - var(--hdr) - 2 * var(--pad) - 36px), 680px); }
  .render, .render--main { min-height: 0; }
  .film__player { width: min(100%, calc((100vh - var(--hdr) - 2 * var(--pad) - 170px) * 16 / 9)); }
}
@media (min-width: 861px) and (max-height: 700px) {
  .hero__scroll { display: none; }
}

/* ---------- Apparitions au défilement ---------- */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1140px) {
  .nav { display: none; }
  .burger { display: block; }
}
@media (max-width: 1080px) {
  .services { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .news { grid-template-columns: repeat(2, 1fr); }
  .news .post:last-child { grid-column: span 2; flex-direction: row; }
  .news .post:last-child .post__visual { width: 45%; height: auto; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .facts > div:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .logos__list { grid-template-columns: repeat(3, 1fr); }
  .event__inner { flex-wrap: wrap; }
  .event__text { flex-basis: 100%; }
}
@media (max-width: 960px) {
  .word__grid { grid-template-columns: 1fr; }
  .word__portrait { position: relative; top: 0; }
  .word__arch { max-width: 300px; }
}
@media (max-width: 860px) {
  .split, .contact, .project__intro { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .split__media { max-width: 520px; width: 100%; margin: 0 auto; }
  .renders { grid-template-columns: 1fr; grid-template-rows: none; }
  .render--main { grid-row: auto; min-height: 420px; }
  .render { min-height: 300px; }
  .word__body { column-count: 1; }
  .duo { grid-template-columns: 1fr; }
  .duo__card { grid-template-columns: 1fr; text-align: center; }
  .duo__logo { grid-row: auto; margin-bottom: 14px; }
  .project__banner { min-height: 78svh; }
  .duo__x { justify-self: center; font-size: 3rem; }
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .brand__name { font-size: 12px; letter-spacing: .1em; }
  .brand__sub { font-size: 8px; }
  .brand__mark { width: 28px; }
  .header__tools { gap: 14px; }
  .services, .news { grid-template-columns: 1fr; }
  .news .post:last-child { grid-column: auto; flex-direction: column; }
  .news .post:last-child .post__visual { width: auto; height: 200px; }
  .hero__cta { flex-direction: column; width: 100%; max-width: 320px; }
  .hero__cta .btn { width: 100%; }
  .hero__scroll { display: none; }
  .countdown { width: 100%; justify-content: space-between; }
  .countdown__cell { min-width: 0; flex: 1; padding: 0 4px; }
  .countdown__num { font-size: 2.1rem; }
  .countdown__lbl { letter-spacing: .18em; }
  .stat { padding: 22px 16px; }
  .stat h4 { letter-spacing: .12em; font-size: 10px; }
  .render--main { min-height: 340px; }
  .render { min-height: 240px; }
  .logos__list { grid-template-columns: repeat(2, 1fr); }
  .subscribe { flex-direction: column; border: 0; gap: 12px; }
  .subscribe input { flex: none; border: 1px solid rgba(217, 164, 65, .45); }
  .event__date { white-space: normal; }
  .footer__cols { grid-template-columns: 1fr; gap: 30px; }
  .frame::before { transform: translate(12px, 12px); }
  .to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
  .credit { left: 16px; right: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
