/* LAST WAVE TECHNOLOGY — shared styles.
   Edit these variables to change the whole site's colors and spacing. */
:root {
  --ink: #242629;
  --muted: #54616c;
  --blue: #166acb;
  --blue-dark: #135faf;
  --navy: #101528;
  --ice: #f3f8ff;
  --line: #dae2eb;
  --white: #fff;
  --max: 1280px;
  --font: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 160px; }
body { margin: 0; color: var(--ink); background: white; font: 1rem/1.65 var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { flex-shrink: 0; vertical-align: middle; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.17; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 4.25vw, 4rem); font-weight: 750; }
h2 { font-size: clamp(2rem, 3.1vw, 2.85rem); }
h3 { font-size: 1.4rem; }
p { color: var(--muted); }
ul { padding-left: 1.2rem; }
li + li { margin-top: .6rem; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #146dcf; outline-offset: 4px; }
::selection { color: #102c4a; background: #bddcff; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 88px; }
.section-sm { padding-block: 40px; }
.section-ice { background: var(--ice); }
.text-blue { color: var(--blue); }
.eyebrow { color: var(--blue); font-size: .9rem; font-weight: 700; margin-bottom: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 24px; min-height: 54px; border: 1px solid transparent; border-radius: 3px; background: var(--blue); color: white; font-size: 1rem; font-weight: 700; line-height: 1.45; transition: background .16s; }
.btn:hover { background: var(--blue-dark); }
.btn svg, .text-link svg { width: 18px; height: 18px; }
.btn-light { color: var(--blue); background: white; border-color: var(--blue); }
.btn-light:hover { background: #edf5ff; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--blue); font-weight: 700; min-height: 44px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.actions, .center-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.center-actions { justify-content: center; margin-top: 38px; }
.center-heading { max-width: 900px; margin: 0 auto 46px; text-align: center; }
.center-heading p { max-width: 840px; margin: 22px auto 0; font-size: 1.08rem; }
.section-heading { display: flex; justify-content: space-between; gap: 45px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { max-width: 720px; }
.section-heading p { max-width: 390px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: white; border: 2px solid var(--blue); padding: 12px; }
.skip-link:focus { top: 12px; }

/* Two-row header and full-width, five-column dropdown menus. */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 2px 6px #10284814; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 57px; gap: 25px; padding-top: 8px; }
.utility-promise { display: flex; flex-direction: column; line-height: 1.35; }
.utility-promise > span { font-size: .68rem; letter-spacing: .025em; font-weight: 700; color: #454a4e; }
.utility-promise strong { color: #175da1; font-size: .99rem; display: flex; align-items: center; gap: 7px; margin-top: 3px; }
.utility-promise svg { width: 16px; height: 16px; }
.utility-right { display: flex; align-items: center; gap: 30px; font-size: .875rem; }
.utility-email { color: #175da1; display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.utility-email svg { width: 17px; height: 17px; }
.nav-shell { display: flex; align-items: center; gap: 22px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; line-height: 1; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; }
.brand-words { font-size: 1.3rem; font-weight: 750; letter-spacing: -.04em; white-space: nowrap; }
.brand-words small { display: block; font-size: .55rem; letter-spacing: .27em; margin-top: 7px; font-weight: 600; }
.primary-nav { display: flex; align-items: stretch; justify-content: space-between; flex: 1; align-self: stretch; }
.nav-group { display: flex; align-items: stretch; }
.nav-trigger { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 15px 13px; color: var(--ink); border: 0; background: transparent; font-size: .93rem; white-space: nowrap; }
.nav-trigger > svg { width: 13px; height: 13px; transition: transform .15s; }
.nav-trigger:hover, .nav-trigger[aria-expanded=true] { color: var(--blue); background: #f7faff; }
.nav-trigger[aria-expanded=true] > svg { transform: rotate(180deg); }
.nav-cta { padding: 14px 20px; min-height: 52px; flex-shrink: 0; font-size: .93rem; }
.menu-toggle { display: none; align-items: center; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 3px; padding: 10px 12px; min-height: 44px; color: var(--ink); }
.mega-panel { position: absolute; top: 100%; left: 0; width: 100%; background: #f7f9fe; padding: 28px 0 16px; box-shadow: 0 15px 24px #1e355618; border-top: 1px solid #edf1f6; max-height: calc(100dvh - 138px); overflow-y: auto; }
.mega-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.mega-column { background: white; border-radius: 7px; padding: 26px 22px 24px; box-shadow: 0 2px 9px #223b5d0a; min-height: 308px; }
.mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 22px; }
.mega-heading h2 { font-size: 1.04rem; letter-spacing: -.015em; line-height: 1.22; }
.mega-heading > span { width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; background: #e5f6f2; color: var(--blue); border-radius: 50%; flex-shrink: 0; }
.mega-heading svg { width: 23px; height: 23px; }
.mega-column ul { margin: 0; padding: 0; list-style: none; }
.mega-column li + li { margin-top: 8px; }
.mega-column a { display: block; min-height: 40px; font-size: .875rem; line-height: 1.55; padding: 6px 0; }
.mega-column a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.mega-promo { background: #e5f1ff; padding: 29px 23px 24px; border-radius: 7px; display: flex; flex-direction: column; text-align: center; }
.mega-promo .promo-icon { color: var(--blue); margin-bottom: 20px; }
.mega-promo .promo-icon svg { width: 42px; height: 42px; stroke-width: 1.3; }
.mega-promo h2 { font-size: 1.6rem; line-height: 1.2; color: #1269c7; letter-spacing: -.025em; }
.mega-promo p { font-size: .875rem; margin-block: 18px 26px; color: #3b5877; }
.mega-promo .btn { margin-top: auto; min-height: 50px; padding: 13px; font-size: .875rem; }
.mega-bottom { display: flex; justify-content: flex-end; margin-top: 17px; }
.mega-close { display: flex; align-items: center; gap: 8px; border: 0; color: #52677f; background: transparent; font-size: .875rem; min-height: 35px; }
.mega-close svg { width: 16px; height: 16px; }

/* WebFX-inspired hero: pale blue, large type, inline proposal, process diagram. */
.hero { overflow: hidden; position: relative; background: linear-gradient(#e5f1ff 0%, #f2f8ff 67%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 52px; align-items: center; padding-block: 78px 86px; position: relative; z-index: 1; }
.hero-copy { min-width: 0; }
.hero-kicker { color: var(--blue); font-size: .96rem; font-weight: 700; margin-bottom: 13px; }
.hero h1 { line-height: 1.12; letter-spacing: -.045em; font-size: clamp(2.8rem, 4.35vw, 4rem); max-width: 680px; }
.hero .lead { font-size: 1.14rem; line-height: 1.75; color: #333b43; margin-block: 27px 32px; max-width: 630px; }
.proposal-form { display: flex; width: 100%; max-width: 620px; }
.proposal-form input { min-width: 0; flex: 1; border: 1px solid #bfcbd6; border-radius: 3px 0 0 3px; min-height: 64px; padding: 16px; background: white; font-size: 1.07rem; box-shadow: inset 0 1px 3px #163e6011; }
.proposal-form input::placeholder { color: #7e8994; }
.proposal-form .btn { background: var(--navy); min-height: 64px; border-radius: 0 3px 3px 0; padding: 16px 24px; font-size: 1.03rem; white-space: nowrap; }
.proposal-form .btn:hover { background: #263a5c; }
.hero-note { margin-top: 13px; font-size: .79rem; color: #667586; }
.hero-grid-floor { position: absolute; bottom: -115px; left: -25%; width: 150%; height: 320px; background-image: linear-gradient(#cadcee77 1px, transparent 1px), linear-gradient(90deg, #cadcee77 1px, transparent 1px); background-size: 80px 56px; transform: perspective(300px) rotateX(48deg); transform-origin: center top; mask-image: linear-gradient(transparent, #000 24%, #000 60%, transparent); pointer-events: none; }
.hero-framework { min-width: 0; width: 100%; max-width: 510px; justify-self: center; }
.growth-diagram { margin: 0; }
.growth-diagram > svg { width: 100%; height: auto; overflow: hidden; }
.growth-diagram figcaption { color: #526e8b; text-align: center; font-size: .85rem; margin-top: 2px; }
.strengths { background: white; padding: 40px 0 54px; }
.strengths-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strengths-grid > div { padding: 0 25px; text-align: center; border-left: 1px solid #aebbc6; }
.strengths-grid > div:first-child { border: 0; }
.strengths-grid strong { display: block; font-size: .94rem; color: #515e68; line-height: 1.45; }
.strengths-grid p { margin-top: 8px; font-style: italic; font-size: .9rem; color: #78818a; }

/* Homepage sections. */
.connected-section { padding-top: 45px; }
.comparison { display: grid; grid-template-columns: 1fr 56px 1fr; align-items: stretch; max-width: 1120px; margin: 0 auto; }
.comparison-before, .comparison-after { padding: 38px 44px; border-radius: 5px; }
.comparison-before { background: #f3f5f8; border: 1px solid #e2e7ee; }
.comparison-after { background: #eaf4ff; border: 1px solid #c7e0ff; }
.comparison-label { font-size: .87rem; font-weight: 600; color: #667484; }
.comparison h3 { font-size: 1.65rem; line-height: 1.3; margin-top: 14px; }
.comparison-after h3 { color: #1767ba; }
.comparison ul { margin: 24px 0 0; color: #52606f; font-size: .97rem; }
.comparison li { padding-block: 5px; }
.comparison-after ul { list-style: none; padding: 0; }
.comparison-after li { display: flex; align-items: start; gap: 12px; }
.comparison-after li svg { width: 19px; height: 19px; margin-top: 3px; color: #138365; }
.comparison-connector { display: flex; align-items: center; justify-content: center; color: var(--blue); }
.comparison-connector svg { width: 30px; height: 30px; }
.service-tabs { background: white; border: 1px solid #d7e5f5; border-radius: 5px; overflow: hidden; }
.service-tablist { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #d7e5f5; background: #f8fbff; }
.service-tab { min-width: 0; background: transparent; border: 0; border-right: 1px solid #dce7f3; padding: 21px 14px; font-size: .96rem; font-weight: 700; color: #485e76; display: flex; align-items: center; justify-content: center; gap: 10px; border-bottom: 3px solid transparent; }
.service-tab:last-child { border-right: 0; }
.service-tab svg { width: 23px; height: 23px; }
.service-tab[aria-selected=true] { background: #fff; color: var(--blue); border-bottom-color: var(--blue); }
.service-tab:hover { background: #edf5ff; }
.service-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; padding: 50px 55px; }
.service-panel h3 { font-size: 2rem; line-height: 1.25; }
.service-panel p { margin: 22px 0 26px; }
.service-panel .service-panel-features { margin: 0; padding: 26px 30px; list-style: none; background: #f2f8ff; border-left: 3px solid #6caff5; }
.service-panel-features li { display: flex; align-items: start; gap: 12px; font-size: .95rem; padding-block: 10px; }
.service-panel-features svg { color: var(--blue); margin-top: 4px; width: 18px; height: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: 5px; padding: 30px 27px; display: flex; flex-direction: column; }
.service-card:hover { border-color: #97c4f5; box-shadow: 0 5px 18px #1839590b; }
.service-icon { display: flex; width: 51px; height: 51px; align-items: center; justify-content: center; color: var(--blue); background: #e6f3ff; border-radius: 5px; margin-bottom: 24px; }
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.27rem; line-height: 1.3; }
.service-card p { font-size: .96rem; margin-block: 17px 24px; }
.service-card .text-link { margin-top: auto; font-size: .9rem; }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.project-card { padding: 33px 31px; border-radius: 5px; display: flex; flex-direction: column; min-width: 0; }
.project-blue { background: #e8f3ff; }
.project-teal { background: #e7f5f1; }
.project-violet { background: #f2edfa; }
.project-label { font-size: .75rem; color: #5a7086; }
.project-monogram { font-weight: 800; font-size: clamp(1.65rem, 2.8vw, 2.6rem); letter-spacing: -.04em; color: #1d5f9f; margin-block: 35px; }
.project-teal .project-monogram { color: #24796b; }
.project-violet .project-monogram { color: #7754a0; }
.project-card h3 { font-size: 1.3rem; }
.project-card p { font-size: .94rem; margin-block: 17px 23px; }
.project-card .text-link { font-size: .9rem; margin-top: auto; }
.client-name-strip { display: flex; justify-content: space-around; align-items: center; gap: 35px; padding-top: 55px; margin-top: 50px; border-top: 1px solid var(--line); color: #6b7781; font-weight: 700; font-size: 1.15rem; flex-wrap: wrap; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.split-copy > p { margin-top: 24px; }
.split-copy > .eyebrow { margin-top: 0; }
.split-copy .actions { margin-top: 25px; }
.inline-quote { margin: 28px 0; padding: 0 0 0 20px; border-left: 3px solid #76b2f4; color: #416080; font-size: 1.08rem; font-style: italic; }
.inline-quote cite { display: block; font-size: .84rem; font-style: normal; color: #6b7d90; margin-top: 12px; }
.about-visual { position: relative; max-width: 500px; justify-self: center; }
.about-visual img { width: 100%; border-radius: 5px; }
.about-visual-caption { position: relative; background: white; border: 1px solid #dce6f2; padding: 22px; width: 90%; margin: -55px auto 0; box-shadow: 0 8px 22px #122e4d0d; }
.about-visual-caption strong { display: block; font-size: 1.12rem; line-height: 1.4; }
.about-visual-caption span { display: block; font-size: .86rem; color: #61758a; margin-top: 8px; }
.principles { border-top: 1px solid #d0dce9; }
.principle { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding-block: 25px; border-bottom: 1px solid #d0dce9; }
.principle-number { color: var(--blue); font-size: .87rem; font-weight: 700; }
.principle h3 { font-size: 1.18rem; margin-bottom: 9px; }
.principle p { font-size: .95rem; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 45px; }
.process-step { border-top: 2px solid #cbe0f8; padding-top: 24px; }
.step-number { display: flex; width: 43px; height: 43px; align-items: center; justify-content: center; color: var(--blue); background: #e9f3ff; border-radius: 50%; font-weight: 700; font-size: .96rem; margin-bottom: 22px; }
.process-step h3 { font-size: 1.27rem; margin-bottom: 14px; }
.process-step p { font-size: .97rem; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-intro p { margin-block: 22px; }
.faq-list { border-top: 1px solid #d1deec; }
details { padding-block: 22px; border-bottom: 1px solid #d1deec; }
summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; cursor: pointer; list-style: none; font-weight: 700; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.35rem; font-weight: 400; color: var(--blue); }
details[open] summary::after { content: '−'; }
details p { margin-top: 16px; font-size: .98rem; }
.cta-section { background: #e6f2ff; padding: 78px 0; text-align: center; }
.cta-panel h2 { font-size: clamp(2.1rem, 3.5vw, 3.1rem); }
.cta-panel p { margin: 20px auto 30px; max-width: 710px; font-size: 1.1rem; }
.cta-panel .proposal-form { margin-inline: auto; }

/* Shared inner pages and enquiry form. */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: .82rem; color: #5d7187; padding-top: 26px; }
.breadcrumb svg { width: 12px; height: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.page-hero { background: linear-gradient(#e5f1ff,#f5f9ff); padding-bottom: 67px; }
.page-hero .eyebrow { margin-top: 40px; }
.page-hero h1 { max-width: 920px; font-size: clamp(2.6rem,4.2vw,3.75rem); }
.page-hero .lead { max-width: 790px; font-size: 1.16rem; margin-top: 25px; color: #465567; }
.page-hero .actions { margin-top: 30px; }
.service-detail-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 75px; }
.service-intro p { margin-top: 22px; }
.feature-list { list-style: none; padding: 0; margin-top: 26px; }
.feature-list li { display: flex; gap: 14px; border-bottom: 1px solid var(--line); padding-block: 13px; }
.feature-list svg { color: var(--blue); width: 20px; height: 20px; margin-top: 3px; }
.info-panel { background: #eaf4ff; padding: 35px; border-radius: 4px; align-self: start; border-top: 4px solid var(--blue); }
.info-panel h3 { font-size: 1.5rem; margin-bottom: 20px; }
.info-panel p { font-size: .97rem; margin-bottom: 23px; }
.info-panel .btn { width: 100%; }
.section-label { color: var(--blue); font-size: .85rem; font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.feature-box { background: white; border: 1px solid var(--line); border-radius: 4px; padding: 30px; }
.feature-box h3 { font-size: 1.3rem; margin-bottom: 17px; }
.feature-box p { font-size: .97rem; }
.about-statement { max-width: 1060px; font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1.4; color: var(--ink); letter-spacing: -.025em; }
.project-row { display: grid; grid-template-columns: .85fr 1.1fr 1.4fr; gap: 45px; padding-block: 40px; border-bottom: 1px solid var(--line); align-items: start; }
.project-row:first-child { border-top: 1px solid var(--line); }
.project-row h2 { font-size: 1.8rem; }
.project-type { color: var(--blue); font-size: .9rem; font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.contact-info > p { margin-top: 22px; }
.contact-info > .eyebrow { margin-top: 0; }
.contact-line { border-bottom: 1px solid var(--line); padding-block: 22px; }
.contact-line .label { display: block; color: #657384; font-size: .83rem; margin-bottom: 8px; }
.contact-line a { color: var(--blue); font-size: 1.1rem; overflow-wrap: anywhere; }
.contact-info .social-links { margin-top: 28px; }
.enquiry-form { border: 1px solid #d6e3f3; border-top: 4px solid var(--blue); background: white; border-radius: 4px; padding: 35px; }
.enquiry-form h2 { font-size: 1.8rem; margin-bottom: 14px; }
.enquiry-form > p { font-size: .97rem; margin-bottom: 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: .9rem; font-weight: 600; }
.field-full { grid-column: 1 / -1; }
.field small { font-size: .8rem; font-weight: 400; color: var(--muted); }
input, textarea, select { border: 1px solid #c2cedc; border-radius: 3px; background: white; color: var(--ink); width: 100%; min-height: 49px; padding: 11px 13px; font-size: 1rem; font-weight: 400; }
textarea { min-height: 126px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #788699; }
.enquiry-form .btn { width: 100%; margin-top: 23px; }
.form-note { font-size: .8rem !important; margin: 14px 0 0 !important; line-height: 1.65; }
.form-note a { text-decoration: underline; }
.form-result { padding: 21px; border: 1px solid var(--line); background: var(--ice); margin-top: 23px; border-radius: 4px; }
.form-result p { font-size: .92rem; }
.form-result .actions { margin-top: 15px; gap: 10px; }
.form-result .btn { width: auto; margin-top: 0; font-size: .9rem; padding: 12px 15px; }
.form-result pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; font-size: .87rem; background: white; padding: 16px; max-height: 280px; overflow: auto; color: var(--muted); }
.prose { max-width: 850px; }
.prose h2 { font-size: 1.65rem; margin-block: 36px 18px; }
.prose p { margin-bottom: 19px; }
.prose a { color: var(--blue); text-decoration: underline; }
.empty-page { text-align: center; padding-block: 110px; }
.empty-page p { margin-block: 25px; }

/* Full-width agency footer. */
.site-footer { background: #172b45; color: white; }
.footer-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding-block: 55px; border-bottom: 1px solid #354a64; align-items: center; }
.footer-intro h2 { font-size: 1.9rem; max-width: 460px; line-height: 1.3; }
.footer-intro .proposal-form input { min-height: 58px; font-size: .96rem; }
.footer-intro .proposal-form .btn { min-height: 58px; background: var(--blue); font-size: .94rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1.1fr 1.3fr; gap: 45px; padding-block: 55px; }
.footer-brand .brand-logo { background: #fff; border-radius: 6px; padding: 3px; }
.footer-brand p { color: #b7c7d8; margin-block: 22px; max-width: 250px; font-size: .95rem; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-link { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--blue); background: #e6f1ff; border: 1px solid #c4defb; border-radius: 3px; }
.social-link:hover { color: white; background: var(--blue); border-color: var(--blue); }
.social-link svg { width: 18px; height: 18px; }
.site-footer .social-link { color: #c9e0fa; background: transparent; border-color: #58728e; }
.site-footer .social-link:hover { color: white; background: #267de4; border-color: #267de4; }
.footer-col h3 { font-size: 1rem; letter-spacing: 0; margin-bottom: 23px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { font-size: .9rem; color: #b7c7d8; margin-bottom: 11px; }
.footer-col a:hover { color: white; text-decoration: underline; }
.footer-col p { color: #b7c7d8; font-size: .9rem; margin-bottom: 16px; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid #354a64; padding-block: 24px; display: flex; justify-content: space-between; gap: 25px; flex-wrap: wrap; font-size: .79rem; color: #bacbdb; }

/* Service directory and dedicated service, project, and company pages. */
.page-hero-layout { padding-top: 36px; }
.page-hero .eyebrow { margin-top: 0; }
.page-hero-split .page-hero-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 70px; align-items: center; }
.page-hero-split h1 { font-size: clamp(2.6rem, 3.8vw, 3.6rem); }
.page-hero-split .lead { font-size: 1.09rem; line-height: 1.75; }
.hero-secondary { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: #255b8e; min-height: 44px; }
.hero-secondary:hover { text-decoration: underline; }
.hero-service-card { background: #fff; padding: 32px; border: 1px solid #d7e5f4; border-radius: 8px; box-shadow: 0 16px 32px #163d6910; }
.hero-service-card .service-icon { margin-bottom: 19px; }
.hero-service-card h2 { font-size: 1.65rem; }
.hero-service-card .eyebrow { font-size: .77rem; margin-bottom: 12px; }
.hero-service-card ul { list-style: none; padding: 0; margin: 22px 0 16px; font-size: .92rem; color: #516579; }
.hero-service-card li { display: flex; gap: 12px; align-items: start; margin-top: 13px; }
.hero-service-card li svg { width: 17px; height: 17px; margin-top: 5px; color: var(--blue); }
.hero-service-card .text-link { font-size: .92rem; }
.page-jump { background: white; border-block: 1px solid var(--line); }
.page-jump .container { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; padding-block: 16px; }
.page-jump span { color: #6a7888; font-size: .8rem; margin-right: auto; }
.page-jump a { color: #315b86; font-size: .9rem; font-weight: 600; padding-block: 6px; }
.page-jump a:hover { color: var(--blue); text-decoration: underline; }
.catalog-group { display: grid; grid-template-columns: .8fr 2fr; gap: 72px; padding-block: 60px; border-bottom: 1px solid var(--line); }
.catalog-group:first-child { padding-top: 0; }
.catalog-group:last-child { padding-bottom: 0; border-bottom: 0; }
.catalog-number { color: #7190af; font-size: .85rem; display: block; margin-bottom: 21px; }
.catalog-intro h2 { font-size: 2rem; }
.catalog-intro p { margin-top: 21px; font-size: .98rem; }
.catalog-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: start; }
.catalog-link { display: flex; align-items: start; gap: 20px; padding: 25px; background: #f6f9fd; border: 1px solid #dfe8f2; border-radius: 5px; transition: background .15s, border-color .15s; }
.catalog-link > div { flex: 1; min-width: 0; }
.catalog-link > svg { width: 18px; height: 18px; color: var(--blue); margin-top: 4px; }
.catalog-link h3 { font-size: 1.12rem; line-height: 1.35; }
.catalog-link p { font-size: .9rem; margin-top: 12px; line-height: 1.6; }
.catalog-link:hover { border-color: #8fbbe8; background: #edf5ff; }
.catalog-link:hover h3 { color: var(--blue); }
.included-heading { font-size: 1.2rem; margin-top: 32px; }
.included-heading + .feature-list { margin-top: 12px; }
.info-secondary { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .9rem; color: #325f8f; min-height: 44px; margin-top: 12px; }
.info-secondary:hover { text-decoration: underline; }
.feature-number { display: block; font-size: .8rem; color: #4c7baa; font-weight: 700; margin-bottom: 23px; }
.process-link { margin-top: 28px; }
.related-services .service-grid { grid-template-columns: repeat(3, 1fr); }
.project-index { grid-template-columns: repeat(2, 1fr); }
.project-index .project-card { padding: 37px; }
.project-index .project-card h2 { font-size: 1.45rem; max-width: 390px; }
.project-card-top { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.project-number { font-size: .8rem; color: #5c7490; }
.project-index .project-monogram { border-block: 1px solid #9cb8d64d; padding-block: 29px; margin-block: 29px; font-size: 2.35rem; }
.project-hero-mark { min-height: 285px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #cbdcec; border-radius: 8px; }
.project-hero-mark > span { font-size: .8rem; color: #52728c; }
.project-hero-mark strong { color: #1e537f; font-size: clamp(2.1rem, 3.2vw, 3rem); letter-spacing: -.04em; line-height: 1.2; margin-block: 25px; }
.project-hero-mark p { font-size: .8rem; }
.project-detail-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 90px; }
.project-facts { border-top: 3px solid var(--blue); padding: 26px; background: var(--ice); align-self: start; }
.project-facts dl { margin: 0; }
.project-facts dt { color: #6c8094; font-size: .78rem; margin-top: 24px; }
.project-facts dd { margin: 7px 0 0; font-size: .98rem; }
.project-facts dd a { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--blue); padding-block: 8px; font-size: .9rem; }
.project-facts dd a svg { width: 16px; height: 16px; }
.project-facts dd a:hover { text-decoration: underline; }
.project-story > p { margin-top: 24px; }
.project-story > .eyebrow { margin-top: 0; }
.project-story h3 { margin-top: 35px; }
.project-story .text-link { margin-top: 20px; }
.approach-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 85px; }
.approach-intro > p:not(.eyebrow) { margin-top: 24px; }
.approach-intro .text-link { margin-top: 21px; }
.approach-step { display: grid; grid-template-columns: 45px 1fr; gap: 24px; border-top: 1px solid var(--line); padding-block: 34px; }
.approach-step:first-child { padding-top: 0; border-top: 0; }
.approach-step:last-child { padding-bottom: 0; }
.approach-step h2 { font-size: 1.65rem; }
.approach-step p:not(.eyebrow) { margin-top: 18px; }
.approach-step ul { color: #546d86; font-size: .94rem; margin-block: 20px 0; }
.approach-step .eyebrow { font-size: .84rem; margin-bottom: 12px; }
.quote-section { text-align: center; max-width: 950px; }
.quote-section blockquote { margin: 25px 0; font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.5; color: #244969; letter-spacing: -.02em; }
.quote-section cite { display: block; margin-top: 28px; font-size: .95rem; font-style: normal; font-weight: 700; letter-spacing: 0; }
.quote-section cite span { display: block; font-weight: 400; color: #6c8094; font-size: .85rem; margin-top: 5px; }
.faq-group { display: grid; grid-template-columns: 1fr 1.65fr; gap: 90px; padding-block: 55px; border-bottom: 1px solid var(--line); }
.faq-group:first-child { padding-top: 0; }
.faq-group:last-child { padding-bottom: 0; border-bottom: 0; }
.faq-group h2 { font-size: 2rem; }
.faq-list p a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* Tablet and mobile: tap-to-expand menus, no hover required. */
@media (max-width: 1200px) {
  .container { width: calc(100% - 48px); }
  .nav-shell { gap: 16px; }
  .brand-words { font-size: 1.2rem; }
  .brand-logo { width: 48px; height: 48px; }
  .nav-trigger { font-size: .875rem; padding-inline: 9px; }
  .nav-cta { padding-inline: 16px; font-size: .875rem; }
  .mega-grid { gap: 16px; }
  .mega-column { padding: 22px 18px; }
  .mega-heading { gap: 8px; }
  .mega-heading h2 { font-size: 1rem; }
  .mega-heading > span { width: 31px; height: 31px; }
  .mega-promo { padding: 24px 17px; }
  .hero-grid { gap: 28px; padding-block: 80px 86px; }
  .hero .lead { font-size: 1.14rem; }
  .proposal-form .btn { padding-inline: 18px; font-size: .96rem; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-panel { padding: 40px; gap: 40px; }
}
@media (max-width: 1080px) {
  .page-hero-split .page-hero-layout { gap: 35px; grid-template-columns: 1.35fr 1fr; }
  .hero-service-card { padding: 26px; }
  .catalog-group { gap: 35px; grid-template-columns: .8fr 2fr; }
  .catalog-link { padding: 20px; }
  .approach-layout, .project-detail-grid, .faq-group { gap: 45px; }
  html { scroll-padding-top: 140px; }
  .nav-shell { justify-content: space-between; min-height: 76px; gap: 15px; }
  .brand-words { font-size: 1.3rem; }
  .brand-logo { width: 52px; height: 52px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .nav-cta { order: 2; }
  .menu-toggle { order: 3; }
  .primary-nav { display: none; position: absolute; left: 0; top: 100%; right: 0; max-height: calc(100dvh - 133px); overflow-y: auto; background: white; padding: 14px 24px 25px; box-shadow: 0 16px 20px #12365620; }
  .primary-nav.is-open { display: block; }
  .nav-group { display: block; border-bottom: 1px solid var(--line); }
  .nav-trigger { width: 100%; padding: 17px 6px; font-size: 1rem; font-weight: 600; }
  .mega-panel { position: static; max-height: none; box-shadow: none; padding: 18px; overflow: visible; border: 1px solid #e4edf7; margin-bottom: 15px; }
  .mega-panel .container { width: 100%; }
  .mega-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .mega-column { min-height: auto; padding: 25px; }
  .mega-heading { margin-bottom: 18px; }
  .mega-column li + li { margin-top: 6px; }
  .mega-column a { min-height: 42px; font-size: .94rem; }
  .mega-promo { grid-column: 1/-1; text-align: left; padding: 25px; }
  .mega-promo .promo-icon { display: none; }
  .mega-promo h2 { font-size: 1.5rem; }
  .mega-promo p { margin: 13px 0 20px; }
  .mega-promo .btn { align-self: start; }
  .hero h1 { font-size: 3rem; }
  .hero-kicker { font-size: .95rem; }
  .hero .lead { font-size: 1.05rem; }
  .hero .proposal-form { flex-direction: column; gap: 8px; }
  .hero .proposal-form input, .hero .proposal-form .btn { border-radius: 3px; min-height: 56px; }
  .strengths-grid > div { padding-inline: 18px; }
  .strengths-grid strong { font-size: .87rem; }
  .strengths-grid p { font-size: .82rem; }
  .split, .faq-grid, .service-detail-grid, .contact-grid { gap: 45px; }
  .footer-grid { gap: 28px; }
  .project-card { padding: 28px 23px; }
}
@media (max-width: 800px) {
  .page-hero-split .page-hero-layout, .catalog-group, .approach-layout, .project-detail-grid, .faq-group { grid-template-columns: 1fr; gap: 32px; }
  .page-hero-split h1 { font-size: clamp(2.3rem, 6vw, 3.4rem); }
  .hero-service-card { display: none; }
  .catalog-intro { max-width: 540px; }
  .catalog-number { margin-bottom: 12px; }
  .catalog-group { padding-block: 42px; }
  .project-index { grid-template-columns: 1fr 1fr; gap: 18px; }
  .project-index .project-card { padding: 25px; }
  .project-index .project-monogram { font-size: 1.8rem; }
  .project-hero-mark { min-height: 240px; }
  .related-services .service-grid { grid-template-columns: 1fr; }
  .page-jump .container { gap: 10px 25px; }
  .page-jump span { width: 100%; }
  .page-jump a { font-size: .85rem; }
  .project-facts { order: 2; }
  .container { width: calc(100% - 40px); }
  .utility-inner { min-height: 49px; }
  .utility-promise > span { font-size: .62rem; }
  .utility-promise strong { font-size: .85rem; }
  .utility-right > a:first-child { display: none; }
  .utility-email { font-size: .76rem; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 55px 65px; gap: 22px; }
  .hero h1 { font-size: clamp(2.55rem,7vw,3.5rem); max-width: 720px; }
  .hero .lead { max-width: 670px; font-size: 1.12rem; }
  .hero .proposal-form { flex-direction: row; gap: 0; max-width: 650px; }
  .hero .proposal-form input { border-radius: 3px 0 0 3px; }
  .hero .proposal-form .btn { border-radius: 0 3px 3px 0; }
  .hero-framework { width: min(100%,520px); justify-self: center; margin-block: -10px 0; }
  .hero-grid-floor { bottom: -140px; }
  .strengths-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .strengths-grid > div:nth-child(3) { border-left: 0; }
  .strengths { padding: 30px 0 42px; }
  .strengths-grid strong { font-size: .92rem; }
  .strengths-grid p { font-size: .85rem; }
  .section { padding-block: 66px; }
  .connected-section { padding-top: 30px; }
  .center-heading { margin-bottom: 33px; }
  .center-heading h2 { font-size: 2.15rem; }
  .center-heading p { font-size: 1rem; }
  .section-heading { flex-direction: column; align-items: start; gap: 23px; }
  .section-heading p { max-width: 600px; }
  .comparison { grid-template-columns: 1fr; gap: 0; }
  .comparison-before, .comparison-after { padding: 30px; }
  .comparison-connector { height: 47px; }
  .comparison-connector svg { transform: rotate(90deg); }
  .comparison h3 { font-size: 1.6rem; }
  .service-tablist { grid-template-columns: 1fr 1fr; }
  .service-tab { min-height: 74px; padding: 17px 12px; font-size: .9rem; border-bottom-color: #dce7f3; }
  .service-panel { grid-template-columns: 1fr; padding: 33px; gap: 30px; }
  .service-panel h3 { font-size: 1.8rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { padding: 31px; }
  .project-monogram { font-size: 2.2rem; margin-block: 24px; }
  .project-card h3 { font-size: 1.45rem; }
  .client-name-strip { gap: 25px; font-size: 1rem; margin-top: 40px; padding-top: 38px; }
  .split, .faq-grid, .service-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 37px; }
  .about-visual { max-width: 450px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 35px; }
  .feature-grid { grid-template-columns: 1fr; }
  .cta-section { padding-block: 60px; }
  .cta-panel p { font-size: 1rem; }
  .footer-intro { grid-template-columns: 1fr; gap: 25px; padding-block: 40px; }
  .footer-intro h2 { max-width: 550px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; padding-block: 42px; }
  .footer-brand, .footer-col:last-child { grid-column: 1/-1; }
  .footer-brand > p { max-width: 420px; }
  .page-hero { padding-bottom: 48px; }
  .page-hero .eyebrow { margin-top: 0; }
  .page-hero .lead { font-size: 1.05rem; }
  .project-row { grid-template-columns: 1fr; gap: 15px; padding-block: 30px; }
  .project-row h2 { font-size: 1.8rem; }
}
@media (max-width: 520px) {
  .catalog-links, .project-index { grid-template-columns: 1fr; }
  .catalog-link { padding: 24px; }
  .catalog-intro h2, .faq-group h2 { font-size: 1.8rem; }
  .project-index .project-monogram { font-size: 2.1rem; }
  .project-index .project-card { padding: 28px; }
  .approach-step { gap: 15px; grid-template-columns: 35px 1fr; }
  .approach-step .step-number { width: 32px; height: 32px; font-size: .78rem; }
  .approach-step h2 { font-size: 1.4rem; }
  .page-hero-layout { padding-top: 27px; }
  .page-hero { padding-bottom: 45px; }
  html { scroll-padding-top: 127px; }
  .container { width: calc(100% - 36px); }
  .utility-inner { min-height: 43px; padding-top: 3px; }
  .utility-right { display: none; }
  .utility-promise > span { font-size: .6rem; }
  .utility-promise strong { font-size: .77rem; }
  .utility-promise svg { width: 13px; height: 13px; }
  .nav-shell { min-height: 73px; gap: 12px; }
  .brand-words { font-size: 1.12rem; }
  .brand-words small { font-size: .46rem; }
  .brand-logo { width: 43px; height: 43px; }
  .nav-cta { font-size: .8rem; min-height: 43px; padding: 10px 12px; margin-left: auto; }
  .menu-toggle { margin: 0; padding: 10px; }
  .menu-toggle span { display: none; }
  .menu-toggle svg { width: 20px; height: 20px; }
  .primary-nav { padding: 8px 18px 22px; max-height: calc(100dvh - 116px); }
  .mega-panel { padding: 12px; }
  .mega-grid { grid-template-columns: 1fr; gap: 13px; }
  .mega-column { padding: 23px 20px; }
  .mega-promo { grid-column: auto; }
  .mega-heading h2 { font-size: 1.08rem; }
  .mega-column a { font-size: .95rem; }
  .hero-grid { padding-block: 43px 53px; }
  .hero-kicker { font-size: .87rem; max-width: 310px; }
  .hero h1 { font-size: 2.55rem; line-height: 1.12; }
  .hero .lead { font-size: 1.05rem; margin-block: 24px 26px; }
  .proposal-form, .hero .proposal-form { flex-direction: column; gap: 10px; }
  .proposal-form input, .proposal-form .btn, .hero .proposal-form input, .hero .proposal-form .btn { border-radius: 3px; min-height: 56px; font-size: 1rem; }
  .hero-note { font-size: .76rem; }
  .hero-framework { margin-top: 0; }
  .growth-diagram figcaption { font-size: .77rem; margin-top: 2px; }
  .strengths-grid > div { padding-inline: 13px; }
  .strengths-grid strong { font-size: .8rem; }
  .strengths-grid p { font-size: .79rem; }
  .section { padding-block: 56px; }
  .connected-section { padding-top: 22px; }
  h2, .center-heading h2 { font-size: 1.95rem; }
  .center-heading br { display: none; }
  .comparison-before, .comparison-after { padding: 27px 23px; }
  .comparison h3 { font-size: 1.5rem; }
  .comparison ul { font-size: .93rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 29px; }
  .service-tab { font-size: .84rem; gap: 8px; padding-inline: 10px; }
  .service-tab svg { width: 19px; height: 19px; }
  .service-panel { padding: 28px 23px; }
  .service-panel h3 { font-size: 1.65rem; }
  .service-panel .service-panel-features { padding: 20px; }
  .service-panel-features li { font-size: .92rem; }
  .process-grid { gap: 30px 23px; }
  .process-step h3 { font-size: 1.17rem; }
  .process-step p { font-size: .94rem; }
  .center-actions { flex-direction: column; align-items: stretch; }
  .center-actions .btn { width: 100%; }
  .enquiry-form { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  .field-full { grid-column: auto; }
  .info-panel { padding: 29px; }
  .page-hero h1 { font-size: 2.5rem; }
  .breadcrumb { font-size: .76rem; gap: 6px; }
  .contact-line a { font-size: 1rem; }
  .footer-grid { gap: 32px 20px; }
  .footer-bottom { gap: 12px; font-size: .75rem; }
  .footer-intro .proposal-form .btn { min-height: 54px; }
}
@media (max-width: 360px) {
  .brand-words { font-size: .97rem; }
  .brand-logo { width: 36px; height: 36px; }
  .nav-cta { font-size: .76rem; padding-inline: 10px; }
  .nav-shell { gap: 9px; }
  .hero h1 { font-size: 2.25rem; }
  .service-tab { flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* WordPress toolbar and editor compatibility. */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
.wp-block-html { margin: 0; }
