:root { --yv-navy: #101b3f; --yv-gold: #d4a82f; --yv-cream: #f2efe8; }

body { background: var(--yv-cream); }
.loadPlaceInLogo {
  align-items: center !important; box-sizing: border-box !important; display: flex !important;
  height: 120px !important; justify-content: center !important; overflow: hidden !important;
  padding: 12px 20px !important; width: 360px !important;
}
.loadPlaceInLogo .loader-logo-image { display: block; height: auto; max-height: 96px; object-fit: contain; width: 100%; }
.loadPlaceInLogo .loader-brand {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; position: relative; white-space: nowrap; width: 290px;
}
.loadPlaceInLogo .loader-brand-name {
  color: #e52b22; display: block; font-family: 'DM Sans', sans-serif; font-size: 48px;
  font-style: italic; font-weight: 700; letter-spacing: -.075em; line-height: .78;
}
.loadPlaceInLogo .loader-brand-subtitle {
  color: #e52b22; display: block; font-family: 'DM Sans', sans-serif;
  font-size: 8px; font-weight: 700; letter-spacing: .14em; line-height: 1;
}
.header-logo { width: auto !important; height: auto !important; }
.header-logo a {
  color: currentColor; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 2px; text-decoration: none; white-space: nowrap;
}
.header-logo p {
  color: #e52b22; margin: 0; font-family: 'DM Sans', sans-serif; font-size: clamp(22px, 2.25vw, 38px);
  font-style: italic; font-weight: 700; letter-spacing: -.075em; line-height: .82;
}
.header-logo span {
  font-family: 'DM Sans', sans-serif; font-size: clamp(6px, .58vw, 9px);
  font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase;
}
.homeHeroIn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,15,40,.12), transparent 62%); pointer-events: none; }
.homeHeroInCap {
  bottom: clamp(70px, 8.5vh, 125px) !important; color: #fff;
  font-size: clamp(28px, 2.5vw, 48px) !important; left: clamp(40px, 4.7vw, 90px) !important;
  line-height: 1.02 !important; margin: 0 !important; max-width: 760px; position: absolute !important;
  z-index: 5; text-shadow: 0 3px 32px rgba(0,0,0,.42);
}
.homeHeroInCap .hero-copy-line { display: block; }
.homeHeroInCap .hero-copy-line {
  animation: heroCopyRevealDesktop .9s cubic-bezier(.16, 1, .3, 1) both;
  opacity: 0; transform: translate3d(0, 42px, 0);
}
.homeHeroInCap .hero-copy-line:nth-child(1) { animation-delay: .55s; }
.homeHeroInCap .hero-copy-line:nth-child(2) { animation-delay: .76s; }
.homeHeroInCap .hero-copy-line:nth-child(3) { animation-delay: .97s; }
.homeHeroIn picture, .homeHeroIn picture img { display: block; height: 100%; width: 100%; }
.homeHeroIn picture img { object-fit: cover; object-position: center 42%; }
.homeAboutInPic picture, .homeAboutInPic img { display: block; height: 100%; width: 100%; }
.homeAboutInPic img { object-fit: cover; object-position: 52% center; }
.homeAboutInTit h4 {
  font-family: 'DM Sans', sans-serif !important; font-weight: 600 !important;
  letter-spacing: -.055em; line-height: .94 !important; text-transform: none !important;
}
.homeAboutInTxTc {
  font-family: 'DM Sans', sans-serif !important; font-weight: 400 !important;
  letter-spacing: -.025em; line-height: 1.42 !important;
}
.homeAboutInTxDesc { margin-left: 0 !important; }
.homeAboutInTxDesc .btn-arrow-3 { margin-top: 36px; }
.homeInsert { background: var(--yv-navy); }
.homeInsert picture, .homeInsert img { display: block; height: 100%; width: 100%; }
.homeInsert img { object-fit: cover; object-position: center 54%; }
.homeCatalog { background: var(--yv-navy) !important; color: #fff; }
.homeCatalogInPic picture, .homeCatalogInPic img { display: block; height: 100%; width: 100%; }
.homeCatalogInPic img { object-fit: cover; object-position: center; }
.homeLineupInListInPicIn picture, .homeLineupInListInPicIn img { display: block; height: 100%; width: 100%; }
.homeLineupInListInPicIn img { object-fit: cover; object-position: center; }
.homeCompanyInPic picture, .homeCompanyInPic img { display: block; height: 100%; width: 100%; }
.homeCompanyInPic img { object-fit: cover; object-position: center; }
.global-contact { background: var(--yv-gold); }

@media (max-width: 768px) {
  .loadPlaceInLogo { height: 86px !important; padding: 10px 16px !important; width: 250px !important; }
  .loadPlaceInLogo .loader-logo-image { max-height: 66px; }
  .loadPlaceInLogo .loader-brand { gap: 4px; width: 190px; }
  .loadPlaceInLogo .loader-brand-name { font-size: 32px; }
  .loadPlaceInLogo .loader-brand-subtitle { font-size: 6px; letter-spacing: .1em; }
  .header-logo p { font-size: 24px; }
  .header-logo span { font-size: 6px; letter-spacing: .09em; }
  .homeHeroIn::after { background: linear-gradient(180deg, rgba(7,15,40,.04), rgba(7,15,40,.16)); }
  .homeHeroIn picture img { object-position: center center; }
  .homeHeroInCap {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box; font-size: clamp(21px, 6.35vw, 27px) !important;
    left: 20px !important; line-height: 1.04 !important; margin: 0 !important;
    max-width: calc(100% - 40px); position: absolute !important; right: 20px;
    white-space: nowrap; z-index: 5;
  }
  .homeHeroInCap .hero-copy-secondary { display: none; }
  .homeHeroInCap .hero-copy-line {
    animation: heroCopyReveal .75s cubic-bezier(.16, 1, .3, 1) both;
    opacity: 0; transform: translate3d(0, 24px, 0);
    -webkit-animation: heroCopyReveal .75s cubic-bezier(.16, 1, .3, 1) both;
    -webkit-transform: translate3d(0, 24px, 0);
  }
  .homeHeroInCap .hero-copy-line:nth-child(1) { animation-delay: .45s; -webkit-animation-delay: .45s; }
  .homeHeroInCap .hero-copy-line:nth-child(2) { animation-delay: .62s; -webkit-animation-delay: .62s; }
  .homeHeroInCap .hero-copy-line:nth-child(3) { animation-delay: .79s; -webkit-animation-delay: .79s; }
  .hero-hotspots { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
  .hero-hotspot {
    appearance: none; background: none; border: 0; color: #fff; cursor: pointer;
    height: 42px; margin: 0; padding: 0; pointer-events: auto; position: absolute; width: 42px;
  }
  .hero-hotspot-ar { left: 44%; top: 55%; }
  .hero-hotspot-quality { right: 19%; top: 31%; }
  .hero-hotspot-dot {
    background: #e52b22; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 4px 18px rgba(0,0,0,.24);
    display: block; height: 14px; left: 14px; position: absolute; top: 14px; width: 14px;
  }
  .hero-hotspot-dot::before {
    content: ''; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%; animation: hotspotPulse 1.8s ease-out infinite;
  }
  .hero-hotspot-label {
    backdrop-filter: blur(9px); background: linear-gradient(110deg, rgba(4,19,39,.95), rgba(7,53,73,.9), rgba(4,19,39,.95));
    background-size: 220% 100%; border: 1px solid #59e5ff; border-radius: 4px; bottom: 49px;
    box-shadow: 0 0 0 1px rgba(89,229,255,.12) inset, 0 0 15px rgba(42,211,255,.36), 0 9px 24px rgba(0,0,0,.34);
    display: block; font-family: 'DM Sans', sans-serif; font-size: 11px; left: 50%; letter-spacing: .06em;
    line-height: 1.1; max-width: 170px; opacity: 0; overflow: hidden; padding: 8px 10px;
    pointer-events: none; position: absolute; text-align: left; transform: translate(-50%, 12px) scale(.72);
    transform-origin: 50% 100%; transition: opacity .18s ease, visibility .18s ease; visibility: hidden; white-space: nowrap;
    -webkit-backdrop-filter: blur(9px);
  }
  .hero-hotspot-label::after {
    content: ''; border: 5px solid transparent; border-top-color: #59e5ff; left: 50%; position: absolute;
    top: 100%; transform: translateX(-50%);
  }
  .hero-hotspot.is-open .hero-hotspot-label {
    animation: techLabelReveal .45s cubic-bezier(.16,1,.3,1) both, techLabelScan 2.2s linear .45s infinite;
    opacity: 1; transform: translate(-50%, 0) scale(1); visibility: visible;
  }
  .hero-hotspot.is-open .hero-hotspot-dot {
    background: #eaffff; border-color: #59e5ff; box-shadow: 0 0 7px #59e5ff, 0 0 18px rgba(89,229,255,.85);
  }
  .homeAboutInPic img { object-position: 50% center; }
  .homeAboutIn { display: flex !important; flex-direction: column; gap: 28px !important; }
  .homeAboutInTit { margin-bottom: 0 !important; }
  .homeAboutInTit h3 { margin-bottom: 18px !important; }
  .homeAboutInTit h4 {
    font-size: clamp(28px, 9vw, 36px) !important; max-width: none; white-space: nowrap;
  }
  .homeAboutInPic {
    aspect-ratio: 4 / 5 !important; margin: 0 !important; width: 100% !important;
  }
  .homeAboutInTxTc { font-size: 18px !important; margin-bottom: 0 !important; }
  .homeAboutInTxDesc .btn-arrow-3 { margin-top: 24px; }
  .homeInsert img { object-position: center center; }
  .homeCatalogInPic img { object-position: 50% center; }
  .homeCompanyInListPic img { object-fit: cover; object-position: center 18%; }
  .homeLineupInListIn.mobile-lineup-reveal {
    filter: blur(5px); opacity: 0; transform: translate3d(0, 46px, 0);
    transition: filter .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),
      opacity .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),
      transform .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms);
    will-change: filter, opacity, transform;
  }
  .homeLineupInListIn.mobile-lineup-reveal .homeLineupInListInPicIn {
    clip-path: inset(0 0 100% 0); transform: scale(1.1);
    transition: clip-path .9s cubic-bezier(.16,1,.3,1) calc(var(--reveal-delay, 0ms) + 100ms),
      transform 1.1s cubic-bezier(.16,1,.3,1) calc(var(--reveal-delay, 0ms) + 100ms);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  .homeLineupInListIn.mobile-lineup-reveal.is-revealed {
    filter: blur(0); opacity: 1; transform: translate3d(0, 0, 0);
  }
  .homeLineupInListIn.mobile-lineup-reveal.is-revealed .homeLineupInListInPicIn {
    clip-path: inset(0 0 0 0); transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@media (min-width: 769px) {
  .hero-hotspots { position: absolute; inset: 0; z-index: 6; pointer-events: none; }
  .hero-hotspot {
    appearance: none; background: none; border: 0; color: #fff; cursor: pointer;
    height: 46px; margin: 0; padding: 0; pointer-events: auto; position: absolute; width: 46px;
  }
  .hero-hotspot-ar { left: 61.5%; top: 44%; }
  .hero-hotspot-quality { left: 35%; top: 39%; }
  .hero-hotspot-dot {
    background: #e52b22; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 4px 18px rgba(0,0,0,.28);
    display: block; height: 16px; left: 15px; position: absolute; top: 15px; width: 16px;
  }
  .hero-hotspot-dot::before {
    animation: hotspotPulse 1.8s ease-out infinite; border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%; content: ''; inset: -9px; position: absolute;
  }
  .hero-hotspot-label {
    backdrop-filter: blur(12px); background: linear-gradient(110deg, rgba(4,19,39,.94), rgba(7,53,73,.88), rgba(4,19,39,.94));
    background-size: 220% 100%; border: 1px solid #59e5ff; border-radius: 4px; bottom: 56px;
    box-shadow: 0 0 0 1px rgba(89,229,255,.15) inset, 0 0 22px rgba(42,211,255,.42), 0 12px 36px rgba(0,0,0,.36);
    display: block; font-family: 'DM Sans', sans-serif; font-size: 13px; left: 50%; letter-spacing: .08em;
    line-height: 1.1; max-width: 230px; opacity: 0; overflow: hidden; padding: 10px 14px;
    pointer-events: none; position: absolute; text-align: left; transform: translate(-50%, 14px) scale(.72);
    transform-origin: 50% 100%; transition: opacity .18s ease, visibility .18s ease; visibility: hidden; white-space: nowrap;
    -webkit-backdrop-filter: blur(12px);
  }
  .hero-hotspot-label::after {
    border: 6px solid transparent; border-top-color: #59e5ff; content: ''; left: 50%;
    position: absolute; top: 100%; transform: translateX(-50%);
  }
  .hero-hotspot.is-open .hero-hotspot-label {
    animation: techLabelReveal .48s cubic-bezier(.16,1,.3,1) both, techLabelScan 2.2s linear .48s infinite;
    opacity: 1; transform: translate(-50%, 0) scale(1); visibility: visible;
  }
  .hero-hotspot.is-open .hero-hotspot-dot {
    background: #eaffff; border-color: #59e5ff; box-shadow: 0 0 8px #59e5ff, 0 0 22px rgba(89,229,255,.9);
  }
  .homeAboutIn {
    align-items: center; display: grid !important; gap: clamp(56px, 6vw, 112px) !important;
    grid-template-columns: minmax(360px, 35vw) minmax(0, 1fr); padding: 120px 20px !important;
  }
  .homeAboutInPic {
    aspect-ratio: 4 / 5 !important; margin: 0 !important; width: 100% !important;
  }
  .homeAboutInTit h4 { font-size: clamp(64px, 6.2vw, 108px) !important; max-width: 920px; }
  .homeAboutInTxTc {
    font-size: clamp(22px, 2vw, 34px) !important; margin-bottom: 0 !important; max-width: 1050px;
  }
}

@keyframes hotspotPulse {
  0% { opacity: .9; transform: scale(.65); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}
@keyframes techLabelReveal {
  0% { filter: blur(7px); opacity: 0; transform: translate(-50%, 18px) scale(.62) perspective(300px) rotateX(-28deg); }
  65% { filter: blur(0); opacity: 1; transform: translate(-50%, -3px) scale(1.04) perspective(300px) rotateX(0); }
  100% { filter: blur(0); opacity: 1; transform: translate(-50%, 0) scale(1); }
}
@keyframes techLabelScan {
  0% { background-position: 100% 0; }
  100% { background-position: -120% 0; }
}

@keyframes heroCopyReveal {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes heroCopyRevealDesktop {
  from { filter: blur(7px); opacity: 0; transform: translate3d(0, 42px, 0); }
  to { filter: blur(0); opacity: 1; transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes heroCopyReveal {
  from { opacity: 0; -webkit-transform: translate3d(0, 24px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .homeHeroInCap .hero-copy-line {
    animation: none !important; opacity: 1 !important; transform: none !important;
    -webkit-animation: none !important; -webkit-transform: none !important;
  }
  .homeLineupInListIn.mobile-lineup-reveal,
  .homeLineupInListIn.mobile-lineup-reveal .homeLineupInListInPicIn {
    clip-path: none !important; filter: none !important; opacity: 1 !important;
    transform: none !important; transition: none !important; -webkit-clip-path: none !important;
  }
}
