:root {
  --ink: #111111;
  --ink-2: #1a1a1a;
  --slate: #4a4a4a;
  --muted: #6f6f6f;
  --line: #e8e8e8;
  --paper: #f7f7f7;
  --ivory: #ffffff;
  --white: #ffffff;
  --red: #de1027;
  --red-2: #c10e22;
  --red-soft: #fde8ea;
  --gold: var(--red);
  --gold-2: var(--red);
  --teal: #de1027;
  --danger: #b42318;
  --ok: #157347;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.10);
  --radius: 18px;
  --max: 1160px;
  --font: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  letter-spacing: -0.011em;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 12px; background: #fff; padding: 8px 12px; z-index: 20; }

.nav {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 16px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 800; letter-spacing: -0.04em;
}
.brand img.icon { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; }
.brand img.lockup { height: 42px; width: auto; }
.brand span { font-size: 22px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--slate); font-size: 14px; font-weight: 600;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.is-active {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
.nav-links a.btn,
.nav-links a.btn-ink,
.nav-links a.btn-gold {
  color: #fff !important;
}
.nav-links a.btn-ink:hover,
.nav-links a.btn-gold:hover,
.nav-links a.btn:hover {
  color: #fff !important;
  background: var(--red);
}
.menu-toggle {
  display: none; border: 1px solid var(--line); background: #fff;
  border-radius: 10px; padding: 8px 10px; font-weight: 700;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; text-decoration: none; cursor: pointer;
  border-radius: 999px; padding: 12px 18px;
  font-weight: 700; font-size: 14px; letter-spacing: -0.01em;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold, .btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(222, 16, 39, 0.25); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ghost { background: transparent; border: 1px solid rgba(17,17,17,.16); }
.btn-wide { width: 100%; }
/* Keep the two checkout cadence buttons side by side, stacking on narrow screens. */
.form-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
@media (max-width: 520px) { .form-buttons { grid-template-columns: 1fr; } }
.btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.hero { position: relative; overflow: hidden; padding: 42px 0 28px; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: var(--red);
}
/* Landing-page hero kicker (FOR AGENTS & BROKERAGES) — larger than the global 12px */
[data-slot="hero"] .kicker { font-size: 18px; }
.lede .crimson { color: var(--red); font-weight: 700; }
.hero h1 {
  font-size: clamp(38px, 5.6vw, 64px);
  line-height: 0.98; letter-spacing: -0.045em; margin: 12px 0 16px;
}
.lede { font-size: 18px; color: var(--slate); max-width: 540px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 18px; }
.fine { font-size: 13px; color: var(--muted); }
.hero-visual {
  position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow);
  min-height: 420px; background: #fff; display: grid; place-items: center; padding: 0;
}
.hero-visual img.hero-photo,
.hero-visual img.product-shot { width: 100%; height: 100%; object-fit: cover; object-position: top; min-height: 420px; }
.hero-visual img.lockup-lg { width: min(100%, 520px); height: auto; padding: 36px; }
.card img.product-shot { width: 100%; height: 200px; object-fit: cover; object-position: top; border-radius: 12px; margin-bottom: 14px; }
.card.shot { padding: 0; overflow: hidden; }
.card.shot .card-body { padding: 22px; }
.hero-card {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  background: rgba(17,17,17,.86); color: #fff;
  border-radius: 16px; padding: 16px 18px;
}
.hero-card strong { display: block; font-size: 14px; }
.hero-card span { color: #d7d2c6; font-size: 13px; }

section { padding: 72px 0; }
.sec-title {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em; line-height: 1.05; margin: 0 0 12px;
}
.sec-sub { color: var(--slate); max-width: 640px; margin-bottom: 32px; }
.center { text-align: center; }
.center .sec-sub { margin-inline: auto; }

.grid-3, .grid-4, .grid-2 { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--ivory); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px;
}
.card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -0.03em; }
.card p { margin: 0; color: var(--slate); }
.icon-dot {
  width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center;
  background: var(--red-soft); color: var(--red); margin-bottom: 14px; font-weight: 800;
}

.band { background: var(--ink); color: #f3f3f3; }
.band .sec-sub { color: #d4d4d0; }
/* Step cards in the band are white (.card default); keep their text dark and readable. */
.band .card { background: var(--ivory); color: var(--ink); }
.band .card h3 { color: var(--ink); }
.band .card p { color: var(--slate); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill {
  border: 1px solid rgba(255,255,255,.5); border-radius: 999px;
  background: rgba(255,255,255,.08); padding: 8px 12px; font-size: 13px; color: #fff;
}

.price-toggle {
  display: inline-flex; background: #eee; border-radius: 999px; padding: 4px; margin-bottom: 24px;
}
.price-toggle button {
  border: 0; background: transparent; border-radius: 999px;
  padding: 8px 14px; font-weight: 700; cursor: pointer;
}
.price-toggle button.active { background: #fff; }
.price { font-size: 48px; letter-spacing: -0.04em; margin: 8px 0; }
.price small { font-size: 16px; color: var(--muted); }
.price-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.price-card.featured p, .price-card.featured li { color: #d7d2c6; }
.price-card ul { padding-left: 18px; margin: 16px 0 22px; }
.badge {
  display: inline-block; background: var(--red); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 999px; margin-bottom: 10px;
}

form { display: grid; gap: 12px; }
label { font-size: 13px; font-weight: 700; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; font: inherit; background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.notice { border-radius: 12px; padding: 12px 14px; font-size: 14px; background: var(--red-soft); }
.notice.ok { background: #d9f2e4; }
.notice.err { background: #f8d7d4; }

.legal { padding: 48px 0 80px; }
.legal-doc {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow);
}
.legal-doc h1 { letter-spacing: -0.04em; margin-top: 0; }
.legal-doc h2 { margin-top: 28px; font-size: 22px; }
.legal-doc p, .legal-doc li { color: #2c2c2c; }
.legal-cap { color: var(--slate); font-size: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.legal-doc ol, .legal-doc ul { margin: 8px 0 16px; padding-left: 22px; }
.legal-doc li { margin-bottom: 8px; }

footer { background: var(--ink-2); color: #d7d2c6; padding: 42px 0 24px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
footer a { color: #f3f3f3; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer h4 { color: #fff; margin: 0 0 10px; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.tiny { font-size: 12px; color: #9a9a9a; margin-top: 28px; }
.motto { color: #bdbdbd; font-size: 14px; margin: 8px 0 0; }

@media (max-width: 900px) {
  .hero-grid, .grid-3, .grid-4, .grid-2, .foot-grid, .form-row { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; padding: 16px 20px 22px; border-bottom: 1px solid var(--line);
  }
  .menu-toggle { display: inline-flex; }
  .hero-visual, .hero-visual img.hero-photo { min-height: 280px; }
}
