/* Basis-Reset */
:root {
    --color-primary: #0B4F6C;
    --color-primary-strong: #062534;
    --color-accent: #C9971F;
    --color-accent-bright: #E8B94A;
    --color-page: #F4F6F8;
    --color-surface: #FFFFFF;
    --color-surface-tint: #EDF5F7;
    --color-text: #16222D;
    --color-muted: #405564;
    --color-border: rgba(11, 79, 108, 0.12);
    --wa-green: #1a7f45;
    --wa-green-strong: #15703b;
    --radius-card: 18px;
    --radius-card-lg: 22px;
    --shadow-card: 0 10px 28px rgba(6, 37, 52, 0.07), 0 2px 8px rgba(6, 37, 52, 0.05);
    --shadow-elevated: 0 26px 54px rgba(6, 37, 52, 0.17), 0 8px 18px rgba(6, 37, 52, 0.09);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: var(--color-page);
    scroll-padding-top: 6rem;
    scrollbar-gutter: stable;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: 0.75rem;
    z-index: 1001;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: var(--color-accent-bright);
    color: #16222d;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 0.16s ease;
}

.skip-link:focus-visible {
    transform: translateY(0);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: var(--color-page);
    color: var(--color-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
    color: #16222d;
    line-height: 1.08;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    font-weight: 700;
}

h1 {
    font-weight: 800;
}

h2 {
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.08rem;
    line-height: 1.28;
    font-weight: 650;
}

a {
    color: #0B4F6C;
    text-decoration: none;
}

a,
button,
input,
select,
textarea {
    touch-action: manipulation;
}

a:hover {
    text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--color-accent-bright);
    outline-offset: 3px;
}

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

address {
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: clamp(3rem, 5vw, 4.75rem) 0;
}

.section .btn {
    margin-top: 0.75rem;
}

.section--light {
    background-color: var(--color-surface);
}

.section--dark {
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201, 151, 31, 0.12), transparent 70%),
        radial-gradient(circle at 10% 90%, rgba(11, 79, 108, 0.35), transparent 25rem),
        linear-gradient(135deg, var(--color-primary-strong) 0%, var(--color-primary) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.stats h1,
.stats h2,
.stats h3,
.stats-panel h1,
.stats-panel h2,
.stats-panel h3 {
    color: #fff;
}

.section--dark p,
.stats p,
.stats-panel p {
    color: rgba(255, 255, 255, 0.9);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.6rem;
    min-height: 48px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0.01em;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, filter 0.22s ease;
}

.btn--spaced {
    margin-top: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-strong) 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(11, 79, 108, 0.28), 0 2px 6px rgba(6, 37, 52, 0.12);
}

.btn-primary:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(11, 79, 108, 0.35), 0 4px 10px rgba(6, 37, 52, 0.16);
    text-decoration: none;
}

.btn-secondary {
    background: linear-gradient(135deg, var(--color-accent-bright) 0%, var(--color-accent) 100%);
    color: #1a1204;
    font-weight: 750;
    box-shadow: 0 8px 22px rgba(201, 151, 31, 0.32), 0 2px 6px rgba(201, 151, 31, 0.16);
}

.btn-secondary:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(201, 151, 31, 0.44), 0 4px 10px rgba(201, 151, 31, 0.2);
    text-decoration: none;
}

@media (hover: hover) {
    .btn-primary,
    .btn-secondary {
        position: relative;
        overflow: hidden;
    }

    .btn-primary::after,
    .btn-secondary::after {
        content: "";
        position: absolute;
        top: 0;
        left: -130%;
        width: 60%;
        height: 100%;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
        transform: skewX(-24deg);
        transition: left 0.65s ease;
        pointer-events: none;
    }

    .btn-primary:hover::after,
    .btn-secondary:hover::after {
        left: 150%;
    }
}

/* WhatsApp: gedecktes Marken-Grün statt Neon, neutraler Schatten (kein grüner Glow),
   Icon trägt den Akzent. Hover = Shine-Sweep + Lift + „Senden"-Nudge am Icon. */
.btn-whatsapp {
    position: relative;
    overflow: hidden;
    background: var(--wa-green);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(6, 37, 52, 0.16), 0 2px 6px rgba(6, 37, 52, 0.1);
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, background-color 0.22s ease;
}

.btn-whatsapp svg {
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-whatsapp::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.32) 50%, transparent 100%);
    transform: skewX(-24deg);
    transition: left 0.6s ease;
    pointer-events: none;
}

.btn-whatsapp:hover {
    background: var(--wa-green-strong);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(21, 112, 59, 0.32), 0 4px 10px rgba(6, 37, 52, 0.14);
    text-decoration: none;
}

.btn-whatsapp:hover::after {
    left: 150%;
}

.btn-whatsapp:hover svg {
    transform: translateX(2px) rotate(-8deg);
}

/* B — Icon-only (Header): edle Ghost-Variante. Ring + grüner Glyph,
   füllt sich beim Hover weich mit Grün. */
.btn-whatsapp.btn-icon-only {
    background: transparent;
    border-color: rgba(26, 127, 69, 0.5);
    color: var(--wa-green);
    box-shadow: none;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.btn-whatsapp.btn-icon-only::after {
    display: none;
}

.btn-whatsapp.btn-icon-only:hover {
    background: var(--wa-green);
    border-color: var(--wa-green);
    color: #fff;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 24px rgba(21, 112, 59, 0.3);
}

.btn-whatsapp.btn-icon-only:hover svg {
    transform: scale(1.08);
}

/* Dunkle Sektionen / Footer: Ghost-Optik mit hellem Rand, füllt grün beim Hover. */
.section--dark .btn-whatsapp:not(.btn-icon-only),
.site-footer .btn-whatsapp:not(.btn-icon-only) {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    box-shadow: none;
}

.section--dark .btn-whatsapp:not(.btn-icon-only):hover,
.site-footer .btn-whatsapp:not(.btn-icon-only):hover {
    background: var(--wa-green);
    border-color: var(--wa-green);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.btn-outline {
    background: transparent;
    color: #0B4F6C;
    border: 1.5px solid rgba(11, 79, 108, 0.22);
}

.btn-outline:hover {
    background: rgba(11, 79, 108, 0.06);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    color: #083349;
    text-decoration: none;
}

.btn:active {
    transform: scale(0.97) translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.consent-inline-trigger {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0B4F6C;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.btn[disabled] {
    cursor: wait;
    opacity: 0.65;
    transform: none;
    box-shadow: none;
}

.site-header {
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(11, 79, 108, 0.12);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    transform: translateZ(0);
}

.site-footer > .container {
    padding-left: clamp(1.5rem, 2.5vw, 2.25rem);
    padding-right: clamp(1.5rem, 2.5vw, 2.25rem);
}

.site-header .container {
    /* Keep the logo on the same content edge as breadcrumbs and sections. */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    flex: 0 1 auto;
    line-height: 1;
    text-decoration: none;
}

.site-header .logo {
    white-space: nowrap;
}

.logo-badge {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.logo-text {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--color-text);
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.site-footer .logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    justify-self: start;
    width: fit-content;
    text-decoration: none;
    margin-bottom: 0.25rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer .logo:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.site-footer .logo-badge {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    object-fit: contain;
    background: #ffffff;
    padding: 0.35rem;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.site-footer .logo-text {
    color: #ffffff;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.16s ease;
}

.site-footer .logo:hover .logo-text {
    color: var(--color-accent-bright);
}

.main-nav {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.nav-toggle {
    display: none;
    background: #0B4F6C;
    color: #fff;
    border: none;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: clamp(0.75rem, 1.4vw, 1.25rem);
    align-items: center;
}

.nav-menu a:not(.btn) {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.45rem 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #16222D;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.16s ease;
}

.nav-menu a.active {
    color: var(--color-primary);
    box-shadow: none;
}

.nav-menu a:not(.btn):hover {
    text-decoration: none;
    color: var(--color-primary);
}

.nav-group {
    position: relative;
}

.nav-group > span,
.nav-group > .nav-group-toggle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #16222D;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-group-toggle {
    appearance: none;
    border: none;
    background: transparent;
    color: #16222D;
    font: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding: 0.45rem 0.25rem;
    cursor: pointer;
    transition: color 0.16s ease;
}

.nav-group-toggle::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.nav-group:hover .nav-group-toggle::after,
.nav-group.open > .nav-group-toggle::after {
    transform: rotate(-135deg) translateY(-2px);
}

.nav-group:hover .nav-group-toggle,
.nav-group-toggle:hover {
    color: var(--color-primary);
}

.nav-group ul {
    position: absolute;
    top: 100%;
    left: -0.5rem;
    flex-direction: column;
    background: #FFFFFF;
    padding: 0.65rem;
    border-radius: 12px;
    border: 1px solid rgba(11, 79, 108, 0.12);
    box-shadow: 0 16px 36px -6px rgba(6, 37, 52, 0.16), 0 4px 12px rgba(6, 37, 52, 0.06);
    display: none;
    min-width: 290px;
    align-items: stretch;
    z-index: 1000;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Invisible hover bridge to ensure mouse never loses hover connection */
.nav-group ul::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
    display: block;
    background: transparent;
}

.nav-group:hover ul,
.nav-group:focus-within ul {
    display: flex;
}

.nav-group.open > ul {
    display: flex;
}

.nav-group--verkaufen ul,
.nav-group--kaufen ul,
.nav-group--ueberuns ul {
    min-width: 300px;
}

.nav-menu .nav-group ul li {
    width: 100%;
}

.nav-menu .nav-group ul a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.nav-menu .nav-group ul a:hover {
    background-color: #EDF5F8;
    text-decoration: none;
}

.nav-menu .nav-group ul a strong {
    font-size: 0.93rem;
    font-weight: 700;
    color: #16222D;
    line-height: 1.25;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}

.nav-menu .nav-group ul a:hover strong {
    color: var(--color-primary);
}

.nav-menu .nav-group ul a small {
    font-weight: 450;
    font-size: 0.81rem;
    color: #526775;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.header-cta .btn {
    flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
}

.btn-icon-only {
    padding: 0;
    width: 3rem;
    height: 3rem;
    min-height: 0;
    border-radius: 50%;
    flex: 0 0 auto;
}

.btn-icon-only svg {
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 auto;
    display: block;
    shape-rendering: geometricPrecision;
}

.header-cta .phone {
    font-weight: 600;
    color: #0B4F6C;
}

.hero {
    background:
        radial-gradient(ellipse 70% 60% at 85% 25%, rgba(201, 151, 31, 0.16), transparent 70%),
        radial-gradient(ellipse 55% 55% at 15% 70%, rgba(11, 79, 108, 0.09), transparent 60%),
        linear-gradient(135deg, #F8FAFC 0%, #EDF5F8 100%);
    padding: clamp(3rem, 5vw, 4.75rem) 0;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--color-accent) 50%, transparent 100%);
    opacity: 0.85;
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    align-items: center;
    min-height: 340px;
}

.hero-inner > div {
    align-self: center;
}

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

.hero-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: -14% -8%;
    background: radial-gradient(circle at 72% 28%, rgba(201, 151, 31, 0.24), transparent 65%);
    filter: blur(32px);
    z-index: 0;
    pointer-events: none;
}

.hero-image picture,
.hero-image > img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 520px);
    aspect-ratio: 13 / 9;
}

.hero-image picture {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7), var(--shadow-elevated);
}

.hero-image picture > img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.hero-image img {
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: none;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.7), var(--shadow-elevated);
}

@media (prefers-reduced-motion: no-preference) {
    .hero-image img {
        transition: transform 0.4s ease;
    }

    .hero-image:hover img {
        transform: scale(1.015);
    }
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    color: #0B4F6C;
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 1rem 0;
    text-wrap: balance;
}

.section > .container > h2,
.section-intro > h2 {
    text-wrap: balance;
    position: relative;
    padding-bottom: 0.9rem;
}

.section > .container > h2::after,
.section-intro > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--color-accent), var(--color-accent-bright));
}

.section > .container > p,
.section-intro {
    max-inline-size: 72ch;
}

.hero-lead {
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    color: var(--color-muted);
    max-width: 42rem;
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

/* Direct-contact block for Ratgeber articles --------------------------- */

.direct-contact {
    margin-top: 1.25rem;
    padding: 1.1rem 1.25rem;
    background: var(--color-surface-tint, #EDF5F7);
    border: 1px solid var(--color-border, rgba(11, 79, 108, 0.12));
    border-left: 4px solid var(--color-primary, #0B4F6C);
    border-radius: 12px;
}

.direct-contact-text {
    margin: 0 0 0.85rem;
    font-size: 0.98rem;
    color: var(--color-text, #16222D);
}

.direct-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.direct-contact-actions .btn {
    flex: 1 1 14rem;
    justify-content: center;
}

.direct-contact-links {
    margin: 0.85rem 0 0;
    font-size: 0.9rem;
}

.direct-contact-links a {
    color: var(--color-primary, #0B4F6C);
    font-weight: 600;
}

@media (max-width: 600px) {
    .direct-contact-actions .btn {
        flex: 1 1 100%;
    }
}

.hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    align-items: center;
    color: #4d5b67;
    font-size: 0.96rem;
}

.hero-note a {
    font-weight: 600;
}

.google-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.25rem 0;
    padding: 1rem 1.35rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    color: var(--color-text);
    text-decoration: none;
    max-width: 26rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.google-review-badge:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-elevated);
    border-color: rgba(201, 151, 31, 0.35);
}

.google-review-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-surface-tint);
}

.google-review-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: var(--color-text);
}

.google-review-text span {
    color: var(--color-muted);
    font-size: 0.9rem;
}

.google-review-arrow {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--color-primary);
}

.badge-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.badge-list li {
    background: rgba(255, 255, 255, 0.88);
    color: #0B4F6C;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid var(--color-border);
}

.hero-proof-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.proof-chip {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 250, 0.9));
    border: 1px solid rgba(11, 79, 108, 0.12);
    border-left: 3.5px solid var(--color-accent);
    border-radius: 16px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 8px 24px -6px rgba(6, 37, 52, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.proof-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px -8px rgba(6, 37, 52, 0.14);
    border-color: rgba(11, 79, 108, 0.28);
}

.proof-chip strong {
    display: block;
    font-size: 1.38rem;
    font-weight: 800;
    color: var(--color-primary-strong);
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.proof-chip span {
    display: block;
    color: #405564;
    font-size: 0.92rem;
    line-height: 1.45;
}

.check-list {
    list-style: none;
    display: grid;
    gap: 0.45rem;
    margin: 1.15rem 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    line-height: 1.5;
}

.check-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 0.12rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9971F' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23FFFDF5' stroke='%23E8B94A' stroke-width='1.5'/%3E%3Cpolyline points='16 9 10.5 15 8 12.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.note {
    font-size: 0.95rem;
    color: #4a4a4a;
}

.article-byline {
    font-size: 0.9rem;
    color: #4a5568;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(11, 79, 108, 0.14);
}

.article-byline a {
    color: var(--color-primary);
    font-weight: 600;
}

.section-intro {
    max-width: 720px;
    display: grid;
    gap: 0.7rem;
    margin-bottom: 1.75rem;
}

.section-intro--compact {
    margin-bottom: 1.25rem;
}

.section-intro p:last-child {
    color: #4d5b67;
}

.entry-paths {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.entry-card,
.support-card,
.spotlight-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card,
.support-card,
.spotlight-card,
.comparison-grid article,
.step-grid li,
.faq-grid > div,
.testimonial-card {
    display: grid;
    align-content: start;
    gap: 0.85rem;
}

.entry-card {
    display: grid;
    gap: 0.85rem;
    grid-template-rows: auto auto 1fr auto;
}

.card > p,
.support-card > p,
.spotlight-card > p,
.comparison-grid article > p,
.step-grid li > p,
.faq-grid dd,
.testimonial-card > p {
    color: #4d5b67;
}

.entry-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #0B4F6C;
    font-weight: 700;
}

.stock-spotlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 248, 0.85));
}

.stock-spotlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.stock-feature-list {
    list-style: none;
    display: grid;
    gap: 1rem;
}

.stock-feature-list li {
    display: grid;
    gap: 0.15rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(11, 79, 108, 0.1);
}

.stock-feature-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.stock-feature-list strong {
    color: #16222d;
}

.stock-feature-list span {
    color: #4d5b67;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

/* Keep a clear visual break between introductory copy and the following cards. */
.section > .container > p + .card-grid {
    margin-top: 1.5rem;
}

.card--cta {
    grid-template-rows: auto 1fr auto;
}

.card {
    background: var(--color-surface);
    padding: 1.75rem;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.comparison-grid article {
    background: var(--color-surface);
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.comparison-grid h3 {
    margin-bottom: 1rem;
}

@media (hover: hover) {
    .entry-card:hover,
    .support-card:hover,
    .spotlight-card:hover,
    .card:hover,
    .comparison-grid article:hover,
    .step-grid li:hover,
    .faq-grid > div:hover,
    .faq-accordion details:not([open]):hover,
    .local-route-card:hover,
    .highlight-box:hover {
        transform: translateY(-3px);
        border-color: rgba(11, 79, 108, 0.28);
        box-shadow: 0 18px 38px -10px rgba(6, 37, 52, 0.14), 0 4px 12px rgba(6, 37, 52, 0.06);
    }
}

.cross-list {
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.cross-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.cross-list li::before {
    content: "-";
    color: #FF4C4C;
    font-weight: 700;
    margin-right: 0.1rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: center;
}

.stats-panel {
    background: linear-gradient(135deg, var(--color-primary-strong), var(--color-primary));
    color: #fff;
    border-radius: 20px;
    padding: 2rem;
    display: grid;
    gap: 1.5rem;
    box-shadow: var(--shadow-elevated);
}

.stats-panel .stat-number {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    letter-spacing: -0.02em;
}

.stat-number {
    color: var(--color-accent-bright);
}

.bullet-list {
    list-style: disc;
    padding-left: 1.5rem;
    display: grid;
    gap: 0.5rem;
}

.steps ol {
    list-style: decimal;
    padding-left: 1.5rem;
    display: grid;
    gap: 0.75rem;
}

.steps li {
    padding-left: 0.5rem;
}

.steps h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
    color: #0B4F6C;
}

.cta-inline {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: linear-gradient(135deg, #FFFFFF, var(--color-surface-tint));
    box-shadow: var(--shadow-card);
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    position: relative;
}

@media (min-width: 860px) {
    .step-grid::before {
        content: "";
        position: absolute;
        top: 3.2rem;
        left: 3.5rem;
        right: 3.5rem;
        height: 2px;
        background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 50%, var(--color-primary) 100%);
        opacity: 0.35;
        z-index: 0;
    }
}

.step-grid li {
    background: var(--color-surface);
    padding: 1.85rem;
    border-radius: 18px;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    position: relative;
    z-index: 1;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.step-count {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-strong) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
    border: 2.5px solid var(--color-accent-bright);
    box-shadow: 0 6px 16px rgba(11, 79, 108, 0.25);
}

.stats {
    background: linear-gradient(135deg, var(--color-primary-strong), var(--color-primary));
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
}

.cta {
    text-align: center;
}

.tag-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.5rem 0;
}

.tag-list li {
    background: #fff;
    border: 1px solid rgba(11, 79, 108, 0.2);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
}

.situations-list {
    list-style: disc;
    padding-left: 1.5rem;
    display: grid;
    gap: 0.6rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin: 0;
}

.faq-grid > div {
    background: var(--color-surface);
    padding: 1.6rem 1.75rem;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-accent);
    box-shadow: var(--shadow-card);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-grid dt {
    margin-bottom: 0.45rem;
    color: #0B4F6C;
    font-weight: 750;
    font-size: 1.06rem;
    line-height: 1.35;
}

.faq-grid dd {
    margin: 0;
    color: #3b4e5c;
    line-height: 1.6;
}

.faq-accordion {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.faq-accordion details {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-accordion details[open] {
    border-color: var(--color-accent);
    box-shadow: var(--shadow-elevated);
}

.faq-accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.15rem 1.5rem;
    font-weight: 750;
    font-size: 1.05rem;
    line-height: 1.4;
    color: var(--color-primary);
}

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

.faq-accordion summary::after {
    content: "";
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-top: -3px;
}

.faq-accordion details[open] summary::after {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.faq-accordion summary:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.faq-accordion .faq-answer {
    margin: 0;
    padding: 0 1.5rem 1.35rem;
    color: var(--color-muted);
    line-height: 1.65;
    animation: faqFadeIn 0.25s ease;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.inventory-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.inventory-header .btn {
    margin-top: 0.5rem;
}

.inventory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.inventory-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(11, 79, 108, 0.09);
    box-shadow: 0 14px 34px rgba(11, 79, 108, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
    .inventory-card:hover {
        transform: translateY(-4px);
        border-color: rgba(201, 151, 31, 0.4);
        box-shadow: var(--shadow-elevated);
    }
}

.inventory-card-image-wrapper {
    position: relative;
    padding-top: 60%;
    background: #f2f4f7;
}

.inventory-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventory-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex: 1;
}

.inventory-card-body h3 {
    font-size: 1.18rem;
    line-height: 1.24;
    letter-spacing: -0.02em;
    color: #16222d;
}

.inventory-card-eyebrow {
    color: #4a5568;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.inventory-card-price {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--color-primary-strong);
    letter-spacing: -0.03em;
}

.inventory-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4a5568;
}

.inventory-card-meta span:first-child {
    font-weight: 700;
    color: #0B4F6C;
}

.inventory-card-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.inventory-card-fact {
    background: #f7fafc;
    border: 1px solid rgba(11, 79, 108, 0.08);
    border-radius: 12px;
    padding: 0.7rem 0.8rem;
    display: grid;
    gap: 0.15rem;
}

.inventory-card-fact-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4a5568;
}

.inventory-card-fact-value {
    color: #163040;
    font-weight: 600;
}

.inventory-card-note {
    font-size: 0.92rem;
    color: #4d5b67;
    margin-top: 0.1rem;
}

.inventory-card-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.inventory-card-secondary-actions {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.inventory-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0.6rem 1.1rem;
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    border: 1.5px solid transparent;
    border-radius: 10px;
    background: #0B4F6C;
    color: #fff;
}

.inventory-card-button:hover {
    text-decoration: none;
    background: #083349;
}

.inventory-card-button--secondary {
    background: transparent;
    border: 1.5px solid rgba(11, 79, 108, 0.2);
    color: #0B4F6C;
}

.inventory-card-button--secondary:hover {
    background: rgba(11, 79, 108, 0.05);
}

.inventory-state {
    text-align: center;
    margin-top: 1rem;
    color: var(--color-muted);
    background: #fff;
    border: 1px solid rgba(11, 79, 108, 0.09);
    border-radius: 18px;
    padding: 2.75rem 1.5rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.inventory-state[hidden] {
    display: none;
}

.inventory-state::before {
    content: "";
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#inventory-loading::before {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid rgba(11, 79, 108, 0.15);
    border-top-color: var(--color-primary);
    animation: inventory-spin 0.8s linear infinite;
}

#inventory-empty::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B4F6C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 12h-6l-2 3h-4l-2-3H2'/%3E%3Cpath d='M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11Z'/%3E%3C/svg%3E");
}

.inventory-state--error {
    color: #8a5a10;
}

.inventory-state--error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9971F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}

@keyframes inventory-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    #inventory-loading::before {
        animation: none;
    }
}

#inventory-updated {
    color: #5d6b76;
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

.vdp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.vdp-gallery-panel,
.vdp-summary-card,
.dealer-contact-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(11, 79, 108, 0.09);
    box-shadow: 0 14px 34px rgba(11, 79, 108, 0.08);
}

.vdp-gallery-panel {
    padding: 1.25rem;
}

.vdp-gallery-main {
    position: relative;
    background: #eef4f7;
    border-radius: 16px;
    overflow: hidden;
    touch-action: pan-y;
    outline: none;
}

.vdp-gallery-main img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.vdp-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: none;
    background: rgba(6, 37, 52, 0.55);
    color: #fff;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.vdp-gallery-nav svg {
    width: 1.4rem;
    height: 1.4rem;
}

.vdp-gallery-nav:hover,
.vdp-gallery-nav:focus-visible {
    background: rgba(6, 37, 52, 0.8);
}

.vdp-gallery-nav--prev {
    left: 0.75rem;
}

.vdp-gallery-nav--next {
    right: 0.75rem;
}

.vdp-gallery-counter {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    margin: 0;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(6, 37, 52, 0.65);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}

.vdp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.vdp-thumb {
    border-radius: 14px;
    overflow: hidden;
    background: #eef4f7;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    display: block;
    line-height: 0;
}

.vdp-thumb.is-active {
    border-color: var(--color-accent);
}

.vdp-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.vdp-lightbox-open {
    overflow: hidden;
}

.vdp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 37, 52, 0.92);
    padding: 1.5rem;
}

.vdp-lightbox[hidden] {
    display: none;
}

.vdp-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.vdp-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

.vdp-lightbox-close svg {
    width: 1.4rem;
    height: 1.4rem;
}

.vdp-lightbox-close:hover,
.vdp-lightbox-close:focus-visible {
    background: rgba(255, 255, 255, 0.22);
}

.vdp-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

.vdp-lightbox-nav svg {
    width: 1.6rem;
    height: 1.6rem;
}

.vdp-lightbox-nav:hover,
.vdp-lightbox-nav:focus-visible {
    background: rgba(255, 255, 255, 0.22);
}

.vdp-lightbox-nav--prev {
    left: 1rem;
}

.vdp-lightbox-nav--next {
    right: 1rem;
}

.vdp-lightbox-counter {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.vdp-sidebar {
    display: grid;
    gap: 1.25rem;
    position: sticky;
    top: 6.25rem;
}

.vdp-summary-card,
.dealer-contact-card {
    padding: 1.5rem;
}

.vdp-summary-card h1 {
    margin-bottom: 0.6rem;
}

.vdp-price {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #163040;
    letter-spacing: -0.04em;
}

.vdp-updated {
    color: #5d6b76;
    font-size: 0.94rem;
    margin-top: 0.55rem;
}

.vdp-summary-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0 0;
    padding: 0;
}

.vdp-summary-tags li {
    background: rgba(11, 79, 108, 0.06);
    border: 1px solid rgba(11, 79, 108, 0.1);
    border-radius: 999px;
    padding: 0.38rem 0.8rem;
    color: #163040;
    font-size: 0.88rem;
    font-weight: 600;
}

.vdp-summary-tag--positive {
    background: rgba(37, 122, 63, 0.09);
    border-color: rgba(37, 122, 63, 0.25);
    color: #1f6b38;
}

.vdp-summary-tag--warning {
    background: rgba(176, 42, 42, 0.08);
    border-color: rgba(176, 42, 42, 0.25);
    color: #a32424;
}

.vdp-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.vdp-detail-grid {
    display: grid;
    gap: 1.25rem;
}

.vdp-detail-card {
    background: #fff;
    border: 1px solid rgba(11, 79, 108, 0.09);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(11, 79, 108, 0.07);
    padding: 1.6rem;
    display: grid;
    gap: 1rem;
}

.vdp-detail-card h2 {
    margin-bottom: 0;
}

.vdp-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
}

.vdp-spec-item {
    background: #f7fafc;
    border: 1px solid rgba(11, 79, 108, 0.08);
    border-radius: 14px;
    padding: 0.85rem 0.95rem;
    display: grid;
    gap: 0.18rem;
}

.vdp-spec-label {
    color: #4a5568;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vdp-spec-item strong {
    color: #163040;
    font-weight: 700;
}

.vdp-description {
    display: grid;
    gap: 0.85rem;
    color: #324657;
}

.vdp-highlight-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
}

.vdp-highlight-list li {
    background: rgba(11, 79, 108, 0.05);
    border: 1px solid rgba(11, 79, 108, 0.1);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    color: #163040;
    font-weight: 600;
}

.vdp-cta-stack {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.vdp-cta-stack .btn {
    width: 100%;
    margin-top: 0;
}

.dealer-contact-card h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.dealer-contact-list {
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.dealer-contact-list li {
    display: grid;
    gap: 0.1rem;
}

.dealer-contact-list strong {
    color: #0B4F6C;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dealer-contact-list span {
    color: #163040;
}

.vdp-empty-shell {
    max-width: 760px;
}

.vdp-summary-card--empty {
    text-align: left;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.testimonial-stack {
    display: grid;
    gap: 1rem;
}

.testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(11, 79, 108, 0.08);
    box-shadow: 0 12px 28px rgba(11, 79, 108, 0.08);
    font-style: italic;
}

.testimonial-card span {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-weight: 600;
    color: #0B4F6C;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    align-items: flex-start;
}

.location-map {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: center;
}

.location-map iframe {
    width: 100%;
    min-height: 360px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(11, 79, 108, 0.12);
}

.contact-form {
    background: var(--color-surface);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-elevated);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.contact-context {
    background: rgba(11, 79, 108, 0.05);
    border: 1px solid rgba(11, 79, 108, 0.12);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin: 1rem 0 1.25rem;
    display: grid;
    gap: 0.55rem;
}

.contact-context[hidden] {
    display: none !important;
}

.contact-context-label {
    color: #0B4F6C;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-context-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-context-header h3 {
    margin: 0;
}

#contact-context-title:empty,
#contact-context-intent:empty,
#contact-context-facts:empty {
    display: none;
}

.contact-context-intent {
    color: #4d5b67;
}

.contact-context-facts {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
}

.contact-context-facts li {
    background: #fff;
    border: 1px solid rgba(11, 79, 108, 0.08);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    color: #163040;
    font-size: 0.92rem;
    font-weight: 600;
}

.support-grid {
    gap: 1rem;
}

.contact-form--compact {
    padding: 1.5rem;
}

.form-submit-status {
    min-height: 1.5rem;
    margin: 0;
    color: #163040;
    font-weight: 600;
}

.local-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: flex-start;
}

.local-contact-grid .contact-cta-actions {
    margin-top: 1.5rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field label {
    font-weight: 600;
    font-size: 0.95rem;
}

.form-field input,
.form-field textarea,
.form-field select {
    background: #F9FAFC;
    border: 1.5px solid rgba(11, 79, 108, 0.16);
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
    font-size: 1rem;
    font-family: inherit;
    color: var(--color-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-field input:hover,
.form-field textarea:hover,
.form-field select:hover {
    border-color: rgba(11, 79, 108, 0.38);
    background-color: #FFFFFF;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: none;
    background-color: #FFFFFF;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(11, 79, 108, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.form-field textarea {
    resize: vertical;
    min-height: 110px;
}

.form-field--consent {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.95rem;
    padding: 0.35rem 0;
}

.form-field--consent input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 19px;
    height: 19px;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.form-field.field-invalid input,
.form-field.field-invalid textarea,
.form-field.field-invalid select {
    border-color: #c0392b;
}

.form-field.field-invalid input:focus,
.form-field.field-invalid textarea:focus,
.form-field.field-invalid select:focus {
    border-color: #c0392b;
    box-shadow: 0 0 0 4px rgba(192, 57, 43, 0.13);
}

.form-field--consent.field-invalid {
    flex-wrap: wrap;
}

.field-error {
    color: #c0392b;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.3rem;
}

.form-field--consent .field-error {
    flex-basis: 100%;
    margin-top: 0.15rem;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.consent-banner {
    position: fixed;
    inset: auto 0 0 0;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
    z-index: 1000;
    /* Non-blocking: the page stays usable while the banner is open, so
       clicks land on the bar itself but pass through the surrounding gutter. */
    pointer-events: none;
}

.consent-content {
    pointer-events: auto;
}

.consent-content {
    width: min(100%, 40rem);
    max-height: min(82vh, 40rem);
    overflow-y: auto;
    padding: clamp(1.1rem, 2.4vw, 1.6rem);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    /* Dark brand surface so the banner never blends into the light pages. */
    background: var(--color-primary-strong, #062534);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}

.consent-content:focus {
    outline: none;
}

.consent-content--wide {
    width: min(100%, 44rem);
}

/* Summary shown as a wide, low bottom bar ------------------------------- */

.consent-content--bar {
    width: min(100%, 62rem);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.5rem;
}

.consent-bar-text {
    flex: 1 1 22rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.consent-bar-text p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.consent-bar-text a {
    color: var(--color-accent-bright, #E8B94A);
}

.consent-content--bar .consent-actions {
    flex: 0 1 auto;
    margin-top: 0;
}

.consent-content--bar .consent-actions .btn {
    flex: 0 1 auto;
}

.consent-content h3 {
    margin: 0;
    /* Override the global dark heading colour — the banner surface is dark. */
    color: #fff;
}

.consent-content p {
    font-size: 0.95rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

/* Category list ----------------------------------------------------------- */

.consent-categories {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0.25rem 0;
}

.consent-category {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.consent-category-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.consent-category-label {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
    min-width: 0;
}

.consent-category-title {
    font-weight: 600;
    color: #fff;
}

.consent-category-status {
    font-size: 0.78rem;
    color: var(--color-accent-bright, #E8B94A);
}

.consent-category-body {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 0.5rem 0 0;
}

/* Toggle switch --------------------------------------------------------- */

.consent-switch {
    position: relative;
    flex: 0 0 auto;
    width: 42px;
    height: 24px;
    margin-top: 0.1rem;
    cursor: pointer;
}

.consent-switch input {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.consent-switch-track {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    transition: background-color 0.18s ease;
}

.consent-switch-track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
    transition: transform 0.18s ease;
}

.consent-switch input:checked + .consent-switch-track {
    background: var(--color-accent, #C9971F);
}

.consent-switch input:checked + .consent-switch-track::after {
    transform: translateX(18px);
}

.consent-switch input:disabled + .consent-switch-track {
    background: var(--color-accent, #C9971F);
    opacity: 0.5;
    cursor: not-allowed;
}

.consent-switch input:focus-visible + .consent-switch-track {
    outline: 2px solid var(--color-accent-bright, #E8B94A);
    outline-offset: 2px;
}

/* Actions -------------------------------------------------------------- */

.consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-top: 0.25rem;
}

.consent-actions .btn {
    flex: 1 1 10rem;
    justify-content: center;
}

.consent-actions [data-consent="accept"] {
    background: linear-gradient(135deg, var(--color-accent-bright, #E8B94A) 0%, var(--color-accent, #C9971F) 100%);
    border: 1.5px solid var(--color-accent, #C9971F);
    color: #1a1204;
    font-weight: 750;
    box-shadow: 0 8px 22px rgba(201, 151, 31, 0.32);
}

.consent-actions [data-consent="accept"]:hover {
    filter: brightness(1.06);
}

.consent-actions .btn-secondary[data-consent] {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    box-shadow: none;
}

.consent-actions .btn-secondary[data-consent]:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    filter: none;
}

.consent-link-btn {
    flex: 1 1 8rem;
    padding: 0.55rem 0.75rem;
    background: none;
    border: 0;
    font: inherit;
    font-size: 0.9rem;
    color: var(--color-accent-bright, #E8B94A);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.consent-link-btn:hover {
    color: #fff;
}

.consent-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
}

.consent-legal-links a {
    color: var(--color-accent-bright, #E8B94A);
}

@media (max-width: 600px) {
    .consent-banner {
        padding: 0.75rem;
    }

    .consent-content {
        border-radius: 16px;
    }

    .consent-actions .btn,
    .consent-content--bar .consent-actions .btn,
    .consent-link-btn {
        flex: 1 1 100%;
    }
}

.contact-cta {
    background:
        radial-gradient(circle at 18% 70%, rgba(201, 151, 31, 0.16), transparent 28rem),
        linear-gradient(120deg, rgba(11, 79, 108, 0.09), var(--color-surface-tint));
}

.contact-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.breadcrumbs {
    background: #eef4f7;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(11, 79, 108, 0.08);
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    color: #0B4F6C;
    font-weight: 600;
}

.breadcrumbs li:not(:last-child)::after {
    content: ">";
    margin: 0 0.35rem;
    color: #4a5568;
    font-weight: 500;
}

.breadcrumbs a {
    color: #0B4F6C;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.mobile-cta-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: rgba(11, 79, 108, 0.92);
    color: #fff;
    padding: 0.55rem 0.9rem calc(0.55rem + env(safe-area-inset-bottom));
    box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform 0.28s ease;
}

.mobile-cta-bar.is-revealed {
    transform: translateY(0);
}

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

/* Scroll-to-top button ------------------------------------------------- */

.scroll-top {
    --scroll-top-offset: 1.75rem;
    position: fixed;
    right: 1.75rem;
    bottom: var(--scroll-top-offset);
    z-index: 950;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent-bright, #E8B94A) 0%, var(--color-accent, #C9971F) 100%);
    color: #1a1204;
    box-shadow: 0 10px 26px rgba(201, 151, 31, 0.34);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.9);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s, filter 0.18s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top:hover {
    filter: brightness(1.06);
}

.scroll-top:focus-visible {
    outline: 3px solid var(--color-primary-strong, #062534);
    outline-offset: 3px;
}

.scroll-top svg {
    width: 1.35rem;
    height: 1.35rem;
}

.consent-banner-visible .scroll-top {
    bottom: calc(var(--scroll-top-offset) + var(--consent-banner-height, 0px));
}

@media (prefers-reduced-motion: reduce) {
    .scroll-top,
    .scroll-top.is-visible {
        transform: none;
        transition: opacity 0.2s ease, visibility 0.2s;
    }
}

@media (max-width: 768px) {
    .scroll-top {
        --scroll-top-offset: calc(5rem + env(safe-area-inset-bottom, 0px));
        right: 1rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}

.mobile-cta-bar .mobile-cta-text {
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.mobile-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.mobile-cta-actions .btn {
    width: 100%;
    padding: 0.6rem 0.85rem;
    font-size: 0.95rem;
}

.site-footer {
    background: linear-gradient(135deg, #052A3A, var(--color-primary-strong));
    color: #fff;
    border-top: 3px solid var(--color-accent);
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
    font-size: 1.12rem;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.site-footer h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 2.5px;
    background: var(--color-accent-bright);
    border-radius: 2px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.5rem 2rem;
    padding: 3rem 0;
}

.footer-grid > div,
.footer-grid > nav {
    display: grid;
    align-content: start;
    gap: 0.7rem;
}

.site-footer ul {
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.site-footer p,
.site-footer li {
    line-height: 1.5;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.88);
}

.site-footer a {
    color: var(--color-accent-bright);
}

.site-footer ul a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
}

.site-footer p,
.site-footer a {
    overflow-wrap: anywhere;
}

/* Footer social links ------------------------------------------------- */

.footer-social-row {
    padding: 0 0 1.75rem;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
    background: var(--color-accent, #C9971F);
    color: #1a1204;
    transform: translateY(-2px);
}

.footer-social svg {
    width: 1.15rem;
    height: 1.15rem;
}

.footer-bottom a {
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.16em;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem 1.5rem;
    text-align: left;
}

.footer-legal,
.footer-credit {
    margin: 0;
}

.footer-credit {
    font-size: 0.82rem;
    opacity: 0.72;
    white-space: nowrap;
}

.footer-credit a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: color 0.16s ease, border-color 0.16s ease;
}

.footer-credit a:hover {
    color: var(--color-accent-bright);
    border-color: var(--color-accent-bright);
}

@media (max-width: 600px) {
    .footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 900px) {
    body.mobile-nav-open {
        overflow: hidden;
    }

    body.mobile-cta-visible:not(.consent-banner-visible) {
        /* Keep a sane minimum reserve even if the JS height sync has not run yet
           (or measured the bar while it was still hidden), so the fixed bar never
           covers page content. */
        padding-bottom: max(4.25rem, calc(var(--mobile-cta-height, 0px) + env(safe-area-inset-bottom)));
    }

    .consent-banner-visible .mobile-cta-bar {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
        min-width: 3.25rem;
        min-height: 3.25rem;
        padding: 0.65rem 0.9rem;
        border-radius: 10px;
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1;
    }

    /* The menu trigger belongs on the same right edge as the page content.
       Without this, .main-nav grows into the remaining header width and leaves
       a visually confusing empty area to the right of the trigger. */
    .header-inner {
        justify-content: space-between;
        gap: 0.75rem;
    }

    .main-nav {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .nav-menu {
        position: absolute;
        right: 0;
        top: calc(100% + 0.75rem);
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        padding: 1.25rem;
        border-radius: 14px;
        border: 1px solid rgba(11, 79, 108, 0.12);
        box-shadow: 0 20px 48px rgba(6, 37, 52, 0.18);
        display: none;
        width: min(340px, calc(100vw - 2.5rem));
        max-height: calc(100vh - 7rem - env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        z-index: 1000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    .nav-menu.open {
        display: flex;
    }

    .nav-menu ul {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu ul a,
    .nav-group-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 2.75rem;
        padding: 0.45rem 0;
    }

    .nav-group {
        width: 100%;
    }

    .nav-group ul {
        position: static;
        box-shadow: none;
        padding: 0.5rem 0 0.25rem 1rem;
        gap: 0.75rem;
        min-width: 0;
    }

    /* Hover/focus keeps a desktop dropdown open. On touch devices the trigger
       retains focus after tapping, so only the explicit .open state may show
       a submenu; otherwise a second tap could never close it. */
    .nav-group:hover > ul,
    .nav-group:focus-within > ul {
        display: none;
    }

    .nav-group.open > ul {
        display: flex;
    }

    .nav-menu .nav-group--verkaufen ul a,
    .nav-menu .nav-group--kaufen ul a,
    .nav-menu .nav-group--ueberuns ul a {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 0;
    }

    .header-cta {
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-top: 0.5rem;
        margin-left: 0;
    }

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

    .header-cta .btn-icon-only {
        width: 3rem;
        height: 3rem;
    }

    .cta-inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-cta-bar {
        display: block;
    }

    .hero {
        padding: 2.75rem 0;
    }

    .hero-inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 1.25rem;
        align-items: start;
    }

    /* On small screens the image and its proof card must form one vertical
       stack. A static proof card is still a flex item otherwise, which makes
       it sit beside and shrink the vehicle image. */
    .hero-image {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .hero-image picture,
    .hero-image > img {
        display: block;
        width: 100%;
        aspect-ratio: 13 / 9;
    }

    .stock-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .hero-image picture > img,
    .hero-image > img {
        width: 100%;
        height: 100%;
        max-width: none;
        margin-inline: 0;
    }

    .badge-list {
        margin: 1rem 0;
        gap: 0.5rem;
    }

    .hero-actions {
        gap: 0.65rem;
    }

    .hero-actions .btn {
        flex: 1 1 100%;
        width: 100%;
        padding: 0.8rem 1rem;
        line-height: 1.2;
    }

    .hero-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-proof-strip,
    .entry-paths,
    .inventory-card-facts,
    .vdp-facts,
    .vdp-spec-grid {
        grid-template-columns: 1fr;
    }

    .entry-card .btn,
    .contact-cta-actions .btn,
    .cta-inline .contact-cta-actions .btn {
        width: 100%;
        justify-content: center;
        /* Long CTA labels (e.g. "Fahrzeug bewerten und verkaufen") must wrap
           instead of being clipped / forcing the card wider than the screen. */
        white-space: normal;
        text-align: center;
    }

    .contact-cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-context-header {
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 2.4rem 0;
    }

    .footer-grid > div,
    .footer-grid > nav {
        gap: 0.6rem;
    }

    .inventory-card-actions,
    .inventory-card-secondary-actions {
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .vdp-layout {
        grid-template-columns: 1fr;
    }

    .vdp-sidebar {
        position: static;
    }

    .vdp-summary-tags,
    .vdp-highlight-list {
        flex-direction: column;
    }
}

/* -------------------------------------------------------------------
   Mobile Sticky Action Bar (High Conversion)
   ------------------------------------------------------------------- */
.mobile-sticky-actions {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }

    .footer-bottom {
        padding-bottom: calc(1rem + 0.85rem);
    }

    .mobile-sticky-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: 1fr 1fr 1.25fr;
        gap: 0.45rem;
        padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-top: 1px solid rgba(11, 79, 108, 0.14);
        box-shadow: 0 -4px 22px rgba(6, 37, 52, 0.09);
    }

    .mobile-action-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        min-height: 44px;
        padding: 0.4rem 0.6rem;
        border-radius: 9px;
        font-size: 0.82rem;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.15;
        white-space: nowrap;
        transition: transform 0.15s ease, filter 0.15s ease;
    }

    .mobile-action-btn:active {
        transform: scale(0.97);
    }

    .mobile-action-call {
        background: var(--color-primary);
        color: #fff;
    }

    .mobile-action-whatsapp {
        background: var(--wa-green);
        color: #fff;
    }

    .mobile-action-quote {
        background: linear-gradient(135deg, var(--color-accent-bright), var(--color-accent));
        color: #22190a;
    }

    .mobile-action-btn svg {
        flex-shrink: 0;
        width: 1.1rem;
        height: 1.1rem;
    }
}

/* -------------------------------------------------------------------
   Hero Trust Badge (Google Rating & Social Proof)
   ------------------------------------------------------------------- */
.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.95rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid rgba(201, 151, 31, 0.3);
    box-shadow: 0 4px 16px rgba(6, 37, 52, 0.07);
    text-decoration: none;
    color: var(--color-text);
    font-size: 0.88rem;
    font-weight: 650;
    width: fit-content;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, border-color 0.22s ease;
}

.hero-trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(201, 151, 31, 0.25);
    border-color: var(--color-accent);
    text-decoration: none;
}

.hero-trust-badge .badge-stars {
    color: #f3a812;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.hero-trust-badge .badge-rating {
    font-weight: 800;
    color: var(--color-primary-strong);
}

.hero-trust-badge .badge-label {
    color: var(--color-muted);
    font-size: 0.82rem;
    border-left: 1px solid rgba(11, 79, 108, 0.15);
    padding-left: 0.65rem;
}

/* -------------------------------------------------------------------
   Local Route & Service Info Box (Regional SEO & E-E-A-T)
   Also usable as a general-purpose "highlight-box" for cost overviews,
   contact facts, or any grouped key/value info outside geo context.
   ------------------------------------------------------------------- */
.local-route-card,
.highlight-box {
    background: linear-gradient(135deg, var(--color-surface-tint), #ffffff);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card-lg);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    box-shadow: var(--shadow-card);
    margin: 1.5rem 0 2rem;
}

.local-route-header,
.highlight-box-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(11, 79, 108, 0.1);
}

.local-route-icon,
.highlight-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    background: var(--color-primary);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(11, 79, 108, 0.2);
}

.local-route-icon svg,
.highlight-box-icon svg {
    width: 1.6rem;
    height: 1.6rem;
}

.local-route-header h3,
.highlight-box-header h3 {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    color: var(--color-text);
    margin: 0.15rem 0 0;
}

.local-route-eyebrow,
.highlight-box-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-primary);
}

.local-route-grid,
.highlight-box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.local-route-item,
.highlight-box-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 79, 108, 0.09);
    border-radius: var(--radius-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.local-route-item:hover,
.highlight-box-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 37, 52, 0.06);
}

.local-route-label,
.highlight-box-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-muted);
}

.local-route-value,
.highlight-box-value {
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.35;
}

@media (max-width: 600px) {
    .local-route-header,
    .highlight-box-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .local-route-grid,
    .highlight-box-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------
   Callout Quote — for genuine, verifiable statements (policies,
   guarantees, factual claims). Never use for invented testimonials;
   real customer quotes belong on Google, not cherry-picked on-site.
   ------------------------------------------------------------------- */
.callout-quote {
    position: relative;
    background: var(--color-surface);
    border-left: 4px solid var(--color-accent);
    border-radius: var(--radius-card);
    padding: 2rem 2.25rem 2rem 3.25rem;
    box-shadow: var(--shadow-card);
    margin: 1.5rem 0;
}

.callout-quote::before {
    content: "\201C";
    position: absolute;
    top: 0.35rem;
    left: 1.1rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.25rem;
    line-height: 1;
    color: var(--color-accent);
    opacity: 0.4;
}

.callout-quote p {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--color-text);
    line-height: 1.6;
}

.callout-quote p:last-child {
    margin-bottom: 0;
}

.callout-quote cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--color-primary);
}

/* -------------------------------------------------------------------
   Luxury Automotive Hero Live Status & Floating Proof Cards
   ------------------------------------------------------------------- */
.hero-live-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.38rem 0.85rem;
    margin-bottom: 0.5rem;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #0b4520;
    font-size: 0.82rem;
    font-weight: 650;
    width: fit-content;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.hero-live-status.is-closed {
    background: rgba(11, 79, 108, 0.08);
    border: 1px solid rgba(11, 79, 108, 0.2);
    color: #163040;
}

.live-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: livePulseDot 2.2s infinite ease-out;
}

.live-pulse-dot.is-closed {
    background: #0B4F6C;
    box-shadow: 0 0 0 0 rgba(11, 79, 108, 0.5);
    animation: livePulseDotClosed 3s infinite ease-out;
}

@keyframes livePulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes livePulseDotClosed {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 79, 108, 0.5);
    }
    70% {
        box-shadow: 0 0 0 5px rgba(11, 79, 108, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11, 79, 108, 0);
    }
}

.hero-floating-card {
    position: absolute;
    bottom: -1.25rem;
    left: -1rem;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 0.85rem 1.15rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 42px -10px rgba(6, 37, 52, 0.22), 0 4px 14px rgba(6, 37, 52, 0.08);
    max-width: 320px;
}

.hero-floating-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-accent-bright) 0%, var(--color-accent) 100%);
    color: #1a1204;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(201, 151, 31, 0.35);
}

.hero-floating-icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.hero-floating-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hero-floating-text strong {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--color-primary-strong);
    line-height: 1.2;
}

.hero-floating-text span {
    font-size: 0.78rem;
    color: #4b5d6b;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .hero-floating-card {
        position: static;
        width: min(100%, 520px);
        margin: 1.25rem auto 0;
        max-width: 100%;
        animation: none;
    }
}

/* -------------------------------------------------------------------
   Interactive Local Travel Time & Pickup Calculator
   ------------------------------------------------------------------- */
.pickup-calc {
    background: linear-gradient(135deg, var(--color-surface-tint), #ffffff);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card-lg);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: var(--shadow-card);
    margin: 2rem 0;
}

.pickup-calc-header {
    margin-bottom: 1.25rem;
}

.pickup-city-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

.pickup-city-btn {
    appearance: none;
    border: 1px solid rgba(11, 79, 108, 0.16);
    background: #ffffff;
    color: var(--color-text);
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 650;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
}

.pickup-city-btn:hover {
    border-color: var(--color-accent);
    color: var(--color-primary);
    transform: translateY(-1px);
}

.pickup-city-btn.is-active {
    background: linear-gradient(135deg, var(--color-accent-bright) 0%, var(--color-accent) 100%);
    border-color: var(--color-accent);
    color: #1a1204;
    font-weight: 750;
    box-shadow: 0 4px 14px rgba(201, 151, 31, 0.28);
}

.pickup-display-card {
    background: #ffffff;
    border: 1px solid rgba(11, 79, 108, 0.12);
    border-radius: var(--radius-card);
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    box-shadow: 0 10px 28px rgba(6, 37, 52, 0.06);
    display: grid;
    gap: 1.25rem;
}

.pickup-display-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    min-width: 0;
}

.pickup-display-item {
    background: #F9FAFC;
    border: 1px solid rgba(11, 79, 108, 0.08);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pickup-item-label {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-muted);
}

.pickup-item-value {
    font-size: 0.98rem;
    font-weight: 750;
    color: var(--color-primary-strong);
    line-height: 1.35;
}

.pickup-action-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(11, 79, 108, 0.1);
}

/* Mobil: lange CTA-Labels im Pickup-Rechner dürfen umbrechen und die
   Buttons ziehen sich auf volle Breite — sonst schiebt der WhatsApp-Button
   ("Abholung in <Stadt> anfragen (WhatsApp)") die Seite horizontal auf. */
@media (max-width: 600px) {
    .pickup-action-bar,
    .pickup-action-bar > div {
        width: 100%;
    }

    .pickup-action-bar .btn {
        white-space: normal;
        width: 100%;
    }
}



/* -------------------------------------------------------------------
   Premium motion layer — sanfte, dezente Effekte (2026-08-27)
   Alles progressiv: ohne JS bleibt der Inhalt sichtbar, bei
   prefers-reduced-motion ist die Bewegung komplett aus.
   ------------------------------------------------------------------- */

/* Ruhiges Ankommen der Seite (rein CSS, kein Verstecken per JS) */
@media (prefers-reduced-motion: no-preference) {
    body {
        animation: pageFadeIn 0.4s ease-out both;
    }

    @keyframes pageFadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
}

/* Sticky-Header bekommt beim Scrollen einen feinen Schatten */
.site-header {
    transition: box-shadow 0.28s ease, background-color 0.28s ease;
}

.site-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.985);
    box-shadow: 0 8px 28px -16px rgba(6, 37, 52, 0.32);
}

/* Sektionen gleiten beim Scrollen sanft ein — je Sektion einmal */
@media (prefers-reduced-motion: no-preference) {
    .js main > section.section-reveal {
        opacity: 0;
        transform: translateY(22px);
        will-change: opacity, transform;
    }

    .js main > section.section-reveal.is-inview {
        opacity: 1;
        transform: none;
        transition:
            opacity 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
            transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .js main > section.section-reveal,
    .js main > section.section-reveal.is-inview {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* -------------------------------------------------------------------
   Button-Feinschliff Tablet (601–900px): CTAs nicht über die volle
   Breite ziehen, sondern kompakt nebeneinander — wirkt moderner als
   riesige Vollbreiten-Buttons auf Tablets.
   ------------------------------------------------------------------- */
@media (min-width: 601px) and (max-width: 900px) {
    .hero-actions .btn,
    .contact-cta-actions .btn,
    .entry-card .btn,
    .cta-inline .contact-cta-actions .btn {
        width: auto;
        flex: 0 1 auto;
    }

    .contact-cta-actions {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: none;
    }

    .hero-actions {
        flex-wrap: wrap;
    }
}

/* Kontextuelle Weiterleitungen: echte, thematisch passende Ziele statt einer
   generischen Linkliste. Die Links stehen als HTML im Dokument und bleiben
   damit für Besucher sowie Suchmaschinen unmittelbar verfügbar. */
.related-pages {
    background: linear-gradient(135deg, #f6fafc 0%, #ffffff 100%);
    border-top: 1px solid rgba(11, 79, 108, 0.09);
}

.related-pages-header {
    max-width: 46rem;
    margin-bottom: 1.4rem;
}

.related-pages-header h2 {
    margin-bottom: 0.45rem;
}

.related-pages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.related-page-card {
    display: block;
    min-height: 100%;
    padding: 1.25rem;
    color: var(--color-text);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    box-shadow: 0 8px 22px rgba(6, 37, 52, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-page-card:hover,
.related-page-card:focus-visible {
    color: var(--color-text);
    border-color: var(--color-accent);
    box-shadow: 0 12px 28px rgba(6, 37, 52, 0.11);
    transform: translateY(-2px);
}

.related-page-card h3 {
    margin: 0 0 0.4rem;
    color: var(--color-primary);
    font-size: 1.08rem;
}

.related-page-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .related-pages-grid {
        grid-template-columns: 1fr;
    }
}

/* Inhaber-Profil: bewusst redaktionell und persönlich statt einer weiteren
   Verkaufs-Landingpage. Das Portrait-Element kann später 1:1 durch ein Bild
   mit der Klasse .owner-portrait ersetzt werden. */
.owner-profile {
    background: #fff;
}

.owner-intro {
    position: relative;
    overflow: hidden;
    padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3.5rem, 7vw, 6.5rem);
    background:
        linear-gradient(125deg, rgba(237, 245, 247, 0.9) 0%, rgba(255, 255, 255, 0) 46%),
        #fff;
}

.owner-intro::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(37vw, 35rem);
    height: 100%;
    content: "";
    background: linear-gradient(145deg, rgba(11, 79, 108, 0.07), rgba(11, 79, 108, 0));
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.owner-intro-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
}

.owner-portrait {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 5;
    max-width: 30rem;
    place-content: center;
    justify-self: center;
    overflow: hidden;
    border: 1px solid rgba(232, 185, 74, 0.8);
    outline: 0.75rem solid #fff;
    outline-offset: -1.6rem;
    box-shadow: 1.25rem 1.25rem 0 rgba(11, 79, 108, 0.09);
}

.owner-portrait--pending {
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 79% 15%, rgba(232, 185, 74, 0.22), transparent 25%),
        linear-gradient(145deg, #062534, #0b4f6c);
}

.owner-portrait--pending::before,
.owner-portrait--pending::after {
    position: absolute;
    width: 9rem;
    height: 9rem;
    content: "";
    border: 1px solid rgba(232, 185, 74, 0.32);
    transform: rotate(45deg);
}

.owner-portrait--pending::before { top: -5rem; left: -5rem; }
.owner-portrait--pending::after { right: -5rem; bottom: -5rem; }

.owner-portrait-monogram,
.owner-portrait-note,
.owner-portrait-rule { position: relative; z-index: 1; }

.owner-portrait-monogram {
    color: var(--color-accent-bright);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(5rem, 11vw, 8rem);
    font-weight: 400;
    letter-spacing: -0.08em;
    line-height: 0.85;
}

.owner-portrait-rule {
    width: 3.25rem;
    height: 1px;
    margin: 1.5rem auto 1rem;
    background: var(--color-accent-bright);
}

.owner-portrait-note {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
}

.owner-intro-copy { max-width: 43rem; }

.owner-intro-line,
.owner-contact-label {
    margin: 0 0 0.9rem;
    color: var(--color-accent);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.owner-intro-copy h1,
.owner-principles h2,
.owner-location h2,
.owner-next h2 {
    max-width: none;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.owner-intro-copy h1 {
    margin: 0 0 0.65rem;
    color: var(--color-primary-strong);
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 0.98;
}

.owner-lead {
    max-width: 38rem;
    margin: 0 0 1.1rem;
    color: var(--color-primary);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 650;
    line-height: 1.35;
}

.owner-intro-copy > p:not(.owner-intro-line):not(.owner-lead) {
    max-width: 43rem;
    color: var(--color-muted);
    font-size: 1.07rem;
    line-height: 1.72;
}

.owner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.owner-principles { padding-top: clamp(3.5rem, 7vw, 6rem); }

.owner-principles-layout {
    display: grid;
    grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: start;
}

.owner-principles-heading h2 { margin: 0 0 0.8rem; }
.owner-principles-heading p { margin: 0; color: var(--color-muted); line-height: 1.65; }

.owner-principles-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--color-border);
    counter-reset: owner-principle;
}

.owner-principles-list li {
    display: grid;
    grid-template-columns: 3.3rem minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: baseline;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--color-border);
    counter-increment: owner-principle;
}

.owner-principles-list li::before {
    content: "0" counter(owner-principle);
    color: var(--color-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.18rem;
}

.owner-principles-list strong { color: var(--color-primary); font-size: 1.06rem; }
.owner-principles-list span { color: var(--color-muted); line-height: 1.55; }

.owner-location {
    color: #fff;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.06), transparent 38%),
        linear-gradient(135deg, #062534, #0b4f6c);
}

.owner-location-grid {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) minmax(16rem, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.owner-location .owner-contact-label { color: var(--color-accent-bright); }
.owner-location h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.4vw, 3rem); }
.owner-location-grid > p { margin: 0; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }

.owner-location-actions { display: grid; gap: 0.7rem; }
.owner-location-actions a { color: #fff; font-weight: 750; text-decoration: none; white-space: nowrap; }
.owner-location-actions a:first-child { color: var(--color-accent-bright); font-size: 1.2rem; }
.owner-location-actions a:hover, .owner-location-actions a:focus-visible { text-decoration: underline; }

.owner-next { background: #fff; }
.owner-next h2 { margin-bottom: 1.4rem; }
.owner-next-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--color-border); }
.owner-next-links a { position: relative; display: grid; gap: 0.35rem; min-height: 7rem; padding: 1.25rem 2.6rem 1.25rem 0; color: var(--color-text); text-decoration: none; border-bottom: 1px solid var(--color-border); }
.owner-next-links a + a { padding-left: 1.5rem; border-left: 1px solid var(--color-border); }
.owner-next-links a::after { position: absolute; right: 1rem; top: 50%; color: var(--color-accent); content: "→"; font-size: 1.35rem; transform: translateY(-50%); transition: transform 0.2s ease; }
.owner-next-links a:hover::after, .owner-next-links a:focus-visible::after { transform: translate(0.25rem, -50%); }
.owner-next-links span { color: var(--color-primary); font-weight: 800; }
.owner-next-links small { color: var(--color-muted); font-size: 0.94rem; }

@media (max-width: 900px) {
    .owner-intro-grid,
    .owner-principles-layout { grid-template-columns: 1fr; }
    .owner-portrait { width: min(100%, 25rem); justify-self: start; }
    .owner-location-grid { grid-template-columns: 1fr 1fr; }
    .owner-location-actions { grid-column: 1 / -1; grid-auto-flow: column; justify-content: start; column-gap: 2rem; }
}

@media (max-width: 620px) {
    .owner-intro { padding-top: 2.1rem; }
    .owner-portrait { width: min(100% - 1rem, 22rem); margin-left: 0.8rem; }
    .owner-principles-list li { grid-template-columns: 2.7rem 1fr; gap: 0.35rem 0.75rem; }
    .owner-principles-list span { grid-column: 2; }
    .owner-location-grid { grid-template-columns: 1fr; }
    .owner-location-actions { grid-column: auto; grid-auto-flow: row; gap: 0.7rem; }
    .owner-next-links { grid-template-columns: 1fr; }
    .owner-next-links a + a { padding-left: 0; border-left: 0; }
}
