
    :root {
      --navy: #0b2c48; --navy-deep: #082238; --ink: #132c40;
      --paper: #f4f6f7; --white: #fff; --gold: #b99a57;
      --gold-dark: #80652f; --muted: #526574;
      --line: #d9e0e5; --max: 1180px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 110px; }
    body { margin: 0; color: var(--ink); background: var(--white); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
    a { color: inherit; }
    button { font: inherit; }
    button, a, summary { -webkit-tap-highlight-color: transparent; }
    img { display: block; max-width: 100%; height: auto; }
    :focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
    .container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
    .skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-180%); padding: 10px 16px; background: white; color: var(--navy); }
    .skip-link:focus { transform: translateY(0); }
    header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
    .nav { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; }
    .brand { flex: 0 0 180px; height: 94px; position: relative; overflow: hidden; }
    .brand-logo { width: 180px; height: 135px; max-width: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
    nav { display: flex; align-items: center; gap: 30px; }
    nav a { text-decoration: none; color: var(--muted); font-size: .875rem; padding: 12px 0; transition: color .18s; }
    nav a:hover { color: var(--gold-dark); }
    nav .nav-cta { color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--gold); padding: 8px 0; margin-left: 12px; }
    .menu-toggle { display: none; border: 1px solid var(--line); background: white; color: var(--navy); padding: 9px 15px; cursor: pointer; min-height: 44px; }
    section { padding: 96px 0; }
    .eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-dark); font-size: .875rem; line-height: 1.5; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
    h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-wrap: balance; }
    h1 { margin: 0; font-size: clamp(2.65rem, 4.7vw, 4.5rem); line-height: 1.1; letter-spacing: -.035em; }
    h1 em { color: var(--gold-dark); font-style: normal; }
    h2 { margin: 0; font-size: clamp(2.2rem, 3.45vw, 3.4rem); line-height: 1.15; letter-spacing: -.025em; }
    .hero { padding: 78px 0 88px; background: var(--paper); border-bottom: 1px solid var(--line); }
    .hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,.85fr); align-items: center; gap: 64px; }
    .hero-copy { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 1.125rem; line-height: 1.75; }
    .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
    .button { min-height: 52px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: .9375rem; line-height: 1.45; font-weight: 600; text-decoration: none; transition: background .18s, color .18s; }
    .button-primary { color: white; background: var(--navy); border: 1px solid var(--navy); }
    .button-primary:hover { background: #18435f; }
    .button-secondary { color: var(--navy); border-bottom: 1px solid var(--gold); padding: 12px 0; }
    .button-secondary:hover { color: var(--gold-dark); }
    .hero-aside { min-width: 0; }
    .hero-logo { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; mix-blend-mode: multiply; margin-bottom: 20px; }
    .hero-aside p { margin: 0; padding-top: 22px; border-top: 1px solid #bdc8d0; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
    .hero-aside strong { font-weight: 600; color: var(--navy); }
    .section-head { display: grid; grid-template-columns: minmax(180px,.62fr) minmax(0,1.38fr); gap: 60px; align-items: start; margin-bottom: 48px; }
    .section-head .section-kicker { padding-top: 8px; }
    .section-lead { margin: 20px 0 0; color: var(--muted); max-width: 660px; font-size: 1rem; }
    .problem { background: white; }
    .problem-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.12fr); gap: 88px; }
    .problem-statement { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 2.8vw, 2.7rem); line-height: 1.28; letter-spacing: -.02em; }
    .problem-statement span { color: var(--gold-dark); }
    .contrast-list { border-top: 1px solid var(--line); }
    .contrast-item { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
    .contrast-item b { color: var(--gold-dark); font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
    .contrast-item p { margin: 0; font-weight: 600; }
    .contrast-item small { display: block; margin-top: 6px; color: var(--muted); font-size: .9375rem; font-weight: 400; line-height: 1.6; }
    .diagnostic { background: var(--navy); color: white; }
    .diagnostic .section-kicker, .card-index { color: #d7bd86; }
    .diagnostic .section-lead { color: #c6d3dd; }
    .diagnostic-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #486073; }
    .diagnostic-card { padding: 28px 28px 4px; border-left: 1px solid #486073; }
    .diagnostic-card:first-child { padding-left: 0; border-left: 0; }
    .diagnostic-card:last-child { padding-right: 0; }
    .card-index { display: block; font-size: .875rem; letter-spacing: .08em; }
    .diagnostic-card h3 { font-size: 1.8rem; margin: 34px 0 14px; line-height: 1.2; }
    .diagnostic-card p { color: #c6d3dd; margin: 0; font-size: 1rem; line-height: 1.65; }
    .fit { background: white; }
    .fit .container { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 88px; }
    .fit .section-head { display: block; margin-bottom: 0; }
    .fit .section-head .section-kicker { padding: 0; }
    .check-list { list-style: none; padding: 0; margin: 0; }
    .check-list li { position: relative; padding: 19px 0 19px 27px; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .check-list li:first-child { border-top: 1px solid var(--line); }
    .check-list li::before { content: ""; position: absolute; left: 0; top: 31px; width: 10px; height: 1px; background: var(--gold-dark); }
    .process { background: var(--paper); border-block: 1px solid var(--line); }
    .process-line { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); counter-reset: process; }
    .step { counter-increment: process; padding: 0 28px; border-left: 1px solid var(--line); }
    .step:first-child { border: 0; padding-left: 0; }
    .step:last-child { padding-right: 0; }
    .step::before { content: "0" counter(process); display: block; color: var(--gold-dark); font-size: .875rem; margin-bottom: 24px; }
    .step h3 { margin: 0 0 12px; font-size: 1.75rem; line-height: 1.2; }
    .step p { margin: 0; color: var(--muted); font-size: 1rem; }
    .deliverable { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 48px; padding: 28px 32px; margin-top: 44px; background: white; border-left: 3px solid var(--gold); }
    .deliverable strong { font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.3; font-weight: 400; }
    .deliverable p { margin: 0; color: var(--muted); }
    .independent { padding: 82px 0; }
    .independent-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 88px; align-items: center; }
    .quote { margin: 0; padding: 8px 0 8px 30px; border-left: 2px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.85rem, 2.8vw, 2.7rem); line-height: 1.3; letter-spacing: -.02em; }
    .independent-copy h2 { font-size: clamp(1.9rem, 2.65vw, 2.65rem); }
    .independent-copy p:not(.section-kicker) { color: var(--muted); margin: 20px 0 0; }
    .independent-copy strong { color: var(--ink); font-weight: 600; }
    .profile { background: var(--paper); border-top: 1px solid var(--line); padding: 76px 0; }
    .profile-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 88px; }
    .profile h2 { font-size: clamp(2rem, 3vw, 3rem); }
    .profile-copy { max-width: 670px; }
    .profile-copy p { margin: 0 0 18px; color: var(--muted); }
    .profile-copy p:last-child { margin-bottom: 0; }
    .profile-copy strong { color: var(--navy); font-weight: 600; }
    .contact { color: white; background: var(--navy); padding: 90px 0; }
    .contact-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 100px; align-items: center; }
    .contact .eyebrow { color: #d7bd86; }
    .contact h2 { max-width: 610px; }
    .contact p:not(.eyebrow) { margin: 24px 0 0; color: #c6d3dd; max-width: 560px; }
    .contact-note { min-width: 0; padding-left: 38px; border-left: 1px solid #486073; }
    .contact-note > strong { display: block; font-family: Georgia, serif; font-weight: 400; font-size: 1.7rem; }
    .contact-note address { display: grid; gap: 14px; margin-top: 22px; font-style: normal; }
    .contact-note address a { display: block; width: fit-content; max-width: 100%; color: white; text-decoration: none; overflow-wrap: anywhere; padding: 4px 0; min-height: 44px; }
    .contact-note address a:hover { color: #e1c994; }
    .contact-note address a:first-child { font-size: 1.75rem; letter-spacing: .025em; font-variant-numeric: tabular-nums; }
    .contact-label { display: block; color: #c6d3dd; font-size: .875rem; letter-spacing: 0; line-height: 1.4; margin-bottom: 4px; }
    footer { background: var(--navy-deep); color: #c0ced8; padding: 30px 0 24px; font-size: .875rem; }
    .footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 30px; }
    .footer-row > span:first-child { color: #f0f4f7; }
    .legal-area { margin-top: 24px; border-top: 1px solid #3e5263; }
    .legal-area details { border-bottom: 1px solid #3e5263; }
    .legal-area summary { cursor: pointer; padding: 14px 0; color: #d7e0e6; font-size: .875rem; list-style-position: inside; }
    .legal-area summary:hover { color: #e1c994; }
    .legal-copy { max-width: 940px; padding: 10px 0 22px; color: #c0ced8; font-size: 1rem; line-height: 1.7; }
    .legal-copy p { margin: 0 0 14px; }
    .legal-copy strong { color: #f0f4f7; }
    .legal-copy a { color: #e1c994; text-underline-offset: 3px; overflow-wrap: anywhere; }
    .legal-updated { margin: 18px 0 0; font-size: .8125rem; color: #a7b7c4; }
    @media (max-width: 1050px) {
      .container { width: calc(100% - 56px); }
      .hero-grid { gap: 40px; }
      .problem-grid, .fit .container, .profile-grid, .independent-grid { gap: 48px; }
      .section-head { gap: 40px; }
      .contact-grid { gap: 48px; }
      .diagnostic-card, .step { padding-inline: 20px; }
      nav { gap: 20px; }
    }
    @media (max-width: 880px) {
      html { scroll-padding-top: 96px; }
      .nav { min-height: 86px; }
      .brand { height: 84px; width: 158px; flex-basis: 158px; }
      .brand-logo { width: 160px; height: 120px; }
      .menu-toggle { display: block; }
      nav { display: none; position: absolute; top: 100%; left: -28px; right: -28px; padding: 20px 28px 28px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px rgba(8,34,56,.08); }
      nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
      nav a { padding: 14px 0; font-size: 1rem; }
      nav .nav-cta { margin: 8px 0 0; width: fit-content; }
      section { padding: 72px 0; }
      .hero { padding: 58px 0 64px; }
      .hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
      h1 { font-size: clamp(2.65rem, 6.8vw, 3.9rem); max-width: 760px; }
      .hero-copy { max-width: 650px; }
      .hero-aside { display: grid; grid-template-columns: 180px minmax(0,1fr); align-items: center; gap: 30px; padding-top: 16px; border-top: 1px solid var(--line); }
      .hero-logo { margin: 0; }
      .hero-aside p { border-top: 0; padding: 0; max-width: 370px; }
      .section-head { grid-template-columns: minmax(0,1fr); gap: 12px; margin-bottom: 36px; }
      .section-head .section-kicker { padding: 0; margin-bottom: 0; }
      .problem-grid, .fit .container, .independent-grid, .profile-grid, .contact-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
      .problem-statement { max-width: 620px; }
      .diagnostic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
      .diagnostic-card { padding: 24px; }
      .diagnostic-card:nth-child(odd) { padding-left: 0; border-left: 0; }
      .diagnostic-card:nth-child(even) { padding-right: 0; }
      .diagnostic-card:nth-child(n+3) { border-top: 1px solid #486073; }
      .diagnostic-card h3 { margin-top: 24px; }
      .fit .section-head .section-kicker { margin-bottom: 20px; }
      .process-line { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 34px; }
      .step:nth-child(3) { padding-left: 0; border-left: 0; }
      .step:nth-child(even) { padding-right: 0; }
      .deliverable { grid-template-columns: minmax(0,1fr); gap: 16px; }
      .independent, .profile { padding: 64px 0; }
      .contact { padding: 72px 0; }
      .contact-note { padding: 28px 0 0; border-left: 0; border-top: 1px solid #486073; }
      .contact-note address { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 30px; }
    }
    @media (max-width: 540px) {
      .container { width: calc(100% - 40px); }
      .nav { min-height: 78px; }
      .brand { height: 76px; width: 144px; flex-basis: 144px; }
      .brand-logo { width: 144px; height: 108px; }
      nav { left: -20px; right: -20px; padding-inline: 20px; }
      section { padding: 58px 0; }
      .hero { padding: 42px 0 48px; }
      .eyebrow, .section-kicker { letter-spacing: .075em; }
      h1 { font-size: clamp(2.25rem, 8.6vw, 2.95rem); line-height: 1.14; letter-spacing: -.03em; }
      h2 { font-size: 2.2rem; }
      .hero-copy { font-size: 1rem; margin-top: 22px; }
      .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 26px; }
      .button-secondary { width: fit-content; align-self: center; }
      .hero-aside { grid-template-columns: minmax(0,1fr); gap: 0; }
      .hero-logo { width: 200px; justify-self: center; }
      .hero-aside p { max-width: none; font-size: .9375rem; }
      .problem-grid, .fit .container, .profile-grid { gap: 30px; }
      .contrast-item { gap: 12px; grid-template-columns: 25px minmax(0,1fr); }
      .diagnostic-grid { grid-template-columns: minmax(0,1fr); }
      .diagnostic-card, .diagnostic-card:nth-child(odd), .diagnostic-card:nth-child(even) { padding: 24px 0; border-left: 0; border-top: 1px solid #486073; }
      .diagnostic-card:first-child { border-top: 0; }
      .diagnostic-card:last-child { padding-bottom: 0; }
      .diagnostic-card h3 { margin: 14px 0 12px; }
      .process-line { grid-template-columns: minmax(0,1fr); gap: 0; }
      .step, .step:first-child, .step:nth-child(3) { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
      .step:last-child { padding-bottom: 0; }
      .step::before { margin-bottom: 12px; }
      .deliverable { padding: 24px; margin-top: 32px; }
      .quote { padding-left: 22px; font-size: 2rem; }
      .independent, .profile { padding: 58px 0; }
      .contact { padding: 60px 0; }
      .contact-note address { grid-template-columns: minmax(0,1fr); gap: 16px; }
      .footer-row { flex-direction: column; gap: 5px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; }
    }

    .enquiry { margin-top: 48px; padding-top: 36px; border-top: 1px solid #486073; }
    .enquiry h3 { font-size: 2rem; margin: 0 0 24px; }
    .form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 28px; }
    .form-field { display: grid; gap: 8px; font-size: 1rem; }
    .form-wide { grid-column: 1 / -1; }
    .enquiry input:not([type=checkbox]), .enquiry textarea { width: 100%; min-width: 0; border: 1px solid #8295a3; border-radius: 2px; padding: 13px 14px; color: #132c40; background: white; font: inherit; font-size: 16px; }
    .enquiry textarea { resize: vertical; min-height: 140px; }
    .consent { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0; font-size: .9375rem; }
    .consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 3px; accent-color: #b99a57; }
    .consent a { text-underline-offset: 3px; }
    .enquiry .button { background: #d7bd86; color: #082238; border: 0; cursor: pointer; }
    .enquiry .button:hover { background: #e8d3a7; }
    .contact .form-note { font-size: .875rem; max-width: 800px; margin-top: 16px; }
    .form-trap { display: none !important; }
    @media (max-width: 540px) { .form-grid { grid-template-columns: minmax(0,1fr); } .enquiry .button { width: 100%; } }
  
    .service-link { display: inline-block; margin-top: 20px; color: #e1c994; text-underline-offset: 5px; font-size: .9375rem; padding-block: 8px; }
    .service-hero { padding: 40px 0 70px; }
    .service-hero h1 { max-width: 950px; font-size: clamp(2.3rem, 4.5vw, 4rem); }
    .service-hero .hero-copy { max-width: 820px; }
    .breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px 16px; position: static; padding: 0; margin: 0 0 38px; background: transparent; border: 0; box-shadow: none; font-size: .875rem; }
    .breadcrumbs a { padding: 0; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
    .breadcrumbs span { color: var(--muted); }
    .service-areas { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
    .service-areas article { border-top: 1px solid var(--line); padding-top: 22px; }
    .service-areas h3 { font-size: 1.65rem; line-height: 1.25; margin: 0 0 16px; }
    .service-areas p { margin: 0; color: var(--muted); }
    .faq-list { margin-top: 36px; max-width: 900px; }
    .faq-list details { border-bottom: 1px solid var(--line); }
    .faq-list summary { padding: 20px 0; cursor: pointer; font-weight: 600; }
    .faq-list p { margin: 0 0 24px; color: var(--muted); }
    .related-services { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 32px; }
    .related-services a { text-underline-offset: 5px; padding-block: 8px; }
    .footer-services { padding-block: 0 22px; margin-bottom: 24px; border-bottom: 1px solid #3e5263; display: flex; flex-wrap: wrap; gap: 12px 28px; }
    .footer-services a { padding-block: 6px; text-underline-offset: 4px; }
    @media (max-width: 880px) { .service-areas { grid-template-columns: minmax(0,1fr); gap: 28px; } .breadcrumbs { display: flex; } }
