@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
  color-scheme: light;
  --ink: #0d1b2a;
  --charcoal: #2b2f36;
  --muted: #555b63;
  --paper: #ffffff;
  --wash: #f2f3f5;
  --line: #d7dadd;
  --teal: #4d7d86;
  --accent: #3c6871;
  --orange: #e4842a;
  --orange-hover: #d6761e;
  --max-width: 1280px;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; line-height: 1.6; }
a { color: inherit; text-underline-offset: 0.22em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, [role='button'] { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', Arial, sans-serif; }
h1, h2 { letter-spacing: -0.045em; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.container { width: min(var(--max-width), calc(100% - 6rem)); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; padding: 0.8rem 1rem; z-index: 100; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { background: var(--wash); border-top: 4px solid var(--orange); }
.header-inner { min-height: 136px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: min(390px, 100%); flex-shrink: 0; text-decoration: none; line-height: 1; }
/* Display the original supplied logo without changing or regenerating its artwork. */
.brand-lockup { display: block; position: relative; aspect-ratio: 1080 / 276; overflow: hidden; mix-blend-mode: darken; }
.brand-lockup img { position: absolute; width: 116.111112%; height: auto; max-width: none; left: -8.333334%; top: -57.971015%; }
nav { display: flex; align-items: center; gap: 1.65rem; flex-wrap: wrap; }
nav a { text-decoration: none; font-size: 0.9rem; font-weight: 550; transition: color 180ms, background 180ms; }
nav a:hover { color: var(--accent); }
.nav-contact { display: flex; align-items: center; justify-content: center; gap: 1.1rem; padding: 0.65rem 1rem; background: var(--orange); color: var(--ink); font-weight: 700; }
.nav-contact:hover { background: var(--orange-hover); color: var(--ink); }
.nav-contact span { font-size: 1.3rem; }
.nav-contact span { color: var(--ink); }
.hero { display: grid; grid-template-columns: 1.06fr 1fr; gap: 4rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
.hero-copy { padding-block: 1.4rem; }
.eyebrow { color: var(--accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; line-height: 1.7; margin-bottom: 1.55rem; }
h1 { font-size: clamp(3.5rem, 6.8vw, 6.2rem); font-weight: 650; line-height: 1.03; margin-bottom: 1.65rem; }
h1 span { color: var(--teal); }
.hero h1 span { color: var(--ink); text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 0.075em; text-underline-offset: 0.13em; }
.hero h1 { margin-bottom: 2.1rem; }
.hero-description { font-size: 1.12rem; max-width: 28rem; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.2rem; min-height: 54px; padding: 0.85rem 1.4rem; text-decoration: none; font-weight: 550; font-size: 0.95rem; transition: background 180ms, transform 180ms; }
.button span { font-size: 1.25rem; line-height: 1; }
.button-primary { background: var(--orange); color: var(--ink); font-weight: 650; }
.button-primary:hover { background: var(--orange-hover); transform: translateY(-2px); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 540px; background: #102c3c; overflow: hidden; }
.hero-image { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 53% center; }
.hero-visual::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(5, 27, 43, 0.8)); }
.image-caption { position: absolute; left: 2rem; bottom: 1.9rem; color: white; z-index: 1; display: flex; gap: 1rem; align-items: flex-start; }
.caption-rule { width: 2rem; height: 3px; margin-top: 0.7rem; background: var(--orange); }
.image-caption p { font-size: 1.2rem; line-height: 1.4; margin: 0; font-weight: 500; }
.principles { border-left: 5px solid var(--orange); background: var(--ink); color: white; padding: 1.65rem 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.principles p { margin: 0; font-size: 0.94rem; font-weight: 550; }
.principles span { color: var(--orange); margin-right: 0.9rem; font-size: 0.85rem; font-weight: 600; }
.section-space { padding-block: 6.5rem; }
.clients { padding-block: 5rem; }
.clients-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; align-items: center; }
.clients-layout h2 { margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3rem); }
.clients-copy { color: var(--muted); font-size: 1.08rem; }
.clients-copy p:last-child { margin-bottom: 0; }
.services { background: var(--wash); }
.services-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 7rem; }
h2 { font-size: clamp(2.3rem, 3.7vw, 3.45rem); line-height: 1.13; font-weight: 600; margin-bottom: 1.5rem; }
.section-intro > p:last-child { font-size: 1.05rem; max-width: 25rem; color: var(--muted); }
.service-item { display: grid; grid-template-columns: 2rem 1fr; gap: 1.25rem; padding-block: 1.75rem; border-top: 1px solid var(--line); }
.service-item:first-child { padding-top: 0; border-top: 0; }
.service-item:last-child { padding-bottom: 0; }
.service-number { padding-top: 0.15rem; color: var(--accent); font-size: 0.88rem; font-weight: 600; }
.service-item .service-number { background: var(--ink); color: var(--orange); width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.service-item h3 { font-size: 1.3rem; letter-spacing: -0.025em; line-height: 1.35; margin-bottom: 0.65rem; font-weight: 650; }
.service-item p { color: var(--muted); line-height: 1.7; margin: 0; }
.service-item .service-scope { color: var(--ink); font-size: 0.95rem; margin-top: 0.8rem; border-left: 3px solid var(--orange); padding-left: 0.85rem; }
.engagement-heading { max-width: 47rem; }
.engagement-heading > p:last-child { color: var(--muted); font-size: 1.08rem; max-width: 40rem; }
.engagement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-block: 3rem 2.2rem; }
.engagement-option { border-top: 4px solid var(--orange); background: var(--wash); padding: 2rem; }
.engagement-option .service-number { display: block; margin-bottom: 1.2rem; }
.engagement-option h3 { font-size: 1.6rem; letter-spacing: -0.025em; margin-bottom: 1rem; }
.engagement-option p { color: var(--muted); max-width: 34rem; }
.engagement-option .engagement-note { color: var(--ink); margin-bottom: 0; }
.engagement-option:last-child { background: var(--ink); color: white; }
.engagement-option:last-child p { color: #cad5df; }
.engagement-option:last-child .engagement-note { color: white; }
.engagement-option:last-child .service-number { color: var(--orange); }
.engagement-option ul { color: var(--muted); padding-left: 1.2rem; margin: 0 0 1.5rem; }
.engagement-option li { padding-left: 0.3rem; margin-block: 0.7rem; }
.engagement-option li::marker { color: var(--accent); }
.engagement-option:last-child ul { color: #cad5df; }
.engagement-option:last-child li::marker { color: var(--orange); }
.process { background: var(--wash); }
.process-heading { max-width: 54rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; list-style: none; padding: 0; margin: 3rem 0 2rem; }
.process-grid li { border-top: 3px solid var(--orange); padding-top: 1.4rem; }
.process-number { display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: var(--orange); width: 2.5rem; height: 2.5rem; font-weight: 650; margin-bottom: 1.5rem; }
.process-grid h3 { font-size: 1.2rem; line-height: 1.45; letter-spacing: -0.025em; margin-bottom: 0.85rem; }
.process-grid p { color: var(--muted); margin-bottom: 0; }
.text-link { font-weight: 650; display: inline-block; }
.text-link span { color: var(--accent); margin-left: 0.65rem; }
.approach { background: var(--ink); color: white; }
.approach .eyebrow { color: var(--orange); }
.approach-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 6rem; align-items: end; margin-bottom: 3.5rem; }
.approach-heading h2 { margin-bottom: 0; }
.approach-heading > p { max-width: 28rem; margin-bottom: 0.2rem; color: #cad5df; font-size: 1.05rem; line-height: 1.75; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.phase { border-top: 1px solid #526172; padding-top: 1.6rem; padding-right: 2.5rem; }
.phase + .phase { padding-left: 2.5rem; border-left: 1px solid #526172; }
.phase-number { color: var(--orange); font-size: 0.84rem; font-weight: 550; display: block; margin-bottom: 2.7rem; }
.phase h3 { font-size: 1.55rem; font-weight: 550; letter-spacing: -0.025em; margin-bottom: 0.7rem; }
.phase p { color: #cad5df; line-height: 1.75; margin: 0; }
.faq { background: var(--wash); }
.faq-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 7rem; align-items: start; }
.faq-heading h1 { max-width: 23rem; font-size: clamp(2.3rem, 3.7vw, 3.45rem); line-height: 1.13; font-weight: 600; margin-bottom: 1.5rem; }
.faq-list { border-top: 2px solid var(--ink); min-width: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding-block: 1.4rem; list-style: none; cursor: pointer; font-size: 1.05rem; font-weight: 650; line-height: 1.5; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-icon { display: block; flex: 0 0 1.75rem; width: 1.75rem; height: 1.75rem; position: relative; background: var(--ink); }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--orange); }
.faq-icon::before { width: 50%; height: 2px; left: 25%; top: calc(50% - 1px); }
.faq-icon::after { width: 2px; height: 50%; left: calc(50% - 1px); top: 25%; }
.faq-item[open] .faq-icon::after { display: none; }
.faq-answer { color: var(--muted); padding: 0 2.95rem 1.5rem 0; }
.faq-answer p { margin: 0; line-height: 1.75; }
.enquiry { background: var(--wash); }
.enquiry-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; grid-template-areas: 'intro form' 'details form'; grid-template-rows: auto 1fr; gap: 0 5rem; align-items: start; }
.enquiry-intro { grid-area: intro; }
.enquiry-details { grid-area: details; }
.enquiry-intro h1, .enquiry-thanks h1 { font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: 1.1; max-width: 34rem; }
.enquiry-lead { font-size: 1.12rem; color: var(--muted); max-width: 28rem; }
.enquiry-note { background: var(--ink); color: white; border-top: 4px solid var(--orange); padding: 1.8rem; margin-block: 2rem; }
.enquiry-note h2 { font-size: 1.35rem; line-height: 1.4; letter-spacing: -0.02em; margin-bottom: 0.8rem; }
.enquiry-note p { color: #cad5df; margin-bottom: 1rem; }
.enquiry-note p:last-child { margin-bottom: 0; }
.enquiry-email { color: var(--muted); overflow-wrap: anywhere; }
.enquiry-email a { color: var(--ink); font-weight: 550; }
.enquiry-form { grid-area: form; border-top: 4px solid var(--orange); background: white; padding: 2.25rem; min-width: 0; }
.enquiry-form h2 { font-size: 1.7rem; margin-bottom: 0.5rem; }
.form-intro { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.75rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 1.2rem; }
.form-field { min-width: 0; }
.form-field label { display: block; font-weight: 650; font-size: 0.94rem; margin-bottom: 0.5rem; }
.form-field label span { color: var(--muted); font-weight: 400; font-size: 0.875rem; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; min-height: 48px; border: 1px solid #89949e; border-radius: 0; padding: 0.7rem 0.8rem; background: white; color: var(--ink); font-size: 1rem; }
.form-field textarea { resize: vertical; min-height: 160px; line-height: 1.6; }
.form-wide { grid-column: 1 / -1; }
.field-hint, .form-privacy, .form-check { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
.field-hint { margin: 0.5rem 0 0; }
.form-privacy { margin-block: 1.5rem; }
.form-check { margin: 0.8rem 0 0; }
.enquiry-form button { border: 0; cursor: pointer; }
.form-trap { display: none; }
.enquiry-thanks { min-height: 65vh; }
.enquiry-thanks > p:not(.eyebrow) { max-width: 35rem; color: var(--muted); font-size: 1.1rem; margin-bottom: 2rem; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 6rem; align-items: center; }
.contact h2 { margin-bottom: 0; }
.contact-detail p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; max-width: 27rem; margin-bottom: 1.5rem; }
.contact-email { display: block; width: fit-content; color: var(--muted); font-size: 0.92rem; margin-top: 1rem; overflow-wrap: anywhere; }
nav a[aria-current='page'] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 3px; text-underline-offset: 0.5em; }
.bio-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: start; gap: 6rem; padding-block: 6rem; }
.bio-intro h1 { margin-bottom: 1.5rem; }
.bio-intro .bio-page-title { font-size: 0.875rem; line-height: 1.7; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 1.55rem; }
.bio-lead { font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.55; color: var(--ink); max-width: 35rem; margin-bottom: 2rem; }
.bio-copy { max-width: 37rem; color: var(--muted); font-size: 1.08rem; }
.bio-copy p { margin-bottom: 1.3rem; }
.bio-copy .text-link { color: var(--ink); margin-top: 1rem; }
.bio-background { background: var(--ink); color: white; border-top: 4px solid var(--orange); padding: 2.8rem; margin-top: 0.25rem; }
.bio-background .eyebrow { color: var(--orange); }
.bio-background h2 { font-size: 1.85rem; letter-spacing: -0.025em; margin-bottom: 2rem; }
.bio-background dl { margin: 0; }
.bio-background dl > div { border-top: 1px solid #526172; padding-top: 1.3rem; margin-top: 1.3rem; }
.bio-background dt { font-size: 0.9rem; color: #cad5df; margin-bottom: 0.35rem; }
.bio-background dd { margin: 0; font-size: 1.1rem; line-height: 1.55; }
.bio-contact { background: var(--wash); }
.site-footer { border-top: 4px solid var(--orange); background: var(--ink); color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2.3rem; }
.footer-brand { display: inline-flex; align-items: baseline; gap: 0.65rem; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(1.35rem, 2.5vw, 1.8rem); text-decoration: none; }
.footer-brand strong { font-weight: 800; letter-spacing: -0.025em; }
.footer-brand span { font-weight: 400; }
.footer-inner small { color: #cad5df; font-size: 0.85rem; }
.site-footer :focus-visible, .approach :focus-visible { outline-color: var(--orange); }

@media (min-width: 1600px) { .hero { gap: 5rem; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 4rem); }
  .hero { gap: 2.5rem; }
  .hero-visual { min-height: 510px; }
  .services-layout { gap: 3.5rem; }
  .header-inner { gap: 1.5rem; }
  .header-inner .brand { width: min(320px, 34%); }
  nav { gap: 1.15rem; }
  .approach-heading, .contact-layout { gap: 3rem; }
  .clients-layout { gap: 3rem; }
  .faq-layout { gap: 3rem; }
  .enquiry-layout { column-gap: 2.5rem; }
  .enquiry-form { padding: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 3rem; }
  .bio-hero { gap: 3rem; }
  .bio-background { padding: 2rem; }
  .phase { padding-right: 1.5rem; }
  .phase + .phase { padding-left: 1.5rem; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 2.5rem); }
  .header-inner { min-height: 0; gap: 0.55rem; flex-direction: column; padding-block: 0.8rem 1rem; }
  .brand { width: min(350px, 100%); }
  .header-inner .brand { width: min(350px, 100%); }
  nav { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.6rem; }
  nav > a:not(.nav-contact) { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 42px; }
  nav .nav-contact { gap: 0.4rem; padding-inline: 0.45rem; font-size: 0.875rem; }
  nav .nav-contact span { font-size: 1rem; }
  nav { gap: 0.7rem; }
  nav a { font-size: 0.875rem; }
  .hero { grid-template-columns: 1fr; gap: 2.3rem; padding-block: 2.5rem; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 0.75rem; margin-bottom: 1.25rem; letter-spacing: 0.07em; }
  h1 { font-size: clamp(3.5rem, 12vw, 5.8rem); }
  .hero-description { max-width: 31rem; font-size: 1.05rem; }
  .hero-visual { min-height: 0; aspect-ratio: 1.25; }
  .image-caption { left: 1.3rem; bottom: 1.4rem; }
  .principles { grid-template-columns: 1fr; gap: 0.85rem; padding: 1.4rem; }
  .principles span { display: inline-block; min-width: 1.9rem; }
  .section-space { padding-block: 4rem; }
  .clients-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .enquiry-layout { grid-template-columns: 1fr; grid-template-areas: 'intro' 'form' 'details'; grid-template-rows: auto; gap: 2rem; }
  .enquiry-intro h1, .enquiry-thanks h1 { font-size: clamp(2.3rem, 9vw, 3.6rem); }
  .enquiry-form { padding: 1.4rem; }
  .enquiry-note { padding: 1.4rem; }
  .faq-heading h1 { max-width: 30rem; font-size: clamp(2.1rem, 7.5vw, 3rem); margin-bottom: 0; }
  .faq-answer { padding-right: 0.5rem; }
  .services-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  h2 { font-size: clamp(2.1rem, 7.5vw, 3rem); }
  .section-intro > p:last-child { max-width: 33rem; }
  .service-item { gap: 0.7rem; }
  .service-item h3 { font-size: 1.2rem; }
  .engagement-grid { grid-template-columns: 1fr; gap: 2rem; margin-block: 2rem; }
  .engagement-option { padding: 1.5rem; }
  .process-grid { grid-template-columns: 1fr; gap: 1.75rem; margin-block: 2rem; }
  .process-number { margin-bottom: 1rem; }
  .approach-heading, .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .approach-heading { margin-bottom: 2rem; }
  .approach-heading > p { max-width: 33rem; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase, .phase + .phase { border-left: 0; padding: 1.8rem 0; }
  .phase:last-child { padding-bottom: 0; }
  .phase-number { margin-bottom: 1rem; }
  .phase p { max-width: 34rem; }
  .bio-hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3rem; }
  .bio-background { margin-top: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
