.nls-vehicles,
.nls-dashboard,
.nls-listings-page-hero,
.nls-single-listing {
    --nls-ink: #0a0d0b;
    --nls-cream: #f7fbf8;
    --nls-muted: #a9bab1;
    --nls-panel: #111111;
    --nls-panel-2: #17221b;
    --nls-line: rgba(255, 255, 255, 0.14);
    --nls-gold: #20b45b;
    --nls-brass: #99ddcc;
    color: var(--nls-cream);
    font-family: inherit;
}

.nls-vehicles {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    min-height: calc(100vh - 96px);
    margin: 0 calc(50% - 50vw);
    padding: clamp(24px, 4vw, 46px) clamp(18px, 4vw, 54px) clamp(48px, 6vw, 88px);
    background:
        linear-gradient(180deg, #070907 0%, #111111 100%);
}

.nls-listings-page-hero {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: clamp(104px, 9vw, 142px) clamp(18px, 4vw, 54px) clamp(26px, 4vw, 46px);
    background:
        radial-gradient(circle at 12% 0%, rgba(32, 180, 91, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(153, 221, 204, 0.08), rgba(32, 180, 91, 0) 38%),
        linear-gradient(180deg, #070907 0%, #070907 100%);
}

.nls-listings-page-hero > * {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.nls-listings-page-hero .elementor-widget-heading,
.nls-listings-page-hero .elementor-widget-text-editor {
    text-align: left !important;
}

.nls-listings-page-hero .elementor-widget-heading {
    width: min(100%, 820px);
    margin-left: 0 !important;
}

.nls-listings-page-hero .elementor-heading-title {
    max-width: 820px;
    color: #fff;
    font-size: clamp(34px, 5.4vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.nls-listings-page-hero .elementor-widget-text-editor {
    max-width: 700px;
    margin-left: 0 !important;
    color: #d6e5dd;
    font-size: clamp(16px, 1.7vw, 21px);
    line-height: 1.55;
}

.nls-vehicles > * {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.nls-collection-intro {
    display: grid;
    gap: 10px;
    max-width: 880px;
    margin: 0 0 24px;
}

.nls-collection-intro p {
    margin: 0;
    color: var(--nls-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nls-collection-intro h2 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 0.96;
    letter-spacing: 0;
}

.nls-collection-intro span {
    max-width: 660px;
    color: #d6e5dd;
    font-size: 16px;
    line-height: 1.55;
}

.nls-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px auto;
    gap: 12px;
    align-items: end;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--nls-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
}

.nls-filter label,
.nls-field,
.nls-admin-field {
    display: grid;
    gap: 6px;
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
}

.nls-filter span,
.nls-field span,
.nls-admin-field span {
    color: #d6e5dd;
}

.nls-filter input,
.nls-filter select,
.nls-field input,
.nls-field select,
.nls-field textarea,
.nls-admin-field input,
.nls-admin-field select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    padding: 11px 12px;
    background: #0f110f;
    color: var(--nls-cream);
    font: inherit;
}

.nls-dashboard .nls-field input,
.nls-dashboard .nls-field select,
.nls-dashboard .nls-field textarea,
.nls-login-card .nls-field input,
.nls-login-card .nls-field select,
.nls-login-card .nls-field textarea,
.nls-admin-field input,
.nls-admin-field select {
    background: #fff;
    color: #111;
}

.nls-dashboard .nls-field span,
.nls-login-card .nls-field span {
    color: #26342c;
}

.nls-filter button,
.nls-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    border: 1px solid rgba(32, 180, 91, 0.46);
    border-radius: 6px;
    padding: 10px 16px;
    background: var(--nls-gold);
    color: #111 !important;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
}

.nls-market-strip {
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid var(--nls-line);
    border-radius: 8px;
    background: var(--nls-line);
}

.nls-market-strip div {
    padding: 16px;
    background: rgba(255, 255, 255, 0.04);
}

.nls-market-strip strong,
.nls-market-strip span {
    display: block;
}

.nls-market-strip strong {
    color: #fff;
    font-size: 20px;
}

.nls-market-strip span {
    margin-top: 3px;
    color: var(--nls-muted);
    font-size: 12px;
}

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

.nls-vehicle-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nls-line);
    border-radius: 8px;
    background: var(--nls-panel);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
    transition: transform 180ms ease, border-color 180ms ease;
}

.nls-vehicle-card:first-child {
    grid-column: span 2;
    border-color: rgba(32, 180, 91, 0.58);
    background:
        linear-gradient(135deg, rgba(32, 180, 91, 0.12), rgba(32, 180, 91, 0) 42%),
        var(--nls-panel);
    box-shadow: 0 32px 100px rgba(32, 180, 91, 0.12), 0 26px 80px rgba(0, 0, 0, 0.34);
}

.nls-vehicle-card:first-child::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(153, 221, 204, 0.22);
    content: "";
}

.nls-vehicle-card:hover {
    transform: translateY(-3px);
    border-color: rgba(32, 180, 91, 0.55);
}

.nls-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
    color: var(--nls-muted);
    text-decoration: none;
}

.nls-vehicle-card:first-child .nls-card-image {
    aspect-ratio: 16 / 8.5;
}

.nls-card-image::after {
    position: absolute;
    inset: auto 0 0;
    height: 62%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
    content: "";
}

.nls-card-image img,
.nls-single-image img,
.nls-current-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nls-card-image img {
    filter: saturate(0.95) contrast(1.04);
    transition: transform 320ms ease, filter 320ms ease;
}

.nls-vehicle-card:hover .nls-card-image img {
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.035);
}

.nls-card-image span {
    display: grid;
    height: 100%;
    place-items: center;
}

.nls-status-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(12, 12, 10, 0.72);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.nls-featured-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    border: 1px solid rgba(32, 180, 91, 0.55);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(7, 9, 7, 0.78);
    color: #99ddcc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.nls-card-body {
    padding: 18px;
}

.nls-featured-card .nls-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    column-gap: 22px;
    align-items: end;
}

.nls-featured-card .nls-card-body .nls-card-kicker,
.nls-featured-card .nls-card-body h3,
.nls-featured-card .nls-card-body .nls-card-price,
.nls-featured-card .nls-card-body .nls-card-location,
.nls-featured-card .nls-card-body .nls-card-link {
    grid-column: 1;
}

.nls-featured-card .nls-card-body dl {
    grid-column: 2;
    grid-row: 1 / span 5;
    margin-top: 0;
}

.nls-card-kicker {
    margin: 0 0 8px;
    color: var(--nls-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nls-card-body h3,
.nls-inventory-row h3,
.nls-form-head h2,
.nls-dashboard-head h2 {
    margin: 0;
    line-height: 1.12;
}

.nls-card-body h3 {
    min-height: 2.25em;
    color: #fff;
    font-size: 22px;
}

.nls-vehicle-card:first-child .nls-card-body h3 {
    font-size: 30px;
}

.nls-card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.nls-card-price {
    margin: 13px 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.nls-card-location {
    margin: 0 0 13px;
    color: var(--nls-muted);
    font-size: 13px;
    font-weight: 800;
}

.nls-card-body dl,
.nls-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 14px 0 0;
    border: 1px solid var(--nls-line);
    border-radius: 8px;
    background: var(--nls-line);
}

.nls-card-body dl div,
.nls-detail-list div {
    min-width: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.035);
}

.nls-card-body dt,
.nls-detail-list dt {
    color: var(--nls-muted);
    font-size: 11px;
    font-weight: 800;
}

.nls-card-body dd,
.nls-detail-list dd {
    margin: 3px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.nls-card-link {
    display: inline-flex;
    margin-top: 15px;
    color: var(--nls-gold);
    font-weight: 900;
    text-decoration: none;
}

.nls-card-link::after {
    margin-left: 7px;
    content: ">";
}

.nls-dashboard {
    width: 100vw;
    max-width: 100vw;
    min-height: calc(100vh - 120px);
    margin: 0 calc(50% - 50vw);
    padding: clamp(96px, 9vw, 138px) clamp(16px, 4vw, 54px) clamp(54px, 7vw, 92px);
    background:
        radial-gradient(circle at 14% 0%, rgba(32, 180, 91, 0.2), transparent 30%),
        linear-gradient(180deg, #070907 0%, #111111 100%);
    color: #f7fbf8;
}

.nls-dashboard > * {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.nls-dashboard-head,
.nls-form-head {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
}

.nls-dashboard-head {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: clamp(18px, 3vw, 28px);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

.nls-dashboard-head h2 {
    color: #fff;
    font-size: clamp(30px, 5vw, 58px);
    letter-spacing: -0.045em;
}

.nls-form-head h2 {
    color: #fff;
    font-size: clamp(34px, 5.4vw, 68px);
    letter-spacing: -0.05em;
}

.nls-form-head {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    padding: clamp(20px, 4vw, 34px);
    background:
        radial-gradient(circle at 8% 0%, rgba(32, 180, 91, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.045);
    color: #fff;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

.nls-form-head span {
    display: block;
    max-width: 680px;
    margin-top: 10px;
    color: #d6e5dd;
    line-height: 1.55;
}

.nls-dashboard-actions,
.nls-login-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.nls-inventory-list,
.nls-inventory-card-grid {
    display: grid;
    gap: 10px;
}

.nls-inventory-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nls-inventory-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: var(--nls-panel);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.nls-inventory-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
    color: var(--nls-muted);
    text-decoration: none;
}

.nls-inventory-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nls-inventory-card-image b {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(7, 9, 7, 0.78);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.nls-inventory-card-body {
    padding: 18px;
}

.nls-inventory-card h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
}

.nls-inventory-card h3 a {
    color: inherit;
    text-decoration: none;
}

.nls-inventory-card .nls-card-price {
    margin: 13px 0 12px;
}

.nls-inventory-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 14px 0 0;
    border: 1px solid var(--nls-line);
    border-radius: 8px;
    background: var(--nls-line);
}

.nls-inventory-card dl div {
    min-width: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.035);
}

.nls-inventory-card dt {
    color: var(--nls-muted);
    font-size: 11px;
    font-weight: 800;
}

.nls-inventory-card dd {
    margin: 3px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.nls-inventory-card .nls-row-actions {
    justify-content: flex-start;
    margin-top: 16px;
}

.nls-inventory-card .nls-row-actions a {
    border: 1px solid rgba(32, 180, 91, 0.35);
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(32, 180, 91, 0.08);
    color: #99ddcc;
    font-size: 12px;
}

.nls-inventory-card .nls-row-actions .nls-danger-link {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #d6e5dd;
}

.nls-inventory-row {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
}

.nls-inventory-row p {
    margin: 6px 0 0;
    color: #657066;
}

.nls-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.nls-row-actions a,
.nls-form-head a,
.nls-login-secondary {
    color: #0b6f36;
    font-weight: 800;
    text-decoration: none !important;
}

.nls-form,
.nls-admin-grid {
    display: grid;
    gap: 16px;
}

.nls-form {
    max-width: 1280px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #111111;
    box-shadow: none;
}

.nls-editor-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
    gap: 18px;
    align-items: start;
}

.nls-editor-panel {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: clamp(18px, 3vw, 30px);
    background: rgba(255, 255, 255, 0.97);
    color: #111111;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.nls-editor-panel-primary {
    position: sticky;
    top: 24px;
}

.nls-editor-panel .nls-card-kicker {
    margin-bottom: 18px;
}

.nls-editor-submit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.055);
}

.nls-editor-submit .nls-form-note {
    margin: 0;
    background: transparent;
    color: #d6e5dd;
}

.nls-editor-submit .nls-button {
    min-width: 180px;
}

.nls-form-grid,
.nls-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.nls-field-wide {
    grid-column: 1 / -1;
}

.nls-form-note,
.nls-empty,
.nls-notice {
    border-radius: 8px;
    padding: 14px 16px;
    background: #f4f5f1;
    color: #334139;
}

.nls-dashboard > .nls-empty {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid var(--nls-gold);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #d6e5dd;
}

.nls-vehicles .nls-empty {
    background: rgba(255, 255, 255, 0.05);
    color: var(--nls-cream);
}

.nls-notice {
    margin: 0 0 18px;
    border-left: 4px solid #0b6f36;
}

.nls-current-image {
    width: min(100%, 320px);
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
    background: #eef1ed;
}

.nls-current-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: -4px;
}

.nls-current-gallery figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    aspect-ratio: 1;
    background: #eef1ed;
}

.nls-current-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-popup-modal .dialog-widget-content {
    overflow: hidden !important;
    border-radius: 18px !important;
    width: min(92vw, 560px) !important;
    max-height: min(86vh, 680px) !important;
    background: #fff !important;
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.4) !important;
}

.elementor-popup-modal .dialog-message {
    max-height: min(86vh, 680px) !important;
    overflow: auto !important;
}

.elementor-popup-modal .elementor-element-nlsinq1 {
    padding: clamp(22px, 4vw, 32px) !important;
}

.elementor-popup-modal .elementor-element-nlsinq2 .elementor-heading-title {
    color: #111111 !important;
    font-size: clamp(26px, 4vw, 36px) !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
}

.elementor-popup-modal .elementor-element-nlsinq3 {
    margin-bottom: 12px !important;
}

.elementor-popup-modal .elementor-element-nlsinq3 p {
    margin: 0 !important;
    color: #26342c !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.elementor-popup-modal .elementor-form .elementor-field-group {
    margin-bottom: 10px !important;
}

.elementor-popup-modal .elementor-form .elementor-field {
    min-height: 46px !important;
    border: 1px solid rgba(17, 17, 17, 0.22) !important;
    border-radius: 8px !important;
    background: #f7fbf8 !important;
    color: #111111 !important;
    font-weight: 600 !important;
}

.elementor-popup-modal .elementor-form textarea.elementor-field {
    min-height: 104px !important;
    resize: vertical;
}

.elementor-popup-modal .elementor-form button[type="submit"],
.elementor-popup-modal .elementor-form .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 8px !important;
    background: #20b45b !important;
    color: #111111 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.elementor-popup-modal .elementor-form button[type="submit"] span,
.elementor-popup-modal .elementor-form .elementor-button span {
    color: #111111 !important;
}

.nls-single-listing {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: clamp(86px, 9vw, 138px) clamp(18px, 4vw, 58px) clamp(52px, 7vw, 92px);
    background:
        radial-gradient(circle at 18% 4%, rgba(32, 180, 91, 0.22), transparent 34%),
        linear-gradient(180deg, #070907 0%, #111111 55%, #f7fbf8 55%, #f7fbf8 100%);
    color: var(--nls-cream);
}

.nls-single-listing > * {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.nls-single-back,
.nls-single-secondary {
    color: var(--nls-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.nls-single-back::before {
    content: "< ";
}

.nls-single-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
    gap: clamp(22px, 5vw, 72px);
    align-items: end;
    margin-top: 28px;
    padding-bottom: clamp(28px, 5vw, 58px);
}

.nls-single-hero-copy {
    max-width: 900px;
}

.nls-single-eyebrow,
.nls-single-summary .nls-card-kicker,
.nls-single-gallery-panel .nls-card-kicker {
    margin: 0 0 12px;
    color: var(--nls-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nls-single-hero h1 {
    max-width: 950px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 7vw, 104px);
    line-height: 0.88;
    letter-spacing: -0.06em;
}

.nls-single-standfirst {
    max-width: 760px;
    margin: 22px 0 0;
    color: #dcebe3;
    font-size: clamp(17px, 1.8vw, 23px);
    line-height: 1.48;
}

.nls-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
}

.nls-single-price-panel {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 4px solid var(--nls-gold);
    border-radius: 10px;
    padding: clamp(18px, 3vw, 30px);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.nls-single-price-panel span {
    display: inline-flex;
    margin-bottom: 14px;
    border: 1px solid rgba(32, 180, 91, 0.48);
    border-radius: 999px;
    padding: 7px 11px;
    color: var(--nls-gold);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.nls-single-price-panel strong {
    display: block;
    color: #fff;
    font-size: clamp(26px, 2.5vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.nls-single-price-panel p {
    margin: 16px 0 0;
    color: #d9e7df;
    font-weight: 800;
}

.nls-single-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: clamp(18px, 4vw, 42px);
    align-items: stretch;
}

.nls-single-media {
    min-width: 0;
}

.nls-single-image {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    background: #111;
}

.nls-single-image span {
    display: grid;
    min-height: 360px;
    place-items: center;
    color: var(--nls-muted);
    font-weight: 800;
}

.nls-single-summary {
    display: grid;
    align-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: clamp(18px, 3vw, 28px);
    background: #0d100e;
}

.nls-single-key-specs {
    display: grid;
    gap: 1px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.nls-single-key-specs div {
    display: grid;
    gap: 4px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.045);
}

.nls-single-key-specs dt,
.nls-detail-list dt {
    color: #64766d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nls-single-key-specs dd {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.nls-single-assurance {
    margin-top: 22px;
    border-left: 3px solid var(--nls-gold);
    padding-left: 16px;
}

.nls-single-assurance strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.nls-single-assurance p {
    margin: 8px 0 0;
    color: #d9e7df;
    line-height: 1.55;
}

.nls-single-detail-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.55fr);
    gap: clamp(22px, 5vw, 66px);
    align-items: start;
    margin-top: clamp(34px, 6vw, 78px);
    color: #111111;
}

.nls-single-gallery-panel {
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 12px;
    padding: clamp(16px, 3vw, 26px);
    background: #fff;
    box-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
}

.nls-single-gallery-panel h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #111111;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.nls-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.nls-gallery-item {
    overflow: hidden;
    margin: 0;
    border-radius: 9px;
    aspect-ratio: 4 / 3;
    background: #111111;
}

.nls-gallery-item-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
}

.nls-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.nls-gallery-item:hover img {
    transform: scale(1.035);
}

.nls-gallery-empty {
    border: 1px solid #ded8ca;
    border-radius: 10px;
    padding: 18px;
    background: #fbfaf7;
    color: #26342c;
    line-height: 1.55;
}

.nls-single-facts {
    border: 1px solid #ddd4c3;
    border-radius: 10px;
    padding: clamp(18px, 3vw, 30px);
    background: #fbfaf7;
    box-shadow: 0 22px 60px rgba(32, 35, 31, 0.08);
}

.nls-single-facts h3 {
    margin: 0 0 16px;
    color: #111111;
    font-size: 24px;
}

.nls-single-facts .nls-detail-list {
    border-color: #ded8ca;
    background: #ded8ca;
}

.nls-single-facts .nls-detail-list div {
    background: #fffdf8;
}

.nls-single-facts .nls-detail-list dd {
    color: #111111;
}

.nls-contact-box {
    margin-top: 20px;
    border: 1px solid #ded8ca;
    border-radius: 8px;
    padding: 16px;
    background: #fbfaf7;
}

.nls-contact-box h3,
.nls-contact-box p {
    margin: 0 0 8px;
}

.nls-contact-box a {
    color: #0b6f36;
    font-weight: 800;
}

.nls-other-listings {
    margin-top: clamp(44px, 7vw, 92px);
    color: #111111;
}

.nls-other-listings-head {
    display: flex;
    gap: 18px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.nls-other-listings h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.nls-other-listings-swiper {
    display: grid;
    grid-auto-columns: minmax(280px, 380px);
    grid-auto-flow: column;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 4px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #20b45b rgba(17, 17, 17, 0.1);
}

.nls-related-card {
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
    scroll-snap-align: start;
}

.nls-related-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #111;
}

.nls-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nls-related-body {
    padding: 16px;
}

.nls-related-body h3 {
    margin: 0;
    color: #111111;
    font-size: 21px;
    line-height: 1.1;
}

.nls-related-body h3 a {
    color: inherit;
    text-decoration: none;
}

.nls-related-body > p:not(.nls-card-kicker) {
    margin: 12px 0 0;
    color: #111111;
    font-weight: 900;
}

.nls-related-body dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 14px 0 0;
    border: 1px solid #dfe4dc;
    border-radius: 8px;
    background: #dfe4dc;
}

.nls-related-body dl div {
    min-width: 0;
    padding: 9px;
    background: #f7fbf8;
}

.nls-related-body dt {
    color: #64766d;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.nls-related-body dd {
    margin: 3px 0 0;
    color: #111111;
    font-size: 12px;
    font-weight: 900;
}

.nls-login-shell {
    display: grid;
    min-height: calc(100vh - 140px);
    place-items: center;
    margin: 0 calc(50% - 50vw);
    padding: clamp(70px, 9vw, 130px) 18px;
    background:
        radial-gradient(circle at 18% 8%, rgba(32, 180, 91, 0.24), transparent 32%),
        linear-gradient(160deg, #070907 0%, #111111 66%, #17221b 100%);
}

.nls-login-card {
    width: min(100%, 520px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 4px solid var(--nls-gold);
    border-radius: 14px;
    padding: clamp(24px, 5vw, 42px);
    background: rgba(255, 255, 255, 0.96);
    color: #111111;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.35);
}

.nls-login-card h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(32px, 6vw, 52px);
    line-height: 0.96;
}

.nls-login-card > p:not(.nls-card-kicker) {
    margin: 14px 0 0;
    color: #26342c;
    line-height: 1.6;
}

.nls-login-form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.nls-login-remember {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #26342c;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .nls-vehicle-grid,
    .nls-inventory-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .nls-dashboard {
        padding: 78px 16px 46px;
    }

    .nls-vehicles {
        margin-top: 0;
        padding: 24px 16px 42px;
    }

    .nls-listings-page-hero {
        padding: 84px 16px 18px;
    }

    .nls-single-listing {
        padding: 66px 16px 46px;
    }

    .nls-filter,
    .nls-editor-layout,
    .nls-single-hero,
    .nls-single-showcase,
    .nls-single-detail-section {
        grid-template-columns: 1fr;
    }

    .nls-editor-panel-primary {
        position: static;
    }

    .nls-featured-card .nls-card-body {
        grid-template-columns: 1fr;
    }

    .nls-featured-card .nls-card-body dl {
        grid-column: 1;
        grid-row: auto;
        margin-top: 14px;
    }
}

@media (max-width: 640px) {
    .nls-vehicle-grid,
    .nls-inventory-card-grid,
    .nls-market-strip,
    .nls-form-grid,
    .nls-admin-grid,
    .nls-card-body dl,
    .nls-detail-list {
        grid-template-columns: 1fr;
    }

    .nls-vehicle-card:first-child {
        grid-column: auto;
    }

    .nls-vehicle-card:first-child .nls-card-image {
        aspect-ratio: 16 / 10;
    }

    .nls-vehicle-card:first-child .nls-card-body h3 {
        font-size: 22px;
    }

    .nls-dashboard-head,
    .nls-form-head,
    .nls-editor-submit,
    .nls-inventory-row {
        align-items: stretch;
        flex-direction: column;
    }

    .nls-current-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nls-gallery-grid {
        grid-template-columns: 1fr;
    }

    .nls-gallery-item-main {
        aspect-ratio: 16 / 10;
    }

    .nls-editor-submit {
        grid-template-columns: 1fr;
    }

    .nls-row-actions {
        justify-content: flex-start;
    }
}
