:root {
  --ink: #302846;
  --muted: #5d566d;
  --paper: #f4f1ec;
  --porcelain: #ece7e0;
  --ivory: #fbf6ee;
  --linen: #f7efe3;
  --line: rgba(71, 61, 96, 0.16);
  --plum: #302846;
  --plum-deep: #261d3d;
  --champagne: #f2c994;
  --champagne-soft: #ffdda1;
  --claret: #b67a2d;
  --white: #fbf6ee;
  --shadow: 0 22px 60px rgba(48, 40, 70, 0.14);
  --radius: 8px;
  --radius-card: 8px;
  --radius-field: 6px;
  --container: 1180px;
  --measure: 68ch;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 56px;
  --section-y: clamp(64px, 7vw, 92px);
  --grid-gap: clamp(20px, 3vw, 34px);
  --card-pad: clamp(24px, 3vw, 36px);
  --h1-size: clamp(46px, 6vw, 78px);
  --h2-size: clamp(36px, 4.4vw, 58px);
  --h3-size: clamp(24px, 2.2vw, 34px);
  --h4-size: clamp(18px, 1.35vw, 22px);
  --body-size: 16px;
  --body-large: clamp(17px, 1.55vw, 20px);
  --body-small: 14px;
  --label-size: 12px;
  --button-height: 54px;
  --button-min-width: 220px;
  --button-padding-x: 28px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:focus-visible {
  outline: 2px solid var(--champagne-soft);
  outline-offset: 4px;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

a:not(.button):not(.brand):not(.nav-icon):not(.service-card):not(.sector-card):not(.person-card):not(.desk-consultant-card):not(.insight-card):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

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

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  left: 18px;
  top: 18px;
  z-index: 1000;
  margin: 0;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section-pad {
  padding: clamp(58px, 6vw, 74px) 0;
}

.hero,
.proof-strip,
.intro,
.audiences,
.services,
.insights-preview,
.process,
.standards,
.jobs,
.team,
.quote-band,
.sectors-hero,
.sector-list,
.sector-testimonials,
.insights-hero,
.insight-list,
.article-hero,
.article-content {
  position: relative;
}

.hero::after,
.proof-strip::after,
.intro::after,
.audiences::after,
.services::after,
.insights-preview::after,
.process::after,
.standards::after,
.jobs::after,
.team::after,
.quote-band::after,
.sectors-hero::after,
.sector-list::after,
.sector-testimonials::after,
.insights-hero::after,
.insight-list::after,
.article-hero::after,
.article-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 58px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--section-fade-to));
  content: "";
  filter: blur(8px);
  opacity: 0.48;
  pointer-events: none;
  transform: translateY(24px);
}

main > section:last-of-type::after {
  display: none;
}

.insights-preview {
  --section-fade-to: var(--paper);
  background:
    linear-gradient(180deg, rgba(242, 201, 148, 0.18), rgba(242, 201, 148, 0) 30%),
    var(--ivory);
}

.insight-preview-grid,
.insight-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 30px);
}

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

.insight-card {
  display: grid;
  grid-template-rows: auto auto minmax(86px, auto) 1fr auto;
  min-height: 100%;
  border: 1px solid rgba(48, 40, 70, 0.12);
  border-top: 4px solid rgba(242, 201, 148, 0.8);
  background: rgba(251, 246, 238, 0.72);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(48, 40, 70, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.insight-card:hover,
.insight-card:focus-visible {
  border-color: rgba(182, 122, 45, 0.32);
  box-shadow: 0 24px 58px rgba(48, 40, 70, 0.13);
  transform: translateY(-3px);
}

.insight-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.98) saturate(0.82) contrast(0.94);
}

.insight-tag {
  margin: 24px 24px 12px;
  color: var(--claret);
  font-size: var(--label-size);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 0 24px 12px;
  font-size: var(--h3-size);
  font-weight: 500;
  line-height: 1.08;
}

.insight-card p {
  margin: 0 24px 24px;
  color: var(--muted);
  font-size: var(--body-size);
  line-height: 1.64;
}

.insight-link {
  align-self: end;
  margin: 0 24px 24px;
  border-top: 1px solid rgba(48, 40, 70, 0.12);
  color: var(--ink);
  padding-top: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.insight-preview-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 42px);
}

.insights-main,
.article-main {
  background:
    linear-gradient(180deg, rgba(242, 201, 148, 0.14), rgba(242, 201, 148, 0) 30%),
    var(--paper);
}

.insights-hero {
  --section-fade-to: var(--paper);
  padding-top: 120px;
  padding-bottom: 62px;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(242, 201, 148, 0.13) 49% 49.08%, transparent 49.08%),
    var(--paper);
}

.insights-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(36px, 8vw, 110px);
  align-items: end;
}

.article-hero h1 {
  max-width: 850px;
  margin: 14px 0 0;
  font-family: var(--serif);
  font-size: var(--h1-size);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.insights-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: var(--h1-size);
  line-height: 1.02;
}

.insights-hero p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: var(--body-large);
  line-height: 1.66;
}

.article-hero {
  --section-fade-to: var(--paper);
  padding-top: 120px;
  padding-bottom: 62px;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(242, 201, 148, 0.13) 49% 49.08%, transparent 49.08%),
    var(--paper);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
}

.article-hero img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-top: 4px solid rgba(242, 201, 148, 0.82);
  box-shadow: 0 24px 60px rgba(48, 40, 70, 0.12);
  filter: brightness(0.98) saturate(0.82) contrast(0.94);
}

.article-hero p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: var(--body-large);
  line-height: 1.66;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.article-meta {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 10px;
  border-left: 2px solid rgba(182, 122, 45, 0.34);
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
}

.article-meta span:first-child {
  color: var(--claret);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-meta a {
  color: var(--claret);
}

.article-cta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid rgba(182, 122, 45, 0.28);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.76);
  padding: 20px;
  box-shadow: 0 18px 44px rgba(39, 31, 59, 0.08);
}

.article-cta span {
  color: var(--claret);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1;
}

.article-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.article-cta-actions {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.article-cta .button {
  width: 100%;
  min-width: 0;
  padding-right: 18px;
  padding-left: 18px;
}

.article-cta-phone {
  justify-self: center;
  color: var(--claret);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.article-copy {
  max-width: var(--measure);
}

.article-copy p,
.article-copy li {
  color: var(--muted);
  font-size: var(--body-large);
  line-height: 1.66;
}

.article-copy p {
  margin: 0 0 24px;
}

.article-copy h2 {
  margin: 42px 0 16px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.article-copy h3 {
  margin: 28px 0 12px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.25;
}

.article-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding-left: 22px;
}

.article-copy a {
  color: var(--claret);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.article-copy-section,
.article-checklist,
.article-faq,
.article-link-panel {
  margin-top: 18px;
}

.article-checklist,
.article-link-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 4px 0 10px;
}

.article-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.article-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.article-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: var(--body-large);
  font-weight: 500;
}

.article-faq summary::marker {
  color: var(--claret);
}

.article-faq details p {
  margin-top: 14px;
}

.article-link-panel li {
  display: grid;
  gap: 4px;
}

.article-link-panel span {
  color: var(--muted);
  font-size: var(--body-small);
  line-height: 1.5;
}

.hero {
  --section-fade-to: var(--linen);
}

.intro {
  --section-fade-to: var(--plum);
}

.proof-strip {
  --section-fade-to: var(--paper);
}

.audiences {
  --section-fade-to: var(--plum);
}

.process {
  --section-fade-to: var(--porcelain);
}

.standards {
  --section-fade-to: var(--linen);
}

.services {
  --section-fade-to: var(--linen);
}

.jobs {
  --section-fade-to: var(--porcelain);
}

.team {
  --section-fade-to: var(--plum-deep);
}

.quote-band {
  --section-fade-to: var(--plum);
}

.sectors-hero {
  --section-fade-to: var(--plum);
}

.sector-list {
  --section-fade-to: var(--plum-deep);
}

.sector-testimonials {
  --section-fade-to: var(--plum-deep);
}

.site-header {
  --header-icon-hover: var(--ink);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 11px clamp(20px, 3vw, 42px);
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--white);
  transform: translateY(0);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.header-on-light {
  --header-icon-hover: var(--paper);
  background: rgba(247, 239, 227, 0.82);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-header.header-on-dark {
  --header-icon-hover: var(--ink);
  background: rgba(38, 29, 61, 0.16);
  color: var(--white);
  border-bottom: 1px solid rgba(242, 201, 148, 0.16);
  backdrop-filter: blur(10px);
}

.site-header.nav-active {
  --header-icon-hover: var(--paper);
  background: rgba(247, 239, 227, 0.96);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header.nav-active {
  transform: translateY(0);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(242, 201, 148, 0.42), 0 8px 20px rgba(18, 14, 30, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header .brand-mark {
  width: 58px;
  height: 58px;
  box-shadow: none;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: 0.17em;
}

.brand small {
  margin-top: 6px;
  color: currentColor;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.55vw, 19px);
  font-size: 13px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: font-weight 160ms ease;
}

.site-nav a.nav-extra {
  display: none;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  font-weight: 700;
}

.site-nav .nav-icon {
  letter-spacing: 0;
  text-transform: none;
}

.nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 2px;
}

.site-nav .nav-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 0;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav .nav-icon::after {
  display: none;
}

.site-nav .nav-icon:hover,
.site-nav .nav-icon:focus-visible {
  background: currentColor;
  transform: translateY(-1px);
}

.site-nav .nav-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-nav .nav-icon:hover svg,
.site-nav .nav-icon:focus-visible svg {
  stroke: var(--header-icon-hover);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 17px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: min(92vh, 880px);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 126px clamp(20px, 4vw, 48px) 30px;
  color: var(--white);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  filter: saturate(0.84) contrast(0.96) brightness(0.98);
  transform: scale(1.015);
}

.hero-slide-family-office img {
  object-position: center 56%;
}

.hero-slide-executive img {
  object-position: center center;
}

.hero-slide-household img {
  object-position: center 52%;
}

.hero-slide-childcare img {
  object-position: center 45%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(38, 29, 61, 0.7) 0%, rgba(48, 40, 70, 0.42) 44%, rgba(48, 40, 70, 0.12) 84%),
    linear-gradient(0deg, rgba(38, 29, 61, 0.42) 0%, rgba(38, 29, 61, 0.03) 52%),
    linear-gradient(180deg, rgba(244, 236, 224, 0.08) 0%, rgba(244, 236, 224, 0) 38%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding-bottom: 74px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--claret);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--champagne-soft);
}

.audiences-heading .eyebrow,
.services .eyebrow,
.jobs .eyebrow,
.quote-band .eyebrow,
.sector-list .eyebrow,
.sector-testimonials .eyebrow,
.profile-hero .eyebrow,
.profile-related .eyebrow,
.role-hero .eyebrow,
.desk-page-cta .eyebrow,
.contact .eyebrow {
  color: var(--champagne);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(42px, 5.25vw, 66px);
}

h2 {
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 60px);
}

h3 {
  font-size: 20px;
  line-height: 1.25;
}

.hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-proof-block {
  max-width: 660px;
  margin: clamp(30px, 5vh, 54px) 0 0;
}

.hero-proof {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-address {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero-carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

.hero-carousel-dots button {
  width: 32px;
  height: 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease, width 180ms ease;
}

.hero-carousel-dots button::before {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.hero-carousel-dots button.is-active,
.hero-carousel-dots button:hover,
.hero-carousel-dots button:focus-visible {
  width: 46px;
  transform: translateY(-1px);
}

.hero-carousel-dots button.is-active::before,
.hero-carousel-dots button:hover::before,
.hero-carousel-dots button:focus-visible::before {
  background: var(--champagne);
}

.button {
  display: inline-flex;
  min-width: var(--button-min-width);
  min-height: var(--button-height);
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 var(--button-padding-x);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 0 0 1px rgba(242, 201, 148, 0.2), 0 0 24px rgba(242, 201, 148, 0.18);
}

.button:focus-visible,
.job-nav:focus-visible,
.modal-close:focus-visible,
.hero-carousel-dots button:focus-visible {
  outline: 2px solid var(--champagne-soft);
  outline-offset: 4px;
}

.button-primary {
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 10px 28px rgba(242, 201, 148, 0.08);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 28px rgba(242, 201, 148, 0.24);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-secondary-dark {
  border-color: rgba(48, 40, 70, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}

.button-secondary-dark:hover,
.button-secondary-dark:focus-visible {
  border-color: var(--champagne);
  background: rgba(242, 201, 148, 0.12);
  box-shadow: 0 0 24px rgba(242, 201, 148, 0.12);
}

.button-outline {
  border-color: var(--ink);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 0 24px rgba(48, 40, 70, 0.16);
}

.proof-strip {
  position: relative;
  z-index: 3;
  margin-top: -26px;
  background: transparent;
}

.proof-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.78);
  padding: clamp(30px, 4.8vw, 58px);
  background: rgba(251, 246, 238, 0.94);
  box-shadow: 0 22px 56px rgba(48, 40, 70, 0.12);
  backdrop-filter: blur(12px);
}

.proof-intro .eyebrow {
  margin-bottom: 16px;
}

.proof-intro h2 {
  max-width: 480px;
  font-size: clamp(30px, 3.5vw, 46px);
}

.proof-intro > p:not(.eyebrow) {
  max-width: 490px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(48, 40, 70, 0.1);
}

.proof-points article {
  min-height: 150px;
  padding: 0 clamp(18px, 2.2vw, 30px) 26px;
  border-bottom: 1px solid rgba(48, 40, 70, 0.1);
}

.proof-points article:nth-child(odd) {
  border-right: 1px solid rgba(48, 40, 70, 0.1);
}

.proof-points article:nth-child(n + 3) {
  padding-top: 26px;
  padding-bottom: 0;
  border-bottom: 0;
}

.proof-points h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.12;
}

.proof-points p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.intro {
  position: relative;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(242, 201, 148, 0.13) 49% 49.08%, transparent 49.08%),
    var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 17px;
}

.intro-copy p {
  max-width: 430px;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.intro-cta {
  margin-top: clamp(26px, 4vw, 42px);
}

.audiences {
  padding-top: clamp(54px, 6vw, 72px);
  background: linear-gradient(180deg, var(--plum) 0, var(--plum) 30%, var(--porcelain) 30%, var(--porcelain) 100%);
}

.audiences-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
  color: var(--white);
}

.audiences-heading::after {
  width: min(260px, 26vw);
  height: 1px;
  background: rgba(242, 201, 148, 0.28);
  content: "";
}

.audiences-heading .eyebrow {
  margin: 0;
  color: var(--champagne);
}

.audiences-heading h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 54px);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: 0 24px 70px rgba(31, 25, 48, 0.13);
}

.audience-card {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-rows: auto minmax(104px, auto) minmax(64px, auto) 1fr auto;
  overflow: hidden;
  padding: clamp(34px, 4vw, 52px);
}

.audience-card::before {
  position: absolute;
  right: -72px;
  bottom: -92px;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.045);
  font-family: var(--serif);
  font-size: clamp(180px, 23vw, 340px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.audience-card-client {
  background:
    linear-gradient(135deg, rgba(242, 201, 148, 0.09), transparent 42%),
    var(--plum);
  color: var(--white);
}

.audience-card-candidate {
  background: linear-gradient(145deg, var(--ivory), var(--linen));
  color: var(--ink);
}

.audience-kicker {
  position: relative;
  z-index: 1;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.audience-card-candidate .audience-kicker {
  color: var(--claret);
}

.audience-card h3 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(30px, 3.15vw, 40px);
  font-weight: 500;
  line-height: 1.07;
}

.audience-card p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 22px 0 0;
  color: currentColor;
  opacity: 0.86;
  font-size: 16px;
  line-height: 1.58;
}

.audience-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  align-self: start;
  margin: 30px 0 38px;
  padding: 0;
  list-style: none;
  color: currentColor;
  font-size: 15px;
  font-weight: 400;
}

.audience-card li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0;
  line-height: 1.48;
}

.audience-card-candidate li {
  border-top-color: rgba(48, 40, 70, 0.12);
}

.audience-card li::before {
  width: 18px;
  height: 1px;
  margin-top: 0.74em;
  background: var(--champagne);
  content: "";
}

.audience-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
  align-self: end;
  margin-top: 0;
}

.audience-actions .button {
  width: min(100%, 360px);
  min-width: min(100%, 360px);
}

.services,
.team {
  background: var(--porcelain);
}

.team {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(242, 201, 148, 0.16), transparent 30%),
    linear-gradient(180deg, var(--porcelain), var(--linen) 58%, #e7dfd5);
}

.team .container {
  position: relative;
  z-index: 1;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(242, 201, 148, 0.13), transparent 28%),
    linear-gradient(180deg, var(--plum), var(--plum-deep));
  color: var(--white);
}

.services::before {
  position: absolute;
  right: -10vw;
  bottom: -15vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services h2 {
  color: var(--white);
}

.services .eyebrow {
  color: var(--champagne);
}

.section-heading {
  display: grid;
  gap: 0;
  margin-bottom: clamp(28px, 4vw, 36px);
}

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

.service-card {
  --service-pad: clamp(22px, 3vw, 32px);
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(116px, 0.38fr);
  grid-template-areas:
    "title media"
    "copy media"
    "action media";
  gap: 14px 22px;
  border: 1px solid rgba(242, 201, 148, 0.14);
  border-top-color: rgba(242, 201, 148, 0.44);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  padding: var(--service-pad);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(18, 14, 30, 0.14);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card img {
  grid-area: media;
  width: 100%;
  height: 100%;
  min-height: 210px;
  margin: 0;
  border: 1px solid rgba(242, 201, 148, 0.18);
  object-fit: cover;
  filter: saturate(0.74) contrast(0.92) brightness(0.86);
  opacity: 0.84;
}

.service-card-featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.service-card:hover,
.service-card:focus-visible,
.service-card:focus-within {
  border-color: rgba(242, 201, 148, 0.52);
  border-top-color: rgba(242, 201, 148, 0.82);
  box-shadow: 0 24px 58px rgba(18, 14, 30, 0.22), 0 0 0 1px rgba(242, 201, 148, 0.12);
  transform: translateY(-2px);
}

.service-card h3 {
  grid-area: title;
  max-width: 300px;
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.service-card p {
  grid-area: copy;
  max-width: 350px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.service-card .service-link,
.text-link {
  margin-top: auto;
  color: var(--claret);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.service-card .service-link {
  grid-area: action;
  align-self: end;
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 201, 148, 0.48);
  border-radius: 999px;
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card-featured .service-link {
  color: var(--plum-deep);
}

.process {
  background: linear-gradient(180deg, var(--linen), var(--ivory));
}

.process-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.process-copy,
.about-copy {
  position: sticky;
  top: 118px;
  border-left: 4px solid var(--champagne);
  padding-left: clamp(20px, 3vw, 34px);
}

.about-copy {
  position: static;
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 620px;
}

.process-copy p:not(.eyebrow),
.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.process-copy h2,
.about-copy h2 {
  max-width: 620px;
}

.about-copy h2 {
  max-width: 600px;
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: 1;
}

.about-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.64;
}

.about-grid-editorial {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 84px);
}

.about-grid-editorial .about-copy {
  min-height: 100%;
  align-content: start;
  gap: 24px;
}

.about-grid-editorial .about-copy h2 {
  max-width: 540px;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1.04;
}

.about-story {
  border-left: 1px solid rgba(182, 122, 45, 0.18);
  padding-left: clamp(28px, 4vw, 54px);
}

.about-story p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.7;
}

.about-story p + p,
.about-story h3 + p {
  margin-top: 22px;
}

.about-story h3 {
  max-width: 620px;
  margin: 34px 0 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.12;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 20px);
}

.about-points article {
  min-height: 0;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 4px solid rgba(242, 201, 148, 0.68);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(251, 246, 238, 0.58)),
    rgba(251, 246, 238, 0.52);
  padding: clamp(22px, 2.4vw, 30px);
  box-shadow: 0 18px 44px rgba(20, 15, 35, 0.055);
}

.about-points h3 {
  max-width: 280px;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.06;
}

.about-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.about-cta {
  justify-self: start;
  width: fit-content;
  min-width: min(100%, 360px);
  margin-top: clamp(24px, 4vh, 46px);
  border-color: rgba(210, 173, 132, 0.92);
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 18px 42px rgba(210, 173, 132, 0.2);
}

.about-cta:hover,
.about-cta:focus-visible {
  border-color: rgba(182, 122, 45, 0.7);
  background: linear-gradient(135deg, #c79b67, #f0ca8e);
  color: var(--plum-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 28px rgba(210, 173, 132, 0.3);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px 24px;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-left: 3px solid rgba(242, 201, 148, 0.72);
  background: rgba(251, 246, 238, 0.48);
  padding: 22px 24px;
}

.steps span {
  align-self: start;
  color: var(--champagne);
  font-weight: 500;
}

.steps h3 {
  margin-bottom: 4px;
  font-size: 25px;
  font-weight: 500;
}

.steps p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
}

.standards {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(242, 201, 148, 0.16), transparent 28%),
    linear-gradient(180deg, var(--porcelain), var(--linen));
}

.standards-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.standards-grid-text {
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  align-items: start;
}

.standards-grid-text .standards-list {
  margin-top: 0;
}

.standards-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.standards-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(48, 40, 70, 0.12);
}

.standards-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  gap: 18px;
  border-bottom: 1px solid rgba(48, 40, 70, 0.12);
  padding: 18px 0;
}

.standards-list span {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.12;
}

.standards-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.reach-panel {
  margin-top: clamp(42px, 7vw, 86px);
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.78);
  background: rgba(251, 246, 238, 0.56);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 18px 48px rgba(48, 40, 70, 0.08);
}

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

.reach-grid article {
  padding: 4px clamp(18px, 3vw, 34px) 0;
}

.reach-grid article:first-child {
  padding-left: 0;
}

.reach-grid article + article {
  border-left: 1px solid rgba(48, 40, 70, 0.12);
}

.reach-grid h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.reach-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.jobs {
  background: var(--plum);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.jobs::before,
.team::before,
.contact::before {
  position: absolute;
  right: -14vw;
  bottom: -16vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.jobs .container,
.quote-band .container,
.profile-related .container,
.sector-list .container {
  position: relative;
  z-index: 1;
}

.jobs .eyebrow {
  color: var(--champagne);
}

.jobs-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 34px);
}

.jobs-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.job-nav {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.job-nav:hover,
.job-nav:focus-visible {
  border-color: var(--champagne);
  background: var(--champagne);
  color: var(--plum);
  transform: translateY(-2px);
}

.jobs .button-outline {
  border-color: rgba(255, 255, 255, 0.6);
}

.jobs .button-outline:hover,
.jobs .button-outline:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.job-scroller {
  position: relative;
  z-index: 1;
  margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2);
  overflow: hidden;
}

.job-track {
  display: grid;
  grid-auto-columns: minmax(320px, calc((min(100vw - 40px, var(--container)) - 48px) / 3));
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 4px calc((100vw - min(100vw - 40px, var(--container))) / 2) 18px 0;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--champagne) rgba(255, 255, 255, 0.14);
}

.job-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  border: 1px solid rgba(242, 201, 148, 0.12);
  border-top-color: rgba(242, 201, 148, 0.44);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  padding: 22px;
  box-shadow: 0 18px 45px rgba(18, 14, 30, 0.14);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.job-card:hover,
.job-card:focus-within {
  border-color: rgba(242, 201, 148, 0.32);
  border-top-color: rgba(242, 201, 148, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 54px rgba(18, 14, 30, 0.2);
  transform: translateY(-2px);
}

.job-card-top {
  display: flex;
  min-height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.job-card h3 {
  margin-top: 16px;
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.06;
}

.job-card h3 a {
  color: inherit;
  text-decoration: none;
}

.job-card h3 a:hover,
.job-card h3 a:focus-visible {
  color: var(--champagne-soft);
}

.job-card p:not(.job-meta) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.job-meta {
  margin: 0 !important;
  color: var(--champagne) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.job-salary {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(242, 201, 148, 0.12);
  color: var(--champagne-soft);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.job-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}

.job-card-footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 10px 28px rgba(242, 201, 148, 0.08);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.job-card-footer .job-card-secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.job-card-footer a:hover,
.job-card-footer a:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 28px rgba(242, 201, 148, 0.24);
}

.job-card-footer .job-card-secondary:hover,
.job-card-footer .job-card-secondary:focus-visible {
  border-color: var(--champagne);
  background: rgba(255, 255, 255, 0.08);
  color: var(--champagne-soft);
  box-shadow: none;
}

.role-main {
  background: var(--paper);
}

.role-hero {
  background: var(--plum);
  color: var(--white);
  padding-top: 142px;
}

.role-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: start;
}

.role-hero h1 {
  max-width: 900px;
}

.role-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.role-summary-panel {
  border: 1px solid rgba(242, 201, 148, 0.22);
  border-top: 3px solid rgba(242, 201, 148, 0.82);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
  backdrop-filter: blur(10px);
}

.role-summary-panel p {
  display: grid;
  gap: 4px;
  margin: 0;
  border-bottom: 1px solid rgba(242, 201, 148, 0.14);
  padding: 0 0 16px;
  color: var(--white);
  font-size: 17px;
}

.role-summary-panel p + p {
  padding-top: 16px;
}

.role-summary-panel p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.role-summary-panel span {
  color: var(--champagne);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.role-summary-panel a {
  color: var(--white);
}

.role-detail {
  background: linear-gradient(180deg, var(--linen), var(--ivory));
}

.role-detail-grid {
  display: block;
}

.role-detail article {
  border-left: 4px solid var(--champagne);
  padding-left: clamp(20px, 3vw, 34px);
}

.role-detail article p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.role-detail article .button {
  margin-top: 24px;
}

.quote-band {
  background:
    radial-gradient(circle at 84% 0%, rgba(242, 201, 148, 0.12), transparent 30%),
    linear-gradient(180deg, var(--plum-deep), var(--plum));
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding-top: clamp(52px, 6vw, 70px);
  padding-bottom: clamp(52px, 6vw, 72px);
}

.quote-band::before {
  position: absolute;
  right: -13vw;
  bottom: -16vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.testimonial-intro {
  display: grid;
  align-content: start;
  gap: 14px;
  border-left: 1px solid rgba(242, 201, 148, 0.45);
  padding-left: clamp(20px, 3vw, 34px);
}

.testimonial-intro .eyebrow {
  margin: 0;
  color: var(--champagne);
}

.testimonial-intro h2 {
  max-width: 460px;
  color: var(--white);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.12;
}

.testimonial-intro p:not(.eyebrow) {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.testimonial-link {
  justify-self: start;
  margin-top: 8px;
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.testimonial-link:hover,
.testimonial-link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.testimonial-carousel {
  position: relative;
  min-width: 0;
  padding-block: 4px;
}

.testimonial-carousel::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: clamp(42px, 8vw, 110px);
  background: linear-gradient(90deg, rgba(48, 40, 70, 0), rgba(48, 40, 70, 0.88) 78%, var(--plum));
  content: "";
  pointer-events: none;
}

.testimonial-carousel::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 28px;
  background: linear-gradient(90deg, var(--plum-deep), rgba(48, 40, 70, 0));
  content: "";
  pointer-events: none;
}

.testimonial-rail {
  display: flex;
  gap: clamp(16px, 2vw, 22px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 8px clamp(54px, 6vw, 90px) 12px 30px;
  scroll-padding-left: 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-rail::-webkit-scrollbar,
.sector-testimonial-list::-webkit-scrollbar,
.profile-testimonial-cards::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  position: relative;
  flex: 0 0 clamp(280px, 30vw, 380px);
  min-height: 178px;
  overflow: hidden;
  border: 1px solid rgba(242, 201, 148, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 2.6vw, 32px);
  scroll-snap-align: start;
  box-shadow:
    0 22px 54px rgba(18, 14, 30, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.testimonial-card::before,
.sector-testimonial-card::before,
.profile-testimonial-card::before {
  display: block;
  margin-bottom: 18px;
  color: var(--champagne);
  content: "“";
  font-family: var(--serif);
  font-size: 48px;
  line-height: 0.62;
}

.testimonial-card:hover,
.testimonial-card:focus-within {
  border-color: rgba(242, 201, 148, 0.42);
  transform: translateY(-2px);
}

.testimonial-card blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--sans);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 400;
  line-height: 1.62;
}

.review-source {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--champagne);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-testimonial-card .review-source {
  color: var(--claret);
}

.review-source:hover,
.review-source:focus-visible {
  color: currentColor;
}

.team .section-heading h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.1vw, 52px);
}

.team .section-heading {
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.team .section-heading .eyebrow,
.team .section-heading h2 {
  grid-column: 1;
}

.section-note {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 430px;
  margin: 0 0 6px;
  border-left: 1px solid rgba(190, 122, 30, 0.3);
  color: var(--muted);
  padding-left: clamp(18px, 2.4vw, 28px);
  font-size: 18px;
  line-height: 1.62;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
}

.person-card {
  position: relative;
  min-height: 0;
  min-height: clamp(338px, 24vw, 370px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  background: rgba(251, 250, 246, 0.88);
  color: var(--ink);
  padding: clamp(190px, 14.8vw, 214px) clamp(16px, 1.4vw, 20px) 18px;
  box-shadow: 0 18px 42px rgba(20, 15, 35, 0.08);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.person-card:hover,
.person-card:focus-within {
  background: #fffdfa;
  box-shadow: 0 22px 48px rgba(20, 15, 35, 0.14);
  transform: translateY(-3px);
}

.person-card::before {
  position: absolute;
  right: -55px;
  top: -86px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(242, 201, 148, 0.24);
  content: "";
}

.person-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0) 0%, rgba(251, 250, 246, 0.02) 46%, rgba(251, 250, 246, 0.42) 72%, rgba(251, 250, 246, 0.94) 100%);
  content: "";
  pointer-events: none;
}

.person-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.person-card img {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  display: block;
  width: 100%;
  height: clamp(236px, 18vw, 270px);
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center 34%;
  filter: contrast(1.04) saturate(0.9);
  opacity: 0.9;
  transform: none;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 66%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 66%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
}

.person-card--anne img,
.person-card--catherine img {
  object-fit: cover;
  object-position: center 30%;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 68%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 68%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
}

.person-card:hover img,
.person-card:focus-within img {
  filter: contrast(1.06) saturate(0.92);
  opacity: 0.94;
  transform: none;
}

.person-card h3 {
  display: flex;
  min-height: 2.05em;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 6px;
  color: var(--plum);
  font-family: var(--serif);
  font-size: clamp(22px, 1.55vw, 27px);
  font-weight: 600;
  line-height: 1.04;
}

.person-card h3 span {
  display: block;
}

.person-card .person-role {
  margin: 0;
  color: var(--claret);
  font-size: clamp(13px, 0.96vw, 15px);
  font-weight: 400;
  line-height: 1.35;
  min-height: 2.7em;
}

.person-testimonial {
  display: none;
  margin: 16px 0 0;
  border-top: 1px solid rgba(48, 40, 70, 0.12);
  color: var(--muted);
  padding-top: 14px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.48;
}

.person-card a {
  display: inline-flex;
  width: auto;
  min-height: 0;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: clamp(18px, 1.6vw, 24px);
  border: 0;
  border-top: 1px solid rgba(48, 40, 70, 0.14);
  background: transparent;
  color: var(--plum-deep);
  padding: 13px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.person-card a::after {
  margin-left: 8px;
  color: var(--claret);
  content: "→";
}

.person-card a:hover,
.person-card a:focus-visible {
  color: var(--claret);
  text-shadow: 0 0 18px rgba(242, 201, 148, 0.24);
}

.contact {
  background: var(--plum);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.contact::before {
  top: auto;
  bottom: -22vw;
  color: transparent;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.contact-grid > div > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  font-weight: 400;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  color: var(--champagne);
  font-weight: 500;
}

.contact-details span {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.contact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 560px;
  margin-top: 34px;
  border: 1px solid rgba(242, 201, 148, 0.22);
  background: rgba(242, 201, 148, 0.2);
}

.contact-stats div {
  min-width: 0;
  background: rgba(255, 255, 255, 0.045);
  padding: 16px;
}

.contact-stats span {
  display: block;
  color: var(--champagne-soft);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.contact-stats p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border: 1px solid rgba(242, 201, 148, 0.2);
  border-top-color: rgba(242, 201, 148, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  color: var(--white);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 22px 54px rgba(18, 14, 30, 0.2);
  backdrop-filter: blur(10px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4),
.contact-form .button,
.privacy-notice,
.form-note {
  grid-column: 1 / -1;
}

.privacy-notice {
  margin: -2px 0 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.privacy-notice a {
  color: var(--champagne-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-notice a:hover,
.privacy-notice a:focus-visible {
  color: var(--white);
}

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

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(242, 201, 148, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 400;
  padding: 13px 14px;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.contact-form select option {
  color: var(--ink);
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--champagne);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 3px rgba(242, 201, 148, 0.18);
}

.contact-form .button {
  width: fit-content;
  min-width: var(--button-min-width);
}

.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: clamp(12px, 2.5vh, 22px);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: opacity 220ms ease;
}

.enquiry-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.enquiry-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 17, 35, 0.46);
  backdrop-filter: blur(16px);
}

.enquiry-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  max-height: none;
  overflow: visible;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.9);
  background:
    linear-gradient(145deg, rgba(251, 246, 238, 0.98), rgba(242, 233, 220, 0.98)),
    var(--paper);
  color: var(--ink);
  padding: clamp(18px, 2.6vw, 26px);
  box-shadow: 0 32px 90px rgba(14, 10, 24, 0.28);
  transform: translateY(18px) scale(0.97);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.enquiry-modal.is-open .enquiry-dialog {
  transform: translateY(0) scale(1);
}

.enquiry-dialog h2 {
  max-width: 460px;
  margin-bottom: 4px;
  font-size: clamp(28px, 3.8vw, 38px);
  letter-spacing: 0;
}

.enquiry-dialog > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(48, 40, 70, 0.14);
  border-radius: 50%;
  background: rgba(251, 246, 238, 0.72);
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(182, 122, 45, 0.42);
  background: var(--ivory);
  transform: rotate(90deg);
}

.modal-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin-top: 12px;
  border: 0;
  border-top: 1px solid rgba(48, 40, 70, 0.12);
  background: transparent;
  color: var(--ink);
  padding: 14px 0 0;
  box-shadow: none;
  backdrop-filter: none;
}

.modal-form label {
  gap: 6px;
  color: #514a61;
  font-size: 13px;
  font-weight: 500;
}

.modal-form input,
.modal-form textarea,
.modal-form select {
  min-height: 42px;
  border: 1px solid rgba(48, 40, 70, 0.18);
  border-radius: 6px;
  background: rgba(255, 252, 247, 0.72);
  color: var(--ink);
  padding: 9px 11px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus {
  border-color: var(--claret);
  background: var(--ivory);
  box-shadow: 0 0 0 3px rgba(182, 122, 45, 0.14);
}

.modal-form textarea {
  min-height: 76px;
}

.modal-form .privacy-notice {
  margin: 0;
  color: rgba(93, 86, 109, 0.9);
  font-size: 11px;
  line-height: 1.42;
}

.modal-form .privacy-notice a {
  color: var(--claret);
}

.modal-form .privacy-notice a:hover,
.modal-form .privacy-notice a:focus-visible {
  color: var(--ink);
}

.application-dialog {
  width: min(100%, 580px);
  overflow: auto;
  padding: clamp(22px, 3vw, 30px);
}

.application-dialog .eyebrow {
  margin-bottom: 12px;
}

.application-dialog h2 {
  max-width: 520px;
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.08;
}

.application-role {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 2px 0 14px;
  border: 1px solid rgba(182, 122, 45, 0.22);
  border-radius: 999px;
  background: rgba(242, 201, 148, 0.16);
  color: var(--claret);
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
}

.application-role:empty {
  display: none;
}

.application-dialog > p:not(.eyebrow):not(.application-role) {
  max-width: 100%;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
}

.application-form {
  gap: 14px 16px;
  margin-top: 0;
  padding: 18px 0 70px;
}

.application-form .full {
  grid-column: 1 / -1;
}

.application-form label:nth-of-type(3),
.application-form label:nth-of-type(4),
.application-form .cv-upload.full {
  grid-column: auto;
}

.application-form .cv-upload {
  margin-top: 2px;
  border: 1px dashed rgba(48, 40, 70, 0.22);
  border-radius: 8px;
  background: rgba(251, 246, 238, 0.5);
  padding: 9px 12px;
}

.application-form .cv-upload input {
  border: 0;
  background: transparent;
  padding: 2px 0;
}

.application-form .cv-upload input::file-selector-button {
  margin-right: 12px;
  border: 1px solid rgba(48, 40, 70, 0.18);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  padding: 7px 11px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.application-form small {
  color: var(--muted);
  font-size: 12px;
}

.application-form textarea {
  min-height: 54px;
}

.modal-form .button {
  width: 100%;
  min-width: var(--button-min-width);
  min-height: var(--button-height);
  margin-top: 2px;
}

.application-form .button {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  width: min(535px, calc(100vw - 48px));
  transform: translateX(-50%);
  box-shadow: 0 -10px 24px rgba(244, 241, 236, 0.74), 0 16px 34px rgba(14, 10, 24, 0.22);
}

.application-privacy-notice {
  margin-bottom: 60px;
  color: rgba(93, 86, 109, 0.86);
}

.application-privacy-notice a {
  color: var(--claret);
}

.application-privacy-notice a:hover,
.application-privacy-notice a:focus-visible {
  color: var(--ink);
}

.modal-form .form-note {
  color: var(--muted);
  min-height: 14px;
  font-size: 12px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--champagne-soft);
  font-weight: 400;
}

.site-footer {
  background: var(--plum-deep);
  border-top: 1px solid rgba(242, 201, 148, 0.18);
  color: var(--white);
  padding: 30px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.site-footer .brand {
  gap: 10px;
  color: var(--white);
}

.site-footer .brand-mark {
  width: 50px;
  height: 50px;
  background: transparent;
  box-shadow: none;
}

.site-footer .brand strong {
  font-size: 15px;
  letter-spacing: 0.15em;
}

.site-footer .brand small {
  margin-top: 5px;
  color: var(--champagne-soft);
  font-size: 8px;
  letter-spacing: 0.27em;
}

.footer-contact {
  display: grid;
  gap: 5px;
  margin: 0;
  border-left: 1px solid rgba(242, 201, 148, 0.22);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  padding-left: clamp(18px, 3vw, 28px);
}

.footer-contact a {
  width: fit-content;
  color: var(--champagne);
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
}

.footer-actions {
  display: inline-flex;
  justify-content: flex-end;
  gap: 10px;
}

.footer-actions .nav-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(242, 201, 148, 0.58);
  border-radius: 50%;
  color: var(--champagne);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-actions .nav-icon:hover,
.footer-actions .nav-icon:focus-visible {
  border-color: var(--champagne);
  background: var(--champagne);
  color: var(--plum-deep);
  transform: translateY(-1px);
}

.footer-actions .nav-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-legal a {
  transition: color 180ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--champagne);
}

.legal-main {
  background:
    linear-gradient(180deg, rgba(242, 201, 148, 0.16), rgba(242, 201, 148, 0) 34%),
    var(--paper);
}

.legal-hero {
  padding-top: 132px;
  padding-bottom: 42px;
}

.legal-hero-inner {
  max-width: 880px;
}

.legal-hero h1 {
  max-width: 760px;
  margin: 14px 0 16px;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 118px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.legal-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.45;
}

.legal-updated {
  margin-top: 18px !important;
  color: var(--claret) !important;
  font-size: 13px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-content {
  padding-top: 22px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 9px;
  border-left: 2px solid rgba(182, 122, 45, 0.36);
  padding-left: 22px;
  color: var(--muted);
}

.legal-summary p {
  margin: 0 0 6px;
}

.legal-summary a {
  width: fit-content;
  color: var(--claret);
}

.legal-summary a:hover,
.legal-summary a:focus-visible,
.legal-copy a:hover,
.legal-copy a:focus-visible {
  color: var(--ink);
}

.legal-copy {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(71, 61, 96, 0.12);
  border-top: 4px solid rgba(242, 201, 148, 0.72);
  background: rgba(251, 246, 238, 0.66);
  box-shadow: 0 22px 54px rgba(48, 40, 70, 0.08);
}

.legal-copy h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.05;
}

.legal-copy p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.legal-copy p:last-child {
  margin-bottom: 0;
}

.legal-copy a {
  color: var(--claret);
}

.profile-main {
  background: var(--paper);
  color: var(--ink);
}

.profile-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 60px;
  background: var(--plum);
  color: var(--white);
}

.profile-hero::before {
  position: absolute;
  right: -12vw;
  bottom: -15vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.profile-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: center;
}

.profile-photo {
  width: min(320px, 100%);
  aspect-ratio: 1;
  border: 2px solid rgba(242, 201, 148, 0.76);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(251, 246, 238, 0.92)),
    var(--ivory);
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) contrast(0.96) brightness(1.05);
  box-shadow:
    0 0 0 8px rgba(242, 201, 148, 0.14),
    0 26px 70px rgba(0, 0, 0, 0.2);
}

.profile-hero .eyebrow {
  color: var(--champagne);
  font-family: var(--sans);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.profile-role {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 400;
  line-height: 1.45;
}

.profile-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.profile-section {
  padding: clamp(56px, 6vw, 70px) 0;
}

.profile-detail-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 8vw, 90px);
}

.specialty-panel {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.78);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow);
}

.specialty-panel h2,
.profile-bio h2 {
  font-size: clamp(28px, 3.2vw, 40px);
}

.specialty-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.specialty-list li {
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
  color: var(--muted);
  font-weight: 500;
}

.specialty-contact {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: auto;
  padding-top: clamp(32px, 4.4vw, 50px);
}

.specialty-contact a {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 40, 70, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.specialty-contact a:hover,
.specialty-contact a:focus-visible {
  border-color: var(--champagne);
  background: rgba(242, 201, 148, 0.18);
  box-shadow: 0 12px 28px rgba(48, 40, 70, 0.1), 0 0 24px rgba(242, 201, 148, 0.14);
}

.specialty-contact a:focus-visible {
  outline: 2px solid var(--champagne-soft);
  outline-offset: 4px;
}

.specialty-contact svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.profile-bio p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.76;
}

.profile-callout {
  margin-top: 30px;
  border-left: 3px solid var(--champagne);
  background: rgba(242, 201, 148, 0.12);
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 500;
}

.profile-testimonials {
  background:
    radial-gradient(circle at 86% 0%, rgba(242, 201, 148, 0.16), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--linen));
  border-top: 1px solid rgba(48, 40, 70, 0.08);
}

.profile-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.profile-testimonial-heading {
  border-left: 1px solid rgba(182, 122, 45, 0.32);
  padding-left: clamp(18px, 3vw, 30px);
}

.profile-testimonial-heading .eyebrow {
  margin-bottom: 18px;
}

.profile-testimonial-heading h2 {
  max-width: 420px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
}

.profile-testimonial-cards {
  display: flex;
  gap: clamp(16px, 2vw, 22px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 6px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.profile-testimonial-card {
  flex: 0 0 min(540px, 88vw);
  min-height: 230px;
  display: grid;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(251, 246, 238, 0.72)),
    var(--ivory);
  padding: clamp(26px, 3.2vw, 36px);
  scroll-snap-align: start;
  box-shadow:
    0 22px 52px rgba(20, 15, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.profile-testimonial-card:hover,
.profile-testimonial-card:focus-within {
  border-color: rgba(182, 122, 45, 0.24);
  box-shadow:
    0 26px 62px rgba(20, 15, 35, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-2px);
}

.profile-testimonial-card blockquote {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.58;
}

.profile-related {
  position: relative;
  overflow: hidden;
  background: var(--plum);
  color: var(--white);
}

.profile-related::before {
  position: absolute;
  right: -13vw;
  bottom: -16vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.profile-related .container {
  position: relative;
  z-index: 1;
}

.profile-related .eyebrow {
  color: var(--champagne);
}

.profile-related h2 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 44px);
}

.profile-related .button-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--white);
}

.profile-related .button-outline:hover,
.profile-related .button-outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.profile-job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.profile-job-card {
  min-height: 300px;
  background: linear-gradient(145deg, rgba(74, 62, 99, 0.78), rgba(48, 40, 70, 0.96));
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.job-tags span {
  border: 1px solid rgba(242, 201, 148, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1;
  text-transform: capitalize;
}

.job-consultant {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.job-consultant span {
  color: rgba(242, 201, 148, 0.72);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.job-consultant a {
  width: fit-content;
  border-bottom: 1px solid rgba(242, 201, 148, 0.34);
  color: rgba(255, 255, 255, 0.84);
}

.listings-hero {
  padding-top: 120px;
  padding-bottom: 62px;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(242, 201, 148, 0.13) 49% 49.08%, transparent 49.08%),
    var(--paper);
}

.listings-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(36px, 8vw, 110px);
  align-items: end;
}

.listings-hero h1 {
  max-width: 850px;
}

.listings-intro {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 16px;
}

.listings-intro p {
  margin: 0;
}

.listings-intro .button {
  justify-self: start;
  margin-top: 8px;
}

.jobs-listing {
  min-height: 70vh;
}

.sectors-main {
  background: var(--linen);
  color: var(--ink);
}

.sectors-hero {
  padding-top: 128px;
  padding-bottom: clamp(70px, 9vw, 112px);
  background:
    radial-gradient(circle at 84% 0%, rgba(242, 201, 148, 0.2), transparent 30%),
    linear-gradient(180deg, var(--linen), var(--ivory));
}

.sectors-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4.8vw, 62px);
  align-items: start;
}

.sectors-hero h1 {
  max-width: 980px;
  margin-bottom: 0;
}

.sectors-hero .split-heading {
  display: grid;
  gap: clamp(3px, 0.4vw, 8px);
  font-size: var(--h1-size);
  line-height: 1.02;
  letter-spacing: 0;
}

.sectors-hero .split-heading span {
  display: block;
}

.client-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(30px, 5vw, 52px) 0 0;
  border: 1px solid rgba(48, 40, 70, 0.11);
  border-top: 3px solid rgba(242, 201, 148, 0.82);
  background: rgba(251, 246, 238, 0.64);
  box-shadow: 0 18px 50px rgba(48, 40, 70, 0.08);
}

.client-metrics div {
  padding: clamp(20px, 3vw, 30px);
}

.client-metrics div + div {
  border-left: 1px solid rgba(48, 40, 70, 0.1);
}

.client-metrics dt {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 0.95;
}

.client-metrics dd {
  margin: 10px 0 0;
  color: var(--claret);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.sectors-intro {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, auto);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.sectors-intro p {
  margin: 0;
}

.sectors-intro .button {
  justify-self: center;
}

.client-method {
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(242, 201, 148, 0.12) 49% 49.08%, transparent 49.08%),
    var(--ivory);
}

.client-method-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.client-method-intro {
  position: sticky;
  top: 116px;
  border-left: 4px solid var(--champagne);
  padding-left: clamp(20px, 3vw, 34px);
}

.client-method-intro h2 {
  max-width: 620px;
  font-size: clamp(36px, 4.4vw, 64px);
}

.client-method-intro p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
}

.client-method-intro .button {
  margin-top: 14px;
}

.client-method-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.client-method-points article {
  min-height: 250px;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.72);
  background: rgba(251, 246, 238, 0.62);
  padding: clamp(28px, 3.4vw, 38px) clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  box-shadow: 0 16px 42px rgba(48, 40, 70, 0.06);
}

.client-method-points h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.08;
}

.client-method-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.sector-list {
  background:
    linear-gradient(180deg, var(--plum) 0%, #3b3154 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.sector-list::before {
  position: absolute;
  right: -13vw;
  bottom: -16vw;
  content: "LC";
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 201, 148, 0.04);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 560px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.sector-list .container {
  position: relative;
  z-index: 1;
}

.sector-list .section-heading {
  max-width: 1120px;
}

.sector-list-heading h2 {
  max-width: 860px;
  color: var(--white);
  font-size: clamp(46px, 5.6vw, 88px);
  line-height: 0.98;
}

.sector-list-heading .section-note {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: 34px;
  background: transparent;
  border: 0;
}

.sector-card {
  display: grid;
  min-height: 0;
  grid-template-rows: auto auto auto auto;
  align-items: start;
  border: 1px solid rgba(242, 201, 148, 0.18);
  border-top: 3px solid rgba(242, 201, 148, 0.54);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.032)),
    rgba(251, 246, 238, 0.025);
  color: inherit;
  cursor: pointer;
  padding: clamp(26px, 3vw, 36px);
  text-align: left;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sector-card:hover,
.sector-card:focus-visible {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(251, 246, 238, 0.035);
  border-color: rgba(242, 201, 148, 0.44);
  box-shadow: 0 24px 54px rgba(18, 14, 30, 0.2);
  transform: translateY(-2px);
}

.sector-card img {
  display: none;
}

.sector-card h3 {
  max-width: 540px;
  min-height: 98px;
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 1.06;
}

.sector-card p {
  max-width: 680px;
  min-height: 84px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
}

.sector-card small {
  display: block;
  max-width: 560px;
  min-height: 72px;
  margin: 0;
  border-top: 1px solid rgba(242, 201, 148, 0.16);
  padding-top: 18px;
  color: rgba(255, 221, 161, 0.9);
  font-size: 13px;
  line-height: 1.55;
}

.desk-page-main {
  background: var(--linen);
  color: var(--ink);
}

.desk-page-hero {
  padding-top: 120px;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 84% 0%, rgba(242, 201, 148, 0.18), transparent 31%),
    linear-gradient(180deg, var(--linen), var(--ivory));
}

.desk-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.desk-page-hero h1 {
  max-width: 960px;
  margin-bottom: 24px;
}

.desk-page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.65;
}

.desk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.desk-page-hero .button-outline {
  border-color: rgba(48, 40, 70, 0.34);
  color: var(--ink);
}

.desk-page-content {
  background: var(--paper);
}

.desk-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: center;
  margin-bottom: clamp(34px, 5.5vw, 62px);
}

.desk-copy h2,
.desk-role-list h2,
.desk-consultant-band h2,
.desk-overview-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
}

.desk-overview-copy {
  max-width: 760px;
  border-left: 1px solid rgba(182, 122, 45, 0.28);
  padding-left: clamp(20px, 3vw, 34px);
}

.desk-overview-copy .eyebrow {
  margin-bottom: 16px;
}

.desk-overview-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.desk-story-media {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.72);
  background: var(--plum);
  box-shadow: 0 26px 70px rgba(20, 15, 35, 0.12);
}

.desk-story-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.95) brightness(0.76);
}

.desk-story-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(48, 40, 70, 0.04), rgba(38, 29, 61, 0.42)),
    radial-gradient(circle at 0% 0%, rgba(242, 201, 148, 0.18), transparent 36%);
  content: "";
}

.desk-story-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  border-left: 1px solid rgba(242, 201, 148, 0.42);
  color: rgba(255, 255, 255, 0.86);
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.55;
}

.desk-consultant-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 3px solid rgba(197, 119, 31, 0.55);
  background:
    linear-gradient(135deg, rgba(255, 251, 244, 0.82), rgba(244, 238, 229, 0.72));
  box-shadow: 0 16px 34px rgba(20, 15, 35, 0.06);
}

.desk-consultant-note .eyebrow {
  margin-bottom: 10px;
}

.desk-consultant-note p:last-child {
  margin-bottom: 0;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.62;
}

.desk-role-list {
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.72);
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.9), rgba(244, 238, 229, 0.92));
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 18px 42px rgba(20, 15, 35, 0.07);
}

.desk-role-heading {
  margin-bottom: 22px;
}

.desk-role-heading .eyebrow {
  margin: 0;
}

.desk-role-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desk-role-list li {
  min-height: 64px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(48, 40, 70, 0.08);
  color: var(--muted);
  padding: 14px 16px;
  line-height: 1.48;
}

.desk-consultant-band {
  background:
    radial-gradient(circle at 86% 0%, rgba(242, 201, 148, 0.14), transparent 30%),
    linear-gradient(180deg, var(--linen), var(--paper));
  border-top: 1px solid rgba(48, 40, 70, 0.08);
}

.desk-consultant-band.section-pad,
.desk-page-cta.section-pad {
  padding-top: clamp(48px, 5vw, 62px);
  padding-bottom: clamp(48px, 5vw, 62px);
}

.desk-consultant-band-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.desk-consultant-band .eyebrow {
  margin-bottom: 16px;
}

.desk-consultant-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.desk-consultant-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 26px);
  align-items: center;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(48, 40, 70, 0.09);
  border-top: 4px solid rgba(242, 201, 148, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(251, 246, 238, 0.76)),
    var(--ivory);
  color: var(--ink);
  padding: clamp(22px, 3vw, 34px);
  box-shadow:
    0 22px 54px rgba(20, 15, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.desk-consultant-card::after {
  position: absolute;
  right: -34px;
  bottom: -56px;
  color: rgba(242, 201, 148, 0.16);
  content: "LC";
  font-family: var(--serif);
  font-size: 128px;
  line-height: 1;
  pointer-events: none;
}

.desk-consultant-card img {
  position: relative;
  z-index: 1;
  width: clamp(86px, 9vw, 116px);
  aspect-ratio: 1;
  border: 2px solid rgba(242, 201, 148, 0.78);
  border-radius: 999px;
  object-fit: cover;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(251, 246, 238, 0.92)),
    var(--ivory);
  object-position: center 18%;
  box-shadow:
    0 16px 36px rgba(20, 15, 35, 0.16),
    0 0 0 8px rgba(242, 201, 148, 0.12);
  filter: grayscale(1) contrast(0.94) brightness(1.04);
  transition: filter 180ms ease, transform 180ms ease;
}

.desk-consultant-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.desk-consultant-card:hover,
.desk-consultant-card:focus-visible {
  border-color: rgba(182, 122, 45, 0.28);
  box-shadow:
    0 28px 64px rgba(20, 15, 35, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}

.desk-consultant-card:hover img,
.desk-consultant-card:focus-visible img {
  filter: grayscale(0.82) contrast(0.96) brightness(1.04);
  transform: scale(1.02);
}

.desk-consultant-card strong {
  color: var(--plum);
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.desk-consultant-card span {
  color: var(--claret);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.45;
}

.desk-consultant-card em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desk-consultant-card em::after {
  color: var(--claret);
  content: "→";
  font-size: 15px;
  letter-spacing: 0;
}

.desk-page-cta {
  background:
    radial-gradient(circle at 82% 0%, rgba(242, 201, 148, 0.14), transparent 30%),
    linear-gradient(180deg, var(--plum), var(--plum-deep));
  color: var(--white);
}

.desk-page-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.desk-page-cta h2 {
  max-width: 800px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 56px);
}

.desk-page-cta p {
  max-width: 700px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.7;
}

.sector-card-cta {
  display: inline-flex;
  min-width: var(--button-min-width);
  min-height: var(--button-height);
  grid-row: auto;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 22px;
  white-space: nowrap;
  border: 1px solid rgba(242, 201, 148, 0.52);
  border-radius: 999px;
  background: rgba(242, 201, 148, 0.1);
  color: var(--champagne-soft);
  padding: 0 var(--button-padding-x);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sector-card:hover .sector-card-cta,
.sector-card:focus-visible .sector-card-cta {
  border-color: rgba(242, 201, 148, 0.86);
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--ink);
  transform: translateY(-1px);
}

.sector-testimonials {
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--plum-deep) 0%, var(--plum) 52%, var(--plum-deep) 100%);
  color: var(--white);
  padding: clamp(54px, 6vw, 66px) 0 clamp(58px, 6vw, 70px);
}

.sector-testimonial-grid {
  display: grid;
  gap: 28px;
}

.sector-testimonial-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 48px);
  border-left: 1px solid rgba(242, 201, 148, 0.4);
  padding-left: clamp(20px, 3vw, 34px);
}

.sector-testimonial-intro .eyebrow {
  margin: 0;
  color: var(--champagne);
}

.sector-testimonial-intro h2 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
}

.sector-testimonial-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.sector-testimonial-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.sector-testimonial-actions .button {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
  white-space: nowrap;
}

.sector-testimonial-actions .button:hover,
.sector-testimonial-actions .button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.sector-testimonial-scroller {
  margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2);
  overflow: hidden;
}

.sector-testimonial-list {
  display: grid;
  grid-auto-columns: minmax(320px, calc((min(100vw - 40px, var(--container)) - 44px) / 3));
  grid-auto-flow: column;
  gap: clamp(16px, 2vw, 22px);
  overflow-x: auto;
  padding: 6px calc((100vw - min(100vw - 40px, var(--container))) / 2) 18px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sector-testimonial-card {
  min-height: 210px;
  display: grid;
  align-content: center;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(242, 201, 148, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 2.8vw, 34px);
  box-shadow:
    0 24px 58px rgba(18, 14, 30, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.sector-testimonial-card:hover,
.sector-testimonial-card:focus-within {
  border-color: rgba(242, 201, 148, 0.42);
  transform: translateY(-2px);
}

.sector-testimonial-card blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.66;
}

.desk-modal {
  position: fixed;
  inset: 0;
  z-index: 290;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.desk-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.desk-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 17, 35, 0.5);
  backdrop-filter: blur(16px);
}

.desk-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 32px);
  overflow: auto;
  border: 1px solid rgba(48, 40, 70, 0.1);
  border-top: 3px solid rgba(242, 201, 148, 0.9);
  background:
    linear-gradient(145deg, rgba(251, 246, 238, 0.98), rgba(242, 233, 220, 0.98)),
    var(--paper);
  color: var(--ink);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 32px 90px rgba(14, 10, 24, 0.28);
  transform: translateY(18px) scale(0.97);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.desk-modal.is-open .desk-dialog {
  transform: translateY(0) scale(1);
}

.desk-dialog h2 {
  max-width: 600px;
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 56px);
}

.desk-dialog > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.desk-consultants {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  border-top: 1px solid rgba(48, 40, 70, 0.12);
  padding-top: 18px;
}

.desk-consultants h3 {
  margin: 0;
  color: var(--claret);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consultant-chip {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: baseline;
  margin: 0 8px 8px 0;
  border: 1px solid rgba(48, 40, 70, 0.12);
  background: rgba(251, 246, 238, 0.62);
  color: var(--ink);
  padding: 10px 12px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.consultant-chip:hover,
.consultant-chip:focus-visible {
  border-color: rgba(182, 122, 45, 0.45);
  background: rgba(255, 250, 242, 0.92);
  transform: translateY(-1px);
}

.consultant-chip strong {
  font-size: 15px;
}

.consultant-chip span {
  color: var(--muted);
  font-size: 13px;
}

.job-filter-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 30px;
}

.job-filter {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.job-filter:hover,
.job-filter:focus-visible,
.job-filter.is-active {
  border-color: rgba(242, 201, 148, 0.72);
  background: rgba(242, 201, 148, 0.14);
  color: var(--champagne-soft);
  box-shadow: 0 0 22px rgba(242, 201, 148, 0.12);
}

.jobs-list-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.listing-job-card {
  min-height: 340px;
  background: linear-gradient(145deg, rgba(74, 62, 99, 0.78), rgba(48, 40, 70, 0.96));
}

.profile-empty-jobs {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-slide img,
  .person-card:hover,
  .service-card:hover,
  .sector-card:hover,
  .job-card:hover,
  .insight-card:hover {
    transform: none !important;
  }
}

@media (max-width: 1060px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .standards-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sector-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sector-testimonial-intro {
    position: static;
    align-items: start;
    flex-direction: column;
  }

  .sector-testimonial-actions {
    justify-content: flex-start;
  }

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

  .client-metrics div:nth-child(odd) {
    border-left: 0;
  }

  .client-metrics div:nth-child(n + 3) {
    border-top: 1px solid rgba(48, 40, 70, 0.1);
  }

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

  .profile-job-grid {
    grid-template-columns: 1fr;
  }

  .jobs-list-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 820px) {
  .section-pad {
    padding: 48px 0;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 102;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 101;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    min-height: 100vh;
    height: 100dvh;
    overflow: hidden auto;
    background: var(--paper);
    color: var(--ink);
    font-size: clamp(20px, 6vw, 24px);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    transition: transform 220ms ease, opacity 160ms ease, visibility 0s linear 220ms;
  }

  .nav-contact {
    gap: 12px;
    margin-top: 12px;
  }

  .site-nav .nav-icon {
    width: 48px;
    height: 48px;
  }

  .site-header.nav-active .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 220ms ease, opacity 160ms ease;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(38, 29, 61, 0.68) 0%, rgba(48, 40, 70, 0.38) 58%, rgba(48, 40, 70, 0.08) 100%),
      linear-gradient(0deg, rgba(20, 18, 26, 0.44) 0%, rgba(38, 29, 61, 0.12) 46%, rgba(242, 201, 148, 0.12) 100%);
  }

  .intro-grid,
  .standards-grid,
  .client-method-grid,
  .listings-hero-grid,
  .sectors-hero-grid,
  .insights-hero-grid,
  .article-hero-grid,
  .article-layout,
  .desk-page-hero-grid,
  .desk-content-grid,
  .desk-story-grid,
  .desk-page-cta-grid,
  .desk-consultant-band-grid,
  .audience-grid,
  .profile-hero-grid,
  .profile-detail-grid,
  .profile-testimonial-grid,
  .process-grid,
  .about-grid,
  .role-hero-grid,
  .role-detail-grid,
  .testimonial-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .footer-contact {
    border-left: 0;
    border-top: 1px solid rgba(242, 201, 148, 0.18);
    padding: 18px 0 0;
  }

  .footer-legal {
    padding-top: 2px;
  }

  .legal-hero {
    padding-top: 108px;
    padding-bottom: 34px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .legal-summary {
    position: static;
    border-left: 0;
    border-top: 1px solid rgba(182, 122, 45, 0.28);
    padding: 18px 0 0;
  }

  .article-meta {
    position: static;
    border-left: 0;
    border-top: 2px solid rgba(182, 122, 45, 0.28);
    padding: 18px 0 0;
  }

  .article-cta {
    max-width: 520px;
    margin-top: 10px;
  }

  .about-copy {
    position: static;
  }

  .client-method-intro {
    position: static;
  }

  .about-points,
  .client-method-points {
    grid-template-columns: 1fr;
  }

  .about-grid-editorial {
    gap: 28px;
  }

  .about-grid-editorial .about-copy h2 {
    max-width: 680px;
  }

  .about-story {
    border-left: 0;
    border-top: 1px solid rgba(182, 122, 45, 0.18);
    padding: 26px 0 0;
  }

  .about-cta {
    grid-column: auto;
    width: 100%;
  }

  .team .section-heading {
    grid-template-columns: 1fr;
  }

  .team .section-heading .eyebrow,
  .team .section-heading h2,
  .section-note {
    grid-column: auto;
    grid-row: auto;
  }

  .section-note {
    max-width: 100%;
    margin-top: 6px;
  }

  .testimonial-card {
    flex-basis: min(84vw, 330px);
  }

  .process-copy {
    position: static;
  }

  .jobs-head {
    align-items: start;
    flex-direction: column;
  }

  .jobs-actions {
    justify-content: flex-start;
  }

  .job-filter-bar {
    margin-top: -4px;
  }

  .audience-card {
    min-height: auto;
    grid-template-rows: auto;
  }

  .service-card {
    grid-template-columns: minmax(0, 1fr) 180px;
  }

  .profile-hero {
    padding-top: 104px;
    padding-bottom: 56px;
  }

  .profile-photo {
    width: min(260px, 78vw);
  }

  .profile-testimonial-cards {
    padding-bottom: 10px;
  }

  .profile-testimonial-card {
    flex-basis: min(84vw, 360px);
  }

  .job-track {
    grid-auto-columns: minmax(290px, 82vw);
  }

  .sectors-hero {
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .desk-page-hero {
    padding-top: 108px;
    padding-bottom: 56px;
  }

  .sectors-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .client-metrics {
    grid-template-columns: 1fr;
  }

  .client-metrics div + div,
  .client-metrics div:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(48, 40, 70, 0.1);
  }

  .standards-grid-text .standards-list {
    margin-top: 30px;
  }

  .sector-grid {
    grid-template-columns: 1fr;
  }

  .sector-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .sector-card h3,
  .sector-card p,
  .sector-card small {
    min-height: 0;
  }

  .sector-card-cta {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
    margin-top: 22px;
  }

  .insight-preview-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .insights-hero,
  .article-hero {
    padding-top: 108px;
  }

  .article-meta {
    position: static;
    border-left: 0;
    border-top: 1px solid rgba(182, 122, 45, 0.28);
    padding: 18px 0 0;
  }

  .sector-testimonial-list {
    grid-auto-columns: minmax(290px, 82vw);
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .proof-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .proof-intro h2,
  .proof-intro > p:not(.eyebrow) {
    max-width: 720px;
  }

  .proof-points {
    border-left: 0;
    border-top: 1px solid rgba(48, 40, 70, 0.1);
    padding-top: 28px;
  }

  .standards-list article,
  .reach-grid {
    grid-template-columns: 1fr;
  }

  .reach-grid article {
    padding: 18px 0 0;
  }

  .reach-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(48, 40, 70, 0.12);
    margin-top: 18px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    min-height: 74px;
    padding: 10px 14px;
  }

  .site-header .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand {
    gap: 9px;
  }

  .brand strong {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .brand small {
    margin-top: 5px;
    font-size: 8px;
    letter-spacing: 0.24em;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(31px, 10vw, 45px);
  }

  .hero {
    padding: 102px 14px 18px;
  }

  .hero-inner {
    padding-bottom: 46px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .hero-address {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .proof-strip {
    margin-top: 0;
  }

  .proof-panel {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .proof-points {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .proof-points article {
    min-height: auto;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(48, 40, 70, 0.1);
  }

  .proof-points article:nth-child(odd) {
    border-right: 0;
  }

  .proof-points article:nth-child(n + 3) {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(48, 40, 70, 0.1);
  }

  .proof-points article + article {
    padding-top: 20px;
  }

  .proof-points article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .proof-points h3 {
    font-size: 23px;
  }

  .audience-actions,
  .audience-actions .button,
  .profile-actions,
  .profile-actions .button {
    width: 100%;
  }

  .audience-card {
    padding: 30px 24px;
  }

  .desk-role-list ul {
    grid-template-columns: 1fr;
  }

  .desk-role-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .desk-story-media,
  .desk-story-media img {
    min-height: 320px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .person-card {
    min-height: 330px;
    padding: 190px 14px 16px;
  }

  .person-card img {
    width: 100%;
    height: 244px;
  }

  .person-card h3 {
    font-size: 19px;
    min-height: 2.05em;
  }

  .person-card .person-role {
    min-height: 2.55em;
  }

  .service-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "index"
      "title"
      "copy"
      "action";
  }

  .service-card img {
    height: 180px;
    min-height: 0;
  }

  .job-scroller {
    margin-right: -14px;
  }

  .job-track {
    grid-auto-columns: minmax(270px, 88vw);
    padding-right: 14px;
  }

  .job-nav {
    display: none;
  }

  .service-card {
    min-height: 300px;
  }

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

  .steps p {
    grid-column: auto;
  }

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

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

  .contact-form .button {
    width: 100%;
  }
}

/* Button consistency pass */
.button,
.sector-card-cta {
  height: var(--button-height);
  min-height: var(--button-height);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding-right: var(--button-padding-x);
  padding-left: var(--button-padding-x);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.button {
  min-width: var(--button-min-width);
}

.hero-actions .button,
.audience-actions .button,
.profile-actions .button,
.desk-hero-actions .button,
.desk-page-cta .button,
.sector-testimonial-actions .button,
.listings-intro .button,
.sectors-intro .button,
.client-method-intro .button,
.profile-related .button {
  width: auto;
  min-width: var(--button-min-width);
}

.audience-actions .button {
  width: min(100%, 360px);
  min-width: min(100%, 360px);
}

.about-cta {
  display: inline-flex;
  width: min(100%, 360px);
  min-width: min(100%, 360px);
  border-color: rgba(210, 173, 132, 0.92);
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 18px 42px rgba(210, 173, 132, 0.2);
}

.sector-card-cta {
  width: var(--button-min-width);
  min-width: var(--button-min-width);
  max-width: 100%;
}

.modal-form .button,
.application-form .button {
  height: var(--button-height);
  min-height: var(--button-height);
}

@media (max-width: 640px) {
  .hero-actions .button,
  .audience-actions .button,
  .profile-actions .button,
  .desk-hero-actions .button,
  .desk-page-cta .button,
  .sector-testimonial-actions .button,
  .listings-intro .button,
  .sectors-intro .button,
  .client-method-intro .button,
  .profile-related .button,
  .contact-form .button {
    width: 100%;
    min-width: 0;
  }

  .sector-card-cta {
    width: 100%;
    min-width: 0;
  }
}

/* Premium redesign consolidation */
.service-faq {
  background:
    radial-gradient(circle at 90% 0%, rgba(242, 201, 148, 0.13), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--linen));
  border-top: 1px solid rgba(48, 40, 70, 0.08);
}

.service-faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.service-faq h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.98;
}

.faq-list {
  border-top: 1px solid rgba(48, 40, 70, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(48, 40, 70, 0.16);
}

.faq-list summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  padding: 22px 48px 22px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.16;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(48, 40, 70, 0.18);
  border-radius: 999px;
  color: var(--claret);
  content: "+";
  display: grid;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
}

.faq-list summary:focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 6px;
}

@media (max-width: 780px) {
  .service-faq-grid {
    grid-template-columns: 1fr;
  }

  .service-faq h2 {
    max-width: 12ch;
  }
}

/* Design system consistency pass */
body {
  font-size: var(--body-size);
  line-height: 1.64;
}

.container {
  width: min(calc(100% - clamp(32px, 5vw, 72px)), var(--container));
}

.section-pad,
.profile-section,
.service-faq,
.sector-testimonials {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.eyebrow,
.audience-kicker,
.job-meta,
.hero-proof,
.hero-address,
.footer-legal,
.sector-card-cta,
.button,
.service-card .service-link {
  font-family: var(--sans);
  font-size: var(--label-size);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 var(--space-5);
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 900px;
  font-size: var(--h1-size);
}

h2 {
  max-width: 820px;
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

p,
li,
blockquote {
  line-height: 1.64;
}

.hero-copy,
.role-hero p:not(.eyebrow),
.desk-page-hero p:not(.eyebrow),
.legal-hero p:not(.eyebrow),
.listings-intro,
.sectors-intro,
.profile-role,
.intro-copy,
.about-story p,
.standards-copy > p:not(.eyebrow),
.client-method-intro p:not(.eyebrow),
.desk-overview-copy p,
.desk-page-cta p {
  font-size: var(--body-large);
  line-height: 1.66;
}

.section-heading {
  gap: 0;
  margin-bottom: clamp(30px, 4vw, 44px);
}

.section-heading h2,
.sector-list-heading h2,
.team .section-heading h2,
.profile-related h2,
.desk-page-cta h2,
.service-faq h2,
.client-method-intro h2 {
  font-size: var(--h2-size);
  line-height: 1.05;
}

.hero-inner {
  padding-top: clamp(112px, 13vh, 156px);
  padding-bottom: clamp(52px, 8vh, 88px);
}

.hero h1 {
  font-size: clamp(50px, 6.7vw, 88px);
  line-height: 0.98;
}

.hero-copy {
  max-width: 740px;
  margin-top: var(--space-6);
}

.hero-actions {
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.hero-proof-block {
  margin-top: clamp(46px, 7vh, 78px);
}

.hero-proof,
.hero-address {
  max-width: 840px;
}

.button,
.sector-card-cta,
.job-card-footer a,
.application-form .cv-upload input::file-selector-button {
  min-height: var(--button-height);
  border-radius: 999px;
  padding-right: var(--button-padding-x);
  padding-left: var(--button-padding-x);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.button {
  min-width: var(--button-min-width);
}

.button-primary,
.sector-card:hover .sector-card-cta,
.sector-card:focus-visible .sector-card-cta,
.job-card-footer a,
.about-cta {
  border-color: rgba(210, 173, 132, 0.92);
  background: linear-gradient(135deg, #d2ad84, var(--champagne-soft));
  color: var(--plum-deep);
}

.button-primary:hover,
.button-primary:focus-visible,
.about-cta:hover,
.about-cta:focus-visible,
.job-card-footer a:hover,
.job-card-footer a:focus-visible {
  border-color: rgba(182, 122, 45, 0.72);
  background: linear-gradient(135deg, #c79b67, #f0ca8e);
  color: var(--plum-deep);
}

.button-secondary-dark {
  border-color: rgba(48, 40, 70, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.button-secondary-dark:hover,
.button-secondary-dark:focus-visible {
  border-color: rgba(242, 201, 148, 0.74);
  background: rgba(242, 201, 148, 0.16);
  color: inherit;
}

.about-cta {
  margin-top: clamp(38px, 6vh, 68px);
}

.audience-grid,
.proof-panel,
.client-metrics,
.reach-panel,
.legal-copy,
.specialty-panel,
.profile-testimonial-card,
.contact-form,
.enquiry-dialog,
.application-dialog,
.desk-role-list,
.desk-consultant-card,
.testimonial-card,
.sector-testimonial-card,
.about-points article,
.client-method-points article {
  border-radius: var(--radius-card);
}

.service-card,
.sector-card,
.job-card,
.listing-job-card,
.profile-job-card,
.insight-card,
.person-card,
.desk-story-media {
  border-radius: 0;
}

.proof-panel,
.contact-form,
.enquiry-dialog,
.application-dialog,
.desk-role-list,
.desk-consultant-card,
.testimonial-card,
.sector-testimonial-card,
.profile-testimonial-card,
.about-points article,
.client-method-points article,
.legal-copy,
.specialty-panel {
  padding: var(--card-pad);
}

.service-card,
.sector-card,
.job-card {
  padding: var(--card-pad);
}

.proof-panel,
.client-method-grid,
.about-grid,
.process-grid,
.standards-grid,
.contact-grid,
.profile-detail-grid,
.desk-story-grid,
.desk-consultant-band-grid,
.service-faq-grid,
.legal-layout,
.listings-hero-grid,
.sectors-intro,
.footer-grid {
  gap: var(--grid-gap);
}

.audience-card {
  padding: clamp(38px, 4.4vw, 58px);
}

.audience-card h3 {
  min-height: 2.18em;
  margin-top: var(--space-7);
  font-size: clamp(34px, 3.6vw, 48px);
}

.audience-card p {
  margin-top: var(--space-5);
}

.audience-card ul {
  margin: var(--space-8) 0 var(--space-8);
  font-size: 15px;
}

.audience-card li {
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: var(--space-3);
  padding: 15px 0;
}

.audience-card li::before {
  width: 26px;
  margin-top: 0.78em;
}

.audience-actions {
  gap: var(--space-4);
}

.audience-actions .button {
  width: min(100%, 360px);
}

.service-grid,
.sector-grid,
.client-method-points,
.about-points,
.profile-job-grid,
.jobs-list-grid,
.insight-preview-grid,
.insight-grid {
  gap: var(--grid-gap);
}

.service-card h3,
.sector-card h3,
.job-card h3 {
  font-size: var(--h3-size);
  line-height: 1.08;
}

.service-card p,
.sector-card p,
.sector-card small,
.job-card p:not(.job-meta),
.client-method-points p,
.about-points p,
.desk-role-list li,
.specialty-list li,
.legal-copy p,
.profile-bio p {
  font-size: var(--body-size);
  line-height: 1.64;
}

.sector-list-heading h2 {
  max-width: 980px;
}

.sector-card {
  min-height: 400px;
  grid-template-rows: auto minmax(92px, auto) minmax(62px, auto) 1fr auto;
}

.sector-card h3,
.sector-card p,
.sector-card small {
  min-height: 0;
}

.sector-card small {
  align-self: end;
}

.team-grid {
  gap: clamp(18px, 1.8vw, 26px);
}

.person-card {
  min-height: clamp(348px, 24vw, 388px);
  padding: clamp(188px, 14.5vw, 220px) clamp(18px, 1.5vw, 22px) 20px;
}

.person-card h3 {
  font-size: clamp(24px, 1.7vw, 29px);
  line-height: 1.02;
}

.person-card .person-role {
  font-size: clamp(14px, 1vw, 16px);
}

.person-card a {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
}

.contact-form label,
.modal-form label,
.application-form label {
  gap: var(--space-2);
  font-size: var(--body-small);
  font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.modal-form input,
.modal-form textarea,
.modal-form select {
  min-height: 48px;
  border-radius: var(--radius-field);
  padding: 12px 14px;
  font-size: var(--body-size);
  line-height: 1.45;
}

.modal-form {
  gap: var(--space-4);
}

.modal-form .button,
.contact-form .button {
  width: 100%;
}

.application-dialog h2,
.enquiry-dialog h2 {
  font-size: clamp(34px, 4vw, 48px);
}

.footer-grid {
  grid-template-columns: minmax(220px, auto) minmax(280px, 1fr) auto auto;
}

.footer-contact {
  font-size: 14px;
}

.nav-icon,
.footer-actions .nav-icon,
.job-nav,
.modal-close {
  flex: 0 0 auto;
}

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

@media (max-width: 820px) {
  :root {
    --section-y: clamp(52px, 10vw, 70px);
    --grid-gap: 24px;
    --card-pad: clamp(22px, 6vw, 30px);
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  h2,
  .section-heading h2,
  .sector-list-heading h2,
  .team .section-heading h2,
  .profile-related h2,
  .desk-page-cta h2,
  .service-faq h2,
  .client-method-intro h2 {
    font-size: clamp(32px, 9.5vw, 44px);
  }

  h3,
  .service-card h3,
  .sector-card h3,
  .job-card h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .hero-inner {
    padding-top: 104px;
    padding-bottom: 50px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .audience-grid {
    box-shadow: 0 20px 50px rgba(31, 25, 48, 0.12);
  }

  .audience-card {
    padding: 34px 24px;
  }

  .audience-card h3 {
    min-height: 0;
  }

  .audience-card li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .audience-card li::before {
    width: 18px;
  }

  .audience-actions .button,
  .hero-actions .button,
  .profile-actions .button,
  .desk-hero-actions .button,
  .desk-page-cta .button,
  .sector-testimonial-actions .button,
  .listings-intro .button,
  .sectors-intro .button,
  .client-method-intro .button,
  .profile-related .button,
  .contact-form .button {
    width: 100%;
    min-width: 0;
  }

  .sector-card,
  .service-card,
  .job-card {
    min-height: auto;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
}

@media (max-width: 560px) {
  :root {
    --button-height: 50px;
    --button-padding-x: 22px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .person-card {
    min-height: 340px;
    padding-top: 198px;
  }

  .person-card img {
    height: 252px;
  }

  .proof-panel,
  .contact-form,
  .enquiry-dialog,
  .application-dialog,
  .desk-role-list,
  .desk-consultant-card,
  .testimonial-card,
  .sector-testimonial-card,
  .profile-testimonial-card,
  .about-points article,
  .client-method-points article,
  .legal-copy,
  .specialty-panel,
  .service-card,
  .sector-card,
  .job-card {
    padding: clamp(20px, 6vw, 26px);
  }
}

/* Division FAQ hover reveal */
.faq-list details > p {
  display: block;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 240ms ease, opacity 200ms ease, margin 200ms ease;
}

.faq-list details:hover > p,
.faq-list details:focus-within > p,
.faq-list details[open] > p {
  max-height: 340px;
  margin: -4px 0 24px;
  opacity: 1;
}

.faq-list details:hover summary::after,
.faq-list details:focus-within summary::after {
  content: "-";
}

/* Clients page hero rhythm */
.sectors-hero .split-heading {
  text-wrap: balance;
}

@media (max-width: 1080px) {
  .sectors-hero .split-heading {
    font-size: clamp(40px, 10vw, 58px);
    line-height: 1.04;
  }

  .sectors-intro {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .sectors-intro .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .sectors-hero .split-heading {
    gap: 4px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.04;
  }
}

/* Clients overview proof strip */
.client-metrics {
  gap: 0;
  overflow: hidden;
  border-color: rgba(48, 40, 70, 0.12);
  border-top: 4px solid rgba(242, 201, 148, 0.88);
  border-radius: 8px;
  background: rgba(255, 251, 244, 0.74);
}

.client-metrics div {
  position: relative;
  min-height: 176px;
  padding: clamp(26px, 3vw, 36px) clamp(22px, 2.8vw, 34px);
}

.client-metrics div::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-bottom: 24px;
  background: rgba(183, 112, 34, 0.62);
}

.client-metrics dt {
  max-width: 10.5ch;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.client-metrics dd {
  max-width: 25ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

@media (max-width: 1080px) {
  .client-metrics div {
    min-height: 158px;
  }
}

@media (max-width: 720px) {
  .client-metrics div {
    min-height: auto;
  }
}


/* Remove decorative rules from the clients overview proof strip */
.client-metrics div::before {
  display: none;
}


/* Global first-section breathing room under solid headers */
.site-header[data-solid-header] + main > .section-pad:first-child,
.site-header[data-solid-header] + main > .desk-page-hero:first-child,
.site-header[data-solid-header] + main > .profile-hero:first-child {
  padding-top: clamp(96px, 9vw, 132px);
}

@media (max-width: 720px) {
  .site-header[data-solid-header] + main > .section-pad:first-child,
  .site-header[data-solid-header] + main > .desk-page-hero:first-child,
  .site-header[data-solid-header] + main > .profile-hero:first-child {
    padding-top: clamp(82px, 17vw, 102px);
  }
}




/* Candidates hero editorial alignment */
.listings-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  align-items: start;
}

.listings-hero-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(24px, 3vw, 38px);
}

.listings-hero-title h1 {
  margin: 0;
}

.listings-hero-title .button {
  align-self: flex-start;
}

.listings-intro {
  align-self: start;
  max-width: 680px;
  padding-top: 2px;
  gap: 18px;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.62;
}

.listings-intro .button {
  margin-top: 0;
}

.candidate-proof-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(26px, 4vw, 46px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(48, 40, 70, 0.14);
  border-bottom: 1px solid rgba(48, 40, 70, 0.14);
}

.candidate-proof-strip li {
  min-height: 104px;
  padding: clamp(22px, 2.4vw, 30px) clamp(22px, 3vw, 42px);
  color: var(--claret);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.42;
  text-transform: uppercase;
}

.candidate-proof-strip li + li {
  border-left: 1px solid rgba(48, 40, 70, 0.12);
}

@media (max-width: 980px) {
  .listings-hero-grid {
    grid-template-columns: 1fr;
    gap: clamp(28px, 7vw, 48px);
  }

  .listings-hero-title {
    min-height: auto;
  }

  .listings-intro {
    max-width: 780px;
  }

  .candidate-proof-strip {
    grid-template-columns: 1fr;
  }

  .candidate-proof-strip li {
    min-height: auto;
  }

  .candidate-proof-strip li + li {
    border-top: 1px solid rgba(48, 40, 70, 0.12);
    border-left: 0;
  }
}


/* Compact candidate proof strip */
.candidate-proof-strip {
  margin-top: clamp(20px, 3vw, 34px);
  margin-bottom: 0;
}

.candidate-proof-strip li {
  min-height: 0;
  padding-top: clamp(16px, 1.8vw, 22px);
  padding-bottom: clamp(16px, 1.8vw, 22px);
}

.jobs-listing.section-pad {
  padding-top: clamp(42px, 6vw, 72px);
}

.listings-hero.has-candidate-proof {
  padding-bottom: clamp(32px, 4vw, 48px);
}
