/*
 * Fullstack Studio contact V2.
 * Project-native composition inspired by 21st.dev AI Chat Input,
 * Chat Suggestions and Multi-Step Form patterns.
 */
.contact-band {
  --v2-ink: #101310;
  --v2-paper: #e9edeb;
  --v2-card: #f7f9f7;
  --v2-line: #c4cdca;
  --v2-acid: #73d8df;
  --v2-blue: #3f7980;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background: var(--v2-paper);
  color: var(--v2-ink);
}

.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.48;
  background-image: radial-gradient(#8d9187 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 65%);
  mask-image: linear-gradient(to bottom, #000, transparent 65%);
}

.contact-band::after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -390px;
  top: -410px;
  z-index: -1;
  border: 110px solid rgba(63, 121, 128, 0.09);
  border-radius: 50%;
}

.contact-band .contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 52px);
  align-items: stretch;
}

.contact-band .contact-copy {
  position: relative;
  top: auto;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px clamp(28px, 5vw, 78px);
  align-items: end;
  padding-top: 40px;
}

.contact-band .contact-copy::before {
  content: "01 / KONTAKT";
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 11px;
  border: 1px solid var(--v2-ink);
  border-radius: 999px;
  color: var(--v2-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

html[lang="en"] .contact-band .contact-copy::before {
  content: "01 / CONTACT";
}

.contact-band .contact-copy .kicker {
  display: none;
}

.contact-band .contact-copy h2 {
  grid-column: 1 / -1;
  max-width: 940px;
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(46px, 4.4vw, 64px);
  font-weight: 690;
  line-height: 0.98;
  letter-spacing: -0.044em;
  text-wrap: balance;
}

.contact-band .contact-copy > p:not(.kicker) {
  grid-column: 1;
  max-width: 670px;
  margin: 12px 0 0;
  color: #454a43;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.contact-band .contact-concept-line {
  grid-column: 2;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #454a43;
  font-size: 12px;
  line-height: 1.55;
}

.contact-band .contact-concept-line svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: var(--v2-ink);
  color: var(--v2-acid);
}

.contact-band .contact-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  border: 0;
}

.contact-band .contact-links a {
  position: relative;
  min-height: 62px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  padding: 10px 15px 10px 11px;
  border: 1px solid var(--v2-line);
  border-radius: 16px;
  background: rgba(249, 249, 244, 0.7);
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 720;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-band .contact-links a:hover {
  padding-left: 11px;
  transform: translateY(-4px);
  border-color: var(--v2-ink);
  color: var(--v2-ink);
  box-shadow: 0 14px 34px rgba(16, 19, 16, 0.1);
}

.contact-band .contact-links a > svg:first-child {
  width: 42px;
  height: 42px;
  padding: 12px;
  border-radius: 13px;
  background: var(--v2-ink);
  color: var(--v2-acid);
}

.contact-band .contact-links a > svg:last-child {
  width: 17px;
  color: #686d64;
  transition: transform 180ms ease;
}

.contact-band .contact-links a:hover > svg:last-child {
  transform: translate(3px, -3px) rotate(-45deg);
}

.contact-band .contact-form-column {
  position: relative;
  min-width: 0;
}

.contact-band .contact-brief {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  overflow: hidden;
  padding: 56px clamp(18px, 2.8vw, 36px) 26px;
  border: 0;
  border-radius: 16px;
  background: var(--v2-ink);
  color: #f3f5ee;
  box-shadow: 0 28px 72px rgba(16, 19, 16, 0.18);
}

.contact-band .contact-brief::before {
  content: "BRIEF / NAPISZ TO WŁASNYMI SŁOWAMI";
  position: absolute;
  top: 24px;
  left: clamp(22px, 3.4vw, 48px);
  width: auto;
  height: auto;
  transform: none;
  color: #969d90;
  background: none;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

html[lang="en"] .contact-band .contact-brief::before {
  content: "BRIEF / DESCRIBE IT IN YOUR OWN WORDS";
}

.contact-band .contact-brief::after {
  content: "";
  position: absolute;
  top: 25px;
  right: clamp(20px, 3vw, 40px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-acid);
  box-shadow: 0 0 0 6px rgba(115, 216, 223, 0.12), 0 0 24px rgba(115, 216, 223, 0.3);
}

.contact-band .contact-brief > label:first-of-type {
  grid-column: span 4;
}

.contact-band .contact-brief fieldset {
  grid-column: span 8;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-band .contact-brief > label:nth-of-type(2) {
  position: relative;
  grid-column: 1 / -1;
  gap: 12px;
  margin-top: 4px;
  padding: 18px 18px 28px;
  border: 1px solid #363c34;
  border-radius: 14px;
  background: #171b17;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.035) inset;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-band .contact-brief > label:nth-of-type(2):focus-within {
  border-color: #68705f;
  box-shadow: 0 0 0 4px rgba(115, 216, 223, 0.07);
}

.contact-band .contact-brief label {
  display: grid;
  gap: 9px;
}

.contact-band .contact-brief label > span,
.contact-band .contact-brief legend {
  color: #a8aea2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-band .contact-brief input,
.contact-band .contact-brief textarea,
.contact-band .contact-brief select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #3c4239;
  border-radius: 10px;
  outline: 0;
  background: #1b201b;
  color: #f8faf3;
  font-size: 15px;
  box-shadow: none;
}

.contact-band .contact-brief textarea {
  min-height: 92px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.45;
  resize: vertical;
}

.contact-band .contact-brief input::placeholder,
.contact-band .contact-brief textarea::placeholder {
  color: #71786d;
}

.contact-band .contact-brief input:focus,
.contact-band .contact-brief textarea:focus,
.contact-band .contact-brief select:focus {
  border-color: var(--v2-acid);
  box-shadow: 0 0 0 4px rgba(115, 216, 223, 0.09);
}

.contact-band .contact-brief textarea:focus {
  box-shadow: none;
}

.contact-band .contact-brief legend {
  margin-bottom: 11px;
}

.contact-band .choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.contact-band .choice-row button {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #3c4239;
  border-radius: 10px;
  background: #1b201b;
  color: #c2c8bb;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-band .choice-row button:hover {
  transform: translateY(-2px);
  border-color: #6b7364;
  color: #fff;
}

.contact-band .choice-row button.active {
  border-color: var(--v2-acid);
  background: var(--v2-acid);
  color: var(--v2-ink);
}

.contact-band .form-error {
  grid-column: 1 / -1;
  margin: 0;
  border-left: 3px solid #ff7884;
  border-radius: 8px;
  background: rgba(255, 120, 132, 0.11);
  color: #ffb9c0;
}

.contact-band .form-submit {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(330px, 0.8fr);
  gap: 18px;
  align-items: center;
  padding-top: 4px;
  border: 0;
}

.contact-band .form-submit p {
  max-width: 420px;
  margin: 0;
  color: #92998e;
  font-size: 11px;
  line-height: 1.55;
}

.contact-band .form-submit p svg {
  flex: 0 0 auto;
  color: var(--v2-acid);
}

.contact-band .form-submit .button-primary {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  border: 1px solid var(--v2-acid);
  border-radius: 10px;
  background: var(--v2-acid);
  color: var(--v2-ink);
  font-weight: 850;
  box-shadow: none;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.contact-band .form-submit .button-primary:hover {
  transform: translateY(-3px);
  background: var(--v2-acid);
  color: var(--v2-ink);
  box-shadow: 0 14px 34px rgba(115, 216, 223, 0.18);
}

.contact-band .form-submit .button-primary svg {
  color: var(--v2-ink);
}

@media (max-width: 950px) {
  .contact-band .contact-copy {
    grid-template-columns: 1fr;
  }

  .contact-band .contact-copy > p:not(.kicker),
  .contact-band .contact-concept-line {
    grid-column: 1;
  }

  .contact-band .contact-concept-line {
    max-width: 580px;
  }

  .contact-band .contact-brief > label:first-of-type,
  .contact-band .contact-brief fieldset {
    grid-column: 1 / -1;
  }
}

@media (min-width: 721px) and (max-width: 950px) {
  .contact-band .contact-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 720px) {
  .contact-band .contact {
    gap: 28px;
  }

  .contact-band .contact-copy {
    padding-top: 40px;
  }

  .contact-band .contact-copy h2 {
    font-size: clamp(36px, 9.2vw, 40px);
    line-height: 0.98;
  }

  .contact-band .contact-copy > p:not(.kicker) {
    margin-top: 4px;
    font-size: 16px;
  }

  .contact-band .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-band .contact-links a {
    min-height: 62px;
  }

  .contact-band .contact-brief {
    gap: 14px;
    padding: 56px 14px 14px;
    border-radius: 16px;
  }

  .contact-band .contact-brief::before {
    top: 22px;
    left: 16px;
    max-width: 240px;
    line-height: 1.4;
  }

  .contact-band .contact-brief::after {
    top: 25px;
    right: 18px;
  }

  .contact-band .choice-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-band .choice-row button {
    min-height: 46px;
    text-align: left;
  }

  .contact-band .choice-row button:last-child {
    grid-column: 1 / -1;
  }

  .contact-band .contact-brief > label:nth-of-type(2) {
    padding: 16px 14px 20px;
    border-radius: 12px;
  }

  .contact-band .contact-brief textarea {
    min-height: 108px;
    font-size: 18px;
  }

  .contact-band .form-submit {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-band .form-submit .button-primary {
    min-height: 54px;
  }
}

@media (min-width: 1100px) {
  .contact-band .contact {
    box-sizing: border-box;
    min-height: calc(100svh - 77px);
    grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
    gap: clamp(36px, 4vw, 60px);
    align-items: center;
    padding-top: clamp(58px, calc(5vh + 20px), 68px);
    padding-bottom: clamp(40px, 5vh, 52px);
  }

  .contact-band .contact-copy {
    grid-template-columns: 1fr;
    gap: 0;
    align-content: start;
    align-items: start;
    padding-top: 38px;
  }

  .contact-band .contact-copy h2 {
    grid-column: 1;
    max-width: 520px;
    font-size: clamp(44px, 3vw, 50px);
    line-height: 0.98;
  }

  .contact-band .contact-copy > p:not(.kicker) {
    grid-column: 1;
    max-width: 500px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-band .contact-concept-line {
    grid-column: 1;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    max-width: 500px;
    margin-top: 16px;
    font-size: 11.5px;
  }

  .contact-band .contact-concept-line svg {
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .contact-band .contact-links {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .contact-band .contact-links a {
    min-height: 54px;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 8px 12px 8px 9px;
    border-radius: 14px;
    font-size: 13px;
  }

  .contact-band .contact-links a:hover {
    padding-left: 9px;
  }

  .contact-band .contact-links a > svg:first-child {
    width: 36px;
    height: 36px;
    padding: 10px;
    border-radius: 10px;
  }

  .contact-band .contact-links a > svg:last-child {
    width: 15px;
  }

  .contact-band .contact-form-column {
    align-self: center;
  }

  .contact-band .contact-brief {
    max-width: none;
    margin-left: 0;
    gap: 14px;
    padding: 52px clamp(22px, 2.2vw, 32px) 24px;
  }

  .contact-band .contact-brief::before {
    top: 21px;
    left: clamp(22px, 2.2vw, 32px);
  }

  .contact-band .contact-brief::after {
    top: 22px;
    right: clamp(22px, 2.2vw, 32px);
  }

  .contact-band .contact-brief > label:nth-of-type(2) {
    padding: 16px 16px 22px;
  }

  .contact-band .contact-brief textarea {
    min-height: 84px;
    font-size: clamp(18px, 1.35vw, 22px);
  }

  .contact-band .form-submit {
    grid-template-columns: minmax(180px, 1fr) minmax(260px, 0.9fr);
    gap: 14px;
  }

  .contact-band .form-submit .button-primary {
    min-height: 52px;
  }
}

/* CONTACT V4 / EDITORIAL BRIEF, SHARED WITH THE SECTION */
.contact-band {
  background:
    linear-gradient(180deg, #061116 0, #173438 10px, #8fa7a3 30px, rgba(233, 237, 235, 0) 66px),
    radial-gradient(78% 70% at 90% 34%, rgba(47, 168, 163, 0.105), transparent 67%),
    radial-gradient(72% 62% at 6% 88%, rgba(73, 130, 153, 0.065), transparent 70%),
    linear-gradient(150deg, #e5efed, #f8faf8 54%, #e7f0ee);
}

.contact-band::before {
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(16, 74, 81, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 74, 81, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.52) 58%, transparent 90%);
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.52) 58%, transparent 90%);
}

.contact-band::after {
  width: 760px;
  height: 560px;
  right: -170px;
  top: 94px;
  border: 0;
  background: radial-gradient(circle, rgba(50, 164, 159, 0.13) 0, rgba(50, 164, 159, 0.045) 43%, transparent 72%);
  filter: blur(10px);
  opacity: 0.78;
}

.contact-band .contact-form-column {
  position: relative;
  isolation: isolate;
}

.contact-band .contact-form-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(13, 96, 104, 0.72), rgba(13, 96, 104, 0.18) 62%, transparent);
  transform: scaleX(1);
  transform-origin: left center;
  opacity: 1;
  transition: transform 520ms var(--ease), opacity 360ms ease;
}

.contact-band .contact-form-column::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  pointer-events: none;
  border-radius: 50%;
  background: #0d7279;
  box-shadow: 0 0 0 5px rgba(13, 114, 121, 0.1);
}

.contact-band .contact-brief {
  overflow: visible;
  padding: 48px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #10282b;
  box-shadow: none;
  transition: none;
}

.contact-band .contact-form-column:hover .contact-brief,
.contact-band .contact-form-column:focus-within .contact-brief {
  border-color: transparent;
  box-shadow: none;
}

.contact-band .contact-brief::before {
  top: 17px;
  left: 0;
  color: #4d6768;
}

.contact-band .contact-brief::after {
  top: 17px;
  right: 1px;
  background: #0d7279;
  box-shadow: 0 0 0 5px rgba(13, 114, 121, 0.1);
}

.contact-band .contact-brief label > span,
.contact-band .contact-brief legend {
  color: #4d6260;
}

.contact-band .contact-brief > label:nth-of-type(2) {
  border-color: rgba(18, 74, 83, 0.16);
  background: rgba(250, 252, 249, 0.68);
  box-shadow: 0 12px 34px rgba(15, 45, 52, 0.055);
}

.contact-band .contact-brief > label:nth-of-type(2):focus-within {
  border-color: rgba(13, 114, 121, 0.58);
  box-shadow: 0 0 0 4px rgba(13, 114, 121, 0.08), 0 16px 38px rgba(15, 45, 52, 0.07);
}

.contact-band .contact-brief input,
.contact-band .contact-brief select,
.contact-band .choice-row button {
  border-color: rgba(18, 74, 83, 0.17);
  background: rgba(250, 252, 249, 0.7);
  color: #173538;
  box-shadow: 0 10px 28px rgba(15, 45, 52, 0.045);
}

.contact-band .contact-brief input:focus,
.contact-band .contact-brief select:focus {
  border-color: rgba(13, 114, 121, 0.6);
  box-shadow: 0 0 0 4px rgba(13, 114, 121, 0.08);
}

.contact-band .contact-brief textarea {
  color: #173538;
}

.contact-band .contact-brief input::placeholder,
.contact-band .contact-brief textarea::placeholder {
  color: #71817d;
}

.contact-band .choice-row button {
  color: #536662;
  transition: transform 240ms var(--ease), border-color 240ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.contact-band .choice-row button:hover {
  border-color: rgba(13, 114, 121, 0.46);
  background: rgba(255, 255, 252, 0.9);
  color: #123438;
  box-shadow: 0 12px 30px rgba(15, 45, 52, 0.065);
}

.contact-band .choice-row button.active {
  border-color: #12383d;
  background: #12383d;
  color: #f4faf8;
}

.contact-band .form-submit p {
  color: #647571;
}

.contact-band .form-submit p svg {
  color: #0d7279;
}

.contact-band .form-submit .button-primary {
  border-color: #102f34;
  background: #102f34;
  color: #f3f8f7;
  box-shadow: 0 14px 32px rgba(8, 36, 42, 0.14);
  transition: transform 260ms var(--ease), background 240ms ease, border-color 240ms ease, box-shadow 260ms ease;
}

.contact-band .form-submit .button-primary:hover {
  background: #0c454b;
  border-color: #0c454b;
  color: #fff;
  box-shadow: 0 18px 38px rgba(8, 36, 42, 0.19);
}

.contact-band .form-submit .button-primary svg {
  color: var(--v2-acid);
}

.contact-band .contact-links a {
  transition: transform 260ms var(--ease), border-color 240ms ease, box-shadow 260ms ease;
}

html[data-motion="full"] .contact-band .contact-form-column[style*="opacity: 0;"]::before {
  opacity: 0;
  transform: scaleX(0.12);
}

html[data-motion="full"] .contact-band .contact-form-column .contact-brief > label:first-of-type,
html[data-motion="full"] .contact-band .contact-form-column .contact-brief > fieldset,
html[data-motion="full"] .contact-band .contact-form-column .contact-brief > label:nth-of-type(2),
html[data-motion="full"] .contact-band .contact-form-column .contact-brief > .form-submit {
  opacity: 1;
  transform: none;
  transition: opacity 460ms var(--ease), transform 460ms var(--ease);
}

html[data-motion="full"] .contact-band .contact-form-column[style*="opacity: 0;"] .contact-brief > label:first-of-type,
html[data-motion="full"] .contact-band .contact-form-column[style*="opacity: 0;"] .contact-brief > fieldset,
html[data-motion="full"] .contact-band .contact-form-column[style*="opacity: 0;"] .contact-brief > label:nth-of-type(2),
html[data-motion="full"] .contact-band .contact-form-column[style*="opacity: 0;"] .contact-brief > .form-submit {
  opacity: 0;
  transform: translateY(14px) scale(0.996);
}

html[data-motion="full"] .contact-band .contact-brief > label:first-of-type { transition-delay: 70ms !important; }
html[data-motion="full"] .contact-band .contact-brief > fieldset { transition-delay: 120ms !important; }
html[data-motion="full"] .contact-band .contact-brief > label:nth-of-type(2) { transition-delay: 170ms !important; }
html[data-motion="full"] .contact-band .contact-brief > .form-submit { transition-delay: 220ms !important; }
html[data-motion="full"] .contact-band::after { animation: contact-ambient-drift 15s ease-in-out infinite; }

@keyframes contact-ambient-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.98); }
  50% { transform: translate3d(-22px, 9px, 0) scale(1.035); }
}

@media (min-width: 1100px) {
  .contact-band .contact-form-column {
    padding-left: clamp(28px, 3vw, 48px);
    border-left: 1px solid rgba(18, 74, 83, 0.15);
  }

  .contact-band .contact-form-column::before {
    left: clamp(28px, 3vw, 48px);
  }

  .contact-band .contact-form-column::after {
    left: clamp(28px, 3vw, 48px);
  }
}

html[data-motion="reduced"] .contact-band::after,
html[data-motion="reduced"] .contact-band .contact-form-column::before,
html[data-motion="reduced"] .contact-band .contact-form-column::after,
html[data-motion="reduced"] .contact-band .contact-brief > *,
html[data-motion="reduced"] .contact-band .contact-links a,
html[data-motion="reduced"] .contact-band .contact-links a > svg:last-child,
html[data-motion="reduced"] .contact-band .choice-row button,
html[data-motion="reduced"] .contact-band .form-submit .button-primary {
  animation: none !important;
  transition: none !important;
}
/* PROJECT SCREENS / CLEAN EDGES + SUBTLE FLOAT */
.work-carousel-screen {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.work-carousel-deck .work-carousel-screen.work-carousel-screen--left {
  --screen-rotate: -1.35deg;
}

.work-carousel-deck .work-carousel-screen.work-carousel-screen--right {
  --screen-rotate: 1.35deg;
}

.work-carousel-screen-button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  will-change: transform;
  filter: drop-shadow(0 20px 26px rgba(11, 47, 51, 0.16));
  transition: filter 0.28s ease;
}

.work-carousel-screen-visual {
  --screen-float-x: 0px;
  --screen-float-y: -5px;
  --screen-float-duration: 7.8s;
  isolation: isolate;
  overflow: clip;
  aspect-ratio: var(--screen-aspect, 1.66 / 1);
  border: 1px solid rgba(8, 63, 69, 0.1);
  -webkit-clip-path: inset(0.5px round 13.5px);
  clip-path: inset(0.5px round 13.5px);
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, translate;
}

.work-carousel-deck .work-carousel-screen .work-carousel-screen-visual {
  aspect-ratio: var(--screen-aspect, 1.66 / 1);
  box-shadow: none;
}

.work-carousel-screen--left .work-carousel-screen-visual {
  --screen-float-x: -1px;
  --screen-float-y: -3px;
  --screen-float-duration: 8.8s;
  animation-delay: -2.6s;
}

.work-carousel-screen--right .work-carousel-screen-visual {
  --screen-float-x: 1px;
  --screen-float-y: -4px;
  --screen-float-duration: 7.2s;
  animation-delay: -4.1s;
}

.work-carousel-screen-button[data-lightbox-trigger="ecp:0"] .work-carousel-screen-visual,
.work-carousel-screen-button[data-lightbox-trigger="ecp:2"] .work-carousel-screen-visual {
  --screen-aspect: 1306 / 786;
}

.work-carousel-screen-button[data-lightbox-trigger="ecp:1"] .work-carousel-screen-visual {
  --screen-aspect: 1364 / 850;
}

.work-carousel-screen-button[data-lightbox-trigger="crm:0"] .work-carousel-screen-visual {
  --screen-aspect: 1483 / 915;
}

.work-carousel-screen-button[data-lightbox-trigger="crm:1"] .work-carousel-screen-visual {
  --screen-aspect: 1892 / 915;
}

.work-carousel-screen-button[data-lightbox-trigger="crm:2"] .work-carousel-screen-visual {
  --screen-aspect: 409 / 915;
}

.work-carousel-screen-button[data-lightbox-trigger^="studioflow:"] .work-carousel-screen-visual {
  --screen-aspect: 1600 / 1000;
}

.work-carousel-screen-button[data-lightbox-trigger="field:0"] .work-carousel-screen-visual {
  --screen-aspect: 1434 / 896;
}

.work-carousel-screen-button[data-lightbox-trigger="field:1"] .work-carousel-screen-visual {
  --screen-aspect: 1434 / 360;
}

.work-carousel-screen-button[data-lightbox-trigger="field:2"] .work-carousel-screen-visual {
  --screen-aspect: 933 / 1995;
}

.work-carousel-screen-button[data-lightbox-trigger^="flow:"] .work-carousel-screen-visual {
  --screen-aspect: 1419 / 3072;
}

.work-carousel-screen-visual img {
  max-width: none;
  border-radius: 0;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
  transform: translateZ(0);
  transform-origin: center;
}

.work-carousel-screen-button:hover .work-carousel-screen-visual,
.work-carousel-screen-button:focus-visible .work-carousel-screen-visual {
  transform: translate3d(0, -4px, 0);
}

.work-carousel-screen-button:hover,
.work-carousel-screen-button:focus-visible {
  filter: drop-shadow(0 24px 31px rgba(11, 47, 51, 0.2));
}

.work-carousel-screen-button:focus-visible {
  border-radius: 14px;
  outline: 2px solid #159aa0;
  outline-offset: 4px;
}

.work-carousel-screen-button:focus-visible .work-carousel-screen-visual {
  outline: none;
}

html[data-motion="full"] .work-carousel-screen-visual {
  animation-name: project-screen-float;
  animation-duration: var(--screen-float-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes project-screen-float {
  0%, 100% { translate: 0 0; }
  50% { translate: var(--screen-float-x) var(--screen-float-y); }
}

@media (max-width: 760px) {
  .work-carousel-deck .work-carousel-screen .work-carousel-screen-visual {
    --screen-float-x: 0px;
    --screen-float-y: -2.5px;
    --screen-float-duration: 9.4s;
  }
}

html[data-motion="reduced"] .work-carousel-screen,
html[data-motion="reduced"] .work-carousel-screen-button,
html[data-motion="reduced"] .work-carousel-screen-visual,
html[data-motion="reduced"] .work-carousel-screen-visual img {
  animation: none !important;
  transition: none !important;
}

html[data-motion="reduced"] .work-carousel-screen {
  will-change: auto;
}

html[data-motion="reduced"] .work-carousel-screen-button {
  transform: none !important;
  will-change: auto;
}

html[data-motion="reduced"] .work-carousel-screen-visual {
  translate: none !important;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="full"]) .work-carousel-screen,
  html:not([data-motion="full"]) .work-carousel-screen-button,
  html:not([data-motion="full"]) .work-carousel-screen-visual,
  html:not([data-motion="full"]) .work-carousel-screen-visual img {
    animation: none !important;
    transition: none !important;
  }

  html:not([data-motion="full"]) .work-carousel-screen {
    will-change: auto;
  }

  html:not([data-motion="full"]) .work-carousel-screen-button {
    transform: none !important;
    will-change: auto;
  }

  html:not([data-motion="full"]) .work-carousel-screen-visual {
    translate: none !important;
    will-change: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-band .contact-links a,
  .contact-band .choice-row button,
  .contact-band .form-submit .button-primary {
    transition: none;
  }
}
