.cms-state { padding: 36px; border-radius: 24px; background: rgba(255,255,255,.72); color: var(--slate-500); font-size: 18px; }
.work-card { text-decoration: none; color: inherit; }
.realisation-detail-hero { min-height: 78vh; display: flex; align-items: flex-end; position: relative; overflow: hidden; background: var(--night); color: white; padding: 150px 0 70px; }
.realisation-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,35,.88), rgba(4,22,35,.5) 48%, rgba(4,22,35,.16)); }
.realisation-detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; }
.realisation-detail-hero .container { position: relative; z-index: 2; }
.realisation-breadcrumb { margin: 0 0 28px; }
.realisation-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0; padding: 0; list-style: none; }
.realisation-breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 750; }
.realisation-breadcrumb li + li::before { content: "/"; color: rgba(255,255,255,.34); }
.realisation-breadcrumb a { color: rgba(255,255,255,.82); text-decoration: none; transition: color .2s ease; }
.realisation-breadcrumb a:hover { color: var(--gold); }
.realisation-kicker { display: inline-flex; gap: 10px; align-items: center; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: 13px; }
.realisation-kicker::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.realisation-detail-hero h1 { max-width: 980px; margin: 18px 0 18px; color: white; font-size: clamp(54px, 9vw, 130px); line-height: .9; letter-spacing: -.06em; }
.realisation-detail-hero p { max-width: 760px; color: rgba(255,255,255,.82); font-size: clamp(19px, 2.2vw, 28px); line-height: 1.45; }
.realisation-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.2); border-radius: 26px; overflow: hidden; margin-top: 34px; background: rgba(5,22,34,.58); backdrop-filter: blur(14px); }
.realisation-fact { padding: 24px; border-right: 1px solid rgba(255,255,255,.16); }
.realisation-fact:last-child { border-right: 0; }
.realisation-fact span { display: block; color: rgba(255,255,255,.56); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; margin-bottom: 10px; }
.realisation-fact strong { display: block; color: white; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.05; }
.realisation-content { background: #f4f8fb; padding: 82px 0 96px; }
.realisation-content .container { max-width: min(1560px, calc(100vw - 64px)); }
.realisation-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 46px); align-items: start; }
.realisation-copy { position: sticky; top: 118px; width: 100%; box-sizing: border-box; background: rgba(255,255,255,.84); border: 1px solid rgba(11,48,74,.1); border-radius: 28px; padding: clamp(28px, 3vw, 42px); box-shadow: 0 24px 70px rgba(7,24,39,.09); }
.realisation-copy h2 { font-size: clamp(30px, 2.6vw, 42px); line-height: 1.08; margin: 0 0 20px; letter-spacing: -.03em; }
.realisation-copy p { color: var(--slate-500); font-size: clamp(17px, 1.12vw, 19px); line-height: 1.64; white-space: pre-line; max-width: none; width: 100%; }
.realisation-copy .btn { margin-top: 22px; }
.realisation-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 32px 0 0; }
.realisation-specs > div { min-width: 0; padding: 20px 0; border-top: 1px solid rgba(11,48,74,.12); }
.realisation-specs dt { margin: 0 0 7px; color: #6d8293; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.realisation-specs dd { margin: 0; color: var(--night); font-size: 15px; font-weight: 720; line-height: 1.5; overflow-wrap: anywhere; }
.realisation-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 26px; }
.realisation-actions .btn { margin-top: 0; }
.realisation-expertise-link { color: var(--night); font-size: 14px; font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(11,48,74,.24); padding: 8px 0; transition: color .2s ease, border-color .2s ease; }
.realisation-expertise-link:hover { color: #bd7900; border-color: #bd7900; }
.realisation-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.realisation-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; box-shadow: 0 24px 70px rgba(7,24,39,.12); }
.realisation-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.realisation-related { padding: 92px 0 108px; background: white; }
.realisation-related h2 { max-width: 760px; margin: 12px 0 38px; color: var(--night); font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.045em; }
.realisation-related .work-grid { margin-top: 0; }
@media (max-width: 900px) {
  .realisation-facts, .realisation-layout { grid-template-columns: 1fr; }
  .realisation-fact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .realisation-copy { position: static; order: -1; }
}
@media (max-width: 640px) {
  .realisation-content { padding: 56px 0 72px; }
  .realisation-gallery { grid-template-columns: 1fr; }
  .realisation-gallery img:first-child { grid-column: auto; }
  .realisation-content .container { max-width: none; }
  .realisation-copy { border-radius: 22px; }
  .realisation-specs { grid-template-columns: 1fr; }
  .realisation-related { padding: 68px 0 80px; }
}
