/* ==========================================================================
   Ça Part En Live Studios — Stylesheet
   ========================================================================== */

/* ---- Fonts (self-hosted) ---- */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
.archivo-black {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/schibsted-grotesk-normal-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/schibsted-grotesk-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/newsreader-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Design tokens ---- */
:root {
  --color-bg: #FBF8F1;
  --color-bg-alt: #fff;
  --color-bg-soft: #FBF8F1;
  --color-dark: #16120D;
  --color-dark-2: #100d09;
  --color-ink: #1A1611;
  --color-text: #4c463b;
  --color-text-strong: #4f4838;
  --color-muted: #a89e8b;
  --color-gold: #9A6A14;
  --color-gold-light: #F9D158;
  --color-cream: #d8d1c4;
  --font-sans: 'Schibsted Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Newsreader', serif;
  --max-width: 1280px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--color-gold); color: #fff; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: var(--color-ink);
  padding: 12px 20px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---- Layout helpers ---- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.container--narrow { max-width: 1080px; }
.container--wide { max-width: 1320px; }

.section { padding: clamp(70px, 10vw, 130px) 6vw; }
.section--alt { background: var(--color-bg-alt); }
.section--soft { background: var(--color-bg-soft); }
.section--dark { background: var(--color-dark); color: #fff; position: relative; overflow: hidden; }
.section--center { text-align: center; }
.section--tight { padding-top: clamp(50px, 6vw, 90px); padding-bottom: clamp(50px, 6vw, 90px); }

.eyebrow {
  font-size: 13px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
  margin: 0 0 28px;
}
.eyebrow--center { text-align: center; }

h2 {
  font-weight: 700;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -.02em;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.h-center { align-items: center; }
.t-center { text-align: center; }
h2 span { display: block; }
.accent-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 800;
  color: var(--color-gold-light);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.accent-italic--block { display: block; margin-top: 6px; }
.accent-italic--center { text-align: center; }
.accent-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--color-ink);
}

.lead {
  margin: 34px auto 0;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
  color: #000;
  max-width: 62ch;
  font-weight: 500;
}
.text {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #0f0f0f;
}
.text:first-child { margin-top: 0; }
.text--wide { max-width: 74ch; margin-left: auto; margin-right: auto; }
.text--strong { color: var(--color-ink); font-weight: 600; font-size: 18px; }
.text--emphasis { color: var(--color-gold); font-weight: 700; }
.text--center { text-align: center; margin: 46px auto 26px; font-size: 17px; color: var(--color-text); }
strong { color: var(--color-ink); }

.pill {
	padding: 15px 0px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 120px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #1c1c1c;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 20px;
}

.pill::after {
	content: "";
	width: 130px;
	height: 130px;
	display: block;
	background-image: url(../assets/img/logo-capartenlive.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* ---- Specialty marquee (bandeau défilant) ---- */
.specialty-marquee {
  position: relative;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.specialty-marquee__track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: video-row-scroll-left 60s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.specialty-marquee:hover .specialty-marquee__track { animation-play-state: paused; }
.specialty-marquee__track .pill { flex: 0 0 auto; }

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.cta-center { text-align: center; margin-top: 52px; }
.cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
.micro-label {
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
}
.micro-label--light { color: #cbbf9c; letter-spacing: normal; text-transform: none; margin-top: 16px; text-align: center; }
.micro-label--center { display: block; text-align: center; }

.social-bar { margin-top: 44px; text-align: center; }
.social-bar__label {
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 600;
  color: #cbbf9c;
  margin: 0 0 18px;
}
.social-bar__links { display: flex; justify-content: center; gap: 32px; }
.social-bar__links img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: transform .2s ease;
}
.social-bar__links a:hover img,
.social-bar__links a:focus-visible img { transform: scale(1.12); }

/* Spacing fixes: a heading/paragraph directly followed by a grid or a bare
   button (no .cta-* wrapper) previously touched it with zero margin. */
.grid--reveal { margin-top: 44px; }
.h-center + .grid { margin-top: 40px; }
.text + .btn { margin-top: 28px; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  font-weight: 600;
  padding: 10px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease, color .3s ease;
  /* The inset line matches the button's own fill and covers the subpixel
     anti-aliasing seam browsers can show on a border-radius edge at
     fractional zoom levels — without it that seam can look like a stray border. */
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3), inset 0 0 0 1px var(--btn-bg, transparent);
}
.btn:hover { transform: translateY(-2px); box-shadow: 2px 10px 20px rgba(0, 0, 0, .28), inset 0 0 0 1px var(--btn-bg, transparent); }
.btn--lg { padding: 18px 40px; font-size: 17px; }
.btn--sm { padding: 13px; font-size: 14px; }
.btn--block { display: block; width: 100%; }

/* Diagonal sweep-in fill on hover: a skewed panel slides in from the left,
   sitting behind the label (negative z-index) but above the button's own
   background, so the text never needs its own wrapper to stay legible. */
.btn:not(.btn--icon)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 130%;
  left: -15%;
  background: var(--btn-sweep, var(--color-gold-light));
  transform: skewX(-18deg) translate3d(-115%, 0, 0);
  transition: transform .45s cubic-bezier(.3, 1, .8, 1);
}
.btn:not(.btn--icon):hover::before { transform: skewX(-18deg) translate3d(0, 0, 0); }

.btn--light { background: #fff; color: var(--color-dark); --btn-sweep: var(--color-gold-light); --btn-bg: #fff; }
.btn--dark { background: var(--color-dark); color: #fff; --btn-sweep: var(--color-gold-light); --btn-bg: var(--color-dark); }
.btn--dark:hover { color: var(--color-dark); }
.btn--accent { background: var(--color-gold-light); color: var(--color-dark); font-weight: 700; --btn-sweep: #f0da8a; --btn-bg: var(--color-gold-light); }
.btn--outline {
  background: transparent;
  color: var(--color-ink);
  border: 1.5px solid rgba(26, 22, 17, .2);
  --btn-sweep: var(--color-dark);
}
.btn--outline:hover { color: #fff; }
.btn--outline-light { color: #fff; border: 1px solid rgba(255, 255, 255, .3); --btn-sweep: #fff; }
.btn--outline-light:hover { color: var(--color-dark); }

/* Hero-only CTA: circular icon badge with a sliding arrow swap on hover. */
.btn--icon {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 40px 14px 10px;
}
.btn__icon-wrapper {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-dark);
  color: #fff;
  display: grid;
  place-items: center;
}
.btn__icon-svg--copy { position: absolute; transform: translate(-150%, 150%); }
.btn--icon:hover .btn__icon-svg:first-child {
  transition: transform .3s ease-in-out;
  transform: translate(150%, -150%);
}
.btn--icon:hover .btn__icon-svg--copy {
  transition: transform .3s ease-in-out .1s;
  transform: translate(0);
}

/* ---- Grids ---- */
.grid { display: grid; gap: 54px; }
.grid--2 { grid-template-columns: 1fr 1fr; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--center { align-items: center; }
.grid--reverse > *:first-child { order: 2; }

/* ---- Image placeholders (photos not yet supplied) ---- */
.img-placeholder {
  width: 100%;
  min-height: 320px;
  border-radius: var(--radius-lg);
  background: repeating-linear-gradient(135deg, #e7dfce, #e7dfce 12px, #ddd2b8 12px, #ddd2b8 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a7060;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.img-placeholder--tall { height: 560px; }

/* ---- Media frame (video/photo showcased in a rounded, shadowed panel) ---- */
.media-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 40px 70px -36px rgba(26, 22, 17, .45);
}
.media-frame--tall { height: 560px; }
.media-frame--apropos { height: 400px; margin-top: 30px; }
.media-frame--portrait { width: 100%; max-width: 360px; height: auto; aspect-ratio: 9 / 16; margin: 0 auto; }
.media-frame__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.objectif-fit-contain { object-fit: contain; }

/* ---- Benefit list (façon astudio) ---- */
.benefit-list { display: flex; flex-direction: column; padding: 0 30px; }
.benefit-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(26, 22, 17, .1);
  cursor: default;
  outline: none;
}
.benefit-list__item:first-child { padding-top: 0; }
.benefit-list__item:last-child { border-bottom: none; padding-bottom: 0; }
.benefit-list__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1.5px solid var(--color-gold);
  color: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* Hover/focus reveal: title slides up and out, paragraph slides up into view.
   Slot height is set per-item by JS (main.js) to fit the taller of the title/
   paragraph, so wrapped text on narrow viewports never gets clipped. The
   height below is only a fallback before JS runs. */
.benefit-list__content { flex: 1; overflow: hidden; height: 88px; }
.benefit-list__swap { transition: transform .45s cubic-bezier(.4, 0, .2, 1); }
.benefit-list__swap h3,
.benefit-list__swap p {
  height: 88px;
  display: flex;
  align-items: center;
  margin: 0;
}
.benefit-list__item h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 38px;
  color: var(--color-ink);
}
.benefit-list__item p { font-size: 15px; line-height: 1.6; color: var(--color-text); }
.benefit-list__item:hover .benefit-list__swap,
.benefit-list__item:focus .benefit-list__swap { transform: translateY(-50%); }

.section-intro { text-align: center; margin: 0 0 80px; }
.section-intro h2 { max-width: 24ch; margin: 0 auto 24px; }
.section-intro h2 .accent-italic { color: #000; }

/* ---- Site header (fixed, transparent -> dark on scroll) ---- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background-color .35s ease, box-shadow .35s ease, padding .35s ease;
}
.site-header.is-scrolled {
  background: var(--color-dark);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .55);
}
.page-legal .site-header { background: var(--color-dark); }

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2vw;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  /* Le logo dépasse de moitié sous la barre de navigation */
  margin-bottom: -60px;
}
.logo img {
  width: 100px;
  height: 100px;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .45));
  animation: logo-pop-in .75s cubic-bezier(.16, 1, .3, 1) .5s backwards;
}
@keyframes logo-pop-in {
  0% { opacity: 0; transform: scale(0); }
  32% { opacity: 1; transform: scale(1.22); }
  50% { transform: scale(.91); }
  68% { transform: scale(1.08); }
  84% { transform: scale(.97); }
  100% { transform: scale(1); }
}

/* ---- Hero (vidéo en fond) ---- */
.hero {
  position: relative;
  background: var(--color-dark);
  color: #fff;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, #2a2116 0%, var(--color-dark) 60%);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 18, 13, .72) 0%, rgba(22, 18, 13, .55) 38%, rgba(22, 18, 13, .86) 100%);
}
.hero__bg--cta { background: radial-gradient(circle at 70% 30%, #2a2116 0%, var(--color-dark) 60%); }
.hero__overlay--cta { background: linear-gradient(180deg, rgba(22, 18, 13, .78), rgba(22, 18, 13, .9)); }
.hero__toptitle {	background-color: #00000036; font-size: 16px;	color: var(--color-bg-soft);	font-weight: 400;	letter-spacing: 0.3px;	border: 1px solid var(--color-muted);	padding: 10px 20px;	width: fit-content;	border-radius: 50px; margin: 0 auto 30px; }
.nav__links { display: flex; align-items: center; gap: 42px; font-size: 16px; color: #e9e3d8; }
.nav__links a:not(.btn) { text-decoration: none; color: #c3c3c3; transition: all 0.3s; font-size: 14px; }
.nav__links a:not(.btn):hover {	color: var(--color-gold-light); }
.nav__cta { margin-left: 0; display: inline-flex; align-items: center; gap: 9px; padding: 10px 24px; }
.nav__meta { display: none; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #e5484d; flex: 0 0 auto; animation: live-dot-blink 1.6s ease-in-out infinite; }
@keyframes live-dot-blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(229, 72, 77, .5); }
  50% { opacity: .55; box-shadow: 0 0 0 4px rgba(229, 72, 77, 0); }
}
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 4;
}
.nav__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero__content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 6vw 90px;
  max-width: 1080px;
  margin: 0 auto;
}
.hero__content h1 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(38px, 6.2vw, 76px);
  line-height: 1.05;
  letter-spacing: -.02em;
}
.hero__content h1 span { display: block; }
.hero__content h1 .accent-italic { margin-top: 6px; }
.hero__subtitle { margin: 30px 0 0; font-size: clamp(17px, 2vw, 21px); color: var(--color-cream); }
.hero__content .btn { margin-top: 46px; }

/* ---- Hero load-in animation ---- */
@keyframes hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.hero__content h1 span,
.hero__subtitle,
.hero__content > .btn,
.hero__content > .testimonial-card__rating {
  opacity: 0;
  animation: hero-in .9s cubic-bezier(.16, .8, .24, 1) forwards;
}
.hero__content h1 span:nth-child(1) { animation-delay: .1s; }
.hero__content h1 span:nth-child(2) { animation-delay: .22s; }
.hero__content h1 span:nth-child(3) { animation-delay: .34s; }
.hero__subtitle { animation-delay: .46s; }
.hero__content > .btn { animation-delay: .58s; }
.hero__content > .testimonial-card__rating { animation-delay: .7s; }

/* ---- Video banner ---- */
.video-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .7);
  aspect-ratio: 16 / 9;
  background: #23304a;
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.video-banner img { width: 100%; height: 100%; object-fit: cover; }
.video-banner__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .4);
  cursor: pointer;
}
.play-icon {
  width: 0;
  height: 0;
  border-left: 24px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 6px;
}
.play-icon--sm { border-left-width: 20px; border-top-width: 13px; border-bottom-width: 13px; margin-left: 5px; }

/* ---- Video showcase (double bandeau défilant) ---- */
.showcase-hint {
  text-align: center;
  margin: 40px 0 0;
  font-size: 14px;
  color: var(--color-muted);
  font-weight: 500;
}
.video-showcase {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin: 44px -50vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.video-row { overflow: hidden; }
.video-row__track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: video-row-scroll-left 60s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.video-row--right .video-row__track { animation-name: video-row-scroll-right; }
.video-row:hover .video-row__track,
.video-row:focus-within .video-row__track { animation-play-state: paused; }

@keyframes video-row-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes video-row-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.video-card {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  aspect-ratio: 5 / 3;
  border-radius: 30px;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  background: var(--color-dark);
  box-shadow: 0 20px 40px -28px rgba(26, 22, 17, .5);
  content-visibility: auto;
  contain-intrinsic-size: 300px 180px;
}
.video-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 5, 0) 50%, rgba(10, 8, 5, .85) 100%);
  transition: opacity .2s ease;
}
.video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(20, 16, 10, .38);
  border: 1px solid rgba(255, 255, 255, .4);
  z-index: 2;
  opacity: 1;
  transition: opacity .2s ease, transform .2s ease;
}
.video-card__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.video-card__label {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.video-card:hover .video-card__play,
.video-card:focus-visible .video-card__play { opacity: 0; transform: translate(-50%, -50%) scale(.8); }
.video-card:focus-visible { outline: 2px solid var(--color-gold-light); outline-offset: 3px; }

/* Full-width/tall variant: same hover-preview + click-to-modal behaviour as
   the small showreel cards, sized to fill a grid column like .media-frame. */
.video-card--frame {
  width: 100%;
  aspect-ratio: auto;
  border-radius: var(--radius-lg);
  content-visibility: visible;
}
.video-card--frame .video-card__play { width: 72px; height: 72px; }
.video-card--frame .video-card__play::after { border-left-width: 20px; border-top-width: 13px; border-bottom-width: 13px; }

/* ---- Video modal ---- */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 4vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}
.video-modal.is-open { opacity: 1; visibility: visible; }
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 5, .9);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: 92vh;
}
.video-modal__player {
  width: 100%;
  max-height: 92vh;
  border-radius: 12px;
  background: #000;
  display: block;
}
.video-modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

/* ---- Steps ---- */
.steps { display: flex; flex-direction: column; }
.steps__item { display: flex; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(26, 22, 17, .1); }
.steps__item--last { border-bottom: none; }
.steps__num { font-weight: 800; color: var(--color-gold-light); font-size: 36px; flex-shrink: 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
.steps p { margin: 0; font-size: 17px; line-height: 1.5; color: var(--color-text); }

/* ---- Captation / included card ---- */
.grid--captation { grid-template-columns: 1.1fr .9fr; align-items: start; text-align: left; }
.check-list { display: flex; flex-direction: column; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(26, 22, 17, .08);
  font-size: 17px;
  color: var(--color-text-strong);
}
.check-list li:last-child { border-bottom: none; }
.check-list--dark li { border-bottom: none; padding: 0; gap: 12px; font-size: 16px; color: #e9e3d8; }
.check-list--dark { gap: 14px; margin-bottom: 20px; }
.check { color: var(--color-gold); font-size: 18px; }
.check--accent { color: var(--color-gold-light); }
.check--muted { color: #b8ad94; }

.callout {
  margin-top: 30px;
  padding: 24px 28px;
  border-radius: 14px;
  background: var(--color-bg);
  border-left: 3px solid var(--color-gold-light);
  box-shadow: 0 18px 40px -28px rgba(26, 22, 17, .4);
}
.callout__title {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 700;
}
.callout p { font-size: 16px; line-height: 1.6; color: var(--color-text); margin: 0; }

.included-card {
  background: var(--color-dark);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  color: #fff;
  box-shadow: 0 40px 80px -40px rgba(26, 22, 17, .6);
}
.included-card__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #cbbf9c;
  font-weight: 700;
  text-align: center;
}
.included-card__price {
  margin: 0 0 24px;
  font-style: italic;
  font-weight: 800;
  font-size: 40px;
  color: var(--color-gold-light);
  text-align: center;
}
.included-card__price span { font-size: 20px; font-weight: 600; font-style: normal; color: #eee; white-space: nowrap; }
.included-card hr { border: none; height: 1px; background: rgba(255, 255, 255, .14); margin: 0 0 26px; }
.included-card__title {
  margin: 0 0 24px;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--color-cream);
  font-weight: 700;
  text-align: center;
}
.included-card__footer { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 26px; text-align: center; }

/* ---- Included card, compact variant (price + full pitch + checklist + upsell) ---- */
.included-card--compact { padding: 38px 36px; }
.included-card--compact .included-card__price { margin-bottom: 20px; font-size: 34px; }
.included-card--compact .included-card__price strong { color: var(--color-gold-light); }
.included-card--compact .included-card__eyebrow { margin-bottom: 18px; color: #757474; }
.included-card__intro { margin: 0 0 30px; font-size: 15px; line-height: 1.65; color: #828282; text-align: center; }
.check-list--compact { gap: 14px; margin-bottom: 0; }
.check-list--compact li { font-size: 14.5px; line-height: 1.55; align-items: flex-start; }
.check-list--compact .check { font-size: 15px; margin-top: 1px; }

/* Callout + CTA pulled out of the card, sitting under the grid full-width */
.callout--center { max-width: 640px; margin: 44px auto 0; text-align: center; }
.callout--center .callout__title { text-align: center; margin-bottom: 10px; }

/* ---- Studios ---- */
#studios-title {
	flex-direction: inherit;
	justify-content: center;
  align-items: baseline;
	gap: 15px;
  margin-bottom: 20px;
}
.grid--studios { text-align: left; margin-top: 60px; }
.studio-card {
  border: 1px solid var(--color-gold-light);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 30px 56px -34px rgba(26, 22, 17, .34);
  display: flex;
  flex-direction: column;
}
.studio-card__media { position: relative; }
.studio-card__media img { width: 100%; height: 200px; object-fit: cover; }
.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(22, 18, 13, .7);
  color: #fff;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}
.studio-card__body { padding: 26px 24px; display: flex; flex-direction: column; flex: 1; }
.studio-card__body h3 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  color: var(--color-ink);
}
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tag-list li {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 600;
  color: #7a7060;
  background: #f3ecda;
  padding: 6px 12px;
  border-radius: 999px;
}
.studio-card__body p { font-size: 15px; line-height: 1.55; color: var(--color-text); flex: 1; margin: 0 0 22px; }

/* ---- Studio photo carousel ---- */
.studio-carousel { overflow: hidden; cursor: pointer; }
.studio-carousel__track {
  display: flex;
  height: 200px;
  transition: transform .35s ease;
}
.studio-carousel__track img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  flex: 0 0 100%;
}
.studio-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: rgba(22, 18, 13, .5);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
  z-index: 2;
}
.studio-carousel__nav--prev { left: 10px; }
.studio-carousel__nav--next { right: 10px; }
.studio-carousel__nav:hover { background: rgba(22, 18, 13, .8); }
.studio-card:hover .studio-carousel__nav { opacity: 1; }
.studio-carousel.is-single .studio-carousel__nav,
.studio-carousel.is-single .studio-carousel__dots { display: none; }
.studio-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.studio-carousel__dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
}
.studio-carousel__dots span.is-active { background: #fff; }

/* ---- Studio photo modal ---- */
.studio-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 4vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}
.studio-modal.is-open { opacity: 1; visibility: visible; }
.studio-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 8, 5, .9); }
.studio-modal__dialog { position: relative; z-index: 1; width: min(900px, 100%); }
.studio-modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
  z-index: 2;
}
.studio-modal__carousel { cursor: default; border-radius: 16px; }
.studio-modal__carousel .studio-carousel__track { height: min(70vh, 640px); }
.studio-modal__carousel .studio-carousel__track img { height: min(70vh, 640px); }
.studio-modal__carousel .studio-carousel__nav { width: 44px; height: 44px; font-size: 22px; opacity: 1; }
.studio-modal__title { margin: 16px 0 0; width: 100%;;position: absolute; bottom: 30px; text-align: center; color: #fff; font-family: var(--font-serif); font-style: italic; font-size: 26px; font-weight: 600; }

/* ---- Contact modal (podcast à emporter) ---- */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 4vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}
.contact-modal.is-open { opacity: 1; visibility: visible; }
.contact-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 8, 5, .9); }
.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.contact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  color: var(--color-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}
.contact-modal__dialog h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 8px;
  padding-right: 30px;
}
.contact-modal__intro { margin: 0 0 28px; color: var(--color-text); font-size: 15px; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form__row { display: flex; gap: 14px; }
.contact-form__row .contact-form__field { flex: 1 1 0; }
.contact-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form__field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--color-text-strong); }
.contact-form__field input,
.contact-form__field textarea {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-ink);
  background: #fff;
  border: 1px solid var(--color-cream);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  resize: vertical;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--color-gold);
}
.contact-form__status { margin: -6px 0 0; font-size: 14px; text-align: center; min-height: 20px; }
.contact-form__status[data-state="success"] { color: #2f7a4d; }
.contact-form__status[data-state="error"] { color: #c0392b; }

@media (max-width: 780px) {
  .contact-modal__dialog { padding: 28px 22px; }
  .contact-form__row { flex-direction: column; gap: 18px; }
  .video-row__track--dragscroll { touch-action: pan-y; cursor: grab; }
}

/* ---- Equipment ---- */
#equipement-title { margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
.grid--equipment { grid-template-columns: 1fr 1fr; text-align: left; margin-top: 20px; }
.equipment-card { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16 / 10; margin: 0; cursor: pointer; }
.equipment-card--wide { grid-column: 1 / -1; aspect-ratio: 32 / 9; }
.equipment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.equipment-card:hover img, .equipment-card:focus-visible img { transform: scale(1.06); }
.equipment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 8, 5, .82));
}
.equipment-card figcaption { position: absolute; left: 26px; bottom: 24px; color: #fff; z-index: 2; margin: 0; }
.equipment-card figcaption h3 { margin: 0 0 4px; font-size: 23px; font-weight: 700; }
.equipment-card figcaption p { margin: 0; font-size: 14px; color: var(--color-cream); }

/* ---- Pricing ---- */
.grid--pricing { margin-top: 60px; text-align: left; }
.price-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 38px;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 30px 56px -34px rgba(26, 22, 17, .3);
}
.price-card--dark { background: var(--color-dark); color: #fff; box-shadow: 0 40px 80px -40px rgba(26, 22, 17, .6); }
.price-card__eyebrow { margin: 0 0 16px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--color-muted); font-weight: 700; }
.price-card__eyebrow--accent { color: var(--color-gold-light); }
.price-card__label { margin: 0 0 4px; font-size: 18px; color: var(--color-ink); font-weight: 600; }
.price-card__label--light { color: #fff; }
.price-card__price { margin: 0 0 30px; font-style: italic; font-weight: 800; font-size: 40px; color: var(--color-ink); }
.price-card__price span { font-size: 22px; font-weight: 600; font-style: normal; color: #7a7060; }
.price-card__price--accent { color: var(--color-gold-light); }
.price-card__price--accent span { color: var(--color-cream); }
.price-card hr { border: none; height: 1px; background: rgba(26, 22, 17, .1); margin-bottom: 26px; }
.price-card .hr--dark { background: rgba(255, 255, 255, .14); }

.addons { margin-top: 56px; }
.grid--addons { margin-top: 24px; text-align: center; }
.addon-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px 26px;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 20px 40px -28px rgba(26, 22, 17, .3);
}
.addon-card__price { margin: 0 0 10px; font-style: italic; font-weight: 800; font-size: 30px; color: var(--color-gold); }
.addon-card__price span { font-size: 13px; font-weight: 600; font-style: normal; color: var(--color-muted); }
.addon-card__label { margin: 0; font-size: 15px; color: var(--color-ink); font-weight: 600; }
.addon-card__label em { font-style: normal; color: var(--color-text); font-weight: 500; }

/* ---- Team ---- */
.founder-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: center;
  text-align: left;
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 34px 64px -38px rgba(26, 22, 17, .34);
}
.founder-card img { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; }
.founder-card__role { margin: 0 0 14px; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--color-gold); font-weight: 700; }
.founder-card h3 { display: block; margin: 0; font-weight: 800; font-size: clamp(32px, 4vw, 46px); line-height: 1.02; color: var(--color-ink); }
.founder-card__tag { margin: 14px 0 0; font-size: 14px; letter-spacing: .04em; color: #8a8170; }
.founder-card p:last-child { font-size: 17px; line-height: 1.7; color: var(--color-text); max-width: 48ch; margin: 0; }
.divider { width: 48px; height: 2px; background: #E0CB96; margin: 22px 0; border: none; }

.team-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 24px; text-align: left; }
.team-card { border-radius: 16px; overflow: hidden; background: #fff; }
.team-card--highlight { border: 2px solid var(--color-gold-light); }
.team-card img { width: 100%; height: 130px; object-fit: cover; }
.team-card__initials {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  color: rgba(255, 255, 255, .18);
}
.team-card__initials--1 { background: linear-gradient(160deg, #4a2424, #2a1414); }
.team-card__initials--2 { background: linear-gradient(160deg, #234a32, #13291d); }
.team-card__initials--3 { background: linear-gradient(160deg, #2c2548, #1a1530); }
.team-card__initials--4 { background: linear-gradient(160deg, #473a20, #2a2113); }
.team-card__initials--5 { background: linear-gradient(160deg, #1f3f3f, #132626); }
.team-card__initials--6 { background: linear-gradient(160deg, #48243a, #2a1422); }
.team-card__name { margin: 0; padding: 12px 14px 0; font-weight: 700; font-size: 14px; color: var(--color-ink); }
.team-card--highlight .team-card__name { color: var(--color-gold); }
.team-card__role { margin: 2px 0 0; padding: 0 14px 12px; font-size: 10px; letter-spacing: .08em; color: var(--color-muted); }

/* ---- Events ---- */
.event-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 30px;
  text-align: left;
  box-shadow: 0 1px 2px rgba(26, 22, 17, .04), 0 26px 50px -32px rgba(26, 22, 17, .3);
}
.tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--color-gold);
  background: #f3ecda;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.event-card h3 { margin: 0 0 12px; font-family: var(--font-serif); font-style: italic; font-weight: 600; font-size: 28px; color: var(--color-ink); }
.event-card__date { margin: 0; font-size: 15px; color: #8a8170; }

/* ---- Contact / CTA ---- */
.contact-content { position: relative; z-index: 2; text-align: center; }
.contact-info {
  font-style: normal;
  margin: 34px 0 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
  font-size: 19px;
  color: var(--color-cream);
}
.contact-info a {
	text-decoration: none;
	font-size: 28px;
	font-family: var(--font-serif);
	font-weight: 800;
}
.contact-info a:hover {
	color: var(--color-gold-light);
}
.map-placeholder {
  width: 100%;
  height: 380px;
  margin: 40px 0 0;
  border-radius: var(--radius-md);
  background: #23211c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbbf9c;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}
iframe {
	filter: grayscale(100%);
}

/* ---- Contact grid: map + testimonials ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 40px 0 0;
  text-align: left;
}
.contact-grid .map-placeholder { margin: 0; height: 100%; min-height: 380px; }

.testimonial-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.testimonial-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 24px;
}
.hero__content .testimonial-card__rating {
	margin: 30px 0 0;
}
.testimonial-card__google-logo { width: 22px; height: 22px; flex: 0 0 auto; }
.testimonial-card__stars { color: var(--color-gold-light); font-size: 16px; letter-spacing: 2px; }
.testimonial-card__score { font-size: 14px; font-weight: 600; color: var(--color-cream); }
.testimonial-card__rating:hover .testimonial-card__score { color: var(--color-gold-light); }

.testimonial-carousel { display: flex; flex-direction: column; flex: 1; }
.testimonial-carousel__track {
  position: relative;
  flex: 1;
  min-height: 168px;
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 10px;
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
}
.testimonial.is-active { opacity: 1; visibility: visible; }
.testimonial p {
  margin: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.testimonial cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-gold-light);
}
.testimonial-carousel__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.testimonial-carousel__nav {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background .2s ease;
}
.testimonial-carousel__nav:hover { background: rgba(255, 255, 255, .1); }
.testimonial-carousel__dots { display: flex; gap: 8px; }
.testimonial-carousel__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  cursor: pointer;
}
.testimonial-carousel__dots span.is-active { background: var(--color-gold-light); }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .map-placeholder { min-height: 280px; }
}

/* ---- Legal pages (privacy / terms) ---- */
.legal-content { padding-top: 160px; }
.legal-content h1 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 10px;
}
.legal-content .legal-updated { color: var(--color-muted); font-size: 14px; margin: 0 0 48px; }
.legal-content h2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--color-ink);
  margin: 48px 0 14px;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p, .legal-content li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text);
  margin: 0 0 14px;
}
.legal-content ul { padding-left: 22px; list-style: disc; margin: 0 0 14px; }
.legal-content a { color: var(--color-gold); text-decoration: underline; }
.legal-content strong { color: var(--color-ink); }

/* ---- Footer ---- */
.footer { background: var(--color-gold-light); color: #000; padding: 20px 6vw; font-weight: 600; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; font-size: 14px; flex-wrap: wrap; gap: 12px; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand img { width: 40px; height: 40px; display: block; }
.footer__links { display: flex; gap: 28px; }
.footer__links a { text-decoration: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--captation { grid-template-columns: 1fr; }
  .included-card { margin-top: 40px; }
  .included-card--compact .included-card__price { font-size: 26px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card img { height: 320px; }
  .team-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 780px) {
  .text {
    font-size: 14px;
  }
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    height: 100vh;
    width: min(320px, 80vw);
    background: var(--color-dark);
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 32px 40px;
    transform: translateX(100%);
    transition: transform .25s ease;
    z-index: 3;
  }
  .nav__links a:not(.btn) {
	  font-size: 18px;
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__toggle { display: flex; }
  .nav__cta { margin-top: 20px; }

  .nav__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
  }
  .nav__meta-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-cream);
  }
  .nav__meta-rating .testimonial-card__google-logo { width: 16px; height: 16px; }
  .nav__meta-stars { color: var(--color-gold-light); font-size: 12px; letter-spacing: 1px; }
  .nav__meta-phone {
    text-decoration: none;
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
  }
  .nav__meta-address {
    font-style: normal;
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-muted);
  }
  .nav__meta-social { display: flex; gap: 14px; margin-top: 24px; }
  .nav__meta-social img { width: 32px; height: 32px; border-radius: 50%; }

  .grid--2,
  .grid--3,
  .grid--equipment,
  .grid--pricing { grid-template-columns: 1fr; }
  .grid--reverse > *:first-child { order: 0; }
  .img-placeholder--tall { height: 320px; }
  .media-frame--tall { height: 320px; }
  .media-frame--mobile-last { order: 2; }

  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-card--wide { aspect-ratio: 16 / 10; }

  .section { padding-left: 5vw; padding-right: 5vw; }
  h2 { font-size: clamp(28px, 8vw, 40px); }

  .video-modal__close { top: -40px; font-size: 28px; }
  .studio-modal__close { top: -40px; font-size: 28px; }
  .studio-modal__carousel .studio-carousel__nav { width: 36px; height: 36px; font-size: 18px; }

  #produisons-title { text-align: center; }
}

@media (max-width: 480px) {
  .hero__toptitle { font-size: 12px; }
  .grid--4 { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-row { flex-direction: column; align-items: stretch; }
  .footer__inner, .footer__brand { flex-direction: column; gap: 40px; }
  .footer__brand { text-align: center; }
  .footer__brand img { width: 60px; height: 60px; }
  .eyebrow { font-size: 10px; }
  .video-card {	width: 180px;	border-radius: 10px; }
  .video-card__play {	width: 36px;	height: 36px; }
  .video-card__play::after { border-left: 8px solid #fff;	border-top: 5px solid transparent;	border-bottom: 5px solid transparent; }
  .grid--equipment {	gap: 24px; }
  .text-center-mobile { text-align: center; }
  .contact-info { font-size: 14px; }
  .contact-info a {	font-size: 22px; }
  #apropos .video-card { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .nav__links, .nav__toggle span { transition: none; }
  .video-row__track { animation: none; }
  .specialty-marquee__track { animation: none; }
  .benefit-list__swap { transition: none; }
  .live-dot { animation: none; }
  .equipment-card img { transition: none; }
  .social-bar__links img { transition: none; }
  .btn--icon:hover .btn__icon-svg:first-child,
  .btn--icon:hover .btn__icon-svg--copy { transition: none; }
  .btn:not(.btn--icon)::before { transition: none; }
  .hero__content h1 span,
  .hero__subtitle,
  .hero__content > .btn,
  .hero__content > .testimonial-card__rating { animation: none; opacity: 1; }
  .logo img { animation: none; }
}

/* ---- Scroll reveal (progressive enhancement, JS-driven) ---- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
