:root {
  --zicua-ivory: #E1D8CA;
  --zicua-blue: #3C4D5F;
  --zicua-terracotta: #A65C41;
  --zicua-gold: #C4985A;
  --zicua-blue-soft: #536476;
  --zicua-ivory-soft: #EBE4DA;
  --zicua-line-blue: rgba(60, 77, 95, 0.24);
  --zicua-line-ivory: rgba(225, 216, 202, 0.28);
  --zicua-gutter: clamp(1.25rem, 4vw, 5rem);
  --zicua-section-space: clamp(6rem, 12vw, 12rem);
  --zicua-header-gap: clamp(0.5rem, 1.25vw, 1.25rem);
  --zicua-header-height: clamp(3.833rem, calc(3.4375rem + 2.3vw), 5.75rem);
  --zicua-header-logo-width: clamp(6.25rem, calc(5rem + 6vw), 11rem);
  --zicua-grid-gap: clamp(1rem, 2.5vw, 2.5rem);
  --zicua-index-track: clamp(2.5rem, 5vw, 5rem);
  --zicua-serif: "Butler", Georgia, serif;
  --zicua-sans: "Nunito Sans", Arial, sans-serif;
}

html {
  scroll-padding-top: clamp(4.5rem, 8vw, 7rem);
}

body,
.page-wrapper,
.page-wrapper__content {
  background: var(--zicua-ivory);
}

/* The portfolio index follows the dark video scene on an ivory background. */
#contenido-despues-video > .elementor-element-c70499f,
#contenido-despues-video > .elementor-element-c70499f .typography-text-content,
#contenido-despues-video > .elementor-element-c70499f .js-arts-split-text__line {
  color: var(--zicua-blue) !important;
}

/* ZICUA places the image mask over the marquee and disables the authored link. */
body.zicua-site .js-auto-scroll-next .auto-scroll-next__link {
  pointer-events: auto !important;
}

.zicua-home,
.zicua-home * {
  box-sizing: border-box;
}

.zicua-home {
  color: var(--zicua-blue);
  background: var(--zicua-ivory);
  font-family: var(--zicua-sans);
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}

.zicua-home h1,
.zicua-home h2,
.zicua-home h3,
.zicua-home p,
.zicua-home ol {
  margin: 0;
}

.zicua-home h1,
.zicua-home h2,
.zicua-home h3 {
  color: inherit;
}

.zicua-home h1,
.zicua-home h2 {
  font-family: var(--zicua-serif);
  font-weight: 200;
  letter-spacing: -0.025em;
}

.zicua-home em {
  font-style: italic;
  font-weight: 200;
}

.zicua-home a {
  color: inherit;
  text-decoration: none;
}

.zicua-home :focus-visible {
  outline: 3px solid var(--zicua-gold);
  outline-offset: 5px;
}

.zicua-eyebrow,
.zicua-section-index,
.zicua-project__category {
  font-size: clamp(0.72rem, 0.68rem + 0.16vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.zicua-section-index {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.zicua-section-index::after {
  width: min(10rem, 18vw);
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.35;
}

.zicua-reveal {
	opacity: 1;
	transform: none;
}

.zicua-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.zicua-hero {
  position: relative;
  display: grid;
  min-height: max(48rem, 100vh);
  min-height: max(48rem, 100svh);
  grid-template-columns: minmax(0, 1.2fr) minmax(24rem, 0.8fr);
  align-items: stretch;
  padding-top: clamp(7rem, 10vw, 10rem);
  background: var(--zicua-ivory);
}

.zicua-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 8rem) var(--zicua-gutter) clamp(5rem, 8vw, 8rem);
}

.zicua-hero h1 {
  max-width: none;
  margin-top: clamp(1.4rem, 3vw, 2.8rem);
  font-size: clamp(4rem, 6vw, 7.5rem);
  line-height: 0.86;
}

.zicua-hero h1 span {
  color: var(--zicua-terracotta);
}

.zicua-hero__intro {
  max-width: 43rem;
  margin-top: clamp(2rem, 4vw, 3.5rem) !important;
  font-size: clamp(1.08rem, 1rem + 0.38vw, 1.42rem);
  line-height: 1.55;
}

.zicua-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  margin-top: 2.5rem;
}

.zicua-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 250ms ease, background-color 250ms ease, transform 250ms ease;
}

.zicua-button--primary {
  padding: 0.9rem 1.5rem;
  color: var(--zicua-ivory) !important;
  background: var(--zicua-blue);
}

.zicua-button--primary:hover {
  background: var(--zicua-terracotta);
  transform: translateY(-2px);
}

.zicua-button--text {
  border-bottom: 1px solid var(--zicua-line-blue);
  border-radius: 0;
}

.zicua-button--text:hover {
  color: var(--zicua-terracotta) !important;
}

.zicua-hero__art {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  background: var(--zicua-blue);
}

.zicua-hero__art img {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 50%;
  box-sizing: content-box;
  width: min(62%, 25rem);
  height: auto;
  padding: 1.25rem 2rem;
  background: var(--zicua-blue);
  transform: translate(-50%, -50%);
}

.zicua-hero__disc {
  position: absolute;
  top: 16%;
  right: -24%;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--zicua-ivory);
}

.zicua-hero__disc::after {
  position: absolute;
  inset: 14%;
  border-radius: inherit;
  background: var(--zicua-blue);
  content: "";
}

.zicua-hero__arc {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: -31%;
  width: 115%;
  aspect-ratio: 1;
  border: 3px solid var(--zicua-gold);
  border-radius: 50%;
}

.zicua-hero__tile {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 50%;
  height: 32%;
}

.zicua-hero__tile--terracotta {
  left: 0;
  background: var(--zicua-terracotta);
}

.zicua-hero__tile--gold {
  right: 0;
  background: var(--zicua-gold);
}

.zicua-scroll-cue {
  position: absolute;
  z-index: 4;
  right: var(--zicua-gutter);
  bottom: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--zicua-ivory) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zicua-viewpoint,
.zicua-work,
.zicua-services,
.zicua-process,
.zicua-ai,
.zicua-contact {
  padding: var(--zicua-section-space) var(--zicua-gutter);
}

.zicua-viewpoint {
  position: relative;
  color: var(--zicua-ivory);
  background: var(--zicua-blue);
}

.zicua-viewpoint::before {
  position: absolute;
  top: 0;
  right: 10%;
  width: min(28rem, 38vw);
  height: min(28rem, 38vw);
  border: 1px solid var(--zicua-gold);
  border-radius: 50%;
  content: "";
  opacity: 0.65;
  transform: translateY(-50%);
}

.zicua-viewpoint__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-top: clamp(4rem, 9vw, 8rem);
}

.zicua-viewpoint h2,
.zicua-section-heading h2,
.zicua-process h2,
.zicua-ai h2,
.zicua-contact h2 {
  font-size: clamp(4.25rem, 8.4vw, 10.5rem);
  line-height: 0.9;
}

.zicua-viewpoint__body,
.zicua-section-heading > p,
.zicua-process__intro > p,
.zicua-ai__content > div,
.zicua-contact__body {
  font-size: clamp(1.08rem, 0.98rem + 0.5vw, 1.55rem);
  line-height: 1.55;
}

.zicua-principles {
  display: grid;
  margin-top: clamp(5rem, 10vw, 9rem) !important;
  padding: 0;
  border-top: 1px solid var(--zicua-line-ivory);
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.zicua-principles li {
  display: grid;
  min-height: 10rem;
  padding: 1.5rem;
  border-right: 1px solid var(--zicua-line-ivory);
  font-family: var(--zicua-serif);
  font-size: clamp(1.7rem, 2.2vw, 2.8rem);
  line-height: 1.05;
}

.zicua-principles li:last-child {
  border-right: 0;
}

.zicua-principles span {
  align-self: start;
  font-family: var(--zicua-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.zicua-work,
.zicua-services,
.zicua-ai {
  background: var(--zicua-ivory);
}

.zicua-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr);
  gap: 2rem 6vw;
  align-items: start;
}

.zicua-section-heading h2 {
  grid-column: 1 / -1;
  max-width: 11ch;
  margin-top: 4rem;
}

.zicua-section-heading > p {
  max-width: 32rem;
  grid-column: 2;
}

.zicua-projects {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(5rem, 10vw, 11rem) clamp(1.5rem, 4vw, 5rem);
  align-items: start;
  margin-top: clamp(6rem, 12vw, 12rem);
}

.zicua-project {
  display: block;
  color: var(--zicua-blue) !important;
}

.zicua-project:nth-child(1) {
  grid-column: 1 / span 8;
}

.zicua-project:nth-child(2) {
  grid-column: 8 / span 5;
  margin-top: 16vw;
}

.zicua-project:nth-child(3) {
  grid-column: 2 / span 5;
}

.zicua-project:nth-child(4) {
  grid-column: 7 / span 6;
  margin-top: 9vw;
}

.zicua-project:nth-child(5) {
  grid-column: 2 / span 8;
}

.zicua-project__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--zicua-blue);
}

.zicua-project:nth-child(even) .zicua-project__media {
  aspect-ratio: 3 / 4;
}

.zicua-project__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zicua-project:hover .zicua-project__image {
  transform: scale(1.035);
}

.zicua-project__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--zicua-ivory);
  font-family: var(--zicua-serif);
  font-size: clamp(8rem, 18vw, 18rem);
  opacity: 0.34;
}

.zicua-project__meta {
  display: grid;
  grid-template-columns: minmax(8rem, 0.5fr) 1.5fr;
  gap: 0.8rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--zicua-line-blue);
}

.zicua-project__category {
  grid-row: span 3;
  color: var(--zicua-terracotta);
}

.zicua-project h3 {
  font-family: var(--zicua-serif);
  font-size: clamp(2.2rem, 3.6vw, 4.5rem);
  font-weight: 200;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.zicua-project__meta > p:not(.zicua-project__category) {
  max-width: 36rem;
  font-size: clamp(0.96rem, 0.9rem + 0.2vw, 1.1rem);
  line-height: 1.55;
}

.zicua-project__cta {
  display: inline-flex;
  width: fit-content;
  gap: 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.84rem;
  font-weight: 700;
}

.zicua-services {
  padding-top: 0;
}

.zicua-section-heading--split {
  padding-top: var(--zicua-section-space);
  border-top: 1px solid var(--zicua-line-blue);
}

.zicua-service-list {
  margin-top: clamp(5rem, 10vw, 10rem) !important;
  padding: 0;
  border-top: 1px solid var(--zicua-blue);
  list-style: none;
}

.zicua-service-list li {
  display: grid;
  grid-template-columns:
    var(--zicua-index-track)
    minmax(0, 0.8fr)
    minmax(0, 1.2fr);
  gap: var(--zicua-grid-gap);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  border-bottom: 1px solid var(--zicua-line-blue);
  transition: color 300ms ease;
}

.zicua-service-list li > * {
  transition: transform 300ms ease;
}

.zicua-service-list li:hover {
  color: var(--zicua-terracotta);
}

.zicua-service-list li:hover > * {
  transform: translateX(1.25rem);
}

.zicua-service-list span {
  padding-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.zicua-service-list h3 {
  font-family: var(--zicua-serif);
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 200;
  line-height: 1;
}

.zicua-service-list p {
  max-width: 41rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.2rem);
  line-height: 1.55;
}

.zicua-process {
  display: grid;
  color: var(--zicua-ivory);
  background: var(--zicua-blue);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.zicua-process__intro {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.zicua-process h2 {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.zicua-process__intro > p {
  max-width: 34rem;
  margin-top: 3rem !important;
}

.zicua-process__steps {
  border-top: 1px solid var(--zicua-line-ivory);
}

.zicua-process details {
  border-bottom: 1px solid var(--zicua-line-ivory);
}

.zicua-process summary {
  display: grid;
  min-height: 6rem;
  cursor: pointer;
  list-style: none;
  grid-template-columns: var(--zicua-index-track) minmax(0, 1fr) auto;
  align-items: center;
  font-family: var(--zicua-serif);
  font-size: clamp(2.2rem, 4vw, 5rem);
  line-height: 1;
}

.zicua-process summary::-webkit-details-marker {
  display: none;
}

.zicua-process summary::after {
  justify-self: end;
  content: "+";
  font-family: var(--zicua-sans);
  font-size: 1.4rem;
}

.zicua-process details[open] summary::after {
  content: "−";
}

.zicua-process summary span {
  font-family: var(--zicua-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.zicua-process details p {
  max-width: 35rem;
  padding: 0 0 2.5rem var(--zicua-index-track);
  font-size: 1.08rem;
  line-height: 1.55;
}

.zicua-ai {
  position: relative;
}

.zicua-ai::after {
  position: absolute;
  right: var(--zicua-gutter);
  bottom: 0;
  width: clamp(7rem, 18vw, 18rem);
  aspect-ratio: 1;
  border: 2px solid var(--zicua-gold);
  border-radius: 50% 50% 0 50%;
  content: "";
  opacity: 0.7;
}

.zicua-ai__content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(4rem, 10vw, 11rem);
  align-items: end;
  margin-top: clamp(4rem, 8vw, 8rem);
}

.zicua-ai__content p + p {
  margin-top: 1.25rem;
}

.zicua-contact {
  display: grid;
  color: var(--zicua-ivory);
  background: var(--zicua-terracotta);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 3rem 8vw;
}

.zicua-contact > .zicua-section-index,
.zicua-contact > h2 {
  grid-column: 1 / -1;
}

.zicua-contact h2 {
  max-width: 8ch;
  margin-top: clamp(2rem, 5vw, 5rem);
}

.zicua-contact__body {
  grid-column: 2;
}

.zicua-contact__link {
  display: flex;
  min-height: 5rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-family: var(--zicua-serif);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  line-height: 1;
}

.zicua-contact__body small {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

/* Stable geometric centering for both ZICUA overlay headers. */
.elementor-element-0dba528,
.elementor-element-29398eb {
  --gap: var(--zicua-header-gap) !important;
  --column-gap: var(--zicua-header-gap) !important;
  --row-gap: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  min-height: var(--zicua-header-height);
  column-gap: var(--zicua-header-gap) !important;
  row-gap: 0 !important;
  align-items: center !important;
}

.elementor-element-ba2548d,
.elementor-element-aa4fe2c {
  --width: auto !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: start;
}

.elementor-element-69358de,
.elementor-element-e86c392 {
  --width: auto !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  justify-self: center;
  position: relative;
}

.elementor-element-b777169,
.elementor-element-de146f1 {
  --width: auto !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: end;
}

:is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo__wrapper-img {
  width: var(--zicua-header-logo-width) !important;
}

body.zicua-site :is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--zicua-header-logo-width);
  height: clamp(2rem, 3vw, 2.65rem);
  background: center / contain no-repeat url("../images/zicua-wordmark-blue.svg");
  transform: translate(-50%, -50%);
}

body.zicua-site #page-header .elementor-button,
body.zicua-site #page-header .header__burger,
body.zicua-site #page-header .header__label {
  color: var(--zicua-blue) !important;
}

body.zicua-site #page-header .button-circles__circle circle {
  stroke: var(--zicua-blue) !important;
}

body.zicua-site #page-header .header__burger-line {
  background-color: var(--zicua-blue) !important;
}

/* Switch Sound opens on a dark photographic masthead; its initial header
   needs the light variant. The other restored projects open on ivory. */
body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) :is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo {
  background-image: url("../images/zicua-wordmark-ivory.svg");
}

body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) .elementor-button,
body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) .header__burger,
body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) .header__label {
  color: var(--zicua-ivory) !important;
}

body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) .button-circles__circle circle {
  stroke: var(--zicua-ivory) !important;
}

body.zicua-site.postid-1033 #page-header:not(.opened) .header__bar:not(.header__bar_sticky) .header__burger-line {
  background-color: var(--zicua-ivory) !important;
}

body.zicua-site #page-header.opened :is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo {
  background-image: url("../images/zicua-wordmark-ivory.svg");
}

body.zicua-site #page-header.opened .elementor-button,
body.zicua-site #page-header.opened .header__burger,
body.zicua-site #page-header.opened .header__label {
  color: var(--zicua-ivory) !important;
}

body.zicua-site #page-header.opened .button-circles__circle circle {
  stroke: var(--zicua-ivory) !important;
}

body.zicua-site #page-header.opened .header__burger-line {
  background-color: var(--zicua-ivory) !important;
}

body.zicua-site #page-header .header__bar_sticky :is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo {
  background-image: url("../images/zicua-wordmark-ivory.svg");
}

body.zicua-site #page-header .header__bar_sticky .elementor-button,
body.zicua-site #page-header .header__bar_sticky .header__burger,
body.zicua-site #page-header .header__bar_sticky .header__label {
  color: var(--zicua-ivory) !important;
}

body.zicua-site #page-header .header__bar_sticky .button-circles__circle circle {
  stroke: var(--zicua-ivory) !important;
}

body.zicua-site #page-header .header__bar_sticky .header__burger-line {
  background-color: var(--zicua-ivory) !important;
}

/* Mukani keeps the ZICUA blue as its returning sticky-header chapter color. */
body.zicua-site.postid-1129 #page-header .header__bar_sticky {
	background-color: var(--zicua-blue) !important;
}

/* Project masthead controls remain readable as they cross photography. */
body.zicua-site.postid-1129 .js-masthead .masthead__footer .post-meta,
body.zicua-site.postid-1129 .js-masthead .masthead__footer .post-meta__item {
  color: var(--zicua-blue) !important;
}

body.zicua-site.postid-1129 .js-masthead .masthead__footer .rotating-button {
  color: var(--zicua-ivory) !important;
  background: rgba(60, 77, 95, 0.9);
  border-radius: 50%;
  backdrop-filter: blur(4px);
}

body.zicua-site.postid-1036 .js-masthead .masthead__footer .post-meta,
body.zicua-site.postid-1036 .js-masthead .masthead__footer .post-meta__item {
  color: var(--zicua-ivory) !important;
}

body.zicua-site.postid-1036 .js-masthead .masthead__footer .rotating-button {
  color: var(--zicua-blue) !important;
  background: rgba(225, 216, 202, 0.92);
  border-radius: 50%;
  backdrop-filter: blur(4px);
}

body.zicua-site.postid-1129 .js-masthead .masthead__footer .rotating-button__icon polygon,
body.zicua-site.postid-1036 .js-masthead .masthead__footer .rotating-button__icon polygon {
  fill: currentColor !important;
}

/* Mukani: keep the next-project transition legible over its WebGL artwork. */
body.zicua-site.postid-1129 .js-auto-scroll-next,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__inner {
	background-color: var(--zicua-blue);
}

body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__label-lane-normal .marquee-heading,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__label-lane-normal .marquee-delimiter,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__link,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__link .marquee-heading,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__link .marquee-delimiter,
body.zicua-site.postid-1129 .js-auto-scroll-next .rotating-button {
	color: var(--zicua-ivory) !important;
	text-shadow: 0 1px 12px rgba(32, 33, 31, 0.28);
}

body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__lane.marquee-header__lane_mask .marquee-heading,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__lane.marquee-header__lane_mask .marquee-delimiter {
	color: var(--zicua-terracotta) !important;
	text-shadow: 0 1px 12px rgba(32, 33, 31, 0.22);
}

body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__label-lane-scrolling .marquee-heading,
body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__label-lane-scrolling .marquee-delimiter {
	color: var(--zicua-gold) !important;
}

body.zicua-site.postid-1129 .js-auto-scroll-next .auto-scroll-next__progress-line {
	background-color: var(--zicua-terracotta) !important;
}

/* Nanotech-inspired project opening: the restrained portrait masthead becomes
   the full-screen chapter as the first viewport is traversed. */
body.zicua-site .zicua-project-masthead-motion {
  --zicua-masthead-fg: var(--zicua-blue);
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: var(--zicua-ivory);
  will-change: background-color;
}

body.zicua-site .zicua-project-masthead-motion .zicua-masthead-motion-target {
  overflow: hidden;
  will-change: inset, width, height, border-radius;
}

body.zicua-site .zicua-project-masthead-motion .masthead__header .marquee-heading,
body.zicua-site .zicua-project-masthead-motion .masthead__header .marquee-delimiter,
body.zicua-site .zicua-project-masthead-motion .js-masthead__ajax-updated-content .marquee-heading,
body.zicua-site .zicua-project-masthead-motion .js-masthead__ajax-updated-content .marquee-delimiter,
body.zicua-site .zicua-project-masthead-motion .masthead__footer,
body.zicua-site .zicua-project-masthead-motion .masthead__footer a {
  color: var(--zicua-masthead-fg) !important;
}

/* Preserve ZICUA's marquee-fullscreen-mask dual-color contract:
   base marquee stays project blue, clipped mask lane turns ivory over media. */
body.zicua-site .zicua-project-masthead-motion .marquee-header__lane_mask .marquee-heading,
body.zicua-site .zicua-project-masthead-motion .marquee-header__lane_mask .marquee-delimiter,
body.zicua-site .zicua-project-masthead-motion .marquee-header__lane_mask .js-marquee-header__label {
  color: var(--zicua-ivory) !important;
}

/* Same mask color contract, without requiring the custom pinned masthead class. */
body.zicua-site.single-arts_portfolio_item .js-masthead .marquee-header__lane_mask .marquee-heading,
body.zicua-site.single-arts_portfolio_item .js-masthead .marquee-header__lane_mask .marquee-delimiter,
body.zicua-site.single-arts_portfolio_item .js-masthead .marquee-header__lane_mask .js-marquee-header__label {
  color: var(--zicua-ivory) !important;
}

body.zicua-site .zicua-project-masthead-motion .masthead__header,
body.zicua-site .zicua-project-masthead-motion .js-masthead__ajax-updated-content,
body.zicua-site .zicua-project-masthead-motion .masthead__footer {
  position: relative;
  z-index: 6;
  will-change: transform, color;
}

body.zicua-site .zicua-project-masthead-motion .js-masthead__ajax-updated-wrapper {
  z-index: 6;
  overflow: visible !important;
}

body.zicua-site .zicua-project-masthead-motion .zicua-masthead-motion-target {
  z-index: 2;
}

body.zicua-site .zicua-project-masthead-motion .masthead__media.zicua-masthead-motion-target .masthead__wrapper-media,
body.zicua-site .zicua-project-masthead-motion .masthead__media.zicua-masthead-motion-target .js-masthead__animation-mask-wrapper {
  height: 100% !important;
  min-height: 100%;
}

body.zicua-site .zicua-project-masthead-motion .masthead__media.zicua-masthead-motion-target {
  padding-top: var(--zicua-media-padding-top) !important;
  padding-right: var(--zicua-media-padding) !important;
  padding-left: var(--zicua-media-padding) !important;
}

body.zicua-site.zicua-masthead-expanded .masthead__media.zicua-masthead-motion-target .masthead__wrapper-media,
body.zicua-site.zicua-masthead-expanded .masthead__media.zicua-masthead-motion-target .js-masthead__animation-mask-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

body.zicua-site.zicua-masthead-expanded .masthead__media.zicua-masthead-motion-target .js-ajax-transition-element__media {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.zicua-masthead-motion-overlay {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: #20211f;
  opacity: 0;
  pointer-events: none;
}

.zicua-masthead-overlay-title {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: min(94vw, 16ch);
  color: var(--zicua-masthead-fg);
  font-family: var(--zicua-serif);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}

.zicua-menu-letter {
  display: inline-block;
  transform-origin: center 78%;
  will-change: transform;
}

.zicua-process-stage {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5.5rem, 14vh, 10rem);
  background: var(--zicua-blue);
}

.zicua-process-stage::before {
  position: absolute;
  inset: 7% auto auto 50%;
  width: min(68vw, 58rem);
  aspect-ratio: 2 / 1;
  border: 1px solid rgba(225, 216, 202, 0.38);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
  transform: translateX(-50%);
}

.zicua-clip-panel {
  position: relative;
  z-index: 1;
  color: var(--zicua-blue);
  background: var(--zicua-ivory);
  will-change: clip-path, transform, opacity, filter;
}

.zicua-clip-panel.is-expanded {
  clip-path: inset(0 0 0 0 round 0);
  transform: none;
}

.zicua-process-stage .zicua-process__steps,
.zicua-process-stage .zicua-process details {
  border-color: var(--zicua-line-blue);
}

body.zicua-site #page-header .header__wrapper-overlay-menu {
  color: var(--zicua-ivory);
  background: var(--zicua-blue);
}

body.zicua-site #page-header .header__wrapper-overlay-menu .header__label {
  color: var(--zicua-ivory) !important;
}

body.zicua-site #page-header .header__wrapper-overlay-menu .menu-overlay a {
  color: var(--zicua-ivory);
}

body.zicua-site #page-header .header__wrapper-overlay-menu .menu-overlay a:hover,
body.zicua-site #page-header .header__wrapper-overlay-menu .menu-overlay li.current-menu-item > a,
body.zicua-site #page-header .header__wrapper-overlay-menu .menu-overlay li.current-menu-ancestor > a {
  color: var(--zicua-gold);
}

.zicua-site-footer .elementor-element,
[data-elementor-type="footer"] {
  --zicua-footer-bg: var(--zicua-blue);
}

@media (max-width: 1100px) {
  .zicua-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .zicua-hero__copy {
    min-height: 78vh;
    min-height: 78svh;
    padding-top: 7rem;
  }

  .zicua-hero__art {
    min-height: 60vh;
    min-height: 60svh;
  }

  .zicua-scroll-cue {
    top: calc(78svh - 3rem);
    right: var(--zicua-gutter);
    bottom: auto;
    color: var(--zicua-blue) !important;
  }

  .zicua-viewpoint__grid,
  .zicua-ai__content {
    grid-template-columns: 1fr;
  }

  .zicua-viewpoint__body,
  .zicua-ai__content > div,
  .zicua-contact__body {
    max-width: 42rem;
    justify-self: end;
  }

  .zicua-service-list li {
    grid-template-columns:
      var(--zicua-index-track)
      minmax(0, 0.75fr)
      minmax(0, 1.25fr);
  }
}

@media (max-width: 991px) {
  .zicua-process,
  .zicua-contact {
    grid-template-columns: 1fr;
  }

  .zicua-process__intro {
    position: static;
  }

  .zicua-contact__body {
    grid-column: 1;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .zicua-hero__copy {
    min-height: 48rem;
  }
}

@media (max-width: 767px) {
  body.zicua-site.postid-1129 .js-masthead .masthead__footer > .row > .col-6:first-child {
    padding-left: 3.5rem;
  }

  body.zicua-site.single-arts_portfolio_item
  .js-masthead
  .masthead__footer > .row > .col-6:last-child {
    padding-right: 0;
    padding-left: clamp(0.5rem, 3vw, 1.25rem);
  }

  body.zicua-site #page-header .elementor-button,
  body.zicua-site #page-header .header__burger,
  body.zicua-site #page-header .logo {
    min-height: 44px;
  }

  body.zicua-site #page-header .elementor-element-ba2548d .elementor-button,
  body.zicua-site #page-header .elementor-element-aa4fe2c .elementor-button {
    border-right: 0 !important;
  }

  .zicua-section-index::after {
    width: clamp(2.5rem, 12vw, 4rem);
  }

  .zicua-hero__copy {
    min-height: 42rem;
  }

  .zicua-hero h1 {
    font-size: clamp(3.5rem, 16vw, 4rem);
  }

  .zicua-hero__art {
    min-height: 32rem;
  }

  .zicua-hero__art img {
    width: 62%;
  }

  .zicua-scroll-cue {
    top: 39rem;
  }

  .zicua-viewpoint h2,
  .zicua-section-heading h2,
  .zicua-process h2,
  .zicua-ai h2,
  .zicua-contact h2 {
    font-size: clamp(3.5rem, 16vw, 4.25rem);
  }

  .zicua-viewpoint__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .zicua-principles {
    grid-template-columns: 1fr;
  }

  .zicua-principles li {
    min-height: 7rem;
    border-right: 0;
    border-bottom: 1px solid var(--zicua-line-ivory);
  }

  .zicua-section-heading {
    grid-template-columns: 1fr;
  }

  .zicua-section-heading > p {
    grid-column: 1;
  }

  .zicua-projects {
    display: block;
  }

  .zicua-project,
  .zicua-project:nth-child(n) {
    margin: 0 0 5rem;
  }

  .zicua-project:nth-child(even) .zicua-project__media {
    aspect-ratio: 4 / 5;
  }

  .zicua-project__meta {
    grid-template-columns: 1fr;
  }

  .zicua-project__category {
    grid-row: auto;
  }

  .zicua-service-list li {
    grid-template-columns: var(--zicua-index-track) minmax(0, 1fr);
    gap: 1rem;
  }

  .zicua-service-list li p {
    grid-column: 2;
  }

  .zicua-process summary {
    grid-template-columns: var(--zicua-index-track) minmax(0, 1fr) auto;
  }

  .zicua-process details p {
    padding-left: var(--zicua-index-track);
  }

  body.zicua-site #video-scroll-container .zicua-copy {
    width: calc(100% - (var(--zicua-gutter) * 2)) !important;
    max-width: calc(100% - (var(--zicua-gutter) * 2)) !important;
  }

  .zicua-contact {
    padding-top: clamp(4rem, 16vw, 5.5rem);
    padding-bottom: clamp(4.5rem, 18vw, 6rem);
  }

  .zicua-contact h2 {
    margin-top: clamp(1.25rem, 6vw, 2.25rem);
  }

  .elementor-location-footer .elementor-element-b579230 {
    min-height: 11rem;
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .elementor-location-footer .elementor-element-7bef814 .marquee-header,
  .elementor-location-footer .elementor-element-7bef814.marquee-header {
    min-height: 4.25rem;
  }

  .elementor-location-footer a:not(.auto-scroll-next__link) {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  /* Keep the useful mobile actions without letting their labels distort the
     visual center of the wordmark. */
  body.zicua-site #page-header .elementor-element-ba2548d,
  body.zicua-site #page-header .elementor-element-aa4fe2c {
    width: auto !important;
    min-width: max-content;
    overflow: visible !important;
  }

  body.zicua-site #page-header .header__burger-label {
    display: none !important;
  }

  body.zicua-site #page-header :is(.elementor-widget-\61 sli-widget-burger-menu,.elementor-widget-zicua-widget-burger-menu) {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  :is(.elementor-widget-\61 sli-widget-site-logo,.elementor-widget-zicua-widget-site-logo) .logo__wrapper-img {
    width: var(--zicua-header-logo-width) !important;
  }

  .elementor-element-b777169,
  .elementor-element-de146f1 {
    position: relative;
  }

  .elementor-element-b777169 :is(.elementor-widget-\61 sli-widget-burger-menu,.elementor-widget-zicua-widget-burger-menu),
  .elementor-element-de146f1 :is(.elementor-widget-\61 sli-widget-burger-menu,.elementor-widget-zicua-widget-burger-menu) {
    position: relative;
    width: 100%;
    min-height: 3.833rem;
  }

  .elementor-element-b777169 .header__burger,
  .elementor-element-de146f1 .header__burger {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* ZICUA's overlay remains in its compact interaction mode through 991px.
   Keep the persistent header icon-only in that same range so Elementor's
   authored percentage width cannot push the burger outside the viewport. */
@media (max-width: 991px) {
  body.zicua-site #page-header .header__burger-label {
    display: none !important;
  }

  body.zicua-site #page-header :is(.elementor-widget-\61 sli-widget-burger-menu,.elementor-widget-zicua-widget-burger-menu) {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  body.zicua-site #page-header .elementor-element-b777169,
  body.zicua-site #page-header .elementor-element-de146f1 {
    position: relative;
    overflow: visible !important;
  }

  body.zicua-site #page-header
  :is(
    .elementor-element-b777169,
    .elementor-element-de146f1
  )
  :is(.elementor-widget-\61 sli-widget-burger-menu,.elementor-widget-zicua-widget-burger-menu) {
    position: relative;
    width: 100%;
    min-height: var(--zicua-header-height);
  }

  body.zicua-site #page-header
  :is(
    .elementor-element-b777169,
    .elementor-element-de146f1
  )
  .header__burger {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 991px) {
  body.single-arts_portfolio_item
  :is(.elementor-widget-\61 sli-widget-text-content,.elementor-widget-zicua-widget-text-content)
  .content {
    max-inline-size: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .zicua-reveal,
  .zicua-project__image,
  .zicua-button,
  .zicua-service-list li > * {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
}

body.zicua-site #page-header .elementor-button-icon {
  display: none !important;
}

/* Restored native ZICUA intro container, now the visible ZICUA hero. */
body.zicua-site .elementor-element-c8c8a98 {
  display: flex !important;
  align-items: center;
  min-height: max(46rem, 92vh);
  min-height: max(46rem, 92svh);
  padding-top: calc(var(--header-height, 88px) + clamp(4rem, 9vw, 9rem)) !important;
  padding-bottom: clamp(5rem, 10vw, 10rem) !important;
  background: var(--zicua-ivory);
}

body.zicua-site .elementor-element-4a5d20c h1 {
  max-width: 12ch;
  color: var(--zicua-blue) !important;
  font-size: clamp(5rem, 8vw, 8.75rem) !important;
  line-height: 0.91 !important;
  letter-spacing: -0.035em;
}

.zicua-intro-details {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  max-width: 72rem;
  color: var(--zicua-blue);
}

.zicua-home
:where(
  .zicua-section-heading > *,
  .zicua-service-list > li > *,
  .zicua-process > *,
  .zicua-contact > *
) {
  min-inline-size: 0;
}

.zicua-intro-details > * {
  min-inline-size: 0;
}

.zicua-intro-details > p:not(.zicua-eyebrow) {
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.55;
}

.zicua-intro-details .zicua-actions {
  grid-column: 2;
}

@media (max-width: 767px) {
  body.zicua-site .elementor-element-c8c8a98 {
    min-height: 100vh;
    min-height: 100svh;
  }
  body.zicua-site .elementor-element-4a5d20c h1 {
    font-size: clamp(3.7rem, 16vw, 5rem) !important;
  }
  .zicua-intro-details {
    grid-template-columns: 1fr;
  }
  .zicua-intro-details .zicua-actions {
    grid-column: 1;
  }
}

/* Keep ZICUA's follower as the only cursor on precise pointing devices. */
@media (hover: hover) and (pointer: fine) {
  html.has-cursor-follower,
  html.has-cursor-follower body,
  html.has-cursor-follower body * {
    cursor: none !important;
  }
}

@media (max-width: 767px) {
  .zicua-process-stage {
    padding-top: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zicua-clip-panel {
    clip-path: none;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

}

/* Keep the original black-authored scroll-scrub untouched until the new
   white-background source video is supplied. */
body.zicua-site #video-scroll-container {
  position: relative;
  background: #01020e !important;
}

body.zicua-site #video-scroll-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100vh !important;
  min-height: 100vh !important;
  height: 100svh !important;
  min-height: 100svh !important;
  /* ScrollTrigger owns this transform while pinning. Elementor's generic
     400 ms transform transition caused the black stage to lag on release. */
  transition: none !important;
}

body.zicua-site [class*="pin-spacer-zicua-video-scroll"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.zicua-site #video-scroll-container::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 58%, rgba(196, 152, 90, 0.18), rgba(196, 152, 90, 0) 34%),
    linear-gradient(180deg, rgba(60, 77, 95, 0.24), rgba(1, 2, 14, 0.08) 42%, rgba(60, 77, 95, 0.18));
}

body.zicua-site #video-scroll-container video {
  mix-blend-mode: normal !important;
  filter: none !important;
}

body.zicua-site #video-scroll-container .elementor-widget-video video {
  object-fit: contain !important;
  object-position: center center !important;
}

body.zicua-site #video-scroll-container .zicua-copy {
  z-index: 2;
  color: var(--zicua-ivory) !important;
}

body.zicua-site #video-scroll-container .zicua-top-marquee__item {
  color: rgba(225, 216, 202, 0.72) !important;
}

/* ZICUA keeps its expanded AutoScrollNext clone briefly after mounting the
   destination. Once the real mobile masthead is in the viewport, suppress
   only that residual layer; ZICUA still removes the node on its own lifecycle. */
body > .js-ajax-transition-clone.zicua-transition-tail-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* The AutoScrollNext fallback must crop the same asset throughout its morph.
   Stretching it while the clone changes ratio creates visible bands in Brave. */
body > .js-ajax-transition-clone img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}

.elementor-location-footer a:not(.auto-scroll-next__link) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

/* ZICUA's project widget uses a static marquee plus an image-clipped copy.
   They intentionally need different colors for the crossing effect. */
body.zicua-site #contenido-despues-video {
  background: var(--zicua-ivory) !important;
}

body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_static {
  color: var(--zicua-blue) !important;
  opacity: 1 !important;
}

body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_static .portfolio-card__heading,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_static .js-marquee-header__label,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_static .marquee-heading,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_static .marquee-delimiter {
  color: var(--zicua-blue) !important;
}

body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_mask {
  color: var(--zicua-ivory) !important;
  opacity: 1 !important;
}

body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_mask .portfolio-card__heading,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_mask .js-marquee-header__label,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_mask .marquee-heading,
body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-marquee_mask .marquee-delimiter {
  color: var(--zicua-ivory) !important;
}

body.zicua-site .elementor-element-da38bc2 .marquee-heading,
body.zicua-site .elementor-element-da38bc2 .marquee-delimiter {
  font-weight: 200 !important;
}

.zicua-motion-word {
  display: inline-block;
  overflow: hidden;
  padding: 0.08em 0 0.12em;
  margin: -0.08em 0 -0.12em;
  vertical-align: bottom;
}

.zicua-motion-word__inner {
  display: inline-block;
  will-change: transform, opacity;
}

.zicua-text-motion {
  will-change: transform, opacity;
}

.zicua-text-motion.is-visible {
  will-change: auto;
}

.zicua-media-motion {
  backface-visibility: hidden;
  overflow: hidden;
  transform: translateZ(0);
  will-change: clip-path, opacity, transform;
}

.zicua-media-motion img {
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  will-change: transform;
}

@media (min-width: 768px) {
  .zicua-services-motion .zicua-service-list > li {
    opacity: 0.38;
    transition: opacity 420ms ease, background-color 420ms ease;
  }

  .zicua-services-motion .zicua-service-list > li > * {
    transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .zicua-services-motion .zicua-service-list > li.is-active {
    opacity: 1;
  }

  .zicua-services-motion .zicua-service-list > li.is-active h3 {
    transform: translateX(0.18em);
  }

  .zicua-services-motion .zicua-service-list > li.is-active p {
    transform: translateX(-0.18em);
  }
}

.zicua-velocity-type {
  transform-origin: 50% 55%;
  will-change: transform;
}

.zicua-contact__link[data-zicua-magnetic="true"] {
  will-change: transform;
}

.zicua-menu-watermark {
  position: fixed;
  left: 50%;
  bottom: -0.18em;
  z-index: 0;
  display: none;
  color: var(--zicua-ivory);
  font-family: var(--zicua-serif);
  font-size: clamp(8rem, 25vw, 28rem);
  font-weight: 200;
  letter-spacing: -0.06em;
  line-height: 0.72;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

#page-header.opened .zicua-menu-watermark {
  display: block;
}

#page-header.opened .menu-overlay {
  isolation: isolate;
}

#page-header.opened .menu-overlay__content,
#page-header.opened .menu-overlay nav {
  position: relative;
  z-index: 1;
}

/* ZICUA intentionally locks the overlay while its opening timeline runs.
   On touch, keep only the visible top-level targets hittable so an early tap
   can be queued by zicua.js instead of falling through to the page below. */
@media (hover: none), (pointer: coarse) {
  body.zicua-site #page-header.animating
  .header__wrapper-overlay-menu .menu-overlay > li > a {
    pointer-events: auto !important;
  }
}

#page-header .menu-overlay > li > a.zicua-menu-link-queued {
  opacity: 0.72;
}

/* --------------------------------------------------------------------------
   Interaction and rhythm pass

   ZICUA remains the owner of masks, parallax, marquees and AJAX transitions.
   These states only enrich surfaces that do not already have a native hover.
---------------------------------------------------------------------------- */

.zicua-process,
.zicua-contact {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.zicua-contact h2 {
  margin-top: clamp(1.75rem, 3vw, 3.5rem);
}

.zicua-contact__body {
  align-self: end;
}

/* Publishing keeps ZICUA's warm accents without turning five viewports gold. */
body.postid-1033 .elementor-element-ff13342 {
  background-color: var(--zicua-blue) !important;
}

body.postid-1033 .elementor-element-e1f4856 {
  color: var(--zicua-ivory);
}

/* A single contrast-aware follower: navy on light surfaces, ivory on dark. */
body.zicua-site .arts-cursor__follower {
  box-shadow: inset 0 0 0 1px var(--cursor-color);
}

/* Keep ZICUA's magnetic follower inside compact pointer-based viewports. */
@media (max-width: 991px) and (hover: hover) and (pointer: fine) {
  body.zicua-site.elementor-kit-809
  .arts-cursor
  .arts-cursor__follower {
    width: 50px;
    height: 50px;
  }
}

.zicua-process summary {
  background-image: linear-gradient(90deg, rgba(196, 152, 90, 0.15), rgba(196, 152, 90, 0));
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 520ms cubic-bezier(0.16, 1, 0.3, 1), color 320ms ease;
}

.zicua-process summary::after {
  transition: color 320ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zicua-process details[open] summary::after {
  color: var(--zicua-terracotta);
  transform: rotate(180deg);
}

.zicua-process summary:focus-visible {
  outline: 2px solid var(--zicua-gold);
  outline-offset: -2px;
}

.zicua-contact__link {
  background-image: linear-gradient(var(--zicua-blue), var(--zicua-blue));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 620ms cubic-bezier(0.16, 1, 0.3, 1), color 300ms ease;
}

.zicua-contact__link > span {
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top,
  body.single-arts_portfolio_item .hover-zoom__zoom {
    position: relative;
  }

  body.single-arts_portfolio_item .hover-zoom__zoom::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(60, 77, 95, 0), rgba(196, 152, 90, 0.2));
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: border-color 560ms ease, opacity 560ms ease;
  }

  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top::after {
    position: absolute;
    right: 0;
    bottom: -0.45rem;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top {
    transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.single-arts_portfolio_item .hover-zoom:hover .hover-zoom__zoom::after {
    border-color: rgba(225, 216, 202, 0.52);
    opacity: 1;
  }

  body.zicua-site .elementor-element-da38bc2 .portfolio-card__link_static:hover .portfolio-card__wrapper-content_top {
    transform: translateY(-0.45rem);
  }

  body.zicua-site .elementor-element-da38bc2 .portfolio-card__link_static:hover .portfolio-card__wrapper-content_top::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  body.zicua-site .elementor-element-da38bc2 .portfolio-card__link_static:focus-visible,
  body.single-arts_portfolio_item .hover-zoom:focus-visible {
    outline: 2px solid var(--zicua-gold);
    outline-offset: -2px;
  }

  .zicua-service-list li {
    position: relative;
    background-image: linear-gradient(90deg, rgba(166, 92, 65, 0.08), rgba(166, 92, 65, 0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 560ms cubic-bezier(0.16, 1, 0.3, 1), color 300ms ease, opacity 300ms ease;
  }

  .zicua-service-list li::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--zicua-terracotta);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .zicua-services-motion .zicua-service-list > li:hover,
  .zicua-service-list li:hover {
    color: var(--zicua-terracotta);
    opacity: 1;
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .zicua-service-list li:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .zicua-service-list li:hover > * {
    transform: none;
  }

  .zicua-service-list li:hover > h3 {
    transform: translateX(0.28em);
  }

  .zicua-service-list li:hover > p {
    transform: translateX(-0.16em);
  }

  .zicua-process summary:hover {
    color: var(--zicua-terracotta);
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .zicua-process summary:hover::after {
    transform: rotate(90deg);
  }

  .zicua-process details[open] summary:hover::after {
    transform: rotate(180deg);
  }

  body.zicua-site .zicua-contact__link:hover {
    color: var(--zicua-ivory) !important;
    background-size: 100% 100%;
  }

  .zicua-contact__link:hover > span {
    transform: translate(0.2rem, -0.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-arts_portfolio_item :is(.elementor-widget-\61 sli-widget-parallax-image,.elementor-widget-zicua-widget-parallax-image) .mask-wrapper {
    clip-path: none !important;
    transition: none !important;
  }

  body.zicua-site :is(.elementor-widget-\61 sli-widget-text-content,.elementor-widget-zicua-widget-text-content) .js-arts-split-text__line {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .zicua-motion-word,
  .zicua-motion-word__inner,
  .zicua-text-motion,
  .zicua-media-motion,
  .zicua-media-motion img,
  .zicua-velocity-type,
  .zicua-contact__link[data-zicua-magnetic="true"] {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .zicua-services-motion .zicua-service-list > li {
    opacity: 1 !important;
  }

  .zicua-process summary,
  .zicua-process summary::after,
  .zicua-contact__link,
  .zicua-contact__link > span,
  .zicua-service-list li,
  .zicua-service-list li::after,
  .zicua-service-list li > *,
  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top,
  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top::after,
  body.single-arts_portfolio_item .hover-zoom__zoom::after {
    transition: none !important;
  }

  .zicua-process summary::after,
  .zicua-contact__link > span,
  .zicua-service-list li::after,
  .zicua-service-list li > *,
  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top,
  body.zicua-site .elementor-element-da38bc2 .portfolio-card__wrapper-content_top::after {
    transform: none !important;
  }
}
