.elementor-kit-5648{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5648 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ─── RESET ─── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --black:      #0c0c0c;
      --white:      #f4f4f2;
      --off-white:  #eeeeec;
      --grey-100:   #e2e2e0;
      --grey-300:   #b0b0ae;
      --grey-500:   #787876;
      --grey-700:   #484846;
      --display:    'DIN Alternate', 'DINAlternate-Bold', 'Barlow Condensed', 'Arial Narrow', sans-serif;
      --ui:         'DIN Alternate', 'DINAlternate-Bold', 'Barlow', system-ui, sans-serif;
      --body:       'Inter', system-ui, sans-serif;
      --ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--body);
      font-weight: 300;
      font-size: 15px;
      line-height: 1.75;
      color: var(--black);
      background: var(--white);
      overflow-x: hidden;
    }

    img { display: block; width: 100%; height: 100%; object-fit: cover; }

    /* ─── LANG ─── */
    [data-lang="en"] { display: none; }
    body.en [data-lang="fr"] { display: none !important; }
    body.en [data-lang="en"] { display: revert !important; }

    /* ─── NAV ─── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 48px;
      background: rgba(244,244,242,0.93);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(12,12,12,0.07);
      transition: padding 0.3s var(--ease);
    }

    nav.scrolled { padding: 14px 48px; }

    .nav-logo {
      font-family: var(--display);
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--black);
      text-decoration: none;
      line-height: 1.2;
    }
    .nav-logo span { display: block; }

    .nav-links {
      display: flex; list-style: none; gap: 36px;
    }
    .nav-links a {
      font-family: var(--ui);
      font-size: 11px; font-weight: 400;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--grey-500); text-decoration: none;
      transition: color 0.25s;
    }
    .nav-links a:hover { color: var(--black); }

    .nav-right { display: flex; align-items: center; gap: 32px; }

    .lang-toggle {
      display: flex; align-items: center; gap: 6px;
      font-family: var(--ui); font-size: 10px;
      letter-spacing: 0.16em; text-transform: uppercase;
    }
    .lang-btn {
      background: none; border: none; cursor: pointer;
      font-family: var(--ui); font-size: 10px;
      letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--grey-300); padding: 0;
      transition: color 0.25s;
    }
    .lang-btn.on { color: var(--black); font-weight: 400; }
    .lang-sep { color: var(--grey-100); }

    /* ─── HERO ─── */
    #hero {
      height: 100vh; min-height: 600px;
      position: relative; overflow: hidden;
      background: var(--black);
      display: flex; flex-direction: column; justify-content: flex-end;
    }

    .hero-bg {
      position: absolute; inset: 0;
      background: linear-gradient(160deg, #181818 0%, #0c0c0c 100%);
    }

    /* ══ PHOTO HERO ══ */
    #hero-img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover;
      opacity: 0.65;
      filter: grayscale(20%);
    }

    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(12,12,12,0.7) 0%, transparent 50%);
    }

    .hero-content {
      position: relative; z-index: 2;
      padding: 0 48px 60px;
      display: flex; justify-content: space-between; align-items: flex-end;
    }

    .hero-title {
      font-family: var(--display);
      font-weight: 200;
      font-size: clamp(68px, 10vw, 140px);
      line-height: 0.9;
      letter-spacing: -0.01em;
      color: var(--white);
      text-transform: uppercase;
    }

    .hero-title .accent {
      color: rgba(244,244,242,0.28);
      font-weight: 200;
    }

    .hero-sub {
      text-align: right;
    }
    .hero-sub p {
      font-family: var(--ui);
      font-size: 11px; font-weight: 400;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: rgba(244,244,242,0.45);
      line-height: 2.2;
    }

    .hero-cta {
      margin-top: 24px;
      display: inline-block;
      font-family: var(--ui);
      font-size: 10px; font-weight: 400;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--white);
      text-decoration: none;
      border-bottom: 1px solid rgba(244,244,242,0.35);
      padding-bottom: 4px;
      transition: border-color 0.25s;
    }
    .hero-cta:hover { border-color: var(--white); }

    .hero-scroll-line {
      position: absolute; bottom: 0; left: 50%;
      transform: translateX(-50%);
      width: 1px; height: 60px;
      background: linear-gradient(to bottom, transparent, rgba(244,244,242,0.3));
    }

    /* ─── SECTION BASE ─── */
    .s-pad { padding: 120px 48px; }
    .s-pad-sm { padding: 80px 48px; }

    .label {
      font-family: var(--ui);
      font-size: 10px; font-weight: 400;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--grey-300);
      display: flex; align-items: center; gap: 14px;
      margin-bottom: 40px;
    }
    .label::before {
      content: ''; width: 28px; height: 1px;
      background: var(--grey-300); flex-shrink: 0;
    }

    .label.light { color: rgba(244,244,242,0.3); }
    .label.light::before { background: rgba(244,244,242,0.2); }

    h2.display {
      font-family: var(--display);
      font-weight: 300;
      font-size: clamp(44px, 6vw, 88px);
      line-height: 0.96;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: var(--black);
    }
    h2.display .muted { color: var(--grey-300); font-weight: 200; }
    h2.display.light { color: var(--white); }
    h2.display.light .muted { color: rgba(244,244,242,0.25); }

    /* ─── INTRO / ABOUT ─── */
    #about {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px; align-items: center;
    }

    .about-body p {
      font-size: 15px; line-height: 1.9;
      color: var(--grey-700); margin-bottom: 20px;
    }
    .about-body p strong { color: var(--black); font-weight: 400; }

    .about-img-wrap {
      aspect-ratio: 3/4; overflow: hidden;
      background: var(--grey-100);
      position: relative;
    }
    .about-img-wrap img {
      filter: grayscale(100%);
      transition: transform 0.9s var(--ease);
    }
    .about-img-wrap:hover img { transform: scale(1.04); }

    /* ─── STUDIO VIDE (gallery) ─── */
    #studio-vide {
      padding: 0 0 0 0;
      background: var(--off-white);
    }

    .studio-header {
      padding: 100px 48px 56px;
    }

    .studio-photos-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      grid-template-rows: 380px 300px;
      gap: 3px;
    }

    .sp-main {
      grid-row: span 2;
      background: var(--grey-100);
      overflow: hidden; position: relative;
    }
    .sp-main img { filter: grayscale(15%); }

    .sp-cell {
      background: var(--grey-100);
      overflow: hidden; position: relative;
    }
    .sp-cell img {
      height: 100%; transition: transform 0.8s var(--ease);
    }
    .sp-cell:hover img,
    .sp-main:hover img { transform: scale(1.04); }

    /* Placeholder style */
    .ph {
      position: absolute; inset: 0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      background: #d4d4d2; gap: 6px; padding: 16px;
      text-align: center;
    }
    .ph strong {
      font-family: var(--ui);
      font-size: 9px; letter-spacing: 0.2em;
      text-transform: uppercase; color: #888886;
    }
    .ph span {
      font-size: 11px; color: #aaaaaa; line-height: 1.5;
    }
    .ph.dark { background: #2a2a28; }
    .ph.dark strong, .ph.dark span { color: rgba(244,244,242,0.3); }

    /* ─── FLOOR PLAN + SPECS ─── */
    #specs {
      background: var(--black);
    }

    .specs-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px; margin-top: 64px;
    }

    /* Floor plan placeholder */
    .floorplan-wrap {
      background: #181818;
      border: 1px solid rgba(244,244,242,0.08);
      padding: 40px;
      display: flex; align-items: center; justify-content: center;
      min-height: 360px;
      position: relative;
    }

    /* SVG Floor plan schématique */
    .floorplan-svg {
      width: 100%; max-width: 360px;
    }

    .specs-table {
      display: flex; flex-direction: column; gap: 0;
    }

    .spec-row {
      display: flex; justify-content: space-between; align-items: baseline;
      padding: 16px 0;
      border-bottom: 1px solid rgba(244,244,242,0.08);
    }
    .spec-row:first-child { border-top: 1px solid rgba(244,244,242,0.08); }

    .spec-k {
      font-family: var(--ui);
      font-size: 10px; letter-spacing: 0.16em;
      text-transform: uppercase; color: rgba(244,244,242,0.3);
    }
    .spec-v {
      font-family: var(--display);
      font-size: 22px; font-weight: 400;
      letter-spacing: 0.02em;
      color: var(--white); text-align: right;
    }

    .specs-included {
      margin-top: 48px;
      border-top: 1px solid rgba(244,244,242,0.08);
      padding-top: 32px;
    }
    .specs-included h4 {
      font-family: var(--ui);
      font-size: 10px; letter-spacing: 0.2em;
      text-transform: uppercase; color: rgba(244,244,242,0.3);
      margin-bottom: 20px;
    }
    .included-tags {
      display: flex; flex-wrap: wrap; gap: 8px;
    }
    .tag {
      font-family: var(--ui);
      font-size: 11px; letter-spacing: 0.08em;
      color: rgba(244,244,242,0.55);
      border: 1px solid rgba(244,244,242,0.15);
      padding: 6px 14px;
    }

    /* ─── ÉQUIPEMENT ─── */
    #equipment {
      border-top: 1px solid var(--grey-100);
    }

    .equip-grid {
      display: grid;
      grid-template-columns: 1fr 3fr;
      gap: 80px; margin-top: 64px;
    }

    .equip-intro h3 {
      font-family: var(--display);
      font-weight: 300; font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 1.2;
      color: var(--black); margin-bottom: 20px;
    }
    .equip-intro p {
      font-size: 13px; color: var(--grey-500); line-height: 1.8;
    }

    .equip-cols {
      display: grid;
      grid-template-columns: repeat(4, 1fr); gap: 32px;
    }

    .equip-cat h4 {
      font-family: var(--ui);
      font-size: 9px; letter-spacing: 0.22em;
      text-transform: uppercase; color: var(--grey-300);
      margin-bottom: 16px; padding-bottom: 12px;
      border-bottom: 1px solid var(--grey-100);
    }
    .equip-cat ul { list-style: none; }
    .equip-cat li {
      font-size: 12px; color: var(--grey-700);
      padding: 6px 0; border-bottom: 1px solid rgba(12,12,12,0.04);
      line-height: 1.4;
    }

    /* ─── SERVICES ─── */
    #services { background: var(--off-white); }

    .services-row {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 2px; margin-top: 64px;
    }

    .svc {
      background: var(--grey-100);
      padding: 44px 32px 40px;
      position: relative; overflow: hidden;
      transition: background 0.35s var(--ease);
    }
    .svc:hover { background: var(--black); }
    .svc:hover .svc-num,
    .svc:hover .svc-name,
    .svc:hover .svc-desc { color: var(--white); }
    .svc:hover .svc-num { color: rgba(244,244,242,0.06); }

    .svc-num {
      font-family: var(--display);
      font-size: 72px; font-weight: 200;
      color: rgba(12,12,12,0.05);
      position: absolute; top: 12px; right: 20px;
      line-height: 1;
      transition: color 0.35s var(--ease);
    }
    .svc-name {
      font-family: var(--display);
      font-size: 26px; font-weight: 400;
      text-transform: uppercase; letter-spacing: 0.04em;
      color: var(--black); line-height: 1.1;
      margin-bottom: 16px; margin-top: 28px;
      transition: color 0.35s var(--ease);
    }
    .svc-desc {
      font-size: 12px; color: var(--grey-700);
      line-height: 1.8;
      transition: color 0.35s var(--ease);
    }

    /* ─── CASTING & FITTING ─── */
    #casting {
      background: var(--black);
      padding: 0;
    }

    .casting-header {
      padding: 100px 48px 56px;
    }

    .casting-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-auto-rows: 360px;
      gap: 3px;
    }

    .cg-item {
      overflow: hidden; background: #1c1c1a;
      position: relative;
    }
    .cg-item.tall { grid-row: span 2; }
    .cg-item img {
      filter: grayscale(100%) contrast(1.05);
      transition: transform 0.9s var(--ease), filter 0.5s;
    }
    .cg-item:hover img {
      transform: scale(1.05);
      filter: grayscale(70%) contrast(1.05);
    }

    /* ─── CLIENTS ─── */
    #clients {
      text-align: center;
    }

    .clients-tagline {
      max-width: 500px; margin: 0 auto 64px;
      font-size: 14px; color: var(--grey-500); line-height: 1.9;
    }

    .logo-row {
      display: flex; flex-wrap: wrap;
      justify-content: center; align-items: center;
      gap: 40px 72px;
    }
    .logo-item {
      font-family: var(--display);
      font-size: 20px; font-weight: 400;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--grey-100);
      transition: color 0.25s; white-space: nowrap;
    }
    .logo-item:hover { color: var(--black); }

    /* ─── CONTACT ─── */
    #contact { background: var(--black); }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px; margin-top: 64px;
    }

    .info-block { margin-bottom: 32px; }
    .info-block h4 {
      font-family: var(--ui);
      font-size: 9px; letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(244,244,242,0.28);
      margin-bottom: 8px;
    }
    .info-block p,
    .info-block a {
      font-size: 14px; color: rgba(244,244,242,0.65);
      line-height: 1.8; text-decoration: none; display: block;
      transition: color 0.25s;
    }
    .info-block a:hover { color: var(--white); }

    .form-wrap {
      display: flex; flex-direction: column; gap: 18px;
    }

    .fg { display: flex; flex-direction: column; gap: 7px; }
    .fg label {
      font-family: var(--ui);
      font-size: 9px; letter-spacing: 0.2em;
      text-transform: uppercase; color: rgba(244,244,242,0.28);
    }
    .fg input,
    .fg select,
    .fg textarea {
      background: rgba(244,244,242,0.04);
      border: 1px solid rgba(244,244,242,0.1);
      padding: 13px 15px;
      color: var(--white);
      font-family: var(--body); font-size: 13px; font-weight: 300;
      outline: none; resize: vertical;
      transition: border-color 0.25s;
    }
    .fg input::placeholder, .fg textarea::placeholder {
      color: rgba(244,244,242,0.18);
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
      border-color: rgba(244,244,242,0.35);
    }
    .fg select { -webkit-appearance: none; cursor: pointer; }
    .fg select option { background: #1a1a1a; }

    .btn-send {
      display: inline-flex; align-items: center; gap: 12px;
      background: var(--white); color: var(--black);
      border: none; padding: 15px 32px;
      font-family: var(--ui); font-size: 10px; font-weight: 400;
      letter-spacing: 0.18em; text-transform: uppercase;
      cursor: pointer; width: fit-content;
      transition: background 0.25s;
    }
    .btn-send:hover { background: var(--grey-100); }

    /* ─── FOOTER ─── */
    footer {
      padding: 40px 48px;
      border-top: 1px solid var(--grey-100);
      display: flex; justify-content: space-between; align-items: center;
    }
    .foot-logo {
      font-family: var(--display);
      font-weight: 500; font-size: 14px;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--black);
    }
    .foot-links { display: flex; gap: 28px; }
    .foot-links a {
      font-family: var(--ui);
      font-size: 10px; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--grey-300);
      text-decoration: none; transition: color 0.25s;
    }
    .foot-links a:hover { color: var(--black); }
    .foot-copy {
      font-size: 11px; color: var(--grey-300);
    }

    /* ─── REVEAL ANIMATION ─── */
    .rv {
      opacity: 0; transform: translateY(24px);
      transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
    }
    .rv.in { opacity: 1; transform: none; }
    .rv.d1 { transition-delay: 0.1s; }
    .rv.d2 { transition-delay: 0.2s; }
    .rv.d3 { transition-delay: 0.3s; }
    .rv.d4 { transition-delay: 0.4s; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1200px) {
      .equip-cols { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 1100px) {
      .studio-photos-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
      .sp-main { grid-row: span 1; }
      .specs-layout { grid-template-columns: 1fr; }
    }
    @media (max-width: 900px) {
      nav { padding: 16px 24px; }
      .nav-links { display: none; }
      .s-pad, .s-pad-sm { padding: 72px 24px; }
      .studio-header, .casting-header { padding: 72px 24px 40px; }
      #about { grid-template-columns: 1fr; gap: 40px; }
      .about-img-wrap { order: -1; aspect-ratio: 16/9; }
      .services-row { grid-template-columns: 1fr 1fr; }
      .casting-grid { grid-template-columns: 1fr 1fr; }
      .cg-item.tall { grid-row: span 1; }
      .equip-grid { grid-template-columns: 1fr; }
      .contact-grid { grid-template-columns: 1fr; }
      footer { flex-direction: column; gap: 20px; text-align: center; }
    }
    @media (max-width: 560px) {
      .hero-content { padding: 0 20px 44px; flex-direction: column; gap: 20px; }
      .hero-sub { text-align: left; }
      .studio-photos-grid { grid-template-columns: 1fr; }
      .services-row { grid-template-columns: 1fr; }
      .casting-grid { grid-template-columns: 1fr; }
      .equip-cols { grid-template-columns: 1fr; }
    }/* End custom CSS */