.ux-preview-theme {
  --ink: #243028;
  --muted: #5f675b;
  --white: #ffffff;
  --line: rgba(36, 48, 40, 0.12);
  --radius: 18px;
  --sand-100: #f7f2e8;
  --sand-200: #efe3cf;
  --mist-100: #edf3ec;
  --forest-900: #22362d;
  --forest-800: #2f4a3e;
  --olive-700: #667a4f;
  --rust-700: #a14f2a;
  --rust-600: #b86437;
  --gold-500: #d4a557;
  --shadow: 0 24px 60px rgba(31, 41, 35, 0.12);
  color: var(--ink);
  background: linear-gradient(180deg, #f8f2e7 0%, #f4efe7 42%, #f7f4ed 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.ux-preview-theme h1,
.ux-preview-theme h2,
.ux-preview-theme h3,
.ux-preview-theme .brand strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ux-preview-theme .hero-inner,
.ux-preview-theme .section-shell {
  width: min(1220px, calc(100% - 40px));
}

.ux-preview-theme .topbar {
  min-height: 82px;
  color: var(--ink);
  background: rgba(247, 242, 232, 0.88);
  border-bottom: 1px solid rgba(36, 48, 40, 0.08);
  box-shadow: 0 10px 40px rgba(36, 48, 40, 0.05);
}

.ux-preview-theme .brand-mark {
  width: 48px;
  height: 48px;
  background: linear-gradient(145deg, var(--forest-800), var(--rust-700));
  border-radius: 14px;
}

.ux-preview-theme .brand small,
.ux-preview-theme .nav a,
.ux-preview-theme .manager-link {
  color: var(--muted);
}

.ux-preview-theme .nav a:hover,
.ux-preview-theme .nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.ux-preview-theme .contact-links {
  gap: 6px;
}

.ux-preview-theme .contact-link {
  min-height: 38px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 48, 40, 0.1);
  border-radius: 12px;
}

.ux-preview-theme .contact-link:hover,
.ux-preview-theme .contact-link:focus-visible {
  background: var(--white);
  border-color: rgba(36, 48, 40, 0.16);
}

.ux-preview-theme .phone-link {
  color: var(--forest-900);
}

.ux-preview-theme .email-link {
  color: var(--muted);
}

.ux-preview-theme .manager-link {
  align-self: flex-end;
  font-size: 12px;
  font-weight: 700;
}

.ux-preview-theme .hero-preview {
  position: relative;
  min-height: auto;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 165, 87, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(102, 122, 79, 0.15), transparent 34%),
    linear-gradient(135deg, #f9f3e7 0%, #efe2cd 48%, #e6ede0 100%);
}

.ux-preview-theme .hero-preview::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -40px;
  width: min(720px, 58vw);
  height: min(540px, 46vw);
  background: url("assets/hero-harvest.png") right bottom / contain no-repeat;
  opacity: 0.23;
  pointer-events: none;
}

.ux-preview-theme .hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: start;
  min-height: auto;
  padding: 70px 0 86px;
}

.ux-preview-theme .hero-copy-block {
  padding-top: 22px;
}

.ux-preview-theme .eyebrow {
  color: var(--rust-700);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ux-preview-theme .eyebrow.dark {
  color: var(--olive-700);
}

.ux-preview-theme h1 {
  max-width: 780px;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 0.96;
}

.ux-preview-theme h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.02;
}

.ux-preview-theme .hero-copy {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(36, 48, 40, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.ux-preview-theme .button {
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 800;
}

.ux-preview-theme .button-primary {
  background: linear-gradient(135deg, var(--rust-700), var(--rust-600));
  box-shadow: 0 12px 30px rgba(161, 79, 42, 0.22);
}

.ux-preview-theme .button-primary:hover,
.ux-preview-theme .button-primary:focus-visible {
  background: linear-gradient(135deg, #96502c, #c36b3d);
}

.ux-preview-theme .button-secondary {
  color: var(--forest-900);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 48, 40, 0.1);
}

.ux-preview-theme .button-secondary:hover,
.ux-preview-theme .button-secondary:focus-visible {
  background: var(--white);
}

.ux-preview-theme .button-ghost {
  color: var(--forest-900);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(36, 48, 40, 0.12);
}

.ux-preview-theme .button-ghost:hover,
.ux-preview-theme .button-ghost:focus-visible {
  background: var(--white);
}

.ux-preview-theme .hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.ux-preview-theme .hero-points {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ux-preview-theme .hero-points li {
  position: relative;
  padding: 16px 18px 16px 52px;
  color: rgba(36, 48, 40, 0.82);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 16px;
}

.ux-preview-theme .hero-points li::before {
  content: "•";
  position: absolute;
  top: 14px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--white);
  background: var(--forest-800);
  border-radius: 999px;
  font-size: 18px;
  line-height: 1;
}

.ux-preview-theme .hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  gap: 14px;
  margin-top: 30px;
}

.ux-preview-theme .hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 18px;
}

.ux-preview-theme .hero-stats dt {
  color: var(--forest-900);
  font-size: 24px;
}

.ux-preview-theme .hero-stats dd {
  color: var(--muted);
  font-size: 13px;
}

.ux-preview-theme .hero-lead-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.ux-preview-theme .lead-card-copy,
.ux-preview-theme .trust-copy,
.ux-preview-theme .site-footer p {
  margin: 0;
  color: var(--muted);
}

.ux-preview-theme .quick-form-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ux-preview-theme .quick-field-wide {
  grid-column: 1 / -1;
}

.ux-preview-theme .quick-form-preview label span,
.ux-preview-theme .catalog-tools label span {
  color: var(--muted);
  font-size: 13px;
}

.ux-preview-theme .quick-form-preview .segmented {
  min-height: 54px;
  padding: 5px;
  background: rgba(239, 227, 207, 0.7);
  border: 1px solid rgba(36, 48, 40, 0.08);
}

.ux-preview-theme .quick-form-preview .segment {
  color: var(--muted);
}

.ux-preview-theme .quick-form-preview .segment.active {
  color: var(--white);
  background: var(--forest-900);
}

.ux-preview-theme input,
.ux-preview-theme select,
.ux-preview-theme textarea {
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid rgba(36, 48, 40, 0.12);
  border-radius: 14px;
}

.ux-preview-theme input:focus,
.ux-preview-theme select:focus,
.ux-preview-theme textarea:focus {
  border-color: rgba(161, 79, 42, 0.55);
  box-shadow: 0 0 0 4px rgba(161, 79, 42, 0.12);
}

.ux-preview-theme .form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.ux-preview-theme .proof-band {
  padding: 34px 0 72px;
  background: transparent;
}

.ux-preview-theme .proof-shell,
.ux-preview-theme .proof-grid {
  display: grid;
  gap: 18px;
}

.ux-preview-theme .proof-heading {
  max-width: 560px;
}

.ux-preview-theme .proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ux-preview-theme .proof-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(36, 48, 40, 0.05);
}

.ux-preview-theme .proof-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: var(--white);
  background: var(--forest-800);
  border-radius: 10px;
  font-weight: 800;
}

.ux-preview-theme .proof-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.ux-preview-theme .categories {
  padding: 0 0 18px;
  background: transparent;
  border-bottom: 0;
}

.ux-preview-theme .category-row {
  gap: 10px;
}

.ux-preview-theme .category-chip {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(36, 48, 40, 0.04);
}

.ux-preview-theme .category-chip.active,
.ux-preview-theme .category-chip:hover,
.ux-preview-theme .category-chip:focus-visible {
  background: var(--forest-900);
}

.ux-preview-theme .catalog-section,
.ux-preview-theme .workflow,
.ux-preview-theme .final-cta,
.ux-preview-theme .trust {
  padding: 74px 0;
}

.ux-preview-theme .section-heading {
  margin-bottom: 28px;
}

.ux-preview-theme .catalog-tools {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(36, 48, 40, 0.05);
}

.ux-preview-theme .equipment-card {
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(36, 48, 40, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ux-preview-theme .equipment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(36, 48, 40, 0.1);
}

.ux-preview-theme .equipment-image {
  height: 248px;
}

.ux-preview-theme .status-badge {
  color: var(--forest-900);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.ux-preview-theme .card-body {
  gap: 14px;
  padding: 18px;
}

.ux-preview-theme .card-body h3 {
  min-height: 52px;
  font-size: 23px;
}

.ux-preview-theme .price {
  color: var(--forest-900);
}

.ux-preview-theme .score-pill {
  color: var(--olive-700);
  background: rgba(102, 122, 79, 0.12);
  border: 1px solid rgba(102, 122, 79, 0.16);
}

.ux-preview-theme .spec-list {
  gap: 10px;
}

.ux-preview-theme .empty-state {
  background: rgba(255, 255, 255, 0.82);
  border: 1px dashed rgba(36, 48, 40, 0.18);
  border-radius: 20px;
}

.ux-preview-theme .workflow {
  background: linear-gradient(135deg, #233930 0%, #203229 48%, #334a3e 100%);
}

.ux-preview-theme .workflow .section-heading p,
.ux-preview-theme .workflow .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.ux-preview-theme .step-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.ux-preview-theme .step-card span {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--gold-500);
}

.ux-preview-theme .trust {
  background: linear-gradient(180deg, #efe4d3 0%, #f5efe5 100%);
}

.ux-preview-theme .trust-layout {
  align-items: start;
}

.ux-preview-theme .trust-list article {
  padding: 22px;
  background: rgba(255, 251, 244, 0.82);
  border: 1px solid rgba(36, 48, 40, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(36, 48, 40, 0.05);
}

.ux-preview-theme .final-cta {
  color: var(--white);
  background: linear-gradient(135deg, #5b3724 0%, #72472d 38%, #2f4a3e 100%);
}

.ux-preview-theme .final-cta .eyebrow,
.ux-preview-theme .final-cta p {
  color: rgba(255, 255, 255, 0.8);
}

.ux-preview-theme .final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ux-preview-theme .final-cta .button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
}

.ux-preview-theme .final-cta .button-ghost:hover,
.ux-preview-theme .final-cta .button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.ux-preview-theme .site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #1f2b24;
}

.ux-preview-theme .footer-layout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 34px;
}

.ux-preview-theme .footer-layout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
}

.ux-preview-theme .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.ux-preview-theme .footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.ux-preview-theme .footer-links a:hover,
.ux-preview-theme .footer-links a:focus-visible {
  color: var(--white);
}

@media (max-width: 1120px) {
  .ux-preview-theme .topbar {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 24px;
  }

  .ux-preview-theme .nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    padding-top: 4px;
  }

  .ux-preview-theme .contact-links {
    align-items: flex-start;
  }

  .ux-preview-theme .hero-layout,
  .ux-preview-theme .trust-layout {
    grid-template-columns: 1fr;
  }

  .ux-preview-theme .proof-grid,
  .ux-preview-theme .catalog-grid,
  .ux-preview-theme .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux-preview-theme .catalog-tools {
    grid-template-columns: 1fr 1fr;
  }

  .ux-preview-theme .catalog-tools label:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ux-preview-theme .hero-inner,
  .ux-preview-theme .section-shell {
    width: min(100% - 24px, 1220px);
  }

  .ux-preview-theme .topbar {
    gap: 14px;
    min-height: auto;
    padding: 14px 12px;
  }

  .ux-preview-theme .brand {
    min-width: 0;
  }

  .ux-preview-theme .nav {
    gap: 4px;
  }

  .ux-preview-theme .nav a {
    padding: 9px 10px;
    font-size: 14px;
  }

  .ux-preview-theme .hero-layout {
    gap: 24px;
    padding: 36px 0 48px;
  }

  .ux-preview-theme h1 {
    font-size: 40px;
  }

  .ux-preview-theme .hero-copy {
    font-size: 17px;
  }

  .ux-preview-theme .hero-points li {
    padding: 14px 14px 14px 48px;
  }

  .ux-preview-theme .hero-stats,
  .ux-preview-theme .proof-grid,
  .ux-preview-theme .catalog-grid,
  .ux-preview-theme .steps-grid,
  .ux-preview-theme .trust-list,
  .ux-preview-theme .quick-form-preview,
  .ux-preview-theme .catalog-tools,
  .ux-preview-theme .card-actions {
    grid-template-columns: 1fr;
  }

  .ux-preview-theme .quick-field-wide {
    grid-column: auto;
  }

  .ux-preview-theme .equipment-image {
    height: 220px;
  }

  .ux-preview-theme .catalog-section,
  .ux-preview-theme .workflow,
  .ux-preview-theme .final-cta,
  .ux-preview-theme .trust,
  .ux-preview-theme .proof-band {
    padding: 54px 0;
  }

  .ux-preview-theme .section-heading,
  .ux-preview-theme .footer-layout {
    display: grid;
  }

  .ux-preview-theme .final-actions {
    width: 100%;
  }
}
