:root {
  --bg: #fafbfc;
  --paper: #ffffff;
  --ink: #172126;
  --muted: #63727a;
  --line: #dfe6e8;
  --line-strong: #c8d3d7;
  --dark: #091216;
  --dark-2: #111c21;
  --accent: #0a7480;
  --accent-dark: #07545e;
  --sport: #c83236;
  --soft: #eaf2f3;
  --shadow: 0 18px 38px rgba(18, 31, 35, 0.12);
  --radius: 8px;
  --container: 1180px;
  --font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --display-font: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 18, 22, 0.98);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 195px;
  letter-spacing: 0;
}

.brand-name {
  color: #fff;
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name span {
  color: #54b4bf;
}

.brand-note {
  color: #a9b6bb;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-left: auto;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 12px;
  color: #dbe4e7;
  font-family: var(--display-font);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  border-bottom: 3px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
  border-bottom-color: var(--accent);
}

.header-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: #fff;
  font-family: var(--display-font);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(84, 180, 191, 0.7);
  border-radius: 4px;
}

.header-action:hover {
  background: rgba(84, 180, 191, 0.14);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 560px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(4, 9, 11, 0.35) 0%, rgba(4, 9, 11, 0.16) 38%, rgba(4, 9, 11, 0) 68%), url("../../images/hero-editorial.png");
  background-position: center 52%;
  background-size: cover;
}

.hero-inner {
  display: grid;
  align-items: center;
  min-height: 560px;
  padding: 54px 0 58px;
}

.hero-copy {
  max-width: 600px;
}

.hero h1,
.inner-hero h1 {
  margin: 0 0 20px;
  color: inherit;
  font-family: var(--display-font);
  font-size: clamp(34px, 3.05vw, 56px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 span:first-child {
  white-space: nowrap;
}

.hero p {
  max-width: 430px;
  margin-bottom: 28px;
  color: #d9e2e5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.hero .btn {
  background: rgba(3, 11, 14, 0.26);
  border-color: #5bb8c2;
  color: #fff;
}

.hero .btn:hover {
  background: rgba(10, 116, 128, 0.22);
  border-color: #6fd2dc;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-family: var(--display-font);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: var(--ink);
  background: #e8f0f2;
  border-color: #e8f0f2;
}

.spec-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.spec-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.spec-tile {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 20px;
  border-right: 1px solid var(--line);
}

.spec-tile:last-child {
  border-right: 0;
}

.spec-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #11191d;
}

.spec-kicker {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
}

.spec-value {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.section {
  padding: 38px 0;
}

.section-tight {
  padding: 36px 0;
}

.section-white {
  background: var(--paper);
}

.section-dark {
  background: var(--dark);
  color: #fff;
}

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

.section-head h2,
.section-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(23px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.section-dark .section-head h2,
.section-dark .section-title,
.section-dark h2,
.section-dark h3 {
  color: #fff;
}

.section-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.section-dark .section-lead {
  color: #b7c7cc;
}

.text-link,
.link-arrow {
  color: var(--accent);
  font-weight: 850;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 8px;
  margin-left: 8px;
  background: linear-gradient(currentColor, currentColor) left 3px / 16px 2px no-repeat;
  clip-path: polygon(0 0, 78% 0, 78% -50%, 100% 50%, 78% 150%, 78% 100%, 0 100%);
}

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

.article-card,
.photo-card,
.small-card,
.owner-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(18, 31, 35, 0.05);
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
}

.article-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 15px 13px;
}

.tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 4px 7px;
  color: #fff;
  background: var(--accent);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.article-card p {
  color: var(--muted);
  font-size: 14px;
}

.meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  color: #7a898f;
  font-size: 12px;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.34fr);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
}

.feature-copy h2 {
  margin: 0 0 16px;
  font-family: var(--display-font);
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.1;
  text-transform: uppercase;
}

.feature-copy p {
  color: var(--muted);
}

.feature-media {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--dark);
}

.feature-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.feature-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  margin: 0;
  padding: 0;
  color: #dce7ea;
  background: var(--dark);
  list-style: none;
}

.feature-facts li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
  padding: 13px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-facts li:nth-child(even) {
  border-right: 0;
}

.feature-facts strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.feature-facts span {
  margin-top: 3px;
  color: #aebfc4;
  font-size: 12px;
  line-height: 1.3;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.two-columns > *,
.content-grid > *,
.about-grid > * {
  min-width: 0;
}

.owner-list {
  display: grid;
  gap: 14px;
}

.owner-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--dark-2));
  border-radius: 50%;
  font-weight: 900;
}

.owner-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.owner-card small {
  color: var(--muted);
}

.owner-card p {
  margin: 10px 0 0;
  color: #344147;
  font-size: 14px;
}

#owners {
  font-family: "Segoe UI", Arial, sans-serif;
}

#owners .two-columns > div {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

#owners .section-head {
  align-items: flex-start;
  min-height: 64px;
  margin-bottom: 16px;
}

#owners .owner-list {
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 100%;
}

#owners .owner-card {
  align-content: start;
}

#owners .owner-card h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

#owners .owner-card small {
  font-size: 12px;
  line-height: 1.4;
}

#owners .owner-card p {
  font-size: 14px;
  line-height: 1.55;
}

#owners .compare-wrap {
  display: flex;
  height: 100%;
}

#owners .compare-table {
  height: 100%;
  font-family: "Segoe UI", Arial, sans-serif;
}

#owners .compare-table th {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

#owners .compare-table td {
  font-size: 13px;
  line-height: 1.45;
}

.compare-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(18, 31, 35, 0.06);
}

table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table {
  table-layout: fixed;
  min-width: 0;
}

th,
td {
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}

th {
  color: #435157;
  background: #f7fafb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

td {
  font-size: 14px;
}

tr:last-child td {
  border-bottom: 0;
}

.highlight-col {
  color: var(--ink);
  background: #edf8fa;
  font-weight: 850;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.photo-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

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

.photo-card figcaption {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 9px 11px;
  color: #243238;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

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

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-item summary {
  position: relative;
  min-height: 54px;
  padding: 16px 48px 16px 18px;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 15px;
}

.updated {
  color: var(--muted);
  font-size: 14px;
}

.inner-hero {
  color: #fff;
  background: linear-gradient(135deg, rgba(9, 18, 22, 0.96), rgba(13, 55, 62, 0.94)), url("../../images/exterior-side.jpg") center / cover;
}

.inner-hero .container {
  padding: 54px 0 58px;
}

.inner-hero h1 {
  max-width: 860px;
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 52px);
}

.inner-hero p {
  max-width: 760px;
  color: #c9d8dc;
  font-size: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #a8c6cd;
  font-size: 13px;
}

.breadcrumbs a {
  color: #fff;
  font-weight: 800;
}

.breadcrumbs span::before {
  content: "/";
  margin-right: 8px;
  color: #6e9299;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.note-panel,
.data-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}

.note-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  column-gap: 36px;
  row-gap: 10px;
  align-items: start;
}

.note-panel h2,
.note-panel p,
.note-panel .btn {
  grid-column: 1;
}

.note-panel p {
  margin: 0;
}

.note-panel .check-list {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  margin: 0;
  padding: 18px 20px;
  background: var(--soft);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
}

.note-panel .btn {
  justify-self: start;
  margin-top: 4px;
}

.note-panel h2,
.data-card h2,
.data-card h3 {
  margin: 0 0 12px;
  font-family: var(--display-font);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.note-panel h2 {
  margin-bottom: 0;
}

.note-panel p,
.data-card p {
  color: var(--muted);
}

.specs-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.specs-layout > * {
  min-width: 0;
  height: 100%;
}

.specs-layout .data-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid var(--accent);
}

.specs-layout .data-card p {
  margin: 0;
  line-height: 1.6;
}

.data-table {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: "Segoe UI", Arial, sans-serif;
}

.data-table caption {
  padding: 16px 18px;
  text-align: left;
  color: var(--ink);
  background: #f7fafb;
  border-bottom: 1px solid var(--line);
  font-family: var(--display-font);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.specs-layout .data-table table {
  height: 100%;
}

.data-table td:first-child {
  width: 42%;
  color: #46545a;
  font-weight: 600;
}

.data-table td:last-child {
  color: var(--ink);
  font-weight: 700;
}

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

.trim-card {
  min-height: 100%;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trim-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.trim-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.gallery-section {
  display: grid;
  gap: 16px;
}

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

.gallery-card {
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.gallery-card span {
  display: block;
  padding: 13px 15px;
  color: #3a474d;
  font-weight: 800;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 26px;
  background: rgba(4, 8, 10, 0.88);
}

.lightbox.open {
  display: grid;
}

.lightbox-panel {
  position: relative;
  width: min(1120px, 100%);
  background: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #05090b;
}

.lightbox-caption {
  padding: 14px 18px;
  color: #dce7ea;
}

.lightbox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 19px;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  gap: 30px;
}

.editorial-text {
  color: #304047;
}

.editorial-text h2 {
  margin: 34px 0 12px;
  font-size: 26px;
  line-height: 1.15;
  text-transform: uppercase;
}

.editorial-text h2:first-child {
  margin-top: 0;
}

.side-rail {
  display: grid;
  gap: 18px;
}

.small-card {
  padding: 20px;
}

.small-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.small-card p,
.small-card li {
  color: var(--muted);
}

.small-card ul {
  margin: 0;
  padding-left: 18px;
}

.error-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 72px);
  padding: 50px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(4, 9, 11, 0.86), rgba(4, 9, 11, 0.28)), url("../../images/exterior-rear.jpg") center / cover;
}

.error-box {
  width: min(640px, calc(100% - 40px));
}

.error-code {
  display: block;
  color: #6fd0db;
  font-size: clamp(78px, 14vw, 160px);
  font-weight: 900;
  line-height: 0.9;
}

.error-box h1 {
  margin: 16px 0 16px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
  text-transform: uppercase;
}

.error-box p {
  color: #d7e2e5;
  font-size: 18px;
}

.site-footer {
  color: #d8e2e5;
  background: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) repeat(3, minmax(0, 0.72fr));
  gap: 32px;
  padding: 42px 0 34px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 13px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-footer h2 {
  font-size: 24px;
}

.site-footer h2 span {
  color: #54b4bf;
}

.site-footer p {
  color: #aab8bd;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #b9c6ca;
  font-size: 14px;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: #7f9198;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

@media (max-width: 1020px) {
  .header-action {
    display: none;
  }

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

  .spec-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spec-tile {
    border-bottom: 1px solid var(--line);
  }

  .feature-split,
  .two-columns,
  .content-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .gallery-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-note {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 14px 18px;
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

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

  .main-nav a {
    min-height: 48px;
    padding: 0 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero,
  .hero-inner {
    min-height: 500px;
  }

  .hero {
    background-image: linear-gradient(90deg, rgba(4, 9, 11, 0.92), rgba(4, 9, 11, 0.46)), url("../../images/hero-editorial.png");
    background-position: 58% center;
  }

  .hero-copy {
    max-width: 330px;
  }

  .hero h1,
  .inner-hero h1 {
    font-size: 27px;
  }

  .hero h1 span:first-child {
    white-space: normal;
  }

  .hero p,
  .inner-hero p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero p {
    max-width: 330px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .spec-strip-grid,
  .article-grid,
  .faq-grid,
  .gallery-grid,
  .trim-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .spec-tile {
    border-right: 0;
  }

  .section {
    padding: 38px 0;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .feature-copy {
    padding: 24px;
  }

  .feature-media img {
    min-height: 0;
  }

  .note-panel,
  .specs-layout {
    grid-template-columns: 1fr;
  }

  .note-panel > * {
    grid-column: 1;
    grid-row: auto;
  }

  .note-panel .check-list {
    grid-column: 1;
    grid-row: auto;
    margin-top: 6px;
  }

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

  .owner-card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  th,
  td {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
