:root {
  --bg: #f6f2ea;
  --surface: #fffaf6;
  --surface-2: #ebe3d7;
  --ink: #0b2236;
  --ink-soft: #3f5469;
  --muted: #667789;
  --line: rgba(11, 34, 54, 0.12);
  --brand: #08243d;
  --brand-2: #174262;
  --brand-3: #061a2e;
  --accent: #c9792b;
  --accent-2: #9d551b;
  --shadow: 0 24px 80px rgba(6, 26, 46, 0.14);
  --shadow-soft: 0 14px 42px rgba(6, 26, 46, 0.075);
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(201, 121, 43, 0.08), transparent 24rem),
    radial-gradient(circle at 96% 20%, rgba(8, 36, 61, 0.09), transparent 30rem),
    var(--bg);
}

.site-header {
  background: rgba(246, 242, 234, 0.94);
}

.header-inner {
  gap: 18px;
}

.brand-lockup {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: clamp(228px, 20vw, 256px);
  height: 58px;
  min-width: 0;
  background-image: url('/assets/ulto-logo.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-lockup .logo-mark,
.brand-lockup .logo-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer .brand-lockup {
  width: min(272px, 100%);
  height: 64px;
  margin-bottom: 14px;
  background-image: url('/assets/ulto-logo-reverse.svg');
}

.site-header a[href="vendors.html"],
.site-header a[href="/vendors.html"],
.site-header a[href="listings.html"],
.site-header a[href="/listings.html"] {
  display: none !important;
}

.nav {
  gap: 14px;
  font-weight: 760;
}

.hero,
.page-hero,
.cta-band,
.section.dark {
  background: radial-gradient(circle at 76% 18%, rgba(201,121,43,0.20), transparent 30%), linear-gradient(135deg, #08243d 0%, #174262 52%, #061a2e 100%);
}

.btn-secondary {
  color: #071d32;
  background: linear-gradient(135deg, #e59a3f, #c9792b);
}

.btn-primary {
  background: linear-gradient(135deg, #08243d, #123a5b);
}

.form-card {
  position: relative;
  overflow: hidden;
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9792b, #e59a3f, #174262);
}

.vendor-form {
  align-self: stretch;
}

.vendor-form .form-grid {
  gap: 16px;
}

.vendor-form textarea {
  min-height: 150px;
}

.vendor-intake-card {
  align-self: stretch;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,250,246,0.96), rgba(235,227,215,0.78));
  box-shadow: var(--shadow-soft);
}

.vendor-intake-card .check-list {
  margin-top: 20px;
}

input, select, textarea {
  background: #fffdf8;
}

.form-card input,
.form-card select,
.form-card textarea {
  border-color: rgba(11, 34, 54, 0.16);
}

.form-card button[type="submit"] {
  margin-top: 8px;
}

.turnstile-wrap {
  margin: 18px 0 8px;
  min-height: 68px;
  display: flex;
  align-items: center;
}

.turnstile-note {
  margin: 18px 0 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(201, 121, 43, 0.1);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.form-note,
.notice {
  font-size: 0.94rem;
}

button:disabled,
.btn[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.site-footer {
  background: linear-gradient(135deg, #061a2e, #10253b);
}

.footer-col h4 {
  letter-spacing: -0.015em;
}

@media (max-width: 1260px) {
  .brand-lockup {
    width: 220px;
    height: 54px;
  }

  .nav {
    gap: 10px;
    font-size: 0.84rem;
  }
}

@media (max-width: 1120px) {
  .brand-lockup {
    width: 242px;
    height: 56px;
  }
}

@media (max-width: 680px) {
  .header-inner {
    height: 72px;
  }

  .site-header .brand-lockup {
    width: 152px;
    height: 52px;
    background-image: url('/assets/ulto-logo-compact.svg');
  }

  .site-footer .brand-lockup {
    width: min(260px, 100%);
    height: 62px;
  }

  .turnstile-wrap {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .page-hero { padding: 58px 0 44px; }
  .vendor-intake-card { padding: 24px; }
}

@media (max-width: 380px) {
  .site-header .brand-lockup {
    width: 140px;
    height: 50px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }
}
