/* Hide Webflow CMS empty states — content is baked into HTML */
.w-dyn-empty {
  display: none !important;
}

/* Home Visuals/Effects and work grid: Webflow uses w-video w-embed Giphy iframes */
.image-wrapped-down .background-video-visual.w-video,
.gif-cover---work .background-video---work.w-video {
  width: 100%;
}

.work-collection-list .paragraph-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Footer legal row: left = company details, right = copyright + policy links */
.footer-legal .grid-4 {
  width: 100%;
  align-items: end;
}

.footer-legal-text.right {
  text-align: right;
  padding-top: 0;
}

.recaptcha-notice {
  margin: 12px 0 4px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.75;
}

.recaptcha-notice a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.footer-legal-text .footer-policy-link,
.footer-legal-text .footer-policy-link:hover,
.footer-legal-text .footer-policy-link:focus,
.footer-legal-text .footer-policy-link:visited {
  color: inherit;
  text-decoration: none !important;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.footer-legal-text .footer-policy-link:hover {
  color: #ffd215;
}

.legal-content h3 {
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.legal-content h3:first-child {
  margin-top: 0;
}

.legal-cookie-table {
  width: 100%;
  margin-top: 1.5em;
  border-collapse: collapse;
  font-size: 14px;
}

.legal-cookie-table th,
.legal-cookie-table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.legal-cookie-table th {
  font-weight: 600;
}

.legal-cookie-table code {
  font-size: 13px;
}
