:root {
    --paper: #f8f9f5;
    --white: #ffffff;
    --ink: #26352e;
    --muted: #6c746b;
    --line: #dce1d6;
    --lime: #d4ef96;
    --serif: Georgia, 'Times New Roman', serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.65;
}

body.dialog-open {
    overflow: hidden;
}

button, input, select, textarea {
    font: inherit;
}

button, a, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
}

button, a {
    touch-action: manipulation;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

button:focus-visible, a:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid #729540;
    outline-offset: 6px;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

p, h1, h2, h3 {
    margin: 0;
}

body h1, body h2, body h3 {
    font-weight: 500;
}

body h2 {
    font-size: clamp(36px, 3.6vw, 52px);
    letter-spacing: -2.1px;
    line-height: 1.13;
}

h2 em, h1 em {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -2.4px;
}

body h3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.75px;
}

.container.container {
    width: calc(100% - 112px);
    max-width: 1264px;
    margin-right: auto;
    margin-left: auto;
}

.icon {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.svg-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 100;
    padding: 12px 20px;
    background: var(--lime);
}

.skip-link:focus {
    top: 12px;
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 104px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: flex;
    align-items: flex-end;
    height: 39px;
    width: 39px;
    gap: 4px;
    transform: skew(-16deg);
}

.brand-mark i {
    width: 10px;
    height: 30px;
    background: var(--ink);
}

.brand-mark i:nth-child(2) {
    align-self: flex-start;
    height: 31px;
    background: #97b864;
}

.brand-mark i:nth-child(3) {
    height: 39px;
}

.brand-type {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

.brand-type > span {
    display: block;
    margin-top: 7px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2.3px;
}

.desktop-nav {
    display: flex;
    gap: 36px;
    margin-left: 55px;
    font-size: 13px;
}

.desktop-nav a, .footer-nav a {
    transition: color 160ms;
}

.desktop-nav a:hover, .footer-nav a:hover {
    color: #7e9d52;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    min-height: 53px;
    padding: 15px 23px;
    border: 1px solid var(--ink);
    border-radius: 3px;
    background: var(--ink);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    transition: background 180ms, transform 180ms;
}

.button:hover {
    background: #405442;
    transform: translateY(-2px);
}

.button-small {
    min-height: 43px;
    padding: 10px 17px;
    gap: 31px;
    color: var(--ink);
    background: transparent;
}

.button-small:hover {
    background: var(--lime);
}

.menu-toggle, .mobile-menu {
    display: none;
}

.hero {
    display: grid;
    grid-template-columns: 1.07fr 1fr;
    align-items: center;
    gap: 74px;
    padding-top: 57px;
    padding-bottom: 67px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}

.status-dot, .tiny-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #8da95e;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero h1 {
    margin-top: 28px;
    font-size: clamp(58px, 6.1vw, 86px);
    font-weight: 500;
    line-height: 1.035;
    letter-spacing: -4.6px;
}

.hero h1 em {
    color: #5f7255;
    letter-spacing: -4.1px;
}

.hero-description {
    max-width: 416px;
    margin-top: 27px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 29px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border: 0;
    background: transparent;
    padding: 0 0 5px;
    border-bottom: 1px solid #a9b1a1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.text-link:hover .icon, .service-link:hover .icon {
    transform: translate(2px, -2px);
}

.text-link .icon, .service-link .icon {
    transition: transform 180ms;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 43px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.2px;
}

.small-cross {
    color: #6b8551;
    font-size: 26px;
    line-height: 1;
}

.hero-visual {
    position: relative;
    height: 566px;
    min-width: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-position: center 51%;
}

.image-corner {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    top: 19px;
    right: 19px;
    padding: 15px 17px;
    background: var(--lime);
    border-radius: 2px;
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 0.9px;
}

.insight-card {
    position: absolute;
    left: -41px;
    bottom: 46px;
    width: 259px;
    padding: 20px 21px 15px;
    border-radius: 3px;
    background: #fafbf7;
    box-shadow: 0 10px 40px #1722191a;
}

.insight-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insight-card .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
}

.insight-card p {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.65;
}

.insight-card strong {
    font-weight: 600;
}

.mini-chart {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 67px;
    padding-top: 11px;
    padding-right: 34px;
    margin-top: 5px;
    border-bottom: 1px solid var(--line);
}

.mini-chart i {
    flex: 1;
    background: #dfe8d2;
    height: 23%;
    border-radius: 2px 2px 0 0;
}

.mini-chart i:nth-child(2) {
    height: 35%;
}

.mini-chart i:nth-child(3) {
    height: 43%;
}

.mini-chart i:nth-child(4) {
    height: 54%;
}

.mini-chart i:nth-child(5) {
    height: 68%;
}

.mini-chart i:nth-child(6) {
    height: 83%;
}

.mini-chart i:nth-child(7) {
    height: 100%;
    background: #9fbe70;
}

.mini-chart-arrow {
    position: absolute;
    right: 0;
    top: 14px;
    color: #6e8d45;
}

.insight-card-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 8px;
}

.chart-rule {
    height: 1px;
    background: var(--line);
    flex: 1;
}

.image-caption {
    position: absolute;
    right: 21px;
    bottom: 15px;
    color: white;
    font-size: 9px;
    letter-spacing: 0.6px;
    text-shadow: 0 1px 8px #000;
}

.expertise-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.strip-inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1.15fr 1.2fr;
    align-items: center;
    min-height: 103px;
}

.strip-inner > p {
    font-size: 9px;
    line-height: 1.8;
    letter-spacing: 1.25px;
    color: var(--muted);
}

.strip-inner strong {
    color: var(--ink);
    font-weight: 500;
}

.strip-inner > span {
    padding: 9px 0 9px 36px;
    border-left: 1px solid var(--line);
    font-size: 16px;
    letter-spacing: -0.3px;
}

.strip-inner b {
    margin-right: 14px;
    color: #7d8d70;
    font-size: 10px;
    font-weight: 400;
}

.section-space {
    padding-top: 107px;
    padding-bottom: 107px;
}

.section-eyebrow {
    margin-bottom: 23px;
    color: #697c5b;
    font-size: 9px;
    letter-spacing: 1.5px;
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 104px;
    align-items: center;
}

.about-visual {
    position: relative;
}

.about-visual img {
    width: 100%;
    height: 413px;
    border-radius: 3px;
}

.photo-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    left: 22px;
    bottom: 22px;
    padding: 13px 18px;
    background: var(--paper);
    font-size: 10px;
    border-radius: 2px;
}

.about-copy > p:not(.eyebrow) {
    margin-top: 22px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
    max-width: 430px;
}

.about-copy > p:not(.eyebrow) + p {
    margin-top: 13px;
}

.about-copy .text-link {
    margin-top: 26px;
}

.services-section {
    background: #eef1e9;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 58px;
}

.section-heading > p {
    max-width: 337px;
    padding-bottom: 6px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 31px;
}

.service-card {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #b9c3af;
    padding-top: 29px;
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.service-top > span {
    font-size: 8px;
    letter-spacing: 1.35px;
    color: #74836a;
}

.service-icon {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--ink);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card > p {
    max-width: 325px;
    margin-top: 20px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 30px;
    font-size: 11px;
    line-height: 2.5;
}

.service-card li::before {
    content: '+';
    margin-right: 10px;
    color: #7c955e;
}

.service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 18px 0 0;
    margin-top: auto;
    border-top: 1px solid #d1d8c8;
    font-size: 12px;
}

.insights-section {
    background: var(--ink);
    color: var(--paper);
}

.insights-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 103px;
}

.insights-copy .eyebrow {
    color: var(--lime);
}

.insights-copy h2 em {
    color: #c8d9b5;
}

.insights-copy > p:not(.eyebrow) {
    max-width: 390px;
    margin-top: 25px;
    color: #b9c3b8;
    font-size: 14px;
    line-height: 1.9;
}

.light-link {
    margin-top: 30px;
    border-color: #6b7a63;
    color: var(--lime);
}

.analytics-panel {
    border: 1px solid #516047;
    border-radius: 4px;
    padding: 27px;
    background: #2c3c31;
}

.analytics-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 8px;
    letter-spacing: 1.3px;
}

.live-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #bfceae;
    letter-spacing: 0;
    font-size: 8px;
}

.live-label > span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lime);
}

.analytics-tabs {
    display: flex;
    gap: 7px;
    margin-top: 23px;
    border-bottom: 1px solid #465441;
}

.analytics-tabs button {
    flex: 1;
    padding: 8px 4px 12px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #c6cfbf;
    font-size: 10px;
    transition: color 150ms, border-color 150ms;
}

.analytics-tabs button[aria-selected='true'] {
    color: var(--lime);
    border-bottom-color: var(--lime);
}

.analytics-tabs button:hover {
    color: white;
}

.chart-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

.chart-heading p {
    color: #b9c3b0;
    font-size: 9px;
}

.chart-heading h3 {
    margin-top: 4px;
    font-size: 21px;
    letter-spacing: -0.4px;
}

.chart-heading > .icon {
    color: var(--lime);
    width: 25px;
    height: 25px;
}

.chart-area {
    display: flex;
    gap: 14px;
    height: 139px;
    margin-top: 27px;
}

.chart-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 22px;
    width: 18px;
    color: #9cab93;
    font-size: 8px;
    line-height: 1;
}

.chart-plot {
    position: relative;
    flex: 1;
}

.chart-gridlines {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 26px;
}

.chart-gridlines i {
    border-top: 1px dashed #526047;
    width: 100%;
}

.chart-bars {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
    gap: 14px;
}

.chart-bars > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

.chart-bars i {
    display: block;
    width: 21px;
    max-width: 40%;
    border-radius: 2px 2px 0 0;
    transition: height 350ms ease;
}

.baseline {
    background: #5a6d4e;
}

.data-bar {
    background: var(--lime);
}

.chart-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 32px;
    margin-top: 7px;
    text-align: center;
    color: #c2cbbd;
    font-size: 8px;
}

.chart-legend {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    font-size: 8px;
    color: #c2cbbd;
}

.chart-legend > span {
    display: flex;
    gap: 6px;
    align-items: center;
}

.chart-legend i {
    width: 6px;
    height: 6px;
    background: #5a6d4e;
    border-radius: 1px;
}

.chart-legend i.legend-current {
    background: var(--lime);
}

.chart-description {
    min-height: 50px;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #48563f;
    color: #c7d0bf;
    font-size: 10px;
    line-height: 1.7;
}

.chart-disclaimer {
    margin-top: 17px;
    color: #a8b49f;
    font-size: 8px;
    line-height: 1.6;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
}

.process-number {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 24px;
}

.process-number > span:first-child {
    font-family: var(--serif);
    font-style: italic;
    font-size: 32px;
    color: #748965;
}

.process-line {
    flex: 1;
    height: 1px;
    background: var(--line);
}

.process-number .icon {
    color: #8b9b7e;
    width: 17px;
}

.process-grid h3 {
    font-size: 23px;
}

.process-grid p {
    max-width: 315px;
    margin-top: 14px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.9;
}

.contact-section {
    padding: 66px 0 70px;
    background: var(--lime);
}

.contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}

.contact-section .eyebrow {
    color: #506538;
    margin-bottom: 20px;
}

.contact-section h2 {
    font-size: clamp(36px, 3.3vw, 48px);
}

.contact-action {
    padding-top: 31px;
}

.contact-action > p {
    margin-top: 16px;
    font-size: 9px;
    color: #53673d;
    text-align: center;
}

.site-footer {
    padding-top: 65px;
    background: #f4f6ef;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.35fr 1.2fr 0.65fr;
    gap: 38px;
    padding-bottom: 55px;
}

.footer-brand > p {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
}

.site-footer h3 {
    margin: 5px 0 24px;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #728067;
}

.footer-contact > a, .footer-nav > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-contact > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-contact .icon {
    width: 15px;
    height: 15px;
}

.footer-address address {
    font-size: 10px;
    line-height: 2.05;
    font-style: normal;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
}

.footer-bottom > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
}

.footer-bottom .icon {
    height: 16px;
    width: 16px;
}

body dialog {
    position: fixed;
    width: min(600px, calc(100% - 32px));
    max-height: calc(100dvh - 40px);
    margin: auto;
    padding: 43px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: var(--paper);
    color: var(--ink);
    overscroll-behavior: contain;
}

dialog::backdrop {
    background: #17221bdd;
    backdrop-filter: blur(5px);
}

.dialog-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #e8ecdf;
    font-size: 26px;
    line-height: 1;
}

.dialog-intro h2 {
    font-size: 39px;
}

.dialog-intro > p:last-child {
    margin-top: 18px;
    font-size: 13px;
    color: var(--muted);
}

#enquiry-form {
    margin-top: 26px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

#enquiry-form label {
    display: block;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 600;
}

#enquiry-form input, #enquiry-form select, #enquiry-form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 11px 12px;
    border: 1px solid #bac5b1;
    border-radius: 2px;
    background: white;
    color: var(--ink);
    font-size: 13px;
    font-weight: 400;
}

#enquiry-form textarea {
    resize: vertical;
    min-height: 104px;
}

#enquiry-form input:focus, #enquiry-form select:focus, #enquiry-form textarea:focus {
    outline: 2px solid #88a960;
    outline-offset: 2px;
}

.form-note {
    margin: 8px 0 20px;
    color: var(--muted);
    font-size: 10px;
}

[hidden] {
    display: none !important;
}

#enquiry-result {
    margin-top: 27px;
    font-size: 13px;
}

.draft-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}

#draft-preview {
    max-height: 220px;
    overflow: auto;
    margin: 22px 0;
    padding: 17px;
    border: 1px solid var(--line);
    background: #eef1e7;
    font: 12px/1.8 Arial, sans-serif;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.draft-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (min-width: 1440px) {
    .hero {
        gap: 90px;
    }

    .hero-visual {
        height: 608px;
    }
}

@media (max-width: 1150px) {
    .container.container {
        width: calc(100% - 72px);
    }

    .hero {
        gap: 48px;
    }

    .hero h1 {
        font-size: 67px;
        letter-spacing: -3.8px;
    }

    .hero-visual {
        height: 550px;
    }

    .hero-actions {
        gap: 18px;
    }

    .hero-actions .button {
        padding: 14px 17px;
        gap: 16px;
    }

    .hero-actions .text-link {
        font-size: 11px;
    }

    .about-section, .insights-layout {
        gap: 55px;
    }

    .strip-inner > span {
        padding-left: 22px;
        font-size: 13px;
    }

    .footer-grid {
        gap: 22px;
    }

    .footer-contact > a {
        font-size: 11px;
    }
}

@media (max-width: 900px) {
    .desktop-nav {
        gap: 23px;
        margin-left: 0;
    }

    .hero h1 {
        font-size: 56px;
        letter-spacing: -3px;
    }

    .hero h1 em {
        letter-spacing: -3px;
    }

    .hero-visual {
        height: 530px;
    }

    .hero-note {
        margin-top: 27px;
    }

    .insight-card {
        width: 226px;
        left: -23px;
        bottom: 30px;
    }

    .image-caption {
        display: none;
    }

    .section-space {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .about-section, .insights-layout {
        gap: 35px;
    }

    .section-heading {
        gap: 35px;
    }

    .section-heading > p {
        max-width: 270px;
    }

    .service-grid, .process-grid {
        gap: 23px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .analytics-panel {
        padding: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 37px;
    }

    .footer-contact > a {
        font-size: 13px;
    }

    .footer-bottom > span {
        display: none;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 24px;
    }

    .container.container {
        width: calc(100% - 44px);
    }

    .header-inner {
        height: 82px;
    }

    .brand {
        gap: 10px;
    }

    .brand-type {
        font-size: 24px;
    }

    .brand-type > span {
        font-size: 7px;
        letter-spacing: 1.9px;
    }

    .brand-mark {
        transform: skew(-16deg) scale(0.87);
        transform-origin: left center;
        margin-right: -5px;
    }

    .desktop-nav, .header-cta {
        display: none;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        border-radius: 2px;
        background: transparent;
        padding: 10px;
    }

    .menu-toggle span {
        width: 22px;
        height: 1px;
        background: var(--ink);
        transition: transform 180ms;
    }

    .menu-toggle[aria-expanded='true'] span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle[aria-expanded='true'] span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .mobile-menu:not([hidden]) {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 12px 22px 22px;
        border-bottom: 1px solid var(--line);
        background: var(--paper);
        box-shadow: 0 12px 20px #26352e0d;
    }

    .mobile-menu a {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        border-bottom: 1px solid var(--line);
        font-size: 14px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 39px;
        padding-bottom: 37px;
    }

    .hero h1 {
        margin-top: 22px;
        font-size: clamp(52px, 12vw, 76px);
        line-height: 1.06;
    }

    .hero-description {
        max-width: 450px;
        margin-top: 23px;
        font-size: 14px;
        line-height: 1.85;
    }

    .hero-actions {
        gap: 20px;
        margin-top: 26px;
    }

    .hero-actions .button {
        min-height: 50px;
        font-size: 12px;
        gap: 20px;
    }

    .hero-actions .text-link {
        font-size: 11px;
    }

    .hero-note {
        margin-top: 25px;
        font-size: 9px;
    }

    .hero-visual {
        height: 455px;
        margin-left: 17px;
    }

    .hero-image {
        object-position: center 58%;
    }

    .insight-card {
        left: -17px;
        bottom: 24px;
        width: 239px;
    }

    .image-corner {
        top: 14px;
        right: 14px;
    }

    .strip-inner {
        grid-template-columns: 1fr 1fr;
        gap: 20px 15px;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .strip-inner > p {
        font-size: 8px;
    }

    .strip-inner > span {
        padding: 5px 0 5px 13px;
        font-size: 11px;
    }

    .strip-inner > span:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .strip-inner b {
        margin-right: 8px;
        font-size: 9px;
    }

    .section-space {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    body h2 {
        font-size: 37px;
        letter-spacing: -1.7px;
    }

    h2 em {
        letter-spacing: -1.8px;
    }

    .section-eyebrow {
        font-size: 8px;
        letter-spacing: 1.2px;
        margin-bottom: 19px;
    }

    .about-section, .insights-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-copy {
        grid-row: 1;
    }

    .about-visual img {
        height: 315px;
    }

    .photo-label {
        left: 15px;
        bottom: 15px;
        padding: 11px 13px;
        font-size: 9px;
    }

    .section-heading {
        display: block;
        margin-bottom: 36px;
    }

    .section-heading > p {
        margin-top: 23px;
        max-width: 390px;
        font-size: 13px;
    }

    .service-grid, .process-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .service-card h3 {
        font-size: 26px;
    }

    .service-top {
        margin-bottom: 22px;
    }

    .service-card > p, .process-grid p {
        max-width: none;
    }

    .service-card ul {
        margin-bottom: 22px;
    }

    .service-link {
        font-size: 13px;
    }

    .analytics-panel {
        padding: 22px;
    }

    .chart-area {
        height: 155px;
    }

    .chart-description {
        min-height: 52px;
    }

    .process-number {
        margin-bottom: 16px;
    }

    .contact-section {
        padding: 48px 0;
    }

    .contact-inner {
        display: block;
    }

    .contact-section h2 {
        font-size: 35px;
    }

    .contact-action {
        display: inline-block;
        padding-top: 28px;
    }

    .site-footer {
        padding-top: 45px;
    }

    .footer-grid {
        gap: 33px 15px;
        padding-bottom: 33px;
    }

    .footer-brand, .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .footer-brand > p {
        margin: 0;
        font-size: 10px;
    }

    .site-footer h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 7px;
    }

    .footer-address address {
        font-size: 9px;
    }

    .footer-nav {
        padding-left: 20px;
    }

    .footer-nav > a {
        font-size: 11px;
    }

    .footer-bottom {
        min-height: 78px;
        font-size: 8px;
        gap: 12px;
    }

    .footer-bottom > p {
        max-width: 190px;
    }

    .footer-bottom > a {
        gap: 5px;
    }

    body dialog {
        padding: 35px 23px 28px;
    }

    .dialog-intro h2 {
        font-size: 34px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #enquiry-form input, #enquiry-form select, #enquiry-form textarea {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        transition: none !important;
        animation: none !important;
    }
}
