
:root {
  --acs-accent: #E4B778;
}

.acs-notranslate {
  unicode-bidi: isolate;
}

.acs-dot {
  display: inline-block;
  width: .30em;
  height: .30em;
  margin-left: .10em;
  border-radius: 50%;
  background: var(--acs-accent, #E4B778);
  position: relative;
  bottom: -.03em;
  vertical-align: baseline;
}

/* ACS fullscreen menu-item reset: remove YooTheme/Joomla content-wrapper padding so the component owns the viewport. */
html.acsreferences-showcase-page,
body.acsreferences-showcase-page {
  height: 100%;
  overflow: hidden;
}
body.acsreferences-showcase-page #tm-main,
body.acsreferences-showcase-page main#tm-main,
body.acsreferences-showcase-page .tm-main.uk-section,
body.acsreferences-showcase-page main.uk-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: calc(100vh - var(--acs-detected-header-offset, 0px)) !important;
}
body.acsreferences-showcase-page #tm-main > .uk-container,
body.acsreferences-showcase-page main#tm-main > .uk-container,
body.acsreferences-showcase-page .tm-main > .uk-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.acsreferences-showcase-page .tm-page {
  overflow: hidden;
}

.com-acsreferences-showcase,
.com-acsreferences-project,
.com-acsreferences-cover,
.com-acsreferences-staticpage {
  --acs-header-offset: 0px;
  --acs-right-bg: #f1eee8;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(100vh - var(--acs-header-offset));
  height: calc(100vh - var(--acs-header-offset));
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: inherit;
}
.com-acsreferences-showcase *,
.com-acsreferences-project *,
.com-acsreferences-cover *,
.com-acsreferences-staticpage * {
  box-sizing: border-box;
}
.acs-showcase-stage,
.acs-cover-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 70fr) minmax(360px, 30fr);
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.acs-project-slide {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: translate3d(0,0,0);
  will-change: opacity, transform;
}
.acs-project-slide.is-active,
.acs-project-slide.is-entering,
.acs-project-slide.is-leaving {
  visibility: visible;
  display: grid;
}
.acs-project-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.acs-project-slide.is-entering {
  opacity: 1;
  z-index: 3;
  pointer-events: none;
}
.acs-project-slide.is-leaving {
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.acs-project-slide.is-entering .acs-main-visual img {
  animation: acsHeroProjectIn .86s cubic-bezier(.16,1,.3,1) both;
}
.acs-project-slide.is-leaving .acs-main-visual img {
  animation: acsHeroProjectOut .78s cubic-bezier(.55,0,.1,1) both;
}
.acs-project-slide.is-entering-next .acs-main-visual img {
  transform-origin: 62% 50%;
}
.acs-project-slide.is-entering-prev .acs-main-visual img {
  transform-origin: 38% 50%;
}
.acs-project-slide.is-entering .acs-side-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.58) 45%, rgba(255,255,255,0) 72%);
  animation: acsPanelSweep .72s cubic-bezier(.16,1,.3,1) both;
}
.acs-project-slide.is-entering .acs-client-logo-box {
  animation: acsLogoReveal .70s cubic-bezier(.16,1,.3,1) .10s both;
}
.acs-project-slide.is-entering .acs-project-data dt,
.acs-project-slide.is-entering .acs-project-data dd {
  animation: acsDataLineReveal .58s cubic-bezier(.16,1,.3,1) both;
}
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(1),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(1) { animation-delay: .14s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(2),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(2) { animation-delay: .18s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(3),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(3) { animation-delay: .22s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(4),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(4) { animation-delay: .26s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(5),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(5) { animation-delay: .30s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(6),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(6) { animation-delay: .34s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(7),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(7) { animation-delay: .38s; }
.acs-project-slide.is-entering .acs-project-data dt:nth-of-type(8),
.acs-project-slide.is-entering .acs-project-data dd:nth-of-type(8) { animation-delay: .42s; }
.acs-project-slide.is-entering .acs-project-description {
  animation: acsDescriptionReveal .62s cubic-bezier(.16,1,.3,1) .46s both;
}
.acs-project-slide.is-entering .acs-thumb-button {
  animation: acsThumbReveal .54s cubic-bezier(.16,1,.3,1) both;
}
.acs-project-slide.is-entering .acs-thumb-button:nth-child(1) { animation-delay: .48s; }
.acs-project-slide.is-entering .acs-thumb-button:nth-child(2) { animation-delay: .52s; }
.acs-project-slide.is-entering .acs-thumb-button:nth-child(3) { animation-delay: .56s; }
.acs-project-slide.is-entering .acs-thumb-button:nth-child(4) { animation-delay: .60s; }
.acs-project-slide.is-entering .acs-thumb-button:nth-child(5) { animation-delay: .64s; }
.acs-project-slide.is-entering .acs-thumb-button:nth-child(6) { animation-delay: .68s; }
.acs-project-slide.is-leaving .acs-client-logo-box,
.acs-project-slide.is-leaving .acs-project-data,
.acs-project-slide.is-leaving .acs-project-description,
.acs-project-slide.is-leaving .acs-thumb-grid {
  animation: acsInfoOut .36s cubic-bezier(.55,0,.1,1) both;
}
@keyframes acsHeroProjectIn {
  0% { opacity: 0; transform: scale(1.115) translate3d(4%,0,0); filter: blur(3px) saturate(.86); }
  48% { opacity: 1; filter: blur(.4px) saturate(1.04); }
  100% { opacity: 1; transform: scale(1) translate3d(0,0,0); filter: blur(0) saturate(1); }
}
@keyframes acsHeroProjectOut {
  0% { opacity: 1; transform: scale(1) translate3d(0,0,0); filter: blur(0) brightness(1); }
  100% { opacity: .16; transform: scale(1.055) translate3d(-3%,0,0); filter: blur(2.4px) brightness(.72); }
}
@keyframes acsPanelSweep {
  0% { opacity: 0; transform: translateX(-115%); }
  35% { opacity: .72; }
  100% { opacity: 0; transform: translateX(115%); }
}
@keyframes acsLogoReveal {
  0% { opacity: 0; transform: translateY(26px) scale(.92); filter: blur(1.5px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes acsDataLineReveal {
  0% { opacity: 0; transform: translateY(16px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes acsDescriptionReveal {
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes acsThumbReveal {
  0% { opacity: 0; transform: translateY(28px) scale(.94); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes acsInfoOut {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-16px); }
}
.acs-main-visual {
  position: relative;
  overflow: hidden;
  background: #050505;
  height: 100%;
}
.acs-main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .52s cubic-bezier(.2,.8,.2,1), transform .86s cubic-bezier(.16,1,.3,1), filter .52s ease;
}
.acs-main-visual.is-changing img {
  opacity: .03;
  transform: scale(1.115) translateX(-3%);
  filter: blur(3px) brightness(.78);
}
.acs-main-visual.is-changed img {
  animation: acsThumbImageIn .58s cubic-bezier(.16,1,.3,1) both;
}
@keyframes acsThumbImageIn {
  0% { opacity: .2; transform: scale(1.08) translateX(1.8%); filter: blur(1.4px); }
  100% { opacity: 1; transform: scale(1) translateX(0); filter: blur(0); }
}
.acs-side-panel,
.acs-cover-panel {
  position: relative;
  overflow: hidden;
  background-color: var(--acs-right-bg);
  color: #111;
}
.acs-side-panel::before,
.acs-cover-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/patterns/acs-pattern.svg');
  background-size: 240px 240px;
  background-position: center center;
  opacity: .42;
  pointer-events: none;
}
.acs-side-panel {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.acs-project-info,
.acs-project-thumbs {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 3.2vw, 64px);
}
.acs-project-info {
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: clamp(16px, 1.8vw, 28px);
}
.acs-client-logo-box {
  width: min(100%, 220px);
  height: 110px;
  min-height: 110px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: none;
}
.acs-client-logo-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.acs-client-logo-fallback {
  color: #050505;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  text-align: center;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.acs-project-title {
  display: none;
}
.acs-project-data {
  display: grid;
  grid-template-columns: minmax(112px, .82fr) minmax(0, 1.18fr);
  gap: 10px 24px;
  width: 100%;
  margin: 0;
  font-size: clamp(14px, .96vw, 17px);
  line-height: 1.24;
}
.acs-project-data dt {
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.acs-project-data dd {
  margin: 0;
  min-width: 0;
  text-align: right;
}
.acs-project-data a {
  color: inherit;
  text-decoration: none;
}
.acs-project-data a:hover,
.acs-project-data a:focus {
  text-decoration: underline;
}
.acs-project-description {
  width: 100%;
  margin-top: clamp(2px, .5vw, 10px);
  font-size: clamp(13px, .9vw, 16px);
  line-height: 1.46;
  color: rgba(0,0,0,.76);
  text-align: left;
}
.acs-project-thumbs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  height: 100%;
  padding: clamp(24px, 2.6vw, 52px);
}
.acs-thumb-grid {
  --acs-thumb-gap: clamp(8px, .72vw, 13px);
  display: grid;
  gap: var(--acs-thumb-gap);
  width: 100%;
  height: 100%;
  min-height: 0;
}
.acs-thumb-grid--small {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.acs-thumb-grid--medium {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.acs-thumb-grid--large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.acs-thumb-grid--xlarge {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.acs-thumb-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  border: 1px solid rgba(0,0,0,.16);
  background: #111;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .22s ease, transform .24s cubic-bezier(.16,1,.3,1), opacity .22s ease, box-shadow .22s ease;
}
.acs-thumb-button:hover,
.acs-thumb-button.is-active {
  border-color: #c49a45;
  transform: translateY(-3px) scale(1.018);
  box-shadow: 0 14px 30px rgba(0,0,0,.20);
}
.acs-thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.acs-thumb-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.48);
  color: #fff;
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 700;
  letter-spacing: .02em;
  pointer-events: none;
}
.acs-scroll-hint {
  position: absolute;
  left: calc(100% + 10px);
  top: calc(100% + 10px);
  right: auto;
  bottom: auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 1em;
  min-height: 1em;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: rgba(0,0,0,.72);
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  animation: acsScrollHint 1.8s ease-in-out infinite;
}
.acs-scroll-hint[hidden] {
  display: none !important;
}
.acs-scroll-hint:focus-visible {
  outline: 2px solid rgba(0,0,0,.5);
  outline-offset: 4px;
}
@keyframes acsScrollHint {
  0%, 100% { transform: translateY(0); opacity: .62; }
  50% { transform: translateY(6px); opacity: 1; }
}
.acs-scroll-hint.is-up {
  animation-name: acsScrollHintUp;
}
@keyframes acsScrollHintUp {
  0%, 100% { transform: translateY(0); opacity: .62; }
  50% { transform: translateY(-6px); opacity: 1; }
}
.acs-cover-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: clamp(34px, 5vw, 80px);
}
.acs-cover-panel > * {
  position: relative;
  z-index: 1;
}
.acs-cover-logo-box {
  background: #050505;
  color: #fff;
  width: min(340px, 86%);
  min-height: clamp(130px, 12vw, 210px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 700;
  line-height: .95;
}
.acs-empty-state {
  padding: 48px;
  color: #111;
  background: #fff;
}
@media (max-width: 1193px) {
  .com-acsreferences-showcase,
  .com-acsreferences-project,
  .com-acsreferences-cover,
.com-acsreferences-staticpage {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .acs-showcase-stage,
  .acs-cover-stage,
  .acs-project-slide.is-active {
    display: block;
    height: auto;
  }
  .acs-project-slide {
    position: static;
    visibility: visible;
  }
  .acs-main-visual {
    height: 58vh;
  }
  .acs-side-panel {
    display: block;
  }
  .acs-project-info,
  .acs-project-thumbs {
    padding: 26px;
  }
  .acs-project-data {
    grid-template-columns: 1fr;
    gap: 3px 0;
  }
  .acs-project-data dt { margin-top: 8px; }
}

.acs-static-content-wrap {
  position: relative;
  width: min(42rem, 100%);
  max-width: 42rem;
}
.acs-static-text {
  position: relative;
  z-index: 1;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.55;
  max-width: 38rem;
}
.acs-static-text p:last-child {
  margin-bottom: 0;
}
.acs-static-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 20px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}
.acs-static-button:hover,
.acs-static-button:focus {
  color: #fff;
  text-decoration: none;
}

/* 0.5.7: ensure only the visible project receives thumbnail clicks. */
.acs-project-slide { pointer-events: none; }
.acs-project-slide.is-active { pointer-events: auto; }

/* 0.6.3: restored right-panel 50/50 structure after adaptive thumbnail regression. */


/* 0.6.6: responsive breakpoint aligned to iPad 11". Keep desktop layout through 1194px and stack below. */
@media (max-width: 1193px) {
  html.acsreferences-showcase-page,
  body.acsreferences-showcase-page {
    height: auto;
    overflow: auto;
  }
  body.acsreferences-showcase-page .tm-page {
    overflow: visible;
  }
  .com-acsreferences-showcase,
  .com-acsreferences-project,
  .com-acsreferences-cover,
  .com-acsreferences-staticpage {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    min-height: calc(100vh - var(--acs-header-offset));
    overflow: visible;
  }
  .acs-showcase-stage,
  .acs-cover-stage {
    display: block;
    height: auto;
    min-height: calc(100vh - var(--acs-header-offset));
  }
  .acs-project-slide,
  .acs-project-slide.is-active,
  .acs-project-slide.is-entering,
  .acs-project-slide.is-leaving {
    position: static;
    display: none;
    visibility: hidden;
    opacity: 1;
    height: auto;
    pointer-events: none;
  }
  .acs-project-slide.is-active {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  .acs-main-visual {
    height: min(62vh, 620px);
    min-height: 360px;
  }
  .acs-side-panel {
    display: block;
    min-height: auto;
  }
  .acs-project-info,
  .acs-project-thumbs {
    padding: clamp(24px, 4.8vw, 46px);
  }
  .acs-project-info {
    justify-content: flex-start;
    gap: clamp(14px, 2.2vw, 24px);
  }
  .acs-client-logo-box {
    width: min(100%, 190px);
    height: 86px;
    min-height: 86px;
    justify-content: center;
    margin: 0;
  }
  .acs-client-logo-box img {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .acs-project-data {
    grid-template-columns: minmax(110px, .62fr) minmax(0, 1.38fr);
    font-size: clamp(14px, 1.8vw, 17px);
  }
  .acs-project-thumbs {
    height: auto;
    min-height: 0;
    padding-top: 0;
  }
  .acs-thumb-grid,
  .acs-thumb-grid--small,
  .acs-thumb-grid--medium,
  .acs-thumb-grid--large,
  .acs-thumb-grid--xlarge {
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .acs-thumb-button {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .acs-cover-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .acs-main-visual {
    height: 52vh;
    min-height: 300px;
  }
  .acs-cover-stage {
    display: block;
  }
  .acs-cover-panel {
    padding: 30px 24px 42px;
  }
  .acs-project-data {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }
  .acs-project-data dt {
    margin-top: 9px;
  }
  .acs-project-data dd {
    text-align: left;
  }
  .acs-thumb-grid,
  .acs-thumb-grid--small,
  .acs-thumb-grid--medium,
  .acs-thumb-grid--large,
  .acs-thumb-grid--xlarge {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .acs-thumb-grid,
  .acs-thumb-grid--small,
  .acs-thumb-grid--medium,
  .acs-thumb-grid--large,
  .acs-thumb-grid--xlarge {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* 0.6.7: Sitepage cover refinement: no black logo block, visible claim, elegant internal text scroll, conditional full-width button. */
.com-acsreferences-staticpage .acs-cover-panel {
  justify-content: center;
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 34px);
  overflow: hidden;
}
.com-acsreferences-staticpage .acs-cover-logo-box {
  display: none !important;
}
.com-acsreferences-staticpage .acs-project-title {
  display: block;
  margin: 0;
  width: min(36rem, 100%);
  font-size: clamp(28px, 2.85vw, 52px);
  line-height: 1.02;
  letter-spacing: -.04em;
  overflow-wrap: normal;
  text-wrap: balance;
  font-weight: 800;
  color: #050505;
}
.com-acsreferences-staticpage .acs-static-text {
  width: 100%;
  max-width: 42rem;
  max-height: min(42vh, 430px);
  overflow-y: auto;
  padding-right: clamp(10px, .9vw, 16px);
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.28) rgba(0,0,0,.06);
}
.com-acsreferences-staticpage .acs-static-text::-webkit-scrollbar {
  width: 8px;
}
.com-acsreferences-staticpage .acs-static-text::-webkit-scrollbar-track {
  background: rgba(0,0,0,.06);
}
.com-acsreferences-staticpage .acs-static-text::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.28);
  border-radius: 999px;
}
.com-acsreferences-staticpage .acs-static-button {
  width: min(42rem, 100%);
  min-height: 48px;
  padding: 14px 22px;
}
@media (max-width: 1193px) {
  .com-acsreferences-staticpage .acs-cover-panel {
    min-height: 42vh;
  }
  .com-acsreferences-staticpage .acs-static-text {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .com-acsreferences-staticpage .acs-static-content-wrap .acs-scroll-hint {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .com-acsreferences-staticpage .acs-project-title {
    font-size: clamp(28px, 8vw, 42px);
  }
  .com-acsreferences-staticpage .acs-static-button {
    width: 100%;
  }
}

/* 0.7.0: responsive showcase navigation uses horizontal swipe on the main image only. */
.acs-main-visual {
  touch-action: pan-y;
}
.acs-swipe-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 4vw, 34px);
  z-index: 8;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
  font-size: clamp(13px, 3vw, 16px);
  line-height: 1;
  letter-spacing: .08em;
  pointer-events: none;
  opacity: 1;
  transition: opacity .4s ease, transform .4s ease;
}
.acs-swipe-hint.is-hiding {
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
}
@media (min-width: 1194px) {
  .acs-swipe-hint {
    display: none !important;
  }
}

/* 0.8.9: Linguise-safe ACS claim structure. Each claim term is a separate heading node. */
.acs-claim {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .02em;
}
.acs-claim-line {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  white-space: normal;
  max-width: 100%;
}
.acs-claim-text {
  display: inline;
  overflow-wrap: anywhere;
}

/* 0.8.10: Homepage-specific ACS dark right panel. */
.com-acsreferences-staticpage.acs-staticpage--home {
  --acs-right-bg: #000000;
  background: #000000;
  color: #ffffff;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel,
.com-acsreferences-staticpage.acs-staticpage--home .acs-side-panel {
  background-color: #000000;
  color: #ffffff;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel::before,
.com-acsreferences-staticpage.acs-staticpage--home .acs-side-panel::before {
  opacity: .16;
  mix-blend-mode: screen;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-project-title,
.com-acsreferences-staticpage.acs-staticpage--home .acs-claim,
.com-acsreferences-staticpage.acs-staticpage--home .acs-claim-line,
.com-acsreferences-staticpage.acs-staticpage--home .acs-static-text {
  color: #ffffff;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-static-text {
  color: rgba(255,255,255,.86);
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-cover-logo-box {
  background: transparent;
  color: #ffffff;
  border: 2px solid var(--acs-accent, #E4B778);
  box-shadow: 0 0 0 1px rgba(228,183,120,.18), 0 0 34px rgba(228,183,120,.16);
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-static-button {
  display: none !important;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-scroll-hint {
  color: rgba(255,255,255,.82);
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-scroll-hint:focus-visible {
  outline-color: rgba(228,183,120,.85);
}

/* 0.8.10 compatibility: legacy cover view also uses home data attribute. */
.com-acsreferences-cover[data-acs-staticpage="home"] {
  --acs-right-bg: #000000;
  background: #000000;
  color: #ffffff;
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-side-panel {
  background-color: #000000;
  color: #ffffff;
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel::before,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-side-panel::before {
  opacity: .16;
  mix-blend-mode: screen;
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-project-title,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-claim,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-claim-line,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-static-text {
  color: #ffffff;
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-static-text {
  color: rgba(255,255,255,.86);
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-logo-box {
  background: transparent;
  color: #ffffff;
  border: 2px solid var(--acs-accent, #E4B778);
  box-shadow: 0 0 0 1px rgba(228,183,120,.18), 0 0 34px rgba(228,183,120,.16);
}
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-static-button {
  display: none !important;
}


/* 0.8.11: SitePage-managed branding, hero video and design colours. */
.com-acsreferences-staticpage {
  --acs-right-bg: var(--acs-page-bg, #000000);
  background: var(--acs-page-bg, #000000);
  color: var(--acs-page-text, #FFFFFF);
}
.com-acsreferences-staticpage .acs-cover-panel,
.com-acsreferences-staticpage .acs-side-panel {
  background-color: var(--acs-page-bg, #000000);
  color: var(--acs-page-text, #FFFFFF);
}
.com-acsreferences-staticpage .acs-project-title,
.com-acsreferences-staticpage .acs-claim,
.com-acsreferences-staticpage .acs-claim-line,
.com-acsreferences-staticpage .acs-static-text {
  color: var(--acs-page-text, #FFFFFF);
}
.acs-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.acs-site-logo-box {
  width: min(280px, 72%);
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 clamp(4px, .7vw, 12px);
}
.acs-site-logo-box img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel,
.com-acsreferences-staticpage.acs-staticpage--home .acs-side-panel,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-side-panel {
  background-color: var(--acs-page-bg, #000000);
  color: var(--acs-page-text, #FFFFFF);
}
.com-acsreferences-staticpage.acs-staticpage--home .acs-project-title,
.com-acsreferences-staticpage.acs-staticpage--home .acs-claim,
.com-acsreferences-staticpage.acs-staticpage--home .acs-claim-line,
.com-acsreferences-staticpage.acs-staticpage--home .acs-static-text,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-project-title,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-claim,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-claim-line,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-static-text {
  color: var(--acs-page-text, #FFFFFF);
}


/* 0.8.18: ACS SVG scroll cursor for internal frontend scroll containers. */
.acs-scrollable {
  cursor: url(../cursors/acs-scroll.svg) 32 32, all-scroll;
}

@media (hover: none), (pointer: coarse) {
  .acs-scrollable {
    cursor: auto;
  }
}


/* 0.8.19: Reference area dark ACS panel, calm thumbnail outline and hero cursor. */
.com-acsreferences-showcase,
.com-acsreferences-project {
  --acs-right-bg: #000000;
}

.com-acsreferences-showcase .acs-side-panel,
.com-acsreferences-project .acs-side-panel {
  background-color: #000000;
  color: #FFFFFF;
}

.com-acsreferences-showcase .acs-side-panel::before,
.com-acsreferences-project .acs-side-panel::before {
  opacity: .18;
}

.com-acsreferences-showcase .acs-project-data dt,
.com-acsreferences-project .acs-project-data dt,
.com-acsreferences-showcase .acs-project-data dd,
.com-acsreferences-project .acs-project-data dd,
.com-acsreferences-showcase .acs-project-data a,
.com-acsreferences-project .acs-project-data a,
.com-acsreferences-showcase .acs-client-logo-fallback,
.com-acsreferences-project .acs-client-logo-fallback {
  color: #FFFFFF;
}

.com-acsreferences-showcase .acs-project-description,
.com-acsreferences-project .acs-project-description {
  color: rgba(255,255,255,.82);
}

.com-acsreferences-showcase .acs-thumb-button,
.com-acsreferences-project .acs-thumb-button {
  border: 1px solid rgba(255,255,255,.22);
  outline: 1px solid transparent;
  outline-offset: -1px;
  transform: none;
  transition: border-color .22s ease, outline-color .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.com-acsreferences-showcase .acs-thumb-button:hover,
.com-acsreferences-showcase .acs-thumb-button.is-active,
.com-acsreferences-project .acs-thumb-button:hover,
.com-acsreferences-project .acs-thumb-button.is-active {
  border-color: var(--acs-accent, #E4B778);
  outline-color: var(--acs-accent, #E4B778);
  transform: none;
  box-shadow: none;
}

/* 0.8.20: Homepage hero cursor and resilient SitePage logo rendering. */
.com-acsreferences-staticpage .acs-cover-visual,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-visual {
  cursor: url(../cursors/acs-scroll.svg) 32 32, all-scroll;
}

.com-acsreferences-staticpage .acs-site-logo-box {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  min-height: clamp(46px, 7vw, 120px);
  overflow: visible;
}

.com-acsreferences-staticpage .acs-site-logo-box img {
  max-width: min(100%, 280px);
  max-height: clamp(46px, 7vw, 120px);
}

@media (hover: none), (pointer: coarse) {
  .com-acsreferences-staticpage .acs-cover-visual,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-visual {
    cursor: auto;
  }
}


/* 0.8.22: Homepage logo sizing refinement for the right hero container. */
.com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box {
  width: min(340px, 86%);
  max-height: 160px;
  min-height: clamp(82px, 10vw, 160px);
  margin-bottom: clamp(18px, 2vw, 30px);
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box img,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box img {
  max-width: min(100%, 340px);
  max-height: 160px;
  width: auto;
  height: auto;
}

@media (max-width: 960px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box {
    width: min(240px, 82%);
    max-height: 120px;
    min-height: 86px;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box img,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box img {
    max-width: min(100%, 240px);
    max-height: 120px;
  }
}


/* 0.8.23: Homepage right hero logo becomes the dominant panel anchor. */
.com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel {
  justify-content: flex-start;
  align-items: center;
  gap: clamp(22px, 2.8vw, 42px);
  padding-top: clamp(72px, 9vh, 128px);
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box {
  width: min(70%, 620px);
  max-width: 620px;
  max-height: none;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(12px, 1.5vw, 22px);
  overflow: visible;
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box img,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box img {
  width: 100%;
  max-width: 620px;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-project-title,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-project-title {
  width: min(70%, 620px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1193px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel {
    justify-content: flex-start;
    padding-top: clamp(34px, 8vw, 72px);
  }
}

@media (max-width: 960px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box,
  .com-acsreferences-staticpage.acs-staticpage--home .acs-project-title,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-project-title {
    width: min(76%, 360px);
    max-width: 360px;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-site-logo-box img,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-site-logo-box img {
    max-width: 360px;
  }
}


/* 0.8.24: Homepage brand alignment and responsive black canvas/header cleanup. */
.com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
  width: min(70%, 620px);
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 34px);
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-site-logo-box,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-site-logo-box,
.com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-project-title,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-project-title {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-site-logo-box,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-site-logo-box {
  margin-bottom: 0;
}

.com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-project-title,
.com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-project-title {
  text-align: left;
}

@media (max-width: 960px) {
  html:has(.com-acsreferences-cover[data-acs-staticpage="home"]),
  body:has(.com-acsreferences-cover[data-acs-staticpage="home"]),
  body.acsreferences-showcase-page,
  body.acsreferences-showcase-page .tm-page,
  body.acsreferences-showcase-page #tm-main,
  body.acsreferences-showcase-page #tm-main > .uk-section,
  body.acsreferences-showcase-page #tm-main > .uk-section-default,
  body.acsreferences-showcase-page .uk-section-default,
  .com-acsreferences-cover[data-acs-staticpage="home"],
  .com-acsreferences-staticpage.acs-staticpage--home {
    background: #000000 !important;
    background-color: #000000 !important;
  }

  body:has(.com-acsreferences-cover[data-acs-staticpage="home"]) .tm-header-mobile .uk-logo,
  body:has(.com-acsreferences-cover[data-acs-staticpage="home"]) .tm-header-mobile .uk-navbar-item.uk-logo,
  body.acsreferences-showcase-page .tm-header-mobile .uk-logo,
  body.acsreferences-showcase-page .tm-header-mobile .uk-navbar-item.uk-logo {
    display: none !important;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
    width: min(82%, 420px);
    max-width: 420px;
  }
}

@media (max-width: 480px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
    width: min(88%, 340px);
    max-width: 340px;
  }
}


/* 0.8.25: Homepage-only mobile header logo rule, tighter responsive hero spacing, and logo-coupled claim sizing. */
@media (max-width: 960px) {
  /* Restore mobile header logos by default; hide only when the current page is the ACS homepage cover/staticpage. */
  body.acsreferences-showcase-page .tm-header-mobile .uk-logo,
  body.acsreferences-showcase-page .tm-header-mobile .uk-navbar-item.uk-logo {
    display: flex !important;
  }

  body:has(.com-acsreferences-cover[data-acs-staticpage="home"]) .tm-header-mobile .uk-logo,
  body:has(.com-acsreferences-cover[data-acs-staticpage="home"]) .tm-header-mobile .uk-navbar-item.uk-logo,
  body:has(.com-acsreferences-staticpage.acs-staticpage--home) .tm-header-mobile .uk-logo,
  body:has(.com-acsreferences-staticpage.acs-staticpage--home) .tm-header-mobile .uk-navbar-item.uk-logo {
    display: none !important;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
    width: min(78vw, 340px);
    max-width: 340px;
    gap: clamp(8px, 2.4vw, 14px);
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-project-title,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-project-title {
    width: 100%;
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.18;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-main-visual,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-main-visual {
    height: auto;
    min-height: 0;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-main-visual img,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-main-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-cover-panel,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-cover-panel {
    min-height: 0;
    padding-top: clamp(14px, 4.8vw, 24px);
    gap: clamp(14px, 4.5vw, 24px);
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
    width: min(76vw, 300px);
    max-width: 300px;
    margin-top: 0;
    margin-bottom: clamp(10px, 4vw, 20px);
  }
}

@media (max-width: 480px) {
  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block {
    width: min(74vw, 280px);
    max-width: 280px;
  }

  .com-acsreferences-staticpage.acs-staticpage--home .acs-brand-block .acs-project-title,
  .com-acsreferences-cover[data-acs-staticpage="home"] .acs-brand-block .acs-project-title {
    font-size: clamp(15px, 4vw, 19px);
  }
}


/* 0.8.26: Reference detail responsive readability correction.
   Reference information panels return to white background with black typography so customer logos remain readable.
   Mobile logo and data blocks are centered/readable without changing the homepage black hero concept. */
.com-acsreferences-showcase .acs-side-panel,
.com-acsreferences-project .acs-side-panel {
  background-color: #FFFFFF;
  color: #111111;
}

.com-acsreferences-showcase .acs-side-panel::before,
.com-acsreferences-project .acs-side-panel::before {
  opacity: .10;
}

.com-acsreferences-showcase .acs-project-data dt,
.com-acsreferences-project .acs-project-data dt {
  color: #111111;
}

.com-acsreferences-showcase .acs-project-data dd,
.com-acsreferences-project .acs-project-data dd,
.com-acsreferences-showcase .acs-project-data a,
.com-acsreferences-project .acs-project-data a,
.com-acsreferences-showcase .acs-client-logo-fallback,
.com-acsreferences-project .acs-client-logo-fallback {
  color: #111111;
}

.com-acsreferences-showcase .acs-project-description,
.com-acsreferences-project .acs-project-description {
  color: rgba(0,0,0,.76);
}

.com-acsreferences-showcase .acs-client-logo-box,
.com-acsreferences-project .acs-client-logo-box {
  background: transparent;
  justify-content: center;
  align-self: center;
}

.com-acsreferences-showcase .acs-thumb-button,
.com-acsreferences-project .acs-thumb-button {
  border-color: rgba(0,0,0,.16);
}

.com-acsreferences-showcase .acs-thumb-button:hover,
.com-acsreferences-showcase .acs-thumb-button.is-active,
.com-acsreferences-project .acs-thumb-button:hover,
.com-acsreferences-project .acs-thumb-button.is-active {
  border-color: var(--acs-accent, #E4B778);
  outline-color: var(--acs-accent, #E4B778);
}

@media (max-width: 1193px) {
  .com-acsreferences-showcase .acs-client-logo-box,
  .com-acsreferences-project .acs-client-logo-box {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 210px);
    height: 96px;
    min-height: 96px;
  }

  .com-acsreferences-showcase .acs-project-info,
  .com-acsreferences-project .acs-project-info {
    align-items: stretch;
  }

  .com-acsreferences-showcase .acs-project-data,
  .com-acsreferences-project .acs-project-data {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(13px, 1.65vw, 16px);
    line-height: 1.22;
  }
}

@media (max-width: 767px) {
  .com-acsreferences-showcase .acs-project-info,
  .com-acsreferences-project .acs-project-info {
    padding-left: clamp(18px, 5.2vw, 24px);
    padding-right: clamp(18px, 5.2vw, 24px);
    gap: 12px;
  }

  .com-acsreferences-showcase .acs-client-logo-box,
  .com-acsreferences-project .acs-client-logo-box {
    width: min(72%, 190px);
    height: 84px;
    min-height: 84px;
    padding-left: 0;
    padding-right: 0;
  }

  .com-acsreferences-showcase .acs-project-data,
  .com-acsreferences-project .acs-project-data {
    grid-template-columns: 1fr;
    max-width: 100%;
    font-size: clamp(12.5px, 3.45vw, 14px);
    line-height: 1.2;
    gap: 1px 0;
  }

  .com-acsreferences-showcase .acs-project-data dt,
  .com-acsreferences-project .acs-project-data dt {
    margin-top: 8px;
    white-space: normal;
  }

  .com-acsreferences-showcase .acs-project-data dd,
  .com-acsreferences-project .acs-project-data dd {
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}


/* 0.8.27: Reference data sheet layout correction.
   Keep customer/reference metadata in a two-column datasheet on desktop and mobile.
   Prevent the label/value mobile stacking regression and remove thumbnail scaling. */
.com-acsreferences-showcase .acs-project-info,
.com-acsreferences-project .acs-project-info {
  align-items: stretch;
}

.com-acsreferences-showcase .acs-client-logo-box,
.com-acsreferences-project .acs-client-logo-box {
  margin-left: auto;
  margin-right: auto;
}

.com-acsreferences-showcase .acs-project-data,
.com-acsreferences-project .acs-project-data {
  display: grid;
  grid-template-columns: max-content minmax(280px, 1fr);
  column-gap: clamp(24px, 3vw, 46px);
  row-gap: 11px;
  width: min(100%, 610px);
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}

.com-acsreferences-showcase .acs-project-data dt,
.com-acsreferences-project .acs-project-data dt {
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.com-acsreferences-showcase .acs-project-data dd,
.com-acsreferences-project .acs-project-data dd {
  margin: 0;
  min-width: 0;
  text-align: right;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.com-acsreferences-showcase .acs-thumb-button,
.com-acsreferences-project .acs-thumb-button {
  transition: border-color .22s ease, outline-color .22s ease, opacity .22s ease;
}

.com-acsreferences-showcase .acs-thumb-button:hover,
.com-acsreferences-showcase .acs-thumb-button.is-active,
.com-acsreferences-project .acs-thumb-button:hover,
.com-acsreferences-project .acs-thumb-button.is-active {
  transform: none;
  box-shadow: none;
  outline: 1px solid var(--acs-accent, #E4B778);
  outline-offset: -1px;
}

@media (max-width: 1193px) {
  .com-acsreferences-showcase .acs-project-data,
  .com-acsreferences-project .acs-project-data {
    grid-template-columns: max-content minmax(240px, 1fr);
    column-gap: clamp(18px, 2.8vw, 34px);
    width: min(100%, 560px);
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .com-acsreferences-showcase .acs-project-info,
  .com-acsreferences-project .acs-project-info {
    padding-left: clamp(20px, 5.6vw, 26px);
    padding-right: clamp(20px, 5.6vw, 26px);
    gap: 14px;
  }

  .com-acsreferences-showcase .acs-client-logo-box,
  .com-acsreferences-project .acs-client-logo-box {
    width: min(70%, 190px);
    height: 86px;
    min-height: 86px;
    margin-left: auto;
    margin-right: auto;
  }

  .com-acsreferences-showcase .acs-project-data,
  .com-acsreferences-project .acs-project-data {
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: clamp(12px, 3.7vw, 18px);
    row-gap: 7px;
    width: 100%;
    max-width: 100%;
    font-size: clamp(12px, 3.35vw, 14px);
    line-height: 1.16;
  }

  .com-acsreferences-showcase .acs-project-data dt,
  .com-acsreferences-project .acs-project-data dt {
    margin: 0;
    white-space: nowrap;
  }

  .com-acsreferences-showcase .acs-project-data dd,
  .com-acsreferences-project .acs-project-data dd {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .com-acsreferences-showcase .acs-project-info,
  .com-acsreferences-project .acs-project-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .com-acsreferences-showcase .acs-project-data,
  .com-acsreferences-project .acs-project-data {
    column-gap: 10px;
    font-size: clamp(11.5px, 3.25vw, 12.8px);
  }
}



/* 0.8.34: Stable claim baseline and expanded text area for content pages except homepage and references. */
@media (min-width: 1194px) {
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) {
    --acs-content-page-panel-padding-top: clamp(104px, 13.4vh, 148px);
    --acs-content-page-panel-padding-bottom: clamp(54px, 7vh, 92px);
    --acs-content-page-panel-padding-x: clamp(34px, 5vw, 80px);
    --acs-content-page-claim-width: min(42rem, 100%);
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-cover-panel {
    justify-content: flex-start;
    align-items: stretch;
    min-height: calc(100vh - var(--acs-header-offset, 0px));
    padding: var(--acs-content-page-panel-padding-top) var(--acs-content-page-panel-padding-x) var(--acs-content-page-panel-padding-bottom);
    overflow: hidden;
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-project-title,
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-site-logo-box {
    flex: 0 0 auto;
    width: var(--acs-content-page-claim-width);
    max-width: var(--acs-content-page-claim-width);
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-content-wrap {
    flex: 1 1 auto;
    width: min(42rem, 100%);
    max-height: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-text {
    flex: 1 1 auto;
    max-height: none;
    min-height: 0;
    overflow-y: auto;
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-button {
    flex: 0 0 auto;
  }
}


/* 0.8.35: Responsive claim spacing and non-overflow scroll-hint suppression for content pages.
   Scope: Services, About, Contact and future static content pages. Homepage and References remain unchanged. */
@media (max-width: 1193px) {
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-cover-panel {
    padding-top: clamp(44px, 9.5vw, 86px);
    gap: clamp(24px, 5.6vw, 42px);
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-project-title,
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-claim {
    margin-top: 0;
    margin-bottom: clamp(6px, 1.8vw, 14px);
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-content-wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-main-visual {
    margin-bottom: 0;
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-cover-panel {
    padding-top: clamp(40px, 11vw, 64px);
    gap: clamp(20px, 6vw, 34px);
  }

  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-text {
    max-width: none;
  }
}


/* 0.8.36: Contact link accent inheritance and static hero cursor correction.
   Scope: content/static pages only; homepage and references remain unchanged. */
.com-acsreferences-staticpage .acs-static-text a,
.com-acsreferences-staticpage .acs-static-text a:visited {
  color: var(--acs-accent, #E4B778);
  text-decoration: none;
}

.com-acsreferences-staticpage .acs-static-text a:hover,
.com-acsreferences-staticpage .acs-static-text a:focus {
  color: var(--acs-accent, #E4B778);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-main-visual.acs-scrollable {
  cursor: auto;
}

@media (hover: hover) and (pointer: fine) {
  .com-acsreferences-staticpage:not(.acs-staticpage--home):not([data-acs-staticpage="home"]) .acs-static-text.acs-scrollable {
    cursor: url(../cursors/acs-scroll.svg) 32 32, all-scroll;
  }
}


/* 0.8.46: Contact-page paper-plane modal form. */
.acs-contact-hero {
  isolation: isolate;
}
.acs-contact-modal {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 5vw, 76px);
  background: rgba(0, 0, 0, .52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.acs-contact-modal[hidden] {
  display: none;
}
.acs-contact-hero.is-contact-form-open .acs-contact-modal {
  opacity: 1;
  pointer-events: auto;
}
.acs-contact-form {
  width: min(680px, 100%);
  max-height: min(78vh, 760px);
  overflow-y: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(228, 183, 120, .32);
  border-radius: 28px;
  background: rgba(8, 8, 8, .44);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  color: #fff;
}
.acs-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.acs-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.acs-contact-field--wide {
  grid-column: 1 / -1;
}
.acs-contact-field input,
.acs-contact-field select,
.acs-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 16px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  padding: 13px 15px;
  font: inherit;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  outline: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.acs-contact-field select option {
  color: #111;
}
.acs-contact-field textarea {
  resize: vertical;
  min-height: 130px;
}
.acs-contact-field input:focus,
.acs-contact-field select:focus,
.acs-contact-field textarea:focus {
  border-color: var(--acs-accent, #E4B778);
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 0 0 3px rgba(228, 183, 120, .16);
}
.acs-contact-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.acs-contact-plane {
  position: absolute;
  right: clamp(22px, 4vw, 54px);
  bottom: clamp(22px, 4vw, 54px);
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 5.2vw, 70px);
  height: clamp(48px, 5.2vw, 70px);
  border: 1.5px solid rgba(235, 235, 235, .78);
  border-radius: 999px;
  background: rgba(0, 0, 0, .08);
  color: rgba(235, 235, 235, .82);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .22s ease, color .22s ease, background-color .22s ease, transform .22s ease;
}
.acs-contact-plane svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.acs-contact-plane:hover,
.acs-contact-plane:focus-visible,
.acs-contact-hero.is-contact-form-open .acs-contact-plane {
  border-color: var(--acs-accent, #E4B778);
  color: var(--acs-accent, #E4B778);
  background: rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}
.acs-contact-plane:focus-visible {
  outline: 2px solid var(--acs-accent, #E4B778);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .acs-contact-modal {
    align-items: flex-start;
    padding: 18px 18px 92px;
  }
  .acs-contact-form {
    max-height: calc(100vh - 150px);
    border-radius: 22px;
  }
  .acs-contact-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .acs-contact-plane {
    right: 20px;
    bottom: 20px;
  }
}


/* 0.8.47: Contact form visual correction.
   Scope: contact static page only. No changes to home, references, map engine or generic static page layout. */
.acs-staticpage--contact .acs-contact-modal {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.acs-staticpage--contact .acs-contact-form {
  color: #161616;
  background: rgba(255, 255, 255, .96);
  border-color: rgba(228, 183, 120, .42);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22);
}
.acs-staticpage--contact .acs-contact-field {
  color: rgba(0, 0, 0, .72);
  font-weight: 700;
}
.acs-staticpage--contact .acs-contact-field input,
.acs-staticpage--contact .acs-contact-field select,
.acs-staticpage--contact .acs-contact-field textarea {
  color: #111;
  background: rgba(255, 255, 255, .88);
  border-color: rgba(0, 0, 0, .22);
}
.acs-staticpage--contact .acs-contact-field input:focus,
.acs-staticpage--contact .acs-contact-field select:focus,
.acs-staticpage--contact .acs-contact-field textarea:focus {
  background: #fff;
  border-color: var(--acs-accent, #E4B778);
  box-shadow: 0 0 0 3px rgba(228, 183, 120, .22);
}
.acs-staticpage--contact .acs-contact-plane {
  right: clamp(24px, 4.8vw, 76px);
  bottom: clamp(72px, 8vw, 118px);
  width: clamp(54px, 5.7vw, 76px);
  height: clamp(54px, 5.7vw, 76px);
  border-width: 2.5px;
  background: rgba(0, 0, 0, .06);
  color: rgba(235, 235, 235, .9);
  font-weight: 700;
}
.acs-staticpage--contact .acs-contact-plane svg {
  width: 48%;
  height: 48%;
  stroke-width: 2.55;
}
.acs-staticpage--contact .acs-contact-plane:hover,
.acs-staticpage--contact .acs-contact-plane:focus-visible,
.acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
  background: rgba(255, 255, 255, .86);
}
.acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
  bottom: clamp(36px, 5vw, 76px);
}
.acs-staticpage--contact .acs-static-text a[href^="mailto:"],
.acs-staticpage--contact .acs-static-text a[href*="acsdesign.de"] {
  display: none;
}

@media (max-width: 767px) {
  .acs-staticpage--contact .acs-contact-plane {
    right: 20px;
    bottom: 76px;
  }
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
    bottom: 20px;
  }
}

/* 0.8.48: Contact form overlay correction.
   Keep the hero image clean. Only the form card receives translucent white background and light blur. */
.acs-staticpage--contact .acs-contact-modal {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.acs-staticpage--contact .acs-contact-form {
  background: rgba(255, 255, 255, .70);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: rgba(228, 183, 120, .38);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
}


/* 0.8.49: Contact form UI polish.
   Scope: contact static page only. Hero remains visible; no modal overlay, no functional changes. */
@keyframes acsContactPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.acs-staticpage--contact .acs-contact-form {
  background: rgba(255, 255, 255, .50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.acs-staticpage--contact .acs-contact-field input,
.acs-staticpage--contact .acs-contact-field select,
.acs-staticpage--contact .acs-contact-field textarea {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .35);
}

.acs-staticpage--contact .acs-contact-field input:focus,
.acs-staticpage--contact .acs-contact-field select:focus,
.acs-staticpage--contact .acs-contact-field textarea:focus {
  background: rgba(255, 255, 255, .28);
  border-color: var(--acs-accent, #E4B778);
  box-shadow: 0 0 0 3px rgba(228, 183, 120, .18);
}

.acs-staticpage--contact .acs-contact-plane {
  width: clamp(41px, 4.3vw, 57px);
  height: clamp(41px, 4.3vw, 57px);
  background: transparent;
  animation: acsContactPulse 3.4s ease-in-out infinite;
  transition: border-color .22s ease, color .22s ease, outline-color .22s ease;
}

.acs-staticpage--contact .acs-contact-plane svg {
  width: 48%;
  height: 48%;
  stroke-width: 2.55;
}

.acs-staticpage--contact .acs-contact-plane:hover,
.acs-staticpage--contact .acs-contact-plane:focus-visible {
  border-color: var(--acs-accent, #E4B778);
  color: var(--acs-accent, #E4B778);
  background: transparent;
}

.acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
  border-color: var(--acs-accent, #E4B778);
  color: var(--acs-accent, #E4B778);
  background: transparent;
  animation: none;
}

@media (max-width: 767px) {
  .acs-staticpage--contact .acs-contact-plane {
    width: 41px;
    height: 41px;
  }
}

/* 0.8.51: Contact form Ajax success state.
   Fields disappear after successful send; the confirmation remains visible for three seconds. */
.acs-staticpage--contact .acs-contact-success {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  width: 100%;
  color: var(--acs-accent, #E4B778);
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}

.acs-staticpage--contact .acs-contact-hero.is-contact-form-sent .acs-contact-form-grid,
.acs-staticpage--contact .acs-contact-hero.is-contact-form-sent .acs-contact-hp,
.acs-staticpage--contact .acs-contact-hero.is-contact-form-sent input[type="hidden"] {
  display: none;
}

.acs-staticpage--contact .acs-contact-hero.is-contact-form-sent .acs-contact-success {
  display: flex;
}

.acs-staticpage--contact .acs-contact-plane.is-contact-sending {
  opacity: .82;
}


/* 0.8.53: Responsive UI polish package.
   Scope: responsive thumbnails, contact modal, mobile menu visibility, scroll cursor, contact plane. */
body.acsreferences-showcase-page .tm-header-mobile .uk-navbar-toggle,
body.acsreferences-showcase-page .tm-header-mobile .uk-navbar-toggle-icon,
body.acsreferences-showcase-page .tm-header-mobile .uk-navbar-toggle svg,
body:has(.com-acsreferences-staticpage) .tm-header-mobile .uk-navbar-toggle,
body:has(.com-acsreferences-staticpage) .tm-header-mobile .uk-navbar-toggle-icon,
body:has(.com-acsreferences-staticpage) .tm-header-mobile .uk-navbar-toggle svg,
body:has(.com-acsreferences-about) .tm-header-mobile .uk-navbar-toggle,
body:has(.com-acsreferences-about) .tm-header-mobile .uk-navbar-toggle-icon,
body:has(.com-acsreferences-about) .tm-header-mobile .uk-navbar-toggle svg {
  color: var(--acs-accent, #E4B778) !important;
  fill: var(--acs-accent, #E4B778) !important;
  stroke: var(--acs-accent, #E4B778) !important;
}
body.acsreferences-showcase-page .uk-offcanvas-bar .uk-nav li.uk-active > a,
body.acsreferences-showcase-page .uk-offcanvas-bar .uk-nav li > a[aria-current="page"],
body:has(.com-acsreferences-staticpage) .uk-offcanvas-bar .uk-nav li.uk-active > a,
body:has(.com-acsreferences-staticpage) .uk-offcanvas-bar .uk-nav li > a[aria-current="page"] {
  color: var(--acs-accent, #E4B778) !important;
}
.acs-scroll-hint {
  font-size: clamp(48px, 4.4vw, 76px);
  min-width: 1.15em;
  min-height: 1.15em;
}
.acs-staticpage--contact .acs-contact-plane {
  width: clamp(37px, 3.9vw, 51px);
  height: clamp(37px, 3.9vw, 51px);
  border-width: 3px;
}
.acs-staticpage--contact .acs-contact-plane svg {
  stroke-width: 3.05;
}
@media (max-width: 767px) {
  .acs-staticpage--contact .acs-main-visual,
  .acs-staticpage--contact .acs-contact-hero {
    overflow: visible;
  }
  .acs-staticpage--contact .acs-contact-modal {
    position: fixed;
    inset: var(--acs-header-offset, 62px) 0 0 0;
    z-index: 1000;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px 72px;
    overflow: visible;
  }
  .acs-staticpage--contact .acs-contact-form {
    width: min(94vw, 680px);
    max-height: none;
    overflow: visible;
    padding: 12px;
    border-radius: 20px;
    transform: scale(.88);
    transform-origin: top center;
  }
  .acs-staticpage--contact .acs-contact-form-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .acs-staticpage--contact .acs-contact-field {
    gap: 3px;
    font-size: 10px;
    letter-spacing: .075em;
  }
  .acs-staticpage--contact .acs-contact-field input,
  .acs-staticpage--contact .acs-contact-field select,
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 14px;
  }
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 70px;
  }
  .acs-staticpage--contact .acs-contact-plane {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 37px;
    height: 37px;
    z-index: 1001;
  }
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
    right: 14px;
    bottom: 14px;
  }
  .acs-staticpage--contact .acs-contact-success {
    min-height: 260px;
    font-size: 1.45rem;
  }
}
@media (max-width: 420px) {
  .acs-staticpage--contact .acs-contact-form {
    transform: scale(.82);
  }
  .acs-staticpage--contact .acs-contact-field input,
  .acs-staticpage--contact .acs-contact-field select,
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 32px;
    padding: 6px 9px;
  }
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 58px;
  }
}

/* 0.8.54: Contact responsive visibility correction.
   Scope: Contact static page only. Restores the mobile form trigger and keeps the form visible without an internal scroll container. */
.acs-staticpage--contact .acs-contact-plane {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .acs-staticpage--contact .acs-contact-hero {
    position: relative;
    overflow: visible !important;
    z-index: 1;
  }
  .acs-staticpage--contact .acs-contact-modal {
    position: fixed !important;
    inset: var(--acs-header-offset, 62px) 0 0 0 !important;
    z-index: 10040 !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 10px 66px !important;
    background: transparent !important;
    overflow: visible !important;
    pointer-events: none;
  }
  .acs-staticpage--contact .acs-contact-modal[hidden] {
    display: none !important;
  }
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-modal {
    pointer-events: auto;
  }
  .acs-staticpage--contact .acs-contact-form {
    width: min(94vw, 560px) !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 10px !important;
    border-radius: 18px !important;
    transform: scale(.86);
    transform-origin: top center;
  }
  .acs-staticpage--contact .acs-contact-form-grid {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .acs-staticpage--contact .acs-contact-field {
    gap: 2px !important;
    font-size: 9.5px !important;
    line-height: 1.1 !important;
    letter-spacing: .065em !important;
  }
  .acs-staticpage--contact .acs-contact-field input,
  .acs-staticpage--contact .acs-contact-field select,
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 30px !important;
    padding: 5px 9px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 50px !important;
  }
  .acs-staticpage--contact .acs-contact-plane {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    width: 36px !important;
    height: 36px !important;
    z-index: 10060 !important;
    border-width: 3px !important;
  }
  .acs-staticpage--contact .acs-contact-plane svg {
    stroke-width: 3.15 !important;
  }
  .acs-staticpage--contact .acs-contact-success {
    min-height: 230px !important;
    font-size: 1.32rem !important;
  }
}

@media (max-width: 420px) {
  .acs-staticpage--contact .acs-contact-form {
    transform: scale(.78);
  }
  .acs-staticpage--contact .acs-contact-field input,
  .acs-staticpage--contact .acs-contact-field select,
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 28px !important;
    padding: 4px 8px !important;
    font-size: 12.5px !important;
  }
  .acs-staticpage--contact .acs-contact-field textarea {
    min-height: 44px !important;
  }
}


/* 0.8.55: Mobile contact trigger placement. Keep the plane beside the claim area, just below the cup image, instead of fixed at the browser bottom. */
@media (max-width: 767px) {
  .acs-staticpage--contact .acs-main-visual.acs-contact-hero {
    overflow: visible !important;
  }
  .acs-staticpage--contact .acs-contact-plane {
    position: absolute !important;
    right: 18px !important;
    bottom: -50px !important;
    width: 36px !important;
    height: 36px !important;
    z-index: 10060 !important;
  }
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
    right: 18px !important;
    bottom: -50px !important;
  }
}

@media (max-width: 420px) {
  .acs-staticpage--contact .acs-contact-plane,
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane {
    right: 16px !important;
    bottom: -46px !important;
  }
}

/* 0.8.57: Contact legal overlay buttons and panels.
   Scope: Contact static page only. Adds imprint/privacy overlays with backend-managed heading/text. */
.acs-staticpage--contact .acs-legal-modal {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 5vw, 76px);
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}
.acs-staticpage--contact .acs-legal-modal[hidden] {
  display: none !important;
}
.acs-staticpage--contact .acs-legal-panel {
  width: min(680px, 100%);
  max-height: min(78vh, 760px);
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(228, 183, 120, .42);
  border-radius: 28px;
  background: rgba(255, 255, 255, .50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #111;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.acs-staticpage--contact .acs-legal-title {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .02em;
}
.acs-staticpage--contact .acs-legal-text {
  min-height: 0;
  overflow-y: auto;
  padding-right: 10px;
  color: #111;
  font-size: clamp(.95rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}
.acs-staticpage--contact .acs-contact-legal-symbol {
  font-size: 1.28em;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.acs-staticpage--contact .acs-contact-plane:not(.acs-contact-plane--legal) {
  right: calc(clamp(24px, 4.8vw, 76px) + 108px);
}
.acs-staticpage--contact .acs-contact-plane--imprint {
  right: calc(clamp(24px, 4.8vw, 76px) + 54px);
}
.acs-staticpage--contact .acs-contact-plane--privacy {
  right: clamp(24px, 4.8vw, 76px);
}
.acs-staticpage--contact .acs-contact-plane--legal svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.acs-staticpage--contact .acs-contact-hero.is-contact-legal-open .acs-contact-plane--legal[aria-expanded="true"] {
  border-color: var(--acs-accent, #E4B778);
  color: var(--acs-accent, #E4B778);
  background: transparent;
  animation: none;
}
.acs-staticpage--contact .acs-contact-hero.is-contact-legal-open .acs-contact-plane:not([aria-expanded="true"]) {
  border-color: rgba(235, 235, 235, .78);
  color: rgba(235, 235, 235, .82);
  background: transparent;
}

@media (max-width: 767px) {
  .acs-staticpage--contact .acs-legal-modal {
    position: fixed !important;
    inset: var(--acs-header-offset, 62px) 0 0 0 !important;
    z-index: 10045 !important;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 10px 66px !important;
    background: transparent !important;
    pointer-events: auto;
  }
  .acs-staticpage--contact .acs-legal-panel {
    width: min(94vw, 560px) !important;
    max-height: calc(100svh - var(--acs-header-offset, 62px) - 92px);
    padding: 14px !important;
    border-radius: 18px !important;
  }
  .acs-staticpage--contact .acs-legal-title {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }
  .acs-staticpage--contact .acs-legal-text {
    font-size: .92rem;
    line-height: 1.45;
  }
  .acs-staticpage--contact .acs-contact-plane:not(.acs-contact-plane--legal) {
    right: 112px !important;
    bottom: -50px !important;
  }
  .acs-staticpage--contact .acs-contact-plane--imprint,
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane--imprint {
    right: 65px !important;
    bottom: -50px !important;
  }
  .acs-staticpage--contact .acs-contact-plane--privacy,
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane--privacy {
    right: 18px !important;
    bottom: -50px !important;
  }
}

@media (max-width: 420px) {
  .acs-staticpage--contact .acs-contact-plane:not(.acs-contact-plane--legal) {
    right: 108px !important;
    bottom: -46px !important;
  }
  .acs-staticpage--contact .acs-contact-plane--imprint,
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane--imprint {
    right: 62px !important;
    bottom: -46px !important;
  }
  .acs-staticpage--contact .acs-contact-plane--privacy,
  .acs-staticpage--contact .acs-contact-hero.is-contact-form-open .acs-contact-plane--privacy {
    right: 16px !important;
    bottom: -46px !important;
  }
}

/* ACS 0.8.61: Contact address block is one continuous text field, no internal scroll. */
.acs-staticpage--contact .acs-static-text {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.acs-staticpage--contact .acs-static-content-wrap .acs-scroll-hint {
  display: none !important;
}
