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

.oblyx-mobile-menu-toggle,
.oblyx-mobile-menu {
  display: none;
}

.oblyx-cookie-notice__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.oblyx-cookie-notice__actions .button {
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  white-space: nowrap;
}

.oblyx-cookie-settings {
  padding: 0;
  border: 0;
  color: var(--oblyx-muted);
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.oblyx-cookie-settings:hover,
.oblyx-cookie-settings:focus-visible {
  color: var(--oblyx-blue);
}

.local-intro {
  padding: clamp(68px, 8vw, 112px) 0;
  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 68%);
}

.local-intro-grid,
.local-health-grid,
.local-david-grid,
.local-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.local-intro h1 {
  max-width: 800px;
  margin: 0 0 24px;
  color: #354247;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.local-intro-copy > p:not(.section-label),
.local-section-heading p,
.local-health-copy > p,
.local-enquiry-copy > p {
  color: #5b6775;
  font-size: 1.05rem;
  line-height: 1.7;
}

.local-intro-actions,
.local-contact-alternative {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.local-intro-panel,
.local-health-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(53, 66, 71, 0.09);
}

.local-intro-panel img {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
}

.local-intro-panel h2,
.local-health-card h3 {
  margin: 0 0 14px;
  color: #354247;
}

.local-intro-panel ul,
.local-health-card ul,
.local-professional-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 18px 0 0;
  color: #5b6775;
}

.local-services,
.local-professionals,
.local-health,
.local-david,
.local-enquiry {
  padding: clamp(64px, 8vw, 104px) 0;
}

.local-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.local-service-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.local-service-paths a {
  padding: 9px 13px;
  border: 1px solid rgba(55, 103, 160, 0.24);
  border-radius: 999px;
  color: #3767a0;
  background: #ffffff;
  font-size: 0.86rem;
  font-weight: 750;
}

.local-service-paths a:hover,
.local-service-paths a:focus-visible {
  border-color: #3767a0;
  background: #eef5fb;
}

.local-section-heading h2,
.local-health-copy h2,
.local-david-copy h2,
.local-enquiry-copy h2 {
  margin: 0 0 18px;
  color: #354247;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

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

.local-service-card,
.local-professional-card {
  display: block;
  padding: 26px;
  border: 1px solid rgba(53, 66, 71, 0.14);
  border-radius: 18px;
  color: inherit;
  background: #ffffff;
  transition: border-color 160ms ease, transform 160ms ease;
}

a.local-service-card:hover,
a.local-service-card:focus-visible,
a.local-professional-card:hover,
a.local-professional-card:focus-visible {
  border-color: rgba(55, 103, 160, 0.5);
  transform: translateY(-2px);
}

.local-service-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  object-fit: contain;
}

.local-service-card h3,
.local-professional-card h3 {
  margin: 0 0 10px;
  color: #354247;
  font-size: 1.14rem;
}

.local-service-card p,
.local-professional-card p {
  margin: 0;
  color: #5b6775;
  font-size: 0.92rem;
  line-height: 1.6;
}

.local-health,
.local-enquiry {
  background: #f5f8fb;
}

.local-health-steps {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  counter-reset: health-step;
}

.local-health-steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  counter-increment: health-step;
}

.local-health-steps li::before {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #3767a0;
  content: counter(health-step);
  font-weight: 800;
}

.local-health-steps strong,
.local-health-steps span {
  display: block;
}

.local-health-steps span {
  margin-top: 3px;
  color: #5b6775;
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.local-professional-card > span {
  display: inline-block;
  margin-top: 16px;
  color: #3767a0;
  font-size: 0.86rem;
  font-weight: 800;
}

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

.homepage-start-grid .local-health-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.homepage-start-grid .local-health-card > img {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  object-fit: contain;
}

.homepage-start-grid .local-health-card > p:not(.section-label) {
  flex: 1;
  color: #5b6775;
  line-height: 1.65;
}

.homepage-start-grid .local-health-card .button {
  margin-top: 20px;
}

.local-david {
  background: #f5f8fb;
}

.local-david-grid {
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
  max-width: 1120px;
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(55, 103, 160, 0.16);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(53, 66, 71, 0.1);
}

.local-david-portrait {
  overflow: hidden;
  height: clamp(390px, 37vw, 470px);
  margin: 0;
  border-radius: 20px;
  background: #dfe8ef;
}

.local-david-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.local-david-copy h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3.25vw, 3.05rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.local-david-copy > p:not(.section-label) {
  margin: 0 0 18px;
  color: #5b6775;
  font-size: 1.02rem;
  line-height: 1.72;
}

.local-david-copy .local-david-intro {
  color: #354247;
  font-size: 1.16rem;
  font-weight: 700;
}

.local-enquiry-copy h2 {
  font-size: clamp(2.05rem, 3.5vw, 3.25rem);
  line-height: 1.08;
}

.service-enquiry-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(53, 66, 71, 0.08);
}

.service-enquiry-form label,
.service-enquiry-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  color: #354247;
  font-weight: 700;
}

.service-enquiry-form fieldset {
  padding: 0;
  border: 0;
}

.service-enquiry-form fieldset label {
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-size: 0.9rem;
  font-weight: 500;
}

.service-enquiry-form input,
.service-enquiry-form select,
.service-enquiry-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(53, 66, 71, 0.3);
  border-radius: 10px;
  color: #354247;
  background: #ffffff;
  font: inherit;
}

.service-enquiry-form input:focus,
.service-enquiry-form select:focus,
.service-enquiry-form textarea:focus {
  border-color: #3767a0;
  outline: 3px solid rgba(55, 103, 160, 0.16);
}

.service-enquiry-form .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service-enquiry-status,
.service-enquiry-confirmation {
  padding: 18px;
  margin-bottom: 18px;
  border-left: 4px solid #3767a0;
  border-radius: 8px;
  background: #eef5fb;
}

.service-enquiry-status strong,
.service-enquiry-status p,
.service-enquiry-confirmation h3,
.service-enquiry-confirmation p {
  margin: 0 0 8px;
}

.service-enquiry-confirmation {
  padding: clamp(28px, 5vw, 48px);
  margin: 0;
}

.trap-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Phase 1 public information architecture */
.edge-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 42px);
}

.edge-capability-grid a {
  padding: 22px 14px;
  border: 1px solid rgba(53, 66, 71, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.edge-capability-grid span {
  max-width: 230px;
}

.hub-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.hub-section-heading h2,
.about-principles h2,
.about-local h2 {
  margin: 0;
  color: #354247;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hub-problem-copy {
  color: #5b6775;
  line-height: 1.7;
}

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

.hub-module-card {
  display: block;
  color: #354247;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.hub-module-card:hover,
a.hub-module-card:focus-visible {
  border-color: rgba(55, 103, 160, 0.42);
  box-shadow: 0 16px 36px rgba(53, 66, 71, 0.09);
  transform: translateY(-3px);
}

.hub-module-card h2,
.hub-choice h3,
.about-principles h3 {
  margin: 0 0 10px;
  color: #354247;
}

.hub-module-card > span {
  display: inline-block;
  margin-top: 8px;
  color: #3767a0;
  font-size: 0.88rem;
  font-weight: 800;
}

.hub-module-card .hub-status {
  color: #5b6775;
}

.hub-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: hub-step;
}

.hub-journey li {
  position: relative;
  padding: 62px 20px 22px;
  border: 1px solid rgba(53, 66, 71, 0.14);
  border-radius: 18px;
  background: #ffffff;
  counter-increment: hub-step;
}

.hub-journey li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #3767a0;
  content: counter(hub-step);
  font-weight: 800;
}

.hub-journey strong,
.hub-journey span {
  display: block;
}

.hub-journey strong {
  color: #354247;
  line-height: 1.35;
}

.hub-journey span {
  margin-top: 8px;
  color: #5b6775;
  font-size: 0.9rem;
  line-height: 1.55;
}

.hub-choice {
  padding-top: 28px;
  padding-bottom: clamp(70px, 8vw, 110px);
}

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

.about-hero,
.contact-hero {
  padding: clamp(64px, 8vw, 110px) 0;
  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 68%);
}

.about-hero-grid,
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
}

.about-portrait {
  overflow: hidden;
  height: clamp(480px, 50vw, 660px);
  margin: 0;
  border-radius: 26px;
  background: #dfe8ef;
  box-shadow: 0 24px 60px rgba(53, 66, 71, 0.12);
}

.about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.about-copy h1,
.contact-hero h1 {
  margin: 0 0 24px;
  color: #354247;
  font-size: clamp(2.7rem, 4.8vw, 4.75rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.about-copy > p:not(.section-label),
.contact-hero p {
  color: #5b6775;
  font-size: 1.03rem;
  line-height: 1.72;
}

.about-copy .about-lead {
  color: #354247;
  font-size: 1.18rem;
  font-weight: 750;
}

.about-principles {
  padding: clamp(68px, 8vw, 106px) 0;
}

.about-local {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 56px);
  margin-top: 22px;
  margin-bottom: clamp(68px, 8vw, 108px);
  border-radius: 24px;
  color: #354247;
  background: #eef5fb;
}

.about-local > div {
  max-width: 800px;
}

.about-local p:not(.section-label) {
  color: #5b6775;
  line-height: 1.65;
}

.contact-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
}

.contact-choice,
.contact-trial-note {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(53, 66, 71, 0.08);
}

.contact-choice h2 {
  margin: 0 0 18px;
  color: #354247;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.contact-choice ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 0;
  color: #5b6775;
  line-height: 1.55;
}

.contact-trial-note {
  margin-top: 30px;
  padding: 22px;
  box-shadow: none;
}

.contact-trial-note p {
  margin: 6px 0 10px;
  font-size: 0.94rem;
}

/* Phase 2A service, expertise and sector pages */
.oblyx-nav-menu {
  position: relative;
}

.oblyx-nav-menu summary {
  color: #354247;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.oblyx-nav-menu summary::after {
  display: inline-block;
  margin-left: 6px;
  content: "\2304";
  font-size: 0.72rem;
  transform: translateY(-1px);
}

.oblyx-nav-menu[open] summary,
.oblyx-nav-menu summary:hover,
.oblyx-nav-menu summary:focus-visible {
  color: #3767a0;
}

.oblyx-nav-menu-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 80;
  display: grid;
  width: 330px;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(53, 66, 71, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(53, 66, 71, 0.16);
  transform: translateX(-50%);
}

.oblyx-nav-menu-panel a {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border-radius: 9px;
  color: #354247;
}

.oblyx-nav-menu-panel a:hover,
.oblyx-nav-menu-panel a:focus-visible {
  color: #3767a0;
  background: #eef5fb;
}

.oblyx-nav-menu-panel span {
  color: #6a7480;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.35;
}

.service-detail-hero {
  padding: clamp(66px, 8vw, 112px) 0;
  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 68%);
}

.service-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
}

.service-detail-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  color: #354247;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.service-detail-hero-copy > p:not(.section-label),
.service-detail-intro,
.service-detail-section p,
.service-availability p {
  color: #5b6775;
  font-size: 1rem;
  line-height: 1.7;
}

.service-detail-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(53, 66, 71, 0.09);
}

.service-detail-panel img {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  object-fit: contain;
}

.edge-detail-visual {
  overflow: hidden;
  margin: -18px -18px 24px;
  border-radius: 18px;
  background: linear-gradient(145deg, #eef5fb, #ffffff);
}

.edge-detail-visual img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-detail-hero.is-edge {
  background: linear-gradient(135deg, #eaf2f9 0%, #ffffff 72%);
}

.service-detail-panel h2 {
  margin: 0 0 14px;
  color: #354247;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.service-detail-panel ul,
.service-audience-list {
  display: grid;
  gap: 9px;
  padding-left: 20px;
  margin: 16px 0 0;
  color: #5b6775;
  line-height: 1.5;
}

.service-detail-section {
  padding: clamp(66px, 8vw, 104px) 0;
}

.service-detail-section.is-soft {
  background: #f5f8fb;
}

.service-detail-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.service-detail-heading h2,
.service-detail-band h2,
.service-related h2,
.service-final-cta h2 {
  margin: 0 0 16px;
  color: #354247;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

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

.service-topic-card,
.service-related-card {
  padding: 25px;
  border: 1px solid rgba(53, 66, 71, 0.14);
  border-radius: 18px;
  background: #ffffff;
}

.service-topic-card h3,
.service-related-card h3 {
  margin: 0 0 10px;
  color: #354247;
  font-size: 1.12rem;
}

.service-topic-card p,
.service-related-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.service-detail-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.service-workflow {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: service-step;
}

.service-workflow li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(53, 66, 71, 0.13);
  border-radius: 14px;
  background: #ffffff;
  counter-increment: service-step;
}

.service-workflow li::before {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #3767a0;
  content: counter(service-step);
  font-weight: 800;
}

.service-workflow strong,
.service-workflow span {
  display: block;
}

.service-workflow span {
  margin-top: 4px;
  color: #5b6775;
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-example {
  padding: clamp(26px, 4vw, 42px);
  border-left: 5px solid #3767a0;
  border-radius: 0 20px 20px 0;
  background: #eef5fb;
}

.service-example h3 {
  margin: 0 0 12px;
  color: #354247;
  font-size: 1.45rem;
}

.service-availability {
  padding: 24px;
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 18px;
  background: #ffffff;
}

.service-availability strong {
  color: #354247;
}

.service-disclaimer {
  padding: 18px 22px;
  border-radius: 14px;
  color: #354247;
  background: #f4f5f6;
  font-size: 0.91rem;
  line-height: 1.6;
}

.service-related {
  padding: clamp(60px, 7vw, 92px) 0;
}

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

.service-related-card {
  display: block;
  color: #354247;
  transition: border-color 160ms ease, transform 160ms ease;
}

.service-related-card:hover,
.service-related-card:focus-visible {
  border-color: rgba(55, 103, 160, 0.5);
  transform: translateY(-2px);
}

.service-related-card span {
  display: inline-block;
  margin-top: 12px;
  color: #3767a0;
  font-weight: 800;
}

.service-final-cta {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 58px);
  margin-bottom: clamp(70px, 8vw, 110px);
  border-radius: 26px;
  color: #354247;
  background: #eef5fb;
}

.service-final-cta > div {
  max-width: 820px;
}

.service-final-cta p {
  margin-bottom: 0;
  color: #5b6775;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .oblyx-nav-menu-panel {
    left: 0;
    transform: none;
  }
}

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

  .oblyx-mobile-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 4px;
    padding: 0;
    border: 1px solid rgba(53, 66, 71, 0.24);
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
  }

  .oblyx-mobile-menu-toggle > span[aria-hidden] {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #354247;
  }

  .oblyx-mobile-menu {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    z-index: 50;
    padding: 10px;
    border: 1px solid rgba(53, 66, 71, 0.16);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(53, 66, 71, 0.16);
  }

  .oblyx-mobile-menu:not([hidden]) {
    display: grid;
  }

  .oblyx-mobile-menu a {
    padding: 12px 14px;
    border-radius: 8px;
    color: #354247;
    font-weight: 700;
  }

  .oblyx-mobile-menu-heading {
    padding: 14px 14px 5px;
    color: #6a7480;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .oblyx-mobile-menu a:hover,
  .oblyx-mobile-menu a:focus-visible {
    color: #3767a0;
    background: #eef5fb;
  }

  .oblyx-mobile-menu-login {
    margin-top: 6px;
    color: #ffffff !important;
    background: #3767a0;
  }

  .local-intro-grid,
  .local-health-grid,
  .local-david-grid,
  .local-enquiry-grid,
  .local-professional-grid,
  .homepage-start-grid {
    grid-template-columns: 1fr;
  }

  .edge-capability-grid,
  .hub-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-hero-grid,
  .contact-hero-grid,
  .hub-choice-grid,
  .service-detail-hero-grid,
  .service-detail-band {
    grid-template-columns: 1fr;
  }

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

  .about-portrait {
    width: min(100%, 560px);
    height: min(112vw, 640px);
  }

  .about-local {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .local-david-grid {
    max-width: min(720px, calc(100% - 36px));
  }

  .local-david-portrait {
    height: clamp(360px, 72vw, 500px);
  }
}

@media (max-width: 680px) {
  .oblyx-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
  }

  .oblyx-actions {
    width: auto;
    align-items: center;
  }

  .oblyx-actions .button {
    display: none;
  }

  .oblyx-cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .oblyx-cookie-notice__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .local-intro h1 {
    font-size: clamp(2.55rem, 11.3vw, 3.4rem);
  }

  .local-service-grid,
  .service-enquiry-form .contact-grid {
    grid-template-columns: 1fr;
  }

  .edge-capability-grid,
  .hub-journey {
    grid-template-columns: 1fr;
  }

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

  .service-detail-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .service-final-cta .button {
    width: 100%;
  }

  .local-intro-actions .button,
  .service-enquiry-form .button,
  .homepage-start-grid .button {
    width: 100%;
  }

  .local-david-grid {
    gap: 26px;
    max-width: calc(100% - 36px);
    padding: 18px;
    border-radius: 22px;
  }

  .local-david-portrait {
    height: min(104vw, 430px);
    border-radius: 16px;
  }

  .local-david-copy h2,
  .local-enquiry-copy h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }
}

/* Oblyx public divisions — Local, Voice, Hub, Web and Studio */
.oblyx-nav > a {
  position: relative;
  padding: 23px 0 21px;
  color: #354247;
  font-weight: 720;
}

.oblyx-nav > a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #3767a0;
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.oblyx-nav > a:hover,
.oblyx-nav > a:focus-visible,
.oblyx-nav > a[aria-current="page"] {
  color: #3767a0;
}

.oblyx-nav > a:hover::after,
.oblyx-nav > a:focus-visible::after,
.oblyx-nav > a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.division-nav {
  border-bottom: 1px solid rgba(53, 66, 71, 0.1);
  background: #f8fafc;
}

.division-nav-inner {
  display: flex;
  min-height: 52px;
  gap: 24px;
  align-items: center;
}

.division-nav-name {
  margin-right: auto;
  color: #354247;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.division-nav a:not(.division-nav-name) {
  color: #5b6775;
  font-size: 0.82rem;
  font-weight: 700;
}

.division-nav a:hover,
.division-nav a:focus-visible,
.division-nav a[aria-current="page"] {
  color: #3767a0;
}

.portfolio-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 148px) 0 clamp(72px, 9vw, 126px);
  color: #ffffff;
  background:
    radial-gradient(circle at 79% 34%, rgba(55, 103, 160, 0.32), transparent 30%),
    linear-gradient(145deg, #172126 0%, #29363c 58%, #354247 100%);
}

.portfolio-hero::before,
.portfolio-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.portfolio-hero::before {
  top: -38%;
  right: -8%;
  width: min(58vw, 760px);
  aspect-ratio: 1;
}

.portfolio-hero::after {
  top: -19%;
  right: 1%;
  width: min(40vw, 520px);
  aspect-ratio: 1;
}

.portfolio-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
  gap: clamp(42px, 8vw, 116px);
  align-items: center;
}

.portfolio-hero .section-label {
  color: #91b4df;
}

.portfolio-hero h1 {
  max-width: 920px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(3.35rem, 7vw, 7.25rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.portfolio-hero-copy > p:not(.section-label) {
  max-width: 760px;
  margin: 0;
  color: #d4dde1;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.68;
}

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

.portfolio-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.portfolio-core {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.portfolio-core::before,
.portfolio-core::after {
  position: absolute;
  border: 1px solid rgba(145, 180, 223, 0.24);
  border-radius: 50%;
  content: "";
}

.portfolio-core::before { inset: 14%; }
.portfolio-core::after { inset: 29%; background: rgba(255, 255, 255, 0.04); }

.portfolio-core img {
  position: relative;
  z-index: 1;
  width: 42%;
  filter: brightness(0) invert(1) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.28));
}

.portfolio-core span {
  position: absolute;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #e8edf0;
  background: rgba(23, 33, 38, 0.82);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.portfolio-core .at-local { top: 6%; left: 13%; }
.portfolio-core .at-voice { top: 15%; right: 3%; }
.portfolio-core .at-hub { right: -2%; bottom: 25%; }
.portfolio-core .at-web { bottom: 5%; left: 44%; }
.portfolio-core .at-studio { bottom: 27%; left: -4%; }

.portfolio-intro,
.portfolio-divisions,
.portfolio-principles,
.division-section {
  padding: clamp(68px, 8vw, 112px) 0;
}

.portfolio-intro-grid,
.division-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(38px, 8vw, 110px);
  align-items: start;
}

.portfolio-intro h2,
.portfolio-section-heading h2,
.division-section-heading h2,
.division-split h2,
.division-band h2 {
  margin: 0;
  color: #354247;
  font-size: clamp(2.25rem, 4.2vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.portfolio-intro-copy p,
.division-split-copy p,
.division-section-heading p,
.division-band p {
  color: #5b6775;
  font-size: 1.02rem;
  line-height: 1.75;
}

.portfolio-intro-copy p:first-child,
.division-split-copy p:first-child {
  margin-top: 0;
  color: #354247;
  font-size: 1.18rem;
  font-weight: 690;
}

.portfolio-divisions { background: #f5f8fb; }

.portfolio-section-heading,
.division-section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.portfolio-section-heading p,
.division-section-heading p {
  margin-bottom: 0;
}

.division-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.division-card {
  position: relative;
  display: flex;
  min-height: 330px;
  grid-column: span 4;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(53, 66, 71, 0.13);
  border-radius: 24px;
  color: #354247;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.division-card:nth-child(1),
.division-card:nth-child(2) { grid-column: span 6; }

.division-card:hover,
.division-card:focus-visible {
  border-color: rgba(55, 103, 160, 0.45);
  box-shadow: 0 24px 54px rgba(53, 66, 71, 0.1);
  transform: translateY(-3px);
}

.division-card-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: auto;
  border-radius: 16px;
  background: #eef5fb;
}

.division-card-icon img { width: 38px; height: 38px; object-fit: contain; }
.division-card h3 { margin: 36px 0 10px; font-size: clamp(1.65rem, 2.6vw, 2.35rem); letter-spacing: -0.035em; }
.division-card p { max-width: 560px; margin: 0 0 24px; color: #5b6775; line-height: 1.65; }
.division-card > span { margin-top: auto; color: #3767a0; font-weight: 820; }

.portfolio-principles-grid,
.division-pillar-grid,
.division-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-intents {
  padding: clamp(68px, 8vw, 112px) 0 0;
}

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

.portfolio-intent-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 26px;
  border: 1px solid rgba(53, 66, 71, 0.13);
  border-radius: 18px;
  color: #354247;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.portfolio-intent-card:hover,
.portfolio-intent-card:focus-visible {
  border-color: rgba(55, 103, 160, 0.45);
  box-shadow: 0 18px 44px rgba(53, 66, 71, 0.09);
  transform: translateY(-2px);
}

.portfolio-intent-card strong { font-size: 1.08rem; }
.portfolio-intent-card span { color: #5b6775; line-height: 1.55; }

.portfolio-principle,
.division-pillar,
.division-work-card {
  padding: 28px;
  border: 1px solid rgba(53, 66, 71, 0.13);
  border-radius: 18px;
  background: #ffffff;
}

.portfolio-principle strong,
.division-pillar h3,
.division-work-card h3 {
  display: block;
  margin: 0 0 10px;
  color: #354247;
  font-size: 1.13rem;
}

.portfolio-principle p,
.division-pillar p,
.division-work-card p {
  margin: 0;
  color: #5b6775;
  line-height: 1.65;
}

.portfolio-founder {
  padding: clamp(32px, 5vw, 62px);
  margin-bottom: clamp(72px, 8vw, 112px);
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #29363c, #354247);
}

.portfolio-founder-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.portfolio-founder figure { overflow: hidden; height: 430px; margin: 0; border-radius: 18px; }
.portfolio-founder figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.portfolio-founder h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -0.04em; }
.portfolio-founder p { color: #d4dde1; font-size: 1.04rem; line-height: 1.72; }
.portfolio-founder .text-link { color: #9fc0e5; }

.division-hero {
  padding: clamp(72px, 9vw, 126px) 0;
  background: linear-gradient(140deg, #f2f6fa 0%, #ffffff 70%);
}

.division-hero.is-studio {
  color: #ffffff;
  background: linear-gradient(145deg, #172126 0%, #354247 100%);
}

.division-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
}

.division-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #354247;
  font-size: clamp(3.2rem, 6.3vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.division-hero.is-studio h1 { color: #ffffff; }

.division-hero-copy > p:not(.section-label) {
  max-width: 760px;
  color: #5b6775;
  font-size: clamp(1.06rem, 1.4vw, 1.24rem);
  line-height: 1.7;
}

.division-hero.is-studio .division-hero-copy > p:not(.section-label) { color: #d4dde1; }
.division-hero.is-studio .section-label { color: #9fc0e5; }

.division-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.division-hero.is-studio .button-secondary { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }

.division-mark {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(55, 103, 160, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 70px rgba(53, 66, 71, 0.1);
}

.division-mark::before,
.division-mark::after {
  position: absolute;
  border: 1px solid rgba(55, 103, 160, 0.14);
  border-radius: 50%;
  content: "";
}

.division-mark::before { width: 76%; aspect-ratio: 1; }
.division-mark::after { width: 48%; aspect-ratio: 1; }
.division-mark img { position: relative; z-index: 1; width: 120px; height: 120px; object-fit: contain; }
.division-mark strong { position: absolute; bottom: 34px; color: #354247; font-size: 0.84rem; letter-spacing: 0.13em; text-transform: uppercase; }

.division-hero.is-studio .division-mark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
.division-hero.is-studio .division-mark::before,
.division-hero.is-studio .division-mark::after { border-color: rgba(255,255,255,.12); }
.division-hero.is-studio .division-mark img { filter: brightness(0) invert(1); }
.division-hero.is-studio .division-mark strong { color: #d4dde1; }

.division-section.is-soft { background: #f5f8fb; }
.division-section-heading > p:last-child { margin-top: 18px; }
.division-pillar img { width: 42px; height: 42px; margin-bottom: 20px; object-fit: contain; }
.division-pillar a,
.division-work-card a { display: inline-block; margin-top: 18px; color: #3767a0; font-weight: 800; }

.division-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(53, 66, 71, 0.14);
}

.division-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(53, 66, 71, 0.14);
}

.division-list li::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #3767a0;
  background: #eef5fb;
  content: "\2713";
  font-weight: 900;
}

.division-list strong,
.division-list span { display: block; }
.division-list strong { color: #354247; }
.division-list span { margin-top: 3px; color: #5b6775; line-height: 1.55; }

.division-band {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 60px);
  margin-bottom: clamp(72px, 8vw, 112px);
  border-radius: 26px;
  background: #eef5fb;
}

.division-band > div { max-width: 830px; }
.division-band h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); }
.division-band p { margin-bottom: 0; }
.division-availability { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #354247; font-size: .82rem; font-weight: 800; }
.division-availability::before { width: 9px; height: 9px; border-radius: 50%; background: #10a56e; content: ""; }
.division-availability.is-developing::before { background: #f28c38; }

@media (max-width: 1080px) {
  .division-nav-inner { overflow-x: auto; }
  .division-nav a { flex: 0 0 auto; }
  .division-card { grid-column: span 6; }
  .division-card:last-child { grid-column: span 12; }
}

@media (max-width: 900px) {
  .portfolio-hero-grid,
  .portfolio-intro-grid,
  .portfolio-founder-grid,
  .division-hero-grid,
  .division-split { grid-template-columns: 1fr; }
  .portfolio-core { width: min(78vw, 410px); }
  .portfolio-principles-grid,
  .portfolio-intent-grid,
  .division-pillar-grid,
  .division-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-founder figure { height: min(94vw, 540px); }
}

@media (max-width: 680px) {
  .oblyx-mobile-menu a span { display: block; margin-top: 2px; color: #6a7480; font-size: .76rem; font-weight: 520; }
  .oblyx-mobile-menu a[aria-current="page"] { color: #3767a0; background: #eef5fb; }
  .division-nav-inner { min-height: 48px; gap: 18px; }
  .division-nav-name { display: none; }
  .portfolio-hero h1,
  .division-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .portfolio-hero-grid { gap: 52px; }
  .portfolio-core { width: min(88vw, 360px); }
  .division-card-grid,
  .portfolio-principles-grid,
  .portfolio-intent-grid,
  .division-pillar-grid,
  .division-work-grid { grid-template-columns: 1fr; }
  .division-card,
  .division-card:nth-child(1),
  .division-card:nth-child(2),
  .division-card:last-child { min-height: 300px; grid-column: auto; }
  .division-mark { min-height: 320px; }
  .division-band { align-items: flex-start; flex-direction: column; }
  .division-band .button { width: 100%; }
}
