:root {
    --color-bg: #0a0a0a;
    --color-bg-soft: #0f0f0f;
    --color-charcoal: #151515;
    --color-gold: #c4a065;
    --color-gold-hover: #dbbf82;
    --color-gold-muted: rgba(196, 160, 101, 0.45);
    --color-white: #f7f7f5;
    --color-muted: rgba(255, 255, 255, 0.72);
    --color-muted-strong: rgba(255, 255, 255, 0.9);
    --color-line: rgba(255, 255, 255, 0.1);
    --color-border-gold: rgba(196, 160, 101, 0.26);
    --color-surface: rgba(255, 255, 255, 0.055);
    --color-surface-gold: rgba(196, 160, 101, 0.08);
    --color-text: var(--color-white);
    --color-text-muted: var(--color-muted);
    --font: "Montserrat", system-ui, sans-serif;
    --container: 1200px;
    --site-header-offset: clamp(92px, 14vw, 128px);
    --section-pad-y: clamp(76px, 11vw, 122px);
    --radius-sm: 4px;
    --radius-md: 8px;
    --ease-out-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --shine: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.06) 49%,
        rgba(255, 255, 255, 0.09) 50%,
        rgba(255, 255, 255, 0.06) 51%,
        transparent 60%
    );
    --bg-page: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(196, 160, 101, 0.065), transparent 52%),
        linear-gradient(180deg, #0c0c0c 0%, #0a0a0a 42%, #070707 100%);
}

@keyframes hero-line-shimmer {
    0%,
    100% {
        opacity: 0.85;
    }
    50% {
        opacity: 1;
    }
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--site-header-offset);
    cursor: default;
}

body {
    margin: 0;
    cursor: default;
    font-family: var(--font);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--color-white);
    background: var(--bg-page);
    background-color: #0a0a0a;
    background-attachment: scroll;
    -webkit-font-smoothing: antialiased;
}

body.site-nav-lock {
    overflow: hidden;
}

main {
    min-width: 0;
    max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .hero__diagonal {
        animation: none;
    }

    /** Sofort lesbar ohne langen Hero-Einstieg (Plugin setzt ohnehin `hero--ready` ohne Verzögerung). */
    .hero:not(.hero--ready) .hero__bg {
        opacity: 1 !important;
        transform: none !important;
    }

    .hero:not(.hero--ready) .hero__gridlines {
        opacity: 0.55 !important;
    }

    .hero:not(.hero--ready) .hero__diagonal {
        opacity: 0.95 !important;
    }

    .hero:not(.hero--ready) .hero__noise {
        opacity: 0.052 !important;
    }

    .hero:not(.hero--ready) .hero__eyebrow,
    .hero:not(.hero--ready) .hero__title-row,
    .hero:not(.hero--ready) .hero__title-accent,
    .hero:not(.hero--ready) .hero__lead,
    .hero:not(.hero--ready) .hero__actions,
    .hero:not(.hero--ready) .hero__kpi,
    .hero:not(.hero--ready) .hero-card,
    .hero:not(.hero--ready) .hero__marquee {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    .hero.hero--ready .hero__bg,
    .hero.hero--ready .hero__gridlines,
    .hero.hero--ready .hero__diagonal,
    .hero.hero--ready .hero__noise,
    .hero.hero--ready .hero__eyebrow,
    .hero.hero--ready .hero__title-row,
    .hero.hero--ready .hero__title-accent,
    .hero.hero--ready .hero__lead,
    .hero.hero--ready .hero__actions,
    .hero.hero--ready .hero__kpi,
    .hero.hero--ready .hero-card,
    .hero.hero--ready .hero__marquee {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .hero__marquee-track {
        animation: none !important;
    }

    .hero.hero--ready .hero__eyebrow::after,
    .hero__eyebrow::after {
        width: 56px !important;
        transition: none !important;
    }

    [data-hero-rotate] {
        transition: none !important;
    }

    .site-nav__list a::after,
    .container--header .site-nav__list a::after {
        transition-duration: 0.01ms;
    }

    .site-header,
    .site-header::before {
        transition-duration: 0.01ms;
    }

    .services-split--animate .services-block {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

::selection {
    background: rgba(196, 160, 101, 0.35);
    color: var(--color-white);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}

.logo .logo__img,
.footer__social svg {
    pointer-events: none;
}

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

a[href],
button:not(:disabled),
summary {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

input:not([readonly]):where([type="text"], [type="email"], [type="tel"], [type="url"], [type="search"]),
textarea:not([readonly]) {
    cursor: text;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding-left: max(clamp(16px, 5vw, 28px), env(safe-area-inset-left, 0px));
    padding-right: max(clamp(16px, 5vw, 28px), env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

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

.logo {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.logo__img {
    display: block;
    height: 60px;
    width: auto;
    max-width: min(250px, 58vw);
    object-fit: contain;
}

.logo__img--footer {
    height: 58px;
    max-width: 264px;
}

.logo:hover .logo__img {
    filter: brightness(1.08);
}

.logo .logo__img {
    transition: filter 0.3s var(--ease-out-soft);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    padding: 26px 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.34) 45%, transparent 100%);
    border-bottom: 1px solid rgba(196, 160, 101, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    transition:
        background 0.38s var(--ease-out-soft),
        border-color 0.38s ease,
        box-shadow 0.38s var(--ease-out-soft);
}

/* Blur/Tint liegt auf einer Schicht ohne backdrop am <header>:
   filter/backdrop direkt auf dem Header brechen in WebKit oft fixed-inset-Untermenüs. */
.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.38s var(--ease-out-soft);
}

.site-header.is-scrolled {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.065);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 12px 40px rgba(0, 0, 0, 0.65);
}

.site-header.is-scrolled::before {
    opacity: 1;
    background: rgba(10, 10, 10, 0.92);
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .site-header.is-scrolled::before {
        background: rgba(10, 10, 10, 0.78);
        -webkit-backdrop-filter: blur(16px) saturate(150%);
        backdrop-filter: blur(16px) saturate(150%);
    }
}

.container--header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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

.site-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(28px, 2.5vw, 42px);
}

.site-nav__list a {
    position: relative;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: rgba(247, 247, 245, 0.92);
    padding: 10px 6px 14px;
    text-decoration: none;
    transition: color 0.24s var(--ease-out-soft);
}

.site-nav__list a::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 6px;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--color-gold) 8%, rgba(221, 190, 114, 0.9) 92%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.36s var(--ease-out-soft);
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
    color: var(--color-gold);
    outline: none;
}

.site-nav__list a:hover::after,
.site-nav__list a:focus-visible::after {
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px 11px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(196, 160, 101, 0.35);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.nav-toggle:hover {
    border-color: rgba(196, 160, 101, 0.5);
    background: rgba(196, 160, 101, 0.06);
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(247, 247, 245, 0.95), rgba(196, 160, 101, 0.9));
    border-radius: 1px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(247, 247, 245, 0.55);
    color: var(--color-white);
    background: transparent;
    transition: background 0.28s var(--ease-out-soft), color 0.28s var(--ease-out-soft),
        border-color 0.28s var(--ease-out-soft), transform 0.2s ease, box-shadow 0.28s ease;
    cursor: pointer;
}

.btn--ghost {
    background: transparent;
}

.btn:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.95);
}

.btn:active {
    transform: translateY(1px);
}

.btn--header {
    flex-shrink: 0;
}

.btn--hero {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    border-color: var(--color-gold);
    color: var(--color-gold);
}

.btn--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--shine);
    transform: translateX(-120%);
    transition: transform 0.65s var(--ease-out-soft);
}

.btn--hero:hover::before {
    transform: translateX(120%);
}

.btn--hero:hover {
    background: rgba(196, 160, 101, 0.12);
    border-color: var(--color-gold-hover);
    color: var(--color-gold-hover);
}

.btn--cta {
    border-color: var(--color-gold);
    color: var(--color-gold);
    align-self: flex-start;
}

.btn--cta:hover {
    background: rgba(196, 160, 101, 0.12);
    border-color: var(--color-gold-hover);
    color: var(--color-gold-hover);
    box-shadow: 0 0 0 1px rgba(196, 160, 101, 0.15);
}

.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 140px 0 0;
    overflow: hidden;
    isolation: isolate;
}

/** Hero-Einstieg: `.hero--ready` setzt `plugins/hero-entry.client.ts` nach einem Doppel-`requestAnimationFrame` (bei Motion); bei Reduced Motion sofort. */
.hero .hero__bg {
    transition:
        opacity 1.12s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.42s cubic-bezier(0.16, 1, 0.32, 1);
}

.hero:not(.hero--ready) .hero__bg {
    opacity: 0.72;
    transform: scale(1.065);
}

.hero.hero--ready .hero__bg {
    opacity: 1;
    transform: scale(1);
}

.hero .hero__gridlines,
.hero .hero__diagonal,
.hero .hero__noise {
    transition: opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:not(.hero--ready) .hero__gridlines,
.hero:not(.hero--ready) .hero__diagonal {
    opacity: 0;
}

.hero.hero--ready .hero__gridlines {
    opacity: 0.55;
    transition-delay: 0.1s;
}

.hero.hero--ready .hero__diagonal {
    opacity: 0.95;
    transition-delay: 0.26s;
}

.hero:not(.hero--ready) .hero__noise {
    opacity: 0;
}

.hero.hero--ready .hero__noise {
    opacity: 0.052;
    transition-delay: 0.18s;
}

.hero .hero__eyebrow {
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:not(.hero--ready) .hero__eyebrow {
    opacity: 0;
    transform: translateY(calc(14px + 0.35vw));
}

.hero.hero--ready .hero__eyebrow {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.14s;
}

.hero .hero__title-row,
.hero .hero__title-accent {
    transition:
        opacity 0.76s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.76s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.74s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:not(.hero--ready) .hero__title-row,
.hero:not(.hero--ready) .hero__title-accent {
    opacity: 0;
    transform: translateY(calc(18px + 0.5vw));
    filter: blur(8px);
}

.hero.hero--ready .hero__title-row:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.24s;
}

.hero.hero--ready .hero__title-row:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.34s;
}

.hero.hero--ready .hero__title-accent {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.42s;
}

.hero .hero__lead {
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.66s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:not(.hero--ready) .hero__lead {
    opacity: 0;
    transform: translateY(calc(16px + 0.35vw));
    filter: blur(5px);
}

.hero.hero--ready .hero__lead {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.54s;
}

.hero .hero__actions,
.hero .hero__kpi,
.hero .hero__marquee {
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:not(.hero--ready) .hero__actions,
.hero:not(.hero--ready) .hero__kpi,
.hero:not(.hero--ready) .hero__marquee {
    opacity: 0;
    transform: translateY(calc(16px + 0.35vw));
}

.hero.hero--ready .hero__actions {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.62s;
}

.hero.hero--ready .hero__kpi {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.hero.hero--ready .hero__marquee {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.96s;
}

.hero:not(.hero--ready) .hero-card {
    opacity: 0;
    transform: translateY(calc(14px + 0.35vw)) scale(0.985);
}

.hero.hero--ready .hero-card:nth-child(1) {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.74s;
}

.hero.hero--ready .hero-card:nth-child(2) {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.82s;
}

.hero.hero--ready .hero-card:nth-child(3) {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.9s;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background-color: #0a0a0a;
    background-image:
        radial-gradient(ellipse 78% 62% at 20% 44%, rgba(10, 10, 10, 0.42) 0%, transparent 72%),
        radial-gradient(ellipse 110% 80% at 50% 110%, rgba(10, 10, 10, 0.28) 0%, transparent 58%),
        linear-gradient(90deg, rgba(10, 10, 10, 0.46) 0%, rgba(10, 10, 10, 0.06) 48%, rgba(10, 10, 10, 0.22) 100%),
        url("/images/hero-alps.jpg");
    background-size: cover;
    background-position: center 22%;
    filter: saturate(0.88) contrast(1.04) brightness(1.1);
}

.hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.52;
    background: linear-gradient(160deg, rgba(196, 160, 101, 0.12) 0%, rgba(255, 255, 255, 0.04) 32%, transparent 58%, rgba(196, 160, 101, 0.08) 100%);
}

.hero__gridlines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(ellipse 85% 75% at 28% 38%, #000 0%, transparent 68%);
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 28% 38%, #000 0%, transparent 68%);
}

.hero__diagonal {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 58%;
    height: 3px;
    background: linear-gradient(90deg, transparent 8%, rgba(196, 160, 101, 0.35) 32%, var(--color-gold) 55%, #dfc88e 78%, transparent);
    transform-origin: right bottom;
    transform: skewY(var(--hero-diagonal-skew, -18deg)) translateY(-8vh);
    opacity: 0.95;
    pointer-events: none;
    animation: hero-line-shimmer 5s ease-in-out infinite;
}

.hero__noise {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.052;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
}

.hero__inner {
    position: relative;
    z-index: 4;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: clamp(48px, 8vw, 88px);
}

.hero__layout {
    display: grid;
    gap: clamp(28px, 5vw, 52px);
    align-items: end;
}

@media (min-width: 960px) {
    .hero__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, 360px);
    }
}

.hero__copy {
    min-width: 0;
}

.hero__title-accent {
    display: block;
    margin-top: 0.06em;
}

.hero__title-row {
    display: block;
}

.hero__title-row + .hero__title-row {
    margin-top: 0.04em;
}

.hero__eyebrow {
    position: relative;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.38em;
    color: var(--color-gold);
    margin: 0 0 20px;
}

.hero__eyebrow::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 14px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--color-gold), transparent);
    transition: width 1.05s var(--ease-out-soft);
}

.hero.hero--ready .hero__eyebrow::after {
    width: 56px;
    transition-delay: 0.52s;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.btn--hero {
    margin-top: 0;
}

.btn--hero-secondary {
    position: relative;
    padding-inline: 20px;
    border-color: rgba(196, 160, 101, 0.38);
    color: rgba(247, 247, 245, 0.88);
    font-size: 0.62rem;
    letter-spacing: 0.17em;
}

.btn--hero-secondary:hover {
    border-color: var(--color-gold);
    color: var(--color-gold-hover);
    background: rgba(196, 160, 101, 0.07);
}

.hero__kpi {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 22px;
    margin: clamp(24px, 4.2vw, 36px) 0 0;
    padding: 0 0 0 18px;
    max-width: 640px;
    border-left: 2px solid rgba(196, 160, 101, 0.28);
}

.hero-kpi-item {
    margin: 0;
    min-width: 0;
}

.hero-kpi-item__lbl {
    margin: 0 0 6px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(196, 160, 101, 0.52);
}

.hero-kpi-item__val {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.86);
}

@media (hover: hover) and (pointer: fine) {
    .hero .hero-card:hover {
        border-color: rgba(196, 160, 101, 0.38);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    }
}

[data-hero-rotate] {
    display: inline-block;
    transition: opacity 0.35s var(--ease-out-soft), transform 0.35s var(--ease-out-soft);
}

[data-hero-rotate].hero-rotate--out {
    opacity: 0;
    transform: translateY(10px);
}

.hero__bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-width: 0;
}

.hero-card {
    padding: clamp(14px, 3.2vw, 18px);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(155deg, rgba(15, 15, 15, 0.78) 0%, rgba(8, 8, 8, 0.82) 100%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    transition:
        opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s var(--ease-out-soft),
        box-shadow 0.32s var(--ease-out-soft);
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .hero-card {
        -webkit-backdrop-filter: blur(18px) saturate(125%);
        backdrop-filter: blur(18px) saturate(125%);
        background: linear-gradient(
            155deg,
            rgba(15, 15, 15, 0.72) 0%,
            rgba(8, 8, 8, 0.8) 100%
        );
    }
}

.hero-card--span {
    grid-column: 1 / -1;
}

.hero-card__step {
    margin: 0 0 6px;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.hero-card__title {
    margin: 0 0 10px;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-white);
    line-height: 1.3;
}

.hero-card__text {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes hero-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.hero__marquee {
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 3, 3, 0.65);
}

.hero__marquee-track {
    display: flex;
    align-items: center;
    gap: clamp(36px, 6vw, 72px);
    width: max-content;
    padding: 14px 0;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    animation: hero-marquee 38s linear infinite;
}

.hero__marquee-item {
    flex-shrink: 0;
}

.hero__marquee-dot {
    flex-shrink: 0;
    color: var(--color-gold-muted);
}

@media (max-width: 959px) {
    .hero__bento {
        grid-template-columns: 1fr;
    }

    .hero-card--span {
        grid-column: auto;
    }
}

.hero__title {
    margin: 0 0 20px;
    font-size: clamp(2rem, 5vw, 3.05rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.hero__title-row--outline {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    color: rgba(247, 247, 245, 0.94);
    letter-spacing: 0.08em;
    word-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    hyphens: manual;
    -webkit-text-stroke: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hero__title-row--outline:nth-of-type(2) {
    letter-spacing: 0.1em;
}

@media (max-width: 639px) {
    .hero__title-row--outline {
        letter-spacing: 0.04em;
    }

    .hero__title-row--outline:nth-of-type(2) {
        letter-spacing: 0.06em;
    }
}

.hero__lead {
    margin: 0;
    max-width: 480px;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
}

.section {
    padding: var(--section-pad-y) 0;
    position: relative;
}

.section--services {
    background:
        radial-gradient(ellipse 95% 70% at 50% -5%, rgba(196, 160, 101, 0.08), transparent 52%),
        linear-gradient(180deg, var(--color-charcoal) 0%, var(--color-bg) 72%);
    border-bottom: 1px solid var(--color-border-gold);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.section--pain-solution {
    background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-soft) 48%, var(--color-charcoal) 100%);
    border-bottom: 1px solid var(--color-line);
}

.pain-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.8vw, 28px);
    max-width: 1080px;
    margin: 0 auto;
    align-items: stretch;
}

.pain-panel {
    padding: clamp(22px, 3.2vw, 34px);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-gold);
    background: rgba(255, 255, 255, 0.035);
}

.pain-panel--problem {
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(ellipse 92% 75% at 8% -5%, rgba(255, 255, 255, 0.04), transparent 55%),
        linear-gradient(170deg, rgba(255, 255, 255, 0.025) 0%, rgba(0, 0, 0, 0.12) 100%);
    border-left: 3px solid rgba(255, 255, 255, 0.12);
}

.pain-panel--solution {
    border-color: rgba(196, 160, 101, 0.32);
    background:
        radial-gradient(ellipse 88% 65% at 94% -5%, rgba(196, 160, 101, 0.07), transparent 58%),
        linear-gradient(170deg, rgba(196, 160, 101, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-left: 3px solid rgba(196, 160, 101, 0.4);
}

.pain-panel__eyebrow {
    margin: 0 0 14px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
}

.pain-panel__eyebrow--solution {
    letter-spacing: 0.24em;
    color: var(--color-gold);
}

.pain-panel__title {
    margin: 0 0 18px;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: 0.02em;
    color: var(--color-white);
}

.pain-panel__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.pain-panel__list li {
    margin: 0;
    padding: 0 0 1.1em;
    font-size: 0.92rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.76);
}

.pain-panel__list li:last-child {
    padding-bottom: 0;
}

.pain-panel__result {
    margin: 0;
    padding: 14px 16px 15px;
    font-size: 0.88rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
}

.pain-panel__result-label {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.pain-panel__lead {
    margin: 0 0 22px;
    font-size: 0.92rem;
    line-height: 1.74;
    color: rgba(255, 255, 255, 0.72);
}

.pain-panel__wins {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pain-panel__wins li {
    position: relative;
    padding: 11px 0 11px 18px;
    font-size: 0.89rem;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pain-panel__wins li:last-child {
    border-bottom: none;
}

.pain-panel__wins li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.15em;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background: var(--color-gold);
    box-shadow: none;
}

.section-eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    color: var(--color-gold);
    margin: 0 0 12px;
}

.section-eyebrow--center {
    position: relative;
    text-align: center;
    margin-bottom: 14px;
}

.section-eyebrow--center::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.section-title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
}

.section-title--center {
    color: var(--color-white);
    text-align: center;
    margin-bottom: 40px;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.section-title--center::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 20px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, rgba(196, 160, 101, 0.28) 22%, var(--color-gold) 52%, rgba(196, 160, 101, 0.28) 78%, transparent);
    box-shadow: none;
}

.section-title--process {
    margin-bottom: 40px;
}

.services-intro {
    margin: -12px auto 44px;
    max-width: 44rem;
    padding: 0 8px;
    font-size: 0.88rem;
    line-height: 1.72;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}

.services-split {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
}

.services-split--animate .services-block {
    opacity: 0;
    transform: translate3d(0, 40px, -18px);
    transition:
        opacity 0.78s var(--ease-out-soft) var(--svc-reveal-delay, 0ms),
        transform 0.78s var(--ease-out-soft) var(--svc-reveal-delay, 0ms),
        box-shadow 0.42s var(--ease-out-soft);
}

.services-split--animate .services-block.services-block--revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
        box-shadow 0.45s var(--ease-out-soft),
        transform 0.5s var(--ease-out-soft);
}

.services-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2.2vw, 16px);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(196, 160, 101, 0.18);
    border-radius: var(--radius-md);
    isolation: isolate;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
        var(--color-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease;
}

.services-block:hover {
    border-color: rgba(196, 160, 101, 0.36);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

@media (hover: hover) and (pointer: fine) {
    .services-block:hover {
        transform: translateY(-3px);
    }
}

.services-block > * {
    position: relative;
    z-index: 1;
}

.services-block > :not(.services-list) {
    padding-left: clamp(20px, 4vw, 26px);
    padding-right: clamp(20px, 4vw, 26px);
}

.services-block > .services-block__tag {
    padding-top: clamp(20px, 3.8vw, 26px);
}

.services-block > .services-list {
    margin-left: clamp(14px, 3vw, 20px);
    margin-right: clamp(14px, 3vw, 20px);
    margin-bottom: clamp(16px, 3.2vw, 22px);
}

.services-block__tag {
    margin: 0;
    align-self: flex-start;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-gold-muted);
}

.services-block__title {
    margin: 0;
    padding-top: 2px;
    font-size: clamp(0.8rem, 1.85vw, 0.94rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.services-block:hover .services-block__title {
    color: var(--color-white);
}

.services-block__lead {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.72);
}

.services-list {
    margin: 0;
    padding: clamp(14px, 2.8vw, 18px);
    list-style: none;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196, 160, 101, 0.12);
    background:
        radial-gradient(ellipse 90% 65% at 10% 0%, rgba(196, 160, 101, 0.06), transparent 58%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.14) 100%);
    box-shadow:
        inset 0 1px 0 rgba(196, 160, 101, 0.07),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.services-list > li {
    margin-bottom: 6px;
}

.services-list > li:last-child {
    margin-bottom: 0;
}

.services-block--print .services-block__tag {
    color: rgba(230, 215, 175, 0.78);
}

.services-block--print {
    border-color: rgba(196, 160, 101, 0.2);
}

.services-block--print .services-list {
    border-color: rgba(196, 160, 101, 0.14);
}

.services-item summary {
    list-style: none;
}

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

.services-item {
    font-size: 0.815rem;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.78);
    border-radius: calc(var(--radius-sm) + 1px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(196, 160, 101, 0.09);
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.services-item:hover {
    border-color: rgba(196, 160, 101, 0.18);
    background: rgba(196, 160, 101, 0.04);
}

details.services-item[open] {
    background: rgba(196, 160, 101, 0.06);
    border-color: rgba(196, 160, 101, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.services-item__summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 13px;
    cursor: pointer;
    list-style: none;
    transition: color 0.2s ease;
}

.services-item__summary::before {
    content: none;
}

.services-item__summary::after {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: 0.42em;
    margin-left: auto;
    border-right: 1.75px solid rgba(196, 160, 101, 0.8);
    border-bottom: 1.75px solid rgba(196, 160, 101, 0.8);
    transform: rotate(45deg);
    transform-origin: 55% 45%;
    transition: transform 0.22s ease, border-color 0.2s ease;
}

.services-item__summary::-moz-list-bullet {
    list-style: none;
}

.services-item__label {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.82);
}

.services-item__detail {
    margin: 0;
    padding: 0 13px 14px;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.62);
}

details.services-item[open] > .services-item__summary::after {
    transform: rotate(-135deg);
    margin-top: 0.5em;
}

.services-item__summary:focus {
    outline: none;
}

.services-item__summary:focus-visible {
    outline: 1px solid rgba(196, 160, 101, 0.45);
    outline-offset: 2px;
    border-radius: 2px;
}

details.services-item[open] .services-item__summary .services-item__label {
    color: var(--color-gold);
}

details.services-item[open] .services-item__detail {
    padding-top: 14px;
    margin-top: 0;
    border-top: 1px solid rgba(196, 160, 101, 0.12);
}

@media (prefers-reduced-motion: reduce) {
    .services-item__summary::after {
        transition: none;
    }

    .services-block:hover {
        transform: none !important;
    }
}

.section--packages {
    background:
        radial-gradient(ellipse 85% 50% at 50% 0%, rgba(196, 160, 101, 0.055), transparent 52%),
        linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-soft) 100%);
    border-bottom: 1px solid var(--color-line);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto 24px;
}

.package-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 26px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
        var(--color-surface);
    border: 1px solid rgba(196, 160, 101, 0.18);
    border-radius: var(--radius-md);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
    border-color: rgba(196, 160, 101, 0.36);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.package-card--featured {
    border-color: rgba(196, 160, 101, 0.42);
    background:
        linear-gradient(155deg, rgba(196, 160, 101, 0.07) 0%, transparent 48%),
        var(--color-surface);
}

.package-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 9px;
    color: var(--color-bg);
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-hover));
    border-radius: 2px;
}

.package-card__name {
    margin: 0 0 8px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.package-card__inquiry {
    margin: 0 0 22px;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color-gold);
}

.package-card__list {
    margin: 0 0 auto;
    padding: 0 0 22px;
    list-style: none;
    flex: 1 1 auto;
}

.package-card__list li {
    position: relative;
    padding: 8px 0 8px 16px;
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.package-card__list li:last-child {
    border-bottom: none;
}

.package-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-gold);
    font-size: 0.75rem;
}

.btn--package {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    border-color: rgba(196, 160, 101, 0.45);
    color: var(--color-gold);
    font-size: 0.68rem;
}

.btn--package:hover {
    background: rgba(196, 160, 101, 0.1);
    border-color: var(--color-gold);
}

.btn--package-primary {
    border-color: var(--color-gold);
    background: rgba(196, 160, 101, 0.08);
}

.packages-subsection-heading {
    margin: 56px 0 10px;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-gold);
}

.packages-subsection-heading--first {
    margin-top: 28px;
}

.packages-subsection-intro {
    margin: 0 auto 28px;
    max-width: 38rem;
    font-size: 0.82rem;
    line-height: 1.62;
    text-align: center;
    color: rgba(255, 255, 255, 0.58);
}

.packages-grid--social {
    margin-bottom: 0;
}

.packages-grid--web {
    max-width: 1240px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1100px) {
    .packages-grid--web {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.packages-grid--print-packs,
.packages-grid--branding {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1100px;
}

@media (max-width: 900px) {
    .packages-grid--print-packs,
    .packages-grid--branding {
        grid-template-columns: 1fr;
    }
}

.packages-grid--care {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
}

@media (min-width: 1000px) {
    .packages-grid--care {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 1200px;
    }
}

.packages-grid--print-tiers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1100px;
}

@media (max-width: 900px) {
    .packages-grid--print-tiers {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

.package-card--tier {
    padding: 24px 22px 22px;
}

.package-card--tier .package-card__name {
    margin-bottom: 18px;
}

.print-tier-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
}

.print-tier-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 11px 0;
    font-size: 0.84rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.print-tier-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.print-tier-list span:first-child {
    color: rgba(255, 255, 255, 0.7);
}

.print-tier-list span:last-child {
    font-weight: 700;
    color: var(--color-gold);
    white-space: nowrap;
}

.print-tier-more {
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(196, 160, 101, 0.2);
    font-size: 0.74rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.52);
}

.print-tier-more strong {
    color: rgba(235, 220, 180, 0.85);
    font-weight: 600;
}

.packages-print-list {
    max-width: 42rem;
    margin: 0 auto 32px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 640px) {
    .packages-print-list {
        grid-template-columns: 1fr;
    }
}

.packages-print-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.packages-print-list span:last-child {
    font-weight: 700;
    color: var(--color-gold);
    white-space: nowrap;
}

.packages-subsection-intro--print-extras {
    margin-top: 12px;
}

.package-card__list-item--muted {
    opacity: 0.82;
}

.package-card__list-item--muted::before {
    content: "–";
    color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
}

.package-card__price-alt {
    margin: -6px 0 0;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.62);
}

.package-card__price-alt strong {
    color: rgba(255, 255, 255, 0.82);
}

.package-card__blurb {
    margin: -6px 0 16px;
    font-size: 0.84rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.74);
}

.packages-subsection-intro--first[data-scroll-reveal] {
    --sr-d: 154ms;
}

.packages-subsection-intro--social-delay[data-scroll-reveal] {
    --sr-d: 72ms;
}

.package-card__list-label {
    margin: 0 0 6px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.package-card__closing {
    margin: 4px 0 22px;
    font-size: 0.81rem;
    line-height: 1.52;
    color: rgba(235, 220, 180, 0.7);
}

.package-card__closing + .btn--package {
    margin-top: 0;
}

.package-card--has-closing .package-card__list {
    padding-bottom: 8px;
}

.package-ref {
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.package-ref a {
    display: inline-block;
    margin-left: 1px;
    font-size: 0.65em;
    font-weight: 700;
    line-height: 0;
    vertical-align: super;
    color: var(--color-gold);
    text-decoration: none;
}

.package-ref a:hover,
.package-ref a:focus-visible {
    color: var(--color-gold-hover);
    outline: none;
}

.package-card__name .package-ref {
    letter-spacing: normal;
}

.packages-footnote {
    scroll-margin-top: calc(var(--site-header-offset, 108px) + 12px);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    margin: 32px auto 28px;
    max-width: 44rem;
    padding: 12px 14px 14px;
    font-size: 0.73rem;
    line-height: 1.58;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(196, 160, 101, 0.15);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.packages-footnote__mark {
    flex-shrink: 0;
    width: 1.1em;
    font-weight: 700;
    color: var(--color-gold);
    text-align: right;
}

.packages-note {
    margin: 0;
    padding-top: 26px;
    font-size: 0.76rem;
    text-align: center;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(196, 160, 101, 0.12);
}

.section--process {
    background:
        radial-gradient(ellipse 75% 55% at 50% 105%, rgba(196, 160, 101, 0.065), transparent 58%),
        linear-gradient(180deg, var(--color-bg-soft) 0%, var(--color-bg) 55%);
    border-bottom: 1px solid var(--color-line);
}

.process-track {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.process-step {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 22px;
    padding-bottom: 40px;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step__index {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.process-step__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 52px;
    flex-shrink: 0;
    min-height: 100%;
}

.process-step__circle {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: var(--color-gold);
    background: var(--color-bg);
    border: 2px solid var(--color-gold);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s var(--ease-out-soft), box-shadow 0.35s ease, border-color 0.25s ease;
}

.process-step:hover .process-step__circle {
    transform: scale(1.035);
    border-color: var(--color-gold-hover);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.process-step__circle--lg {
    width: 54px;
    height: 54px;
}

.process-step__circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.process-step__circle-icon svg {
    width: 24px;
    height: 24px;
}

.process-step__circle--lg .process-step__circle-icon svg {
    width: 28px;
    height: 28px;
}

.process-step__connector {
    flex: 1 1 auto;
    width: 1px;
    min-height: 28px;
    margin-top: 10px;
    background: linear-gradient(180deg, rgba(196, 160, 101, 0.65), rgba(196, 160, 101, 0.05));
}

.process-step:last-child .process-step__connector {
    display: none;
}

.process-step__body {
    flex: 1;
    min-width: 0;
    padding-top: 10px;
}

.process-step__title {
    margin: 0 0 12px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--color-white);
}

.process-step__title--gold {
    color: var(--color-gold);
    letter-spacing: 0.2em;
}

.process-step__text {
    margin: 0;
    font-size: 0.87rem;
    color: var(--color-muted);
    line-height: 1.72;
}

.process-step__result {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

.process-step__result strong {
    color: var(--color-gold);
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (min-width: 900px) {
    .process-track {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 0;
        align-items: start;
    }

    .process-step {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding-bottom: 0;
        padding-left: 14px;
        padding-right: 14px;
    }

    .process-step:first-child {
        padding-left: 0;
    }

    .process-step:last-child {
        padding-right: 0;
    }

    .process-step:not(:last-child) {
        border-right: 1px solid var(--color-border-gold);
    }

    .process-step__connector {
        display: none;
    }

    .process-step__rail {
        min-height: auto;
    }

    .process-step__index {
        justify-content: center;
        width: 100%;
    }

    .process-step__body {
        padding-top: 0;
        width: 100%;
    }

    .process-step__title,
    .process-step__text {
        text-align: center;
    }
}

.cta {
    position: relative;
    padding: clamp(88px, 12vw, 120px) 0;
    overflow: hidden;
    border-top: 1px solid var(--color-border-gold);
}

.cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80");
    background-size: cover;
    background-position: center;
    filter: blur(14px) brightness(0.48) saturate(0.85);
    transform: scale(1.08);
}

.cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse 95% 80% at 50% 45%, transparent 28%, rgba(10, 10, 10, 0.48) 72%);
}

.cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}

.cta__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cta__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta__text {
    margin: 0;
    font-size: 0.95rem;
    color: var(--color-muted-strong);
    line-height: 1.78;
}

.site-footer {
    background: radial-gradient(ellipse 85% 80% at 50% 100%, rgba(196, 160, 101, 0.05), transparent 55%), var(--color-bg);
    border-top: 1px solid rgba(196, 160, 101, 0.16);
    padding: clamp(56px, 10vw, 92px) 0 0;
}

.footer__inner {
    padding-bottom: 0;
}

.footer__top {
    display: grid;
    grid-template-columns: minmax(200px, 1.06fr) minmax(340px, 1.94fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    padding-bottom: 44px;
}

.footer__brand {
    display: inline-flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 28px);
    justify-self: center;
    margin-inline: auto;
    width: fit-content;
    max-width: min(28rem, 100%);
}

.footer__brand .logo.logo--footer {
    flex-shrink: 0;
}

.footer__about {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 0.84rem;
    line-height: 1.78;
    color: rgba(255, 255, 255, 0.52);
}

.footer__menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px clamp(22px, 3vw, 38px);
    min-width: 0;
}

.footer__menu {
    min-width: 0;
}

.footer__label {
    margin: 0 0 14px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.footer__links li {
    margin-bottom: 7px;
    font-size: 0.83rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.footer__links li:last-child {
    margin-bottom: 0;
}

.footer__links a {
    font-size: 0.83rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s var(--ease-out-soft);
}

.footer__links a:hover {
    color: var(--color-gold);
}

.footer__social {
    display: flex;
    gap: 8px;
}

.footer__legal-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px clamp(22px, 4vw, 36px);
}

.footer__legal-social .footer__social a {
    width: 34px;
    height: 34px;
}

.footer__legal-social .footer__social svg {
    width: 16px;
    height: 16px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer__social a:hover {
    color: var(--color-gold);
    border-color: rgba(196, 160, 101, 0.45);
    background: rgba(196, 160, 101, 0.06);
}

.footer__social svg {
    width: 18px;
    height: 18px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 24px;
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer__copy {
    margin: 0;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.38);
}

.footer__legal {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

.footer__legal a {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.42);
    transition: color 0.2s ease;
}

.footer__legal a:hover {
    color: var(--color-gold);
}

@media (max-width: 1024px) {
    .packages-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .package-card--featured {
        order: -1;
    }

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

    .footer__brand {
        grid-column: 1 / -1;
        justify-self: center;
        margin-inline: auto;
        max-width: min(36rem, 100%);
    }

    .footer__menus {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .footer__menu--kontakt {
        grid-column: 1 / -1;
        max-width: 28rem;
    }

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

@media (max-width: 840px) {
    :root {
        --site-header-offset: clamp(68px, calc(env(safe-area-inset-top, 0px) + 58px), 94px);
    }

    html {
        scroll-padding-top: var(--site-header-offset);
    }

    .site-header {
        padding: max(14px, env(safe-area-inset-top)) 0 18px;
        z-index: 100050;
        isolation: auto;
        background: linear-gradient(180deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.4) 65%, transparent 100%);
        border-bottom: 1px solid rgba(196, 160, 101, 0.08);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    }

    .container--header {
        position: relative;
        gap: 12px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }

    /* Vollbild-Menü: Verlauf + Gold-Kante + klare Link-Kacheln (nicht nur Fläche ohne Text) */
    .container--header .site-nav {
        flex: none;
        position: fixed;
        inset: 0;
        z-index: 100051;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: none;
        width: auto;
        height: auto;
        margin: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding:
            calc(48px + env(safe-area-inset-top))
            calc(22px + env(safe-area-inset-right))
            calc(40px + env(safe-area-inset-bottom))
            calc(22px + env(safe-area-inset-left));
        box-sizing: border-box;
        background:
            linear-gradient(180deg, rgba(196, 160, 101, 0.08) 0%, transparent 22%),
            radial-gradient(ellipse 90% 55% at 50% -8%, rgba(196, 160, 101, 0.06), transparent 55%),
            linear-gradient(170deg, var(--color-charcoal) 0%, var(--color-bg-soft) 45%, var(--color-bg) 100%);
        border-top: 2px solid rgba(196, 160, 101, 0.28);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 -20px 60px rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        isolation: isolate;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }

    .container--header .site-nav.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .container--header .site-nav__list::before {
        content: "NAVIGATION";
        display: block;
        text-align: center;
        font-size: 0.58rem;
        font-weight: 700;
        letter-spacing: 0.34em;
        color: rgba(196, 160, 101, 0.75);
        margin-bottom: 20px;
    }

    .container--header .site-nav__list {
        position: relative;
        z-index: 2;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch;
        gap: 10px !important;
        width: min(100%, 22rem);
        margin: auto 0 !important;
        padding: 0 !important;
        inset: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        left: unset !important;
        transform: none;
        box-sizing: border-box;
        border: none !important;
        background: transparent !important;
    }

    .container--header .site-nav__list li {
        display: block;
        text-align: center;
        width: 100%;
        border-bottom: none;
        margin: 0;
        padding: 0;
    }

    .container--header .site-nav__list a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        padding: 16px 20px;
        color: rgba(247, 247, 245, 0.98) !important;
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(196, 160, 101, 0.22) !important;
        border-radius: var(--radius-sm);
        text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
        background-image: none !important;
        transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background 0.2s ease,
            box-shadow 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .container--header .site-nav__list a:hover,
    .container--header .site-nav__list a:focus-visible {
        color: var(--color-gold) !important;
        border-color: rgba(196, 160, 101, 0.5) !important;
        background: rgba(196, 160, 101, 0.08) !important;
        outline: none;
    }

    .container--header .site-nav__list a.router-link-active:not(.router-link-exact-active):not(:hover):not(:focus-visible) {
        color: rgba(247, 247, 245, 0.98) !important;
        border-color: rgba(196, 160, 101, 0.22) !important;
        background: rgba(255, 255, 255, 0.04) !important;
        box-shadow: none !important;
    }

    .container--header .site-nav__list a.router-link-exact-active:not(:hover):not(:focus-visible) {
        color: var(--color-gold) !important;
        border-color: rgba(196, 160, 101, 0.5) !important;
        background: rgba(196, 160, 101, 0.08) !important;
    }

    .container--header .site-nav__list a[aria-current="true"]:not(:hover):not(:focus-visible),
    .container--header .site-nav__list a[aria-current="page"]:not(:hover):not(:focus-visible) {
        color: var(--color-gold) !important;
        border-color: rgba(196, 160, 101, 0.5) !important;
        background: rgba(196, 160, 101, 0.08) !important;
    }

    .nav-toggle {
        display: inline-flex !important;
        position: relative;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 100056;
        background: transparent;
    }

    .container--header .logo {
        position: relative;
        flex-shrink: 1;
        z-index: 100056;
        min-width: 0;
        max-width: calc(100% - 64px);
    }

    .btn--header {
        display: none;
    }
}

@media (min-width: 841px) {
    .container--header .site-nav {
        position: static !important;
        inset: unset !important;
        z-index: auto !important;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        flex-direction: unset !important;
        justify-content: center !important;
        align-items: center !important;
        transform: none;
    }

    .container--header .site-nav__list {
        position: static !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center;
        gap: 32px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .container--header .site-nav__list li {
        display: block;
        text-align: inherit;
        width: auto;
    }

    .container--header .site-nav__list a {
        position: relative;
        display: inline-block;
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.16em;
        padding: 10px 6px 14px;
        color: rgba(247, 247, 245, 0.92);
        border: none !important;
        border-radius: 0 !important;
        text-shadow: none !important;
        box-shadow: none !important;
        text-transform: none;
        text-decoration: none !important;
        background: none !important;
        transition: color 0.24s var(--ease-out-soft) !important;
    }

    .container--header .site-nav__list a::after {
        content: "" !important;
        position: absolute;
        left: 4px;
        right: 4px;
        bottom: 6px;
        height: 2px;
        border-radius: 1px;
        background: linear-gradient(90deg, var(--color-gold) 8%, rgba(221, 190, 114, 0.9) 92%) !important;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.36s var(--ease-out-soft) !important;
    }

    .container--header .site-nav__list a:hover,
    .container--header .site-nav__list a:focus-visible {
        color: var(--color-gold);
    }

    .container--header .site-nav__list a:hover::after,
    .container--header .site-nav__list a:focus-visible::after {
        transform: scaleX(1) !important;
    }

    .container--header .site-nav__list a.router-link-active:not(.router-link-exact-active):not(:hover):not(:focus-visible) {
        color: rgba(247, 247, 245, 0.92);
    }

    .container--header .site-nav__list a.router-link-active:not(.router-link-exact-active):not(:hover):not(:focus-visible)::after {
        transform: scaleX(0) !important;
    }

    .container--header .site-nav__list a.router-link-exact-active {
        color: var(--color-gold);
    }

    .container--header .site-nav__list a.router-link-exact-active::after {
        transform: scaleX(1) !important;
    }

    .container--header .site-nav__list::before {
        content: none;
        display: none;
    }

    .nav-toggle {
        display: none !important;
    }

    .btn--header {
        display: inline-flex !important;
    }
}

@media (max-width: 1100px) {
    .services-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
}

@media (max-width: 900px) {
    .pain-solution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .services-split {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        max-width: none;
    }

    .services-block {
        min-width: 0;
        width: 100%;
    }

    .section-title {
        font-size: clamp(1rem, 4.8vw + 0.65rem, 1.95rem);
    }

    .section-title--center {
        padding-inline: 2px;
    }

    .services-intro {
        margin-bottom: 32px;
    }

    .services-item__label {
        overflow-wrap: anywhere;
    }

    .package-card__list li {
        overflow-wrap: anywhere;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    .cta__inner {
        gap: clamp(28px, 6vw, 40px);
    }

    .cta__title {
        overflow-wrap: anywhere;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    .footer__menus {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer__menu--kontakt {
        grid-column: auto;
        max-width: none;
    }

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

    .packages-note {
        padding-inline: 4px;
    }

    .packages-grid {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .process-step {
        gap: 14px;
    }

    .process-step__index {
        gap: 8px;
    }

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

    .footer__brand {
        grid-column: auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: none;
    }

    .footer__about {
        text-align: center;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: max(28px, env(safe-area-inset-bottom));
    }

    .hero {
        min-height: min(92vh, 720px);
        min-height: min(92dvh, 720px);
        padding: max(112px, calc(env(safe-area-inset-top, 0px) + 88px)) 0 0;
    }

    .hero__inner {
        padding-bottom: clamp(32px, 10vw, 56px);
    }

    .hero__actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 22px;
    }

    .hero__actions .btn--hero,
    .hero__actions .btn--hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero__kpi {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-left: 14px;
        margin-top: 22px;
    }

    .hero__marquee-track {
        font-size: 0.54rem;
        letter-spacing: 0.2em;
        padding: 12px 0;
    }

    .hero__lead {
        max-width: 100%;
        font-size: 0.92rem;
    }

    .btn--hero {
        width: auto;
        justify-content: center;
        padding-inline: 16px;
    }

    .btn--cta {
        align-self: stretch;
        justify-content: center;
        width: 100%;
    }

    .packages-grid {
        max-width: 100%;
    }

    .package-card {
        padding-inline: clamp(14px, 4vw, 22px);
    }
}

/* --- Unterseiten (Kontakt, Impressum, Datenschutz) --- */
.site-page .page-main {
    padding-top: max(28px, calc(var(--site-header-offset) - 24px));
}

.section--site-page {
    padding-top: clamp(40px, 6vw, 64px);
}

.container--narrow {
    max-width: 760px;
}

.page-eyebrow {
    margin-bottom: 10px;
}

.page-heading {
    margin: 0 0 14px;
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: center;
}

.page-lead {
    margin: 0 auto 40px;
    max-width: 40rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px);
    gap: clamp(24px, 4vw, 40px);
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 820px) {
    .contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }

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

.contact-card {
    padding: 26px 22px 28px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196, 160, 101, 0.18);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
        linear-gradient(180deg, var(--color-bg-soft), var(--color-bg));
}

.contact-card__title {
    margin: 0 0 20px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.contact-card__legal-hint {
    margin: -8px 0 22px;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
}

.contact-card__legal-hint a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-card__legal-hint a:hover {
    color: var(--color-gold-hover);
}

.contact-form {
    margin: 0;
}

.form-row {
    display: grid;
    gap: 16px;
}

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

.form-field {
    margin-bottom: 16px;
}

.form-field--check {
    margin-bottom: 20px;
}

.form-field--hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.contact-form__turnstile {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.75);
}

.form-optional {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 11px 12px;
    font-family: var(--font);
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    transition:
        border-color 0.2s ease,
        background 0.2s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: rgba(196, 160, 101, 0.45);
    background: rgba(255, 255, 255, 0.06);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
}

select.form-input {
    appearance: none;
    color-scheme: dark;
    cursor: pointer;
    padding-right: 36px;
    background-color: rgba(255, 255, 255, 0.04);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23c4a065' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

select.form-input:invalid {
    color: rgba(255, 255, 255, 0.35);
}

select.form-input option {
    background: #151515;
    color: #f7f7f5;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.72);
}

.form-check__input {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--color-gold);
    cursor: pointer;
}

.form-check__text a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form-check__text a:hover {
    color: var(--color-gold-hover);
}

.btn--form {
    width: 100%;
    justify-content: center;
}

.contact-form__status {
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid rgba(196, 160, 101, 0.22);
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(196, 160, 101, 0.08);
}

.contact-form__status--error {
    border-color: rgba(255, 120, 120, 0.34);
    background: rgba(255, 120, 120, 0.08);
}

.contact-aside {
    padding: 22px 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196, 160, 101, 0.18);
    background:
        linear-gradient(155deg, rgba(196, 160, 101, 0.05) 0%, transparent 55%),
        linear-gradient(180deg, var(--color-charcoal), var(--color-bg));
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.contact-aside__title {
    margin: 0 0 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.contact-aside__list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    font-size: 0.86rem;
    line-height: 1.85;
}

.contact-aside__list a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    border-bottom: 1px solid rgba(196, 160, 101, 0.3);
}

.contact-aside__list a:hover {
    color: var(--color-gold);
    border-bottom-color: var(--color-gold);
}

.contact-aside__note {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.52;
    color: rgba(255, 255, 255, 0.42);
}

.legal-document {
    margin-top: 8px;
}

.legal-document h2 {
    margin: 32px 0 14px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.legal-document h2:first-of-type {
    margin-top: 0;
}

.legal-document p {
    margin: 0 0 14px;
    font-size: 0.875rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.74);
}

.legal-document a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-document a:hover {
    color: var(--color-gold-hover);
}

.legal-dl {
    margin: 0 0 18px;
    display: grid;
    gap: 6px;
}

.legal-dl dt {
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.legal-dl dd {
    margin: -2px 0 12px;
    font-size: 0.86rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.74);
}

.legal-document cite {
    font-style: normal;
}

.site-nav__list a[aria-current="page"],
.site-nav__list a[aria-current="true"] {
    color: var(--color-gold);
}

.site-nav__list a[aria-current="page"]::after,
.site-nav__list a[aria-current="true"]::after {
    transform: scaleX(1);
}

/* Vue Router: Links nach /#abschnitt teilen route "/" und sind alle router-link-active — sonst wirken alle wie Hover */
.site-nav__list a.router-link-active:not(.router-link-exact-active):not(:hover):not(:focus-visible) {
    color: rgba(247, 247, 245, 0.92);
}

.site-nav__list a.router-link-active:not(.router-link-exact-active):not(:hover):not(:focus-visible)::after {
    transform: scaleX(0);
}

.site-nav__list a.router-link-exact-active {
    color: var(--color-gold);
}

.site-nav__list a.router-link-exact-active::after {
    transform: scaleX(1);
}

/* —— Homepage: Editorial / „Straight-Line“-Signatur (+ schräge Flächen, --home-slice via .layout--home) —— */
.layout--home {
    --home-slice: clamp(28px, 4.5vw, 68px);
}

.home-page [data-hero-rotate] {
    display: inline-block;
    min-width: 12.2ch;
    text-align: left;
    vertical-align: baseline;
    transition: opacity 0.28s var(--ease-out-soft);
}

.home-page [data-hero-rotate].hero-rotate--out {
    opacity: 0;
    transform: none;
}

.home-page .hero__title-accent {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0;
    max-width: 100%;
    min-width: 12.2ch;
    padding-bottom: 0.12em;
    vertical-align: baseline;
}

.home-page .hero__title {
    text-shadow: none;
}

.home-page .hero__title-accent.text-gold {
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.42);
}

.home-page .hero__title-accent::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--color-gold), transparent 92%);
    opacity: 1;
    transition: opacity 0.5s var(--ease-out-soft) 0.38s;
}

@media (hover: hover) and (pointer: fine) {
    .home-page .hero__title-accent::after {
        opacity: 0;
        transition: opacity 0.55s var(--ease-out-soft) 0.38s;
    }

    .home-page .hero.hero--ready .hero__title-accent::after {
        opacity: 1;
    }
}

@media (min-width: 960px) {
    .home-page .hero__inner {
        position: relative;
    }

    .home-page .hero__inner::before,
    .home-page .hero__inner::after {
        content: "";
        position: absolute;
        width: min(56px, 12vw);
        height: min(56px, 12vw);
        pointer-events: none;
        opacity: 0.55;
    }

    .home-page .hero__inner::before {
        top: -10px;
        left: max(-8px, -1vw);
        border-top: 2px solid rgba(196, 160, 101, 0.55);
        border-left: 2px solid rgba(196, 160, 101, 0.55);
    }

    .home-page .hero__inner::after {
        bottom: -18px;
        right: max(-10px, -1vw);
        border-bottom: 2px solid rgba(196, 160, 101, 0.45);
        border-right: 2px solid rgba(196, 160, 101, 0.45);
    }
}

/** Schräge Übergänge zwischen Hero, Kernabschnitten und CTA — nutzt Überlapp, damit kein Loch zum Seitenhintergrund entsteht. */
.home-page > .hero {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--home-slice)), 0 100%);
    margin-bottom: calc(-1 * var(--home-slice));
    padding-bottom: var(--home-slice);
}

.home-page .section--pain-solution,
.home-page .section--home-portfolio,
.home-page .section--home-hub,
.home-page .section--about-intro,
.home-page .section--about-practice,
.home-page .section--about-pillars,
.home-page .section--about-principles,
.home-page .section--services,
.home-page .section--packages,
.home-page .section--process {
    clip-path: polygon(0 var(--home-slice), 100% 0, 100% calc(100% - var(--home-slice)), 0 100%);
    margin-bottom: calc(-1 * var(--home-slice));
    padding-top: calc(var(--section-pad-y) + var(--home-slice));
    padding-bottom: calc(var(--section-pad-y) + var(--home-slice));
    border-bottom: none;
}

.home-page .section--services {
    box-shadow: none;
}

.home-page .cta {
    clip-path: polygon(0 var(--home-slice), 100% 0, 100% calc(100% - var(--home-slice)), 0 100%);
    margin-bottom: calc(-1 * var(--home-slice));
    padding-top: calc(clamp(88px, 12vw, 120px) + var(--home-slice));
    padding-bottom: calc(clamp(88px, 12vw, 120px) + var(--home-slice));
    border-top: none;
}

.layout--home .site-footer {
    clip-path: polygon(0 var(--home-slice), 100% 0, 100% 100%, 0 100%);
    padding-top: calc(clamp(56px, 10vw, 92px) + var(--home-slice));
    border-top: none;
}

.home-page .section--pain-solution > .container,
.home-page .section--home-portfolio > .container,
.home-page .section--home-hub > .container,
.home-page .section--about-intro > .container,
.home-page .section--about-pillars > .container,
.home-page .section--about-principles > .container,
.home-page .section--services > .container,
.home-page .section--packages > .container,
.home-page .section--process > .container {
    position: relative;
    z-index: 1;
}

.home-page .section--pain-solution > .container > *,
.home-page .section--home-portfolio > .container > *,
.home-page .section--home-hub > .container > *,
.home-page .section--about-intro > .container > *,
.home-page .section--about-pillars > .container > *,
.home-page .section--about-principles > .container > *,
.home-page .section--services > .container > *,
.home-page .section--packages > .container > *,
.home-page .section--process > .container > * {
    position: relative;
    z-index: 1;
}

.home-page .section--pain-solution > .container::before {
    content: "01";
}

.home-page .section--home-hub > .container::before {
    content: "02";
}

.home-page.home-page--portfolio .section--home-portfolio > .container::before {
    content: "02";
}

.home-page.home-page--portfolio .section--home-hub > .container::before {
    content: "03";
}

.home-page .section--services > .container::before {
    content: "02";
}

.home-page .section--packages > .container::before {
    content: "03";
}

.home-page .section--process > .container::before {
    content: "04";
}

.home-page.subpage-main .section--about-intro > .container::before,
.home-page.subpage-main .section--about-practice > .container::before,
.home-page.subpage-main .section--about-pillars > .container::before,
.home-page.subpage-main .section--about-principles > .container::before,
.home-page.subpage-main .section--services > .container::before,
.home-page.subpage-main .section--packages > .container::before,
.home-page.subpage-main .section--process > .container::before {
    display: none;
}

.home-page .section--home-packages > .container::before {
    content: "03";
}

.home-page.home-page--portfolio .section--home-packages > .container::before {
    content: "04";
}

.home-page .section--pain-solution > .container::before,
.home-page .section--home-portfolio > .container::before,
.home-page .section--home-hub > .container::before,
.home-page .section--services > .container::before,
.home-page .section--packages > .container::before,
.home-page .section--process > .container::before {
    position: absolute;
    top: clamp(-6px, -0.6vw, 4px);
    right: clamp(4px, 1.2vw, 18px);
    font-size: clamp(3.2rem, 11vw, 7.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    z-index: 0;
    user-select: none;
}

@media (min-width: 900px) {
    .home-page .section--services .section-eyebrow--center,
    .home-page .section--home-portfolio .section-eyebrow--center,
    .home-page .section--home-hub .section-eyebrow--center,
    .home-page .section--about-intro .section-eyebrow--center,
    .home-page .section--about-practice .section-eyebrow--center,
    .home-page .section--about-pillars .section-eyebrow--center,
    .home-page .section--about-principles .section-eyebrow--center,
    .home-page .section--packages > .container > .section-eyebrow--center:first-of-type,
    .home-page .section--process .section-eyebrow--center {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .home-page .section--services .section-eyebrow--center::after,
    .home-page .section--home-portfolio .section-eyebrow--center::after,
    .home-page .section--home-hub .section-eyebrow--center::after,
    .home-page .section--about-intro .section-eyebrow--center::after,
    .home-page .section--about-practice .section-eyebrow--center::after,
    .home-page .section--about-pillars .section-eyebrow--center::after,
    .home-page .section--about-principles .section-eyebrow--center::after,
    .home-page .section--packages > .container > .section-eyebrow--center:first-of-type::after,
    .home-page .section--process .section-eyebrow--center::after {
        margin-left: 0;
        margin-right: auto;
    }

    .home-page .section--services .section-title.section-title--center,
    .home-page .section--home-portfolio .section-title.section-title--center,
    .home-page .section--home-hub .section-title.section-title--center,
    .home-page .section--about-intro .section-title.section-title--center,
    .home-page .section--about-practice .section-title.section-title--center,
    .home-page .section--about-pillars .section-title.section-title--center,
    .home-page .section--about-principles .section-title.section-title--center,
    .home-page .section--packages > .container > .section-title.section-title--center:first-of-type,
    .home-page .section--process .section-title.section-title--center {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        max-width: min(44rem, 100%);
        padding-inline: 0;
    }

    .home-page .section--services .section-title.section-title--center::after,
    .home-page .section--home-portfolio .section-title.section-title--center::after,
    .home-page .section--home-hub .section-title.section-title--center::after,
    .home-page .section--about-intro .section-title.section-title--center::after,
    .home-page .section--about-practice .section-title.section-title--center::after,
    .home-page .section--about-pillars .section-title.section-title--center::after,
    .home-page .section--about-principles .section-title.section-title--center::after,
    .home-page .section--packages > .container > .section-title.section-title--center:first-of-type::after,
    .home-page .section--process .section-title.section-title--center::after {
        margin-left: 0;
        margin-right: auto;
    }

    .home-page .services-intro,
    .home-page .home-portfolio-intro,
    .home-page .home-hub-intro,
    .home-page .about-page-lead {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        max-width: min(40rem, 100%);
        padding-inline: 0;
    }

    .home-page .packages-subsection-heading {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        max-width: min(40rem, 100%);
        padding-inline: 0;
    }

    .home-page .packages-subsection-intro {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        max-width: min(40rem, 100%);
        padding-inline: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .hero__title-accent::after {
        transition: none !important;
        opacity: 1 !important;
    }
}

/** Scroll reveal (Startseite): Plugin setzt `gf-sr` + Klasse `scroll-reveal--on`. */
.home-page [data-scroll-reveal] {
    --sr-d: 0ms;
    transition:
        opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--sr-d),
        transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--sr-d);
    will-change: opacity, transform;
}

html.gf-sr .home-page [data-scroll-reveal]:not(.scroll-reveal--on) {
    opacity: 0;
    transform: translate3d(0, 32px, 0) scale(0.985);
}

html.gf-sr .home-page [data-scroll-reveal].scroll-reveal--on {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
    html.gf-sr .home-page .services-block[data-scroll-reveal].scroll-reveal--on:hover {
        transform: translateY(-3px);
    }
}

html:not(.gf-sr) .home-page [data-scroll-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
}

@media (min-width: 901px) {
    html.gf-sr .home-page .pain-panel--solution[data-scroll-reveal]:not(.scroll-reveal--on) {
        transform: translate3d(0, calc(32px + 28px), 0) scale(0.985);
    }

    html.gf-sr .home-page .pain-panel--solution[data-scroll-reveal].scroll-reveal--on {
        transform: translate3d(0, 32px, 0) scale(1);
    }
}

@media (max-width: 900px) {
    html.gf-sr .home-page .pain-panel--solution[data-scroll-reveal]:not(.scroll-reveal--on) {
        transform: translate3d(0, 28px, 0) scale(0.985);
    }

    html.gf-sr .home-page .pain-panel--solution[data-scroll-reveal].scroll-reveal--on {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.home-page .pain-panel[data-scroll-reveal].pain-panel--problem {
    --sr-d: 0ms;
}

.home-page .pain-panel[data-scroll-reveal].pain-panel--solution {
    --sr-d: 92ms;
}

.section--services > .container > .section-eyebrow[data-scroll-reveal] {
    --sr-d: 0ms;
}

.section--services > .container > .section-title[data-scroll-reveal] {
    --sr-d: 72ms;
}

.section--services > .container > .services-intro[data-scroll-reveal] {
    --sr-d: 128ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(1) {
    --sr-d: 0ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(2) {
    --sr-d: 52ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(3) {
    --sr-d: 104ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(4) {
    --sr-d: 156ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(5) {
    --sr-d: 208ms;
}

.home-page .services-split > article[data-scroll-reveal]:nth-child(6) {
    --sr-d: 260ms;
}

.section--packages > .container > .section-eyebrow[data-scroll-reveal] {
    --sr-d: 0ms;
}

.section--packages > .container > .section-title[data-scroll-reveal] {
    --sr-d: 64ms;
}

.section--packages > .container > .packages-subsection-heading--first[data-scroll-reveal] {
    --sr-d: 110ms;
}

.section--packages > .container > .packages-subsection-heading:not(.packages-subsection-heading--first)[data-scroll-reveal] {
    --sr-d: 0ms;
}

.section--packages .packages-grid:not(.packages-grid--social) > .package-card[data-scroll-reveal]:nth-child(1) {
    --sr-d: 40ms;
}

.section--packages .packages-grid:not(.packages-grid--social) > .package-card[data-scroll-reveal]:nth-child(2) {
    --sr-d: 112ms;
}

.section--packages .packages-grid:not(.packages-grid--social) > .package-card[data-scroll-reveal]:nth-child(3) {
    --sr-d: 184ms;
}

.section--packages .packages-grid--web > .package-card[data-scroll-reveal]:nth-child(4),
.section--packages .packages-grid--care > .package-card[data-scroll-reveal]:nth-child(4) {
    --sr-d: 256ms;
}

.section--packages .packages-grid--social > .package-card[data-scroll-reveal]:nth-child(1) {
    --sr-d: 40ms;
}

.section--packages .packages-grid--social > .package-card[data-scroll-reveal]:nth-child(2) {
    --sr-d: 112ms;
}

.section--packages .packages-grid--social > .package-card[data-scroll-reveal]:nth-child(3) {
    --sr-d: 184ms;
}

.section--packages > .container > .packages-footnote[data-scroll-reveal] {
    --sr-d: 48ms;
}

.section--packages > .container > .packages-note[data-scroll-reveal] {
    --sr-d: 96ms;
}

.section--process > .container > .section-eyebrow[data-scroll-reveal] {
    --sr-d: 0ms;
}

.section--process > .container > .section-title[data-scroll-reveal] {
    --sr-d: 76ms;
}

.home-page .process-track > article.process-step[data-scroll-reveal]:nth-child(1) {
    --sr-d: 32ms;
}

.home-page .process-track > article.process-step[data-scroll-reveal]:nth-child(2) {
    --sr-d: 96ms;
}

.home-page .process-track > article.process-step[data-scroll-reveal]:nth-child(3) {
    --sr-d: 160ms;
}

.home-page .process-track > article.process-step[data-scroll-reveal]:nth-child(4) {
    --sr-d: 224ms;
}

.home-page .cta .cta__title[data-scroll-reveal] {
    --sr-d: 0ms;
}

.home-page .cta .cta__right[data-scroll-reveal] {
    --sr-d: 88ms;
}

@media (prefers-reduced-motion: reduce) {
    .home-page [data-scroll-reveal],
    html.gf-sr .home-page [data-scroll-reveal]:not(.scroll-reveal--on),
    html.gf-sr .home-page [data-scroll-reveal].scroll-reveal--on,
    html:not(.gf-sr) .home-page [data-scroll-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        --sr-d: 0ms !important;
        will-change: auto !important;
    }
}

/* Minimaler Hinweis zur Datenschutzerklärung (Cookie-Leiste, Client-Plugin) */
.gf-cookie-bar {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 99999;
    max-width: min(560px, calc(100vw - 32px));
    margin-inline: auto;
    padding: 14px 16px 14px 18px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196, 160, 101, 0.22);
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(196, 160, 101, 0.07), transparent 58%),
        linear-gradient(180deg, rgba(14, 15, 18, 0.97), rgba(6, 7, 9, 0.94));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 18px 44px rgba(0, 0, 0, 0.45);
}

.gf-cookie-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 16px;
}

.gf-cookie-bar__text {
    flex: 1 1 220px;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.48;
    color: rgba(255, 255, 255, 0.82);
}

.gf-cookie-bar__link {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gf-cookie-bar__link:hover {
    color: var(--color-gold-hover);
}

.gf-cookie-bar__btn {
    flex-shrink: 0;
    padding-inline: 18px;
}

@media (prefers-reduced-motion: reduce) {
    .gf-cookie-bar {
        transition: none;
    }
}

/* --- Startseite: Hub + Unterseiten --- */
.home-page.subpage-main {
    padding-top: max(20px, calc(var(--site-header-offset) - 20px));
}

.home-page.subpage-main .process-page-lead,
.home-page.subpage-main .packages-page-lead,
.home-page.subpage-main .about-page-lead {
    margin-bottom: clamp(28px, 4vw, 44px);
}

.about-kpi {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
    max-width: 960px;
    margin: clamp(28px, 4vw, 40px) auto 0;
    padding: 0;
}

.about-kpi .hero-kpi-item {
    margin: 0;
    padding: clamp(18px, 2.5vw, 24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.035);
}

.home-hub-card--static {
    cursor: default;
}

.home-hub-card--static:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.about-next-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    margin: clamp(32px, 5vw, 48px) 0 0;
}

.section--about-practice .pain-panel__title {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

@media (max-width: 900px) {
    .about-kpi {
        grid-template-columns: minmax(0, 1fr);
    }
}

.home-hub-intro {
    max-width: 40rem;
    margin: 0 auto clamp(28px, 4vw, 40px);
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.home-portfolio-intro {
    max-width: 42rem;
    margin: 0 auto clamp(28px, 4vw, 44px);
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
}

.home-portfolio-grid {
    display: grid;
    gap: clamp(16px, 2.4vw, 24px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-portfolio-grid--duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    margin-inline: auto;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid rgba(196, 160, 101, 0.16);
    background: linear-gradient(180deg, var(--color-bg-soft), var(--color-bg));
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.portfolio-card--link {
    color: inherit;
    text-decoration: none;
    transition:
        border-color 0.28s var(--ease-out-soft),
        box-shadow 0.32s var(--ease-out-soft),
        transform 0.32s var(--ease-out-soft);
}

.portfolio-card__hit {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}

.portfolio-card__hit:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
    border-radius: var(--radius-md);
}

.portfolio-card:has(.portfolio-card__hit:hover) {
    border-color: rgba(196, 160, 101, 0.38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.portfolio-card {
    transition:
        border-color 0.28s var(--ease-out-soft),
        box-shadow 0.32s var(--ease-out-soft),
        transform 0.32s var(--ease-out-soft);
}

.portfolio-card--link:hover {
    border-color: rgba(196, 160, 101, 0.38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.portfolio-card--link:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

.portfolio-card__media {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.portfolio-card__media--live {
    display: flex;
    flex-direction: column;
    background: #0a0a0a;
}

.portfolio-preview-panel {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: #0a0a0a;
}

.portfolio-preview-panel__chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    min-height: 34px;
    padding: 7px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.96));
}

.portfolio-preview-panel__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.portfolio-preview-panel__dot:first-child {
    background: rgba(196, 160, 101, 0.55);
}

.portfolio-preview-panel__url {
    margin-left: auto;
    max-width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.42);
}

.portfolio-preview-panel__content {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
}

.portfolio-preview-panel__shot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.45s var(--ease-out-soft);
}

.portfolio-card:has(.portfolio-card__hit:hover) .portfolio-preview-panel__shot {
    transform: scale(1.03);
}

.portfolio-card__preview-chrome {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    min-height: 34px;
    padding: 7px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.96));
}

.portfolio-card__preview-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.portfolio-card__preview-dot:first-child {
    background: rgba(196, 160, 101, 0.55);
}

.portfolio-card__preview-url {
    margin-left: auto;
    max-width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.42);
}

.portfolio-card__preview-wrap {
    container-type: inline-size;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0a0a0a;
}

.portfolio-card__preview-scaler {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1280px;
    height: 800px;
    transform-origin: top center;
    transform: translateX(-50%) scale(calc(100cqw / 1280));
}

.portfolio-card__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: opacity 0.35s var(--ease-out-soft);
}

.portfolio-card__poster.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.portfolio-card__preview-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s var(--ease-out-soft);
    background: #0a0a0a;
}

.portfolio-card__preview-frame.is-loaded {
    opacity: 1;
}

.portfolio-card__media--web {
    background:
        radial-gradient(ellipse 80% 70% at 20% 0%, rgba(196, 160, 101, 0.14), transparent 58%),
        linear-gradient(165deg, #121212 0%, #080808 100%);
}

.portfolio-card__media--beauty {
    background:
        radial-gradient(ellipse 85% 75% at 18% 0%, rgba(232, 164, 184, 0.22), transparent 58%),
        linear-gradient(165deg, #1a1216 0%, #0a0809 100%);
}

.portfolio-card__media--gaming {
    background:
        radial-gradient(ellipse 80% 70% at 82% 12%, rgba(88, 120, 196, 0.2), transparent 52%),
        linear-gradient(155deg, #0c1018 0%, #050608 100%);
}

.portfolio-card__media--brand {
    background:
        radial-gradient(circle at 78% 22%, rgba(196, 160, 101, 0.18), transparent 42%),
        linear-gradient(155deg, #101010 0%, #060606 100%);
}

.portfolio-card__media--social {
    background:
        radial-gradient(circle at 24% 78%, rgba(196, 160, 101, 0.12), transparent 48%),
        linear-gradient(145deg, #111111 0%, #070707 100%);
}

.portfolio-card__media-tag {
    position: absolute;
    top: 7px;
    right: 12px;
    left: auto;
    z-index: 4;
    padding: 5px 9px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(196, 160, 101, 0.28);
    background: rgba(8, 8, 8, 0.72);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.portfolio-card__mock {
    position: absolute;
    inset: clamp(18px, 4vw, 28px);
    display: grid;
    gap: 8px;
    align-content: center;
}

.portfolio-card__mock--browser {
    inset: auto clamp(14px, 3vw, 22px) clamp(14px, 3vw, 22px);
    top: clamp(34px, 5vw, 44px);
    padding: 10px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.portfolio-card__mock-bar {
    display: block;
    width: 38%;
    height: 6px;
    border-radius: 999px;
    background: rgba(196, 160, 101, 0.55);
}

.portfolio-card__mock-block {
    display: block;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
}

.portfolio-card__mock-block--hero {
    height: clamp(36px, 5vw, 52px);
    background: linear-gradient(90deg, rgba(196, 160, 101, 0.22), rgba(255, 255, 255, 0.06));
}

.portfolio-card__mock-block--hero-dark {
    background: linear-gradient(90deg, rgba(88, 120, 196, 0.28), rgba(255, 255, 255, 0.05));
}

.portfolio-card__mock-block--line {
    height: 6px;
    width: 88%;
}

.portfolio-card__mock-block--short {
    width: 58%;
}

.portfolio-card__mock--brand {
    place-items: center;
    justify-items: center;
    align-content: center;
    gap: 14px;
}

.portfolio-card__mock-logo {
    display: grid;
    place-items: center;
    width: clamp(56px, 8vw, 72px);
    height: clamp(56px, 8vw, 72px);
    border-radius: 50%;
    border: 2px solid rgba(196, 160, 101, 0.45);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color-gold);
    background: rgba(196, 160, 101, 0.08);
}

.portfolio-card__mock-block--swatch {
    width: clamp(88px, 12vw, 108px);
    height: 10px;
    background: linear-gradient(90deg, #c4a065, #8a6840);
}

.portfolio-card__mock-block--swatch-alt {
    width: clamp(72px, 10vw, 92px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.portfolio-card__mock--social {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: end;
}

.portfolio-card__mock-tile {
    display: block;
    min-height: clamp(42px, 6vw, 56px);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.portfolio-card__mock-tile--accent {
    background: linear-gradient(145deg, rgba(196, 160, 101, 0.28), rgba(196, 160, 101, 0.06));
    border-color: rgba(196, 160, 101, 0.22);
}

.portfolio-card__mock-tile--wide {
    grid-column: 1 / -1;
    min-height: clamp(28px, 4vw, 36px);
}

.portfolio-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(16px, 2.2vw, 20px) clamp(18px, 2.4vw, 22px) clamp(18px, 2.4vw, 22px);
}

.portfolio-card__meta {
    margin: 0 0 8px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.portfolio-card__title {
    margin: 0 0 8px;
    font-size: clamp(0.92rem, 1.4vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--color-white);
}

.portfolio-card__text {
    margin: 0;
    flex: 1;
    font-size: 0.8rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

.portfolio-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: clamp(14px, 2vw, 18px) 0 0;
    padding: 0;
    list-style: none;
}

.portfolio-card__tags li {
    padding: 4px 9px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.03);
}

.portfolio-card__link {
    margin-top: clamp(14px, 2vw, 18px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.portfolio-card--link:hover .portfolio-card__link,
.portfolio-card:has(.portfolio-card__hit:hover) .portfolio-card__link {
    color: var(--color-gold-hover);
}

.home-hub-grid {
    display: grid;
    gap: clamp(14px, 2vw, 20px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-hub-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(20px, 2.8vw, 28px);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    color: inherit;
    text-decoration: none;
    transition:
        border-color 0.28s var(--ease-out-soft),
        box-shadow 0.32s var(--ease-out-soft),
        transform 0.32s var(--ease-out-soft);
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .home-hub-card {
        -webkit-backdrop-filter: blur(14px) saturate(140%);
        backdrop-filter: blur(14px) saturate(140%);
        background: linear-gradient(155deg, rgba(255, 255, 255, 0.09) 0%, rgba(12, 12, 12, 0.45) 100%);
    }
}

.home-hub-card:hover {
    border-color: rgba(196, 160, 101, 0.38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.home-hub-card__eyebrow {
    margin: 0 0 10px;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.home-hub-card__title {
    margin: 0 0 10px;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-hub-card__text {
    margin: 0;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.home-hub-card__cta {
    margin-top: clamp(16px, 2.4vw, 22px);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.home-hub-more {
    margin: clamp(28px, 4vw, 40px) 0 0;
    text-align: center;
}

.section--home-packages .packages-subsection-intro--first {
    margin-bottom: clamp(24px, 3.5vw, 36px);
}

@media (max-width: 900px) {
    .home-portfolio-grid,
    .home-portfolio-grid--duo,
    .home-hub-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .portfolio-card--link,
    .portfolio-card {
        transition: none;
    }

    .portfolio-card--link:hover,
    .portfolio-card:has(.portfolio-card__hit:hover) {
        transform: none;
    }

    .portfolio-card__poster,
    .portfolio-card__preview-frame {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hub-card {
        transition: none;
    }

    .home-hub-card:hover {
        transform: none;
    }
}

.hero__topic {
    margin: 0 0 12px;
    font-size: clamp(0.78rem, 1.2vw, 0.92rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(196, 160, 101, 0.92);
}

.container--faq {
    max-width: 760px;
}

.contact-faq-list {
    display: grid;
    gap: 10px;
    margin-top: clamp(24px, 3.5vw, 32px);
}

.contact-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
}

.contact-faq-item__summary {
    padding: clamp(16px, 2.2vw, 20px);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.contact-faq-item__summary::-webkit-details-marker {
    display: none;
}

.contact-faq-item__answer {
    margin: 0;
    padding: 0 clamp(16px, 2.2vw, 20px) clamp(16px, 2.2vw, 20px);
    font-size: 0.875rem;
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.72);
}

.contact-faq-more {
    margin: clamp(24px, 3.5vw, 32px) 0 0;
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.62);
}

.contact-faq-more a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-faq-more a:hover {
    color: var(--color-gold-hover);
}

.section--contact-faq {
    padding-top: 0;
}

.domain-check-card {
    margin-top: clamp(24px, 3.5vw, 32px);
    padding: clamp(22px, 3vw, 28px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.domain-check-form {
    display: grid;
    gap: 16px;
}

.domain-check-hint {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.domain-check-notice {
    margin: 0 auto clamp(20px, 3vw, 28px);
    max-width: 720px;
    padding: 14px 16px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.72);
}

.domain-check-notice a {
    color: var(--color-gold);
}

.domain-check-extensions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.domain-check-ext {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.domain-check-ext--active {
    border-color: rgba(196, 160, 101, 0.55);
    color: var(--color-gold);
    background: rgba(196, 160, 101, 0.08);
}

.domain-check-status {
    margin: 0;
    font-size: 0.875rem;
}

.domain-check-status--error {
    color: #f0a8a8;
}

.domain-check-results {
    margin-top: clamp(28px, 4vw, 40px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.domain-check-results__title {
    margin: 0 0 16px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
}

.domain-check-results__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.domain-check-disclaimer {
    margin: clamp(24px, 4vw, 36px) 0 0;
    padding: clamp(16px, 2.5vw, 20px) clamp(18px, 3vw, 22px);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    font-size: 0.8rem;
    line-height: 1.65;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.domain-result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.domain-result--free {
    border-color: rgba(120, 196, 140, 0.35);
}

.domain-result--taken {
    opacity: 0.82;
}

.domain-result__domain {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.domain-result__status {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.68);
}

.domain-result__price-block {
    display: grid;
    gap: 3px;
    text-align: right;
}

.domain-result__price-main {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.02em;
}

.domain-result__price-main--cost {
    color: rgba(196, 160, 101, 0.92);
    font-size: 0.88rem;
}

.domain-result__price-sub,
.domain-result__price-detail {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.55);
}

.domain-result__price-detail {
    color: rgba(255, 255, 255, 0.42);
}

.domain-result__price-detail--cost {
    color: rgba(196, 160, 101, 0.72);
    font-size: 0.68rem;
}

.domain-result--free .domain-result__status {
    color: #9fd9ad;
}

.domain-result__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.btn--domain-result {
    padding: 10px 14px;
    font-size: 0.72rem;
}

.packages-subsection-intro a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.packages-subsection-intro a:hover {
    color: var(--color-gold-hover);
}

@media (max-width: 640px) {
    .domain-result {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- Blog --- */
.blog-index__lead {
    max-width: 42rem;
    margin: 0 0 2.5rem;
    color: var(--color-text-muted);
    line-height: 1.65;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(196, 160, 101, 0.18);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
    border-color: rgba(196, 160, 101, 0.45);
    transform: translateY(-2px);
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
}

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.blog-card__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
}

.blog-card__excerpt {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.blog-card__cta {
    margin-top: auto;
    padding-top: 0.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.blog-empty {
    color: var(--color-text-muted);
    padding: 2rem 0;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.blog-breadcrumb a {
    color: var(--color-gold);
    text-decoration: none;
}

.blog-article__wrap {
    max-width: 760px;
}

.blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold);
}

.blog-article__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.2;
}

.blog-article__excerpt {
    margin: 0 0 1.5rem;
    color: var(--color-text-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.blog-article__cover {
    margin: 0 0 2rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(196, 160, 101, 0.2);
}

.blog-article__cover img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-prose {
    color: var(--color-text);
    line-height: 1.75;
    font-size: 1.02rem;
}

.blog-prose p {
    margin: 0 0 1.15rem;
}

.blog-prose h2,
.blog-prose h3 {
    margin: 2rem 0 0.75rem;
    color: var(--color-gold);
}

.blog-prose a {
    color: var(--color-gold);
}

.blog-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
}

.blog-tag {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(196, 160, 101, 0.35);
    font-size: 0.75rem;
    color: var(--color-gold);
}

.blog-article__back {
    margin-top: 2.5rem;
}

.blog-soro__wrap {
    max-width: var(--container);
}

.blog-soro__head {
    margin-bottom: 2rem;
}

.blog-soro__mount {
    min-height: 320px;
}

.blog-soro__status {
    color: var(--color-text-muted);
    margin: 0 0 1rem;
}

.blog-soro__error {
    margin-top: 1.25rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(196, 160, 101, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    line-height: 1.65;
}

.blog-soro__error ol {
    margin: 0.75rem 0 0 1.25rem;
    padding: 0;
}

.blog-soro__error a {
    color: var(--color-gold);
}

.blog-soro__hint {
    margin: 1rem 0 0;
    font-size: 0.78rem;
    color: var(--color-text-muted);
    word-break: break-all;
}

.blog-soro__fallback {
    margin-top: 2rem;
}

.blog-soro__fallback-title {
    margin: 0 0 1rem;
    color: var(--color-gold);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Soro-Embed: Light-Styles vom Widget für dunkles GF-Media-Layout überschreiben */
#soro-blog .soro-blog {
    font-family: var(--font);
    color: var(--color-white);
    background: transparent;
}

#soro-blog .soro-blog a {
    color: inherit;
}

#soro-blog .soro-blog-back {
    border-color: var(--color-border-gold);
    color: var(--color-muted);
    background: var(--color-surface);
}

#soro-blog .soro-blog-back:hover {
    background: var(--color-surface-gold);
    border-color: var(--color-gold-muted);
    color: var(--color-white);
}

#soro-blog .soro-blog-card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(196, 160, 101, 0.18);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#soro-blog .soro-blog-card:hover {
    border-color: rgba(196, 160, 101, 0.45);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}

#soro-blog .soro-blog-card-title,
#soro-blog h2.soro-blog-card-title {
    color: var(--color-white);
}

#soro-blog .soro-blog-card-excerpt {
    color: var(--color-muted);
}

#soro-blog .soro-blog-card-date {
    color: var(--color-gold-muted);
}

#soro-blog .soro-blog-article-title {
    color: var(--color-white);
}

#soro-blog .soro-blog-article-date {
    color: var(--color-gold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

#soro-blog .soro-blog-article-content {
    color: var(--color-muted-strong);
    font-size: 1.02rem;
    line-height: 1.75;
}

#soro-blog .soro-blog-article-content p,
#soro-blog .soro-blog-article-content li,
#soro-blog .soro-blog-article-content span,
#soro-blog .soro-blog-article-content div,
#soro-blog .soro-blog-article-content blockquote {
    color: var(--color-muted-strong) !important;
}

#soro-blog .soro-blog-article-content h1,
#soro-blog .soro-blog-article-content h2,
#soro-blog .soro-blog-article-content h3,
#soro-blog .soro-blog-article-content h4 {
    color: var(--color-gold) !important;
}

#soro-blog .soro-blog-article-content a {
    color: var(--color-gold) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#soro-blog .soro-blog-article-content a:hover {
    color: var(--color-gold-hover) !important;
}

#soro-blog .soro-blog-article-image {
    border: 1px solid rgba(196, 160, 101, 0.2);
}

#soro-blog .soro-blog-empty,
#soro-blog .soro-blog-loading {
    color: var(--color-muted);
}

#soro-blog .soro-blog-spinner {
    border-color: var(--color-line);
    border-top-color: var(--color-gold);
}

#soro-blog .soro-blog-error {
    color: #f87171;
}
