.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

.inventory-page {
  background:
    radial-gradient(circle at 80% 9%, rgba(7, 149, 255, 0.09), transparent 24%),
    var(--ink);
}

.inventory-site-header {
  position: sticky;
  top: 0;
  background: rgba(3, 8, 13, 0.96);
  backdrop-filter: blur(18px);
}

.primary-nav a[aria-current="page"] {
  color: #fff;
}

.primary-nav a[aria-current="page"]::after {
  content: "";
  height: 2px;
  margin-top: 7px;
  display: block;
  background: var(--blue);
}

.inventory-hero {
  position: relative;
  min-height: 560px;
  padding: 95px max(calc((100vw - var(--max)) / 2), 6vw) 45px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(3, 8, 13, 0.98) 0%, rgba(4, 10, 16, 0.93) 52%, rgba(3, 10, 17, 0.78) 100%),
    url("/tep-hero-v2.webp") 75% 48% / cover no-repeat;
}

.inventory-hero::before,
.inventory-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.inventory-hero::before {
  top: -38%;
  right: -10%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(98, 192, 255, 0.1);
  border-radius: 50%;
}

.inventory-hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), transparent 68%);
}

.inventory-hero-inner,
.inventory-hero-facts {
  position: relative;
  z-index: 1;
}

.inventory-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.inventory-hero-inner > p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #becbd6;
  font-size: clamp(15px, 1.3vw, 18px);
}

.inventory-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inventory-hero-facts {
  border: 1px solid rgba(119, 146, 166, 0.3);
  background: rgba(5, 14, 22, 0.78);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.inventory-hero-facts span {
  min-height: 82px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(119, 146, 166, 0.22);
  color: #9fb0bf;
  font-size: 11px;
  letter-spacing: 0.4px;
}

.inventory-hero-facts span:first-child {
  border-top: 0;
}

.inventory-hero-facts strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.preview-banner {
  padding: 13px max(calc((100vw - var(--max)) / 2), 6vw);
  background: #ffc928;
  color: #161000;
  font-size: 12px;
  text-align: center;
}

.preview-banner a {
  margin-left: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.public-inventory-state {
  width: min(var(--max), calc(100% - 12vw));
  margin: 100px auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.22);
}

.public-state-media {
  min-height: 610px;
  background:
    linear-gradient(0deg, rgba(4, 9, 14, 0.42), transparent 45%),
    url("/inventory-equipment-sprite-v1.png") 0 0 / 200% 200% no-repeat;
}

.public-state-copy {
  padding: clamp(45px, 6vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.public-state-copy h2,
.inventory-intro h2,
.inventory-assurance h2 {
  margin: 0;
  font-size: clamp(39px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.public-state-copy > p:not(.eyebrow, .preview-invite) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.requirement-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.requirement-grid span {
  min-height: 50px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #d8e1e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.requirement-grid span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(7, 149, 255, 0.8);
}

.public-state-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.public-state-actions .text-link {
  margin: 0;
}

.inventory-browser {
  padding: 100px max(calc((100vw - var(--max)) / 2), 6vw) 120px;
  background:
    radial-gradient(circle at 95% 7%, rgba(7, 149, 255, 0.1), transparent 26%),
    var(--ink-2);
}

.inventory-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 50px;
  align-items: end;
}

.inventory-intro > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 14px;
}

.inventory-search-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.search-control {
  min-height: 58px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #2c4254;
  background: #07131e;
  color: #7891a5;
}

.search-control:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(7, 149, 255, 0.1);
}

.search-control input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
}

.search-control input::placeholder {
  color: #657b8d;
}

.filter-toggle {
  min-width: 130px;
  padding: 0 18px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #2c4254;
  background: #0a1925;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-toggle span {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  font-size: 9px;
}

.quick-filter-row {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-filter {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #273a49;
  background: #091620;
  color: #96a9b8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-filter:hover,
.quick-filter.is-active {
  border-color: var(--blue);
  background: rgba(7, 149, 255, 0.13);
  color: #fff;
}

.inventory-layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.inventory-filters {
  position: sticky;
  top: 104px;
  border: 1px solid var(--line);
  background: #08141e;
}

.filter-heading {
  min-height: 76px;
  padding: 18px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.filter-heading > div {
  display: flex;
  flex-direction: column;
}

.filter-heading small {
  color: #6f8596;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-heading strong {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.filter-close {
  display: none;
  border: 0;
  background: none;
  color: #fff;
  font-size: 30px;
}

.inventory-filters fieldset {
  margin: 0;
  padding: 20px 19px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.inventory-filters legend {
  margin-bottom: 10px;
  color: #dce5ec;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.inventory-filters label {
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #97a9b7;
  font-size: 11px;
  cursor: pointer;
}

.inventory-filters input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--blue);
}

.clear-filters {
  width: calc(100% - 38px);
  min-height: 40px;
  margin: 18px 19px;
  border: 1px solid #314656;
  background: transparent;
  color: #c5d0d8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.clear-filters:hover {
  border-color: var(--blue);
  color: #fff;
}

.filter-scrim {
  display: none;
}

.result-toolbar {
  min-height: 54px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.result-toolbar p {
  margin: 0;
  color: #93a6b5;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.result-toolbar p strong {
  color: #fff;
  font-size: 18px;
}

.result-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.result-toolbar label > span {
  color: #72899a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.result-toolbar select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid #293e4e;
  background: #08141e;
  color: #dbe4eb;
  font-size: 10px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.active-filters:not(:empty) {
  margin: 14px 0 0;
}

.active-filter-chip {
  min-height: 29px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #28445a;
  background: #0a1a27;
  color: #b9c9d4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.active-filter-chip span {
  color: var(--blue-soft);
  font-size: 14px;
}

.inventory-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inventory-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #091620;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.inventory-card:hover {
  transform: translateY(-3px);
  border-color: #38556b;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.inventory-photo {
  position: relative;
  min-height: 252px;
  overflow: hidden;
  background-image:
    linear-gradient(0deg, rgba(2, 6, 10, 0.2), transparent 40%),
    url("/inventory-equipment-sprite-v1.png");
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.inventory-photo.photo-0 {
  background-position: 0 0;
}

.inventory-photo.photo-1 {
  background-position: 100% 0;
}

.inventory-photo.photo-2 {
  background-position: 0 100%;
}

.inventory-photo.photo-3 {
  background-position: 100% 100%;
}

.photo-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.status-badge,
.condition-badge {
  min-height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(4, 11, 17, 0.86);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.status-badge.available {
  border-color: rgba(53, 235, 126, 0.75);
  background: rgba(4, 64, 31, 0.9);
}

.status-badge.pending {
  border-color: rgba(255, 201, 40, 0.8);
  background: rgba(80, 57, 0, 0.9);
}

.status-badge.soon {
  border-color: rgba(98, 192, 255, 0.8);
  background: rgba(4, 57, 96, 0.9);
}

.save-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(4, 11, 17, 0.8);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.save-button svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
}

.save-button.is-saved {
  border-color: var(--blue);
  color: var(--blue-soft);
}

.save-button.is-saved svg {
  fill: rgba(7, 149, 255, 0.25) !important;
}

.inventory-card-body {
  padding: 22px 22px 20px;
}

.card-kicker {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #718798;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.inventory-card h3 {
  margin: 13px 0 0;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.card-model {
  margin: 7px 0 0;
  color: var(--blue-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.card-specs {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.card-specs > div {
  min-height: 54px;
  padding: 10px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.card-specs dt {
  color: #637a8b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.card-specs dd {
  margin: 2px 0 0;
  color: #e8eef2;
  font-size: 11px;
  font-weight: 700;
}

.test-status {
  min-height: 38px;
  margin-top: 14px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #1d3f36;
  background: rgba(22, 95, 61, 0.12);
  color: #bfead1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.test-status::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #43e68b;
  box-shadow: 0 0 9px rgba(67, 230, 139, 0.65);
}

.test-status.pending-test {
  border-color: #4b4222;
  background: rgba(125, 94, 15, 0.1);
  color: #dbcb95;
}

.test-status.pending-test::before {
  background: #e3bd48;
  box-shadow: none;
}

.card-footer {
  min-height: 69px;
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.card-price {
  display: flex;
  flex-direction: column;
}

.card-price small {
  color: #657b8d;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.card-price strong {
  margin-top: 2px;
  font-size: 23px;
  letter-spacing: -0.6px;
}

.card-price.inquiry strong {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.view-details {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--blue);
  background: transparent;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  cursor: pointer;
}

.view-details:hover {
  background: var(--blue);
}

.view-details span {
  margin-left: 6px;
  color: var(--blue-soft);
}

.no-results {
  margin-top: 18px;
  padding: 70px 25px;
  border: 1px solid var(--line);
  background: #08141e;
  text-align: center;
}

.no-results > span {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a4255;
  border-radius: 50%;
  color: var(--blue-soft);
  font-size: 18px;
  font-weight: 800;
}

.no-results h3 {
  margin: 22px 0 0;
  font-size: 22px;
  text-transform: uppercase;
}

.no-results p {
  max-width: 520px;
  margin: 10px auto 24px;
  color: var(--muted);
  font-size: 13px;
}

.inventory-assurance {
  padding: 105px max(calc((100vw - var(--max)) / 2), 6vw);
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 80px;
  align-items: start;
  border-top: 1px solid var(--line);
  background: #050b11;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.assurance-grid article {
  min-height: 230px;
  padding: 27px 23px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.assurance-grid article > strong {
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 1.2px;
}

.assurance-grid h3 {
  margin: 37px 0 0;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.assurance-grid p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.equipment-dialog {
  width: min(960px, calc(100% - 32px));
  max-height: min(820px, calc(100vh - 32px));
  padding: 0;
  overflow: auto;
  border: 1px solid #355064;
  background: #08141e;
  color: #fff;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.65);
}

.equipment-dialog::backdrop {
  background: rgba(1, 4, 7, 0.84);
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: sticky;
  top: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin: 14px 14px -54px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #496173;
  background: rgba(5, 13, 20, 0.9);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.dialog-equipment-photo {
  min-height: 380px;
  background-image:
    linear-gradient(0deg, rgba(3, 8, 13, 0.25), transparent 45%),
    url("/inventory-equipment-sprite-v1.png");
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.dialog-equipment-photo.photo-0 {
  background-position: 0 0;
}

.dialog-equipment-photo.photo-1 {
  background-position: 100% 0;
}

.dialog-equipment-photo.photo-2 {
  background-position: 0 100%;
}

.dialog-equipment-photo.photo-3 {
  background-position: 100% 100%;
}

.dialog-body {
  padding: 32px clamp(24px, 5vw, 54px) 46px;
}

.dialog-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--blue-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dialog-body h2 {
  max-width: 730px;
  margin: 13px 0 0;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.dialog-body > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.dialog-specs {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.dialog-specs > div {
  min-height: 74px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dialog-specs dt {
  color: #6f8798;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dialog-specs dd {
  margin: 4px 0 0;
  color: #edf3f6;
  font-size: 12px;
  font-weight: 700;
}

.dialog-cta {
  margin-top: 28px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #087fdb, #075392);
}

.dialog-cta-price {
  display: flex;
  flex-direction: column;
}

.dialog-cta-price small {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dialog-cta-price strong {
  margin-top: 3px;
  font-size: 27px;
}

.dialog-cta .button {
  border-color: #fff;
  background: #fff;
  color: #07111b;
}

@media (max-width: 1080px) {
  .inventory-hero {
    grid-template-columns: 1fr 290px;
  }

  .public-inventory-state {
    width: calc(100% - 40px);
  }

  .inventory-layout {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .inventory-photo {
    min-height: 220px;
  }

  .inventory-card-body {
    padding: 18px;
  }

  .card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .view-details {
    width: 100%;
  }

  .inventory-assurance {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 860px) {
  .inventory-hero {
    min-height: 0;
    padding: 90px 20px 58px;
    grid-template-columns: 1fr;
  }

  .inventory-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .inventory-hero-facts span {
    min-height: 100px;
    border-top: 0;
    border-left: 1px solid rgba(119, 146, 166, 0.22);
  }

  .inventory-hero-facts span:first-child {
    border-left: 0;
  }

  .public-inventory-state {
    grid-template-columns: 1fr;
  }

  .public-state-media {
    min-height: 450px;
  }

  .inventory-browser {
    padding: 80px 20px 90px;
  }

  .inventory-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .filter-toggle {
    display: flex;
  }

  .inventory-layout {
    grid-template-columns: 1fr;
  }

  .inventory-filters {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    width: min(350px, 88vw);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform 180ms ease;
    box-shadow: 22px 0 60px rgba(0, 0, 0, 0.45);
  }

  .filter-close {
    display: block;
  }

  .filter-scrim {
    position: fixed;
    inset: 0;
    z-index: 105;
    background: rgba(0, 0, 0, 0.72);
  }

  body.filters-open {
    overflow: hidden;
  }

  body.filters-open .inventory-filters {
    transform: translateX(0);
  }

  body.filters-open .filter-scrim {
    display: block;
  }

  .inventory-assurance {
    padding: 80px 20px;
  }
}

@media (max-width: 680px) {
  .inventory-hero {
    padding-top: 72px;
  }

  .inventory-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
    letter-spacing: -2px;
  }

  .inventory-hero-actions {
    flex-direction: column;
  }

  .inventory-hero-actions .button {
    width: 100%;
  }

  .inventory-hero-facts {
    grid-template-columns: 1fr;
  }

  .inventory-hero-facts span,
  .inventory-hero-facts span:first-child {
    min-height: 70px;
    border-top: 1px solid rgba(119, 146, 166, 0.22);
    border-left: 0;
  }

  .inventory-hero-facts span:first-child {
    border-top: 0;
  }

  .preview-banner {
    padding: 11px 20px;
    line-height: 1.5;
  }

  .preview-banner a {
    display: block;
    width: fit-content;
    margin: 4px auto 0;
  }

  .public-inventory-state {
    width: calc(100% - 40px);
    margin: 64px auto;
  }

  .public-state-media {
    min-height: 310px;
  }

  .public-state-copy {
    padding: 38px 25px;
  }

  .requirement-grid {
    grid-template-columns: 1fr;
  }

  .public-state-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .public-state-actions .button {
    width: 100%;
  }

  .public-state-actions .text-link {
    align-self: flex-start;
  }

  .inventory-search-row {
    grid-template-columns: 1fr;
  }

  .filter-toggle {
    min-height: 48px;
  }

  .quick-filter-row {
    margin-right: -20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .quick-filter-row::-webkit-scrollbar {
    display: none;
  }

  .quick-filter {
    flex: 0 0 auto;
  }

  .result-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .result-toolbar label,
  .result-toolbar select {
    width: 100%;
  }

  .inventory-grid {
    grid-template-columns: 1fr;
  }

  .inventory-photo {
    min-height: 245px;
  }

  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .assurance-grid article {
    min-height: 0;
  }

  .assurance-grid h3 {
    margin-top: 20px;
  }

  .dialog-equipment-photo {
    min-height: 270px;
  }

  .dialog-specs {
    grid-template-columns: 1fr 1fr;
  }

  .dialog-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .dialog-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inventory-filters {
    transition: none;
  }
}
