@font-face {
  font-display: swap;
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/geist-latin.woff2") format("woff2");
}

/* Trade-sector page typography alignment. */
.trade-seo-page .trade-hero-copy h1,
.sector-detail-page .trade-hero-copy h1 {
  font-weight: 520;
}

.trade-seo-page .trade-hero-copy h1 span,
.sector-detail-page .trade-hero-copy h1 span {
  font-weight: 360;
}

.trade-seo-page .faq-layout > div:first-child,
.sector-detail-page .faq-layout > div:first-child {
  margin-bottom: 18px;
}

.trade-seo-page .faq-layout > div:first-child > p,
.sector-detail-page .faq-layout > div:first-child > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* Trade-specific SEO pages (1.8.0). */
.trade-list > span,
.trade-list > a {
  min-height: 82px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 560;
}

.trade-list > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 180ms ease;
}

.trade-list > a:hover {
  background: var(--paper);
}

.trade-list > a > span {
  min-height: 0;
  padding: 0;
  border: 0;
}

.trade-seo-focus {
  background: var(--paper);
}

.seo-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 76px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-focus-grid article {
  min-height: 330px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-focus-grid article > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
}

.seo-focus-grid h3 {
  margin: 78px 0 17px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.seo-focus-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.seo-visibility-map {
  width: min(100%, 550px);
  justify-self: end;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(0.8deg);
}

.seo-visibility-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #6d777c;
  font-family: "Geist Mono", monospace;
  font-size: 0.61rem;
}

.seo-visibility-head strong {
  color: var(--ink);
  font-weight: 500;
}

.seo-search-bar {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.seo-search-bar i {
  color: var(--coral);
  font-size: 1.4rem;
  font-style: normal;
}

.seo-map-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-map-grid > div {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-map-grid small {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.58rem;
}

.seo-map-grid strong {
  margin-top: auto;
  font-size: 0.94rem;
}

.seo-map-grid span {
  margin-top: 8px;
  color: #748087;
  font-size: 0.65rem;
  line-height: 1.4;
}

.trade-seo-web {
  background: #ccd3d7;
}

.trade-seo-secondary {
  background: var(--cream);
}

.trade-seo-secondary .service-fit-layout > div:first-child > p {
  max-width: 540px;
  margin-top: 30px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.trade-secondary-list {
  border-top: 1px solid var(--line);
}

.trade-secondary-list article {
  display: grid;
  grid-template-columns: 48px minmax(150px, 0.7fr) 1.3fr;
  gap: 20px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.trade-secondary-list article > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
}

.trade-secondary-list h3 {
  margin: 0;
  font-size: 1.1rem;
}

.trade-secondary-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.6;
}

.trade-seo-web .service-check-list {
  max-width: 560px;
  margin-bottom: 32px;
}

.trade-site-concept {
  overflow: hidden;
  border: 10px solid var(--paper);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 38px 80px rgba(23, 36, 47, 0.18);
  transform: rotate(-1deg);
}

.trade-site-content {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.trade-site-content > div:first-child {
  min-height: 370px;
  padding: clamp(42px, 6vw, 72px);
  background: var(--navy);
  color: white;
}

.trade-site-content small {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.trade-site-content h3 {
  max-width: 500px;
  margin: 28px 0 22px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.96;
}

.trade-site-content p {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.trade-site-content > div:first-child > strong {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 99px;
  background: white;
  color: var(--navy);
  font-size: 0.75rem;
}

.trade-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
}

.trade-proof-strip span {
  padding: 20px 10px;
  border-right: 1px solid var(--line);
  font-size: 0.65rem;
  text-align: center;
}

@media (max-width: 1080px) {
  .seo-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .seo-visibility-map {
    width: min(100%, 680px);
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .seo-focus-grid {
    grid-template-columns: 1fr;
  }

  .seo-map-grid {
    grid-template-columns: 1fr;
  }

  .seo-map-grid > div {
    min-height: 125px;
  }

  .trade-secondary-list article {
    grid-template-columns: 38px 1fr;
  }

  .trade-secondary-list p {
    grid-column: 2;
  }
}

/* Sector hub and trades / home-services page (1.7.0). */
.sectors-hub-hero .inner-hero-layout{align-items:center}.sector-feature-card{display:flex;width:min(100%,560px);min-height:520px;justify-self:end;flex-direction:column;padding:clamp(30px,4vw,48px);border:1px solid var(--line);border-radius:28px;background:var(--paper);box-shadow:var(--shadow);transform:rotate(.8deg);transition:transform .22s ease,background .22s ease,color .22s ease}.sector-feature-card:hover{background:var(--navy);color:#fff;transform:rotate(0) translateY(-5px)}.sector-feature-card-top{display:flex;align-items:center;justify-content:space-between;color:var(--coral);font-family:monospace;font-size:.66rem;letter-spacing:.05em;text-transform:uppercase}.sector-feature-card h2{margin:65px 0 24px;font-size:clamp(2.7rem,5vw,4.7rem);line-height:.92}.sector-feature-card p{max-width:430px;margin:0;color:var(--ink-soft);line-height:1.65}.sector-feature-card:hover p{color:rgba(255,255,255,.65)}.sector-feature-card ul{margin:30px 0 40px;padding:0;border-top:1px solid var(--line);list-style:none}.sector-feature-card li{padding:12px 0;border-bottom:1px solid var(--line);font-size:.82rem}.sector-feature-card>strong{display:flex;align-items:center;gap:9px;margin-top:auto;font-size:.82rem}.sector-reasons,.trade-problems{background:var(--paper)}.sector-reason-grid,.trade-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:74px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.sector-reason-grid article,.trade-problem-grid article{min-height:330px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.sector-reason-grid article>span,.trade-problem-grid article>span,.trade-service-grid>a>span{color:var(--coral);font-family:monospace;font-size:.64rem}.sector-reason-grid h3,.trade-problem-grid h3{margin:92px 0 18px;font-size:1.35rem;line-height:1.15}.sector-reason-grid p,.trade-problem-grid p{margin:0;color:var(--ink-soft);font-size:.87rem;line-height:1.65}
.trade-hero{position:relative;overflow:hidden;padding-top:var(--header-height);background:var(--cream)}.trade-hero-layout{position:relative;z-index:2;display:grid;min-height:720px;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:clamp(60px,8vw,120px);align-items:center;padding-top:95px;padding-bottom:95px}.trade-hero-copy h1{max-width:780px;margin:27px 0 30px;font-size:clamp(4rem,7.2vw,7.1rem);line-height:.89;letter-spacing:-.065em}.trade-hero-copy h1 span{display:block;color:#6f7a80}.trade-hero-copy>p{max-width:650px;color:var(--ink-soft);font-size:1.08rem;line-height:1.7}.enquiry-flow{width:min(100%,550px);justify-self:end;overflow:hidden;padding:10px;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow);transform:rotate(.8deg)}.enquiry-flow-header{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 18px;color:#6d777c;font-family:monospace;font-size:.61rem}.enquiry-flow-header strong{color:var(--ink);font-weight:500}.enquiry-flow ol{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.enquiry-flow li{display:grid;min-height:86px;grid-template-columns:40px 1fr auto;gap:15px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.enquiry-flow li>span{color:var(--coral);font-family:monospace;font-size:.62rem}.enquiry-flow li div{display:flex;flex-direction:column;gap:5px}.enquiry-flow li small{color:#778187;font-size:.64rem}.enquiry-flow li strong{font-size:1rem}.enquiry-flow li i{color:#8c969b;font-style:normal}.enquiry-flow li b{padding:8px 10px;border-radius:99px;background:var(--navy);color:#fff;font-size:.64rem}.trade-problem-grid{grid-template-columns:repeat(4,1fr)}.trade-problem-grid article{min-height:350px;padding:30px}.trade-problem-grid h3{margin-top:74px}
.trade-services{background:var(--navy);color:#fff}.trade-service-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:76px;border-top:1px solid var(--line-light);border-left:1px solid var(--line-light)}.trade-service-grid>a{display:grid;min-height:330px;grid-template-columns:1fr auto;padding:34px;border-right:1px solid var(--line-light);border-bottom:1px solid var(--line-light);transition:background .18s ease}.trade-service-grid>a:hover{background:rgba(255,255,255,.055)}.trade-service-grid>a>span{color:var(--coral-soft)}.trade-service-grid h3{grid-column:1/3;align-self:end;margin:50px 0 16px;font-size:1.7rem}.trade-service-grid p{grid-column:1/3;max-width:530px;margin:0;color:rgba(255,255,255,.58);font-size:.88rem;line-height:1.65}.trade-service-grid>a>strong{display:flex;grid-column:1/3;gap:8px;align-items:center;margin-top:28px;font-size:.75rem}.trade-case{background:#ccd3d7}.trade-fit{background:var(--cream)}.trade-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.trade-list span{min-height:82px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.88rem;font-weight:560}
@media(max-width:1080px){.trade-hero-layout{grid-template-columns:1fr .82fr;gap:45px}.trade-problem-grid{grid-template-columns:repeat(2,1fr)}.desktop-nav{gap:clamp(12px,1.45vw,24px)}}@media(max-width:900px){.trade-hero-layout,.sectors-hub-hero .inner-hero-layout{grid-template-columns:1fr}.trade-hero-layout{padding-top:100px}.enquiry-flow,.sector-feature-card{width:min(100%,680px);justify-self:start}.sector-reason-grid{grid-template-columns:1fr}}@media(max-width:680px){.trade-hero-copy h1{font-size:clamp(3.5rem,17vw,5.4rem)}.trade-service-grid,.trade-problem-grid,.trade-list{grid-template-columns:1fr}.trade-problem-grid article,.sector-reason-grid article{min-height:auto}.sector-reason-grid h3,.trade-problem-grid h3{margin-top:48px}.enquiry-flow-header strong{display:none}.enquiry-flow li{grid-template-columns:34px 1fr auto}.sector-feature-card{min-height:470px}}

/* WordPress integration */
.twn-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.twn-form-notice {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 650;
}

.twn-form-success {
  background: #dbe4e8;
  color: #102a3c;
}

.twn-form-error {
  border: 1px solid #5f8fa3;
  background: #fffdf8;
  color: #17242f;
}

.wp-page-content {
  min-height: 50vh;
}

.wp-page-content > h1 {
  max-width: 900px;
  font-size: clamp(3rem, 8vw, 7rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.custom-logo-link img,
.custom-logo {
  width: auto;
  max-height: 38px;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@font-face {
  font-display: swap;
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --ink: #17242f;
  --ink-soft: #48535b;
  --navy: #102a3c;
  --navy-deep: #091d2b;
  --cream: #f7f4ec;
  --cream-deep: #ede7da;
  --paper: #fffdf8;
  --coral: #5f8fa3;
  --coral-soft: #c5cfd6;
  --acid: #dbe4e8;
  --line: rgba(23, 36, 47, 0.16);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 26px 70px rgba(9, 29, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
summary {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: clamp(84px, 10vw, 144px) 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.icon-diagonal {
  transform: rotate(-45deg);
}

a:hover .icon:not(.icon-diagonal) {
  transform: translateX(4px);
}

a:hover .icon-diagonal {
  transform: translate(3px, -3px) rotate(-45deg);
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 650;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-light {
  background: var(--cream);
  color: var(--navy-deep);
}

.button-light:hover {
  background: var(--acid);
}

.button-dark {
  background: var(--navy);
  color: white;
}

.button-dark:hover {
  background: var(--coral);
}

.text-link {
  padding: 12px 2px;
  border-bottom: 1px solid currentColor;
}

.text-link-light {
  color: white;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 42, 60, 0.94);
  color: white;
  backdrop-filter: blur(18px);
}

.logo-link {
  justify-self: start;
}

.brand-mark {
  display: inline-block;
  line-height: 0;
}

.brand-mark img {
  width: auto;
  height: 38px;
}

.brand-mark-stacked img {
  height: 78px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  font-size: 0.86rem;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: white;
}

.services-dropdown {
  position: relative;
}

.services-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease;
}

.services-dropdown-trigger span {
  color: var(--coral-soft);
  font-size: 0.72rem;
  transition: transform 180ms ease;
}

.services-dropdown:hover > .services-dropdown-trigger,
.services-dropdown:focus-within > .services-dropdown-trigger,
.services-dropdown-trigger[aria-current="page"] {
  color: white;
}

.services-dropdown-trigger[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: var(--coral-soft);
  content: "";
}

.services-dropdown:hover > .services-dropdown-trigger span,
.services-dropdown:focus-within > .services-dropdown-trigger span {
  transform: rotate(180deg);
}

.services-dropdown-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 200;
  display: none;
  width: min(730px, calc(100vw - 48px));
  grid-template-columns: 0.76fr 1.24fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 0 22px 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

.services-dropdown:hover .services-dropdown-panel,
.services-dropdown:focus-within .services-dropdown-panel {
  display: grid;
}

.services-dropdown-intro {
  padding: 34px;
  background: var(--navy-deep);
  color: white;
}

.services-dropdown-intro > strong {
  display: block;
  max-width: 230px;
  font-size: 1.65rem;
  font-weight: 570;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.services-dropdown-intro p {
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  line-height: 1.55;
}

.services-dropdown-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 650;
}

.services-dropdown-intro .icon {
  width: 15px;
  height: 15px;
}

.services-dropdown-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 12px 22px;
  background: var(--paper);
}

.services-dropdown-links a {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 0 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.services-dropdown-links a:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.services-dropdown-links a:hover {
  color: var(--coral);
}

.services-dropdown-links a > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
}

.services-dropdown-links a > strong {
  font-size: 0.74rem;
  font-weight: 620;
  line-height: 1.3;
}

.services-dropdown-links .icon {
  width: 14px;
  height: 14px;
}

.header-contact-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
}

.header-phone {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  color: white;
}

.header-phone span {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.header-phone strong {
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 0.82rem;
  font-weight: 650;
}

.header-cta .icon {
  color: var(--coral-soft);
}

.mobile-menu {
  display: none;
  justify-self: end;
}

.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  display: grid;
  padding: 22px 24px 28px;
  border-top: 1px solid var(--line-light);
  background: var(--navy);
}

.mobile-menu nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line-light);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: white;
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  top: -260px;
  left: -250px;
  width: 720px;
  height: 720px;
}

.hero-orb-two {
  right: -420px;
  bottom: 0;
  width: 860px;
  height: 860px;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  align-items: center;
  gap: clamp(30px, 6vw, 88px);
  min-height: 720px;
  padding-top: 60px;
  padding-bottom: 72px;
}

.hero-copy h1 {
  max-width: 750px;
  margin-bottom: 30px;
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  font-weight: 540;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.hero-copy h1 span {
  display: block;
  color: var(--coral-soft);
  font-weight: 340;
}

.hero-intro {
  max-width: 590px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.local-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(215, 242, 119, 0.12);
}

.network-visual {
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: 1;
  justify-self: end;
}

.network-rings,
.network-rings::before,
.network-rings::after {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.network-rings::before {
  inset: 17%;
}

.network-rings::after {
  inset: 34%;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.network-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-dasharray: 3 8;
  stroke-width: 1.2;
}

.network-centre,
.network-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}

.network-centre {
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: var(--coral);
  box-shadow: 0 18px 70px rgba(255, 107, 74, 0.28);
  transform: translate(-50%, -50%);
}

.network-centre span {
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.network-centre strong {
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: 640;
}

.network-node {
  width: 84px;
  height: 84px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(16, 42, 60, 0.78);
  color: white;
  font-size: 0.78rem;
  font-weight: 650;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.network-node span {
  margin-bottom: 5px;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.network-node:hover {
  z-index: 3;
  background: var(--acid);
  color: var(--navy-deep);
  transform: scale(1.08);
}

.network-node:hover span {
  color: var(--navy-deep);
}

.network-node-1 { top: 1%; left: calc(50% - 42px); }
.network-node-2 { top: 23%; right: 1%; }
.network-node-3 { right: 2%; bottom: 17%; }
.network-node-4 { bottom: 0; left: calc(50% - 42px); }
.network-node-5 { bottom: 17%; left: 2%; }
.network-node-6 { top: 23%; left: 1%; }

.network-caption {
  position: absolute;
  right: auto;
  bottom: -38px;
  left: 50%;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.promise-strip {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line-light);
  background: rgba(5, 20, 30, 0.3);
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.promise-list span {
  position: relative;
  padding: 22px 22px 22px 34px;
  border-left: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.promise-list span:last-child {
  border-right: 1px solid var(--line-light);
}

.promise-list span::before {
  position: absolute;
  top: 27px;
  left: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acid);
  content: "";
}

/* Difference */
.difference {
  overflow: hidden;
  background: var(--paper);
}

.difference-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.difference-heading h2 {
  max-width: 720px;
}

.difference-copy {
  padding-top: 48px;
}

.difference-copy p {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.difference-copy .lead {
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.62;
}

.difference-copy .text-link {
  margin-top: 12px;
}

.model-comparison {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  align-items: stretch;
  margin-top: 90px;
}

.model-comparison article {
  position: relative;
  padding: 38px 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.model-comparison article:first-child {
  border-left: 1px solid var(--line);
  border-radius: 22px 0 0 22px;
}

.model-comparison article:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 22px 22px 0;
}

.model-comparison .comparison-featured {
  z-index: 2;
  margin: -20px 0;
  padding: 56px 40px;
  border: 0;
  border-radius: 22px;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow);
}

.comparison-label {
  color: #68737a;
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.comparison-featured .comparison-label {
  color: var(--coral-soft);
}

.model-comparison h3 {
  margin: 25px 0 14px;
  font-size: 1.42rem;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.model-comparison p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.65;
}

.comparison-featured p {
  color: rgba(255, 255, 255, 0.68);
}

.comparison-stamp {
  display: inline-block;
  margin-top: 26px;
  padding: 7px 12px;
  border: 1px solid rgba(215, 242, 119, 0.48);
  border-radius: 999px;
  color: var(--acid);
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Services */
.services {
  background: var(--cream);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
  gap: clamp(40px, 10vw, 150px);
  align-items: end;
}

.split-heading h2 {
  max-width: 760px;
}

.split-heading > p {
  margin: 0 0 5px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.service-list {
  margin-top: 76px;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 70px minmax(240px, 0.9fr) minmax(270px, 1.1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px 6px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.service-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: var(--paper);
}

.service-number {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.service-row h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.service-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

/* Work */
.work {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.work::before {
  position: absolute;
  top: -200px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.work-heading {
  position: relative;
}

.work-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.project-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 74px;
}

.project-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  transition: border 200ms ease, transform 200ms ease, background 200ms ease;
}

.project-card:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-5px);
}

.project-image {
  position: relative;
  height: 292px;
  overflow: hidden;
  background: #e9e5dc;
}

.project-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-card:hover .project-image img {
  transform: scale(1.035);
}

.project-index {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(9, 29, 43, 0.86);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  backdrop-filter: blur(8px);
}

.project-content {
  padding: 30px;
}

.project-location {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.project-content h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 590;
  letter-spacing: -0.04em;
}

.project-content > p {
  max-width: 52ch;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.52);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.project-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-family: "Geist", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0;
}

.project-open .icon {
  width: 16px;
  height: 16px;
}

.project-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(145deg, var(--coral-soft), var(--acid));
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 650;
}

.work-all {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

/* Editable case studies */
.case-studies-hero,
.case-study-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.case-studies-hero::before,
.case-study-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, black 0%, transparent 92%);
}

.case-studies-hero .page-orbit,
.case-study-hero .page-orbit {
  border-color: rgba(255, 255, 255, 0.1);
}

.case-studies-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 660px;
  padding: 155px 0 110px;
}

.case-studies-hero h1 {
  max-width: 1040px;
  margin: 74px 0 0;
  font-size: clamp(3.8rem, 7.6vw, 7.6rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.case-studies-hero h1 span {
  color: var(--coral-soft);
  font-weight: 350;
}

.case-studies-hero-inner > p {
  max-width: 680px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.case-studies-list {
  background: var(--paper);
}

.project-grid-light .project-card {
  border-color: var(--line);
  background: var(--cream);
  color: var(--ink);
}

.project-grid-light .project-card:hover {
  border-color: rgba(23, 36, 47, 0.32);
  background: white;
}

.project-grid-light .project-content > p {
  color: var(--ink-soft);
}

.project-grid-light .project-meta {
  border-top-color: var(--line);
  color: #687279;
}

.project-grid-light .project-open {
  color: var(--navy);
}

.case-study-hero {
  padding: 145px 0 0;
}

.case-study-hero > .shell {
  position: relative;
  z-index: 2;
}

.case-study-hero-copy {
  max-width: 930px;
  padding: 72px 0 82px;
}

.case-study-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 8.7vw, 8.8rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.88;
}

.case-study-hero-copy > p {
  max-width: 740px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.case-study-hero-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 8.7;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: var(--cream-deep);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
}

.case-study-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.case-study-body {
  background: var(--paper);
}

.case-study-body-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(60px, 10vw, 145px);
  align-items: start;
}

.case-study-facts {
  position: sticky;
  top: 120px;
}

.case-study-facts h2 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.case-study-facts > div {
  padding: 19px 0;
  border-top: 1px solid var(--line);
}

.case-study-facts > div span,
.case-study-facts > div strong {
  display: block;
}

.case-study-facts > div span {
  margin-bottom: 8px;
  color: #6a747a;
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-study-facts > div strong {
  font-size: 0.92rem;
  font-weight: 580;
  line-height: 1.5;
}

.case-study-facts .button {
  margin-top: 30px;
}

.case-study-content {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.case-study-content > *:first-child {
  margin-top: 0;
}

.case-study-content h2,
.case-study-content h3 {
  color: var(--ink);
}

.case-study-content h2 {
  margin: 70px 0 25px;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.case-study-content h3 {
  margin: 48px 0 18px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.case-study-content p,
.case-study-content ul,
.case-study-content ol {
  max-width: 72ch;
}

.case-study-content img {
  width: 100%;
  margin: 42px 0;
  border-radius: 18px;
}

.case-study-content .wp-block-gallery {
  margin: 42px 0;
}

.case-study-next {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 125px) 0;
  background: var(--navy);
  color: white;
}

.case-study-next-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}

.case-study-next-inner > div > span {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-study-next h2 {
  max-width: 800px;
  margin: 20px 0 0;
  font-size: clamp(3rem, 6vw, 6rem);
}

@media (max-width: 900px) {
  .case-studies-hero-inner {
    min-height: 0;
  }

  .case-study-body-layout {
    grid-template-columns: 1fr;
  }

  .case-study-facts {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .case-study-facts h2,
  .case-study-facts .button {
    grid-column: 1 / -1;
  }

  .case-study-next-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .work-all .button {
    width: 100%;
  }

  .case-studies-hero-inner {
    padding: 110px 0 82px;
  }

  .case-studies-hero h1 {
    margin-top: 52px;
    font-size: clamp(3.15rem, 15vw, 5rem);
  }

  .case-study-hero {
    padding-top: 110px;
  }

  .case-study-hero-copy {
    padding: 52px 0 62px;
  }

  .case-study-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .case-study-hero-image {
    aspect-ratio: 4 / 3;
    border-radius: 18px 18px 0 0;
  }

  .case-study-facts {
    display: block;
  }
}

/* Process */
.process {
  background: var(--coral-soft);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 12vw, 160px);
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 120px;
}

.process-intro h2 {
  font-size: clamp(2.7rem, 5.8vw, 5.15rem);
}

.process-intro > p {
  max-width: 48ch;
  margin: 28px 0;
  color: rgba(23, 36, 47, 0.75);
  line-height: 1.68;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 28px;
  padding: 36px 0 46px;
  border-top: 1px solid rgba(23, 36, 47, 0.24);
}

.process-steps li:last-child {
  border-bottom: 1px solid rgba(23, 36, 47, 0.24);
}

.process-steps > li > span {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 36, 47, 0.35);
  border-radius: 50%;
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
}

.process-steps h3 {
  margin: 0 0 13px;
  font-size: 1.55rem;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.process-steps p {
  max-width: 50ch;
  margin: 0;
  color: rgba(23, 36, 47, 0.72);
  line-height: 1.65;
}

/* FAQ */
.questions {
  background: var(--paper);
}

.questions-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(50px, 12vw, 170px);
}

.questions-layout h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
}

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

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

.faq-list summary {
  position: relative;
  padding: 26px 48px 26px 0;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 620;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 0;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-size: 1.1rem;
}

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

.faq-list details p {
  max-width: 62ch;
  margin: -5px 52px 27px 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* Contact */
.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 14vw, 180px) 0;
  background: var(--navy);
  color: white;
}

.contact::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
}

.contact-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.contact-orbit-one {
  top: -250px;
  right: -120px;
  width: 620px;
  height: 620px;
}

.contact-orbit-two {
  bottom: -270px;
  left: -190px;
  width: 560px;
  height: 560px;
}

.contact-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.contact-inner h2 {
  font-size: clamp(3.3rem, 8vw, 7.4rem);
}

.contact-inner > p {
  max-width: 610px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 42px;
}

/* Footer */
.site-footer {
  padding: 70px 0 28px;
  background: var(--navy-deep);
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 1fr;
  gap: 70px;
}

.footer-brand p {
  max-width: 420px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.footer-grid a:hover {
  color: white;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 2px 0 0;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.38);
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

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

.footer-legal a:hover {
  color: white;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto minmax(150px, 1fr);
  }

  .desktop-nav {
    gap: 22px;
  }

  .header-cta {
    display: none;
  }

  .header-contact-actions {
    gap: 0;
  }

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

  .network-caption {
    display: none;
  }

  .service-row {
    grid-template-columns: 54px minmax(220px, 0.8fr) 1fr;
  }

  .service-action {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 18px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .header-contact-actions {
    grid-column: 2;
  }

  .mobile-menu {
    grid-column: 3;
  }

  .mobile-services {
    border-bottom: 1px solid var(--line-light);
  }

  .mobile-services > summary {
    position: relative;
    padding: 13px 24px 13px 0;
    border-bottom: 0;
  }

  .mobile-services > summary::after {
    position: absolute;
    right: 2px;
    content: "+";
    color: var(--coral-soft);
  }

  .mobile-services[open] > summary::after {
    content: "−";
  }

  .mobile-services > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 12px;
  }

  .mobile-services > div a {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 8px;
    padding: 10px 12px 10px 0;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .mobile-services > div a:first-child {
    grid-column: 1 / -1;
    display: block;
    color: var(--acid);
    font-weight: 650;
  }

  .mobile-services > div a span {
    color: var(--coral-soft);
    font-family: "Geist Mono", monospace;
    font-size: 0.57rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 100px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .network-visual {
    width: min(100%, 560px);
    margin: 30px auto 0;
    justify-self: center;
  }

  .promise-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-list span:nth-child(3) {
    border-top: 1px solid var(--line-light);
  }

  .promise-list span:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }

  .difference-layout,
  .process-layout,
  .questions-layout {
    grid-template-columns: 1fr;
  }

  .difference-copy {
    max-width: 680px;
    padding-top: 0;
  }

  .model-comparison {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 70px;
  }

  .model-comparison article,
  .model-comparison article:first-child,
  .model-comparison article:last-child {
    border: 1px solid var(--line);
    border-radius: 18px;
  }

  .model-comparison .comparison-featured {
    margin: 0;
    border: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .split-heading > p {
    max-width: 580px;
  }

  .service-row {
    grid-template-columns: 46px 0.9fr 1.1fr;
    gap: 18px;
  }

  .project-image {
    height: 230px;
  }

  .process-intro {
    position: static;
  }

  .questions-layout {
    gap: 58px;
  }

  .footer-grid {
    grid-template-columns: 1fr 0.7fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .section {
    padding: 82px 0;
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .site-header {
    height: 68px;
    gap: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header .brand-mark img {
    height: 30px;
  }

  .footer-brand .brand-mark-stacked img {
    height: 70px;
  }

  .header-phone span {
    display: none;
  }

  .header-phone strong {
    font-size: 0.72rem;
  }

  .mobile-menu summary {
    font-size: 0.78rem;
  }

  .mobile-services > div {
    grid-template-columns: 1fr;
  }

  .mobile-services > div a:first-child {
    grid-column: 1;
  }

  .mobile-menu nav {
    top: 68px;
  }

  .hero-layout {
    padding-top: 78px;
    padding-bottom: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 17vw, 5rem);
    line-height: 0.89;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .text-link,
  .contact-actions .text-link {
    align-self: center;
  }

  .local-note {
    align-items: flex-start;
    font-size: 0.65rem;
    line-height: 1.5;
  }

  .pulse-dot {
    margin-top: 4px;
  }

  .network-visual {
    margin-top: 44px;
  }

  .network-centre {
    width: 112px;
    height: 112px;
  }

  .network-centre strong {
    font-size: 1rem;
  }

  .network-node {
    width: 66px;
    height: 66px;
    font-size: 0.68rem;
  }

  .network-node-1,
  .network-node-4 {
    left: calc(50% - 33px);
  }

  .promise-list {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .promise-list span,
  .promise-list span:nth-child(3),
  .promise-list span:nth-child(4) {
    padding: 17px 24px 17px 39px;
    border: 0;
    border-top: 1px solid var(--line-light);
  }

  .promise-list span:first-child {
    border-top: 0;
  }

  .promise-list span::before {
    top: 22px;
    left: 20px;
  }

  .model-comparison article,
  .model-comparison .comparison-featured {
    padding: 30px 26px;
  }

  .service-list {
    margin-top: 54px;
  }

  .service-row {
    grid-template-columns: 40px 1fr;
    padding: 25px 2px;
  }

  .service-row:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-row p {
    grid-column: 2;
  }

  .project-grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .project-image {
    height: 235px;
  }

  .project-content {
    padding: 24px;
  }

  .project-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-layout {
    gap: 60px;
  }

  .process-steps li {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .process-steps > li > span {
    width: 42px;
    height: 42px;
  }

  .contact {
    padding: 100px 0;
  }

  .contact-inner h2 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .contact-actions .button {
    font-size: 0.78rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Blog archive and individual articles */
.blog-page,
.article-page {
  background: var(--cream);
}

.blog-hero,
.article-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.blog-hero-inner,
.article-hero-inner {
  position: relative;
  z-index: 2;
}

.blog-hero-inner {
  padding-top: clamp(84px, 9vw, 136px);
  padding-bottom: 42px;
}

.blog-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 80px;
  margin-top: 68px;
}

.blog-hero h1,
.article-hero h1 {
  margin: 0;
  font-size: clamp(4.1rem, 8.3vw, 8.5rem);
  font-weight: 540;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.blog-hero h1 span {
  display: block;
  color: var(--coral-soft);
}

.blog-hero-copy > p,
.article-hero-inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.75;
}

.blog-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 74px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.blog-categories > span,
.post-card-meta,
.article-meta,
.article-aside > span,
.article-aside > div > span,
.article-navigation span {
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-categories > span {
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.46);
}

.blog-categories a {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.blog-categories a:hover {
  border-color: var(--coral-soft);
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

.blog-list {
  padding-top: clamp(72px, 8vw, 112px);
}

.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  min-height: 520px;
  margin-bottom: 92px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.featured-post-media,
.post-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--mist);
}

.featured-post-media img,
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.featured-post:hover img,
.post-card:hover img {
  transform: scale(1.025);
}

.post-card-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 34%, var(--coral-soft) 0 5px, transparent 6px),
    radial-gradient(circle at 71% 25%, var(--coral-soft) 0 5px, transparent 6px),
    radial-gradient(circle at 56% 74%, var(--coral-soft) 0 5px, transparent 6px),
    linear-gradient(145deg, #dfe7ea, #b9c8cf);
}

.post-card-placeholder::before,
.post-card-placeholder::after,
.post-card-placeholder i {
  position: absolute;
  height: 1px;
  background: rgba(16, 42, 60, 0.28);
  content: "";
  transform-origin: left center;
}

.post-card-placeholder::before { top: 34%; left: 24%; width: 49%; transform: rotate(-10deg); }
.post-card-placeholder::after { top: 36%; left: 24%; width: 45%; transform: rotate(42deg); }
.post-card-placeholder i:nth-child(1) { top: 25%; left: 54%; width: 18%; transform: rotate(164deg); }
.post-card-placeholder i:nth-child(2) { top: 74%; left: 56%; width: 31%; transform: rotate(-66deg); }
.post-card-placeholder i:nth-child(3) { top: 52%; left: 47%; width: 25%; transform: rotate(-58deg); }

.featured-post-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
}

.post-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  color: rgba(23, 36, 47, 0.53);
}

.post-card-meta span:first-child {
  color: var(--steel);
}

.featured-post h2 {
  margin: 54px 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.featured-post-copy > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.featured-post .text-link {
  margin-top: 36px;
}

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

.post-card {
  min-width: 0;
}

.post-card-media {
  aspect-ratio: 1.48 / 1;
  border-radius: 2px;
}

.post-card-content {
  padding-top: 24px;
}

.post-card h2 {
  margin: 28px 0 16px;
  font-size: clamp(1.55rem, 2.25vw, 2.3rem);
  line-height: 1.02;
}

.post-card-content > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.67;
}

.post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 650;
}

.blog-empty {
  max-width: 680px;
  padding: 70px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.blog-empty p {
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.navigation.pagination {
  margin-top: 70px;
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: white;
}

.article-hero-inner {
  padding-top: clamp(76px, 8vw, 120px);
  padding-bottom: clamp(82px, 9vw, 132px);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 62px;
  color: rgba(255, 255, 255, 0.54);
}

.article-meta span:first-child {
  color: var(--coral-soft);
}

.article-hero h1 {
  max-width: 1100px;
  margin-top: 34px;
  font-size: clamp(3.7rem, 7.5vw, 7.7rem);
  line-height: 0.92;
}

.article-hero-inner > p {
  max-width: 720px;
  margin-top: 40px;
  font-size: 1.1rem;
}

.article-featured-image {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}

.article-featured-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 760px);
  justify-content: center;
  gap: clamp(56px, 8vw, 112px);
}

.article-aside {
  position: sticky;
  top: 112px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.article-aside > span,
.article-aside > div > span {
  color: rgba(23, 36, 47, 0.46);
}

.article-aside > strong {
  color: var(--ink);
}

.article-aside > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-aside .text-link {
  align-self: flex-start;
  margin-top: 26px;
}

.article-content {
  min-width: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.82;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--ink);
}

.article-content h2 {
  margin: 2.2em 0 0.65em;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.article-content h3 {
  margin: 2em 0 0.55em;
  font-size: 1.65rem;
  letter-spacing: -0.025em;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin-bottom: 1.45em;
}

.article-content a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: var(--coral-soft);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-content blockquote {
  margin: 2.2em 0;
  padding: 12px 0 12px 32px;
  border-left: 4px solid var(--coral-soft);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.45;
}

.article-content img,
.article-content .wp-block-image {
  height: auto;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.article-content figcaption {
  margin-top: 10px;
  color: rgba(23, 36, 47, 0.52);
  font-size: 0.72rem;
}

.article-navigation {
  padding: 46px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.article-navigation-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.article-navigation-inner > div:last-child {
  text-align: right;
}

.article-navigation span {
  display: block;
  margin-bottom: 10px;
  color: rgba(23, 36, 47, 0.45);
}

.article-navigation a {
  font-size: 1rem;
  font-weight: 650;
}

.related-posts {
  background: var(--paper);
}

@media (max-width: 980px) {
  .blog-hero-copy,
  .featured-post {
    grid-template-columns: 1fr;
  }

  .blog-hero-copy {
    gap: 34px;
  }

  .featured-post-media {
    min-height: 420px;
  }

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

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

  .article-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
  }

  .article-aside > div,
  .article-aside .text-link {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .blog-hero-inner {
    padding-top: 72px;
  }

  .blog-hero-copy {
    margin-top: 48px;
  }

  .blog-hero h1,
  .article-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .blog-categories {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-post-media {
    min-height: 270px;
  }

  .featured-post-copy {
    padding: 34px 26px 42px;
  }

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

  .article-meta {
    margin-top: 48px;
  }

  .article-featured-image {
    width: 100%;
    margin-top: 0;
  }

  .article-aside,
  .article-navigation-inner {
    grid-template-columns: 1fr;
  }

  .article-navigation-inner > div:last-child {
    text-align: left;
  }

  .article-content {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Service page template */
.service-page {
  background: var(--cream);
}

.service-hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.service-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(23, 36, 47, 0.28) 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

.service-hero-orbit {
  position: absolute;
  border: 1px solid rgba(23, 36, 47, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.service-hero-orbit-one {
  top: -410px;
  right: -180px;
  width: 760px;
  height: 760px;
}

.service-hero-orbit-two {
  bottom: -400px;
  left: -330px;
  width: 720px;
  height: 720px;
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  min-height: 760px;
  padding-top: 72px;
  padding-bottom: 80px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 46px;
  color: #68737a;
  font-family: "Geist Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
}

.breadcrumbs a {
  transition: color 160ms ease;
}

.breadcrumbs a:hover {
  color: var(--coral);
}

.breadcrumbs > span:last-child {
  color: var(--ink);
}

.service-hero-copy h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.7rem, 7vw, 7rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.service-hero-copy h1 span {
  display: block;
  color: var(--coral);
  font-weight: 360;
}

.service-hero-copy > p {
  max-width: 610px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.62;
}

.service-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}

.service-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 46px;
}

.service-hero-proof span {
  position: relative;
  padding-left: 16px;
  color: #69747b;
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}

.service-hero-proof span::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.website-concept {
  position: relative;
  width: min(100%, 560px);
  justify-self: end;
  padding: 10px;
  border: 1px solid rgba(23, 36, 47, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 36px 90px rgba(23, 36, 47, 0.16);
  transform: rotate(1.2deg);
}

.concept-browser-bar,
.case-browser-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(23, 36, 47, 0.12);
}

.concept-browser-bar i,
.case-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5c2bb;
}

.concept-browser-bar span,
.case-browser-bar span {
  position: absolute;
  left: 50%;
  color: #7a8184;
  font-family: "Geist Mono", monospace;
  font-size: 0.54rem;
  transform: translateX(-50%);
}

.concept-page {
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  background: var(--paper);
}

.concept-nav {
  display: grid;
  grid-template-columns: 1.4fr 0.45fr 0.45fr auto;
  gap: 12px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.concept-nav > span:not(.concept-logo) {
  height: 5px;
  border-radius: 999px;
  background: #d8d6cf;
}

.concept-logo {
  font-size: 0.84rem;
  font-weight: 720;
}

.concept-nav strong {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 0.58rem;
  font-weight: 650;
}

.concept-hero-block {
  position: relative;
  min-height: 365px;
  padding: 62px 42px;
  background:
    radial-gradient(circle at 88% 78%, rgba(215, 242, 119, 0.88) 0 17%, transparent 17.3%),
    radial-gradient(circle at 94% 15%, rgba(255, 184, 167, 0.82) 0 25%, transparent 25.3%),
    var(--navy);
  color: white;
}

.concept-tag {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-hero-block b {
  display: block;
  max-width: 340px;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.concept-hero-block p {
  max-width: 300px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.55;
}

.concept-hero-block > strong {
  display: inline-block;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  font-size: 0.66rem;
}

.concept-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.concept-proof-row span {
  padding: 20px 12px;
  border-right: 1px solid var(--line);
  color: #6d767b;
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  text-align: center;
}

.concept-proof-row span:last-child {
  border-right: 0;
}

.concept-note {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(23, 36, 47, 0.15);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(23, 36, 47, 0.12);
}

.concept-note-one {
  top: 17%;
  left: -46px;
}

.concept-note-two {
  top: 64%;
  right: -38px;
}

.concept-note-three {
  bottom: 7%;
  left: -30px;
}

.service-capabilities {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.54);
}

.service-capabilities .shell {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.service-capabilities span {
  padding: 22px 12px;
  border-left: 1px solid var(--line);
  color: #5e696f;
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
  text-align: center;
}

.service-capabilities span:last-child {
  border-right: 1px solid var(--line);
}

.service-intro {
  background: var(--paper);
}

.service-intro-layout {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: clamp(60px, 12vw, 170px);
  align-items: start;
}

.service-intro-layout h2 {
  max-width: 620px;
}

.service-intro-layout > div {
  padding-top: 14px;
}

.service-intro-layout p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.service-intro-layout .service-lead {
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.62;
}

.service-check-list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.service-check-list li {
  position: relative;
  padding: 17px 0 17px 34px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.service-check-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.service-check-list li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--acid);
  color: var(--navy);
  content: "✓";
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.service-deliverables {
  background: var(--navy);
  color: white;
}

.service-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(50px, 10vw, 150px);
  align-items: end;
}

.service-section-heading h2 {
  max-width: 760px;
}

.service-section-heading > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
  margin-top: 78px;
  border-top: 1px solid var(--line-light);
}

.deliverables-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 3px 20px;
  padding: 33px 4px;
  border-bottom: 1px solid var(--line-light);
}

.deliverables-grid article > span {
  grid-row: 1 / 3;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
}

.deliverables-grid h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 610;
  letter-spacing: -0.025em;
}

.deliverables-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.62;
}

.service-case {
  background: var(--coral-soft);
}

.service-case-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.case-label {
  display: block;
  margin-bottom: 30px;
  color: rgba(23, 36, 47, 0.62);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-case-copy h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
}

.service-case-copy > p {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(23, 36, 47, 0.72);
  line-height: 1.72;
}

.case-details {
  margin: 38px 0 26px;
}

.case-details > div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(23, 36, 47, 0.2);
}

.case-details > div:last-child {
  border-bottom: 1px solid rgba(23, 36, 47, 0.2);
}

.case-details dt {
  color: rgba(23, 36, 47, 0.55);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.case-details dd {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 570;
}

.case-browser {
  overflow: hidden;
  border: 10px solid var(--paper);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 38px 80px rgba(23, 36, 47, 0.18);
  transform: rotate(-1.1deg);
  transition: transform 220ms ease;
}

.case-browser:hover {
  transform: rotate(0deg) translateY(-5px);
}

.case-browser-image {
  height: 510px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.case-browser-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  transition: transform 3.4s ease;
}

.case-browser:hover .case-browser-image img {
  /* Never let a screenshot shorter than the viewport move down and expose the frame. */
  transform: translateY(min(0px, calc(-100% + 510px)));
}

.service-process {
  background: var(--navy-deep);
  color: white;
}

.service-section-heading-dark > p {
  color: rgba(255, 255, 255, 0.58);
}

.service-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 82px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  list-style: none;
}

.service-process-steps li {
  position: relative;
  min-height: 280px;
  padding: 32px 28px;
  border-right: 1px solid var(--line-light);
}

.service-process-steps li:first-child {
  border-left: 1px solid var(--line-light);
}

.service-process-steps li > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.service-process-steps h3 {
  margin: 72px 0 13px;
  font-size: 1.35rem;
  font-weight: 600;
}

.service-process-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.85rem;
  line-height: 1.6;
}

.service-fit {
  background: var(--cream);
}

.service-fit-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(70px, 13vw, 180px);
}

.service-fit-layout > div:first-child {
  position: sticky;
  top: 120px;
  align-self: start;
}

.service-fit-layout > div:first-child > p {
  max-width: 500px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-fit-list {
  border-top: 1px solid var(--line);
}

.service-fit-list article {
  display: grid;
  grid-template-columns: 50px 0.7fr 1.3fr;
  gap: 22px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.service-fit-list article > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
}

.service-fit-list h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 620;
}

.service-fit-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.55;
}

.service-faq {
  background: var(--paper);
}

.related-services {
  padding: 85px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.related-services h2 {
  margin-bottom: 44px;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
}

.related-service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.related-service-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  min-height: 170px;
  padding: 25px;
  border-right: 1px solid var(--line);
  transition: background 180ms ease;
}

.related-service-links a:first-child {
  border-left: 1px solid var(--line);
}

.related-service-links a:hover {
  background: var(--cream);
}

.related-service-links a > span {
  grid-column: 1 / 3;
  align-self: start;
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.63rem;
}

.related-service-links strong {
  max-width: 240px;
  font-size: 1.12rem;
  font-weight: 610;
  letter-spacing: -0.02em;
}

.service-contact .contact-inner h2 {
  max-width: 980px;
  margin-inline: auto;
}

@media (max-width: 1080px) {
  .service-hero-inner {
    grid-template-columns: 1fr 0.82fr;
    gap: 50px;
  }

  .concept-note {
    display: none;
  }

  .service-case-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
  }

  .case-browser-image {
    height: 420px;
  }

  .case-browser:hover .case-browser-image img {
    transform: translateY(min(0px, calc(-100% + 420px)));
  }
}

@media (max-width: 900px) {
  .service-hero-inner,
  .service-intro-layout,
  .service-case-layout,
  .service-fit-layout {
    grid-template-columns: 1fr;
  }

  .service-hero-inner {
    padding-top: 100px;
  }

  .service-hero-copy {
    max-width: 700px;
  }

  .website-concept {
    width: min(100%, 600px);
    margin: 35px auto 0;
    justify-self: center;
  }

  .service-capabilities .shell {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-capabilities span:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .service-section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .deliverables-grid {
    gap: 0 30px;
  }

  .service-case-copy {
    max-width: 680px;
  }

  .case-browser {
    width: min(100%, 720px);
    margin: 10px auto 0;
  }

  .case-browser-image {
    height: 470px;
  }

  .case-browser:hover .case-browser-image img {
    transform: none;
  }

  .service-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-process-steps li:nth-child(2) {
    border-right: 0;
  }

  .service-process-steps li:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
  }

  .service-fit-layout > div:first-child {
    position: static;
  }
}

@media (max-width: 680px) {
  .service-hero-inner {
    padding-top: 74px;
    padding-bottom: 66px;
  }

  .breadcrumbs {
    margin-bottom: 34px;
  }

  .service-hero-copy h1 {
    font-size: clamp(3.25rem, 16vw, 4.9rem);
    line-height: 0.9;
  }

  .service-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .service-hero-actions .text-link {
    align-self: center;
  }

  .service-hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .website-concept {
    padding: 6px;
    border-radius: 17px;
  }

  .concept-nav {
    grid-template-columns: 1fr auto;
    padding: 16px;
  }

  .concept-nav > span:not(.concept-logo) {
    display: none;
  }

  .concept-hero-block {
    min-height: 330px;
    padding: 45px 25px;
  }

  .concept-hero-block b {
    font-size: 2.35rem;
  }

  .service-capabilities .shell {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .service-capabilities span,
  .service-capabilities span:nth-child(n + 4) {
    padding: 17px 8px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-capabilities span:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .deliverables-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .deliverables-grid article {
    grid-template-columns: 40px 1fr;
    padding: 27px 2px;
  }

  .case-label {
    line-height: 1.5;
  }

  .case-browser {
    border-width: 6px;
    border-radius: 15px;
  }

  .case-browser-image {
    height: 300px;
  }

  .service-process-steps {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .service-process-steps li,
  .service-process-steps li:nth-child(2) {
    min-height: 0;
    padding: 26px 20px 30px;
    border-right: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }

  .service-process-steps li:nth-child(n + 2) {
    border-top: 1px solid var(--line-light);
  }

  .service-process-steps h3 {
    margin-top: 34px;
  }

  .service-fit-list article {
    grid-template-columns: 36px 1fr;
    gap: 10px 16px;
  }

  .service-fit-list p {
    grid-column: 2;
  }

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

  .related-service-links a {
    min-height: 140px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .related-service-links a:last-child {
    border-bottom: 0;
  }
}

/* Shared service-page insight and proof panels */
.service-insight-panel {
  position: relative;
  width: min(100%, 550px);
  justify-self: end;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(23, 36, 47, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 36px 90px rgba(23, 36, 47, 0.16);
  transform: rotate(1deg);
}

.insight-panel-top {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: #6d777c;
  font-family: "Geist Mono", monospace;
  font-size: 0.61rem;
}

.insight-panel-top i {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-style: normal;
}

.insight-panel-top i::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  content: "";
  box-shadow: 0 0 0 4px rgba(204, 244, 85, 0.18);
}

.insight-panel-summary {
  padding: 42px 32px 36px;
  background: var(--navy);
  color: white;
}

.insight-panel-summary strong {
  display: block;
  max-width: 420px;
  color: var(--coral-soft);
  font-size: clamp(2.3rem, 4.5vw, 4.1rem);
  font-weight: 480;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.insight-panel-summary p {
  max-width: 390px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.6;
}

.insight-panel-list {
  padding: 10px 28px 22px;
  background: var(--paper);
}

.insight-panel-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.insight-panel-list > div:last-child {
  border-bottom: 0;
}

.insight-panel-list span {
  grid-row: 1 / 3;
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
}

.insight-panel-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: #788186;
  font-size: 0.72rem;
}

.insight-panel-list p strong {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 610;
}

.insight-panel-list i {
  display: block;
  grid-column: 2;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--coral-soft));
}

.service-proof-board {
  overflow: hidden;
  border: 9px solid var(--paper);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 38px 80px rgba(23, 36, 47, 0.17);
  transform: rotate(-1deg);
}

.proof-board-heading {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
  color: #6e787d;
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.proof-board-heading i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(204, 244, 85, 0.2);
}

.proof-board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--navy);
}

.proof-board-grid article {
  min-height: 190px;
  padding: 27px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: white;
}

.proof-board-grid article:nth-child(even) {
  border-right: 0;
}

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

.proof-board-grid article > span {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
}

.proof-board-grid h3 {
  margin: 44px 0 9px;
  font-size: 1.1rem;
  font-weight: 610;
}

  .proof-board-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .service-insight-panel {
    transform: rotate(0.4deg);
  }
}

/* Shared page navigation */
.desktop-nav a[aria-current="page"] {
  color: white;
}

.desktop-nav a[aria-current="page"]::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background: var(--coral-soft);
  content: "";
}

.mobile-menu a[aria-current="page"] {
  color: var(--coral-soft);
}

.mobile-menu .mobile-menu-cta {
  margin-top: 12px;
  border-bottom: 0;
  color: var(--acid);
  font-weight: 650;
}

/* Top-level content pages */
.content-page {
  background: var(--cream);
}

.inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background: var(--cream);
}

.inner-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: radial-gradient(rgba(23, 36, 47, 0.28) 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, black 0%, transparent 84%);
}

.page-orbit {
  position: absolute;
  border: 1px solid rgba(23, 36, 47, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.page-orbit-one {
  top: -390px;
  right: -210px;
  width: 760px;
  height: 760px;
}

.page-orbit-two {
  bottom: -430px;
  left: -330px;
  width: 720px;
  height: 720px;
}

.inner-hero-layout,
.contact-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  min-height: 700px;
  padding: 80px 0;
}

.inner-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.9rem, 7.4vw, 7.3rem);
  font-weight: 520;
  letter-spacing: -0.078em;
  line-height: 0.88;
}

.inner-hero-copy h1 span {
  display: block;
  color: var(--coral);
  font-weight: 350;
}

.inner-hero-copy > p {
  max-width: 640px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.inner-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}

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

.page-intro-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(60px, 12vw, 170px);
  align-items: start;
}

.page-intro-layout h2 {
  max-width: 670px;
}

.page-intro-layout > div {
  padding-top: 10px;
}

.page-intro-layout p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.page-intro-layout .page-lead {
  color: var(--ink);
  font-size: 1.24rem;
  line-height: 1.6;
}

.page-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: clamp(50px, 10vw, 150px);
  align-items: end;
}

.page-section-heading h2 {
  max-width: 780px;
}

.page-section-heading > p {
  margin: 0 0 4px;
  color: var(--ink-soft);
  line-height: 1.72;
}

/* About */
.team-map {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  justify-self: end;
}

.team-map::before {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(23, 36, 47, 0.22);
  border-radius: 50%;
  content: "";
}

.team-map-ring {
  position: absolute;
  border: 1px solid rgba(23, 36, 47, 0.11);
  border-radius: 50%;
}

.team-map-ring-one {
  inset: 4%;
}

.team-map-ring-two {
  inset: 25%;
}

.team-map-centre,
.team-map-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(9, 29, 43, 0.13);
}

.team-map-centre {
  top: 50%;
  left: 50%;
  width: 138px;
  height: 138px;
  flex-direction: column;
  background: var(--navy);
  color: white;
  transform: translate(-50%, -50%);
}

.team-map-centre span {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.team-map-centre strong {
  font-size: 1.35rem;
  font-weight: 620;
}

.team-map-node {
  width: 100px;
  height: 100px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.74rem;
  font-weight: 650;
}

.team-map-node-one { top: 0; left: calc(50% - 50px); }
.team-map-node-two { top: calc(50% - 50px); right: 0; }
.team-map-node-three { bottom: 0; left: calc(50% - 50px); }
.team-map-node-four { top: calc(50% - 50px); left: 0; }

.model-flow {
  background: var(--coral-soft);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 76px 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 36, 47, 0.24);
  border-bottom: 1px solid rgba(23, 36, 47, 0.24);
  list-style: none;
}

.flow-steps li {
  min-height: 285px;
  padding: 32px;
  border-right: 1px solid rgba(23, 36, 47, 0.24);
}

.flow-steps li:last-child {
  border-right: 0;
}

.flow-steps li > span,
.principle-list article > span,
.contact-option-list article > span {
  color: rgba(23, 36, 47, 0.58);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.flow-steps h3 {
  margin: 92px 0 14px;
  font-size: 1.5rem;
  font-weight: 620;
  letter-spacing: -0.035em;
}

.flow-steps p {
  max-width: 32ch;
  margin: 0;
  color: rgba(23, 36, 47, 0.7);
  line-height: 1.65;
}

.principles {
  background: var(--navy);
  color: white;
}

.principles-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 12vw, 160px);
}

.principles-layout > div:first-child {
  position: sticky;
  top: 120px;
  align-self: start;
}

.principles-layout > div:first-child p {
  max-width: 48ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.principle-list {
  border-top: 1px solid var(--line-light);
}

.principle-list article {
  display: grid;
  grid-template-columns: 48px 0.8fr 1.2fr;
  gap: 24px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line-light);
}

.principle-list article > span {
  color: var(--coral-soft);
}

.principle-list h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 610;
}

.principle-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.62;
}

.fit-callout {
  background: var(--cream);
}

.fit-callout-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(60px, 12vw, 170px);
}

.fit-callout-layout > div > p {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.7;
}

.fit-callout ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.fit-callout li {
  position: relative;
  padding: 18px 0 18px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}

.fit-callout li::before {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.page-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(105px, 14vw, 170px) 0;
  background: var(--navy);
  color: white;
}

.page-cta::before {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
}

.page-orbit-three {
  top: -300px;
  right: -180px;
  width: 660px;
  height: 660px;
  border-color: rgba(255, 255, 255, 0.12);
}

.page-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-cta-inner h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.page-cta-inner > p {
  max-width: 610px;
  margin: 30px auto 38px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

/* Services index */
.service-stack-visual {
  width: min(100%, 560px);
  justify-self: end;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(0.8deg);
}

.service-stack-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  color: #6d777c;
  font-family: "Geist Mono", monospace;
  font-size: 0.61rem;
}

.service-stack-heading i {
  color: var(--ink);
  font-style: normal;
}

.service-stack-visual > a {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 66px;
  padding: 0 18px;
  border-top: 1px solid var(--line);
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.service-stack-visual > a:hover {
  padding-right: 24px;
  background: var(--navy);
  color: white;
}

.service-stack-visual > a > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.service-stack-visual > a strong {
  font-size: 0.9rem;
  font-weight: 610;
}

.service-directory {
  background: var(--paper);
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 76px;
}

.service-index-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.service-index-card:hover {
  background: var(--navy);
  color: white;
  transform: translateY(-5px);
}

.service-index-card-top {
  display: flex;
  justify-content: space-between;
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.65rem;
}

.service-index-card h2 {
  max-width: 540px;
  margin: 52px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.service-index-card > p {
  max-width: 58ch;
  margin-bottom: 28px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.service-index-card:hover > p {
  color: rgba(255, 255, 255, 0.63);
}

.service-index-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.service-index-card li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-size: 0.59rem;
}

.service-index-card:hover li {
  border-color: var(--line-light);
}

.service-index-card > strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 0.78rem;
}

.service-pathways {
  background: var(--navy);
  color: white;
}

.service-pathways-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(60px, 12vw, 160px);
}

.service-pathways-layout > div:first-child {
  position: sticky;
  top: 120px;
  align-self: start;
}

.service-pathways-layout > div:first-child > p {
  max-width: 48ch;
  margin: 28px 0 36px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.pathway-list {
  border-top: 1px solid var(--line-light);
}

.pathway-list article {
  display: grid;
  grid-template-columns: 44px 0.8fr 1.2fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-light);
}

.pathway-list article > span {
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.pathway-list h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 610;
}

.pathway-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.88rem;
  line-height: 1.6;
}

.pathway-list strong {
  grid-column: 3;
  color: var(--acid);
  font-family: "Geist Mono", monospace;
  font-size: 0.59rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.service-choice .text-link {
  margin-top: 16px;
}

/* Contact page */
.contact-page-hero {
  background: var(--navy);
  color: white;
}

.contact-page-hero::before {
  opacity: 0.16;
  background-image: radial-gradient(rgba(255, 255, 255, 0.48) 0.7px, transparent 0.7px);
}

.contact-page-hero .page-orbit {
  border-color: rgba(255, 255, 255, 0.11);
}

.contact-page-hero .inner-hero-copy h1 span {
  color: var(--coral-soft);
}

.contact-page-hero .inner-hero-copy > p {
  color: rgba(255, 255, 255, 0.67);
}

.breadcrumbs-light {
  color: rgba(255, 255, 255, 0.48);
}

.breadcrumbs-light > span:last-child {
  color: white;
}

.breadcrumbs-light a:hover {
  color: var(--coral-soft);
}

.contact-card {
  width: min(100%, 520px);
  justify-self: end;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.22);
  transform: rotate(0.7deg);
}

.contact-card h2 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
}

.contact-card > p {
  margin: 20px 0 30px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.contact-method {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.contact-method > span {
  color: #737d82;
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.contact-method > strong {
  grid-row: 2;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  overflow-wrap: anywhere;
}

.contact-method > .icon {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--coral);
}

.contact-location {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-location > span {
  display: block;
  margin-bottom: 8px;
  color: #737d82;
  font-family: "Geist Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.contact-location p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.contact-brief {
  background: var(--paper);
}

.contact-brief-layout {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: clamp(60px, 11vw, 150px);
  align-items: center;
}

.contact-brief-layout > div:first-child > p {
  max-width: 48ch;
  margin-top: 28px;
  color: var(--ink-soft);
  line-height: 1.72;
}

.contact-form-prompts {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.contact-form-prompts li {
  position: relative;
  padding: 17px 0 17px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.contact-form-prompts li::before {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.contact-form {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.contact-form-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.contact-form-heading h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 590;
  letter-spacing: -0.045em;
}

.contact-form-heading p {
  margin: 0;
  color: #758086;
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.04em;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.form-grid label > span {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 650;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(23, 36, 47, 0.2);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-grid input,
.form-grid select {
  height: 50px;
  padding: 0 14px;
}

.form-grid textarea {
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--coral);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.14);
}

.form-grid input::placeholder {
  color: #929a9e;
}

.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.form-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--coral);
}

.form-consent a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/*
 * Contact Form 7 adds paragraph and line-break elements around form tags.
 * Normalise that generated markup so it follows the same compact grid as the
 * native theme form instead of creating oversized rows and broken field spans.
 */
.contact-form-cf7 .wpcf7-form > p:empty,
.contact-form-cf7 .form-grid br,
.contact-form-cf7 .cf7-consent br {
  display: none;
}

.contact-form-cf7 .form-grid > p {
  display: contents;
  margin: 0;
}

.contact-form-cf7 .form-grid label {
  min-width: 0;
}

.contact-form-cf7 .form-grid .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Keep the select and URL on one row; only the project message spans both. */
.contact-form-cf7 .form-grid .form-field-wide {
  grid-column: auto;
}

.contact-form-cf7 .form-grid label:has(textarea) {
  grid-column: 1 / -1;
}

.contact-form-cf7 .cf7-consent {
  display: block;
  margin-top: 20px;
}

.contact-form-cf7 .cf7-consent > p,
.contact-form-cf7 .contact-form-submit > p {
  margin: 0;
}

.contact-form-cf7 .cf7-consent .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact-form-cf7 .cf7-consent label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.contact-form-cf7 .cf7-consent .wpcf7-list-item-label {
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.contact-form-cf7 .contact-form-submit > p {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: none;
  color: inherit;
  font: inherit;
}

.contact-form-cf7 .wpcf7-spinner {
  margin: 0;
}

.contact-form-cf7 .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Legal, policy and form-confirmation pages */
.legal-page,
.thank-you-page {
  background: var(--cream);
}

.legal-hero,
.thank-you-panel {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.legal-hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(100px, 12vw, 170px) 0 clamp(84px, 10vw, 140px);
}

.legal-hero h1 {
  max-width: 980px;
  margin: 72px 0 26px;
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.legal-hero-inner > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.legal-contact-card {
  position: sticky;
  top: 112px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(9, 29, 43, 0.08);
}

.legal-contact-card > span {
  color: #6a747a;
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-contact-card h2 {
  margin: 20px 0 24px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.legal-contact-card a {
  display: block;
  margin-top: 9px;
  font-size: 0.84rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.legal-contact-card address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.5;
}

.legal-content {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.82;
}

.legal-content > *:first-child {
  margin-top: 0;
}

.legal-content h2 {
  margin: 70px 0 22px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.legal-content h3 {
  margin: 44px 0 16px;
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.legal-content ul,
.legal-content ol {
  margin: 22px 0 30px;
  padding-left: 1.3em;
}

.legal-content li + li {
  margin-top: 9px;
}

.legal-content a {
  color: var(--navy);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.thank-you-panel {
  min-height: min(760px, calc(100vh - 76px));
}

.thank-you-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 110px 0;
}

.thank-you-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: var(--navy-deep);
  font-size: 1.5rem;
  font-weight: 700;
}

.thank-you-label {
  margin: 34px 0 22px;
  color: var(--coral-soft);
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thank-you-inner h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.thank-you-inner > p:not(.thank-you-label) {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.08rem;
  line-height: 1.7;
}

.thank-you-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 44px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-contact-card {
    position: static;
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  .legal-hero-inner {
    padding: 80px 0 72px;
  }

  .legal-hero h1 {
    margin-top: 52px;
    font-size: clamp(3.2rem, 15vw, 5.2rem);
  }

  .legal-body {
    padding: 72px 0;
  }

  .legal-contact-card {
    padding: 24px;
  }

  .legal-content h2 {
    margin-top: 54px;
  }

  .thank-you-inner {
    padding: 86px 0;
  }

  .thank-you-inner h1 {
    font-size: clamp(3.7rem, 17vw, 5.6rem);
  }

  .thank-you-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .thank-you-actions .text-link {
    align-self: center;
  }
}

.contact-form-submit {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-form-submit button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.contact-form-submit p {
  max-width: 310px;
  margin: 0;
  color: #758086;
  font-family: "Geist Mono", monospace;
  font-size: 0.57rem;
  line-height: 1.5;
}

.brief-note {
  padding: 10px 34px 38px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--shadow);
  transform: rotate(-0.6deg);
}

.brief-note-top {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: #6d777c;
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.brief-note-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(204, 244, 85, 0.2);
}

.brief-note ol {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.brief-note li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.brief-note li > span {
  color: var(--coral);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
}

.brief-note li p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.6;
}

.brief-note li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.what-happens {
  background: var(--coral-soft);
}

.contact-options {
  background: var(--cream);
}

.contact-options-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 12vw, 160px);
}

.contact-option-list {
  border-top: 1px solid var(--line);
}

.contact-option-list article {
  display: grid;
  grid-template-columns: 44px 0.9fr 1.1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.contact-option-list h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 610;
}

.contact-option-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.62;
}

.page-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

@media (max-width: 1080px) {
  .inner-hero-layout,
  .contact-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
    gap: 50px;
  }

  .team-map-node {
    width: 88px;
    height: 88px;
  }

  .team-map-node-one { left: calc(50% - 44px); }
  .team-map-node-two { top: calc(50% - 44px); }
  .team-map-node-three { left: calc(50% - 44px); }
  .team-map-node-four { top: calc(50% - 44px); }
}

@media (max-width: 900px) {
  .inner-hero-layout,
  .contact-hero-layout,
  .page-intro-layout,
  .principles-layout,
  .fit-callout-layout,
  .service-pathways-layout,
  .contact-brief-layout,
  .contact-options-layout {
    grid-template-columns: 1fr;
  }

  .inner-hero-layout,
  .contact-hero-layout {
    min-height: 0;
    padding: 100px 0 90px;
  }

  .team-map,
  .service-stack-visual,
  .contact-card {
    width: min(100%, 610px);
    margin: 30px auto 0;
    justify-self: center;
    transform: none;
  }

  .page-section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-section-heading > p {
    max-width: 620px;
  }

  .principles-layout > div:first-child,
  .service-pathways-layout > div:first-child {
    position: static;
  }

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

  .service-index-card {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .inner-hero-layout,
  .contact-hero-layout {
    padding: 76px 0 74px;
  }

  .inner-hero-copy h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .inner-hero-actions,
  .page-cta-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .inner-hero-actions .text-link,
  .page-cta-actions .text-link {
    align-self: center;
  }

  .team-map {
    width: 100%;
  }

  .team-map-centre {
    width: 112px;
    height: 112px;
  }

  .team-map-node {
    width: 74px;
    height: 74px;
    font-size: 0.61rem;
  }

  .team-map-node-one { left: calc(50% - 37px); }
  .team-map-node-two { top: calc(50% - 37px); }
  .team-map-node-three { left: calc(50% - 37px); }
  .team-map-node-four { top: calc(50% - 37px); }

  .flow-steps {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .flow-steps li {
    min-height: 0;
    padding: 28px 4px 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 36, 47, 0.24);
  }

  .flow-steps li:last-child {
    border-bottom: 0;
  }

  .flow-steps h3 {
    margin-top: 42px;
  }

  .principle-list article,
  .pathway-list article,
  .contact-option-list article {
    grid-template-columns: 36px 1fr;
    gap: 10px 16px;
  }

  .principle-list p,
  .pathway-list p,
  .contact-option-list p,
  .pathway-list strong {
    grid-column: 2;
  }

  .service-stack-visual {
    padding: 6px;
    border-radius: 17px;
  }

  .service-stack-visual > a {
    grid-template-columns: 30px 1fr auto;
    min-height: 64px;
    padding: 0 14px;
  }

  .service-stack-visual > a strong {
    font-size: 0.78rem;
  }

  .service-card-grid {
    margin-top: 54px;
  }

  .service-index-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .service-index-card h2 {
    margin-top: 38px;
  }

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

  .contact-form {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .contact-form-heading,
  .contact-form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .form-field-wide {
    grid-column: 1;
  }

  .contact-form-cf7 .form-grid label:has(textarea) {
    grid-column: 1;
  }

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

  .brief-note {
    padding: 8px 22px 28px;
    transform: none;
  }

  .page-cta-inner h2 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }
}

@media (max-width: 900px) {
  .service-insight-panel {
    width: min(100%, 640px);
    margin: 34px auto 0;
    justify-self: center;
  }

  .service-proof-board {
    width: min(100%, 720px);
    margin: 10px auto 0;
    transform: none;
  }
}

@media (max-width: 680px) {
  .service-insight-panel {
    padding: 6px;
    border-radius: 17px;
  }

  .insight-panel-summary {
    padding: 34px 22px 30px;
  }

  .insight-panel-list {
    padding: 8px 20px 16px;
  }

  .insight-panel-list p {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .service-proof-board {
    border-width: 6px;
    border-radius: 16px;
  }

  .proof-board-grid {
    grid-template-columns: 1fr;
  }

  .proof-board-grid article,
  .proof-board-grid article:nth-child(even),
  .proof-board-grid article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

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

  .proof-board-grid h3 {
    margin-top: 30px;
  }
}
