:root {
  --nx-ink: #070806;
  --nx-ink-2: #0d0f0c;
  --nx-ivory: #f3f1ea;
  --nx-lime: #dfff5a;
  --nx-cobalt: #707cff;
  --nx-coral: #ff6b74;
  --nx-muted: #a7aaa3;
  --nx-muted-light: #5d6059;
  --nx-line: rgba(255, 255, 255, 0.13);
  --nx-line-dark: rgba(7, 8, 6, 0.16);
  --nx-display: "Instrument Serif", Georgia, serif;
  --nx-sans: "Manrope", Inter, Arial, sans-serif;
  --nx-ease: cubic-bezier(.16, 1, .3, 1);
  --nx-gutter: clamp(1.15rem, 3vw, 3.5rem);
  --nx-max: 1280px;
}

html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body.nexus-premium-v1 { margin: 0; background: var(--nx-ink); color: #fff; font-family: var(--nx-sans); -webkit-font-smoothing: antialiased; }
body.nexus-premium-v1 *, body.nexus-premium-v1 *::before, body.nexus-premium-v1 *::after { box-sizing: border-box; }
body.nexus-premium-v1 a, body.nexus-premium-v1 button, body.nexus-premium-v1 input, body.nexus-premium-v1 textarea, body.nexus-premium-v1 select { font-family: inherit; }
body.nexus-premium-v1 a:focus-visible, body.nexus-premium-v1 button:focus-visible, body.nexus-premium-v1 input:focus-visible, body.nexus-premium-v1 textarea:focus-visible, body.nexus-premium-v1 summary:focus-visible { outline: 3px solid var(--nx-lime); outline-offset: 4px; }
body.nexus-premium-v1 .nexus-wrapper { cursor: auto !important; font-family: var(--nx-sans) !important; background: var(--nx-ink) !important; }
body.nexus-premium-v1 #cursor, body.nexus-premium-v1 [id="cursor"] { display: none !important; }
body.nexus-premium-v1 #wa-widget-wrapper { display: none !important; }
body.nexus-local-preview .grecaptcha-badge { visibility: hidden !important; }
body.nexus-premium-v1 .font-display { font-family: var(--nx-sans) !important; }
body.nexus-premium-v1 .font-sans { font-family: var(--nx-sans) !important; }
body.nexus-premium-v1 .text-brand-lime { color: var(--nx-lime) !important; }
body.nexus-premium-v1 .bg-brand-lime { background-color: var(--nx-lime) !important; }
body.nexus-premium-v1 .container { width: min(100%, var(--nx-max)) !important; padding-inline: var(--nx-gutter); }

.nx-eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 800; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.nx-eyebrow::before { content: ""; width: 1.65rem; height: 1px; background: currentColor; }
.nx-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.2rem; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .3s var(--nx-ease), background .3s ease, color .3s ease, border-color .3s ease; cursor: pointer; }
.nx-button:hover { transform: translateY(-2px); }
.nx-button--lime { background: var(--nx-lime); color: var(--nx-ink); }
.nx-button--dark { background: var(--nx-ink); color: #fff; }
.nx-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.nx-text-button { appearance: none; background: transparent; border: 0; padding: .75rem 0; font-weight: 800; cursor: pointer; color: inherit; }

/* Header */
.elementor-location-header { position: relative; z-index: 1000; height: 0; }
.elementor-location-header > .e-con { min-height: 0 !important; }
.elementor-location-header .elementor-sticky__spacer { display: none !important; }
.nx-nav { position: fixed; inset: 0 0 auto; z-index: 9990; height: 5.5rem; padding: .75rem var(--nx-gutter); transition: height .35s var(--nx-ease), background .35s ease, border-color .35s ease; border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(7,8,6,.72), rgba(7,8,6,0)); color: #fff; }
.nx-nav.is-scrolled { height: 4.75rem; background: rgba(7, 8, 6, .88); border-color: var(--nx-line); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); }
.nx-nav__inner { width: min(100%, 1440px); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 210px 1fr 210px; align-items: center; gap: 1.25rem; }
.nx-brand { display: inline-flex; align-items: baseline; width: max-content; color: #fff; text-decoration: none; line-height: 1; }
.nx-brand-word { font-size: 1.32rem; font-weight: 800; letter-spacing: -.055em; }
.nx-brand-dot { color: var(--nx-lime); font-size: 1.5rem; font-weight: 800; }
.nx-brand-sub { margin-left: .4rem; color: rgba(255,255,255,.54); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nx-nav__desktop { display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 1.5vw, 1.65rem); min-width: 0; }
.nx-nav__link { position: relative; display: flex; align-items: center; gap: .45rem; padding: .75rem .1rem; color: rgba(255,255,255,.79); font-size: .72rem; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; text-decoration: none; white-space: nowrap; cursor: pointer; list-style: none; transition: color .25s ease; }
.nx-nav__link::-webkit-details-marker { display: none; }
.nx-nav__link::after { content: ""; position: absolute; inset: auto 0 .35rem; height: 1px; background: var(--nx-lime); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--nx-ease); }
.nx-nav__link:hover, .nx-nav__group[open] > .nx-nav__link { color: #fff; }
.nx-nav__link:hover::after, .nx-nav__group[open] > .nx-nav__link::after { transform: scaleX(1); transform-origin: left; }
.nx-nav__group { position: relative; }
.nx-nav__group > summary span { transition: transform .3s ease; }
.nx-nav__group[open] > summary span { transform: rotate(45deg); }
.nx-nav-panel { position: absolute; top: calc(100% + .65rem); left: 50%; transform: translate(-50%, .5rem); width: min(46rem, calc(100vw - 3rem)); padding: .85rem; border: 1px solid var(--nx-line); border-radius: 1.4rem; background: rgba(12,14,11,.97); box-shadow: 0 28px 75px rgba(0,0,0,.44); opacity: 0; animation: nx-panel-in .28s var(--nx-ease) forwards; }
.nx-nav-panel--wide { display: grid; grid-template-columns: .72fr 1.3fr; gap: .75rem; }
.nx-nav-panel__intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.5rem; border-radius: 1rem; background: var(--nx-lime); color: var(--nx-ink); }
.nx-nav-panel__intro strong { max-width: 15rem; font-family: var(--nx-display); font-size: 1.7rem; font-weight: 400; line-height: 1.05; }
.nx-nav-panel__intro a { color: var(--nx-ink); font-size: .75rem; font-weight: 800; text-decoration: none; }
.nx-nav-panel__links { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.nx-nav-panel__links a, .nx-nav-panel--resources a { display: flex; flex-direction: column; gap: .3rem; padding: 1rem; border: 1px solid transparent; border-radius: .9rem; color: #fff; text-decoration: none; transition: background .25s ease, border-color .25s ease, transform .25s var(--nx-ease); }
.nx-nav-panel__links a:hover, .nx-nav-panel--resources a:hover { background: rgba(255,255,255,.055); border-color: var(--nx-line); transform: translateY(-2px); }
.nx-nav-panel__links span, .nx-nav-panel--resources span { font-size: .82rem; font-weight: 800; }
.nx-nav-panel__links small, .nx-nav-panel--resources small { color: var(--nx-muted); font-size: .68rem; line-height: 1.45; }
.nx-nav-panel--resources { width: 24rem; display: grid; gap: .25rem; }
.nx-nav__actions { display: flex; align-items: center; justify-content: flex-end; gap: .7rem; }
.nx-nav__planner { min-height: 2.8rem; padding: .7rem 1.05rem; border: 1px solid rgba(255,255,255,.88); border-radius: 999px; background: #fff; color: var(--nx-ink); font-size: .71rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: background .25s ease, border-color .25s ease, transform .25s ease; white-space: nowrap; }
.nx-nav__planner { min-width: 7.5rem; overflow: visible !important; }
.nx-nav__planner:hover { background: var(--nx-lime); border-color: var(--nx-lime); transform: translateY(-1px); }
.nx-nav__menu { display: none; width: 2.85rem; height: 2.85rem; padding: 0; border: 1px solid var(--nx-line); border-radius: 50%; background: rgba(255,255,255,.05); cursor: pointer; }
.nx-nav__menu > span:not(.screen-reader-text) { display: block; width: 1rem; height: 1px; margin: .26rem auto; background: #fff; transition: transform .3s ease; }
body.nx-menu-open .nx-nav__menu > span:nth-last-child(2) { transform: translateY(.15rem) rotate(45deg); }
body.nx-menu-open .nx-nav__menu > span:last-child { transform: translateY(-.15rem) rotate(-45deg); }
@keyframes nx-panel-in { to { opacity: 1; transform: translate(-50%, 0); } }

.nx-mobile-menu { position: fixed; inset: 0; z-index: 9980; padding: 7rem var(--nx-gutter) 2rem; background: var(--nx-ink); visibility: hidden; opacity: 0; transform: translateY(-1rem); transition: opacity .35s ease, transform .45s var(--nx-ease), visibility .35s; }
.nx-mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; transform: translateY(0); }
.nx-mobile-menu__inner { width: min(100%, 900px); height: 100%; margin: 0 auto; display: grid; grid-template-columns: .7fr 1.3fr; grid-template-rows: 1fr auto; gap: 2rem 4rem; }
.nx-mobile-menu__lead { padding-top: 1rem; color: var(--nx-muted); }
.nx-mobile-menu__lead p { max-width: 22rem; margin-top: 1.5rem; font-size: 1.1rem; line-height: 1.7; }
.nx-mobile-menu__links { display: flex; flex-direction: column; }
.nx-mobile-menu__links a { display: flex; justify-content: space-between; align-items: center; padding: .7rem 0; border-bottom: 1px solid var(--nx-line); color: #fff; font-family: var(--nx-display); font-size: clamp(2rem, 5vw, 4rem); line-height: 1; text-decoration: none; transition: color .25s ease, padding .3s var(--nx-ease); }
.nx-mobile-menu__links a:hover { color: var(--nx-lime); padding-left: .5rem; }
.nx-mobile-menu__links span { color: var(--nx-muted); font-family: var(--nx-sans); font-size: .65rem; font-weight: 800; }
.nx-mobile-menu__footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 1.25rem; border-top: 1px solid var(--nx-line); color: var(--nx-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
body.nx-menu-open { overflow: hidden; }

/* Global page rhythm */
.nexus-premium-template > section:first-of-type, .nexus-premium-template > header:first-of-type { padding-top: clamp(8.5rem, 12vw, 11rem) !important; }
.nexus-premium-template h1 { max-width: 18ch; margin-inline: auto; font-family: var(--nx-sans) !important; font-size: clamp(3.2rem, 7.4vw, 6rem) !important; font-weight: 700 !important; line-height: .96 !important; letter-spacing: -.055em !important; text-transform: none !important; text-wrap: balance; }
.nexus-premium-template h2 { font-family: var(--nx-sans) !important; letter-spacing: -.04em !important; text-transform: none !important; text-wrap: balance; }
.nexus-premium-template p { text-wrap: pretty; }
.nexus-premium-template .glass-card, .nexus-premium-template .glass-panel { border-color: var(--nx-line) !important; border-radius: 1.45rem !important; background: rgba(255,255,255,.035) !important; box-shadow: none !important; transition: transform .45s var(--nx-ease), border-color .35s ease, background .35s ease !important; }
.nexus-premium-template .glass-card:hover, .nexus-premium-template .glass-panel:hover { transform: translateY(-5px) !important; border-color: rgba(223,255,90,.46) !important; background: rgba(255,255,255,.055) !important; box-shadow: 0 24px 70px rgba(0,0,0,.2) !important; }
.nexus-premium-template .rounded-3xl { border-radius: 1.45rem !important; }
.nexus-premium-template .shadow-\[0_0_20px_rgba\(231\,254\,86\,0\.4\)\], .nexus-premium-template .shadow-\[0_0_40px_rgba\(231\,254\,86\,0\.6\)\] { box-shadow: none !important; }
.nexus-premium-template section { isolation: isolate; }
.nexus-premium-template section:nth-of-type(even) { background-image: linear-gradient(110deg, rgba(255,255,255,.018), transparent 55%) !important; }
.nexus-premium-template .reveal-type { opacity: 1; transform: none; }
.nexus-premium-template .nx-observed { opacity: 0 !important; transform: translateY(22px) !important; transition: opacity .8s ease, transform .8s var(--nx-ease) !important; }
.nexus-premium-template .nx-observed.is-visible { opacity: 1 !important; transform: translateY(0) !important; }

/* Premium homepage */
body.home #hero { min-height: min(900px, 100svh); padding: 8.5rem var(--nx-gutter) 5rem !important; border-bottom: 1px solid var(--nx-line); }
body.home #hero .container { display: block; }
body.home #hero .max-w-5xl { max-width: 750px; }
.nx-home-title { display: flex; flex-direction: column; max-width: 9.5ch !important; margin: 0 0 2rem !important; font-family: var(--nx-sans) !important; font-size: clamp(4rem, 7vw, 7rem) !important; font-weight: 650 !important; line-height: .88 !important; letter-spacing: -.07em !important; text-align: left; }
.nx-home-title em { color: var(--nx-lime); font-family: var(--nx-display); font-weight: 400; letter-spacing: -.035em; }
.nx-home-intro { max-width: 42rem; margin: 0 0 2.3rem; color: #c3c5bf; font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; }
.nx-home-hero-media { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.nx-home-hero-media::before { content: ""; position: absolute; inset: 8% -8% 18%; z-index: -1; background: radial-gradient(circle, rgba(112,124,255,.2), transparent 68%); filter: blur(16px); }
.nx-home-hero-media__frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid rgba(255,255,255,.17); border-radius: 14rem 14rem 1.75rem 1.75rem; background: #dce5eb; }
.nx-home-hero-media__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--nx-ease); }
.nx-home-hero-media:hover img { transform: scale(1.035); }
.nx-home-hero-media__frame > span { position: absolute; inset: auto .8rem .8rem; display: flex; justify-content: space-between; gap: 1rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(7,8,6,.78); backdrop-filter: blur(12px); color: #fff; font-size: .67rem; }
.nx-home-hero-media__frame b { color: var(--nx-lime); text-transform: uppercase; letter-spacing: .08em; }
.nx-home-hero-media__note { position: absolute; right: -1.5rem; bottom: 2rem; width: 12.5rem; padding: 1rem; border-radius: 1rem; background: var(--nx-lime); color: var(--nx-ink); transform: rotate(2deg); }
.nx-home-hero-media__note span { font-family: var(--nx-display); font-size: 1.7rem; }
.nx-home-hero-media__note p { margin: .35rem 0 0; font-size: .7rem; font-weight: 700; line-height: 1.5; }
body.home #hero .magnetic-btn { border-radius: 999px !important; box-shadow: none !important; font-size: .82rem !important; letter-spacing: .01em; }
body.home #hero .magnetic-btn .animate-pulse-slow { display: none; }
body.home #ambient-glow, body.home .noise-overlay, body.home #hero-canvas { opacity: .2 !important; }

.nx-selected-work { position: relative; z-index: 2; padding: clamp(5rem, 9vw, 9rem) var(--nx-gutter); background: var(--nx-ivory); color: var(--nx-ink); }
.nx-selected-work__head { width: min(100%, var(--nx-max)); margin: 0 auto 3rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.nx-selected-work__head h2 { max-width: 15ch; margin: 1rem 0 0; font-family: var(--nx-display) !important; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: .94; letter-spacing: -.04em !important; }
.nx-arrow-link { padding-bottom: .4rem; border-bottom: 1px solid currentColor; color: inherit; font-size: .78rem; font-weight: 800; text-decoration: none; }
.nx-project-grid { width: min(100%, var(--nx-max)); margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(1rem, 2.5vw, 2.25rem); }
.nx-project-card { display: flex; flex-direction: column; color: var(--nx-ink); text-decoration: none; }
.nx-project-card:nth-child(3), .nx-project-card:nth-child(4) { margin-top: 1.2rem; }
.nx-project-card__media { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 1.4rem; background: #dde3e3; }
.nx-project-card--feature { grid-row: span 2; }
.nx-project-card--feature .nx-project-card__media { aspect-ratio: 4 / 5; }
.nx-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--nx-ease), filter .5s ease; }
.nx-project-card:hover img { transform: scale(1.04); }
.nx-project-card__meta { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; padding: 1rem .2rem 0; }
.nx-project-card__meta span { font-size: 1rem; font-weight: 800; }
.nx-project-card__meta small { grid-column: 1; color: var(--nx-muted-light); font-size: .7rem; }
.nx-project-card__meta b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.25rem; transition: transform .3s var(--nx-ease); }
.nx-project-card:hover b { transform: translate(3px,-3px); }
.nx-home-area-link { display: inline-block; margin: -1rem 0 2rem; color: var(--nx-lime); }

/* Related content and tool clearance */
.nx-tool-breadcrumb { position: relative; z-index: 20; width: min(100%, var(--nx-max)); margin: 0 auto -7rem; padding: 7rem var(--nx-gutter) 0; }
.nx-tool-breadcrumb a { color: var(--nx-muted); font-size: .76rem; font-weight: 800; text-decoration: none; }
.nx-tool-breadcrumb a:hover { color: var(--nx-lime); }
body.nexus-page-sitemap-checker .nexus-premium-template { margin-top: 7rem; }
.nx-related { padding: clamp(4.5rem, 8vw, 7.5rem) var(--nx-gutter); border-top: 1px solid var(--nx-line); background: #0b0c09; color: #fff; }
.nx-related > div { width: min(100%, var(--nx-max)); margin: 0 auto; }
.nx-related > div:first-child { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.nx-related h2 { max-width: 15ch; margin: .8rem 0 0; font-family: var(--nx-display); font-size: clamp(2.5rem, 5vw, 4.75rem); font-weight: 400; line-height: .95; }
.nx-related__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nx-related__links a { display: grid; grid-template-columns: 1fr auto; gap: .7rem; min-height: 10.5rem; padding: 1.35rem; border: 1px solid var(--nx-line); border-radius: 1.2rem; color: #fff; text-decoration: none; transition: transform .35s var(--nx-ease), border-color .3s ease, background .3s ease; }
.nx-related__links a:hover { transform: translateY(-4px); border-color: rgba(223,255,90,.45); background: rgba(255,255,255,.035); }
.nx-related__links span { align-self: end; font-size: 1rem; font-weight: 800; }
.nx-related__links small { align-self: start; color: var(--nx-muted); font-size: .72rem; line-height: 1.55; }
.nx-related__links b { grid-column: 2; grid-row: 1 / 3; font-size: 1.25rem; }

/* Work hub and project-to-project navigation */
.nx-case-filters { width: min(100%, var(--nx-max)); margin: -1.5rem auto 2.5rem; padding-inline: var(--nx-gutter); display: flex; flex-wrap: wrap; gap: .55rem; }
.nx-case-filters button { min-height: 2.75rem; padding: .65rem 1rem; border: 1px solid var(--nx-line); border-radius: 999px; background: transparent; color: var(--nx-muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.nx-case-filters button:hover, .nx-case-filters button.is-active { border-color: var(--nx-lime); background: var(--nx-lime); color: var(--nx-ink); }
body.nexus-page-case-studies .nexus-premium-template .glass-card[hidden] { display: none !important; }
body.nexus-page-case-studies .nexus-premium-template .glass-card { transition: opacity .3s ease, transform .45s var(--nx-ease), border-color .3s ease !important; }
.nx-case-nav { position: relative; z-index: 4; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border-top: 1px solid var(--nx-line); background: var(--nx-ivory); color: var(--nx-ink); }
.nx-case-nav > a { min-height: 10rem; padding: 2rem var(--nx-gutter); display: flex; flex-direction: column; justify-content: center; gap: .6rem; color: inherit; text-decoration: none; transition: background .25s ease; }
.nx-case-nav > a:last-child { align-items: flex-end; text-align: right; }
.nx-case-nav > a:not(.nx-case-nav__all):hover { background: var(--nx-lime); }
.nx-case-nav small { color: var(--nx-muted-light); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nx-case-nav span { font-family: var(--nx-display); font-size: clamp(1.5rem, 2.8vw, 2.5rem); }
.nx-case-nav .nx-case-nav__all { min-height: auto; align-items: center; border-inline: 1px solid var(--nx-line-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nx-case-nav .nx-case-nav__all:hover { background: var(--nx-ink); color: #fff; }

/* Service proof and journey features */
.nx-service-feature { padding: clamp(4.5rem, 8vw, 8rem) var(--nx-gutter); background: var(--nx-ivory); color: var(--nx-ink); }
.nx-service-feature--media { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(2rem, 7vw, 8rem); }
.nx-service-feature__copy { max-width: 34rem; }
.nx-service-feature__copy h2 { margin: 1rem 0 1.25rem; font-family: var(--nx-display) !important; font-size: clamp(3rem, 5.5vw, 5.4rem) !important; font-weight: 400; line-height: .93; letter-spacing: -.04em !important; }
.nx-service-feature__copy p { color: var(--nx-muted-light); font-size: 1rem; line-height: 1.75; }
.nx-service-feature__copy .nx-arrow-link { display: inline-block; margin-top: 1rem; }
.nx-service-feature__media { overflow: hidden; min-height: 32rem; border-radius: 1.5rem; background: #dfe4e3; }
.nx-service-feature__media img { width: 100%; height: 100%; min-height: 32rem; object-fit: cover; transition: transform .9s var(--nx-ease); }
.nx-service-feature__media:hover img { transform: scale(1.035); }
.nx-service-feature--journey { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 8rem); }
.nx-journey { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border: 1px solid var(--nx-line-dark); border-radius: 1.5rem; overflow: hidden; list-style: none; }
.nx-journey li { display: grid; align-content: start; gap: .7rem; min-height: 13rem; padding: 1.5rem; }
.nx-journey li:nth-child(even) { border-left: 1px solid var(--nx-line-dark); }
.nx-journey li:nth-child(n+3) { border-top: 1px solid var(--nx-line-dark); }
.nx-journey span { color: var(--nx-muted-light); font-family: var(--nx-display); font-size: 2rem; }
.nx-journey strong { font-size: 1rem; }
.nx-journey small { color: var(--nx-muted-light); font-size: .72rem; line-height: 1.55; }

/* Footer */
.nx-footer { position: relative; z-index: 5; background: var(--nx-ink); color: #fff; border-top: 1px solid var(--nx-line); }
.nx-footer-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 8rem); padding: clamp(4rem, 9vw, 8rem) max(var(--nx-gutter), calc((100vw - var(--nx-max)) / 2)); background: var(--nx-lime); color: var(--nx-ink); }
.nx-footer-cta h2 { max-width: 11ch; margin: 1rem 0 0; font-family: var(--nx-sans) !important; font-size: clamp(3.1rem, 6.5vw, 6.5rem); font-weight: 700; line-height: .89; letter-spacing: -.065em !important; }
.nx-footer-cta h2 em { font-family: var(--nx-display); font-weight: 400; }
.nx-footer-cta__action { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 1.75rem; }
.nx-footer-cta__action > p { max-width: 31rem; margin: 0; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.nx-footer-main { width: min(100%, var(--nx-max)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) var(--nx-gutter); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); }
.nx-brand--footer { margin-bottom: 1.5rem; }
.nx-footer-brand p { max-width: 26rem; color: #c7c9c3; font-size: .95rem; line-height: 1.7; }
.nx-footer-brand > span { display: block; margin-top: 1.6rem; color: var(--nx-muted); font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.nx-footer-column { display: flex; flex-direction: column; gap: .8rem; }
.nx-footer-column h3 { margin: 0 0 .65rem; color: var(--nx-muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.nx-footer-column a { width: fit-content; color: #e5e7e2; font-size: .78rem; text-decoration: none; transition: color .2s ease, transform .25s var(--nx-ease); }
.nx-footer-column a:hover { color: var(--nx-lime); transform: translateX(3px); }
.nx-footer-base { width: min(100%, var(--nx-max)); margin: 0 auto; padding: 1.3rem var(--nx-gutter) 2.2rem; border-top: 1px solid var(--nx-line); display: flex; justify-content: space-between; gap: 1rem; color: #777b74; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.nx-footer-base a { color: inherit; text-decoration: none; }

/* Project planner */
.nx-planner { position: fixed; inset: 0; z-index: 10020; display: grid; grid-template-columns: 1fr min(46rem, 100%); visibility: hidden; pointer-events: none; }
.nx-planner[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.nx-planner__backdrop { grid-column: 1 / -1; grid-row: 1; appearance: none; border: 0; background: rgba(0,0,0,.68); opacity: 0; transition: opacity .35s ease; cursor: default; }
.nx-planner[aria-hidden="false"] .nx-planner__backdrop { opacity: 1; }
.nx-planner__panel { grid-column: 2; grid-row: 1; position: relative; height: 100%; overflow-y: auto; display: flex; flex-direction: column; padding: clamp(1.5rem, 4vw, 3rem); background: var(--nx-ivory); color: var(--nx-ink); transform: translateX(100%); transition: transform .55s var(--nx-ease); }
.nx-planner[aria-hidden="false"] .nx-planner__panel { transform: translateX(0); }
.nx-planner__panel > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--nx-line-dark); }
.nx-planner__panel h2 { margin: .65rem 0 0; font-family: var(--nx-display); font-size: clamp(3rem, 6vw, 5.2rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.nx-planner__close { width: 2.8rem; height: 2.8rem; flex: none; border: 1px solid var(--nx-line-dark); border-radius: 50%; background: transparent; color: inherit; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.nx-planner__content { display: grid; gap: 2rem; padding: 2rem 0; }
.nx-planner__content section { padding-bottom: 2rem; border-bottom: 1px solid var(--nx-line-dark); }
.nx-planner__content h3 { margin: 0 0 1rem; font-size: .9rem; }
.nx-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.nx-choice-grid button { min-height: 3.6rem; padding: .8rem; border: 1px solid var(--nx-line-dark); border-radius: .8rem; background: transparent; color: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; text-align: left; transition: background .2s ease, border-color .2s ease; }
.nx-choice-grid button:hover, .nx-choice-grid button.is-active { border-color: var(--nx-ink); background: var(--nx-ink); color: #fff; }
.nx-value-planner { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.nx-value-planner > div:first-child { grid-column: 1 / -1; }
.nx-value-planner p { max-width: 36rem; color: var(--nx-muted-light); font-size: .75rem; line-height: 1.55; }
.nx-value-planner label { display: grid; gap: .45rem; color: var(--nx-muted-light); font-size: .68rem; font-weight: 800; }
.nx-value-planner input { width: 100%; min-height: 3.2rem; border: 1px solid var(--nx-line-dark); border-radius: .7rem; background: #fff; padding: .7rem; color: var(--nx-ink); font-size: 1rem; }
.nx-value-planner__result { grid-column: 1 / -1; display: grid; gap: .25rem; padding: 1.2rem; border-radius: 1rem; background: var(--nx-lime); }
.nx-value-planner__result span { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nx-value-planner__result strong { font-family: var(--nx-display); font-size: 3rem; font-weight: 400; line-height: 1; }
.nx-value-planner__result small { color: var(--nx-muted-light); font-size: .65rem; }
.nx-planner__panel > footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.nx-planner__panel > footer p { max-width: 25rem; margin: 0; color: var(--nx-muted-light); font-size: .75rem; line-height: 1.55; }
body.nx-planner-open { overflow: hidden; }
body.nx-planner-open #wa-widget-wrapper { opacity: 0 !important; pointer-events: none !important; }

/* Article and generic Elementor polish */
body.single-post .nexus-wrapper, body.nexus-page-latest-news .nexus-wrapper { background: var(--nx-ink) !important; }
body.single-post .nexus-wrapper article p, body.single-post .nexus-wrapper article li { font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.85; }
body.single-post .nexus-wrapper article h2, body.single-post .nexus-wrapper article h3 { margin-top: 2.3em; }

.nx-curated-insights { padding: clamp(5rem, 9vw, 8rem) var(--nx-gutter); background: var(--nx-ivory); color: var(--nx-ink); }
.nx-curated-insights__head, .nx-curated-insights__grid { width: min(100%, var(--nx-max)); margin-inline: auto; }
.nx-curated-insights__head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem 3rem; align-items: end; margin-bottom: 3rem; }
.nx-curated-insights__head .nx-eyebrow { grid-column: 1 / -1; }
.nx-curated-insights__head h2 { margin: 0; font-family: var(--nx-display) !important; font-size: clamp(3rem, 5.8vw, 5.2rem); font-weight: 400; line-height: .95; }
.nx-curated-insights__head p { margin: 0; color: var(--nx-muted-light); line-height: 1.7; }
.nx-curated-insights__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.nx-curated-insights article { display: flex; flex-direction: column; }
.nx-curated-insights__media { display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 1.25rem; background: #dfe1da; }
.nx-curated-insights__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--nx-ease); }
.nx-curated-insights article:hover img { transform: scale(1.04); }
.nx-curated-insights article > div { padding: 1.2rem .15rem 0; }
.nx-curated-insights article small { color: var(--nx-muted-light); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nx-curated-insights article h3 { margin: .65rem 0 .75rem; font-family: var(--nx-display); font-size: clamp(1.55rem, 2.5vw, 2.35rem); font-weight: 400; line-height: 1.02; }
.nx-curated-insights article h3 a { color: inherit; text-decoration: none; }
.nx-curated-insights article p { margin: 0 0 1.15rem; color: var(--nx-muted-light); font-size: .82rem; line-height: 1.65; }
body.nexus-page-custom-digital-workflow-implementation-trades main,
body.nexus-page-managed-automated-lead-generation-construction main,
body.nexus-page-ai-web-design-trade-contractors main,
body.nexus-page-local-seo-services-uk-trades main { width: 100%; max-width: none; padding-top: 8rem; background: var(--nx-ink); color: #fff; overflow: hidden; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-header,
body.nexus-page-managed-automated-lead-generation-construction .page-header,
body.nexus-page-ai-web-design-trade-contractors .page-header,
body.nexus-page-local-seo-services-uk-trades .page-header { position: relative; width: min(100%, var(--nx-max)); margin: 0 auto; padding: clamp(3rem, 7vw, 7rem) var(--nx-gutter) clamp(3rem, 6vw, 5.5rem); }
body.nexus-page-custom-digital-workflow-implementation-trades .page-header::before,
body.nexus-page-managed-automated-lead-generation-construction .page-header::before,
body.nexus-page-ai-web-design-trade-contractors .page-header::before,
body.nexus-page-local-seo-services-uk-trades .page-header::before { content: "Nexus service"; display: block; margin-bottom: 1.2rem; color: var(--nx-lime); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
body.nexus-page-custom-digital-workflow-implementation-trades main h1,
body.nexus-page-managed-automated-lead-generation-construction main h1,
body.nexus-page-ai-web-design-trade-contractors main h1,
body.nexus-page-local-seo-services-uk-trades main h1 { max-width: 18ch; margin: 0; color: #fff; font-family: var(--nx-sans); font-size: clamp(3rem, 7vw, 6.2rem) !important; font-weight: 700; line-height: .92 !important; letter-spacing: -.065em; text-wrap: balance; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content,
body.nexus-page-managed-automated-lead-generation-construction .page-content,
body.nexus-page-ai-web-design-trade-contractors .page-content,
body.nexus-page-local-seo-services-uk-trades .page-content { width: min(100%, var(--nx-max)); margin: 0 auto; padding: 0 var(--nx-gutter) clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content > section,
body.nexus-page-managed-automated-lead-generation-construction .page-content > section,
body.nexus-page-ai-web-design-trade-contractors .page-content > section,
body.nexus-page-local-seo-services-uk-trades .page-content > section { min-height: 18rem; padding: clamp(1.5rem, 3.5vw, 3.2rem); border: 1px solid var(--nx-line); border-radius: 1.5rem; background: rgba(255,255,255,.035); }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content > section:first-of-type,
body.nexus-page-managed-automated-lead-generation-construction .page-content > section:first-of-type,
body.nexus-page-ai-web-design-trade-contractors .page-content > section:first-of-type,
body.nexus-page-local-seo-services-uk-trades .page-content > section:first-of-type { grid-column: 1 / -1; min-height: 0; padding-block: clamp(2.2rem, 5vw, 5rem); background: var(--nx-lime); color: var(--nx-ink); }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content h2,
body.nexus-page-managed-automated-lead-generation-construction .page-content h2,
body.nexus-page-ai-web-design-trade-contractors .page-content h2,
body.nexus-page-local-seo-services-uk-trades .page-content h2 { max-width: 18ch; margin: 0 0 1.3rem; font-family: var(--nx-display); font-size: clamp(2.4rem, 4.5vw, 4.5rem); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content h3,
body.nexus-page-managed-automated-lead-generation-construction .page-content h3,
body.nexus-page-ai-web-design-trade-contractors .page-content h3,
body.nexus-page-local-seo-services-uk-trades .page-content h3 { margin: 0 0 1rem; color: #fff; font-size: clamp(1.35rem, 2.5vw, 2.2rem); line-height: 1.1; letter-spacing: -.03em; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content p,
body.nexus-page-managed-automated-lead-generation-construction .page-content p,
body.nexus-page-ai-web-design-trade-contractors .page-content p,
body.nexus-page-local-seo-services-uk-trades .page-content p,
body.nexus-page-custom-digital-workflow-implementation-trades .page-content li,
body.nexus-page-managed-automated-lead-generation-construction .page-content li,
body.nexus-page-ai-web-design-trade-contractors .page-content li,
body.nexus-page-local-seo-services-uk-trades .page-content li { color: #b8bbb4; font-size: .95rem; line-height: 1.75; }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content > section:first-of-type p,
body.nexus-page-managed-automated-lead-generation-construction .page-content > section:first-of-type p,
body.nexus-page-ai-web-design-trade-contractors .page-content > section:first-of-type p,
body.nexus-page-local-seo-services-uk-trades .page-content > section:first-of-type p { max-width: 65rem; color: rgba(7,8,6,.76); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.nx-service-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 1rem; border-block: 1px solid var(--nx-line); }
.nx-service-rail span { padding: 1.2rem .8rem; color: var(--nx-muted); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.nx-service-rail span + span { border-left: 1px solid var(--nx-line); }
body.nexus-page-custom-digital-workflow-implementation-trades .page-content > .nx-related,
body.nexus-page-managed-automated-lead-generation-construction .page-content > .nx-related,
body.nexus-page-ai-web-design-trade-contractors .page-content > .nx-related,
body.nexus-page-local-seo-services-uk-trades .page-content > .nx-related { grid-column: 1 / -1; width: 100vw; max-width: none; margin: clamp(4rem, 7vw, 7rem) 0 calc(clamp(5rem, 9vw, 9rem) * -1); margin-left: calc(50% - 50vw); }

/* The five newer service pages share a complete, non-Elementor layout. */
body.nexus-plain-service main { width: 100%; max-width: none; padding-top: 8rem; background: var(--nx-ink); color: #fff; overflow: hidden; }
body.nexus-plain-service .page-header { position: relative; width: min(100%, var(--nx-max)); margin: 0 auto; padding: clamp(3rem, 7vw, 7rem) var(--nx-gutter) clamp(3rem, 6vw, 5.5rem); }
body.nexus-plain-service .page-header::before { content: "Nexus service"; display: block; margin-bottom: 1.2rem; color: var(--nx-lime); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
body.nexus-plain-service main h1 { max-width: 18ch; margin: 0; color: #fff; font-family: var(--nx-sans); font-size: clamp(3rem, 7vw, 6.2rem) !important; font-weight: 700; line-height: .92 !important; letter-spacing: -.065em; text-wrap: balance; }
body.nexus-plain-service .page-content { width: min(100%, var(--nx-max)); margin: 0 auto; padding: 0 var(--nx-gutter) clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
body.nexus-plain-service .page-content > section { min-height: 18rem; padding: clamp(1.5rem, 3.5vw, 3.2rem); border: 1px solid var(--nx-line); border-radius: 1.5rem; background: rgba(255,255,255,.035); }
body.nexus-plain-service .page-content > section:first-of-type { grid-column: 1 / -1; min-height: 0; padding-block: clamp(2.2rem, 5vw, 5rem); background: var(--nx-lime); color: var(--nx-ink); }
body.nexus-plain-service .page-content h2 { max-width: 18ch; margin: 0 0 1.3rem; font-family: var(--nx-display); font-size: clamp(2.4rem, 4.5vw, 4.5rem); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
body.nexus-plain-service .page-content h3 { margin: 0 0 1rem; color: #fff; font-size: clamp(1.35rem, 2.5vw, 2.2rem); line-height: 1.1; letter-spacing: -.03em; }
body.nexus-plain-service .page-content p, body.nexus-plain-service .page-content li { color: #b8bbb4; font-size: .95rem; line-height: 1.75; }
body.nexus-plain-service .page-content > section:first-of-type p { max-width: 65rem; color: rgba(7,8,6,.76); font-size: clamp(1rem, 1.5vw, 1.2rem); }
body.nexus-plain-service .page-content > .nx-related { grid-column: 1 / -1; width: 100vw; max-width: none; margin: clamp(4rem, 7vw, 7rem) 0 calc(clamp(5rem, 9vw, 9rem) * -1); margin-left: calc(50% - 50vw); }
body.nexus-plain-service .page-content a { color: var(--nx-lime); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .25em; }
body.nexus-plain-service .page-content > section:first-of-type a { color: var(--nx-ink); }
body.nexus-plain-service .post-tags { display: none; }

.nx-reading-progress { position: fixed; inset: 4.75rem auto auto 0; z-index: 9985; width: 0; height: 2px; background: var(--nx-lime); box-shadow: 0 0 12px rgba(223,255,90,.45); }

/* Contact routes */
.nx-contact-options { padding: clamp(4.5rem, 8vw, 8rem) var(--nx-gutter); background: var(--nx-ivory); color: var(--nx-ink); }
.nx-contact-options__head, .nx-contact-options__grid, .nx-contact-options > p { width: min(100%, var(--nx-max)); margin-inline: auto; }
.nx-contact-options__head h2 { max-width: 16ch; margin: 1rem 0 2.5rem; font-family: var(--nx-display); font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.nx-contact-options__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nx-contact-options__grid > a, .nx-contact-options__grid > button { min-height: 14rem; padding: 1.35rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 1px solid var(--nx-line-dark); border-radius: 1.25rem; background: transparent; color: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: transform .35s var(--nx-ease), background .3s ease, color .3s ease; }
.nx-contact-options__grid > a:hover, .nx-contact-options__grid > button:hover { transform: translateY(-4px); background: var(--nx-ink); color: #fff; }
.nx-contact-options__grid small { color: var(--nx-muted-light); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nx-contact-options__grid strong { max-width: 15ch; font-family: var(--nx-display); font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.nx-contact-options__grid span { font-size: .72rem; font-weight: 800; }
.nx-contact-options > p { margin-top: 1.5rem; color: var(--nx-muted-light); font-size: .76rem; }
.nx-contact-options > p a { color: var(--nx-ink); font-weight: 800; }

@media (max-width: 1180px) {
  .nx-nav__inner { grid-template-columns: 1fr auto; }
  .nx-nav__desktop { display: none; }
  .nx-nav__menu { display: block; }
  .nx-nav__actions { grid-column: 2; }
}

@media (max-width: 900px) {
  body.home #hero { min-height: auto; padding-top: 8rem !important; flex-direction: column; align-items: stretch; }
  body.home #hero > .container { width: 100% !important; }
  body.home #hero .container { grid-template-columns: 1fr; }
  .nx-home-title { max-width: 10ch !important; font-size: clamp(3.8rem, 14vw, 6.5rem) !important; }
  .nx-home-hero-media { width: min(100%, 38rem); margin: 1.5rem auto 0; }
  .nx-home-hero-media__frame { aspect-ratio: 4 / 3; border-radius: 1.5rem; }
  .nx-home-hero-media__note { right: -.4rem; bottom: -1rem; }
  .nx-selected-work__head { align-items: flex-start; flex-direction: column; }
  .nx-project-grid { grid-template-columns: 1fr 1fr; }
  .nx-project-card--feature { grid-row: auto; grid-column: 1 / -1; }
  .nx-project-card--feature .nx-project-card__media { aspect-ratio: 16 / 10; }
  .nx-related__links { grid-template-columns: 1fr; }
  .nx-curated-insights__grid { grid-template-columns: 1fr; }
  .nx-footer-cta { grid-template-columns: 1fr; }
  .nx-footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .nx-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --nx-gutter: 1.15rem; }
  .nx-nav { height: 4.8rem; padding-block: .55rem; }
  .nx-nav.is-scrolled { height: 4.35rem; }
  .nx-brand-sub { display: none; }
  .nx-nav__planner { display: none; }
  .nx-mobile-menu { padding-top: 5.8rem; }
  .nx-mobile-menu__inner { display: flex; flex-direction: column; gap: 1.5rem; }
  .nx-mobile-menu__lead { display: none; }
  .nx-mobile-menu__links { overflow-y: auto; }
  .nx-mobile-menu__links a { font-size: clamp(2rem, 9vw, 3.2rem); }
  .nx-mobile-menu__footer { margin-top: auto; align-items: flex-start; flex-direction: column; }
  .nexus-premium-template h1 { font-size: clamp(2.75rem, 13vw, 4.25rem) !important; }
  body.home #hero { padding-inline: .15rem !important; }
  body.home #hero .container { padding-inline: var(--nx-gutter) !important; }
  .nx-home-title { font-size: clamp(3.5rem, 17vw, 5.4rem) !important; }
  .nx-home-hero-media__note { position: relative; right: auto; bottom: auto; width: calc(100% - 1rem); margin: -.7rem auto 0; transform: none; }
  .nx-project-grid { grid-template-columns: 1fr; }
  .nx-project-card--feature { grid-column: auto; }
  .nx-project-card--feature .nx-project-card__media, .nx-project-card__media { aspect-ratio: 4 / 3; }
  .nx-project-card:nth-child(3), .nx-project-card:nth-child(4) { margin-top: 0; }
  .nx-related > div:first-child { align-items: flex-start; flex-direction: column; }
  .nx-footer-cta h2 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .nx-footer-main { grid-template-columns: 1fr 1fr; }
  .nx-footer-brand { grid-column: 1 / -1; }
  .nx-footer-base { align-items: flex-start; flex-direction: column; }
  .nx-planner { grid-template-columns: 1fr; }
  .nx-planner__panel { grid-column: 1; padding: 1.25rem; }
  .nx-choice-grid, .nx-value-planner { grid-template-columns: 1fr; }
  .nx-value-planner > div:first-child, .nx-value-planner__result { grid-column: 1; }
  .nx-planner__panel > footer { align-items: stretch; flex-direction: column; }
  .nx-planner__panel > footer .nx-button { width: 100%; }
  .nx-tool-breadcrumb { margin-bottom: -6rem; padding-top: 5.6rem; }
  .nx-case-nav { grid-template-columns: 1fr 1fr; }
  .nx-case-nav > a { min-height: 8rem; padding: 1.25rem; }
  .nx-case-nav .nx-case-nav__all { grid-column: 1 / -1; grid-row: 2; min-height: 3.5rem; border: 0; border-top: 1px solid var(--nx-line-dark); }
  .nx-service-feature--media, .nx-service-feature--journey { grid-template-columns: 1fr; }
  .nx-service-feature__media, .nx-service-feature__media img { min-height: 20rem; }
  .nx-contact-options__grid { grid-template-columns: 1fr; }
  body.nexus-page-custom-digital-workflow-implementation-trades .page-content,
  body.nexus-page-managed-automated-lead-generation-construction .page-content,
  body.nexus-page-ai-web-design-trade-contractors .page-content,
  body.nexus-page-local-seo-services-uk-trades .page-content { grid-template-columns: 1fr; }
  body.nexus-page-custom-digital-workflow-implementation-trades .page-content > section:first-of-type,
  body.nexus-page-managed-automated-lead-generation-construction .page-content > section:first-of-type,
  body.nexus-page-ai-web-design-trade-contractors .page-content > section:first-of-type,
  body.nexus-page-local-seo-services-uk-trades .page-content > section:first-of-type { grid-column: 1; }
  body.nexus-plain-service .page-content { grid-template-columns: 1fr; }
  body.nexus-plain-service .page-content > section:first-of-type { grid-column: 1; }
  .nx-service-rail { grid-template-columns: 1fr 1fr; }
  .nx-service-rail span + span { border-left: 0; }
  .nx-service-rail span:nth-child(even) { border-left: 1px solid var(--nx-line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .nexus-premium-template .nx-observed { opacity: 1 !important; transform: none !important; }
}
