/* Subpage layout — legal, blog, fleet detail */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 10px 18px;
  background: var(--red-500);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.nav--solid {
  background: rgba(250,247,241,0.96);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px -16px rgba(7,14,24,0.2);
}
.nav--solid .nav__logo-img img { height: clamp(56px, 5vw, 72px) !important; }

.subpage__main {
  padding: clamp(48px, 8vw, 96px) 0 clamp(72px, 10vw, 120px);
  min-height: 60vh;
  background: var(--ivory);
}

.breadcrumbs {
  font-size: .8rem;
  color: var(--ink-500);
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.breadcrumbs a { color: var(--ink-500); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red-500); }
.breadcrumbs span { color: var(--navy-900); font-weight: 500; }

.subpage article,
.subpage__content {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink-700);
  font-size: 1.04rem;
  line-height: 1.75;
}

.subpage article h1,
.subpage__content h1 {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--navy-900);
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.subpage article h2,
.subpage__content h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: var(--navy-900);
  margin: 48px 0 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.subpage article h3,
.subpage__content h3 {
  font-family: var(--ff-body);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--red-500);
  margin: 32px 0 12px;
  letter-spacing: 0.01em;
}
.subpage article p { margin: 0 0 18px; }
.subpage article ul,
.subpage article ol { padding-left: 22px; margin: 0 0 20px; }
.subpage article li { margin-bottom: 8px; }
.subpage article strong { color: var(--navy-900); font-weight: 600; }
.subpage article em { color: var(--ink-700); font-style: italic; }
.subpage article a { color: var(--red-500); font-weight: 500; }
.subpage article a:hover { color: var(--red-600); text-decoration: underline; }
.subpage article blockquote {
  border-left: 3px solid var(--red-500);
  padding: 14px 20px;
  margin: 24px 0;
  background: var(--cream);
  color: var(--ink-700);
  font-style: italic;
  font-size: 1.05rem;
  border-radius: 0 8px 8px 0;
}
.subpage article blockquote p { margin: 0; }

.content-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: .9rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(7,14,24,0.05);
}
.content-table th {
  background: var(--navy-900);
  color: var(--ivory);
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.content-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.content-table tbody tr:last-child td { border-bottom: none; }
.content-table tbody tr:nth-child(even) { background: var(--cream); }

.subpage__cta {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-700));
  padding: clamp(32px, 5vw, 56px);
  border-radius: 16px;
  color: var(--ink-300);
  margin: 48px 0;
  text-align: center;
}
.subpage__cta h3 {
  color: var(--ivory) !important;
  margin: 0 0 12px !important;
  font-family: var(--ff-display) !important;
  font-size: 1.5rem !important;
}
.subpage__cta p { color: var(--ink-300); margin: 0 0 24px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.25s var(--ease);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(181,25,30,0.3);
  box-shadow: var(--shadow);
}
.blog-card__tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--red-500);
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 14px;
  align-self: flex-start;
}
.blog-card h2 {
  font-family: var(--ff-display);
  font-size: 1.45rem;
  margin: 0 0 12px;
  line-height: 1.2;
  color: var(--navy-900);
}
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card h2 a:hover { color: var(--red-500); }
.blog-card p {
  color: var(--ink-500);
  margin: 0 0 18px;
  font-size: .93rem;
  flex-grow: 1;
}
.blog-card__meta {
  font-size: .78rem;
  color: var(--ink-400);
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
}

.fleet-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
  padding: clamp(24px, 3vw, 40px);
  background: linear-gradient(160deg, var(--navy-800), var(--navy-700));
  border-radius: 20px;
  color: var(--ivory);
}
@media (min-width: 800px) {
  .fleet-hero { grid-template-columns: 1fr 1fr; }
}
.fleet-hero__media { text-align: center; }
.fleet-hero__media img {
  max-width: 100%;
  max-height: 320px;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,0.4));
}
.fleet-hero__brand {
  font-size: .75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 8px;
  display: block;
}
.fleet-hero h1 {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--ivory) !important;
  margin: 0 0 20px !important;
}
.fleet-hero__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.fleet-hero__specs dt {
  font-size: .68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.fleet-hero__specs dd {
  margin: 0;
  font-family: var(--ff-display);
  font-weight: 500;
  color: var(--ivory);
  font-size: 1.1rem;
}

.footer__link-btn {
  background: none;
  border: none;
  color: var(--ink-400);
  font-size: .88rem;
  padding: 6px 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  display: block;
}
.footer__link-btn:hover { color: var(--red-400); }

/* =====================================================
   COOKIE BANNER
   ===================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--navy-900);
  color: var(--ivory);
  padding: 18px 20px calc(18px + env(safe-area-inset-bottom, 0));
  box-shadow: 0 -20px 40px rgba(7,14,24,0.3);
  transform: translateY(110%);
  transition: transform 0.4s var(--ease);
  border-top: 3px solid var(--red-500);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 900px) {
  .cookie-banner__inner { flex-direction: row; align-items: center; }
  .cookie-banner__text { flex: 1; }
}
.cookie-banner__title {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  margin: 0 0 6px;
  color: var(--ivory);
}
.cookie-banner__text p {
  font-size: .88rem;
  line-height: 1.55;
  color: var(--ink-300);
  margin: 0;
}
.cookie-banner__text a { color: var(--gold-400); text-decoration: underline; }
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-banner__btn {
  padding: 11px 20px;
  font-size: .82rem;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: all 0.2s var(--ease);
}
.cookie-banner__btn--accept {
  background: var(--red-500);
  color: #fff;
}
.cookie-banner__btn--accept:hover { background: var(--red-600); }
.cookie-banner__btn--reject {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.2);
}
.cookie-banner__btn--reject:hover { border-color: var(--gold-400); }
.cookie-banner__btn--customize {
  background: transparent;
  color: var(--ink-300);
  text-decoration: underline;
  padding: 11px 12px;
}
.cookie-banner__btn--customize:hover { color: var(--ivory); }

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(7,14,24,0.7);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cookie-modal.is-visible { display: flex; }
.cookie-modal__box {
  background: var(--ivory);
  color: var(--ink-700);
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 40px 80px rgba(7,14,24,0.3);
}
.cookie-modal__box h3 {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  margin: 0 0 8px;
  color: var(--navy-900);
}
.cookie-modal__box > p {
  font-size: .92rem;
  color: var(--ink-500);
  margin: 0 0 22px;
}
.cookie-cat {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.cookie-cat__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.cookie-cat__name {
  font-weight: 600;
  color: var(--navy-900);
  font-size: 1rem;
}
.cookie-cat__desc {
  font-size: .82rem;
  color: var(--ink-500);
  line-height: 1.5;
  margin: 0;
}
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.cookie-toggle input {
  opacity: 0; width: 0; height: 0;
}
.cookie-toggle-slider {
  position: absolute;
  inset: 0;
  background: var(--stone-300);
  border-radius: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.cookie-toggle-slider::before {
  content: "";
  position: absolute;
  height: 18px; width: 18px;
  left: 3px; top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--red-500); }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); }
.cookie-toggle input:disabled + .cookie-toggle-slider { opacity: 0.6; cursor: not-allowed; }

.cookie-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.cookie-modal__actions button {
  flex: 1;
  min-width: 130px;
  padding: 12px 18px;
  font-size: .88rem;
  font-weight: 500;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}
.cookie-modal__actions .cookie-accept-all {
  background: var(--red-500);
  color: #fff;
}
.cookie-modal__actions .cookie-accept-all:hover { background: var(--red-600); }
.cookie-modal__actions .cookie-save {
  background: var(--navy-900);
  color: var(--ivory);
}
.cookie-modal__actions .cookie-save:hover { background: var(--navy-700); }
