.woaw-realisations-page {
  --works-bg: #050504;
  --works-ink: #f6f2e8;
  --works-muted: rgba(246, 242, 232, .66);
  --works-line: rgba(246, 242, 232, .14);
  --works-paper: #f5f2e9;
  --works-paper-ink: #10100b;
  --works-paper-muted: rgba(16, 16, 11, .62);
  --works-paper-line: rgba(16, 16, 11, .16);
  --works-lime: #c9ff47;
  --works-gold: #f0c98f;
  --works-orange: #ff9f28;
  --works-violet: #9b6cff;
  background:
    radial-gradient(circle at 50% -8%, rgba(240, 201, 143, .16), transparent 24%),
    radial-gradient(circle at 94% 18%, rgba(201, 255, 71, .08), transparent 24%),
    radial-gradient(circle at 4% 72%, rgba(120, 142, 255, .10), transparent 26%),
    linear-gradient(180deg, #030303 0%, #080806 48%, #030303 100%);
  color: var(--works-ink);
}

.woaw-realisations-page main {
  background:
    radial-gradient(circle at 88% 4%, rgba(201, 255, 71, .16), transparent 28%),
    radial-gradient(circle at 10% 38%, rgba(240, 201, 143, .22), transparent 30%),
    linear-gradient(180deg, var(--works-paper) 0%, #f8f6ef 62%, var(--works-paper) 100%);
  color: var(--works-paper-ink);
}

.woaw-realisations-page .works-nav {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  border: 0;
}

.woaw-realisations-page .container.nav-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 72px;
  padding: 8px 10px 8px 16px;
  border: 1px solid var(--works-line);
  border-radius: 8px;
  background: rgba(5, 5, 3, .78);
  backdrop-filter: blur(18px);
}

.woaw-realisations-page .works-brand {
  width: 136px;
  min-height: 54px;
  justify-content: center;
  border: 1px solid rgba(246, 242, 232, .12);
  border-radius: 8px;
  background: rgba(0, 0, 0, .62);
}

.woaw-realisations-page .nav-selection-link,
.woaw-realisations-page .nav-contact-link {
  border-radius: 8px;
}

.woaw-realisations-page .woaw-logo-wordmark {
  width: 104px;
  height: auto;
}

.works-mobile-menu {
  display: none;
}

.woaw-realisations-page .bottom-dock,
.woaw-realisations-page .back-to-top,
.woaw-realisations-page .whatsapp-float {
  border-radius: 8px;
}

.works-stage {
  padding: 124px 0 64px;
}

.works-stage-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid rgba(246, 242, 232, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 255, 71, .14), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(240, 201, 143, .12), transparent 30%),
    linear-gradient(135deg, rgba(7, 7, 5, .98), rgba(12, 12, 9, .94));
  box-shadow: 0 28px 90px rgba(5, 5, 3, .34);
}

.works-stage-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 242, 232, .035) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(246, 242, 232, .026) 1px, transparent 1px) 0 0 / 86px 86px;
  opacity: .7;
  pointer-events: none;
}

.works-stage-shell > * {
  position: relative;
  z-index: 1;
}

.works-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: center;
  margin-bottom: 34px;
}

.works-kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(201, 255, 71, .24);
  border-radius: 999px;
  background: rgba(201, 255, 71, .08);
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.works-hero-grid h1 {
  max-width: 760px;
  margin: 0;
  color: var(--works-ink);
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-weight: 400;
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.works-hero-grid h1 em {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 12px 5px;
  border: 1px solid rgba(246, 242, 232, .18);
  border-radius: 999px;
  background: rgba(246, 242, 232, .065);
  color: rgba(246, 242, 232, .74);
  font-family: var(--font-mono, monospace);
  font-size: clamp(12px, 1.4vw, 18px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.works-hero-grid h1 span {
  display: block;
  color: #f0c98f;
  font-size: clamp(58px, 8.4vw, 128px);
  line-height: .82;
  text-shadow: 0 0 28px rgba(240, 201, 143, .16);
}

.works-lead {
  max-width: 520px;
  margin: 0;
  padding: 18px 0 18px 22px;
  border-left: 2px solid rgba(201, 255, 71, .46);
  color: rgba(246, 242, 232, .72);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}

.works-toolbar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgba(246, 242, 232, .14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 242, 232, .08), rgba(246, 242, 232, .025)),
    rgba(5, 5, 3, .38);
  box-shadow: 0 18px 48px rgba(5, 5, 3, .22);
}

.works-toolbar p {
  max-width: 320px;
  margin: 0;
  padding: 14px 16px;
  border-left: 1px solid rgba(246, 242, 232, .12);
  display: flex;
  align-items: center;
  color: rgba(246, 242, 232, .6);
  font-size: 13px;
  line-height: 1.45;
}

.works-filter-panel {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 12px;
}

.works-filter-panel > span {
  color: rgba(246, 242, 232, .52);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.works-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 8px;
}

.works-filters button {
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(246, 242, 232, .14);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background:
    linear-gradient(180deg, rgba(246, 242, 232, .075), rgba(246, 242, 232, .025)),
    rgba(5, 5, 3, .24);
  color: rgba(246, 242, 232, .76);
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(246, 242, 232, .08);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.works-filters button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px color-mix(in srgb, currentColor 60%, transparent);
}

.works-filters button.is-active {
  border-color: rgba(201, 255, 71, .58);
  background: rgba(201, 255, 71, .12);
  color: var(--works-lime);
  box-shadow: 0 12px 28px rgba(16, 16, 11, .14);
}

.works-filters button:hover,
.works-filters button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(246, 242, 232, .28);
  color: var(--works-ink);
}

.works-filters button.is-active:hover,
.works-filters button.is-active:focus-visible {
  color: var(--works-lime);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 8px;
}

.work-card {
  position: relative;
  min-height: 310px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--works-line);
  border-radius: 8px;
  display: grid;
  align-content: end;
  justify-items: start;
  text-align: left;
  background: #0d0d0b;
  color: var(--works-ink);
  cursor: pointer;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
  isolation: isolate;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.work-card:nth-child(4n + 1),
.work-card:nth-child(4n + 4) {
  min-height: 360px;
}

.work-card:nth-child(5n + 3) {
  min-height: 280px;
}

.woaw-realisations-page .works-grid .work-card {
  border-radius: 8px !important;
}

.woaw-realisations-page .works-grid .work-card img {
  border-radius: 0 !important;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .86;
  transform: scale(1.01);
  transition: transform .38s ease, opacity .38s ease;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 3, .05) 10%, rgba(5, 5, 3, .28) 48%, rgba(5, 5, 3, .94) 100%),
    linear-gradient(90deg, rgba(5, 5, 3, .36), transparent 58%);
  pointer-events: none;
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid color-mix(in srgb, var(--work-accent, var(--works-lime)) 22%, transparent);
  border-radius: inherit;
  opacity: .56;
  pointer-events: none;
}

.work-card > span,
.work-card > strong,
.work-card > small,
.work-card > em,
.work-card > b {
  position: relative;
  z-index: 1;
}

.work-card > span {
  margin-bottom: 12px;
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-card[data-universe="awards"] > span {
  color: var(--works-orange);
}

.work-card[data-universe="design"] > span {
  color: var(--works-violet);
}

.work-card[data-universe="light"] {
  --work-accent: var(--works-lime);
}

.work-card[data-universe="awards"] {
  --work-accent: var(--works-orange);
}

.work-card[data-universe="design"] {
  --work-accent: var(--works-violet);
}

.work-card[data-universe="signature"] {
  --work-accent: var(--works-gold);
}

.work-card[data-universe="signature"] > span {
  color: var(--works-gold);
}

.work-card > strong {
  max-width: 94%;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.02;
}

.work-card > small {
  max-width: 390px;
  margin-top: 8px;
  color: rgba(246, 242, 232, .76);
  font-size: 14px;
  line-height: 1.42;
}

.work-card > em {
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid color-mix(in srgb, var(--work-accent, var(--works-lime)) 58%, transparent);
  color: rgba(246, 242, 232, .86);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.work-card > em i {
  margin-left: 8px;
  color: var(--work-accent, var(--works-lime));
  font-style: normal;
}

.work-card > b {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(246, 242, 232, .22);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--work-accent, var(--works-lime));
  background: rgba(5, 5, 3, .48);
  font-size: 24px;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--work-accent, var(--works-lime)) 38%, var(--works-line));
  box-shadow: 0 30px 100px rgba(0, 0, 0, .36), 0 0 36px color-mix(in srgb, var(--work-accent, var(--works-lime)) 12%, transparent);
}

.work-card:hover img {
  transform: scale(1.045);
  opacity: .96;
}

.work-card[hidden] {
  display: none;
}

.works-hint {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 14px 24px;
  border: 1px solid rgba(240, 201, 143, .18);
  border-radius: 8px;
  color: rgba(246, 242, 232, .72);
  background: rgba(246, 242, 232, .025);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  text-align: center;
}

.works-proof-strip {
  margin: 0 auto 36px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--works-line);
  border-radius: 8px;
  background: #050503;
  box-shadow: inset 0 1px 0 rgba(246, 242, 232, .07);
}

.works-proof-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 20px;
  align-items: end;
}

.works-proof-intro .works-kicker,
.works-proof-intro h2,
.works-proof-intro p {
  margin: 0;
}

.works-proof-intro .works-kicker {
  grid-column: 1 / -1;
}

.works-proof-intro h2 {
  max-width: 700px;
  color: var(--works-ink);
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-size: clamp(32px, 4vw, 58px);
  line-height: .96;
}

.works-proof-intro > p {
  color: rgba(246, 242, 232, .72);
  font-size: 15px;
  line-height: 1.5;
}

.works-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.works-proof-grid article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(246, 242, 232, .12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(246, 242, 232, .045);
}

.works-proof-grid span {
  color: var(--works-lime);
  font-family: var(--font-title, Impact, sans-serif);
  font-size: 44px;
  line-height: .9;
}

.works-proof-grid strong,
.works-proof-map strong {
  color: var(--works-ink);
  font-size: 15px;
}

.works-proof-grid small,
.works-proof-map span {
  color: rgba(246, 242, 232, .62);
  font-size: 12px;
  line-height: 1.35;
}

.works-proof-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.works-proof-partners span {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(246, 242, 232, .12);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: rgba(246, 242, 232, .8);
  background: rgba(0, 0, 0, .22);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.works-proof-map {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(201, 255, 71, .22);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(201, 255, 71, .055);
}

.works-proof-map p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.works-proof-map a {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--works-lime);
  color: #070805;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.works-cta {
  min-height: 260px;
  margin-bottom: 84px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--works-line);
  border-radius: 8px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(90deg, rgba(5, 5, 3, .82), rgba(5, 5, 3, .32)),
    url("../assets/works/light-triangles-led-bar-woaw.jpg");
  background-position: center;
  background-size: cover;
}

.works-cta p,
.works-cta h2 {
  margin: 0;
}

.works-cta p {
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.works-cta h2 {
  max-width: 620px;
  margin-top: 10px;
  color: var(--works-ink);
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: .98;
}

.works-cta h2 span {
  color: var(--works-lime);
  text-shadow: 0 0 22px rgba(201, 255, 71, .22);
}

.works-cta a,
.work-dialog-actions a:first-child {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--works-lime), #e6ff75, #c8efff);
  color: #060605;
  font-weight: 850;
  white-space: nowrap;
}

.work-dialog {
  width: min(1360px, calc(100% - 32px));
  max-height: min(860px, calc(100svh - 24px));
  padding: 0;
  border: 1px solid rgba(246, 242, 232, .18);
  border-radius: 8px;
  overflow: auto;
  background:
    radial-gradient(circle at 98% 0%, rgba(255, 159, 40, .14), transparent 26%),
    radial-gradient(circle at 8% 70%, rgba(114, 144, 255, .12), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(240, 201, 143, .12), transparent 26%),
    #060605;
  color: var(--works-ink);
  box-shadow: 0 40px 150px rgba(0, 0, 0, .66);
}

.work-dialog::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(246, 242, 232, .035) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(0deg, rgba(246, 242, 232, .025) 1px, transparent 1px) 0 0 / 76px 76px;
  opacity: .5;
}

.work-dialog::backdrop {
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(10px);
}

.work-dialog-grid {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0;
  padding: clamp(18px, 3vw, 42px);
}

.work-dialog-hero {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.work-dialog figure {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 242, 232, .16);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 22px 80px rgba(0, 0, 0, .42);
}

.work-dialog figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 255, 71, .34), transparent 30%),
    linear-gradient(135deg, rgba(5, 5, 3, .08), rgba(5, 5, 3, .58) 72%);
  mix-blend-mode: screen;
  opacity: .72;
}

.work-dialog figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 34%, rgba(5, 5, 3, .78)),
    linear-gradient(90deg, rgba(5, 5, 3, .44), transparent 56%);
}

.work-dialog img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transform: scale(1.01);
}

.work-dialog figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.work-dialog figcaption span {
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-dialog figcaption strong {
  max-width: 60%;
  color: var(--works-ink);
  font-family: var(--font-title, Impact, sans-serif);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 400;
  line-height: .86;
  text-align: right;
  text-transform: uppercase;
}

.work-dialog-content {
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work-dialog-back,
.work-dialog-close {
  border: 1px solid rgba(246, 242, 232, .14);
  background: rgba(246, 242, 232, .05);
  color: var(--works-ink);
}

.work-dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: 24px;
}

.work-dialog-back {
  min-height: 38px;
  margin-bottom: 24px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 13px;
}

.work-dialog h2 {
  margin: 0;
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-size: clamp(54px, 7vw, 104px);
  line-height: .86;
  font-weight: 400;
  text-transform: uppercase;
}

.work-dialog-desc {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--works-muted);
  font-size: 18px;
  line-height: 1.5;
}

.work-dialog-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.work-dialog-meta span,
.work-dialog-production {
  border: 1px solid rgba(246, 242, 232, .12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 255, 71, .08), transparent 36%),
    rgba(246, 242, 232, .055);
  box-shadow: inset 0 1px 0 rgba(246, 242, 232, .06);
}

.work-dialog-meta span {
  min-height: 82px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-dialog-meta small,
.work-dialog-production span {
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-dialog-meta strong {
  color: rgba(246, 242, 232, .88);
  font-size: 14px;
  line-height: 1.2;
}

.work-dialog-detail {
  margin-top: 18px;
}

.work-dialog-points {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.work-dialog-points article,
.work-dialog blockquote {
  border: 1px solid var(--works-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(246, 242, 232, .075), rgba(246, 242, 232, .025)),
    rgba(5, 5, 3, .32);
}

.work-dialog-points article {
  position: relative;
  min-height: 196px;
  padding: 18px;
  overflow: hidden;
}

.work-dialog-points article::before {
  content: "01";
  position: absolute;
  right: 14px;
  bottom: -10px;
  color: rgba(246, 242, 232, .055);
  font-family: var(--font-title, Impact, sans-serif);
  font-size: 82px;
  line-height: 1;
}

.work-dialog-points article:nth-child(2)::before {
  content: "02";
}

.work-dialog-points article:nth-child(3)::before {
  content: "03";
}

.work-dialog-points span {
  color: var(--works-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-dialog-points p {
  margin: 14px 0 0;
  color: rgba(246, 242, 232, .72);
  font-size: 14px;
  line-height: 1.45;
}

.work-dialog blockquote {
  margin: 0;
  grid-column: 1 / -1;
  padding: 24px;
  border-color: rgba(240, 201, 143, .28);
  background:
    radial-gradient(circle at 92% 10%, rgba(240, 201, 143, .18), transparent 28%),
    rgba(246, 242, 232, .05);
  box-shadow: inset 0 0 0 1px rgba(240, 201, 143, .08);
}

.work-dialog blockquote p {
  position: relative;
  margin: 0;
  color: rgba(246, 242, 232, .82);
  font-size: 18px;
  line-height: 1.52;
}

.work-dialog blockquote p::before {
  content: "“";
  display: block;
  margin-bottom: 6px;
  color: var(--works-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: .7;
}

.work-dialog blockquote footer {
  margin-top: 22px;
  display: grid;
  gap: 4px;
}

.work-dialog blockquote strong {
  color: var(--works-ink);
}

.work-dialog blockquote span {
  color: rgba(246, 242, 232, .56);
  font-size: 13px;
}

.work-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.work-dialog-production {
  margin-top: 12px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.work-dialog-production p {
  margin: 0;
  color: rgba(246, 242, 232, .72);
  font-size: 14px;
  line-height: 1.45;
}

.work-dialog-actions a:last-child {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--works-line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: var(--works-ink);
  font-weight: 800;
}

.work-dialog-actions a:first-child {
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(177, 255, 117, .16);
}

@media (min-width: 1380px) {
  .woaw-realisations-page .container.nav-inner,
  .works-stage-shell,
  .works-proof-strip,
  .works-cta {
    width: min(1380px, calc(100% - 64px));
  }
}

@media (max-width: 1080px) {
  .works-hero-grid,
  .work-dialog-hero {
    grid-template-columns: 1fr;
  }

  .work-card {
    grid-column: auto;
  }

  .work-dialog figure {
    min-height: 360px;
  }

  .work-dialog-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-dialog blockquote {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .woaw-realisations-page .links,
  .woaw-realisations-page .nav-contact-link {
    display: none !important;
  }

  .woaw-realisations-page .container.nav-inner {
    width: calc(100% - 24px);
    min-height: 66px;
  }

  .woaw-realisations-page .works-brand {
    width: 124px;
  }

  .works-mobile-menu {
    width: 54px;
    min-height: 42px;
    border: 1px solid rgba(246, 242, 232, .14);
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(246, 242, 232, .04);
    color: var(--works-ink);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .works-stage {
    padding: 104px 0 52px;
  }

  .works-stage-shell {
    width: calc(100% - 24px);
    padding: 22px;
  }

  .works-hero-grid h1 {
    font-size: inherit;
  }

  .works-hero-grid h1 em {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .works-hero-grid h1 span {
    font-size: clamp(52px, 16vw, 76px);
  }

  .works-lead {
    margin-top: 18px;
    padding: 14px 0 14px 16px;
    font-size: 16px;
  }

  .works-toolbar {
    position: static;
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .works-toolbar p {
    display: none;
  }

  .works-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .works-filters button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .work-card {
    min-height: 230px !important;
    grid-column: auto !important;
    padding: 12px !important;
    border-radius: 8px !important;
  }

  .work-card:nth-child(6n + 1),
  .work-card:nth-child(6n + 4) {
    min-height: 275px !important;
  }

  .work-card:nth-child(6n + 3),
  .work-card:nth-child(6n + 6) {
    min-height: 250px !important;
  }

  .work-card:nth-child(6n + 2),
  .work-card:nth-child(6n + 5) {
    min-height: 215px !important;
  }

  .work-card > span {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .work-card > strong {
    max-width: calc(100% - 36px);
    font-size: clamp(22px, 7.2vw, 34px);
    line-height: .96;
  }

  .work-card > small {
    display: none;
  }

  .work-card > em {
    margin-top: 12px;
    font-size: 11px;
  }

  .work-card > b {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 8px !important;
    font-size: 18px;
  }

  .works-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .works-proof-strip {
    width: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 18px;
  }

  .works-proof-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .works-proof-intro h2 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .works-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .works-proof-grid article {
    min-height: 100px;
  }

  .works-proof-map {
    align-items: stretch;
    flex-direction: column;
  }

  .works-proof-map a {
    width: 100%;
  }

  .works-cta a,
  .work-dialog-actions a {
    width: 100%;
  }

  .work-dialog {
    width: calc(100% - 18px);
    max-height: calc(100svh - 18px);
  }

  .work-dialog figure {
    min-height: 260px;
    order: -1;
  }

  .work-dialog-content {
    padding: 22px;
  }

  .work-dialog-grid {
    padding: 12px;
  }

  .work-dialog-content {
    padding: 6px 4px 0;
  }

  .work-dialog h2 {
    font-size: clamp(44px, 14vw, 70px);
  }

  .work-dialog figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .work-dialog figcaption strong {
    max-width: 100%;
    text-align: left;
    font-size: clamp(42px, 15vw, 68px);
  }

  .work-dialog-desc {
    font-size: 15px;
  }

  .work-dialog-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .work-dialog-meta span {
    min-height: 74px;
    padding: 10px 8px;
  }

  .work-dialog-meta small {
    font-size: 8px;
  }

  .work-dialog-meta strong {
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.15;
  }

  .work-dialog-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .work-dialog blockquote {
    grid-column: auto;
  }

  .work-dialog-points article,
  .work-dialog blockquote {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .work-dialog-points article::before {
    right: 8px;
    bottom: -6px;
    font-size: 46px;
  }

  .work-dialog-points span {
    font-size: 8px;
  }

  .work-dialog-points p {
    margin-top: 8px;
    font-size: clamp(11px, 3.4vw, 13px);
    line-height: 1.28;
  }

  .work-dialog blockquote p {
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.28;
  }

  .work-dialog blockquote p::before {
    margin-bottom: 2px;
    font-size: 34px;
  }

  .work-dialog blockquote footer {
    margin-top: 8px;
  }

  .work-dialog blockquote strong {
    font-size: 13px;
  }

  .work-dialog blockquote span {
    font-size: 9px;
  }

  .work-dialog-production {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
