:root {
  --services-paper: #f3f0e9;
  --services-paper-deep: #ded8ce;
  --services-white: #f8f6f1;
  --services-ink: #0b0b0a;
  --services-muted: rgba(11,11,10,.62);
  --services-line: rgba(11, 11, 10, .16);
  --services-sage: #0b0b0a;
  --services-sage-dark: #080807;
  --services-lime: #ded8ce;
  --services-clay: #d7bda3;
  --services-sans: "Century Gothic", CenturyGothic, Arial, sans-serif;
  --services-serif: "New Baskerville", "Baskerville Old Face", Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.services-page {
  margin: 0;
  background: var(--services-paper);
  color: var(--services-ink);
  font-family: var(--services-sans);
  overflow-x: hidden;
}
body.services-page a { color: inherit; }
body.services-page img { display: block; max-width: 100%; }
body.services-page h1,
body.services-page h2,
body.services-page h3,
body.services-page p { overflow-wrap: normal; word-break: normal; hyphens: none; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: -60px;
  left: 18px;
  padding: 12px 16px;
  background: var(--services-ink);
  color: var(--services-white) !important;
  font-size: 12px;
  text-decoration: none;
}
.skip-link:focus { top: 18px; }

/* Header */
.services-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto auto;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(243,240,233, .94);
  border-bottom: 1px solid var(--services-line);
  backdrop-filter: blur(16px);
}
.services-brand { display: block; width: clamp(180px, 16vw, 245px); }
.services-brand img { width: 100%; height: auto; }
.services-header nav { display: flex; justify-content: flex-end; gap: clamp(16px, 2.5vw, 42px); }
.services-header nav a,
.services-header-cta,
.services-mobile-cta {
  font-size: 10px;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}
.services-header nav a { color: var(--services-muted); }
.services-header nav a:hover,
.services-header nav a[aria-current="page"] { color: var(--services-ink); }
.services-header nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--services-clay); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.services-header-cta,
.services-mobile-cta { display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--services-sage-dark); color: var(--services-white) !important; }
.services-header-cta span,
.services-button span,
.services-mobile-cta span { font-size: 17px; line-height: .6; }
.services-header-cta:hover,
.services-button:hover,
.services-mobile-cta:hover { background: var(--services-sage); }
.services-menu-toggle { display: none; }
.services-mobile-menu { display: none; }

/* Shared page vocabulary */
.services-eyebrow,
.services-section-label,
.services-card-number,
.services-work-card-copy > span,
.services-work-card-copy > b {
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.services-eyebrow { color: var(--services-sage); }
.services-eyebrow { margin: 0 0 18px; font-weight: 700; }
.services-section-label { display: flex; align-items: center; gap: 16px; color: var(--services-muted); }
.services-section-label span:first-child { color: var(--services-clay); }
.services-section-label span:last-child { border-left: 1px solid var(--services-line); padding-left: 16px; }
.services-page h1,
.services-page h2,
.services-page h3 { margin-top: 0; }
.services-page h1 em,
.services-page h2 em { font-family: var(--services-serif); font-weight: 400; }
.services-text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.services-text-link span { font-size: 17px; line-height: .5; transition: transform .25s ease; }
.services-text-link:hover span { transform: translate(4px, -3px); }
.services-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 205px; padding: 17px 20px; border: 1px solid transparent; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.services-button-dark { background: var(--services-sage-dark); color: var(--services-white) !important; }
.services-button-light { background: transparent; border-color: rgba(243,240,233, .55); color: var(--services-white) !important; }
.services-button-light:hover { background: var(--services-white); color: var(--services-sage-dark) !important; }



/* Hero — one creative partner: promise, then proof. */
.services-hero {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 7vw, 96px);
  padding: clamp(64px, 8vw, 110px) clamp(28px, 6vw, 94px) clamp(72px, 8vw, 120px);
  background: var(--services-paper);
  border-bottom: 1px solid var(--services-line);
}

/* Zone one — promise */
.services-hero-copy { max-width: 920px; }
.services-hero-label {
  margin: 0 0 26px;
  color: var(--services-muted);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-hero-label span { margin: 0 .5em; color: var(--services-clay); }
.services-hero h1 {
  max-width: 900px;
  margin: 0 0 28px;
  font: 700 clamp(48px, 6vw, 104px) / .96 var(--services-sans);
  letter-spacing: -.065em;
  text-wrap: balance;
}
.services-hero h1 em {
  font-family: var(--services-serif);
  font-weight: 400;
  font-style: italic;
  color: var(--services-sage-dark);
}
.services-hero-intro {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--services-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}
.services-hero-positioning {
  margin: 0 0 34px;
  font: 400 13px/1.4 var(--services-serif);
  font-style: italic;
  color: var(--services-ink);
}
.services-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }

/* Zone two — interactive project stage */
.services-hero-stage {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}

.services-hero-index {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--services-line);
}
.services-hero-tab {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 4px;
  border: 0;
  border-bottom: 1px solid var(--services-line);
  background: none;
  color: var(--services-muted);
  font-family: var(--services-sans);
  text-align: left;
  cursor: pointer;
  transition: color .2s ease;
}
.services-hero-tab:hover { color: var(--services-ink); }
.services-hero-tab-index {
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--services-clay);
  flex: none;
}
.services-hero-tab-name {
  font-size: 15px;
  letter-spacing: -.01em;
}
.services-hero-tab[aria-selected="true"] {
  color: var(--services-ink);
}
.services-hero-tab[aria-selected="true"] .services-hero-tab-name {
  text-decoration: underline;
  text-decoration-color: var(--services-clay);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.services-hero-tab:focus-visible {
  outline: 2px solid var(--services-clay);
  outline-offset: 2px;
}

.services-hero-frame { position: relative; min-width: 0; }
.services-hero-panel { display: flex; flex-direction: column; gap: 20px; }
.services-hero-panel[hidden] { display: none; }

.services-hero-frame-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--services-line);
  background: var(--services-paper-deep);
  box-shadow: 0 30px 70px rgba(8, 8, 7, .16);
}
.services-hero-frame-browser {
  aspect-ratio: 16 / 10;
}
.services-hero-frame-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 14px;
  border-bottom: 1px solid var(--services-line);
  background: var(--services-white);
  color: var(--services-muted);
}
.services-hero-frame-bar span { width: 6px; height: 6px; border-radius: 50%; background: var(--services-clay); }
.services-hero-frame-bar b { margin-left: auto; font: 400 9px/1 var(--services-sans); letter-spacing: .08em; text-transform: uppercase; }
.services-hero-frame-browser { background: var(--services-white); }
.services-hero-frame-browser img { display: block; width: 100%; height: calc(100% - 32px); object-fit: contain; object-position: top center; }

.services-hero-frame-artboard {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  padding: clamp(20px, 3vw, 48px);
  background: var(--services-white);
}
.services-hero-frame-artboard img { display: block; width: auto; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }

.services-hero-frame-caption {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--services-line);
  color: var(--services-muted);
  font-size: 15px;
  line-height: 1.6;
}
.services-hero-frame-discipline {
  display: block;
  margin-bottom: 8px;
  color: var(--services-clay);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-hero-frame-caption b {
  display: block;
  margin-bottom: 4px;
  color: var(--services-ink);
  font-weight: 500;
}

/* Entrance motion: scatter-letter H1, then reveal the rest in order. */
.motion-ready .services-hero-label,
.motion-ready .services-hero h1,
.motion-ready .services-hero-intro,
.motion-ready .services-hero-positioning,
.motion-ready .services-hero-actions,
.motion-ready .services-hero-stage {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
}
.motion-ready .services-hero h1 { overflow: visible; }
.motion-ready .services-hero h1 .scatter-word { display: inline-block; white-space: nowrap; }
.motion-ready .services-hero h1 .scatter-char {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(var(--scatter-x), var(--scatter-y), 0) rotate(var(--scatter-r)) scale(.72);
  transform-origin: center;
  will-change: transform, opacity, filter;
}
.motion-ready .services-hero h1 em { display: inline-block; opacity: 0; transform: translateY(18px); }

.motion-ready .page-entered .services-hero-label,
.motion-ready .page-entered .services-hero-intro,
.motion-ready .page-entered .services-hero-positioning,
.motion-ready .page-entered .services-hero-actions,
.motion-ready .page-entered .services-hero-stage {
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity .9s ease, transform .9s cubic-bezier(.16, 1, .3, 1), filter .9s ease;
}
.motion-ready .page-entered .services-hero-label { transition-delay: 0s; }
.motion-ready .page-entered .services-hero-intro { transition-delay: .3s; }
.motion-ready .page-entered .services-hero-positioning { transition-delay: .4s; }
.motion-ready .page-entered .services-hero-actions { transition-delay: .48s; }
.motion-ready .page-entered .services-hero-stage { transition-delay: .3s; }
.motion-ready .page-entered .services-hero h1 { opacity: 1; transform: none; filter: none; transition: none; }
.motion-ready .page-entered .services-hero h1 .scatter-char {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  transition: transform 1.45s cubic-bezier(.16, .82, .18, 1), opacity .75s ease, filter 1.05s ease;
  transition-delay: calc(100ms + var(--scatter-delay));
}
.motion-ready .page-entered .services-hero h1 em { opacity: 1; transform: none; transition: none; }

/* Panel switch: a short, controlled fade — never rotation or scatter. */
.services-hero-panel {
  animation: services-hero-panel-in .4s cubic-bezier(.16, 1, .3, 1);
}
@keyframes services-hero-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .services-hero-label,
  .motion-ready .services-hero h1,
  .motion-ready .services-hero-intro,
  .motion-ready .services-hero-positioning,
  .motion-ready .services-hero-actions,
  .motion-ready .services-hero-stage,
  .motion-ready .services-hero h1 em,
  .motion-ready .services-hero h1 .scatter-char {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .services-hero-panel { animation: none; }
}

@media (max-width: 1100px) {
  .services-hero h1 { font-size: clamp(44px, 6.4vw, 78px); }
  .services-hero-stage { grid-template-columns: 1fr; }
  .services-hero-index {
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 0;
    border-bottom: 1px solid var(--services-line);
    padding-bottom: 4px;
  }
  .services-hero-tab {
    flex: 1 1 auto;
    min-width: 46%;
    border-bottom: 1px solid var(--services-line);
  }
}

@media (max-width: 760px) {
  .services-hero { gap: 44px; padding: 48px 20px 60px; }
  .services-hero h1 { font-size: clamp(38px, 11vw, 60px); letter-spacing: -.045em; }
  .services-hero-intro { font-size: 16px; }
  .services-hero-actions { gap: 18px 24px; }
  .services-hero-index { flex-direction: column; border-bottom: 0; }
  .services-hero-tab { min-width: 0; min-height: 44px; }
  .services-hero-frame-caption { font-size: 14px; }
}

@media (max-width: 420px) {
  .services-hero h1 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
}

/* Why Built by Clare — a quieter beat between the hero and the introduction. */
.services-reasons {
  padding: clamp(48px, 6vw, 80px) clamp(28px, 6vw, 94px);
  background: var(--services-paper);
  border-top: 1px solid var(--services-line);
}
.services-reasons .services-eyebrow { margin-bottom: 14px; }
.services-reasons h2 {
  max-width: 640px;
  margin: 0 0 clamp(28px, 4vw, 44px);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.2;
  letter-spacing: -.02em;
}
.services-reasons ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  margin: 0;
  padding: clamp(20px, 2.4vw, 28px) 0 0;
  list-style: none;
  border-top: 1px solid var(--services-line);
}
.services-reasons li { display: flex; flex-direction: column; gap: 6px; }
.services-reasons li > span {
  color: var(--services-clay);
  font-size: 10px;
  letter-spacing: .12em;
}
.services-reasons li b { font-size: 15px; font-weight: 500; }
.services-reasons li p { margin: 0; color: var(--services-muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 760px) {
  .services-reasons ol { grid-template-columns: 1fr; gap: 22px; }
}

/* Introduction */
.services-introduction { display: grid; grid-template-columns: minmax(160px, .4fr) minmax(0, 1fr); gap: 7vw; padding: clamp(80px, 12vw, 175px) clamp(28px, 10vw, 160px); background: var(--services-white); }
.services-introduction-content { max-width: 820px; }
.services-introduction h2 { max-width: 760px; margin-bottom: 34px; font-size: clamp(42px, 5.5vw, 82px); line-height: 1; letter-spacing: -.06em; }
.services-introduction-content > p:not(.services-eyebrow) { max-width: 690px; margin: 0 0 20px; color: var(--services-muted); font-size: 16px; line-height: 1.75; }
.services-introduction-content .services-text-link { margin-top: 22px; color: var(--services-sage); }

/* Offer: capability ledger (no grid, no boxes — a stacked row index) */
.services-offer { padding: clamp(80px, 11vw, 160px) clamp(28px, 8vw, 124px); background: var(--services-paper-deep); }
.services-section-heading { display: grid; grid-template-columns: minmax(160px, .4fr) minmax(0, 1fr); gap: 7vw; align-items: start; }
.services-section-heading h2,
.services-process-heading h2 { max-width: 760px; margin-bottom: 55px; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.06em; }
.services-ledger { margin-top: clamp(56px, 8vw, 96px); border-top: 1px solid var(--services-line); }
.services-ledger-row { position: relative; display: grid; grid-template-columns: clamp(64px, 8vw, 130px) minmax(0, 1fr) minmax(0, .85fr); align-items: center; column-gap: clamp(20px, 3.2vw, 54px); padding: clamp(30px, 4.4vw, 56px) 0; border-bottom: 1px solid var(--services-line); transition: padding-left .45s cubic-bezier(.16,1,.3,1); }
.services-ledger-num { font: 400 clamp(46px, 5.6vw, 84px)/1 var(--services-serif); color: transparent; -webkit-text-stroke: 1px var(--services-line); transition: color .45s ease, -webkit-text-stroke-color .45s ease; }
.services-ledger-row h3 { margin: 0; font: 700 clamp(28px, 3.6vw, 52px)/1.03 var(--services-sans); letter-spacing: -.04em; }
.services-ledger-body p { margin: 0 0 16px; max-width: 420px; color: var(--services-muted); font-size: 14px; line-height: 1.65; }
.services-ledger-body a { display: inline-flex; gap: 12px; align-items: center; color: var(--services-ink); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.services-ledger-body a span { font-size: 17px; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.services-ledger-body a:hover span, .services-ledger-body a:focus-visible span { transform: translate(3px, -3px); }
.services-ledger-row:hover, .services-ledger-row:focus-within { padding-left: 18px; }
.services-ledger-row:hover .services-ledger-num, .services-ledger-row:focus-within .services-ledger-num { color: var(--services-clay); -webkit-text-stroke-color: var(--services-clay); }

/* Outcomes */
.services-outcomes { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 9vw; padding: clamp(80px, 11vw, 160px) clamp(28px, 10vw, 160px); background: var(--services-sage-dark); color: var(--services-white); }
.services-outcomes-intro { align-self: start; position: sticky; top: 120px; }
.services-outcomes .services-eyebrow { color: #d7bda3; }
.services-outcomes h2 { max-width: 520px; margin-bottom: 28px; font-size: clamp(42px, 5.2vw, 78px); line-height: .98; letter-spacing: -.06em; }
.services-outcomes-intro > p:last-child { max-width: 420px; margin: 0; color: rgba(243,240,233, .68); font-size: 15px; line-height: 1.7; }
.services-outcome-list { border-top: 1px solid rgba(243,240,233, .22); }
.services-outcome-list article { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 25px; padding: 34px 0; border-bottom: 1px solid rgba(243,240,233, .22); }
.services-outcome-list article > span { color: #d7bda3; font-size: 10px; letter-spacing: .1em; }
.services-outcome-list h3 { margin-bottom: 12px; font-family: var(--services-serif); font-size: clamp(28px, 2.7vw, 42px); font-weight: 400; line-height: 1; }
.services-outcome-list p { max-width: 570px; margin: 0; color: rgba(243,240,233, .68); font-size: 14px; line-height: 1.7; }

/* Work */
.services-work { padding: clamp(80px, 11vw, 160px) clamp(28px, 8vw, 124px); background: var(--services-white); }
.services-work-heading h2 { margin-bottom: 58px; }
.services-work-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 18px; align-items: start; }
.services-work-card { display: block; background: var(--services-paper); text-decoration: none; transition: transform .35s ease, box-shadow .35s ease; }
.services-work-card:hover { transform: translateY(-7px); box-shadow: 0 18px 34px rgba(11,11,10,.13); }
.services-work-card-large { margin-top: 72px; }
.services-work-image { aspect-ratio: 1.1 / 1; overflow: hidden; }
.services-work-card-large .services-work-image { aspect-ratio: 1.25 / 1; }
.services-work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16, 1, .3, 1); }
.services-work-card:hover .services-work-image img { transform: scale(1.04); }
.services-work-card-copy { padding: 22px 22px 27px; }
.services-work-card-copy > span { color: var(--services-sage); }
.services-work-card-copy h3 { min-height: 80px; margin: 17px 0 28px; font-family: var(--services-serif); font-size: clamp(23px, 2.25vw, 33px); font-weight: 400; line-height: 1.05; }
.services-work-card-large .services-work-card-copy h3 { max-width: 450px; font-size: clamp(28px, 3vw, 45px); }
.services-work-card-copy > b { color: var(--services-muted); font-weight: 400; }
.services-work-link { margin-top: 48px; color: var(--services-sage); }

/* Process */
.services-process { padding: clamp(80px, 11vw, 150px) clamp(28px, 8vw, 124px); background: var(--services-lime); }
.services-process-heading { display: grid; grid-template-columns: minmax(160px, .4fr) minmax(0, 1fr); gap: 7vw; }
.services-process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--services-line); }
.services-process-list li { min-height: 275px; padding: 24px 24px 20px 0; border-right: 1px solid var(--services-line); }
.services-process-list li:not(:first-child) { padding-left: 24px; }
.services-process-list li:last-child { border-right: 0; }
.services-process-list li > span { color: var(--services-clay); font-size: 10px; letter-spacing: .1em; }
.services-process-list h3 { margin: 57px 0 15px; font-family: var(--services-serif); font-size: clamp(27px, 2.5vw, 38px); font-weight: 400; line-height: 1; }
.services-process-list p { margin: 0; color: var(--services-muted); font-size: 13px; line-height: 1.65; }
.services-process .services-button { margin-top: 38px; background: var(--services-sage-dark); }

/* FAQ and contact */
.services-faq { display: grid; grid-template-columns: minmax(160px, .4fr) minmax(0, 1fr); gap: 7vw; padding: clamp(80px, 11vw, 160px) clamp(28px, 10vw, 160px); background: var(--services-paper); }
.services-faq-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 7vw; }
.services-faq-intro h2 { margin-bottom: 28px; font-size: clamp(42px, 4.7vw, 72px); line-height: .98; letter-spacing: -.06em; }
.services-faq-intro > p:not(.services-eyebrow) { margin-bottom: 28px; color: var(--services-muted); font-size: 15px; line-height: 1.7; }
.services-faq-intro .services-text-link { color: var(--services-sage); }
.services-faq-list { border-top: 1px solid var(--services-line); }
.services-faq-list details { border-bottom: 1px solid var(--services-line); }
.services-faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; font-family: var(--services-serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.12; }
.services-faq-list summary::-webkit-details-marker { display: none; }
.services-faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 0; color: var(--services-clay); font-family: var(--services-sans); font-size: 23px; font-weight: 300; }
.services-faq-list details[open] summary::after { content: "−"; }
.services-faq-list details p { max-width: 650px; margin: -2px 40px 24px 0; color: var(--services-muted); font-size: 14px; line-height: 1.7; }
.services-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7vw; align-items: end; padding: clamp(70px, 9vw, 125px) clamp(28px, 10vw, 160px); background: #ded8ce; color: var(--services-sage-dark); }
.services-contact h2 { max-width: 850px; margin: 0; font-size: clamp(43px, 5.5vw, 84px); line-height: .98; letter-spacing: -.06em; }
.services-contact .services-eyebrow { color: var(--services-sage-dark); }
.services-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.services-contact-actions .services-text-link { color: var(--services-sage-dark); }

/* Footer */
.services-footer { display: grid; grid-template-columns: 1.1fr .9fr 1.5fr; grid-template-rows: auto auto; align-items: center; gap: 26px 50px; padding: 45px clamp(28px, 8vw, 124px) 32px; background: var(--services-sage-dark); color: rgba(243,240,233, .7); }
.services-footer-logo { display: block; width: clamp(190px, 18vw, 260px); }
.services-footer-logo img { width: 100%; height: auto; }
.services-footer p { margin: 0; font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.services-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 25px; }
.services-footer nav a { color: var(--services-white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.services-footer nav a:hover { color: #d7bda3; }
.services-footer-legal { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(243,240,233, .2); color: rgba(243,240,233, .48); }

@media (max-width: 1120px) {
  .services-header { grid-template-columns: minmax(180px, 230px) 1fr auto; }
  .services-header nav { gap: 16px; }
  .services-header-cta { display: none; }
  .services-work-grid { grid-template-columns: 1.15fr .85fr; }
  .services-work-card-large { grid-row: span 2; margin-top: 0; }
}
@media (max-width: 820px) {
  .services-header { min-height: 72px; grid-template-columns: 1fr auto; padding: 12px 20px; }
  .services-brand { width: 190px; }
  .services-header nav { display: none; }
  .services-menu-toggle { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 0 10px; border: 1px solid var(--services-line); border-radius: 50%; background: transparent; cursor: pointer; }
  .services-menu-toggle span { display: block; width: 100%; height: 1px; background: var(--services-ink); }
  .services-mobile-menu.open { position: fixed; z-index: 45; top: 72px; right: 0; left: 0; display: block; padding: 18px 20px 26px; background: var(--services-paper); border-bottom: 1px solid var(--services-line); box-shadow: 0 20px 38px rgba(11,11,10,.13); }
  .services-mobile-menu nav { display: grid; }
  .services-mobile-menu nav a { padding: 15px 0; border-bottom: 1px solid var(--services-line); font-family: var(--services-serif); font-size: 28px; text-decoration: none; }
  .services-mobile-cta { margin-top: 20px; }
  .services-introduction,
  .services-section-heading,
  .services-process-heading,
  .services-faq { grid-template-columns: 1fr; gap: 42px; }
  .services-section-heading h2,
  .services-process-heading h2 { margin-bottom: 42px; }
  .services-outcomes { grid-template-columns: 1fr; gap: 55px; }
  .services-outcomes-intro { position: static; }
  .services-faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .services-contact { grid-template-columns: 1fr; gap: 38px; }
  .services-footer { grid-template-columns: 1fr 1fr; }
  .services-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 760px) {
  .services-ledger-row { grid-template-columns: 1fr; row-gap: 14px; padding: 30px 0; }
  .services-ledger-num { font-size: clamp(38px, 13vw, 54px); }
  .services-ledger-row:hover, .services-ledger-row:focus-within { padding-left: 0; }
}
@media (max-width: 600px) {
  .services-outcome-list article { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
  .services-work-grid { grid-template-columns: 1fr; }
  .services-work-card-large { grid-row: auto; }
  .services-work-card-copy h3,
  .services-work-card-large .services-work-card-copy h3 { min-height: 0; font-size: 30px; }
  .services-process-list { grid-template-columns: 1fr; }
  .services-process-list li,
  .services-process-list li:not(:first-child) { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--services-line); }
  .services-process-list li:last-child { border-bottom: 0; }
  .services-process-list h3 { margin: 25px 0 12px; }
  .services-footer { grid-template-columns: 1fr; gap: 25px; }
  .services-footer nav { grid-column: 1; }
  .services-footer-legal { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Restored shared masthead: this page keeps the active site's primary navigation unchanged. */
body.services-page > header {
  position: relative;
  z-index: 75;
  height: 88px;
  display: grid;
  grid-template-columns: minmax(250px, 320px) 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 2.2vw 0 7.3vw;
  border-bottom: 1px solid var(--services-line);
  background: var(--services-paper);
  backdrop-filter: none;
}
body.services-page > header .header-full-logo {
  display: flex;
  align-items: flex-start;
  width: clamp(230px, 17vw, 310px);
  height: clamp(43px, 3.3vw, 56px);
  overflow: hidden;
}
body.services-page > header .header-full-logo img { display: block; width: 100%; height: auto; flex: none; }
body.services-page > header > nav { display: flex; flex-shrink: 1; min-width: 0; gap: clamp(18px, 3vw, 54px); }
body.services-page > header > nav a { font: 400 11px/1 var(--services-sans); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
body.services-page > header > nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--services-clay); text-decoration-thickness: 1px; text-underline-offset: 7px; }
body.services-page > header .header-project-cta { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 12px 0 10px; border-bottom: 1px solid rgba(11, 11, 10, .42); font: 400 9px/1 var(--services-sans); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
body.services-page > header .header-project-cta span { font-size: 17px; transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
body.services-page > header .header-project-cta:hover span { transform: translate(3px, -3px); }
body.services-page > header .menu-toggle { display: none; }
body.services-page > .mobile-menu { display: none; }
.compact-section-label, .compact-menu-word { display: none; }
@media (min-width: 761px) {
  body.services-page > header { transition: height .45s cubic-bezier(.16,1,.3,1), width .45s cubic-bezier(.16,1,.3,1), padding .45s cubic-bezier(.16,1,.3,1), top .45s cubic-bezier(.16,1,.3,1), right .45s cubic-bezier(.16,1,.3,1), background .3s ease, box-shadow .3s ease, border-radius .45s cubic-bezier(.16,1,.3,1); }
  body.services-page > header.header-compact { position: fixed; z-index: 70; top: 14px; right: 18px; left: auto; width: min(520px, calc(100vw - 36px)); height: 58px; padding: 0 8px 0 18px; grid-template-columns: 180px minmax(0,1fr) auto 40px; gap: 14px; border: 1px solid rgba(11,11,10,.14); border-radius: 32px; background: rgba(243,240,233,.9); box-shadow: 0 12px 38px rgba(20,16,11,.09); backdrop-filter: blur(16px); }
  body.services-page > header.header-compact > nav, body.services-page > header.header-compact .header-project-cta { display: none; }
  body.services-page > header.header-compact .header-full-logo { width: 180px; height: 34px; }
  body.services-page > header.header-compact .compact-section-label, body.services-page > header.header-compact .compact-menu-word { display: block; }
  body.services-page > header.header-compact .menu-toggle { display: flex; }
  body.services-page > header.header-compact .compact-section-label { min-width: 0; padding-right: 14px; overflow: hidden; border-right: 1px solid var(--services-line); color: rgba(11,11,10,.52); font: 400 11px/1 var(--services-sans); letter-spacing: .01em; text-overflow: ellipsis; white-space: nowrap; }
  body.services-page > header.header-compact .compact-menu-word { color: var(--services-ink); font: 400 8px/1 var(--services-sans); letter-spacing: .1em; text-transform: uppercase; }
  body.services-page > header.header-compact + .mobile-menu.open { display: flex; position: fixed; z-index: 69; inset: 0; min-height: 100svh; padding: clamp(115px,15vh,165px) 7.3vw 40px; flex-direction: column; background: rgba(243,240,233,.985); border: 0; box-shadow: none; backdrop-filter: blur(20px); }
}
@media (max-width: 1050px) and (min-width: 761px) {
  body.services-page > header { grid-template-columns: minmax(0,1fr) auto 44px; gap: 14px; padding: 0 24px; }
  body.services-page > header > nav, body.services-page > header .header-project-cta { display: none; }
  body.services-page > header .compact-menu-word { display: block; font: 400 8px/1 var(--services-sans); letter-spacing: .1em; text-transform: uppercase; }
  body.services-page > header .menu-toggle { display: flex; }
}
@media (max-width: 760px) {
  body.services-page > header { position: fixed; z-index: 70; top: 10px; right: 10px; left: 10px; width: auto; height: 56px; padding: 0 7px 0 16px; grid-template-columns: minmax(0,1fr) auto 38px; gap: 11px; border: 1px solid rgba(11,11,10,.14); border-radius: 29px; background: rgba(243,240,233,.92); box-shadow: 0 10px 30px rgba(20,16,11,.07); backdrop-filter: blur(16px); }
  body.services-page > header .header-full-logo { width: 158px; height: 30px; }
  body.services-page > header > nav, body.services-page > header .header-project-cta, body.services-page > header .compact-section-label { display: none; }
  body.services-page > header .compact-menu-word { display: block; font: 400 8px/1 var(--services-sans); letter-spacing: .1em; text-transform: uppercase; }
  body.services-page > .mobile-menu.open { display: flex; position: fixed; z-index: 69; inset: 0; min-height: 100svh; padding: 96px 20px 24px; flex-direction: column; background: rgba(243,240,233,.985); }
  body.services-page > .mobile-menu nav { display: grid; counter-reset: menu-link; }
  body.services-page > .mobile-menu nav a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--services-line); font: 400 clamp(37px,12vw,56px)/.98 var(--services-serif); letter-spacing: -.035em; text-decoration: none; counter-increment: menu-link; }
  body.services-page > .mobile-menu nav a::before { content: "0" counter(menu-link); align-self: start; padding-top: .5em; color: #d7bda3; font: 400 8px/1 var(--services-sans); letter-spacing: .12em; }
  body.services-page > .mobile-menu .responsive-menu-caption { display: block; margin: 0 0 26px; color: rgba(11,11,10,.48); font: 400 9px/1 var(--services-sans); letter-spacing: .16em; text-transform: uppercase; }
  body.services-page > .mobile-menu .responsive-menu-action { display: flex; margin-top: auto; padding: 20px 0 3px; border-top: 1px solid var(--services-line); justify-content: space-between; align-items: center; font: 400 10px/1 var(--services-sans); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
}

/* Reference neutral supplied for the Services contact band. */
.services-contact { background: #ded8ce; }
/* Squishy Bit screenshot: show only the wide header slice and hide the long empty middle. */
.services-work-card-squishy { grid-column: 2 / 4; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(240px, .82fr); }
.services-work-card-squishy .services-work-image { aspect-ratio: 2.15 / 1; }
.services-work-card-squishy .services-work-image img { height: auto; object-fit: initial; object-position: top center; }
.services-work-card-squishy .services-work-card-copy h3 { min-height: 0; }
@media (max-width: 1120px) {
  .services-work-card-squishy { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .services-work-card-squishy { display: block; grid-column: auto; }
  .services-work-card-squishy .services-work-image { aspect-ratio: 1.15 / 1; }
}

/* Selected Work: static hero crops from supplied project references. */
.services-work-card-screenshot .services-work-image { aspect-ratio: 2.15 / 1; }
.services-work-card-screenshot .services-work-image img { object-position: top center; }
.services-work-card-screenshot .services-work-card-copy h3 { min-height: 0; }
@media (max-width: 600px) {
.services-work-card-screenshot .services-work-image { aspect-ratio: 1.35 / 1; }
}

.services-page .compact-section-label,
.services-page .compact-menu-word {
  display: none;
}




/* Oakline brochure card — retain the full portrait artwork. */
.services-work-card-oakline .services-work-image{display:grid;place-items:center;background:var(--services-paper);padding:16px}
.services-work-card-oakline .services-work-image img{width:auto;height:100%;max-width:100%;object-fit:contain;object-position:center}
@media(max-width:600px){.services-work-card-oakline .services-work-image{padding:12px}}

/* Kingfisher branding card — retain the full guideline artwork. */
.services-work-card-kingfisher .services-work-image{display:grid;place-items:center;background:var(--services-paper);padding:16px}
.services-work-card-kingfisher .services-work-image img{width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center}
@media(max-width:600px){.services-work-card-kingfisher .services-work-image{padding:12px}}
/* The supplied Kingfisher guideline cover is a wide 16:9 artwork; keep its full width visible. */
.services-work-card-kingfisher .services-work-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.services-work-card-kingfisher .services-work-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
}
.services-work-card-kingfisher:hover .services-work-image img {
  transform: none;
}
/* Theseus guideline cover — retain the complete wide artwork. */
.services-work-card-theseus-branding .services-work-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.services-work-card-theseus-branding .services-work-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
}
.services-work-card-theseus-branding:hover .services-work-image img {
  transform: none;
}
/* Force the wide supplied covers to keep their source ratio in every selected-work state. */
.services-work-card-kingfisher .services-work-image,
.services-work-card-theseus-branding .services-work-image {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}
.services-work-card-kingfisher .services-work-image img,
.services-work-card-theseus-branding .services-work-image img {
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
/* Keep supplied website captures at their native ratios so no horizontal artwork is lost. */
.services-work-card-hope .services-work-image {
  aspect-ratio: 3 / 2 !important;
}
.services-work-card-jenna .services-work-image,
.services-work-card-theseus-world .services-work-image {
  aspect-ratio: 4 / 3 !important;
}
.services-work-card-hope .services-work-image img,
.services-work-card-jenna .services-work-image img,
.services-work-card-theseus-world .services-work-image img {
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
/* Compact expanded navigation: the services menu uses the shared light palette without scrolling. */
@media (max-width: 760px) {
  body.services-page > header { z-index: 90; }
  body.services-page > header .menu-toggle { display: flex !important; }

  body.services-page > header + .mobile-menu.open,
  body.services-page > header.header-compact + .mobile-menu.open {
    display: flex !important;
    position: fixed !important;
    z-index: 80 !important;
    inset: 0 !important;
    min-height: 100svh !important;
    max-height: 100svh;
    overflow: hidden;
    padding: 82px 20px 16px !important;
    flex-direction: column;
    background: rgba(243, 240, 233, .985);
    color: var(--services-ink);
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px);
  }

  body.services-page > header + .mobile-menu .responsive-menu-caption,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-caption {
    display: block !important;
    flex: 0 0 auto;
    margin: 0 0 8px !important;
    color: rgba(11, 11, 10, .48);
    font: 400 8px/1 var(--services-sans);
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  body.services-page > header + .mobile-menu nav,
  body.services-page > header.header-compact + .mobile-menu nav {
    display: grid !important;
    flex: 0 0 auto;
    gap: 0;
    counter-reset: menu-link;
  }

  body.services-page > header + .mobile-menu nav a,
  body.services-page > header.header-compact + .mobile-menu nav a {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 0;
    padding: 7px 0 !important;
    border-bottom: 1px solid var(--services-line);
    font: 400 clamp(22px, 7.2vw, 34px)/.98 var(--services-serif);
    letter-spacing: -.025em;
    text-decoration: none;
    counter-increment: menu-link;
  }

  body.services-page > header + .mobile-menu nav a::before,
  body.services-page > header.header-compact + .mobile-menu nav a::before {
    content: "0" counter(menu-link);
    align-self: start;
    padding-top: .45em;
    color: var(--services-clay);
    font: 400 8px/1 var(--services-sans);
    letter-spacing: .12em;
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--services-line);
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact a,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    padding: 12px !important;
    border: 1px solid var(--services-line) !important;
    color: var(--services-ink);
    font: 400 8px/1.2 var(--services-sans) !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact .responsive-menu-primary,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact .responsive-menu-primary {
    background: var(--services-ink);
    color: var(--services-paper);
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact span,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact span {
    flex: 0 0 auto;
    font: 400 16px/1 var(--services-sans);
  }

  body.responsive-menu-open { overflow: hidden; }
}

@media (max-width: 760px) and (max-height: 560px) {
  body.services-page > header + .mobile-menu.open,
  body.services-page > header.header-compact + .mobile-menu.open {
    padding: 70px 16px 10px !important;
  }

  body.services-page > header + .mobile-menu nav a,
  body.services-page > header.header-compact + .mobile-menu nav a {
    padding-block: 4px !important;
    font-size: clamp(20px, 6.4vw, 28px);
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact {
    padding-top: 8px;
  }

  body.services-page > header + .mobile-menu .responsive-menu-contact a,
  body.services-page > header.header-compact + .mobile-menu .responsive-menu-contact a {
    min-height: 38px;
    padding: 9px !important;
    font-size: 7px !important;
  }
}
/* Compact services menu detail rows. */
@media (max-width: 760px) {
  body.services-page > header + .mobile-menu nav a.has-menu-detail,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail {
    grid-template-columns: 26px minmax(0, 1fr) minmax(96px, .72fr) 18px;
    column-gap: 10px;
    padding: 10px 0 !important;
    font: 400 clamp(18px, 5.2vw, 26px)/1 var(--services-serif) !important;
  }

  body.services-page > header + .mobile-menu nav a.has-menu-detail::before,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail::before {
    display: none !important;
  }

  body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-index,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-index {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: .45em;
    color: #8c6545;
    font: 400 7px/1 var(--services-sans);
    letter-spacing: .12em;
  }

  body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-label,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-label {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    color: var(--services-ink);
    font: inherit;
  }

  body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-sub,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-sub {
    display: block !important;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    margin: 0 !important;
    color: rgba(11, 11, 10, .48);
    font: 400 7px/1.35 var(--services-sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: normal;
  }

  body.services-page > header + .mobile-menu nav a.has-menu-detail::after,
  body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail::after {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
  }
}

/* ===== Session restoration: canonical header/menu system (2026-08-02) ===== */
body.services-page > header .header-full-logo{flex-shrink:0}
body.services-page > header > nav{flex-shrink:1;min-width:0}
body.services-page > header .header-project-cta{flex-shrink:0}
body.services-page > .mobile-menu nav,body.services-page > header.header-compact + .mobile-menu nav{counter-reset:none}
body.services-page > .mobile-menu nav a::before,body.services-page > header.header-compact + .mobile-menu nav a::before,body.services-page > .mobile-menu nav a::after,body.services-page > header.header-compact + .mobile-menu nav a::after{content:none!important}
body.services-page > .mobile-menu nav a,body.services-page > header + .mobile-menu nav a,body.services-page > header.header-compact + .mobile-menu nav a{display:flex!important;grid-template-columns:none!important;align-items:baseline!important;gap:14px!important;padding:15px 0!important;font-size:16px;font-family:var(--services-sans);letter-spacing:normal!important;overflow:hidden;counter-increment:none!important}
body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-index,body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-index{font:500 10px/1 var(--services-sans)!important;color:var(--services-clay)!important;padding-top:0!important}
body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-label,body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-label{font:500 17px/1.3 var(--services-sans)!important;letter-spacing:.03em!important;text-transform:uppercase!important;color:var(--services-ink)!important}
body.services-page > header + .mobile-menu nav a.has-menu-detail > .mm-sub,body.services-page > header.header-compact + .mobile-menu nav a.has-menu-detail > .mm-sub{margin-left:auto!important;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;font:italic 400 11px/1 var(--services-serif)!important;letter-spacing:normal!important;text-transform:none!important;color:var(--services-muted)!important;white-space:nowrap}
body.services-page > .mobile-menu.open,body.services-page > header + .mobile-menu.open,body.services-page > header.header-compact + .mobile-menu.open{display:flex!important;position:fixed!important;z-index:69;inset:100px 18px auto auto!important;top:auto!important;left:auto!important;width:min(355px,calc(100vw - 36px))!important;min-height:0!important;max-height:calc(100svh - 120px)!important;overflow-y:auto;padding:14px 24px 22px!important;flex-direction:column;background:rgba(243,240,233,.97);border:1px solid rgba(11,11,10,.14);border-radius:20px;box-shadow:0 20px 55px rgba(20,16,11,.12);backdrop-filter:none}
body.services-page > header.header-compact + .mobile-menu.open{inset:82px 18px auto auto!important}
.responsive-menu-contact{display:flex!important;flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--services-line)}
.responsive-menu-primary,.responsive-menu-email{display:flex;justify-content:space-between;text-decoration:none;font:400 9px/1 var(--services-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--services-ink)}
.responsive-menu-email{color:var(--services-muted)}
body.services-page > .mobile-menu nav a,body.services-page > header + .mobile-menu nav a,body.services-page > header.header-compact + .mobile-menu nav a{text-decoration:none!important}
body.services-page > .mobile-menu nav a .mm-label,body.services-page > header + .mobile-menu nav a .mm-label{text-decoration:none!important}
@media(max-width:700px){
  body.services-page > .mobile-menu.open,body.services-page > header + .mobile-menu.open{top:auto!important;inset:88px 12px auto auto!important}
}

/* ===== Fine plus/cross toggle: no circle, ever (2026-08-02) ===== */
body.services-page > header .menu-toggle{position:relative;align-items:center;justify-content:center;flex-direction:row;gap:0;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:0;background:none}
body.services-page > header .menu-toggle .menu-icon{display:block;overflow:visible}
body.services-page > header .menu-toggle .menu-icon-chevron{fill:none;stroke:var(--services-ink);stroke-width:2;transform-box:fill-box;transform-origin:center;transition:transform .35s cubic-bezier(.16,1,.3,1),stroke .3s ease}
body.services-page > header .menu-toggle[aria-expanded="true"] .menu-icon-chevron{stroke:var(--services-clay);transform:rotate(180deg)}
body.services-page > header.header-compact .menu-toggle{width:44px;height:44px;border:0;border-radius:0;padding:0;background:none}
body.services-page > header.header-compact .menu-toggle span{width:16px}
