.elementor-7 .elementor-element.elementor-element-9d874a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-ae55e77{margin:-39px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-adf6dad{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-a7718b9{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-ec1fe90{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-eb28f0e{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-db0dfd6{--display:flex;--margin-top:-63px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-46f8f12 *//* ============================================================
   HERO.CSS – CZEN SPA
   Thème : Luxe thermal – or fumé, ivoire, profondeur
   ============================================================ */

/* ── Palette & tokens ── */
:root {
  --gold-light:   #d4b87a;
  --gold-mid:     #b8924a;
  --gold-dark:    #7c6015;
  --sage:         #bac095;
  --ivory:        #f5f0e8;
  --smoke:        rgba(255,255,255,.82);
  --smoke-dim:    rgba(255,255,255,.56);
  --smoke-ghost:  rgba(255,255,255,.13);
  --ink:          #0d0c0a;

  --font-serif:   "Libre Baskerville", "Georgia", serif;
  --font-sans:    "Montserrat", system-ui, sans-serif;
  --font-body:    "Cormorant Garamond", "Georgia", serif;

  --ease-out:     cubic-bezier(.22,.68,0,1.2);
  --ease-silk:    cubic-bezier(.4,0,.2,1);
}

/* ============================================================
   HERO – STRUCTURE
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

/* ============================================================
   VIDÉO
   ============================================================ */
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--ink);
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  will-change: transform;
  filter: saturate(1.10) contrast(1.06) brightness(0.92);
  pointer-events: none;
  display: block;
}

/* ── Overlay multicouche ── */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 860px 520px at 18% 22%,
      rgba(186,184,140,.18) 0%, transparent 62%),
    radial-gradient(ellipse 1000px 700px at 72% 60%,
      rgba(0,0,0,.42) 0%, transparent 68%),
    linear-gradient(175deg,
      rgba(5,4,3,.78) 0%,
      rgba(8,7,5,.46) 55%,
      rgba(0,0,0,.62) 100%),
    radial-gradient(ellipse 130% 115% at 50% 42%,
      transparent 32%, rgba(0,0,0,.60) 100%);
}

/* ── Grain pellicule ── */
.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

/* ── Reflets lumière ── */
.hero::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 550px 300px at 28% 16%,
      rgba(255,248,220,.13) 0%, transparent 58%),
    radial-gradient(ellipse 380px 220px at 78% 22%,
      rgba(255,255,255,.07) 0%, transparent 58%);
  filter: blur(8px);
  opacity: .80;
}

/* ── Ligne or en bas du hero ── */
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  height: 1px;
  z-index: 5;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212,184,122,.55) 30%,
    rgba(212,184,122,.80) 50%,
    rgba(212,184,122,.55) 70%,
    transparent 100%
  );
}

/* ============================================================
   CONTENU
   ============================================================ */
.hero__content {
  position: relative;
  z-index: 4;
  padding: 80px 0 100px;
  color: #fff;
}

/* ── Pill ── */
.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 9px 18px;
  border-radius: 2px;
  background: rgba(212,184,122,.12);
  border: 1px solid rgba(212,184,122,.32);
  box-shadow:
    0 2px 16px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--gold-light);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .20em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.5;
}

.hero__pill::before {
  content: "✦";
  margin-right: 10px;
  font-size: 8px;
  color: var(--gold-light);
  opacity: .7;
}

/* ── Ornement doré ── */
.hero__deco {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
}

.hero__deco::before,
.hero__deco::after {
  content: "";
  flex: 1;
  max-width: 48px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(212,184,122,.65));
}

.hero__deco::after {
  background: linear-gradient(90deg,
    rgba(212,184,122,.65), transparent);
}

.hero__decoIcon {
  color: var(--gold-light);
  font-size: 11px;
  opacity: .80;
  letter-spacing: .12em;
}

/* ── Titre principal ── */
.hero__title {
  font-family: var(--font-serif);
  font-weight: 700;
  margin: 16px 0 0;
  font-size: clamp(18px, 2.6vw, 42px);
  line-height: 1.20;
  letter-spacing: .04em;
  color: var(--ivory);
  text-shadow:
    0 2px 4px rgba(0,0,0,.60),
    0 12px 40px rgba(0,0,0,.50);

  /* ↓ Jamais de coupure de mot */
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

/* ── Sous-titre ── */
.hero__titleSoft {
  display: block;
  margin-top: 14px;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(9px, 1.1vw, 13px);
  letter-spacing: .22em;
  text-transform: uppercase;
  line-height: 1.75;
  color: var(--gold-light);
  opacity: .90;

  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Lead ── */
.hero__lead {
  margin: 20px 0 0;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 19px);
  font-style: italic;
  line-height: 1.74;
  max-width: 54ch;
  color: rgba(245,240,232,.78);

  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Séparateur or ── */
.hero__divider {
  display: block;
  width: 40px;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg,
    rgba(212,184,122,.80), transparent);
}

/* ============================================================
   BOUTONS
   ============================================================ */
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform .26s var(--ease-out),
    box-shadow .26s var(--ease-silk),
    background .26s var(--ease-silk);
  white-space: nowrap;
}

/* ── CTA or ── */
.btn--primary {
  background: linear-gradient(165deg,
    rgba(212,184,122,.28) 0%,
    rgba(124,96,21,.94) 100%);
  border-color: rgba(212,184,122,.36);
  color: var(--ivory);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 16px 48px rgba(0,0,0,.36),
    0 4px 16px rgba(124,96,21,.30);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 22px 60px rgba(0,0,0,.44),
    0 6px 24px rgba(124,96,21,.38);
}

/* ── Ghost ivoire ── */
.btn--ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
  color: rgba(245,240,232,.90);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,.15);
  border-color: rgba(212,184,122,.38);
  color: var(--gold-light);
}

.btn--lg { padding: 15px 32px; font-size: 12px; }

/* ============================================================
   TRUST CHIPS
   ============================================================ */
.hero__trust {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero__trustItem {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 2px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .10em;
  text-transform: uppercase;
  background: rgba(212,184,122,.08);
  border: 1px solid rgba(212,184,122,.20);
  color: rgba(212,184,122,.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  white-space: nowrap;
  transition: background .22s, border-color .22s;
}

.hero__trustItem::before {
  content: "—";
  font-size: 8px;
  color: var(--gold-light);
  opacity: .60;
}

.hero__trustItem:hover {
  background: rgba(212,184,122,.14);
  border-color: rgba(212,184,122,.36);
}

/* ============================================================
   SCROLL HINT
   ============================================================ */
.hero__scrollHint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(212,184,122,.62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  pointer-events: none;
}

.hero__scrollHint::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg,
    rgba(212,184,122,.70) 0%, transparent 100%);
  animation: scrollDrop 2.4s ease-in-out infinite;
}

@keyframes scrollDrop {
  0%   { opacity: 0;  transform: scaleY(.4) translateY(-8px); }
  40%  { opacity: 1;  transform: scaleY(1)  translateY(0);    }
  100% { opacity: 0;  transform: scaleY(.4) translateY(8px);  }
}

/* ============================================================
   ANIMATIONS ENTRÉE
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0);    }
}

.hero__pill      { animation: fadeUp .7s var(--ease-out) .15s both; }
.hero__deco      { animation: fadeUp .7s var(--ease-out) .28s both; }
.hero__title     { animation: fadeUp .8s var(--ease-out) .38s both; }
.hero__titleSoft { animation: fadeUp .8s var(--ease-out) .50s both; }
.hero__lead      { animation: fadeUp .8s var(--ease-out) .62s both; }
.hero__divider   { animation: fadeUp .7s var(--ease-out) .72s both; }
.hero__actions   { animation: fadeUp .7s var(--ease-out) .80s both; }
.hero__trust     { animation: fadeUp .7s var(--ease-out) .92s both; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ≤ 1200px */
@media (max-width: 1200px) {
  .hero__title      { font-size: clamp(18px, 2.6vw, 38px); }
  .hero__titleSoft  { font-size: clamp(9px, 1.0vw, 12px);  }
}

/* ≤ 900px */
@media (max-width: 900px) {
  .hero__content    { padding: 68px 0 88px; }
  .hero__title      { font-size: clamp(17px, 3.4vw, 32px); line-height: 1.24; }
  .hero__titleSoft  { font-size: clamp(9px, 1.4vw, 11px); letter-spacing: .16em; }
  .hero__lead       { font-size: clamp(14px, 1.8vw, 17px); max-width: 100%; }
}

/* ≤ 640px */
@media (max-width: 640px) {
  .hero__content    { padding: 56px 16px 78px; }

  .hero__pill       { font-size: 9px; padding: 7px 13px; letter-spacing: .12em; }

  .hero__title      { font-size: clamp(16px, 5.2vw, 26px); line-height: 1.26; }
  .hero__titleSoft  { font-size: 9px; letter-spacing: .12em; line-height: 1.80; }
  .hero__lead       { font-size: 14px; }

  .hero__actions    { flex-direction: column; align-items: stretch; gap: 10px; }

  .btn, .btn--lg    {
    width: 100%;
    padding: 14px 20px;
    font-size: 11px;
    justify-content: center;
  }

  .hero__trust      { gap: 6px; }
  .hero__trustItem  { font-size: 9px; padding: 6px 11px; }
  .hero__scrollHint { display: none; }
}

/* ≤ 380px */
@media (max-width: 380px) {
  .hero__title      { font-size: clamp(14px, 5.8vw, 20px); }
  .hero__titleSoft  { font-size: 8px; letter-spacing: .09em; }
  .hero__pill       { font-size: 8px; padding: 6px 11px; }
}

/* ============================================================
   ACCESSIBILITÉ – REDUCE MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero__video { transform: none; }

  .hero__pill, .hero__deco, .hero__title,
  .hero__titleSoft, .hero__lead, .hero__divider,
  .hero__actions, .hero__trust {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .btn { transition: none; }
  .hero__scrollHint::after { animation: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-adf6dad *//* ============================================================
   ABOUT / INTRO — czAbout
   Cohérent avec : palette site, tokens gold/sage, Georgia serif
   ============================================================ */

.czAbout {
  --czBgDur: 56s;
  --czPx: 0px;
  --czPy: 0px;

  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
  isolation: isolate;

  /* Fond de secours */
  background:
    radial-gradient(ellipse 800px 500px at 12% 20%, rgba(186,192,149,.14), transparent 58%),
    radial-gradient(ellipse 700px 480px at 88% 22%, rgba(124,96,21,.16), transparent 58%),
    #0a0907;
}

/* ── Fond photos défilant ─────────────────────────────── */
.czAbout__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.czAbout__track {
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: 0;
  display: flex;
  gap: 16px;
  align-items: stretch;
  transform: translate3d(var(--czPx), var(--czPy), 0);
  will-change: transform;
}

.czAbout:not(.no-motion) .czAbout__track {
  animation: czBgScroll var(--czBgDur) linear infinite;
}

@keyframes czBgScroll {
  from { transform: translate3d(var(--czPx), var(--czPy), 0) translateX(0); }
  to   { transform: translate3d(var(--czPx), var(--czPy), 0) translateX(-50%); }
}

.czAbout__tile {
  flex: 0 0 clamp(260px, 28vw, 420px);
  height: 100%;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  filter: brightness(1.15) saturate(1.08);
  opacity: .78;
}

/* Overlay double couche : halos de couleur + assombrissement */
.czAbout__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 15% 25%, rgba(186,192,149,.14), transparent 60%),
    radial-gradient(ellipse 700px 480px at 85% 20%, rgba(124,96,21,.14), transparent 60%),
    radial-gradient(ellipse 900px 600px at 50% 110%, rgba(0,0,0,.55), transparent 60%),
    linear-gradient(180deg, rgba(10,9,7,.50), rgba(10,9,7,.72));
}

/* Grain film */
.czAbout__grain {
  position: absolute;
  inset: 0;
  opacity: .06;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size: 280px 280px;
}

/* ── Contenu ──────────────────────────────────────────── */
.czAbout__wrap {
  position: relative;
  z-index: 2;
  max-width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* Kicker */
.czAbout__eye {
  margin: 0 0 28px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c9a45a;
}

/* ── Grille 2 colonnes ────────────────────────────────── */
.czAbout__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 900px) {
  .czAbout__grid { grid-template-columns: 1fr; }
}

/* ── Apparition ─────────────────────────────────────── */
.czAbout__main,
.czAbout__card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s cubic-bezier(.4,0,.2,1), transform .65s cubic-bezier(.4,0,.2,1);
}

.czAbout__card { transition-delay: .12s; }

.czAbout.is-in .czAbout__main,
.czAbout.is-in .czAbout__card {
  opacity: 1;
  transform: none;
}

/* ── Glass card commune ──────────────────────────────── */
.czAbout__main,
.czAbout__card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: 0 24px 80px rgba(0,0,0,.40);
}

/* ── Colonne texte ────────────────────────────────────── */
.czAbout__title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.10;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.93);
  margin: 0 0 18px;
}

.czAbout__titleSoft {
  display: block;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 300;
  color: rgba(255,255,255,.62);
  margin-top: 6px;
  letter-spacing: 0;
}

.czAbout__p {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

/* Citation latérale */
.czAbout__note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 20px 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}

.czAbout__noteLine {
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  border-radius: 999px;
  background: linear-gradient(180deg, #bac095, #c9a45a);
  opacity: .80;
}

.czAbout__note p {
  margin: 0;
  color: rgba(255,255,255,.60);
  font-size: 13px;
  line-height: 1.65;
  font-style: italic;
}

/* Pills */
.czAbout__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.czAbout__pills span {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.58);
}

/* ── Carte droite ────────────────────────────────────── */
.czAbout__cardTitle {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: rgba(255,255,255,.90);
  margin: 0 0 16px;
}

.czAbout__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.czAbout__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.50;
  transition: background .18s;
}

.czAbout__list li:hover {
  background: rgba(186,192,149,.12);
  border-color: rgba(186,192,149,.20);
}

.czAbout__tick {
  color: #bac095;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Séparateur */
.czAbout__divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 20px 0;
  border-radius: 1px;
}

/* CTAs */
.czAbout__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.czAbout__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .20s, box-shadow .20s, background .18s;
  white-space: nowrap;
}

.czAbout__cta--primary {
  background: linear-gradient(135deg, #7a8a53, #b8924a);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.30);
}

.czAbout__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,.38);
}

.czAbout__cta--ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.75);
}

.czAbout__cta--ghost:hover {
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  transform: translateY(-1px);
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
  .czAbout { padding: 72px 0 64px; }
  .czAbout__main,
  .czAbout__card { padding: 22px 20px; }
  .czAbout__title { font-size: clamp(24px, 5.5vw, 36px); }
}

@media (max-width: 560px) {
  .czAbout { padding: 56px 0 52px; }
  .czAbout__wrap { max-width: calc(100% - 28px); }
  .czAbout__pills span { font-size: 10px; }
  .czAbout__ctas { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .czAbout__track { animation: none !important; }
  .czAbout__main,
  .czAbout__card { transition: none; opacity: 1; transform: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a7718b9 *//* ── Variables de mise en page ── */
:root {
  --vid-w: 338px;
  --acc-w: 420px;
  --gap:    28px;
  --total: calc(var(--vid-w) + var(--gap) + var(--acc-w)); /* 786px */
}

/* ── Pleine largeur ── */
.czt-wrap {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 60px clamp(20px, 5vw, 80px) 80px !important;
  box-sizing: border-box !important;
  display: flex !important;           /* ← nouveau */
  flex-direction: column !important;  /* ← nouveau */
  align-items: center !important;     /* ← nouveau */
}

/* ── Titre centré ── */
.czt-head {
  width: var(--total) !important;
  max-width: 100% !important;
  margin: 0 auto 28px auto !important;
}

/* ── Body : flex centré ── */
.czt-body {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: var(--gap) !important;
  flex-wrap: wrap !important;
  width: var(--total) !important;     /* ← nouveau : ancre la largeur */
  max-width: 100% !important;         /* ← nouveau */
}

/* ── Colonne gauche (vidéo seule) ── */
.czt-left {
  flex: 0 0 var(--vid-w) !important;
  width: var(--vid-w) !important;
  display: flex !important;
  flex-direction: column !important;
}

/* ── Vidéo ── */
.czt-screen {
  width: 100% !important;
  height: 600px !important;
  max-height: 70vh !important;
  aspect-ratio: 9 / 16 !important;
}

/* ── Pitch : APRÈS le body, il descend naturellement ── */
.czt-pitch {
  margin-top: 18px !important;
  width: var(--total) !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  /* plus besoin de position absolue ou de trick */
}

/* ── Accordéon ── */
.czt-acc {
  flex: 0 0 var(--acc-w) !important;
  width: var(--acc-w) !important;
}

/* ── Items compacts ── */
.czt-item      { grid-template-columns: 40px 1fr !important; gap: 8px !important; padding: 7px 8px !important; }
.czt-iname     { font-size: 11px !important; }
.czt-ibtn      { padding: 3px 8px !important; font-size: 10px !important; }
.czt-grp-btn   { padding: 12px 14px !important; }
.czt-grp-label { font-size: 13px !important; }

/* ── Mobile ── */
@media (max-width: 860px) {
  :root { --vid-w: 100%; --acc-w: 100%; --total: 100%; }
  .czt-body  { flex-direction: column !important; align-items: center !important; width: 100% !important; }
  .czt-left  { width: 100% !important; max-width: 360px !important; }
  .czt-acc   { width: 100% !important; }
  .czt-pitch { width: 100% !important; }
  .czt-head  { width: 100% !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ec1fe90 *//* ================================
   CZEN — SECTION SPA
   ================================ */
:root {
  --co-gold:        #b8924a;
  --co-gold-light:  #d4b87a;
  --co-gold-border: rgba(184,146,74,.28);
  --co-cream:       #f9f7f2;
  --co-ink:         #1a1712;
  --co-ink-70:      rgba(26,23,18,.70);
  --co-ink-50:      rgba(26,23,18,.50);
  --r-lg:           20px;
  --r-sm:           12px;
  --r-pill:         999px;
  --ease:           cubic-bezier(.4,0,.2,1);
  --serif:          "Libre Baskerville", Georgia, serif;
  --italic:         "Cormorant Garamond", Georgia, serif;
  --sans:           "Jost", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--sans);
  background: var(--co-cream);
  color: var(--co-ink);
  -webkit-font-smoothing: antialiased;
}

/* ── Section ── */
.czenSpa {
  position: relative;
  padding: clamp(64px, 6vw, 96px) 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 900px 560px at 8% 12%,
      rgba(186,192,149,.30) 0%, transparent 60%),
    radial-gradient(ellipse 700px 440px at 92% 85%,
      rgba(184,146,74,.12) 0%, transparent 60%),
    var(--co-cream);
  border-top: 1px solid rgba(30,27,22,.07);
  border-bottom: 1px solid rgba(30,27,22,.07);
}

/* Halos décoratifs */
.czenSpa::before,
.czenSpa::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 520px;
  border-radius: var(--r-pill);
  filter: blur(56px);
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}

.czenSpa::before {
  top: -260px;
  left: -240px;
  background: radial-gradient(circle at 30% 30%, rgba(186,192,149,.55), transparent 60%),
              radial-gradient(circle at 70% 60%, rgba(124,96,21,.22), transparent 62%);
}

.czenSpa::after {
  bottom: -280px;
  right: -260px;
  background: radial-gradient(circle at 40% 40%, rgba(124,96,21,.20), transparent 60%),
              radial-gradient(circle at 70% 60%, rgba(186,192,149,.40), transparent 65%);
}

/* Séparateur haut doré (cohérent avec les autres sections) */
.czenSpa__topLine {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(184,146,74,.50) 30%,
    rgba(184,146,74,.80) 50%,
    rgba(184,146,74,.50) 70%,
    transparent 100%);
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ── Grid ── */
.czenSpa__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
}

/* ── Carte texte ── */
.czenSpa__text {
  position: relative;
  padding: clamp(22px, 2.8vw, 36px) clamp(22px, 2.8vw, 32px) clamp(22px, 2.8vw, 36px) clamp(32px, 3.4vw, 42px);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.54));
  border: 1px solid rgba(255,255,255,.60);
  box-shadow: 0 4px 8px rgba(0,0,0,.04), 0 18px 60px rgba(0,0,0,.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Accent vertical signature */
.czenSpa__text::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, rgba(124,96,21,.60), rgba(186,192,149,.60));
}

.czenSpa__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--co-ink);
  margin-bottom: 14px;
}

.czenSpa__sub {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.70;
  color: var(--co-ink-70);
  max-width: 58ch;
  margin-bottom: 16px;
}

.czenSpa__note {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(13px, 1.1vw, 14.5px);
  line-height: 1.65;
  color: var(--co-ink-70);
  padding: 14px 16px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  margin-bottom: 20px;
}

/* ── Badges ── */
.czenSpa__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.czenSpa__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-family: var(--sans);
  font-size: clamp(12.5px, 1.05vw, 14px);
  font-weight: 400;
  color: var(--co-ink-70);
  background: rgba(255,255,255,.62);
  border: 1px solid var(--co-gold-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .20s var(--ease), box-shadow .20s var(--ease), border-color .20s var(--ease);
}

.czenSpa__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, rgba(124,96,21,.70), rgba(186,192,149,.70));
  box-shadow: 0 0 0 3px rgba(124,96,21,.10);
  flex-shrink: 0;
}

.czenSpa__badge:hover {
  transform: translateY(-2px);
  border-color: rgba(184,146,74,.44);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

/* ── CTA ── */
.czenSpa__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── Boutons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease),
              background .22s var(--ease), border-color .22s var(--ease);
}
.btn--lg { padding: 15px 32px; font-size: 12.5px; }

.btn--primary {
  background: linear-gradient(160deg,
    rgba(212,184,122,.28) 0%,
    rgba(118,88,16,.92) 100%);
  border-color: rgba(184,146,74,.38);
  color: #fff;
  box-shadow: 0 8px 32px rgba(118,88,16,.22),
              inset 0 1px 0 rgba(255,255,255,.12);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(118,88,16,.32);
}

.btn--ghost {
  background: rgba(255,255,255,.60);
  border-color: var(--co-gold-border);
  color: var(--co-ink-70);
}
.btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.84);
  border-color: var(--co-gold);
  color: var(--co-gold);
}

/* ── Image card ── */
.czenSpa__shot {
  position: relative;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(255,255,255,.35);
  box-shadow: 0 4px 8px rgba(0,0,0,.05), 0 22px 80px rgba(0,0,0,.13);
  transform: translate3d(0, 0, 0);
}

/* Reflets */
.czenSpa__shot::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.40), transparent 45%),
    radial-gradient(500px 260px at 20% 15%, rgba(186,192,149,.20), transparent 60%);
  pointer-events: none;
  mix-blend-mode: soft-light;
  z-index: 1;
}

/* Overlay ciné */
.czenSpa__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 520px at 30% 15%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18));
  pointer-events: none;
  z-index: 1;
}

.czenSpa__shot img {
  width: 100%;
  height: clamp(340px, 34vw, 480px);
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .55s var(--ease);
}

.czenSpa__shot:hover img {
  transform: scale(1.07);
}

/* Caption */
.czenSpa__caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 13px 16px;
  border-radius: 16px;
  font-family: var(--sans);
  font-size: clamp(12px, .95vw, 13.5px);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0,0,0,.20);
  z-index: 2;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .czenSpa__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .czenSpa__cta { flex-direction: column; }
  .czenSpa__cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 380px) {
  .container { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .czenSpa__shot img, .czenSpa__badge, .btn { transition: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-eb28f0e *//* =========================================
   ABOUT — À PROPOS (velours premium + vidéo 9/16)
   ========================================= */

.czenAbout {
  --dx: 0px;
  --dy: 0px;

  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 96px 0;

  background:
    radial-gradient(900px 520px at 18% 22%, rgba(186,192,149,.18), transparent 62%),
    radial-gradient(780px 520px at 84% 18%, rgba(124,96,21,.22), transparent 62%),
    radial-gradient(900px 700px at 50% 120%, rgba(0,0,0,.52), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, #0b0b0b, #121212);

  margin-top: -26px;
  padding-top: calc(96px + 26px);
}

/* Halos blur */
.czenAbout::before,
.czenAbout::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 999px;
  filter: blur(78px);
  opacity: .58;
  pointer-events: none;
  z-index: 0;
  transition: .6s ease;
}

.czenAbout::before {
  left: -240px;
  top: -240px;
  background: rgba(186,192,149,.46);
  transform: translate(var(--dx), var(--dy));
}

.czenAbout::after {
  right: -280px;
  bottom: -280px;
  background: rgba(124,96,21,.48);
  transform: translate(calc(var(--dx) * -0.75), calc(var(--dy) * -0.75));
}

.czenAbout:hover::before,
.czenAbout:hover::after {
  opacity: .72;
  filter: blur(92px);
}

.czenAbout .container {
  position: relative;
  z-index: 1;
}

/* Grid */
.czenAbout__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

/* Entrée animée */
.czenAbout__left,
.czenAbout__card {
  opacity: 0;
  transform: translateY(16px);
  transition: .7s ease;
}
.czenAbout.is-in .czenAbout__left,
.czenAbout.is-in .czenAbout__card {
  opacity: 1;
  transform: none;
}

/* ===== Stage vidéo ===== */
.czenAbout__stage {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.74);
  box-shadow: 0 30px 110px rgba(0,0,0,.55);
}

.czenAbout__stageBg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 50% 18%, rgba(255,255,255,.10), transparent 70%),
    radial-gradient(640px 420px at 30% 70%, rgba(186,192,149,.14), transparent 70%),
    radial-gradient(640px 420px at 80% 65%, rgba(124,96,21,.14), transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,.40), rgba(0,0,0,.92));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Vignette */
.czenAbout__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(closest-side at 50% 50%, transparent 40%, rgba(0,0,0,.74));
  opacity: .62;
}

/* Zone de lecture */
.czenAbout__player {
  position: relative;
  z-index: 1;
  padding: 22px 18px 62px;
  display: grid;
  place-items: center;
  min-height: 640px;
}

/* Cadre 9/16 */
.czenAbout__frame {
  position: relative;
  width: min(380px, 100%);
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.35);
  box-shadow: 0 22px 70px rgba(0,0,0,.62);
  transform: translateY(0);
  transition: transform .35s ease, box-shadow .35s ease;
}

/* Reflet luxe */
.czenAbout__frame::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  pointer-events: none;
  background: radial-gradient(600px 260px at 30% 10%, rgba(255,255,255,.16), transparent 55%);
  opacity: .65;
  z-index: 2;
}

.czenAbout__stage:hover .czenAbout__frame {
  transform: translateY(-3px);
  box-shadow: 0 30px 90px rgba(0,0,0,.72);
}

/* Vidéo */
.czenAbout__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 22px;
  z-index: 1;
}

/* Meta */
.czenAbout__meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  z-index: 2;
}

.czenAbout__metaTitle {
  color: rgba(255,255,255,.90);
  font-weight: 700;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  text-shadow: 0 10px 24px rgba(0,0,0,.60);
}

.czenAbout__mute {
  font-size: 13px;
  padding: 8px 14px;
}

/* Hint */
.czenAbout__hint {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
  padding-left: 14px;
  border-left: 2px solid rgba(124,96,21,.55);
  font-family: "Jost", system-ui, sans-serif;
}

/* ===== Card texte ===== */
.czenAbout__card {
  height: 100%;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 110px rgba(0,0,0,.45);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.czenAbout__title {
  margin: 0 0 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  color: rgba(255,255,255,.95);
}

.czenAbout__lead {
  margin: 0 0 22px;
  color: rgba(255,255,255,.72);
  font-family: "Jost", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.70;
  max-width: 70ch;
}

.czenAbout__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.czenAbout__h {
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(255,255,255,.92);
}

.czenAbout__p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(13px, 1.1vw, 14.5px);
  line-height: 1.65;
  font-family: "Jost", system-ui, sans-serif;
  font-weight: 300;
}

.czenAbout__notice {
  margin: 0 0 20px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(186,192,149,.20);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.68);
  font-size: clamp(12.5px, 1vw, 14px);
  font-family: "Jost", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}
.czenAbout__notice strong {
  font-weight: 600;
  color: rgba(255,255,255,.88);
}

.czenAbout__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.czenAbout__chip {
  padding: 10px 16px;
  border-radius: 999px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(12px, 1vw, 13.5px);
  font-weight: 400;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .20s, border-color .20s;
}
.czenAbout__chip:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(184,146,74,.38);
}

.czenAbout__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Boutons (si non hérités) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease,
              background .22s ease, border-color .22s ease;
}
.btn--lg { padding: 15px 32px; font-size: 12.5px; }

.btn--primary {
  background: linear-gradient(160deg,
    rgba(212,184,122,.28) 0%,
    rgba(118,88,16,.92) 100%);
  border-color: rgba(184,146,74,.38);
  color: #fff;
  box-shadow: 0 8px 32px rgba(118,88,16,.26),
              inset 0 1px 0 rgba(255,255,255,.12);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(118,88,16,.36);
}

.btn--ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.82);
}
.btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  border-color: rgba(184,146,74,.44);
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .czenAbout__grid { grid-template-columns: 1fr; }
  .czenAbout__player { min-height: 600px; }
  .czenAbout__frame { width: min(360px, 100%); }
  .czenAbout__cols { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .czenAbout { padding: 64px 0 72px; }
  .czenAbout__card { padding: 22px 18px; }
  .czenAbout__player { padding: 18px 14px 62px; min-height: 520px; }
  .czenAbout__frame { width: min(300px, 100%); }
  .czenAbout__cta { flex-direction: column; }
  .czenAbout__cta .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .czenAbout__left, .czenAbout__card, .btn, .czenAbout__chip { transition: none; }
}/* End custom CSS */