.elementor-7 .elementor-element.elementor-element-6d79160{--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-eebb560 */:root {
  --bg: #f4f3ee;
  --surface: #fdfdfb;
  --text: #0f0f0f;
  --line: rgba(15, 15, 15, 0.16);
  --line-soft: rgba(15, 15, 15, 0.08);
  --brand: #c6ff33;
  --radius-l: 34px;
  --header-control-height: 44px;
  --font-display: "Bebas Neue", "Archivo Condensed", "Oswald", sans-serif;
  --font-body: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  cursor: none;
}

a,
button,
[role="button"],
li,
input,
textarea,
select {
  cursor: none;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.17;
  mix-blend-mode: multiply;
  background-image: radial-gradient(circle at 30% 30%, rgba(0, 0, 0, 0.13) 0.6px, transparent 0.72px);
  background-size: 3px 3px;
}

.shell {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 999;
  background: var(--brand);
}

.app-shell {
  opacity: 1;
}

body.intro-running {
  overflow: hidden;
  touch-action: none;
}

.build-grid-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 25;
  opacity: 0;
}

.build-line {
  position: absolute;
  background: rgba(15, 15, 15, 0.2);
}

.build-line.b-h {
  height: 1px;
  width: 100vw;
  left: 0;
  transform: scaleX(0);
  transform-origin: var(--intro-x, 50%) center;
}

.build-line.b-v {
  width: 1px;
  height: 100vh;
  top: 0;
  transform: scaleY(0);
  transform-origin: center var(--intro-y, 50%);
}

.build-grid-overlay .h1 {
  top: var(--intro-y, 50%);
}

.build-grid-overlay .h2 {
  top: calc(var(--intro-y, 50%) - 180px);
  opacity: 0.4;
}

.build-grid-overlay .h3 {
  top: calc(var(--intro-y, 50%) + 220px);
  opacity: 0.3;
}

.build-grid-overlay .v1 {
  left: var(--intro-x, 50%);
}

.build-grid-overlay .v2 {
  left: calc(var(--intro-x, 50%) - 250px);
  opacity: 0.42;
}

.build-grid-overlay .v3 {
  left: calc(var(--intro-x, 50%) + 290px);
  opacity: 0.3;
}

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

.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;
}

.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);
  left: 0;
  top: 0;
  object-fit: contain;
  pointer-events: none;
  will-change: transform, opacity;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  opacity: 0;
}

.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-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.55);
}

@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;
  }
}

.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;
}

.brand-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  pointer-events: none;
  z-index: 1400;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--cursor-rot, 0deg)) scale(var(--cursor-scale, 1));
  mix-blend-mode: normal;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s ease, opacity 0.2s ease;
}

.brand-cursor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(198, 255, 51, 0.24));
}

.brand-cursor.active {
  opacity: 1;
}

.brand-cursor.hovering {
  --cursor-scale: 1.16;
}

.brand-cursor.interactive {
  --cursor-scale: 1.12;
  filter: brightness(1.03);
}

.brand-cursor.card-hover {
  --cursor-scale: 1.3;
  filter: drop-shadow(0 14px 26px rgba(198, 255, 51, 0.32));
}

.brand-cursor.pressing {
  --cursor-scale: 0.9;
  filter: brightness(0.92);
}

.cursor-pulse-layer {
  position: fixed;
  inset: 0;
  z-index: 1395;
  pointer-events: none;
}

.cursor-pulse {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 15, 0.42);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.85;
}

.header {
  position: sticky;
  top: 32px;
  z-index: 40;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.header.hidden {
  transform: translateY(-140%);
  opacity: 0.05;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.brand {
  text-decoration: none;
  color: var(--text);
  min-height: var(--header-control-height);
  padding: 0.15rem 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: clamp(108px, 10vw, 170px);
  height: auto;
}

.brand-mark-wrap {
  width: var(--header-control-height);
  height: var(--header-control-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--header-control-height);
}

.brand-mark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark-img.intro-pending {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.brand-mark-fallback {
  display: none;
  width: 100%;
  height: 100%;
  background: center / contain no-repeat url("https://test.uebsi.com/wp-content/uploads/2026/04/32_DRIMZ_Angolo_Sfumatura.svg");
}

.nav-pill {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0.35rem;
  min-height: var(--header-control-height);
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, white 88%, var(--bg));
  backdrop-filter: blur(10px);
}

.contact-pill {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.52rem 0.86rem;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  background: color-mix(in srgb, var(--brand) 26%, white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(198, 255, 51, 0.22);
}

.nav-pill li {
  position: relative;
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  padding: 0.55rem 0.8rem;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  font-weight: 600;
}

.cursor {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 0;
  opacity: 0;
  border-radius: 999px;
  background: #0f0f0f;
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}

.section {
  padding: 9rem 0;
  border-top: 1px solid var(--line-soft);
}

.scroll-evolution-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.evo-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.03),
    rgba(15, 15, 15, calc(0.14 + var(--scroll-evolution, 0) * 0.18)),
    rgba(15, 15, 15, 0.03)
  );
  transform: scaleY(calc(0.88 + var(--scroll-evolution, 0) * 0.18));
  transform-origin: top;
  transition: opacity 0.35s ease;
}

.evo-line.left {
  left: 14%;
}

.evo-line.center {
  left: 50%;
  opacity: calc(0.45 + var(--scroll-evolution, 0) * 0.35);
}

.evo-line.right {
  right: 14%;
}

.hero {
  position: relative;
  min-height: auto;
  border-top: none;
  padding-top: 7rem;
  padding-bottom: 14rem;
  overflow: hidden;
}

.hero-origin-aperture {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--intro-x, 50%) var(--intro-y, 50%), rgba(198, 255, 51, 0.14), rgba(198, 255, 51, 0.03) 28%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.02));
  clip-path: circle(170% at var(--intro-x, 50%) var(--intro-y, 50%));
  opacity: 0;
}

.app-shell.pre-intro .hero-origin-aperture {
  clip-path: circle(0% at var(--intro-x, 50%) var(--intro-y, 50%));
  opacity: 1;
}

.hero-shell {
  min-height: auto;
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: 0.22fr 1fr 0.85fr;
  align-items: start;
  gap: 3rem;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.hero-origin {
  align-self: start;
  padding-top: 0;
  margin-top: 0;
}

.origin-stack {
  display: grid;
  gap: 1rem;
}

.origin-corner {
  width: clamp(92px, 9vw, 150px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(198, 255, 51, 0.3));
}

.origin-cursor-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.36rem 0.56rem;
  background: color-mix(in srgb, white 88%, var(--brand));
}

.origin-cursor-chip img {
  display: none;
}

.origin-cursor-chip span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-mark {
  position: absolute;
  width: clamp(240px, 26vw, 380px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
  filter: grayscale(1) brightness(0.62) contrast(0.9);
}

.hero-mark-a {
  right: 4rem;
  top: 12%;
  width: clamp(180px, 18vw, 280px);
  opacity: 0.07;
  z-index: 0;
  pointer-events: none;
}

.hero-mark-b {
  display: none;
}

.micro {
  margin: 0 0 1rem;
  margin-top: 0;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.62);
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.86;
  letter-spacing: 0.01em;
  font-size: clamp(5rem, 12vw, 12rem);
}

.title-line {
  display: block;
}

.hero-sub {
  margin: 1.2rem 0 0;
  max-width: 38ch;
  font-size: 0.96rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.7rem;
}

.hero-light-visual {
  display: none;
}

.btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.74rem 1.2rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.solid {
  background: var(--brand);
  color: var(--text);
  box-shadow: 0 16px 34px rgba(198, 255, 51, 0.34);
}

.btn.ghost {
  border-color: var(--line);
  color: var(--text);
  background: #fff;
}

.btn.large {
  padding: 0.94rem 1.55rem;
}

.hero-right {
  min-height: 760px;
  position: relative;
  transform-style: preserve-3d;
}

.hero-depth-plane {
  position: absolute;
  inset: 4%;
  border-radius: 42px;
  pointer-events: none;
}

.hero-depth-plane.back {
  border: 1px solid rgba(15, 15, 15, 0.1);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.05));
  transform: translateZ(-80px) scale(1.02);
}

.hero-depth-plane.front {
  inset: 16% 12%;
  border: 1px solid rgba(15, 15, 15, 0.08);
  background: linear-gradient(165deg, rgba(198, 255, 51, 0.13), rgba(255, 255, 255, 0.05));
  transform: translateZ(90px) scale(0.98);
}

.hero-film {
  position: absolute;
  inset: 8% 6% 12% 6%;
  border-radius: 40px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse 80% 55% at 22% 14%, rgba(198, 255, 51, 0.18), transparent 65%),
    linear-gradient(160deg, #fbfbf6 0%, #f0efe8 100%);
  overflow: hidden;
  clip-path: inset(0% 0% 0% 0% round 40px);
  transform: translateZ(28px);
  z-index: 2;
}

.hero-film::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(15, 15, 15, 0.06));
  pointer-events: none;
  z-index: 1;
}

.hero-film-inner {
  position: absolute;
  inset: 1.6rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.2rem;
  z-index: 2;
}

.hero-film-tag {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.55);
}

.hero-film-stack {
  display: grid;
  align-content: center;
  gap: 0.08em;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.88;
  font-size: clamp(1.75rem, 3.7vw, 3.5rem);
  max-width: 66%;
  padding-bottom: 0.8rem;
}

.hero-film-stack span:nth-child(even) {
  color: rgba(15, 15, 15, 0.42);
}

.hero-film-label {
  justify-self: start;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  background: rgba(255, 255, 255, 0.87);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-orbit {
  position: absolute;
  left: auto;
  right: -8%;
  top: 2%;
  width: min(36vw, 520px);
  aspect-ratio: 1;
  border-radius: 48% 52% 63% 37% / 35% 35% 65% 65%;
  background: linear-gradient(130deg, color-mix(in srgb, var(--brand) 72%, white), #ecebe7);
  border: 1px solid var(--line);
  transform: none;
  opacity: 0.82;
  z-index: 1;
}

.hero-corner {
  position: absolute;
  width: 120px;
  height: 120px;
  object-fit: contain;
  z-index: 3;
  filter: drop-shadow(0 14px 30px rgba(198, 255, 51, 0.26));
  transform: translateZ(120px);
}

.hero-corner-a {
  display: none;
}

.hero-corner-b {
  display: none;
}

.hero-panel {
  position: absolute;
  width: 260px;
  max-width: 42%;
  right: 2%;
  top: 16%;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1rem;
  background: color-mix(in srgb, white 90%, var(--brand));
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.12);
  backdrop-filter: blur(4px);
  transform: translateZ(84px);
  z-index: 4;
}

.hero-panel.alt {
  right: auto;
  left: 3%;
  top: auto;
  bottom: 6%;
  background: color-mix(in srgb, white 94%, #dbe9ff);
  transform: translateZ(64px);
  z-index: 5;
}

.hero-panel small {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.05vw, 1.7rem);
  text-transform: uppercase;
  line-height: 0.96;
}

.hero-bottom-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5.5rem;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 0.7rem 0;
}

.hero-diagonal-word {
  position: absolute;
  right: 4.8rem;
  top: 72%;
  transform: rotate(90deg);
  transform-origin: top right;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(15, 15, 15, 0.14);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  will-change: transform;
}

.hero-origin,
.hero-left,
.hero-right {
  position: relative;
  z-index: 2;
}

.hero-origin,
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-bottom-track {
  display: flex;
  width: max-content;
  gap: 1.1rem;
  animation: marquee 18s linear infinite;
}

.hero-bottom-track span {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.8vw, 3.4rem);
  text-transform: uppercase;
  line-height: 1;
}

.hero-bottom-track span:nth-child(3n) {
  color: rgba(15, 15, 15, 0.35);
}

.display {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 12.2vw, 10.5rem);
  line-height: 0.84;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.editorial-band {
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 0.9rem 0;
}

.editorial-band-track {
  display: flex;
  width: max-content;
  gap: 1.2rem;
  animation: marquee 16s linear infinite reverse;
}

.editorial-band-track span {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.2vw, 4.6rem);
  text-transform: uppercase;
  line-height: 1;
}

.editorial-band-track span:nth-child(odd) {
  color: rgba(15, 15, 15, 0.34);
}

.editorial-split {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 1.7rem;
}

.about-quote {
  display: grid;
  margin-top: 1.5rem;
  gap: 0.32rem;
}

.about-quote span {
  width: max-content;
  background: var(--brand);
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 0.95;
  padding: 0.22rem 0.4rem;
}

.about-copy {
  border-left: 1px solid var(--line);
  padding-left: 1.3rem;
}

.about-copy p {
  margin: 0 0 1rem;
  line-height: 1.8;
}

.about-meta-line {
  height: 1px;
  width: 100%;
  background: var(--line);
  margin: 1rem 0 0.7rem;
}

.about-copy small {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.services-rows {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 56px 1.18fr 0.7fr 0.36fr;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}

.service-row span {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.54);
}

.service-row h3 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.84;
  letter-spacing: 0.01em;
  font-size: clamp(3.2rem, 9.6vw, 8.2rem);
}

.service-row p {
  margin: 0;
  max-width: 32ch;
  line-height: 1.65;
  color: rgba(15, 15, 15, 0.75);
}

.service-row em {
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.56);
  justify-self: end;
}

.service-row:nth-child(even) h3 {
  color: rgba(15, 15, 15, 0.4);
}

.projects {
  min-height: 310vh;
}

.projects-sticky-scene {
  position: sticky;
  top: 10vh;
}

.projects-track-wrap {
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 1.3rem 0;
}

.projects-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding: 0 2rem;
  will-change: transform;
}

.project-card {
  width: min(56vw, 860px);
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.project-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(15, 15, 15, 0.38);
}

.project-media {
  height: 70vh;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
  clip-path: inset(12% 10% 14% 10% round 24px);
}

.project-card.in-view .project-media {
  clip-path: inset(0% 0% 0% 0% round 0px);
}

.project-card:hover .project-media {
  transform: scale(1.1);
}

.p1 {
  background-image: url("https://images.unsplash.com/photo-1473186578172-c141e6798cf4?q=80&w=1800&auto=format&fit=crop");
}

.p2 {
  background-image: url("https://images.unsplash.com/photo-1558655146-364adaf1fcc9?q=80&w=1800&auto=format&fit=crop");
}

.p3 {
  background-image: url("https://images.unsplash.com/photo-1516321497487-e288fb19713f?q=80&w=1800&auto=format&fit=crop");
}

.p4 {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1800&auto=format&fit=crop");
}

.project-meta {
  padding: 1rem;
}

.project-meta small {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.project-meta h3 {
  margin: 0.42rem 0 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 0.9;
}

.projects-counter {
  margin-top: 0.85rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  justify-content: flex-end;
  padding-right: 0.5rem;
}

.projects-counter::before {
  content: "";
  width: 90px;
  height: 1px;
  background: var(--line);
  display: inline-block;
  margin-right: 0.55rem;
  transform: translateY(-8px);
}

.projects-counter span {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
}

.projects-counter small {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-composition {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.product-feature {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 2rem;
  background: linear-gradient(165deg, color-mix(in srgb, var(--brand) 42%, white), white);
}

.product-feature small,
.product-card small {
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.product-feature h3 {
  margin: 0.64rem 0 0.8rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.84;
  font-size: clamp(3.4rem, 8vw, 6.6rem);
}

.product-feature p {
  margin: 0;
  max-width: 34ch;
  line-height: 1.72;
}

.product-grid {
  display: grid;
  gap: 1rem;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  background: white;
}

.product-card h3 {
  margin: 0.45rem 0 0.7rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.92;
  font-size: clamp(1.8rem, 3.8vw, 2.7rem);
}

.product-card p {
  margin: 0;
  line-height: 1.63;
}

.journal-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

.journal-main,
.journal-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.3rem;
  background: white;
}

.journal-main {
  grid-row: span 2;
}

.journal-main small,
.journal-item small {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.journal-main h3,
.journal-item h3 {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.88;
}

.journal-main h3 {
  font-size: clamp(2.8rem, 6.8vw, 5.6rem);
}

.journal-item h3 {
  font-size: clamp(1.8rem, 4.1vw, 2.8rem);
}

.method-sticky-scene {
  position: sticky;
  top: 14vh;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.1rem;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: color-mix(in srgb, white 92%, var(--brand));
  min-height: 62vh;
  padding: 1.4rem;
}

.method-rail {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.7rem;
}

.method-rail-line {
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: var(--line);
}

.method-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  transition: transform 0.3s ease, background 0.25s ease, border-color 0.25s ease;
}

.method-dot.active {
  transform: scale(1.15);
  background: var(--brand);
  border-color: rgba(15, 15, 15, 0.48);
}

.method-stage {
  position: relative;
  overflow: hidden;
}

.method-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.method-panel.active {
  opacity: 1;
  transform: translateY(0);
}

.method-panel small,
.obs-metric small,
.obs-insight small,
.contact-modes small {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.method-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.9;
}

.method-panel p {
  margin: 0;
  max-width: 44ch;
  line-height: 1.72;
}

.observatory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.obs-metric {
  padding: 1.3rem 1.1rem;
  background: white;
  border-right: 1px solid var(--line-soft);
}

.obs-metric:last-child {
  border-right: 0;
}

.obs-metric h3 {
  margin: 0.36rem 0;
  font-family: var(--font-display);
  line-height: 1;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.obs-metric p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

.obs-insight {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.4rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 36%, white), white);
}

.obs-value {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.9;
  font-size: clamp(3.6rem, 8vw, 6.2rem);
  color: color-mix(in srgb, var(--text) 88%, #0f766e);
}

.obs-insight h3 {
  margin: 0.35rem 0 0.6rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.92;
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
}

.obs-insight p {
  margin: 0;
  max-width: 68ch;
  line-height: 1.72;
}

.obs-insight small {
  display: inline-block;
  margin-top: 0.8rem;
}

.orbital-section {
  overflow: hidden;
}

.orbital-wrap {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 45%, rgba(198, 255, 51, 0.2), rgba(255, 255, 255, 0.9) 48%, white 78%);
  display: grid;
  place-items: center;
  --orbit-angle: 0deg;
  --orbit-radius: 220px;
}

.orbital-center {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 12px rgba(198, 255, 51, 0.14), 0 0 0 26px rgba(198, 255, 51, 0.08);
  z-index: 3;
}

.orbital-ring {
  position: absolute;
  width: min(60vw, 440px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  z-index: 1;
}

.orbital-node {
  --node-count: 5;
  --node-angle: calc((360deg / var(--node-count)) * var(--orbit-index) + var(--orbit-angle));
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) rotate(var(--node-angle)) translateY(calc(-1 * var(--orbit-radius))) rotate(calc(-1 * var(--node-angle)));
  transform-origin: center center;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  z-index: 2;
}

.orbital-dot {
  position: relative;
  left: -8.5px;
  top: -8.5px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 15, 0.45);
  background: white;
  box-shadow: 0 8px 18px rgba(15, 15, 15, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}

.orbital-node.active .orbital-dot {
  background: var(--brand);
  transform: scale(1.2);
}

.orbital-label {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(15, 15, 15, 0.72);
}

.orbital-card {
  position: absolute;
  left: clamp(1rem, 3vw, 2.2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  width: min(460px, calc(100% - 2rem));
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  padding: 1rem 1rem 1.1rem;
  z-index: 4;
}

.orbital-card small {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.orbital-card h3 {
  margin: 0.42rem 0 0.45rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.9;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.orbital-card p {
  margin: 0;
  line-height: 1.65;
  max-width: 56ch;
}

.marquee {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
  padding: 1rem 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 1.2rem;
  animation: marquee 20s linear infinite;
}

.marquee-track span {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(2rem, 5vw, 4rem);
}

.marquee-track span:nth-child(odd) {
  color: rgba(15, 15, 15, 0.35);
}

.contact-box {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 4.3rem 1.5rem;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 44%, white), white);
}

.contact-actions {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}

.contact-modes {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  text-align: left;
}

.contact-modes article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.75);
}

.contact-modes p {
  margin: 0.38rem 0 0;
  line-height: 1.58;
  font-size: 0.92rem;
}

.reveal,
.reveal.show,
.reveal-text {
  opacity: 1;
  transform: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(-10px) rotate(0deg);
  }
  50% {
    transform: translateY(12px) rotate(3deg);
  }
}

@media (max-width: 1180px) {
  .hero-shell,
  .editorial-split,
  .product-composition,
  .journal-layout,
  .contact-modes {
    grid-template-columns: 1fr;
  }

  .hero-origin {
    padding-top: 0;
  }

  .hero {
    min-height: auto;
    padding-bottom: 12rem;
  }

  .hero-shell {
    position: relative;
    top: auto;
    min-height: auto;
    gap: 1.2rem;
  }

  .hero-right {
    min-height: 560px;
    display: grid;
    align-content: start;
    gap: 0.9rem;
  }

  .hero-panel,
  .hero-panel.alt {
    position: relative;
    inset: auto;
    width: min(360px, 100%);
    max-width: 100%;
    transform: none;
    margin-top: 0.35rem;
  }

  .projects {
    min-height: auto;
  }

  .projects-sticky-scene {
    position: relative;
    top: auto;
  }

  .method-sticky-scene {
    position: relative;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .method-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    justify-items: stretch;
  }

  .method-rail-line {
    display: none;
  }

  .method-dot {
    width: 100%;
    height: 8px;
  }

  .method-stage {
    min-height: 250px;
  }

  .observatory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .obs-metric {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .obs-metric:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .orbital-wrap {
    min-height: 500px;
    --orbit-radius: 188px;
  }

  .orbital-ring {
    width: min(78vw, 380px);
  }

  .orbital-node { width: 0; }

  .project-card {
    width: min(80vw, 860px);
  }

  .about-copy {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 1rem;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .service-row em {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .shell {
    width: calc(100% - 1.4rem);
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-pill {
    width: 100%;
    overflow-x: auto;
  }

  .contact-pill {
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .contact-actions {
    flex-direction: column;
  }

  .orbital-wrap {
    min-height: 460px;
    --orbit-radius: 154px;
  }

  .orbital-ring {
    width: min(86vw, 310px);
  }

  .orbital-node { width: 0; }

  .orbital-label {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .orbital-card {
    left: 0.7rem;
    right: 0.7rem;
    width: auto;
  }

  .hero-right {
    min-height: 460px;
  }

  .project-media {
    height: 50vh;
  }

  .brand-cursor {
    display: none;
  }

  body,
  a,
  button,
  [role="button"],
  li {
    cursor: auto;
  }

  .scroll-evolution-lines {
    display: none;
  }
}

/* --- DEBUG STABLE MODE: force core visibility --- */
.header,
main {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.build-grid-overlay {
  display: none !important;
}

body,
a,
button,
[role="button"],
li,
.nav-pill li,
.contact-pill,
.btn,
.project-card,
.product-card,
.journal-item,
.service-row {
  cursor: none !important;
}

#brandCursor {
  /* Motion phase 01 */
  position: fixed;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  pointer-events: none !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

body.intro-running #brandCursor {
  opacity: 0 !important;
}

#brandCursor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none !important;
  box-shadow: none !important;
  transform: scaleX(-1) !important;
}

.cursor-pulse-layer {
  /* Motion phase 01 */
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  display: block !important;
}

.cursor-pulse {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1.5px solid #000;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.8;
  animation: cursorPulse 0.7s ease-out forwards;
}

@keyframes cursorPulse {
  to {
    transform: translate(-50%, -50%) scale(3.8);
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  body,
  a,
  button,
  [role="button"],
  li,
  .nav-pill li,
  .contact-pill,
  .btn,
  .project-card,
  .product-card,
  .journal-item,
  .service-row {
    cursor: none !important;
  }
}

@media (max-width: 760px) and (hover: none), (max-width: 760px) and (pointer: coarse) {
  body,
  a,
  button,
  [role="button"],
  li,
  .nav-pill li,
  .contact-pill,
  .btn,
  .project-card,
  .product-card,
  .journal-item,
  .service-row {
    cursor: auto !important;
  }
}

/* Motion phase 01 */
.motion-ready .hero-title .title-line,
.motion-ready .hero-right,
.motion-ready .hero-film,
.motion-ready .hero-panel,
.motion-ready .hero-panel.alt,
.motion-ready .hero-orbit {
  will-change: transform, opacity;
}

/* ===== Multi-page: badge visible immediately on sub-pages (no intro) ===== */
body.no-intro .dreams-corner-badge {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* ===== Page hero (sub-pages) ===== */
.page-hero {
  position: relative;
  padding: 7rem 0 4.5rem;
}

.page-hero-shell {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 3rem;
  align-items: end;
}

.page-hero h1 {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8.5vw, 7.5rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.page-hero .lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: 56ch;
  color: rgba(15, 15, 15, 0.78);
}

@media (max-width: 1180px) {
  .page-hero-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page-hero {
    padding: 6rem 0 3rem;
  }
}

/* ===== Explore grid (home tasters) ===== */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.explore-card {
  display: block;
  text-decoration: none;
  color: var(--text);
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.explore-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 15, 15, 0.34);
}

.explore-card small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  color: rgba(15, 15, 15, 0.55);
}

.explore-card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 0.95;
}

.explore-card p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(15, 15, 15, 0.72);
}

@media (max-width: 800px) {
  .explore-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Site footer ===== */
.site-footer {
  border-top: 1px solid var(--line-soft);
  padding: 3.5rem 0 2rem;
  margin-top: 4rem;
  background: color-mix(in srgb, var(--bg) 94%, var(--text));
}

.footer-inner {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.6fr;
  gap: 2rem;
  align-items: start;
}

.footer-block small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.55);
  margin-bottom: 0.6rem;
}

.footer-block p {
  margin: 0 0 0.4rem;
  line-height: 1.55;
  font-size: 0.92rem;
}

.footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.32rem;
}

.footer-block ul a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.92rem;
}

.footer-block ul a:hover {
  opacity: 0.6;
}

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

.footer-tag {
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */