/* A quieter editorial rhythm around the original animated identity. */
/* The homepage header shares the hero's diagonal field, with space reserved for navigation. */
body:not(.inner-page) > .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  border-bottom: 0;
}
body:not(.inner-page) .hero { --hero-header-height: 88px; --hero-header-gap: 50px; min-height: calc(780px + var(--hero-header-height) + var(--hero-header-gap)); }
body:not(.inner-page) .hero-inner { padding-top: calc(42px + var(--hero-header-height) + var(--hero-header-gap)); }
body:not(.inner-page) .desktop-nav { margin-left: 0; gap: 24px; }
body:not(.inner-page) .desktop-nav a { color: #171716; font-weight: 650; }
body:not(.inner-page) .desktop-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
body:not(.inner-page) .header-cta { margin-left: auto; color: var(--white); border-color: #d3d6dc80; }
body:not(.inner-page) .header-cta:hover { color: var(--coal); }
body:not(.inner-page) .site-header .wordmark:focus-visible,
body:not(.inner-page) .desktop-nav a:focus-visible { outline-color: #171716; }
@media (min-width: 1700px) {
  body:not(.inner-page) .hero { min-height: calc(805px + var(--hero-header-height) + var(--hero-header-gap)); }
}
@media (max-width: 1100px) {
  body:not(.inner-page) .hero { min-height: calc(740px + var(--hero-header-height) + var(--hero-header-gap)); }
  body:not(.inner-page) .desktop-nav { display: none; }
  body:not(.inner-page) .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: none;
    border: 0;
    color: var(--white);
  }
  body:not(.inner-page) .menu-toggle span { height: 1px; width: 20px; background: currentColor; transition: transform .2s; }
  body:not(.inner-page) .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  body:not(.inner-page) .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  body:not(.inner-page) .mobile-nav:not([hidden]) {
    display: flex;
    position: absolute;
    inset: 100% 0 auto;
    flex-direction: column;
    padding: 16px max(36px, env(safe-area-inset-left));
    background: var(--orange);
    color: #171716;
    border-bottom: 1px solid #17171655;
  }
  body:not(.inner-page) .mobile-nav a { padding: 13px 0; }
  body:not(.inner-page) .mobile-nav a:focus-visible { outline-color: #171716; }
}
@media (max-width: 900px) {
  body:not(.inner-page) .hero { min-height: 0; }
  body:not(.inner-page) .menu-toggle { color: #171716; }
  body:not(.inner-page) .header-cta { color: #171716; border-color: #17171688; }
  body:not(.inner-page) .header-cta:hover { background: #171716; color: var(--white); }
  body:not(.inner-page) .header-cta:focus-visible,
  body:not(.inner-page) .menu-toggle:focus-visible { outline-color: #171716; }
}
@media (max-width: 760px) {
  body:not(.inner-page) .hero { --hero-header-height: 80px; }
  body:not(.inner-page) .mobile-nav:not([hidden]) { padding-inline: max(20px, env(safe-area-inset-left)); }
}
@media (max-width: 600px) {
  body:not(.inner-page) .hero-inner { padding-top: calc(31px + var(--hero-header-height) + var(--hero-header-gap)); }
}
:root { --paper: #f3f3f0; }
.eyebrow { font-size: 12px; letter-spacing: 1.15px; text-transform: uppercase; }
.section-index { color: #62656a; font-size: 12px; }
.hero { min-height: 780px; }
.hero-inner { padding-top: 42px; padding-bottom: 45px; }
.hero h1 { font-size: clamp(36px, 3.45vw, 50px); }
.hero-result { font-size: clamp(85px, 8.2vw, 119px); line-height: .92; margin-top: 23px; }
.hero-copy { color: #282320; max-width: 465px; font-size: 17px; line-height: 1.65; }
.hero-actions { gap: 25px; }
.hero .button { gap: 25px; }
.hero-mark { top: 46%; }
.hero-bottom { font-size: 12px; }
.hero-bottom a { color: #e1e3e8; }
.work { padding: 96px 0 100px; }
.work-header { align-items: flex-end; gap: 60px; }
.work-header .eyebrow { gap: 24px; }
.work-header h2 { font-size: clamp(42px, 4.7vw, 66px); line-height: 1.08; letter-spacing: -.055em; font-weight: 500; }
.work-header h2 span { color: #727570; }
.work-header > p { max-width: 340px; padding-bottom: 3px; color: #4c514f; }
.work-header > p > span { font-size: 13px; color: #5d625e; line-height: 1.65; margin-top: 15px; }
.work-grid { display: block; margin-top: 52px; }
.work-project { display: grid; grid-template-columns: 1.55fr 1fr; gap: 64px; align-items: center; }
.work-project + .work-project { margin-top: 64px; padding-top: 64px; border-top: 1px solid #c8cac4; }
.work-canvas { height: 520px; padding: 40px; }
.canvas-label { font-size: 12px; letter-spacing: .7px; left: 28px; top: 24px; }
.website-canvas { background: #232729; }
.website-canvas .canvas-label { color: #d8dedf; }
.website-window { transform: perspective(1300px) rotateY(-5deg) rotateZ(-1deg); margin-top: 22px; width: calc(100% + 12px); box-shadow: 0 26px 45px #0005; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.website-canvas:hover .website-window { transform: perspective(1300px) rotateY(0) rotateZ(0) translateY(-4px); }
.window-bar { font-size: 9px; padding: 16px; }
.window-page { min-height: 320px; grid-template-columns: .9fr 1.1fr; }
.window-page > div { padding: 29px 21px; }
.window-eyebrow { font-size: 8px; letter-spacing: .6px; }
.window-page p { font-size: clamp(30px, 3vw, 42px); line-height: 1.04; letter-spacing: -1.4px; margin-top: 31px; }
.window-cta { font-size: 9px; padding: 10px 13px; margin-top: 28px; }
.window-page img { min-height: 320px; object-position: 57% center; }
.project-discipline { font-size: 12px; letter-spacing: 1px; color: #a63715; font-weight: 650; }
.case-story h3 { font-size: clamp(30px, 3.1vw, 43px); font-weight: 500; line-height: 1.12; letter-spacing: -.045em; margin-top: 19px; }
.case-story > p { color: #515650; margin-top: 22px; font-size: 16px; line-height: 1.75; }
.case-decisions { margin: 26px 0 12px; }
.case-decisions > div { border-top: 1px solid #c8cac4; padding: 16px 0; }
.case-decisions dt { font-size: 14px; color: #222724; font-weight: 700; }
.case-decisions dd { margin: 7px 0 0; color: #515650; font-size: 16px; line-height: 1.7; }
.case-link { font-size: 14px; font-weight: 700; border-color: #61665f; color: #1e2420; gap: 30px; }
.case-link:hover { color: #ac3513; }
.project-automation { grid-template-columns: 1fr 1.55fr; }
.project-automation .work-canvas { grid-column: 2; grid-row: 1; }
.project-automation .case-story { grid-column: 1; grid-row: 1; }
.automation-canvas { background: #1b2024; height: auto; min-height: 520px; padding: 70px 40px 35px; }
.automation-board { width: min(100%, 490px); margin-top: 0; }
.automation-title { gap: 22px; margin-bottom: 25px; }
.automation-title > p { font-size: 38px; letter-spacing: -1.5px; }
.workflow-row { padding: 15px 18px; font-size: 15px; gap: 18px; background: #252b2f; border-color: #5b686c; }
.workflow-row small { font-size: 13px; color: #bbc6c9; margin-top: 5px; }
.workflow-step { font-size: 12px; color: #b6c2c6; }
.workflow-connector { height: 18px; margin-left: 31px; }
.workflow-note { font-size: 13px; color: #bbc6c9; line-height: 1.6; margin-top: 22px; }
.services { padding: 84px 0 88px; background: #eceeea; }
.services-heading { padding: 0 0 36px; border: 0; column-gap: 100px; }
.services-heading .eyebrow { margin: 0 0 25px; }
.services-heading h2 { font-size: clamp(40px, 4.2vw, 58px); font-weight: 500; letter-spacing: -.05em; line-height: 1.08; }
.services-heading h2 span { color: #61685e; }
.services-heading > p:last-child { max-width: 425px; font-size: 16px; line-height: 1.75; }
.needs-rail { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 28px; border-top: 1px solid #b8bdb3; padding: 20px 0; margin-bottom: 24px; }
.needs-rail > span { width: 100%; font-size: 12px; color: #555e50; letter-spacing: 1px; }
.needs-rail a { font-size: 14px; padding: 8px 0; border-bottom: 1px solid #858e7d; color: #2c3627; }
.needs-rail a:hover { color: #a93512; border-color: #a93512; }
.service summary { padding: 27px 18px; transition: background .25s; }
.service summary:hover { background: #dfe3dc; }
.service[open] summary { background: #dfe3dc; }
.service-name { font: 550 clamp(29px, 3vw, 43px)/1.1 var(--sans); text-transform: none; letter-spacing: -.04em; }
.service-outcome { font-size: 16px; color: #495044; }
.service-number { font-size: 13px; color: #515b4b; }
.service-content { color: #414b3c; padding-top: 26px; padding-bottom: 35px; }
.service-principle { background: #f3f4ee; border-left: 2px solid #bf431b; }
.service-principle .micro-label { font-size: 12px; color: #5a6254; }
.service-principle strong { font-size: 29px; }
.service-route { font-size: 13px; }
.process { padding: 90px 0 70px; }
.process .section-index, .contact .section-index { color: #c0c6ca; }
.process-header { gap: 65px; }
.process-header h2 { font: 500 clamp(42px, 4.4vw, 62px)/1.09 var(--sans); text-transform: none; letter-spacing: -.05em; }
.process-header h2 > span { color: #a6afaF; }
.process-header > p { max-width: 380px; font-size: 17px; color: #c5cccd; }
.process-layout { display: block; margin-top: 43px; }
.process-visual { position: relative; top: 0; max-width: none; width: 100%; background: transparent; border: 0; }
.visual-caption { padding: 0 0 20px; font-size: 12px; color: #bac4c5; border: 0; }
.journey-tabs { border-top: 1px solid #50595b; border-bottom: 1px solid #50595b; }
.journey-tabs button { display: flex; align-items: center; gap: 20px; padding: 22px 24px; font-size: 17px; color: #d3d9d9; text-align: left; }
.journey-tabs button span { font-size: 12px; margin: 0; }
.journey-screen { display: block; min-height: 0; }
.journey-panel { display: grid; grid-template-columns: 1fr 1fr; padding: 0; gap: 80px; min-height: 420px; align-items: center; animation-duration: .3s; }
.journey-example { background: #1c2225; padding: 30px 34px; min-height: 345px; margin: 36px 0; }
.journey-example > .micro-label { color: #b9c5c9; font-size: 12px; margin-bottom: 18px; }
.journey-example .intent-quote { font-size: 37px; padding-top: 22px; }
.journey-example .intent-quote > span { font-size: 57px; top: -16px; }
.intent-search { font-size: 14px; margin-top: 22px; }
.panel-note { font-size: 14px; margin-top: 16px; }
.process-step { min-height: 0; padding: 25px 0; border: 0; }
.step-heading { align-items: baseline; }
.step-heading > span { color: var(--orange); font-size: 14px; }
.step-heading h3 { font-size: 40px; letter-spacing: -.045em; }
.process-step > p { font-size: 18px; line-height: 1.75; color: #c5cecf; max-width: 460px; }
.step-deliverable { font-size: 16px; margin-top: 27px; border-color: var(--orange); }
.step-deliverable span { font-size: 12px; color: #bcc6c8; }
.page-model, .enquiry-model { padding: 23px; }
.model-top { font-size: 12px; }
.page-model > p { font-size: 14px; }
.model-cta { font-size: 14px; }
.model-proof { font-size: 12px; flex-wrap: wrap; justify-content: flex-start; }
.enquiry-model dl > div { font-size: 14px; }
.model-ready { font-size: 13px; }
.followup-model > strong { font-size: 34px; margin-top: 15px; }
.followup-model li { font-size: 14px; }
.followup-model li span { font-size: 12px; }
.learning-loop > p { font-size: 13px; }
.connection-section { background: var(--coal); color: var(--white); padding: 0 0 85px; }
.connection-layout { border-top: 1px solid #495456; padding-top: 45px; gap: 80px; grid-template-columns: 1fr 1fr; }
.connection-layout .eyebrow { color: #bac4c5; }
.connection-layout h2 { font: 500 32px/1.15 var(--sans); text-transform: none; letter-spacing: -1px; margin-top: 17px; }
.connection-layout > div > p:last-child { color: #becacc; max-width: 410px; }
.connection-demo { padding: 0 14px; }
.connection-system { gap: 24px; }
.connection-node { background: #232c2f; border: 1px solid #5b6a6e; }
.connection-node strong { font-size: 16px; }
.connection-node > span { font-size: 12px; color: var(--orange); }
.connection-line { border-color: #a5b3b6; }
.connection-toggle { color: #dde2e1; font-size: 14px; border-color: #738388; }
.connection-toggle:hover { color: var(--orange); }
.contact { background: var(--orange); color: #151a18; padding: 90px 0 65px; }
.contact-copy h2 { font: 500 clamp(48px, 5.5vw, 78px)/1.04 var(--sans); text-transform: none; letter-spacing: -.06em; }
.contact-copy > p:not(.eyebrow) { font-size: 18px; color: #34261e; max-width: 400px; }
.contact-note { font-size: 14px; color: #34261e; }
.contact-email { font-size: 16px; color: #151a18; border-color: #573223; }
label, .form-privacy { font-size: 14px; }
.form-alternative { margin-top: 12px; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.form-alternative a { text-decoration: underline; text-underline-offset: 4px; }
.optional { font-size: 13px; }
input, textarea { background: #172023; border-color: #6a7a80; }
.form-submit { min-height: 60px; }
.contact-locations { margin-top: 56px; border-color: #171a1855; }
.contact-location address { color: #34261e; }
.site-footer { padding-top: 34px; }
.footer-signature { font-size: clamp(100px, 15.4vw, 220px); padding-top: 25px; }
.footer-bottom { font-size: 12px; margin-top: 25px; }
.footer-top > p { font-size: 14px; }

@media (min-width: 1700px) {
  .hero { min-height: 805px; }
}
@media (max-width: 1100px) {
  .desktop-nav { gap: 22px; }
  .header-cta { margin-left: 0; }
  .hero { min-height: 740px; }
  .hero-result { font-size: 89px; }
  .hero-copy { max-width: 390px; font-size: 16px; }
  .hero-actions { align-items: flex-start; gap: 15px; }
  .work-project { gap: 36px; grid-template-columns: 1.2fr 1fr; }
  .project-automation { grid-template-columns: 1fr 1.2fr; }
  .work-canvas { height: 490px; padding: 30px 24px; }
  .window-page p { font-size: 29px; }
  .window-page > div { padding: 25px 15px; }
  .window-page, .window-page img { min-height: 280px; }
  .automation-title > p { font-size: 30px; }
  .workflow-row { padding: 14px 12px; font-size: 14px; gap: 12px; }
  .workflow-row small { font-size: 12px; }
  .journey-panel { gap: 40px; }
  .journey-tabs button { gap: 12px; padding: 20px 16px; }
  .connection-layout { gap: 45px; }
}
@media (max-width: 900px) {
  .hero { min-height: 0; padding-bottom: 255px; }
  .hero h1 { font-size: 43px; }
  .hero-result { font-size: 100px; }
  .hero-inner { padding-bottom: 70px; }
  .hero-copy { max-width: 480px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-mark { position: absolute; width: 660px; right: -125px; top: auto; bottom: -160px; margin: 0; opacity: .8; }
  .hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; }
  .work-header { gap: 35px; }
  .work-header > p { max-width: 290px; }
  .work-project, .project-automation { grid-template-columns: 1fr; gap: 34px; }
  .work-canvas { height: 530px; }
  .website-window { width: 90%; }
  .window-page p { font-size: 42px; }
  .window-page > div { padding: 30px 25px; }
  .window-page, .window-page img { min-height: 345px; }
  .case-story { max-width: 640px; }
  .case-story h3 { font-size: 38px; }
  .project-automation .work-canvas, .project-automation .case-story { grid-column: auto; grid-row: auto; }
  .project-automation .work-canvas { order: 0; }
  .case-decisions { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .automation-title > p { font-size: 38px; }
  .workflow-row { padding: 16px 18px; font-size: 16px; }
  .workflow-row small { font-size: 14px; }
  .journey-panel { gap: 30px; }
  .journey-example { padding: 26px 23px; }
  .journey-example .intent-quote { font-size: 31px; }
  .process-step > p { font-size: 16px; }
  .step-heading h3 { font-size: 34px; }
}
@media (max-width: 760px) {
  .eyebrow { font-size: 12px; }
  .work, .services { padding: 60px 0; }
  .work-header { display: block; }
  .work-header .eyebrow { flex-wrap: wrap; gap: 7px 18px; }
  .work-header h2 { font-size: 41px; margin-top: 23px; }
  .work-header > p { max-width: 460px; margin-top: 23px; }
  .work-header > p > span { font-size: 13px; }
  .work-grid { margin-top: 32px; }
  .work-project + .work-project { margin-top: 42px; padding-top: 42px; }
  .work-canvas { height: 400px; padding: 28px 18px; }
  .canvas-label { font-size: 11px; left: 20px; right: 18px; top: 20px; }
  .website-window { width: 100%; }
  .window-bar { font-size: 8px; padding: 12px; }
  .window-page > div { padding: 23px 14px; }
  .window-page p { font-size: clamp(25px, 5.9vw, 36px); margin-top: 25px; }
  .window-page, .window-page img { min-height: 260px; }
  .window-eyebrow { font-size: 7px; }
  .window-cta { padding: 9px; font-size: 8px; margin-top: 25px; }
  .case-story h3 { font-size: 35px; }
  .case-story > p { margin-top: 18px; }
  .case-decisions { margin-top: 20px; gap: 20px; }
  .case-decisions dd { font-size: 16px; }
  .automation-canvas { height: auto; min-height: 0; padding: 68px 20px 30px; }
  .automation-board { width: 100%; margin-top: 0; }
  .automation-title { margin-bottom: 18px; gap: 15px; }
  .automation-title > p { font-size: 30px; }
  .workflow-row { font-size: 14px; padding: 11px 13px; gap: 12px; }
  .workflow-row small { font-size: 12px; }
  .workflow-connector { height: 13px; }
  .workflow-note { font-size: 12px; margin-top: 17px; }
  .services-heading { display: block; padding-bottom: 28px; }
  .services-heading h2 { font-size: 39px; }
  .services-heading > p:last-child { margin-top: 22px; }
  .needs-rail { gap: 7px 20px; padding: 17px 0 23px; margin: 0; }
  .needs-rail > span { margin-bottom: 5px; }
  .service-name { font-size: 31px; }
  .service-outcome { font-size: 16px; }
  .service-number { font-size: 12px; }
  .service summary { padding-block: 23px; }
  .service-principle strong { font-size: 27px; }
  .service-route { font-size: 13px; flex-wrap: wrap; }
  .process { padding: 60px 0 25px; }
  .process-header h2 { font-size: 43px; }
  .process-header > p { font-size: 16px; }
  .process-layout { margin-top: 30px; }
  .visual-caption { font-size: 11px; letter-spacing: .5px; gap: 20px; }
  .stage-count { white-space: nowrap; }
  .journey-tabs button { display: block; padding: 15px 3px; font-size: 13px; text-align: center; }
  .journey-tabs button span { font-size: 12px; margin-bottom: 6px; }
  .journey-panel { grid-template-columns: 1fr; gap: 0; }
  .process-step { grid-row: 1; padding: 29px 0 25px; }
  .step-heading h3 { font-size: 34px; }
  .process-step > p { max-width: none; }
  .step-deliverable { font-size: 16px; margin-top: 21px; }
  .journey-example { margin: 0 0 26px; min-height: 0; padding: 27px 24px; }
  .journey-example .intent-quote { font-size: 35px; }
  .intent-search { font-size: 14px; }
  .panel-note { font-size: 14px; }
  .page-model > p, .model-cta, .enquiry-model dl > div, .followup-model li { font-size: 14px; }
  .model-proof { font-size: 12px; }
  .learning-loop > p { font-size: 13px; }
  .connection-section { padding-bottom: 55px; }
  .connection-layout { grid-template-columns: 1fr; padding-top: 30px; gap: 25px; }
  .connection-layout h2 { font-size: 32px; }
  .connection-node { padding: 15px 13px; gap: 10px; }
  .connection-node strong { font-size: 14px; }
  .connection-node > span { font-size: 12px; }
  .contact { padding: 60px 0 45px; }
  .contact-copy h2 { font-size: 58px; }
  .contact-copy > p:not(.eyebrow) { font-size: 17px; }
  .contact-note, label, .form-privacy { font-size: 14px; }
  .contact-email { font-size: 15px; }
  .footer-top > p { font-size: 12px; }
  .footer-signature { font-size: 20vw; }
  .footer-bottom { font-size: 12px; }
}
@media (max-width: 600px) {
  .hero { padding-bottom: 230px; }
  .hero-inner { padding: 30px 24px 70px; }
  .hero h1 { font-size: clamp(29px, 7.4vw, 42px); }
  .hero-result { font-size: clamp(60px, 15.8vw, 92px); line-height: .95; }
  .hero-eyebrow { font-size: 12px; gap: 12px; }
  .hero-index { font-size: 12px; flex-shrink: 0; }
  .hero-copy { font-size: 16px; max-width: 420px; margin-top: 24px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 23px; }
  .hero .button { font-size: 14px; gap: 21px; padding: 16px 18px; }
  .hero-mark { width: 510px; right: -117px; bottom: -100px; opacity: .72; }
  .hero-bottom { padding-block: 17px; gap: 8px; }
  .hero-bottom > span { max-width: none; font-size: 12px; }
  .hero-bottom a { font-size: 14px; }
}
@media (max-width: 390px) {
  .hero-inner { padding-inline: 20px; }
  .hero-result { font-size: 56px; }
  .hero-eyebrow { font-size: 12px; gap: 9px; letter-spacing: 0; }
  .hero .button { font-size: 14px; gap: 17px; padding-inline: 15px; }
  .hero-bottom > span { font-size: 12px; }
  .work-header h2, .services-heading h2 { font-size: 34px; }
  .work-canvas { height: 350px; padding-inline: 14px; }
  .window-page > div { padding: 21px 10px; }
  .window-page, .window-page img { min-height: 230px; }
  .window-page p { font-size: 24px; }
  .window-eyebrow { font-size: 6px; }
  .window-cta { font-size: 7px; padding: 7px; }
  .case-story h3 { font-size: 31px; }
  .case-decisions { grid-template-columns: 1fr; gap: 0; }
  .automation-title > p { font-size: 26px; }
  .automation-canvas { height: auto; padding: 64px 18px 26px; }
  .workflow-row { font-size: 13px; padding: 9px 10px; gap: 8px; }
  .workflow-row small { font-size: 12px; }
  .workflow-note { font-size: 12px; }
  .service-name { font-size: 28px; }
  .journey-tabs button { font-size: 12px; }
  .journey-example { padding: 25px 18px; }
  .journey-example .micro-label { font-size: 11px; }
  .journey-example .intent-quote { font-size: 32px; }
  .connection-node { padding: 15px 10px; gap: 8px; }
  .connection-node strong { font-size: 13px; }
  .contact-copy h2 { font-size: 51px; }
  .contact-email { font-size: 14px; gap: 12px; }
}

/* Carry the brand's sharp geometry into navigation, studies and the final action. */
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; inset: auto 0 6px; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.button > span, .case-link > span { transition: transform .25s ease; }
.button:hover > span, .case-link:hover > span { transform: translate(3px, -3px); }
.case-link { display: inline-flex; align-items: center; gap: 40px; min-height: 50px; }
.case-link > span { display: grid; place-items: center; width: 31px; height: 31px; background: #181f20; color: #f1f3f1; border-radius: 50%; }
.case-link:hover > span { background: #b83a16; }
.work-project { position: relative; }
.work-project::before { content: ''; position: absolute; left: -1px; top: 0; height: 2px; width: 40px; background: var(--orange); }
.work-project + .work-project::before { top: 64px; left: auto; right: 0; }
.automation-canvas { background: #192124; box-shadow: inset 0 1px #84939844; }
.workflow-row { position: relative; border-left: 2px solid #ff683b99; }
.workflow-row:last-of-type { border-left-color: var(--orange); }
.service-number { align-self: center; }
.service-plus { border: 1px solid #75806d; border-radius: 50%; width: 33px; height: 33px; }
.service-plus::before, .service-plus::after { inset: 15px 8px auto; }
.service[open] .service-plus { background: #1d271b; color: var(--white); border-color: #1d271b; }
.journey-tabs button { position: relative; }
.journey-tabs button[aria-selected=true]::after { content: ''; position: absolute; bottom: -7px; left: 28px; width: 12px; height: 12px; background: var(--orange); transform: rotate(45deg); }
.contact .section-index { color: #3d2d23; }
.contact .serif-word { color: #151a18; position: relative; }
.contact .serif-word::after { content: ''; display: block; width: 1.2em; height: 3px; margin-top: 21px; background: #151a18; }
.contact-copy h2 { max-width: 540px; }
.contact-copy { padding-top: 14px; }
.contact .contact-note { margin-top: 32px; }
.contact .contact-email:hover { color: #151a18; border-bottom-width: 2px; }
.contact a:focus-visible { outline-color: #151a18; }
.contact #enquiry-form { background: #171e21; padding: 35px; color: var(--white); border-top: 2px solid #151a18; box-shadow: 0 14px 36px #5b24142b; }
.form-intro { border-bottom: 1px solid #ffffff30; padding-bottom: 23px; margin-bottom: 25px; }
.form-intro h3 { font-size: 28px; letter-spacing: -.8px; font-weight: 500; }
.form-intro p { font-size: 14px; color: #c0cbd0; margin-top: 9px; }
.contact input, .contact textarea { background: #222c30; border-color: #718186; }
.contact input:focus, .contact textarea:focus { border-color: var(--orange); }
.contact .contact-locations > .eyebrow { color: #3d2d23; }
.contact .location-link { color: #151a18; border-color: #624032; }
.contact .location-link:hover { color: #151a18; border-color: #151a18; }
.contact .contact-location + .contact-location { border-color: #171a1855; }
body:has(dialog[open]) { overflow: hidden; }

#concept-dialog { width: min(1180px, calc(100% - 48px)); max-height: calc(100svh - 48px); padding: 0; border: 1px solid #647276; background: var(--paper); }
.concept-topbar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 64px; background: #171f22; color: #e3e9e8; padding: 10px 24px; border-bottom: 1px solid #65777b; }
.concept-topbar .dialog-close { position: static; color: #e3e9e8; width: 42px; height: 42px; font-size: 28px; }
.concept-topbar .dialog-close:hover { color: var(--orange); }
.concept-topbar .eyebrow { font-size: 12px; }
.concept-preview { display: flex; justify-content: center; align-items: center; padding: 38px 56px; background: #252d2f; overflow: hidden; }
.concept-preview .website-window { width: 100%; margin: 0; transform: none; box-shadow: 0 18px 40px #0004; }
.concept-preview .window-bar { font-size: 12px; padding: 18px 28px; }
.concept-preview .window-page { grid-template-columns: .9fr 1.1fr; min-height: 365px; }
.concept-preview .window-page > div { padding: 35px 35px 28px; }
.concept-preview .window-eyebrow { font-size: 12px; }
.concept-preview .window-page p { font-size: clamp(36px, 4.7vw, 64px); margin-top: 24px; }
.concept-preview .window-cta { font-size: 12px; padding: 11px 18px; margin-top: 28px; }
.concept-preview .window-page img { min-height: 365px; max-height: 450px; }
.concept-preview .automation-board { width: 100%; max-width: 720px; color: #edf2f2; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 42px; }
.concept-preview .automation-title { grid-column: 1; grid-row: 1 / 6; align-self: center; align-items: flex-start; margin: 0; }
.concept-preview .automation-title > p { font-size: 36px; }
.concept-preview .workflow-row { grid-column: 2; font-size: 16px; padding: 17px; }
.concept-preview .workflow-row small { font-size: 14px; }
.concept-preview .workflow-connector { grid-column: 2; }
.concept-preview .workflow-note { grid-column: 1 / -1; font-size: 14px; margin-top: 25px; text-align: center; }
.concept-body { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 65px; padding: 42px 48px 30px; }
.concept-category { color: #a33716; font-size: 12px; }
#concept-title { font-size: 39px; font-weight: 500; letter-spacing: -.045em; line-height: 1.1; margin: 17px 0 20px; }
.concept-body .dialog-description { font-size: 16px; color: #4f5955; line-height: 1.75; }
.concept-details h3 { font-size: 17px; line-height: 1.5; letter-spacing: -.3px; padding-bottom: 16px; border-bottom: 1px solid #b8c1b9; }
.concept-details .dialog-deliverables { margin: 0; }
.concept-details ul { padding: 0; margin: 0; list-style: none; counter-reset: decisions; }
.concept-details li { position: relative; font-size: 15px; color: #4f5955; line-height: 1.75; padding: 14px 0 14px 30px; border-bottom: 1px solid #c3cbc4; counter-increment: decisions; }
.concept-details li::before { content: '0' counter(decisions); position: absolute; left: 0; top: 17px; font-size: 11px; color: #a33716; }
.concept-details .button { width: 100%; margin-top: 25px; }
.concept-body .concept-disclaimer { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-color: #bac5be; font-size: 13px; color: #535e58; }

@media (max-width: 1100px) {
  .contact #enquiry-form { padding: 28px; }
  .contact-layout { gap: 45px; }
  .contact .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-copy h2 { font-size: 65px; }
}
@media (max-width: 900px) {
  .work-project + .work-project::before { left: 0; right: auto; }
  .contact-layout { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .contact-copy h2 { font-size: 54px; }
  .contact-email { font-size: 14px; gap: 10px; }
  .concept-preview { padding: 32px; }
  .concept-body { gap: 30px; padding: 35px; }
  .concept-preview .window-page > div { padding: 30px 22px; }
  .concept-preview .window-page p { font-size: 44px; }
}
@media (max-width: 760px) {
  .service summary { padding-inline: 8px; grid-template-columns: 24px 1fr 33px; }
  .service-number { align-self: start; }
  .service-plus { width: 29px; height: 29px; }
  .service-plus::before, .service-plus::after { inset: 13px 7px auto; }
  .service-content { padding-top: 22px; }
  .work-project + .work-project::before { top: 42px; }
  .journey-tabs button[aria-selected=true]::after { left: calc(50% - 6px); }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { font-size: 62px; }
  .contact #enquiry-form { padding: 28px; }
  .contact .form-row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-email { font-size: 16px; }
  .contact-locations { margin-top: 42px; }
  #concept-dialog { width: calc(100% - 24px); max-height: calc(100svh - 24px); }
  .concept-topbar { padding: 8px 15px; min-height: 58px; }
  .concept-topbar .eyebrow { font-size: 11px; }
  .concept-preview { padding: 24px 18px; }
  .concept-preview .window-bar { padding: 14px; font-size: 9px; }
  .concept-preview .window-page > div { padding: 24px 15px; }
  .concept-preview .window-page, .concept-preview .window-page img { min-height: 280px; }
  .concept-preview .window-page p { font-size: clamp(27px, 5.6vw, 40px); letter-spacing: -1px; }
  .concept-preview .window-eyebrow { font-size: 9px; }
  .concept-preview .window-cta { font-size: 9px; padding: 9px 10px; }
  .concept-body { grid-template-columns: 1fr; padding: 28px 24px; gap: 30px; }
  #concept-title { font-size: 33px; }
  .concept-preview .automation-board { display: block; max-width: 440px; }
  .concept-preview .automation-title { margin-bottom: 26px; align-items: center; }
  .concept-preview .automation-title > p { font-size: 32px; }
  .concept-preview .workflow-row { font-size: 14px; padding: 13px; }
  .concept-preview .workflow-row small { font-size: 12px; }
  .concept-preview .workflow-note { text-align: left; font-size: 13px; }
}
@media (max-width: 480px) {
  .contact-copy h2 { font-size: 54px; }
  .contact #enquiry-form { padding: 25px 20px; }
  .contact .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-email { font-size: 14px; }
  .form-intro h3 { font-size: 27px; }
  .concept-topbar .eyebrow { max-width: 210px; line-height: 1.65; }
  .concept-preview { padding: 22px 14px; }
  .concept-preview .window-page { grid-template-columns: 1fr; }
  .concept-preview .window-bar > span:last-child { display: none; }
  .concept-preview .window-page > div { padding: 27px 22px; }
  .concept-preview .window-eyebrow { font-size: 10px; }
  .concept-preview .window-page p { font-size: 39px; }
  .concept-preview .window-cta { font-size: 11px; }
  .concept-preview .window-page img { height: 210px; min-height: 210px; }
  .concept-body { padding: 26px 20px; }
  #concept-title { font-size: 31px; }
  .concept-details .button { font-size: 14px; gap: 12px; padding: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .website-window, .website-canvas:hover .website-window { transform: none; }
  .button:hover > span, .case-link:hover > span { transform: none; }
}

.contact-phone { display: flex; align-items: center; gap: 24px; width: fit-content; min-height: 44px; margin-top: 18px; font-weight: 650; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-directory > div:last-child > .text-link { display: flex; width: fit-content; }
.page-measurement, .page-meeting { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; border-bottom: 1px solid var(--line); }
.page-measurement > div:last-child, .page-meeting > div:last-child { color: #b8bdc5; line-height: 1.9; }
.page-measurement ul { padding-left: 20px; margin-block: 22px; }
.page-measurement li + li { margin-top: 12px; }
.page-contact-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 22px; }
.page-contact-links .text-link { font-size: 15px; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .page-measurement, .page-meeting { grid-template-columns: 1fr; gap: 25px; }
  .page-contact-links { flex-direction: column; align-items: flex-start; }
}

.footer-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-block: 28px;
  padding-right: 100px;
  border-top: 1px solid var(--line);
}
.footer-reviews .micro-label { color: #a6acb3; margin-bottom: 8px; }
.footer-reviews p + p { font-size: 16px; }
.footer-trustpilot {
  flex: 0 1 360px;
  width: 100%;
  min-width: 0;
  padding: 12px 16px;
}
.footer-trustpilot .trustpilot-widget { min-height: 52px; }
.footer-trustpilot a { display: block; text-align: center; line-height: 52px; text-decoration: underline; }
@media (max-width: 760px) {
  .footer-reviews { align-items: flex-start; flex-direction: column; gap: 18px; padding-right: 0; }
  .footer-trustpilot { flex-basis: auto; max-width: 360px; }
}

/* Keep the Elfsight badge centred without transforming its review overlay.
   The empty rail lets clicks and scrolling reach the page behind it. */
#leadforge-reviews {
  position: fixed;
  inset: 0 max(16px, env(safe-area-inset-right)) 0 auto;
  z-index: 30;
  width: 98px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
#leadforge-reviews > .es-embed-root {
  width: 100%;
  pointer-events: auto;
}
#leadforge-reviews-trigger {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: env(safe-area-inset-right, 0px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  min-height: 44px;
  border: 1px solid #d9dce1;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: #171a1e;
  box-shadow: 0 2px 12px #0002;
  font: 600 13px/1.4 var(--sans);
}
#leadforge-reviews-trigger > [aria-hidden] { color: #a86b00; font-size: 16px; }
#leadforge-reviews-trigger[aria-busy="true"] { cursor: progress; }
#leadforge-reviews[data-review-ready] { display: none; }
#leadforge-reviews-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
body:has(.menu-toggle[aria-expanded="true"]) #leadforge-reviews,
body:has(.menu-toggle[aria-expanded="true"]) #leadforge-reviews-trigger {
  display: none;
}
@media (max-width: 760px) {
  #leadforge-reviews-trigger {
    position: fixed;
    z-index: 30;
    top: 50%;
    right: env(safe-area-inset-right, 0px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 7px;
    min-width: 34px;
    border: 1px solid #d9dce1;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #fff;
    color: #171a1e;
    box-shadow: 0 2px 12px #0002;
    writing-mode: vertical-rl;
    font: 600 12px/1.4 var(--sans);
  }
}
