:root {
    color-scheme: light;
    --app-vh: 100svh;
    --site-header-height: 4.9rem;
    --site-header-offset: 5.35rem;
    --page-bg: #f7f1e8;
    --page-tint: #efe4d4;
    --surface: #fffdf9;
    --surface-muted: #f3ebdf;
    --surface-strong: #e8dcc9;
    --surface-cool: #e2ecec;
    --text: #1b2428;
    --muted: #667177;
    --accent: #3d6973;
    --accent-strong: #294c55;
    --accent-soft: #dbe9ea;
    --workflow-step3-accent: #587a66;
    --workflow-step3-surface: rgba(219, 233, 222, 0.92);
    --warm: #b87547;
    --warm-soft: #efddcc;
    --cool: #82a1b2;
    --cool-soft: #dce7ed;
    --line: rgba(27, 36, 40, 0.1);
    --line-strong: rgba(27, 36, 40, 0.16);
    --header-bg: rgba(255, 253, 249, 0.68);
    --header-bg-floating: rgba(255, 253, 249, 0.66);
    --header-border: rgba(27, 36, 40, 0.09);
    --header-highlight: rgba(255, 255, 255, 0.4);
    --button-primary-bg: #1b2428;
    --button-primary-text: #fffaf2;
    --shadow-sm: 0 10px 28px rgba(57, 43, 22, 0.05);
    --shadow-md: 0 20px 42px rgba(57, 43, 22, 0.08);
    --shadow-lg: 0 28px 64px rgba(57, 43, 22, 0.12);
    --scrollbar-thumb: rgba(41, 76, 85, 0.44);
    --scrollbar-thumb-hover: rgba(41, 76, 85, 0.62);
    --scrollbar-arrow: #294c55;
    --scrollbar-arrow-hover: #1b2428;
    --radius-xl: 34px;
    --radius-lg: 28px;
    --radius-md: 22px;
    --radius-sm: 18px;
    --container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb) transparent;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    background: var(--page-bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html::-webkit-scrollbar {
    width: 0.62rem;
    height: 0.62rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    border: 0.14rem solid transparent;
    border-radius: 999px;
    background: var(--scrollbar-thumb);
    background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
    background-clip: padding-box;
}

html::-webkit-scrollbar-button:single-button {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.48rem 0.48rem;
}

html::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23294c55' d='M8 5.1 3.2 9.9h9.6z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23294c55' d='m8 10.9 4.8-4.8H3.2z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23294c55' d='M5.1 8 9.9 3.2v9.6z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23294c55' d='m10.9 8-4.8 4.8V3.2z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:hover {
    background-color: transparent;
}

html::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231b2428' d='M8 5.1 3.2 9.9h9.6z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231b2428' d='m8 10.9 4.8-4.8H3.2z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231b2428' d='M5.1 8 9.9 3.2v9.6z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231b2428' d='m10.9 8-4.8 4.8V3.2z'/%3E%3C/svg%3E");
}

html::-webkit-scrollbar-corner {
    background: transparent;
}

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

img,
video {
    display: block;
    max-width: 100%;
}

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

button {
    cursor: pointer;
}

@media (hover: none) and (pointer: coarse) {
    a,
    button,
    input,
    select,
    textarea,
    summary,
    [role="button"] {
        -webkit-tap-highlight-color: transparent;
    }
}

main,
section,
footer {
    position: relative;
}

[id] {
    scroll-margin-top: 5.5rem;
}

.page-shell {
    min-height: var(--app-vh);
    padding-top: var(--site-header-height);
    overflow: clip;
}

.page-shell:focus,
.page-shell:focus-visible,
.page-main:focus,
.page-main:focus-visible {
    outline: none;
}

.transition-site {
    --swup-exit-duration: 0.34s;
    --swup-exit-stagger: 0.16;
    opacity: 1;
    transform: none;
    transform-origin: top center;
    transition-property: opacity, transform;
    transition-duration: var(--swup-exit-duration);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-duration: var(--swup-exit-duration);
    animation-fill-mode: both;
}

html.is-changing.is-leaving .transition-site {
    animation: swup-exit-hold var(--swup-exit-duration) linear both;
    pointer-events: none;
}

html.is-changing.is-rendering .transition-site {
    opacity: 1;
    transform: none;
}

@keyframes swup-exit-hold {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.container {
    width: min(var(--container), calc(100% - 2rem));
    margin: 0 auto;
}

.site-header {
    --site-header-item-gap: 0.52rem;
    --header-color-transition-duration: 0.46s;
    --header-title-color: rgba(27, 36, 40, 1);
    --header-subtitle-color: rgba(102, 113, 119, 1);
    --header-link-color: rgba(102, 113, 119, 1);
    --header-link-hover-color: rgba(27, 36, 40, 1);
    --header-link-hover-bg: rgba(255, 255, 255, 0.6);
    --header-menu-color: rgba(27, 36, 40, 1);
    --header-title-shadow: 0 6px 18px rgba(7, 11, 13, 0);
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 80;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    transition: top 0.36s cubic-bezier(0.22, 1, 0.36, 1), width 0.36s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, backdrop-filter 0.28s ease, -webkit-backdrop-filter 0.28s ease;
}

.site-header.is-home-top {
    --header-title-color: rgba(255, 250, 242, 1);
    --header-subtitle-color: rgba(255, 250, 242, 0.92);
    --header-link-color: rgba(255, 250, 242, 0.92);
    --header-link-hover-color: rgba(255, 250, 242, 1);
    --header-link-hover-bg: rgba(255, 250, 242, 0.08);
    --header-menu-color: rgba(255, 250, 242, 1);
    --header-title-shadow: 0 6px 18px rgba(7, 11, 13, 0.28);
}

.site-header.is-condensed {
    top: 0.8rem;
    width: min(calc(100% - 1.6rem), calc(var(--container) + 1.6rem));
    border-color: rgba(27, 36, 40, 0.08);
    border-radius: 25px;
    background: var(--header-bg-floating);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 16px 34px rgba(57, 43, 22, 0.1), inset 0 1px 0 var(--header-highlight);
}

.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--site-header-item-gap);
    min-height: 4.9rem;
    transition: min-height 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-condensed .site-header__inner {
    min-height: 4.35rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    flex-shrink: 0;
}

.brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 auto;
}

.brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
}

.brand__text {
    display: grid;
    gap: 0.05rem;
}

.brand__text strong {
    color: var(--header-title-color);
    font-size: 0.95rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: var(--header-title-shadow);
    transition: color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1), text-shadow var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.brand__text span {
    color: var(--header-subtitle-color);
    font-size: 0.84rem;
    transition: color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1), opacity var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
}

.site-nav__list,
.site-footer__nav,
.chip-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--site-header-item-gap);
    width: 100%;
}

.site-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    color: var(--header-link-color);
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 0.22s ease, color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
    color: var(--header-link-hover-color);
    background: var(--header-link-hover-bg);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: var(--site-header-item-gap);
    flex: 0 0 auto;
    flex-shrink: 0;
    min-width: 0;
    justify-content: flex-end;
}

.site-header__actions .button {
    white-space: nowrap;
    transition: box-shadow 0.32s ease, background-color 0.22s ease, color 0.22s ease;
}

.site-header__actions .button--primary {
    background-image: linear-gradient(120deg, var(--button-primary-bg) 0%, #406b74 48%, var(--button-primary-bg) 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        background-position 0.48s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, box-shadow, background-position;
}

.site-header__actions .button--primary:hover,
.site-header__actions .button--primary:focus-visible {
    transform: translateY(-2px) scale(1.03);
    background-position: 100% 0;
    box-shadow: 0 16px 30px rgba(41, 76, 85, 0.22);
}

html.js .site-header .brand,
html.js .site-header .site-nav__list > li,
html.js .site-header .site-header__actions,
html.js .site-header .menu-toggle {
    opacity: 0;
    transform: translate3d(0, -0.9rem, 0);
    filter: blur(5px);
    transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), filter 0.72s ease;
    will-change: opacity, transform, filter;
}

html.js.site-ready .site-header .brand,
html.js.site-ready .site-header .site-nav__list > li,
html.js.site-ready .site-header .site-header__actions,
html.js.site-ready .site-header .menu-toggle {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

html.js .site-header .brand {
    transition-delay: 0.02s;
}

html.js .site-header .site-nav__list > li:nth-child(1) {
    transition-delay: 0.08s;
}

html.js .site-header .site-nav__list > li:nth-child(2) {
    transition-delay: 0.14s;
}

html.js .site-header .site-nav__list > li:nth-child(3) {
    transition-delay: 0.2s;
}

html.js .site-header .site-nav__list > li:nth-child(4) {
    transition-delay: 0.26s;
}

html.js .site-header .site-header__actions {
    transition-delay: 0.34s;
}

html.js .site-header .menu-toggle {
    transition-delay: 0.14s;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    color: var(--header-menu-color);
    box-shadow: var(--shadow-sm);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1),
        border-color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1),
        background-color var(--header-color-transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.button:hover,
.button:focus-visible,
.feature-card:hover,
.service-card:not(.service-card--featured):hover,
.capability-card:hover,
.project-card:not(.project-card--preview):hover,
.process-card:hover,
.contact-card:hover,
.point-card:hover {
    transform: translateY(-2px);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    box-shadow: var(--shadow-md);
}

.menu-toggle__line {
    width: 1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle__line + .menu-toggle__line {
    margin-top: 0.22rem;
}

body.menu-open .menu-toggle__line:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}

body.menu-open .menu-toggle__line:nth-child(2) {
    opacity: 0;
}

body.menu-open .menu-toggle__line:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
}

.theme-toggle {
    --theme-toggle-pad: 0.16rem;
    --theme-toggle-thumb-size: 1.72rem;
    --theme-toggle-shift: 1.74rem;
    position: relative;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 3.78rem;
    height: 2.22rem;
    padding: var(--theme-toggle-pad);
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--muted);
    box-shadow: var(--shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
    flex: 0 0 auto;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.theme-toggle:focus-visible {
    outline: none;
}

.theme-toggle__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.72rem;
    height: 1.72rem;
    font-size: 0.78rem;
    color: currentColor;
    transition: color 0.22s ease, opacity 0.22s ease;
}

.theme-toggle__thumb {
    position: absolute;
    top: var(--theme-toggle-pad);
    left: var(--theme-toggle-pad);
    width: var(--theme-toggle-thumb-size);
    height: var(--theme-toggle-thumb-size);
    border-radius: 999px;
    background: var(--button-primary-bg);
    box-shadow: 0 10px 22px rgba(7, 11, 13, 0.16);
    transform: translateX(0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.22s ease;
}

:root[data-theme="dark"] .theme-toggle__thumb {
    transform: translateX(var(--theme-toggle-shift));
}

.theme-toggle__icon--sun {
    color: var(--button-primary-text);
}

:root[data-theme="dark"] .theme-toggle__icon--sun {
    color: currentColor;
    opacity: 0.84;
}

:root[data-theme="dark"] .theme-toggle__icon--moon {
    color: var(--button-primary-text);
}

.site-header.is-home-top .theme-toggle {
    border-color: rgba(255, 250, 242, 0.24);
    background: rgba(255, 250, 242, 0.08);
    color: rgba(255, 250, 242, 0.74);
    box-shadow: 0 12px 24px rgba(7, 11, 13, 0.16);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    padding: 0.9rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.button--compact {
    min-height: 2.75rem;
    padding: 0.72rem 1rem;
}

.button--primary {
    background: var(--button-primary-bg);
    color: var(--button-primary-text);
    box-shadow: var(--shadow-sm);
}

.button--primary:hover,
.button--primary:focus-visible {
    box-shadow: var(--shadow-md);
}

.button--secondary {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.45);
    color: var(--text);
}

.button--secondary:hover,
.button--secondary:focus-visible {
    border-color: var(--line-strong);
    background: var(--surface);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--accent-strong);
    font-weight: 700;
}

.text-link::after {
    content: "→";
    transition: transform 0.2s ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
    transform: translateX(2px);
}

.text-link::after {
    content: "\f061";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.78em;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.06;
}

h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 5.4vw, 4.95rem);
}

h2 {
    max-width: 14ch;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
    margin: 0;
    color: var(--muted);
}

.display-title {
    max-width: 10.2ch;
    font-size: clamp(2.6rem, 4.45vw, 3.95rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.text-warm {
    color: var(--warm);
}

.text-cool {
    color: var(--accent);
}

.lead {
    max-width: 33rem;
    font-size: 1.08rem;
    line-height: 1.62;
}

.lead--wide {
    max-width: 38rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-strong);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-main {
    display: grid;
}

.section {
    padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.section--tint {
    background: rgba(255, 255, 255, 0.34);
}

.section-heading {
    display: grid;
    gap: 0.95rem;
    max-width: 43rem;
    margin-bottom: 2.2rem;
}

.section-heading--split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem 2rem;
}

.services-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.72fr);
    align-items: end;
    gap: 0.7rem 2.2rem;
}

.services-heading__intro {
    display: grid;
    gap: 0.7rem;
    max-width: 34rem;
}

.services-heading__intro h2 {
    max-width: 16ch;
}

.services-heading__aside {
    display: grid;
    justify-items: end;
    gap: 0.55rem;
    padding-bottom: 0.35rem;
    text-align: right;
}

.services-heading__aside p {
    margin: 0;
    max-width: 18rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.services-section {
    padding-top: clamp(2.35rem, 3.6vw, 3rem);
    padding-bottom: clamp(2.6rem, 4vw, 3.2rem);
}

.services-section .section-heading {
    margin-bottom: 1.55rem;
}

.services-section .services-heading__intro {
    max-width: 31rem;
    gap: 0.7rem;
}

.services-section .services-heading__intro h2 {
    max-width: none;
    font-size: clamp(2.65rem, 4.4vw, 3.8rem);
    line-height: 0.98;
}

.services-heading__line {
    display: block;
    white-space: nowrap;
}

.services-section .services-heading__aside {
    padding-bottom: 0.3rem;
}

.services-section .services-heading__aside p {
    max-width: 24rem;
    font-size: 0.88rem;
}

.services-section .text-link {
    color: var(--warm);
}

.cases-preview-section {
    padding-top: clamp(2.35rem, 3.6vw, 3.1rem);
    padding-bottom: clamp(2.8rem, 4vw, 3.4rem);
}

.cases-preview-section .section-heading {
    margin-bottom: 1.55rem;
}

.cases-preview-heading {
    align-items: end;
    gap: 1.2rem 2.2rem;
}

.cases-preview-heading__intro {
    display: grid;
    gap: 0.68rem;
    max-width: 31rem;
}

.cases-preview-heading__intro h2 {
    max-width: 20ch;
}

.cases-preview-heading__aside {
    display: grid;
    justify-items: end;
    gap: 0.55rem;
    padding-bottom: 0.28rem;
    text-align: right;
}

.cases-preview-heading__aside p {
    margin: 0;
    max-width: 18rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.workflow-section {
    --workflow-intro-top: 6.7rem;
    padding-top: clamp(2.8rem, 4.8vw, 3.8rem);
}

.workflow-section.home-section--viewport {
    --workflow-section-space-y: clamp(1.25rem, 2.8svh, 2rem);
    padding-block: var(--workflow-section-space-y);
}

.workflow-overview {
    display: grid;
    width: min(100%, 72rem);
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 1.6rem clamp(2rem, 4vw, 4.2rem);
}

.workflow-section.home-section--viewport .workflow-overview {
    min-height: 0;
    align-self: center;
    align-content: start;
}

.workflow-intro {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 31rem;
    padding-top: 0.2rem;
    position: sticky;
    top: var(--workflow-intro-top);
    align-self: start;
}

.workflow-intro h2 {
    max-width: 8ch;
}

.workflow-intro p {
    max-width: 22rem;
    font-size: 1rem;
}

.workflow-intro > .eyebrow,
.services-heading__intro > .eyebrow {
    color: rgba(41, 76, 85, 0.82);
}

.workflow-intro__chips {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1;
    justify-self: start;
    gap: 0.55rem;
    margin: 0.1rem 0 0;
    padding: 0;
    list-style: none;
}

.workflow-intro__chips li {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.8rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.72);
    color: var(--accent-strong);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.workflow-grid {
    position: relative;
    width: 100%;
    max-width: 33.5rem;
    justify-self: start;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
}

.home-hero {
    --home-hero-shell-offset: var(--site-header-height);
    --home-hero-space-y: clamp(1.1rem, 2.2svh, 1.9rem);
    --home-hero-media-height: clamp(18.75rem, 46svh, 24.75rem);
    --home-hero-scroll-space: clamp(3.7rem, 7svh, 5rem);
    display: grid;
    align-items: center;
    min-height: calc(var(--app-vh) - var(--home-hero-shell-offset));
    padding-top: var(--home-hero-space-y);
    padding-bottom: calc(var(--home-hero-space-y) + var(--home-hero-scroll-space));
}

.home-hero__grid,
.page-hero__grid,
.editorial-grid,
.contact-layout {
    display: grid;
    align-items: start;
    gap: clamp(1.6rem, 3vw, 3.4rem);
}

.home-hero__grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
    align-items: center;
    gap: clamp(1.2rem, 2.4vw, 2.2rem);
    min-height: calc(var(--app-vh) - var(--home-hero-shell-offset) - (var(--home-hero-space-y) * 2) - var(--home-hero-scroll-space));
}

.home-hero__copy {
    display: grid;
    align-content: center;
    gap: clamp(0.8rem, 1.5svh, 1rem);
    max-width: 37rem;
}

.home-hero__media {
    position: relative;
    width: min(100%, 31rem);
    display: grid;
    justify-items: stretch;
    align-content: center;
    align-self: center;
    justify-self: end;
    min-height: 0;
}

.media-window {
    position: relative;
    width: 100%;
    max-width: none;
    padding: clamp(0.58rem, 1.2svh, 0.68rem);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--radius-xl);
    background: #1b2428;
    box-shadow: var(--shadow-lg);
}

.media-window__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    min-height: 2.35rem;
    padding: 0.48rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.1);
    color: #fffaf2;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    backdrop-filter: blur(10px);
}

.media-window__image {
    width: 100%;
    height: var(--home-hero-media-height);
    aspect-ratio: auto;
    border-radius: calc(var(--radius-xl) - 8px);
    object-fit: cover;
}

.trust-section .section-heading {
    margin-bottom: 1.55rem;
}

.trust-heading {
    max-width: none;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.72fr);
    align-items: end;
    gap: 0.7rem 2.2rem;
}

.trust-heading .eyebrow {
    grid-column: 1 / -1;
}

.trust-heading h2 {
    max-width: none;
    margin: 0;
}

.trust-heading__line {
    display: block;
    white-space: nowrap;
}

.trust-heading p {
    margin: 0;
    max-width: 24rem;
    justify-self: end;
    padding-bottom: 0.3rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.88rem;
}

.trust-card {
    gap: 0.92rem;
    min-height: 100%;
    padding: 1.18rem 1.2rem 1.12rem;
    background: rgba(255, 255, 255, 0.72);
}

.trust-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.trust-card__icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 16px;
    background: rgba(239, 221, 204, 0.8);
    color: var(--warm);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.trust-card__icon i {
    font-size: 0.98rem;
    line-height: 1;
}

.trust-card h3 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(1.04rem, 1.28vw, 1.22rem);
    line-height: 1.08;
}

.trust-card p {
    margin: 0;
    max-width: 28rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.48;
}

.trust-pills {
    margin-top: 1rem;
    justify-content: center;
}

.trust-pills li {
    background: rgba(255, 255, 255, 0.72);
}

.note-card,
.feature-card,
.service-card,
.capability-card,
.project-card,
.process-card,
.contact-card,
.contact-form-card,
.page-hero__panel,
.point-card,
.cta-panel {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-sm);
}

.note-card {
    position: absolute;
    display: grid;
    gap: 0.2rem;
    max-width: 11.75rem;
    padding: 0.82rem 0.95rem;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    isolation: isolate;
    cursor: default;
    z-index: 3;
    transform-origin: center bottom;
    will-change: transform, box-shadow;
    opacity: 0.96;
    transform: translate3d(0, var(--note-offset-y, 0), 0) scale(var(--note-scale, 1)) rotate(var(--note-rotate, var(--note-tilt)));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.36s ease, background-color 0.36s ease, border-color 0.36s ease, box-shadow 0.36s ease;
    --note-tilt: 0deg;
    --note-offset-y: 0rem;
    --note-scale: 1;
    --note-rotate: var(--note-tilt);
}

.note-card--top {
    top: 2%;
    left: -5%;
    --note-tilt: -7deg;
}

.note-card--middle {
    top: 45%;
    right: -4.5%;
    --note-tilt: 5deg;
}

.note-card--bottom {
    left: -2%;
    bottom: 1%;
    --note-tilt: -6deg;
}

.note-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
    opacity: 0.72;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.note-card span {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.note-card strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 0.92rem;
    line-height: 1.25;
}

.home-hero__caption {
    justify-self: end;
    margin-top: 0.5rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.home-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: clamp(1.15rem, 2.6svh, 1.9rem);
    z-index: 4;
    display: inline-grid;
    justify-items: center;
    gap: 0.42rem;
    transform: translateX(-50%);
    color: var(--accent-strong);
}

html.js .home-hero__scroll {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.95rem);
    filter: blur(4px);
    transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), filter 0.72s ease;
    transition-delay: var(--scroll-delay, 1.02s);
}

html.js.site-ready.home-hero-scroll-ready .home-hero__scroll {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    filter: blur(0);
}

.home-hero__scroll-label {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-hero__scroll-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: scroll-cue-bob 1.8s ease-in-out infinite;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.home-hero__scroll:hover .home-hero__scroll-icon,
.home-hero__scroll:focus-visible .home-hero__scroll-icon {
    transform: translateY(-0.18rem);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow-md);
}

.home-section--viewport {
    --home-section-offset: var(--site-header-offset);
    display: grid;
    align-items: center;
    min-height: calc(var(--app-vh) - var(--home-section-offset));
}

.home-section--alt {
    background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 961px) {
    .home-hero {
        --home-hero-title-size: clamp(2.7rem, 1.95rem + 2.3vmin, 4.35rem);
        --home-hero-lead-size: clamp(1.04rem, 0.9rem + 0.42vmin, 1.2rem);
        --home-hero-eyebrow-size: clamp(0.78rem, 0.72rem + 0.12vmin, 0.9rem);
        --home-hero-button-height: clamp(3.15rem, 2.88rem + 0.74vmin, 3.65rem);
        --home-hero-button-pad-y: clamp(0.84rem, 0.72rem + 0.22vmin, 0.98rem);
        --home-hero-button-pad-x: clamp(1.18rem, 0.95rem + 0.72vmin, 1.65rem);
        --home-hero-button-text-size: clamp(0.96rem, 0.9rem + 0.12vmin, 1.05rem);
        --home-hero-note-width: clamp(10.4rem, 8.9rem + 2.25vmin, 12.6rem);
        --home-hero-note-pad-y: clamp(0.74rem, 0.62rem + 0.32vmin, 0.96rem);
        --home-hero-note-pad-x: clamp(0.84rem, 0.72rem + 0.38vmin, 1.06rem);
        --home-hero-note-label-size: clamp(0.7rem, 0.65rem + 0.1vmin, 0.78rem);
        --home-hero-note-title-size: clamp(0.88rem, 0.8rem + 0.18vmin, 0.98rem);
        --home-hero-note-radius: clamp(22px, 18px + 0.75vmin, 26px);
        --home-hero-badge-size: clamp(0.76rem, 0.72rem + 0.1vmin, 0.84rem);
        --home-hero-badge-height: clamp(2.2rem, 2rem + 0.35vmin, 2.45rem);
        --home-hero-caption-size: clamp(0.88rem, 0.84rem + 0.1vmin, 0.96rem);
    }

    .home-hero .display-title {
        font-size: var(--home-hero-title-size);
    }

    .home-hero .lead {
        font-size: var(--home-hero-lead-size);
    }

    .home-hero .eyebrow {
        font-size: var(--home-hero-eyebrow-size);
    }

    .home-hero .button {
        min-height: var(--home-hero-button-height);
        padding: var(--home-hero-button-pad-y) var(--home-hero-button-pad-x);
        font-size: var(--home-hero-button-text-size);
    }

    .home-hero .media-window__badge {
        min-height: var(--home-hero-badge-height);
        padding: clamp(0.42rem, 0.34rem + 0.18vmin, 0.54rem) clamp(0.82rem, 0.72rem + 0.24vmin, 0.98rem);
        font-size: var(--home-hero-badge-size);
    }

    .home-hero .note-card {
        max-width: var(--home-hero-note-width);
        padding: var(--home-hero-note-pad-y) var(--home-hero-note-pad-x);
        border-radius: var(--home-hero-note-radius);
    }

    .home-hero .note-card span {
        font-size: var(--home-hero-note-label-size);
    }

    .home-hero .note-card strong {
        font-size: var(--home-hero-note-title-size);
    }

    .home-hero__caption {
        font-size: var(--home-hero-caption-size);
    }

    .trust-heading h2 {
        max-width: none;
    }
}

@media (max-width: 1280px) and (min-width: 961px) {
    .container {
        width: min(var(--container), calc(100% - 4.5rem));
    }

    .site-header.is-condensed {
        width: min(calc(100% - 4.1rem), calc(var(--container) + 1.6rem));
    }

    .home-hero__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 1.35rem;
    }

    .home-hero__copy {
        max-width: 34rem;
    }

    .home-hero__media {
        width: min(100%, 28.6rem);
    }

    .home-hero .display-title {
        max-width: 9.4ch;
    }
}

.workflow-card {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.workflow-card__panel {
    --workflow-accent: var(--accent);
    --workflow-surface: rgba(219, 233, 234, 0.88);
    --workflow-card-offset: 0px;
    --workflow-card-lift: 0px;
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.88rem;
    min-height: 0;
    padding: 1.26rem 1.18rem 1.14rem 1.22rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-sm);
    transform: translate3d(0, calc(var(--workflow-card-offset) + var(--workflow-card-lift)), 0);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease, background-color 0.34s ease;
    will-change: transform;
}

.workflow-card__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
    opacity: 0.88;
    pointer-events: none;
}

.workflow-card:nth-child(2) .workflow-card__panel {
    margin-inline-start: 1rem;
}

.workflow-card:nth-child(3) .workflow-card__panel {
    margin-inline-start: 0.38rem;
}

.workflow-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
}

.workflow-card__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 2.95rem;
    height: 2.95rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 18px;
    background: var(--workflow-surface);
    color: var(--workflow-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 rgba(57, 43, 22, 0);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease, background-color 0.38s ease, border-color 0.38s ease;
}

.workflow-card__icon i {
    font-size: 1.18rem;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.workflow-card__label {
    position: relative;
    z-index: 2;
    color: var(--workflow-accent);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.24s ease, letter-spacing 0.24s ease;
}

.workflow-card h3,
.workflow-card p {
    position: relative;
    z-index: 2;
}

.workflow-card h3 {
    max-width: none;
    font-size: clamp(0.98rem, 1.3vw, 1.18rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.workflow-card p {
    max-width: 16rem;
    font-size: 0.97rem;
    line-height: 1.52;
}

.workflow-card--warm .workflow-card__panel {
    --workflow-accent: var(--warm);
    --workflow-surface: rgba(239, 221, 204, 0.92);
}

.workflow-card--cool .workflow-card__panel {
    --workflow-accent: var(--accent);
    --workflow-surface: rgba(219, 233, 234, 0.92);
}

.workflow-card--ink .workflow-card__panel {
    --workflow-accent: var(--workflow-step3-accent);
    --workflow-surface: var(--workflow-step3-surface);
}

.workflow-card__panel:hover,
.workflow-card__panel:focus-within {
    --workflow-card-lift: -0.34rem;
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
}

.workflow-card__panel:hover .workflow-card__icon,
.workflow-card__panel:focus-within .workflow-card__icon {
    transform: translateY(-0.24rem);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 12px 28px rgba(57, 43, 22, 0.08);
}

.workflow-card__panel:hover .workflow-card__label,
.workflow-card__panel:focus-within .workflow-card__label {
    letter-spacing: 0.16em;
}

.service-card--featured:hover .service-card__surface,
.service-card--featured:focus-within .service-card__surface {
    transform: translate3d(0, -0.28rem, 0);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 40px rgba(57, 43, 22, 0.12);
}

.service-card--featured:hover .service-card__badge,
.service-card--featured:focus-within .service-card__badge {
    transform: translateY(-0.18rem);
    border-color: rgba(27, 36, 40, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 12px 24px rgba(57, 43, 22, 0.08);
}

.service-card--featured:hover .service-card__linkmark,
.service-card--featured:focus-within .service-card__linkmark {
    border-color: rgba(184, 117, 71, 0.24);
    background: rgba(239, 221, 204, 0.82);
    color: var(--warm);
    transform: translateX(0.12rem);
}

.service-card--featured:hover .service-card__linkmark i,
.service-card--featured:focus-within .service-card__linkmark i {
    transform: translateX(0.12rem);
}

.service-card--featured:hover .service-card__meta li,
.service-card--featured:focus-within .service-card__meta li {
    border-color: rgba(184, 117, 71, 0.22);
    background: rgba(239, 221, 204, 0.54);
}

.project-card--preview:hover .project-card__surface,
.project-card--preview:focus-within .project-card__surface {
    transform: translate3d(0, -0.28rem, 0);
    border-color: var(--line-strong);
    background: var(--surface);
    box-shadow: 0 22px 40px rgba(57, 43, 22, 0.12);
}

.project-card--preview:hover .project-card__media img,
.project-card--preview:focus-within .project-card__media img {
    transform: scale(1.03);
}

.project-card--preview:hover .project-card__badge,
.project-card--preview:focus-within .project-card__badge {
    background: rgba(255, 253, 249, 0.98);
}

.project-card--preview:hover .project-card__hint i,
.project-card--preview:focus-within .project-card__hint i {
    transform: translateX(0.18rem);
}

.project-card--preview:hover .project-card__hint,
.project-card--preview:focus-within .project-card__hint {
    color: var(--accent-strong);
}

.feature-grid,
.services-grid,
.capability-grid,
.project-grid,
.process-grid {
    display: grid;
    gap: 1.2rem;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-grid--featured {
    gap: 0.88rem;
}

.capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-grid--preview {
    gap: 1rem;
}

.process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card,
.service-card,
.capability-card,
.process-card {
    display: grid;
    align-content: start;
    gap: 0.8rem;
    padding: 1.45rem;
    border-radius: var(--radius-lg);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card--featured {
    position: relative;
    min-height: 0;
    gap: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.service-card__surface {
    position: relative;
    display: grid;
    align-content: start;
    min-height: 11.35rem;
    gap: 0.82rem;
    padding: 1.08rem 1.15rem 1.02rem;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.78);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 10px 22px rgba(57, 43, 22, 0.05);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease, border-color 0.36s ease, background-color 0.36s ease;
    will-change: transform, box-shadow;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.service-card__topline {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.72rem;
}

.service-card__badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 16px;
    background: rgba(239, 221, 204, 0.88);
    color: var(--warm);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease, border-color 0.34s ease, background-color 0.34s ease;
}

.service-card__badge i {
    font-size: 1rem;
    line-height: 1;
}

.service-card__kicker {
    color: var(--warm);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-card__linkmark {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(184, 117, 71, 0.18);
    border-radius: 999px;
    background: rgba(239, 221, 204, 0.48);
    color: var(--warm);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.service-card__linkmark i {
    font-size: 0.82rem;
    line-height: 1;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card--featured h3 {
    max-width: none;
    font-size: clamp(1.12rem, 1.45vw, 1.42rem);
    line-height: 1.02;
    white-space: nowrap;
}

.service-card--featured p {
    max-width: 16rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
    line-height: 1.42;
}

.service-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.service-card__meta li {
    display: inline-flex;
    align-items: center;
    min-height: 1.72rem;
    padding: 0.24rem 0.65rem;
    border: 1px solid rgba(184, 117, 71, 0.16);
    border-radius: 999px;
    background: rgba(239, 221, 204, 0.38);
    color: var(--text);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.feature-card__eyebrow,
.process-card__number,
.page-hero__panel-label,
.point-card__number {
    color: var(--accent-strong);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.project-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.project-card--preview {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.project-card__surface {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.project-card--preview .project-card__surface {
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s ease, border-color 0.34s ease, background-color 0.34s ease;
    will-change: transform, box-shadow;
}

.project-card__media {
    position: relative;
    margin: 0;
    padding: 0.8rem;
    background: var(--surface);
    overflow: hidden;
}

.project-card__media img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    border-radius: calc(var(--radius-lg) - 8px);
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card--preview .project-card__media img {
    height: auto;
    aspect-ratio: 1 / 1;
}

.project-card__badge {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.92);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 700;
}

.project-card__badge--body {
    display: none;
}

.project-card__body {
    display: grid;
    gap: 0.9rem;
    padding: 1.3rem 1.35rem 1.4rem;
}

.project-card__body--preview {
    gap: 0.75rem;
    padding: 1.05rem 1.15rem 1.12rem;
}

.project-card__body--rich {
    gap: 0.85rem;
}

.project-card__summary {
    color: var(--text);
    font-weight: 700;
    line-height: 1.5;
}

.project-card__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 700;
}

.project-card__hint i {
    font-size: 0.76rem;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.chip-list li {
    padding: 0.48rem 0.72rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.page-hero {
    padding-top: clamp(2.6rem, 4vw, 3.8rem);
    padding-bottom: clamp(3rem, 5vw, 4.6rem);
}

.page-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.page-hero__copy {
    display: grid;
    gap: 1.15rem;
    max-width: 40rem;
}

.page-hero__panel {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    max-width: 24rem;
    padding: 1.4rem;
    border-radius: var(--radius-lg);
    justify-self: end;
}

.page-hero__panel strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 1.22rem;
    line-height: 1.2;
}

.contact-hero {
    --contact-hero-space-y: clamp(2.1rem, 4vw, 3.55rem);
    display: grid;
    align-items: center;
    min-height: calc(var(--app-vh) - var(--site-header-height));
    padding-top: var(--contact-hero-space-y);
    padding-bottom: var(--contact-hero-space-y);
}

.contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(18rem, 0.96fr);
    align-items: center;
    gap: clamp(1.6rem, 3vw, 3rem);
    min-height: calc(var(--app-vh) - var(--site-header-height) - (var(--contact-hero-space-y) * 2));
}

.contact-hero__copy {
    display: grid;
    gap: 1rem;
    max-width: 42rem;
}

.contact-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 3.4vw, 3.25rem);
    line-height: 1.02;
}

.contact-hero__copy .lead {
    max-width: 35rem;
}

.contact-hero__actions {
    align-items: center;
}

.contact-hero__actions .button {
    width: auto;
}

.contact-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-hero__chips li {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.8rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.72);
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.contact-hero__panel {
    width: min(100%, 34rem);
    justify-self: end;
}

.contact-hero__panel-shell {
    display: grid;
    gap: 0.95rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: calc(var(--radius-xl) + 2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 253, 249, 0.84) 100%);
    box-shadow: var(--shadow-md);
}

.contact-hero__panel-head {
    display: grid;
    gap: 0.55rem;
}

.contact-hero__panel-head strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.16rem, 1.08rem + 0.46vw, 1.34rem);
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.contact-hero__panel-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.48;
}

.contact-hero__points {
    display: grid;
    gap: 0.72rem;
}

.contact-hero__point {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.78rem;
    padding: 0.88rem 0.92rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.contact-hero__point-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    border-radius: 16px;
    color: var(--accent-strong);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    background: rgba(219, 233, 234, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.contact-hero__point:nth-child(2) .contact-hero__point-index {
    background: rgba(239, 221, 204, 0.88);
    color: var(--warm);
}

.contact-hero__point:nth-child(3) .contact-hero__point-index {
    background: rgba(232, 220, 201, 0.92);
    color: var(--text);
}

.contact-hero__point-copy {
    display: grid;
    gap: 0.22rem;
}

.contact-hero__point-copy h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.08;
}

.contact-hero__point-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.46;
}

.contact-hero__topics {
    display: grid;
    gap: 0.58rem;
}

.contact-hero__topics-label {
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-hero__topics-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-hero__topics-list li {
    display: inline-flex;
    align-items: center;
    min-height: 1.86rem;
    padding: 0.34rem 0.74rem;
    border: 1px solid rgba(41, 76, 85, 0.12);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.84);
    color: var(--accent-strong);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page-hero--services {
    padding-top: clamp(2.35rem, 3.8vw, 3.3rem);
}

.services-hero {
    align-items: center;
}

.services-hero__copy h1 {
    max-width: 12ch;
}

.services-hero__pills {
    margin-top: 0.1rem;
}

.services-hero__visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(10.5rem, 11.8rem);
    gap: 0.9rem;
    align-items: start;
    width: min(100%, 35rem);
    justify-self: end;
}

.services-hero__board {
    grid-row: 1 / span 2;
    min-width: 0;
}

.services-hero__board-shell {
    display: grid;
    gap: 0.95rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: calc(var(--radius-xl) + 2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 253, 249, 0.84) 100%);
    box-shadow: var(--shadow-md);
    will-change: transform;
}

.services-hero__board-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.85rem;
}

.services-hero__board-heading {
    display: grid;
    gap: 0.22rem;
}

.services-hero__board-label {
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.services-hero__board-heading strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
    line-height: 1.14;
}

.services-hero__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.34rem 0.72rem;
    border: 1px solid rgba(61, 105, 115, 0.16);
    border-radius: 999px;
    background: rgba(219, 233, 234, 0.72);
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.services-hero__board-list {
    display: grid;
    gap: 0.72rem;
}

.services-hero__item {
    display: grid;
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.82rem;
    padding: 0.9rem 0.92rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.services-hero__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 18px;
    font-size: 0.98rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.services-hero__item--warm .services-hero__item-icon {
    background: rgba(239, 221, 204, 0.94);
    color: var(--warm);
}

.services-hero__item--cool .services-hero__item-icon {
    background: rgba(219, 233, 234, 0.94);
    color: var(--accent-strong);
}

.services-hero__item--neutral .services-hero__item-icon {
    background: rgba(232, 220, 201, 0.92);
    color: var(--text);
}

.services-hero__item-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.services-hero__item-copy strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 0.98rem;
    line-height: 1.18;
}

.services-hero__item-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.services-hero__board-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.services-hero__board-footer span {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.26rem 0.64rem;
    border: 1px solid rgba(184, 117, 71, 0.16);
    border-radius: 999px;
    background: rgba(239, 221, 204, 0.42);
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.services-hero__insight {
    display: grid;
    gap: 0.34rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-sm);
}

.services-hero__insight span {
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.services-hero__insight strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 0.96rem;
    line-height: 1.2;
}

.services-hero__insight p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.services-hero__insight--warm {
    background: rgba(239, 221, 204, 0.56);
}

.services-hero__insight--warm span {
    color: var(--warm);
}

.editorial-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.editorial-grid--narrow {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.editorial-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
    max-width: 39rem;
}

.editorial-media {
    margin: 0;
    padding: 0.8rem;
    border-radius: var(--radius-xl);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.editorial-media img {
    width: 100%;
    aspect-ratio: 1.05 / 0.86;
    border-radius: calc(var(--radius-xl) - 10px);
    object-fit: cover;
}

.editorial-media img[data-parallax],
.project-card__media img[data-parallax] {
    will-change: transform;
    transform: translate3d(0, 0, 0) scale(1.04);
}

.stacked-points {
    display: grid;
    gap: 1rem;
}

.point-card {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
    border-radius: var(--radius-md);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.point-card h3 {
    margin-bottom: 0.3rem;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    padding: 1.55rem 1.6rem;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.66);
}

.cta-panel > div {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 52rem;
}

.cta-panel__heading {
    max-width: none;
    font-size: clamp(1.82rem, 2.85vw, 2.8rem);
    line-height: 0.98;
    letter-spacing: -0.032em;
}

.cta-panel__line {
    display: block;
    white-space: nowrap;
}

.home-closing-section {
    padding-top: clamp(2.5rem, 4vw, 3.4rem);
    padding-bottom: clamp(2.9rem, 4.6vw, 4rem);
    background: rgba(255, 255, 255, 0.34);
}

.closing-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "copy actions"
        "meta actions";
    gap: 1.2rem 1.8rem;
    align-items: start;
    padding: clamp(1.4rem, 2vw, 1.8rem);
    border: 1px solid rgba(27, 36, 40, 0.1);
    border-radius: calc(var(--radius-xl) + 2px);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 44px rgba(57, 43, 22, 0.08);
    backdrop-filter: blur(16px);
}

.closing-band__copy {
    grid-area: copy;
    display: grid;
    gap: 0.55rem;
    max-width: 38rem;
}

.closing-band__copy h2 {
    max-width: none;
    font-size: clamp(1.68rem, 2.65vw, 2.28rem);
    line-height: 0.98;
    letter-spacing: -0.034em;
}

.closing-band__copy p {
    max-width: 34rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.58;
    color: var(--muted);
}

.closing-band__actions {
    grid-area: actions;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-self: end;
    justify-content: flex-end;
    gap: 0.75rem 1rem;
}

.closing-band__actions .button {
    width: auto;
}

.closing-band__actions .text-link {
    color: var(--warm);
}

.closing-band__meta {
    grid-area: meta;
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.closing-band__meta li {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.55rem 0.92rem;
    border: 1px solid rgba(27, 36, 40, 0.08);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.86);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.contact-layout {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.contact-copy {
    display: grid;
    gap: 1rem;
}

.contact-list {
    display: grid;
    gap: 0.9rem;
}

.contact-card {
    display: grid;
    gap: 0.4rem;
    padding: 1.15rem 1.2rem;
    border-radius: var(--radius-md);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-card__label {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-card strong {
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.contact-form-card {
    padding: 1.4rem;
    border-radius: var(--radius-xl);
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.15rem;
}

.field {
    display: grid;
    gap: 0.45rem;
}

.field--full,
.contact-form__footer {
    grid-column: 1 / -1;
}

.field label {
    font-weight: 700;
}

.field input,
.field select,
.field textarea,
.js .custom-select.is-enhanced .custom-select__trigger {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fffdf9;
    color: var(--text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field input::placeholder,
.field textarea::placeholder {
    color: var(--muted);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(61, 105, 115, 0.14);
}

.field textarea {
    min-height: 11rem;
    resize: vertical;
}

.custom-select {
    position: relative;
    --custom-select-menu-max-height: 18rem;
}

.custom-select__trigger {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.js .custom-select.is-enhanced .custom-select__trigger {
    display: flex;
}

.js .custom-select.is-enhanced .custom-select__native {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
}

.custom-select__trigger:hover {
    border-color: rgba(61, 105, 115, 0.22);
}

.custom-select__trigger:focus-visible,
.custom-select.is-open .custom-select__trigger {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(61, 105, 115, 0.14);
}

.custom-select__trigger-text {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select:not(.has-value) .custom-select__trigger-text {
    color: var(--muted);
}

.custom-select__trigger-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    font-size: 0.86rem;
    line-height: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.22s ease;
}

.custom-select__trigger-caret i {
    display: block;
}

.custom-select.is-open .custom-select__trigger-caret {
    transform: rotate(180deg);
}

.custom-select__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    display: grid;
    gap: 0.28rem;
    padding: 0.48rem;
    border: 1px solid rgba(30, 48, 53, 0.1);
    border-radius: 20px;
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 22px 40px rgba(25, 39, 43, 0.14);
    max-height: var(--custom-select-menu-max-height);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -0.35rem, 0);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 32;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    scrollbar-width: thin;
    scrollbar-color: rgba(61, 105, 115, 0.34) transparent;
}

.custom-select__menu::-webkit-scrollbar {
    width: 0.42rem;
}

.custom-select__menu::-webkit-scrollbar-track {
    background: transparent;
}

.custom-select__menu::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(61, 105, 115, 0.34);
}

.custom-select__menu::-webkit-scrollbar-thumb:hover {
    background: rgba(61, 105, 115, 0.46);
}

.custom-select.is-open .custom-select__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.custom-select.is-open-upward .custom-select__menu {
    top: auto;
    bottom: calc(100% + 0.55rem);
    transform: translate3d(0, 0.35rem, 0);
}

.custom-select.is-open.is-open-upward .custom-select__menu {
    transform: translate3d(0, 0, 0);
}

.custom-select__option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.84rem 0.92rem;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--text);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
    outline: none;
    background: rgba(61, 105, 115, 0.08);
}

.custom-select__option.is-selected {
    background: rgba(61, 105, 115, 0.12);
    box-shadow: inset 0 0 0 1px rgba(61, 105, 115, 0.12);
}

.custom-select__option-mark {
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid rgba(30, 48, 53, 0.16);
    border-radius: 999px;
    background: transparent;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.custom-select__option.is-selected .custom-select__option-mark {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(61, 105, 115, 0.12);
}

.contact-form__footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem 1.25rem;
}

.form-note {
    max-width: 23rem;
    font-size: 0.95rem;
    justify-self: end;
    text-align: right;
}

.site-footer {
    padding: 1.4rem 0 2.6rem;
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-top: 1.35rem;
    border-top: 1px solid var(--line);
}

.brand--footer .brand__mark {
    width: 2.3rem;
    height: 2.3rem;
}

.site-footer__copy {
    margin-top: 0.8rem;
    font-size: 0.92rem;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.15rem;
}

.site-footer__nav a {
    color: var(--muted);
    font-weight: 600;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
    color: var(--text);
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

html.js .reveal {
    opacity: 0;
    transform: translateY(1.8rem);
    transition: opacity 0.38s ease, transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: var(--delay, 0s);
}

html.js .home-hero .reveal {
    transform: translateY(1.15rem);
    transition: opacity 0.48s ease, transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0s);
}

html.js .home-hero .note-card.reveal:not(.is-visible) {
    opacity: 0;
    --note-offset-y: 1.45rem;
    --note-scale: 0.88;
    --note-rotate: calc(var(--note-tilt) * 0.35);
    transform: translate3d(0, var(--note-offset-y), 0) scale(var(--note-scale)) rotate(var(--note-rotate));
    transition: none;
}

html.js .home-hero .note-card.reveal.is-visible {
    opacity: 1;
    --note-offset-y: 0rem;
    --note-scale: 1;
    --note-rotate: var(--note-tilt);
    transform: translate3d(0, var(--note-offset-y), 0) scale(var(--note-scale)) rotate(var(--note-rotate));
    animation: note-card-bounce 0.86s cubic-bezier(0.18, 0.88, 0.24, 1.22) backwards;
    animation-delay: var(--delay, 0s);
    transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

html.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

html.is-changing.is-leaving .transition-site .reveal.is-visible:not(.note-card) {
    animation-name: swup-reveal-exit;
    animation-duration: calc(var(--swup-exit-duration) - (var(--delay, 0s) * var(--swup-exit-stagger)));
    animation-delay: calc(var(--delay, 0s) * var(--swup-exit-stagger));
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

html.is-changing.is-leaving .transition-site .home-hero .note-card.reveal.is-visible {
    animation-name: swup-note-exit;
    animation-duration: calc(var(--swup-exit-duration) - (var(--delay, 0s) * var(--swup-exit-stagger)));
    animation-delay: calc(var(--delay, 0s) * var(--swup-exit-stagger));
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

html.is-changing.is-leaving .transition-site .home-hero__scroll {
    animation-name: swup-scroll-exit;
    animation-duration: calc(var(--swup-exit-duration) * 0.82);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.home-hero .note-card.reveal.is-visible:hover {
    z-index: 5;
    opacity: 1;
    --note-offset-y: -1.3rem;
    --note-scale: 1.09;
    --note-rotate: var(--note-tilt);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 58px rgba(57, 43, 22, 0.18);
}

.home-hero .note-card.reveal.is-visible:hover::after {
    opacity: 1;
    transform: scale(0.985);
}

@keyframes note-card-bounce {
    0% {
        opacity: 0;
        transform: translate3d(0, 1.45rem, 0) scale(0.88) rotate(calc(var(--note-tilt) * 0.35));
    }

    62% {
        opacity: 1;
        transform: translate3d(0, -0.42rem, 0) scale(1.035) rotate(calc(var(--note-tilt) * 1.08));
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(var(--note-tilt));
    }
}

@keyframes swup-reveal-exit {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(1.05rem);
    }
}

@keyframes swup-hero-media-exit {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: none;
    }
}

@keyframes swup-note-exit {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(var(--note-tilt));
    }

    to {
        opacity: 0;
        transform: translate3d(0, 1rem, 0) scale(0.965) rotate(var(--note-tilt));
    }
}

@keyframes swup-scroll-exit {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
        filter: blur(0);
    }

    to {
        opacity: 0;
        transform: translate(-50%, 1rem);
        filter: blur(4px);
    }
}

@keyframes scroll-cue-bob {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.32rem);
    }
}

@media (max-width: 1100px) {
    .contact-hero__grid {
        grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
        align-items: start;
    }

    .contact-hero__panel {
        width: 100%;
        justify-self: start;
    }

    .home-hero__grid,
    .page-hero__grid,
    .editorial-grid,
    .contact-layout,
    .feature-grid,
    .services-grid,
    .capability-grid,
    .project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero__grid,
    .page-hero__grid,
    .editorial-grid,
    .contact-layout {
        align-items: start;
    }

    .services-grid--featured {
        grid-template-columns: 1fr;
    }

    .service-card--featured p {
        width: 100%;
        max-width: none;
    }

    .home-hero__media {
        justify-items: start;
        min-height: 0;
    }

    .page-hero__panel {
        justify-self: start;
    }

    .services-hero {
        align-items: start;
    }

    .services-hero__visual {
        justify-self: start;
    }

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

@media (max-width: 1100px) and (min-width: 961px) {
    .home-hero__grid {
        align-items: center;
    }

    .home-hero__copy {
        align-self: center;
        padding-inline: clamp(0.5rem, 1.4vw, 0.9rem);
    }

    .home-hero__media {
        align-self: center;
        width: min(100%, 28.25rem);
        justify-self: end;
    }

    .note-card--middle {
        right: -0.5%;
        max-width: 10.9rem;
    }

    .project-grid--preview {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .project-card--preview .project-card__surface {
        grid-template-columns: clamp(12.4rem, 24vw, 13.8rem) minmax(0, 1fr);
        align-items: stretch;
        min-height: 0;
    }

    .project-card--preview .project-card__media {
        align-self: center;
        height: auto;
        padding: 0.72rem;
    }

    .project-card--preview .project-card__media img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .project-card__body--preview {
        align-content: center;
        padding: 1.28rem 1.38rem 1.28rem 1.18rem;
    }

    .project-card__hint {
        margin-top: auto;
    }
}

@media (max-height: 860px) and (min-width: 961px) {
    .home-hero {
        --home-hero-space-y: 0.9rem;
        --home-hero-media-height: clamp(17rem, 42svh, 21.75rem);
        --home-hero-scroll-space: clamp(3.1rem, 5.4svh, 3.9rem);
        --home-hero-title-size: clamp(2.35rem, 1.95rem + 1.8vmin, 3.45rem);
        --home-hero-lead-size: clamp(0.98rem, 0.9rem + 0.18vmin, 1.05rem);
        --home-hero-button-height: clamp(3rem, 2.8rem + 0.5vmin, 3.35rem);
        --home-hero-note-width: clamp(9.8rem, 8.7rem + 1.6vmin, 11.4rem);
    }

    .home-hero__copy {
        gap: 0.72rem;
    }

    .home-hero .section-actions {
        gap: 0.72rem;
    }

    .home-hero .display-title {
        line-height: 1.01;
    }

    .home-hero .lead {
        line-height: 1.54;
    }

    .home-hero__caption {
        margin-top: 0.35rem;
    }
}

@media (max-width: 960px) {
    :root {
        --site-header-height: 4.3rem;
    }

    .brand__text span {
        display: none;
    }

    .home-section--viewport {
        display: block;
        min-height: auto;
    }

    .home-hero {
        display: block;
        min-height: auto;
        padding-top: 2.2rem;
        padding-bottom: 3rem;
    }

    body.menu-open {
        overflow: hidden;
    }

    .site-header.is-condensed {
        top: 0.65rem;
        width: calc(100% - 1rem);
        border-radius: var(--radius-lg);
    }

    .site-header__inner {
        min-height: 4.3rem;
        justify-content: space-between;
    }

    .menu-toggle {
        display: none;
    }

    .site-nav {
        position: static;
        margin-left: auto;
        width: auto;
        min-width: 0;
        max-width: none;
        padding: 0;
        max-height: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transform: none;
        transition: none;
    }

    .site-nav__list {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 0.18rem;
        width: auto;
    }

    .site-nav__link {
        justify-content: center;
        min-height: 2.35rem;
        padding: 0.45rem 0.62rem;
        border-radius: 999px;
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .site-header__actions {
        display: flex;
        margin-left: 0.12rem;
    }

    .site-header__actions .button {
        display: none;
    }

    .theme-toggle {
        --theme-toggle-thumb-size: 1.58rem;
        --theme-toggle-shift: 1.56rem;
        width: 3.46rem;
        height: 2.06rem;
    }

    .theme-toggle__icon {
        width: 1.58rem;
        height: 1.58rem;
        font-size: 0.74rem;
    }

    .site-header.is-home-top .theme-toggle {
        border-color: rgba(255, 250, 242, 0.34);
        background: linear-gradient(180deg, rgba(8, 12, 14, 0.62) 0%, rgba(10, 14, 17, 0.48) 100%);
        color: rgba(255, 250, 242, 0.96);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(18px) saturate(150%);
        -webkit-backdrop-filter: blur(18px) saturate(150%);
    }

    .site-header.is-home-top .theme-toggle__icon {
        color: rgba(255, 250, 242, 0.82);
    }

    .site-header.is-home-top .theme-toggle__thumb {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    }

    :root[data-theme="dark"] .site-header.is-home-top .theme-toggle__icon--sun {
        color: rgba(255, 250, 242, 0.72);
    }

    :root[data-theme="dark"] .site-header.is-home-top .theme-toggle__icon--moon {
        color: #081114;
    }

    .contact-hero__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .home-hero__grid,
    .page-hero__grid,
    .editorial-grid,
    .contact-layout,
    .workflow-grid,
    .feature-grid,
    .services-grid,
    .services-grid--compact,
    .capability-grid,
    .project-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .home-hero__grid,
    .page-hero__grid,
    .editorial-grid,
    .contact-layout {
        gap: 1.25rem;
    }

    .display-title,
    h1 {
        max-width: 100%;
    }

    .home-hero__copy,
    .page-hero__copy,
    .contact-hero__copy,
    .editorial-copy,
    .workflow-intro {
        max-width: none;
    }

    .services-hero__copy h1 {
        max-width: none;
    }

    .contact-hero__copy {
        justify-items: center;
        gap: 0.82rem;
        text-align: center;
    }

    .contact-hero__copy h1,
    .contact-hero__copy .lead {
        width: 100%;
        max-width: none;
    }

    .contact-hero__copy h1 {
        font-size: clamp(2rem, 7vw, 2.7rem);
        line-height: 1.04;
    }

    .contact-hero__actions,
    .contact-hero__chips {
        justify-content: center;
    }

    .contact-hero__panel {
        width: 100%;
        justify-self: stretch;
    }

    .contact-hero__panel-shell {
        padding: 1rem;
    }

    .services-hero__visual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        justify-self: stretch;
    }

    .services-hero__board {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .services-heading__line,
    .trust-heading__line,
    .workflow-card h3,
    .service-card--featured h3 {
        white-space: normal;
    }

    .service-card--featured {
        min-height: 0;
    }

    .service-card__surface {
        min-height: 0;
    }

    .project-grid--preview {
        gap: 0.9rem;
    }

    .project-card--preview .project-card__surface {
        grid-template-columns: clamp(8.8rem, 30vw, 11rem) minmax(0, 1fr);
        align-items: stretch;
        min-height: 0;
    }

    .project-card--preview .project-card__media {
        display: grid;
        align-content: start;
        gap: 0.48rem;
        align-self: center;
        height: auto;
        padding: 0.68rem;
    }

    .project-card--preview .project-card__media img {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .project-card__badge--media {
        display: none;
    }

    .project-card__badge--body {
        display: inline-flex;
        align-items: center;
        justify-self: start;
        position: static;
        top: auto;
        left: auto;
        min-height: 1.86rem;
        max-width: 100%;
        padding: 0.36rem 0.72rem;
        border: 1px solid rgba(41, 76, 85, 0.16);
        background: rgba(255, 253, 249, 0.94);
        color: rgba(41, 76, 85, 0.92);
        font-size: 0.72rem;
        letter-spacing: 0.02em;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
    }

    .project-card__body--preview {
        align-content: center;
        padding: 1rem 1.08rem 1rem 0.98rem;
    }

    .project-card__hint {
        margin-top: auto;
    }

    .cta-panel > div {
        max-width: none;
    }

    .cta-panel {
        flex-wrap: wrap;
        align-items: start;
    }

    .closing-band {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "actions"
            "meta";
        align-items: start;
    }

    .closing-band__actions {
        justify-self: center;
        justify-content: center;
    }

    .closing-band__actions .button {
        width: auto;
        min-width: min(100%, 16.5rem);
    }

    .home-closing-section .closing-band__meta {
        display: none;
    }

    .workflow-card p {
        max-width: none;
    }

    .workflow-overview {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        width: min(var(--container), calc(100% - 2rem));
    }

    .workflow-section.home-section--viewport {
        --workflow-section-space-y: clamp(2.35rem, 6vw, 3.4rem);
        padding-block: var(--workflow-section-space-y);
    }

    .section-heading,
    .services-heading__intro,
    .cases-preview-heading__intro,
    .page-hero__copy,
    .editorial-copy,
    .closing-band__copy,
    .contact-copy {
        gap: 0.82rem;
    }

    .workflow-intro {
        position: static;
        max-width: none;
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        align-items: start;
        gap: 0.82rem 1.8rem;
    }

    .workflow-intro > .eyebrow {
        grid-column: 1 / -1;
    }

    .workflow-intro h2 {
        grid-column: 1;
    }

    .workflow-intro p {
        grid-column: 2;
        max-width: none;
    }

    .workflow-intro p {
        margin: 0;
    }

    .workflow-intro__chips {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        justify-self: center;
        margin-top: 0.15rem;
    }

    .workflow-intro h2,
    .cases-preview-heading__intro h2 {
        max-width: none;
    }

    .workflow-grid {
        max-width: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .workflow-card:nth-child(2) .workflow-card__panel,
    .workflow-card:nth-child(3) .workflow-card__panel {
        margin-inline-start: 0;
    }

    .workflow-card,
    .workflow-card__panel {
        height: 100%;
    }

    .media-window {
        width: 100%;
    }

    .media-window__image {
        height: auto;
        aspect-ratio: 1 / 0.9;
    }

    .home-hero__scroll {
        display: none;
    }

    .note-card {
        position: static;
        width: 100%;
        max-width: none;
    }

    .home-hero__media {
        width: 100%;
        justify-items: start;
        justify-self: stretch;
        gap: 0.85rem;
    }

    .home-hero__caption {
        justify-self: start;
        margin-top: 0;
    }

    .page-hero__panel {
        width: 100%;
        max-width: none;
    }

    .trust-heading {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        align-items: end;
        gap: 0.82rem 1.8rem;
    }

    .trust-heading p {
        max-width: none;
        justify-self: stretch;
        padding-bottom: 0.1rem;
    }

    .contact-form__footer {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .form-note {
        justify-self: start;
        max-width: none;
        text-align: left;
    }

    .closing-band__meta li {
        flex: 1 1 12rem;
        justify-content: center;
    }

    .site-footer__inner {
        align-items: start;
        flex-wrap: wrap;
    }

    .site-footer nav {
        width: 100%;
    }

    .site-footer__nav {
        justify-content: flex-start;
    }

    .media-window__badge,
    .project-card__badge,
    .contact-card strong,
    .page-hero__panel strong,
    .form-note {
        overflow-wrap: anywhere;
    }

    .project-card__badge {
        max-width: calc(100% - 2.8rem);
    }

    html.is-changing.is-leaving .transition-site .home-hero__media .media-window.reveal.is-visible {
        animation-name: swup-hero-media-exit;
        animation-duration: calc(var(--swup-exit-duration) * 0.82);
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    .home-hero {
        min-height: var(--app-vh);
        margin-top: calc(var(--site-header-height) * -1);
        padding-top: 0;
        padding-bottom: 0;
        background: var(--page-bg);
    }

    .home-hero__grid {
        position: relative;
        max-width: none;
        width: 100%;
        width: 100vw;
        min-height: var(--app-vh);
        margin-inline: calc(50% - 50vw);
        padding: calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 0.9rem) 1rem 1rem;
        border-radius: 0;
        overflow: hidden;
        align-items: center;
        justify-items: center;
        gap: 0;
        isolation: isolate;
    }

    .home-hero__grid::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: var(--page-bg);
        pointer-events: none;
        z-index: 3;
    }

    .home-hero__copy {
        --home-hero-copy-base-shift: -1.35rem;
        position: relative;
        z-index: 2;
        align-content: center;
        justify-items: center;
        gap: 0.85rem;
        width: 100%;
        max-width: none;
        margin: auto;
        padding-inline: 0.15rem;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        transform: translate3d(0, var(--home-hero-copy-base-shift), 0);
        will-change: transform;
    }

    .home-hero__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        gap: 0;
        pointer-events: none;
    }

    .home-hero .media-window {
        position: absolute;
        inset: 0;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-hero .media-window::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: clamp(2.2rem, 6vh, 3.6rem);
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(247, 241, 232, 0) 0%,
            rgba(247, 241, 232, 0.16) 36%,
            rgba(247, 241, 232, 0.48) 68%,
            rgba(247, 241, 232, 0.84) 88%,
            var(--page-bg) 100%
        );
    }

    .home-hero .media-window__badge,
    .home-hero__caption {
        display: none;
    }

    .home-hero .media-window__image {
        display: block;
        width: 100%;
        height: 100%;
        min-height: var(--app-vh);
        aspect-ratio: auto;
        border-radius: 0;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.88) brightness(0.33);
    }

    .home-hero__scroll {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 2.1rem);
        z-index: 5;
        display: inline-grid;
        color: rgba(255, 250, 242, 0.92);
        opacity: var(--home-hero-scroll-opacity, 1);
        will-change: transform, opacity;
    }

    html.js .home-hero__scroll {
        transform: translate(-50%, calc(0.95rem + var(--home-hero-scroll-shift, 0px)));
    }

    html.js.site-ready.home-hero-scroll-ready .home-hero__scroll {
        opacity: var(--home-hero-scroll-opacity, 1);
        transform: translate(-50%, var(--home-hero-scroll-shift, 0px));
    }

    .home-hero__scroll-label {
        color: inherit;
        text-shadow: 0 4px 16px rgba(7, 11, 13, 0.3);
    }

    .home-hero__scroll-icon {
        border-color: rgba(255, 250, 242, 0.2);
        background: rgba(17, 24, 27, 0.34);
        color: #fffaf2;
        box-shadow: 0 12px 28px rgba(7, 11, 13, 0.16);
    }

    .home-hero__scroll:hover .home-hero__scroll-icon,
    .home-hero__scroll:focus-visible .home-hero__scroll-icon {
        border-color: rgba(255, 250, 242, 0.3);
        background: rgba(17, 24, 27, 0.5);
    }

    .home-hero .eyebrow,
    .home-hero .lead {
        color: rgba(255, 250, 242, 0.84);
    }

    .home-hero .display-title {
        width: 100%;
        max-width: none;
        color: #fffaf2;
        font-size: clamp(2.15rem, 9.1vw, 3.05rem);
        line-height: 1.18;
        text-shadow: 0 10px 24px rgba(7, 11, 13, 0.34);
    }

    .home-hero .text-warm {
        color: #ffd7b8;
    }

    .home-hero .text-cool {
        color: #c6e7ee;
    }

    .home-hero .lead {
        max-width: 100%;
        margin-inline: auto;
        text-shadow: 0 6px 18px rgba(7, 11, 13, 0.26);
    }

    .home-hero .section-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 23rem);
        gap: 0.72rem;
        justify-content: center;
    }

    .home-hero .button {
        width: 100%;
    }

    .home-hero .button--primary {
        background: #fffaf2;
        color: #1b2428;
        box-shadow: 0 14px 28px rgba(7, 11, 13, 0.18);
    }

    .home-hero .button--secondary {
        border-color: rgba(255, 250, 242, 0.24);
        background: rgba(17, 24, 27, 0.42);
        color: #fffaf2;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .home-hero .note-card {
        display: none;
    }
}

@media (max-width: 720px) {
    :root {
        --site-header-height: 4.15rem;
    }

    .workflow-grid {
        grid-template-columns: 1fr;
    }

    .container {
        width: min(var(--container), calc(100% - 1.2rem));
    }

    .workflow-overview {
        width: min(var(--container), calc(100% - 1.2rem));
    }

    .workflow-section.home-section--viewport {
        --workflow-section-space-y: clamp(2.1rem, 8vw, 3rem);
        padding-block: var(--workflow-section-space-y);
    }

    .site-header__inner {
        min-height: 4.15rem;
    }

    .site-header.is-condensed {
        top: 0.5rem;
        width: calc(100% - 0.8rem);
        border-radius: var(--radius-md);
    }

    .brand__text span {
        display: none;
    }

    .brand {
        gap: 0.68rem;
    }

    .brand__text strong {
        font-size: 0.88rem;
    }

    .site-nav {
        margin-left: auto;
    }

    .site-nav__link {
        min-height: 2.2rem;
        padding: 0.4rem 0.55rem;
        font-size: 0.84rem;
    }

    .section {
        padding: 3.25rem 0;
    }

    .page-hero {
        padding-top: 2.35rem;
        padding-bottom: 2.7rem;
    }

    .home-hero {
        min-height: var(--app-vh);
        margin-top: calc(var(--site-header-height) * -1);
        padding-top: 0;
        padding-bottom: 0;
        background: var(--page-bg);
    }

    .home-hero__grid {
        position: relative;
        max-width: none;
        width: 100%;
        width: 100vw;
        min-height: var(--app-vh);
        margin-inline: calc(50% - 50vw);
        padding: calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 0.9rem) 1rem 1rem;
        border-radius: 0;
        overflow: hidden;
        align-items: center;
        justify-items: center;
        gap: 0;
        isolation: isolate;
    }

    .home-hero__grid::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: var(--page-bg);
        pointer-events: none;
        z-index: 3;
    }

    .home-hero__copy {
        --home-hero-copy-base-shift: -1.35rem;
        position: relative;
        z-index: 2;
        align-content: center;
        justify-items: center;
        gap: 0.85rem;
        width: 100%;
        max-width: none;
        margin: auto;
        padding-inline: 0.15rem;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        transform: translate3d(0, var(--home-hero-copy-base-shift), 0);
        will-change: transform;
    }

    .home-hero__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        gap: 0;
        pointer-events: none;
    }

    .home-hero .media-window {
        position: absolute;
        inset: 0;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-hero .media-window::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: clamp(2.2rem, 6vh, 3.6rem);
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(247, 241, 232, 0) 0%,
            rgba(247, 241, 232, 0.16) 36%,
            rgba(247, 241, 232, 0.48) 68%,
            rgba(247, 241, 232, 0.84) 88%,
            var(--page-bg) 100%
        );
    }

    .home-hero .media-window__badge,
    .home-hero__caption {
        display: none;
    }

    .home-hero .media-window__image {
        display: block;
        width: 100%;
        height: 100%;
        min-height: var(--app-vh);
        aspect-ratio: auto;
        border-radius: 0;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.88) brightness(0.33);
    }

    .home-hero__scroll {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 2.1rem);
        z-index: 5;
        display: inline-grid;
        color: rgba(255, 250, 242, 0.92);
        opacity: var(--home-hero-scroll-opacity, 1);
        will-change: transform, opacity;
    }

    html.js .home-hero__scroll {
        transform: translate(-50%, calc(0.95rem + var(--home-hero-scroll-shift, 0px)));
    }

    html.js.site-ready.home-hero-scroll-ready .home-hero__scroll {
        opacity: var(--home-hero-scroll-opacity, 1);
        transform: translate(-50%, var(--home-hero-scroll-shift, 0px));
    }

    .home-hero__scroll-label {
        color: inherit;
        text-shadow: 0 4px 16px rgba(7, 11, 13, 0.3);
    }

    .home-hero__scroll-icon {
        border-color: rgba(255, 250, 242, 0.2);
        background: rgba(17, 24, 27, 0.34);
        color: #fffaf2;
        box-shadow: 0 12px 28px rgba(7, 11, 13, 0.16);
    }

    .home-hero__scroll:hover .home-hero__scroll-icon,
    .home-hero__scroll:focus-visible .home-hero__scroll-icon {
        border-color: rgba(255, 250, 242, 0.3);
        background: rgba(17, 24, 27, 0.5);
    }

    .home-hero .eyebrow,
    .home-hero .lead {
        color: rgba(255, 250, 242, 0.84);
    }

    .home-hero .display-title {
        width: 100%;
        max-width: none;
        color: #fffaf2;
        font-size: clamp(2.15rem, 9.1vw, 3.05rem);
        line-height: 1.18;
        text-shadow: 0 10px 24px rgba(7, 11, 13, 0.34);
    }

    .home-hero .text-warm {
        color: #ffd7b8;
    }

    .home-hero .text-cool {
        color: #c6e7ee;
    }

    .home-hero .lead {
        max-width: 100%;
        margin-inline: auto;
        text-shadow: 0 6px 18px rgba(7, 11, 13, 0.26);
    }

    .home-hero .section-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 23rem);
        gap: 0.72rem;
        justify-content: center;
    }

    .home-hero .button {
        width: 100%;
    }

    .home-hero .button--primary {
        background: #fffaf2;
        color: #1b2428;
        box-shadow: 0 14px 28px rgba(7, 11, 13, 0.18);
    }

    .home-hero .button--secondary {
        border-color: rgba(255, 250, 242, 0.24);
        background: rgba(17, 24, 27, 0.42);
        color: #fffaf2;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .home-hero .note-card {
        display: none;
    }

    .workflow-section.home-section--viewport {
        position: relative;
        z-index: 2;
        margin-top: 0;
        padding-top: var(--workflow-section-space-y);
    }

    .workflow-section.home-section--viewport.home-section--alt {
        background: linear-gradient(
            180deg,
            var(--page-bg) 0%,
            var(--page-bg) 0.4rem,
            rgba(249, 245, 239, 0.98) 2.35rem,
            rgba(255, 255, 255, 0.4) 6.5rem,
            rgba(255, 255, 255, 0.4) 100%
        );
    }

    .workflow-intro__chips {
        display: none;
    }

    .contact-hero__actions {
        display: grid;
        width: 100%;
    }

    .contact-hero__actions .button {
        width: 100%;
    }

    .contact-hero__chips {
        gap: 0.45rem;
    }

    .contact-hero__chips li {
        font-size: 0.74rem;
    }

    .contact-hero__panel-shell {
        gap: 0.82rem;
        padding: 0.92rem;
    }

    .contact-hero__point {
        gap: 0.68rem;
        padding: 0.82rem 0.84rem;
        border-radius: 20px;
    }

    .contact-hero__point-index {
        min-width: 2.2rem;
        height: 2.2rem;
        border-radius: 14px;
        font-size: 0.72rem;
    }

    .contact-hero__point-copy h3 {
        font-size: 0.96rem;
    }

    .contact-hero__point-copy p {
        font-size: 0.84rem;
    }

    .contact-hero__topics-list li {
        font-size: 0.72rem;
    }

    .display-title {
        font-size: clamp(2.45rem, 10.6vw, 3.55rem);
        line-height: 1.03;
    }

    h1 {
        font-size: clamp(2.5rem, 11vw, 3.75rem);
    }

    .lead {
        font-size: 1rem;
    }

    .section-heading {
        margin-bottom: 1.65rem;
    }

    .section-heading--split {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
        gap: 0.9rem;
    }

    .services-heading,
    .cases-preview-heading {
        width: 100%;
        justify-items: stretch;
        justify-content: stretch;
        align-items: center;
        gap: 0.85rem;
    }

    .services-heading {
        gap: 0.82rem;
    }

    .section-heading,
    .workflow-intro,
    .page-hero__copy,
    .editorial-copy,
    .closing-band__copy,
    .services-heading__intro,
    .services-heading__aside,
    .cases-preview-heading__intro,
    .cases-preview-heading__aside,
    .cta-panel > div {
        justify-items: center;
        text-align: center;
    }

    .workflow-intro,
    .trust-heading {
        grid-template-columns: 1fr;
        gap: 0.82rem;
    }

    .workflow-intro > .eyebrow,
    .workflow-intro h2,
    .workflow-intro p,
    .workflow-intro__chips {
        grid-column: auto;
    }

    .workflow-intro h2,
    .workflow-intro p,
    .trust-heading h2,
    .trust-heading p {
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .trust-heading p {
        justify-self: stretch;
    }

    .services-heading__intro,
    .services-heading__aside,
    .cases-preview-heading__intro,
    .cases-preview-heading__aside {
        width: 100%;
        max-width: none;
        justify-items: stretch;
        margin-inline: auto;
    }

    .services-heading__intro {
        gap: 0.82rem;
    }

    .services-heading__intro > .eyebrow,
    .cases-preview-heading__intro > .eyebrow {
        justify-self: center;
        text-align: center;
    }

    .services-heading__aside {
        padding-bottom: 0;
    }

    .services-section .services-heading__aside p,
    .services-heading__aside p,
    .cases-preview-heading__aside p {
        width: 100%;
        max-width: none;
        margin: 0;
        justify-self: stretch;
        margin-inline: auto;
    }

    .contact-copy > .eyebrow,
    .contact-copy > h2,
    .contact-copy > p {
        justify-self: center;
        text-align: center;
    }

    .section-actions,
    .cta-panel,
    .closing-band,
    .site-footer__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .closing-band {
        display: grid;
        gap: 1rem;
        padding: 1.15rem;
    }

    .closing-band__copy h2 {
        font-size: clamp(1.44rem, 6.2vw, 1.92rem);
        line-height: 1.08;
    }

    .closing-band__actions {
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    .closing-band__actions .button,
    .closing-band__actions .text-link {
        width: auto;
        justify-content: center;
    }

    .closing-band__actions .button {
        min-width: min(100%, 15.75rem);
    }

    .closing-band__meta {
        gap: 0.55rem;
    }

    .closing-band__meta li {
        width: 100%;
        justify-content: center;
    }

    .button {
        width: 100%;
    }

    .workflow-grid {
        gap: 0.82rem;
    }

    .workflow-intro {
        gap: 0.82rem;
    }

    .workflow-card__panel {
        margin-inline-start: 0;
        padding: 1.18rem 1.2rem 1.12rem;
    }

    .services-heading__intro h2 {
        width: 100%;
        max-width: none;
        justify-self: stretch;
        font-size: clamp(2.05rem, 9vw, 2.9rem);
    }

    .cases-preview-heading__intro h2 {
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .service-card--featured {
        padding: 0;
    }

    .service-card__surface {
        padding: 1rem 1rem 0.96rem;
    }

    .service-card--featured h3,
    .workflow-card h3 {
        line-height: 1.12;
    }

    .cta-panel__heading {
        font-size: clamp(1.62rem, 7.2vw, 2.35rem);
    }

    .cta-panel__line {
        white-space: normal;
    }

    .service-card__topline {
        gap: 0.7rem;
    }

    .services-hero__visual {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .services-hero__board-shell {
        padding: 0.86rem;
    }

    .services-hero__board-heading strong {
        font-size: 0.98rem;
    }

    .services-hero__status {
        padding-inline: 0.62rem;
    }

    .services-hero__item {
        grid-template-columns: 2.6rem minmax(0, 1fr);
        gap: 0.72rem;
        padding: 0.82rem 0.84rem;
    }

    .services-hero__item-icon {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 16px;
    }

    .services-hero__insight {
        padding: 0.9rem;
    }

    .service-card__badge {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 16px;
    }

    .service-card__linkmark {
        right: 0.95rem;
        width: 2rem;
        height: 2rem;
    }

    .media-window {
        padding: 0.7rem;
        border-radius: 28px;
    }

    .media-window__image {
        aspect-ratio: 1 / 0.9;
        border-radius: 22px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-card h3 {
        max-width: none;
    }

    .trust-heading__line {
        white-space: normal;
    }

    .media-window__badge {
        top: 0.85rem;
        right: 0.85rem;
        min-height: 2.1rem;
        padding: 0.38rem 0.78rem;
        font-size: 0.76rem;
    }

    .feature-card,
    .service-card:not(.service-card--featured),
    .capability-card,
    .process-card,
    .contact-card,
    .contact-form-card,
    .page-hero__panel,
    .point-card,
    .cta-panel {
        padding: 1.2rem;
    }

    .project-card__body {
        padding: 1.15rem 1.2rem 1.25rem;
    }

    .project-card__media {
        padding: 0.68rem;
    }

    .project-card__badge {
        top: 1rem;
        left: 1rem;
        max-width: calc(100% - 2rem);
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .site-footer nav {
        width: 100%;
    }

    .site-footer__nav {
        display: flex;
        gap: 0.7rem 1rem;
    }
}

@media (max-width: 560px) {
    .site-header__inner {
        gap: 0.45rem;
    }

    .brand__text strong {
        font-size: 0.84rem;
    }

    .menu-toggle {
        width: 2.75rem;
        height: 2.75rem;
    }

    .theme-toggle {
        --theme-toggle-thumb-size: 1.44rem;
        --theme-toggle-shift: 1.3rem;
        width: 3.06rem;
        height: 1.82rem;
        padding: 0.14rem;
    }

    .theme-toggle__icon {
        width: 1.44rem;
        height: 1.44rem;
        font-size: 0.68rem;
    }

    .display-title {
        font-size: clamp(2.15rem, 10.5vw, 2.95rem);
    }

    h1 {
        font-size: clamp(2.15rem, 10.8vw, 3.05rem);
    }

    .home-hero__grid {
        min-height: var(--app-vh);
        padding: calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 0.82rem) 0.82rem 0.82rem;
    }

    .home-hero__copy {
        --home-hero-copy-base-shift: -1.1rem;
        gap: 0.72rem;
        width: 100%;
        max-width: none;
        padding-inline: 0.1rem;
        padding-top: 0;
    }

    .home-hero .section-actions {
        width: min(100%, 20rem);
        gap: 0.6rem;
    }

    .home-hero .display-title {
        font-size: clamp(1.9rem, 8.8vw, 2.55rem);
        line-height: 1.2;
    }

    .home-hero .media-window {
        padding: 0;
        border-radius: 0;
    }

    .home-hero .media-window__badge {
        display: none;
    }

    .home-hero .media-window__image {
        aspect-ratio: auto;
        border-radius: 0;
    }

    .home-hero__scroll {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 1.65rem);
        gap: 0.32rem;
    }

    .home-hero__scroll-label {
        font-size: 0.68rem;
    }

    .home-hero__scroll-icon {
        width: 2.65rem;
        height: 2.65rem;
    }

    .feature-card,
    .service-card:not(.service-card--featured),
    .capability-card,
    .process-card,
    .contact-card,
    .contact-form-card,
    .page-hero__panel,
    .point-card,
    .cta-panel,
    .closing-band {
        padding: 1rem;
    }

    .project-card__body {
        gap: 0.72rem;
        padding: 1rem;
    }

    .project-card--preview .project-card__surface {
        grid-template-columns: clamp(6.9rem, 31vw, 8.25rem) minmax(0, 1fr);
    }

    .project-card--preview .project-card__media {
        display: grid;
        align-content: start;
        gap: 0.42rem;
        padding: 0.58rem;
    }

    .project-card__badge--body {
        min-height: 1.78rem;
        padding: 0.34rem 0.68rem;
        font-size: 0.7rem;
    }

    .project-card__body--preview {
        gap: 0.58rem;
        padding: 0.9rem 0.94rem 0.9rem 0.82rem;
    }

    .project-card__summary {
        font-size: 1rem;
        line-height: 1.18;
    }

    .project-card__body--preview p {
        font-size: 0.84rem;
        line-height: 1.42;
    }

    .project-card__hint {
        font-size: 0.74rem;
    }

    .field input,
    .field select,
    .field textarea,
    .js .custom-select.is-enhanced .custom-select__trigger {
        padding: 0.88rem 0.92rem;
        border-radius: 16px;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

:root[data-theme="light"] {
    color-scheme: light;
}

:root[data-theme="dark"] {
    color-scheme: dark;
    --page-bg: #0b1114;
    --page-tint: #10181c;
    --surface: #121b20;
    --surface-muted: #172228;
    --surface-strong: #1c2a31;
    --surface-cool: #14252c;
    --text: #edf3f4;
    --muted: #93a7ae;
    --accent: #72c5d2;
    --accent-strong: #a1e2eb;
    --accent-soft: rgba(114, 197, 210, 0.16);
    --workflow-step3-accent: #9dd8b0;
    --workflow-step3-surface: rgba(94, 154, 114, 0.16);
    --warm: #f2b27f;
    --warm-soft: rgba(242, 178, 127, 0.16);
    --cool: #9ec1cb;
    --cool-soft: rgba(158, 193, 203, 0.16);
    --line: rgba(237, 243, 244, 0.1);
    --line-strong: rgba(237, 243, 244, 0.18);
    --header-bg: rgba(11, 17, 20, 0.72);
    --header-bg-floating: rgba(14, 22, 26, 0.8);
    --header-border: rgba(237, 243, 244, 0.08);
    --header-highlight: rgba(255, 255, 255, 0.06);
    --button-primary-bg: #7ed3dd;
    --button-primary-text: #081114;
    --shadow-sm: 0 12px 28px rgba(0, 0, 0, 0.28);
    --shadow-md: 0 20px 42px rgba(0, 0, 0, 0.34);
    --shadow-lg: 0 32px 64px rgba(0, 0, 0, 0.42);
    --scrollbar-thumb: rgba(126, 211, 221, 0.34);
    --scrollbar-thumb-hover: rgba(126, 211, 221, 0.52);
    --scrollbar-arrow: #8edbe6;
    --scrollbar-arrow-hover: #edf3f4;
}

:root[data-theme="dark"] body {
    background:
        radial-gradient(circle at top, rgba(114, 197, 210, 0.14), transparent 28rem),
        linear-gradient(180deg, rgba(17, 26, 31, 0.94) 0%, rgba(11, 17, 20, 1) 55%);
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238edbe6' d='M8 5.1 3.2 9.9h9.6z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238edbe6' d='m8 10.9 4.8-4.8H3.2z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238edbe6' d='M5.1 8 9.9 3.2v9.6z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238edbe6' d='m10.9 8-4.8 4.8V3.2z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23edf3f4' d='M8 5.1 3.2 9.9h9.6z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23edf3f4' d='m8 10.9 4.8-4.8H3.2z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23edf3f4' d='M5.1 8 9.9 3.2v9.6z'/%3E%3C/svg%3E");
}

html[data-theme="dark"]::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23edf3f4' d='m10.9 8-4.8 4.8V3.2z'/%3E%3C/svg%3E");
}

:root[data-theme="dark"] .section--tint {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.012) 100%);
}

:root[data-theme="dark"] :is(.home-section--alt, .home-closing-section) {
    background: rgba(255, 255, 255, 0.028);
}

:root[data-theme="dark"] .site-header {
    --header-title-color: var(--text);
    --header-subtitle-color: var(--muted);
    --header-link-color: var(--muted);
    --header-link-hover-color: var(--text);
    --header-link-hover-bg: rgba(255, 255, 255, 0.06);
    --header-menu-color: var(--text);
    --header-title-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .site-header.is-home-top {
    --header-title-color: #f8fcfc;
    --header-subtitle-color: rgba(248, 252, 252, 0.84);
    --header-link-color: rgba(248, 252, 252, 0.84);
    --header-link-hover-color: #f8fcfc;
    --header-link-hover-bg: rgba(248, 252, 252, 0.08);
    --header-menu-color: #f8fcfc;
    --header-title-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

:root[data-theme="dark"] .site-header.is-condensed {
    border-color: var(--header-border);
    background: var(--header-bg-floating);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32), inset 0 1px 0 var(--header-highlight);
}

:root[data-theme="dark"] .site-header__actions .button--primary {
    background-image: linear-gradient(120deg, var(--button-primary-bg) 0%, var(--accent) 48%, var(--button-primary-bg) 100%);
}

:root[data-theme="dark"] .site-header__actions .button--primary:hover,
:root[data-theme="dark"] .site-header__actions .button--primary:focus-visible {
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .button--secondary {
    background: rgba(18, 27, 32, 0.82);
}

:root[data-theme="dark"] .button--secondary:hover,
:root[data-theme="dark"] .button--secondary:focus-visible {
    background: var(--surface-strong);
}

:root[data-theme="dark"] :is(
    .note-card,
    .feature-card,
    .service-card,
    .capability-card,
    .project-card,
    .process-card,
    .contact-card,
    .contact-form-card,
    .page-hero__panel,
    .point-card,
    .cta-panel,
    .contact-hero__point,
    .closing-band,
    .workflow-card__panel,
    .service-card__surface,
    .contact-hero__panel-shell
) {
    border-color: var(--line);
    background: rgba(18, 27, 32, 0.82);
    box-shadow: var(--shadow-sm);
}

:root[data-theme="dark"] .note-card::after,
:root[data-theme="dark"] .workflow-card__panel::before {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] :is(
    .service-card__badge,
    .service-card__linkmark,
    .service-card__meta li,
    .trust-card__icon,
    .services-hero__status,
    .services-hero__item-icon,
    .services-hero__board-footer span,
    .workflow-card__icon,
    .contact-hero__point-index,
    .contact-hero__chips li,
    .workflow-intro__chips li,
    .chip-list li,
    .project-card__badge,
    .project-card__badge--body,
    .closing-band__meta li,
    .contact-hero__topics-list li,
    .home-hero__scroll-icon
) {
    border-color: var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] :is(
    .service-card__badge,
    .service-card__linkmark,
    .service-card__meta li,
    .trust-card__icon,
    .services-hero__board-footer span
) {
    background: rgba(242, 178, 127, 0.12);
}

:root[data-theme="dark"] :is(
    .services-hero__status,
    .services-hero__item--cool .services-hero__item-icon,
    .contact-hero__point-index,
    .contact-hero__chips li
) {
    background: rgba(114, 197, 210, 0.14);
}

:root[data-theme="dark"] .services-hero__item--warm .services-hero__item-icon {
    background: rgba(242, 178, 127, 0.14);
}

:root[data-theme="dark"] .services-hero__item--neutral .services-hero__item-icon {
    background: rgba(161, 226, 235, 0.12);
}

:root[data-theme="dark"] .workflow-card__panel {
    background: rgba(18, 27, 32, 0.82);
}

:root[data-theme="dark"] .workflow-card--warm .workflow-card__panel {
    --workflow-surface: rgba(242, 178, 127, 0.14);
}

:root[data-theme="dark"] .workflow-card--cool .workflow-card__panel {
    --workflow-surface: rgba(114, 197, 210, 0.14);
}

:root[data-theme="dark"] .workflow-card--ink .workflow-card__panel {
    --workflow-surface: var(--workflow-step3-surface);
}

:root[data-theme="dark"] .workflow-card__panel:hover,
:root[data-theme="dark"] .workflow-card__panel:focus-within,
:root[data-theme="dark"] .service-card--featured:hover .service-card__surface,
:root[data-theme="dark"] .service-card--featured:focus-within .service-card__surface {
    background: rgba(24, 35, 41, 0.92);
}

:root[data-theme="dark"] :is(
    .workflow-intro > .eyebrow,
    .services-heading__intro > .eyebrow,
    .cases-preview-heading__intro > .eyebrow,
    .contact-copy > .eyebrow,
    .contact-hero__topics-label
) {
    color: var(--accent-strong);
}

:root[data-theme="dark"] :is(
    .workflow-intro__chips li,
    .chip-list li,
    .closing-band__meta li,
    .contact-hero__topics-list li,
    .project-card__badge,
    .project-card__badge--body
) {
    background: rgba(18, 27, 32, 0.92);
    color: var(--accent-strong);
}

:root[data-theme="dark"] .project-card--preview:hover .project-card__badge,
:root[data-theme="dark"] .project-card--preview:focus-within .project-card__badge {
    background: rgba(18, 27, 32, 0.96);
    color: var(--accent-strong);
}

:root[data-theme="dark"] .home-hero .note-card.reveal.is-visible:hover {
    border-color: rgba(237, 243, 244, 0.18);
    background: rgba(20, 31, 37, 0.94);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .home-hero .note-card.reveal.is-visible:hover::after {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .contact-hero__panel-shell {
    background: linear-gradient(180deg, rgba(18, 27, 32, 0.96) 0%, rgba(14, 22, 26, 0.92) 100%);
}

:root[data-theme="dark"] :is(.services-hero__board-shell, .services-hero__item, .services-hero__insight, .cta-panel) {
    background: rgba(18, 27, 32, 0.82);
    border-color: var(--line);
    box-shadow: var(--shadow-sm);
}

:root[data-theme="dark"] .contact-hero__point {
    background: rgba(15, 24, 29, 0.88);
}

:root[data-theme="dark"] .contact-hero__point-index {
    color: var(--accent-strong);
    background: rgba(114, 197, 210, 0.16);
}

:root[data-theme="dark"] .contact-hero__point:nth-child(2) .contact-hero__point-index {
    background: rgba(242, 178, 127, 0.18);
    color: var(--warm);
}

:root[data-theme="dark"] .contact-hero__point:nth-child(3) .contact-hero__point-index {
    background: rgba(161, 226, 235, 0.14);
    color: var(--text);
}

:root[data-theme="dark"] :is(.field input, .field select, .field textarea, .js .custom-select.is-enhanced .custom-select__trigger) {
    background: var(--surface-muted);
}

:root[data-theme="dark"] .custom-select__menu {
    border-color: var(--line-strong);
    background: rgba(18, 27, 32, 0.96);
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.34);
    scrollbar-color: rgba(114, 197, 210, 0.34) transparent;
}

:root[data-theme="dark"] .custom-select__menu::-webkit-scrollbar-thumb {
    background: rgba(114, 197, 210, 0.34);
}

:root[data-theme="dark"] .custom-select__menu::-webkit-scrollbar-thumb:hover {
    background: rgba(114, 197, 210, 0.48);
}

:root[data-theme="dark"] .custom-select__option:hover,
:root[data-theme="dark"] .custom-select__option:focus-visible {
    background: rgba(114, 197, 210, 0.12);
}

:root[data-theme="dark"] .custom-select__option.is-selected {
    background: rgba(114, 197, 210, 0.16);
    box-shadow: inset 0 0 0 1px rgba(114, 197, 210, 0.16);
}

:root[data-theme="dark"] .custom-select__option-mark {
    border-color: rgba(237, 243, 244, 0.18);
    background: rgba(255, 255, 255, 0.02);
}

:root[data-theme="dark"] .custom-select__option.is-selected .custom-select__option-mark {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(114, 197, 210, 0.14);
}

:root[data-theme="dark"] .field input:focus-visible,
:root[data-theme="dark"] .field select:focus-visible,
:root[data-theme="dark"] .field textarea:focus-visible,
:root[data-theme="dark"] .custom-select__trigger:focus-visible,
:root[data-theme="dark"] .custom-select.is-open .custom-select__trigger {
    box-shadow: 0 0 0 4px rgba(114, 197, 210, 0.14);
}

:root[data-theme="dark"] .home-hero__scroll-icon {
    background: rgba(18, 27, 32, 0.76);
}

:root[data-theme="dark"] .home-hero__scroll:hover .home-hero__scroll-icon,
:root[data-theme="dark"] .home-hero__scroll:focus-visible .home-hero__scroll-icon {
    background: rgba(24, 35, 41, 0.92);
}

@media (max-width: 960px) {
    :root[data-theme="dark"] .home-hero .media-window::after {
        background: linear-gradient(
            180deg,
            rgba(11, 17, 20, 0) 0%,
            rgba(11, 17, 20, 0.16) 36%,
            rgba(11, 17, 20, 0.44) 68%,
            rgba(11, 17, 20, 0.82) 88%,
            var(--page-bg) 100%
        );
    }

    :root[data-theme="dark"] .home-hero .button--primary {
        background: var(--button-primary-bg);
        color: var(--button-primary-text);
    }

    :root[data-theme="dark"] .home-hero .button--secondary {
        border-color: rgba(248, 252, 252, 0.18);
        background: rgba(8, 13, 16, 0.54);
        color: #f8fcfc;
    }
}
