:root {
  color-scheme: dark;
  --bg: #101820;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --text: #f7f1e3;
  --muted: #b9c5c1;
  --accent: #f2b84b;
  --accent-strong: #ffcf70;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.94), rgba(18, 36, 43, 0.78)),
    radial-gradient(circle at top right, rgba(242, 184, 75, 0.24), transparent 30%),
    #101820;
}

a {
  color: inherit;
}

.sale-page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.hero {
  position: relative;
  display: grid;
  min-height: 72vh;
  align-items: center;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 7vw, 96px) 32px;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.95;
}

.signal-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 70% 45%, black, transparent 68%);
}

.orbital {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: inset 0 0 56px rgba(255, 255, 255, 0.04);
  transform: rotate(-18deg);
}

.orbital--one {
  top: 11%;
  right: -120px;
  width: min(54vw, 680px);
  aspect-ratio: 1;
}

.orbital--two {
  top: 28%;
  right: 7%;
  width: min(36vw, 420px);
  aspect-ratio: 1;
  border-color: rgba(242, 184, 75, 0.34);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 24px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
}

h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  display: block;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: #17140d;
  background: var(--accent);
  box-shadow: 0 14px 38px rgba(242, 184, 75, 0.24);
}

.button--primary:hover {
  background: var(--accent-strong);
}

.button--secondary {
  color: var(--text);
  background: var(--surface);
  border-color: var(--line);
}

.button--secondary:hover {
  background: var(--surface-strong);
}

.contact-line {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-line a {
  color: var(--text);
  font-weight: 700;
  text-decoration-color: rgba(242, 184, 75, 0.7);
  text-underline-offset: 4px;
}

.status-message {
  width: min(680px, 100%);
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(242, 184, 75, 0.36);
  border-radius: 6px;
  color: var(--text);
  background: rgba(242, 184, 75, 0.1);
  line-height: 1.55;
}

.status-message[hidden] {
  display: none;
}

.details {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 56px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.details article {
  min-height: 180px;
  padding: 24px;
  background: rgba(16, 24, 32, 0.82);
  backdrop-filter: blur(18px);
}

.details span {
  display: block;
  margin-bottom: 34px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.details h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: 0;
}

.details p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .hero {
    min-height: 68vh;
    padding-top: 44px;
  }

  .orbital--one {
    top: 4%;
    right: -46%;
    width: 112vw;
  }

  .orbital--two {
    top: 26%;
    right: -8%;
    width: 64vw;
  }

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

  .button {
    width: 100%;
  }

  .details {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin-bottom: 28px;
  }

  .details article {
    min-height: auto;
  }
}
