:root {
  --navy: #0a1b40;
  --deep: #061126;
  --ink: #232323;
  --heading: #545454;
  --muted: #626a76;
  --soft: #f2f3f5;
  --white: #ffffff;
  --line: #d9dce2;
  --shell: min(1200px, calc(100vw - 40px));
  --sans: Montserrat, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button { color: inherit; cursor: pointer; font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #8fb4ff; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; background: var(--white); color: var(--navy); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 40; height: 74px; border-bottom: 1px solid rgba(255,255,255,.2); background: var(--navy); color: var(--white); }
.header-inner { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 196px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a, .menu-toggle { color: inherit; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: #cad4e8; }
.nav-cta { border: 1px solid rgba(255,255,255,.6); padding: 9px 14px; }
.menu-toggle { display: none; align-items: center; gap: 10px; border: 0; padding: 8px 0; background: transparent; }
.hamburger { display: grid; width: 26px; gap: 5px; }
.hamburger i { height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-open .hamburger i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .hamburger i:nth-child(2) { opacity: 0; }
.menu-open .hamburger i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 74px 0 0; z-index: 35; visibility: hidden; opacity: 0; background: var(--deep); color: var(--white); transition: opacity .2s ease, visibility .2s; }
.menu-open .mobile-menu { visibility: visible; opacity: 1; }
.mobile-menu-inner { display: grid; align-content: space-between; width: var(--shell); min-height: 100%; margin: auto; padding: 48px 0; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { border-bottom: 1px solid rgba(255,255,255,.16); padding: 14px 0; font-size: clamp(1.65rem, 7vw, 3rem); font-weight: 300; line-height: 1.15; text-decoration: none; }
.mobile-menu-contact { display: grid; gap: 8px; margin-top: 36px; color: #c8cfdd; font-size: .86rem; overflow-wrap: anywhere; }

h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; color: var(--heading); font-weight: 300; letter-spacing: -.025em; line-height: 1.05; }
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
h3 { font-size: 1.35rem; }
.eyebrow, .card-type { margin: 0 0 14px; color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light, .card-type.light, .text-link.light { color: var(--white); }
.lede { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.55; }
.section { padding: clamp(66px, 7vw, 104px) 0; }
.section-soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: 54px; margin-bottom: 44px; }
.section-head h2, .history-grid h2, .editorial-grid h2 { margin-bottom: 0; }
.section-head.compact { margin-bottom: 32px; }
.action-row { margin: 34px 0 0; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--navy); border-radius: 2px; padding: 11px 18px; background: var(--navy); color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.button:hover { background: #18325f; border-color: #18325f; }
.button-white { background: var(--white); border-color: var(--white); color: var(--navy); }
.button-white:hover { background: #e7eaf0; border-color: #e7eaf0; }
.button-outline { border-color: rgba(255,255,255,.8); background: transparent; }
.button-outline:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.button-quiet { background: transparent; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link::after { content: "→"; font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }

.home-hero { position: relative; min-height: clamp(620px, calc(100svh - 74px), 850px); display: flex; align-items: flex-end; overflow: hidden; background: var(--deep); color: var(--white); }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-shade, .model-hero-shade, .page-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,10,25,.08) 18%, rgba(3,10,25,.84) 100%); }
.home-hero-content { position: relative; z-index: 2; padding: 110px 0 66px; }
.home-hero h1 { max-width: 880px; margin-bottom: 22px; color: var(--white); font-size: clamp(3rem, 7.2vw, 6.8rem); }
.hero-copy { max-width: 700px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.home-gateway { padding: 28px 0 54px; background: var(--soft); }
.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gateway { min-height: 400px; display: grid; grid-template-columns: 1fr; align-content: end; position: relative; overflow: hidden; border: 1px solid var(--line); text-decoration: none; }
.gateway > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gateway:hover > img { transform: scale(1.02); }
.gateway > div { position: relative; z-index: 2; padding: 28px; }
.gateway h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.gateway p { max-width: 520px; margin: 0 0 18px; }
.gateway-current { background: var(--navy); color: var(--white); }
.gateway-current::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,27,64,.12), rgba(10,27,64,.92)); content: ""; }
.gateway-current h2 { color: var(--white); }
.gateway-preowned { grid-template-columns: 1.05fr .95fr; align-content: stretch; background: var(--white); }
.gateway-preowned > img { position: relative; grid-column: 1; min-height: 398px; }
.gateway-preowned > div { grid-column: 2; align-self: center; color: var(--ink); }

.index-intro { padding: clamp(62px, 8vw, 100px) 0; }
.current-index-intro { background: var(--navy); color: var(--white); }
.current-index-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.current-index-grid h1 { margin-bottom: 20px; color: var(--white); }
.current-index-grid .button { margin-top: 28px; }
.current-index-image { aspect-ratio: 4 / 3; overflow: hidden; }
.current-index-image img { width: 100%; height: 114%; object-fit: cover; object-position: center top; }

.model-card-grid, .listing-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.model-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); color: var(--ink); text-decoration: none; }
.model-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy); }
.model-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.model-card:hover .model-card-media img { transform: scale(1.02); }
.model-card-graphic { display: grid; place-items: center; background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 32px 32px; }
.model-card-graphic span { color: rgba(255,255,255,.8); font-size: clamp(3rem, 7vw, 6rem); font-weight: 200; letter-spacing: -.06em; }
.model-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.model-card-body h3 { margin-bottom: 18px; }
.model-card-body dl { margin: 0 0 22px; }
.model-card-body dl div { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; border-top: 1px solid var(--line); padding: 8px 0; }
.model-card-body dt, .model-card-body dd { margin: 0; font-size: .76rem; line-height: 1.35; }
.model-card-body dt { color: var(--muted); text-transform: uppercase; }
.model-card-body dd { text-align: right; }
.model-card-body .text-link { margin-top: auto; }
.model-card.compact .model-card-body dl div:nth-child(n+3) { display: none; }
.home-model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.listing-index-intro { padding: clamp(64px, 8vw, 110px) 0; background: var(--white); }
.listing-index-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; }
.listing-index-grid h1 { margin-bottom: 24px; color: var(--navy); }
.listing-index-grid .button { margin-top: 28px; }
.featured-listing { display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid var(--line); }
.featured-listing img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.featured-listing > div { align-self: center; padding: 28px; }
.featured-listing h2 { font-size: 1.7rem; }
.listing-card { display: flex; flex-direction: column; border: 1px solid #cdd1d8; background: var(--white); color: var(--ink); text-decoration: none; }
.listing-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.listing-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.listing-card-media.watermark-crop img { height: 109%; object-position: center top; }
.listing-card:hover .listing-card-media img { transform: scale(1.02); }
.status-label { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: var(--white); color: var(--navy); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.listing-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.listing-card-body h3 { margin-bottom: 4px; }
.listing-year { margin: 0 0 18px; color: var(--muted); }
.listing-card-body dl { margin: 0 0 20px; }
.listing-card-body dl div { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; border-top: 1px solid var(--line); padding: 9px 0; }
.listing-card-body dt, .listing-card-body dd { margin: 0; font-size: .8rem; }
.listing-card-body dt { color: var(--muted); }
.listing-card-body dd { overflow-wrap: anywhere; font-weight: 600; }
.listing-card-body .text-link { margin-top: auto; }

.model-hero { position: relative; min-height: clamp(600px, calc(100svh - 74px), 850px); display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: var(--white); }
.model-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.model-hero-content { position: relative; z-index: 2; padding: 100px 0 62px; }
.model-hero h1 { max-width: 900px; margin: 14px 0 20px; color: var(--white); font-size: clamp(3rem, 7vw, 6.4rem); }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.back-link.dark { color: var(--navy); }
.model-blank-hero { background: var(--navy); }
.model-blueprint { position: absolute; inset: 0; display: grid; place-items: center; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 48px 48px; }
.model-blueprint::before { width: min(820px, 76vw); aspect-ratio: 3 / 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.model-blueprint span { position: absolute; color: rgba(255,255,255,.12); font-size: clamp(8rem, 24vw, 20rem); font-weight: 200; letter-spacing: -.08em; }
.model-hero.watermark-crop .model-hero-media { top: 0; bottom: auto; height: 109%; object-position: center top; }
.model-card-media.watermark-crop img { height: 109%; object-position: center top; }

.anchor-nav { position: sticky; top: 0; z-index: 25; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.anchor-nav .shell { display: flex; flex-wrap: wrap; align-items: center; gap: 0 26px; padding: 11px 0; }
.anchor-nav a { padding: 5px 0; color: var(--navy); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(290px, .6fr); gap: 72px; }
.detail-grid h2 { margin-bottom: 26px; }
.prose { max-width: 780px; }
.prose p { margin: 0 0 1.25em; color: #3d424b; }
.prose h2 { margin: 2.2em 0 .6em; font-size: 1.8rem; }
.overview-facts { margin: 28px 0 0; border-top: 1px solid var(--line); }
.overview-facts div { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.45fr); gap: 22px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.overview-facts dt { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.overview-facts dd { margin: 0; overflow-wrap: anywhere; white-space: pre-line; color: var(--navy); font-size: .92rem; }
.notice { margin-top: 28px !important; border-left: 3px solid var(--navy); padding: 8px 0 8px 18px; color: var(--muted) !important; font-size: .88rem; }
.model-enquiry-card { align-self: start; border: 1px solid var(--navy); padding: 30px; background: var(--navy); color: var(--white); }
.model-enquiry-card h3 { color: var(--white); font-size: 1.8rem; }
.model-enquiry-card p:not(.card-type) { color: #d6dce8; }
.quick-specs, .listing-facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.quick-specs div, .listing-facts div { min-width: 0; min-height: 126px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; }
.quick-specs dt, .listing-facts dt { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quick-specs dd, .listing-facts dd { margin: 12px 0 0; overflow-wrap: anywhere; color: var(--navy); font-size: 1rem; line-height: 1.35; }
.empty-note { border: 1px solid var(--line); padding: 28px; color: var(--muted); }

.listing-intro { padding: clamp(48px, 6vw, 84px) 0; background: var(--white); }
.listing-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 62px; }
.listing-title-block h1 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2.6rem, 5.4vw, 5rem); }
.listing-location { margin: 0; color: var(--muted); font-size: 1.05rem; }
.listing-price { margin: 8px 0 12px; color: var(--navy); font-size: clamp(1.5rem, 2.6vw, 2.3rem); font-weight: 500; }
.status-line { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 26px; color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.listing-lead { aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.listing-lead img { width: 100%; height: 100%; object-fit: cover; }
.listing-lead.watermark-crop img { height: 109%; object-position: center top; }
.listing-contact-card { align-self: start; border: 1px solid var(--line); padding: 28px; background: var(--white); }
.listing-contact-card h3 { color: var(--navy); font-size: 1.65rem; }
.listing-contact-card a { display: block; margin-top: 10px; overflow-wrap: anywhere; color: var(--navy); }
.listing-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.gallery-lead { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--deep); }
.gallery-lead img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 6px 9px; background: rgba(6,17,38,.82); color: var(--white); font-size: .7rem; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.gallery-thumb { aspect-ratio: 4 / 3; overflow: hidden; border: 2px solid transparent; border-radius: 0; padding: 0; background: var(--deep); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.gallery-thumb:hover img, .gallery-thumb:focus-visible img, .gallery-thumb.active img { opacity: 1; }
.gallery-thumb.active { border-color: var(--navy); }
.gallery-lead.watermark-crop img, .gallery-thumb.watermark-crop img { height: 109%; object-position: center top; }
.gallery-lightbox { width: min(96vw, 1500px); max-width: none; height: min(94vh, 980px); max-height: none; border: 0; border-radius: 0; padding: 16px; background: var(--deep); color: var(--white); }
.gallery-lightbox::backdrop { background: rgba(1,6,16,.94); }
.lightbox-head { height: 44px; display: flex; align-items: center; justify-content: space-between; }
.lightbox-head p { margin: 0; color: #c1cadb; font-size: .72rem; }
.lightbox-head button, .lightbox-stage button { border: 1px solid rgba(255,255,255,.5); border-radius: 0; padding: 8px 11px; background: transparent; color: var(--white); font-size: .68rem; text-transform: uppercase; }
.lightbox-stage { height: calc(100% - 44px); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.lightbox-image-frame { width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: hidden; }
.lightbox-image-frame img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-lightbox.watermark-crop .lightbox-image-frame img { transform: scale(1.22); transform-origin: center top; }

.spec-groups { display: grid; gap: 10px; }
.spec-group { border: 1px solid var(--line); background: var(--white); }
.spec-group summary { display: flex; justify-content: space-between; align-items: center; list-style: none; padding: 19px 22px; color: var(--navy); font-size: 1.05rem; font-weight: 600; cursor: pointer; }
.spec-group summary::-webkit-details-marker { display: none; }
.spec-group summary::after { content: "+"; font-size: 1.2rem; }
.spec-group[open] summary::after { content: "Close"; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.spec-table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 22px 18px; }
.spec-row { display: grid; grid-template-columns: minmax(105px, .65fr) minmax(0, 1.35fr); gap: 16px; border-top: 1px solid var(--line); padding: 11px 0; }
.spec-row:nth-child(odd) { padding-right: 20px; }
.spec-row:nth-child(even) { border-left: 1px solid var(--line); padding-left: 20px; }
.spec-key { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.spec-value { overflow-wrap: anywhere; white-space: pre-line; font-size: .83rem; }

.page-header { padding: clamp(68px, 8vw, 116px) 0; background: var(--soft); }
.page-header h1 { max-width: 1000px; margin-bottom: 24px; color: var(--navy); }
.compact-header { padding-bottom: 70px; }
.page-visual-header { position: relative; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.page-visual-header > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-visual-header > .shell { position: relative; z-index: 2; padding-bottom: 62px; }
.page-visual-header h1 { margin-bottom: 20px; color: var(--white); }
.history-grid, .editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.article-header time { color: var(--muted); font-size: .82rem; }
.article-body { max-width: 820px; }
.article-body .summary { margin: 0; color: var(--heading); font-size: clamp(1.3rem, 2.3vw, 1.9rem); line-height: 1.45; }
.source-panel { margin-top: 44px; border: 1px solid var(--line); padding: 28px; background: var(--soft); }
.source-panel h2 { margin-bottom: 10px; font-size: 1.6rem; }
.source-panel .button { margin-top: 12px; }
.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); padding: 24px 0; text-decoration: none; }
.news-item h3 { margin: 0; }
.news-date { color: var(--muted); font-size: .78rem; }

.contact-section, .contact-profile { padding: clamp(62px, 7vw, 96px) 0; background: var(--navy); color: var(--white); }
.contact-grid, .contact-profile-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.contact-section h2, .contact-profile h2 { margin-bottom: 18px; color: var(--white); }
.contact-section .lede { color: #d7ddea; }
.contact-actions { display: grid; }
.contact-action { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.25); padding: 16px 0; color: var(--white); text-decoration: none; }
.contact-action span { min-width: 0; overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.45rem); }
.contact-action small { flex: 0 0 auto; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-profile address { font-style: normal; }

.site-footer { padding: 62px 0 24px; background: #222222; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.footer-logo { width: 200px; }
.footer-blurb { max-width: 330px; color: #c8c8c8; }
.footer-nav { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 24px; }
.footer-nav h2 { margin-bottom: 12px; color: #aeb4be; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a, .footer-nav address { display: block; margin: 7px 0; overflow-wrap: anywhere; color: #e2e2e2; font-size: .82rem; font-style: normal; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; border-top: 1px solid #484848; padding-top: 20px; color: #aaa; font-size: .72rem; }
.not-found { min-height: 500px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .current-index-grid, .listing-index-grid { gap: 38px; }
  .model-card-grid, .listing-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quick-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .detail-grid { gap: 42px; }
}

@media (max-width: 850px) {
  .gateway-preowned, .current-index-grid, .listing-index-grid, .featured-listing, .detail-grid, .history-grid, .editorial-grid, .contact-grid, .contact-profile-grid, .footer-grid { grid-template-columns: 1fr; }
  .gateway-preowned > img, .gateway-preowned > div { grid-column: 1; }
  .gateway-preowned > img { min-height: 260px; }
  .gateway-preowned > div { padding: 24px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .current-index-image { max-height: 380px; }
  .listing-intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .listing-title-block { order: 1; }
  .listing-lead { order: 0; }
  .listing-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .spec-table { grid-template-columns: 1fr; }
  .spec-row:nth-child(odd), .spec-row:nth-child(even) { border-left: 0; padding-inline: 0; }
  .aside-card, .model-enquiry-card { position: static; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 74px; }
  [id] { scroll-margin-top: 74px; }
  .site-header { height: 58px; }
  .brand { width: 154px; }
  .mobile-menu { inset: 58px 0 0; }
  .section { padding: 58px 0; }
  .home-hero { min-height: 700px; }
  .home-hero-content { padding-bottom: 42px; }
  .home-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway { min-height: 380px; }
  .gateway-preowned { min-height: 0; }
  .gateway-preowned > img { min-height: 240px; }
  .index-intro, .listing-index-intro { padding: 54px 0; }
  .model-card-grid, .listing-card-grid, .home-model-grid { grid-template-columns: 1fr; }
  .model-card-body dl div { grid-template-columns: 1fr 1.1fr; }
  .model-hero { min-height: 690px; }
  .model-hero-content { padding-bottom: 42px; }
  .model-hero h1 { font-size: clamp(2.55rem, 12vw, 4.1rem); }
  .anchor-nav { position: relative; }
  .anchor-nav .shell { gap: 6px 18px; padding: 10px 0; }
  .anchor-nav a { padding: 3px 0; font-size: .62rem; }
  .quick-specs, .listing-facts { grid-template-columns: 1fr; }
  .quick-specs div, .listing-facts div { min-height: 0; padding: 18px; }
  .listing-intro { padding: 38px 0 50px; }
  .listing-title-block h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .gallery-lead { aspect-ratio: 4 / 3; }
  .gallery-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-lightbox { width: 100vw; height: 100vh; max-height: 100vh; padding: 12px; }
  .lightbox-stage { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .lightbox-image-frame { grid-column: 1 / -1; grid-row: 1; height: auto; aspect-ratio: 4 / 3; align-self: center; }
  .lightbox-stage button { grid-row: 2; }
  .spec-row { grid-template-columns: 1fr; gap: 4px; }
  .overview-facts div { grid-template-columns: 1fr; gap: 5px; }
  .news-item { grid-template-columns: 1fr; gap: 8px; }
  .news-item .text-link { margin-top: 6px; }
  .contact-action { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-action span { max-width: 100%; font-size: .95rem; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-visual-header { min-height: 590px; }
}

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

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