.elementor-295 .elementor-element.elementor-element-582b471{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9fac062 */:root {
  --brand-bg: #c6ff33;
  --text: #101010;
  --surface: #f7f7f2;
  --muted: rgba(16, 16, 16, 0.62);
  --max-width: 1100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--surface);
  overflow-x: hidden;
}

body.intro-lock {
  overflow: hidden;
}

.brand-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  pointer-events: none;
  z-index: 2147483647;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-cursor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scaleX(-1);
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: #f4f3ee;
  overflow: hidden;
  isolation: isolate;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.intro-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 6vh;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  pointer-events: none;
  will-change: opacity, transform;
}

.intro-scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0) 0%,
    rgba(15, 15, 15, 0.45) 100%
  );
  animation: introScrollPulse 1.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  transform-origin: top center;
}

.intro-scroll-text {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.55);
}

.intro-green-cover {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 85% 65% at 42% 70%,
      rgba(212, 236, 85, 0.85) 0%,
      rgba(212, 236, 85, 0.35) 45%,
      rgba(212, 236, 85, 0) 78%
    ),
    linear-gradient(45deg, #f5f5cb 0%, #e1ed90 30%, #c0db6c 55%, #6ba663 80%, #2f725a 100%);
  clip-path: circle(170% at 0% 100%);
  will-change: clip-path;
  will-change: clip-path;
}

.intro-green-cover-dark {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle 80vmax at 100% 0%,
    #2a6e58 0%,
    rgba(42, 110, 88, 0.55) 22%,
    rgba(42, 110, 88, 0) 52%
  );
  pointer-events: none;
  will-change: opacity;
}

.intro-arrow {
  position: absolute;
  width: clamp(72px, 12vw, 160px);
  height: clamp(72px, 12vw, 160px);
  opacity: 0;
  left: 0;
  top: 0;
  object-fit: contain;
  pointer-events: none;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  will-change: transform, opacity;
}

.main-content {
  min-height: 100vh;
  width: min(var(--max-width), calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero {
  min-height: 78vh;
  display: grid;
  align-content: center;
  padding-top: 6.2rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.6rem);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 12ch;
}

.footer {
  border-top: 1px solid rgba(16, 16, 16, 0.12);
  padding: 1.25rem 0 2rem;
  display: grid;
  gap: 0.65rem;
}

.footer p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.footer-contact {
  color: rgba(16, 16, 16, 0.88) !important;
}

.footer-contact a {
  color: var(--text);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* Animation states controlled by JS */
body.cursor-active .brand-cursor {
  opacity: 1;
}

body.is-ready .main-content {
  opacity: 1;
  transform: translateY(0);
}

body.is-ready .intro-overlay {
  opacity: 0;
  visibility: hidden;
}

.arrow-trail-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10001;
}

.dreams-corner-badge {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  z-index: 1200;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85);
  transform-origin: 75% 25%;
  will-change: opacity, transform;
}

.dreams-corner-mark,
.dreams-corner-arrow {
  position: absolute;
  display: block;
  pointer-events: none;
}

.dreams-corner-mark {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dreams-corner-arrow {
  left: 20%;
  top: 44%;
  width: 44%;
  height: 44%;
  object-fit: contain;
}

.trail-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(198, 255, 51, 0.4);
  filter: blur(1.5px) drop-shadow(0 0 10px rgba(198, 255, 51, 0.45));
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform, opacity;
}

@media (max-width: 700px) {
  .main-content {
    width: calc(100% - 1.4rem);
  }

  .hero {
    min-height: 70vh;
    padding-top: 5.3rem;
  }

  .brand-link {
    top: 0.8rem;
  }
}

body.has-custom-cursor,
body.has-custom-cursor a,
body.has-custom-cursor button {
  cursor: none;
}

body.has-custom-cursor {
  cursor: url("https://test.uebsi.com/wp-content/uploads/2026/04/29_DRIMZ_Freccia_Nero.svg") 6 6, auto;
}

@media (max-width: 760px) and (hover: none), (max-width: 760px) and (pointer: coarse) {
  .brand-cursor {
    display: none;
  }
}

@keyframes introScrollPulse {
  0% {
    transform: scaleY(0.4);
    opacity: 0.35;
  }
  50% {
    transform: scaleY(1);
    opacity: 0.85;
  }
  100% {
    transform: scaleY(0.4);
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-overlay {
    display: none;
  }
}/* End custom CSS */