@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/CormorantGaramond-400-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/CormorantGaramond-400-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/CormorantGaramond-500-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/CormorantGaramond-500-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Lato-400-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Lato-400-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Lato-700-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Lato-700-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary: #6b1f2f;
    --primary-dark: #46101c;
    --primary-soft: rgba(107, 31, 47, 0.08);
    --ink: #111012;
    --ink-soft: #4a4448;
    --paper: #ffffff;
    --paper-soft: #f7f2ee;
    --line: rgba(17, 16, 19, 0.12);
    --shadow: 0 24px 60px rgba(12, 10, 12, 0.12);
    --max: 1320px;
    --header-height: 92px;
    --font-sans: "Lato", "Helvetica Neue", Arial, sans-serif;
    --font-serif: "Cormorant Garamond", "Times New Roman", serif;
    --scroll-progress: 0;
    --scroll-y: 0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100%;
    font-family: var(--font-sans);
    color: var(--ink);
    background: radial-gradient(1200px 520px at 85% -10%, rgba(107, 31, 47, 0.12), transparent 60%), radial-gradient(720px 320px at 10% 15%, rgba(17, 16, 19, 0.06), transparent 60%), linear-gradient(180deg, rgba(107, 31, 47, 0.04), rgba(107, 31, 47, 0) 35%), var(--paper);
    line-height: 1.6;
    padding-top: var(--header-height);
    overflow-x: hidden;
}

body.is-loading {
    overflow: hidden;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
}

section {
    scroll-margin-top: calc(var(--header-height) + 12px);
}

.eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--primary);
    margin: 0 0 10px;
}

.eyebrow--light {
    color: rgba(255, 255, 255, 0.82);
}

.display {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.1;
    margin: 0 0 18px;
}

h1 {
    font-size: 2rem;
}

.display span {
    display: block;
}

.display__accent {
    display: inline-block;
    margin-top: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(107, 31, 47, 0.4);
    font-size: clamp(16px, 2.4vw, 20px);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.h2 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(28px, 3.6vw, 46px);
    margin: 0 0 12px;
}

.h2--light {
    color: #fff;
}

.h3 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px;
}

.h3--light {
    color: #fff;
}

.p {
    margin: 0 0 16px;
    color: var(--ink-soft);
}

.p--light {
    color: rgba(255, 255, 255, 0.85);
}

.p.small {
    font-size: 13px;
}

.subtle {
    opacity: 0.75;
}

.text-link {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    border-bottom: 1px solid rgba(107, 31, 47, 0.4);
    padding-bottom: 2px;
    color: var(--primary);
}

.text-link--light {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

.text-link:hover {
    border-bottom-color: rgba(107, 31, 47, 0.9);
}

.text-link--light:hover {
    border-bottom-color: rgba(255, 255, 255, 0.9);
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.social-link__icon {
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 15px;
}

.social-link__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.social-link__label {
    display: inline-block;
}

.text-link.social-link {
    border-bottom: 0;
    padding-bottom: 0;
}

.text-link.social-link .social-link__label {
    border-bottom: 1px solid rgba(107, 31, 47, 0.4);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
}

.text-link.social-link:hover .social-link__label {
    border-bottom-color: rgba(107, 31, 47, 0.9);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 2px solid transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease, transform 0.2s ease;
}

.btn:active {
    transform: scale(0.98);
}

.btn::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.6px solid currentColor;
    border-right: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-0.5px);
    transition: transform 0.2s ease;
}

.btn:hover::after {
    transform: rotate(45deg) translate(1px, -0.5px);
}

.btn--primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn--primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn--outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.12);
}

.btn--outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn--compact {
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0.2em;
}

.btn--compact::after,
.site-nav .btn::after {
    width: 6px;
    height: 6px;
}


/* Page Loader */

.page-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: #0e0d11;
    z-index: 2000;
    overflow: hidden;
}

.page-loader__backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 360px at 50% 20%, rgba(107, 31, 47, 0.6), transparent 65%), radial-gradient(420px 280px at 20% 80%, rgba(255, 255, 255, 0.08), transparent 60%), linear-gradient(135deg, rgba(14, 13, 17, 0.96), rgba(107, 31, 47, 0.7));
    opacity: 0.9;
    animation: loader-backdrop 7s ease-in-out infinite;
}

.page-loader__build {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 10px;
}

.page-loader__frame {
    position: relative;
    width: min(220px, 62vw);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.page-loader__frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-loader__house {
    width: min(120px, 42vw);
    height: min(120px, 42vw);
    color: #fff;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.4));
}

.page-loader__house .motif__line {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    animation: loader-draw 1s ease-out forwards;
}

.page-loader__house .motif__line.line-2 {
    animation-delay: 0.08s;
}

.page-loader__house .motif__line.line-3 {
    animation-delay: 0.16s;
}

.page-loader__house .motif__line.line-4 {
    animation-delay: 0.24s;
}

.page-loader__house .motif__line.line-5 {
    animation-delay: 0.32s;
}

.page-loader__house .motif__window {
    fill: currentColor;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation: loader-pop 0.6s ease-out forwards;
}

.page-loader__house .motif__window.window-1 {
    animation-delay: 0.5s;
}

.page-loader__house .motif__window.window-2 {
    animation-delay: 0.58s;
}

.page-loader__caption {
    font-family: var(--font-serif);
    font-size: 16px;
    letter-spacing: 0.18em;
}

.page-loader__subtitle {
    opacity: 0.7;
}

body.is-loaded .page-loader {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

body.is-loaded .page-loader__build {
    transform: translateY(10px) scale(0.98);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

body.is-loaded .page-loader__backdrop {
    opacity: 0;
    transition: opacity 0.4s ease;
}

@keyframes loader-backdrop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes loader-draw {
    0% {
        stroke-dashoffset: 220;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes loader-pop {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* Scroll Progress */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #af243f;
    transform: scaleX(var(--scroll-progress));
    transform-origin: left;
    transition: transform 0.1s linear;
    z-index: 1200;
    pointer-events: none;
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    box-shadow: var(--shadow);
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    z-index: 1100;
}

.back-to-top__icon {
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--primary);
    border-top: 2px solid var(--primary);
    transform: rotate(45deg);
    margin-top: 2px;
}

.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
    border-color: rgba(107, 31, 47, 0.4);
    background: #fff;
    box-shadow: 0 20px 48px rgba(12, 10, 12, 0.18);
}


/* Header */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    z-index: 1000;
    --header-ink: #fff;
    --header-line: rgba(255, 255, 255, 0.4);
    color: var(--header-ink);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.site-header.is-scrolled {
    --header-ink: var(--ink);
    --header-line: var(--line);
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
}

body.page--legal .site-header {
    --header-ink: var(--ink);
    --header-line: var(--line);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    height: 100%;
}

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

.brand__logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand__mark {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}

.brand__mark--oc {
    width: 36px;
    height: 52px;
}

.brand__text {
    display: grid;
    gap: 4px;
    color: var(--header-ink);
    padding-left: 12px;
    border-left: 1px solid var(--header-line);
}

.brand__name {
    display: grid;
    gap: 2px;
    font-family: var(--font-serif);
    line-height: 1.05;
}

.brand__name-primary {
    font-size: 18px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.brand__name-secondary {
    font-size: 13px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    opacity: 0.9;
    font-weight: 600;
}

.brand__tag {
    max-width: 320px;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: none;
    opacity: 0.9;
    font-weight: 500;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    color: var(--header-ink);
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 2px;
    border-bottom: 1px solid transparent;
}

.site-nav a:not(.btn)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.44;
    transform: translateY(-1px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
    border-bottom-color: var(--header-line);
}

.site-nav a:not(.btn):hover::before {
    opacity: 0.75;
    transform: translateY(-1px) scale(1.06);
}

.site-nav .btn {
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 10px 18px;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--header-line);
    background: transparent;
    color: var(--header-ink);
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-toggle__icon {
    position: relative;
    width: 22px;
    height: 2px;
    background: currentColor;
    display: inline-block;
}

.nav-toggle__icon::before,
.nav-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s ease;
}

.nav-toggle__icon::before {
    top: -6px;
}

.nav-toggle__icon::after {
    top: 6px;
}

body.nav-open .nav-toggle__icon {
    background: transparent;
}

body.nav-open .nav-toggle__icon::before {
    transform: translateY(6px) rotate(45deg);
}

body.nav-open .nav-toggle__icon::after {
    transform: translateY(-6px) rotate(-45deg);
}


/* Hero */

.hero {
    position: relative;
    min-height: clamp(620px, 100vh, 960px);
    margin-top: calc(var(--header-height) * -1);
    --hero-focus-y: 0%;
    --hero-shift-x: clamp(28px, 5vw, 64px);
    --hero-scale: 1.12;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 45%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 2;
}

.hero__media {
    position: absolute;
    inset: 0;
    background-image: url("assets/RTL_LUX_TurczerJózsef2602.avif");
    background-size: cover;
    background-position: 50% var(--hero-focus-y, 0%);
    filter: saturate(0.9) contrast(1.02);
    transform: translate3d(var(--hero-shift-x), calc(var(--scroll-y) * -0.06px), 0) scale(var(--hero-scale));
    will-change: transform;
    z-index: 0;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(107, 31, 47, 0.72) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 3;
    padding: 170px 0 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 64px;
}

.hero__text {
    max-width: 520px;
    background: linear-gradient(135deg, rgba(8, 8, 10, 0.55), rgba(8, 8, 10, 0.16));
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(6px);
}

.lead {
    font-size: 17px;
}

.lead--light {
    color: rgba(255, 255, 255, 0.85);
}

.hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 14px;
}

.hero__tags span {
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.hero__sub {
    margin-bottom: 18px;
}

.hero__note {
    display: inline-block;
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.hero__actions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.hero__actions li {
    min-width: 190px;
}

.hero__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
}

.hero__motifs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(320px, 100%);
}

.motif-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    padding: 14px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 10px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}

.motif-card__label {
    color: rgba(255, 255, 255, 0.75);
}

.motif {
    width: 72px;
    height: 72px;
    color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.28));
}

.motif__line {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    animation: motif-draw 10s ease-in-out infinite;
}

.motif__line.line-2 {
    animation-delay: 0.2s;
}

.motif__line.line-3 {
    animation-delay: 0.4s;
}

.motif__line.line-4 {
    animation-delay: 0.6s;
}

.motif__line.line-5 {
    animation-delay: 0.8s;
}

.motif__window {
    fill: currentColor;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation: motif-pop 10s ease-in-out infinite;
}

.motif__window.window-1 {
    animation-delay: 0.7s;
}

.motif__window.window-2 {
    animation-delay: 1s;
}

.motif__dot {
    fill: currentColor;
}

.motif__pulse {
    fill: none;
    stroke: rgba(255, 255, 255, 0.6);
    stroke-width: 1.4;
    transform-box: fill-box;
    transform-origin: center;
    animation: motif-pulse 6s ease-out infinite;
    opacity: 0;
}

.motif__pulse--delay {
    animation-delay: 1.8s;
}

@keyframes motif-draw {
    0% {
        stroke-dashoffset: 220;
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    38% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes motif-pop {
    0%,
    32% {
        opacity: 0;
        transform: scale(0.6);
    }
    44% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes motif-pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.4);
    }
    60% {
        opacity: 0;
        transform: scale(2.4);
    }
    100% {
        opacity: 0;
        transform: scale(2.4);
    }
}


/* Sections */

.section {
    padding: 112px 0;
    border-top: 1px solid var(--line);
}

.section--image {
    position: relative;
    padding: 180px 0;
    --about-focus-y: 8%;
    color: #fff;
    border-top: none;
}

.section--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(107, 31, 47, 0.78) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
}

.section__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(0.92);
    z-index: 0;
}

.section__media--about {
    background-image: url("assets/RTL_LUX_TurczerJózsef2129.avif");
    background-position: 50% var(--about-focus-y, 0%);
}

.section--about {
    background: var(--paper);
}

.about {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
}

.about__content {
    padding: 34px 36px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.about__content .btn {
    margin-top: 16px;
}

.about__intro {
    margin-bottom: 18px;
}

.about__pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 18px;
}

.about__pillar {
    border: 1px solid var(--line);
    background: var(--paper-soft);
    padding: 16px;
    display: grid;
    gap: 10px;
    box-shadow: 0 12px 24px rgba(12, 10, 12, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.about__pillar:hover {
    transform: translateY(-4px);
    border-color: rgba(107, 31, 47, 0.3);
}

.about__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(107, 31, 47, 0.3);
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--primary);
    box-shadow: 0 8px 18px rgba(12, 10, 12, 0.12);
    animation: about-float 6s ease-in-out infinite;
}

.about__icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about__pillar:nth-child(2) .about__icon {
    animation-delay: 0.4s;
}

.about__pillar:nth-child(3) .about__icon {
    animation-delay: 0.8s;
}

.about__pillar:nth-child(4) .about__icon {
    animation-delay: 1.2s;
}

.about__segments {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.about__segment {
    padding: 14px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 10px 20px rgba(12, 10, 12, 0.08);
}

.about__segment-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: var(--primary);
    margin-bottom: 8px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 18px;
}

.about__stat {
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--paper-soft);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
}

.about__stat-num {
    display: block;
    font-family: var(--font-serif);
    font-size: 26px;
    letter-spacing: 0.06em;
    color: var(--primary);
    text-transform: none;
}

.about__stat-label {
    display: block;
    margin-top: 6px;
    color: var(--ink-soft);
}

.about__list {
    margin: 0 0 18px;
}

.about__list strong {
    color: var(--ink);
    font-weight: 600;
}

.about__figure {
    margin: 0;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

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

.about__figure figcaption {
    padding: 12px 16px 16px;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

@keyframes about-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.section__content {
    position: relative;
    z-index: 2;
}

.section__content--center {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.section--primary {
    position: relative;
    background: linear-gradient(135deg, #6b1f2f 0%, #57202c 50%, #45101c 100%);
    color: #fff;
    border-top: none;
    overflow: hidden;
}

.section--primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(520px 320px at 15% 10%, rgba(255, 255, 255, 0.16), transparent 60%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

.section--primary::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -20px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.4), transparent 70%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.section--primary>.container {
    position: relative;
    z-index: 1;
}

.section--soft {
    background: var(--paper-soft);
}

.section--press {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f5f0ec 100%);
}

.section--press::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(420px 260px at 85% 20%, rgba(107, 31, 47, 0.1), transparent 60%);
    opacity: 0.32;
    pointer-events: none;
}

.section--press>.container {
    position: relative;
    z-index: 1;
}

.press {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.press__media {
    position: relative;
    border: 1px solid rgba(17, 16, 19, 0.1);
    box-shadow: var(--shadow);
    background: #fff;
}

.press__media::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(107, 31, 47, 0.2);
    pointer-events: none;
}

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

.press__media figcaption {
    padding: 12px 16px 16px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.press__signature {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--ink-soft);
}

.press__signature-name {
    font-family: var(--font-serif);
    font-size: 14px;
    letter-spacing: 0.14em;
    color: var(--ink);
}

.press__signature-title {
    font-size: 13px;
    letter-spacing: 0.04em;
    opacity: 0.9;
    font-weight: 600;
    line-height: 1.45;
}

.section__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.section__head--light {
    align-items: flex-end;
}

.section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.18);
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    max-width: 320px;
    text-align: right;
    line-height: 1.4;
}

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

.card {
    padding: 24px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 20px 40px rgba(12, 10, 12, 0.1);
}

.card--light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

.split--reverse> :first-child {
    order: 2;
}

.split--reverse> :last-child {
    order: 1;
}

.split__image img {
    width: 100%;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.list {
    margin: 0;
    padding-left: 20px;
    color: var(--ink-soft);
}

.list li {
    margin: 8px 0;
}

.list__note {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.8;
}

.list--light .list__note {
    opacity: 0.9;
}

.list--light {
    color: rgba(255, 255, 255, 0.88);
}

.list--light strong {
    color: #fff;
}

.list--icon {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

.list--icon li {
    position: relative;
    padding-left: 28px;
    margin: 0;
}

.list--icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024'%3E%3Cpath d='M20%206L9%2017l-5-5' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 12px 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.services-list {
    column-count: 2;
    column-gap: 32px;
}

.services-list li {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
}

.services-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.14) no-repeat center / 12px 12px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.services-list li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 11.5L12 5l8 6.5M6.5 10.5V19h11v-8.5M10 19v-4h4v4' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-list li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M8 20V6h8v14M10 9h4M10 12h4M11 20v-4h2v4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-list li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16M7 15l3-3 3 2 4-5M15 9h2v2' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-list li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l7 3v5c0 4.5-3 7-7 8-4-1-7-3.5-7-8V7l7-3zm-3.2 8 2.4 2.4 4-4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.section--faq {
    background: var(--paper-soft);
}

.faq {
    display: grid;
    gap: 24px;
}

.faq__head {
    max-width: 720px;
}

.faq__list {
    display: grid;
    gap: 14px;
}

.faq__item {
    border: 1px solid var(--line);
    background: #fff;
    padding: 0 18px;
    box-shadow: 0 12px 24px rgba(12, 10, 12, 0.08);
}

.faq__item[open] {
    border-color: rgba(107, 31, 47, 0.35);
}

.faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 34px 16px 30px;
    font-weight: 600;
    color: var(--ink);
    position: relative;
}

.faq__item summary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.22);
    background: rgba(107, 31, 47, 0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.2 9.2a2.8 2.8 0 1 1 4.4 2.3c-.8.5-1.6 1.1-1.6 2.1v.4' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='17.1' r='0.8' fill='%236b1f2f'/%3E%3C/svg%3E") no-repeat center / 11px 11px;
}

.faq__item summary:focus-visible {
    outline: 2px solid rgba(107, 31, 47, 0.6);
    outline-offset: 4px;
}

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

.faq__item summary::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(107, 31, 47, 0.9);
    border-bottom: 2px solid rgba(107, 31, 47, 0.9);
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
}

.faq__item[open] summary::after {
    transform: translateY(-40%) rotate(-135deg);
}

.faq__answer {
    padding: 0 0 16px;
}

.panel {
    padding: 28px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 20px 40px rgba(12, 10, 12, 0.1);
    position: relative;
}

.panel::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(107, 31, 47, 0.18);
    pointer-events: none;
}

.panel--accent {
    border-color: rgba(107, 31, 47, 0.24);
    background: linear-gradient(180deg, rgba(107, 31, 47, 0.08), #fff 60%);
}

.panel__kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 14px;
}

.kpi {
    padding: 12px;
    border: 1px solid rgba(107, 31, 47, 0.18);
    background: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
}

.kpi__value {
    display: block;
    font-family: var(--font-serif);
    font-size: 22px;
    letter-spacing: 0.06em;
    color: var(--primary);
    text-transform: none;
}

.kpi__label {
    display: block;
    margin-top: 6px;
    color: var(--ink-soft);
}

.panel--outlined {
    border-color: rgba(107, 31, 47, 0.3);
}

.panel__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.panel__list span {
    border: 1px solid rgba(107, 31, 47, 0.28);
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.panel__list span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.34);
    background: rgba(107, 31, 47, 0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%236b1f2f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 8px 8px;
    flex: 0 0 12px;
}

.panel .btn {
    margin-top: 18px;
}

.section--sales {
    background: var(--paper);
}

.sales__steps {
    display: grid;
    gap: 14px;
    margin: 24px 0 20px;
}

.sales__step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 14px 44px 14px 16px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 24px rgba(12, 10, 12, 0.08);
    position: relative;
}

.sales__step::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid rgba(107, 31, 47, 0.2);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 11px 11px;
}

#process .sales__step:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm5 1 3 3' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#process .sales__step:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v4M12 17v4M3 12h4M17 12h4M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#process .sales__step:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h5l2-2h4l2 2h5v10H3V8zm9 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#process .sales__step:nth-child(4)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h4l6-4v8l-6-4H4zm10-1.5 3-2v7l-3-2M8 14v3' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#process .sales__step:nth-child(5)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14a3 3 0 1 1 2.9 1.8L13 13h2v2h2v2h2' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#developers .sales__step:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v14H5zM5 10h14M10 5v14' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#developers .sales__step:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 12a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 0a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zM3.5 19a5 5 0 0 1 10 0M10.5 19a5 5 0 0 1 10 0' fill='none' stroke='%236b1f2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#developers .sales__step:nth-child(3)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16M7 15v-3M12 15v-6M17 15V8' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sales__step-num {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(107, 31, 47, 0.3);
    color: var(--primary);
    font-family: var(--font-serif);
    letter-spacing: 0.12em;
}

.sales__outcome {
    padding: 16px 18px;
    border-left: 2px solid var(--primary);
    background: var(--paper-soft);
    display: grid;
    gap: 10px;
    align-items: start;
}

.sales__outcome-label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 6px;
    font-weight: 600;
}

.sales__outcome-text {
    margin: 0;
    color: var(--ink);
    font-weight: 600;
}

.sales__outcome .btn {
    justify-self: flex-start;
}

.section--investment {
    background: var(--paper);
}

.investment {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
}

.investment--reverse> :first-child {
    order: 2;
}

.investment--reverse> :last-child {
    order: 1;
}

.investment__content {
    max-width: 560px;
}

.investment__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.investment__note {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.investment__cards {
    display: grid;
    gap: 16px;
}

.investment-card {
    position: relative;
    padding: 18px 20px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 16px 30px rgba(12, 10, 12, 0.08);
}

.investment-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    background: rgba(107, 31, 47, 0.4);
}

.investment-card__title {
    display: block;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 8px;
}

.success__tags {
    text-transform: uppercase;
    letter-spacing: 0.22em;
}


/* Contact */

.section--contact {
    background: var(--paper-soft);
}

.contact {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: start;
}

.contact__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}

.contact__info {
    margin: 18px 0;
    display: grid;
    gap: 10px;
}

.contact__meta {
    margin: 0;
}

.contact__meta-label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 6px;
    font-weight: 600;
}

.contact__phone {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-serif);
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--primary);
}

.contact__phone:hover {
    color: var(--primary-dark);
}

.form {
    border: 1px solid var(--line);
    background: #fff;
    padding: 24px;
    box-shadow: var(--shadow);
}

.form__honeypot {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.field {
    display: block;
    margin-bottom: 14px;
}

.field span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 6px;
    font-weight: 600;
}

.field--checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.field--checkbox span {
    margin-bottom: 0;
}

.field--checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--primary);
}

input,
textarea,
select {
    width: 100%;
    border-radius: 0;
    border: 1px solid rgba(17, 16, 19, 0.2);
    background: #fff;
    padding: 12px 14px;
    color: var(--ink);
    font-family: var(--font-sans);
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(107, 31, 47, 0.5);
    box-shadow: 0 0 0 3px rgba(107, 31, 47, 0.15);
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, rgba(107, 31, 47, 0.9) 50%), linear-gradient(135deg, rgba(107, 31, 47, 0.9) 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}


/* Legal */

.section--legal {
    background: var(--paper);
}

.legal {
    display: grid;
    gap: 24px;
}

.legal__block {
    padding: 28px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.legal__list strong {
    color: var(--ink);
}

.legal__actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


/* Footer */

.footer {
    background: var(--primary);
    color: #fff;
    padding: 40px 0;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    text-align: center;
}

.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer__name {
    font-family: var(--font-serif);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: none;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer__phone {
    font-family: var(--font-serif);
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
}

.footer__phone:hover {
    opacity: 0.86;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer__social .social-link {
    gap: 6px;
}

.footer__social .social-link__icon {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
}

.footer__social .social-link__label {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1px;
}

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

.footer__social a:hover .social-link__label {
    border-bottom-color: #fff;
}

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

.footer__logo {
    width: 66px;
    height: 66px;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}

.footer__logo--oc {
    width: 46px;
    height: 66px;
}

.footer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    font-size: 13px;
    opacity: 0.85;
}

.footer__meta a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.footer__meta a:hover {
    text-decoration-color: #fff;
}

.footer__sep {
    opacity: 0.5;
}

.footer__oc {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 6px;
    padding: 0;
    border-radius: 0;
    background: var(--primary);
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
}

.footer__oc img {
    width: 32px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}


/* Reveal */

[data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Responsive */

@media (min-width: 2560px) {
    .hero {
        --hero-shift-x: clamp(88px, 4vw, 140px);
        --hero-scale: 1.14;
    }
}

@media (max-width: 1100px) {
    .hero__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero__text {
        max-width: 430px;
    }
    .hero__aside {
        align-items: flex-start;
        width: 100%;
    }
    .hero__actions {
        justify-content: flex-start;
    }
    .hero__actions li {
        min-width: auto;
    }
    .hero__motifs {
        width: min(360px, 100%);
    }
}

@media (max-width: 980px) {
    .hero {
        --hero-shift-x: clamp(10px, 3vw, 26px);
        --hero-scale: 1.08;
    }
    .nav-toggle {
        display: inline-flex;
    }
    .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 24px;
        left: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        background: #fff;
        color: var(--ink);
        padding: 18px 16px;
        border: 1px solid var(--line);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    body.nav-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .site-nav a {
        border-bottom: 1px solid transparent;
    }
    .site-nav .btn {
        width: 100%;
    }
    .section__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .section__badge {
        align-self: flex-start;
        text-align: left;
        max-width: 100%;
    }
    .cards {
        grid-template-columns: 1fr;
    }
    .services-list {
        column-count: 1;
    }
    .press {
        grid-template-columns: 1fr;
    }
    .split {
        grid-template-columns: 1fr;
    }
    .panel__kpis {
        grid-template-columns: 1fr;
    }
    .about {
        grid-template-columns: 1fr;
    }
    .about__pillars {
        grid-template-columns: 1fr;
    }
    .about__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about__segments {
        grid-template-columns: 1fr;
    }
    .investment {
        grid-template-columns: 1fr;
    }
    .investment--reverse> :first-child,
    .investment--reverse> :last-child {
        order: initial;
    }
    .split--reverse> :first-child,
    .split--reverse> :last-child {
        order: initial;
    }
    .contact {
        grid-template-columns: 1fr;
    }
    .motif__line,
    .motif__window,
    .motif__pulse,
    .page-loader__house .motif__line,
    .page-loader__house .motif__window {
        animation: none;
    }
    .motif__line,
    .page-loader__house .motif__line {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    .motif__window,
    .page-loader__house .motif__window,
    .motif__pulse {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 720px) {
     :root {
        --header-height: 76px;
    }
    .container {
        width: min(var(--max), calc(100% - 32px));
    }
    .brand__mark {
        width: 46px;
        height: 46px;
    }
    .brand__mark--oc {
        width: 32px;
        height: 46px;
    }
    .brand__name-primary {
        font-size: 16px;
    }
    .brand__name-secondary {
        font-size: 11px;
        letter-spacing: 0.24em;
    }
    .brand__tag {
        max-width: 260px;
        font-size: 11px;
        line-height: 1.35;
    }
    .hero__content {
        padding: 150px 0 48px;
    }
    .hero__text {
        padding: 18px 18px;
        background: rgba(8, 8, 10, 0.18);
        backdrop-filter: blur(4px);
        margin-top: 100px;
    }
    .hero {
        --hero-focus-y: 0%;
        --hero-shift-x: 0px;
        --hero-scale: 1.05;
    }
    .hero__overlay {
        background: linear-gradient(to top, rgba(107, 31, 47, 0.65) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.04) 100%);
    }
    .display__accent {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .hero__actions {
        flex-direction: column;
        width: 100%;
    }
    .hero__actions li {
        width: 100%;
    }
    .hero__motifs {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .motif-card {
        min-height: 130px;
    }
    .back-to-top {
        right: 16px;
        bottom: 16px;
        padding: 12px;
        min-width: 44px;
        min-height: 44px;
        border-radius: 999px;
        font-size: 10px;
        letter-spacing: 0.18em;
        gap: 0;
        justify-content: center;
    }
    .back-to-top span:not(.back-to-top__icon) {
        display: none;
    }
    .about__stats {
        grid-template-columns: 1fr;
    }
    .about__segment-title {
        font-size: 10px;
        letter-spacing: 0.14em;
    }
    .section {
        padding: 72px 0;
    }
    .section--image {
        padding: 120px 0;
    }
    .sales__outcome .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .motif__line,
    .motif__window,
    .motif__pulse {
        animation: none;
    }
    .motif__line {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    .motif__window,
    .motif__pulse {
        opacity: 1;
        transform: none;
    }
    .about__icon {
        animation: none;
    }
    .page-loader {
        display: none;
    }
    .hero__media {
        transform: none;
    }
    .back-to-top {
        transition: none;
    }
}

/* Expanded icon accents */

.press__signature-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.press__signature-name::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid rgba(107, 31, 47, 0.28);
    background: rgba(107, 31, 47, 0.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20l4.5-1 9.8-9.8a1.8 1.8 0 0 0-2.5-2.5L6 16.5 5 21z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 9px 9px;
    flex: 0 0 14px;
}

.about__segment-title {
    position: relative;
    padding-left: 22px;
}

.about__segment-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid rgba(107, 31, 47, 0.28);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 9px 9px;
}

.about__segment:nth-child(1) .about__segment-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 11.5L12 5l8 6.5M6.5 10.5V19h11v-8.5M10 19v-4h4v4' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.about__segment:nth-child(2) .about__segment-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16M7 15l3-3 3 2 4-5M15 9h2v2' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.about__segment:nth-child(3) .about__segment-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M8 20V6h8v14M10 9h4M10 12h4M11 20v-4h2v4' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.about__stat-label {
    position: relative;
    padding-left: 19px;
}

.about__stat-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08em;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.28);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 8px 8px;
}

.about__stat:nth-child(1) .about__stat-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7v5l3 2M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.about__stat:nth-child(2) .about__stat-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10h11l-2-2M20 14H9l2 2M6 14V9M18 10v5' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.about__stat:nth-child(3) .about__stat-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l7 3v5c0 4.5-3 7-7 8-4-1-7-3.5-7-8V7l7-3zm-3.2 8 2.4 2.4 4-4' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#investments .list,
#press .list,
#sell .list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

#investments .list li,
#press .list li,
#sell .list li {
    position: relative;
    margin: 0;
    padding-left: 30px;
}

#investments .list li::before,
#press .list li::before,
#sell .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.3);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 11px 11px;
}

#investments .list li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm5 1 3 3' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#investments .list li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h8l4 4v12H7zM15 4v4h4M10 12h6M10 16h4' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#investments .list li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4v3M15 4v3M4 10h16M6 8h12v10H6zM10 13h4' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#investments .list li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16M7 15v-3M12 15v-6M17 15V8' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#press .list li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h18v10H3zM8 18v3h8v-3M8 4h8v2H8z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#press .list li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l1.6 3.5L17 9l-3.4 1.5L12 14l-1.6-3.5L7 9l3.4-1.5L12 4zm6 10 1 2.2L21 17l-2 1-.9 2-1-2-2-.8 2-.9L18 14zM5 14l.9 2L8 17l-2.1 1-.9 2-1-2L2 17l2-.8L5 14z' fill='none' stroke='%236b1f2f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#press .list li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h5l2-2h4l2 2h5v10H3V8zm9 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#sell .list li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l7 4v8l-7 4-7-4V8l7-4zm0 6v4l3 2' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#sell .list li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 8h5l2-2h4l2 2h5v10H3V8zm9 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#sell .list li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4 3-3M14 10l5 5M9 9l4 4 3-3' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact__meta-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.contact__meta-label::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.3);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 8px 8px;
    flex: 0 0 12px;
}

.contact__meta:nth-child(1) .contact__meta-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4h4l2 4-2 2a14 14 0 0 0 4 4l2-2 4 2v4h-2a15 15 0 0 1-15-15V4h3z' fill='none' stroke='%236b1f2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact__meta:nth-child(2) .contact__meta-label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h6M14 12h6M12 4v6M12 14v6M6.5 6.5l4.2 4.2M13.3 13.3l4.2 4.2M17.5 6.5l-4.2 4.2M10.7 13.3l-4.2 4.2' fill='none' stroke='%236b1f2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.field span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.field span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(107, 31, 47, 0.3);
    background: rgba(107, 31, 47, 0.08) no-repeat center / 8px 8px;
    flex: 0 0 12px;
}

#contact .form .field:nth-of-type(1) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4 4 0 1 0-0.1 0zM5 20a7 7 0 0 1 14 0' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#contact .form .field:nth-of-type(2) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4h4l2 4-2 2a14 14 0 0 0 4 4l2-2 4 2v4h-2a15 15 0 0 1-15-15V4h3z' fill='none' stroke='%236b1f2f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#contact .form .field:nth-of-type(3) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4h4l2 4-2 2a14 14 0 0 0 4 4l2-2 4 2v4h-2a15 15 0 0 1-15-15V4h3zm9 2h5m-2.5-2v5' fill='none' stroke='%236b1f2f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#contact .form .field:nth-of-type(4) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16v10H4zM4 8l8 6 8-6' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#contact .form .field:nth-of-type(5) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6h12M6 12h12M6 18h8' fill='none' stroke='%236b1f2f' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

#contact .form .field:nth-of-type(6) span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 6h14v9H9l-4 3V6z' fill='none' stroke='%236b1f2f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
