  /* ── VIDEO HERO ── */
  .video-hero {
    position: relative;
    width: 100vw;
    left: 50%; right: 50%;
    margin-left: -50vw; margin-right: -50vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-video {
    position: absolute;
    width: max(100vw, calc(100vh * 16 / 9));
    height: max(100vh, calc(100vw * 9 / 16));
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border: 0;
  }
  .video-overlay {
    position: absolute; inset: 0;
    background:
      linear-gradient(to bottom, rgba(5,3,2,0.38) 0%, rgba(5,3,2,0.18) 45%, rgba(5,3,2,0.72) 100%),
      linear-gradient(to right, rgba(5,3,2,0.42) 0%, rgba(5,3,2,0.04) 100%);
    z-index: 1;
  }
  .video-caption {
    position: relative; z-index: 5;
    text-align: center; padding: 0 24px; max-width: 920px;
    animation: heroFadeIn 1.8s ease both;
  }
  @keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .video-eyebrow {
    font-size: 13px; letter-spacing: 0.55em; text-transform: uppercase;
    color: var(--gold-light); margin-bottom: 30px; text-align: center;
  }
  .video-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(58px, 9vw, 134px);
    font-weight: 300; line-height: 0.88; color: #fff;
    margin-bottom: 30px; letter-spacing: 0.01em;
  }
  .video-title em { font-style: italic; color: var(--gold-light); display: block; }
  .video-sub {
    font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
    color: rgba(255,255,255,0.48); margin-bottom: 52px; line-height: 2.2;
  }
  .scroll-hint {
    position: absolute; bottom: 112px; left: 50%; transform: translateX(-50%);
    z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 8px;
  }
  .scroll-hint span { font-size: 8px; letter-spacing: 0.45em; text-transform: uppercase; color: rgba(255,255,255,0.33); }
  .scroll-line {
    width: 1px; height: 44px;
    background: linear-gradient(to bottom, var(--gold-light), transparent);
    animation: scrollPulse 2.2s ease infinite;
  }
  @keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
  .hero-stats-bar {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
    display: flex; background: rgba(250,248,244,0.94);
    backdrop-filter: blur(12px); border-top: 1px solid var(--border-soft);
  }
  .hsb-item {
    flex: 1; padding: 12px 40px; border-right: 1px solid var(--border-soft);
    display: flex; align-items: center; gap: 16px;
  }
  .hsb-item:last-child { border-right: none; }
  .hsb-num { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--ink); line-height: 1; }
  .hsb-num span { color: var(--gold); font-style: italic; }
  .hsb-label { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); line-height: 1.5; }


  /* ── INTRO ── */
  .intro {
    padding: 110px 56px; display: grid; grid-template-columns: 1fr 1.6fr;
    gap: 80px; border-bottom: 1px solid var(--border-soft); background: var(--white);
  }
  .intro-tag { font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
  .intro-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px,4vw,58px); font-weight: 300; line-height: 1.1; color: var(--ink); }
  .intro-heading em { font-style: italic; color: var(--gold); }
  .intro-right { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--border-soft); padding-left: 80px; }
  .intro-body { font-size: 15px; font-weight: 300; line-height: 1.9; color: var(--ink-muted); margin-bottom: 32px; }
  .intro-link { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
  .intro-link::after { content: '→'; font-size: 14px; }

  /* ── SERVICES ── */
  .services { padding: 100px 56px; background: var(--bg); border-bottom: 1px solid var(--border-soft); }
  .sec-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }
  .sec-tag { font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .sec-title { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--ink); line-height: 1; }
  .sec-title em { font-style: italic; color: var(--gold); }
  .services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
  .svc-card, .svc-card * { text-decoration: none; }
  .svc-card { display: block; color: inherit; background: var(--white); overflow: hidden; border: 1px solid var(--border-soft); transition: border-color 0.3s, box-shadow 0.3s; cursor: pointer; }
  .svc-card:hover { border-color: var(--gold); box-shadow: 0 8px 40px rgba(176,141,87,0.12); }
  .svc-img { height: clamp(290px, 22vw, 360px); overflow: hidden; }
  .svc-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(90%); transform: scale(1.06); transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s; }
  .svc-card:hover .svc-img img { transform: scale(1); filter: saturate(105%); }
  .svc-body { padding: 28px 24px; }
  .svc-num { font-size: 10px; letter-spacing: 0.35em; color: var(--gold); margin-bottom: 10px; }
  .svc-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
  .svc-desc { font-size: 13px; color: var(--ink-muted); line-height: 1.7; font-weight: 300; margin-bottom: 20px; }
  .svc-link { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
  .svc-card:hover .svc-link { gap: 14px; }
  .svc-link::after { content: '→'; }

  /* ── GALLERY ── */
  .gallery { padding: 100px 56px; background: var(--white); border-bottom: 1px solid var(--border-soft); }
  .gallery-top { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 56px; }
  .gallery-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px,5vw,72px); font-weight: 300; line-height: 1; color: var(--ink); }
  .gallery-title em { font-style: italic; color: var(--gold); }
  .gallery-blurb { font-size: 14px; color: var(--ink-muted); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }
  .gallery-cta {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s, color 0.2s;
  }
  .gallery-cta::after { content: '→'; }
  .gallery-cta:hover {
    gap: 14px;
    color: var(--gold-light);
  }

  /* ── CAROUSEL ── */
  .carousel-outer {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 20px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  .carousel-track {
    display: flex;
    gap: 30px;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    animation: slideLeft 60s linear infinite;
    width: max-content;
  }
  .carousel-track:hover { animation-play-state: paused; }
  @keyframes slideLeft {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50%)); }
  }
  .card {
    flex: 0 0 280px;
    height: 390px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .card:nth-child(odd)  { margin-top: 0; }
  .card:nth-child(even) { margin-top: 70px; }
  .card.shape-round-all  { border-radius: 50% 50% 50% 50% / 40% 40% 40% 40%; }
  .card.shape-round-top  { border-radius: 140px 140px 0 0; }
  .card.shape-round-both { border-radius: 140px; }
  .card.shape-square      { border-radius: 0; }
  .card img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .6s cubic-bezier(.25,.46,.45,.94);
  }
  .card:hover img { transform: scale(1.07); }
  .card::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(26,22,18,.25); opacity: 0; transition: opacity .4s;
  }
  .card:hover::after { opacity: 1; }

  /* Dots */
  .dots { display: flex; justify-content: center; gap: 8px; padding: 24px 0 10px; position: relative; z-index: 5; }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: #c5bdb5; transition: background .3s, transform .3s; cursor: pointer; padding: 4px; background-clip: content-box; box-sizing: content-box; }
  .dot.active { background: var(--gold); transform: scale(1.4); background-clip: content-box; }

  /* Lightbox */
  .lightbox {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.88); z-index: 999;
    align-items: center; justify-content: center;
    animation: fadeIn .3s ease;
  }
  .lightbox.open { display: flex; }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  .lightbox img { max-width: 80vw; max-height: 85vh; object-fit: contain; border-radius: 4px; box-shadow: 0 40px 100px rgba(0,0,0,.6); position: relative; z-index: 1; }
  .lightbox-close {
    position: absolute; top: 24px; right: 30px;
    color: #fff; font-size: 32px; cursor: pointer;
    font-weight: 300; line-height: 1; opacity: .7; transition: opacity .2s; z-index: 10;
  }
  .lightbox-close:hover { opacity: 1; }
  .lb-prev, .lb-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.12); backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
    color: #fff; width: 52px; height: 52px;
    font-size: 28px; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: .75; transition: opacity .25s, background .25s;
    font-family: 'DM Sans', sans-serif; z-index: 10;
  }
  .lb-prev { left: 24px; }
  .lb-next { right: 24px; }
  .lb-prev:hover, .lb-next:hover { opacity: 1; background: rgba(255,255,255,.22); }

  /* ── TESTIMONIALS ── */
  .testimonials { padding: 100px 56px; background: var(--bg2); border-bottom: 1px solid var(--border-soft); }
  .test-header { text-align: center; margin-bottom: 64px; }
  .test-title { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: var(--ink); line-height: 1; margin-top: 12px; }
  .test-title em { font-style: italic; color: var(--gold); }
  .test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .test-card { background: var(--white); padding: 44px 36px; border: 1px solid var(--border-soft); position: relative; transition: border-color 0.3s, box-shadow 0.3s; }
  .test-card:hover { border-color: var(--gold); box-shadow: 0 4px 32px rgba(176,141,87,0.1); }
  .test-card::before { content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 100px; color: var(--gold-pale); position: absolute; top: 12px; left: 24px; line-height: 1; }
  .test-stars { font-size: 12px; letter-spacing: 3px; color: var(--gold); margin-bottom: 20px; position: relative; }
  .test-quote { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.7; margin-bottom: 28px; position: relative; }
  .test-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border-soft); padding-top: 20px; }
  .test-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold); }
  .test-name { font-size: 12px; font-weight: 500; color: var(--ink); letter-spacing: 0.05em; }
  .test-role { font-size: 11px; color: var(--gold); letter-spacing: 0.1em; }

  /* ── WHY US ── */
  .why { padding: 100px 56px; background: var(--white); border-bottom: 1px solid var(--border-soft); display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: center; }
  .why-right { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
  .why-item { padding: 36px; border: 1px solid var(--border-soft); background: var(--bg); transition: border-color 0.3s, background 0.3s; }
  .why-item:hover { border-color: var(--gold); background: var(--white); }
  .why-icon { width: 40px; height: 40px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 18px; }
  .why-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
  .why-item p { font-size: 13px; color: var(--ink-muted); line-height: 1.7; font-weight: 300; }

  /* ── CTA ── */
  .cta { padding: 130px 56px; text-align: center; background: var(--gold-pale); position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
  .cta::before { content: ''; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(176,141,87,0.3); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
  .cta::after  { content: ''; position: absolute; width: 800px; height: 800px; border: 1px solid rgba(176,141,87,0.15); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
  .cta-tag   { font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; position: relative; z-index: 1; }
  .cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px,7vw,104px); font-weight: 300; line-height: 0.95; color: var(--ink); margin-bottom: 48px; position: relative; z-index: 1; }
  .cta-title em { font-style: italic; color: var(--gold); }
  .cta-btns { display: flex; gap: 20px; justify-content: center; position: relative; z-index: 1; }
  .btn-dark { font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; padding: 15px 36px; background: var(--ink); color: #fff; text-decoration: none; border: none; transition: background 0.3s; }
  .btn-dark:hover { background: var(--gold); }
  .btn-ghost-dark { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; padding: 15px 36px; color: var(--ink); text-decoration: none; border: 1px solid rgba(28,24,18,0.25); transition: all 0.3s; }
  .btn-ghost-dark:hover { border-color: var(--gold); color: var(--gold); }

  /* ══════════════════════════════════════════
     MOBILE STYLES
  ══════════════════════════════════════════ */

  /* Hamburger button */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 500;
  }
  .nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
  }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  @media (max-width: 1200px) and (min-width: 901px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .svc-img { height: 340px; }
  }

  /* Mobile menu overlay */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--white);
    z-index: 450;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 80px 40px 40px;
    overflow-y: auto;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; font-weight: 300;
    color: var(--ink); text-decoration: none;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-soft);
    width: 100%; text-align: center;
    transition: color 0.2s;
  }
  .mobile-menu a:hover { color: var(--gold); }
  .mobile-menu .mob-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--ink-muted);
    padding: 10px 0;
    border-bottom: 1px solid var(--border-soft);
    width: 100%; text-align: center;
  }
  .mobile-menu .mob-book {
    margin-top: 32px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
    padding: 15px 40px; background: var(--gold); color: #fff;
    text-decoration: none; border: none;
  }

  @media (max-width: 900px) {
    /* Nav */
    nav { padding: 16px 24px; }
    .nav-links { display: none; }
    .nav-book  { display: none; }
    .nav-hamburger { display: flex; }

    /* Hero */
    .video-hero { height: 100svh; }
    .video-caption { padding: 0 20px; }
    .video-eyebrow { font-size: 11px; letter-spacing: 0.3em; margin-bottom: 18px; }
    .video-title { font-size: clamp(44px, 12vw, 80px); line-height: 0.92; }
    .video-sub { font-size: 10px; letter-spacing: 0.18em; margin-bottom: 0; }
    .scroll-hint { display: none; }

    /* Stats bar — 2×2 grid on mobile */
    .hero-stats-bar { display: grid; grid-template-columns: 1fr 1fr; }
    .hsb-item { padding: 14px 16px; border-right: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
    .hsb-item:nth-child(2) { border-right: none; }
    .hsb-item:nth-child(3) { border-bottom: none; }
    .hsb-item:nth-child(4) { border-right: none; border-bottom: none; }
    .hsb-num { font-size: 28px; }
    .hsb-label { font-size: 9px; }

    /* Intro */
    .intro { grid-template-columns: 1fr; gap: 32px; padding: 64px 24px; }
    .intro-right { border-left: none; padding-left: 0; border-top: 1px solid var(--border-soft); padding-top: 32px; }

    /* Services */
    .services { padding: 64px 24px; }
    .sec-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 36px; }
    .services-grid { 
      display: flex;
      overflow-x: auto;
      gap: 24px;
      padding: 20px 0;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .services-grid::-webkit-scrollbar { display: none; }
    .svc-card {
      flex: 0 0 calc(100% - 48px);
      max-width: 100%;
      scroll-snap-align: center;
      scroll-snap-stop: always;
      position: relative;
      height: 460px;
      overflow: hidden;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.18);
      box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    }
    .svc-card:hover {
      border-color: rgba(255,255,255,0.3);
      box-shadow: 0 12px 48px rgba(176,141,87,0.2);
      transform: translateY(-6px);
    }
    .svc-img { 
      position: absolute;
      inset: 0;
      width: 100%; 
      height: 100%; 
      overflow: hidden; 
      z-index: 0;
    }
    .svc-img img { 
      width: 100%; 
      height: 100%; 
      object-fit: cover; 
      filter: saturate(85%) brightness(0.9);
      transform: scale(1.08);
      transition: transform 0.8s ease, filter 0.5s ease;
    }
    .svc-card:hover .svc-img img { 
      transform: scale(1);
      filter: saturate(100%) brightness(1);
    }
    .svc-body { 
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 32px 24px 28px;
      background: linear-gradient(to top, rgba(5,3,2,0.95) 0%, rgba(5,3,2,0.8) 70%, transparent 100%);
      z-index: 1;
      transition: all 0.4s ease;
    }
    .svc-card:hover .svc-body {
      padding-bottom: 32px;
    }
    .svc-num { 
      font-size: 11px; 
      letter-spacing: 0.4em; 
      color: var(--gold-light); 
      margin-bottom: 8px;
      text-transform: uppercase;
      font-weight: 500;
    }
    .svc-name { 
      font-family: 'Cormorant Garamond', serif; 
      font-size: 24px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 8px;
      line-height: 1.2;
    }
    .svc-desc { 
      font-size: 12px;
      color: rgba(255,255,255,0.75);
      line-height: 1.5;
      font-weight: 300;
      margin-bottom: 0;
      opacity: 1;
      transform: translateY(0);
      transition: all 0.4s ease 0.1s;
    }
    .svc-card:hover .svc-desc {
      opacity: 1;
      transform: translateY(0);
    }
    .svc-link {
      font-size: 10px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold-light);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: gap 0.2s;
      margin-top: 12px;
      opacity: 1;
      transform: translateY(0);
      transition: all 0.4s ease 0.2s;
    }
    .svc-card:hover .svc-link {
      gap: 14px;
      opacity: 1;
      transform: translateY(0);
    }
    .svc-link::after { content: '→'; }

    /* Gallery */
    .gallery { padding: 64px 24px; }
    .gallery-top { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
    .carousel-outer { padding: 60px 0 10px; }
    .card { flex: 0 0 240px; height: 340px; }
    .card:nth-child(even) { margin-top: 50px; }
    .card.shape-round-all  { border-radius: 50% 50% 50% 50% / 40% 40% 40% 40%; }
    .card.shape-round-top  { border-radius: 100px 100px 0 0; }
    .card.shape-round-both { border-radius: 100px; }
    .card.shape-square      { border-radius: 0; }

    /* Testimonials */
    .testimonials { padding: 64px 24px; }
    .test-title { font-size: 40px; }
    .test-grid { grid-template-columns: 1fr; gap: 16px; }

    /* Why Us */
    .why { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px; }
    .why-right { grid-template-columns: 1fr 1fr; gap: 16px; }
    .why-item { padding: 24px; }

    /* CTA */
    .cta { padding: 80px 24px; }
    .cta-title { font-size: clamp(40px, 10vw, 72px); }
    .cta-btns { flex-direction: column; align-items: center; }

    /* Carousel — fix for mobile touch */
    .carousel-outer { padding: 55px 0 10px; overflow-x: hidden; }
    .card { flex: 0 0 200px; height: 260px; }
    .card:nth-child(even) { margin-top: 46px; }
    .card.shape-round-top  { border-radius: 90px 90px 0 0; }
    .card.shape-round-both { border-radius: 90px; }
  }

  @media (max-width: 520px) {
    .services-grid { gap: 18px; }
    .svc-card { 
      flex: 0 0 100%;
      height: 420px;
    }
    .svc-body { padding: 28px 20px 24px; }
    .svc-name { font-size: 22px; }
    .svc-desc { font-size: 11px; }
    .why-right { grid-template-columns: 1fr; }
    .video-title { font-size: clamp(38px, 13vw, 60px); }
    .card { flex: 0 0 170px; height: 220px; }
    .card:nth-child(even) { margin-top: 38px; }
    .card.shape-round-top  { border-radius: 75px 75px 0 0; }
    .card.shape-round-both { border-radius: 75px; }
  }

