@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap');

:root {
    --ink: #080909;
    --ink-soft: #101111;
    --ivory: #eee8da;
    --paper: #f6f1e7;
    --gold: #c8a046;
    --muted: #a8a49c;
    --line: #5d4a22;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: Montserrat, Arial, sans-serif;
    --lxv-shell-max: 1380px;
    --lxv-shell-edge: max(5vw, calc((100vw - var(--lxv-shell-max)) / 2));
    --lxv-hero-inset: clamp(96px, 16vw, 230px);
}

.lxv-visual-page,
.wp-block-lxv-home-hero,
.wp-block-lxv-proof-bar,
.wp-block-lxv-craftsmanship,
.wp-block-lxv-timeline,
.wp-block-lxv-showroom,
.wp-block-lxv-location,
.wp-block-lxv-inner-hero,
.wp-block-lxv-page-content,
.wp-block-lxv-parallax,
.wp-block-lxv-next-step,
.wp-block-lxv-dynamic-collection,
.wp-block-lxv-site-header,
.wp-block-lxv-site-footer {
    box-sizing: border-box;
    font-family: var(--sans);
}

.lxv-visual-page *,
[class*="wp-block-lxv-"] * {
    box-sizing: border-box;
}

.lxv-visual-page img,
[class*="wp-block-lxv-"] img {
    max-width: 100%;
    height: auto;
}

.lxv-visual-page .hero-media,
.lxv-visual-page .inner-hero-media,
.lxv-visual-page .parallax-image,
[class*="wp-block-lxv-"] .hero-media,
[class*="wp-block-lxv-"] .inner-hero-media,
[class*="wp-block-lxv-"] .parallax-image {
    max-width: none;
    height: 100%;
}

.lxv-visual-page a,
[class*="wp-block-lxv-"] a {
    color: inherit;
    text-decoration: none;
}

.lxv-wrap {
    width: min(var(--lxv-shell-max), calc(100% - 10vw));
    margin-inline: auto;
}

.eyebrow,
.button,
.primary-nav a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eyebrow {
    margin: 0 0 22px;
    color: var(--gold);
}

.section-title,
.page-title,
.timeline-year,
.vehicle-title,
.newsletter h2,
.page-next h2,
.parallax-copy h2 {
    font-family: var(--serif);
    font-weight: 500;
}

.section-title {
    margin: 10px 0 25px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
}

.button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 15px 22px;
    border: 1px solid var(--gold);
}

.button-gold {
    background: var(--gold);
    color: #090909;
}

.button-outline {
    background: transparent;
    color: inherit;
}

.button-outline:hover,
.button-outline:focus-visible {
    background: var(--gold);
    color: #090909;
}

.hero {
    position: relative;
    display: flex;
    height: var(--lxv-hero-height-desktop, 720px);
    min-height: var(--lxv-hero-height-desktop, 720px);
    align-items: center;
    overflow: hidden;
    background-color: var(--ink);
    background-position: var(--lxv-background-position-desktop, var(--lxv-background-position, center));
    background-size: cover;
    color: #f3eee4;
}

.hero-media,
.inner-hero-media,
.parallax-image,
.lxv-section-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--lxv-background-position-desktop, var(--lxv-background-position, center));
}

.hero-media,
.inner-hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    transform: scale(1.018);
    animation: lxv-hero-breathe 16s ease-in-out infinite alternate;
}

.hero::before {
    position: absolute;
    inset: 0;
    content: '';
    background: rgba(6, 7, 7, var(--lxv-overlay-opacity, .56));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(var(--lxv-content-width, 620px), 86%);
    margin-left: calc(var(--lxv-shell-edge) + var(--lxv-hero-inset));
    padding-top: 88px;
}

.hero h1 {
    max-width: 13ch;
    margin: 0 0 26px;
    font-family: var(--lxv-title-font, var(--serif));
    font-size: var(--lxv-title-size, 68px);
    font-weight: 500;
    line-height: .94;
}

.hero-copy {
    max-width: 580px;
    color: #d2cec6;
    font-size: var(--lxv-copy-size, 16px);
    line-height: 1.75;
}

.hero-shield {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: clamp(45px, 7vw, 110px);
    width: clamp(260px, 31vw, 470px);
    transform: translateY(-45%);
    opacity: .16;
    animation: lxv-shield-drift 12s ease-in-out infinite alternate;
}

.actions {
    display: flex;
    gap: 15px;
    margin-top: 34px;
}

.lxv-title-font-serif {
    --lxv-title-font: var(--serif);
}

.lxv-title-font-sans {
    --lxv-title-font: var(--sans);
}

.hero.lxv-align-center .hero-content,
.inner-hero.lxv-align-center .inner-hero-content {
    margin-inline: auto;
    text-align: center;
}

.hero.lxv-align-center .hero-copy,
.hero.lxv-align-center h1,
.inner-hero.lxv-align-center .inner-hero-intro,
.inner-hero.lxv-align-center .page-title {
    margin-inline: auto;
}

.hero.lxv-align-center .actions {
    justify-content: center;
}

.hero.lxv-align-right .hero-content {
    margin-right: calc(var(--lxv-shell-edge) + var(--lxv-hero-inset));
    margin-left: auto;
    text-align: right;
}

.hero.lxv-align-left .hero-content {
    transform: translateX(var(--lxv-content-offset-desktop, 0));
}

.inner-hero.lxv-align-right .inner-hero-content {
    margin-right: 5vw;
    margin-left: auto;
    text-align: right;
}

.inner-hero.lxv-align-left .inner-hero-content {
    transform: translateX(var(--lxv-content-offset-desktop, 48px));
}

.hero.lxv-align-right .hero-copy,
.hero.lxv-align-right h1,
.inner-hero.lxv-align-right .inner-hero-intro,
.inner-hero.lxv-align-right .page-title {
    margin-left: auto;
}

.hero.lxv-align-right .actions {
    justify-content: flex-end;
}

.proof {
    display: grid;
    min-height: 95px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    border-bottom: 1px solid #292418;
    background: var(--ink);
    color: #f3eee4;
}

.proof-item {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 18px 8px;
    border-right: 1px solid #463719;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.proof-item:last-child {
    border-right: 0;
}

.proof-item b {
    margin-right: .35em;
    color: var(--gold);
}

.craft {
    padding-block: clamp(72px, 7vw, 100px);
    background: var(--paper);
    color: #171611;
}

.craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    align-items: center;
}

.section-copy {
    max-width: 600px;
    color: #57544e;
}

.craft-image,
.location-image {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background-color: #d8d0c1;
    background-position: center;
    background-size: cover;
}

.craft-image .lxv-section-media,
.location-image .lxv-section-media {
    position: absolute;
    inset: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 55px;
    border-top: 1px solid #c8b995;
}

.service {
    min-width: 0;
    padding: 30px;
    border-right: 1px solid #c8b995;
}

.service:last-child {
    border-right: 0;
}

.service-number {
    color: #8d6a20;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.service h3 {
    margin: 25px 0 12px;
    font: 500 28px var(--serif);
}

.service p {
    color: #666158;
    font-size: 13px;
    line-height: 1.75;
}

.service a,
.lxv-editor-text-link {
    color: #8d6a20;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.timeline-section {
    padding-block: clamp(72px, 7vw, 100px);
    background: var(--ivory);
    color: #171611;
}

.timeline-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 6vw;
    align-items: end;
}

.timeline-head > p {
    max-width: 520px;
    color: #656058;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 65px;
}

.timeline::before {
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    height: 2px;
    content: '';
    background: var(--gold);
}

.milestone {
    position: relative;
    min-width: 0;
    padding: 35px 24px 0 0;
}

.milestone::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 5px solid var(--gold);
    border-radius: 50%;
    content: '';
    background: var(--ink);
}

.timeline-year {
    color: #a47b28;
    font-size: clamp(34px, 3.2vw, 43px);
    line-height: 1;
}

.milestone h3 {
    margin: 8px 0;
    font: 500 21px var(--serif);
}

.milestone p {
    color: #5e5a52;
    font-size: 12px;
    line-height: 1.65;
}

.milestone img {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 18px;
    object-fit: cover;
    filter: sepia(.2);
}

.showroom {
    padding-block: clamp(72px, 7vw, 100px);
    background: var(--ink);
    color: #f3eee4;
}

.section-bar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.section-bar .section-title {
    margin-bottom: 0;
}

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

.vehicle-card {
    min-width: 0;
    border: 1px solid #302718;
    background: #0d0e0e;
    color: #f3eee4;
}

.vehicle-image {
    display: block;
    overflow: hidden;
}

.vehicle-card img,
.vehicle-image .lxv-media-placeholder {
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 3;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.vehicle-body {
    padding: 22px;
}

.vehicle-title {
    margin: 0;
    font-size: 29px;
    line-height: 1.1;
}

.vehicle-sub,
.vehicle-card:not(.lxv-inventory-card) .vehicle-status {
    display: inline-block;
    margin-bottom: 7px;
    color: #aaa;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vehicle-card:not(.lxv-inventory-card) .vehicle-status {
    margin-right: 8px;
    color: var(--gold);
}

.vehicle-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 20px 0;
    color: #bbb;
    font-size: 11px;
}

.price {
    color: var(--gold);
    font-size: 19px;
}

.location {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: stretch;
    background: var(--paper);
    color: #171611;
}

.location-content {
    padding: clamp(54px, 7vw, 108px);
}

.contact-list {
    display: grid;
    gap: 8px;
    margin: 25px 0;
}

.contact-list address,
.footer-col address {
    margin: 0;
    font: inherit;
}

.inner-page,
.lxv-visual-page {
    background: var(--paper);
    color: #181611;
}

.inner-hero {
    position: relative;
    display: flex;
    height: var(--lxv-hero-height-desktop, 400px);
    min-height: var(--lxv-hero-height-desktop, 400px);
    align-items: flex-end;
    overflow: hidden;
    background-color: var(--ink);
    background-position: var(--lxv-background-position-desktop, var(--lxv-background-position, center));
    background-size: cover;
    color: #f2ede3;
}

.inner-hero-shade {
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 6, var(--lxv-overlay-opacity, .66));
}

.inner-hero-shield {
    position: absolute;
    top: 50%;
    right: clamp(38px, 7vw, 112px);
    width: clamp(220px, 28vw, 410px);
    transform: translateY(-42%);
    opacity: .14;
}

.inner-hero-content {
    position: relative;
    z-index: 1;
    max-width: var(--lxv-content-width, 720px);
    padding: clamp(92px, 11vh, 116px) 0 clamp(32px, 4.5vh, 44px);
}

.inner-hero .page-title {
    max-width: 14ch;
    margin: 0;
    color: #f2ede3;
    font-family: var(--lxv-title-font, var(--serif));
    font-size: var(--lxv-title-size, 46px);
    line-height: .94;
}

.inner-hero-intro {
    max-width: 610px;
    margin: 18px 0 0;
    color: #d7d1c8;
    font-size: var(--lxv-copy-size, 14px);
    line-height: 1.65;
}

.inner-scroll-cue {
    position: absolute;
    z-index: 1;
    right: clamp(24px, 5vw, 76px);
    bottom: 32px;
    color: #d1cbc0;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.page-story {
    padding: var(--lxv-content-padding-desktop, 60px) 0;
    background: var(--paper);
    color: #181611;
}

.page-body {
    width: min(100%, var(--lxv-content-section-width, 1180px));
    margin-inline: auto;
}

.page-body > p:first-child,
.page-body > .wp-block:first-child > p:first-child {
    max-width: 850px;
    margin: 0 0 clamp(38px, 5vw, 58px);
    color: #211e19;
    font: 500 clamp(22px, 2.2vw, 32px)/1.18 var(--serif);
}

.page-body > p:not(:first-child) {
    max-width: 820px;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.8;
}

.parallax-break {
    position: relative;
    display: block;
    height: var(--lxv-parallax-height-desktop, 420px);
    min-height: min(var(--lxv-parallax-height-desktop, 420px), 100vh);
    max-height: 1200px;
    overflow: clip;
    background: none;
    color: #f3eee5;
}

.parallax-media {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--ink-soft);
    background-position: var(--lxv-background-position-desktop, var(--lxv-background-position, center));
    background-size: cover;
    overflow: hidden;
}

.parallax-image {
    position: absolute;
    inset: 0;
}

.parallax-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(5, 6, 6, var(--lxv-overlay-opacity, .55));
}

.parallax-copy {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parallax-copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: var(--lxv-title-font, var(--serif));
    font-size: var(--lxv-title-size, 42px);
    line-height: .98;
}

.page-next {
    padding: clamp(46px, 5vw, 58px) 0;
    background: #090a0a;
    color: #f2ede3;
}

.page-next-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 50px;
}

.page-next h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
}

.page-next-copy {
    max-width: 700px;
    color: #cfc8bd;
}

.archive-section {
    padding: clamp(56px, 5.5vw, 76px) 0;
    background: var(--paper);
    color: #181611;
}

.lxv-dynamic-collection {
    color: #181611;
}

.lxv-collection {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 30px);
}

.lxv-collection article {
    min-width: 0;
    padding-top: 18px;
    border-top: 1px solid #bda870;
}

.lxv-collection img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(.85);
    transition: filter .3s ease, transform .35s ease;
}

.lxv-collection article:hover img {
    transform: scale(1.012);
    filter: saturate(1);
}

.lxv-collection-body {
    padding: 18px 0;
}

.lxv-collection-kicker {
    color: #8e6a22;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.lxv-collection h3 {
    margin: 9px 0 12px;
    font: 500 clamp(23px, 2.2vw, 31px)/1.05 var(--serif);
}

.lxv-collection p {
    font-size: 13px;
    line-height: 1.65;
}

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

.lxv-shortcode-timeline article {
    padding: 25px 18px 0 0;
    border-top: 2px solid var(--gold);
}

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

.lxv-shortcode-testimonial article {
    padding: 6px 0 6px 24px;
    border-top: 0;
    border-left: 2px solid var(--gold);
}

.lxv-empty-state,
.lxv-media-placeholder {
    color: #746d62;
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    height: 88px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(24px, 3.2vw, 54px);
    align-items: center;
    padding-inline: clamp(22px, 3vw, 52px);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: rgba(5, 6, 6, .62);
    color: #f3eee4;
    transition: height .28s ease, background-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}

.site-header.is-compact {
    position: fixed;
    height: 64px;
    background: rgba(8, 8, 8, .85);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .24);
    backdrop-filter: saturate(1.4) blur(14px);
}

.site-header .lxv-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: clamp(112px, 10vw, 138px);
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    transition: width .28s ease;
}

.lxv-logo img {
    display: block;
    width: 100%;
}

.lxv-logo .logo-mark {
    display: none;
}

.site-header.is-compact .lxv-logo {
    width: 42px;
}

.site-header.is-compact .logo-full {
    display: none;
}

.site-header.is-compact .logo-mark {
    display: block;
}

.primary-nav {
    width: 100%;
}

.primary-nav--left {
    grid-column: 1;
    grid-row: 1;
}

.primary-nav--right {
    grid-column: 3;
    grid-row: 1;
}

.primary-nav ul,
.mobile-nav ul {
    display: flex;
    width: 100%;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav--left ul {
    justify-content: flex-end;
}

.primary-nav--right ul {
    justify-content: flex-start;
}

.primary-nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: #f3eee4;
    font-size: 10px;
    letter-spacing: 1.9px;
    line-height: 1;
    white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .current-menu-item > a,
.mobile-nav .current-menu-item > a {
    color: var(--gold);
}

.nav-toggle {
    z-index: 3;
    display: none;
    min-height: 44px;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    border: 1px solid var(--gold);
    background: transparent;
    color: #fff;
    padding-inline: 12px;
}

.mobile-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 24px clamp(22px, 5vw, 50px);
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(8, 8, 8, .97);
}

.mobile-nav.is-open {
    display: block;
}

.mobile-nav ul {
    display: grid;
    gap: 0;
}

.mobile-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: #f3eee4;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.newsletter {
    padding: 60px 0;
    background: var(--gold);
    color: #0b0b0b;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 8vw;
    align-items: center;
}

.newsletter h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.08;
}

.newsletter-copy {
    max-width: 620px;
}

.lxv-newsletter {
    display: flex;
}

.lxv-newsletter input {
    flex: 1;
    min-width: 0;
    padding: 16px;
    border: 0;
    background: #fff;
}

.lxv-newsletter button,
.lxv-editor-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border: 0;
    background: #0b0b0b;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-footer {
    padding: 70px 0 30px;
    background: var(--ink);
    color: #f3eee4;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 70px;
}

.footer-logo {
    position: relative;
    display: block;
    width: 88px;
    margin-bottom: 12px;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-brand p {
    max-width: 420px;
    color: #aaa;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: #aaa;
}

.footer-col strong {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.copyright {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #24211a;
    color: #777;
    font-size: 10px;
}

.lxv-honeypot,
.screen-reader-text {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid #f1ca70;
    outline-offset: 4px;
}

@media (max-width: 1080px) {
    .primary-nav {
        display: none;
    }

    .nav-toggle {
        display: inline-flex !important;
        align-items: center;
    }

    .site-header {
        grid-template-columns: 1fr auto 1fr;
    }

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

@media (min-width: 1081px) {
    .mobile-nav,
    .nav-toggle {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .craft-grid,
    .timeline-head,
    .location,
    .newsletter-grid,
    .page-next-grid {
        grid-template-columns: 1fr;
    }

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

    .timeline {
        grid-template-columns: 1fr;
        margin-left: 16px;
    }

    .timeline::before {
        top: 0;
        bottom: 0;
        left: 8px;
        width: 2px;
        height: auto;
    }

    .milestone {
        padding: 0 0 45px 50px;
    }

    .milestone::before {
        left: 0;
    }

    .vehicles,
    .lxv-collection,
    .lxv-shortcode-timeline {
        grid-template-columns: 1fr;
    }

    .location-image {
        min-height: 380px;
    }

    .hero {
        height: var(--lxv-hero-height-mobile, 620px);
        min-height: var(--lxv-hero-height-mobile, 620px);
    }

    .hero h1 {
        font-size: min(var(--lxv-title-size-mobile, 43px), 11vw);
    }

    .inner-hero {
        height: var(--lxv-hero-height-mobile, 330px);
        min-height: var(--lxv-hero-height-mobile, 330px);
    }

    .hero-media,
    .inner-hero-media,
    .parallax-image,
    .hero,
    .inner-hero,
    .parallax-media {
        background-position: var(--lxv-background-position-mobile, var(--lxv-background-position, center));
        object-position: var(--lxv-background-position-mobile, var(--lxv-background-position, center));
    }

    .hero.lxv-align-left .hero-content,
    .inner-hero.lxv-align-left .inner-hero-content {
        transform: none;
    }

    .inner-hero-content {
        padding-top: 78px;
        padding-bottom: 28px;
    }

    .inner-hero .page-title {
        font-size: min(var(--lxv-title-size-mobile, 34px), 10vw);
    }

    .page-story {
        padding: var(--lxv-content-padding-mobile, 36px) 0;
    }

    .inner-hero-shield,
    .inner-scroll-cue {
        display: none;
    }

    .parallax-break {
        height: var(--lxv-parallax-height-mobile, 300px);
        min-height: var(--lxv-parallax-height-mobile, 300px);
    }

    .parallax-copy h2 {
        font-size: min(var(--lxv-title-size-mobile, 34px), 10vw);
    }

    .parallax-media {
        position: absolute;
        inset: 0;
        height: 100%;
    }

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

@media (max-width: 560px) {
    .lxv-wrap {
        width: calc(100% - 40px);
    }

    .hero {
        height: var(--lxv-hero-height-mobile, 620px);
        min-height: var(--lxv-hero-height-mobile, 620px);
    }

    .hero-content {
        width: calc(100% - 44px);
        margin-left: 22px;
    }

    .hero.lxv-align-right .hero-content {
        margin-right: 22px;
    }

    .hero h1 {
        font-size: min(var(--lxv-title-size-mobile, 43px), 11vw);
    }

    .actions,
    .section-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions .button,
    .page-next .button {
        width: 100%;
    }

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

    .proof-item {
        min-height: 72px;
    }

    .services-grid,
    .lxv-shortcode-testimonial {
        grid-template-columns: 1fr;
    }

    .service {
        border-right: 0;
        border-bottom: 1px solid #c8b995;
    }

    .lxv-newsletter {
        flex-direction: column;
    }

    .site-header .lxv-logo {
        width: 82px;
    }

    .inner-hero {
        height: var(--lxv-hero-height-mobile, 330px);
        min-height: var(--lxv-hero-height-mobile, 330px);
    }

    .inner-hero-content {
        padding-top: 78px;
        padding-bottom: 28px;
    }

    .inner-hero .page-title {
        font-size: min(var(--lxv-title-size-mobile, 34px), 10vw);
    }
}

@media (min-width: 1920px) {
    .hero,
    .inner-hero {
        height: var(--lxv-hero-height-large, var(--lxv-hero-height-desktop));
        min-height: var(--lxv-hero-height-large, var(--lxv-hero-height-desktop));
    }

    .parallax-break {
        height: var(--lxv-parallax-height-large, var(--lxv-parallax-height-desktop));
        min-height: min(var(--lxv-parallax-height-large, var(--lxv-parallax-height-desktop)), 100vh);
    }

    .page-story {
        padding: var(--lxv-content-padding-large, var(--lxv-content-padding-desktop)) 0;
    }
}

.page-story .lxv-contact-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px;
    margin: clamp(28px, 4vw, 42px) 0 clamp(36px, 4.5vw, 52px);
}

.lxv-contact-route {
    position: relative;
    min-height: 168px;
    padding: 22px;
    border-top: 2px solid var(--gold);
    background: #ebe3d3;
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.lxv-contact-route:hover,
.lxv-contact-route:focus-within {
    background: #f0e9dc;
    box-shadow: 0 18px 45px rgba(44, 35, 20, .1);
    transform: translateY(-4px);
}

.lxv-contact-route h3 {
    margin: 0 0 10px;
    font: 500 clamp(23px, 2vw, 28px)/1.05 var(--serif);
}

.lxv-contact-route p {
    margin: 0;
    color: #5f5a52;
    font-size: 14px;
    line-height: 1.6;
}

.lxv-contact-route a {
    display: inline-flex;
    margin-top: 14px;
    color: #8d6a20;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.page-story .lxv-contact-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr) !important;
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
    margin: 0;
}

#lxv-contact-aanvraag {
    scroll-margin-top: 90px;
}

body.admin-bar #lxv-contact-aanvraag {
    scroll-margin-top: 136px;
}

.lxv-contact-layout > .wp-block-column {
    margin: 0;
}

.lxv-contact-main > h2,
.lxv-contact-assurance > h2 {
    margin: 0 0 12px;
    font: 500 clamp(28px, 2.6vw, 38px)/1.05 var(--serif);
}

.lxv-contact-main > p,
.lxv-contact-assurance > p,
.lxv-contact-assurance li {
    color: #5f5a52;
    line-height: 1.75;
}

.lxv-contact-content .lxv-form {
    max-width: none;
    margin-top: 26px;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid #c7b991;
    background: #e5dcc9;
}

.lxv-contact-content .lxv-form select,
.lxv-contact-content .lxv-form input,
.lxv-contact-content .lxv-form textarea {
    min-height: 48px;
    border: 1px solid #b9ac94;
    border-radius: 0;
    background: #fff;
    color: #181611;
    font: inherit;
}

.lxv-contact-content .lxv-form textarea {
    min-height: 150px;
}

.lxv-contact-content .lxv-form button {
    min-height: 48px;
    cursor: pointer;
}

.lxv-contact-assurance {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #302718;
    background: #0d0e0e;
    color: #f3eee4;
}

.lxv-contact-assurance > p,
.lxv-contact-assurance li {
    color: #c9c4ba;
}

.lxv-contact-assurance ol {
    display: grid;
    gap: 18px;
    margin: 28px 0 0;
    padding-left: 24px;
}

.lxv-contact-assurance li::marker {
    color: var(--gold);
    font-family: var(--serif);
    font-size: 20px;
}

.lxv-contact-location .location-content {
    padding: clamp(40px, 5vw, 62px);
}

.lxv-contact-location .location-image {
    min-height: 360px;
}

.lxv-contact-faq {
    display: grid;
    gap: 10px;
    max-width: 920px;
    margin-top: clamp(38px, 5vw, 56px);
}

.lxv-contact-assurance .lxv-contact-faq {
    max-width: none;
    margin-top: 30px;
}

.lxv-contact-assurance .lxv-contact-faq > h2 {
    color: #f3eee4;
    font-size: 28px;
}

.lxv-contact-assurance .lxv-contact-faq details {
    border-color: rgba(200, 160, 70, .42);
    background: transparent;
}

.lxv-contact-assurance .lxv-contact-faq summary {
    color: #f3eee4;
    font-size: 13px;
    line-height: 1.5;
}

.lxv-contact-assurance .lxv-contact-faq details > :not(summary) {
    color: #c9c4ba;
    font-size: 13px;
}

.lxv-contact-faq > h2 {
    margin: 0 0 8px;
    font: 500 clamp(28px, 2.8vw, 38px)/1.05 var(--serif);
}

.lxv-contact-faq details {
    border-top: 1px solid #bdaa7b;
    background: rgba(255, 255, 255, .22);
}

.lxv-contact-faq summary {
    position: relative;
    padding: 17px 44px 17px 0;
    cursor: pointer;
    color: #242019;
    font-weight: 600;
    list-style: none;
}

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

.lxv-contact-faq summary::after {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #8d6a20;
    font-size: 22px;
    line-height: 1;
    content: '+';
    transform: translateY(-50%);
}

.lxv-contact-faq details[open] summary::after {
    content: '\2212';
}

.lxv-contact-faq details > :not(summary) {
    max-width: 760px;
    margin: 0;
    padding: 0 44px 18px 0;
    color: #5f5a52;
}

@media (max-width: 900px) {
    .page-story .lxv-contact-route-grid,
    .page-story .lxv-contact-layout {
        grid-template-columns: 1fr !important;
    }

    .lxv-contact-route {
        min-height: 0;
    }
}

@keyframes lxv-hero-breathe {
    from { transform: scale(1.018); }
    to { transform: scale(1.045); }
}

@keyframes lxv-shield-drift {
    from { transform: translateY(-45%) translate3d(0, -4px, 0); }
    to { transform: translateY(-45%) translate3d(8px, 7px, 0); }
}

.lxv-lazy-image {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.012);
    transition: opacity .55s ease, filter .7s ease, transform .7s ease;
}

.lxv-lazy-image.is-loaded {
    opacity: 1;
    filter: none;
    transform: none;
}

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

    .site-header,
    .site-header .lxv-logo,
    .lxv-collection img {
        transition: none;
    }

    .hero-media,
    .inner-hero-media,
    .hero-shield,
    .inner-hero-shield,
    .lxv-lazy-image {
        animation: none;
        transition: none;
        transform: none;
        filter: none;
        opacity: 1;
    }

    .parallax-media {
        position: absolute;
        inset: 0;
        height: 100%;
    }
}

/* Dynamic system layouts keep their server-rendered route markup width-safe. */
.wp-block-lxv-search-page,
.wp-block-lxv-not-found,
.wp-block-lxv-vehicle-detail,
.lxv-selected-layout-block:has(> .lxv-system-page),
.lxv-selected-layout-block:has(> .lxv-vehicle-page) {
    min-width: 0;
    max-width: 100%;
    overflow: clip;
}

/* LXV slideshow: dezelfde markup en styling worden in de editor via SSR getoond. */
.lxv-slideshow {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    height: var(--lxv-slideshow-height-desktop, 640px);
    min-width: 0;
    overflow: clip;
    background: #090a0a;
    color: #f3eee4;
    touch-action: pan-y;
}

.lxv-slideshow:focus {
    outline: none;
}

.lxv-slideshow:focus-visible {
    outline: 2px solid var(--gold, #c8a046);
    outline-offset: 3px;
}

.lxv-slideshow__viewport,
.lxv-slideshow__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lxv-slideshow__viewport {
    z-index: 0;
    overflow: hidden;
}

.lxv-slideshow__slide {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.012);
    transition: opacity .65s ease, transform .8s ease, visibility 0s linear .8s;
}

.lxv-slideshow__slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
}

.lxv-slideshow[data-transition="slide"] .lxv-slideshow__slide {
    opacity: 0;
    transform: translate3d(4%, 0, 0);
}

.lxv-slideshow[data-transition="slide"][data-direction="previous"] .lxv-slideshow__slide {
    transform: translate3d(-4%, 0, 0);
}

.lxv-slideshow[data-transition="slide"] .lxv-slideshow__slide.is-active {
    opacity: 1;
    transform: none;
}

.lxv-slideshow[data-transition="none"] .lxv-slideshow__slide {
    transition: none;
    transform: none;
}

.lxv-slideshow .lxv-slideshow__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: var(--lxv-slideshow-image-fit, cover);
    object-position: var(--lxv-slide-focus-x, 50%) var(--lxv-slide-focus-y, 50%);
}

.lxv-slideshow__caption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    min-height: 42%;
    margin: 0;
    padding: clamp(68px, 10vw, 150px) clamp(24px, 6vw, 100px) clamp(70px, 8vw, 98px);
    background: linear-gradient(180deg, transparent 0%, rgba(3, 4, 4, .2) 32%, rgba(3, 4, 4, .9) 100%);
    pointer-events: none;
}

.lxv-slideshow__caption span {
    display: block;
    max-width: 820px;
    color: #f3eee4;
    font: 500 clamp(22px, 2.5vw, 40px)/1.08 var(--serif, Georgia, serif);
    text-wrap: balance;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .55);
}

.lxv-slideshow__arrow,
.lxv-slideshow__pause,
.lxv-slideshow__pagination button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.lxv-slideshow__arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(200, 160, 70, .76);
    border-radius: 50%;
    background: rgba(5, 6, 6, .68);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
    transform: translateY(-50%);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.lxv-slideshow__arrow:hover {
    border-color: var(--gold, #c8a046);
    background: rgba(5, 6, 6, .9);
}

.lxv-slideshow__arrow--previous {
    left: clamp(14px, 3vw, 54px);
}

.lxv-slideshow__arrow--next {
    right: clamp(14px, 3vw, 54px);
}

.lxv-slideshow__arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lxv-slideshow__controls {
    position: absolute;
    z-index: 5;
    right: clamp(18px, 3.5vw, 60px);
    bottom: clamp(18px, 3vw, 38px);
    left: clamp(18px, 3.5vw, 60px);
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    pointer-events: none;
}

.lxv-slideshow__pagination {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    pointer-events: auto;
}

.lxv-slideshow__pagination button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border-radius: 50%;
    background: transparent;
}

.lxv-slideshow__pagination button span {
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    background: transparent;
    transition: width .2s ease, border-color .2s ease, background-color .2s ease;
}

.lxv-slideshow__pagination button[aria-current="true"] span {
    width: 22px;
    border-color: var(--gold, #c8a046);
    border-radius: 7px;
    background: var(--gold, #c8a046);
}

.lxv-slideshow__pause {
    display: inline-flex;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 24px;
    background: rgba(5, 6, 6, .68);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.1px;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: auto;
}

.lxv-slideshow__pause-icon {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    color: var(--gold, #c8a046);
}

.lxv-slideshow__pause-symbol {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lxv-slideshow__pause-symbol--play {
    display: none;
    fill: currentColor;
    stroke: currentColor;
}

.lxv-slideshow__pause[aria-pressed="true"] .lxv-slideshow__pause-symbol--pause {
    display: none;
}

.lxv-slideshow__pause[aria-pressed="true"] .lxv-slideshow__pause-symbol--play {
    display: block;
}

.lxv-slideshow__arrow:focus-visible,
.lxv-slideshow__pause:focus-visible,
.lxv-slideshow__pagination button:focus-visible {
    outline: 2px solid var(--gold, #c8a046);
    outline-offset: 3px;
}

@media (min-width: 1600px) {
    .lxv-slideshow {
        height: var(--lxv-slideshow-height-large, 720px);
    }
}

@media (max-width: 1199px) {
    .lxv-slideshow {
        height: var(--lxv-slideshow-height-tablet, 520px);
    }
}

@media (max-width: 767px) {
    .lxv-slideshow {
        height: var(--lxv-slideshow-height-mobile, 380px);
    }

    .lxv-slideshow__arrow {
        width: 44px;
        height: 44px;
    }

    .lxv-slideshow__arrow--previous {
        left: 10px;
    }

    .lxv-slideshow__arrow--next {
        right: 10px;
    }

    .lxv-slideshow__caption {
        padding: 60px 22px 84px;
    }

    .lxv-slideshow__caption span {
        font-size: clamp(20px, 6.5vw, 30px);
    }

    .lxv-slideshow__controls {
        right: 14px;
        bottom: 13px;
        left: 14px;
        gap: 8px;
    }

    .lxv-slideshow__pagination button {
        width: 30px;
        height: 36px;
    }

    .lxv-slideshow__pause {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .lxv-slideshow__pause [data-lxv-slideshow-pause-label] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lxv-slideshow__slide,
    .lxv-slideshow__arrow,
    .lxv-slideshow__pagination button span {
        transition: none;
    }
}
