:root {
  --ink: #25142d;
  --purple: #2e0048;
  --purple-2: #4b1166;
  --purple-3: #6f2a86;
  --green: #c8f2ff;
  --green-2: #0f6466;
  --yellow: #f9d400;
  --blue: #c8f2ff;
  --teal: #0f6466;
  --aqua: #e8fbff;
  --paper: #fbfaf7;
  --mist: #f5f1f7;
  --line: #ded3e4;
  --muted: #6f6475;
  --card: #ffffff;
  --shadow: 0 24px 70px rgba(46, 0, 72, .15);
  --soft-shadow: 0 18px 55px rgba(46, 0, 72, .08);
  --display: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

/* Pharmacy UK professionals - editorial careers system, July 2026 */
.professionals-editorial-page {
  background: #fffaf3;
}

.professionals-editorial-page .professionals-hero {
  color: #fff;
  min-height: min(790px, calc(100svh - 92px));
  overflow: hidden;
  position: relative;
}

.professionals-editorial-page .professionals-hero-media,
.professionals-editorial-page .professionals-hero-shade {
  inset: 0;
  position: absolute;
}

.professionals-editorial-page .professionals-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.professionals-editorial-page .professionals-hero-shade {
  background:
    linear-gradient(90deg, rgba(25, 5, 29, .95) 0%, rgba(34, 5, 43, .86) 39%, rgba(30, 7, 34, .4) 68%, rgba(24, 7, 25, .2) 100%),
    linear-gradient(0deg, rgba(21, 5, 25, .8) 0%, transparent 48%);
}

.professionals-editorial-page .professionals-hero-inner {
  align-content: end;
  display: grid;
  min-height: inherit;
  padding-bottom: clamp(3.25rem, 7vw, 6.5rem);
  padding-top: clamp(6rem, 12vw, 10rem);
  position: relative;
  z-index: 1;
}

.professionals-editorial-page .professionals-hero-copy {
  max-width: 830px;
}

.professionals-editorial-page .professionals-hero-copy .eyebrow {
  color: #f5c400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.professionals-editorial-page .professionals-hero-copy h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 6.75rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .93;
  margin: 1.05rem 0 1.6rem;
  max-width: 820px;
}

.professionals-editorial-page .professionals-hero-copy p {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.72;
  margin: 0;
  max-width: 730px;
}

.professionals-editorial-page .professionals-hero-copy .hero-actions {
  margin-top: 2.2rem;
}

.professionals-editorial-page .professionals-hero .btn.ghost.light {
  background: transparent;
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
}

.professionals-editorial-page .professionals-hero .btn.ghost.light:hover {
  background: #fff;
  border-color: #fff;
  color: var(--purple);
}

.professionals-editorial-page .professionals-hero-ledger {
  border-top: 1px solid rgba(255, 255, 255, .32);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.8rem, 5vw, 4.8rem);
  max-width: 940px;
  padding-top: 1.15rem;
}

.professionals-editorial-page .professionals-hero-ledger span {
  color: rgba(255, 255, 255, .7);
  font-size: .78rem;
  line-height: 1.55;
  min-height: 70px;
  padding: 0 1.2rem;
}

.professionals-editorial-page .professionals-hero-ledger span:first-child {
  padding-left: 0;
}

.professionals-editorial-page .professionals-hero-ledger span + span {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.professionals-editorial-page .professionals-hero-ledger strong {
  color: #fff;
  display: block;
  font-size: .72rem;
  letter-spacing: .07em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.professionals-editorial-page .professionals-route-section {
  background: #fffaf3;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.professionals-editorial-page .professionals-section-head,
.professionals-editorial-page .professionals-registration-head {
  align-items: end;
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .62fr);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.professionals-editorial-page .professionals-section-head h2,
.professionals-editorial-page .professionals-evidence-intro h2,
.professionals-editorial-page .professionals-registration-head h2,
.professionals-editorial-page .professionals-form-panel h2,
.professionals-editorial-page .professionals-closing-panel h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.professionals-editorial-page .professionals-section-head h2,
.professionals-editorial-page .professionals-registration-head h2 {
  font-size: clamp(3rem, 5vw, 5.15rem);
  line-height: .96;
  margin: .9rem 0 0;
}

.professionals-editorial-page .professionals-section-head > p,
.professionals-editorial-page .professionals-registration-head > p {
  border-left: 1px solid rgba(46, 0, 72, .2);
  color: #6b626d;
  line-height: 1.78;
  margin: 0;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
}

.professionals-editorial-page .professionals-route-grid {
  border-bottom: 1px solid rgba(46, 0, 72, .18);
  border-top: 1px solid rgba(46, 0, 72, .18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.professionals-editorial-page .professional-route {
  align-content: space-between;
  display: grid;
  gap: 2.4rem;
  min-height: 560px;
  padding: clamp(2rem, 3.4vw, 3.4rem);
}

.professionals-editorial-page .professional-route + .professional-route {
  border-left: 1px solid rgba(46, 0, 72, .18);
}

.professionals-editorial-page .professional-route > div > span {
  color: var(--purple-2);
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}

.professionals-editorial-page .professional-route h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 1.4rem;
}

.professionals-editorial-page .professional-route p {
  color: #6f6672;
  font-size: .95rem;
  line-height: 1.72;
}

.professionals-editorial-page .professional-route dl {
  border-top: 1px solid rgba(46, 0, 72, .15);
  margin: 0;
}

.professionals-editorial-page .professional-route dl div {
  border-bottom: 1px solid rgba(46, 0, 72, .15);
  display: grid;
  gap: .5rem;
  padding: 1rem 0;
}

.professionals-editorial-page .professional-route dt {
  color: var(--purple);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.professionals-editorial-page .professional-route dd {
  color: #756c78;
  font-size: .82rem;
  line-height: 1.55;
  margin: 0;
}

.professionals-editorial-page .professional-route > a {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--purple);
  display: flex;
  font-size: .8rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .04em;
  padding-bottom: .75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.professionals-editorial-page .professional-route--primary {
  background: #f4ecf2;
}

.professionals-editorial-page .professional-route--dark {
  background: var(--purple);
  color: #fff;
}

.professionals-editorial-page .professional-route--dark > div > span {
  color: #f5c400;
}

.professionals-editorial-page .professional-route--dark h3,
.professionals-editorial-page .professional-route--dark dt,
.professionals-editorial-page .professional-route--dark > a {
  color: #fff;
}

.professionals-editorial-page .professional-route--dark p,
.professionals-editorial-page .professional-route--dark dd {
  color: rgba(255, 255, 255, .72);
}

.professionals-editorial-page .professional-route--dark dl,
.professionals-editorial-page .professional-route--dark dl div {
  border-color: rgba(255, 255, 255, .18);
}

.professionals-editorial-page .professionals-evidence-section {
  background: var(--purple);
  color: #fff;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.professionals-editorial-page .professionals-evidence-grid {
  display: grid;
  gap: clamp(3rem, 9vw, 9rem);
  grid-template-columns: minmax(0, .68fr) minmax(440px, 1fr);
}

.professionals-editorial-page .professionals-evidence-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.professionals-editorial-page .professionals-evidence-intro .eyebrow {
  color: #f5c400;
}

.professionals-editorial-page .professionals-evidence-intro h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: .96;
  margin: 1rem 0 1.6rem;
}

.professionals-editorial-page .professionals-evidence-intro p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.78;
}

.professionals-editorial-page .professionals-evidence-intro .text-link {
  border-bottom-color: rgba(255, 255, 255, .42);
  color: #fff;
  display: inline-block;
  margin-top: 1.4rem;
}

.professionals-editorial-page .professionals-evidence-list {
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.professionals-editorial-page .professionals-evidence-list article {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 54px 1fr;
  padding: 1.8rem 0;
}

.professionals-editorial-page .professionals-evidence-list article > span {
  color: #f5c400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.professionals-editorial-page .professionals-evidence-list h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 .6rem;
}

.professionals-editorial-page .professionals-evidence-list p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
  margin: 0;
}

.professionals-editorial-page .professionals-registration-section {
  background: #f4ecf2;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.professionals-editorial-page .professionals-registration-grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(310px, .58fr) minmax(0, 1.12fr);
}

.professionals-editorial-page .professionals-registration-note {
  background: var(--purple);
  color: #fff;
  padding: clamp(2.2rem, 4vw, 4rem);
}

.professionals-editorial-page .professionals-registration-note .eyebrow {
  color: #f5c400;
}

.professionals-editorial-page .professionals-registration-note ol {
  list-style: none;
  margin: 2.4rem 0;
  padding: 0;
}

.professionals-editorial-page .professionals-registration-note li {
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  gap: .9rem;
  grid-template-columns: 42px 1fr;
  padding: 1.15rem 0;
}

.professionals-editorial-page .professionals-registration-note li > strong {
  color: #f5c400;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.professionals-editorial-page .professionals-registration-note li span {
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  line-height: 1.6;
}

.professionals-editorial-page .professionals-registration-note li b {
  color: #fff;
  display: block;
  font-size: .75rem;
  letter-spacing: .06em;
  margin-bottom: .2rem;
  text-transform: uppercase;
}

.professionals-editorial-page .professionals-privacy-note {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 1.4rem;
}

.professionals-editorial-page .professionals-privacy-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.professionals-editorial-page .professionals-privacy-note p {
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.65;
}

.professionals-editorial-page .professionals-form-panel {
  background: #fffdf8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(2.2rem, 5vw, 5rem);
}

.professionals-editorial-page .professionals-form-panel h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.5rem);
  line-height: .98;
  margin: .9rem 0 1rem;
}

.professionals-editorial-page .professionals-form-panel > p {
  color: #6d6470;
  line-height: 1.7;
  max-width: 680px;
}

.professionals-editorial-page .professionals-form-panel .form-grid {
  margin-top: 2.3rem;
}

.professionals-editorial-page .professionals-closing-section {
  background: #fffaf3;
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.professionals-editorial-page .professionals-closing-panel {
  align-items: center;
  background: var(--purple);
  color: #fff;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(2.5rem, 5vw, 5rem);
}

.professionals-editorial-page .professionals-closing-panel .eyebrow {
  color: #f5c400;
}

.professionals-editorial-page .professionals-closing-panel h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: .98;
  margin: .8rem 0 1rem;
}

.professionals-editorial-page .professionals-closing-panel p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  max-width: 720px;
}

@media (max-width: 980px) {
  .professionals-editorial-page .professionals-hero {
    min-height: 720px;
  }

  .professionals-editorial-page .professionals-hero-media img {
    object-position: 66% center;
  }

  .professionals-editorial-page .professionals-route-grid {
    grid-template-columns: 1fr;
  }

  .professionals-editorial-page .professional-route {
    min-height: 0;
  }

  .professionals-editorial-page .professional-route + .professional-route {
    border-left: 0;
    border-top: 1px solid rgba(46, 0, 72, .18);
  }

  .professionals-editorial-page .professional-route--dark + .professional-route {
    border-color: rgba(255, 255, 255, .18);
  }

  .professionals-editorial-page .professionals-evidence-grid {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .professionals-editorial-page .professionals-evidence-intro {
    position: static;
  }

  .professionals-editorial-page .professionals-registration-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .professionals-editorial-page .professionals-hero {
    min-height: 680px;
  }

  .professionals-editorial-page .professionals-hero-shade {
    background:
      linear-gradient(90deg, rgba(26, 4, 32, .93), rgba(35, 6, 42, .68)),
      linear-gradient(0deg, rgba(21, 5, 25, .88), transparent 60%);
  }

  .professionals-editorial-page .professionals-hero-copy h1 {
    font-size: clamp(3.15rem, 12vw, 4.6rem);
  }

  .professionals-editorial-page .professionals-hero-ledger {
    grid-template-columns: 1fr;
  }

  .professionals-editorial-page .professionals-hero-ledger span {
    min-height: 0;
    padding: .65rem 0;
  }

  .professionals-editorial-page .professionals-hero-ledger span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .professionals-editorial-page .professionals-section-head,
  .professionals-editorial-page .professionals-registration-head {
    align-items: start;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .professionals-editorial-page .professionals-section-head h2,
  .professionals-editorial-page .professionals-registration-head h2 {
    font-size: clamp(2.75rem, 11vw, 3.7rem);
  }

  .professionals-editorial-page .professionals-section-head > p,
  .professionals-editorial-page .professionals-registration-head > p {
    border-left: 0;
    border-top: 1px solid rgba(46, 0, 72, .18);
    padding-left: 0;
    padding-top: 1.2rem;
  }

  .professionals-editorial-page .professional-route {
    padding: 2.25rem 0;
  }

  .professionals-editorial-page .professional-route--primary,
  .professionals-editorial-page .professional-route--dark {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1.25rem, calc((100vw - min(100% - 2.5rem, 1180px)) / 2));
    padding-right: max(1.25rem, calc((100vw - min(100% - 2.5rem, 1180px)) / 2));
  }

  .professionals-editorial-page .professionals-evidence-list article {
    grid-template-columns: 38px 1fr;
  }

  .professionals-editorial-page .professionals-registration-note,
  .professionals-editorial-page .professionals-form-panel {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1.25rem, calc((100vw - min(100% - 2.5rem, 1180px)) / 2));
    padding-right: max(1.25rem, calc((100vw - min(100% - 2.5rem, 1180px)) / 2));
  }

  .professionals-editorial-page .professionals-closing-panel {
    grid-template-columns: 1fr;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .professionals-editorial-page .professionals-closing-panel .cta-row {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .professionals-editorial-page .professionals-closing-panel .btn {
    justify-content: center;
  }
}

/* UK Pharmacy Intelligence Desk, July 2026 */
.pharmacy-intelligence-page {
  --intelligence-ink: #20171e;
  --intelligence-purple: #2e0048;
  --intelligence-plum: #592d68;
  --intelligence-paper: #fbf8f1;
  --intelligence-white: #fffefa;
  --intelligence-line: #ddd4c7;
  --intelligence-gold: #f3c516;
  --intelligence-blue: #dff3f7;
  background: var(--intelligence-paper);
  color: var(--intelligence-ink);
}

.pharmacy-intelligence-page main {
  overflow: hidden;
}

.pharmacy-intelligence-page .eyebrow,
.pharmacy-intelligence-page .story-label,
.pharmacy-intelligence-page .article-section-number {
  color: var(--intelligence-plum);
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.intelligence-hero {
  border-bottom: 1px solid var(--intelligence-line);
  padding: 5.5rem 0 4.5rem;
}

.intelligence-hero-grid {
  align-items: end;
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .7fr);
}

.intelligence-hero-copy h1 {
  color: var(--intelligence-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .94;
  margin: 1rem 0 1.6rem;
  max-width: 880px;
}

.intelligence-deck {
  color: #665e69;
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 720px;
}

.intelligence-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.intelligence-hero-actions .text-link,
.story-link {
  border-bottom: 1px solid currentColor;
  color: var(--intelligence-purple);
  font-weight: 700;
  padding-bottom: .2rem;
  text-decoration: none;
}

.intelligence-hero-figure {
  margin: 0;
}

.intelligence-hero-figure img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.intelligence-hero-figure figcaption {
  background: var(--intelligence-purple);
  color: #fff;
  display: grid;
  gap: .45rem;
  padding: 1.35rem 1.5rem;
}

.intelligence-hero-figure figcaption span {
  color: var(--intelligence-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.intelligence-audience-band {
  background: var(--intelligence-ink);
  color: #fff;
  padding: 3.6rem 0 0;
}

.intelligence-band-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
  padding-bottom: 2.5rem;
}

.intelligence-band-heading .eyebrow {
  color: var(--intelligence-gold);
}

.intelligence-band-heading h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 930px;
}

.intelligence-audience-grid {
  border-left: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.intelligence-audience-grid a {
  border-right: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  display: grid;
  min-height: 220px;
  padding: 1.7rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.intelligence-audience-grid a:hover,
.intelligence-audience-grid a:focus-visible {
  background: var(--intelligence-gold);
  color: var(--intelligence-ink);
}

.intelligence-audience-grid a > span {
  color: var(--intelligence-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.intelligence-audience-grid a:hover > span,
.intelligence-audience-grid a:focus-visible > span {
  color: var(--intelligence-purple);
}

.intelligence-audience-grid strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.12;
}

.intelligence-audience-grid small {
  color: rgba(255, 255, 255, .65);
  line-height: 1.5;
  margin-top: .65rem;
}

.intelligence-audience-grid a:hover small,
.intelligence-audience-grid a:focus-visible small {
  color: var(--intelligence-ink);
}

.intelligence-editions {
  padding: 6rem 0;
}

.intelligence-section-head {
  align-items: end;
  border-bottom: 1px solid var(--intelligence-line);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .45fr);
  padding-bottom: 2.5rem;
}

.intelligence-section-head h2,
.intelligence-evidence h2,
.intelligence-faq h2,
.intelligence-closing h2 {
  color: var(--intelligence-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: .9rem 0 0;
}

.intelligence-section-head > p,
.intelligence-evidence-copy {
  color: #665e69;
  line-height: 1.75;
}

.intelligence-lead-story {
  border-bottom: 1px solid var(--intelligence-line);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  padding: 4rem 0;
}

.intelligence-lead-media {
  display: block;
  overflow: hidden;
}

.intelligence-lead-media img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}

.intelligence-lead-media:hover img {
  transform: scale(1.025);
}

.intelligence-lead-copy {
  align-self: center;
}

.intelligence-lead-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 1rem 0 1.4rem;
}

.intelligence-lead-copy h3 a,
.intelligence-story-list h3 a {
  color: var(--intelligence-purple);
  text-decoration: none;
}

.intelligence-lead-copy p {
  color: #665e69;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}

.intelligence-story-list article {
  align-items: start;
  border-bottom: 1px solid var(--intelligence-line);
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 55px minmax(0, 1fr) auto;
  padding: 2.5rem 0;
}

.story-number {
  color: var(--intelligence-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.intelligence-story-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  margin: .65rem 0 .75rem;
}

.intelligence-story-list p {
  color: #665e69;
  line-height: 1.65;
  margin: 0;
  max-width: 820px;
}

.story-arrow {
  border: 1px solid var(--intelligence-purple);
  color: var(--intelligence-purple);
  font-size: .75rem;
  font-weight: 700;
  padding: .8rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.story-arrow:hover,
.story-arrow:focus-visible {
  background: var(--intelligence-purple);
  color: #fff;
}

.intelligence-evidence {
  background: var(--intelligence-blue);
}

.intelligence-evidence-grid,
.intelligence-faq-grid,
.intelligence-closing-inner {
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.intelligence-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.8rem;
}

.intelligence-source-links a {
  border: 1px solid rgba(46, 0, 72, .3);
  color: var(--intelligence-purple);
  font-size: .78rem;
  font-weight: 700;
  padding: .75rem .9rem;
  text-decoration: none;
}

.intelligence-faq {
  border-bottom: 1px solid var(--intelligence-line);
}

.intelligence-faq .market-faq-list details {
  border-color: var(--intelligence-line);
}

.intelligence-closing {
  background: var(--intelligence-purple);
  color: #fff;
}

.intelligence-closing .eyebrow {
  color: var(--intelligence-gold);
}

.intelligence-closing h2 {
  color: #fff;
}

.intelligence-closing p {
  color: rgba(255, 255, 255, .75);
  line-height: 1.75;
}

.intelligence-closing .btn {
  background: var(--intelligence-gold);
  border-color: var(--intelligence-gold);
  color: var(--intelligence-purple);
  margin-top: 1rem;
}

/* Long-form intelligence articles */
.article-hero {
  border-bottom: 1px solid var(--intelligence-line);
  padding: 4.2rem 0 3.5rem;
}

.article-hero-grid {
  align-items: end;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .55fr);
}

.article-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 3rem;
}

.article-breadcrumb,
.article-breadcrumb a {
  color: #756d77;
  font-size: .76rem;
  text-decoration: none;
}

.article-hero h1 {
  color: var(--intelligence-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.65rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  margin: 1rem 0 1.5rem;
}

.article-deck {
  color: #665e69;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 780px;
}

.article-meta {
  color: #756d77;
  display: flex;
  flex-wrap: wrap;
  font-size: .76rem;
  gap: 1.4rem;
  margin-top: 1.8rem;
  text-transform: uppercase;
}

.article-hero figure {
  margin: 0;
}

.article-hero figure img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.article-hero figure figcaption {
  border-bottom: 1px solid var(--intelligence-line);
  color: #665e69;
  font-size: .78rem;
  line-height: 1.5;
  padding: .9rem 0;
}

.article-answer-band {
  background: var(--intelligence-purple);
  color: #fff;
}

.article-answer-band .wrap {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 150px minmax(0, 1fr);
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.article-answer-band span {
  color: var(--intelligence-gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-answer-band p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.45;
  margin: 0;
}

.article-layout {
  display: grid;
  gap: 5rem;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  padding-bottom: 6rem;
  padding-top: 5rem;
}

.article-aside {
  align-self: start;
  border-top: 3px solid var(--intelligence-purple);
  display: grid;
  position: sticky;
  top: 7rem;
}

.article-aside strong {
  padding: 1rem 0;
}

.article-aside a {
  border-top: 1px solid var(--intelligence-line);
  color: #665e69;
  font-size: .78rem;
  padding: .8rem 0;
  text-decoration: none;
}

.article-aside a:hover,
.article-aside a:focus-visible {
  color: var(--intelligence-purple);
}

.article-body section {
  border-bottom: 1px solid var(--intelligence-line);
  padding: 0 0 3.5rem;
}

.article-body section + section {
  padding-top: 3.5rem;
}

.article-body h2 {
  color: var(--intelligence-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: .8rem 0 1.4rem;
}

.article-body p,
.article-body li {
  color: #4f4852;
  font-size: 1rem;
  line-height: 1.82;
}

.article-body blockquote {
  border-left: 5px solid var(--intelligence-gold);
  color: var(--intelligence-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 2.2rem 0 0;
  padding: .4rem 0 .4rem 1.5rem;
}

.article-evidence-grid {
  border-left: 1px solid var(--intelligence-line);
  border-top: 1px solid var(--intelligence-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}

.article-evidence-grid > div {
  border-bottom: 1px solid var(--intelligence-line);
  border-right: 1px solid var(--intelligence-line);
  padding: 1.4rem;
}

.article-evidence-grid strong {
  color: var(--intelligence-purple);
}

.article-evidence-grid p {
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.article-callout {
  background: var(--intelligence-blue);
  border-left: 5px solid var(--intelligence-purple);
  margin: 2rem 0;
  padding: 1.5rem;
}

.article-callout p {
  margin: .45rem 0 0;
}

.article-checklist,
.article-questions {
  margin: 1.8rem 0 0;
  padding-left: 1.35rem;
}

.article-checklist li,
.article-questions li {
  border-bottom: 1px solid var(--intelligence-line);
  padding: .75rem 0 .75rem .35rem;
}

.article-sources li {
  margin-bottom: .7rem;
}

.article-sources a {
  color: var(--intelligence-purple);
}

.article-disclaimer {
  border-top: 1px solid var(--intelligence-line);
  font-size: .78rem !important;
  margin-top: 1.8rem;
  padding-top: 1rem;
}

.related-insights {
  background: var(--intelligence-ink);
  color: #fff;
  padding: 4rem 0;
}

.related-insights .eyebrow {
  color: var(--intelligence-gold);
  margin-bottom: 1.5rem;
}

.related-insights-grid {
  border-left: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-insights-grid a {
  border-right: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  display: grid;
  gap: .6rem;
  min-height: 135px;
  padding: 1.5rem;
  text-decoration: none;
}

.related-insights-grid a:hover,
.related-insights-grid a:focus-visible {
  background: var(--intelligence-purple);
}

.related-insights-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.related-insights-grid span {
  color: rgba(255, 255, 255, .65);
  font-size: .78rem;
}

@media (max-width: 1080px) {
  .intelligence-hero-grid,
  .article-hero-grid {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  }

  .intelligence-hero-copy h1 {
    font-size: 4.15rem;
  }

  .article-hero h1 {
    font-size: 3.8rem;
  }

  .intelligence-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intelligence-audience-grid a {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }
}

@media (max-width: 820px) {
  .intelligence-hero-grid,
  .article-hero-grid,
  .intelligence-band-heading,
  .intelligence-section-head,
  .intelligence-lead-story,
  .intelligence-evidence-grid,
  .intelligence-faq-grid,
  .intelligence-closing-inner {
    grid-template-columns: 1fr;
  }

  .intelligence-hero-figure,
  .article-hero figure {
    max-width: 620px;
  }

  .intelligence-hero-figure img,
  .article-hero figure img {
    aspect-ratio: 16 / 10;
  }

  .intelligence-lead-story {
    gap: 2rem;
  }

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

  .article-aside {
    border-bottom: 1px solid var(--intelligence-line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: static;
  }

  .article-aside strong {
    grid-column: 1 / -1;
  }

  .article-aside a {
    padding-right: .75rem;
  }
}

@media (max-width: 620px) {
  .intelligence-hero,
  .article-hero {
    padding: 3.5rem 0 3rem;
  }

  .intelligence-hero-copy h1 {
    font-size: 3.25rem;
  }

  .article-hero h1 {
    font-size: 3.05rem;
  }

  .intelligence-band-heading h2,
  .intelligence-section-head h2,
  .intelligence-evidence h2,
  .intelligence-faq h2,
  .intelligence-closing h2 {
    font-size: 2.6rem;
  }

  .intelligence-audience-grid {
    grid-template-columns: 1fr;
  }

  .intelligence-audience-grid a {
    min-height: 175px;
  }

  .intelligence-lead-copy h3 {
    font-size: 2.45rem;
  }

  .intelligence-story-list article {
    gap: 1rem;
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .story-arrow {
    grid-column: 2;
    justify-self: start;
  }

  .intelligence-story-list h3 {
    font-size: 1.65rem;
  }

  .article-answer-band .wrap {
    gap: .75rem;
    grid-template-columns: 1fr;
  }

  .article-answer-band p {
    font-size: 1.2rem;
  }

  .article-layout {
    padding-top: 3.5rem;
  }

  .article-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-body h2 {
    font-size: 2.2rem;
  }

  .article-evidence-grid,
  .related-insights-grid {
    grid-template-columns: 1fr;
  }

  .related-insights-grid a {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    min-height: 110px;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.65; color: var(--ink); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--green); color: var(--purple); padding: .7rem 1rem; z-index: 20; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.market-route-strip { background: var(--purple); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); }
.market-route-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.market-route-strip span { color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.market-route-links { display: flex; align-items: center; justify-content: flex-end; gap: .5rem; flex-wrap: wrap; }
.market-route-links a { min-height: 31px; display: inline-flex; align-items: center; justify-content: center; padding: .32rem .72rem; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: #fff; text-decoration: none; font-size: .78rem; font-weight: 800; }
.market-route-links a:hover, .market-route-links a[aria-current="page"] { background: var(--blue); border-color: var(--blue); color: var(--purple); }

.nav { position: sticky; top: 0; z-index: 20; background: rgba(46,0,72,.94); border-bottom: 1px solid rgba(255,255,255,.11); box-shadow: 0 10px 34px rgba(46,0,72,.12); backdrop-filter: blur(18px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 190px; }
.brand img { width: 158px; height: auto; border: 0; border-radius: 0; background: transparent; object-fit: contain; }
.brand > span { display: none; }
.nav-links { display: flex; align-items: center; gap: .72rem; margin: 0; padding: 0; list-style: none; flex: 1; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.86); font-size: .82rem; font-weight: 700; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; gap: .55rem; flex-shrink: 0; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: #fff; border-radius: 4px; padding: .65rem .8rem; font-weight: 800; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .9rem 1.22rem; border-radius: 3px; text-decoration: none; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn.primary, button.primary, .btn.gold { background: var(--purple); color: #fff; border-color: var(--purple); }
.btn.primary:hover, button.primary:hover, .btn.gold:hover { background: var(--teal); color: #fff; border-color: var(--teal); box-shadow: 0 12px 30px rgba(15,100,102,.16); }
.btn.ghost { background: #fff; border-color: var(--line); color: var(--purple); }
.btn.ghost:hover { border-color: var(--purple); }
.btn.light { background: #fff; color: var(--purple); border-color: #fff; }
.btn.full { width: 100%; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--purple); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("/uk/assets/img/pharmacy-hero-pharmacist.png") right center/auto 100% no-repeat; opacity: .44; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(46,0,72,.98), rgba(46,0,72,.88) 46%, rgba(46,0,72,.28) 74%, rgba(46,0,72,.08)); }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(340px, .4fr); gap: 3.4rem; align-items: end; padding: 6.2rem 0; }
.eyebrow { display: block; font-size: .72rem; font-weight: 600; color: var(--blue); letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.04; margin: 0; letter-spacing: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; }
h1 { font-size: clamp(2.6rem, 4.8vw, 5.05rem); line-height: 1.02; max-width: 980px; }
h2 { font-size: clamp(1.9rem, 3.4vw, 3.4rem); line-height: 1.06; }
h3 { font-size: 1.12rem; font-weight: 600; }
.hero p { color: rgba(255,255,255,.82); font-size: 1.05rem; max-width: 720px; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.5rem; }
.hero-panel { background: rgba(255,255,255,.94); color: var(--ink); border-radius: 4px; padding: 1.5rem; border-top: 3px solid var(--blue); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-panel-grid { display: grid; gap: .75rem; }
.hero-panel article { border-bottom: 1px solid var(--line); padding-bottom: .75rem; }
.hero-panel article:last-child { border-bottom: 0; padding-bottom: 0; }
.hero-panel p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }

.section { padding: 6.15rem 0; }
.section.compact { padding: 3.8rem 0; }
.section.dark { background: var(--purple); color: #fff; }
.section.alt { background: var(--mist); }
.section.accent { background: var(--aqua); color: var(--purple); }
.section-head { display: grid; grid-template-columns: minmax(0,.8fr) minmax(300px,.52fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section-head p { color: var(--muted); margin: 0; }
.dark .section-head p, .dark p { color: rgba(255,255,255,.8); }
.grid-3, .grid-4, .job-grid, .trust-grid { display: grid; gap: 1rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.card, .feature-card, .job-card, .form-panel, .insight-card { background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 4px; padding: 1.35rem; box-shadow: 0 10px 32px rgba(46,0,72,.055); }
.feature-card { border-top: 3px solid var(--blue); }
.feature-card strong, .trust-grid strong { display: block; margin-bottom: .45rem; }
.feature-card p, .job-card p, .insight-card p { color: var(--muted); }
.metric { border-left: 3px solid var(--blue); padding: .4rem 0 .4rem .9rem; }
.metric strong { display: block; font-size: 1.7rem; color: var(--purple); font-weight: 600; }
.proof-panel { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1.45rem; box-shadow: var(--soft-shadow); }
.proof-panel h3 { font-size: 1.55rem; margin-bottom: .65rem; }
.proof-panel ul, .check-list { margin: .85rem 0 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.proof-panel li, .check-list li { position: relative; padding-left: 1.55rem; color: var(--muted); }
.proof-panel li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: .5rem; height: .5rem; border-radius: 999px; background: var(--teal); box-shadow: 0 0 0 3px rgba(200,242,255,.52); }
.signal-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.signal-band article { background: rgba(255,255,255,.96); padding: 1.25rem; }
.signal-band strong { display: block; font-size: 1.12rem; color: var(--purple); margin-bottom: .35rem; font-weight: 600; }
.signal-band span { color: var(--muted); }
.rate-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.rate-card { background: #fff; color: var(--ink); border-radius: 4px; padding: 1.45rem; border-top: 3px solid var(--blue); box-shadow: var(--soft-shadow); }
.rate-card strong { display: block; font-size: 1.45rem; line-height: 1.1; margin: .45rem 0; color: var(--purple); font-weight: 600; }
.rate-card p { color: var(--muted); margin-bottom: 0; }
.journey-card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1.35rem; display: grid; gap: .75rem; box-shadow: var(--soft-shadow); }
.journey-card .eyebrow { color: var(--green-2); }
.cta-panel { background: var(--purple); color: #fff; border-radius: 4px; padding: clamp(1.4rem, 3vw, 2.4rem); display: grid; grid-template-columns: minmax(0,.8fr) auto; gap: 1rem; align-items: center; box-shadow: var(--shadow); }
.cta-panel p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1rem 1.1rem; box-shadow: 0 14px 38px rgba(46,0,72,.05); }
.faq-list summary { cursor: pointer; font-weight: 900; color: var(--purple); }
.faq-list p { color: var(--muted); margin-bottom: 0; }
.editorial-split { display: grid; grid-template-columns: minmax(0,.72fr) minmax(360px,.6fr); gap: 4rem; align-items: center; }
.editorial-copy p { color: var(--muted); font-size: 1.04rem; }
.editorial-image { min-height: 520px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); background: var(--purple); }
.editorial-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.prestige-note { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2.2rem 0; display: grid; grid-template-columns: minmax(0,.62fr) minmax(300px,.45fr); gap: 2rem; align-items: end; }
.prestige-note strong { font-family: var(--display); font-size: clamp(1.9rem, 3.4vw, 3.35rem); line-height: 1.08; color: var(--purple); font-weight: 500; }
.prestige-note span { color: var(--muted); }
.proof-ledger { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-ledger article { padding: 1.4rem; border-right: 1px solid var(--line); }
.proof-ledger article:last-child { border-right: 0; }
.proof-ledger strong { display: block; font-family: var(--display); font-size: 1.55rem; line-height: 1.1; color: var(--purple); font-weight: 500; margin-bottom: .55rem; }
.proof-ledger p { color: var(--muted); margin-bottom: 0; }
.quiet-luxury { background: #fff; }
.quiet-luxury .section-head { margin-bottom: 3rem; }
.dark-luxury { background: var(--purple); color: #fff; position: relative; overflow: hidden; }
.dark-luxury::before { content: ""; display: none; }
.dark-luxury .wrap { position: relative; z-index: 1; }
.dark-luxury p { color: rgba(255,255,255,.78); }
.dark-luxury .rate-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-top: 3px solid var(--blue); color: #fff; }
.dark-luxury .rate-card strong { color: #fff; }
.dark-luxury .rate-card p { color: rgba(255,255,255,.78); }

.partner-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; align-items: center; }
.partner-logos span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.partner-logos img { max-height: 48px; max-width: 150px; object-fit: contain; filter: grayscale(.15); }
.proof-card { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 1rem; }
.proof-card img { width: 56px; }
.visual-card { position: relative; min-height: 360px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); background: var(--purple); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; }
.visual-card::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(0deg, rgba(46,0,72,.86), transparent); }

.jobs-toolbar { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.jobs-toolbar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.jobs-filter { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: .8rem; margin-bottom: 1rem; }
.jobs-filter-note { align-self: end; border: 1px solid var(--line); background: rgba(255,253,248,.8); color: var(--muted); padding: .82rem .95rem; min-height: 48px; display: flex; align-items: center; font-weight: 700; }
label span { display: block; font-weight: 800; color: #4b3a54; margin-bottom: .35rem; }
input, select, textarea { width: 100%; border: 1px solid #d9cbdf; border-radius: 5px; min-height: 48px; padding: .85rem; font: inherit; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(200,242,255,.72); border-color: var(--purple); }
textarea { min-height: 130px; resize: vertical; }
.job-list { display: grid; gap: 1rem; }
.job-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: 1.2rem; align-items: center; }
.job-card h3 { font-family: var(--display); font-size: 1.6rem; font-weight: 500; }
.job-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .8rem; }
.job-badges span { background: #f2edf5; border-radius: 999px; padding: .32rem .6rem; color: #4b3a54; font-size: .84rem; }
.job-card dl { display: grid; gap: .45rem; margin: 0; }
.job-card dt { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: 0; }
.job-card dd { margin: 0; font-weight: 800; }
.job-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: .8rem; }
.live-shift-card { align-items: stretch; }
.live-shift-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.live-shift-card dl div { border: 1px solid var(--line); padding: .7rem; background: rgba(255,253,248,.72); }
.live-job-card { align-items: stretch; }
.live-job-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.live-job-card dl div { border: 1px solid var(--line); padding: .7rem; background: rgba(255,253,248,.72); }
.jobs-application-panel { margin-top: 1rem; }
.jobs-application-panel h2 { font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; margin: .2rem 0 .45rem; }
.jobs-application-panel .full { width: 100%; justify-content: center; }
.jobs-landing-page .jobs-hero { padding: clamp(4rem, 8vw, 7rem) 0; }
.jobs-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .45fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.jobs-trust-panel { border: 1px solid var(--line); background: rgba(255,253,248,.88); padding: clamp(1.2rem, 2vw, 1.6rem); box-shadow: 0 18px 40px rgba(46,0,72,.07); }
.jobs-trust-panel strong { display: block; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.18; color: var(--ink); margin: .35rem 0 .9rem; }
.jobs-trust-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.jobs-trust-panel li { position: relative; padding-left: 1.15rem; color: var(--muted); }
.jobs-trust-panel li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; background: var(--purple); }
.job-conversion-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(340px, .42fr); gap: 1.4rem; align-items: stretch; }
.jobs-conversion-section .jobs-application-panel { margin-top: 0; }
.jobs-employer-cta { background: var(--purple); color: #fff; border: 1px solid var(--purple); padding: clamp(1.25rem, 2.4vw, 2rem); display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; }
.jobs-employer-cta .eyebrow { color: var(--blue); }
.jobs-employer-cta h2 { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1.04; margin: .35rem 0 1rem; }
.jobs-employer-cta p { color: rgba(255,255,255,.78); }
.job-cta-actions { display: grid; gap: .65rem; margin-top: 1.2rem; }
.jobs-employer-cta .btn.primary { background: #fff; color: var(--purple); border-color: #fff; }
.jobs-employer-cta .btn.ghost { color: #fff; border-color: rgba(255,255,255,.36); }
.jobs-signal-band { margin-bottom: 1rem; }
.job-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.job-faq-grid article { border: 1px solid var(--line); background: rgba(255,253,248,.82); padding: 1.1rem; }
.job-faq-grid h3 { margin: 0 0 .45rem; font-size: 1.02rem; }
.job-faq-grid p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.55fr); gap: 2.4rem; align-items: start; }
.process { counter-reset: step; display: grid; gap: .85rem; }
.process article { position: relative; padding-left: 3.2rem; }
.process article::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: .1rem; font-weight: 900; color: var(--green-2); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.form-grid .wide, .consent-line, .form-panel button { grid-column: 1 / -1; }
.consent-line { display: flex; gap: .7rem; align-items: flex-start; font-size: .94rem; color: var(--muted); }
.consent-line input { width: auto; min-height: 0; margin-top: .25rem; }
.form-status { margin: .85rem 0 0; font-weight: 800; }
.form-status.ok { color: #136b45; }
.form-status.error { color: #b4402b; }

.job-detail-hero { padding: 5.6rem 0; background: var(--purple); color: #fff; position: relative; overflow: hidden; }
.job-detail-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.22); }
.job-detail-hero .wrap { position: relative; z-index: 1; }
.job-detail-hero p { max-width: 760px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.job-detail-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .42fr); gap: 2rem; align-items: start; }
.detail-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1.3rem 0; }
.detail-meta span { display: block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; padding: .8rem; }
.detail-main section { padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.detail-main ul { padding-left: 1.1rem; }

.region-gateway { min-height: 100vh; display: grid; align-items: center; background: var(--purple); color: #fff; }
.gateway-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.55fr); gap: 2rem; align-items: center; }
.region-card { background: #fff; color: var(--ink); border-radius: 6px; padding: 1.3rem; text-decoration: none; border: 1px solid rgba(255,255,255,.3); display: block; margin-bottom: 1rem; }
.region-card strong { display: block; font-size: 1.35rem; }
.gateway-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(1320px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 3; }
.gateway-nav .brand img { width: 176px; }
.gateway-nav-links { display: flex; align-items: center; justify-content: flex-end; gap: .45rem; flex-wrap: wrap; }
.gateway-nav-links a { text-decoration: none; font-weight: 800; color: #fff; background: rgba(46,0,72,.78); border: 1px solid rgba(255,255,255,.2); border-radius: 4px; padding: .5rem .64rem; font-size: .78rem; }
.gateway-nav-links a:hover { color: var(--purple); background: var(--blue); }
.pharmacy-gateway-page { background: var(--paper); }
.pharmacy-gateway-hero { position: relative; min-height: calc(100vh - 92px); display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--purple); }
.pharmacy-gateway-hero::before { content: ""; position: absolute; inset: 0; background: url("/uk/assets/img/pharmacy-hero-pharmacist.png") right center/auto 100% no-repeat; opacity: .56; }
.pharmacy-gateway-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(46,0,72,.99), rgba(46,0,72,.9) 50%, rgba(46,0,72,.2)); }
.pharmacy-gateway-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .5fr); gap: 4rem; align-items: end; padding: 6.5rem 0; }
.pharmacy-gateway-hero h1 { max-width: 940px; }
.pharmacy-gateway-hero p { color: rgba(255,255,255,.86); font-size: 1.13rem; max-width: 780px; }
.gateway-assurance { background: rgba(255,255,255,.94); color: var(--ink); border: 1px solid rgba(255,255,255,.58); border-top: 3px solid var(--blue); border-radius: 4px; padding: 1.5rem; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.gateway-assurance strong { display: block; font-size: 1.45rem; line-height: 1.12; margin: .55rem 0; }
.gateway-assurance p { color: var(--muted); margin-bottom: 0; }
.pharmacy-proof-band { background: #fff; border-bottom: 1px solid var(--line); }
.gateway-route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gateway-route-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 4px; padding: 1.35rem; box-shadow: 0 10px 32px rgba(46,0,72,.055); display: flex; flex-direction: column; min-height: 300px; }
.gateway-route-card h3 { font-size: 1.35rem; margin-top: .65rem; }
.gateway-route-card p { color: var(--muted); flex: 1; }
.pharmacy-operating-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(360px, .58fr); gap: 3rem; align-items: start; }
.pharmacy-operating-grid > div:first-child p { color: var(--muted); font-size: 1.05rem; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.footer { background: var(--purple); color: #fff; padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .7fr); gap: 2rem; }
.footer .brand img { width: 180px; }
.footer p { color: rgba(255,255,255,.78); }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { color: var(--blue); }
.footer ul { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; gap: .35rem; color: rgba(255,255,255,.78); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 2rem; padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.7); }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav-inner { flex-wrap: wrap; padding: .8rem 0; }
  .nav-links, .nav-actions { display: none; width: 100%; }
  .nav.open .nav-links, .nav.open .nav-actions { display: grid; }
  .nav.open .nav-actions { grid-template-columns: 1fr 1fr; }
  .hero .wrap, .section-head, .split, .job-detail-grid, .jobs-hero-grid, .job-conversion-grid, .gateway-grid, .pharmacy-gateway-grid, .pharmacy-operating-grid, .editorial-split, .prestige-note { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .trust-grid, .insight-grid, .footer-grid, .detail-meta, .gateway-route-grid, .partner-logos, .signal-band, .rate-board, .proof-ledger, .job-faq-grid { grid-template-columns: 1fr 1fr; }
  .job-card, .jobs-toolbar, .jobs-filter { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .hero::before, .pharmacy-gateway-hero::before { background-position: right bottom; opacity: .28; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .market-route-inner { align-items: flex-start; flex-direction: column; padding: .72rem 0; }
  .market-route-links { justify-content: flex-start; width: 100%; }
  .market-route-links a { flex: 1 1 135px; }
  .brand img { width: 150px; }
  .gateway-nav { width: min(100% - 28px, 1180px); align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .pharmacy-gateway-hero, .hero { min-height: auto; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.2rem; }
  .grid-3, .grid-4, .trust-grid, .insight-grid, .footer-grid, .detail-meta, .form-grid, .gateway-route-grid, .partner-logos, .signal-band, .rate-board, .proof-ledger, .job-faq-grid { grid-template-columns: 1fr; }
  .gateway-route-card { min-height: 0; }
  .proof-ledger article { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-ledger article:last-child { border-bottom: 0; }
  .editorial-image, .editorial-image img { min-height: 360px; }
  .footer-bottom { flex-direction: column; }
  .nav.open .nav-actions { grid-template-columns: 1fr; }
}

/* Pharmacy advisory redesign - July 2026 */
:root {
  --ink: #241a22;
  --purple: #2e0048;
  --purple-2: #4b164d;
  --purple-3: #6c4c6f;
  --plum-soft: #efe6ef;
  --paper: #fbf7ef;
  --warm-white: #fffdf8;
  --mist: #f4f0ea;
  --line: #e3d8cc;
  --muted: #706874;
  --blue: #d9f4fb;
  --green: #d9f4fb;
  --green-2: #6a8588;
  --teal: #6a8588;
  --shadow: 0 22px 56px rgba(36, 26, 34, .08);
  --soft-shadow: 0 16px 38px rgba(36, 26, 34, .055);
}
body { background: var(--paper); color: var(--ink); }
.wrap { width: min(1180px, calc(100% - 48px)); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: 0; }
h1 { font-size: 4.9rem; line-height: 1.02; max-width: 990px; }
h2 { font-size: 3.2rem; line-height: 1.08; }
h3 { letter-spacing: 0; }
.eyebrow { color: var(--purple-2); letter-spacing: 0; text-transform: none; font-size: .82rem; font-weight: 700; }
.nav, .gateway-nav { background: rgba(255, 253, 248, .92); color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: none; backdrop-filter: blur(18px); }
.nav-inner { min-height: 86px; }
.brand img, .gateway-nav .brand img { width: 168px; }
.nav-links a, .gateway-nav-links a { color: var(--ink); background: transparent; border: 0; padding: .35rem .2rem; font-weight: 600; font-size: .82rem; }
.nav-links a:hover, .gateway-nav-links a:hover { color: var(--purple); background: transparent; }
.gateway-nav-links { gap: 1rem; }
.menu-toggle { color: var(--ink); border-color: var(--line); background: var(--warm-white); }
.btn { border-radius: 2px; min-height: 52px; padding: .9rem 1.25rem; font-weight: 650; box-shadow: none; }
.btn.primary, button.primary, .btn.gold { background: var(--purple); color: #fff; border-color: var(--purple); }
.btn.primary:hover, button.primary:hover, .btn.gold:hover { background: #1f1430; border-color: #1f1430; box-shadow: none; }
.btn.ghost, .btn.light { background: transparent; color: var(--ink); border-color: var(--line); }
.btn.ghost:hover, .btn.light:hover { border-color: var(--purple); color: var(--purple); }
.section { padding: 7rem 0; }
.section.compact { padding: 4.5rem 0; }
.section.alt, .section.accent, .quiet-luxury { background: var(--paper); }
.section-head { align-items: start; margin-bottom: 3.2rem; }
.card, .feature-card, .job-card, .form-panel, .insight-card, .rate-card, .gateway-route-card, .proof-panel, .journey-card { border-radius: 2px; box-shadow: none; border-color: var(--line); background: rgba(255,253,248,.82); }
.feature-card, .rate-card, .gateway-route-card { border-top: 1px solid var(--line); }
.hero, .pharmacy-gateway-hero, .job-detail-hero { background: var(--paper); color: var(--ink); min-height: auto; }
.hero::before, .hero::after, .pharmacy-gateway-hero::before, .pharmacy-gateway-hero::after { display: none; }
.hero .wrap, .pharmacy-gateway-grid { padding: 7rem 0; }
.hero p, .pharmacy-gateway-hero p, .job-detail-hero p { color: var(--muted); }
.hero-panel, .gateway-assurance { box-shadow: none; border: 1px solid var(--line); border-top: 1px solid var(--line); background: var(--warm-white); }
.dark-luxury { background: #28172d; }
.cta-panel { background: var(--warm-white); color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.cta-panel p { color: var(--muted); }
.footer { background: #241a22; }
.footer .brand img { width: 170px; }
.metric { border-left-color: var(--line); }
.metric strong { color: var(--purple); }
.proof-ledger, .prestige-note { border-color: var(--line); }
.proof-ledger article { border-color: var(--line); }
.proof-ledger strong, .prestige-note strong { color: var(--purple); }
.editorial-image { box-shadow: none; background: var(--mist); }
.partner-strip { background: var(--warm-white); }

.pharmacy-advisory-page { background: var(--paper); }
.advisory-nav { position: sticky; top: 0; z-index: 20; }
.advisory-hero { position: relative; padding: 7.5rem 0 6.5rem; background: linear-gradient(180deg, var(--warm-white), var(--paper)); border-bottom: 1px solid var(--line); overflow: hidden; }
.advisory-hero::before { content: ""; position: absolute; inset: 10% -12% auto auto; width: 42rem; height: 42rem; border: 1px solid rgba(46,0,72,.08); border-radius: 50%; }
.advisory-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .42fr); gap: 5rem; align-items: end; }
.advisory-hero-copy p { max-width: 720px; color: var(--muted); font-size: 1.12rem; margin-top: 1.2rem; }
.advisory-portrait { position: relative; border-left: 1px solid var(--line); padding-left: 2rem; color: var(--muted); }
.editorial-mark { width: 180px; height: 180px; border: 1px solid var(--line); background: var(--warm-white); display: grid; place-items: center; margin-bottom: 2rem; }
.editorial-mark span { font-family: Georgia, "Times New Roman", serif; font-size: 4rem; color: var(--purple); line-height: 1; }
.regional-hero .editorial-mark span { font-size: 2.4rem; }
.advisory-trust { padding-top: 4.5rem; padding-bottom: 4.5rem; background: var(--paper); }
.advisory-ledger { display: grid; grid-template-columns: minmax(0,.65fr) minmax(320px,.55fr); gap: 4rem; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2.5rem 0; }
.advisory-ledger strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; line-height: 1.1; font-weight: 400; color: var(--purple); margin-top: .65rem; }
.advisory-ledger p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.advisory-section { background: var(--warm-white); }
.advisory-split { display: grid; grid-template-columns: minmax(0,.58fr) minmax(420px,.72fr); gap: 5rem; align-items: start; }
.advisory-split > div > p, .advisory-two-column p, .advisory-insights p { color: var(--muted); }
.editorial-columns { display: grid; gap: 2.1rem; }
.editorial-columns article { border-top: 1px solid var(--line); padding-top: 1.15rem; }
.editorial-columns h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 400; color: var(--purple); }
.editorial-columns p { color: var(--muted); margin-bottom: 0; }
.advisory-search-models { background: var(--paper); }
.editorial-head { border-bottom: 1px solid var(--line); padding-bottom: 2.2rem; }
.advisory-service-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advisory-service-row article { padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); margin-right: 2rem; }
.advisory-service-row article:last-child { border-right: 0; margin-right: 0; }
.advisory-service-row span { color: var(--muted); font-size: .85rem; }
.advisory-service-row h3 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; color: var(--purple); margin: .7rem 0; }
.advisory-service-row p { color: var(--muted); margin-bottom: 0; }
.advisory-two-column { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5rem; }
.advisory-two-column > div { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.text-link { color: var(--purple); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.advisory-consent { background: var(--mist); }
.advisory-insights { display: grid; grid-template-columns: minmax(0,.55fr) minmax(420px,.72fr); gap: 5rem; align-items: start; }
.insight-list { display: grid; border-top: 1px solid var(--line); }
.insight-list a { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.insight-list span { color: var(--muted); font-size: .9rem; }
.insight-list strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.advisory-contact { background: linear-gradient(180deg, var(--paper), var(--warm-white)); }
.calm-form { background: var(--warm-white); box-shadow: none; border: 1px solid var(--line); padding: 1.6rem; }
input, select, textarea { border-color: var(--line); background: #fff; border-radius: 2px; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(46,0,72,.16); border-color: var(--purple); }
label span { color: var(--ink); font-weight: 650; }
.advisory-footer { background: #241a22; }

/* UK pharmacy homepage finish */
.uk-pharmacy-home .advisory-nav {
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 16px 42px rgba(36, 26, 34, .06);
}

.uk-pharmacy-home .uk-nav-inner {
  gap: clamp(.8rem, 1.2vw, 1.35rem);
  min-height: 84px;
}

.uk-pharmacy-home .uk-brand-lockup {
  flex: 0 0 218px;
  gap: .72rem;
  min-width: 218px;
}

.uk-pharmacy-home .uk-brand-lockup img {
  background: #fffdf8;
  border-radius: 14px;
  box-shadow: 0 0 0 1px var(--line);
  height: 50px;
  object-fit: contain;
  padding: .16rem;
  width: 50px;
}

.uk-pharmacy-home .uk-brand-lockup > span {
  display: grid;
  gap: .14rem;
}

.uk-pharmacy-home .uk-brand-lockup strong {
  font-size: 1.45rem;
  line-height: .98;
}

.uk-pharmacy-home .uk-brand-lockup > span > span {
  font-size: .58rem;
  letter-spacing: .15em !important;
  line-height: 1.05;
}

.uk-pharmacy-home .nav-links {
  flex: 1 1 auto;
  gap: clamp(.68rem, 1.05vw, 1.14rem);
  justify-content: flex-end;
}

.uk-pharmacy-home .nav-links a {
  font-size: .78rem;
  white-space: nowrap;
}

.uk-pharmacy-home .nav-actions .btn {
  min-width: 132px;
  white-space: nowrap;
}

.uk-pharmacy-home .advisory-hero {
  background:
    radial-gradient(circle at 86% 14%, rgba(217,244,251,.42), transparent 24rem),
    linear-gradient(180deg, #fffdf8, #fbf7ef);
  padding: clamp(5rem, 7vw, 7.2rem) 0 clamp(4.5rem, 6vw, 6.2rem);
}

.uk-pharmacy-home .advisory-hero-grid {
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
  grid-template-columns: minmax(0, .94fr) minmax(360px, .44fr);
}

.uk-pharmacy-home .advisory-hero-copy h1 {
  font-size: clamp(3.15rem, 5.25vw, 5.9rem);
  max-width: 780px;
}

.uk-pharmacy-home .advisory-hero-copy p {
  max-width: 760px;
}

.uk-identity-panel {
  align-self: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,253,248,.94)),
    linear-gradient(135deg, rgba(217,244,251,.34), transparent 46%);
  border: 1px solid var(--line);
  border-left: 1px solid var(--line);
  display: grid;
  min-height: 0;
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.uk-panel-kicker {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em !important;
  line-height: 1.2;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.uk-identity-panel h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.8vw, 2.55rem);
  font-weight: 400;
  line-height: 1.06;
  margin: 0;
}

.uk-identity-panel p {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.55;
  margin: 1.15rem 0 0;
}

.uk-hero-badge {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  height: clamp(92px, 10vw, 126px);
  margin-bottom: clamp(1.1rem, 2.5vw, 1.8rem);
  place-items: center;
  width: clamp(92px, 10vw, 126px);
}

.uk-hero-badge img {
  height: 86%;
  object-fit: contain;
  width: 86%;
}

.uk-hero-proof-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .65rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
}

.uk-hero-proof-list span {
  color: var(--purple);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}

.uk-hero-proof-list strong {
  color: var(--ink);
  display: block;
  font-size: .73rem;
  letter-spacing: .1em !important;
  margin-bottom: .18rem;
  text-transform: uppercase;
}

.uk-site-nav {
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 16px 42px rgba(36, 26, 34, .06);
}

.uk-site-nav .uk-nav-inner {
  gap: clamp(.8rem, 1.2vw, 1.35rem);
  min-height: 84px;
}

.uk-site-nav .uk-brand-lockup {
  flex: 0 0 218px;
  gap: .72rem;
  min-width: 218px;
}

.uk-site-nav .uk-brand-lockup img {
  background: #fffdf8;
  border-radius: 14px;
  box-shadow: 0 0 0 1px var(--line);
  height: 50px;
  object-fit: contain;
  padding: .16rem;
  width: 50px;
}

.uk-site-nav .uk-brand-lockup > span {
  display: grid;
  gap: .14rem;
}

.uk-site-nav .uk-brand-lockup strong {
  font-size: 1.45rem;
  line-height: .98;
}

.uk-site-nav .uk-brand-lockup > span > span {
  font-size: .58rem;
  letter-spacing: .15em !important;
  line-height: 1.05;
}

.uk-site-nav .nav-links {
  flex: 1 1 auto;
  gap: clamp(.68rem, 1.05vw, 1.14rem);
  justify-content: flex-end;
}

.uk-site-nav .nav-links a {
  font-size: .78rem;
  white-space: nowrap;
}

.uk-site-nav .nav-actions .btn {
  min-width: 132px;
  white-space: nowrap;
}

.uk-site-nav .nav-actions {
  align-items: center;
}

.uk-site-nav .nav-actions .locum-access-link {
  min-width: 0;
  padding-inline: .86rem;
  background: transparent;
  border-color: rgba(46, 0, 72, .22);
  color: var(--purple);
}

.uk-site-nav .nav-actions .locum-access-link:hover,
.uk-site-nav .nav-actions .locum-access-link[aria-current="page"] {
  background: rgba(46, 0, 72, .06);
  border-color: var(--purple);
}

.uk-home-hero {
  background:
    linear-gradient(90deg, rgba(217,244,251,.32), transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 86% 14%, rgba(217,244,251,.46), transparent 24rem),
    linear-gradient(180deg, #fffdf8, #fbf7ef);
  border-bottom: 1px solid var(--line);
  padding: clamp(4.8rem, 7vw, 7rem) 0 clamp(4rem, 6vw, 6rem);
}

.uk-home-hero-grid {
  display: grid;
  gap: clamp(2.4rem, 5vw, 5.2rem);
  grid-template-columns: minmax(0, .92fr) minmax(360px, .48fr);
  align-items: center;
}

.uk-home-hero-copy h1 {
  color: var(--purple);
  font-size: clamp(3.05rem, 5.2vw, 5.85rem);
  max-width: 880px;
}

.uk-home-hero-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  max-width: 760px;
}

.uk-home-gateway {
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  display: grid;
  gap: .7rem;
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
}

.uk-home-gateway a {
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: .18rem;
  padding: .95rem 0 0;
  text-decoration: none;
}

.uk-home-gateway a:hover strong {
  color: var(--purple);
}

.uk-home-gateway strong {
  font-size: 1rem;
}

.uk-home-gateway small {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

.uk-home-routes {
  background: #fffdf8;
  border-bottom: 1px solid var(--line);
}

.uk-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk-route-grid a {
  border-right: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  min-height: 210px;
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  text-decoration: none;
}

.uk-route-grid a:nth-child(3n) {
  border-right: 0;
}

.uk-route-grid a:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}

.uk-route-grid a:hover {
  background: #fff;
}

.uk-route-grid span,
.uk-service-grid span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.uk-route-grid strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
  margin-top: .8rem;
}

.uk-route-grid small {
  align-self: end;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
  margin-top: 1.4rem;
}

.uk-intent-section {
  background: var(--paper);
}

.uk-intent-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.8rem);
  grid-template-columns: minmax(0, .58fr) minmax(420px, .72fr);
  align-items: start;
}

.uk-intent-grid p,
.uk-service-grid p,
.uk-process-grid p,
.uk-home-cta p {
  color: var(--muted);
}

.uk-intent-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.uk-intent-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: .3rem;
  grid-template-columns: minmax(160px, .35fr) 1fr;
  padding: 1.1rem 0;
}

.uk-intent-list strong {
  color: var(--purple);
}

.uk-intent-list span {
  color: var(--muted);
}

.uk-service-grid,
.uk-process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk-service-grid article,
.uk-process-grid article {
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
}

.uk-service-grid h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.08;
  margin: .65rem 0 .75rem;
}

.uk-process-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.uk-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uk-process-grid strong {
  color: var(--purple);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.12;
}

.uk-home-cta {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .78fr) auto;
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

.uk-home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  h1 { font-size: 3.7rem; }
  h2 { font-size: 2.55rem; }
  .advisory-hero-grid, .advisory-ledger, .advisory-split, .advisory-insights, .advisory-two-column { grid-template-columns: 1fr; gap: 2.5rem; }
  .advisory-service-row { grid-template-columns: 1fr; }
  .advisory-service-row article { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding-right: 0; }
  .advisory-service-row article:last-child { border-bottom: 0; }
  .advisory-portrait { border-left: 0; padding-left: 0; }
  .nav.open .nav-links a, .nav.open .nav-actions a { color: var(--ink); }
  .uk-pharmacy-home .uk-nav-inner {
    flex-wrap: wrap;
  }
  .uk-pharmacy-home .uk-brand-lockup {
    flex: 1 1 auto;
    min-width: 0;
  }
  .uk-pharmacy-home .advisory-hero-grid {
    grid-template-columns: 1fr;
  }
  .uk-site-nav .uk-nav-inner {
    flex-wrap: wrap;
  }
  .uk-site-nav .uk-brand-lockup {
    flex: 1 1 auto;
    min-width: 0;
  }
  .uk-home-hero-grid,
  .uk-intent-grid,
  .uk-home-cta {
    grid-template-columns: 1fr;
  }
  .uk-route-grid,
  .uk-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .uk-route-grid a:nth-child(3n) {
    border-right: 1px solid var(--line);
  }
  .uk-route-grid a:nth-child(2n) {
    border-right: 0;
  }
  .uk-route-grid a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .uk-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .uk-home-cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.15rem; }
  .advisory-hero { padding: 4.8rem 0; }
  .gateway-nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem .8rem; }
  .insight-list a { grid-template-columns: 1fr; gap: .35rem; }
  .editorial-mark { width: 140px; height: 140px; }
  .uk-pharmacy-home .uk-brand-lockup img {
    height: 46px;
    width: 46px;
  }
  .uk-pharmacy-home .advisory-hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 3.55rem);
  }
  .uk-hero-badge {
    height: 116px;
    width: 116px;
  }
  .uk-site-nav .uk-brand-lockup img {
    height: 46px;
    width: 46px;
  }
  .uk-home-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.45rem);
  }
  .uk-route-grid,
  .uk-service-grid,
  .uk-process-grid,
  .uk-intent-list article {
    grid-template-columns: 1fr;
  }
  .uk-route-grid a {
    border-right: 0;
    min-height: 0;
  }
  .uk-route-grid a:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }
  .uk-home-cta-actions,
  .uk-home-cta-actions .btn {
    display: grid;
    width: 100%;
  }
}

/* Letter spacing reset for pharmacy advisory refinement */
* { letter-spacing: 0 !important; }

/* Pharmacy Work insight authority pages - July 2026 */
.market-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.65rem;
}

.market-proof-line span {
  border: 1px solid var(--line);
  background: rgba(255,253,248,.74);
  padding: .52rem .78rem;
  color: var(--purple-2);
  font-weight: 650;
  font-size: .86rem;
}

.insight-authority-page .insights-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: clamp(4rem, 7vw, 6.2rem) 0 clamp(3.6rem, 5vw, 5rem);
}

.insights-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(300px, .44fr);
  gap: clamp(2.4rem, 5.5vw, 5.6rem);
  align-items: end;
}

.insights-hero h1 {
  color: var(--purple);
  font-size: clamp(2.65rem, 4.9vw, 5rem);
  line-height: 1.04;
  max-width: 940px;
}

.insights-hero p {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  max-width: 740px;
}

.insights-proof-line {
  margin-top: 1.55rem;
}

.insight-authority-page .eyebrow {
  letter-spacing: 0 !important;
  text-transform: none;
}

.insights-visual-panel {
  background: rgba(255,253,248,.62);
  border: 1px solid var(--line);
  padding: .78rem;
}

.insights-visual-panel img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  opacity: .9;
  filter: saturate(.82) contrast(.94);
  width: 100%;
}

.insights-visual-panel strong {
  color: var(--purple);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.16;
  margin: .95rem 0 .4rem;
}

.insights-visual-panel p {
  color: var(--muted);
  font-size: .98rem;
  margin: 0;
}

.premium-insights-visual {
  box-shadow: 0 18px 44px rgba(36,26,34,.055);
}

.insights-visual-ledger {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  padding-top: 1rem;
}

.insights-visual-ledger span {
  color: var(--purple);
  font-size: .82rem;
  font-weight: 750;
}

.insights-market-section,
.insight-feature-section {
  background: var(--warm-white);
}

.insights-market-switch {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insights-market-switch article {
  background: rgba(255,253,248,.92);
  border: 1px solid var(--line);
  border-left: 3px solid var(--purple);
  padding: clamp(1.25rem, 2.4vw, 1.9rem);
}

.insights-market-switch article:nth-child(2) {
  border-left-color: #b78a00;
}

.insights-market-switch span,
.insight-article-card span {
  color: var(--muted);
  display: block;
  font-size: .8rem;
  font-weight: 720;
  margin-bottom: .6rem;
  text-transform: none;
}

.insights-market-switch h2,
.insight-article-card h3,
.insight-faq-grid h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.insights-market-switch h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  margin-bottom: .65rem;
}

.insights-market-switch p,
.insight-article-card p,
.insight-article-card li,
.insight-faq-grid p {
  color: var(--muted);
}

.insight-article-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-article-card {
  background: rgba(255,253,248,.94);
  border: 1px solid var(--line);
  padding: clamp(1.15rem, 2vw, 1.55rem);
}

.insight-article-card h3 {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.1;
  margin-bottom: .75rem;
}

.insight-article-card ul {
  display: grid;
  gap: .35rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.insight-faq-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insight-faq-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, .5fr) minmax(420px, .75fr);
  align-items: start;
}

.insight-faq-grid h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.market-faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.market-faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}

.market-faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
  list-style-position: outside;
}

.market-faq-list p {
  color: var(--muted);
  margin: .7rem 0 0;
}

@media (max-width: 980px) {
  .insights-hero-grid,
  .insights-market-switch,
  .insight-faq-grid {
    grid-template-columns: 1fr;
  }

  .insight-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .insight-article-grid,
  .insights-visual-ledger {
    grid-template-columns: 1fr;
  }

  .insights-hero h1 {
    font-size: 2.55rem;
  }
}

/* Dot Work insights dossier treatment - July 2026 */
.insights-dossier-hero {
  background:
    linear-gradient(90deg, rgba(217,244,251,.34), transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, var(--warm-white), var(--paper));
}

.insights-dossier-grid {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(380px, .5fr);
  gap: clamp(2.4rem, 5vw, 5rem);
  align-items: stretch;
}

.insights-dossier-copy {
  display: grid;
  align-content: center;
}

.insights-dossier-copy h1 {
  color: var(--purple);
  font-size: clamp(2.65rem, 5vw, 5.45rem);
  line-height: 1;
  max-width: 820px;
}

.insights-dossier-copy > p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.28vw, 1.2rem);
  line-height: 1.75;
  max-width: 760px;
}

.insights-brief-metadata {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.25rem;
}

.insights-brief-metadata span {
  border-right: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: .32rem;
  padding: 1rem 1rem 1rem 0;
}

.insights-brief-metadata span:last-child {
  border-right: 0;
  padding-left: 1rem;
}

.insights-brief-metadata span + span {
  padding-left: 1rem;
}

.insights-brief-metadata strong {
  color: var(--purple);
  font-size: .88rem;
}

.insights-dossier-card {
  align-self: center;
  background: rgba(255,253,248,.78);
  border: 1px solid var(--line);
  display: grid;
  padding: .9rem;
}

.insights-dossier-card img {
  aspect-ratio: 16 / 10;
  display: block;
  filter: saturate(.82) contrast(.94);
  object-fit: cover;
  width: 100%;
}

.insights-dossier-note {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .45rem;
  margin-top: .95rem;
  padding-top: 1rem;
}

.insights-dossier-note strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
}

.insights-dossier-note p {
  color: var(--muted);
  margin: 0;
}

.insights-visual-ledger {
  gap: .65rem;
}

.insights-visual-ledger span {
  border-left: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: .2rem;
  padding-left: .75rem;
}

.insights-visual-ledger strong {
  color: var(--purple);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 750;
  margin: 0;
}

.insight-article-grid--editorial {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
}

.featured-insight-card {
  background: #fff;
  border-left: 3px solid var(--purple);
  grid-row: span 2;
  padding: clamp(1.45rem, 2.8vw, 2.15rem);
}

.featured-insight-card h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  line-height: 1.04;
}

.featured-insight-card p {
  font-size: 1.02rem;
}

@media (max-width: 980px) {
  .insights-dossier-grid,
  .insight-article-grid--editorial {
    grid-template-columns: 1fr;
  }

  .featured-insight-card {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .insights-brief-metadata {
    grid-template-columns: 1fr;
  }

  .insights-brief-metadata span,
  .insights-brief-metadata span + span,
  .insights-brief-metadata span:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: .9rem 0;
  }

  .insights-brief-metadata span:last-child {
    border-bottom: 0;
  }
}

/* UK pharmacy homepage premium pass - July 2026 */
.uk-pharmacy-home .uk-home-hero {
  background:
    linear-gradient(90deg, rgba(36, 26, 34, .94) 0%, rgba(36, 26, 34, .82) 42%, rgba(36, 26, 34, .32) 70%, rgba(36, 26, 34, .12) 100%),
    url("/uk/assets/img/pharmacy-work-advisory-hero.png") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
  color: #fff;
  min-height: 640px;
  padding: 0;
}

.uk-pharmacy-home .uk-home-hero-grid {
  align-content: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  min-height: 640px;
  padding: 5.5rem 0 4.5rem;
}

.uk-pharmacy-home .uk-home-hero-copy {
  max-width: 900px;
}

.uk-pharmacy-home .uk-home-hero-copy .eyebrow {
  color: #d9f4fb;
  font-weight: 750;
}

.uk-pharmacy-home .uk-home-hero-copy h1 {
  color: #fff;
  font-size: 4.75rem;
  line-height: 1;
  max-width: 900px;
  text-wrap: balance;
}

.uk-pharmacy-home .uk-home-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.16rem;
  line-height: 1.65;
  margin-top: 1.2rem;
  max-width: 710px;
}

.uk-pharmacy-home .hero-contrast {
  background: rgba(255, 253, 248, .94);
  border-color: rgba(255, 255, 255, .58);
  color: var(--purple);
}

.uk-hero-proof-panel {
  border-top: 1px solid rgba(255, 255, 255, .24);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.6rem;
  max-width: 980px;
}

.uk-hero-proof-panel span {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  display: block;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 78px;
  padding: 1rem;
}

.uk-home-choice-band {
  background: var(--warm-white);
  border-bottom: 1px solid var(--line);
}

.uk-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uk-choice-card {
  color: var(--ink);
  display: grid;
  gap: .75rem;
  min-height: 240px;
  padding: 2rem;
  text-decoration: none;
}

.uk-choice-card + .uk-choice-card {
  border-left: 1px solid var(--line);
}

.uk-choice-card strong {
  color: var(--purple);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.06;
  max-width: 560px;
}

.uk-choice-card small {
  color: var(--muted);
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 650px;
}

.uk-choice-card:hover {
  background: #fff;
}

.uk-choice-card:hover strong {
  color: #1f1430;
}

.uk-pharmacy-home .uk-intent-section {
  background: var(--paper);
  padding-top: 6.5rem;
}

.uk-pharmacy-home .uk-intent-grid {
  align-items: start;
  grid-template-columns: minmax(300px, .42fr) minmax(0, .76fr);
}

.uk-pharmacy-home .uk-intent-grid h2 {
  font-size: 3.15rem;
  line-height: 1.08;
  max-width: 520px;
}

.uk-pharmacy-home .uk-intent-grid p {
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 520px;
}

.uk-pharmacy-home .uk-route-grid {
  background: var(--warm-white);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uk-pharmacy-home .uk-route-grid a {
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 240px;
  padding: 1.55rem;
  text-decoration: none;
}

.uk-pharmacy-home .uk-route-grid a:nth-child(2n) {
  border-right: 0;
}

.uk-pharmacy-home .uk-route-grid a:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.uk-pharmacy-home .uk-route-grid a:hover {
  background: #fff;
}

.uk-pharmacy-home .uk-route-grid span,
.uk-pharmacy-home .uk-service-grid span {
  color: var(--green-2);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.uk-pharmacy-home .uk-route-grid strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.08;
  margin-top: .9rem;
}

.uk-pharmacy-home .uk-route-grid small {
  align-self: end;
  color: var(--muted);
  display: block;
  font-size: .95rem;
  line-height: 1.55;
  margin-top: 1.1rem;
}

.uk-pharmacy-home .uk-service-grid {
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk-pharmacy-home .uk-service-grid article {
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-right: 0;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 1.75rem;
}

.uk-pharmacy-home .uk-service-grid article:last-child {
  border-right: 1px solid var(--line);
}

.uk-pharmacy-home .uk-service-grid h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1.08;
  margin: .9rem 0 .8rem;
}

.uk-pharmacy-home .uk-service-grid p {
  flex: 1;
  font-size: .98rem;
  line-height: 1.65;
}

.uk-proof-section {
  background: #fffdf8;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.uk-proof-layout {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: minmax(300px, .52fr) minmax(0, .76fr);
  align-items: start;
}

.uk-proof-layout h2 {
  color: var(--purple);
  font-size: 3.05rem;
  line-height: 1.08;
}

.uk-proof-layout p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.uk-proof-ledger {
  border-top: 1px solid var(--line);
  display: grid;
}

.uk-proof-ledger article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(180px, .34fr) 1fr;
  padding: 1.15rem 0;
}

.uk-proof-ledger strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.12;
}

.uk-proof-ledger span {
  color: var(--muted);
  line-height: 1.55;
}

.uk-pharmacy-home .uk-process-section {
  background: var(--paper);
}

.uk-pharmacy-home .uk-process-grid {
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uk-pharmacy-home .uk-process-grid article {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 1.35rem 1.25rem 0 0;
}

.uk-pharmacy-home .uk-process-grid article:last-child {
  border-right: 0;
}

.uk-pharmacy-home .uk-process-grid strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.12;
}

.uk-pharmacy-home .uk-process-grid p {
  font-size: .94rem;
  line-height: 1.58;
}

.uk-pharmacy-home .uk-home-cta {
  background: #28172d;
  border: 0;
  color: #fff;
  padding: 2.2rem;
}

.uk-pharmacy-home .uk-home-cta .eyebrow,
.uk-pharmacy-home .uk-home-cta h2 {
  color: #fff;
}

.uk-pharmacy-home .uk-home-cta p {
  color: rgba(255, 255, 255, .78);
}

.uk-pharmacy-home .uk-home-cta .btn.primary {
  background: #fffdf8;
  border-color: #fffdf8;
  color: var(--purple);
}

.uk-pharmacy-home .uk-home-cta .btn.primary:hover {
  background: #d9f4fb;
  border-color: #d9f4fb;
  color: var(--purple);
}

.uk-pharmacy-home .uk-home-cta .btn.ghost {
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
}

@media (max-width: 980px) {
  .uk-pharmacy-home .uk-home-hero {
    min-height: 0;
  }

  .uk-pharmacy-home .uk-home-hero-grid {
    min-height: 560px;
    padding: 4.5rem 0 3.8rem;
  }

  .uk-pharmacy-home .uk-home-hero-copy h1 {
    font-size: 3.55rem;
  }

  .uk-hero-proof-panel,
  .uk-choice-grid,
  .uk-pharmacy-home .uk-intent-grid,
  .uk-proof-layout,
  .uk-pharmacy-home .uk-home-cta {
    grid-template-columns: 1fr;
  }

  .uk-choice-card + .uk-choice-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .uk-pharmacy-home .uk-service-grid,
  .uk-pharmacy-home .uk-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uk-pharmacy-home .uk-service-grid article:nth-child(2n),
  .uk-pharmacy-home .uk-process-grid article:nth-child(2n) {
    border-right: 0;
  }

  .uk-pharmacy-home .uk-service-grid article:last-child {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .uk-pharmacy-home .uk-home-hero {
    background:
      linear-gradient(180deg, rgba(36, 26, 34, .94), rgba(36, 26, 34, .76)),
      url("/uk/assets/img/pharmacy-work-advisory-hero.png") center right / cover no-repeat;
  }

  .uk-pharmacy-home .uk-home-hero-grid {
    min-height: 0;
    padding: 4rem 0 3.4rem;
  }

  .uk-pharmacy-home .uk-home-hero-copy h1 {
    font-size: 2.72rem;
  }

  .uk-pharmacy-home .uk-home-hero-copy p {
    font-size: 1rem;
  }

  .uk-hero-proof-panel,
  .uk-pharmacy-home .uk-route-grid,
  .uk-pharmacy-home .uk-service-grid,
  .uk-pharmacy-home .uk-process-grid,
  .uk-proof-ledger article {
    grid-template-columns: 1fr;
  }

  .uk-hero-proof-panel span {
    min-height: 0;
  }

  .uk-choice-card {
    min-height: 0;
    padding: 1.35rem;
  }

  .uk-choice-card strong,
  .uk-pharmacy-home .uk-intent-grid h2,
  .uk-proof-layout h2 {
    font-size: 2.15rem;
  }

  .uk-pharmacy-home .uk-route-grid a,
  .uk-pharmacy-home .uk-route-grid a:nth-child(2n),
  .uk-pharmacy-home .uk-service-grid article,
  .uk-pharmacy-home .uk-service-grid article:last-child,
  .uk-pharmacy-home .uk-process-grid article,
  .uk-pharmacy-home .uk-process-grid article:last-child {
    border-right: 0;
  }

  .uk-pharmacy-home .uk-route-grid a:nth-child(n + 2),
  .uk-pharmacy-home .uk-service-grid article + article,
  .uk-pharmacy-home .uk-process-grid article + article {
    border-top: 1px solid var(--line);
  }

  .uk-pharmacy-home .uk-home-cta {
    padding: 1.35rem;
  }
}

.uk-pharmacy-home .uk-site-nav .uk-nav-inner {
  width: min(1260px, calc(100% - 40px));
}

.uk-pharmacy-home .uk-site-nav .uk-brand-lockup {
  flex: 0 0 auto;
  min-width: 210px;
}

.uk-pharmacy-home .uk-site-nav .uk-brand-lockup img {
  height: 46px;
  width: 46px;
}

.uk-pharmacy-home .uk-site-nav .nav-links {
  justify-content: center;
  min-width: 0;
}

.uk-pharmacy-home .uk-site-nav .nav-actions {
  margin-left: auto;
}

.uk-pharmacy-home .uk-site-nav .nav-actions .btn {
  min-height: 46px;
  padding: .78rem 1rem;
}

@media (max-width: 1160px) {
  .uk-pharmacy-home .uk-site-nav .menu-toggle {
    display: inline-flex;
  }

  .uk-pharmacy-home .uk-site-nav .uk-nav-inner {
    flex-wrap: wrap;
    padding: .82rem 0;
  }

  .uk-pharmacy-home .uk-site-nav .uk-brand-lockup {
    flex: 1 1 auto;
    min-width: 0;
  }

  .uk-pharmacy-home .uk-site-nav .nav-links,
  .uk-pharmacy-home .uk-site-nav .nav-actions {
    display: none;
    width: 100%;
  }

  .uk-pharmacy-home .uk-site-nav.open .nav-links,
  .uk-pharmacy-home .uk-site-nav.open .nav-actions {
    display: grid;
  }

  .uk-pharmacy-home .uk-site-nav.open .nav-actions {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}

/* Public locum shift finder */
.shift-finder-page {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
}

.shift-finder-page .uk-site-nav .uk-brand-lockup {
  min-width: 205px;
}

.shift-finder-page .uk-site-nav .uk-brand-lockup img {
  width: 154px;
}

.shift-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(217,244,251,.5), transparent 23rem),
    linear-gradient(180deg, #fffdf8, #fbf7ef);
  border-bottom: 1px solid var(--line);
  padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.shift-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(330px, .42fr);
  gap: clamp(2.4rem, 5vw, 5rem);
  align-items: end;
}

.shift-hero h1 {
  font-size: clamp(3rem, 5vw, 5.7rem);
  max-width: 900px;
}

.shift-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 760px;
}

.shift-hero-panel {
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  border-left: 3px solid var(--purple);
  padding: clamp(1.2rem, 2vw, 1.7rem);
}

.shift-hero-panel strong {
  color: var(--purple);
  display: block;
  font-size: 1.28rem;
  line-height: 1.2;
}

.shift-proof-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.shift-proof-list span {
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.45;
  padding-left: 1.15rem;
  position: relative;
}

.shift-proof-list span::before {
  background: var(--purple);
  content: "";
  height: .42rem;
  left: 0;
  position: absolute;
  top: .57rem;
  width: .42rem;
}

.shift-board-head {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.2rem;
  padding-bottom: 1.4rem;
}

.shift-board-head h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.shift-board-head p {
  color: var(--muted);
  margin: .55rem 0 0;
}

.shift-filter-panel {
  background: var(--warm-white);
  border: 1px solid var(--line);
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  margin-bottom: 1rem;
  padding: 1rem;
}

.shift-filter-panel .btn {
  align-self: end;
  min-width: 142px;
}

.shift-board-summary {
  align-items: center;
  background: rgba(255,255,255,.64);
  border: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
}

.shift-board-summary strong {
  color: var(--purple);
  font-size: 1.05rem;
}

.shift-board-summary span:last-child {
  color: var(--muted);
  font-size: .92rem;
}

.shift-card-list {
  display: grid;
  gap: .9rem;
}

.shift-card {
  background: rgba(255,253,248,.93);
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .34fr);
  padding: 1.1rem;
}

.shift-card-main h3 {
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin-top: .45rem;
}

.shift-card-main p,
.shift-card-side p {
  color: var(--muted);
}

.shift-card-meta {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}

.shift-card-meta span,
.shift-card-side dl div {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 76px;
  padding: .75rem;
}

.shift-card-meta strong,
.shift-card-side dt {
  color: var(--muted);
  display: block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  margin-bottom: .26rem;
  text-transform: uppercase;
}

.shift-card-side {
  border-left: 1px solid var(--line);
  display: grid;
  gap: .85rem;
  padding-left: 1rem;
}

.shift-card-side dl {
  display: grid;
  gap: .55rem;
  margin: 0;
}

.shift-card-side dd {
  font-weight: 750;
  margin: 0;
}

.shift-match-badge {
  border: 1px solid var(--line);
  color: var(--purple);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  padding: .32rem .55rem;
  text-transform: uppercase;
}

.shift-match-badge.match-4,
.shift-match-badge.match-3 {
  background: #eefaf6;
  border-color: #a7d8c7;
  color: #0f5f46;
}

.shift-match-badge.match-2 {
  background: #fff8dd;
  border-color: #ecd36f;
  color: #7a5d00;
}

.shift-match-badge.match-1 {
  background: #fff1ec;
  border-color: #e5b4a6;
  color: #9c3b24;
}

.shift-empty-state {
  background: var(--warm-white);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  padding: 1rem;
}

.shift-application-section {
  border-top: 1px solid var(--line);
}

.shift-eligibility-panel {
  border-left: 3px solid var(--purple);
  margin-top: 1.2rem;
  padding: .95rem 1rem;
  background: rgba(255, 253, 248, .88);
}

.shift-eligibility-panel strong {
  display: block;
  color: var(--ink);
  margin-bottom: .35rem;
}

.shift-eligibility-panel span {
  color: var(--muted);
}

.shift-trust-grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.2rem;
}

.shift-trust-grid article {
  border-top: 1px solid var(--line);
  padding-top: .9rem;
}

.shift-trust-grid strong {
  color: var(--purple);
  display: block;
}

.shift-trust-grid span {
  color: var(--muted);
}

@media (max-width: 1060px) {
  .shift-hero-grid,
  .shift-board-head,
  .shift-filter-panel,
  .shift-card {
    grid-template-columns: 1fr;
  }

  .shift-card-side {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 1rem;
  }
}

@media (max-width: 720px) {
  .shift-card-meta {
    grid-template-columns: 1fr;
  }

  .shift-board-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .shift-finder-page .uk-site-nav .uk-brand-lockup img {
    width: 138px;
  }
}

/* Premium UK locum shift board */
.shift-finder-page .nav {
  box-shadow: 0 18px 42px rgba(46, 0, 72, .1);
}

.shift-premium-hero {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .04) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
  padding: clamp(4.5rem, 6vw, 6.6rem) 0 clamp(3.3rem, 5vw, 5rem);
}

.shift-premium-hero .shift-hero-grid {
  grid-template-columns: minmax(0, .78fr) minmax(340px, .36fr);
  align-items: center;
}

.shift-hero-copy h1 {
  color: var(--purple);
  font-size: clamp(3rem, 5.2vw, 5.9rem);
  max-width: 900px;
}

.shift-hero-copy p {
  color: #6d6171;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  max-width: 780px;
}

.shift-command-card {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .16);
  border-top: 4px solid var(--yellow);
  box-shadow: 0 30px 80px rgba(46, 0, 72, .11);
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

.shift-command-card strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
  margin-top: .5rem;
}

.shift-command-card dl {
  display: grid;
  gap: .85rem;
  margin: 1.4rem 0 0;
}

.shift-command-card dl div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .5rem;
  grid-template-columns: 74px 1fr;
  padding-top: .85rem;
}

.shift-command-card dt {
  color: var(--teal);
  font-size: .73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.shift-command-card dd {
  color: var(--muted);
  margin: 0;
}

.featured-shift-section {
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 22px 60px rgba(46, 0, 72, .07);
  margin-bottom: 1.2rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.mini-section-head {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
}

.mini-section-head span {
  color: var(--purple);
  font-size: 1.05rem;
  font-weight: 800;
}

.mini-section-head small {
  color: var(--muted);
  font-size: .86rem;
}

.featured-shift-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-shift-card {
  background: linear-gradient(180deg, #fff, #fffbf4);
  border: 1px solid rgba(46, 0, 72, .14);
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
}

.featured-shift-card h3 {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.22;
  margin-top: .45rem;
}

.featured-shift-card p {
  color: var(--muted);
  margin: .35rem 0 0;
}

.featured-shift-card dl {
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.featured-shift-card dt {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-shift-card dd {
  color: var(--purple);
  font-weight: 800;
  line-height: 1.25;
  margin: .18rem 0 0;
}

.featured-match {
  border-top: 1px solid var(--line);
  color: var(--teal) !important;
  font-weight: 800;
  margin: 0 !important;
  padding-top: .75rem;
}

.shift-search-console {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(220px, .26fr) minmax(0, 1fr);
  margin-bottom: 1rem;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.shift-search-console h3 {
  color: var(--purple);
  font-size: 1.35rem;
  margin-top: .3rem;
}

.shift-search-console .shift-filter-panel {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.shift-filter-actions {
  align-self: end;
  display: grid;
  gap: .55rem;
  grid-column: span 2;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
}

.shift-card {
  box-shadow: 0 18px 44px rgba(46, 0, 72, .06);
}

.shift-card-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.shift-featured-tag {
  background: rgba(249, 212, 0, .2);
  border: 1px solid rgba(177, 139, 0, .35);
  color: #765900;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .32rem .55rem;
  text-transform: uppercase;
}

.shift-region-tag {
  background: rgba(46, 0, 72, .07);
  border: 1px solid rgba(46, 0, 72, .14);
  color: var(--purple);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .32rem .55rem;
  text-transform: uppercase;
}

.shift-card-side .btn,
.featured-shift-card .btn {
  min-height: 44px;
}

@media (max-width: 980px) {
  .featured-shift-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shift-search-console {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .featured-shift-grid,
  .featured-shift-card dl,
  .shift-command-card dl div {
    grid-template-columns: 1fr;
  }

  .shift-filter-actions {
    grid-template-columns: 1fr 1fr;
  }
}

/* Refined finish for the public shift board */
.shift-finder-page {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .026) 1px, transparent 1px) 0 0 / 96px 96px,
    #fbfaf6;
}

.shift-premium-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 242, 255, .42), transparent 22rem),
    linear-gradient(180deg, #fffdf8, #f8f2e9);
  padding-bottom: clamp(3.8rem, 6vw, 6rem);
}

.shift-premium-hero .shift-hero-grid {
  gap: clamp(2rem, 5vw, 6rem);
}

.shift-hero-copy h1 {
  letter-spacing: 0;
  line-height: .98;
  max-width: 790px;
}

.shift-hero-copy p {
  color: #625867;
  max-width: 690px;
}

.shift-command-card {
  border: 1px solid rgba(46, 0, 72, .14);
  border-radius: 6px;
  border-top: 0;
  box-shadow: 0 28px 70px rgba(46, 0, 72, .09);
  overflow: hidden;
  position: relative;
}

.shift-command-card::before {
  background: linear-gradient(90deg, var(--yellow), var(--purple));
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.shift-command-card strong {
  color: var(--purple);
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
}

.shift-command-card dl div {
  grid-template-columns: 88px 1fr;
}

.shift-board-head {
  align-items: center;
  margin-bottom: 1.5rem;
}

.shift-board-head h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
}

.featured-shift-section,
.shift-search-console,
.shift-card,
.shift-empty-state {
  border-radius: 6px;
}

.featured-shift-section {
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 22px 70px rgba(46, 0, 72, .06);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.mini-section-head {
  align-items: end;
  gap: 1.5rem;
}

.mini-section-head span {
  color: var(--ink);
  font-size: 1.18rem;
}

.featured-shift-grid {
  gap: 1rem;
}

.featured-shift-card {
  background: #fff;
  border-color: rgba(46, 0, 72, .12);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(46, 0, 72, .055);
  padding: 1.1rem;
  position: relative;
}

.featured-shift-card::before {
  background: var(--purple);
  content: "";
  height: 2px;
  inset: 0 0 auto;
  position: absolute;
}

.featured-shift-card h3 {
  font-size: 1.2rem;
  margin-top: .6rem;
}

.featured-shift-card dl {
  border-block: 1px solid var(--line);
  padding: .8rem 0;
}

.featured-shift-card .btn.ghost {
  background: var(--paper);
  justify-self: start;
}

.shift-search-console {
  background: #fff;
  box-shadow: 0 18px 55px rgba(46, 0, 72, .055);
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
}

.shift-search-console .eyebrow {
  color: #8c7d93;
}

.shift-filter-panel label span {
  color: #74677a;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.shift-filter-panel input,
.shift-filter-panel select {
  border-radius: 6px;
  min-height: 52px;
}

.shift-board-summary {
  background: transparent;
  border-color: rgba(46, 0, 72, .12);
  border-radius: 6px;
}

.shift-card {
  background: #fff;
  border-color: rgba(46, 0, 72, .12);
  box-shadow: 0 16px 42px rgba(46, 0, 72, .052);
  grid-template-columns: minmax(0, 1fr) minmax(260px, .3fr);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.shift-card-main h3 {
  color: var(--purple);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.shift-card-main p,
.shift-card-side p {
  font-size: .94rem;
}

.shift-card-meta {
  border-top: 1px solid var(--line);
  gap: 1rem;
  margin-top: 1.1rem;
  padding-top: .9rem;
}

.shift-card-meta span,
.shift-card-side dl div {
  background: transparent;
  border: 0;
  min-height: auto;
  padding: 0;
}

.shift-card-side {
  background: #fbf7ef;
  border: 1px solid rgba(46, 0, 72, .1);
  border-left: 3px solid var(--purple);
  border-radius: 6px;
  padding: 1rem;
}

.shift-match-badge {
  background: #fff;
  border-radius: 999px;
  text-transform: none;
}

.shift-featured-tag {
  border-radius: 999px;
  letter-spacing: .03em;
  text-transform: none;
}

.shift-highlight-tag {
  background: rgba(249, 212, 0, .2);
  border: 1px solid rgba(177, 139, 0, .35);
  border-radius: 999px;
  color: #765900;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: .32rem .55rem;
}

.shift-client-cta {
  border-top: 1px solid var(--line);
  padding-top: clamp(1.6rem, 3vw, 2.2rem);
}

.shift-client-cta-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .94), rgba(46, 0, 72, .82)),
    var(--purple);
  border-radius: 6px;
  color: #fff;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.35rem, 3vw, 2.2rem);
}

.shift-client-cta h2 {
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  margin-top: .25rem;
}

.shift-client-cta p {
  color: rgba(255,255,255,.78);
  max-width: 760px;
}

.shift-client-cta .eyebrow {
  color: var(--yellow);
}

.shift-client-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: flex-end;
}

.shift-client-cta-actions .btn.ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.35);
  color: #fff;
}

@media (max-width: 1060px) {
  .shift-card-side {
    border-left: 3px solid var(--purple);
  }

  .shift-filter-actions,
  .shift-client-cta-inner {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .shift-client-cta-actions {
    justify-content: flex-start;
  }
}

/* High-trust pharmacy shift board finish */
.shift-finder-page {
  --shift-cream: #fffdf8;
  --shift-ivory: #fbfaf6;
  --shift-aqua: #edfaff;
  --shift-border: rgba(46, 0, 72, .14);
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .024) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, #fbfaf6 0%, #f4fafb 100%);
}

.shift-finder-page h1,
.shift-finder-page h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.shift-finder-page h3 {
  letter-spacing: 0;
}

.shift-premium-hero {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .025) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, #fffdf8 0%, #fbf6ed 100%);
  border-bottom: 1px solid rgba(46, 0, 72, .13);
  padding: clamp(4.2rem, 7vw, 7.2rem) 0 clamp(3rem, 5vw, 5.2rem);
}

.shift-premium-hero .shift-hero-grid {
  align-items: center;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .38fr);
}

.shift-hero-copy h1 {
  color: var(--purple);
  font-size: clamp(3.2rem, 6vw, 6.35rem);
  line-height: .96;
  max-width: 880px;
}

.shift-hero-copy p {
  color: #665b6b;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  max-width: 740px;
}

.shift-hero-trust {
  border-top: 1px solid rgba(46, 0, 72, .14);
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.45rem;
  max-width: 820px;
  padding-top: 1rem;
}

.shift-hero-trust span {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(46, 0, 72, .13);
  border-radius: 6px;
  color: #4d4054;
  font-size: .83rem;
  font-weight: 750;
  padding: .54rem .72rem;
}

.shift-live-panel {
  background: #fff;
  border: 1px solid var(--shift-border);
  border-radius: 6px;
  box-shadow: 0 34px 90px rgba(46, 0, 72, .11);
  overflow: hidden;
}

.shift-live-panel-top {
  background: var(--purple);
  color: #fff;
  padding: 1.35rem;
}

.shift-live-panel-top .eyebrow {
  color: var(--yellow);
}

.shift-live-panel-top strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .9;
  margin-top: .35rem;
}

.shift-live-panel-top small {
  color: rgba(255, 255, 255, .74);
  display: block;
  font-weight: 700;
  margin-top: .3rem;
}

.shift-live-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shift-live-panel-grid div {
  border-bottom: 1px solid var(--shift-border);
  border-right: 1px solid var(--shift-border);
  min-height: 118px;
  padding: 1rem;
}

.shift-live-panel-grid div:nth-child(2n) {
  border-right: 0;
}

.shift-live-panel-grid span,
.shift-side-header span {
  color: #827486;
  display: block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shift-live-panel-grid strong,
.shift-side-header strong {
  color: var(--purple);
  display: block;
  font-size: .98rem;
  line-height: 1.25;
  margin-top: .35rem;
}

.shift-live-panel p {
  color: #625867;
  margin: 0;
  padding: 1.1rem 1.25rem 1.25rem;
}

.shift-proof-band {
  background: #fff;
  border-bottom: 1px solid rgba(46, 0, 72, .12);
}

.shift-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shift-proof-grid article {
  border-right: 1px solid rgba(46, 0, 72, .11);
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
}

.shift-proof-grid article:last-child {
  border-right: 0;
}

.shift-proof-grid span {
  color: var(--teal);
  display: block;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: .45rem;
}

.shift-proof-grid strong {
  color: var(--purple);
  display: block;
  font-size: 1.05rem;
}

.shift-proof-grid p {
  color: #665b6b;
  margin: .4rem 0 0;
}

.shift-board-head {
  align-items: end;
  gap: 1.4rem;
}

.shift-board-head h2 {
  color: var(--purple);
  font-size: clamp(2.65rem, 5vw, 4.8rem);
}

.featured-shift-section,
.shift-search-console,
.shift-board-summary,
.shift-card,
.shift-empty-state {
  border-radius: 6px;
}

.featured-shift-section {
  background: rgba(255, 253, 248, .96);
  border: 1px solid var(--shift-border);
  box-shadow: 0 24px 70px rgba(46, 0, 72, .065);
  margin-bottom: 1.35rem;
}

.mini-section-head span {
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.mini-section-head small {
  max-width: 540px;
}

.featured-shift-card {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .13);
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(46, 0, 72, .052);
  overflow: hidden;
}

.featured-shift-card::before {
  background: linear-gradient(90deg, var(--yellow), var(--purple));
  height: 3px;
}

.featured-shift-top {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
}

.featured-shift-top strong {
  color: var(--purple);
  font-size: .94rem;
  white-space: nowrap;
}

.featured-shift-card h3 {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.24;
}

.featured-shift-card dl {
  gap: .75rem;
}

.shift-search-console {
  align-items: start;
  background: #fff;
  border: 1px solid var(--shift-border);
  box-shadow: 0 18px 55px rgba(46, 0, 72, .052);
  grid-template-columns: minmax(235px, .3fr) minmax(0, 1fr);
}

.shift-search-console h3 {
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.05;
}

.shift-search-console p {
  color: #6a5f70;
  font-size: .95rem;
  margin: .65rem 0 0;
}

.shift-search-console .shift-filter-panel {
  grid-template-columns: repeat(5, minmax(145px, 1fr));
}

.shift-filter-actions {
  grid-column: span 2;
}

.shift-filter-panel label span {
  color: #74677a;
  letter-spacing: .05em;
}

.shift-filter-panel input,
.shift-filter-panel select {
  border-color: rgba(46, 0, 72, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .54);
}

.shift-board-summary {
  background: rgba(237, 250, 255, .5);
  border: 1px solid rgba(15, 100, 102, .16);
}

.shift-board-summary strong {
  color: var(--teal);
}

.shift-card-premium {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .13);
  border-left: 4px solid var(--purple);
  box-shadow: 0 18px 55px rgba(46, 0, 72, .06);
  grid-template-columns: minmax(0, 1fr) minmax(290px, .31fr);
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.shift-card-title-row {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: .8rem;
}

.shift-card-kicker {
  color: var(--teal);
  display: block;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .07em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.shift-card-main h3 {
  color: var(--purple);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  font-weight: 600;
  line-height: 1.02;
}

.shift-rate-pill {
  background: var(--shift-aqua);
  border: 1px solid rgba(15, 100, 102, .18);
  border-radius: 6px;
  color: var(--purple);
  font-size: 1rem;
  line-height: 1.2;
  max-width: 170px;
  padding: .65rem .8rem;
  text-align: right;
}

.shift-card-meta-premium {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shift-card-meta-premium span {
  border-top: 1px solid rgba(46, 0, 72, .11);
  padding-top: .72rem;
}

.shift-card-side {
  background: linear-gradient(180deg, #fbf7ef, #fffdf8);
  border: 1px solid rgba(46, 0, 72, .12);
  border-left: 0;
  border-radius: 6px;
  align-self: stretch;
}

.shift-side-header {
  border-bottom: 1px solid rgba(46, 0, 72, .12);
  padding-bottom: .8rem;
}

.shift-side-header strong {
  font-size: 1.08rem;
}

.shift-card-side dl div {
  border-top: 1px solid rgba(46, 0, 72, .1);
  padding-top: .65rem;
}

.shift-card-side dl div:first-child {
  border-top: 0;
  padding-top: 0;
}

.shift-card-side .btn.primary {
  min-height: 48px;
}

.shift-highlight-tag,
.shift-region-tag,
.shift-match-badge,
.shift-featured-tag {
  border-radius: 999px;
  text-transform: none;
}

.shift-client-cta {
  background: linear-gradient(180deg, #fbfaf6, #fffdf8);
}

.shift-client-cta-inner {
  box-shadow: 0 26px 75px rgba(46, 0, 72, .12);
}

@media (max-width: 1180px) {
  .shift-search-console .shift-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1060px) {
  .shift-premium-hero .shift-hero-grid,
  .shift-card-premium,
  .shift-proof-grid,
  .shift-client-cta-inner {
    grid-template-columns: 1fr;
  }

  .shift-proof-grid article {
    border-bottom: 1px solid rgba(46, 0, 72, .11);
    border-right: 0;
  }

  .shift-proof-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .shift-hero-copy h1 {
    font-size: clamp(2.6rem, 15vw, 4rem);
  }

  .shift-live-panel-grid,
  .shift-search-console .shift-filter-panel,
  .shift-card-title-row,
  .shift-card-meta-premium,
  .shift-filter-actions {
    grid-template-columns: 1fr;
  }

  .shift-live-panel-grid div {
    border-right: 0;
  }

  .shift-rate-pill {
    max-width: none;
    text-align: left;
  }
}
/* Dot Work UK editorial and conversion pass - 2026-07-21 */
:root {
  --work-deep: #2e0048;
  --work-aubergine: #241523;
  --work-ink: #241b27;
  --work-muted: #716579;
  --work-paper: #fffdf8;
  --work-cream: #fbf7ef;
  --work-blue: #edfaff;
  --work-line: rgba(46, 0, 72, .14);
  --work-gold: #f6cf17;
  --work-display: "Cormorant Garamond", Georgia, serif;
  --work-body: "DM Sans", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --work-mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

.work-editorial-home,
.work-shift-page {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 52%, #f7fbfc 100%);
  background-size: 72px 72px, auto;
  color: var(--work-ink);
  font-family: var(--work-body);
}

.work-editorial-home h1,
.work-editorial-home h2,
.work-shift-page h1,
.work-shift-page h2,
.work-shift-page h3 {
  font-family: var(--work-display);
  letter-spacing: 0;
}

.work-editorial-home .eyebrow,
.work-shift-page .eyebrow,
.work-editorial-home .uk-panel-kicker {
  color: rgba(46, 0, 72, .58);
  font-family: var(--work-mono);
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.work-editorial-home .uk-site-nav,
.work-shift-page .uk-site-nav {
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid var(--work-line);
  box-shadow: 0 14px 45px rgba(46, 0, 72, .06);
}

.work-editorial-home .uk-brand-lockup img,
.work-shift-page .uk-brand-lockup img,
.work-footer .brand img {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .14);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(46, 0, 72, .08);
  height: 54px;
  object-fit: contain;
  padding: .28rem;
  width: 54px;
}

.work-editorial-home .brand span span,
.work-shift-page .brand span span {
  color: rgba(46, 0, 72, .68);
  font-family: var(--work-mono);
  font-size: .74rem;
  letter-spacing: .18em;
}

.work-editorial-home .nav-links a,
.work-shift-page .nav-links a {
  color: rgba(36, 27, 39, .82);
  font-weight: 700;
}

.work-editorial-home .btn,
.work-shift-page .btn {
  border-radius: 5px;
  font-family: var(--work-body);
  font-weight: 800;
}

.work-editorial-home .btn.primary,
.work-shift-page .btn.primary {
  background: var(--work-deep);
  box-shadow: 0 18px 45px rgba(46, 0, 72, .2);
}

.work-home-hero {
  border-bottom: 1px solid var(--work-line);
  padding: clamp(4.8rem, 9vw, 9rem) 0 clamp(3.8rem, 7vw, 6rem);
}

.work-home-hero-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .62fr);
}

.work-home-hero-copy h1 {
  color: var(--work-aubergine);
  font-size: clamp(4rem, 9vw, 8.7rem);
  font-weight: 500;
  line-height: .88;
  margin: 1rem 0 1.6rem;
  max-width: 990px;
}

.work-home-hero-copy p {
  color: var(--work-muted);
  font-size: clamp(1.18rem, 2vw, 1.58rem);
  line-height: 1.62;
  max-width: 820px;
}

.work-decision-panel {
  background:
    linear-gradient(180deg, rgba(46, 0, 72, .97), rgba(36, 21, 35, .97)),
    var(--work-deep);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 610px;
  padding: clamp(1.4rem, 3vw, 2.6rem);
}

.work-decision-panel .eyebrow {
  color: rgba(255, 255, 255, .58);
}

.work-decision-panel h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  font-weight: 500;
  line-height: .96;
  margin: 1rem 0 2rem;
}

.decision-ledger {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.decision-ledger div {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  gap: 1rem;
  grid-template-columns: .46fr 1fr;
  padding: 1.1rem 0;
}

.decision-ledger strong {
  color: #fff;
  font-size: 1rem;
}

.decision-ledger span {
  color: rgba(255, 255, 255, .76);
  line-height: 1.55;
}

.work-route-strip {
  background: #fffdf8;
  border-bottom: 1px solid var(--work-line);
}

.work-route-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-route-strip-grid a {
  border-right: 1px solid var(--work-line);
  color: inherit;
  display: grid;
  gap: .7rem;
  min-height: 210px;
  padding: 1.6rem;
  text-decoration: none;
}

.work-route-strip-grid a:first-child {
  border-left: 1px solid var(--work-line);
}

.work-route-strip-grid span {
  color: rgba(46, 0, 72, .52);
  font-family: var(--work-mono);
  letter-spacing: .16em;
}

.work-route-strip-grid strong {
  color: var(--work-deep);
  font-size: 1.18rem;
}

.work-route-strip-grid small {
  color: var(--work-muted);
  font-size: .98rem;
  line-height: 1.55;
}

.work-editorial-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: .72fr 1fr;
}

.work-editorial-copy {
  border-left: 5px solid var(--work-deep);
  padding-left: clamp(1.2rem, 2.4vw, 2rem);
}

.work-editorial-copy h2,
.work-process-section h2,
.work-home-cta h2 {
  color: var(--work-deep);
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  font-weight: 500;
  line-height: .95;
}

.work-editorial-copy p,
.work-process-section .section-head p,
.work-home-cta p {
  color: var(--work-muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.work-signal-grid {
  border: 1px solid var(--work-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-signal-grid article {
  background: rgba(255, 255, 255, .58);
  border-bottom: 1px solid var(--work-line);
  border-right: 1px solid var(--work-line);
  min-height: 185px;
  padding: 1.5rem;
}

.work-signal-grid article:nth-child(2n) {
  border-right: 0;
}

.work-signal-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.work-signal-grid strong {
  color: var(--work-deep);
  display: block;
  font-size: 1.15rem;
  margin-bottom: .7rem;
}

.work-signal-grid span {
  color: var(--work-muted);
  line-height: 1.55;
}

.work-split-cta-section {
  padding-top: 0;
}

.work-split-cta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-split-card {
  border: 1px solid var(--work-line);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: clamp(1.6rem, 4vw, 3.2rem);
  text-decoration: none;
}

.work-split-card.employer {
  background: var(--work-deep);
  color: #fff;
}

.work-split-card.professional {
  background: #fffdf8;
}

.work-split-card span {
  font-family: var(--work-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.work-split-card h2 {
  color: inherit;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
  line-height: .96;
  margin: 1.2rem 0 auto;
}

.work-split-card p {
  color: inherit;
  font-size: 1.13rem;
  line-height: 1.6;
  margin-top: 2rem;
  max-width: 640px;
  opacity: .76;
}

.work-split-card > strong {
  border-top: 1px solid currentColor;
  margin-top: 2rem;
  padding-top: 1rem;
}

.work-process-grid {
  border: 1px solid var(--work-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-process-grid article {
  background: rgba(255, 255, 255, .55);
  border-right: 1px solid var(--work-line);
  min-height: 245px;
  padding: 1.45rem;
}

.work-process-grid article:last-child {
  border-right: 0;
}

.work-process-grid span {
  color: rgba(46, 0, 72, .5);
  font-family: var(--work-mono);
}

.work-process-grid strong {
  color: var(--work-deep);
  display: block;
  font-size: 1.15rem;
  margin: 1.2rem 0 .7rem;
}

.work-process-grid p {
  color: var(--work-muted);
  line-height: 1.58;
}

.work-home-cta {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(46, 0, 72, .96), rgba(36, 21, 35, .96)),
    var(--work-deep);
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.work-home-cta h2,
.work-home-cta p,
.work-home-cta .eyebrow {
  color: #fff;
}

.work-home-cta .btn.ghost {
  background: #fffdf8;
  color: var(--work-deep);
}

.work-footer {
  background: var(--work-aubergine);
}

.work-shift-page .shift-premium-hero {
  background:
    radial-gradient(circle at 86% 24%, rgba(246, 207, 23, .16), transparent 31%),
    linear-gradient(135deg, #2e0048 0%, #241523 62%, #120915 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 5.4rem);
}

.work-shift-page .shift-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.9rem, 8.6vw, 8.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .88;
  max-width: 960px;
}

.work-shift-page .shift-hero-copy p {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  max-width: 820px;
}

.work-shift-page .shift-live-panel {
  background: rgba(255, 253, 248, .96);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .24);
  color: var(--work-ink);
}

.work-shift-page .shift-live-panel-top strong {
  color: var(--work-deep);
  font-family: var(--work-display);
  font-weight: 500;
}

.work-shift-page .shift-hero-trust span,
.work-shift-page .shift-highlight-tag,
.work-shift-page .shift-region-tag,
.work-shift-page .shift-match-badge,
.work-shift-page .shift-featured-tag {
  border-radius: 999px;
  font-family: var(--work-mono);
  letter-spacing: .08em;
  text-transform: none;
}

.work-shift-page .shift-proof-band {
  background: #fffdf8;
}

.work-shift-page .shift-proof-grid {
  border: 1px solid var(--work-line);
  box-shadow: 0 24px 65px rgba(46, 0, 72, .08);
}

.work-shift-page .shift-board-head,
.work-shift-page .featured-shift-section,
.work-shift-page .shift-search-console,
.work-shift-page .shift-board-summary,
.work-shift-page .shift-card-premium,
.work-shift-page .shift-client-cta-inner,
.work-shift-page .form-panel,
.work-shift-page .shift-eligibility-panel,
.work-shift-page .shift-trust-grid article {
  border-radius: 0;
}

.work-shift-page .shift-board-head {
  align-items: end;
  background: rgba(255, 253, 248, .9);
  border: 1px solid var(--work-line);
  box-shadow: 0 22px 65px rgba(46, 0, 72, .07);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.work-shift-page .shift-board-head h2 {
  color: var(--work-deep);
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  font-weight: 500;
  line-height: .92;
}

.work-shift-page .featured-shift-section {
  background:
    linear-gradient(180deg, #fffdf8, #fbf7ef);
  border: 1px solid var(--work-line);
  box-shadow: 0 26px 75px rgba(46, 0, 72, .08);
  margin-top: 1.2rem;
}

.work-shift-page .mini-section-head {
  align-items: center;
  border-bottom: 1px solid var(--work-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.25rem 1.4rem;
}

.work-shift-page .mini-section-head span {
  color: var(--work-deep);
  font-family: var(--work-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
}

.work-shift-page .mini-section-head small {
  color: var(--work-muted);
  line-height: 1.4;
  max-width: 520px;
}

.work-shift-page .featured-shift-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-shift-page .featured-shift-card {
  background: rgba(255, 255, 255, .52);
  border: 0;
  border-right: 1px solid var(--work-line);
  min-height: 330px;
  padding: 1.4rem;
}

.work-shift-page .featured-shift-card:nth-child(3n) {
  border-right: 0;
}

.work-shift-page .featured-shift-card h3 {
  color: var(--work-deep);
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
}

.work-shift-page .shift-search-console {
  align-items: start;
  background: #fff;
  border: 1px solid var(--work-line);
  box-shadow: 0 28px 80px rgba(46, 0, 72, .08);
  gap: 2rem;
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.work-shift-page .shift-search-console h3 {
  color: var(--work-deep);
  font-size: clamp(2.4rem, 4.2vw, 4.3rem);
  font-weight: 500;
  line-height: .95;
}

.work-shift-page .shift-filter-panel {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.work-shift-page .shift-filter-panel label {
  background: #fffdf8;
  border: 1px solid rgba(46, 0, 72, .12);
  padding: .8rem;
}

.work-shift-page .shift-filter-panel label span {
  color: rgba(46, 0, 72, .54);
  display: block;
  font-family: var(--work-mono);
  font-size: .72rem;
  letter-spacing: .16em;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.work-shift-page .shift-filter-panel input,
.work-shift-page .shift-filter-panel select {
  background: transparent;
  border: 0;
  color: var(--work-ink);
  font-family: var(--work-body);
  font-size: 1rem;
  min-height: 40px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.work-shift-page .shift-filter-actions {
  display: grid;
  gap: .8rem;
  grid-column: span 5;
  grid-template-columns: 1fr 1fr;
}

.work-shift-page .shift-board-summary {
  background: rgba(237, 250, 255, .7);
  border: 1px solid rgba(15, 100, 102, .15);
  margin: 1.2rem 0;
  padding: 1rem 1.25rem;
}

.work-shift-page .shift-card-list {
  display: grid;
  gap: 1rem;
}

.work-shift-page .shift-card-premium {
  background: #fff;
  border: 1px solid var(--work-line);
  box-shadow: 0 24px 65px rgba(46, 0, 72, .07);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .34fr);
  overflow: hidden;
}

.work-shift-page .shift-card-main {
  padding: 1.35rem;
}

.work-shift-page .shift-card-title-row h3 {
  color: var(--work-deep);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
  line-height: .98;
}

.work-shift-page .shift-card-kicker {
  color: rgba(46, 0, 72, .52);
  font-family: var(--work-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-shift-page .shift-card-main p,
.work-shift-page .shift-card-side p {
  color: var(--work-muted);
  line-height: 1.58;
}

.work-shift-page .shift-rate-pill {
  background: var(--work-blue);
  border: 1px solid rgba(15, 100, 102, .18);
  color: var(--work-deep);
  font-family: var(--work-body);
  text-align: right;
}

.work-shift-page .shift-card-side {
  background: linear-gradient(180deg, #fbf7ef, #fffdf8);
  border-left: 1px solid var(--work-line);
  padding: 1.25rem;
}

.work-shift-page .shift-side-header {
  border-bottom: 1px solid var(--work-line);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.work-shift-page .shift-card-meta-premium span {
  background: #fffdf8;
  border: 1px solid rgba(46, 0, 72, .1);
  padding: .72rem;
}

.work-shift-page .shift-client-cta {
  background: transparent;
}

.work-shift-page .shift-client-cta-inner {
  background: var(--work-deep);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  box-shadow: 0 34px 90px rgba(46, 0, 72, .18);
}

.work-shift-page .shift-client-cta-inner h2,
.work-shift-page .shift-client-cta-inner p,
.work-shift-page .shift-client-cta-inner .eyebrow {
  color: #fff;
}

.work-shift-page .shift-application-section .split {
  align-items: start;
}

.work-shift-page .shift-eligibility-panel {
  background: #fffdf8;
  border: 1px solid var(--work-line);
}

.work-shift-page .form-panel {
  background: #fff;
  border: 1px solid var(--work-line);
  box-shadow: 0 28px 80px rgba(46, 0, 72, .1);
}

@media (max-width: 1180px) {
  .work-home-hero-grid,
  .work-editorial-grid,
  .work-shift-page .shift-search-console {
    grid-template-columns: 1fr;
  }

  .work-decision-panel {
    min-height: auto;
  }

  .work-route-strip-grid,
  .work-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-shift-page .featured-shift-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-shift-page .featured-shift-card:nth-child(3n) {
    border-right: 1px solid var(--work-line);
  }

  .work-shift-page .featured-shift-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  .work-split-cta-grid,
  .work-home-cta,
  .work-shift-page .shift-card-premium {
    grid-template-columns: 1fr;
  }

  .work-shift-page .shift-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-shift-page .shift-filter-actions {
    grid-column: span 2;
  }

  .work-shift-page .shift-card-side {
    border-left: 0;
    border-top: 1px solid var(--work-line);
  }
}

@media (max-width: 720px) {
  .work-home-hero-copy h1,
  .work-shift-page .shift-hero-copy h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .decision-ledger div,
  .work-route-strip-grid,
  .work-signal-grid,
  .work-process-grid,
  .work-shift-page .featured-shift-grid,
  .work-shift-page .shift-filter-panel,
  .work-shift-page .shift-filter-actions,
  .work-shift-page .shift-card-title-row,
  .work-shift-page .shift-card-meta-premium {
    grid-template-columns: 1fr;
  }

  .work-route-strip-grid a,
  .work-process-grid article,
  .work-signal-grid article,
  .work-shift-page .featured-shift-card {
    border-right: 0;
  }

  .work-shift-page .shift-filter-actions {
    grid-column: span 1;
  }
}

.shift-load-more {
  display: flex;
  justify-content: center;
  width: min(100%, 360px);
  margin: 1.5rem auto 0;
}

/* UK pharmacy homepage editorial pass */
.work-editorial-home {
  --home-paper: #fffdf8;
  --home-cream: #f7f1e8;
  --home-ink: #241722;
  --home-deep: #2e0048;
  --home-plum: #4d215f;
  --home-muted: #746978;
  --home-soft: rgba(46, 0, 72, .1);
  --home-line: rgba(46, 0, 72, .14);
  --home-blue: #dff7ff;
  --home-gold: #f6cf17;
  --home-display: "Cormorant Garamond", Georgia, serif;
  --home-body: "DM Sans", "Montserrat", system-ui, sans-serif;
  --home-mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .028) 1px, transparent 1px),
    linear-gradient(180deg, var(--home-paper) 0%, #fbf7f0 58%, #f6fbfc 100%);
  background-size: 78px 78px, auto;
  color: var(--home-ink);
  font-family: var(--home-body);
}

.work-editorial-home h1,
.work-editorial-home h2,
.work-editorial-home h3,
.work-editorial-home strong {
  letter-spacing: 0;
}

.work-editorial-home h1,
.work-editorial-home h2 {
  color: var(--home-deep);
  font-family: var(--home-display);
  font-weight: 500;
}

.work-editorial-home .wrap {
  width: min(1380px, calc(100% - 56px));
}

.work-editorial-home .market-route-strip {
  background: #1f1022;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.work-editorial-home .market-route-inner {
  min-height: 38px;
}

.work-editorial-home .market-route-strip span,
.work-editorial-home .market-route-links a {
  font-family: var(--home-mono);
  letter-spacing: 0;
}

.work-editorial-home .uk-site-nav {
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--home-line);
  box-shadow: none;
  color: var(--home-ink);
}

.work-editorial-home .uk-site-nav .uk-nav-inner {
  min-height: 92px;
  width: min(1380px, calc(100% - 56px));
}

.work-editorial-home .uk-site-nav .uk-brand-lockup {
  gap: .86rem;
  min-width: 240px;
}

.work-editorial-home .uk-site-nav .uk-brand-lockup img,
.work-editorial-home .work-footer .brand img {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .16);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(46, 0, 72, .08);
  height: 58px;
  object-fit: contain;
  padding: .32rem;
  width: 58px;
}

.work-editorial-home .uk-site-nav .uk-brand-lockup > span,
.work-editorial-home .work-footer .brand > span {
  display: grid;
  gap: .16rem;
}

.work-editorial-home .uk-site-nav .uk-brand-lockup strong,
.work-editorial-home .work-footer .brand strong {
  color: var(--home-deep);
  font-family: var(--home-display);
  font-size: 1.58rem;
  font-weight: 600;
  line-height: .9;
}

.work-editorial-home .uk-site-nav .uk-brand-lockup > span > span,
.work-editorial-home .work-footer .brand > span > span {
  color: rgba(46, 0, 72, .64);
  font-family: var(--home-mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.work-editorial-home .uk-site-nav .nav-links {
  gap: clamp(.9rem, 1.35vw, 1.65rem);
  justify-content: center;
}

.work-editorial-home .uk-site-nav .nav-links a {
  color: rgba(36, 23, 34, .74);
  font-size: .9rem;
  font-weight: 700;
}

.work-editorial-home .uk-site-nav .nav-links a:hover {
  color: var(--home-deep);
}

.work-editorial-home .btn {
  border-radius: 5px;
  font-family: var(--home-body);
  font-weight: 800;
  min-height: 54px;
  padding: .95rem 1.35rem;
}

.work-editorial-home .btn.primary {
  background: var(--home-deep);
  border-color: var(--home-deep);
  box-shadow: 0 18px 42px rgba(46, 0, 72, .16);
  color: #fff;
}

.work-editorial-home .btn.primary:hover {
  background: #1f1022;
  border-color: #1f1022;
  box-shadow: 0 20px 44px rgba(46, 0, 72, .22);
}

.work-editorial-home .btn.ghost {
  background: rgba(255, 255, 255, .72);
  border-color: var(--home-line);
  color: var(--home-deep);
}

.work-editorial-home .btn.ghost:hover {
  background: #fff;
  border-color: rgba(46, 0, 72, .28);
}

.work-editorial-home .eyebrow {
  color: rgba(46, 0, 72, .58);
  font-family: var(--home-mono);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.work-editorial-home .work-home-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .98), rgba(255, 253, 248, .9) 56%, rgba(250, 244, 236, .72)),
    linear-gradient(180deg, #fffdf8 0%, #faf4ec 100%);
  border-bottom: 1px solid var(--home-line);
  overflow: hidden;
  padding: clamp(4.6rem, 7vw, 7.2rem) 0 clamp(4rem, 6.5vw, 6rem);
  position: relative;
}

.work-editorial-home .work-home-hero::before {
  background:
    linear-gradient(rgba(46, 0, 72, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 0, 72, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  bottom: 0;
  content: "";
  left: 50%;
  opacity: .6;
  position: absolute;
  right: 0;
  top: 0;
}

.work-editorial-home .work-home-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 5vw, 6rem);
  grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
  position: relative;
  z-index: 1;
}

.work-editorial-home .work-home-hero-copy h1 {
  color: var(--home-deep);
  font-size: clamp(4.25rem, 6.6vw, 6.9rem);
  font-weight: 500;
  line-height: .91;
  margin: 1.05rem 0 1.45rem;
  max-width: 920px;
}

.work-editorial-home .work-home-hero-copy p {
  color: var(--home-muted);
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  line-height: 1.62;
  max-width: 760px;
}

.work-editorial-home .hero-actions {
  gap: .85rem;
  margin-top: 1.7rem;
}

.work-editorial-home .work-hero-proof-row {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3.1rem);
  max-width: 900px;
}

.work-editorial-home .work-hero-proof-row article {
  border-left: 1px solid var(--home-line);
  display: flex;
  flex-direction: column;
  gap: .55rem;
  min-height: 150px;
  padding: 1rem 1.2rem 1rem 1.4rem;
}

.work-editorial-home .work-hero-proof-row article:last-child {
  border-right: 1px solid var(--home-line);
}

.work-editorial-home .work-hero-proof-row span {
  color: var(--home-muted);
  font-family: var(--home-mono);
  font-size: .72rem;
  letter-spacing: .18em;
}

.work-editorial-home .work-hero-proof-row strong {
  color: var(--home-ink);
  font-size: 1.05rem;
  line-height: 1.2;
}

.work-editorial-home .work-hero-proof-row small {
  color: var(--home-muted);
  display: block;
  font-size: .9rem;
  line-height: 1.55;
}

.work-editorial-home .work-hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  list-style: none;
  margin: 1.4rem 0 0;
  max-width: 850px;
  padding: 0;
}

.work-editorial-home .work-hero-trust-list li {
  color: rgba(36, 23, 34, .68);
  font-family: var(--home-mono);
  font-size: .74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.work-editorial-home .work-decision-panel {
  background:
    linear-gradient(180deg, rgba(46, 0, 72, .98), rgba(31, 16, 34, .98) 68%, rgba(31, 16, 34, .92)),
    #1f1022;
  border: 1px solid rgba(46, 0, 72, .18);
  border-radius: 0;
  box-shadow: 0 34px 92px rgba(46, 0, 72, .18);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  overflow: hidden;
  padding: clamp(1.35rem, 2.5vw, 2.2rem);
  position: relative;
}

.work-editorial-home .work-hero-figure {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  height: clamp(210px, 24vw, 320px);
  margin: 1.25rem 0 1.45rem;
  overflow: hidden;
  position: relative;
}

.work-editorial-home .work-hero-figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  width: 100%;
}

.work-editorial-home .work-hero-figure::after {
  background: linear-gradient(180deg, transparent, rgba(31, 16, 34, .16));
  content: "";
  inset: 0;
  position: absolute;
}

.work-editorial-home .work-decision-panel::after {
  background:
    linear-gradient(90deg, transparent, rgba(246, 207, 23, .82), transparent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.work-editorial-home .work-panel-head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.work-editorial-home .work-decision-panel .eyebrow {
  color: rgba(255, 255, 255, .62);
}

.work-editorial-home .work-panel-status {
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .78);
  font-family: var(--home-mono);
  font-size: .68rem;
  letter-spacing: 0;
  padding: .45rem .7rem;
  text-transform: uppercase;
}

.work-editorial-home .work-decision-panel h2 {
  color: #fff;
  font-size: clamp(2.55rem, 3.4vw, 3.55rem);
  font-weight: 500;
  line-height: .96;
  margin: .3rem 0 auto;
  max-width: 620px;
}

.work-editorial-home .decision-ledger {
  border-top: 1px solid rgba(255, 255, 255, .22);
  margin-top: 2rem;
}

.work-editorial-home .decision-ledger div {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  gap: .85rem;
  grid-template-columns: minmax(118px, .38fr) 1fr;
  padding: .92rem 0;
}

.work-editorial-home .decision-ledger strong {
  color: #fff;
  display: block;
  font-size: .98rem;
  line-height: 1.35;
}

.work-editorial-home .decision-ledger span {
  color: rgba(255, 255, 255, .75);
  display: block;
  line-height: 1.52;
}

.work-editorial-home .work-panel-note {
  color: rgba(255, 255, 255, .66);
  font-size: .95rem;
  line-height: 1.55;
  margin: 1.25rem 0 0;
}

.work-editorial-home .work-route-strip {
  background: #fff;
  border-bottom: 1px solid var(--home-line);
  border-top: 1px solid var(--home-line);
}

.work-editorial-home .work-route-shell {
  display: grid;
  gap: 0;
  grid-template-columns: .78fr 1.8fr;
}

.work-editorial-home .work-route-intro {
  align-content: end;
  background: var(--home-deep);
  color: #fff;
  display: grid;
  min-height: 245px;
  padding: 2rem;
}

.work-editorial-home .work-route-intro .eyebrow {
  color: rgba(255, 255, 255, .68);
}

.work-editorial-home .work-route-intro p {
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 1.2rem 0 0;
}

.work-editorial-home .work-route-strip-grid {
  border-bottom: 1px solid var(--home-line);
  border-left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-editorial-home .work-route-card {
  background: rgba(255, 253, 248, .66);
  border-right: 1px solid var(--home-line);
  color: inherit;
  display: block;
  min-height: 235px;
  padding: 1.65rem;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.work-editorial-home .work-route-card:hover {
  background: var(--home-blue);
  transform: translateY(-2px);
}

.work-editorial-home .work-route-card article {
  display: grid;
  gap: .82rem;
  height: 100%;
}

.work-editorial-home .work-route-index,
.work-editorial-home .work-route-strip-grid span {
  color: rgba(46, 0, 72, .5);
  display: block;
  font-family: var(--home-mono);
  font-size: .74rem;
  letter-spacing: 0;
}

.work-editorial-home .work-route-card h2,
.work-editorial-home .work-route-strip-grid strong {
  color: var(--home-deep);
  display: block;
  font-family: var(--home-display);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: .98;
  margin: 0;
}

.work-editorial-home .work-route-card p,
.work-editorial-home .work-route-strip-grid small {
  color: var(--home-muted);
  display: block;
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

.work-editorial-home .section {
  padding: clamp(4rem, 6.5vw, 7rem) 0;
}

.work-editorial-home .section.compact {
  padding: clamp(3rem, 4.5vw, 4.4rem) 0 clamp(5rem, 7vw, 7.2rem);
}

.work-editorial-home .work-editorial-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4.2vw, 5rem);
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr);
}

.work-editorial-home .work-editorial-copy {
  border-left: 5px solid var(--home-deep);
  padding-left: clamp(1.25rem, 2.2vw, 2rem);
}

.work-editorial-home .work-editorial-copy h2,
.work-editorial-home .work-process-section h2,
.work-editorial-home .work-home-cta h2 {
  color: var(--home-deep);
  font-size: 5.3rem;
  font-weight: 500;
  line-height: .94;
}

.work-editorial-home .work-editorial-copy p,
.work-editorial-home .work-process-section .section-head p,
.work-editorial-home .work-home-cta p {
  color: var(--home-muted);
  font-size: 1.12rem;
  line-height: 1.66;
}

.work-editorial-home .work-signal-grid {
  background: #fff;
  border: 1px solid var(--home-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-editorial-home .work-signal-grid article {
  background: rgba(255, 253, 248, .58);
  border-bottom: 1px solid var(--home-line);
  border-right: 1px solid var(--home-line);
  min-height: 210px;
  padding: 1.65rem;
}

.work-editorial-home .work-signal-grid article:nth-child(2n) {
  border-right: 0;
}

.work-editorial-home .work-signal-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.work-editorial-home .work-signal-grid strong {
  color: var(--home-deep);
  display: block;
  font-family: var(--home-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .9rem;
}

.work-editorial-home .work-signal-grid span {
  color: var(--home-muted);
  display: block;
  line-height: 1.55;
}

.work-editorial-home .work-journal-section {
  background:
    linear-gradient(180deg, rgba(223, 247, 255, .42), rgba(255, 253, 248, .88));
  border-bottom: 1px solid var(--home-line);
  border-top: 1px solid var(--home-line);
}

.work-editorial-home .work-journal-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(280px, .65fr));
}

.work-editorial-home .work-journal-card {
  background: rgba(255, 253, 248, .94);
  border: 1px solid var(--home-line);
  color: inherit;
  display: grid;
  grid-template-rows: 215px 1fr;
  min-height: 100%;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.work-editorial-home .work-journal-card:hover {
  border-color: rgba(46, 0, 72, .28);
  box-shadow: 0 24px 70px rgba(46, 0, 72, .11);
  transform: translateY(-3px);
}

.work-editorial-home .work-journal-card-featured {
  grid-template-rows: 320px 1fr;
}

.work-editorial-home .work-journal-card figure {
  background: #f6fbfc;
  border-bottom: 1px solid var(--home-line);
  margin: 0;
  overflow: hidden;
}

.work-editorial-home .work-journal-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.work-editorial-home .work-journal-card:not(.work-journal-card-featured) img[src$=".svg"] {
  object-fit: contain;
  padding: 1.4rem;
}

.work-editorial-home .work-journal-card div {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

.work-editorial-home .work-journal-card span {
  color: rgba(46, 0, 72, .58);
  font-family: var(--home-mono);
  font-size: .72rem;
  text-transform: uppercase;
}

.work-editorial-home .work-journal-card h3 {
  color: var(--home-deep);
  font-family: var(--home-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: .98;
  margin: 1rem 0 .8rem;
}

.work-editorial-home .work-journal-card:not(.work-journal-card-featured) h3 {
  font-size: clamp(1.72rem, 2.2vw, 2.25rem);
}

.work-editorial-home .work-journal-card p {
  color: var(--home-muted);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.work-editorial-home .work-journal-card strong {
  border-top: 1px solid var(--home-line);
  color: var(--home-deep);
  font-family: var(--home-body);
  font-size: .95rem;
  margin-top: auto;
  padding-top: .85rem;
}

.work-editorial-home .work-split-cta-section {
  padding-top: 0;
}

.work-editorial-home .work-split-cta-grid {
  background: #fff;
  border: 1px solid var(--home-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-editorial-home .work-split-card {
  border: 0;
  border-right: 1px solid var(--home-line);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 530px;
  padding: clamp(1.8rem, 4vw, 3.4rem);
  text-decoration: none;
}

.work-editorial-home .work-split-card:last-child {
  border-right: 0;
}

.work-editorial-home .work-split-card.employer {
  background: var(--home-deep);
  color: #fff;
}

.work-editorial-home .work-split-card.professional {
  background: var(--home-paper);
}

.work-editorial-home .work-split-card span {
  font-family: var(--home-mono);
  font-size: .74rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.work-editorial-home .work-split-card h2 {
  color: inherit;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: .94;
  margin: 1.25rem 0 auto;
}

.work-editorial-home .work-split-card p {
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.62;
  margin: 2.1rem 0 0;
  max-width: 640px;
  opacity: .74;
}

.work-editorial-home .work-split-card > strong {
  border-top: 1px solid currentColor;
  color: inherit;
  font-family: var(--home-body);
  font-size: 1.02rem;
  margin-top: 2.2rem;
  padding-top: 1rem;
}

.work-editorial-home .section-head.editorial-head {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .72fr) minmax(360px, .5fr);
  margin-bottom: 2rem;
}

.work-editorial-home .work-process-grid {
  background: #fff;
  border: 1px solid var(--home-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-editorial-home .work-process-grid article {
  background: rgba(255, 253, 248, .66);
  border-right: 1px solid var(--home-line);
  min-height: 265px;
  padding: 1.55rem;
}

.work-editorial-home .work-process-grid article:last-child {
  border-right: 0;
}

.work-editorial-home .work-process-grid span {
  color: rgba(46, 0, 72, .52);
  font-family: var(--home-mono);
  letter-spacing: 0;
}

.work-editorial-home .work-process-grid strong {
  color: var(--home-deep);
  display: block;
  font-family: var(--home-display);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  margin: 1.3rem 0 .8rem;
}

.work-editorial-home .work-process-grid p {
  color: var(--home-muted);
  line-height: 1.58;
}

.work-editorial-home .work-home-cta {
  align-items: center;
  background:
    linear-gradient(135deg, #2e0048 0%, #241722 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 34px 90px rgba(46, 0, 72, .18);
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(2rem, 4vw, 3.8rem);
}

.work-editorial-home .work-home-cta h2,
.work-editorial-home .work-home-cta p,
.work-editorial-home .work-home-cta .eyebrow {
  color: #fff;
}

.work-editorial-home .work-home-cta .btn.ghost {
  background: #fffdf8;
  color: var(--home-deep);
}

.work-editorial-home .uk-home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: flex-end;
}

.work-editorial-home .work-footer {
  background: #1f1022;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
}

.work-editorial-home .work-footer a,
.work-editorial-home .work-footer h3 {
  color: #fff;
}

.work-editorial-home .work-footer .brand strong {
  color: #fff;
}

.work-editorial-home .work-footer .brand > span > span {
  color: rgba(255, 255, 255, .66);
}

.work-editorial-home .footer-bottom {
  border-top-color: rgba(255, 255, 255, .14);
}

@media (max-width: 1180px) {
  .work-editorial-home .work-home-hero-copy h1 {
    font-size: 6.4rem;
  }

  .work-editorial-home .work-decision-panel h2,
  .work-editorial-home .work-split-card h2,
  .work-editorial-home .work-editorial-copy h2,
  .work-editorial-home .work-process-section h2,
  .work-editorial-home .work-home-cta h2 {
    font-size: 4.4rem;
  }

  .work-editorial-home .work-home-hero-grid,
  .work-editorial-home .work-editorial-grid,
  .work-editorial-home .work-journal-grid,
  .work-editorial-home .section-head.editorial-head,
  .work-editorial-home .work-home-cta {
    grid-template-columns: 1fr;
  }

  .work-editorial-home .work-hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .work-editorial-home .work-decision-panel {
    min-height: auto;
  }

  .work-editorial-home .work-route-strip-grid,
  .work-editorial-home .work-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .work-editorial-home .work-home-hero-copy h1 {
    font-size: 5.4rem;
  }

  .work-editorial-home .work-decision-panel h2,
  .work-editorial-home .work-split-card h2,
  .work-editorial-home .work-editorial-copy h2,
  .work-editorial-home .work-process-section h2,
  .work-editorial-home .work-home-cta h2 {
    font-size: 3.8rem;
  }

  .work-editorial-home .uk-site-nav .menu-toggle {
    border-color: rgba(46, 0, 72, .18);
    color: var(--home-deep);
  }

  .work-editorial-home .uk-site-nav.open .nav-links,
  .work-editorial-home .uk-site-nav.open .nav-actions {
    background: rgba(255, 253, 248, .98);
    border-top: 1px solid var(--home-line);
    padding-top: .8rem;
  }

  .work-editorial-home .work-split-cta-grid,
  .work-editorial-home .work-signal-grid {
    grid-template-columns: 1fr;
  }

  .work-editorial-home .work-hero-proof-row {
    grid-template-columns: 1fr;
  }

  .work-editorial-home .work-hero-proof-row article,
  .work-editorial-home .work-hero-proof-row article:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--home-line);
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .work-editorial-home .work-journal-card,
  .work-editorial-home .work-journal-card-featured {
    grid-template-rows: 230px 1fr;
  }

  .work-editorial-home .work-split-card,
  .work-editorial-home .work-signal-grid article {
    border-right: 0;
  }

  .work-editorial-home .work-signal-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .work-editorial-home .work-signal-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .work-editorial-home .wrap,
  .work-editorial-home .uk-site-nav .uk-nav-inner {
    width: min(100% - 28px, 1380px);
  }

  .work-editorial-home .work-home-hero {
    padding: 4rem 0 3.4rem;
  }

  .work-editorial-home .work-home-hero-copy h1 {
    font-size: 4.2rem;
  }

  .work-editorial-home .work-editorial-copy h2,
  .work-editorial-home .work-process-section h2,
  .work-editorial-home .work-home-cta h2,
  .work-editorial-home .work-split-card h2 {
    font-size: 3.35rem;
  }

  .work-editorial-home .decision-ledger div,
  .work-editorial-home .work-route-strip-grid,
  .work-editorial-home .work-process-grid {
    grid-template-columns: 1fr;
  }

  .work-editorial-home .work-route-strip-grid a,
  .work-editorial-home .work-process-grid article {
    border-right: 0;
  }

  .work-editorial-home .work-panel-head,
  .work-editorial-home .hero-actions,
  .work-editorial-home .uk-home-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .work-editorial-home .hero-actions .btn,
  .work-editorial-home .uk-home-cta-actions .btn {
    width: 100%;
  }
}

/* Final homepage guard: keeps the editorial UK pharmacy page structured even if older rules are cached. */
.work-editorial-home .work-split-cta-grid,
.work-editorial-home .work-process-grid,
.work-editorial-home .work-signal-grid {
  display: grid !important;
  width: min(100% - 48px, 1380px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.work-editorial-home .work-split-cta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid var(--home-line) !important;
  border-bottom: 1px solid var(--home-line) !important;
}

.work-editorial-home .work-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-top: 1px solid var(--home-line) !important;
}

.work-editorial-home .work-signal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  border: 1px solid var(--home-line) !important;
}

.work-editorial-home .work-split-card,
.work-editorial-home .work-process-grid article,
.work-editorial-home .work-signal-grid article {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  text-decoration: none !important;
}

.work-editorial-home .work-split-card {
  min-height: 480px !important;
  padding: clamp(2rem, 4vw, 4rem) !important;
  justify-content: space-between !important;
  background: #fffdf8 !important;
  color: var(--home-deep) !important;
}

.work-editorial-home .work-split-card.employer {
  background: var(--home-deep) !important;
  color: #fffdf8 !important;
}

.work-editorial-home .work-split-card.professional {
  border-left: 1px solid var(--home-line) !important;
}

.work-editorial-home .work-process-grid article {
  min-height: 260px !important;
  padding: clamp(1.5rem, 3vw, 2.4rem) !important;
  border-right: 1px solid var(--home-line) !important;
  background: #fffdf8 !important;
}

.work-editorial-home .work-signal-grid article {
  min-height: 210px !important;
  padding: clamp(1.6rem, 3vw, 2.6rem) !important;
  border-right: 1px solid var(--home-line) !important;
  border-bottom: 1px solid var(--home-line) !important;
  background: rgba(255, 253, 248, .82) !important;
}

.work-editorial-home .work-signal-grid article:nth-child(2n),
.work-editorial-home .work-process-grid article:last-child {
  border-right: 0 !important;
}

.work-editorial-home .work-signal-grid article:nth-last-child(-n + 2) {
  border-bottom: 0 !important;
}

.work-editorial-home .work-split-card *,
.work-editorial-home .work-process-grid article *,
.work-editorial-home .work-signal-grid article * {
  display: block !important;
  text-decoration: none !important;
}

.work-editorial-home .work-split-card h2 {
  max-width: 12ch !important;
  margin: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(3rem, 6vw, 5.8rem) !important;
  line-height: .92 !important;
  color: inherit !important;
}

.work-editorial-home .work-split-card p {
  max-width: 36rem !important;
  margin: 0 !important;
  color: inherit !important;
  opacity: .78 !important;
}

.work-editorial-home .work-split-card > strong {
  margin-top: 1.6rem !important;
  color: inherit !important;
}

.work-editorial-home .work-process-grid span,
.work-editorial-home .work-signal-grid span {
  font-family: var(--mono) !important;
  font-size: .78rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--home-muted) !important;
}

.work-editorial-home .work-process-grid strong,
.work-editorial-home .work-signal-grid strong {
  margin: 0 !important;
  color: var(--home-ink) !important;
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
}

.work-editorial-home .work-process-grid p,
.work-editorial-home .work-signal-grid p {
  margin: 0 !important;
  color: var(--home-muted) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

@media (max-width: 920px) {
  .work-editorial-home .work-split-cta-grid,
  .work-editorial-home .work-signal-grid {
    grid-template-columns: 1fr !important;
  }

  .work-editorial-home .work-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .work-editorial-home .work-split-card.professional,
  .work-editorial-home .work-signal-grid article {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .work-editorial-home .work-signal-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--home-line) !important;
  }

  .work-editorial-home .work-signal-grid article:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 720px) {
  .work-editorial-home .work-split-cta-grid,
  .work-editorial-home .work-process-grid,
  .work-editorial-home .work-signal-grid {
    width: min(100% - 28px, 1380px) !important;
    grid-template-columns: 1fr !important;
  }

  .work-editorial-home .work-split-card {
    min-height: 360px !important;
    padding: 2rem !important;
  }

  .work-editorial-home .work-split-card h2 {
    font-size: 3.2rem !important;
  }

  .work-editorial-home .work-process-grid article,
  .work-editorial-home .work-signal-grid article {
    min-height: auto !important;
    border-right: 0 !important;
  }
}


/* UK pharmacy homepage finishing pass: clearer hierarchy, spacing and premium route cards. */
.work-editorial-home .work-home-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(246, 207, 23, .12), transparent 24rem),
    linear-gradient(90deg, rgba(255, 253, 248, .99), rgba(255, 253, 248, .92) 55%, rgba(250, 244, 236, .76)),
    linear-gradient(180deg, #fffdf8 0%, #faf4ec 100%) !important;
}

.work-editorial-home .work-home-hero-copy h1 {
  max-width: 11.5ch !important;
  letter-spacing: 0 !important;
}

.work-editorial-home .work-home-hero-copy p {
  max-width: 49rem !important;
}

.work-editorial-home .work-hero-proof-row article {
  background: rgba(255, 253, 248, .58) !important;
  gap: .68rem !important;
}

.work-editorial-home .work-hero-proof-row span,
.work-editorial-home .work-process-grid span,
.work-editorial-home .work-route-index {
  letter-spacing: .14em !important;
  white-space: nowrap !important;
}

.work-editorial-home .work-route-strip {
  background: #fffdf8 !important;
  border-bottom: 1px solid var(--home-line) !important;
  border-top: 1px solid var(--home-line) !important;
}

.work-editorial-home .work-route-shell {
  display: grid !important;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.82fr) !important;
  gap: 0 !important;
}

.work-editorial-home .work-route-strip-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
}

.work-editorial-home .work-route-card {
  color: var(--home-ink) !important;
  display: flex !important;
  min-height: 260px !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.work-editorial-home .work-route-card article {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  gap: .95rem !important;
  padding: clamp(1.55rem, 2.4vw, 2.25rem) !important;
  width: 100% !important;
}

.work-editorial-home .work-route-card h2 {
  color: var(--home-deep) !important;
  display: block !important;
  font-family: var(--home-display) !important;
  font-size: clamp(2.05rem, 2.65vw, 2.85rem) !important;
  font-weight: 500 !important;
  line-height: .96 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.work-editorial-home .work-route-card p {
  align-self: end !important;
  color: var(--home-muted) !important;
  display: block !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.work-editorial-home .work-editorial-grid {
  align-items: stretch !important;
}

.work-editorial-home .work-signal-grid {
  margin: 0 !important;
  width: 100% !important;
}

.work-editorial-home .work-signal-grid article {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  gap: .82rem !important;
}

.work-editorial-home .work-signal-grid strong {
  color: var(--home-deep) !important;
  display: block !important;
  font-family: var(--home-display) !important;
  font-size: clamp(1.95rem, 2.35vw, 2.55rem) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  margin: 0 !important;
}

.work-editorial-home .work-signal-grid span {
  color: var(--home-muted) !important;
  display: block !important;
  font-family: var(--home-body) !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
  text-transform: none !important;
}

.work-editorial-home .work-split-card h2 {
  max-width: 13ch !important;
}

.work-editorial-home .work-process-grid article {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  gap: .9rem !important;
}

.work-editorial-home .work-process-grid span {
  display: inline-flex !important;
  font-family: var(--home-mono) !important;
  font-size: .76rem !important;
  letter-spacing: .14em !important;
  text-decoration: none !important;
}

.work-editorial-home .work-process-grid strong {
  display: block !important;
  font-family: var(--home-display) !important;
  font-size: clamp(1.7rem, 2vw, 2.25rem) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.work-editorial-home .work-process-grid p {
  align-self: end !important;
  display: block !important;
  font-family: var(--home-body) !important;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  line-height: 1.68 !important;
  margin: 0 !important;
  text-transform: none !important;
}

@media (max-width: 1180px) {
  .work-editorial-home .work-route-shell {
    grid-template-columns: 1fr !important;
  }

  .work-editorial-home .work-route-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .work-editorial-home .work-route-strip-grid {
    grid-template-columns: 1fr !important;
  }

  .work-editorial-home .work-home-hero-copy h1 {
    max-width: 100% !important;
  }
}


/* Full UK pharmacy premium homepage rebuild. Uses isolated pk-* classes to avoid legacy homepage rules. */
.pharmacy-uk-premium-home {
  --pk-bg: #fffdf8;
  --pk-paper: #f8f2ea;
  --pk-ink: #241722;
  --pk-purple: #2e0048;
  --pk-muted: #776d79;
  --pk-line: rgba(46, 0, 72, .14);
  --pk-blue: #e8f9ff;
  --pk-gold: #f6cf17;
  background: var(--pk-bg);
  color: var(--pk-ink);
}

.pharmacy-uk-premium-home .nav {
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--pk-line);
  backdrop-filter: blur(16px);
}

.pharmacy-uk-premium-home a {
  color: inherit;
}

.pharmacy-uk-premium-home .nav a,
.pharmacy-uk-premium-home main a,
.pharmacy-uk-premium-home .pk-footer a {
  text-decoration: none;
}

.pk-eyebrow {
  color: rgba(46, 0, 72, .62);
  display: inline-flex;
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pk-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(246, 207, 23, .16), transparent 23rem),
    linear-gradient(90deg, rgba(255, 253, 248, .98), rgba(255, 253, 248, .92) 54%, rgba(232, 249, 255, .42)),
    linear-gradient(180deg, #fffdf8, #f8f2ea);
  border-bottom: 1px solid var(--pk-line);
  overflow: hidden;
  padding: clamp(4.75rem, 8vw, 8.2rem) 0 clamp(4rem, 6.5vw, 6.5rem);
  position: relative;
}

.pk-hero::after {
  background:
    linear-gradient(rgba(46, 0, 72, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 0, 72, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0 0 0 52%;
  opacity: .7;
  position: absolute;
}

.pk-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 5vw, 6rem);
  grid-template-columns: minmax(0, 1fr) minmax(390px, .58fr);
  position: relative;
  z-index: 1;
}

.pk-hero-copy h1 {
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: clamp(4.6rem, 7.6vw, 8.7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .88;
  margin: 1.05rem 0 1.45rem;
  max-width: 11.3ch;
}

.pk-hero-lede {
  color: var(--pk-muted);
  font-size: clamp(1.09rem, 1.22vw, 1.28rem);
  line-height: 1.72;
  max-width: 54rem;
}

.pk-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.8rem;
}

.pk-hero-actions .btn.text {
  background: transparent;
  border-color: transparent;
  color: var(--pk-purple);
  padding-left: .4rem;
  padding-right: .4rem;
}

.pk-hero-proof {
  border-top: 1px solid var(--pk-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0;
  max-width: 58rem;
}

.pk-hero-proof div {
  border-right: 1px solid var(--pk-line);
  min-height: 135px;
  padding: 1.25rem 1.1rem 0 0;
}

.pk-hero-proof div + div {
  padding-left: 1.2rem;
}

.pk-hero-proof div:last-child {
  border-right: 0;
}

.pk-hero-proof dt {
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 1;
  margin: 0 0 .65rem;
}

.pk-hero-proof dd {
  color: var(--pk-muted);
  line-height: 1.55;
  margin: 0;
}

.pk-command-card {
  background: var(--pk-purple);
  border: 1px solid rgba(46, 0, 72, .18);
  box-shadow: 0 30px 80px rgba(46, 0, 72, .18);
  color: #fffdf8;
  display: grid;
  min-height: 660px;
  overflow: hidden;
}

.pk-command-card figure {
  background: rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  height: clamp(230px, 26vw, 360px);
  margin: 0;
  overflow: hidden;
}

.pk-command-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pk-card-body {
  align-content: end;
  display: grid;
  padding: clamp(1.6rem, 3vw, 2.5rem);
}

.pk-card-kicker {
  color: rgba(255, 255, 255, .64);
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pk-card-body h2 {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  font-weight: 500;
  line-height: .9;
  margin: 1rem 0 2rem;
}

.pk-card-body ul {
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pk-card-body li {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(120px, .4fr) 1fr;
  padding: 1rem 0;
}

.pk-card-body strong,
.pk-card-body span {
  display: block;
}

.pk-card-body span {
  color: rgba(255, 255, 255, .74);
  line-height: 1.55;
}

.pk-routes,
.pk-editorial,
.pk-journal,
.pk-split,
.pk-process,
.pk-final-cta {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
}

.pk-routes {
  background: #fff;
  border-bottom: 1px solid var(--pk-line);
}

.pk-section-head {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .48fr);
  margin-bottom: 2rem;
}

.pk-section-head.compact {
  max-width: 980px;
}

.pk-section-head h2,
.pk-editorial-copy h2,
.pk-final-shell h2 {
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: clamp(3.3rem, 5.8vw, 6.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .92;
  margin: .85rem 0 0;
}

.pk-section-head p,
.pk-editorial-copy p,
.pk-final-shell p {
  color: var(--pk-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}

.pk-route-grid {
  border: 1px solid var(--pk-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pk-route-card,
.pk-route-card * {
  text-decoration: none !important;
}

.pk-route-card {
  background: rgba(255, 253, 248, .76);
  border-right: 1px solid var(--pk-line);
  color: var(--pk-ink);
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto 1fr;
  min-height: 300px;
  padding: clamp(1.5rem, 2.4vw, 2.25rem);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pk-route-card:last-child {
  border-right: 0;
}

.pk-route-card:hover {
  background: var(--pk-blue);
  box-shadow: 0 24px 70px rgba(46, 0, 72, .08);
  transform: translateY(-3px);
}

.pk-route-card.accent {
  background: var(--pk-purple);
  color: #fffdf8;
}

.pk-route-card span {
  color: currentColor;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  opacity: .62;
}

.pk-route-card h3 {
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  font-weight: 500;
  line-height: .95;
  margin: 0;
}

.pk-route-card p {
  align-self: end;
  color: currentColor;
  line-height: 1.62;
  margin: 0;
  opacity: .76;
}

.pk-editorial {
  background: var(--pk-bg);
}

.pk-editorial-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 4vw, 5rem);
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1fr);
}

.pk-editorial-copy {
  border-left: 6px solid var(--pk-purple);
  padding-left: clamp(1.4rem, 2.4vw, 2.2rem);
}

.pk-decision-list {
  border: 1px solid var(--pk-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pk-decision-list article {
  background: #fff;
  border-bottom: 1px solid var(--pk-line);
  border-right: 1px solid var(--pk-line);
  display: grid;
  gap: 1rem;
  min-height: 220px;
  padding: clamp(1.45rem, 2.5vw, 2.35rem);
}

.pk-decision-list article:nth-child(2n) {
  border-right: 0;
}

.pk-decision-list article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pk-decision-list span {
  color: rgba(46, 0, 72, .6);
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pk-decision-list strong {
  align-self: end;
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  font-weight: 500;
  line-height: 1.02;
}

.pk-journal {
  background: linear-gradient(180deg, rgba(232, 249, 255, .72), rgba(255, 253, 248, .94));
  border-bottom: 1px solid var(--pk-line);
  border-top: 1px solid var(--pk-line);
}

.pk-journal-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(260px, .64fr));
}

.pk-journal-card,
.pk-journal-card * {
  text-decoration: none !important;
}

.pk-journal-card {
  background: #fffdf8;
  border: 1px solid var(--pk-line);
  color: inherit;
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 100%;
  transition: box-shadow .18s ease, transform .18s ease;
}

.pk-journal-card.featured {
  grid-template-rows: 340px 1fr;
}

.pk-journal-card:hover {
  box-shadow: 0 28px 80px rgba(46, 0, 72, .1);
  transform: translateY(-3px);
}

.pk-journal-card figure {
  border-bottom: 1px solid var(--pk-line);
  margin: 0;
  overflow: hidden;
}

.pk-journal-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pk-journal-card img[src$='.svg'] {
  object-fit: contain;
  padding: 1.4rem;
}

.pk-journal-card div {
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

.pk-journal-card span {
  color: rgba(46, 0, 72, .62);
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pk-journal-card h3 {
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.7vw, 3.15rem);
  font-weight: 500;
  line-height: .98;
  margin: 1rem 0 .85rem;
}

.pk-journal-card p {
  color: var(--pk-muted);
  line-height: 1.62;
  margin: 0 0 1.25rem;
}

.pk-journal-card strong {
  border-top: 1px solid var(--pk-line);
  color: var(--pk-purple);
  margin-top: auto;
  padding-top: .9rem;
}

.pk-split {
  background: var(--pk-bg);
}

.pk-split-grid {
  border: 1px solid var(--pk-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pk-split-card,
.pk-split-card * {
  text-decoration: none !important;
}

.pk-split-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: clamp(2rem, 4vw, 4rem);
}

.pk-split-card.employer {
  background: var(--pk-purple);
  color: #fffdf8;
}

.pk-split-card.professional {
  background: #fff;
  border-left: 1px solid var(--pk-line);
  color: var(--pk-purple);
}

.pk-split-card span {
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pk-split-card h2 {
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.6vw, 6rem);
  font-weight: 500;
  line-height: .9;
  margin: 1rem 0 auto;
  max-width: 12.5ch;
}

.pk-split-card p {
  color: currentColor;
  line-height: 1.68;
  margin: 2.2rem 0 0;
  max-width: 40rem;
  opacity: .76;
}

.pk-split-card strong {
  border-top: 1px solid currentColor;
  margin-top: 2rem;
  padding-top: 1rem;
}

.pk-process {
  background: #fff;
  border-top: 1px solid var(--pk-line);
}

.pk-process-grid {
  border: 1px solid var(--pk-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pk-process-grid article {
  border-right: 1px solid var(--pk-line);
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto 1fr;
  min-height: 265px;
  padding: clamp(1.45rem, 2.6vw, 2.25rem);
}

.pk-process-grid article:last-child {
  border-right: 0;
}

.pk-process-grid span {
  color: rgba(46, 0, 72, .58);
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
}

.pk-process-grid h3 {
  color: var(--pk-purple);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.35vw, 2.7rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.pk-process-grid p {
  align-self: end;
  color: var(--pk-muted);
  line-height: 1.65;
  margin: 0;
}

.pk-final-cta {
  background: var(--pk-paper);
}

.pk-final-shell {
  align-items: center;
  background: var(--pk-purple);
  color: #fffdf8;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(2rem, 4vw, 4rem);
}

.pk-final-shell .pk-eyebrow,
.pk-final-shell h2,
.pk-final-shell p {
  color: #fffdf8;
}

.pk-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: flex-end;
}

.pk-final-actions .btn.ghost {
  background: #fffdf8;
  border-color: #fffdf8;
  color: var(--pk-purple);
}

.pk-footer {
  background: #1f1022;
  color: rgba(255, 255, 255, .78);
}

.pk-footer a,
.pk-footer h2,
.pk-footer h3,
.pk-footer .brand strong {
  color: #fff;
}

.pk-footer-top {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.pk-footer-top p {
  max-width: 46rem;
}

.pk-footer-cta h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1rem;
}

.pk-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, .16);
}

@media (max-width: 1180px) {
  .pk-hero-grid,
  .pk-editorial-grid,
  .pk-journal-grid,
  .pk-section-head,
  .pk-final-shell,
  .pk-footer-top {
    grid-template-columns: 1fr;
  }

  .pk-route-grid,
  .pk-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pk-command-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .pk-hero-proof,
  .pk-route-grid,
  .pk-decision-list,
  .pk-split-grid,
  .pk-process-grid {
    grid-template-columns: 1fr;
  }

  .pk-hero-proof div,
  .pk-route-card,
  .pk-decision-list article,
  .pk-split-card.professional,
  .pk-process-grid article {
    border-right: 0;
  }

  .pk-hero-proof div {
    border-bottom: 1px solid var(--pk-line);
    min-height: auto;
    padding: 1.1rem 0;
  }

  .pk-hero-proof div + div {
    padding-left: 0;
  }

  .pk-hero-proof div:last-child {
    border-bottom: 0;
  }

  .pk-hero-actions,
  .pk-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pk-hero-actions .btn,
  .pk-final-actions .btn {
    width: 100%;
  }

  .pk-route-card,
  .pk-process-grid article {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .pk-hero-copy h1 {
    font-size: clamp(3.6rem, 18vw, 5.2rem);
  }

  .pk-card-body li {
    grid-template-columns: 1fr;
  }

  .pk-split-card {
    min-height: 380px;
  }
}

/* Verovian Pharmacy UK public shift finder finish - 2026-07-22 */
.work-shift-page .shift-hero-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .46fr);
}

.work-shift-page .shift-hero-trust {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.work-shift-page .shift-live-panel-grid div,
.work-shift-page .shift-proof-grid article {
  display: grid;
  gap: .38rem;
}

.work-shift-page .shift-live-panel-grid span,
.work-shift-page .shift-proof-grid span,
.work-shift-page .shift-side-header span,
.work-shift-page .shift-card-side dt {
  display: block;
}

.work-shift-page .shift-proof-grid article {
  align-content: start;
  min-height: 170px;
}

.work-shift-page .featured-shift-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.work-shift-page .featured-shift-card dl {
  margin-top: auto;
}

.work-shift-page .featured-shift-card p,
.work-shift-page .shift-card-main p {
  max-width: 760px;
}

.work-shift-page .shift-filter-panel label {
  display: grid;
  gap: .35rem;
}

.work-shift-page .shift-filter-actions .btn {
  min-height: 54px;
}

.work-shift-page .shift-card-premium {
  display: grid;
  gap: 0;
  padding: 0;
}

.work-shift-page .shift-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.work-shift-page .shift-card-title-row {
  align-items: start;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.work-shift-page .shift-rate-pill {
  justify-self: end;
  white-space: nowrap;
}

.work-shift-page .shift-card-meta-premium {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.15rem;
}

.work-shift-page .shift-card-meta-premium strong {
  display: block;
  margin-bottom: .25rem;
}

.work-shift-page .shift-card-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.work-shift-page .shift-card-side dl {
  display: grid;
  gap: .7rem;
  margin: 0;
}

.work-shift-page .shift-card-side dl div {
  display: grid;
  gap: .18rem;
}

.work-shift-page .shift-card-side dd {
  margin: 0;
}

.work-shift-page .shift-card-side .btn {
  margin-top: auto;
}

.work-shift-page .shift-empty-state {
  background: #fffdf8;
  border: 1px solid var(--work-line);
  color: var(--work-muted);
  padding: 1rem 1.25rem;
}

.work-shift-page .shift-client-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .work-shift-page .shift-hero-grid,
  .work-shift-page .shift-card-premium {
    grid-template-columns: 1fr;
  }

  .work-shift-page .shift-card-side {
    border-left: 0;
    border-top: 1px solid var(--work-line);
  }
}

@media (max-width: 760px) {
  .work-shift-page .shift-card-title-row,
  .work-shift-page .shift-card-meta-premium {
    grid-template-columns: 1fr;
  }

  .work-shift-page .shift-rate-pill {
    justify-self: stretch;
    text-align: left;
  }

  .work-shift-page .shift-client-cta-actions {
    justify-content: stretch;
  }
}

/* Locum account gate for shift applications - 2026-07-23 */
.locum-account-card {
  background: linear-gradient(135deg, rgba(46, 0, 72, .98), rgba(79, 19, 102, .94));
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  display: grid;
  gap: .9rem;
  margin: 1rem 0;
  padding: clamp(1.2rem, 2vw, 1.7rem);
}

.locum-account-card h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.locum-account-card p {
  color: rgba(255,255,255,.8);
  margin: 0;
}

.locum-account-card .btn {
  border-color: #fff;
  margin-top: .25rem;
}

.locum-profile-bar {
  align-items: center;
  background: rgba(255,253,248,.82);
  border: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: .8rem;
  justify-content: space-between;
  margin: 1rem 0;
  min-height: 48px;
  padding: .7rem .85rem;
}

.text-button {
  background: none;
  border: 0;
  color: var(--purple);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: .25rem 0;
  text-decoration: underline;
}

.locum-login-page {
  background:
    linear-gradient(90deg, rgba(46,0,72,.035) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #fffaf3 0%, #f7efe5 100%);
}

.locum-login-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
}

.locum-login-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .9fr) minmax(380px, .52fr);
  align-items: center;
}

.locum-login-copy h1 {
  color: var(--purple);
  font-size: clamp(3.2rem, 6.5vw, 7.4rem);
  line-height: .92;
  margin: .65rem 0 1rem;
}

.locum-login-copy > p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  max-width: 820px;
}

.locum-login-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.locum-login-proof article {
  border-right: 1px solid var(--line);
  padding: 1.1rem 1.1rem 1.1rem 0;
}

.locum-login-proof article:last-child {
  border-right: 0;
}

.locum-login-proof strong,
.locum-login-proof span {
  display: block;
}

.locum-login-proof strong {
  color: var(--purple);
  font-size: 1.04rem;
  margin-bottom: .4rem;
}

.locum-login-proof span {
  color: var(--muted);
}

.locum-login-panel {
  padding: clamp(1.3rem, 2.5vw, 2rem);
}

.locum-login-panel h2 {
  color: var(--purple);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: .25rem 0 .65rem;
}

@media (max-width: 980px) {
  .locum-login-grid,
  .locum-login-proof {
    grid-template-columns: 1fr;
  }

  .locum-login-proof article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }

  .locum-login-proof article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .locum-profile-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* UK Pharmacy employer page: premium, sector-led employer route. */
.uk-employers-page {
  --emp-bg: #fffdf8;
  --emp-paper: #f7f0e7;
  --emp-ink: #241722;
  --emp-purple: #2e0048;
  --emp-muted: #736877;
  --emp-line: rgba(46, 0, 72, .15);
  --emp-blue: #e7f8ff;
  --emp-serif: Georgia, "Times New Roman", serif;
  background: var(--emp-bg);
}

.uk-employers-page .nav {
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--emp-line);
}

.uk-employers-page .nav-links a {
  color: rgba(36, 23, 34, .78);
}

.uk-employers-page .nav-links a:hover {
  color: var(--emp-purple);
}

.employer-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 242, 255, .62), transparent 26rem),
    linear-gradient(90deg, #fffdf8 0%, #fffdf8 56%, rgba(247, 240, 231, .72) 100%);
  border-bottom: 1px solid var(--emp-line);
  overflow: hidden;
  padding: clamp(4.8rem, 8vw, 8.5rem) 0 clamp(4.2rem, 7vw, 7rem);
  position: relative;
}

.employer-hero::after {
  background:
    linear-gradient(rgba(46, 0, 72, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 0, 72, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0 0 0 50%;
  position: absolute;
}

.employer-hero-grid {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .52fr);
  position: relative;
  z-index: 1;
}

.employer-hero-copy h1,
.employer-brief-grid h2,
.employer-routes-section h2,
.employer-checklist-grid h2,
.employer-cta-panel h2 {
  color: var(--emp-purple);
  font-family: var(--emp-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.employer-hero-copy h1 {
  font-size: clamp(3.8rem, 7vw, 7.9rem);
  line-height: .9;
  margin: .9rem 0 1.35rem;
  max-width: 12ch;
}

.employer-hero-copy p {
  color: var(--emp-muted);
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  line-height: 1.72;
  max-width: 58rem;
}

.employer-hero-panel {
  background: var(--emp-purple);
  color: #fffdf8;
  min-height: 520px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 30px 90px rgba(46, 0, 72, .18);
}

.employer-hero-panel > span,
.employer-sector-grid span,
.employer-route-grid span {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.employer-hero-panel > span {
  color: rgba(255, 255, 255, .58);
}

.employer-hero-panel h2 {
  color: #fffdf8;
  font-family: var(--emp-serif);
  font-size: clamp(2.4rem, 3.8vw, 4.4rem);
  font-weight: 500;
  line-height: .95;
  margin: 1rem 0 2rem;
}

.employer-hero-panel ul {
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
  margin: 0;
  padding: 0;
}

.employer-hero-panel li {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  gap: .85rem;
  grid-template-columns: minmax(120px, .42fr) 1fr;
  padding: 1rem 0;
}

.employer-hero-panel li:last-child {
  border-bottom: 0;
}

.employer-hero-panel strong,
.employer-hero-panel small {
  display: block;
}

.employer-hero-panel small {
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
  line-height: 1.55;
}

.employer-sector-strip {
  background: #fff;
  border-bottom: 1px solid var(--emp-line);
}

.employer-sector-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.employer-sector-grid article {
  border-right: 1px solid var(--emp-line);
  min-height: 250px;
  padding: clamp(1.25rem, 2vw, 1.9rem);
  display: flex;
  flex-direction: column;
}

.employer-sector-grid article:last-child {
  border-right: 0;
}

.employer-sector-grid span {
  color: rgba(46, 0, 72, .46);
}

.employer-sector-grid strong {
  color: var(--emp-purple);
  display: block;
  font-size: 1.2rem;
  line-height: 1.15;
  margin: .9rem 0 auto;
}

.employer-sector-grid p {
  color: var(--emp-muted);
  line-height: 1.55;
  margin: 1.2rem 0 0;
}

.employer-brief-section {
  background: var(--emp-bg);
}

.employer-brief-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .9fr) minmax(380px, .54fr);
}

.employer-brief-grid h2,
.employer-checklist-grid h2 {
  font-size: clamp(2.9rem, 5vw, 5.5rem);
  line-height: .96;
  margin: .8rem 0 1rem;
  max-width: 12ch;
}

.employer-brief-grid > div > p,
.employer-checklist-grid > div > p {
  color: var(--emp-muted);
  font-size: 1.06rem;
  line-height: 1.75;
  max-width: 56rem;
}

.employer-proof-grid {
  border: 1px solid var(--emp-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.employer-proof-grid article {
  background: rgba(255, 255, 255, .74);
  border-right: 1px solid var(--emp-line);
  min-height: 210px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.employer-proof-grid article:last-child {
  border-right: 0;
}

.employer-proof-grid strong,
.employer-checklist strong {
  color: var(--emp-purple);
  display: block;
  font-size: 1.08rem;
}

.employer-proof-grid p,
.employer-checklist p {
  color: var(--emp-muted);
  line-height: 1.58;
  margin: .85rem 0 0;
}

.employer-form-panel {
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(46, 0, 72, .1);
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.employer-form-panel h2 {
  color: var(--emp-purple);
  font-family: var(--emp-serif);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
  margin: .35rem 0 .7rem;
}

.employer-routes-section {
  background: var(--emp-paper);
}

.employer-route-grid {
  border: 1px solid var(--emp-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.employer-route-grid article {
  background: #fffdf8;
  border-right: 1px solid var(--emp-line);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(1.35rem, 2.3vw, 2.1rem);
}

.employer-route-grid article:last-child {
  border-right: 0;
}

.employer-route-grid span {
  color: rgba(46, 0, 72, .56);
}

.employer-route-grid h3 {
  color: var(--emp-purple);
  font-family: var(--emp-serif);
  font-size: clamp(1.95rem, 2.8vw, 3.15rem);
  font-weight: 500;
  line-height: .98;
  margin: 1rem 0 auto;
}

.employer-route-grid p {
  color: var(--emp-muted);
  line-height: 1.6;
  margin: 1.4rem 0 1.3rem;
}

.employer-route-grid a {
  border-top: 1px solid var(--emp-line);
  color: var(--emp-purple);
  font-weight: 800;
  padding-top: .9rem;
  text-decoration: none;
}

.employer-checklist-section {
  background: #fffdf8;
}

.employer-checklist-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .68fr) minmax(520px, 1fr);
}

.employer-checklist {
  border-top: 1px solid var(--emp-line);
}

.employer-checklist article {
  border-bottom: 1px solid var(--emp-line);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(170px, .36fr) 1fr;
  padding: 1.2rem 0;
}

.employer-checklist p {
  margin: 0;
}

.employer-cta-panel {
  background: var(--emp-purple);
  color: #fffdf8;
}

.employer-cta-panel h2,
.employer-cta-panel p,
.employer-cta-panel .eyebrow {
  color: #fffdf8;
}

.employer-cta-panel .btn.ghost {
  background: #fffdf8;
  border-color: #fffdf8;
  color: var(--emp-purple);
}

@media (max-width: 1180px) {
  .employer-sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .employer-sector-grid article:nth-child(3n) {
    border-right: 0;
  }

  .employer-hero-grid,
  .employer-brief-grid,
  .employer-checklist-grid {
    grid-template-columns: 1fr;
  }

  .employer-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .employer-route-grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .employer-hero-copy h1 {
    font-size: clamp(3.1rem, 14vw, 4.6rem);
  }

  .employer-hero-panel,
  .employer-route-grid article,
  .employer-sector-grid article {
    min-height: auto;
  }

  .employer-sector-grid,
  .employer-proof-grid,
  .employer-route-grid {
    grid-template-columns: 1fr;
  }

  .employer-sector-grid article,
  .employer-proof-grid article,
  .employer-route-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--emp-line);
  }

  .employer-sector-grid article:last-child,
  .employer-proof-grid article:last-child,
  .employer-route-grid article:last-child {
    border-bottom: 0;
  }

  .employer-hero-panel li,
  .employer-checklist article {
    grid-template-columns: 1fr;
  }
}

/* UK Pharmacy employer page: editorial finishing layer. */
.uk-employers-page .wrap {
  width: min(1240px, calc(100% - 48px));
}

.uk-employers-page .btn {
  border-radius: 0;
  font-size: .94rem;
  letter-spacing: 0;
  min-height: 58px;
  padding: 1rem 1.45rem;
}

.uk-employers-page .eyebrow {
  color: var(--emp-purple);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.uk-employers-page .nav-inner {
  min-height: 96px;
}

.uk-employers-page .nav-actions .btn {
  min-height: 56px;
  min-width: 152px;
}

.employer-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .97), rgba(255, 253, 248, .86) 56%, rgba(235, 250, 255, .8)),
    radial-gradient(circle at 88% 28%, rgba(200, 242, 255, .86), transparent 28rem);
  padding: clamp(5.8rem, 8vw, 9rem) 0 clamp(4.5rem, 7vw, 7rem);
}

.employer-hero::after {
  background:
    linear-gradient(rgba(46, 0, 72, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 0, 72, .035) 1px, transparent 1px);
  background-size: 76px 76px;
  inset: 0;
  opacity: .75;
  pointer-events: none;
}

.employer-hero-grid {
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, .92fr) minmax(390px, .5fr);
}

.employer-hero-copy {
  max-width: 840px;
}

.employer-hero-copy h1 {
  font-size: clamp(4.4rem, 7.2vw, 8.4rem);
  line-height: .91;
  margin: 1rem 0 1.45rem;
  max-width: 10.5ch;
}

.employer-hero-copy p {
  color: rgba(36, 23, 34, .72);
  font-size: clamp(1.05rem, 1.35vw, 1.26rem);
  line-height: 1.72;
  max-width: 64rem;
}

.employer-hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .98), rgba(255, 253, 248, .92)),
    var(--emp-bg);
  border: 1px solid rgba(46, 0, 72, .18);
  box-shadow: 0 34px 100px rgba(46, 0, 72, .14);
  color: var(--emp-ink);
  justify-content: space-between;
  min-height: 560px;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  position: relative;
}

.employer-hero-panel::before {
  background: var(--emp-purple);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.employer-hero-panel > span {
  color: rgba(46, 0, 72, .58);
}

.employer-hero-panel h2 {
  color: var(--emp-purple);
  font-size: clamp(2.1rem, 3.2vw, 3.65rem);
  line-height: 1.02;
  margin: 1rem 0 2.4rem;
  max-width: 9.5ch;
}

.employer-hero-ledger {
  border-top: 1px solid var(--emp-line);
  display: grid;
}

.employer-hero-ledger article {
  border-bottom: 1px solid var(--emp-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(130px, .38fr) 1fr;
  padding: 1.15rem 0;
}

.employer-hero-ledger article:last-child {
  border-bottom: 0;
}

.employer-hero-ledger strong {
  color: var(--emp-purple);
  display: block;
  font-size: 1rem;
  line-height: 1.25;
}

.employer-hero-ledger p {
  color: var(--emp-muted);
  font-size: .98rem;
  line-height: 1.5;
  margin: 0;
}

.employer-sector-strip {
  background: #fffdf8;
}

.employer-sector-grid {
  border-left: 1px solid var(--emp-line);
  border-right: 1px solid var(--emp-line);
}

.employer-sector-grid article {
  gap: 1.1rem;
  min-height: 280px;
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
}

.employer-sector-grid span,
.employer-route-grid span {
  display: block;
  line-height: 1;
}

.employer-sector-grid strong {
  font-family: var(--emp-serif);
  font-size: clamp(1.38rem, 1.7vw, 1.75rem);
  font-weight: 500;
  line-height: 1.05;
  margin: .2rem 0 auto;
}

.employer-sector-grid p {
  font-size: .98rem;
  line-height: 1.62;
  margin: 0;
}

.employer-brief-section {
  padding-top: clamp(4.5rem, 7vw, 7.2rem);
}

.employer-brief-grid {
  gap: clamp(3rem, 6vw, 6.5rem);
  grid-template-columns: minmax(0, .85fr) minmax(440px, .55fr);
}

.employer-proof-grid {
  box-shadow: 0 20px 70px rgba(46, 0, 72, .055);
}

.employer-proof-grid article {
  gap: 1.2rem;
  min-height: 230px;
  padding: 1.45rem;
}

.employer-proof-grid strong {
  font-family: var(--emp-serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1;
}

.employer-form-panel {
  background: #fffdf8;
  border: 1px solid rgba(46, 0, 72, .18);
  box-shadow: 0 26px 80px rgba(46, 0, 72, .095);
}

.employer-form-panel p {
  color: var(--emp-muted);
  line-height: 1.62;
}

.employer-form-panel label span {
  color: rgba(46, 0, 72, .6);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.employer-form-panel input,
.employer-form-panel select,
.employer-form-panel textarea {
  background: #fff;
  border-color: rgba(46, 0, 72, .16);
  border-radius: 0;
  min-height: 54px;
}

.employer-form-panel textarea {
  min-height: 155px;
}

.employer-form-panel .btn.full {
  margin-top: .2rem;
}

.employer-routes-section .section-head {
  border-bottom: 1px solid rgba(46, 0, 72, .16);
  padding-bottom: clamp(1.6rem, 2.6vw, 2.5rem);
}

.employer-routes-section .section-head p {
  color: rgba(36, 23, 34, .66);
  font-size: 1.05rem;
  line-height: 1.7;
}

.employer-route-grid {
  background: var(--emp-line);
  border: 1px solid var(--emp-line);
  gap: 1px;
}

.employer-route-grid article {
  border-right: 0;
  min-height: 390px;
  padding: clamp(1.5rem, 2.5vw, 2.35rem);
}

.employer-route-grid h3 {
  margin-bottom: auto;
}

.employer-route-grid a {
  font-size: .84rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.employer-route-grid a:hover {
  color: var(--teal);
}

.employer-checklist-grid {
  align-items: start;
}

.employer-checklist article {
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding: 1.45rem 0;
}

.employer-checklist strong {
  font-family: var(--emp-serif);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.1;
}

.employer-cta-panel {
  background:
    linear-gradient(135deg, #2e0048 0%, #241722 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  box-shadow: 0 30px 90px rgba(46, 0, 72, .18);
  padding: clamp(1.8rem, 4vw, 3.2rem);
}

.employer-cta-panel h2 {
  font-size: clamp(2.25rem, 4vw, 4.35rem);
  line-height: .98;
  max-width: 12ch;
}

.employer-cta-panel p {
  max-width: 62rem;
}

@media (max-width: 1180px) {
  .employer-hero-grid,
  .employer-brief-grid {
    grid-template-columns: 1fr;
  }

  .employer-hero-copy h1 {
    max-width: 12ch;
  }

  .employer-hero-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .uk-employers-page .wrap {
    width: min(100% - 32px, 1240px);
  }

  .employer-hero {
    padding: 4.2rem 0 3.2rem;
  }

  .employer-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .employer-hero-ledger article,
  .employer-checklist article {
    grid-template-columns: 1fr;
  }

  .employer-sector-grid,
  .employer-proof-grid,
  .employer-route-grid {
    border-left: 1px solid var(--emp-line);
    border-right: 1px solid var(--emp-line);
  }
}


/* Final employer-page route matrix polish - 2026-07-23 */
.uk-employers-page .employer-routes-section {
  background: linear-gradient(180deg, #fbf8f2 0%, #f3ebe0 100%);
  border-top: 1px solid rgba(46, 0, 72, 0.12);
  border-bottom: 1px solid rgba(46, 0, 72, 0.12);
  padding: clamp(5rem, 8vw, 7.5rem) 0;
}

.uk-employers-page .employer-routes-head {
  align-items: start;
  border-bottom: 1px solid rgba(46, 0, 72, 0.16);
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.48fr);
  margin-bottom: 0;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.uk-employers-page .employer-routes-head h2 {
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 920px;
}

.uk-employers-page .employer-routes-head p {
  color: #766c7b;
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}

.uk-employers-page .employer-route-grid {
  background: #fffdf8;
  border: 1px solid rgba(46, 0, 72, 0.16);
  border-top: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.uk-employers-page .employer-route-card {
  background: #fffdf8;
  border: 0;
  border-right: 1px solid rgba(46, 0, 72, 0.14);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: 390px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.uk-employers-page .employer-route-card:last-child {
  border-right: 0;
}

.uk-employers-page .route-card-featured {
  background: #2e0048;
  color: #fffaf0;
}

.uk-employers-page .route-card-top {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

.uk-employers-page .route-number {
  align-items: center;
  border: 1px solid rgba(46, 0, 72, 0.24);
  color: #2e0048;
  display: inline-flex;
  font-family: "DM Mono", monospace;
  font-size: 0.82rem;
  height: 2.35rem;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 2.35rem;
}

.uk-employers-page .route-card-featured .route-number {
  border-color: rgba(255, 250, 240, 0.36);
  color: #ffcf0a;
}

.uk-employers-page .route-label {
  color: #5f245f;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.uk-employers-page .route-card-featured .route-label {
  color: #ffcf0a;
}

.uk-employers-page .employer-route-card h3 {
  color: #251a27;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.42rem, 2.1vw, 2.05rem);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 12em;
}

.uk-employers-page .route-card-featured h3 {
  color: #fffaf0;
}

.uk-employers-page .employer-route-card p {
  color: #736b78;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.uk-employers-page .route-card-featured p {
  color: rgba(255, 250, 240, 0.78);
}

.uk-employers-page .route-link {
  align-items: center;
  border-top: 1px solid rgba(46, 0, 72, 0.16);
  color: #2e0048;
  display: flex;
  font-size: 0.84rem;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-top: auto;
  padding-top: 1.15rem;
  text-decoration: none;
  text-transform: uppercase;
}

.uk-employers-page .route-link::after {
  content: "→";
  font-size: 1.15rem;
  line-height: 1;
}

.uk-employers-page .route-card-featured .route-link {
  border-top-color: rgba(255, 250, 240, 0.24);
  color: #ffcf0a;
}

.uk-employers-page .employer-brief-section {
  background: #fffaf3;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
}

.uk-employers-page .employer-brief-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.uk-employers-page .employer-proof-copy h2 {
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 900px;
}

.uk-employers-page .employer-proof-grid {
  border-top: 1px solid rgba(46, 0, 72, 0.16);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
}

.uk-employers-page .employer-proof-grid article {
  border-right: 1px solid rgba(46, 0, 72, 0.14);
  padding: 1.6rem 1.5rem 0 0;
}

.uk-employers-page .employer-proof-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.uk-employers-page .employer-proof-grid h3 {
  display: block;
  font-size: 0.96rem;
  letter-spacing: 0;
  margin: 0 0 0.7rem;
}

.uk-employers-page .employer-proof-grid p {
  color: #776d7c;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

.uk-employers-page .employer-form-panel {
  background: #2e0048;
  border: 1px solid rgba(46, 0, 72, 0.24);
  color: #fffaf0;
  padding: clamp(2rem, 4vw, 3rem);
}

.uk-employers-page .employer-form-panel .eyebrow,
.uk-employers-page .employer-form-panel h2,
.uk-employers-page .employer-form-panel p {
  color: #fffaf0;
}

.uk-employers-page .employer-form-panel .btn.primary {
  background: #ffcf0a;
  color: #2e0048;
}

.uk-employers-page .employer-form-panel .btn.ghost {
  background: transparent;
  border-color: rgba(255, 250, 240, 0.35);
  color: #fffaf0;
}

@media (max-width: 1180px) {
  .uk-employers-page .employer-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uk-employers-page .employer-route-card:nth-child(2n) {
    border-right: 0;
  }

  .uk-employers-page .employer-route-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(46, 0, 72, 0.14);
  }
}

@media (max-width: 860px) {
  .uk-employers-page .employer-routes-head,
  .uk-employers-page .employer-brief-grid {
    grid-template-columns: 1fr;
  }

  .uk-employers-page .employer-route-grid,
  .uk-employers-page .employer-proof-grid {
    grid-template-columns: 1fr;
  }

  .uk-employers-page .employer-route-card,
  .uk-employers-page .employer-route-card:last-child,
  .uk-employers-page .employer-proof-grid article,
  .uk-employers-page .employer-proof-grid article:last-child {
    border-right: 0;
  }

  .uk-employers-page .employer-route-card {
    border-bottom: 1px solid rgba(46, 0, 72, 0.14);
    min-height: 0;
  }

  .uk-employers-page .employer-proof-grid article {
    border-bottom: 1px solid rgba(46, 0, 72, 0.14);
    padding: 1.35rem 0;
  }
}

/* Pharmacy UK workforce review - editorial system, July 2026 */
.uk-insights-editorial-page {
  background: #fffaf3;
}

.uk-insights-editorial-page .insights-dossier-hero {
  background:
    linear-gradient(90deg, rgba(46, 0, 72, .05) 1px, transparent 1px) 0 0 / 88px 88px,
    #fffaf3;
  border-bottom: 0;
  min-height: 0;
  padding: clamp(5.5rem, 9vw, 9rem) 0 clamp(4.5rem, 7vw, 7rem);
}

.uk-insights-editorial-page .insights-dossier-grid {
  align-items: center;
  gap: clamp(3rem, 7vw, 7.5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .62fr);
}

.uk-insights-editorial-page .insights-dossier-copy {
  align-content: start;
}

.uk-insights-editorial-page .insights-dossier-copy .eyebrow {
  color: var(--purple);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-edition-line {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 1rem 0 2.1rem;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-dossier-copy h1 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 6.6vw, 7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
  margin: 0;
  max-width: 920px;
}

.uk-insights-editorial-page .insights-dossier-copy > p:not(.insights-edition-line) {
  color: #665d69;
  font-size: clamp(1.03rem, 1.3vw, 1.22rem);
  line-height: 1.78;
  margin: 2.2rem 0 0;
  max-width: 760px;
}

.uk-insights-editorial-page .insights-brief-metadata {
  border-bottom: 1px solid rgba(46, 0, 72, .18);
  border-top: 1px solid rgba(46, 0, 72, .18);
  margin-top: clamp(2.5rem, 4vw, 4rem);
}

.uk-insights-editorial-page .insights-brief-metadata span {
  color: #766d79;
  font-size: .78rem;
  line-height: 1.55;
  min-height: 108px;
  padding: 1.1rem 1.15rem 1.1rem 0;
}

.uk-insights-editorial-page .insights-brief-metadata strong {
  color: var(--purple);
  font-size: .77rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-dossier-card {
  align-self: center;
  background: transparent;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.uk-insights-editorial-page .insights-image-frame {
  border-left: 1px solid rgba(46, 0, 72, .26);
  padding: 0 0 0 clamp(1.5rem, 3vw, 3rem);
  position: relative;
}

.uk-insights-editorial-page .insights-image-frame::before {
  background: #f5c400;
  content: "";
  height: 76px;
  left: -3px;
  position: absolute;
  top: 11%;
  width: 5px;
}

.uk-insights-editorial-page .insights-dossier-card img {
  aspect-ratio: 4 / 3;
  border: 0;
  filter: saturate(.72) contrast(.96);
  object-position: 58% center;
}

.uk-insights-editorial-page .insights-dossier-note {
  border-top: 0;
  margin: 0 0 0 clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0 0;
}

.uk-insights-editorial-page .insights-figure-kicker {
  color: var(--purple-2);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-dossier-note strong {
  font-size: clamp(1.7rem, 2.65vw, 2.55rem);
  line-height: 1.06;
  max-width: 520px;
}

.uk-insights-editorial-page .insights-dossier-note > p {
  color: #716873;
  font-size: .94rem;
  line-height: 1.7;
}

.uk-insights-editorial-page .insights-visual-ledger {
  border-top: 1px solid rgba(46, 0, 72, .16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.15rem;
  padding-top: 1rem;
}

.uk-insights-editorial-page .insights-visual-ledger span {
  border-left: 0;
  border-right: 1px solid rgba(46, 0, 72, .14);
  font-size: .7rem;
  line-height: 1.45;
  padding: 0 .75rem;
}

.uk-insights-editorial-page .insights-visual-ledger span:first-child {
  padding-left: 0;
}

.uk-insights-editorial-page .insights-visual-ledger span:last-child {
  border-right: 0;
  padding-right: 0;
}

.uk-insights-editorial-page .insights-visual-ledger strong {
  font-size: .67rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-issue-index {
  background: var(--purple);
  color: #fff;
}

.uk-insights-editorial-page .insights-issue-index-inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
}

.uk-insights-editorial-page .insights-issue-index-inner > div {
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  gap: .6rem;
  padding: 2rem 2.2rem 2rem 0;
}

.uk-insights-editorial-page .insights-issue-index .eyebrow {
  color: #f5c400;
  font-size: .67rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insights-issue-index-inner > div strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.uk-insights-editorial-page .insights-issue-index ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-insights-editorial-page .insights-issue-index li {
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.uk-insights-editorial-page .insights-issue-index li:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.uk-insights-editorial-page .insights-issue-index li:nth-child(3n) {
  border-right: 0;
}

.uk-insights-editorial-page .insights-issue-index a {
  color: #fff;
  display: grid;
  font-size: .78rem;
  font-weight: 650;
  gap: .3rem;
  min-height: 92px;
  padding: 1.15rem 1.35rem;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.uk-insights-editorial-page .insights-issue-index a:hover,
.uk-insights-editorial-page .insights-issue-index a:focus-visible {
  background: #f5c400;
  color: var(--purple);
}

.uk-insights-editorial-page .insights-issue-index a span {
  color: #d8b7e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.uk-insights-editorial-page .insights-issue-index a:hover span,
.uk-insights-editorial-page .insights-issue-index a:focus-visible span {
  color: var(--purple);
}

.uk-insights-editorial-page .insight-feature-section {
  background: #fffdf8;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.uk-insights-editorial-page .editorial-head {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
  margin-bottom: 0;
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

.uk-insights-editorial-page .editorial-head h2,
.uk-insights-editorial-page .insight-faq-intro h2,
.uk-insights-editorial-page .insight-closing-section h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.uk-insights-editorial-page .editorial-head h2 {
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  line-height: .98;
  margin: .9rem 0 0;
}

.uk-insights-editorial-page .editorial-head > p {
  border-left: 1px solid rgba(46, 0, 72, .22);
  color: #6f6672;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
}

.uk-insights-editorial-page .insight-article-grid--editorial {
  border-top: 1px solid rgba(46, 0, 72, .18);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uk-insights-editorial-page .insight-article-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 0, 72, .18);
  border-right: 1px solid rgba(46, 0, 72, .18);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 2rem;
  grid-template-rows: auto 1fr;
  min-height: 470px;
  padding: clamp(2rem, 4vw, 4rem);
}

.uk-insights-editorial-page .insight-article-card:nth-child(odd):not(.featured-insight-card) {
  border-right: 0;
}

.uk-insights-editorial-page .insight-article-heading > span {
  color: var(--purple-2);
  display: block;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insight-article-card h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.uk-insights-editorial-page .insight-article-body {
  align-self: end;
}

.uk-insights-editorial-page .insight-article-body > p {
  color: #6d6470;
  font-size: .97rem;
  line-height: 1.75;
  margin: 0 0 2rem;
  max-width: 620px;
}

.uk-insights-editorial-page .insight-article-body h4 {
  border-top: 1px solid rgba(46, 0, 72, .15);
  color: var(--purple);
  font-size: .72rem;
  letter-spacing: .1em;
  margin: 0 0 1rem;
  padding-top: 1.1rem;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insight-article-body ul {
  color: #544b57;
  display: grid;
  font-size: .86rem;
  gap: .68rem;
  line-height: 1.55;
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-insights-editorial-page .insight-article-body li {
  padding-left: 1.1rem;
  position: relative;
}

.uk-insights-editorial-page .insight-article-body li::before {
  background: #d5a900;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: .62em;
  width: 5px;
}

.uk-insights-editorial-page .featured-insight-card {
  background: var(--purple);
  border-left: 0;
  border-right: 0;
  color: #fff;
  gap: clamp(3rem, 7vw, 8rem);
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: minmax(0, .8fr) minmax(300px, .7fr);
  grid-template-rows: auto;
  min-height: 520px;
}

.uk-insights-editorial-page .featured-insight-card .insight-article-heading > span {
  color: #f5c400;
}

.uk-insights-editorial-page .featured-insight-card h3 {
  color: #fff;
  font-size: clamp(3rem, 5.1vw, 5.7rem);
  line-height: .95;
}

.uk-insights-editorial-page .featured-insight-card .insight-article-body {
  align-self: center;
  border-left: 1px solid rgba(255, 255, 255, .22);
  padding-left: clamp(1.5rem, 4vw, 4rem);
}

.uk-insights-editorial-page .featured-insight-card .insight-article-body > p,
.uk-insights-editorial-page .featured-insight-card .insight-article-body ul {
  color: rgba(255, 255, 255, .78);
}

.uk-insights-editorial-page .featured-insight-card .insight-article-body h4 {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.uk-insights-editorial-page .closing-insight-card {
  background: #f4ecf2;
  border-right: 0;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, .8fr) minmax(300px, .7fr);
  min-height: 400px;
}

.uk-insights-editorial-page .closing-insight-card .insight-article-body {
  align-self: center;
}

.uk-insights-editorial-page .insight-faq-section {
  background: #f4ecf2;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.uk-insights-editorial-page .insight-faq-grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, .68fr) minmax(380px, 1fr);
}

.uk-insights-editorial-page .insight-faq-intro {
  position: sticky;
  top: 130px;
}

.uk-insights-editorial-page .insight-faq-intro h2 {
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
  line-height: .98;
  margin: 1rem 0 1.6rem;
}

.uk-insights-editorial-page .insight-faq-intro p {
  color: #6e6470;
  line-height: 1.75;
  max-width: 520px;
}

.uk-insights-editorial-page .market-faq-list {
  border-top: 1px solid rgba(46, 0, 72, .22);
}

.uk-insights-editorial-page .market-faq-list details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 0, 72, .22);
  border-radius: 0;
  padding: 1.55rem 0;
}

.uk-insights-editorial-page .market-faq-list summary {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  padding-right: 2rem;
}

.uk-insights-editorial-page .market-faq-list p {
  color: #6e6470;
  line-height: 1.75;
  max-width: 740px;
}

.uk-insights-editorial-page .insight-closing-section {
  background: #fffaf3;
  padding-bottom: clamp(5rem, 8vw, 8rem);
  padding-top: clamp(5rem, 8vw, 8rem);
}

.uk-insights-editorial-page .insight-closing-section .cta-panel {
  background: var(--purple);
  border: 0;
  border-radius: 0;
  color: #fff;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(2.5rem, 6vw, 5.5rem);
}

.uk-insights-editorial-page .insight-closing-section .eyebrow {
  color: #f5c400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.uk-insights-editorial-page .insight-closing-section h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  line-height: .98;
  margin: .9rem 0 1rem;
}

.uk-insights-editorial-page .insight-closing-section p {
  color: rgba(255, 255, 255, .74);
  margin-bottom: 0;
  max-width: 690px;
}

.uk-insights-editorial-page .insight-closing-section .btn.primary {
  background: #f5c400;
  border-color: #f5c400;
  color: var(--purple);
}

.uk-insights-editorial-page .insight-closing-section .btn.light {
  background: transparent;
  border-color: rgba(255, 255, 255, .44);
  color: #fff;
}

@media (max-width: 1080px) {
  .uk-insights-editorial-page .insights-dossier-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .62fr);
  }

  .uk-insights-editorial-page .insights-dossier-copy h1 {
    font-size: clamp(3.3rem, 7vw, 5.5rem);
  }

  .uk-insights-editorial-page .insights-brief-metadata {
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insights-brief-metadata span,
  .uk-insights-editorial-page .insights-brief-metadata span + span,
  .uk-insights-editorial-page .insights-brief-metadata span:last-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 0;
    padding: .85rem 0;
  }

  .uk-insights-editorial-page .insights-brief-metadata span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 860px) {
  .uk-insights-editorial-page .insights-dossier-grid,
  .uk-insights-editorial-page .editorial-head,
  .uk-insights-editorial-page .insight-faq-grid {
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insights-dossier-grid {
    gap: 3.5rem;
  }

  .uk-insights-editorial-page .insights-dossier-card {
    max-width: 680px;
  }

  .uk-insights-editorial-page .insights-issue-index-inner {
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insights-issue-index-inner > div {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    border-right: 0;
    padding-right: 0;
  }

  .uk-insights-editorial-page .featured-insight-card,
  .uk-insights-editorial-page .closing-insight-card {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .featured-insight-card .insight-article-body {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding-left: 0;
    padding-top: 2rem;
  }

  .uk-insights-editorial-page .editorial-head > p {
    border-left: 0;
    border-top: 1px solid rgba(46, 0, 72, .18);
    padding-left: 0;
    padding-top: 1.4rem;
  }

  .uk-insights-editorial-page .insight-faq-intro {
    position: static;
  }

  .uk-insights-editorial-page .insight-closing-section .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .uk-insights-editorial-page .insights-dossier-hero {
    padding: 4.25rem 0 3.75rem;
  }

  .uk-insights-editorial-page .insights-dossier-copy h1 {
    font-size: clamp(2.85rem, 12.7vw, 3.55rem);
    line-height: .95;
  }

  .uk-insights-editorial-page .insights-dossier-copy > p:not(.insights-edition-line) {
    font-size: .98rem;
  }

  .uk-insights-editorial-page .insights-image-frame {
    padding-left: 1rem;
  }

  .uk-insights-editorial-page .insights-dossier-note {
    margin-left: 1rem;
  }

  .uk-insights-editorial-page .insights-visual-ledger {
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insights-visual-ledger span,
  .uk-insights-editorial-page .insights-visual-ledger span:first-child,
  .uk-insights-editorial-page .insights-visual-ledger span:last-child {
    border-bottom: 1px solid rgba(46, 0, 72, .12);
    border-right: 0;
    padding: .75rem 0;
  }

  .uk-insights-editorial-page .insights-visual-ledger span:last-child {
    border-bottom: 0;
  }

  .uk-insights-editorial-page .insights-issue-index ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uk-insights-editorial-page .insights-issue-index li,
  .uk-insights-editorial-page .insights-issue-index li:nth-child(3n) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-right: 1px solid rgba(255, 255, 255, .14);
  }

  .uk-insights-editorial-page .insights-issue-index li:nth-child(2n) {
    border-right: 0;
  }

  .uk-insights-editorial-page .insights-issue-index li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .uk-insights-editorial-page .insight-article-grid--editorial {
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insight-article-card,
  .uk-insights-editorial-page .insight-article-card:nth-child(odd):not(.featured-insight-card) {
    border-right: 0;
    min-height: 0;
    padding: 2.25rem 0;
  }

  .uk-insights-editorial-page .featured-insight-card,
  .uk-insights-editorial-page .closing-insight-card {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1rem, calc((100vw - min(100% - 2rem, 1180px)) / 2));
    padding-right: max(1rem, calc((100vw - min(100% - 2rem, 1180px)) / 2));
  }

  .uk-insights-editorial-page .featured-insight-card h3 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .uk-insights-editorial-page .insight-article-card h3 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .uk-insights-editorial-page .insight-closing-section .cta-panel {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .uk-insights-editorial-page .insight-closing-section .cta-row {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .uk-insights-editorial-page .insight-closing-section .btn {
    justify-content: center;
    width: 100%;
  }
}

/* Permanent pharmacy jobs: editorial role discovery */
.permanent-jobs-page {
  background: #f7f8f6;
}

.permanent-jobs-page .permanent-jobs-hero {
  background:
    linear-gradient(90deg, rgba(24, 13, 28, .96) 0%, rgba(28, 13, 33, .91) 42%, rgba(28, 13, 33, .2) 76%, rgba(28, 13, 33, .04) 100%),
    url("/uk/assets/img/pharmacy-shifts-editorial-hero.png") center / cover no-repeat;
  color: #fff;
  min-height: min(650px, calc(88svh - 64px));
  position: relative;
}

.permanent-jobs-page .permanent-jobs-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(650px, calc(88svh - 64px));
  padding-bottom: 2.25rem;
  padding-top: clamp(4.5rem, 10vh, 7.5rem);
}

.permanent-jobs-page .permanent-jobs-hero-copy {
  max-width: 760px;
}

.permanent-jobs-page .permanent-jobs-hero .eyebrow {
  color: #f4cc47;
  display: block;
  margin-bottom: 1.15rem;
}

.permanent-jobs-page .permanent-jobs-hero h1 {
  color: #fff;
  font-size: 6rem;
  line-height: .91;
  margin: 0;
  max-width: 760px;
}

.permanent-jobs-page .permanent-jobs-hero-copy > p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 1.45rem 0 0;
  max-width: 670px;
}

.permanent-jobs-page .permanent-jobs-hero .btn.primary {
  background: #f4cc47;
  border-color: #f4cc47;
  color: #241a22;
}

.permanent-jobs-page .permanent-jobs-hero .btn.primary:hover {
  background: #fff;
  border-color: #fff;
}

.permanent-jobs-page .permanent-jobs-hero .btn.ghost {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.permanent-jobs-page .permanent-hero-ledger {
  background: rgba(20, 10, 24, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  border-top: 1px solid rgba(255, 255, 255, .24);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3.5rem;
}

.permanent-jobs-page .permanent-hero-ledger span {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
  padding: 1rem 1.4rem;
}

.permanent-jobs-page .permanent-hero-ledger span + span {
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.permanent-jobs-page .permanent-hero-ledger strong {
  color: #fff;
  display: block;
  font-size: .86rem;
  margin-bottom: .2rem;
}

.permanent-jobs-page .permanent-role-section {
  background: #f7f8f6;
  padding-bottom: 8rem;
  padding-top: 7rem;
}

.permanent-jobs-page .permanent-browser-head {
  align-items: end;
  border-bottom: 1px solid rgba(46, 0, 72, .16);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, .8fr) minmax(340px, .45fr);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.permanent-jobs-page .permanent-browser-head h2 {
  color: var(--purple);
  font-size: 4.75rem;
  line-height: .98;
  margin: .45rem 0 0;
}

.permanent-jobs-page .permanent-browser-head > p {
  border-left: 1px solid rgba(46, 0, 72, .18);
  color: var(--muted);
  margin: 0;
  padding-left: 1.5rem;
}

.permanent-jobs-page .permanent-filter-shell {
  background: #fff;
  border: 1px solid rgba(46, 0, 72, .14);
  margin-bottom: 2.5rem;
  padding: 1.4rem;
}

.permanent-jobs-page .jobs-filter {
  align-items: end;
  display: grid;
  gap: .85rem;
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, .8fr) minmax(190px, .8fr) auto;
  margin: 0;
}

.permanent-jobs-page .jobs-filter label > span {
  color: #685f6c;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.permanent-jobs-page .jobs-filter input,
.permanent-jobs-page .jobs-filter select {
  min-height: 54px;
}

.permanent-jobs-page .jobs-filter-actions {
  display: flex;
  gap: .55rem;
}

.permanent-jobs-page .jobs-filter-actions .btn {
  min-height: 54px;
  white-space: nowrap;
}

.permanent-jobs-page .permanent-filter-status {
  align-items: center;
  border-top: 1px solid rgba(46, 0, 72, .12);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1rem;
}

.permanent-jobs-page .permanent-filter-status p {
  color: var(--muted);
  margin: 0;
}

.permanent-jobs-page .permanent-filter-status p:last-child {
  text-align: right;
}

.permanent-jobs-page .permanent-filter-status strong {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: .25rem;
}

.permanent-jobs-page .job-list {
  border-top: 1px solid rgba(46, 0, 72, .18);
  gap: 0;
}

.permanent-jobs-page .job-card.permanent-job-row {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 0, 72, .18);
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .4fr);
  padding: 2.5rem 0;
}

.permanent-jobs-page .permanent-job-kicker {
  align-items: center;
  color: #685f6c;
  display: flex;
  font-size: .74rem;
  gap: .7rem;
  letter-spacing: .08em;
  margin-bottom: 1.15rem;
  text-transform: uppercase;
}

.permanent-jobs-page .permanent-job-kicker span:first-child {
  color: #a67c00;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.permanent-jobs-page .permanent-job-main h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 .9rem;
}

.permanent-jobs-page .permanent-job-main > p {
  color: var(--muted);
  line-height: 1.72;
  max-width: 720px;
}

.permanent-jobs-page .job-badges {
  gap: .4rem 1rem;
  margin-top: 1rem;
}

.permanent-jobs-page .job-badges span {
  background: transparent;
  border-left: 2px solid #f4cc47;
  border-radius: 0;
  color: #514955;
  font-size: .82rem;
  padding: .1rem 0 .1rem .55rem;
}

.permanent-jobs-page .job-actions {
  margin-top: 1.4rem;
}

.permanent-jobs-page .permanent-job-row dl {
  align-content: start;
  border-left: 1px solid rgba(46, 0, 72, .16);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding-left: 1.5rem;
}

.permanent-jobs-page .permanent-job-row dl div,
.permanent-jobs-page .live-job-card dl div {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 0, 72, .12);
  display: grid;
  gap: 1rem;
  grid-template-columns: 90px 1fr;
  padding: .7rem 0;
}

.permanent-jobs-page .permanent-job-row dt {
  align-self: start;
  color: #756d78;
  font-size: .67rem;
  letter-spacing: .08em;
}

.permanent-jobs-page .permanent-job-row dd {
  color: #2d2430;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.45;
}

.permanent-jobs-page .permanent-empty-state {
  background: #fff;
  border-bottom: 1px solid rgba(46, 0, 72, .18);
  padding: 3rem;
  text-align: center;
}

.permanent-jobs-page .permanent-empty-state h3 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin: .5rem 0;
}

.permanent-jobs-page .permanent-empty-state p {
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.permanent-jobs-page .permanent-application-section {
  background: #fff;
  border-bottom: 1px solid rgba(46, 0, 72, .12);
  border-top: 1px solid rgba(46, 0, 72, .12);
}

.permanent-jobs-page .permanent-application-intro {
  max-width: 900px;
}

.permanent-jobs-page .permanent-application-intro h2 {
  color: var(--purple);
  font-size: 5rem;
  line-height: .96;
  margin: .5rem 0 1.1rem;
}

.permanent-jobs-page .permanent-application-intro > p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 700px;
}

.permanent-jobs-page .permanent-application-steps {
  border-bottom: 1px solid rgba(46, 0, 72, .16);
  border-top: 1px solid rgba(46, 0, 72, .16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2.5rem 0 3rem;
}

.permanent-jobs-page .permanent-application-steps span {
  color: var(--muted);
  padding: 1.2rem;
}

.permanent-jobs-page .permanent-application-steps span + span {
  border-left: 1px solid rgba(46, 0, 72, .16);
}

.permanent-jobs-page .permanent-application-steps strong {
  color: #a67c00;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: .35rem;
}

.permanent-jobs-page .job-conversion-grid {
  align-items: start;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .38fr);
}

.permanent-jobs-page .jobs-application-panel {
  background: #f7f8f6;
  border: 1px solid rgba(46, 0, 72, .14);
  margin: 0;
  padding: 2.4rem;
}

.permanent-jobs-page .jobs-application-panel h2 {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}

.permanent-jobs-page .jobs-application-panel > p {
  color: var(--muted);
}

.permanent-jobs-page .permanent-employer-note {
  background: #241a22;
  border: 0;
  padding: 2rem;
}

.permanent-jobs-page .permanent-employer-note .eyebrow {
  color: #f4cc47;
}

.permanent-jobs-page .permanent-employer-note h2 {
  font-size: 3.5rem;
}

.permanent-jobs-page .permanent-employer-note dl {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin: 1.5rem 0 0;
}

.permanent-jobs-page .permanent-employer-note dl div {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 1rem 0;
}

.permanent-jobs-page .permanent-employer-note dt {
  color: #fff;
  font-weight: 700;
}

.permanent-jobs-page .permanent-employer-note dd {
  color: rgba(255, 255, 255, .68);
  margin: .25rem 0 0;
}

.permanent-jobs-page .permanent-employer-note .btn.ghost {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.permanent-jobs-page .permanent-trust-section {
  background: #eef3f2;
}

.permanent-jobs-page .permanent-trust-ledger {
  background: transparent;
  border-bottom: 1px solid rgba(46, 0, 72, .16);
  border-top: 1px solid rgba(46, 0, 72, .16);
}

.permanent-jobs-page .permanent-job-faq {
  border-top: 1px solid rgba(46, 0, 72, .16);
  gap: 0;
  margin-top: 3rem;
}

.permanent-jobs-page .permanent-job-faq article {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(46, 0, 72, .16);
  padding: 1.35rem 0;
}

.permanent-jobs-page .permanent-job-faq article + article {
  padding-left: 1.5rem;
}

@media (max-width: 980px) {
  .permanent-jobs-page .permanent-jobs-hero,
  .permanent-jobs-page .permanent-jobs-hero-inner {
    min-height: min(620px, calc(88svh - 56px));
  }

  .permanent-jobs-page .permanent-jobs-hero h1 {
    font-size: 4.5rem;
  }

  .permanent-jobs-page .permanent-browser-head h2 {
    font-size: 3.75rem;
  }

  .permanent-jobs-page .permanent-job-main h3 {
    font-size: 2.8rem;
  }

  .permanent-jobs-page .permanent-application-intro h2 {
    font-size: 4rem;
  }

  .permanent-jobs-page .permanent-browser-head,
  .permanent-jobs-page .job-card.permanent-job-row,
  .permanent-jobs-page .job-conversion-grid {
    grid-template-columns: 1fr;
  }

  .permanent-jobs-page .jobs-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .permanent-jobs-page .permanent-job-row dl {
    border-left: 0;
    border-top: 1px solid rgba(46, 0, 72, .16);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
    padding-top: .5rem;
  }
}

@media (max-width: 680px) {
  .permanent-jobs-page {
    overflow-x: clip;
  }

  .permanent-jobs-page .market-route-inner {
    align-items: stretch;
    display: grid;
    gap: .55rem;
    padding: .7rem 0;
  }

  .permanent-jobs-page .market-route-links {
    display: grid;
    gap: .45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .permanent-jobs-page .market-route-links a {
    flex: none;
    min-width: 0;
    padding-inline: .5rem;
    text-align: center;
    width: 100%;
  }

  .permanent-jobs-page .uk-site-nav .uk-nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .permanent-jobs-page .uk-site-nav .uk-brand-lockup {
    min-width: 0;
  }

  .permanent-jobs-page .uk-site-nav .menu-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .permanent-jobs-page .uk-site-nav .nav-links,
  .permanent-jobs-page .uk-site-nav .nav-actions {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
  }

  .permanent-jobs-page .permanent-jobs-hero {
    background-position: 64% center;
    min-height: min(640px, calc(92svh - 48px));
  }

  .permanent-jobs-page .permanent-jobs-hero-inner {
    min-height: min(640px, calc(92svh - 48px));
    padding-bottom: 1.25rem;
    padding-top: 4rem;
  }

  .permanent-jobs-page .permanent-jobs-hero h1 {
    font-size: 3.25rem;
  }

  .permanent-jobs-page .permanent-jobs-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .permanent-jobs-page .permanent-jobs-hero .hero-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .permanent-jobs-page .permanent-browser-head h2 {
    font-size: 3rem;
  }

  .permanent-jobs-page .permanent-job-main h3 {
    font-size: 2.25rem;
  }

  .permanent-jobs-page .permanent-application-intro h2 {
    font-size: 3rem;
  }

  .permanent-jobs-page .jobs-application-panel {
    padding: 1.4rem;
  }

  .permanent-jobs-page .jobs-application-panel h2 {
    font-size: 2.5rem;
  }

  .permanent-jobs-page .permanent-employer-note h2 {
    font-size: 2.7rem;
  }

  .permanent-jobs-page .permanent-hero-ledger,
  .permanent-jobs-page .permanent-application-steps,
  .permanent-jobs-page .jobs-filter,
  .permanent-jobs-page .permanent-job-row dl,
  .permanent-jobs-page .permanent-job-faq {
    grid-template-columns: 1fr;
  }

  .permanent-jobs-page .permanent-hero-ledger span {
    padding: .7rem 0;
  }

  .permanent-jobs-page .permanent-hero-ledger span + span,
  .permanent-jobs-page .permanent-application-steps span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .permanent-jobs-page .permanent-application-steps span + span {
    border-top-color: rgba(46, 0, 72, .16);
  }

  .permanent-jobs-page .permanent-browser-head {
    gap: 1.5rem;
  }

  .permanent-jobs-page .permanent-browser-head > p {
    border-left: 0;
    border-top: 1px solid rgba(46, 0, 72, .16);
    padding-left: 0;
    padding-top: 1rem;
  }

  .permanent-jobs-page .jobs-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .permanent-jobs-page .permanent-filter-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .permanent-jobs-page .permanent-filter-status p:last-child {
    text-align: left;
  }

  .permanent-jobs-page .job-card.permanent-job-row {
    gap: 1.5rem;
    padding: 2rem 0;
  }

  .permanent-jobs-page .permanent-job-faq article + article {
    padding-left: 0;
  }
}


/* Keep the insights edition composed on larger desktop displays. */
@media (min-width: 1500px) {
  .uk-insights-editorial-page .wrap { width: min(1360px, calc(100% - 96px)); }
  .uk-insights-editorial-page .insights-dossier-grid { gap: 6rem; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .64fr); }
  .uk-insights-editorial-page .insights-dossier-copy h1 { font-size: 6.15rem; max-width: 860px; }
  .uk-insights-editorial-page .editorial-head { gap: 6rem; }
  .uk-insights-editorial-page .editorial-head h2 { font-size: 4.65rem; max-width: 850px; }
  .uk-insights-editorial-page .insight-article-card { min-height: 450px; padding: 3.4rem; }
  .uk-insights-editorial-page .insight-article-card h3 { font-size: 2.85rem; }
  .uk-insights-editorial-page .featured-insight-card { min-height: 500px; }
  .uk-insights-editorial-page .featured-insight-card h3 { font-size: 5rem; max-width: 760px; }
  .uk-insights-editorial-page .insight-faq-intro h2 { font-size: 4.5rem; }
}
/* Pharmacy intelligence responsive finish */
.pharmacy-intelligence-page {
  overflow-x: clip;
}

.pharmacy-intelligence-page .wrap,
.pharmacy-intelligence-page .nav-inner,
.pharmacy-intelligence-page .intelligence-hero-grid > *,
.pharmacy-intelligence-page .article-hero-grid > * {
  min-width: 0;
}

@media (max-width: 820px) {
  .pharmacy-intelligence-page .intelligence-hero-grid,
  .pharmacy-intelligence-page .article-hero-grid {
    display: block;
  }

  .pharmacy-intelligence-page .intelligence-hero-copy,
  .pharmacy-intelligence-page .article-hero-copy,
  .pharmacy-intelligence-page .intelligence-hero-figure,
  .pharmacy-intelligence-page .article-hero figure {
    max-width: 100%;
    width: 100%;
  }

  .pharmacy-intelligence-page .intelligence-hero-figure,
  .pharmacy-intelligence-page .article-hero figure {
    margin-top: 2.5rem;
  }
}

@media (max-width: 620px) {
  .pharmacy-intelligence-page .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 28px);
    width: calc(100% - 28px);
  }

  .pharmacy-intelligence-page .market-route-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pharmacy-intelligence-page .market-route-links a {
    min-width: 0;
    width: 100%;
  }

  .pharmacy-intelligence-page .intelligence-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pharmacy-intelligence-page .intelligence-hero-actions .btn,
  .pharmacy-intelligence-page .intelligence-hero-actions .text-link {
    max-width: 100%;
    width: 100%;
  }

  .pharmacy-intelligence-page .intelligence-hero-copy h1,
  .pharmacy-intelligence-page .article-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    width: 100%;
  }
}
