/* ============================================
   YL PIXELS — style.css (Mobile First)
   ============================================ */

:root {
  --black: #0a0a0a;
  --off-black: #111111;
  --charcoal: #1c1c1c;
  --smoke: #888;
  --silver: #c8c8c8;
  --white: #f5f4f0;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

.cursor {
  position: fixed; width: 10px; height: 10px;
  background: var(--gold); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; width: 36px; height: 36px;
  border: 1px solid rgba(201,168,76,0.5); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, width 0.3s ease, height 0.3s ease;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 20px;
  background: linear-gradient(to bottom, rgba(10,10,10,0.95) 0%, transparent 100%);
}
.logo {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem;
  letter-spacing: 0.3em; color: var(--white); text-decoration: none;
}
.logo span { color: var(--gold); }
.nav-links {
  display: none; position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10,10,10,0.97);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; list-style: none; z-index: 100;
}
.nav-links.open { display: flex; }
.nav-links a {
  font-family: 'DM Sans', sans-serif; font-size: 1.2rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--silver); text-decoration: none; transition: color 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.burger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px; z-index: 101;
}
.burger span {
  display: block; width: 24px; height: 2px; background: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* HERO MOBILE */
.hero {
  min-height: 100vh; padding-top: 70px;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201,168,76,0.07) 0%, transparent 60%),
              linear-gradient(135deg, #0a0a0a 0%, #1a1208 50%, #0a0a0a 100%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-collage {
  position: relative; z-index: 1;
  display: flex; flex-direction: row; gap: 6px;
  padding: 16px 16px 0; width: 100%; height: 55vw; flex-shrink: 0;
}
.hero-img {
  overflow: hidden; background-size: cover; background-position: center;
  position: relative;
}
.hero-img::after {
  content: attr(data-label);
  position: absolute; bottom: 8px; left: 8px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em; font-size: 0.65rem; color: rgba(201,168,76,0.7);
}
.hi-1 {
  flex: 1.4; height: 100%;
  background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-297.jpg");
  border: 1px solid rgba(201,168,76,0.15);
}
.hi-2 {
  flex: 1; height: 100%;
  background-image: url("./img/sports/A7I00428-Enhanced-NR.jpg");
  border: 1px solid rgba(201,168,76,0.15);
}
.hi-3 {
  flex: 1; height: 100%;
  display: block;
  background-image: url("./img/portraits/A7I01654.jpg");
  background-size: cover; background-position: center top;
  border: 1px solid rgba(201,168,76,0.15);
}
.scanlines { display: none; }

.hero-content {
  position: relative; z-index: 2;
  padding: 24px 20px 40px; text-align: center;
  flex: 1; display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow {
  font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  animation: fadeUp 0.8s ease 0.2s both;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; display: block; width: 32px; height: 1px; background: var(--gold);
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 13vw, 5rem); line-height: 0.88;
  letter-spacing: 0.02em; color: var(--white); margin-bottom: 16px;
  animation: fadeUp 0.8s ease 0.4s both;
}
.hero-title em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem; font-weight: 300; font-style: italic;
  color: var(--silver); margin-bottom: 28px; line-height: 1.7;
  animation: fadeUp 0.8s ease 0.6s both;
}
.hero-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-family: 'DM Sans', sans-serif; font-size: 0.7rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--black); background: var(--gold); text-decoration: none;
  padding: 14px 28px; transition: background 0.3s, transform 0.3s;
  align-self: center; animation: fadeUp 0.8s ease 0.8s both;
}
.hero-cta:hover { background: var(--gold-light); transform: translateX(4px); }
.hero-scroll { display: none; }

/* SECTIONS */
.section-header {
  padding: 60px 20px 36px;
  display: flex; flex-direction: column; gap: 8px;
}
.section-tag { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); }
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 10vw, 4rem); line-height: 0.9;
  letter-spacing: 0.03em; color: var(--white);
}
.section-title .outline { -webkit-text-stroke: 1px rgba(255,255,255,0.25); color: transparent; }
.section-count { display: none; }
.divider {
  width: calc(100% - 40px); margin: 0 20px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.2), transparent);
}

/* GALERIES */
.gcard { position: relative; overflow: hidden; cursor: none; }
.gcard-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.gcard:hover .gcard-bg { transform: scale(1.06); }
.gcard-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.gcard:hover .gcard-overlay { opacity: 1; }
.gcard-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px; transform: translateY(8px); opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.gcard:hover .gcard-info { transform: translateY(0); opacity: 1; }
.gcard-cat { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.gcard-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; color: var(--white); }
.motion-blur {
  position: absolute; width: 180%; height: 4px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3), transparent);
  top: 50%; left: -40%; transform: rotate(-15deg);
}

/* GALERIE VOITURES */
.gallery-cars { display: flex; flex-direction: column; gap: 8px; padding: 0 0 60px; }
.gallery-cars .gcard { height: 80vw; }
.car-1 .gcard-bg { background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-103.jpg"); }
.car-2 .gcard-bg { background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-113.jpg"); }
.car-3 .gcard-bg { background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-114.jpg"); }
.car-4 .gcard-bg { background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-112.jpg"); }
.car-5 .gcard-bg { background-image: url("./img/voitures/A7I00023-Edit-4-Edit.jpg"); }

/* GALERIE SPORT */
.gallery-sport { display: flex; flex-direction: column; gap: 8px; padding: 0 0 60px; }
.gallery-sport .gcard { height: 80vw; }
.sport-1 .gcard-bg { background-image: url("./img/sports/A7I00428-Enhanced-NR.jpg"); }
.sport-2 .gcard-bg { background-image: url("./img/sports/YLP_yann-lenerand-pixels-événement-sport-Voiture-129.jpg"); }
.sport-3 .gcard-bg { background-image: url("./img/sports/A7I00512-Enhanced-NR.jpg"); }
.sport-4 .gcard-bg { background-image: url("./img/sports/YLP_yann-lenerand-pixels-événement-sport-Voiture-192.jpg"); }
.sport-5 .gcard-bg { background-image: url("./img/sports/YLP_yann-lenerand-pixels-événement-sport-Voiture-68.jpg"); }

/* GALERIE PORTRAIT */
.gallery-portrait { display: flex; flex-direction: column; gap: 8px; padding: 0 0 60px; }
.gallery-portrait .gcard { height: 100vw; }
.portrait-1 .gcard-bg { background-image: url("./img/portraits/A7I01654.jpg"); background-position: center 100%; }
.portrait-2 .gcard-bg { background-image: url("./img/portraits/Alpha-&-Co-39.jpg"); background-position: center 100%; }
.portrait-3 .gcard-bg { background-image: url("./img/portraits/A7I01786.jpg"); background-position: center 100%; }
.portrait-4 .gcard-bg { background-image: url("./img/portraits/Alpha-&-Co-25.jpg"); background-position: center 100%; }

/* À PROPOS */
.about { display: flex; flex-direction: column; gap: 40px; padding: 60px 20px; border-top: 1px solid rgba(255,255,255,0.06); }
.about-visual { position: relative; height: 280px; }
.about-frame {
  position: absolute; inset: 0;
  background: linear-gradient(145deg, #1a1512 0%, #231c14 50%, #0f0c09 100%);
  border: 1px solid rgba(201,168,76,0.15);
}
.about-frame::before {
  content: ''; position: absolute;
  top: 16px; left: 16px; right: -16px; bottom: -16px;
  border: 1px solid rgba(201,168,76,0.08); z-index: -1;
}
.about-badge {
  position: absolute; bottom: -16px; right: 20px;
  width: 80px; height: 80px; background: var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
}
.about-badge-num { font-size: 1.8rem; color: var(--black); line-height: 1; }
.about-badge-text { font-size: 0.45rem; letter-spacing: 0.12em; color: var(--black); text-align: center; }
.lens-deco {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 160px; height: 160px; border-radius: 50%;
  border: 2px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center; opacity: 0.6;
}
.lens-deco::before {
  content: ''; position: absolute; inset: 16px;
  border-radius: 50%; border: 1px solid rgba(201,168,76,0.15);
}
.about-content { padding: 8px 0; }
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 300; font-style: italic;
  line-height: 1.4; color: var(--white); margin-bottom: 20px;
}
.about-quote em { color: var(--gold); font-style: normal; }
.about-text { font-size: 0.9rem; line-height: 1.8; color: var(--smoke); margin-bottom: 24px; }
.about-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-top: 4px; }

/* SERVICES */
.services { display: flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,0.04); padding: 0 0 60px; }
.service-card {
  background: var(--off-black); padding: 40px 24px;
  position: relative; overflow: hidden; transition: background 0.4s;
}
.service-card:hover { background: var(--charcoal); }
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; color: rgba(201,168,76,0.08); line-height: 1; margin-bottom: 16px; transition: color 0.4s; }
.service-card:hover .service-num { color: rgba(201,168,76,0.15); }
.service-icon { margin-bottom: 16px; color: var(--gold); }
.service-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.05em; margin-bottom: 10px; color: var(--white); }
.service-desc { font-size: 0.85rem; line-height: 1.75; color: var(--smoke); }

/* CONTACT */
.contact { display: flex; flex-direction: column; gap: 40px; padding: 60px 20px; border-top: 1px solid rgba(255,255,255,0.06); }
.contact-left .section-tag { margin-bottom: 16px; }
.contact-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 10vw, 4rem); line-height: 0.9; margin-bottom: 20px; }
.contact-title .outline { -webkit-text-stroke: 1px rgba(255,255,255,0.2); color: transparent; display: block; }
.contact-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: var(--smoke); line-height: 1.7; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: flex; flex-direction: column; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--smoke); }
.field input, .field select, .field textarea {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  color: var(--white); padding: 12px 16px;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; outline: none;
  transition: border-color 0.3s; width: 100%;
  -webkit-appearance: none; border-radius: 0;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field select option { background: var(--off-black); }
.field textarea { resize: vertical; min-height: 100px; }
.submit-btn {
  background: var(--gold); color: var(--black); border: none;
  padding: 16px; font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: none; width: 100%; transition: background 0.3s;
  -webkit-appearance: none; border-radius: 0;
}
.submit-btn:hover { background: var(--gold-light); }

/* FOOTER */
footer {
  padding: 32px 20px; border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
}
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.3em; color: var(--white); }
.footer-logo span { color: var(--gold); }
.footer-text { font-size: 0.7rem; color: var(--smoke); }
.footer-socials { display: flex; gap: 24px; }
.footer-socials a { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--smoke); text-decoration: none; transition: color 0.3s; }
.footer-socials a:hover { color: var(--gold); }

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollLine {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* ============================================
   TABLETTE min 600px
   ============================================ */
@media (min-width: 600px) {
  nav { padding: 22px 32px; }
  .logo { font-size: 1.8rem; }

  .hero-collage { height: 40vw; padding: 20px 20px 0; gap: 8px; }
  .hi-1 { flex: 1.5; }
  .hi-2 { flex: 1; }
  .hi-3 {
    display: block; flex: 1; height: 100%;
    background-image: url("./img/portraits/A7I01654.jpg");
    background-size: cover; background-position: center top;
    border: 1px solid rgba(201,168,76,0.15);
  }
  .hero-content { padding: 28px 32px 48px; }
  .hero-title { font-size: clamp(3.5rem, 9vw, 6rem); }
  .hero-sub { font-size: 1.1rem; }

  .section-header { padding: 80px 32px 48px; flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .section-title { font-size: clamp(3rem, 6vw, 5rem); }
  .section-count { display: block; font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: rgba(201,168,76,0.15); line-height: 1; }
  .divider { width: calc(100% - 64px); margin: 0 32px; }

  .gallery-cars { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 0 80px; }
  .gallery-cars .gcard { height: 44vw; }
  .gallery-cars .gcard:nth-child(1) { grid-column: span 2; height: 48vw; }

  .gallery-sport { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 0 80px; }
  .gallery-sport .gcard { height: 40vw; }
  .gallery-sport .gcard:nth-child(3) { grid-column: span 2; height: 44vw; }

  .gallery-portrait { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 0 80px; }
  .gallery-portrait .gcard { height: 60vw; }

  .about { padding: 80px 32px; flex-direction: row; align-items: center; gap: 48px; }
  .about-visual { height: 420px; min-width: 260px; flex: 1; }
  .about-content { flex: 1; }
  .about-quote { font-size: 1.6rem; }
  .about-stats { gap: 32px; }
  .stat-num { font-size: 2.4rem; }

  .services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 0 0 80px; }

  .contact { padding: 80px 32px; flex-direction: row; align-items: flex-start; gap: 48px; }
  .contact-left { flex: 1; }
  .contact-form { flex: 1; }
  .form-row { flex-direction: row; }
  .submit-btn { width: auto; padding: 16px 40px; }

  footer { padding: 40px 32px; flex-direction: row; justify-content: space-between; }
}

/* ============================================
   DESKTOP min 1024px
   ============================================ */
@media (min-width: 1024px) {
  nav { padding: 28px 48px; }
  .logo { font-size: 2rem; }
  .burger { display: none; }
  .nav-links {
    display: flex; position: static; background: none;
    flex-direction: row; gap: 40px; z-index: auto;
  }
  .nav-links a { font-size: 0.75rem; letter-spacing: 0.18em; }

  /* Hero desktop */
  .hero { height: 100vh; min-height: 100vh; padding-top: 0; display: block; position: relative; }
  .hero-collage {
    position: absolute; inset: 0; display: block;
    padding: 0; height: 100%; pointer-events: none;
  }
  .hi-1 {
    position: absolute; top: 10%; right: 4%; width: 30%; height: 55%; flex: none;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 92% 100%, 0 100%);
    background-image: url("./img/voitures/YLP_yann-lenerand-pixels-événement-sport-Voiture-297.jpg");
    border: 1px solid rgba(201,168,76,0.15);
  }
  .hi-2 {
    position: absolute; top: 15%; right: 36%; width: 18%; height: 30%; flex: none;
    background-image: url("./img/sports/A7I00428-Enhanced-NR.jpg");
    border: 1px solid rgba(201,168,76,0.15);
  }
  .hi-3 {
    display: block; position: absolute; top: 48%; right: 36%; width: 18%; height: 28%; flex: none;
    background-image: url("./img/portraits/A7I01654.jpg");
    background-position: center;
    border: 1px solid rgba(201,168,76,0.15);
  }
  .scanlines {
    display: block; position: absolute; inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.15) 2px, rgba(0,0,0,0.15) 4px);
    pointer-events: none;
  }
  .hero-content {
    position: absolute; bottom: 80px; left: 48px;
    padding: 0; text-align: left; max-width: 620px; width: auto; display: block;
  }
  .hero-eyebrow { justify-content: flex-start; font-size: 0.7rem; margin-bottom: 20px; }
  .hero-eyebrow::before { display: block; width: 48px; }
  .hero-eyebrow::after { display: none; }
  .hero-title { font-size: clamp(5rem, 10vw, 10rem); margin-bottom: 28px; }
  .hero-sub { font-size: 1.2rem; margin-bottom: 44px; max-width: 440px; }
  .hero-cta { align-self: flex-start; padding: 16px 36px; font-size: 0.75rem; }
  .hero-scroll {
    display: flex; position: absolute; bottom: 80px; right: 48px;
    flex-direction: column; align-items: center; gap: 12px;
    font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--smoke); writing-mode: vertical-rl;
  }
  .hero-scroll::after {
    content: ''; width: 1px; height: 60px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollLine 2s ease-in-out infinite;
  }

  .section-header { padding: 100px 48px 60px; }
  .divider { width: calc(100% - 96px); margin: 0 48px; }

  .gallery-cars { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 380px 280px; gap: 8px; padding: 0 48px 100px; }
  .gallery-cars .gcard { height: auto; }
  .gallery-cars .gcard:nth-child(1) { grid-column: auto; grid-row: span 2; height: auto; }

  .gallery-sport { display: grid; grid-template-columns: 1fr 1fr 1.4fr; grid-template-rows: 320px 320px; gap: 8px; padding: 0 48px 100px; }
  .gallery-sport .gcard { height: auto; }
  .gallery-sport .gcard:nth-child(3) { grid-column: auto; grid-row: span 2; height: auto; }
  .sport-5 .gcard-bg {
    background-position: center 30%;
  }
  .gallery-portrait { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 500px; gap: 8px; padding: 0 48px 100px; }
  .gallery-portrait .gcard { height: auto; }

  .about { padding: 100px 48px; flex-direction: row; gap: 80px; }
  .about-visual { height: 500px; }
  .about-badge { width: 100px; height: 100px; bottom: -20px; right: 40px; }
  .about-badge-num { font-size: 2.2rem; }
  .about-badge-text { font-size: 0.5rem; }
  .about-quote { font-size: 2rem; margin-bottom: 32px; }
  .about-stats { gap: 48px; }
  .stat-num { font-size: 2.8rem; }

  .services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; padding: 0 48px 100px; }
  .service-card { padding: 56px 44px; }
  .service-num { font-size: 5rem; }

  .contact { padding: 120px 48px; flex-direction: row; align-items: center; gap: 80px; }
  .contact-title { font-size: clamp(3rem, 5vw, 5rem); }
  .submit-btn { padding: 18px 48px; }
  .submit-btn:hover { transform: translateX(4px); }

  footer { padding: 48px; flex-direction: row; justify-content: space-between; }
  .footer-logo { font-size: 1.5rem; }
}

/* GRAND DESKTOP min 1400px */
@media (min-width: 1400px) {
  .gallery-cars { grid-template-rows: 420px 320px; }
  .gallery-sport { grid-template-rows: 360px 360px; }
  .gallery-portrait { grid-template-rows: 560px; }
}
