:root {
  color-scheme: dark;
  --graphite-950: #040507;
  --graphite-900: #090b0f;
  --graphite-880: #0f141d;
  --graphite-800: #131720;
  --metal-100: #eff4f9;
  --metal-200: #dce2e9;
  --metal-300: #b9c2cc;
  --metal-400: #9aa4b2;
  --accent-500: #f97316;
  --accent-600: #ea580c;
  --accent-700: #c2410c;
  --ring: rgba(249, 115, 22, 0.45);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --shadow: 0 0 0 1px rgba(220, 226, 233, 0.08), 0 20px 45px rgba(0, 0, 0, 0.38);
  --shadow-strong: 0 0 0 1px rgba(220, 226, 233, 0.14), 0 26px 55px rgba(0, 0, 0, 0.42);
  --ease-premium: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Manrope", "Segoe UI", Roboto, sans-serif;
  background: radial-gradient(circle at top, #141a26 0%, #050608 38%, #040507 100%);
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle at 10% 12%, rgba(249, 115, 22, 0.06), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.04), transparent 26%);
}

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

a,
button,
select {
  transition: all 220ms var(--ease-premium);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 130;
  background: transparent;
}

.scroll-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-600), var(--accent-500));
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.55);
  transition: width 130ms linear;
}

.page {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(9, 11, 15, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 240ms var(--ease-premium), border-color 240ms var(--ease-premium),
    box-shadow 240ms var(--ease-premium);
}

.site-header.is-scrolled {
  background: rgba(6, 8, 11, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: height 240ms var(--ease-premium);
}

.brand {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--metal-100);
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.12);
  transition: font-size 240ms var(--ease-premium), letter-spacing 240ms var(--ease-premium);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.desktop-stock-btn {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.56rem 1.05rem;
  font-size: 0.875rem;
  color: var(--metal-100);
  background: rgba(255, 255, 255, 0.02);
  transition: padding 240ms var(--ease-premium), font-size 240ms var(--ease-premium), border-color 220ms var(--ease-premium),
    background 220ms var(--ease-premium), transform 220ms var(--ease-premium);
}

.desktop-stock-btn:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.mobile-call-btn {
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #e9edf3 100%);
  color: #090b0f;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transition: padding 240ms var(--ease-premium), font-size 240ms var(--ease-premium), transform 220ms var(--ease-premium);
}

.site-header.is-scrolled .header-inner {
  height: 54px;
}

.site-header.is-scrolled .brand {
  font-size: 0.77rem;
  letter-spacing: 0.17em;
}

.site-header.is-scrolled .desktop-stock-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
}

.site-header.is-scrolled .mobile-call-btn {
  padding: 0.42rem 0.86rem;
  font-size: 0.8rem;
}

.mobile-call-btn:hover {
  background: var(--metal-200);
}

.hero {
  min-height: clamp(390px, 58vh, 520px);
  position: relative;
  background-size: cover;
  background-position: center 38%;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.24) 0%, rgba(4, 5, 8, 0.8) 100%);
  pointer-events: none;
}

.hero-logo-watermark {
  display: none;
  pointer-events: none;
  position: absolute;
  right: clamp(2rem, 6vw, 5rem);
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
  width: clamp(220px, 22vw, 420px);
  opacity: 0.28;
  filter: grayscale(100%) brightness(1.2) contrast(1.1) drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}

.hero-logo-watermark img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 4.8rem;
  padding-bottom: 2.1rem;
}

.kicker {
  margin: 0 0 1rem;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--metal-300);
}

.hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(2rem, 6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero-text {
  margin-top: 0.9rem;
  max-width: 720px;
  color: var(--metal-200);
  font-size: 0.96rem;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-primary,
.hero-secondary {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  font-weight: 800;
  font-size: 0.92rem;
  align-items: center;
  justify-content: center;
}

.hero-primary {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  color: #050608;
  box-shadow: 0 14px 30px rgba(194, 65, 12, 0.38);
}

.hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(194, 65, 12, 0.5);
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.28);
}

.hero-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.stock-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.stock-head {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.stock-tools {
  display: grid;
  gap: 0.6rem;
}

.stock-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.stock-count {
  margin: 0;
  color: var(--metal-300);
  font-size: 0.95rem;
}

.stock-source {
  margin: 0;
  color: var(--metal-400);
  font-size: 0.78rem;
}

.sort-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--metal-300);
  font-size: 0.84rem;
}

.sort-select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.84rem;
}

.stock-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.45rem;
}

.vehicle-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
  transition: transform 260ms var(--ease-premium), border-color 260ms var(--ease-premium),
    box-shadow 260ms var(--ease-premium);
}

.vehicle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(249, 115, 22, 0.35), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
}

.vehicle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow-strong);
}

.vehicle-card.is-sold {
  opacity: 0.88;
}

.vehicle-card.is-sold:hover {
  transform: translateY(-2px);
}

.vehicle-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--graphite-800);
  overflow: hidden;
}

.vehicle-slides {
  position: absolute;
  inset: 0;
}

.vehicle-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.vehicle-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  cursor: zoom-in;
}

.vehicle-card:hover .vehicle-slide.is-active {
  transform: scale(1.05);
}

.vehicle-card.is-sold .vehicle-slide {
  filter: grayscale(30%);
}

.vehicle-media-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--metal-400);
}

.vehicle-year {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--metal-200);
  background: rgba(0, 0, 0, 0.62);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vehicle-sold-badge {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: rgba(153, 27, 27, 0.92);
  border: 1px solid rgba(254, 202, 202, 0.35);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.vehicle-sold-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #fecaca;
  box-shadow: 0 0 0 3px rgba(127, 29, 29, 0.45);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.carousel-prev {
  left: 0.6rem;
}

.carousel-next {
  right: 0.6rem;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.52);
  transform: translateY(-50%) scale(1.03);
}

.no-scroll {
  overflow: hidden;
}

.vehicle-content {
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
}

.vehicle-head h3 {
  margin: 0;
  font-size: 1.15rem;
}

.vehicle-price {
  margin: 0.35rem 0 0;
  font-size: 1.72rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.vehicle-description {
  margin: 0.45rem 0 0;
  color: var(--metal-300);
  font-size: 0.9rem;
  line-height: 1.45;
}

.vehicle-specs {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
  padding: 0.85rem;
}

.vehicle-specs dt {
  margin: 0;
  color: var(--metal-400);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.68rem;
}

.vehicle-specs dd {
  margin: 0.18rem 0 0;
  font-weight: 700;
  font-size: 0.9rem;
}

.vehicle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.02);
}

.vehicle-link:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.vehicle-link-sold {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(127, 29, 29, 0.4);
  color: #fecaca;
  cursor: not-allowed;
}

.stock-empty {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  text-align: center;
  color: var(--metal-300);
}

.location-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.location-card {
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #131720 0%, #090b0f 55%, #030406 100%);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: grid;
  gap: 1.2rem;
}

.location-text h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.location-text p {
  margin: 0.8rem 0 0;
  color: var(--metal-300);
  line-height: 1.6;
}

.location-text .address {
  color: var(--metal-200);
}

.map-btn {
  margin-top: 1rem;
  display: inline-flex;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  color: #050608;
  padding: 0.78rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.map-btn:hover {
  transform: translateY(-2px);
}

.map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 270px;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: var(--metal-200);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
}

.map-overlay-link:hover {
  background: rgba(0, 0, 0, 0.8);
}

.about-section {
  padding-top: 1rem;
  padding-bottom: 4.8rem;
}

.about-card {
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, #111722 0%, #0a0d13 60%, #040507 100%);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.about-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.about-head p {
  margin: 0.8rem 0 0;
  color: var(--metal-300);
  line-height: 1.6;
  max-width: 900px;
}

.about-grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.about-item {
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
}

.about-item h3 {
  margin: 0;
  font-size: 1.02rem;
}

.about-item p {
  margin: 0.55rem 0 0;
  color: var(--metal-300);
  line-height: 1.55;
}

.about-item .about-meta {
  color: #fff;
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(6, 8, 11, 0.78);
  color: #fff;
  font-size: 1.12rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(6, 8, 11, 0.94);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(3, 5, 8, 0.9);
  backdrop-filter: blur(6px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-figure {
  margin: 0;
  width: min(1200px, 94vw);
  max-height: 90vh;
  display: grid;
  gap: 0.75rem;
}

.lightbox-image {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #06080b;
}

.lightbox-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--metal-200);
  font-size: 0.9rem;
}

.lightbox-title {
  font-weight: 700;
}

.lightbox-counter {
  color: var(--metal-300);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.5rem;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.78);
  border-color: rgba(255, 255, 255, 0.45);
}

.reveal-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--ease-premium), transform 520ms var(--ease-premium);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.78rem;
  color: var(--metal-400);
  padding: 1.8rem 1rem;
  line-height: 1.7;
}

.admin-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.admin-card {
  width: 100%;
  max-width: 860px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, #111722 0%, #0a0d13 60%, #040507 100%);
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.admin-card h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.admin-help {
  margin: 0.8rem 0 0;
  color: var(--metal-300);
}

.admin-alert {
  margin: 1rem 0 0;
  padding: 0.7rem 0.9rem;
  border-radius: 0.7rem;
  font-size: 0.9rem;
}

.admin-alert-success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.admin-alert-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.admin-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.admin-form label {
  color: var(--metal-200);
  font-size: 0.86rem;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.admin-form textarea {
  resize: vertical;
  min-height: 130px;
}

.admin-form button,
.admin-logout button {
  margin-top: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  color: #050608;
  font-weight: 800;
  padding: 0.72rem 1.2rem;
  cursor: pointer;
}

.admin-form-grid {
  grid-template-columns: 1fr;
}

.admin-logout {
  margin-top: 0.9rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

@media (max-width: 767px) {
  .lightbox-nav {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: clamp(420px, 54vh, 560px);
  }

  .desktop-stock-btn {
    display: inline-flex;
  }

  .mobile-call-btn {
    display: none;
  }

  .stock-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .stock-tools {
    justify-items: end;
  }

  .location-card {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.5rem;
    padding: 1.9rem;
  }

  .about-card {
    padding: 1.9rem;
  }

  .about-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .admin-card {
    padding: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .hero-logo-watermark {
    display: block;
  }
}

@media (min-width: 1280px) {
  .stock-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .stock-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }
}

*:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}
