@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../assets/fonts/cera-pro-black-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --soft-surface: #e6e6e6;
  --text: #343434;
  --pad: clamp(22px, 2vw, 34px);
  --accent: #91F4C2;
  --font-sans: "Cera Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  background: var(--bg);
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.contact-open,
body.policy-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font: inherit;
  color: inherit;
}

.page {
  min-height: 100svh;
  padding: var(--pad);
  display: flex;
  flex-direction: column;
}

.wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: calc(100svh - (var(--pad) * 2));
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(22px, 2vw, 30px) clamp(18px, 1.8vw, 28px);
  align-items: start;
}

.mobile-primary {
  display: contents;
}

.top-left,
.top-center,
.top-right,
.bottom-left,
.bottom-center,
.bottom-right {
  align-self: start;
}

.top-left {
  grid-column: 1;
  grid-row: 1;
  max-width: clamp(280px, 20vw, 380px);
}

.top-center {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  text-align: center;
  padding-top: 0;
  transform: translateY(clamp(-38px, -2.2vw, -26px));
}

.top-right {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  text-align: right;
  max-width: clamp(260px, 18vw, 360px);
}

.hero {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 58vh, 760px);
  text-align: center;
  padding: 0;
}

.bottom-left {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.bottom-center {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.bottom-right {
  grid-column: 3;
  grid-row: 3;
  justify-self: end;
  align-self: end;
}

.mobile-agency-credit {
  display: none;
}

.agency-credit-group-start {
  margin-top: 0.8em;
}

.agency-credit-desktop-separator,
.agency-credit-desktop-break {
  display: none;
}

@media (min-width: 1025px) {
  html,
  body {
    background-color: #000000;
    overscroll-behavior-y: none;
  }

  .page {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }

  .clients-section {
    box-shadow: 0 -32px 0 #ffffff;
    z-index: 0;
  }

  .legal-shell::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #000000;
  }

  .legal-shell .legal-section {
    padding-block: 8px;
  }

  .legal-shell .legal-links {
    transform: translateY(2px);
  }

  :root {
    --desktop-headline-half-block: clamp(53.4px, 5.74vw, 113.2px);
  }

  .wrap {
    position: relative;
  }

  .hero {
    position: absolute;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    inset: 0;
    min-height: 0;
    pointer-events: none;
  }

  .bottom-center {
    position: absolute;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    inset: 0;
    align-self: stretch;
    justify-self: stretch;
    z-index: 3;
    display: grid;
    place-items: center;
    pointer-events: none;
  }

  .bottom-center .showreel-link {
    transform: translateY(
      calc(var(--desktop-headline-half-block) + clamp(28px, 2vw, 36px))
    );
    pointer-events: auto;
  }

  .bottom-right {
    transform: translateY(-3.4px);
  }

  .mobile-agency-credit {
    display: block;
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: end;
    justify-self: center;
    z-index: 2;
    width: min(46vw, 760px);
    margin: 0;
    font-size: clamp(10px, 1vw, 16px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    transform: translateY(-1.4px);
  }

  .mobile-agency-credit .agency-credit-line,
  .mobile-agency-credit .agency-credit-desktop-separator {
    display: inline;
  }

  .mobile-agency-credit .agency-credit-desktop-break {
    display: block;
    height: 0;
  }

  .mobile-agency-credit .agency-credit-group-start {
    margin-top: 0;
  }

}

@media (min-width: 1025px) and (max-width: 1199px) {
  .mobile-agency-credit {
    transform: translateY(
      calc(clamp(-90px, calc(-204px + 11vw), -80px) - 1.4px)
    );
  }
}

@media (min-width: 1025px) and (max-height: 520px) {
  .page {
    min-height: max(100dvh, 520px);
  }

  .wrap {
    min-height: calc(max(100dvh, 520px) - (var(--pad) * 2));
  }
}


.small-text {
  font-size: clamp(17px, 1.05vw, 22px);
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.social-intro {
  margin: 0 0 20px;
  line-height: 1.08;
}

.social-intro-mobile {
  display: none;
}

.social-pointer {
  display: inline-flex;
  margin: 0 0 18px;
  animation: blinkCursor 1s steps(1, end) infinite;
}

.social-pointer-icon {
  width: 9px;
  height: 41px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.social-list {
  display: grid;
  gap: 4px;
}

.social-link {
  line-height: 1.04;
  display: inline-block;
  transition: none;
}

.showreel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: none;
}

.social-link:hover,
.showreel-link:hover {
  opacity: 1;
}

.logo-lottie-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(190px, 15vw, 270px);
  text-decoration: none;
}

.logo-lottie-shell {
  display: block;
  width: 100%;
}

.logo-lottie-player {
  display: block;
  width: 100%;
  aspect-ratio: 3000 / 1078;
}

.logo-lottie-player svg {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.top-note {
  margin: 0;
  min-height: 1.35em;
}

h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: clamp(58px, 6.24vw, 123px);
  line-height: 0.92;
  letter-spacing: -0.08em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-headline-mobile {
  display: none;
}

.hero-line {
  width: 100%;
  text-align: center;
}

.hero-line-flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
}

.hero-line-no-wrap {
  white-space: nowrap;
}

.hero-line + .hero-line {
  margin-top: 0.02em;
}

.rotating-word-wrap {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  min-width: 0;
  position: relative;
  vertical-align: baseline;
  text-align: left;
}

.rotating-punctuation {
  display: inline-block;
}

.rotating-word {
  display: inline-block;
  min-height: 1em;
}

.type-cursor {
  display: inline-block;
  margin-left: 0.04em;
  transform: translateY(-0.02em);
  animation: blinkCursor 1s steps(1, end) infinite;
}

@keyframes blinkCursor {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.info-list {
  display: grid;
  gap: 2px;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.address-link {
  text-decoration: none;
}

.showreel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(18px, 1.05vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
  white-space: nowrap;
}

.showreel-text {
  display: inline-block;
}

.showreel-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 32px;
  width: 32px;
  height: 14px;
  transform: translateY(-0.08em);
}

.showreel-default-icon,
.showreel-play-sequence {
  display: inline-flex;
  align-items: center;
}

.showreel-default-icon {
  opacity: 1;
  transition: opacity 180ms ease;
}

.showreel-default-svg {
  width: 32px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.showreel-play-sequence {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  height: 14px;
  justify-content: flex-start;
  gap: 3.2px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.showreel-play {
  color: var(--text);
  opacity: 1;
  transform: none;
}

.showreel-play-svg {
  width: 10.6px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.showreel-link:hover .showreel-default-icon {
  opacity: 0;
}

.showreel-link:hover .showreel-play-sequence {
  opacity: 1;
}

.showreel-link:hover .showreel-play:nth-child(1) {
  animation: showreelPlayLoop 1.05s ease-in-out infinite;
}

.showreel-link:hover .showreel-play:nth-child(2) {
  animation: showreelPlayLoop 1.05s ease-in-out infinite 0.12s;
}

.showreel-link:hover .showreel-play:nth-child(3) {
  animation: showreelPlayLoop 1.05s ease-in-out infinite 0.24s;
}

@keyframes showreelPlayLoop {
  0%, 100% {
    color: var(--text);
  }
  18%, 62% {
    color: var(--accent);
  }
  63%, 99% {
    color: var(--text);
  }
}

.swap-button {
  appearance: none;
  border: 0;
  color: var(--text);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  transition: color 220ms ease, transform 160ms ease;
}

.swap-button:hover,
.swap-button.is-hovered {
  color: var(--text);
}

.swap-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #91F4C2;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}

.swap-button:hover::before,
.swap-button.is-hovered::before {
  transform: scaleX(1);
}

.swap-button-label {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
}

.contact-button {
  background: var(--soft-surface);
  min-width: clamp(340px, 24vw, 460px);
  min-height: clamp(68px, 5vw, 84px);
  padding: 20px 32px;
  font-size: clamp(18px, 1.05vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.clients-section {
  min-height: clamp(150px, 13vh, 190px);
  background: var(--soft-surface);
  color: var(--text);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top: 0;
  border-radius: 32px 32px 0 0;
}

.clients-label {
  position: absolute;
  top: 12px;
  left: calc(var(--pad) + 18px);
  z-index: 2;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: rgba(52, 52, 52, 0.92);
  white-space: nowrap;
}

.clients-inner {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.clients-marquee {
  display: flex;
  width: max-content;
  min-width: max-content;
  align-items: center;
  white-space: nowrap;
  animation: clientsMarquee 186s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.clients-marquee.is-resizing {
  animation: none;
  transform: translate3d(-50%, 0, 0);
}

.clients-track {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: max-content;
  gap: clamp(28px, 4vw, 72px);
  padding-right: clamp(28px, 4vw, 72px);
}

.client-logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(96px, 10vw, 150px);
  height: clamp(32px, 3.8vw, 48px);
  flex: 0 0 auto;
}

.client-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
  opacity: 0.92;
}

@keyframes clientsMarquee {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.legal-shell {
  background: var(--soft-surface);
}

.legal-section {
  min-height: auto;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px var(--pad);
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}

.legal-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 18px;
  font-size: clamp(14px, 0.9vw, 17px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.legal-links > * {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 160ms ease;
}

.legal-links > :nth-child(1) {
  justify-self: start;
  text-align: left;
}

.legal-links > :nth-child(2) {
  justify-self: center;
  text-align: center;
}

.legal-links > :nth-child(3) {
  justify-self: end;
  text-align: right;
}

.legal-links > *:hover {
  opacity: 0.7;
}


.legal-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.legal-link-button:hover {
  opacity: 0.7;
}

.contact-panel {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 60;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.contact-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-pixel-layer {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(var(--contact-grid-cols, 18), 1fr);
  grid-template-rows: repeat(var(--contact-grid-rows, 12), 1fr);
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.contact-pixel {
  background: var(--accent);
  opacity: 0;
  transform: scale(0.08);
  transform-origin: center bottom;
  border-radius: 2px;
  transition:
    opacity 60ms steps(1, end),
    transform 460ms cubic-bezier(.2, .8, .2, 1),
    background-color 620ms cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--pixel-delay, 0ms), var(--pixel-delay, 0ms), calc(var(--pixel-delay, 0ms) + 180ms);
}

.contact-panel.is-open .contact-pixel {
  opacity: 1;
  transform: scale(1.02);
}

.contact-panel.is-settled .contact-pixel {
  background: var(--soft-surface);
}

.contact-panel.is-closing .contact-pixel {
  background: var(--accent);
  opacity: 0;
  transform: scale(0.08);
  transition-delay: var(--pixel-delay-reverse, 0ms), var(--pixel-delay-reverse, 0ms), 0ms;
}

.contact-panel-surface {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: var(--pad);
  display: grid;
  grid-template-rows: auto 1fr;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 260ms ease;
  transition-delay: 760ms;
}

.contact-panel.is-open .contact-panel-surface {
  opacity: 1;
  transform: translateY(0);
}

.contact-panel.is-closing .contact-panel-surface {
  opacity: 0;
  transform: translateY(18px);
  transition-delay: 0ms;
}

.contact-panel-topbar {
  width: 100%;
  margin: 0 0 clamp(24px, 2.6vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-panel-kicker {
  font-size: clamp(18px, 1.05vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.contact-panel-layout {
  width: 100%;
  min-height: calc(100svh - 110px);
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(34px, 7vw, 124px);
  align-items: center;
}

.contact-panel-copy-wrap {
  max-width: 760px;
}

.contact-panel-title {
  margin: 0;
  font-size: clamp(46px, 5.1vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 400;
  max-width: 12ch;
  position: relative;
  overflow: visible;
}

.cheers-word {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.cheers-static,
.cheers-ghost {
  display: inline-block;
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.cheers-static {
  animation: cheersStaticFade 4.2s ease-in-out infinite;
}

.cheers-ghost {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.cheers-toast .cheers-ghost {
  animation: clinkToastTravel 4.2s ease-in-out infinite;
}

.cheers-taste .cheers-ghost {
  animation: clinkTasteTravel 4.2s ease-in-out infinite;
}

@keyframes cheersStaticFade {
  0%, 15%, 100% { opacity: 1; }
  18%, 34% { opacity: 0; }
  38%, 96% { opacity: 1; }
}

@keyframes clinkToastTravel {
  0%, 14%, 100% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  18% { opacity: 1; transform: translate3d(42px, -12px, 0) rotate(-6deg) scale(1.01); }
  24% { opacity: 1; transform: translate3d(clamp(120px, 11vw, 220px), -34px, 0) rotate(-12deg) scale(1.03); }
  28% { opacity: 1; transform: translate3d(clamp(146px, 13vw, 260px), -40px, 0) rotate(-14deg) scale(1.05); }
  32% { opacity: 1; transform: translate3d(clamp(128px, 11.8vw, 232px), -28px, 0) rotate(-8deg) scale(1.01); }
  36% { opacity: 0; transform: translate3d(34px, -8px, 0) rotate(-3deg) scale(1); }
}

@keyframes clinkTasteTravel {
  0%, 14%, 100% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
  18% { opacity: 1; transform: translate3d(-42px, -12px, 0) rotate(6deg) scale(1.01); }
  24% { opacity: 1; transform: translate3d(clamp(-138px, -11.8vw, -230px), -34px, 0) rotate(12deg) scale(1.03); }
  28% { opacity: 1; transform: translate3d(clamp(-162px, -13.5vw, -270px), -40px, 0) rotate(14deg) scale(1.05); }
  32% { opacity: 1; transform: translate3d(clamp(-142px, -12vw, -238px), -28px, 0) rotate(8deg) scale(1.01); }
  36% { opacity: 0; transform: translate3d(-34px, -8px, 0) rotate(3deg) scale(1); }
}

.contact-areas {
  margin: clamp(24px, 2.8vw, 38px) 0 0;
  max-width: 46ch;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.42;
  letter-spacing: -0.03em;
  color: rgba(52, 52, 52, 0.82);
}

.close-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.close-icon {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-form {
  width: 100%;
  max-width: 640px;
  justify-self: end;
  position: relative;
  display: grid;
  gap: clamp(14px, 1.5vw, 18px);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field {
  display: block;
  position: relative;
}

.field-control {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(52, 52, 52, 0.28);
  background: transparent;
  padding: 0 44px 16px 0;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.05em;
  border-radius: 0;
  outline: none;
  appearance: none;
  color: var(--text);
}

.field-control::placeholder {
  color: rgba(52, 52, 52, 0.52);
}

.field-control:focus {
  border-color: rgba(52, 52, 52, 0.78);
}

.field-control-textarea {
  min-height: 180px;
  resize: vertical;
  padding-right: 0;
}

.field-select {
  z-index: 8;
}

.custom-select {
  position: relative;
}

.custom-select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-72%) rotate(45deg);
  pointer-events: none;
  opacity: 0.9;
  transition: transform 180ms ease;
}

.custom-select.is-open::after {
  transform: translateY(-28%) rotate(-135deg);
}

.field-control-select {
  width: 100%;
  border: 0;
  background: #000000;
  color: #ffffff;
  padding: 18px 56px 18px 16px;
  text-align: left;
  cursor: pointer;
}

.field-control-select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.custom-select-text.is-placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  background: #000000;
  color: #ffffff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.custom-select.is-open .custom-select-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.custom-select-option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  padding: 16px;
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.05em;
  transition: background 140ms ease, color 140ms ease;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.submit-row {
  display: flex;
  justify-content: flex-start;
  margin-top: clamp(8px, 1.4vw, 14px);
}

.submit-btn {
  background: var(--accent);
  min-width: clamp(280px, 19vw, 360px);
  min-height: clamp(68px, 5vw, 84px);
  padding: 20px 32px;
  font-size: clamp(18px, 1.05vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.submit-btn:disabled {
  background: var(--accent);
  cursor: wait;
  opacity: 1;
}

.form-status {
  min-height: 1.2em;
  margin: 0;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(52, 52, 52, 0.78);
}

.form-status[data-state="error"] {
  color: #7c2727;
}


.policy-panel {
  position: fixed;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 80;
}

.policy-panel.is-open,
.policy-panel.is-closing {
  visibility: visible;
  pointer-events: auto;
}

.policy-panel-surface {
  position: absolute;
  inset: 0;
  height: 100dvh;
  background: #000000;
  color: #ffffff;
  transform: translateY(100%);
  transition: transform 780ms cubic-bezier(.22,1,.36,1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.policy-panel.is-open .policy-panel-surface {
  transform: translateY(0);
}

.policy-panel.is-closing .policy-panel-surface {
  transform: translateY(100%);
}

.policy-panel-topbar {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 5;
  background: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: var(--pad) var(--pad) clamp(24px, 2.8vw, 42px);
}

.policy-panel-content {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: grid;
  align-content: start;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 var(--pad) var(--pad);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 320ms ease, transform 320ms ease;
  transition-delay: 260ms;
}

.policy-panel.is-open .policy-panel-content {
  opacity: 1;
  transform: translateY(0);
}

.policy-panel.is-closing .policy-panel-content {
  opacity: 0;
  transform: translateY(24px);
  transition-delay: 0ms;
}

.policy-panel-title {
  margin: 0;
  font-size: clamp(42px, 5vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 400;
}

.policy-panel-copy {
  width: min(760px, 100%);
  display: grid;
  gap: 18px;
}

.policy-panel-copy p {
  margin: 0;
  font-size: clamp(18px, 1.08vw, 22px);
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: rgba(255,255,255,0.88);
}

.policy-panel-copy a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.policy-section {
  display: grid;
  gap: 12px;
}

.policy-section h3,
.policy-section h4 {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.policy-section h3 {
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.12;
}

.policy-section h4 {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.2;
  margin-top: 6px;
}

.policy-panel-copy ul {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,0.88);
}

.policy-panel-copy li {
  font-size: clamp(18px, 1.08vw, 22px);
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.policy-close-btn {
  color: #ffffff;
}

@media (min-width: 1600px) {
  :root {
    --desktop-headline-half-block: clamp(70.8px, 6.04vw, 129.7px);
  }

  .hero {
    min-height: 62vh;
  }

  h1 {
    font-size: clamp(77px, 6.56vw, 141px);
  }

}

@media (max-width: 1024px) {
  :root {
    --pad: clamp(20px, 2.8vw, 28px);
  }

  .wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto minmax(300px, 1fr) auto auto;
    grid-template-areas:
      "intro logo"
      "note note"
      "hero hero"
      "details showreel"
      "cta cta";
    gap: clamp(18px, 2.5vw, 26px);
  }

  .top-left {
    grid-area: intro;
    max-width: 280px;
  }

  .top-center {
    grid-area: logo;
    justify-self: end;
  }

  .top-right {
    grid-area: note;
    justify-self: start;
    max-width: 100%;
    text-align: left;
  }

  .hero {
    grid-area: hero;
    min-height: clamp(300px, 48svh, 520px);
  }

  .bottom-left {
    grid-area: details;
  }

  .bottom-center {
    grid-area: showreel;
    justify-self: end;
    align-self: center;
  }

  .bottom-right {
    grid-area: cta;
    justify-self: start;
    margin-top: 0;
    width: 100%;
  }

  .social-link,
  .info-list a,
  .showreel-link,
  .legal-links > * {
    min-height: 44px;
  }

  .social-link,
  .info-list a,
  .legal-links > * {
    display: flex;
    align-items: center;
  }

  .contact-button {
    width: min(420px, 100%);
    min-width: 0;
  }

  .contact-panel-surface {
    min-height: 100dvh;
  }

  .contact-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .contact-panel-layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(28px, 5vw, 48px);
    padding: clamp(16px, 4vh, 36px) 0 40px;
    min-height: auto;
  }

  .contact-form {
    justify-self: start;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  :root {
    --pad: clamp(16px, 4.5vw, 20px);
    --mobile-headline-size: clamp(36px, 10.5vw, 48px);
    --mobile-headline-half-block: clamp(49.7px, 14.5vw, 66.2px);
    --mobile-canvas-color: #ffffff;
  }

  html,
  body {
    background-color: var(--mobile-canvas-color);
  }

  html.mobile-footer-canvas {
    --mobile-canvas-color: var(--soft-surface);
  }

  body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .page {
    order: 0;
    min-height: 0;
    padding: 0;
    display: block;
    background: #ffffff;
  }

  .wrap {
    min-height: 0;
    display: block;
  }

  .mobile-primary {
    width: 100%;
    min-height: 100svh;
    padding: var(--pad);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    align-items: start;
  }

  .top-left,
  .top-center,
  .top-right,
  .bottom-left,
  .bottom-center,
  .bottom-right,
  .hero {
    grid-area: auto;
    grid-column: 1;
    align-self: start;
  }

  .top-center {
    grid-row: 1;
    justify-self: center;
    padding-top: 0;
    transform: translateY(clamp(-22px, -5vw, -16px));
    z-index: 1;
  }

  .logo-lottie-trigger {
    width: clamp(164px, 50vw, 220px);
  }

  .top-right {
    display: none;
  }

  .top-note {
    min-height: 0;
  }

  .top-left {
    grid-row: 2;
    justify-self: center;
    width: 100%;
    max-width: 420px;
    margin-top: 0;
    text-align: center;
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.18;
  }

  .social-intro {
    max-width: 28ch;
    margin: 0 auto clamp(10px, 1.8vh, 14px);
    line-height: inherit;
  }

  .social-intro-desktop {
    display: none;
  }

  .social-intro-mobile {
    display: inline;
  }

  .mobile-intro-continuation {
    display: block;
  }

  .social-pointer {
    display: flex;
    width: max-content;
    margin: 0 auto;
  }

  .social-pointer-icon {
    width: 7px;
    height: clamp(24px, 3.5vh, 30px);
  }

  .social-list {
    width: 100%;
    justify-items: center;
    gap: 0;
    margin-top: clamp(-12px, -1.5vh, -8px);
  }

  .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 44px;
  }

  .social-link:first-child {
    align-items: flex-end;
    padding-bottom: 1px;
  }

  .social-link:last-child {
    align-items: flex-start;
    padding-top: 1px;
  }

  .hero {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
    margin-top: 0;
    padding: 0 clamp(12px, 4vw, 20px);
    place-items: center;
    align-self: stretch;
    text-align: center;
  }

  h1 {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: var(--mobile-headline-size);
    line-height: 0.92;
    letter-spacing: -0.075em;
    text-align: center;
    text-wrap: balance;
  }

  .hero-line,
  .hero-line-flex {
    display: inline;
    width: auto;
    text-align: inherit;
  }

  .hero-line + .hero-line {
    margin-top: 0;
  }

  .hero-line-no-wrap {
    white-space: normal;
  }

  .rotating-word-wrap {
    display: inline;
    min-width: 0;
    max-width: none;
  }

  .rotating-word {
    display: inline;
    min-width: 0;
  }

  .hero-headline-desktop {
    display: none;
  }

  .hero-headline-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-hero-line {
    display: block;
    width: 100%;
    min-height: 0.92em;
    text-align: center;
    white-space: nowrap;
  }

  .bottom-left {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(30px, 8vw, 44px) var(--pad) clamp(18px, 5vw, 28px);
    text-align: center;
    font-size: clamp(14.5px, 3.9vw, 16px);
    line-height: 1.25;
  }

  .info-list {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0;
  }

  .info-list a {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    text-align: center;
  }

  .info-list .address-link {
    max-width: none;
    flex-direction: column;
    min-height: 0;
    margin-bottom: calc((36px - 1.25em) / 2);
  }

  .address-line {
    display: block;
  }

  .address-line-postcode {
    white-space: nowrap;
  }

  .bottom-center {
    grid-row: 3;
    align-self: stretch;
    justify-self: stretch;
    display: grid;
    place-items: center;
    width: 100%;
    margin-top: 0;
    text-align: center;
    pointer-events: none;
  }

  .showreel-link {
    min-height: 44px;
    font-size: clamp(16px, 4.2vw, 18px);
    transform: translateY(
      calc(var(--mobile-headline-half-block) + clamp(28px, 3.8vh, 34px))
    );
    pointer-events: auto;
  }

  .mobile-agency-credit {
    display: block;
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    justify-self: center;
    width: calc(100% + (var(--pad) * 2));
    max-width: 100vw;
    margin: 0 calc(-1 * var(--pad));
    padding: clamp(4px, 1vh, 8px) 2px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.18;
    letter-spacing: -0.03em;
    text-align: center;
    white-space: nowrap;
  }

  .mobile-agency-credit .agency-credit-line {
    display: block;
  }

  .bottom-right {
    grid-row: 5;
    justify-self: stretch;
    width: 100%;
    margin: clamp(12px, 2.2vh, 18px) 0 0;
    text-align: center;
  }

  .contact-button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 18px 24px;
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .policy-panel-surface {
    height: 100dvh;
  }

  .policy-panel-topbar {
    padding: var(--pad) var(--pad) clamp(14px, 4vw, 20px);
  }

  .policy-panel-title {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .policy-panel-copy p {
    font-size: clamp(15.5px, 4.2vw, 17px);
  }

  .legal-section {
    background: #000000;
    padding: 8px var(--pad);
    border-radius: 24px 24px 0 0;
  }

  .legal-shell {
    order: 1;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
    background: #ffffff;
  }

  .legal-shell::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    left: 0;
    height: 24px;
    background: #000000;
  }

  .legal-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    font-size: clamp(14px, 3.8vw, 15px);
  }

  .legal-links > :nth-child(1),
  .legal-links > :nth-child(2),
  .legal-links > :nth-child(3) {
    justify-self: center;
    text-align: center;
  }

  .legal-links > * {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }

  .cheers-static,
  .cheers-ghost {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .contact-panel-topbar {
    margin-bottom: clamp(14px, 4vw, 20px);
  }

  .contact-panel-kicker {
    font-size: clamp(15px, 4vw, 17px);
  }

  .contact-panel-surface {
    min-height: 100dvh;
    padding: var(--pad);
    padding-bottom: clamp(12px, 4vw, 18px);
    overflow-y: auto;
  }

  .contact-panel.is-settled .contact-panel-surface {
    background: var(--soft-surface);
  }

  .contact-panel-layout {
    gap: clamp(24px, 7vw, 34px);
    padding: 0;
  }

  .contact-panel-title {
    font-size: clamp(38px, 10.5vw, 54px);
    line-height: 0.95;
  }

  .contact-areas {
    margin-top: clamp(18px, 5vw, 26px);
    font-size: clamp(14px, 3.8vw, 16px);
  }

  .close-btn {
    min-width: 44px;
    min-height: 44px;
  }

  .contact-form {
    align-self: stretch;
    grid-template-rows:
      auto
      auto
      auto
      auto
      minmax(120px, 1fr)
      auto;
    gap: 12px;
  }

  .field-control {
    padding-bottom: 12px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .field-control-select {
    padding: 15px 52px 15px 14px;
  }

  .field-control-textarea {
    min-height: 120px;
  }

  .custom-select-menu {
    max-height: 0;
    padding-block: 0;
    overflow: hidden;
  }

  .custom-select.is-open .custom-select-menu {
    max-height: min(70dvh, 520px);
    padding-block: 10px;
    overflow-y: auto;
  }

  .custom-select-option {
    min-height: 44px;
    padding: 12px 14px;
    font-size: clamp(20px, 5.6vw, 28px);
  }

  .submit-btn {
    width: 100%;
    min-width: 0;
    min-height: 64px;
  }

  .clients-section {
    --clients-balance-space: clamp(30px, 8vw, 36px);
    order: 2;
    width: 100%;
    margin-top: -4px;
    position: relative;
    z-index: 1;
    background: var(--soft-surface);
    min-height: 0;
    padding: clamp(22px, 6vw, 28px) 0 var(--clients-balance-space);
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    row-gap: var(--clients-balance-space);
    border-radius: 24px 24px 0 0;
  }

  .clients-label {
    position: static;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    text-align: center;
  }

  .clients-track {
    gap: clamp(16px, 4.5vw, 20px);
    padding-right: clamp(16px, 4.5vw, 20px);
  }

  .client-logo-item {
    min-width: clamp(64px, 18vw, 72px);
    height: 26px;
  }
}

@media (max-width: 767px) and (max-height: 600px) and (orientation: landscape) {
  :root {
    --pad: clamp(14px, 3vw, 20px);
    --mobile-headline-size: clamp(34px, 6.4vw, 44px);
    --mobile-headline-half-block: clamp(46.9px, 8.85vw, 60.7px);
  }

  .mobile-primary {
    min-height: 100svh;
    grid-template-columns: minmax(190px, 36%) minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    column-gap: clamp(20px, 4vw, 28px);
  }

  .top-center {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .top-right {
    grid-column: 2;
    grid-row: 1;
  }

  .top-left {
    grid-column: 1;
    grid-row: 2 / 5;
    align-self: center;
    max-width: 220px;
    font-size: clamp(15px, 2.6vw, 17px);
  }

  .social-intro {
    margin-bottom: 12px;
  }

  .social-pointer-icon {
    height: 22px;
  }

  .social-link {
    min-height: 44px;
  }

  .hero {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    margin-top: 0;
    padding: 0 clamp(8px, 2vw, 14px);
    transform: translateY(clamp(-47px, calc(-99px + 16.3dvh), -37px));
  }

  h1 {
    font-size: var(--mobile-headline-size);
  }

  .bottom-center {
    grid-column: 2;
    grid-row: 2;
    transform: translateY(clamp(-47px, calc(-99px + 16.3dvh), -37px));
  }

  .mobile-agency-credit {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    margin-top: 14px;
    padding-inline: 0;
    font-size: clamp(13px, 2.3vw, 15px);
  }

  .bottom-right {
    grid-column: 2;
    grid-row: 4;
    margin-top: 8px;
  }

  .contact-button {
    min-height: 56px;
    padding-block: 14px;
  }

  .logo-lottie-trigger {
    width: clamp(164px, 32vw, 205px);
  }
}

@media (max-width: 767px) and (max-height: 340px) and (orientation: landscape) {
  :root {
    --mobile-headline-size: clamp(32px, 5.8vw, 34px);
    --mobile-headline-half-block: clamp(44.2px, 8vw, 46.9px);
  }

  .hero,
  .bottom-center {
    transform: translateY(-30px);
  }

  .showreel-link {
    min-height: 32px;
    transform: translateY(calc(var(--mobile-headline-half-block) + 22px));
  }

  .mobile-agency-credit {
    padding-block: 2px;
    font-size: clamp(12px, 2.1vw, 14px);
    line-height: 1.16;
  }

  .contact-button {
    min-height: 48px;
    padding-block: 10px;
  }

  .logo-lottie-trigger {
    width: clamp(145px, 28vw, 160px);
  }
}

@media (max-width: 767px) and (max-height: 650px) and (orientation: portrait) {
  .mobile-primary {
    min-height: max(100svh, 612px);
  }

  .mobile-agency-credit {
    margin-top: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --pad: clamp(18px, 2.35vw, 24px);
    --tablet-headline-size: clamp(56px, 7.45vw, 78px);
  }

  .page {
    min-height: 100dvh;
    padding: var(--pad);
  }

  .wrap {
    min-height: calc(100dvh - (var(--pad) * 2));
    grid-template-columns:
      minmax(0, 1fr)
      clamp(168px, 20vw, 205px)
      minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-areas: none;
    column-gap: clamp(14px, 2vw, 20px);
    row-gap: clamp(18px, 2.4vw, 24px);
  }

  .top-left,
  .top-center,
  .top-right,
  .hero,
  .bottom-left,
  .bottom-center,
  .bottom-right {
    grid-area: auto;
  }

  .top-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: min(100%, 260px);
    max-width: 260px;
    font-size: clamp(15.5px, 1.85vw, 18px);
  }

  .top-center {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    transform: translateY(calc(-1 * var(--pad)));
  }

  .logo-lottie-trigger {
    width: clamp(168px, 20vw, 205px);
    transform: translateX(1.9%);
  }

  .top-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    max-width: 260px;
    text-align: right;
    font-size: clamp(15.5px, 1.85vw, 18px);
  }

  .social-list {
    width: max-content;
    gap: 4px;
    justify-items: start;
  }

  .social-link {
    display: inline-block;
    width: auto;
    min-height: 0;
  }

  .hero {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 0;
    align-self: stretch;
    padding: 0 clamp(8px, 2vw, 20px);
  }

  h1 {
    font-size: var(--tablet-headline-size);
  }

  .bottom-left {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    width: 100%;
  }

  .info-list {
    gap: 2px;
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1.3;
  }

  .info-list a {
    display: block;
    min-height: 0;
  }

  .bottom-center {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
    justify-self: stretch;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 0;
    text-align: center;
    pointer-events: none;
  }

  .showreel-link {
    font-size: clamp(15px, 1.8vw, 18px);
    transform: translateY(
      calc(
        var(--tablet-headline-size)
        + clamp(42px, 4.5dvh, 52px)
        - clamp(12px, 1.45dvh, 17px)
      )
    );
    pointer-events: auto;
  }

  .bottom-right {
    grid-column: 3;
    grid-row: 3;
    justify-self: stretch;
    align-self: end;
    width: 100%;
    margin-top: 0;
  }

  .contact-button {
    width: 100%;
    min-width: 0;
    min-height: clamp(60px, 7vw, 72px);
    padding: clamp(16px, 2vw, 20px);
    font-size: clamp(15px, 1.8vw, 18px);
  }

  .contact-panel-surface {
    min-height: 100dvh;
  }

  .contact-panel-layout {
    grid-template-columns: 1fr;
  }

  .clients-section,
  .legal-shell {
    order: initial;
  }
}

@media (min-width: 1025px) {
  :root {
    --desktop-interface-font-size: clamp(17px, 1.05vw, 18px);
  }

  .small-text,
  .social-link,
  .showreel-link,
  .contact-areas,
  .submit-btn,
  .info-list,
  .mobile-agency-credit,
  .contact-button,
  .clients-label,
  .legal-links {
    font-size: var(--desktop-interface-font-size);
  }
}

@media (max-width: 767px) {
  :root {
    --mobile-interface-font-size: clamp(16px, 4.2vw, 18px);
  }

  .info-list,
  .legal-links,
  .clients-label {
    font-size: var(--mobile-interface-font-size);
  }
}

@media (min-width: 768px) {
  .address-line {
    display: block;
  }

  .address-line-postcode {
    white-space: nowrap;
  }

  .top-note {
    line-height: 1.08;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-intro-break {
    display: block;
  }

  .mobile-agency-credit {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    z-index: 2;
    width: min(90%, 760px);
    margin: 0;
    font-size: clamp(15.5px, 1.85vw, 18px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: nowrap;
    transform: translateY(
      calc(
        (-1 * var(--tablet-headline-size))
        - clamp(44px, 4dvh, 52px)
      )
    );
  }

  .mobile-agency-credit .agency-credit-line,
  .mobile-agency-credit .agency-credit-desktop-separator {
    display: inline;
  }

  .mobile-agency-credit .agency-credit-desktop-break {
    display: block;
    height: 0;
  }

  .mobile-agency-credit .agency-credit-group-start {
    margin-top: 0;
  }

  .top-center {
    transform: translateY(
      calc((-1 * var(--pad)) - clamp(2px, 0.35vw, 3px) + 1px)
    );
  }
}

@media (min-width: 1025px) {
  .top-center {
    transform: translateY(
      calc(
        clamp(-38px, -2.2vw, -26px)
        + clamp(2px, calc(-10px + 1vw), 5px)
      )
    );
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .mobile-agency-credit {
    position: absolute;
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    justify-self: auto;
    top: 50%;
    left: 50%;
    width: min(70vw, 760px);
    margin: 0;
    transform: translate(
      -50%,
      calc(
        -50%
        - var(--desktop-headline-half-block)
        - clamp(42px, 5dvh, 54px)
      )
    );
  }
}
