:root {
  --orange: #e8590c;
  --orange-dark: #bd4305;
  --brand-blue: #0000ff;
  --brand-blue-dark: #0000c7;
  --graphite: #14161a;
  --graphite-soft: #22262e;
  --paper: #eef0ec;
  --white: #ffffff;
  --ink: #181b20;
  --muted: #5c636e;
  --line: #d5d9d7;
  --green: #257a57;
  --sale-red-start: #711816;
  --sale-red-end: #9e2821;
  --sale-red-accent: #ffd0cc;
  --shadow: 0 18px 42px -32px rgba(20, 22, 26, 0.58);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(20, 22, 26, 0.018) 1px, transparent 1px) 0 0 / 32px 32px,
    var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding: 8px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(20, 22, 26, 0.96);
  border-bottom: 1px solid #30343c;
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  min-width: 0;
  gap: 4px;
  color: #fff;
  text-decoration: none;
}

.empty-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  box-shadow: 0 10px 24px -12px rgba(232, 89, 12, 0.9);
}

.brand-logo {
  display: block;
  width: clamp(235px, 25vw, 318px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 9px 9px rgba(0, 0, 0, .42));
}

.brand-location {
  justify-self: end;
  padding-right: 3px;
  color: #c7cbd2;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-actions { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }

.header-actions a {
  color: #c6cbd3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-actions a:hover { color: #fff; }

.header-shop-link {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 5px 17px 5px 6px;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(112deg, #b83d00 0%, var(--orange) 58%, #ff7a32 100%);
  border: 1px solid #ff8d51;
  border-radius: 5px;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 0 100%);
  box-shadow: 0 11px 26px -15px rgba(232, 89, 12, .95), inset 0 1px rgba(255,255,255,.25);
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-shop-link::before {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -35%;
  z-index: -1;
  width: 25%;
  content: "";
  background: rgba(255,255,255,.28);
  transform: skewX(-20deg) translateX(-240%);
  transition: transform 420ms ease;
}

.header-shop-link:hover,
.header-shop-link:focus-visible {
  color: #fff;
  filter: saturate(1.08) brightness(1.08);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(232, 89, 12, 1), inset 0 1px rgba(255,255,255,.3);
}

.header-shop-link:focus-visible { box-shadow: 0 0 0 3px #14161a, 0 0 0 5px #ff9b65, 0 16px 30px -14px rgba(232, 89, 12, 1); }
.header-shop-link:hover::before, .header-shop-link:focus-visible::before { transform: skewX(-20deg) translateX(750%); }
.header-shop-link:active { transform: translateY(0) scale(.985); }

.header-shop-icon {
  position: relative;
  display: grid;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  overflow: hidden;
  place-items: center;
  background: #191c21;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px;
  box-shadow: inset 0 0 12px rgba(0,0,0,.45);
}

.header-shop-icon canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; }
.header-shop-icon i { color: #ffb088; font-size: 20px; font-style: normal; line-height: 1; transition: opacity 140ms ease; }
.header-shop-link.three-ready .header-shop-icon i { opacity: 0; }
.header-shop-label { position: relative; white-space: nowrap; }
.header-shop-arrow { position: relative; color: #1a1d21; font-size: 17px; transition: transform 180ms ease; }
.header-shop-link:hover .header-shop-arrow, .header-shop-link:focus-visible .header-shop-arrow { transform: translate(2px, -2px); }

.header-actions .header-call {
  display: grid;
  gap: 1px;
  padding: 7px 0 7px clamp(15px, 2vw, 28px);
  color: #fff;
  background: transparent;
  border-left: 3px solid var(--orange);
  border-radius: 0;
  text-align: right;
}

.header-actions .header-call span {
  color: #ff9b65;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .16em;
}

.header-actions .header-call strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3.1vw, 42px);
  font-style: italic;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: .92;
  white-space: nowrap;
  text-shadow: 3px 3px 0 rgba(232, 89, 12, .38);
}

.header-actions .header-call:hover strong {
  color: #ffb088;
}

.inventory-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(14px, 1.75vw, 24px) clamp(18px, 5vw, 72px) clamp(28px, 3vw, 42px);
  color: #fff;
  background:
    linear-gradient(115deg, transparent 0 72%, rgba(255, 255, 255, 0.025) 72% 73%, transparent 73%),
    radial-gradient(circle at 82% 20%, rgba(232, 89, 12, 0.22), transparent 34%),
    linear-gradient(145deg, #20242b 0%, var(--graphite) 60%);
  border-bottom: 4px solid var(--orange);
}

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

.eyebrow,
.section-kicker,
.unit-stock {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #ff8a4c;
  font-size: 11px;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1 { font-size: clamp(44px, 4.8vw, 68px); }

.hero-copy > p:last-child {
  max-width: 650px;
  margin: 13px 0 0;
  color: #c6cbd3;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.5;
}

.hero-stat {
  display: grid;
  min-width: 136px;
  padding-left: 22px;
  border-left: 1px solid #414650;
}

.hero-stat span {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 800;
  line-height: 0.8;
}

.hero-stat small {
  margin-top: 8px;
  color: #aeb4bf;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inventory-browser {
  max-width: 1420px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 38px) clamp(18px, 4vw, 56px) 72px;
}

.browser-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 17px;
}

.section-kicker { color: var(--orange); font-size: 10px; }

.browser-heading h2 {
  margin-top: 5px;
  font-size: clamp(34px, 4vw, 50px);
}

.results-summary {
  margin: 0;
  padding: 7px 10px;
  color: #3f454e;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}

.filter-bar {
  display: grid;
  grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(140px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 30px;
  padding: 17px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.filter-advanced { display: contents; }

.filter-toggle { display: none; }

.filter-bar label { display: grid; gap: 6px; }

.filter-bar label span {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-bar input,
.filter-bar select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: var(--ink);
  background: #f8f9f7;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.filter-bar input:hover,
.filter-bar select:hover { background: #fff; border-color: #aeb4b8; }

.filter-bar input:focus,
.filter-bar select:focus {
  outline: 3px solid rgba(232, 89, 12, 0.16);
  border-color: var(--orange);
}

.clear-button {
  min-height: 44px;
  padding: 10px 16px;
  color: var(--ink);
  background: transparent;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

.clear-button:disabled { color: #9a9fa6; background: #f3f4f2; cursor: default; opacity: 0.7; }

.clear-button:not(:disabled):hover { color: #fff; background: var(--graphite-soft); border-color: var(--graphite-soft); }

.inventory-grid {
  --grid-gap: clamp(17px, 2vw, 26px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--grid-gap);
}

.unit-card {
  display: flex;
  align-items: stretch;
  flex: 0 1 calc((100% - (var(--grid-gap) * 2)) / 3);
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.unit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(232, 89, 12, 0.55);
  box-shadow: 0 28px 56px -34px rgba(20, 22, 26, 0.62);
}

.unit-card-link {
  display: flex;
  flex: 1;
  align-self: stretch;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}

.unit-card:active {
  transform: translateY(-2px);
  border-color: rgba(232, 89, 12, 0.7);
  box-shadow: 0 18px 38px -30px rgba(20, 22, 26, 0.72);
}

.unit-photo {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: clamp(8px, 1.1vw, 15px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0 77%, #f2f3f0 77% 78%, #fafaf8 78%);
}

.unit-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center 72%;
}

.photo-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  width: 100%;
  min-height: clamp(228px, 23vw, 318px);
  color: #767c85;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255,255,255,0.55) 49%, transparent 50%),
    #e8e9e7;
  text-align: center;
}

.photo-placeholder span {
  color: #b8bcc2;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
}

.photo-placeholder small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.condition-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(20, 22, 26, 0.9);
  z-index: 2;
  border-radius: 3px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.title-brand-badge {
  position: absolute;
  top: 50px;
  right: 13px;
  z-index: 4;
  padding: 8px 12px;
  color: #fff;
  background: #a5211b;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 8px 22px rgba(89, 15, 11, .34);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}
.unit-card.is-sold .title-brand-badge { top: 78px; }

.sold-banner {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 3;
  display: grid;
  min-width: 116px;
  padding: 8px 12px 9px;
  color: #fff;
  background: linear-gradient(135deg, #8f1714, #bd2c23);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(92, 18, 14, 0.3);
  text-align: center;
}

.sold-banner small {
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.8;
  text-transform: uppercase;
}

.sold-banner strong {
  margin-top: 1px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  letter-spacing: 0.11em;
  line-height: 0.95;
}

.unit-card.is-sold { border-color: #d9b2ae; }
.unit-card.is-sold .view-details { border-top-color: #a5211b; }

.unit-promotions { display: grid; gap: 0; color: #fff; }
.unit-promotion { min-height: 44px; padding: 0; }
.unit-promotion.rebate { background: linear-gradient(110deg, #b83a00, var(--orange)); }
.unit-promotion.financing { background: linear-gradient(112deg, var(--sale-red-start), var(--sale-red-end)); border-left: 4px solid var(--sale-red-accent); }
.unit-promotion > summary { min-height: 44px; padding: 7px 14px; }
.unit-promotion strong { font-family: "Barlow Condensed", sans-serif; font-size: 19px; letter-spacing: .035em; line-height: 1; text-decoration: underline; text-underline-offset: 3px; text-transform: uppercase; }
.unit-promotion > .promotion-legal { margin: 0 14px 10px; color: rgba(255,255,255,.96); font-size: 13.5px; font-weight: 600; letter-spacing: 0; line-height: 1.48; text-align: left; text-transform: none; }
.promotion-legal { padding: 8px 9px; overflow-wrap: anywhere; background: rgba(20, 22, 26, .42); border-radius: 4px; }
.promotion-details { min-width: 0; }
.promotion-details > summary { display: flex; align-items: center; gap: 10px; color: #fff; list-style: none; cursor: pointer; touch-action: manipulation; }
.promotion-details > summary::-webkit-details-marker { display: none; }
.promotion-details > summary::after { flex: 0 0 8px; width: 8px; height: 8px; margin-left: auto; content: ""; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform 160ms ease; }
.promotion-details[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.promotion-details .promotion-legal { display: block; }
.promotion-relationship { position: relative; z-index: 4; display: grid; width: 58px; min-height: 38px; place-items: center; justify-self: center; margin: -19px 0; color: #16191e; background: #fff; border: 3px solid currentColor; border-radius: 999px; box-shadow: 0 6px 18px rgba(20,22,26,.28); font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: .04em; line-height: 1; }
.promotion-relationship.and { color: #145f2f; }
.promotion-relationship.or { color: #8b211b; }

.unit-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.unit-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.unit-stock { color: var(--muted); font-size: 10px; }

.unit-savings {
  padding: 4px 7px;
  color: #9c3704;
  background: #fff0e7;
  border: 1px solid #ffd5bd;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.unit-title {
  margin-top: 9px;
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1;
}

.unit-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.unit-price-label,
.dialog-price-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rebate-price-note {
  padding: 3px 6px;
  color: #7c2d06;
  background: #fff0e6;
  border: 1px solid #efb58f;
  border-radius: 3px;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.unit-price {
  color: var(--orange-dark);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
}

.unit-price.call-for-pricing {
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.unit-delivered-price { color: #353a42; font-size: 14px; font-weight: 700; text-decoration-line: line-through; text-decoration-color: #9a211b; text-decoration-thickness: 2px; }
.listing-compliance { width: 100%; margin: 2px 0 0; color: #555d68; font-size: 13.5px; font-weight: 600; line-height: 1.5; }
.unit-price-disclaimer { flex-basis: 100%; margin: -2px 0 0; color: #545b65; font-size: 10px; font-weight: 600; line-height: 1.45; }

.unit-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.unit-facts span {
  padding: 5px 7px;
  color: #464c55;
  background: #f1f3f0;
  border: 1px solid #dfe2de;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.unit-summary {
  min-height: 42px;
  margin: 12px 0 20px;
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.view-details {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  margin: auto -20px -20px;
  padding: 9px 12px 9px 20px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, #1a1e24 0%, var(--graphite-soft) 56%, #15181d 100%);
  width: calc(100% + 40px);
  border: 0;
  border-top: 3px solid var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.view-details::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(105deg, transparent 0 30%, rgba(232, 89, 12, .08) 39%, rgba(255, 137, 74, .42) 48%, rgba(255, 255, 255, .2) 52%, transparent 64%);
  content: "";
  pointer-events: none;
  transform: translateX(-125%) skewX(-14deg);
}

.view-details::after {
  position: absolute;
  right: -34px;
  bottom: -52px;
  z-index: 0;
  width: 154px;
  height: 116px;
  background: radial-gradient(circle, rgba(232, 89, 12, .36), transparent 68%);
  content: "";
  opacity: .58;
  pointer-events: none;
  transition: opacity 180ms ease, transform 240ms cubic-bezier(.2, .85, .3, 1);
}

.view-details > * { position: relative; z-index: 1; }

.view-details-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.view-details-label {
  overflow: hidden;
  font-size: 15px;
  letter-spacing: .055em;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-details-copy small {
  overflow: hidden;
  color: #cfd4dc;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-details-motion {
  position: relative;
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  width: 52px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 146, 87, .38);
  border-radius: 999px;
  background: rgba(7, 9, 12, .4);
  box-shadow: inset 0 0 18px rgba(232, 89, 12, .12);
}

.view-details-motion b {
  color: #ff9b65;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(232, 89, 12, .62);
  transition: opacity 120ms ease, transform 220ms cubic-bezier(.2, .85, .3, 1);
}

.view-details-three-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(255, 103, 34, .58));
  pointer-events: none;
  transition: opacity 120ms ease;
}

.view-details.is-three-active .view-details-three-canvas { opacity: 1; }
.view-details.is-three-active .view-details-motion b { opacity: 0; transform: translateX(8px) scale(.78); }

.unit-card:hover .view-details,
.view-details:focus-visible { background: linear-gradient(110deg, #111419 0%, #252a33 48%, #171a20 100%); }

.view-details:hover::before,
.view-details:focus-visible::before,
.view-details.is-attention::before { animation: view-details-ignition 820ms cubic-bezier(.2, .8, .25, 1); }

.view-details:hover::after,
.view-details:focus-visible::after,
.view-details.is-attention::after { opacity: 1; transform: translateX(-12px) scale(1.16); }

.view-details:hover .view-details-motion b,
.view-details:focus-visible .view-details-motion b,
.view-details.is-attention .view-details-motion b { animation: view-details-arrow-rev 760ms cubic-bezier(.2, .8, .25, 1); }

.view-details:active { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .26), inset 0 -16px 30px rgba(0, 0, 0, .3); }
.view-details:focus-visible, .promotion-details summary:focus-visible { outline: 3px solid #fff; outline-offset: -5px; box-shadow: 0 0 0 3px var(--orange); }

@keyframes view-details-ignition {
  0% { transform: translateX(-125%) skewX(-14deg); }
  100% { transform: translateX(135%) skewX(-14deg); }
}

@keyframes view-details-arrow-rev {
  0%, 100% { transform: translateX(0) scale(1); }
  42% { transform: translateX(7px) scale(1.12); }
  58% { transform: translateX(2px) scale(.96); }
}

.filter-toggle:focus-visible,
.clear-button:focus-visible,
.footer-links a:focus-visible,
.footer-inquiry-button:focus-visible {
  outline: 3px solid rgba(232, 89, 12, 0.34);
  outline-offset: 2px;
}

.empty-state {
  padding: clamp(50px, 8vw, 92px) 24px;
  background: #fff;
  border: 1px dashed #c9cdd2;
  border-radius: 12px;
  text-align: center;
}

.empty-mark {
  width: 62px;
  height: 62px;
  border-radius: 11px;
  font-size: 30px;
  transform: rotate(-7deg);
}

.empty-state h3 { margin-top: 24px; font-size: 34px; }

.empty-state p {
  max-width: 560px;
  margin: 13px auto 0;
  color: var(--muted);
  line-height: 1.65;
}

.empty-actions { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary { color: #fff; background: var(--orange); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid #cfd3d8; }

.load-error {
  padding: 15px;
  color: #8b2d23;
  background: #fff1ef;
  border: 1px solid #f0c3bc;
  border-radius: 8px;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 40px;
  padding: 38px clamp(20px, 5vw, 80px);
  color: #c2c7cf;
  background: var(--graphite);
  border-top: 4px solid var(--orange);
}

.site-footer > div:first-child { display: grid; gap: 5px; }
.site-footer strong { color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 23px; text-transform: uppercase; }
.site-footer span { font-size: 12.5px; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a,
.footer-inquiry-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  color: #fff;
  background: transparent;
  border: 1px solid #444a54;
  border-radius: 3px;
  font-size: 12px;
  text-decoration: none;
}
.footer-inquiry-button { cursor: pointer; }
.footer-links [data-phone-link] { background: var(--orange); border-color: var(--orange); font-weight: 700; }
.footer-inquiry-button:hover { color: #ff8a4c; }
.phone-copy-mode { cursor: copy; }

.disclaimer {
  grid-column: 1 / -1;
  max-width: 960px;
  margin: 4px 0 0;
  color: #858c97;
  font-size: 11px;
  line-height: 1.6;
}

.unit-dialog {
  width: min(980px, calc(100vw - 30px));
  max-height: calc(100vh - 30px);
  max-height: calc(100dvh - 30px);
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.45);
}

.unit-dialog::backdrop { background: rgba(9, 11, 14, 0.76); backdrop-filter: blur(4px); }

.dialog-close-rail {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(20, 22, 26, 0.88);
  border: 0;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.dialog-close:hover { background: #14161a; }
.dialog-close:active { transform: scale(.96); }
.dialog-close:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.dialog-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); }

.dialog-gallery { min-width: 0; background: #fff; }

.dialog-photo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(8px, 1.5vw, 18px);
  overflow: hidden;
  background: #fff;
}

.dialog-photo.is-swipeable {
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}
.dialog-photo.is-swipeable.is-swiping { cursor: grabbing; }
.dialog-photo.is-swipeable:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }

.dialog-main-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}
.dialog-photo.is-swipeable.is-swiping .dialog-main-image { will-change: transform, opacity; }
.dialog-photo .photo-placeholder { min-height: 520px; }
.sold-banner-detail { top: 20px; right: 20px; min-width: 150px; padding: 11px 16px 12px; }
.sold-banner-detail strong { font-size: 36px; }
.gallery-position {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(20, 22, 26, .82);
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .06em;
}
.gallery-swipe-hint {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: none;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(20, 22, 26, .82);
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}
.gallery-swipe-hint b { color: #ff8b4d; font-size: 14px; line-height: 1; }
.dialog-thumbnails { display: flex; gap: 7px; padding: 9px; overflow-x: auto; background: #dfe1df; }
.dialog-thumbnails button { flex: 0 0 76px; padding: 0; overflow: hidden; background: #fff; border: 2px solid transparent; border-radius: 5px; cursor: pointer; }
.dialog-thumbnails button[aria-pressed="true"] { border-color: var(--orange); box-shadow: 0 0 0 1px rgba(231, 82, 0, .2); }
.dialog-thumbnails button:focus { outline: 2px solid var(--orange); border-color: var(--orange); }
.dialog-thumbnails img { display: block; width: 100%; height: 56px; object-fit: cover; }
.dialog-copy { padding: clamp(28px, 5vw, 52px); }
.dialog-copy .unit-stock { margin-bottom: 11px; }
.dialog-copy h2 { font-size: clamp(42px, 5vw, 64px); line-height: 0.94; }
.sold-notice { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; margin-top: 18px; padding: 12px 14px; color: #5f1713; background: #fae9e7; border-left: 4px solid #a5211b; }
.sold-notice strong { font-family: "Barlow Condensed", sans-serif; font-size: 25px; letter-spacing: .08em; }
.sold-notice p { margin: 0; font-size: 11px; line-height: 1.5; }
.dialog-offer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 16px; margin-top: 22px; }
.dialog-price { margin: 0; color: var(--orange-dark); font-family: "Barlow Condensed", sans-serif; font-size: 38px; font-weight: 800; }
.dialog-price.call-for-pricing { font-size: clamp(32px, 4.5vw, 38px); line-height: .95; text-transform: uppercase; }
.dialog-price-label { display: flex; margin-bottom: 4px; }
.dialog-offer .unit-delivered-price { margin: 6px 0 0; }
.dialog-price-disclaimer { max-width: 440px; margin: 8px 0 0; font-family: "Inter", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.dialog-savings {
  min-width: 132px;
  padding: 10px 14px 11px;
  color: #fff;
  background: var(--graphite-soft);
  border-left: 4px solid var(--orange);
  box-shadow: 0 9px 24px rgba(20, 22, 26, .16);
}
.dialog-savings span {
  display: block;
  color: #ffb58d;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dialog-savings strong {
  display: block;
  margin-top: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.dialog-promotions { display: grid; gap: 8px; margin: 17px 0 0; }
.dialog-promotion { padding: 0; color: #fff; box-shadow: 0 10px 24px rgba(20,22,26,.12); }
.dialog-promotion.rebate { background: linear-gradient(110deg, #a93200, var(--orange)); }
.dialog-promotion.financing { background: linear-gradient(112deg, var(--sale-red-start), var(--sale-red-end)); border-left: 4px solid var(--sale-red-accent); }
.dialog-promotion > summary { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; min-height: 48px; padding: 7px 14px; }
.dialog-promotion > summary > span { display: grid; min-width: 58px; place-items: center; font-family: "Barlow Condensed", sans-serif; font-size: 25px; font-weight: 800; line-height: 1; text-decoration: underline; text-underline-offset: 3px; }
.dialog-promotion strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 20px; letter-spacing: .03em; line-height: 1.05; text-decoration: underline; text-underline-offset: 3px; text-transform: uppercase; }
.dialog-promotion > .promotion-legal { margin: 0 14px 12px; color: rgba(255,255,255,.94); font-size: 13.5px; line-height: 1.5; }
.dialog-promotions .promotion-relationship { margin-block: -15px; }
.dialog-listing-compliance { margin-top: 16px; }
.detail-title-brand { top: 13px; right: 13px; }
.dialog-photo:has(.sold-banner) .detail-title-brand { top: 78px; }
.detail-title-brand-row { color: #7d211b; background: #fff0ed !important; border-left: 4px solid #a5211b; }
.dialog-description { color: var(--muted); font-size: 14px; line-height: 1.7; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0; }
.detail-list div { padding: 12px; background: #f4f5f3; border-radius: 7px; }
.detail-list span { display: block; color: var(--muted); font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; }
.detail-list strong { display: block; margin-top: 4px; font-size: 13px; }
.customer-specs {
  margin: 28px 0;
  color: #fff;
  background: linear-gradient(145deg, #171a1f, #242932);
  border-left: 4px solid var(--orange);
  border-radius: 9px;
  box-shadow: 0 14px 34px rgba(20, 22, 26, .15);
  overflow: hidden;
}
.customer-specs-heading { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; border-radius: 8px; cursor: pointer; list-style: none; touch-action: manipulation; user-select: none; transition: background-color 160ms ease; }
.customer-specs-heading::-webkit-details-marker { display: none; }
.customer-specs-heading:hover { background: rgba(255,255,255,.045); }
.customer-specs-heading:active { background: rgba(255,255,255,.075); }
.customer-specs-heading:focus-visible { outline: 3px solid #ff9860; outline-offset: -3px; }
.customer-specs-heading-copy { min-width: 0; }
.customer-specs-heading-copy > span { display: block; margin: 0 0 3px; color: #ff9860; font-family: "JetBrains Mono", monospace; font-size: 8px; font-weight: 700; letter-spacing: .09em; }
.customer-specs-heading-copy > strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 25px; letter-spacing: .025em; line-height: 1; text-transform: uppercase; }
.customer-specs-action { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.customer-specs-action > span:first-child { padding: 5px 8px; color: #d9dde3; background: rgba(255,255,255,.08); border-radius: 999px; font-family: "JetBrains Mono", monospace; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.customer-specs-chevron { width: 9px; height: 9px; border-right: 2px solid #ff9860; border-bottom: 2px solid #ff9860; transform: rotate(45deg); transition: transform 160ms ease; }
.customer-specs[open] .customer-specs-chevron { transform: rotate(225deg); }
.customer-specs-content { padding: 0 18px 18px; }
.customer-specs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }
.customer-specs-grid div { min-width: 0; padding: 11px 12px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; }
.customer-specs-grid dt { color: #aeb5bf; font-size: 8px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.customer-specs-grid dd { margin: 5px 0 0; overflow-wrap: anywhere; color: #fff; font-size: 12.5px; font-weight: 650; line-height: 1.4; font-variant-numeric: tabular-nums; }
.customer-specs-note { margin: 12px 0 0; color: #aeb5bf; font-size: 9px; line-height: 1.5; }
.dialog-actions { display: grid; gap: 9px; }
.dialog-actions .button { width: 100%; }

.inquiry-dialog {
  width: min(720px, calc(100vw - 30px));
  max-height: calc(100vh - 30px);
  max-height: calc(100dvh - 30px);
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.45);
}

.inquiry-dialog::backdrop { background: rgba(9, 11, 14, 0.76); backdrop-filter: blur(4px); }

.inquiry-heading {
  padding: 30px 70px 23px 30px;
  background: linear-gradient(145deg, #f8f8f6, #fff);
  border-bottom: 1px solid var(--line);
}

.inquiry-heading h2 { margin-top: 8px; font-size: clamp(38px, 6vw, 54px); }
.inquiry-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.inquiry-form { display: grid; gap: 18px; padding: 26px 30px 30px; }
.inquiry-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.inquiry-form label { display: grid; gap: 7px; color: #454b54; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form label > span { color: var(--muted); font-size: 8px; font-weight: 500; }
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.inquiry-form textarea { min-height: 118px; line-height: 1.55; resize: vertical; }
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus { outline: 3px solid rgba(232, 89, 12, 0.16); border-color: var(--orange); }
.inquiry-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.inquiry-privacy { margin: -3px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.inquiry-privacy a, .trade-privacy a { color: var(--orange-dark); font-weight: 700; }
.inquiry-form .inquiry-text-consent { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 11px; padding: 14px 15px; color: var(--ink); background: #fff8f3; border: 1px solid #e8b997; border-left: 4px solid var(--orange); border-radius: 7px; letter-spacing: 0; text-transform: none; }
.inquiry-form .inquiry-text-consent input { width: 19px; min-height: 19px; margin: 1px 0 0; padding: 0; accent-color: var(--orange); }
.inquiry-form .inquiry-text-consent span { color: var(--ink); font-size: 13.5px; font-weight: 600; line-height: 1.55; }
.inquiry-status { min-height: 18px; margin: -7px 0 0; color: var(--green); font-size: 12px; font-weight: 700; line-height: 1.45; }
.inquiry-status.error { color: #9d3126; }
.inquiry-actions { display: flex; justify-content: flex-end; gap: 10px; }
.inquiry-actions .button { min-width: 140px; border: 1px solid transparent; cursor: pointer; }
.inquiry-actions .button:disabled { opacity: .62; cursor: wait; }
.inquiry-success { padding: 52px 30px; text-align: center; }
.inquiry-success > span { display: inline-grid; width: 60px; height: 60px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 30px; font-weight: 800; }
.inquiry-success h3 { margin-top: 20px; font-size: 38px; }
.inquiry-success p { max-width: 500px; margin: 12px auto 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.trade-value-button {
  color: #fff;
  background: var(--graphite-soft);
  border: 1px solid #303640;
  cursor: pointer;
}

.trade-value-button::before {
  content: "$";
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  place-items: center;
  color: var(--graphite);
  background: #fff;
  border-radius: 50%;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
}

.trade-value-button:hover { background: #303640; }

.desktop-customer-device .dialog-actions .trade-value-button {
  background: var(--orange);
  border-color: var(--orange);
}

.desktop-customer-device .dialog-actions .trade-value-button:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.dialog-actions [data-inquiry-button] {
  color: #fff;
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  cursor: pointer;
}

.dialog-actions [data-inquiry-button]:hover {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
}

.trade-dialog {
  width: min(900px, calc(100vw - 30px));
  max-height: calc(100vh - 30px);
  max-height: calc(100dvh - 30px);
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
}

.trade-dialog::backdrop { background: rgba(9, 11, 14, 0.8); backdrop-filter: blur(4px); }

.trade-heading {
  padding: 32px 72px 25px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(232, 89, 12, 0.28), transparent 32%),
    linear-gradient(145deg, #282d35, var(--graphite));
  border-bottom: 4px solid var(--orange);
}

.trade-heading .section-kicker { color: #ff9b65; }
.trade-heading h2 { max-width: 720px; margin-top: 9px; font-size: clamp(39px, 6vw, 58px); }
.trade-heading > p:not(.section-kicker):not(.trade-target) { max-width: 700px; margin: 10px 0 0; color: #cbd0d7; font-size: 13px; line-height: 1.55; }
.trade-heading .trade-target { display: inline-flex; margin: 17px 0 0; padding: 8px 11px; color: #fff; background: rgba(255, 255, 255, 0.1); border-left: 3px solid var(--orange); font-size: 12px; font-weight: 700; }

.trade-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 22px 34px;
  list-style: none;
  background: #f5f5f3;
  border-bottom: 1px solid var(--line);
}

.trade-progress li { position: relative; display: flex; align-items: center; gap: 9px; color: #9ba0a8; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.trade-progress li:not(:last-child)::after { content: ""; position: absolute; top: 17px; right: 12px; width: calc(100% - 62px); height: 2px; background: #d8dadd; }
.trade-progress b { display: inline-grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; color: #7d838d; background: #fff; border: 2px solid #c9cdd2; border-radius: 50%; font-family: "Barlow Condensed", sans-serif; font-size: 20px; }
.trade-progress li[aria-current="step"] { color: var(--orange-dark); }
.trade-progress li[aria-current="step"] b { color: #fff; background: var(--orange); border-color: var(--orange); }
.trade-progress li.complete { color: var(--green); }
.trade-progress li.complete b { color: #fff; background: var(--green); border-color: var(--green); font-size: 0; }
.trade-progress li.complete b::after { content: "✓"; font-size: 17px; }

.trade-form { padding: 30px 34px 34px; }
.trade-step { display: grid; gap: 22px; }
.trade-step-heading > span { color: var(--orange-dark); font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trade-step-heading h3 { margin-top: 5px; font-size: clamp(32px, 5vw, 44px); }
.trade-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.trade-step > label,
.trade-field-grid > label { display: grid; gap: 7px; color: #454b54; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trade-step label > span { color: var(--muted); font-size: 8px; font-weight: 500; }
.trade-step input:not([type="radio"]):not([type="checkbox"]),
.trade-step select,
.trade-step textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.trade-step textarea { min-height: 112px; line-height: 1.5; resize: vertical; }
.trade-step input:focus,
.trade-step select:focus,
.trade-step textarea:focus { outline: 3px solid rgba(232, 89, 12, 0.16); border-color: var(--orange); }

.trade-choice-group { display: flex; flex-wrap: wrap; align-content: start; gap: 9px; min-width: 0; margin: 0; padding: 0; border: 0; }
.trade-choice-group legend { width: 100%; margin-bottom: 6px; color: #454b54; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trade-choice-group label { position: relative; cursor: pointer; }
.trade-choice-group input { position: absolute; opacity: 0; }
.trade-choice-group label span { display: block; padding: 11px 15px; color: #505660; background: #f5f5f3; border: 1px solid #d7dade; border-radius: 7px; font-size: 12px; font-weight: 700; }
.trade-choice-group input:checked + span { color: #fff; background: var(--orange); border-color: var(--orange); }
.trade-choice-group input:focus-visible + span { outline: 3px solid rgba(232, 89, 12, 0.22); }

.trade-photo-section { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px; background: #f5f5f3; border: 1px dashed #bfc4ca; border-radius: 9px; }
.trade-photo-section strong { display: block; font-size: 13px; text-transform: uppercase; }
.trade-photo-section strong span { color: var(--muted); font-size: 10px; font-weight: 500; }
.trade-photo-section p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.trade-photo-button { flex: 0 0 auto; cursor: pointer; }
.trade-photo-input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.trade-photo-input:focus + * { outline: 3px solid rgba(232, 89, 12, 0.2); }
.trade-photo-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.trade-photo-preview { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #f3f4f1; border: 1px solid var(--line); border-radius: 7px; }
.trade-photo-preview img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.trade-photo-preview figcaption { padding: 7px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.trade-photo-preview button { position: absolute; top: 5px; right: 5px; display: grid; width: 27px; height: 27px; padding: 0; place-items: center; color: #fff; background: rgba(20, 22, 26, .86); border: 0; border-radius: 50%; cursor: pointer; }
.trade-photo-status { min-height: 16px; margin: -13px 0 0; color: var(--green); font-size: 10px; font-weight: 700; }
.trade-photo-status.error { color: #9d3126; }

.trade-recap { display: grid; gap: 4px; padding: 15px 17px; background: #f5f5f3; border-left: 4px solid var(--orange); }
.trade-recap span, .trade-success-unit span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.trade-recap strong, .trade-success-unit strong { font-family: "Barlow Condensed", sans-serif; font-size: 22px; text-transform: uppercase; }
.trade-recap small { color: var(--muted); font-size: 11px; }
.trade-address-field { grid-column: 1 / 2; }
.trade-consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; padding: 13px 15px; background: #fff8f3; border: 1px solid #f0c9b3; border-radius: 7px; cursor: pointer; text-transform: none !important; }
.trade-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--orange); }
.trade-consent span { color: var(--ink) !important; font-size: 13.5px !important; font-weight: 600 !important; line-height: 1.55; }
.trade-privacy { margin: -8px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }

.privacy-header { position: static; }
.privacy-back-link { text-decoration: none; }
.privacy-main { padding: clamp(34px, 6vw, 76px) 20px 82px; background: #f3f3f0; }
.privacy-notice { max-width: 76ch; margin: 0 auto; padding: clamp(26px, 5vw, 54px); background: #fff; border-top: 5px solid var(--orange); box-shadow: 0 24px 65px rgba(20, 22, 26, .1); }
.privacy-notice > h1 { margin-top: 8px; font-size: clamp(46px, 7vw, 70px); }
.privacy-effective { margin: 4px 0 23px; color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.privacy-notice > p:not(.section-kicker):not(.privacy-effective) { font-size: 16px; line-height: 1.7; }
.privacy-notice section { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.privacy-notice section h2 { font-size: 28px; }
.privacy-notice section p { margin: 9px 0 0; color: #464d56; font-size: 15px; line-height: 1.75; }
.privacy-notice a { color: #a63d06; font-weight: 700; }
.privacy-footer { margin-top: 0; }
.trade-actions { display: flex; justify-content: space-between; gap: 11px; padding-top: 3px; }
.trade-actions .button { min-width: 150px; border: 1px solid transparent; cursor: pointer; }
.trade-actions .button.secondary { border-color: #cfd3d8; }
.trade-actions .button:disabled { opacity: .62; cursor: wait; }

.trade-success { padding: 56px 34px; text-align: center; }
.trade-success > span:first-child { display: inline-grid; width: 66px; height: 66px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 31px; font-weight: 800; }
.trade-success .section-kicker { margin-top: 20px; color: var(--orange-dark); }
.trade-success h3 { margin-top: 7px; font-size: clamp(42px, 7vw, 62px); }
.trade-success > p:not(.section-kicker) { max-width: 590px; margin: 12px auto 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.trade-success-unit { display: grid; gap: 5px; max-width: 560px; margin: 0 auto; padding: 17px; background: #f5f5f3; border-left: 4px solid var(--orange); text-align: left; }
.trade-success .trade-success-note { margin: 15px auto 24px !important; font-size: 10px !important; }
.trade-dialog.trade-complete .trade-heading,
.trade-dialog.trade-complete .trade-progress { display: none; }

.phone-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(360px, calc(100vw - 32px));
  padding: 15px 18px;
  color: #fff;
  background: var(--graphite-soft);
  border: 1px solid #3b424c;
  border-left: 4px solid var(--green);
  border-radius: 9px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .32);
}

.phone-toast.error { border-left-color: var(--orange); }
.phone-toast-mark { display: grid; flex: 0 0 31px; height: 31px; place-items: center; background: var(--green); border-radius: 50%; font-weight: 800; }
.phone-toast.error .phone-toast-mark { background: var(--orange); }
.phone-toast > div { display: grid; gap: 3px; }
.phone-toast strong { font-family: "Barlow Condensed", sans-serif; font-size: 20px; letter-spacing: .02em; text-transform: uppercase; }
.phone-toast > div span { color: #c8cdd5; font-size: 11px; }

@media (max-width: 1050px) {
  .filter-bar { grid-template-columns: 2fr repeat(2, 1fr); }
  .filter-advanced label:last-of-type { grid-column: 1 / 3; }
  .clear-button { grid-column: 3; }
  .unit-card { flex-basis: calc((100% - var(--grid-gap)) / 2); }
}

@media (max-width: 900px) {
  .unit-dialog,
  .inquiry-dialog,
  .trade-dialog {
    position: fixed;
    top: calc(var(--visual-viewport-top, 0px) + max(8px, env(safe-area-inset-top, 0px)));
    left: calc(var(--visual-viewport-left, 0px) + max(8px, env(safe-area-inset-left, 0px)));
    width: calc(var(--visual-viewport-width, 100dvw) - max(8px, env(safe-area-inset-left, 0px)) - max(8px, env(safe-area-inset-right, 0px)));
    height: calc(var(--visual-viewport-height, 100dvh) - max(8px, env(safe-area-inset-top, 0px)) - max(8px, env(safe-area-inset-bottom, 0px)));
    max-height: none;
    margin: 0;
    border-radius: 12px;
    scroll-padding-block: 72px max(40px, calc(24px + env(safe-area-inset-bottom, 0px)));
    -webkit-overflow-scrolling: touch;
  }
  .dialog-close {
    top: 12px;
    right: 12px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
  }
  .dialog-close-rail {
    position: sticky;
    top: 0;
    height: 1px;
    margin-bottom: -1px;
  }
  .dialog-copy { padding-bottom: max(40px, calc(24px + env(safe-area-inset-bottom, 0px))); }
  .inquiry-form,
  .trade-form,
  .inquiry-success,
  .trade-success { padding-bottom: max(40px, calc(24px + env(safe-area-inset-bottom, 0px))); }
}

@media (max-width: 760px) {
  .site-header { position: static; min-height: 74px; }
  .brand-logo { width: clamp(180px, 42vw, 225px); }
  .brand-location { font-size: 8px; }
  .header-actions { gap: 8px; }
  .header-shop-link { flex: 0 0 44px; width: 44px; min-height: 44px; padding: 4px; justify-content: center; clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 50%, calc(100% - 7px) 100%, 0 100%); }
  .header-shop-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .header-shop-label, .header-shop-arrow { display: none; }
  .inventory-hero { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .hero-stat { display: flex; align-items: baseline; gap: 10px; padding: 0; border: 0; }
  .hero-stat span { font-size: 44px; }
  .browser-heading { align-items: end; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .filter-advanced label:last-of-type { grid-column: 1; }
  .clear-button { grid-column: 2; }
  .unit-card { flex-basis: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { align-items: start; flex-direction: column; gap: 12px; }
  .disclaimer { grid-column: 1; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-photo, .dialog-photo .photo-placeholder { min-height: 300px; }
  .dialog-main-image { max-height: min(58dvh, 520px); }
  .dialog-copy { padding: 28px 20px max(40px, calc(24px + env(safe-area-inset-bottom, 0px))); }
  .sold-banner-detail { top: 13px; right: 13px; min-width: 116px; padding: 8px 12px 9px; }
  .sold-banner-detail strong { font-size: 27px; }
  .gallery-swipe-hint { display: flex; }
  .inquiry-field-grid { grid-template-columns: 1fr; }
  .trade-field-grid { grid-template-columns: 1fr; }
  .trade-address-field { grid-column: auto; }
  .trade-progress li { justify-content: center; }
  .trade-progress li span { display: none; }
  .trade-progress li:not(:last-child)::after { right: -25%; width: 50%; }
  .trade-photo-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 430px) {
  .site-header { gap: 8px; min-height: 62px; padding: 7px 10px; }
  .brand-logo { width: min(48vw, 178px); }
  .brand-location { display: none; }
  .header-shop-link { flex-basis: 40px; width: 40px; min-height: 40px; }
  .header-shop-icon { flex-basis: 31px; width: 31px; height: 31px; }
  .header-actions .header-call { padding: 5px 0 5px 8px; border-left-width: 2px; }
  .header-actions .header-call span { display: none; }
  .header-actions .header-call strong { font-size: clamp(19px, 5.8vw, 23px); letter-spacing: .015em; }
  .inventory-hero { gap: 10px; padding: 12px 18px 16px; }
  .eyebrow { margin-bottom: 8px; font-size: 10px; }
  h1 { font-size: 38px; }
  .hero-copy > p:last-child { margin-top: 8px; font-size: 13.5px; line-height: 1.45; }
  .hero-stat { gap: 8px; }
  .hero-stat span { font-size: 36px; }
  .hero-stat small { margin-top: 0; font-size: 10px; }
  .inventory-browser { padding: 20px 14px 48px; }
  .browser-heading { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 12px; }
  .browser-heading h2 { font-size: 32px; }
  .results-summary { font-size: 11px; }
  .filter-bar { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-bottom: 18px; padding: 12px; }
  .search-field { grid-column: 1; }
  .filter-bar input { font-size: 14px; }
  .filter-toggle {
    display: flex;
    align-items: center;
    align-self: end;
    gap: 7px;
    min-height: 44px;
    padding: 9px 11px;
    color: #fff;
    background: var(--graphite-soft);
    border: 1px solid var(--graphite-soft);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
  }
  .filter-toggle b {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    color: #fff;
    background: var(--orange);
    border-radius: 999px;
    font-size: 10px;
  }
  .filter-toggle i {
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff9b65;
    border-bottom: 2px solid #ff9b65;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 150ms ease;
  }
  .filter-toggle[aria-expanded="true"] i { transform: rotate(225deg) translate(-1px, -1px); }
  .filter-advanced { display: none; }
  .filter-bar.is-expanded .filter-advanced {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 11px;
    border-top: 1px solid var(--line);
  }
  .filter-advanced label:last-of-type,
  .clear-button { grid-column: 1; }
  .unit-photo { aspect-ratio: 16 / 10; }
  .unit-card-body { padding: 18px; }
  .unit-promotion > summary { padding-inline: 12px; }
  .unit-promotion > .promotion-legal { margin-inline: 12px; }
  .unit-promotion strong { font-size: 18px; }
  .view-details { margin-right: -18px; margin-bottom: -18px; margin-left: -18px; padding: 9px 10px 9px 18px; }
  .dialog-offer { gap: 10px; }
  .dialog-savings { min-width: 116px; padding: 9px 11px 10px; }
  .dialog-savings strong { font-size: 27px; }
  .customer-specs { margin-block: 24px; }
  .customer-specs-heading { padding: 15px; }
  .customer-specs-content { padding: 0 15px 15px; }
  .customer-specs-heading { align-items: start; flex-direction: column; gap: 8px; }
  .customer-specs-grid { gap: 7px; }
  .customer-specs-grid div { padding: 10px; }
  .customer-specs-grid dd { font-size: 12px; }
  .dialog-promotion > summary { grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; }
  .dialog-promotion > summary > span { min-width: 0; place-items: start; }
  .empty-actions { align-items: stretch; flex-direction: column; }
  .inquiry-heading { padding: 26px 60px 20px 20px; }
  .inquiry-form { padding: 22px 20px 24px; }
  .inquiry-form input, .inquiry-form select, .inquiry-form textarea,
  .trade-step input:not([type="radio"]):not([type="checkbox"]), .trade-step select, .trade-step textarea { font-size: 16px; }
  .inquiry-actions { align-items: stretch; flex-direction: column-reverse; }
  .inquiry-actions .button { width: 100%; }
  .trade-heading { padding: 27px 58px 23px 20px; }
  .trade-progress { padding: 18px 20px; }
  .trade-form { padding: 24px 20px 26px; }
  .trade-photo-section { align-items: stretch; flex-direction: column; }
  .trade-photo-button { width: 100%; }
  .trade-photo-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trade-actions { align-items: stretch; flex-direction: column-reverse; }
  .trade-actions .button { width: 100%; }
  .trade-success { padding: 46px 20px; }
  .phone-toast { right: 16px; bottom: 16px; }
}

@media (max-width: 350px) {
  .dialog-offer { grid-template-columns: 1fr; align-items: stretch; }
  .dialog-savings { min-width: 0; }
  .customer-specs-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .view-details::before,
  .view-details-motion b { animation: none !important; }
  .view-details::after { transform: none !important; }
  .view-details-three-canvas { display: none !important; }
}
