:root,
:root[data-theme="light"] {
    color-scheme: light;
    --site-font-display: "Outfit", sans-serif;
    --site-font-body: "Manrope", "Segoe UI", sans-serif;

    --site-color-bg: #f8fcfd;
    --site-color-bg-soft: #ffffff;
    --site-color-bg-alt: #edf7f8;
    --site-color-surface: rgba(255, 255, 255, 0.86);
    --site-color-surface-strong: #ffffff;
    --site-color-surface-dark: #060708;
    --site-color-ink: #121619;
    --site-color-heading: #050607;
    --site-color-muted: #58656e;
    --site-color-subtle: #86939b;
    --site-color-border: rgba(10, 16, 21, 0.08);
    --site-color-border-strong: rgba(10, 16, 21, 0.16);
    --site-color-accent: #25d8e1;
    --site-color-accent-strong: #0c2a2e;
    --site-color-accent-soft: rgba(37, 216, 225, 0.14);
    --site-color-lux: #7ff1f5;
    --site-color-lux-soft: rgba(37, 216, 225, 0.2);

    --site-shadow-soft: 0 18px 54px rgba(7, 17, 24, 0.06);
    --site-shadow-large: 0 30px 90px rgba(7, 17, 24, 0.1);
    --site-radius-xl: 2rem;
    --site-radius-lg: 1.5rem;
    --site-radius-md: 1rem;
    --site-section-space: clamp(3.35rem, 5.2vw, 5.25rem);
    --site-header-height: 88px;

    --bs-body-font-family: var(--site-font-body);
    --bs-body-color: var(--site-color-ink);
    --bs-body-bg: var(--site-color-bg);
    --bs-emphasis-color: var(--site-color-heading);
    --bs-border-color: var(--site-color-border);
    --bs-link-color: var(--site-color-accent-strong);
    --bs-link-hover-color: var(--site-color-accent);
    --bs-primary: var(--site-color-accent);
    --bs-primary-rgb: 37, 216, 225;
    --bs-border-radius: 1rem;
    --bs-border-radius-lg: 1.5rem;
    --bs-border-radius-xl: 2rem;
}

:root[data-theme="dark"] {
    color-scheme: dark;
    --site-color-bg: #050708;
    --site-color-bg-soft: #0a0d0f;
    --site-color-bg-alt: #12181b;
    --site-color-surface: rgba(10, 14, 16, 0.84);
    --site-color-surface-strong: #11181b;
    --site-color-surface-dark: #020304;
    --site-color-ink: #eef8f9;
    --site-color-heading: #ffffff;
    --site-color-muted: rgba(238, 248, 249, 0.74);
    --site-color-subtle: rgba(238, 248, 249, 0.48);
    --site-color-border: rgba(255, 255, 255, 0.08);
    --site-color-border-strong: rgba(255, 255, 255, 0.16);
    --site-color-accent: #5faeb6;
    --site-color-accent-strong: #bfe2e6;
    --site-color-accent-soft: rgba(95, 174, 182, 0.16);
    --site-color-lux: #82c8cf;
    --site-color-lux-soft: rgba(95, 174, 182, 0.2);

    --bs-body-color: var(--site-color-ink);
    --bs-body-bg: var(--site-color-bg);
    --bs-emphasis-color: var(--site-color-heading);
    --bs-border-color: var(--site-color-border);
    --bs-link-color: var(--site-color-accent-strong);
    --bs-link-hover-color: var(--site-color-accent);
    --bs-primary: var(--site-color-accent);
    --bs-primary-rgb: 95, 174, 182;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--site-header-height) + 1.15rem);
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    overflow-x: clip;
}

.site-body.lightbox-open {
    overflow: hidden;
}

.site-body {
    position: relative;
    margin: 0;
    color: var(--site-color-ink);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.16), transparent 28%),
        radial-gradient(circle at top right, rgba(9, 16, 21, 0.08), transparent 34%),
        linear-gradient(180deg, var(--site-color-bg-soft) 0%, var(--site-color-bg) 100%);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

main,
section,
article,
header,
footer,
nav {
    position: relative;
}

.site-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.site-background__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(100px);
    opacity: 0.9;
}

.site-background__glow--a {
    top: -10rem;
    left: -8rem;
    width: 24rem;
    height: 24rem;
    background: rgba(var(--bs-primary-rgb), 0.18);
}

.site-background__glow--b {
    top: 20rem;
    right: -10rem;
    width: 30rem;
    height: 30rem;
    background: rgba(9, 16, 21, 0.1);
}

.site-background__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: radial-gradient(circle at center, black 24%, transparent 82%);
    opacity: 0.15;
}

.site-main {
    padding-bottom: clamp(1.75rem, 3.2vw, 2.75rem);
    overflow-x: hidden;
    overflow-x: clip;
}

.container--narrow {
    max-width: 980px;
}

.section,
.hero-section,
.page-hero,
.project-hero {
    padding: var(--site-section-space) 0;
}

.hero-section {
    padding-top: clamp(2rem, 4vw, 3rem);
}

.page-hero,
.project-hero {
    padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.page-hero--compact {
    padding-bottom: 0;
}

.section-anchor {
    scroll-margin-top: 0;
}

.section-panel,
.error-state__card {
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: var(--site-radius-xl);
    background: var(--site-color-surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--site-shadow-soft);
}

.section-panel--hero {
    position: relative;
    isolation: isolate;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.7);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.14), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.75), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 250, 0.9));
    box-shadow: var(--site-shadow-large);
}

.section-panel--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(9, 16, 21, 0.06), transparent 30%);
    pointer-events: none;
}

.section-panel--hero > * {
    position: relative;
    z-index: 1;
}

.section-panel--dark {
    background: linear-gradient(180deg, rgba(9, 12, 14, 0.98), rgba(3, 4, 5, 1));
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.section-kicker,
.eyebrow-pill,
.portfolio-card__tag,
.process-card__number,
.hero-showcase__badge,
.text-link,
.form-label,
.contact-form__note,
.project-meta dt,
.site-footer h2 {
    font-family: var(--site-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-kicker,
.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--site-color-accent-strong);
}

.eyebrow-pill {
    width: fit-content;
    padding: 0.9rem 1.15rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.eyebrow-pill::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    box-shadow: 0 0 0 7px var(--site-color-lux-soft);
}

.section-heading {
    display: grid;
    gap: 1rem;
    max-width: 760px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-heading--narrow {
    max-width: 700px;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.page-hero h1,
.project-hero h1,
.hero-section__title,
.about-card h2,
.prose-card h2,
.error-state h1,
.service-card h3,
.portfolio-card h2,
.portfolio-card h3,
.process-card h3,
.contact-panel h2,
.contact-panel h3,
.hero-highlight h2 {
    margin: 0;
    font-family: var(--site-font-display);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--site-color-heading);
    line-height: 1.18;
}

.section-heading h2,
.page-hero h1,
.project-hero h1,
.about-card h2,
.prose-card h2,
.error-state h1 {
    font-size: clamp(2.1rem, 5vw, 4.35rem);
}

.hero-section__title {
    max-width: 10ch;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 1.06;
}

.hero-section__title span {
    display: block;
    color: var(--site-color-accent);
}

.section-heading p,
.page-hero__lead,
.hero-section__lead,
.about-card p,
.service-card p,
.portfolio-card p,
.process-card p,
.faq-item__panel p,
.contact-panel p,
.prose-card p,
.project-meta dd,
.hero-highlight p,
.site-footer p,
.site-footer li,
.empty-state p,
.error-state p {
    margin: 0;
    font-family: var(--site-font-body);
    color: var(--site-color-muted);
    line-height: 1.75;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 1rem 0;
    transition: padding 0.24s ease;
}

.site-header.is-scrolled {
    padding: 0.75rem 0;
}

.site-header__shell {
    min-height: var(--site-header-height);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(22px);
    box-shadow: 0 18px 50px rgba(7, 17, 24, 0.08);
    transition: background-color 0.24s ease, box-shadow 0.24s ease;
}

.site-header.is-scrolled .site-header__shell {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 48px rgba(7, 17, 24, 0.12);
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand__logo {
    width: clamp(124px, 11vw, 170px);
    height: auto;
}

.site-nav {
    gap: 0.2rem;
    flex-wrap: nowrap;
}

.site-nav__link {
    position: relative;
    color: var(--site-color-muted);
    padding: 0.75rem 0.85rem !important;
    font-family: var(--site-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.site-nav__link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--site-color-accent), var(--site-color-lux));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    color: var(--site-color-heading);
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after {
    transform: scaleX(1);
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-shrink: 0;
}

.site-header__controls {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
}

.language-switcher {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.22rem;
    border: 1px solid var(--site-color-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.language-switcher__link {
    min-width: 2.7rem;
    min-height: calc(2.75rem - 0.44rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    font-family: var(--site-font-body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    color: var(--site-color-muted);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.language-switcher__link:hover {
    color: var(--site-color-heading);
}

.language-switcher__link.is-active {
    color: var(--site-color-heading);
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.16), var(--site-color-lux-soft));
}

.theme-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.1rem;
    min-width: 4.1rem;
    min-height: 2.75rem;
    height: 2.75rem;
    padding: 0.18rem;
    border: 1px solid var(--site-color-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
    color: var(--site-color-heading);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-toggle:hover {
    transform: translateY(-1px);
    border-color: var(--site-color-border-strong);
}

.theme-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.25rem var(--site-color-accent-soft);
}

.theme-toggle__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    width: 100%;
    height: 100%;
}

.theme-toggle__glyph {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    color: var(--site-color-subtle);
    transform: translateY(-50%);
    transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.theme-toggle__glyph--sun {
    left: 0.45rem;
}

.theme-toggle__glyph--moon {
    right: 0.45rem;
}

.theme-toggle__glyph svg {
    width: 0.92rem;
    height: 0.92rem;
    overflow: visible;
}

.theme-toggle__thumb {
    position: absolute;
    top: 0.24rem;
    left: 0.24rem;
    width: 1.72rem;
    height: 1.72rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    box-shadow: 0 10px 22px rgba(var(--bs-primary-rgb), 0.26);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

:root[data-theme="light"] .theme-toggle__glyph--sun,
:root[data-theme="dark"] .theme-toggle__glyph--moon {
    color: var(--site-color-heading);
}

.site-button.site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 11.25rem;
    min-width: 11.25rem;
    height: 2.75rem;
    min-height: 2.75rem;
    max-height: 2.75rem;
    padding: 0 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(var(--bs-primary-rgb), 0.22);
}

.site-header__toggle {
    display: grid;
    gap: 0.28rem;
    justify-items: end;
}

.site-header__toggle:focus {
    box-shadow: none;
}

.site-header__toggle-line {
    display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 999px;
    background: var(--site-color-heading);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(1) {
    transform: translateY(0.38rem) rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(2) {
    opacity: 0;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(3) {
    transform: translateY(-0.38rem) rotate(-45deg);
}

.site-button {
    min-height: 3.4rem;
    padding: 0.95rem 1.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: var(--site-font-body);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.site-button:hover {
    transform: translateY(-2px);
}

.site-button--primary {
    color: var(--site-color-heading);
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    box-shadow: 0 18px 36px rgba(var(--bs-primary-rgb), 0.26);
}

.site-button--primary:hover,
.site-button--primary:focus-visible {
    color: var(--site-color-heading);
    background: linear-gradient(135deg, #10cbd4, #67eef3);
}

.site-button--secondary {
    color: var(--site-color-heading);
    border-color: var(--site-color-border-strong);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.site-button--secondary:hover,
.site-button--secondary:focus-visible {
    color: var(--site-color-heading);
    border-color: rgba(var(--bs-primary-rgb), 0.24);
    background: rgba(255, 255, 255, 0.94);
}

:root[data-theme="dark"] .site-body {
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.16), transparent 28%),
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.08), transparent 34%),
        linear-gradient(180deg, var(--site-color-bg-soft) 0%, var(--site-color-bg) 100%);
}

:root[data-theme="dark"] .site-background__glow--b {
    background: rgba(var(--bs-primary-rgb), 0.12);
}

:root[data-theme="dark"] .site-background__mesh {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    opacity: 0.08;
}

:root[data-theme="dark"] .site-header__shell {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(10, 14, 16, 0.82);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

:root[data-theme="dark"] .site-header.is-scrolled .site-header__shell {
    background: rgba(10, 14, 16, 0.92);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .section-panel--hero {
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.2), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.05), transparent 32%),
        linear-gradient(180deg, rgba(28, 37, 40, 0.98), rgba(18, 25, 27, 0.93));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .section-panel--hero::before {
    background:
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 34%);
}

:root[data-theme="dark"] .eyebrow-pill,
:root[data-theme="dark"] .language-switcher,
:root[data-theme="dark"] .theme-toggle,
:root[data-theme="dark"] .site-button--secondary,
:root[data-theme="dark"] .hero-highlight,
:root[data-theme="dark"] .about-list__item,
:root[data-theme="dark"] .contact-detail,
:root[data-theme="dark"] .faq-item,
:root[data-theme="dark"] .project-meta > div,
:root[data-theme="dark"] .form-control {
    background: rgba(10, 14, 16, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .hero-highlight {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(19, 26, 28, 0.9), rgba(14, 19, 21, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 18px 42px rgba(0, 0, 0, 0.16);
}

:root[data-theme="dark"] .hero-highlight__icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.2), rgba(255, 255, 255, 0.06));
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .theme-toggle {
    border-color: rgba(var(--bs-primary-rgb), 0.22);
    background: linear-gradient(180deg, rgba(15, 21, 23, 0.92), rgba(9, 13, 15, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .theme-toggle__thumb {
    transform: translateX(1.38rem);
    background: linear-gradient(135deg, #69b6be, #8acbd1);
    box-shadow: 0 10px 22px rgba(var(--bs-primary-rgb), 0.22);
}

:root[data-theme="dark"] .language-switcher__link.is-active,
:root[data-theme="dark"] .portfolio-card__tag {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.18), var(--site-color-lux-soft));
}

:root[data-theme="dark"] .theme-toggle__glyph--moon {
    color: #082226;
}

:root[data-theme="dark"] .project-preview,
:root[data-theme="dark"] .project-gallery__trigger {
    border-color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.18), transparent 30%),
        linear-gradient(180deg, rgba(31, 43, 47, 0.96), rgba(21, 29, 32, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 28px 78px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .project-preview__image {
    background:
        linear-gradient(180deg, rgba(39, 52, 56, 0.88), rgba(23, 32, 35, 0.9)),
        rgba(23, 32, 35, 0.92);
}

:root[data-theme="dark"] .project-gallery__item img {
    background: rgba(23, 32, 35, 0.92);
}

:root[data-theme="dark"] .project-gallery__header {
    border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .project-hero .project-meta > div {
    border-color: rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.14), transparent 38%),
        rgba(17, 24, 27, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 42px rgba(0, 0, 0, 0.16);
}

:root[data-theme="dark"] .project-gallery-panel {
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.16), transparent 30%),
        linear-gradient(180deg, rgba(28, 37, 40, 0.9), rgba(18, 25, 27, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 28px 86px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .project-gallery__zoom-indicator {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(23, 31, 34, 0.86);
    color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] .project-lightbox {
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.2), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 34%),
        linear-gradient(180deg, rgba(28, 37, 40, 0.9), rgba(18, 25, 27, 0.92));
}

:root[data-theme="dark"] .project-lightbox__counter,
:root[data-theme="dark"] .project-gallery__zoom-indicator,
:root[data-theme="dark"] .project-lightbox__close,
:root[data-theme="dark"] .project-lightbox__nav {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(23, 31, 34, 0.82);
    color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] .process-section {
    --process-background-image: var(--process-bg-dark);
}

:root[data-theme="dark"] .process-experience {
    border-color: rgba(255, 255, 255, 0.09);
    background:
        radial-gradient(circle at 18% 18%, rgba(var(--bs-primary-rgb), 0.18), transparent 30%),
        linear-gradient(90deg, rgba(18, 25, 27, 0.82) 0%, rgba(18, 25, 27, 0.42) 50%, rgba(18, 25, 27, 0.78) 100%),
        var(--process-background-image) center / cover no-repeat;
    box-shadow: 0 30px 96px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .process-experience::before {
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.05), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.045));
}

:root[data-theme="dark"] .process-experience__glow--b {
    background: rgba(var(--bs-primary-rgb), 0.12);
}

:root[data-theme="dark"] .process-step__dot {
    border-color: rgba(var(--bs-primary-rgb), 0.5);
    background: rgba(18, 25, 27, 0.9);
}

:root[data-theme="dark"] .process-step__card {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(18, 25, 27, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 22px 56px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .process-step__number {
    color: rgba(255, 255, 255, 0.17);
}

:root[data-theme="dark"] .process-experience__status {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(18, 25, 27, 0.68);
}

:root[data-theme="dark"] .process-step:hover .process-step__card {
    border-color: rgba(var(--bs-primary-rgb), 0.28);
    background: rgba(18, 25, 27, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 28px 68px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .process-outcome {
    border-color: rgba(var(--bs-primary-rgb), 0.22);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

:root[data-theme="dark"] .site-button--secondary {
    border-color: rgba(255, 255, 255, 0.14);
}

:root[data-theme="dark"] .site-button--secondary:hover,
:root[data-theme="dark"] .site-button--secondary:focus-visible {
    border-color: rgba(var(--bs-primary-rgb), 0.26);
    background: rgba(17, 24, 27, 0.98);
}

:root[data-theme="dark"] .hero-showcase__badge {
    color: var(--site-color-accent-strong);
    background: linear-gradient(180deg, rgba(24, 33, 35, 0.8), rgba(18, 25, 27, 0.72));
    border-color: rgba(var(--bs-primary-rgb), 0.16);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .site-button--primary {
    color: #082226;
    box-shadow: 0 18px 36px rgba(var(--bs-primary-rgb), 0.24);
}

:root[data-theme="dark"] .site-button--primary:hover,
:root[data-theme="dark"] .site-button--primary:focus-visible {
    color: #061b1e;
    background: linear-gradient(135deg, #69b6be, #8acbd1);
    box-shadow: 0 20px 40px rgba(var(--bs-primary-rgb), 0.28);
}

:root[data-theme="dark"] .hero-showcase__card {
    background: linear-gradient(180deg, rgba(31, 40, 42, 0.9), rgba(20, 27, 29, 0.84));
    border-color: rgba(var(--bs-primary-rgb), 0.16);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .hero-showcase__card-icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.22), rgba(255, 255, 255, 0.05));
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .hero-showcase__card-copy > span {
    color: rgba(191, 226, 230, 0.7);
}

:root[data-theme="dark"] .hero-showcase__card-copy strong {
    color: rgba(248, 251, 251, 0.96);
}

:root[data-theme="dark"] .showcase-frame {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(33, 43, 46, 0.98), rgba(18, 24, 27, 0.94));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

:root[data-theme="dark"] .showcase-frame__bar {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .showcase-frame__bar span:nth-child(1) {
    background: rgba(255, 255, 255, 0.45);
}

:root[data-theme="dark"] .contact-panel--accent {
    background: linear-gradient(180deg, rgba(17, 24, 27, 0.98), rgba(10, 13, 15, 0.94));
}

:root[data-theme="dark"] .faq-item {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme="dark"] .form-control {
    color: var(--site-color-ink);
    border-color: rgba(255, 255, 255, 0.14);
}

:root[data-theme="dark"] .form-control:focus {
    background: rgba(17, 24, 27, 0.98);
}

.site-button--full {
    width: 100%;
}

.hero-section__content,
.page-hero__inner,
.project-hero__copy,
.prose-card,
.contact-panel,
.about-card,
.process-card,
.service-card {
    display: grid;
    gap: 1rem;
}

.hero-section__content {
    gap: 1.65rem;
}

.hero-section__lead,
.page-hero__lead {
    max-width: 38rem;
    font-size: 1.06rem;
}

.hero-section__actions {
    align-items: center;
}

.hero-highlights {
    margin-top: 0.55rem;
}

.hero-highlight,
.about-list__item,
.contact-detail,
.faq-item,
.service-card,
.portfolio-card,
.process-card {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hero-highlight,
.about-list__item,
.contact-detail {
    padding: 1.15rem 1.1rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.12);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68));
    box-shadow: 0 18px 40px rgba(7, 17, 24, 0.08);
}

.hero-highlight:hover,
.about-list__item:hover,
.contact-detail:hover,
.service-card:hover,
.portfolio-card:hover,
.process-card:hover {
    transform: translateY(-4px);
}

.hero-highlight h2 {
    margin-bottom: 0.32rem;
    font-size: 0.94rem;
    line-height: 1.2;
}

.hero-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.95rem;
    align-items: flex-start;
}

.hero-highlight__icon {
    display: grid;
    place-items: center;
    width: 2.85rem;
    height: 2.85rem;
    flex-shrink: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.18), rgba(255, 255, 255, 0.98));
    color: #0d3134;
    box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.16);
}

.hero-highlight__icon svg {
    width: 1.18rem;
    height: 1.18rem;
}

.hero-highlight__copy {
    display: grid;
    gap: 0.2rem;
}

.hero-highlight--2 .hero-highlight__icon {
    background: linear-gradient(135deg, var(--site-color-lux-soft), rgba(255, 255, 255, 0.98));
}

.hero-highlight--3 .hero-highlight__icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.14), rgba(245, 250, 251, 0.96));
}

.hero-showcase {
    position: relative;
    max-width: 44rem;
    padding: 0.7rem 0 0.85rem 1.2rem;
}

.hero-showcase__badge,
.portfolio-card__tag,
.process-card__number {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
}

.hero-showcase__badge {
    position: absolute;
    top: -0.15rem;
    right: 1.4rem;
    z-index: 2;
    color: var(--site-color-accent-strong);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
    box-shadow: 0 16px 36px rgba(7, 17, 24, 0.08);
    backdrop-filter: blur(16px);
}

.showcase-frame {
    overflow: hidden;
    border-radius: calc(var(--site-radius-xl) + 0.2rem);
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(240, 247, 249, 0.94));
    box-shadow: 0 30px 80px rgba(7, 17, 24, 0.12);
}

.showcase-frame__bar {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.1rem;
    border-bottom: 1px solid var(--site-color-border);
    background: rgba(255, 255, 255, 0.58);
}

.showcase-frame__bar span {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.16);
}

.showcase-frame__bar span:nth-child(1) {
    background: #121619;
}

.showcase-frame__bar span:nth-child(2) {
    background: var(--site-color-accent);
}

.showcase-frame__bar span:nth-child(3) {
    background: var(--site-color-lux);
}

.showcase-frame__screen {
    padding: 0.65rem;
}

.showcase-frame__screen img {
    width: 100%;
    aspect-ratio: 16 / 9.2;
    object-fit: cover;
    border-radius: 1.4rem;
}

.hero-showcase__card {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 0.8rem;
    max-width: 16rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.12);
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 251, 0.8));
    box-shadow: 0 22px 55px rgba(11, 20, 26, 0.16);
    backdrop-filter: blur(18px);
}

.hero-showcase__card-icon {
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.18), rgba(255, 255, 255, 0.96));
    color: #0d3134;
    box-shadow: 0 12px 28px rgba(var(--bs-primary-rgb), 0.16);
}

.hero-showcase__card-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.hero-showcase__card-copy {
    display: grid;
    gap: 0.22rem;
}

.hero-showcase__card-copy > span {
    font-family: var(--site-font-display);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--site-color-subtle);
}

.hero-showcase__card-copy strong {
    color: var(--site-color-heading);
    line-height: 1.4;
}

.hero-showcase__card--top {
    top: 17%;
    left: -1rem;
}

.hero-showcase__card--bottom {
    right: -0.55rem;
    bottom: 1.15rem;
}

.contact-panel,
.prose-card {
    padding: clamp(1.6rem, 2vw, 2rem);
}

.about-section__shell {
    position: relative;
    padding: clamp(1.7rem, 3vw, 2.35rem);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--site-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 250, 0.84)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.06), transparent 30%);
    box-shadow: 0 20px 52px rgba(7, 17, 24, 0.05);
}

.about-section__layout {
    display: grid;
    gap: clamp(1.6rem, 3vw, 2.8rem);
    align-items: start;
}

.about-section__intro {
    display: grid;
    gap: 1.4rem;
    align-content: start;
}

.about-section__kicker {
    color: var(--site-color-accent-strong);
}

.about-section__title {
    max-width: 11ch;
    margin: 0;
    font-family: var(--site-font-display);
    font-size: clamp(2.35rem, 5vw, 4.45rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: var(--site-color-heading);
}

.about-section__lead {
    max-width: 37rem;
    margin: 0;
    color: var(--site-color-muted);
    font-size: 1.02rem;
    line-height: 1.85;
}

.about-section__board-head span,
.about-feature-row__index {
    font-family: var(--site-font-body);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-section__board-head span,
.about-feature-row__index {
    color: var(--site-color-subtle);
}

.about-section__board {
    display: grid;
    gap: 1.15rem;
    align-content: start;
}

.about-section__board-head {
    display: grid;
    gap: 0.55rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(10, 16, 21, 0.08);
}

.about-section__board-head strong {
    max-width: 30rem;
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -0.03em;
}

.about-feature-list {
    display: grid;
    gap: 0;
}

.about-feature-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(10, 16, 21, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.about-feature-row:hover {
    transform: translateX(4px);
    border-bottom-color: rgba(var(--bs-primary-rgb), 0.22);
}

.about-feature-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-feature-row__index {
    display: inline-flex;
    min-width: 2.8rem;
    padding-top: 0.18rem;
    color: var(--site-color-accent-strong);
    font-family: var(--site-font-display);
    font-size: 0.78rem;
    letter-spacing: 0.22em;
}

.about-feature-row p {
    margin: 0;
    color: var(--site-color-muted);
    max-width: 34ch;
    font-size: 1.04rem;
    line-height: 1.78;
    transition: color 0.22s ease;
}

.about-feature-row:hover p {
    color: var(--site-color-heading);
}

@media (min-width: 992px) {
    .about-section__layout {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    }

    .about-section__board {
        padding-left: clamp(1.5rem, 3vw, 2.4rem);
        border-left: 1px solid rgba(10, 16, 21, 0.08);
    }
}

@media (max-width: 991.98px) {
    .about-section__title {
        font-size: clamp(2.2rem, 8vw, 3.7rem);
    }

    .about-section__board {
        padding-top: 0.35rem;
    }
}

@media (max-width: 767.98px) {
    .about-section__shell {
        padding: 1.25rem;
    }

    .about-feature-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .about-feature-row__index {
        min-width: 0;
        padding-top: 0;
    }

    .about-feature-row p {
        max-width: none;
        font-size: 1rem;
    }
}

:root[data-theme="dark"] .about-section__shell {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(28, 37, 40, 0.98), rgba(18, 25, 27, 0.9)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.08), transparent 34%);
}

:root[data-theme="dark"] .about-section__board-head,
:root[data-theme="dark"] .about-feature-row {
    border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .about-section__board {
    border-left-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .about-feature-row p {
    color: var(--site-color-muted);
}

:root[data-theme="dark"] .about-section__board-head strong {
    color: var(--site-color-heading);
}

.services-section__shell {
    display: grid;
    gap: 1.8rem;
}

.services-section__heading {
    margin-bottom: 0;
}

.services-section__kicker {
    color: var(--site-color-accent-strong);
}

.services-grid {
    display: grid;
    gap: 1rem;
}

.service-card--minimal {
    min-height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 1.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 251, 0.74));
    box-shadow: 0 18px 42px rgba(7, 17, 24, 0.05);
}

.service-card__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.service-card--minimal .service-card__icon {
    width: 3.15rem;
    height: 3.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.18), rgba(255, 255, 255, 0.96));
    box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.12);
    color: var(--site-color-accent-strong);
    font-size: 1rem;
}

.service-card--minimal .service-card__icon i {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
}

.service-card--minimal h3 {
    font-size: clamp(1.1rem, 1.55vw, 1.3rem);
    line-height: 1.2;
}

.service-card--minimal p {
    max-width: 34ch;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }

    .services-grid > :nth-child(3):last-child p {
        max-width: 58ch;
    }
}

@media (max-width: 767.98px) {
    .service-card--minimal {
        padding: 1.2rem;
    }

    .service-card--minimal p {
        max-width: none;
    }
}

:root[data-theme="dark"] .service-card--minimal {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(24, 33, 35, 0.92), rgba(18, 25, 27, 0.84));
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

:root[data-theme="dark"] .service-card--minimal .service-card__icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.22), rgba(255, 255, 255, 0.05));
    color: var(--site-color-accent-strong);
}

.portfolio-section__shell {
    display: grid;
    gap: 1.75rem;
}

.portfolio-section__header {
    display: grid;
    gap: 1rem;
    align-items: end;
}

.portfolio-section__heading {
    margin-bottom: 0;
}

.portfolio-section__kicker {
    color: var(--site-color-accent-strong);
}

.portfolio-section__browse {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    color: var(--site-color-heading);
    font-family: var(--site-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.22s ease, transform 0.22s ease;
}

.portfolio-section__browse:hover {
    color: var(--site-color-accent-strong);
    transform: translateX(4px);
}

.portfolio-section__browse i {
    font-size: 0.95rem;
    line-height: 1;
}

.portfolio-section__grid {
    display: grid;
    gap: 1rem;
}

.portfolio-project {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 251, 0.78));
    box-shadow: 0 18px 42px rgba(7, 17, 24, 0.05);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.portfolio-project:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--bs-primary-rgb), 0.18);
    box-shadow: 0 24px 52px rgba(7, 17, 24, 0.08);
}

.portfolio-project__media {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(10, 16, 21, 0.06);
}

.portfolio-project__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-project:hover .portfolio-project__media img {
    transform: scale(1.03);
}

.portfolio-project__body {
    display: grid;
    gap: 0.9rem;
    padding: 1.35rem;
    align-content: start;
}

.portfolio-project__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.85rem;
}

.portfolio-project__tag,
.portfolio-project__client {
    font-family: var(--site-font-body);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.portfolio-project__tag {
    color: var(--site-color-accent-strong);
}

.portfolio-project__meta span + span::before {
    content: "";
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.7rem;
    border-radius: 999px;
    background: rgba(10, 16, 21, 0.18);
    vertical-align: middle;
}

.portfolio-project__client {
    color: var(--site-color-subtle);
}

.portfolio-project h2,
.portfolio-project h3 {
    margin: 0;
    font-size: clamp(1.18rem, 1.7vw, 1.45rem);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.portfolio-project h2 a,
.portfolio-project h3 a,
.portfolio-project__link {
    color: inherit;
    text-decoration: none;
}

.portfolio-project p {
    max-width: 42ch;
    margin: 0;
    color: var(--site-color-muted);
    line-height: 1.8;
}

.portfolio-project__link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    margin-top: 0.15rem;
    color: var(--site-color-accent-strong);
    font-family: var(--site-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: transform 0.22s ease, color 0.22s ease;
}

.portfolio-project__link:hover {
    transform: translateX(4px);
    color: var(--site-color-heading);
}

.portfolio-project__link i {
    font-size: 0.95rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .portfolio-section__header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .portfolio-section__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-section__grid > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .portfolio-project__body {
        padding: 1.2rem;
    }

    .portfolio-project p {
        max-width: none;
    }
}

:root[data-theme="dark"] .portfolio-project {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(24, 33, 35, 0.92), rgba(18, 25, 27, 0.84));
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

:root[data-theme="dark"] .portfolio-project__media {
    border-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .portfolio-project__meta span + span::before {
    background: rgba(255, 255, 255, 0.24);
}

:root[data-theme="dark"] .portfolio-section__browse:hover,
:root[data-theme="dark"] .portfolio-project__link {
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .portfolio-project__link:hover {
    color: var(--site-color-heading);
}

.service-card h3,
.portfolio-card h2,
.portfolio-card h3,
.process-card h3,
.contact-panel h3 {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.portfolio-card {
    overflow: hidden;
    padding: 0;
}

.portfolio-card:hover {
    box-shadow: var(--site-shadow-large);
}

.portfolio-card__media {
    overflow: hidden;
}

.portfolio-card__media img {
    width: 100%;
    aspect-ratio: 4 / 3.05;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-card__media img {
    transform: scale(1.04);
}

.portfolio-card__content {
    display: grid;
    gap: 0.9rem;
    padding: 1.45rem;
}

.portfolio-card__tag {
    color: var(--site-color-accent-strong);
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.16), var(--site-color-lux-soft));
}

.text-link {
    color: var(--site-color-accent-strong);
}

.process-card {
    padding: 1.45rem;
}

.process-card__number {
    color: var(--site-color-heading);
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
}

.process-section {
    --process-background-image: var(--process-bg-light);
}

.process-experience {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: calc(var(--site-radius-xl) + 0.45rem);
    background:
        radial-gradient(circle at 18% 18%, rgba(var(--bs-primary-rgb), 0.14), transparent 28%),
        linear-gradient(90deg, rgba(248, 252, 253, 0.9) 0%, rgba(248, 252, 253, 0.54) 50%, rgba(248, 252, 253, 0.82) 100%),
        var(--process-background-image) center / cover no-repeat;
    box-shadow: 0 30px 92px rgba(7, 17, 24, 0.1);
}

.process-experience::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.28)),
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.44), transparent 30%);
    pointer-events: none;
}

.process-experience__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
}

.process-experience__glow--a {
    top: -7rem;
    left: 14%;
    width: 22rem;
    height: 22rem;
    background: rgba(var(--bs-primary-rgb), 0.16);
}

.process-experience__glow--b {
    right: -8rem;
    bottom: 8%;
    width: 25rem;
    height: 25rem;
    background: rgba(255, 255, 255, 0.72);
}

.process-experience__inner {
    display: grid;
    gap: clamp(2rem, 4vw, 3.2rem);
    padding: clamp(0.65rem, 1.5vw, 1.05rem);
    align-items: center;
}

.process-experience__intro {
    display: grid;
    gap: 1.25rem;
    max-width: 38rem;
}

.process-experience__eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.process-experience__signal {
    position: relative;
    flex: 1;
    min-width: 4rem;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.72), rgba(var(--bs-primary-rgb), 0));
    box-shadow: none;
}

.process-experience__intro h2 {
    max-width: 14ch;
    margin: 0;
    font-family: var(--site-font-display);
    font-size: clamp(2.15rem, 4.7vw, 4.45rem);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--site-color-heading);
    line-height: 1.03;
}

.process-experience__intro p {
    max-width: 46ch;
    margin: 0;
    color: var(--site-color-muted);
    line-height: 1.85;
}

.process-experience__status {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: fit-content;
    min-height: 3.15rem;
    padding: 0.55rem 0.88rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
}

.process-experience__status span {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 999px;
    background: var(--site-color-accent);
    box-shadow: 0 0 0 0.42rem rgba(var(--bs-primary-rgb), 0.12);
}

.process-experience__status strong {
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: 1.35rem;
    line-height: 1;
}

.process-experience__status small {
    color: var(--site-color-subtle);
    font-family: var(--site-font-body);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.process-journey {
    position: relative;
    display: grid;
    gap: clamp(1.15rem, 2vw, 1.55rem);
}

.process-journey::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    bottom: 6.6rem;
    left: 1.55rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 0.62), rgba(var(--bs-primary-rgb), 0));
}

.process-step {
    position: relative;
    display: grid;
    padding-left: 3.55rem;
}

.process-step__dot {
    position: absolute;
    top: 1.72rem;
    left: 1.55rem;
    z-index: 2;
    width: 1.78rem;
    height: 1.78rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 0 24px rgba(var(--bs-primary-rgb), 0.34);
    transform: translateX(-50%);
}

.process-step__dot span {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: var(--site-color-accent);
}

.process-step__card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    overflow: hidden;
    padding: clamp(1.05rem, 2vw, 1.25rem);
    border: 1px solid rgba(10, 16, 21, 0.07);
    border-radius: 1.55rem;
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 18px 46px rgba(7, 17, 24, 0.08);
    backdrop-filter: blur(22px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.process-step__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0), rgba(var(--bs-primary-rgb), 0.66), rgba(var(--bs-primary-rgb), 0));
    pointer-events: none;
}

.process-step:hover .process-step__card {
    transform: translateY(-4px);
    border-color: rgba(var(--bs-primary-rgb), 0.26);
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 26px 62px rgba(7, 17, 24, 0.1);
}

.process-step__number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: rgba(10, 16, 21, 0.18);
    font-family: var(--site-font-display);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.process-step__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1.05rem;
    color: #082226;
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    box-shadow: 0 16px 30px rgba(var(--bs-primary-rgb), 0.22);
    transition: transform 0.28s ease;
}

.process-step:hover .process-step__icon {
    transform: scale(1.05);
}

.process-step__icon i {
    font-size: 1.18rem;
    line-height: 1;
}

.process-step__copy {
    display: grid;
    gap: 0.55rem;
}

.process-step h3 {
    margin: 0;
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: clamp(1.18rem, 1.65vw, 1.42rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.12;
}

.process-step p {
    margin: 0;
    color: var(--site-color-muted);
    line-height: 1.78;
}

.process-outcome {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-left: 3.55rem;
    padding: clamp(1.05rem, 2vw, 1.25rem);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    border-radius: 1.55rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--site-color-heading);
    backdrop-filter: blur(18px);
}

.process-outcome span:not(.process-outcome__icon) {
    display: block;
    color: var(--site-color-accent-strong);
    font-family: var(--site-font-body);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.process-outcome p {
    max-width: 34rem;
    margin: 0.45rem 0 0;
    color: var(--site-color-muted);
    line-height: 1.7;
}

.process-outcome__icon {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    color: #082226;
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    box-shadow: 0 16px 30px rgba(var(--bs-primary-rgb), 0.22);
}

@media (min-width: 992px) {
    .process-experience__inner {
        grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    }

    .process-experience__intro {
        position: sticky;
        top: calc(var(--site-header-height) + 1.2rem);
    }

    .process-journey {
        padding-block: clamp(1rem, 2vw, 1.45rem);
    }

    .process-journey::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .process-step {
        grid-template-columns: minmax(0, 1fr) 3.5rem minmax(0, 1fr);
        align-items: center;
        padding-left: 0;
    }

    .process-step__dot {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        transform: none;
    }

    .process-step__card {
        grid-row: 1;
    }

    .process-step--left .process-step__card {
        grid-column: 1;
    }

    .process-step--right .process-step__card {
        grid-column: 3;
    }

    .process-outcome {
        width: min(52%, 32rem);
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .process-experience {
        min-height: auto;
        padding: 0.85rem;
        border-radius: 1.4rem;
    }

    .process-experience__intro {
        padding: 1rem;
    }

    .process-experience__intro h2 {
        max-width: 12ch;
    }

    .process-journey::before {
        bottom: 7.8rem;
    }

    .process-step__card {
        grid-template-columns: 1fr;
    }

    .process-step__number {
        top: 1rem;
        right: 1rem;
    }

    .process-outcome {
        align-items: start;
    }
}

.faq-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    display: grid;
    gap: 0.85rem;
}

.faq-section__shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.15rem, 2.4vw, 2.25rem);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--site-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 250, 0.84)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.06), transparent 34%);
    box-shadow: 0 20px 52px rgba(7, 17, 24, 0.05);
}

.faq-section__shell::before {
    content: "";
    position: absolute;
    inset: 0 clamp(1rem, 3vw, 2rem) auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--bs-primary-rgb), 0.34), transparent);
    opacity: 0.9;
}

.faq-section__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(72px);
    opacity: 0.58;
    pointer-events: none;
}

.faq-section__glow--a {
    top: -7rem;
    right: -6rem;
    width: 22rem;
    height: 22rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.faq-section__glow--b {
    bottom: -9rem;
    left: -7rem;
    width: 25rem;
    height: 25rem;
    background: rgba(255, 255, 255, 0.72);
}

.faq-section__header {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1rem, 2.4vw, 1.8rem);
    align-items: end;
    margin-bottom: clamp(1.1rem, 2.4vw, 1.75rem);
}

.faq-section__heading {
    display: grid;
    gap: 0.75rem;
    max-width: 46rem;
}

.faq-section__kicker {
    width: fit-content;
}

.faq-section__kicker i {
    font-size: 0.9rem;
    line-height: 1;
}

.faq-section__heading h2 {
    margin: 0;
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: clamp(1.85rem, 3.8vw, 3.15rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
}

.faq-section__heading p {
    max-width: 39rem;
    margin: 0;
    color: var(--site-color-muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

.faq-section__line {
    display: none;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.58), transparent);
}

.faq-item {
    overflow: hidden;
    border: 1px solid rgba(10, 16, 21, 0.07) !important;
    border-radius: 1.15rem !important;
    background: rgba(255, 255, 255, 0.64);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 10px 26px rgba(7, 17, 24, 0.04);
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.faq-item:hover,
.faq-item:has(.faq-item__button:not(.collapsed)) {
    transform: translateY(-1px);
    border-color: rgba(var(--bs-primary-rgb), 0.24) !important;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 14px 34px rgba(7, 17, 24, 0.06);
}

.faq-item__button {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: clamp(0.92rem, 1.7vw, 1.12rem) clamp(1rem, 1.9vw, 1.25rem) !important;
    color: var(--site-color-heading) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: var(--site-font-display);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
}

.faq-item__button::after {
    display: none;
}

.faq-item__icon {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 0.78rem;
    color: var(--site-color-accent-strong);
    background: rgba(255, 255, 255, 0.68);
    transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.faq-item__icon i {
    font-size: 0.95rem;
    line-height: 1;
}

.faq-item__button:not(.collapsed) .faq-item__icon {
    color: #082226;
    border-color: rgba(var(--bs-primary-rgb), 0.22);
    background: linear-gradient(135deg, var(--site-color-accent), var(--site-color-lux));
    transform: rotate(180deg);
}

.faq-item__panel {
    padding: 0 clamp(1rem, 1.9vw, 1.25rem) clamp(1rem, 1.9vw, 1.2rem) !important;
}

.faq-item__panel p {
    max-width: 48rem;
    margin: 0;
    color: var(--site-color-muted);
    font-size: 0.96rem;
    line-height: 1.68;
}

@media (min-width: 992px) {
    .faq-section__header {
        grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.35fr);
    }

    .faq-section__line {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .faq-section__shell {
        padding: 1rem;
        border-radius: 1.4rem;
    }

    .faq-item__icon {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 0.75rem;
    }
}

:root[data-theme="dark"] .faq-section__shell {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(28, 37, 40, 0.96), rgba(18, 25, 27, 0.9)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.08), transparent 34%);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .faq-section__glow--a {
    background: rgba(var(--bs-primary-rgb), 0.11);
}

:root[data-theme="dark"] .faq-section__glow--b {
    background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .faq-item {
    border-color: rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.048);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 12px 32px rgba(0, 0, 0, 0.12);
}

:root[data-theme="dark"] .faq-item:hover,
:root[data-theme="dark"] .faq-item:has(.faq-item__button:not(.collapsed)) {
    border-color: rgba(var(--bs-primary-rgb), 0.22) !important;
    background: rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.048),
        0 16px 40px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .faq-item__icon {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .faq-item__button:not(.collapsed) .faq-item__icon {
    color: #082226;
    border-color: rgba(var(--bs-primary-rgb), 0.28);
    background: linear-gradient(135deg, #69b6be, #8acbd1);
}

:root[data-theme="dark"] .faq-item__panel p,
:root[data-theme="dark"] .faq-section__heading p {
    color: rgba(235, 247, 248, 0.74);
}

.contact-section__shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.15rem, 2.4vw, 2.25rem);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--site-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 250, 0.84)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.06), transparent 34%);
    box-shadow: 0 20px 52px rgba(7, 17, 24, 0.05);
}

.contact-section__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(72px);
    opacity: 0.58;
    pointer-events: none;
}

.contact-section__glow--a {
    top: -8rem;
    left: 10%;
    width: 24rem;
    height: 24rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.contact-section__glow--b {
    right: -8rem;
    bottom: -8rem;
    width: 26rem;
    height: 26rem;
    background: rgba(255, 255, 255, 0.72);
}

.contact-section__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(0.9rem, 1.8vw, 1.2rem);
}

.contact-panel {
    border: 1px solid rgba(10, 16, 21, 0.065);
    border-radius: 1.2rem;
    padding: clamp(1.1rem, 2vw, 1.55rem);
    background: rgba(255, 255, 255, 0.64);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 10px 26px rgba(7, 17, 24, 0.04);
    backdrop-filter: blur(14px);
}

.contact-panel--accent {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(242, 249, 250, 0.68)),
        linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08), transparent 34%);
}

.contact-panel--accent::after {
    content: "";
    position: absolute;
    inset: auto 1.4rem 1.4rem 1.4rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.34), transparent);
}

.contact-section__kicker {
    width: fit-content;
}

.contact-section__kicker i {
    font-size: 0.9rem;
    line-height: 1;
}

.contact-panel h2 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 3.2vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: 0;
}

.contact-panel--form h3 {
    font-size: clamp(1.35rem, 1.9vw, 1.75rem);
    margin-bottom: 0.2rem;
}

.contact-form-card,
.contact-form-card__header {
    display: grid;
    gap: 0.58rem;
}

.contact-form-card__header {
    margin-bottom: 0.35rem;
}

.contact-form-card__header p,
.contact-panel__microcopy {
    margin: 0;
    color: var(--site-color-muted);
    line-height: 1.7;
}

.contact-panel__microcopy {
    margin-top: auto;
    padding-top: 0.9rem;
    font-size: 0.88rem;
}

.contact-details {
    display: grid;
    gap: 0.55rem;
}

.contact-detail {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.72rem;
    align-items: center;
    min-height: 3.05rem;
    padding: 0.58rem 0.72rem;
    border: 1px solid rgba(10, 16, 21, 0.07);
    border-radius: 0.88rem;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.contact-detail:hover {
    transform: translateY(-1px);
    border-color: rgba(var(--bs-primary-rgb), 0.24);
    background: rgba(255, 255, 255, 0.76);
}

.contact-detail__icon {
    display: inline-grid;
    place-items: center;
    width: 2.05rem;
    height: 2.05rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
    border-radius: 0.72rem;
    color: var(--site-color-accent-strong);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.contact-detail__icon i {
    font-size: 1rem;
    line-height: 1;
}

.contact-detail strong,
.project-meta dd {
    color: var(--site-color-heading);
    font-weight: 700;
}

.contact-detail strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 0.96rem;
    line-height: 1.35;
}

.contact-form {
    display: grid;
    gap: 0.68rem;
}

.contact-form__footer {
    display: grid;
    margin-top: 0.12rem;
    padding: 0.78rem;
    border: 1px solid rgba(10, 16, 21, 0.06);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(246, 250, 251, 0.4)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.055), transparent 48%);
}

.contact-form__action-row {
    display: grid;
    gap: 0.75rem;
    align-items: center;
}

.contact-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
}

.contact-field {
    display: grid;
    gap: 0.28rem;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field__label {
    margin: 0;
    color: var(--site-color-subtle);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.contact-field__input {
    width: 100%;
    min-height: 2.72rem;
    padding: 0.68rem 0.82rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 0.78rem;
    background: rgba(255, 255, 255, 0.64);
    color: var(--site-color-ink);
    font-family: var(--site-font-body);
    font-size: 0.92rem;
    line-height: 1.45;
    outline: 0;
    box-shadow: none;
    transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.contact-field__input::placeholder {
    color: rgba(71, 83, 88, 0.52);
}

.contact-field__input:focus {
    border-color: rgba(var(--bs-primary-rgb), 0.42);
    background: #ffffff;
    box-shadow: 0 0 0 0.22rem rgba(var(--bs-primary-rgb), 0.13);
}

.contact-field__input--textarea {
    min-height: 6.4rem;
    resize: vertical;
}

.contact-field__error {
    min-height: 0.9rem;
    color: #9b3434;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.25;
}

.contact-field.is-invalid .contact-field__input {
    border-color: rgba(155, 52, 52, 0.46);
    box-shadow: 0 0 0 0.22rem rgba(155, 52, 52, 0.08);
}

.contact-form__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: auto;
    min-width: 10.4rem;
    min-height: 2.65rem;
    padding: 0.64rem 1.08rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.contact-form__spinner {
    display: none;
    width: 0.86rem;
    height: 0.86rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 999px;
    animation: contact-spin 0.75s linear infinite;
}

.contact-form.is-submitting .contact-form__spinner {
    display: inline-block;
}

.contact-form__success {
    padding: 0.78rem 0.9rem;
    border-radius: 0.9rem;
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--site-color-accent-strong);
    font-weight: 700;
    font-size: 0.9rem;
}

.contact-form__error {
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(160, 54, 54, 0.16);
    border-radius: 0.9rem;
    background: rgba(160, 54, 54, 0.08);
    color: #8a2f2f;
    font-weight: 700;
    font-size: 0.9rem;
}

.contact-form__note,
.contact-form__hint {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.58;
}

.contact-form__note {
    color: var(--site-color-subtle);
}

.contact-form__hint {
    color: var(--site-color-muted);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.65;
}

.contact-form .site-button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

@media (min-width: 992px) {
    .contact-section__grid {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        align-items: stretch;
    }
}

@media (min-width: 768px) {
    .contact-form__action-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .contact-form__actions {
        justify-content: flex-end;
    }
    .contact-form__hint {
        padding-top: 0.1rem;
    }
}

@media (max-width: 767.98px) {
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-form__footer {
        padding: 0.72rem;
        text-align: center;
    }

    .contact-form__actions {
        justify-content: center;
    }

    .contact-form__submit {
        width: 100%;
    }
}

:root[data-theme="dark"] .contact-section__shell {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(28, 37, 40, 0.96), rgba(18, 25, 27, 0.9)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.08), transparent 34%);
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .contact-section__glow--a {
    background: rgba(var(--bs-primary-rgb), 0.11);
}

:root[data-theme="dark"] .contact-section__glow--b {
    background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .contact-panel {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.048);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 12px 32px rgba(0, 0, 0, 0.12);
}

:root[data-theme="dark"] .contact-panel--accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.036)),
        linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08), transparent 36%);
}

:root[data-theme="dark"] .contact-form__footer {
    border-color: rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.055), transparent 48%);
}

:root[data-theme="dark"] .contact-detail {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.044);
}

:root[data-theme="dark"] .contact-detail:hover {
    border-color: rgba(var(--bs-primary-rgb), 0.22);
    background: rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .contact-detail__icon {
    border-color: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--site-color-accent-strong);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

:root[data-theme="dark"] .contact-field__input {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.058);
    color: var(--site-color-ink);
}

:root[data-theme="dark"] .contact-field__input::placeholder {
    color: rgba(235, 247, 248, 0.42);
}

:root[data-theme="dark"] .contact-field__input:focus {
    border-color: rgba(var(--bs-primary-rgb), 0.42);
    background: rgba(255, 255, 255, 0.09);
}

:root[data-theme="dark"] .contact-field__error {
    color: #ffc3c3;
}

:root[data-theme="dark"] .contact-form__error {
    border-color: rgba(255, 120, 120, 0.18);
    background: rgba(255, 120, 120, 0.09);
    color: #ffb8b8;
}

@keyframes contact-spin {
    to {
        transform: rotate(360deg);
    }
}

.project-hero__shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.35rem, 2.6vw, 2.2rem);
}

.project-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.72;
    pointer-events: none;
}

.project-hero__glow--a {
    top: -8rem;
    right: 16%;
    width: 22rem;
    height: 22rem;
    background: rgba(var(--bs-primary-rgb), 0.16);
}

.project-hero__glow--b {
    right: -9rem;
    bottom: -8rem;
    width: 26rem;
    height: 26rem;
    background: rgba(9, 16, 21, 0.08);
}

.project-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.8rem);
    align-items: center;
}

.project-hero__content {
    display: grid;
    gap: 1.25rem;
    align-content: start;
    max-width: 42rem;
}

.project-hero__label-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.project-hero__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem !important;
    align-items: stretch;
    width: 100%;
}

.project-hero__actions .site-button {
    width: 100%;
    min-width: 0;
    min-height: 3.28rem;
    padding: 0.8rem 0.85rem;
    font-size: 0.7rem;
    line-height: 1.18;
    white-space: normal;
}

.project-hero__visual {
    position: relative;
    max-width: none;
    min-width: 0;
}

.project-preview {
    position: relative;
    overflow: visible;
    padding: clamp(0.48rem, 0.9vw, 0.7rem);
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: calc(var(--site-radius-xl) + 0.15rem);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.1), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 251, 0.94));
    box-shadow: 0 30px 82px rgba(7, 17, 24, 0.12);
}

.project-preview__image {
    position: relative;
    display: grid;
    overflow: visible;
    border-radius: calc(var(--site-radius-xl) - 0.35rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 248, 249, 0.72)),
        rgba(255, 255, 255, 0.9);
}

.project-preview__image img {
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: calc(var(--site-radius-xl) - 0.35rem);
    filter: saturate(1.04) contrast(1.02);
    transition: filter 0.45s ease;
}

.project-preview:hover .project-preview__image img {
    filter: saturate(1.08) contrast(1.04);
}

.project-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0.15rem 0 0;
}

.project-meta > div {
    position: relative;
    display: grid;
    gap: 0.38rem;
    overflow: hidden;
    min-height: 6.15rem;
    padding: 1.05rem 1.05rem 1rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.12), transparent 36%),
        rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 16px 36px rgba(7, 17, 24, 0.05);
}

.project-meta > div::before {
    content: "";
    width: 2.1rem;
    height: 0.16rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--site-color-accent), var(--site-color-lux));
}

.project-meta dt {
    color: var(--site-color-subtle);
}

.project-meta dd {
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: clamp(1.05rem, 1.3vw, 1.22rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.project-story__shell {
    display: grid;
    gap: clamp(1.15rem, 2.2vw, 1.7rem);
}

.project-gallery-panel {
    display: grid;
    gap: clamp(1rem, 2vw, 1.35rem);
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: calc(var(--site-radius-xl) + 0.2rem);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 249, 250, 0.84));
    box-shadow: 0 24px 74px rgba(7, 17, 24, 0.08);
}

.project-gallery__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: clamp(1rem, 3vw, 2rem);
    padding-bottom: clamp(0.85rem, 1.8vw, 1.15rem);
    border-bottom: 1px solid rgba(10, 16, 21, 0.08);
}

.project-gallery__header h2 {
    max-width: 22ch;
    margin: 0;
    font-family: var(--site-font-display);
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--site-color-heading);
    line-height: 1.04;
    text-align: right;
}

.project-gallery__header h2 span {
    display: block;
    color: var(--site-color-accent);
}

.project-gallery {
    display: grid;
    align-items: start;
    gap: clamp(0.9rem, 1.8vw, 1.25rem);
}

.project-gallery__item {
    margin: 0;
}

.project-gallery__trigger {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: calc(var(--site-radius-xl) + 0.05rem);
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 250, 0.92));
    box-shadow: 0 24px 62px rgba(7, 17, 24, 0.08);
    cursor: zoom-in;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.project-gallery__item--featured .project-gallery__trigger {
    min-height: 0;
}

.project-gallery__trigger:hover,
.project-gallery__trigger:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(var(--bs-primary-rgb), 0.34);
    box-shadow: 0 28px 76px rgba(7, 17, 24, 0.12);
}

.project-gallery__trigger:focus-visible {
    outline: 3px solid rgba(var(--bs-primary-rgb), 0.42);
    outline-offset: 4px;
}

.project-gallery__zoom-indicator {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 3;
    width: 3.1rem;
    height: 3.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--site-color-heading);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(0.4rem);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.project-gallery__zoom-indicator i {
    font-size: 1.05rem;
    line-height: 1;
}

.project-gallery__trigger:hover .project-gallery__zoom-indicator,
.project-gallery__trigger:focus-visible .project-gallery__zoom-indicator {
    opacity: 1;
    transform: translateY(0);
}

.project-gallery__item img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.9);
    transition: filter 0.32s ease;
}

.project-gallery__item:hover img,
.project-gallery__trigger:focus-visible img {
    filter: saturate(1.03);
}

.project-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(6, 10, 12, 0.88);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.project-lightbox.is-visible {
    opacity: 1;
    visibility: visible;
}

.project-lightbox__dialog {
    position: relative;
    display: grid;
    place-items: center;
    width: min(100%, 1480px);
    max-height: calc(100vh - 2rem);
    padding: clamp(3.6rem, 5vw, 4.4rem) clamp(0rem, 3vw, 4.2rem) clamp(1rem, 2vw, 1.6rem);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.18s ease;
}

.project-lightbox.is-visible .project-lightbox__dialog {
    transform: translateY(0) scale(1);
}

.project-lightbox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.project-lightbox__counter {
    display: inline-flex;
    align-items: center;
    min-height: 2.85rem;
    padding: 0.62rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(7, 17, 24, 0.58);
    color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    font-family: var(--site-font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.project-lightbox__close,
.project-lightbox__nav {
    position: absolute;
    z-index: 2;
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(7, 17, 24, 0.58);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.project-lightbox__close {
    top: 0;
    right: 0;
    pointer-events: auto;
}

.project-lightbox__nav {
    top: 50%;
}

.project-lightbox__nav--prev {
    left: 0;
    transform: translateY(-50%);
}

.project-lightbox__nav--next {
    right: 0;
    transform: translateY(-50%);
}

.project-lightbox__close:hover,
.project-lightbox__close:focus-visible {
    transform: translateY(-1px) scale(1.03);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
}

.project-lightbox__nav:hover,
.project-lightbox__nav:focus-visible {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
}

.project-lightbox__nav--prev:hover,
.project-lightbox__nav--prev:focus-visible {
    transform: translateY(-50%) scale(1.03);
}

.project-lightbox__nav--next:hover,
.project-lightbox__nav--next:focus-visible {
    transform: translateY(-50%) scale(1.03);
}

.project-lightbox__close:focus-visible,
.project-lightbox__nav:focus-visible {
    outline: 3px solid rgba(var(--bs-primary-rgb), 0.42);
    outline-offset: 3px;
}

.project-lightbox__close i,
.project-lightbox__nav i {
    font-size: 1.22rem;
    line-height: 1;
}

.project-lightbox__nav:disabled {
    opacity: 0.45;
    cursor: default;
}

.project-lightbox__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 7.2rem);
    object-fit: contain;
    border-radius: calc(var(--site-radius-md) + 0.1rem);
    background: transparent;
    clip-path: inset(0 round calc(var(--site-radius-md) + 0.1rem));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.prose-card--richtext {
    gap: 1.1rem;
}

.prose-card--richtext h2,
.prose-card--richtext h3,
.prose-card--richtext h4 {
    margin: 1.25rem 0 0.4rem;
    font-family: var(--site-font-display);
    color: var(--site-color-heading);
}

.prose-card--richtext p,
.prose-card--richtext li {
    color: var(--site-color-muted);
    line-height: 1.85;
}

.prose-card--richtext ul,
.prose-card--richtext ol {
    margin: 0;
    padding-left: 1.3rem;
}

.prose-card--richtext a {
    color: var(--site-color-accent-strong);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.error-state {
    min-height: calc(100vh - var(--site-header-height) - 6rem);
    display: grid;
    place-items: center;
    padding: clamp(2.25rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.error-state__card {
    width: min(100%, 48rem);
    margin-inline: auto;
    padding: clamp(1.6rem, 3vw, 2.6rem);
    text-align: left;
}

.error-state__layout {
    display: grid;
    grid-template-columns: minmax(5.5rem, 0.28fr) minmax(0, 1fr);
    gap: clamp(1.35rem, 4vw, 2.5rem);
    align-items: center;
}

.error-state__code {
    font-family: var(--site-font-display);
    font-size: clamp(3.75rem, 8vw, 6.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.9;
    color: rgba(var(--bs-primary-rgb), 0.24);
}

.error-state__content {
    display: grid;
    gap: 0.9rem;
}

.error-state__content h1 {
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.06;
}

.error-state__content p {
    max-width: 34rem;
}

.error-state__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-top: 0.15rem;
}

@media (max-width: 767.98px) {
    .error-state__card {
        text-align: center;
    }

    .error-state__layout {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.15rem;
    }

    .error-state__content {
        justify-items: center;
    }

    .error-state__content p {
        max-width: 28rem;
    }

    .error-state__actions {
        justify-content: center;
        width: 100%;
    }
}

.empty-state {
    padding: 2.5rem;
    text-align: center;
}

.site-footer {
    margin-top: clamp(1.4rem, 3vw, 2.45rem);
    padding: clamp(1.35rem, 2.6vw, 2.1rem) 0 1.35rem;
    color: var(--site-color-ink);
    background: transparent;
}

.site-footer__shell {
    display: grid;
    gap: clamp(1.3rem, 3vw, 2.5rem);
    align-items: end;
    padding: clamp(1.2rem, 2.4vw, 2rem);
    border: 1px solid rgba(10, 16, 21, 0.07);
    border-radius: var(--site-radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 249, 250, 0.68)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.055), transparent 42%);
    box-shadow: 0 16px 42px rgba(7, 17, 24, 0.045);
}

.site-footer__brand {
    display: grid;
    gap: 0.9rem;
    max-width: 48rem;
}

.site-footer__logo {
    width: clamp(118px, 10vw, 154px);
}

.site-footer__brand p {
    margin: 0;
    max-width: 42rem;
    color: var(--site-color-muted);
    font-size: 0.98rem;
    line-height: 1.72;
}

.site-footer__offer {
    width: fit-content;
    margin: 0;
    padding-top: 0.1rem;
    font-family: var(--site-font-body);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--site-color-accent-strong) !important;
}

.site-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.site-footer__contact-item {
    position: relative;
}

.site-footer__contact-item summary {
    list-style: none;
    cursor: pointer;
}

.site-footer__contact-item summary::-webkit-details-marker {
    display: none;
}

.site-footer__icon-link {
    display: inline-grid;
    place-items: center;
    width: 2.85rem;
    height: 2.85rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.58);
    color: var(--site-color-heading);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.site-footer__icon-link i {
    font-size: 1.08rem;
    line-height: 1;
}

.site-footer__icon-link:hover,
.site-footer__icon-link:focus-visible,
.site-footer__contact-item[open] .site-footer__icon-link {
    transform: translateY(-2px);
    border-color: rgba(var(--bs-primary-rgb), 0.24);
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--site-color-accent-strong);
}

.site-footer__reveal {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 3;
    display: block;
    width: max-content;
    max-width: min(18rem, calc(100vw - 3rem));
    padding: 0.58rem 0.72rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 0.86rem;
    background: rgba(255, 255, 255, 0.94);
    color: var(--site-color-heading);
    box-shadow: 0 16px 34px rgba(7, 17, 24, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: left;
}

.site-footer a {
    color: inherit;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: var(--site-color-accent-strong);
}

@media (min-width: 768px) {
    .site-footer__shell {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-footer__actions {
        justify-content: flex-end;
    }
}

.site-footer__bottom {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(10, 16, 21, 0.07);
    font-family: var(--site-font-body);
    color: var(--site-color-subtle);
    font-size: 0.84rem;
    align-items: flex-start;
}

.site-footer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    align-items: center;
    max-width: 42rem;
    line-height: 1.6;
}

.site-footer__meta a {
    font-weight: 700;
    text-decoration: none;
}

.site-footer__meta-button {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    font-weight: 700;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.site-footer__meta-button:hover,
.site-footer__meta-button:focus-visible {
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .site-footer {
    color: var(--site-color-ink);
    background: transparent;
}

:root[data-theme="dark"] .site-footer__shell {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(28, 37, 40, 0.9), rgba(18, 25, 27, 0.82)),
        linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.08), transparent 42%);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .site-footer__icon-link {
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(238, 248, 249, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

:root[data-theme="dark"] .site-footer__icon-link:hover,
:root[data-theme="dark"] .site-footer__icon-link:focus-visible,
:root[data-theme="dark"] .site-footer__contact-item[open] .site-footer__icon-link {
    border-color: rgba(var(--bs-primary-rgb), 0.25);
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .site-footer__reveal {
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(23, 31, 34, 0.98);
    color: rgba(238, 248, 249, 0.92);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

:root[data-theme="dark"] .site-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.site-body.cookie-modal-open {
    overflow: hidden;
}

.cookie-consent {
    position: fixed;
    inset: auto 0 0;
    z-index: 1300;
    pointer-events: none;
}

.cookie-consent__banner {
    width: min(70rem, calc(100% - 1.5rem));
    margin: 0 auto 0.85rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(10, 16, 21, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 70px rgba(7, 17, 24, 0.16);
    pointer-events: auto;
}

.cookie-consent__copy {
    display: grid;
    gap: 0.45rem;
}

.cookie-consent__kicker {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--site-color-accent-strong);
}

.cookie-consent h2 {
    margin: 0;
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.cookie-consent p {
    margin: 0;
    color: var(--site-color-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.cookie-consent a {
    width: fit-content;
    color: var(--site-color-accent-strong);
    font-weight: 800;
    text-decoration: none;
}

.cookie-consent a:hover,
.cookie-consent a:focus-visible {
    color: var(--site-color-heading);
}

.cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.cookie-consent__button {
    min-height: 2.9rem;
    min-width: 10rem;
    padding: 0.78rem 1.05rem;
    font-size: 0.68rem;
}

.cookie-consent__overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(5, 7, 8, 0.44);
    pointer-events: auto;
}

.cookie-consent__modal {
    position: relative;
    width: min(44rem, 100%);
    max-height: min(48rem, calc(100vh - 2rem));
    padding: clamp(1.2rem, 3vw, 1.8rem);
    display: grid;
    gap: 1.2rem;
    overflow: auto;
    border: 1px solid rgba(10, 16, 21, 0.1);
    border-radius: 1.25rem;
    background: var(--site-color-surface-strong);
    box-shadow: 0 26px 90px rgba(5, 7, 8, 0.22);
}

.cookie-consent__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--site-color-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--site-color-heading);
}

.cookie-consent__options {
    display: grid;
    gap: 0.75rem;
}

.cookie-consent__option {
    min-height: 5rem;
    padding: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    border: 1px solid var(--site-color-border);
    border-radius: 0.9rem;
    background: rgba(248, 252, 253, 0.78);
}

.cookie-consent__option strong {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--site-color-heading);
    font-family: var(--site-font-display);
    font-size: 1rem;
    line-height: 1.2;
}

.cookie-consent__option p {
    font-size: 0.86rem;
    line-height: 1.55;
}

.cookie-consent__option--toggle {
    cursor: pointer;
}

.cookie-consent__option input {
    width: 1.35rem;
    height: 1.35rem;
    accent-color: var(--site-color-accent);
}

.cookie-consent__locked {
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: var(--site-color-accent-soft);
    color: var(--site-color-accent-strong);
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
}

.cookie-consent__footer {
    display: grid;
    gap: 1rem;
}

.cookie-consent__actions--modal {
    justify-content: flex-end;
}

:root[data-theme="dark"] .cookie-consent__banner,
:root[data-theme="dark"] .cookie-consent__modal {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--site-color-surface-strong);
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
}

:root[data-theme="dark"] .cookie-consent__option {
    border-color: rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
}

:root[data-theme="dark"] .cookie-consent__close {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .site-footer__meta-button:hover,
:root[data-theme="dark"] .site-footer__meta-button:focus-visible {
    color: var(--site-color-accent-strong);
}

@media (min-width: 992px) {
    .cookie-consent__banner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .cookie-consent__actions {
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .cookie-consent__actions,
    .cookie-consent__actions--modal {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-consent__button {
        width: 100%;
        min-width: 0;
    }

    .cookie-consent__option {
        grid-template-columns: minmax(0, 1fr);
    }

    .cookie-consent__locked,
    .cookie-consent__option input {
        justify-self: start;
    }
}

.umb-block-list {
    display: contents;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    html {
        scroll-padding-top: calc(var(--site-header-height) + 1.35rem);
    }

    .section-anchor {
        scroll-margin-top: 0;
    }

    .site-header__shell {
        border-radius: 1.75rem;
    }

    .navbar-collapse {
        padding-top: 0.85rem;
    }

    .site-nav {
        gap: 0.1rem;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .site-nav__link {
        width: 100%;
        text-align: center;
        white-space: normal;
        padding: 0.85rem 0 !important;
    }

    .site-nav__link::after {
        left: 50%;
        right: auto;
        width: 4.4rem;
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
    }

    .site-nav__link:hover::after,
    .site-nav__link.is-active::after {
        transform: translateX(-50%) scaleX(1);
    }

    .site-header__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .site-header__controls {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.65rem;
        width: 100%;
        padding-inline: 0.2rem;
    }

    .site-header__actions .site-header__cta,
    .site-header__controls .language-switcher {
        width: 100%;
    }

    .site-header__actions .site-header__cta {
        inline-size: 100%;
        min-width: 0;
    }

    .site-header__controls .language-switcher {
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
        justify-content: center;
        margin-inline: 0;
    }

    .site-header__controls .theme-toggle {
        flex: 0 0 auto;
        justify-self: auto;
    }
}

@media (max-width: 991.98px) {
    .site-header__shell {
        border-radius: 1.75rem;
    }

    .navbar-collapse {
        padding-top: 0.85rem;
    }

    .site-nav {
        gap: 0.1rem;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .site-nav__link {
        width: 100%;
        text-align: center;
        white-space: normal;
        padding: 0.85rem 0 !important;
    }

    .site-nav__link::after {
        left: 50%;
        right: auto;
        width: 4.4rem;
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
    }

    .site-nav__link:hover::after,
    .site-nav__link.is-active::after {
        transform: translateX(-50%) scaleX(1);
    }

    .site-header__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-header__controls {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.65rem;
        width: 100%;
        padding-inline: 0.2rem;
    }

    .site-header__actions .site-header__cta,
    .site-header__controls .language-switcher {
        width: 100%;
    }

    .site-header__actions .site-header__cta {
        inline-size: 100%;
        min-width: 0;
    }

    .site-header__controls .language-switcher {
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
        justify-content: center;
        margin-inline: 0;
    }

    .site-header__controls .theme-toggle {
        flex: 0 0 auto;
        justify-self: auto;
    }

    .hero-showcase {
        max-width: none;
        padding: 0.45rem 0 0;
    }

    .hero-showcase__card--top {
        left: 0.75rem;
    }

    .hero-showcase__card--bottom {
        right: 0.75rem;
    }
}

@media (min-width: 1200px) {
    .site-header__shell .navbar-collapse {
        align-items: center;
        gap: 1rem;
        min-width: 0;
    }

    .site-nav {
        justify-content: center;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .section,
    .hero-section,
    .page-hero,
    .project-hero {
        padding: 2.9rem 0;
    }

    .site-footer__shell {
        gap: 1rem;
        padding: 1.25rem;
    }

    .site-footer__actions {
        width: 100%;
        gap: 0.5rem;
    }

    .site-footer__contact-item[open] {
        flex-basis: 100%;
    }

    .site-footer__reveal {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }

    .site-footer__bottom {
        font-size: 0.84rem;
    }

    .section-heading h2,
    .page-hero h1,
    .project-hero h1,
    .about-card h2,
    .prose-card h2,
    .error-state h1 {
        font-size: clamp(1.9rem, 9vw, 3rem);
    }

    .hero-section__title {
        font-size: clamp(2.2rem, 11vw, 3.6rem);
    }

    .hero-showcase {
        display: grid;
        gap: 0.85rem;
        max-width: none;
        padding: 0.5rem 0 0;
    }

    .hero-showcase__badge {
        position: static;
        margin-bottom: 0.15rem;
    }

    .hero-showcase__card {
        position: static;
        max-width: none;
    }

    .project-meta {
        grid-template-columns: 1fr;
    }

    .project-gallery__header {
        display: grid;
        align-items: start;
    }

    .project-gallery__header h2 {
        justify-self: end;
    }
}

@media (min-width: 992px) {
    .project-hero__grid {
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
        gap: clamp(2rem, 3vw, 3rem);
    }

    .project-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-gallery__item--featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        padding-top: 0.75rem;
    }

    .site-header__shell {
        min-height: auto;
        border-radius: 1.35rem;
    }

    .section-panel,
    .error-state__card,
    .showcase-frame,
    .project-gallery__item {
        border-radius: 1.35rem;
    }

    .site-button {
        width: 100%;
    }

    .section,
    .hero-section,
    .page-hero,
    .project-hero {
        padding: 2.5rem 0;
    }

    .project-hero__actions {
        grid-template-columns: 1fr;
    }

    .project-hero__actions .site-button {
        width: 100%;
    }

    .showcase-frame__screen img {
        aspect-ratio: 4 / 3.2;
    }

    .project-gallery {
        gap: 0.85rem;
    }

    .project-preview__image {
        min-height: 0;
    }

    .project-gallery__trigger {
        min-height: 0;
    }

    .project-gallery__item--featured .project-gallery__trigger {
        min-height: 0;
    }

    .project-gallery__zoom-indicator {
        width: 2.6rem;
        height: 2.6rem;
        right: 0.8rem;
        bottom: 0.8rem;
    }

    .project-lightbox__dialog {
        width: 100%;
        padding: 3.55rem 0 1rem;
    }

    .project-lightbox__toolbar {
        top: 0;
        left: 0;
        right: 0;
    }

    .project-lightbox__counter {
        min-height: 2.7rem;
        padding: 0.55rem 0.8rem;
        font-size: 0.64rem;
    }

    .project-lightbox__close {
        top: 0;
        right: 0;
        width: 2.7rem;
        height: 2.7rem;
    }

    .project-lightbox__nav {
        width: 2.7rem;
        height: 2.7rem;
    }

    .project-lightbox__nav--prev {
        left: 0;
    }

    .project-lightbox__nav--next {
        right: 0;
    }

    .project-lightbox__image {
        max-height: calc(100vh - 6.6rem);
    }
}

/* =========================
   HERO REFINEMENT
   ========================= */

.hero-section__shell--editorial {
    position: relative;
    overflow: hidden;
}

.hero-section__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    opacity: 0.9;
}

.hero-section__orb--a {
    top: -7rem;
    left: -7rem;
    width: 18rem;
    height: 18rem;
    background: rgba(var(--bs-primary-rgb), 0.18);
}

.hero-section__orb--b {
    right: -6rem;
    bottom: -7rem;
    width: 16.5rem;
    height: 16.5rem;
    background: rgba(var(--bs-primary-rgb), 0.08);
}

.hero-editorial {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 4vw, 3.25rem);
    align-items: center;
}

.hero-editorial__copy {
    max-width: 35rem;
}

.hero-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.7rem;
    min-width: 12.75rem;
}

.hero-section__actions .site-button {
    justify-content: center;
    text-align: center;
}

.hero-section__content {
    gap: 1.55rem;
}

.hero-section__title {
    max-width: 10ch;
    font-size: clamp(3rem, 6.6vw, 5.95rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
}

.hero-section__lead {
    max-width: 37rem;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--site-color-muted);
}

.hero-editorial__visual {
    position: relative;
    display: grid;
    gap: 1.3rem;
    max-width: 100%;
    padding-top: 1rem;
}

.hero-editorial__badge {
    position: absolute;
    top: 0;
    right: 1.15rem;
    z-index: 4;
    padding: 0.85rem 1.2rem;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
}

.showcase-frame--hero {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--site-radius-xl) + 0.2rem);
}

.showcase-frame__screen--hero {
    padding: 0.75rem;
}

.showcase-frame__screen--hero img {
    width: 100%;
    min-height: clamp(21rem, 37vw, 29rem);
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 1.45rem;
}

.hero-editorial__surface {
    position: relative;
    overflow: hidden;
    min-height: clamp(24rem, 43vw, 31rem);
    padding: 1rem;
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.12), transparent 26%),
        linear-gradient(180deg, rgba(244, 247, 248, 0.98), rgba(238, 243, 244, 0.98));
}

.hero-editorial__main {
    position: relative;
    z-index: 2;
    width: min(70%, 32rem);
    margin: 3.2rem auto 0;
}

.hero-editorial__browser {
    overflow: hidden;
    border: 1px solid rgba(10, 16, 21, 0.09);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.98);
    padding: 0.85rem;
    box-shadow: 0 30px 60px rgba(12, 22, 28, 0.12);
}

.hero-editorial__browser-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.15rem 0.15rem 0.95rem;
}

.hero-editorial__browser-bar span {
    display: block;
    height: 0.65rem;
    border-radius: 999px;
}

.hero-editorial__browser-bar span:first-child {
    width: 5.2rem;
    background: rgba(10, 16, 21, 0.1);
}

.hero-editorial__browser-bar span:last-child {
    width: 2.6rem;
    background: rgba(var(--bs-primary-rgb), 0.56);
}

.hero-editorial__browser-body {
    display: grid;
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(10, 16, 21, 0.05);
    border-radius: 1.25rem;
    background: rgba(251, 252, 252, 0.95);
}

.hero-editorial__browser-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.hero-editorial__kicker-line {
    display: block;
    width: 5.8rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.54);
}

.hero-editorial__text-lines,
.hero-editorial__ghost-lines,
.hero-editorial__thumb-lines {
    display: grid;
    gap: 0.5rem;
}

.hero-editorial__text-lines i,
.hero-editorial__ghost-lines i,
.hero-editorial__thumb-lines i {
    display: block;
    height: 0.72rem;
    border-radius: 999px;
    background: rgba(10, 16, 21, 0.08);
}

.hero-editorial__text-lines i:last-child,
.hero-editorial__ghost-lines i:last-child {
    width: 78%;
}

.hero-editorial__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    padding-top: 0.3rem;
}

.hero-editorial__stats span {
    display: block;
    min-height: 4rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(243, 247, 248, 0.98), rgba(238, 242, 243, 0.98));
}

.hero-editorial__browser-preview {
    overflow: hidden;
    border-radius: 1.15rem;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(232, 236, 238, 0.98), rgba(217, 224, 227, 0.98));
}

.hero-editorial__browser-preview img {
    width: 100%;
    height: 100%;
    min-height: 14rem;
    object-fit: cover;
}

.hero-editorial__ghost {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 1.25rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(15, 25, 30, 0.08);
    backdrop-filter: blur(16px);
}

.hero-editorial__ghost span {
    display: block;
    width: 4rem;
    height: 0.55rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.5);
}

.hero-editorial__ghost--left {
    top: 18%;
    left: 4%;
    width: 28%;
}

.hero-editorial__ghost--dark {
    right: 2%;
    bottom: 10%;
    width: 22%;
    background: linear-gradient(180deg, rgba(22, 36, 42, 0.98), rgba(15, 26, 31, 0.98));
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(10, 18, 24, 0.18);
}

.hero-editorial__ghost--dark span {
    background: rgba(var(--bs-primary-rgb), 0.76);
}

.hero-editorial__ghost--dark .hero-editorial__ghost-lines i {
    background: rgba(255, 255, 255, 0.15);
}

.hero-editorial__thumb {
    position: absolute;
    right: 12%;
    bottom: 7%;
    z-index: 3;
    width: 16%;
    min-width: 6.4rem;
    padding: 0.55rem;
    border: 1px solid rgba(10, 16, 21, 0.08);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 35px rgba(12, 22, 28, 0.1);
}

.hero-editorial__thumb-media {
    min-height: 4.8rem;
    margin-bottom: 0.75rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(232, 236, 238, 0.98), rgba(217, 224, 227, 0.98));
}

.hero-editorial__thumb-lines i:last-child {
    width: 68%;
    background: rgba(var(--bs-primary-rgb), 0.56);
}

.hero-editorial__insights {
    display: grid;
    gap: 1rem;
    align-items: start;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(10, 16, 21, 0.06);
}

.hero-editorial__insight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
}

.hero-editorial__insight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.16), rgba(255, 255, 255, 0.98));
    box-shadow: 0 10px 24px rgba(var(--bs-primary-rgb), 0.12);
    color: var(--site-color-accent-strong);
}

.hero-editorial__insight-icon span {
    display: block;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: currentColor;
}

.hero-editorial__insight-copy {
    display: grid;
    gap: 0.25rem;
}

.hero-editorial__insight-copy span {
    font-family: var(--site-font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--site-color-subtle);
}

.hero-editorial__insight-copy strong {
    max-width: 30ch;
    color: var(--site-color-muted);
    line-height: 1.65;
    font-size: 0.98rem;
}

.hero-editorial__insights-divider {
    display: block;
    width: 1px;
    min-height: 4.6rem;
    align-self: stretch;
    background: rgba(10, 16, 21, 0.08);
}

.hero-process-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    margin-top: 1.45rem;
}

.hero-process-card {
    display: grid;
    gap: 1rem;
    min-height: 100%;
    padding: 1.35rem 1.3rem;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.12);
    border-radius: 1.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 251, 0.82));
    box-shadow: 0 18px 40px rgba(7, 17, 24, 0.06);
}

.hero-process-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.95rem;
    height: 2.95rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.18), rgba(255, 255, 255, 0.96));
    box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.14);
    color: var(--site-color-accent-strong);
}

.hero-process-card__icon i {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
}

.hero-process-card--2 .hero-process-card__icon {
    background: linear-gradient(135deg, var(--site-color-lux-soft), rgba(255, 255, 255, 0.96));
}

.hero-process-card--3 .hero-process-card__icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.14), rgba(245, 250, 251, 0.96));
}

.hero-process-card__copy {
    display: grid;
    gap: 0.55rem;
}

.hero-process-card h2 {
    margin: 0;
    font-family: var(--site-font-display);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: var(--site-color-heading);
}

.hero-process-card p {
    max-width: 30ch;
    margin: 0;
    color: var(--site-color-muted);
    line-height: 1.8;
}

@media (min-width: 992px) {
    .hero-editorial {
        grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    }

    .hero-editorial__copy {
        padding-right: 0.75rem;
    }

    .hero-editorial__browser-body {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    }

    .hero-editorial__insights {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 1.5rem;
    }

    .hero-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .hero-editorial {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.08fr);
    }

    .hero-editorial__surface {
        min-height: 30rem;
        padding: 1.25rem;
    }
}

@media (max-width: 991.98px) {
    .hero-section__title {
        font-size: clamp(2.7rem, 10vw, 4.25rem);
    }

    .hero-editorial__visual {
        padding-top: 0.4rem;
    }

    .hero-editorial__badge {
        position: static;
        margin-left: auto;
    }

    .showcase-frame__screen--hero img {
        min-height: 0;
        aspect-ratio: 16 / 10.5;
    }

    .hero-editorial__surface {
        min-height: 25rem;
    }

    .hero-editorial__main {
        width: min(78%, 32rem);
        margin-top: 2.8rem;
    }

    .hero-editorial__insight-copy strong,
    .hero-process-card p {
        max-width: none;
    }

    .hero-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-process-grid > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .hero-section__actions {
        width: 100%;
    }

        .hero-section__actions .site-button {
            width: 100%;
        }

    .hero-section__button {
        min-width: 0;
    }

    .showcase-frame__screen--hero {
        padding: 0.65rem;
    }

    .showcase-frame__screen--hero img {
        aspect-ratio: 4 / 3.2;
        border-radius: 1.2rem;
    }

    .hero-editorial__surface {
        min-height: 22rem;
        padding: 0.8rem;
    }

    .hero-editorial__main {
        width: calc(100% - 3.75rem);
        margin-top: 2.25rem;
    }

    .hero-editorial__browser {
        padding: 0.65rem;
        border-radius: 1.3rem;
    }

    .hero-editorial__browser-body {
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .hero-editorial__browser-preview img {
        min-height: 10rem;
    }

    .hero-editorial__thumb {
        right: 0.85rem;
        bottom: 0.85rem;
        width: 30%;
        min-width: 5.4rem;
    }

    .hero-editorial__thumb-media {
        min-height: 3.9rem;
    }

    .hero-process-grid {
        grid-template-columns: 1fr;
    }
}

:root[data-theme="dark"] .hero-editorial__surface {
    background:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.16), transparent 26%),
        linear-gradient(180deg, rgba(26, 34, 37, 0.98), rgba(18, 24, 27, 0.98));
}

:root[data-theme="dark"] .hero-editorial__browser,
:root[data-theme="dark"] .hero-editorial__ghost,
:root[data-theme="dark"] .hero-editorial__thumb,
:root[data-theme="dark"] .hero-process-card {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(24, 33, 35, 0.94), rgba(18, 25, 27, 0.88));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .hero-editorial__browser-body {
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

:root[data-theme="dark"] .hero-editorial__browser-bar span:first-child,
:root[data-theme="dark"] .hero-editorial__text-lines i,
:root[data-theme="dark"] .hero-editorial__ghost-lines i,
:root[data-theme="dark"] .hero-editorial__thumb-lines i {
    background: rgba(255, 255, 255, 0.14);
}

:root[data-theme="dark"] .hero-editorial__browser-bar span:last-child,
:root[data-theme="dark"] .hero-editorial__kicker-line,
:root[data-theme="dark"] .hero-editorial__thumb-lines i:last-child,
:root[data-theme="dark"] .hero-editorial__ghost span {
    background: rgba(var(--bs-primary-rgb), 0.72);
}

:root[data-theme="dark"] .hero-editorial__stats span,
:root[data-theme="dark"] .hero-editorial__thumb-media,
:root[data-theme="dark"] .hero-editorial__browser-preview {
    background: linear-gradient(180deg, rgba(47, 59, 63, 0.98), rgba(28, 37, 40, 0.98));
}

:root[data-theme="dark"] .hero-editorial__insights {
    border-top-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .hero-editorial__insights-divider {
    background: rgba(255, 255, 255, 0.12);
}

:root[data-theme="dark"] .hero-editorial__insight-icon,
:root[data-theme="dark"] .hero-process-card__icon {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.22), rgba(255, 255, 255, 0.05));
    color: var(--site-color-accent-strong);
}

:root[data-theme="dark"] .hero-editorial__insight-copy strong,
:root[data-theme="dark"] .hero-process-card p {
    color: var(--site-color-muted);
}

:root[data-theme="dark"] .hero-editorial__ghost--dark {
    background: linear-gradient(180deg, rgba(8, 13, 15, 0.98), rgba(5, 8, 10, 0.98));
}
