/* =========================================================
   CORINTTI V14 — CLEAN MOBILE EXPERIENCE
   Mobile-only refinement.
   - Keeps the premium stacked product storytelling.
   - Fixes logo / CORINTTI / ITALIA fit inside the fixed header.
   - Shortens the hero and removes the large image-to-copy gap.
   Desktop, laptop and tablet layouts are intentionally untouched.
   ========================================================= */

@media (max-width: 700px) {
  :root {
    --header-h: 84px;
  }

  /* ---------- Mobile header / brand lockup ---------- */
  .site-header {
    height: var(--header-h);
    padding: 4px 14px 0 8px;
    align-items: flex-start;
    background: rgba(5, 4, 6, .992);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand-lockup {
    width: 94px;
    min-width: 94px;
    margin: 0;
    transform: translateY(-2px);
    align-items: center;
  }

  .brand-logo-shell {
    width: 94px;
    min-width: 94px;
    height: auto;
    min-height: 0;
    aspect-ratio: 417 / 301;
  }

  .brand-origin {
    margin-top: 1px;
    font-size: 4.8px;
    line-height: 1;
    letter-spacing: .40em;
    transform: translateX(.20em);
  }

  .menu-button {
    position: absolute;
    top: 17px;
    right: 14px;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  /* ---------- Compact mobile hero ---------- */
  .cinematic-stage {
    min-height: 0;
    height: clamp(560px, 78svh, 620px);
  }

  .cinematic-stage .intro-scene {
    padding: 88px 22px 56px;
  }

  .cinematic-stage .product-anchor {
    top: 35%;
    width: 78vw;
    height: 38%;
    max-width: 340px;
    max-height: 238px;
  }

  .cinematic-stage .jewellery-visual {
    width: 94%;
    height: 100%;
    max-width: 320px;
    max-height: 238px;
  }

  .cinematic-stage .watch-visual {
    width: 89%;
    height: 98%;
    max-width: 310px;
    max-height: 232px;
  }

  .cinematic-stage .wallet-visual {
    width: 87%;
    height: 96%;
    max-width: 300px;
    max-height: 228px;
  }

  .cinematic-stage .product-light {
    left: 50%;
    top: 35%;
    width: 76vw;
    height: 31%;
    min-width: 0;
    min-height: 0;
  }

  .cinematic-stage .scene-copy {
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 60px;
    width: auto;
  }

  .cinematic-stage .scene-copy .eyebrow {
    margin-bottom: 8px;
    font-size: 7.5px;
    letter-spacing: .28em;
  }

  .cinematic-stage .scene-copy h2 {
    font-size: clamp(46px, 13vw, 58px);
    line-height: .88;
  }

  .cinematic-stage .scene-lead {
    margin-top: 9px;
    max-width: 310px;
    font-size: 16px;
    line-height: 1.12;
  }

  .cinematic-stage .scene-body {
    display: none;
  }

  .cinematic-stage .text-link {
    margin-top: 12px;
    padding-bottom: 5px;
    font-size: 8.5px;
  }

  .cinematic-stage .stage-footer {
    left: 22px;
    bottom: 15px;
  }

  .cinematic-stage .stage-line {
    width: 82px;
  }

  /* Jewellery keeps the focused light treatment. */
  .product-scene[data-scene="jewellery"]::after {
    left: 54%;
    top: 34%;
    width: 29vw;
    height: 14%;
    opacity: .30;
  }
}

@media (max-width: 430px) {
  :root {
    --header-h: 82px;
  }

  .site-header {
    padding-left: 7px;
  }

  .brand-lockup,
  .brand-logo-shell {
    width: 90px;
    min-width: 90px;
  }

  .brand-origin {
    font-size: 4.6px;
    letter-spacing: .38em;
  }

  .cinematic-stage {
    height: clamp(548px, 77svh, 600px);
  }

  .cinematic-stage .product-anchor {
    top: 34.5%;
    width: 80vw;
    height: 37%;
    max-width: 315px;
    max-height: 222px;
  }

  .cinematic-stage .jewellery-visual {
    max-width: 295px;
    max-height: 222px;
  }

  .cinematic-stage .watch-visual {
    max-width: 288px;
    max-height: 216px;
  }

  .cinematic-stage .wallet-visual {
    max-width: 282px;
    max-height: 212px;
  }

  .cinematic-stage .scene-copy {
    bottom: 57px;
  }

  .cinematic-stage .scene-copy h2 {
    font-size: clamp(44px, 12.6vw, 54px);
  }

  .cinematic-stage .scene-lead {
    max-width: 286px;
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .cinematic-stage {
    height: 548px;
  }

  .cinematic-stage .product-anchor {
    top: 34%;
    height: 35%;
  }

  .cinematic-stage .scene-copy {
    left: 18px;
    right: 18px;
    bottom: 55px;
  }

  .cinematic-stage .stage-footer {
    left: 18px;
  }
}


/* =========================================================
   CORINTTI V15 — JEWELLERY HERO IMAGE SWITCH
   Desktop / laptop: keep the approved woman image.
   Mobile: use the full jewellery set image so the hero does
   not feel cut at the bottom.
   ========================================================= */

.jewellery-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.jewellery-hero-media .jewellery-visual {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 700px) {
  .product-scene[data-scene="jewellery"] .product-anchor {
    top: 34.5%;
    width: 84vw;
    height: 34%;
    max-width: 370px;
    max-height: 250px;
  }

  .product-scene[data-scene="jewellery"] .jewellery-visual {
    width: 100%;
    height: 100%;
    max-width: 370px;
    max-height: 250px;
  }

  .product-scene[data-scene="jewellery"] .product-light {
    top: 34.5%;
    width: 82vw;
    height: 29%;
  }

  .product-scene[data-scene="jewellery"]::after {
    left: 54%;
    top: 33.5%;
    width: 30vw;
    height: 12%;
    opacity: .26;
  }
}

@media (max-width: 430px) {
  .product-scene[data-scene="jewellery"] .product-anchor {
    top: 34%;
    width: 86vw;
    height: 33%;
    max-width: 338px;
    max-height: 230px;
  }

  .product-scene[data-scene="jewellery"] .jewellery-visual {
    max-width: 338px;
    max-height: 230px;
  }

  .product-scene[data-scene="jewellery"] .product-light {
    width: 84vw;
    height: 28%;
  }
}

