* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, sans-serif; background: #101014; color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-header { position: fixed; top: 0; width: 100%; padding: 22px 48px; display: flex; justify-content: space-between; align-items: center; z-index: 10; background: rgba(16,16,20,.75); backdrop-filter: blur(16px); }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { display: block; width: clamp(150px, 12vw, 220px); height: auto; }

.site-nav { display: flex; align-items: center; gap: 24px; }
.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 22.4px; }
.hero { min-height: 100vh; padding: 160px 48px 80px; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(255,106,61,.22), transparent 35%), linear-gradient(135deg, #101014, #171720 55%, #09090c); }
.hero::after { content: ""; position: absolute; inset: 120px 48px 60px auto; width: 42vw; border-radius: 40px; background: linear-gradient(135deg, #ff6a3d, #6836ff); opacity: .22; filter: blur(8px); transform: rotate(-6deg); }
.hero-content { max-width: 780px; position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; color: #ff6a3d; font-size: 11.2px; font-weight: 800; }
h1 { font-size: clamp(38.4px, 6.4vw, 86.4px); line-height: .95; margin: 16px 0; }
h2 { font-size: clamp(28.8px, 4vw, 57.6px); line-height: 1; margin: 0; }
.lead { max-width: 680px; font-size: 16px; color: #d6d6df; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; margin-top: 24px; padding: 16px 28px; background: #ff6a3d; color: #fff; border-radius: 999px; font-weight: 800; border: none; cursor: pointer; }
.btn.ghost { background: transparent; border: 1px solid rgba(255,255,255,.3); }
.section {
  padding: 110px 48px;
  border-top: 1px solid rgba(160, 166, 176, 0.18);
}

.hero + .section {
  border-top: 1px solid rgba(160, 166, 176, 0.18);
}
.section-head { margin-bottom: 44px; }
.filters { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }
.filters button { padding: 10px 18px; border: 1px solid #333; background: transparent; color: #fff; border-radius: 999px; cursor: pointer; }
.filters button.active { background: #fff; color: #101014; }
.grid, .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-card { overflow: hidden; border-radius: 24px; background: #19191f; border: 1px solid rgba(255,255,255,.07); }
.project-card img { width: 100%; height: 390px; object-fit: cover; display: block; transition: transform .4s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-info { padding: 24px; }
.project-info p { color: #ff6a3d; font-size: 10.4px; letter-spacing: 2px; font-weight: 800; }
.project-info h3 { margin: 8px 0; font-size: 22.4px; }
.project-info span { color: #c8c8d2; display: block; margin-bottom: 18px; }
.dark, .site-footer { background: #07070a; }
.features div, .testimonial, .contact-form, .success-message { background: #19191f; padding: 32px; border-radius: 24px; border: 1px solid rgba(255,255,255,.07); }
.features p, .testimonial p, .about p, .about li { color: #c8c8d2; line-height: 1.7; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.testimonial { max-width: 860px; font-size: 17.6px; }
.contact-form { display: grid; gap: 12.8px; max-width: 576px; }
.success-message { max-width: 576px; margin-bottom: 16px; color: #8affb0; }
input, textarea { width: 100%; padding: 12.8px; border-radius: 11.2px; border: 1px solid #333; background: #101014; color: #fff; font: inherit; }
textarea { min-height: 128px; }
.site-footer { padding: 48px; display: flex; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.project-page { padding-top: 150px; }
.back-link { color: #ff6a3d; font-weight: 800; }
.project-gallery { display: grid; gap: 24px; margin-top: 40px; }
.project-gallery img { width: 100%; border-radius: 24px; background: #19191f; }
@media (max-width: 900px) { .logo img { width: 150px; } .grid, .features, .portfolio-grid, .split { grid-template-columns: 1fr; } .site-header, .section, .hero, .site-footer { padding-left: 24px; padding-right: 24px; } .site-footer { flex-direction: column; } .menu-toggle { display: block; } .site-nav { display: none; position: absolute; top: 74px; right: 24px; left: 24px; background: #19191f; padding: 20px; border-radius: 20px; flex-direction: column; } .site-nav.open { display: flex; } }
.nav-cart, .cart-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; background: rgba(255,255,255,.1); padding: 8px 18px; border-radius: 999px; line-height: 1; }
.nav-cart span, .cart-pill span { display: inline-grid; place-items: center; min-width: 28px; height: 28px; margin-left: 0; background: #ff6a3d; border-radius: 999px; font-size: 11.2px; line-height: 1; }
.shop-page, .cart-page { padding-top: 150px; }
.shop-head { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { overflow: hidden; border-radius: 24px; background: #19191f; border: 1px solid rgba(255,255,255,.07); }
.product-card img { width: 100%; height: 230px; object-fit: cover; display: block; background: #101014; }
.product-info { padding: 24px; display: grid; gap: 14px; }
.product-info h3 { margin: 0; font-size: 19.2px; }
.product-info span, .product-info li, .small-note, .summary-row.muted { color: #c8c8d2; line-height: 1.6; }
.product-info ul { padding-left: 18px; margin: 0; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 10px; }
.product-bottom strong { font-size: 22.4px; }
.product-bottom .btn { margin-top: 0; padding: 12px 18px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.cart-items, .cart-summary { background: #19191f; border: 1px solid rgba(255,255,255,.07); border-radius: 24px; padding: 24px; }
.cart-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.cart-item:first-child { padding-top: 0; }
.cart-item:last-child { border-bottom: 0; padding-bottom: 0; }
.cart-item img { width: 96px; height: 76px; object-fit: cover; border-radius: 14px; background: #101014; }
.cart-item h3 { margin: 0 0 6px; }
.cart-item p { margin: 0; color: #c8c8d2; }
.item-actions { display: flex; align-items: center; gap: 10px; }
.qty-btn, .remove-btn, .clear-cart { border: 1px solid rgba(255,255,255,.15); background: transparent; color: #fff; border-radius: 999px; padding: 8px 12px; cursor: pointer; }
.remove-btn, .clear-cart { color: #ff9b80; }
.cart-summary { position: sticky; top: 110px; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.checkout-btn { width: 100%; margin-top: 24px; }
.clear-cart { width: 100%; margin-top: 12px; }
.empty-cart { color: #c8c8d2; }
@media (max-width: 1100px) { .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .shop-head, .cart-layout { grid-template-columns: 1fr; display: grid; } .shop-grid { grid-template-columns: 1fr; } .cart-item { grid-template-columns: 76px 1fr; } .item-actions { grid-column: 2; } .cart-summary { position: static; } }

.language-switcher {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 50px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12.8px;
  font-weight: 800;
  letter-spacing: .5px;
  opacity: .75;
}

.language-switcher a.active {
  background: #fff;
  color: #101014;
  opacity: 1;
}


/* Aftermotion refinement: slightly tighter typography on larger screens */
@media (min-width: 901px) {
  .site-nav { font-size: 11.2px; }
  .eyebrow { font-size: 8.8px; letter-spacing: 2.4px; }
  h1 { font-size: clamp(33.6px, 5.12vw, 68.8px); }
  h2 { font-size: clamp(24px, 3.2vw, 46.4px); }
  .lead { font-size: 12.8px; max-width: 620px; }
  .btn { font-size: 11.2px; padding: 13px 23px; }
  .filters button { font-size: 10.4px; padding: 8px 15px; }
  .project-info p { font-size: 8.8px; }
  .project-info h3 { font-size: 17.6px; }
  .project-info span,
  .features p,
  .about p,
  .about li,
  .product-info span,
  .product-info li,
  .small-note { font-size: 11.2px; }
  .features h3 { font-size: 14.4px; }
  .testimonial { font-size: 14.4px; }
  .product-info h3 { font-size: 16px; }
  .product-bottom strong { font-size: 17.6px; }
}

/* Footer / legal */
.site-footer {
  align-items: flex-start;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-brand { max-width: 360px; }
.footer-brand strong {
  display: inline-block;
  font-size: 14.4px;
  letter-spacing: 1.4px;
}
.footer-brand p,
.footer-legal p,
.footer-copyright {
  color: #8f8f99;
  font-size: 9.6px;
  line-height: 1.6;
}
.footer-copyright { margin-top: 18px; }
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 10.4px;
}
.footer-legal {
  max-width: 460px;
}
.footer-legal span {
  display: block;
  margin-bottom: 10px;
  color: #d8d8df;
  font-size: 8.8px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.footer-legal p { margin: 0; }
@media (max-width: 900px) {
  .footer-links { gap: 14px; }
  .footer-legal { max-width: 100%; }
}

/* Minimal Aftermotion footer */
.site-footer {
  justify-content: flex-start;
  padding-top: 42px;
  padding-bottom: 42px;
}
.footer-brand { max-width: none; }
.footer-brand strong {
  font-size: 14.4px;
  letter-spacing: 1.6px;
}
.footer-copyright {
  margin: 10px 0 0;
  color: #777782;
  font-size: 8.8px;
}

/* Aftermotion refinement: contact form 20% more compact */
.contact-form { padding: 25.6px; }
.contact-form .btn { margin-top: 19.2px; }


/* Aftermotion legal note */
.footer-legal-note {
  margin: 14px 0 0;
  max-width: 920px;
  color: #5f5f68;
  font-size: 7.6px;
  line-height: 1.55;
  letter-spacing: .15px;
}


/* Aftermotion contact popup */
body.modal-open {
  overflow-y: scroll;
  overflow-x: hidden;
}
[data-contact-open] { cursor: pointer; }
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.contact-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(5px);
}
.contact-modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: none;
  overflow: hidden;
  padding: clamp(24px, 3.2vh, 36px) clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: #111116;
  box-shadow: 0 30px 100px rgba(0,0,0,.58);
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
}
.contact-modal.open .contact-modal-panel { transform: translateY(0) scale(1); }
.contact-modal-panel h2 {
  max-width: 620px;
  margin: 4px 54px clamp(16px, 2vh, 22px) 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: .98;
}
.contact-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.contact-modal-close:hover { background: rgba(255,255,255,.08); }
.contact-modal-form {
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  gap: clamp(9px, 1.2vh, 12px);
}
.contact-modal-form input,
.contact-modal-form textarea {
  background: #1a1a20;
  border-color: rgba(255,255,255,.1);
  padding: clamp(11px, 1.35vh, 14px) 16px;
  font-size: clamp(14px, 1.4vw, 16px);
}
.contact-modal-form textarea { min-height: clamp(96px, 15vh, 130px); resize: none; }
.contact-modal-form .btn { width: 100%; margin-top: 4px; padding-block: clamp(11px, 1.5vh, 14px); }
@media (max-width: 640px) {
  .contact-modal { padding: 14px; }
  .contact-modal-panel { padding: 24px 18px 18px; border-radius: 22px; }
  .contact-modal-panel h2 { margin-right: 42px; }
  .contact-modal-close { top: 14px; right: 14px; }
}

@media (max-height: 720px) and (min-width: 641px) {
  .contact-modal { padding: 14px; }
  .contact-modal-panel { width: min(700px, 100%); padding: 22px 30px; }
  .contact-modal-panel h2 { font-size: clamp(25px, 4.8vh, 38px); margin-bottom: 14px; }
  .contact-modal-panel .eyebrow { margin-bottom: 6px; }
  .contact-modal-form { gap: 8px; }
  .contact-modal-form input,
  .contact-modal-form textarea { padding: 10px 14px; }
  .contact-modal-form textarea { min-height: 88px; }
  .contact-modal-form .btn { padding-block: 10px; }
}

/* Header contact CTA */
.site-nav .nav-contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ff6a3d;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(255,106,61,.18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-nav .nav-contact-cta:hover {
  transform: translateY(-1px);
  background: #ff7650;
  box-shadow: 0 14px 34px rgba(255,106,61,.26);
}

/* Larger, taller no-scroll contact popup */
.contact-modal-panel {
  width: min(860px, 100%);
  padding: clamp(32px, 4vh, 48px) clamp(28px, 3.5vw, 52px) clamp(34px, 4.2vh, 52px);
}
.contact-modal-panel h2 {
  max-width: 700px;
  margin-bottom: clamp(20px, 2.6vh, 30px);
}
.contact-modal-form {
  gap: clamp(12px, 1.55vh, 16px);
}
.contact-modal-form input,
.contact-modal-form textarea {
  padding: clamp(14px, 1.7vh, 18px) 18px;
}
.contact-modal-form textarea {
  min-height: clamp(145px, 21vh, 190px);
}
.contact-modal-form .btn {
  padding-block: clamp(13px, 1.8vh, 17px);
}

/* Original Aftermotion service showcase */
.animation-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,106,61,.13), transparent 28%),
    linear-gradient(180deg, #0d0d12 0%, #07070a 100%);
}
.services-head { max-width: 850px; }
.services-intro {
  max-width: 680px;
  margin: 18px 0 0;
  color: #aaaab4;
  line-height: 1.7;
  font-size: 13px;
}
.service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-showcase-card {
  overflow: hidden;
  min-height: 470px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  background: #15151b;
  transition: transform .3s ease, border-color .3s ease;
}
.service-showcase-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,106,61,.42);
}
.service-motion-preview {
  position: relative;
  height: 270px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,106,61,.18), transparent 45%),
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.08), transparent 34%),
    #0c0c10;
}
.service-motion-preview::after {
  content: "";
  position: absolute;
  inset: auto 10% 14% 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
}
.motion-core {
  position: absolute;
  left: 50%; top: 48%;
  width: 78px; height: 78px;
  transform: translate(-50%,-50%) rotate(45deg);
  border: 2px solid #fff;
  border-radius: 20px;
  background: #ff6a3d;
  box-shadow: 0 0 55px rgba(255,106,61,.35);
  animation: am-core 4.2s ease-in-out infinite;
}
.motion-orbit {
  position: absolute;
  left: 50%; top: 48%;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.orbit-a { width: 150px; height: 150px; animation: am-spin 7s linear infinite; }
.orbit-b { width: 220px; height: 115px; animation: am-spin-rev 9s linear infinite; }
.motion-streak {
  position: absolute;
  height: 2px;
  background: #fff;
  opacity: .72;
  transform-origin: left center;
}
.streak-a { width: 120px; left: 9%; top: 38%; transform: rotate(-12deg); animation: am-streak 2.6s ease-in-out infinite; }
.streak-b { width: 90px; right: 7%; top: 64%; transform: rotate(9deg); animation: am-streak 2.6s .55s ease-in-out infinite reverse; }
.service-card-2 .motion-core { border-radius: 50% 50% 20% 50%; animation-duration: 5s; }
.service-card-2 .service-motion-preview { background: radial-gradient(circle at 70% 20%, rgba(104,54,255,.24), transparent 34%), #0c0c10; }
.service-card-3 .motion-core { width: 95px; height: 54px; border-radius: 999px; transform: translate(-50%,-50%) rotate(-12deg); }
.service-card-3 .service-motion-preview { background: radial-gradient(circle at 20% 80%, rgba(255,106,61,.22), transparent 35%), #0c0c10; }
.service-showcase-copy { padding: 25px 26px 29px; }
.service-index {
  display: block;
  margin-bottom: 13px;
  color: #ff6a3d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2px;
}
.service-showcase-copy h3 { margin: 0 0 12px; font-size: 19px; }
.service-showcase-copy p { margin: 0; color: #a9a9b3; font-size: 11.5px; line-height: 1.7; }
.services-bottom-line {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
}
.services-bottom-line strong { font-size: 17px; line-height: 1.25; }
.services-bottom-line p { margin: 0; color: #9c9ca7; font-size: 11.5px; line-height: 1.65; }
.services-bottom-line .btn { margin-top: 0; white-space: nowrap; }
@keyframes am-core { 0%,100% { transform: translate(-50%,-50%) rotate(45deg) scale(1); } 50% { transform: translate(-50%,-55%) rotate(58deg) scale(1.08); } }
@keyframes am-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes am-spin-rev { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes am-streak { 0%,100% { opacity: .2; transform: translateX(-12px) rotate(-12deg) scaleX(.65); } 50% { opacity: .9; transform: translateX(18px) rotate(-12deg) scaleX(1.2); } }

@media (max-width: 900px) {
  .site-nav .nav-contact-cta { width: 100%; }
  .service-showcase-grid { grid-template-columns: 1fr; }
  .service-showcase-card { min-height: 0; }
  .services-bottom-line { grid-template-columns: 1fr; }
  .services-bottom-line .btn { justify-self: start; }
}
@media (max-height: 720px) and (min-width: 641px) {
  .contact-modal-panel { width: min(780px, 100%); padding: 24px 34px 26px; }
  .contact-modal-form textarea { min-height: 105px; }
}


/* V5 — service media slots */
.service-video-preview {
  position: relative;
  overflow: hidden;
  background: #0b0b0f;
}
.service-video-preview video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-slot-label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(10,10,14,.68);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}


/* Aftermotion cinematic artwork integration */
.hero.hero-art-showcase {
  background: #050608;
  min-height: 100vh;
}
.hero.hero-art-showcase::after { display: none; }
.hero-art-showcase .hero-content { max-width: 610px; }
.hero-art {
  position: absolute;
  inset: 74px 0 0 34%;
  background:
    linear-gradient(90deg, #050608 0%, rgba(5,6,8,.92) 8%, rgba(5,6,8,.28) 34%, rgba(5,6,8,.08) 68%, rgba(5,6,8,.28) 100%),
    linear-gradient(0deg, #050608 0%, transparent 24%),
    url('/images/showcase/hero-knight.jpg') center right / cover no-repeat;
  opacity: .98;
  pointer-events: none;
}
.hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 44%, rgba(255,106,61,.12), transparent 28%);
}
.hero-art-showcase .hero-content { z-index: 2; }
.hero-art-showcase h1 { max-width: 720px; }
.hero-art-showcase .lead { max-width: 520px; }

.animation-services {
  background: #07090b;
}
.service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.service-showcase-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.13);
  background: #0a0c0f;
  isolation: isolate;
}
.service-showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,6,8,.98) 0%, rgba(5,6,8,.90) 40%, rgba(5,6,8,.20) 78%, rgba(5,6,8,.05) 100%);
  z-index: 1;
  pointer-events: none;
}
.service-art {
  position: absolute;
  inset: 0 0 0 42%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.02);
  transition: transform .5s ease, filter .5s ease;
}
.service-showcase-card:hover .service-art { transform: scale(1.07); filter: saturate(1.1); }
.service-art-character { background: url('/images/showcase/character-art.jpg') center / cover no-repeat; }
.service-art-character video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-art-background { background-image: url('/images/showcase/background-art.jpg'); }
.service-art-props { background-image: url('/images/showcase/props-art.jpg'); }
.service-showcase-copy {
  position: relative;
  z-index: 2;
  width: 62%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 20px 28px 28px;
}
.service-index {
  color: #ff6a3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}
.service-showcase-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1;
  text-transform: uppercase;
}
.service-showcase-copy p {
  margin: 0;
  max-width: 290px;
  color: #d0d1d6;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .hero-art { inset-left: 28%; opacity: .72; }
  .service-showcase-grid { grid-template-columns: 1fr; }
  .service-showcase-card,
  .service-showcase-copy { min-height: 260px; }
}
@media (max-width: 700px) {
  .hero-art { inset: 74px -30% 0 0; opacity: .5; }
  .hero-art-showcase .hero-content { max-width: 100%; }
  .service-art { inset-left: 32%; }
  .service-showcase-copy { width: 72%; padding: 24px 18px; }
}

/* v6 service video + brighter hero refinements */
.hero.hero-art-showcase {
  background: #0b0d11;
}
.hero-art {
  background:
    linear-gradient(90deg, #0b0d11 0%, rgba(11,13,17,.82) 9%, rgba(11,13,17,.18) 34%, rgba(11,13,17,.02) 70%, rgba(11,13,17,.13) 100%),
    linear-gradient(0deg, rgba(11,13,17,.72) 0%, transparent 22%),
    url('/images/showcase/hero-knight.jpg') center right / cover no-repeat;
  opacity: 1;
  filter: brightness(1.16) contrast(1.02) saturate(1.04);
}
.hero-art::after {
  background:
    radial-gradient(circle at 72% 44%, rgba(255,106,61,.16), transparent 30%),
    linear-gradient(90deg, rgba(11,13,17,.18), transparent 55%);
}

/* Remove numeric 01/02/03 labels completely */
.service-index { display: none !important; }
.service-showcase-copy h3 {
  color: #ff6a3d;
  margin-bottom: 16px;
}

/* Every service card can play an MP4 while retaining its artwork as a fallback poster/background. */
.service-art video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(.90);
  transform-origin: center;
  transition: transform .5s ease, filter .5s ease;
}
.service-showcase-card:hover .service-art video {
  transform: scale(.94);
  filter: saturate(1.06);
}
.service-art-background video,
.service-art-props video {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .service-art video { transform: scale(.94); }
  .service-showcase-card:hover .service-art video { transform: scale(.97); }
}

/* v7 — clean service video framing: no black matte, more of the subject visible */
.service-art video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  transform: none !important;
  background: transparent;
}
.service-showcase-card:hover .service-art video {
  transform: scale(1.015) !important;
}
.service-art-character video {
  object-position: 50% 10%;
}
.service-art-background video,
.service-art-props video {
  object-position: 50% 50%;
}

@media (max-width: 700px) {
  .service-art video,
  .service-showcase-card:hover .service-art video {
    transform: none !important;
  }
  .service-art-character video { object-position: 50% 8%; }
}

/* v8 — portrait-style video fit on the right for all three service cards */
.service-art {
  inset: 0;
  transform: none;
}

.service-art video {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: 52%;
  object-fit: contain;
  object-position: center center;
  transform: none !important;
  background: transparent;
}

.service-showcase-card:hover .service-art video {
  transform: scale(1.01) !important;
  transform-origin: center right;
}

.service-art-character video,
.service-art-background video,
.service-art-props video {
  object-position: center center;
}

@media (max-width: 1000px) {
  .service-art video {
    max-width: 58%;
  }
}

@media (max-width: 700px) {
  .service-art video,
  .service-showcase-card:hover .service-art video {
    max-width: 62%;
    transform: none !important;
  }
}


/* v9 — solid black text side with a soft blend into the video panel */
.service-showcase-card::after {
  display: none;
}

.service-showcase-copy {
  width: 62%;
  background: linear-gradient(
    90deg,
    rgba(4,5,8,1) 0%,
    rgba(4,5,8,1) 74%,
    rgba(4,5,8,.96) 84%,
    rgba(4,5,8,.82) 91%,
    rgba(4,5,8,.55) 96%,
    rgba(4,5,8,0) 100%
  );
  backdrop-filter: none;
}

@media (max-width: 700px) {
  .service-showcase-copy {
    width: 72%;
    background: linear-gradient(
      90deg,
      rgba(4,5,8,1) 0%,
      rgba(4,5,8,1) 76%,
      rgba(4,5,8,.92) 88%,
      rgba(4,5,8,.35) 100%
    );
  }
}

/* v10 — larger cinematic video framing across all three service categories */
.service-art video,
.service-art-character video,
.service-art-background video,
.service-art-props video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 65%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  transform: none !important;
  background: transparent;
}

.service-showcase-card:hover .service-art video {
  transform: scale(1.015) !important;
  transform-origin: center right;
}

.service-art-background video,
.service-art-props video {
  object-position: 50% 50%;
}

@media (max-width: 1000px) {
  .service-art video,
  .service-art-character video,
  .service-art-background video,
  .service-art-props video {
    width: 68%;
    max-width: none;
  }
}

@media (max-width: 700px) {
  .service-art video,
  .service-art-character video,
  .service-art-background video,
  .service-art-props video,
  .service-showcase-card:hover .service-art video {
    width: 72%;
    max-width: none;
    transform: none !important;
  }
}


/* v11 — identical video framing for all service categories; black fallback before MP4 loads */
.service-art,
.service-art-character,
.service-art-background,
.service-art-props {
  background: #000 !important;
  background-image: none !important;
}

.service-art-character video,
.service-art-background video,
.service-art-props video {
  right: -10% !important;
  left: auto !important;
  object-fit: cover !important;
  object-position: 80% 20% !important;
}

/* v12 — smooth service-card easing and stable animation anchors */
.service-showcase-card {
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 50%;
  transition:
    transform 620ms cubic-bezier(.22, 1, .36, 1),
    border-color 420ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 620ms cubic-bezier(.22, 1, .36, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.service-showcase-card:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(255,106,61,.38);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}

/* Kill the older parent zoom so the video does not double-scale / flicker. */
.service-art,
.service-showcase-card:hover .service-art {
  transform: translate3d(0, 0, 0) !important;
  filter: none !important;
  transform-origin: 80% 20%;
  transition: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.service-art-character video,
.service-art-background video,
.service-art-props video {
  transform: translate3d(0, 0, 0) scale(1) !important;
  transform-origin: 80% 20%;
  transition:
    transform 760ms cubic-bezier(.22, 1, .36, 1),
    filter 520ms cubic-bezier(.22, 1, .36, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.service-showcase-card:hover .service-art-character video,
.service-showcase-card:hover .service-art-background video,
.service-showcase-card:hover .service-art-props video {
  transform: translate3d(0, 0, 0) scale(1.012) !important;
  filter: saturate(1.025);
}

@media (prefers-reduced-motion: reduce) {
  .service-showcase-card,
  .service-art-character video,
  .service-art-background video,
  .service-art-props video {
    transition-duration: 0.01ms !important;
  }
}


/* v13 — tighter hero/services spacing + animated scroll-down CTA */
.hero.hero-art-showcase {
  min-height: 82vh;
  padding-bottom: 58px;
}

.animation-services {
  padding-top: 58px;
}

.hero-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ff6a3d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  opacity: .9;
  transition: opacity .3s ease, transform .3s cubic-bezier(.22,1,.36,1);
}

.hero-scroll-down:hover {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}

.hero-scroll-chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: heroScrollFloat 1.7s cubic-bezier(.45,0,.55,1) infinite;
}

@keyframes heroScrollFloat {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: .45; }
  50% { transform: translateY(7px) rotate(45deg); opacity: 1; }
}

@media (max-width: 900px) {
  .hero.hero-art-showcase {
    min-height: 88vh;
    padding-bottom: 72px;
  }
  .animation-services { padding-top: 44px; }
}

@media (max-width: 700px) {
  .hero-scroll-down {
    bottom: 16px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-chevron { animation: none; }
}


/* v15 — service CTA buttons, expandable details and cinematic scroll reveals */
.service-showcase-copy {
  align-items: flex-start;
}

.service-more-btn {
  margin-top: 22px;
  min-width: 132px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #050608;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.16);
  transform: translate3d(0,0,0);
  transform-origin: 50% 50%;
  transition:
    transform 480ms cubic-bezier(.22,1,.36,1),
    box-shadow 480ms cubic-bezier(.22,1,.36,1),
    background-color 320ms ease;
}

.service-more-btn:hover {
  transform: translate3d(0,-2px,0) scale(1.02);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}

.service-more-btn:active {
  transform: translate3d(0,0,0) scale(.985);
}

.service-more-btn:focus-visible {
  outline: 3px solid rgba(255,106,61,.6);
  outline-offset: 3px;
}

.service-more-arrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  transform: translate3d(0,0,0) rotate(0deg);
  transition: transform 520ms cubic-bezier(.22,1,.36,1);
}

.service-showcase-card.details-open .service-more-arrow {
  transform: translate3d(2px,-2px,0) rotate(45deg);
}

.service-more-panel {
  width: min(100%, 330px);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(0,10px,0);
  transition:
    max-height 680ms cubic-bezier(.22,1,.36,1),
    opacity 360ms ease,
    transform 620ms cubic-bezier(.22,1,.36,1),
    margin-top 620ms cubic-bezier(.22,1,.36,1);
  margin-top: 0;
}

.service-showcase-card.details-open .service-more-panel {
  max-height: 180px;
  opacity: 1;
  transform: translate3d(0,0,0);
  margin-top: 16px;
}

.service-more-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.service-more-panel li {
  position: relative;
  padding-left: 15px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.45;
}

.service-more-panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6a3d;
  box-shadow: 0 0 12px rgba(255,106,61,.45);
}

/* Scroll entrance motion: fade + lift + tiny scale, then settle on stable anchors. */
[data-scroll-reveal] {
  opacity: 0;
  transform: translate3d(0,34px,0) scale(.985);
  transform-origin: 50% 65%;
  filter: blur(5px);
  transition:
    opacity 720ms cubic-bezier(.22,1,.36,1),
    transform 920ms cubic-bezier(.22,1,.36,1),
    filter 720ms cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform, filter;
}

[data-scroll-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  filter: blur(0);
}

.service-showcase-card[data-scroll-reveal] {
  transform-origin: 50% 82%;
}

/* Once revealed, preserve the existing hover motion without fighting the entrance transform. */
.service-showcase-card[data-scroll-reveal].is-revealed:hover {
  transform: translate3d(0,-4px,0) scale(1);
}

/* Stagger copy elements inside the card after the card enters. */
.service-showcase-card[data-scroll-reveal] .service-showcase-copy > * {
  opacity: 0;
  transform: translate3d(-14px,0,0);
  transition:
    opacity 620ms cubic-bezier(.22,1,.36,1),
    transform 760ms cubic-bezier(.22,1,.36,1);
}

.service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > * {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > *:nth-child(1) { transition-delay: 100ms; }
.service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > *:nth-child(2) { transition-delay: 180ms; }
.service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > *:nth-child(3) { transition-delay: 270ms; }
.service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > *:nth-child(4) { transition-delay: 320ms; }

@media (max-width: 700px) {
  .service-more-btn {
    min-height: 40px;
    min-width: 120px;
    margin-top: 18px;
  }

  [data-scroll-reveal] {
    transform: translate3d(0,22px,0) scale(.992);
    filter: blur(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal],
  [data-scroll-reveal].is-revealed,
  .service-showcase-card[data-scroll-reveal] .service-showcase-copy > *,
  .service-showcase-card[data-scroll-reveal].is-revealed .service-showcase-copy > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition-duration: 0.01ms !important;
  }

  .service-more-btn,
  .service-more-arrow,
  .service-more-panel {
    transition-duration: 0.01ms !important;
  }
}

/* v16 — dedicated service detail pages */
.service-more-btn { text-decoration: none; }

.service-detail-page { background: #050608; }
.service-detail-hero {
  min-height: 78vh;
  padding: 150px 5vw 70px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
}
.service-detail-copy { max-width: 720px; }
.service-detail-copy h1 {
  margin: 10px 0 24px;
  font-size: clamp(54px, 7vw, 108px);
  line-height: .9;
  text-transform: uppercase;
  color: #ff6a3d;
}
.service-detail-intro {
  max-width: 650px;
  color: #d4d5da;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.55;
}
.service-detail-media {
  min-height: 590px;
  border: 1px solid rgba(255,106,61,.42);
  border-radius: 34px;
  overflow: hidden;
  background: #000;
}
.service-detail-media video {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: 80% 20%;
  display: block;
}
.service-detail-overview { padding-top: 80px; }
.service-detail-summary { max-width: 1040px; margin-bottom: 46px; }
.service-detail-summary h2 { font-size: clamp(34px, 4.2vw, 66px); line-height: 1.05; }
.service-highlight-grid,
.service-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.service-highlight-card,
.service-process-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  padding: 26px;
}
.service-highlight-card span { color: #ff6a3d; font-weight: 900; letter-spacing: .12em; }
.service-highlight-card p { margin: 24px 0 0; font-size: 18px; line-height: 1.45; }
.service-process-card h3 { color: #ff6a3d; margin: 0 0 16px; font-size: 19px; }
.service-process-card p { margin: 0; color: #c7c8cd; line-height: 1.65; }
.service-detail-process { background: #080a0d; }
.deliverable-list { list-style: none; padding: 0; margin: 0; }
.deliverable-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: clamp(18px, 1.6vw, 24px);
}
.deliverable-list li::before { content: "↗"; color: #ff6a3d; margin-right: 14px; }
.service-detail-cta {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 120px;
}
.service-detail-cta h2 { font-size: clamp(48px, 7vw, 100px); margin: 10px 0 22px; }
.service-detail-cta p { max-width: 760px; margin: 0 auto 32px; color: #c8c9ce; font-size: 18px; line-height: 1.6; }

@media (max-width: 980px) {
  .service-detail-hero { grid-template-columns: 1fr; padding-top: 125px; }
  .service-detail-media, .service-detail-media video { min-height: 520px; }
  .service-highlight-grid, .service-process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .service-detail-hero { padding: 110px 18px 48px; }
  .service-detail-media, .service-detail-media video { min-height: 420px; }
  .service-highlight-grid, .service-process-grid { grid-template-columns: 1fr; }
}

/* v17 - bright fantasy hero artwork */
.hero.hero-art-showcase { background: #0a0d10; }

.hero-art {
  inset: 74px 0 0 0;
  background:
    linear-gradient(90deg, rgba(5,8,12,.96) 0%, rgba(5,8,12,.88) 18%, rgba(5,8,12,.56) 34%, rgba(5,8,12,.18) 50%, rgba(5,8,12,.03) 68%, rgba(5,8,12,.06) 100%),
    linear-gradient(0deg, rgba(5,8,12,.34) 0%, transparent 28%),
    url('/images/showcase/hero-bright-fantasy.png') center center / cover no-repeat;
  opacity: 1;
  filter: brightness(1.02) saturate(1.04);
}

.hero-art::after {
  background:
    radial-gradient(circle at 72% 34%, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(90deg, rgba(7,10,14,.20), transparent 55%);
}

.hero-art-showcase .hero-content {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0,0,0,.32);
}

@media (max-width: 700px) {
  .hero-art {
    inset: 74px -18% 0 0;
    background:
      linear-gradient(90deg, rgba(5,8,12,.95) 0%, rgba(5,8,12,.78) 48%, rgba(5,8,12,.24) 78%, rgba(5,8,12,.05) 100%),
      url('/images/showcase/hero-bright-fantasy.png') 62% center / cover no-repeat;
  }
}


/* v18 — cleaner lighter header and no dark top strip */
.site-header {
  background: rgba(17, 22, 28, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}

.hero.hero-art-showcase {
  background: #0d1116;
}

.hero-art {
  inset: 0 0 0 0;
  background:
    linear-gradient(90deg,
      rgba(7,10,14,.84) 0%,
      rgba(7,10,14,.72) 16%,
      rgba(7,10,14,.42) 30%,
      rgba(7,10,14,.14) 46%,
      rgba(7,10,14,.02) 64%,
      rgba(7,10,14,.02) 100%),
    url('/images/showcase/hero-bright-fantasy.png') center center / cover no-repeat;
  filter: brightness(1.03) saturate(1.03);
}

.hero-art::after {
  background: radial-gradient(circle at 72% 34%, rgba(255,255,255,.08), transparent 22%);
}

@media (max-width: 700px) {
  .hero-art {
    inset: 0 -18% 0 0;
    background:
      linear-gradient(90deg,
        rgba(7,10,14,.88) 0%,
        rgba(7,10,14,.68) 46%,
        rgba(7,10,14,.20) 76%,
        rgba(7,10,14,.03) 100%),
      url('/images/showcase/hero-bright-fantasy.png') 62% center / cover no-repeat;
  }
}


/* v19 — white scroll CTA and softer hero text gradient */
.hero-scroll-down {
  color: #ffffff;
  opacity: .96;
  text-shadow: 0 1px 10px rgba(0,0,0,.18);
}

.hero-scroll-chevron {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.hero-art {
  background:
    linear-gradient(90deg,
      rgba(7,10,14,.68) 0%,
      rgba(7,10,14,.56) 14%,
      rgba(7,10,14,.30) 28%,
      rgba(7,10,14,.10) 44%,
      rgba(7,10,14,.02) 60%,
      rgba(7,10,14,.01) 100%),
    url('/images/showcase/hero-bright-fantasy.png') center center / cover no-repeat;
}

@media (max-width: 700px) {
  .hero-art {
    background:
      linear-gradient(90deg,
        rgba(7,10,14,.74) 0%,
        rgba(7,10,14,.54) 40%,
        rgba(7,10,14,.18) 72%,
        rgba(7,10,14,.03) 100%),
      url('/images/showcase/hero-bright-fantasy.png') 62% center / cover no-repeat;
  }
}


/* v20 — simpler premium hero, no left overlay gradient, darker blue scroll text, more transparent header */
.site-header {
  background: rgba(17, 22, 28, 0.50);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.hero-art {
  background: url('/images/showcase/hero-bright-fantasy.png') center center / cover no-repeat !important;
  filter: brightness(1.02) saturate(1.02);
}

.hero-art::after {
  background: none !important;
}

.hero-art-showcase .hero-content {
  text-shadow: 0 2px 14px rgba(0,0,0,.20);
}

.hero-scroll-down {
  color: #213a63 !important;
  text-shadow: 0 1px 8px rgba(255,255,255,.18);
}

.hero-scroll-chevron {
  border-right-color: #213a63 !important;
  border-bottom-color: #213a63 !important;
}

@media (max-width: 700px) {
  .hero-art {
    background: url('/images/showcase/hero-bright-fantasy.png') 62% center / cover no-repeat !important;
  }
}


/* v21 — darker blue hero copy and visible secondary CTA on bright header */
.hero-art-showcase h1,
.hero-art-showcase .lead {
  color: #213a63;
}

.hero-art-showcase .btn.ghost {
  background: rgba(17, 29, 49, 0.82);
  color: #ffffff;
  border: 1px solid rgba(17, 29, 49, 0.92);
  box-shadow: 0 8px 24px rgba(12, 22, 40, 0.16);
}

.hero-art-showcase .btn.ghost:hover {
  background: rgba(17, 29, 49, 0.92);
  border-color: rgba(17, 29, 49, 1);
}

@media (max-width: 700px) {
  .hero-art-showcase h1,
  .hero-art-showcase .lead {
    color: #213a63;
  }
}


/* v22 — solid top header bar */
.site-header {
  background: #6f8093 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255,255,255,.18);
}


/* v23 — revert premium dark translucent header and white hero copy */
.site-header {
  background: rgba(0, 0, 0, 0.50) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
}

.hero-art-showcase h1,
.hero-art-showcase .lead {
  color: #ffffff !important;
}

.hero-scroll-down {
  color: #ff6a3d !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.hero-scroll-chevron {
  border-right-color: #ff6a3d !important;
  border-bottom-color: #ff6a3d !important;
}


/* v24 — subtle gray divider under fixed header */
.site-header {
  border-bottom: 1px solid rgba(160, 166, 176, 0.34) !important;
}

/* v25 - clearly visible gray divider lines */
.site-header {
  border-bottom: 1px solid rgba(170, 176, 186, 0.58) !important;
}

.hero.hero-art-showcase {
  border-bottom: 1px solid rgba(170, 176, 186, 0.48) !important;
}


/* v27 — wider hero text layout */
.hero-art-showcase .hero-content {
  max-width: 1180px !important;
}

.hero-art-showcase h1 {
  max-width: 1120px !important;
  font-size: clamp(60px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero-art-showcase .lead {
  max-width: 980px !important;
  font-size: 18px;
  line-height: 1.28;
}

@media (max-width: 1100px) {
  .hero-art-showcase .hero-content {
    max-width: 860px !important;
  }

  .hero-art-showcase h1 {
    max-width: 820px !important;
  }

  .hero-art-showcase .lead {
    max-width: 760px !important;
  }
}

@media (max-width: 700px) {
  .hero-art-showcase h1 {
    max-width: 100% !important;
    font-size: clamp(44px, 11vw, 68px);
    line-height: 0.96;
  }

  .hero-art-showcase .lead {
    max-width: 100% !important;
    font-size: 16px;
  }
}
/* AFTERMOTION — smooth service video hover zoom patch
   Add this at the END of public/css/style.css
   or include it after style.css.
*/

/* Keep the video area and your existing framing stable */
.service-art-character video,
.service-art-background video,
.service-art-props video {
  right: -10% !important;
  left: auto !important;
  object-fit: cover !important;
  object-position: 80% 20% !important;

  /* Stable GPU layer + premium easing */
  transform: translateZ(0) scale(1);
  transform-origin: 80% 20%;
  will-change: transform, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  transition:
    transform 900ms cubic-bezier(.16, 1, .3, 1),
    filter 900ms cubic-bezier(.16, 1, .3, 1);
}

/* Soft cinematic zoom when the whole service card is hovered */
.service-showcase-card:hover .service-art-character video,
.service-showcase-card:hover .service-art-background video,
.service-showcase-card:hover .service-art-props video,
.service-showcase-card:focus-within .service-art-character video,
.service-showcase-card:focus-within .service-art-background video,
.service-showcase-card:focus-within .service-art-props video {
  transform: translateZ(0) scale(1.045) !important;
  filter: saturate(1.025) contrast(1.015);
}

/* Prevent old hover transforms from fighting this patch */
.service-showcase-card:hover .service-art {
  transform: none !important;
  filter: none !important;
}

/* Reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .service-art-character video,
  .service-art-background video,
  .service-art-props video {
    transition: none !important;
    transform: none !important;
  }
}


/* v29 — faster, stronger, flicker-free video hover zoom */
.service-art {
  overflow: hidden;
  contain: paint;
}

.service-art-character video,
.service-art-background video,
.service-art-props video {
  transform: translate3d(0,0,0) scale(1) !important;
  transform-origin: 80% 20% !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: none !important;
  transition: transform 360ms cubic-bezier(.22,.61,.36,1) !important;
}

.service-showcase-card:hover .service-art-character video,
.service-showcase-card:hover .service-art-background video,
.service-showcase-card:hover .service-art-props video,
.service-showcase-card:focus-within .service-art-character video,
.service-showcase-card:focus-within .service-art-background video,
.service-showcase-card:focus-within .service-art-props video {
  transform: translate3d(0,0,0) scale(1.09) !important;
  filter: none !important;
}

/* v30 - hero title + lead color */
.hero-art-showcase h1,
.hero-art-showcase .lead {
  color: #3f6d92 !important;
}


/* v31 - hero title color */
.hero-art-showcase h1 {
  color: #3f6d92 !important;
}

/* Why choose us — interactive accordion */
.about-accordion {
  position: relative;
  overflow: hidden;
}

.about-accordion::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 92, 255, 0.13), transparent 68%);
  pointer-events: none;
}

.about-accordion-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.about-accordion-intro {
  position: sticky;
  top: 120px;
}

.about-accordion-intro h2 {
  max-width: 720px;
  margin-bottom: 22px;
}

.about-accordion-intro .about-summary {
  max-width: 600px;
  margin: 0;
}

.why-accordion {
  border-top: 1px solid rgba(160, 166, 176, 0.34);
}

.why-item {
  border-bottom: 1px solid rgba(160, 166, 176, 0.34);
}

.why-trigger {
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 42px 1fr 52px;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  text-align: left;
  cursor: pointer;
}

.why-index {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  transition: color 220ms ease;
}

.why-title {
  font-size: clamp(1.05rem, 1.65vw, 1.5rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  transition: transform 260ms ease, color 220ms ease;
}

.why-plus {
  width: 40px;
  height: 40px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  position: relative;
  transition: transform 300ms ease, border-color 220ms ease, background 220ms ease;
}

.why-plus::before,
.why-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 300ms ease;
}

.why-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.why-trigger:hover .why-title,
.why-trigger:focus-visible .why-title {
  transform: translateX(6px);
}

.why-trigger:hover .why-index,
.why-trigger:focus-visible .why-index {
  color: rgba(255, 255, 255, 0.82);
}

.why-trigger:hover .why-plus,
.why-trigger:focus-visible .why-plus {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.why-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 5px;
}

.why-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 380ms cubic-bezier(.2,.75,.25,1), opacity 240ms ease;
}

.why-panel-inner {
  overflow: hidden;
}

.why-panel p {
  margin: 0;
  padding: 0 66px 13px 56px;
  color: #c8c8d2;
  line-height: 1.75;
  max-width: 720px;
}

.why-item.is-open .why-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.why-item.is-open .why-plus {
  transform: rotate(45deg);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.why-item.is-open .why-title {
  color: #fff;
}

@media (max-width: 860px) {
  .about-accordion-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-accordion-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .why-trigger {
    grid-template-columns: 30px 1fr 42px;
    gap: 10px;
    padding: 10px 0;
  }

  .why-plus {
    width: 36px;
    height: 36px;
  }

  .why-panel p {
    padding: 0 42px 12px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-panel,
  .why-plus,
  .why-plus::before,
  .why-plus::after,
  .why-title {
    transition: none;
  }
}

/* v32 — animated premium header interactions */
.site-header {
  transition:
    padding 320ms cubic-bezier(.2,.75,.25,1),
    background 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    transform 320ms cubic-bezier(.2,.75,.25,1);
  overflow: visible;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  background: linear-gradient(90deg, #ff6a3d, #ffd29f 45%, #ffffff 100%);
  box-shadow: 0 0 14px rgba(255, 106, 61, 0.48);
  transition: width 80ms linear;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--header-glow-x, 74%) 0%, rgba(255, 126, 74, 0.14), transparent 30%),
    linear-gradient(90deg, transparent, rgba(255,255,255,.025), transparent);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(7, 10, 14, 0.72) !important;
  border-bottom-color: rgba(180, 186, 196, 0.46) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled::after {
  opacity: 1;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.logo img {
  transition: transform 320ms cubic-bezier(.2,.75,.25,1), filter 320ms ease;
}

.logo:hover img {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 8px 18px rgba(255,255,255,.10));
}

.site-nav > a:not(.nav-contact-cta) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  transition: transform 220ms ease, color 220ms ease, opacity 220ms ease;
}

.site-nav > a:not(.nav-contact-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 300ms cubic-bezier(.2,.75,.25,1);
  opacity: .82;
}

.site-nav > a:not(.nav-contact-cta):hover,
.site-nav > a:not(.nav-contact-cta):focus-visible {
  transform: translateY(-2px);
  color: #ffffff;
}

.site-nav > a:not(.nav-contact-cta):hover::after,
.site-nav > a:not(.nav-contact-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-nav .nav-contact-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms cubic-bezier(.2,.75,.25,1), box-shadow 260ms ease, filter 260ms ease;
}

.site-nav .nav-contact-cta::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -42%;
  width: 34%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.54), transparent);
  transform: rotate(18deg) translateX(-180%);
  transition: transform 560ms cubic-bezier(.2,.75,.25,1);
  z-index: -1;
}

.site-nav .nav-contact-cta:hover,
.site-nav .nav-contact-cta:focus-visible {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 12px 30px rgba(255, 106, 61, 0.26);
  filter: saturate(1.08);
}

.site-nav .nav-contact-cta:hover::before,
.site-nav .nav-contact-cta:focus-visible::before {
  transform: rotate(18deg) translateX(520%);
}

.language-switcher {
  transition: transform 260ms cubic-bezier(.2,.75,.25,1), border-color 220ms ease, background 220ms ease;
}

.language-switcher:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.035);
}

.language-switcher a {
  transition: transform 220ms ease, opacity 220ms ease, background 220ms ease, color 220ms ease;
}

.language-switcher a:hover {
  transform: scale(1.06);
  opacity: 1;
}

@media (max-width: 900px) {
  .site-header.is-scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-nav > a:not(.nav-contact-cta)::after {
    bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header::before,
  .site-header::after,
  .logo img,
  .site-nav > a,
  .site-nav > a::after,
  .language-switcher,
  .language-switcher a {
    transition: none !important;
  }
}


/* v33 — cinematic hero entrance */
.hero-art-showcase .hero-content > .eyebrow,
.hero-art-showcase .hero-content > h1,
.hero-art-showcase .hero-content > .lead,
.hero-art-showcase .hero-content > .hero-actions {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(.16, 1, .3, 1),
    filter 760ms ease;
  will-change: transform, opacity, filter;
}

.hero-art-showcase.is-hero-ready .hero-content > .eyebrow,
.hero-art-showcase.is-hero-ready .hero-content > h1,
.hero-art-showcase.is-hero-ready .hero-content > .lead,
.hero-art-showcase.is-hero-ready .hero-content > .hero-actions {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero-art-showcase .hero-content > .eyebrow { transition-delay: 80ms; }
.hero-art-showcase .hero-content > h1 { transition-delay: 180ms; }
.hero-art-showcase .hero-content > .lead { transition-delay: 330ms; }
.hero-art-showcase .hero-content > .hero-actions { transition-delay: 480ms; }

.hero-art-showcase .hero-actions .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(16px) scale(.97);
  transition:
    opacity 560ms ease,
    transform 680ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.hero-art-showcase.is-hero-ready .hero-actions .btn {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-art-showcase.is-hero-ready .hero-actions .btn:nth-child(1) {
  transition-delay: 560ms, 560ms, 0ms, 0ms, 0ms;
}

.hero-art-showcase.is-hero-ready .hero-actions .btn:nth-child(2) {
  transition-delay: 660ms, 660ms, 0ms, 0ms, 0ms;
}

.hero-art-showcase .hero-actions .btn::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -55%;
  width: 34%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(18deg) translateX(-210%);
  transition: transform 620ms cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.hero-art-showcase .hero-actions .btn:hover,
.hero-art-showcase .hero-actions .btn:focus-visible {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 14px 34px rgba(255, 106, 61, .22);
}

.hero-art-showcase .hero-actions .btn:hover::after,
.hero-art-showcase .hero-actions .btn:focus-visible::after {
  transform: rotate(18deg) translateX(560%);
}

.hero-art-showcase .hero-actions .btn.ghost:hover,
.hero-art-showcase .hero-actions .btn.ghost:focus-visible {
  box-shadow: 0 14px 30px rgba(25, 58, 99, .16);
}

@media (prefers-reduced-motion: reduce) {
  .hero-art-showcase .hero-content > .eyebrow,
  .hero-art-showcase .hero-content > h1,
  .hero-art-showcase .hero-content > .lead,
  .hero-art-showcase .hero-content > .hero-actions,
  .hero-art-showcase .hero-actions .btn {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .hero-art-showcase .hero-actions .btn::after { display: none; }
}


/* v34 — header CTA shine fix: clipped, artifact-free */
.site-nav .nav-contact-cta {
  position: relative;
  overflow: hidden !important;
  clip-path: inset(0 round 999px);
  isolation: isolate;
  contain: paint;
  outline-offset: 3px;
}

.site-nav .nav-contact-cta::before {
  content: "";
  position: absolute;
  inset: -55% auto -55% -48%;
  width: 34%;
  height: auto;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,.08) 26%,
    rgba(255,255,255,.56) 50%,
    rgba(255,255,255,.08) 74%,
    transparent 100%
  );
  transform: translate3d(-220%, 0, 0) rotate(18deg);
  transition: transform 620ms cubic-bezier(.16, 1, .3, 1);
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}

.site-nav .nav-contact-cta:hover::before,
.site-nav .nav-contact-cta:focus-visible::before {
  transform: translate3d(720%, 0, 0) rotate(18deg);
}

/* Keep the label visually above the shine without requiring extra markup */
.site-nav .nav-contact-cta {
  text-shadow: 0 0 0 currentColor;
}

/* Prevent focus/hover artifacts leaking into the fixed header */
.site-header,
.site-nav,
.site-nav .nav-contact-cta {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.site-nav .nav-contact-cta:focus {
  outline: none;
}

.site-nav .nav-contact-cta:focus-visible {
  outline: 2px solid rgba(255,255,255,.92);
}

/* The old negative-z shine caused black bands in some browsers */
.site-nav .nav-contact-cta::before {
  z-index: 0 !important;
}

/* v35 — remove shine sweep from primary CTA buttons */
.hero-art-showcase .hero-actions .btn::after,
.site-nav .nav-contact-cta::before {
  display: none !important;
  content: none !important;
}

/* Keep interaction clean: lift/scale only, no sweep overlay */
.hero-art-showcase .hero-actions .btn,
.site-nav .nav-contact-cta {
  overflow: visible;
}

.site-nav .nav-contact-cta {
  clip-path: none;
  contain: none;
}

/* v36 — fixed-header compositing fix (prevents black bands on hover after scroll) */
.site-header {
  /* Fixed + backdrop-filter + transformed descendants can create GPU tile artifacts. */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  transform: none !important;
  contain: none !important;
  will-change: auto !important;
}

.site-header.is-scrolled {
  /* Slightly denser fallback keeps the same premium look without live backdrop compositing. */
  background: rgba(7, 10, 14, 0.94) !important;
}

/* Disable the full-header animated overlay that forced repaints across the fixed bar. */
.site-header::after {
  display: none !important;
  content: none !important;
}

.site-nav,
.site-nav > a,
.site-nav .nav-contact-cta,
.language-switcher,
.logo,
.logo img {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  contain: none !important;
  will-change: auto !important;
}

/* Keep hover motion, but avoid filter-based compositing inside the fixed header. */
.site-nav .nav-contact-cta:hover,
.site-nav .nav-contact-cta:focus-visible {
  filter: none !important;
}

.logo:hover img {
  filter: none !important;
}

/* v37 — rebuilt mobile navigation */
@media (max-width: 900px) {
  .site-header {
    padding: 16px 20px !important;
    min-height: 78px;
    overflow: visible;
  }

  .site-header.is-scrolled {
    padding: 12px 20px !important;
    min-height: 68px;
  }

  .logo img {
    width: min(160px, 44vw) !important;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    flex: 0 0 46px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 1002;
  }

  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 280ms cubic-bezier(.2,.75,.25,1), top 280ms ease;
  }

  .menu-toggle::before { top: 17px; }
  .menu-toggle::after { top: 27px; }

  .menu-toggle.is-open::before {
    top: 22px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-open::after {
    top: 22px;
    transform: rotate(-45deg);
  }

  .site-nav {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: max(112px, calc(env(safe-area-inset-top) + 92px)) 24px 32px !important;
    border-radius: 0 !important;
    background: rgba(13, 14, 20, .985) !important;
    border: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    z-index: 1000 !important;
    overflow-y: auto !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 260ms ease, transform 340ms cubic-bezier(.16,1,.3,1), visibility 260ms ease;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-contact-cta) {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255,255,255,.11);
    font-size: clamp(28px, 8vw, 42px) !important;
    font-weight: 650;
    letter-spacing: -.035em;
    transform: none !important;
  }

  .site-nav > a:not(.nav-contact-cta)::after {
    display: none !important;
  }

  .site-nav .nav-contact-cta {
    width: 100% !important;
    min-height: 62px;
    margin: 28px 0 18px;
    padding: 16px 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 18px !important;
    transform: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .language-switcher {
    width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 5px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    transform: none !important;
  }

  .language-switcher a {
    min-height: 50px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 16px !important;
    font-weight: 800;
    transform: none !important;
  }

  .language-switcher a.active {
    background: #fff;
    color: #111218;
  }

  body.mobile-nav-open {
    overflow: hidden !important;
  }
}

@media (max-width: 420px) {
  .site-nav {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .site-nav > a:not(.nav-contact-cta) {
    min-height: 64px;
    font-size: clamp(26px, 9vw, 36px) !important;
  }
}

/* v35 — high-contrast floating scroll cue */
.hero-scroll-down {
  bottom: 18px;
  min-width: 132px;
  padding: 10px 16px 11px;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(8, 12, 18, .72);
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
  text-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
}

.hero-scroll-down span:first-child {
  color: #ffffff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  line-height: 1;
}

.hero-scroll-down:hover,
.hero-scroll-down:focus-visible {
  transform: translateX(-50%) translateY(-3px);
  background: rgba(8, 12, 18, .88);
  border-color: rgba(255,106,61,.82);
  box-shadow: 0 14px 34px rgba(0,0,0,.30), 0 0 0 1px rgba(255,106,61,.14);
}

.hero-scroll-chevron {
  width: 11px;
  height: 11px;
  border-right: 2.5px solid #ff6a3d !important;
  border-bottom: 2.5px solid #ff6a3d !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
}

@media (max-width: 700px) {
  .hero-scroll-down {
    bottom: 12px;
    min-width: 118px;
    padding: 9px 14px 10px;
  }

  .hero-scroll-down span:first-child {
    font-size: 9px;
  }
}

/* v36 — minimal high-contrast scroll cue */
.hero-scroll-down {
  bottom: 18px;
  min-width: 0;
  padding: 0;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111820 !important;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.32), 0 2px 8px rgba(255,255,255,.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
}

.hero-scroll-down span:first-child {
  color: #111820 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  line-height: 1;
}

.hero-scroll-down:hover,
.hero-scroll-down:focus-visible {
  transform: translateX(-50%) translateY(-3px);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #000 !important;
}

.hero-scroll-chevron {
  width: 12px;
  height: 12px;
  border-right: 2.5px solid #111820 !important;
  border-bottom: 2.5px solid #111820 !important;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.45));
}

@media (max-width: 700px) {
  .hero-scroll-down {
    bottom: 12px;
    min-width: 0;
    padding: 0;
  }

  .hero-scroll-down span:first-child {
    font-size: 9px;
  }
}


/* v37 — vertical scroll-reactive hero text gradient */
.hero.hero-art-showcase {
  --hero-gradient-shift: 8%;
}

.hero-art-showcase h1 {
  color: transparent !important;
  background-image: linear-gradient(
    180deg,
    #17324d 0%,
    #315f88 24%,
    #5f91b6 46%,
    #ef8d6f 72%,
    #ff6a3d 100%
  );
  background-size: 100% 240%;
  background-position: 50% var(--hero-gradient-shift);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 90ms linear;
  text-shadow: none !important;
}

.hero-art-showcase .lead {
  color: transparent !important;
  background-image: linear-gradient(
    180deg,
    #244f74 0%,
    #3f6d92 36%,
    #7b7f93 66%,
    #d6795e 100%
  );
  background-size: 100% 220%;
  background-position: 50% calc(var(--hero-gradient-shift) * .86);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 90ms linear;
  text-shadow: none !important;
}

@media (max-width: 900px) {
  .hero-art-showcase h1 {
    background-size: 180% 180%;
  }

  .hero-art-showcase .lead {
    background-size: 180% 180%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art-showcase h1,
  .hero-art-showcase .lead {
    background-position: 38% 50% !important;
    transition: none !important;
  }
}


/* v38 — live Cloudflare contact form */
.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form-status {
  min-height: 1.4em;
  margin: 4px 0 0;
  font-size: .82rem;
  line-height: 1.45;
}

.contact-form-status.is-success { color: #8de3b4; }
.contact-form-status.is-error { color: #ff9b7d; }

.contact-form .btn:disabled {
  opacity: .62;
  cursor: wait;
  transform: none !important;
}

/* v22 — mobile service cards: short edge feather, more video visible */
@media (max-width: 700px) {
  .service-showcase-card {
    background: #040508 !important;
    isolation: isolate;
  }

  /* Artwork stays large and visible on the right. */
  .service-art,
  .service-art-character,
  .service-art-background,
  .service-art-props {
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden;
    background: #040508 !important;
  }

  .service-art video,
  .service-art-character video,
  .service-art-background video,
  .service-art-props video {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 66% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 72% 50% !important;
    transform: none !important;
  }

  /* Smaller solid text area; it no longer blankets most of the video. */
  .service-showcase-copy {
    position: relative;
    z-index: 2 !important;
    width: 56% !important;
    min-height: 300px;
    padding: 24px 18px !important;
    background: #040508 !important;
    overflow: visible;
  }

  /* Very short feather only at the panel edge. */
  .service-showcase-copy::after {
    content: "";
    position: absolute;
    top: 0;
    right: -44px;
    width: 44px;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(4, 5, 8, 1) 0%,
      rgba(4, 5, 8, .90) 22%,
      rgba(4, 5, 8, .62) 52%,
      rgba(4, 5, 8, .28) 78%,
      rgba(4, 5, 8, 0) 100%
    );
  }

  .service-showcase-card::after {
    display: none !important;
    content: none !important;
  }
}

/* v23 — mobile service video framing: keep character face/head in frame after resizes */
@media (max-width: 700px) {
  .service-art video,
  .service-art-character video,
  .service-art-background video,
  .service-art-props video {
    /* Anchor the crop toward the upper-right instead of dead center. */
    object-position: 68% 14% !important;
  }

  /* Character artwork needs a slightly stronger top bias so the head survives narrow crops. */
  .service-art-character video {
    object-position: 66% 8% !important;
  }
}

@media (max-width: 520px) {
  .service-art-character video {
    object-position: 64% 6% !important;
  }
}

@media (max-width: 400px) {
  .service-art-character video {
    object-position: 62% 4% !important;
  }
}

/* =========================================================
   HERO INTRO PREVIEW — cinematic fade on initial page load
   ========================================================= */

.hero-art {
  animation: aftermotionHeroArtIntro 1.45s cubic-bezier(.22, 1, .36, 1) both;
  transform-origin: 58% 45%;
}

.hero-art-showcase .hero-content {
  animation: aftermotionHeroContentIntro .95s cubic-bezier(.22, 1, .36, 1) .22s both;
}

.site-header {
  animation: aftermotionHeaderIntro .82s cubic-bezier(.22, 1, .36, 1) .08s both;
}

@keyframes aftermotionHeroArtIntro {
  0% {
    opacity: 0;
    transform: scale(1.035);
    filter: brightness(.78) saturate(.92);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1.02) saturate(1.02);
  }
}

@keyframes aftermotionHeroContentIntro {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes aftermotionHeaderIntro {
  0% {
    opacity: 0;
    transform: translate3d(0, -14px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 700px) {
  .hero-art {
    animation-duration: 1.2s;
    transform-origin: 64% 42%;
  }

  .hero-art-showcase .hero-content {
    animation-duration: .82s;
    animation-delay: .18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art,
  .hero-art-showcase .hero-content,
  .site-header {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}


/* =========================================================
   SCROLL DOWN CTA — clean single-source animation
   Fixes the visible disappear/reappear jump seen in wtf.mp4.
   No competing parent hover transforms, no chained reveal/loop.
   ========================================================= */

.hero-scroll-down {
  opacity: 0;
  transform: translate3d(-50%, 16px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;

  /* One reveal animation only. */
  animation: aftermotionScrollRevealClean .88s cubic-bezier(.16, 1, .3, 1) 1.32s both;
}

/* Keep the CTA clickable throughout the reveal. */
.hero-scroll-down,
.hero-scroll-down:hover,
.hero-scroll-down:focus,
.hero-scroll-down:focus-visible,
.hero-scroll-down:active {
  pointer-events: auto;
}

/* Critical: hover/focus/active never touch the parent's transform.
   This prevents a cursor entering mid-reveal from replacing the animation transform. */
.hero-scroll-down:hover,
.hero-scroll-down:focus,
.hero-scroll-down:focus-visible,
.hero-scroll-down:active {
  opacity: inherit;
}

/* Continuous attention motion lives only on children.
   It starts from page load, so there is no reveal-to-loop handoff. */
.hero-scroll-down > span:first-child {
  display: inline-block;
  will-change: transform;
  animation: aftermotionScrollLabelClean 2.5s ease-in-out infinite;
}

.hero-scroll-chevron {
  opacity: .76;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: aftermotionChevronClean 2.5s ease-in-out infinite !important;
}

/* Disable the old decorative pseudo-element/ring entirely.
   It caused extra compositing work and made debugging harder. */
.hero-scroll-down::before {
  content: none !important;
  display: none !important;
}

@keyframes aftermotionScrollRevealClean {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 16px, 0);
  }
  100% {
    opacity: .96;
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes aftermotionScrollLabelClean {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 2px, 0);
  }
}

@keyframes aftermotionChevronClean {
  0%, 100% {
    opacity: .70;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
}

@media (max-width: 700px) {
  .hero-scroll-down {
    animation-duration: .76s;
    animation-delay: 1.08s;
  }

  .hero-scroll-down > span:first-child,
  .hero-scroll-chevron {
    animation-duration: 2.35s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-down {
    animation: none !important;
    opacity: .96 !important;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .hero-scroll-down > span:first-child,
  .hero-scroll-chevron {
    animation: none !important;
  }

  .hero-scroll-chevron {
    opacity: .76 !important;
    transform: rotate(45deg) !important;
  }
}

/* =========================================================
   BG services heading layout + localization polish
   Desktop: heading and intro each stay on one line.
   Smaller screens retain natural wrapping.
   ========================================================= */

@media (min-width: 1100px) {
  .animation-services .services-head {
    max-width: none;
    width: 100%;
  }

  .animation-services .services-head h2 {
    white-space: nowrap;
    font-size: clamp(38px, 3.15vw, 52px);
    letter-spacing: -0.025em;
  }

  .animation-services .services-intro {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(14px, 1.15vw, 17px);
    line-height: 1.55;
  }
}

@media (max-width: 1099px) {
  .animation-services .services-head h2,
  .animation-services .services-intro {
    white-space: normal;
  }
}

/* =========================================================
   Services -> About section spacing fix
   Removes the oversized empty gap between the two sections.
   ========================================================= */

.animation-services {
  padding-bottom: 54px;
}

.about-accordion {
  padding-top: 58px;
}

@media (max-width: 900px) {
  .animation-services {
    padding-bottom: 42px;
  }

  .about-accordion {
    padding-top: 46px;
  }
}

@media (max-width: 560px) {
  .animation-services {
    padding-bottom: 34px;
  }

  .about-accordion {
    padding-top: 38px;
  }
}

/* =========================================================
   GLOBAL SECTION SPACING — tighter rhythm across the site
   Applies a more compact vertical cadence to all main sections.
   Keeps hero spacing separate.
   ========================================================= */

/* Base section rhythm */
.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* Sections that already have custom identities keep them,
   but use the same tighter vertical cadence. */
.animation-services,
.about,
.about-accordion,
.portfolio,
.shop,
.contact,
.service-detail,
.service-highlights,
.service-process,
.project-detail {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* Avoid doubled gaps where two sections touch. */
.section + .section,
.animation-services + .section,
.section + .about-accordion,
.about-accordion + .section,
.portfolio + .section,
.shop + .section {
  margin-top: 0;
}

/* Specific transition from services into about remains slightly tighter. */
.animation-services {
  padding-bottom: 48px;
}

.about-accordion {
  padding-top: 48px;
}

/* Tablet */
@media (max-width: 900px) {
  .section,
  .animation-services,
  .about,
  .about-accordion,
  .portfolio,
  .shop,
  .contact,
  .service-detail,
  .service-highlights,
  .service-process,
  .project-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .animation-services {
    padding-bottom: 40px;
  }

  .about-accordion {
    padding-top: 40px;
  }
}

/* Mobile */
@media (max-width: 560px) {
  .section,
  .animation-services,
  .about,
  .about-accordion,
  .portfolio,
  .shop,
  .contact,
  .service-detail,
  .service-highlights,
  .service-process,
  .project-detail {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .animation-services {
    padding-bottom: 32px;
  }

  .about-accordion {
    padding-top: 32px;
  }
}

/* =========================================================
   PREMIUM CASTLE / HERO ART MOTION
   Subtle cinematic drift + pointer parallax + scroll depth.
   Keeps the existing hero fade, but removes the static feel.
   ========================================================= */

.hero-art {
  --hero-motion-x: 0px;
  --hero-motion-y: 0px;
  --hero-motion-scale: 1.018;

  opacity: 1;
  transform:
    translate3d(var(--hero-motion-x), var(--hero-motion-y), 0)
    scale(var(--hero-motion-scale));
  transform-origin: 62% 44%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  /* Intro ends exactly at the same base transform used by the live motion. */
  animation: aftermotionCastleIntro 1.45s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes aftermotionCastleIntro {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(1.055);
    filter: brightness(.78) saturate(.92);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform:
      translate3d(var(--hero-motion-x), var(--hero-motion-y), 0)
      scale(var(--hero-motion-scale));
    filter: brightness(1.02) saturate(1.02);
  }
}

/* A very soft light veil that moves independently from the artwork. */
.hero-art::before {
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 34%, rgba(255,255,255,.10), transparent 28%),
    radial-gradient(circle at 36% 70%, rgba(255,170,95,.055), transparent 34%);
  opacity: .55;
  transform: translate3d(var(--hero-light-x, 0px), var(--hero-light-y, 0px), 0);
  transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

/* Keep the old pseudo overlay disabled; ::before now carries the premium light motion. */
.hero-art::after {
  background: none !important;
}

@media (max-width: 700px) {
  .hero-art {
    --hero-motion-scale: 1.028;
    transform-origin: 68% 42%;
    animation-duration: 1.2s;
  }

  .hero-art::before {
    opacity: .42;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art {
    animation: none !important;
    transform: none !important;
  }

  .hero-art::before {
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   CONTACT MODAL — smooth cinematic backdrop blur
   Removes the hard-cut blur and eases darkness + blur together.
   ========================================================= */

.contact-modal-backdrop {
  background: rgba(0, 0, 0, 0) !important;
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  transition:
    background-color 520ms cubic-bezier(.16, 1, .3, 1),
    backdrop-filter 520ms cubic-bezier(.16, 1, .3, 1),
    -webkit-backdrop-filter 520ms cubic-bezier(.16, 1, .3, 1) !important;
  will-change: backdrop-filter, background-color;
}

.contact-modal.open .contact-modal-backdrop,
.contact-modal.is-open .contact-modal-backdrop,
.contact-modal[aria-hidden="false"] .contact-modal-backdrop {
  background: rgba(0, 0, 0, .72) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* Slightly softer panel entrance to match the blur ramp. */
.contact-modal-panel {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.975);
  transition:
    transform 560ms cubic-bezier(.16, 1, .3, 1),
    opacity 420ms ease !important;
  will-change: transform, opacity;
}

.contact-modal.open .contact-modal-panel,
.contact-modal.is-open .contact-modal-panel,
.contact-modal[aria-hidden="false"] .contact-modal-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 700px) {
  .contact-modal.open .contact-modal-backdrop,
  .contact-modal.is-open .contact-modal-backdrop,
  .contact-modal[aria-hidden="false"] .contact-modal-backdrop {
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal-backdrop,
  .contact-modal-panel {
    transition: none !important;
  }
}

/* =========================================================
   HERO CASTLE — subtle wind particles
   Lightweight DOM particles with transform/opacity animation only.
   ========================================================= */

.hero-wind-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
}

.hero-wind-particle {
  position: absolute;
  left: -8vw;
  top: var(--p-y, 50%);
  width: var(--p-w, 28px);
  height: var(--p-h, 1px);
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.42) 34%,
    rgba(255,226,190,.22) 66%,
    rgba(255,255,255,0)
  );
  filter: blur(.35px);
  transform: translate3d(0, 0, 0) rotate(var(--p-r, -4deg));
  will-change: transform, opacity;
  animation: aftermotionWindParticle var(--p-d, 8s) linear var(--p-delay, 0s) infinite;
}

.hero-wind-particle.is-speck {
  width: var(--p-w, 3px);
  height: var(--p-h, 3px);
  background: rgba(255,235,205,.65);
  box-shadow: 0 0 8px rgba(255,210,160,.20);
  filter: none;
}

@keyframes aftermotionWindParticle {
  0% {
    opacity: 0;
    transform:
      translate3d(-10vw, 0, 0)
      rotate(var(--p-r, -4deg));
  }

  10% {
    opacity: var(--p-o, .42);
  }

  54% {
    opacity: calc(var(--p-o, .42) * .9);
  }

  88% {
    opacity: var(--p-o, .42);
  }

  100% {
    opacity: 0;
    transform:
      translate3d(120vw, var(--p-drift, -18px), 0)
      rotate(var(--p-r, -4deg));
  }
}

@media (max-width: 700px) {
  .hero-wind-particles {
    opacity: .72;
  }

  .hero-wind-particle:nth-child(n+11) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wind-particles {
    display: none !important;
  }
}

/* =========================================================
   HERO CASTLE — fantasy wind particles v2
   Replaces the first simple particle pass with denser,
   more organic wind-carried motion and subtle fantasy glow.
   ========================================================= */

/* Disable the old linear particle layer entirely. */
.hero-wind-particles {
  display: none !important;
}

.hero-wind-fantasy {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: .96;
}

.hero-wind-fantasy-particle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-wind-fantasy-particle.is-streak {
  height: 1.4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,245,226,.36) 28%,
    rgba(255,214,154,.32) 58%,
    rgba(255,255,255,0)
  );
  box-shadow:
    0 0 10px rgba(255,214,154,.08),
    0 0 18px rgba(160,205,255,.035);
  filter: blur(.25px);
}

.hero-wind-fantasy-particle.is-speck,
.hero-wind-fantasy-particle.is-glow {
  border-radius: 999px;
}

.hero-wind-fantasy-particle.is-speck {
  background:
    radial-gradient(circle, rgba(255,241,214,.90) 0%, rgba(255,215,155,.38) 55%, rgba(255,255,255,0) 100%);
  box-shadow: 0 0 10px rgba(255,224,179,.15);
}

.hero-wind-fantasy-particle.is-glow {
  background:
    radial-gradient(circle, rgba(196,226,255,.62) 0%, rgba(255,231,186,.44) 35%, rgba(255,255,255,0) 100%);
  box-shadow:
    0 0 12px rgba(177,212,255,.15),
    0 0 18px rgba(255,208,145,.12);
  filter: blur(.18px);
}

@media (max-width: 700px) {
  .hero-wind-fantasy {
    opacity: .78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wind-fantasy {
    display: none !important;
  }
}

/* =========================================================
   HERO CASTLE — fantasy wind particles v3 (clearly visible)
   Stronger visibility while keeping a premium look.
   ========================================================= */

.hero-wind-fantasy {
  opacity: 1 !important;
  mix-blend-mode: screen;
}

.hero-wind-fantasy-particle.is-streak {
  height: 2px !important;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,248,232,.78) 24%,
    rgba(255,204,136,.62) 54%,
    rgba(195,224,255,.38) 76%,
    rgba(255,255,255,0)
  ) !important;
  box-shadow:
    0 0 8px rgba(255,224,180,.34),
    0 0 18px rgba(172,211,255,.14) !important;
  filter: blur(.15px) !important;
}

.hero-wind-fantasy-particle.is-speck {
  background:
    radial-gradient(circle,
      rgba(255,252,238,1) 0%,
      rgba(255,213,152,.78) 42%,
      rgba(255,205,130,.18) 72%,
      rgba(255,255,255,0) 100%
    ) !important;
  box-shadow:
    0 0 7px rgba(255,231,190,.55),
    0 0 14px rgba(255,192,112,.24) !important;
}

.hero-wind-fantasy-particle.is-glow {
  background:
    radial-gradient(circle,
      rgba(224,241,255,.95) 0%,
      rgba(255,226,179,.78) 34%,
      rgba(196,219,255,.18) 68%,
      rgba(255,255,255,0) 100%
    ) !important;
  box-shadow:
    0 0 14px rgba(190,224,255,.38),
    0 0 24px rgba(255,205,138,.24) !important;
}

@media (max-width: 700px) {
  .hero-wind-fantasy {
    opacity: .92 !important;
  }
}

/* Full-frame particle positioning fix */
.hero-wind-fantasy-particle {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform-origin: center center;
}

.hero-wind-fantasy {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

