:root {
    --paper: #faf9f6;
    --cream: #f1eee8;
    --ink: #292727;
    --muted: #746f6c;
    --wine: #742d40;
    --wine-dark: #592132;
    --line: #e1ddd7;
}

* {
    box-sizing: border-box;
}

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

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

body.modal-open {
    overflow: hidden;
}

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

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

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

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

button, summary {
    cursor: pointer;
}

button {
    border: 0;
}

:focus-visible {
    outline: 3px solid #b18150;
    outline-offset: 5px;
}

::selection {
    color: white;
    background: var(--wine);
}

[hidden] {
    display: none !important;
}

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

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

body .container {
    width: min(1280px, calc(100% - 112px));
    margin-inline: auto;
}

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

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

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

.header-inner {
    min-height: 105px;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--wine);
}

.brand-mark {
    width: 39px;
    height: 43px;
}

.brand-name {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 1.35px;
}

.brand-prefix {
    font-size: 7.7px;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 1.45px;
}

.desktop-nav {
    gap: 35px;
    margin-left: auto;
    margin-right: 37px;
    font-size: 13px;
}

.desktop-nav a, .back-top {
    transition: color 180ms ease;
}

.desktop-nav a:hover, .back-top:hover {
    color: var(--wine);
}

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

.button:hover {
    background: var(--wine-dark);
    transform: translateY(-2px);
}

.button-small {
    min-height: 43px;
    padding: 9px 20px;
    gap: 24px;
}

.button .icon {
    width: 17px;
    height: 17px;
}

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

.hero {
    grid-template-columns: 1.05fr 1fr;
    gap: 70px;
    padding-top: 45px;
    padding-bottom: 66px;
    align-items: center;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--wine);
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.eyebrow-line {
    width: 24px;
    height: 1px;
    background: var(--wine);
}

body h1 {
    margin-top: 27px;
    font-size: clamp(64px, 6.05vw, 88px);
    font-weight: 500;
    line-height: 1.045;
    letter-spacing: -4.7px;
}

body h1 em, body h2 em {
    color: var(--wine);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

h1 em {
    letter-spacing: -4px;
}

.hero-description {
    max-width: 415px;
    margin-top: 25px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

.hero-actions {
    gap: 25px;
    margin-top: 30px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
}

.text-link .icon {
    width: 17px;
    transition: transform 180ms ease;
}

.text-link:hover .icon {
    transform: translateX(4px);
}

.hero-note {
    gap: 12px;
    margin-top: 35px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.65;
}

.hero-note strong {
    color: var(--ink);
    font-weight: 400;
}

.note-symbol {
    font-family: Georgia, serif;
    font-size: 35px;
    color: var(--wine);
    line-height: 1;
}

.hero-visual {
    position: relative;
    height: 576px;
}

.hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px 108px 3px 3px;
}

.image-label {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid #ffffff66;
    background: #faf9f6e6;
    border-radius: 2px;
    font-size: 8px;
    letter-spacing: 1.1px;
}

.status-dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--wine);
}

.image-insight {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 17px;
    bottom: 31px;
    left: -25px;
    width: 340px;
    padding: 23px;
    border: 1px solid #ffffffcc;
    border-radius: 3px;
    background: #faf9f6f2;
    box-shadow: 0 10px 25px #24180e0d;
    backdrop-filter: blur(12px);
}

.insight-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 48px;
    color: var(--wine);
    background: #efe6e5;
}

.insight-icon .icon {
    width: 28px;
    height: 28px;
}

.micro-label {
    display: block;
    color: var(--muted);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.image-insight p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
}

.image-insight strong {
    font-weight: 500;
}

.insight-arrow {
    width: 17px;
    margin-left: auto;
    color: var(--wine);
}

.image-corner {
    position: absolute;
    right: 0;
    bottom: -24px;
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 1.6px;
}

.principles {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding-block: 30px;
    gap: 40px;
}

.principles > div {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-inline: 9px 25px;
}

.principles > div + div {
    border-left: 1px solid var(--line);
    padding-left: 34px;
}

.principle-number {
    align-self: flex-start;
    padding-top: 2px;
    color: var(--wine);
    font-size: 10px;
}

.principles p {
    font-size: 13px;
    font-weight: 500;
}

.principles small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
}

.principles .icon {
    width: 28px;
    height: 28px;
    margin-left: auto;
    color: var(--wine);
}

.section-space {
    padding-block: 99px;
}

.section-heading {
    gap: 30px;
    margin-bottom: 43px;
}

body h2 {
    margin-top: 17px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -1.9px;
}

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

.section-intro {
    max-width: 345px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 1.85;
    color: var(--muted);
}

.service-grid {
    gap: 20px;
    align-items: start;
}

.service-card {
    padding: 30px 28px 0;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: #f7f5f1;
    transition: border-color 200ms ease, background 200ms ease;
}

.service-card:hover {
    background: #f4f0ea;
    border-color: #cdbcb9;
}

.card-top {
    margin-bottom: 33px;
    color: var(--wine);
}

.card-top > span {
    color: #8d817b;
    font-size: 10px;
}

.service-icon {
    width: 36px;
    height: 36px;
    stroke-width: 1.25;
}

body h3 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 1.3;
}

.service-card > p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
    min-height: 89px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-block: 25px 28px;
}

.service-tags span {
    padding: 4px 8px;
    border: 1px solid var(--line);
    border-radius: 2px;
    font-size: 8px;
    color: #756e68;
}

.service-detail {
    border-top: 1px solid var(--line);
}

.service-detail summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    min-height: 62px;
    padding-block: 15px;
    color: var(--wine);
    font-size: 11px;
    list-style: none;
}

.service-detail summary::-webkit-details-marker {
    display: none;
}

.service-detail .icon {
    width: 16px;
    transition: transform 180ms ease;
}

.service-detail[open] .icon {
    transform: rotate(90deg);
}

.service-detail > p {
    padding-bottom: 23px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
}

.about-section {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 96px;
    padding-top: 5px;
    padding-bottom: 104px;
}

.about-image {
    position: relative;
}

.about-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.27;
    object-fit: cover;
    border-radius: 3px;
}

.photo-caption {
    position: absolute;
    bottom: 18px;
    left: 20px;
    padding: 8px 11px;
    background: #faf9f6ed;
    color: #4e433e;
    font-size: 7px;
    letter-spacing: 1.05px;
}

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

.about-copy > p + p {
    margin-top: 16px !important;
}

.about-signoff {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 25px;
    margin-top: 27px;
    border-top: 1px solid var(--line);
    font-size: 11px;
    color: var(--muted);
}

.small-cross {
    color: var(--wine);
    font-size: 38px;
    line-height: 1;
    font-weight: 300;
}

.about-signoff strong {
    color: var(--ink);
    font-weight: 400;
}

.review-section {
    background: var(--wine-dark);
    color: var(--paper);
    padding-block: 83px;
    position: relative;
    overflow: hidden;
}

.review-section::after {
    position: absolute;
    content: '';
    width: 530px;
    height: 530px;
    top: -250px;
    left: -300px;
    border: 1px solid #ffffff0d;
    border-radius: 50%;
    pointer-events: none;
}

.review-grid {
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    align-items: center;
}

.review-copy .eyebrow {
    color: #d4adaf;
}

.review-copy h2 em {
    color: #e3c5c1;
}

.review-copy > p:not(.eyebrow) {
    max-width: 395px;
    margin-top: 23px;
    color: #e1cccf;
    font-size: 13px;
    line-height: 1.85;
}

.review-list {
    padding: 0;
    margin: 27px 0 30px;
    list-style: none;
    font-size: 12px;
}

.review-list li {
    margin-top: 11px;
}

.review-list span {
    display: inline-block;
    width: 28px;
    color: #c99fa5;
    font-size: 9px;
}

.button-light {
    color: var(--wine-dark);
    border-color: var(--paper);
    background: var(--paper);
}

.button-light:hover {
    color: var(--wine-dark);
    background: #e8d9d4;
}

.analytics-preview {
    padding: 29px 31px 23px;
    border: 1px solid #e4d3d0;
    border-radius: 5px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 20px 40px #2d091721;
    transform: rotate(-1.5deg);
}

.dashboard-heading h3 {
    font-size: 19px;
    margin-top: 8px;
}

.dashboard-heading > .icon {
    width: 27px;
    height: 27px;
    color: var(--wine);
}

.metric-switcher {
    gap: 4px;
    margin-top: 23px;
    border-bottom: 1px solid var(--line);
}

.metric-switcher button {
    padding: 9px 13px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--muted);
    font-size: 10px;
}

.metric-switcher button[aria-pressed="true"] {
    border-bottom-color: var(--wine);
    color: var(--wine);
    font-weight: 600;
}

.metric-switcher button:hover {
    background: var(--cream);
}

.metric-heading {
    gap: 10px;
    margin-top: 24px;
}

#metric-label {
    color: var(--muted);
    font-size: 10px;
}

#metric-value {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: -1px;
}

#metric-value span {
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0;
}

.metric-change {
    background: #e9eee6;
    color: #4a6344;
    border-radius: 2px;
    padding: 3px 7px;
    margin-bottom: 7px;
    font-size: 9px;
}

.performance-chart {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 13px;
    overflow: visible;
}

.chart-grid {
    stroke: #e8e3dd;
    stroke-dasharray: 3 5;
    fill: none;
}

#chart-line {
    stroke: var(--wine);
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#chart-end {
    fill: var(--wine);
    stroke: var(--paper);
    stroke-width: 2.5;
}

.chart-labels {
    margin: 4px 9px 0;
    color: var(--muted);
    font-size: 9px;
}

.dashboard-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 10px;
    margin-top: 18px;
    background: #efeae4;
    font-size: 10px;
}

.sample-disclaimer {
    margin-top: 12px;
    color: var(--muted);
    font-size: 8px;
}

.approach-grid {
    gap: 50px;
}

.approach-grid article {
    padding-top: 22px;
    border-top: 1px solid #c9beb5;
}

.step-number {
    color: var(--wine);
    font-family: Georgia, serif;
    font-size: 28px;
}

.step-number span {
    margin-left: 8px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: 1.5px;
}

.approach-grid h3 {
    margin-top: 21px;
    font-size: 20px;
}

.approach-grid p {
    max-width: 310px;
    margin-top: 13px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
}

.contact-section {
    padding-top: 79px;
    background: #efece6;
    border-top: 1px solid var(--line);
}

.contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    padding-bottom: 69px;
}

.contact-copy > p:not(.eyebrow) {
    margin-top: 23px;
    max-width: 355px;
    color: var(--muted);
    font-size: 13px;
}

.contact-copy .button {
    margin-top: 27px;
}

.contact-details {
    padding-top: 7px;
}

.contact-item {
    padding: 20px 0 22px;
    border-bottom: 1px solid #d8d2ca;
}

.contact-item:first-child {
    padding-top: 0;
}

.contact-item .micro-label {
    font-size: 8px;
    color: #71615e;
}

.contact-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 9px;
    font-size: 17px;
    letter-spacing: -0.2px;
    overflow-wrap: anywhere;
    transition: color 180ms ease;
}

.contact-item a:hover {
    color: var(--wine);
}

.contact-item .icon {
    width: 16px;
    color: var(--wine);
}

.contact-item address {
    max-width: 395px;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.9;
    font-style: normal;
    color: #69615a;
}

.address-item {
    border: 0;
    padding-bottom: 0;
}

.footer-bottom {
    gap: 22px;
    padding-block: 26px;
    border-top: 1px solid #d8d2ca;
    font-size: 9px;
    color: var(--muted);
}

.footer-company {
    margin-bottom: 3px;
    color: var(--wine);
    letter-spacing: 0.8px;
    font-size: 9px;
}

.back-top {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 10px;
}

.back-top .icon {
    width: 16px;
}

#enquiry-dialog {
    width: min(560px, calc(100% - 32px));
    max-height: calc(100dvh - 40px);
    margin: auto;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 20px 90px #27192140;
    overflow-y: auto;
}

#enquiry-dialog::backdrop {
    background: #241b20a6;
    backdrop-filter: blur(5px);
}

.dialog-content {
    padding: 36px;
}

.dialog-close {
    position: sticky;
    z-index: 2;
    top: 12px;
    float: right;
    margin-top: -21px;
    margin-right: -16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--paper);
    color: var(--wine);
    font-size: 29px;
    line-height: 1;
}

.dialog-close:hover {
    background: var(--cream);
}

.dialog-content h2 {
    font-size: 37px;
    margin-top: 14px;
}

#enquiry-intro {
    margin-top: 15px;
    color: var(--muted);
    font-size: 12px;
}

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

.form-row {
    gap: 14px;
}

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

#enquiry-form input, #enquiry-form select, #enquiry-form textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 10px 11px;
    border: 1px solid #cfc7bf;
    border-radius: 2px;
    background: #fffdf9;
    color: var(--ink);
    font-size: 13px;
}

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

.form-note, .draft-fallback {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.6;
}

#enquiry-form > .button {
    width: 100%;
    margin-top: 16px;
}

.draft-result {
    margin-top: 17px;
    padding: 16px;
    background: #eee7df;
    font-size: 12px;
}

.draft-result .text-link {
    margin-top: 10px;
    color: var(--wine);
    font-weight: 600;
}

.draft-fallback {
    margin-top: 12px;
    overflow-wrap: anywhere;
}

@media (min-width: 768px) {
    .mobile-nav, .menu-toggle {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    body .container {
        width: calc(100% - 80px);
    }
    .hero {
        gap: 45px;
    }
    body h1 {
        font-size: 71px;
        letter-spacing: -4px;
    }
    .hero-visual {
        height: 550px;
    }
    .hero-actions {
        gap: 17px;
    }
    .hero-actions .button {
        padding-inline: 16px;
        gap: 14px;
    }
    .hero-actions .text-link {
        font-size: 11px;
        gap: 7px;
    }
    .about-section, .review-grid, .contact-grid {
        gap: 55px;
    }
    body h2 {
        font-size: 43px;
    }
    .service-card {
        padding-inline: 22px;
    }
    .principles {
        gap: 18px;
    }
    .principles > div {
        padding-right: 5px;
    }
    .principles > div + div {
        padding-left: 20px;
    }
    .analytics-preview {
        padding-inline: 24px;
    }
}

@media (max-width: 1023px) {
    .hero, .about-section, .review-grid, .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .hero {
        padding-top: 36px;
    }
    body h1 {
        font-size: 60px;
        letter-spacing: -3.5px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-visual {
        height: 537px;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .hero-note {
        margin-top: 26px;
    }
    .image-insight {
        width: 285px;
        padding: 17px;
        gap: 12px;
        left: -12px;
    }
    .image-insight .micro-label {
        font-size: 7px;
    }
    .desktop-nav {
        gap: 20px;
        margin-right: 0;
        font-size: 12px;
    }
    .image-label {
        left: 15px;
        font-size: 7px;
        max-width: calc(100% - 35px);
    }
    .service-grid {
        gap: 13px;
    }
    .service-card {
        padding-inline: 18px;
    }
    .service-card > p {
        min-height: 136px;
    }
    .service-tags {
        min-height: 58px;
        align-content: start;
    }
    .service-detail summary {
        font-size: 10px;
    }
    body h2 {
        font-size: 37px;
    }
    .section-intro {
        max-width: 295px;
    }
    .principles .icon {
        display: none;
    }
    .about-copy .eyebrow {
        font-size: 8px;
    }
    .about-image img {
        aspect-ratio: 0.82;
    }
    .review-grid {
        gap: 34px;
    }
    .dashboard-heading h3 {
        font-size: 16px;
    }
    .dashboard-heading > .icon {
        display: none;
    }
    .analytics-preview {
        padding: 23px 20px;
    }
    .metric-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
    .approach-grid {
        gap: 28px;
    }
    .approach-grid h3 {
        font-size: 18px;
    }
    .contact-item a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 24px;
    }
    body .container {
        width: calc(100% - 44px);
    }
    .header-inner {
        min-height: 85px;
    }
    .brand-mark {
        width: 32px;
        height: 38px;
    }
    .brand-name {
        font-size: 11px;
    }
    .brand-prefix {
        font-size: 6.8px;
    }
    .brand {
        gap: 10px;
    }
    .desktop-nav, .header-contact {
        display: none;
    }
    .menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        background: transparent;
    }
    .menu-toggle span {
        display: block;
        width: 23px;
        height: 1.5px;
        background: var(--wine);
        transition: transform 180ms ease;
    }
    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(3.75px) rotate(45deg);
    }
    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-3.75px) rotate(-45deg);
    }
    .mobile-nav {
        display: flex;
        flex-direction: column;
        padding: 10px 22px 22px;
        border-top: 1px solid var(--line);
    }
    .mobile-nav a {
        padding: 12px 0;
        color: var(--wine);
        font-size: 14px;
    }
    .hero, .about-section, .review-grid, .contact-grid {
        grid-template-columns: 1fr;
    }
    .hero {
        padding-top: 41px;
        padding-bottom: 45px;
        gap: 37px;
    }
    .hero-copy {
        max-width: 500px;
    }
    .eyebrow {
        font-size: 8px;
        letter-spacing: 1.3px;
    }
    body h1 {
        font-size: clamp(57px, 11.4vw, 78px);
        margin-top: 22px;
        letter-spacing: -3.5px;
    }
    h1 em {
        letter-spacing: -3px;
    }
    .hero-description {
        max-width: 420px;
        margin-top: 24px;
    }
    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-top: 25px;
    }
    .hero-actions .text-link {
        font-size: 10px;
    }
    .hero-actions .button {
        font-size: 11px;
        gap: 16px;
        padding-inline: 17px;
    }
    .hero-note {
        margin-top: 26px;
    }
    .hero-visual {
        height: 470px;
    }
    .hero-visual > img {
        border-top-right-radius: 90px;
        object-position: center 52%;
    }
    .image-insight {
        width: 290px;
        bottom: 25px;
        left: -8px;
    }
    .image-label {
        top: 20px;
        left: 17px;
    }
    .principles {
        gap: 0;
        padding-block: 5px;
    }
    .principles > div, .principles > div + div {
        padding: 20px 4px;
        border-left: 0;
    }
    .principles > div + div {
        border-top: 1px solid var(--line);
    }
    .principles .icon {
        display: block;
    }
    .principles p {
        font-size: 14px;
    }
    .section-space {
        padding-block: 65px;
    }
    body h2 {
        font-size: 39px;
        letter-spacing: -1.7px;
    }
    .section-heading {
        gap: 22px;
        margin-bottom: 30px;
    }
    .section-intro {
        max-width: 380px;
    }
    .service-grid {
        gap: 17px;
    }
    .service-card {
        padding: 26px 25px 0;
    }
    .card-top {
        margin-bottom: 23px;
    }
    .service-card > p {
        min-height: 0;
        font-size: 13px;
    }
    .service-tags {
        min-height: 0;
        margin-block: 23px;
    }
    .service-detail summary {
        font-size: 12px;
    }
    .about-section {
        padding-top: 0;
        gap: 32px;
    }
    .about-image img {
        aspect-ratio: 1.2;
    }
    .about-copy > p:not(.eyebrow) {
        max-width: none;
    }
    .review-section {
        padding-block: 57px;
    }
    .review-grid {
        gap: 43px;
    }
    .analytics-preview {
        width: calc(100% - 6px);
        margin-inline: auto;
        padding: 25px 21px 20px;
        transform: rotate(-1deg);
    }
    .dashboard-heading h3 {
        font-size: 19px;
    }
    .dashboard-heading > .icon {
        display: block;
    }
    .metric-heading {
        flex-direction: row;
        align-items: flex-end;
    }
    .approach-grid {
        gap: 32px;
    }
    .approach-grid p {
        max-width: none;
        font-size: 13px;
    }
    .approach-grid h3 {
        font-size: 21px;
        margin-top: 14px;
    }
    .contact-section {
        padding-top: 56px;
    }
    .contact-grid {
        gap: 43px;
        padding-bottom: 41px;
    }
    .contact-copy > p:not(.eyebrow) {
        max-width: none;
    }
    .contact-item a {
        font-size: 15px;
    }
    .footer-bottom {
        align-items: flex-start;
    }
    .footer-company {
        max-width: 250px;
        font-size: 8px;
        line-height: 1.8;
        margin-bottom: 7px;
    }
    .dialog-content {
        padding: 33px 23px 25px;
    }
    .dialog-content h2 {
        font-size: 34px;
    }
    #enquiry-form input, #enquiry-form select, #enquiry-form textarea {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    body .container {
        width: calc(100% - 36px);
    }
    body h1 {
        font-size: 55px;
    }
    .hero-actions {
        gap: 18px;
    }
    .hero-visual {
        height: 415px;
    }
    .contact-item a {
        font-size: 13px;
    }
    .dashboard-heading h3 {
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
    }
}
