@import url("./shared.css");

:root {
  --ink: #161412;
  --paper: #f7f4ee;
  --gold: #9a7b3c;
  --gold-d: #6e5526;
  --line: #d9d0c2;
  --muted: #6f675c;
  --panel: #fffdf8;
  --warn: #8a5a2b;
}

html, body {
  margin: 0;
  background: #e6dfd2;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  line-height: 1.5;
}

.utility {
  background: #1a1713;
  color: #cfc6b6;
  font-family: system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.utility-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.4rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: space-between;
}

.top {
  background: #11100e;
  color: #f4efe6;
  padding: 0.95rem 1.25rem 1.05rem;
  border-bottom: 2px solid var(--gold);
}
.top-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  align-items: baseline;
}
.house {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-family: system-ui, sans-serif;
}
.house span { color: var(--gold); }
.top-meta {
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
  text-align: right;
}

.discreet-banner {
  max-width: 980px;
  margin: 0.85rem auto 0;
  padding: 0.55rem 1rem;
  background: #f3e8d4;
  border: 1px dashed #b89255;
  color: var(--warn);
  font-family: system-ui, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.crumb {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.crumb span { opacity: 0.5; margin: 0 0.35rem; }

.lot {
  max-width: 980px;
  margin: 0.75rem auto 1.25rem;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(40,30,10,0.08);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}
@media (max-width: 820px) {
  .lot { grid-template-columns: 1fr; }
}

.visual {
  background: #1a1814;
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.visual svg { width: min(100%, 420px); height: auto; display: block; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.45)); }
.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(154,123,60,0.95);
  color: #111;
  font-family: system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  font-weight: 700;
}
.badge.secondary {
  top: 2.85rem;
  background: rgba(40,36,30,0.92);
  color: #e8dfd0;
  border: 1px solid #6e5526;
  font-weight: 500;
}

.detail { padding: 1.5rem 1.4rem 1.75rem; }
.lot-no {
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-d);
  margin: 0 0 0.45rem;
}
h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.2;
  font-weight: 600;
}
.attrib {
  margin: 0 0 0.85rem;
  font-style: italic;
  color: var(--muted);
  font-size: 0.95rem;
}
.dispute {
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--warn);
  background: #f7eee0;
  border-left: 3px solid #b89255;
  padding: 0.45rem 0.65rem;
  margin: 0 0 1rem;
}

.estimate {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.1rem;
  font-family: system-ui, sans-serif;
}
.estimate div span {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}
.estimate strong {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
}

h2 {
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-d);
  margin: 1.1rem 0 0.45rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.25rem;
}
.detail p { margin: 0 0 0.75rem; font-size: 0.94rem; }
.detail ul {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #2a2620;
}
.detail li { margin-bottom: 0.25rem; }

.asis {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  color: #4a4338;
  background: #f1ebe0;
  border: 1px solid var(--line);
  padding: 0.65rem 0.75rem;
  margin: 0.85rem 0 0;
  line-height: 1.45;
}

.desk-box {
  margin-top: 1.15rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #c9b48a;
  background: #faf6ee;
  font-family: system-ui, sans-serif;
}
.desk-box h3 {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-d);
}
.desk-box p { margin: 0 0 0.4rem; font-size: 0.8rem; color: #2c2823; }
.phone-token {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  background: #f3ebe0;
  border: 1px dashed #a88b5c;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  color: #1a1612;
  margin: 0.25rem 0 0.45rem;
}

.disclaimer-box {
  margin-top: 1.15rem;
  padding: 0.75rem 0.85rem;
  background: #f3ecdf;
  border: 1px dashed var(--gold);
  font-family: system-ui, sans-serif;
  font-size: 0.74rem;
  color: #5a5144;
  line-height: 1.45;
}
.cta {
  margin-top: 1.15rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.cta button {
  font-family: system-ui, sans-serif;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #f7f4ee;
  padding: 0.55rem 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
  cursor: default;
}
.cta button.ghost {
  background: transparent;
  color: var(--ink);
}

.site-foot {
  max-width: 980px;
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.55;
}
.site-foot p { margin: 0 0 0.35rem; }
