:root {
  --ns-ink: #070b10;
  --ns-navy: #0b121b;
  --ns-panel: #101a25;
  --ns-panel-2: #152231;
  --ns-ivory: #f4f0e8;
  --ns-muted: #aeb7c0;
  --ns-line: rgba(255, 255, 255, 0.12);
  --ns-bronze: #c8a46b;
  --ns-blue: #4f9fd8;
  --ns-radius: 22px;
}

html { scroll-behavior: smooth; }
body { background: var(--ns-ink); color: var(--ns-ivory); }
body .container-wrap { background: var(--ns-ink); padding-bottom: 0; }
body .container-wrap > .container { max-width: none; padding: 0; }
body .container-wrap > .container > .row { margin: 0; }
body .container-wrap > .container > .row > .post-area { width: 100%; margin: 0; }
body .container-wrap > .container > .row > .post-area > article .content-inner { padding-bottom: 0; }
.ns-site, .ns-site * { box-sizing: border-box; }
.ns-site { background: var(--ns-ink); color: var(--ns-ivory); font-size: 17px; line-height: 1.7; overflow: hidden; }
.ns-site h1, .ns-site h2, .ns-site h3, .ns-site p { margin-top: 0; }
.ns-site h1, .ns-site h2, .ns-site h3 { color: var(--ns-ivory); letter-spacing: -0.035em; }
.ns-site h1 { font-size: clamp(58px, 8.3vw, 126px); line-height: .88; font-weight: 500; }
.ns-site h2 { font-size: clamp(38px, 5vw, 72px); line-height: .98; font-weight: 500; }
.ns-site h3 { font-size: 26px; line-height: 1.12; font-weight: 550; }
.ns-site em { color: var(--ns-bronze); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.ns-site p { color: var(--ns-muted); }
.ns-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.ns-eyebrow { display: flex; gap: 12px; align-items: center; color: var(--ns-bronze) !important; font-size: 12px; line-height: 1.2; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ns-eyebrow span { width: 30px; height: 1px; display: inline-block; background: var(--ns-bronze); }
.ns-lead { max-width: 720px; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.ns-button { min-height: 54px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 4px; color: var(--ns-ivory) !important; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none !important; transition: .25s ease; }
.ns-button:hover { transform: translateY(-2px); }
.ns-button--primary { background: var(--ns-bronze); color: #091018 !important; }
.ns-button--primary:hover { background: #dec28f; }
.ns-button--ghost { border-color: var(--ns-line); background: rgba(255,255,255,.03); }
.ns-button--ghost:hover { border-color: var(--ns-bronze); }
.ns-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 36px; }

.ns-hero { min-height: 820px; padding: 150px 0 90px; position: relative; display: flex; align-items: center; background: radial-gradient(circle at 80% 22%, rgba(49, 111, 154, .25), transparent 30%), linear-gradient(145deg, #070b10 0%, #0a111a 58%, #101c28 100%); }
.ns-hero:after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--ns-line), transparent); }
.ns-hero__glow { width: 560px; height: 560px; position: absolute; right: -100px; top: 90px; border: 1px solid rgba(79,159,216,.15); border-radius: 50%; box-shadow: 0 0 120px rgba(79,159,216,.08), inset 0 0 120px rgba(79,159,216,.06); }
.ns-hero__grid { position: relative; z-index: 1; }
.ns-hero__content { max-width: 950px; }
.ns-hero__content .ns-lead { max-width: 720px; margin-top: 30px; }
.ns-trust { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 32px; list-style: none; color: #ccd3da; font-size: 13px; }
.ns-trust li:before { content: '✦'; color: var(--ns-bronze); margin-right: 9px; }
.ns-hero-card { padding: 36px; border: 1px solid var(--ns-line); border-radius: var(--ns-radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); backdrop-filter: blur(18px); box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.ns-card-label { color: var(--ns-bronze) !important; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.ns-hero-card h2 { margin: 16px 0 8px; font-size: 38px; line-height: 1.05; }
.ns-vehicle-mark { display: inline-flex; align-items: flex-start; color: rgba(244,240,232,.28); letter-spacing: -.08em; }
.ns-vehicle-mark span { margin-top: 8px; font-size: 34px; font-weight: 250; }
.ns-vehicle-mark strong { font-size: 100px; line-height: .8; font-weight: 700; }
.ns-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0; background: var(--ns-line); }
.ns-spec-grid div { padding: 18px 12px 18px 0; background: #111a24; }
.ns-spec-grid strong, .ns-spec-grid span { display: block; }
.ns-spec-grid strong { color: var(--ns-ivory); font-size: 28px; }
.ns-spec-grid span { max-width: 95px; color: var(--ns-muted); font-size: 11px; line-height: 1.35; }
.ns-hero-card > a { color: var(--ns-bronze); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ns-hero-vehicle { min-height: 560px; margin: 68px 0 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #07101a; box-shadow: 0 45px 120px rgba(0,0,0,.48), 0 0 80px rgba(44,131,199,.12); }
.ns-hero-vehicle:before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(5,8,13,.18) 60%, rgba(5,8,13,.96) 100%); pointer-events: none; }
.ns-hero-vehicle:after { content: ''; position: absolute; z-index: 1; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), inset 0 -80px 110px rgba(4,8,14,.32); pointer-events: none; }
.ns-hero-vehicle > img { width: 100%; height: 100%; min-height: 560px; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center 56%; transform: scale(1.01); }
.ns-hero-vehicle figcaption { padding: 38px 42px; position: absolute; z-index: 2; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.ns-hero-vehicle__identity span, .ns-hero-vehicle__identity strong, .ns-hero-vehicle__identity small { display: block; }
.ns-hero-vehicle__identity span { margin-bottom: 10px; color: var(--ns-bronze); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.ns-hero-vehicle__identity strong { color: #fff; font-size: clamp(26px, 3.2vw, 44px); line-height: 1; letter-spacing: -.04em; text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.ns-hero-vehicle__identity small { margin-top: 9px; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .04em; }
.ns-hero-vehicle__facts { display: flex; align-items: center; gap: 28px; }
.ns-hero-vehicle__facts div { min-width: 82px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.23); }
.ns-hero-vehicle__facts strong, .ns-hero-vehicle__facts span { display: block; }
.ns-hero-vehicle__facts strong { color: #fff; font-size: 28px; line-height: 1; }
.ns-hero-vehicle__facts span { margin-top: 6px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.ns-hero-vehicle__facts a { min-height: 46px; padding: 12px 17px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; background: rgba(6,11,17,.44); color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; backdrop-filter: blur(12px); transition: .25s ease; }
.ns-hero-vehicle__facts a:hover { border-color: var(--ns-bronze); background: rgba(6,11,17,.72); }

.ns-section, .ns-page-section { padding: 110px 0; }
.ns-section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.ns-section-heading h2 { margin-bottom: 0; }
.ns-section-heading > p { margin-bottom: 8px; font-size: 18px; }
.ns-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ns-service-card { min-height: 330px; padding: 34px; border: 1px solid var(--ns-line); border-radius: 16px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.045), transparent); transition: .3s ease; }
.ns-service-card:hover { border-color: rgba(200,164,107,.55); transform: translateY(-4px); }
.ns-index { color: var(--ns-bronze); font-family: Georgia, serif; font-size: 15px; }
.ns-service-card h3 { margin-top: auto; }
.ns-service-card a { color: var(--ns-bronze); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ns-section--split { border-block: 1px solid var(--ns-line); background: var(--ns-navy); }
.ns-split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.ns-orbit { width: min(500px, 100%); aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid rgba(79,159,216,.28); border-radius: 50%; background: radial-gradient(circle, rgba(79,159,216,.14), transparent 58%); }
.ns-orbit:before, .ns-orbit:after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.ns-orbit:before { inset: 12%; }
.ns-orbit:after { inset: 26%; }
.ns-orbit__north { position: absolute; top: -16px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ns-bronze); color: var(--ns-ink); font-size: 13px; font-weight: 800; }
.ns-orbit__car { position: relative; z-index: 1; color: var(--ns-ivory); font-size: clamp(52px, 9vw, 108px); font-weight: 200; letter-spacing: -.08em; }
.ns-home-interior { min-height: 520px; margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--ns-radius); background: var(--ns-navy); box-shadow: 0 34px 95px rgba(0,0,0,.35); }
.ns-home-interior:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(5,8,13,.92) 100%); pointer-events: none; }
.ns-home-interior img { width: 100%; height: 100%; min-height: 520px; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; }
.ns-home-interior figcaption { padding: 32px; position: absolute; z-index: 1; inset: auto 0 0; }
.ns-home-interior figcaption span, .ns-home-interior figcaption strong { display: block; }
.ns-home-interior figcaption span { color: var(--ns-bronze); font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.ns-home-interior figcaption strong { margin-top: 7px; color: #fff; font-size: 27px; letter-spacing: -.03em; }
.ns-copy > p:not(.ns-eyebrow) { font-size: 19px; }
.ns-check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.ns-check-list li { padding: 12px 0 12px 30px; position: relative; border-bottom: 1px solid var(--ns-line); color: #dbe0e5; }
.ns-check-list li:before { content: '✓'; position: absolute; left: 0; color: var(--ns-bronze); }
.ns-section--availability { background: linear-gradient(135deg, #111b26, #090e14); }
.ns-availability { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.ns-schedule > div { padding: 22px 0; border-bottom: 1px solid var(--ns-line); display: flex; justify-content: space-between; gap: 24px; }
.ns-schedule span { color: var(--ns-muted); }
.ns-schedule strong { color: var(--ns-ivory); font-weight: 500; }
.ns-schedule p { margin-top: 28px; }
.ns-cta { background: var(--ns-bronze); }
.ns-cta__inner, .ns-page-cta .ns-shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.ns-cta h2, .ns-cta p, .ns-cta .ns-eyebrow { color: #091018 !important; }
.ns-cta .ns-eyebrow span { background: #091018; }
.ns-cta p { max-width: 700px; }
.ns-cta .ns-button--primary { border-color: #091018; background: #091018; color: var(--ns-ivory) !important; }

.ns-page-hero { padding: 190px 0 95px; position: relative; border-bottom: 1px solid var(--ns-line); background: radial-gradient(circle at 78% 20%, rgba(79,159,216,.16), transparent 28%), var(--ns-navy); }
.ns-page-hero h1 { max-width: 1000px; margin: 20px 0 28px; font-size: clamp(52px, 7vw, 98px); }
.ns-page-hero .ns-lead { margin-bottom: 0; }
.ns-page-section { background: var(--ns-ink); }
.ns-page-cta { padding: 75px 0; border-top: 1px solid var(--ns-line); background: var(--ns-navy); }
.ns-page-cta h2 { margin-bottom: 10px; font-size: clamp(30px, 4vw, 50px); }
.ns-page-cta p { margin-bottom: 0; }
.ns-stack { display: grid; gap: 18px; }
.ns-detail-card { padding: 44px; display: grid; grid-template-columns: 80px 1fr; gap: 34px; border: 1px solid var(--ns-line); border-radius: 16px; background: var(--ns-navy); }
.ns-detail-card h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 52px); }
.ns-detail-card p { max-width: 850px; font-size: 18px; }
.ns-rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ns-rate-card { min-height: 340px; padding: 38px; border: 1px solid var(--ns-line); border-radius: 16px; background: var(--ns-navy); }
.ns-rate-card--featured { border-color: rgba(200,164,107,.7); background: linear-gradient(145deg, rgba(200,164,107,.13), var(--ns-navy)); }
.ns-rate-card > p:first-child { color: var(--ns-bronze); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.ns-rate-card h2 { margin: 45px 0 30px; font-size: 56px; }
.ns-rate-card h2 span { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ns-rate-card h2 small { font-size: 18px; }
.ns-note { margin-top: 30px; padding: 28px; border-left: 2px solid var(--ns-bronze); background: rgba(200,164,107,.08); }
.ns-note strong { display: block; margin-bottom: 8px; color: var(--ns-ivory); }
.ns-note p:last-child { margin-bottom: 0; }
.ns-vehicle-layout, .ns-two-column, .ns-area-grid, .ns-form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ns-vehicle-panel { min-height: 520px; padding: 50px; border: 1px solid rgba(79,159,216,.24); border-radius: var(--ns-radius); display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle, rgba(79,159,216,.22), transparent 58%), var(--ns-navy); }
.ns-vehicle-panel .ns-vehicle-mark strong { font-size: 180px; }
.ns-vehicle-photo { min-height: 540px; margin: 0; position: sticky; top: 120px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--ns-radius); background: var(--ns-navy); box-shadow: 0 34px 90px rgba(0,0,0,.35); }
.ns-vehicle-photo:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(5,8,13,.9) 100%); pointer-events: none; }
.ns-vehicle-photo img { width: 100%; height: 100%; min-height: 540px; position: absolute; inset: 0; display: block; object-fit: cover; object-position: 56% center; }
.ns-vehicle-photo figcaption { padding: 30px; position: absolute; z-index: 1; inset: auto 0 0; }
.ns-vehicle-photo figcaption span, .ns-vehicle-photo figcaption strong { display: block; }
.ns-vehicle-photo figcaption span { color: var(--ns-bronze); font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.ns-vehicle-photo figcaption strong { margin-top: 7px; color: #fff; font-size: 25px; letter-spacing: -.025em; }
.ns-interior-section { padding: 120px 0; border-top: 1px solid var(--ns-line); background: linear-gradient(180deg, var(--ns-navy), #070b10); }
.ns-interior-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ns-interior-card { min-height: 520px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #080d13; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.ns-interior-card--panorama { min-height: 650px; grid-column: 1 / -1; }
.ns-interior-card:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(4,7,11,.25) 60%, rgba(4,7,11,.97) 100%); pointer-events: none; }
.ns-interior-card img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; transition: transform .6s ease; }
.ns-interior-card:hover img { transform: scale(1.025); }
.ns-interior-card--panorama img { object-position: center 58%; }
.ns-interior-card--captains img { object-position: center; }
.ns-interior-card--night img { object-position: center; }
.ns-interior-card > div { max-width: 660px; padding: 42px; position: absolute; z-index: 1; inset: auto 0 0; }
.ns-interior-card > div > span { color: var(--ns-bronze); font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.ns-interior-card h3 { margin: 9px 0 12px; color: #fff; font-size: clamp(28px, 3vw, 45px); text-shadow: 0 2px 18px rgba(0,0,0,.5); }
.ns-interior-card p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.55; }
.ns-comfort-strip { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--ns-line); border-radius: 16px; overflow: hidden; background: var(--ns-line); }
.ns-comfort-strip article { min-height: 210px; padding: 32px; background: rgba(12,19,28,.98); }
.ns-comfort-strip article > span { color: var(--ns-bronze); font-family: Georgia, serif; font-size: 14px; }
.ns-comfort-strip article > strong { margin: 38px 0 9px; display: block; color: var(--ns-ivory); font-size: 20px; }
.ns-comfort-strip article p { margin: 0; font-size: 14px; line-height: 1.5; }
.ns-fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 35px 0; background: var(--ns-line); }
.ns-fact-grid div { padding: 24px; background: var(--ns-ink); }
.ns-fact-grid strong, .ns-fact-grid span { display: block; }
.ns-fact-grid strong { color: var(--ns-bronze); font-size: 38px; }
.ns-fact-grid span { color: var(--ns-muted); font-size: 13px; }
.ns-city-list { display: flex; flex-wrap: wrap; gap: 10px; }
.ns-city-list span { padding: 10px 16px; border: 1px solid var(--ns-line); border-radius: 999px; color: #dce2e7; }
.ns-principles { display: grid; gap: 14px; }
.ns-principles article { padding: 28px; border: 1px solid var(--ns-line); border-radius: 14px; background: var(--ns-navy); }
.ns-principles article span { color: var(--ns-bronze); font-size: 12px; }
.ns-principles h3 { margin: 8px 0; }
.ns-principles p { margin-bottom: 0; }
.ns-faq { max-width: 900px; }
.ns-faq details { border-bottom: 1px solid var(--ns-line); }
.ns-faq summary { padding: 26px 50px 26px 0; position: relative; color: var(--ns-ivory); font-size: 21px; font-weight: 500; cursor: pointer; list-style: none; }
.ns-faq summary::-webkit-details-marker { display: none; }
.ns-faq summary:after { content: '+'; position: absolute; right: 10px; color: var(--ns-bronze); font-size: 28px; font-weight: 300; }
.ns-faq details[open] summary:after { content: '–'; }
.ns-faq details p { padding: 0 50px 25px 0; }
.ns-form-layout aside ol { margin: 30px 0; padding: 0; list-style: none; }
.ns-form-layout aside li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; }
.ns-form-layout aside li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ns-bronze); border-radius: 50%; color: var(--ns-bronze); }
.ns-form { padding: 36px; border: 1px solid var(--ns-line); border-radius: 18px; background: var(--ns-navy); }
.ns-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ns-form-section-title { margin: 42px 0 22px; padding-bottom: 14px; border-bottom: 1px solid var(--ns-line); color: var(--ns-ivory); font-size: 20px !important; letter-spacing: -.015em !important; }
.ns-form-section-title:first-of-type { margin-top: 0; }
.ns-form-section-title span { margin-right: 10px; color: var(--ns-bronze); font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.ns-form label { margin-bottom: 18px; display: block; color: #dfe4e8; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.ns-form label > span { color: var(--ns-bronze); }
.ns-form label small { float: right; color: var(--ns-muted); font-weight: 400; }
.ns-form input:not([type="checkbox"]), .ns-form select, .ns-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--ns-line); border-radius: 6px; background: #0a1119; color: var(--ns-ivory); font: inherit; font-size: 15px; }
.ns-form input:focus, .ns-form select:focus, .ns-form textarea:focus { outline: 2px solid var(--ns-bronze); outline-offset: 2px; }
.ns-consent { display: flex !important; gap: 12px; align-items: flex-start; }
.ns-consent input { margin-top: 5px; }
.ns-consent > span { color: var(--ns-muted) !important; font-weight: 400; line-height: 1.5; }
.ns-form-options { margin: 4px 0 20px; padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; border: 1px solid var(--ns-line); border-radius: 8px; background: rgba(255,255,255,.02); }
.ns-form-options .ns-consent { margin: 0; }
.ns-button--whatsapp { margin-top: 12px; border-color: rgba(37,211,102,.55); background: rgba(37,211,102,.14); color: #dfffea !important; }
.ns-button--whatsapp:hover { border-color: #25d366; background: rgba(37,211,102,.22); }
.ns-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.ns-form-message { margin-bottom: 18px; padding: 20px; border-radius: 8px; }
.ns-form-message p { margin-bottom: 0; }
.ns-form-message--success { border: 1px solid rgba(104,190,138,.5); background: rgba(104,190,138,.1); }
.ns-form-message--error { border: 1px solid rgba(220,112,112,.5); background: rgba(220,112,112,.1); }
.ns-prose { max-width: 850px; }
.ns-prose h2 { margin: 55px 0 16px; font-size: 34px; }
.ns-prose p { font-size: 18px; }
.ns-prose strong { color: var(--ns-ivory); }

body #header-outer { background: rgba(7,11,16,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
body #header-outer[data-lhe="default"] #top nav > ul > li > a,
body #header-outer #top .span_9 > .slide-out-widget-area-toggle a.using-label .label { color: var(--ns-ivory) !important; }
body #header-outer #logo { color: var(--ns-ivory) !important; font-weight: 700; letter-spacing: -.03em; }
body #header-outer #top nav > ul > li:last-child > a { padding-inline: 18px !important; border-radius: 4px; background: var(--ns-bronze); color: var(--ns-ink) !important; }
body #footer-outer { border-top: 1px solid var(--ns-line); background: #05080c; color: var(--ns-muted); }
body #footer-outer a { color: var(--ns-ivory); }
.ns-footer-links { display: inline-flex; flex-wrap: wrap; gap: 8px 18px; margin-left: 24px; }
.ns-footer-links a { font-size: 12px; letter-spacing: .04em; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ns-bronze) !important; outline-offset: 3px !important; }

@media (max-width: 1000px) {
  .ns-hero { min-height: 0; padding-top: 140px; }
  .ns-hero__grid, .ns-section-heading, .ns-split, .ns-availability, .ns-vehicle-layout, .ns-two-column, .ns-area-grid, .ns-form-layout { grid-template-columns: 1fr; gap: 55px; }
  .ns-card-grid, .ns-rate-grid { grid-template-columns: 1fr; }
  .ns-service-card { min-height: 260px; }
  .ns-orbit { margin-inline: auto; }
  .ns-home-interior { min-height: 460px; }
  .ns-home-interior img { min-height: 460px; }
  .ns-hero-vehicle { min-height: 470px; }
  .ns-hero-vehicle > img { min-height: 470px; }
  .ns-vehicle-photo { position: relative; top: auto; }
  .ns-interior-card--panorama { min-height: 560px; }
}

@media (max-width: 690px) {
  .ns-shell { width: min(100% - 30px, 1240px); }
  .ns-hero { padding: 125px 0 70px; }
  .ns-section, .ns-page-section { padding: 75px 0; }
  .ns-page-hero { padding: 145px 0 70px; }
  .ns-page-hero h1 { font-size: 52px; }
  .ns-hero__glow { display: none; }
  .ns-hero-card, .ns-form, .ns-detail-card { padding: 26px; }
  .ns-hero-vehicle { min-height: 0; margin-top: 46px; overflow: visible; border-radius: 15px; background: transparent; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
  .ns-hero-vehicle:before { border-radius: 15px; background: linear-gradient(180deg, transparent 48%, rgba(5,8,13,.92) 100%); }
  .ns-hero-vehicle > img { min-height: 0; height: auto; aspect-ratio: 3 / 2; position: relative; border-radius: 15px; object-fit: cover; object-position: center; }
  .ns-hero-vehicle figcaption { padding: 22px; display: block; }
  .ns-hero-vehicle__identity strong { font-size: 25px; }
  .ns-hero-vehicle__identity small { font-size: 11px; }
  .ns-hero-vehicle__facts { margin-top: 17px; gap: 15px; }
  .ns-hero-vehicle__facts div { min-width: 60px; padding-left: 10px; }
  .ns-hero-vehicle__facts strong { font-size: 21px; }
  .ns-hero-vehicle__facts span { font-size: 8px; }
  .ns-hero-vehicle__facts a { margin-left: auto; padding: 9px 11px; font-size: 8px; }
  .ns-vehicle-photo { min-height: 350px; }
  .ns-vehicle-photo img { min-height: 350px; }
  .ns-home-interior { min-height: 340px; }
  .ns-home-interior img { min-height: 340px; }
  .ns-home-interior figcaption { padding: 24px; }
  .ns-home-interior figcaption strong { font-size: 23px; }
  .ns-interior-section { padding: 78px 0; }
  .ns-interior-gallery, .ns-comfort-strip { grid-template-columns: 1fr; }
  .ns-interior-card, .ns-interior-card--panorama { min-height: 430px; grid-column: auto; }
  .ns-interior-card--panorama { min-height: 480px; }
  .ns-interior-card > div { padding: 28px; }
  .ns-interior-card h3 { font-size: 30px; }
  .ns-comfort-strip { gap: 1px; }
  .ns-comfort-strip article { min-height: 0; }
  .ns-detail-card { grid-template-columns: 1fr; gap: 18px; }
  .ns-form-row, .ns-form-options, .ns-fact-grid { grid-template-columns: 1fr; }
  .ns-actions, .ns-cta__inner, .ns-page-cta .ns-shell { align-items: stretch; flex-direction: column; }
  .ns-button { width: 100%; }
  .ns-schedule > div { flex-direction: column; gap: 4px; }
  .ns-footer-links { margin: 12px 0 0; display: flex; }
}

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