/* ===== PleaseLeaseMe — static marketing site ===== */
:root {
  --ink: #14201c;
  --ink-soft: #4a5a53;
  --muted: #7c8a83;
  --line: #e2e8e4;
  --bg: #ffffff;
  --bg-alt: #f5f8f6;
  --brand: #1f6f4f;      /* deep green — land/growth, not tied to any chain */
  --brand-dark: #164e38;
  --accent: #c9822b;     /* warm amber for highlights */
  --flag: #b5522a;
  --shadow: 0 10px 30px rgba(20, 32, 28, .10);
  --radius: 14px;
  --wrap: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: .7rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  border: 2px solid var(--brand);
  transition: transform .12s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--brand-dark); border-color: var(--brand-dark); transform: translateY(-1px); }
.btn-lg { padding: .9rem 1.6rem; font-size: 1.02rem; }
.btn-sm { padding: .45rem 1rem; font-size: .92rem; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-mark { font-size: 1.25rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.brand-mark strong { color: var(--brand); }
.brand-sub { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { color: var(--ink-soft); font-weight: 500; font-size: .96rem; }
.nav a:hover { color: var(--brand-dark); }
.nav .btn { color: #fff; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(11,24,19,.86) 0%, rgba(11,24,19,.62) 42%, rgba(11,24,19,.25) 100%);
}
.hero-content { position: relative; padding: 92px 24px 76px; max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; font-weight: 600; color: var(--accent); margin: 0 0 .8rem; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.06; margin: 0 0 1.1rem; letter-spacing: -.02em; }
.lede { font-size: 1.15rem; color: rgba(255,255,255,.9); margin: 0 0 1.8rem; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero-chips { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.18); border-radius: var(--radius); overflow: hidden; }
.hero-chips li { background: rgba(11,24,19,.55); padding: 1rem; display: flex; flex-direction: column; gap: .15rem; }
.hero-chips strong { font-size: 1.15rem; }
.hero-chips span { font-size: .82rem; color: rgba(255,255,255,.72); }

/* Hero emphasis for the charm copy */
.hero .lede em { font-style: italic; color: #fff; }

/* ---------- Sections ---------- */
.section { padding: 80px 0; }
.pivot { max-width: 24ch; }
.overview { max-width: 68ch; font-size: 1.12rem; color: var(--ink-soft); margin: 0; }
.overview strong { color: var(--ink); }
h3.sub { font-size: 1.15rem; margin: 0 0 .4rem; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); line-height: 1.15; letter-spacing: -.02em; margin: .2rem 0 1.4rem; max-width: 20ch; }
.section-intro { max-width: 62ch; color: var(--ink-soft); font-size: 1.06rem; margin: 0 0 2.2rem; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: start; }
.prose p { color: var(--ink-soft); }
.prose em { color: var(--ink); font-style: italic; }

ul.check { list-style: none; padding: 0; margin: 1.2rem 0; }
ul.check li { position: relative; padding-left: 1.9rem; margin-bottom: .9rem; color: var(--ink-soft); }
ul.check li::before {
  content: ""; position: absolute; left: 0; top: .35em; width: 1.15rem; height: 1.15rem;
  background: var(--brand); border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--brand);
}
ul.check li::after {
  content: ""; position: absolute; left: .34rem; top: .62em; width: .32rem; height: .58rem;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
ul.check strong { color: var(--ink); }

/* Callout */
.callout { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.callout h3 { margin: 0 0 .9rem; font-size: 1.1rem; }
.use-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; }
.use-tags span { background: var(--bg-alt); border: 1px solid var(--line); color: var(--ink-soft); font-size: .86rem; padding: .32rem .7rem; border-radius: 999px; }
.callout hr { border: none; border-top: 1px solid var(--line); margin: 1.2rem 0; }

/* ---------- Facts ---------- */
.site-grid { align-items: start; }
.fact-list { margin: 0; }
.fact-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.fact-list dt { font-weight: 600; color: var(--ink); }
.fact-list dd { margin: 0; color: var(--ink-soft); }
.fact-list .flag dd { }
.verify { display: inline-block; background: #fbeee6; color: var(--flag); font-size: .8rem; font-weight: 600; padding: .1rem .5rem; border-radius: 6px; margin-top: .2rem; }
.site-figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background:#fff; }
.site-figure img { width: 100%; }
.site-figure figcaption { font-size: .86rem; color: var(--muted); padding: .7rem 1rem; }

/* ---------- Stats ---------- */
.stat-feature { display: flex; align-items: center; gap: 1.6rem; background: var(--brand-dark); color: #fff; border-radius: var(--radius); padding: 1.6rem 2rem; margin-bottom: 1rem; box-shadow: var(--shadow); flex-wrap: wrap; }
.stat-feature .stat-num { font-size: 3rem; line-height: 1; color: #fff; display: flex; align-items: baseline; gap: .5rem; }
.stat-feature .stat-unit { font-size: .95rem; font-weight: 600; color: var(--accent); letter-spacing: .02em; }
.stat-feature-body { display: flex; flex-direction: column; }
.stat-feature .stat-label { font-size: 1.1rem; font-weight: 600; color: #fff; margin-bottom: .2rem; }
.stat-feature .stat-src { font-size: .82rem; color: rgba(255,255,255,.7); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.4rem; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.5rem; box-shadow: var(--shadow); }
.stat-num { display: block; font-size: 1.9rem; font-weight: 700; letter-spacing: -.02em; color: var(--brand-dark); }
.stat-label { display: block; font-weight: 600; margin: .35rem 0 .2rem; color: var(--ink); }
.stat-src { display: block; font-size: .78rem; color: var(--muted); }
.stat-pending { background: repeating-linear-gradient(135deg, #fff, #fff 10px, #fbfaf6 10px, #fbfaf6 20px); }
.stat-pending .stat-num { color: var(--accent); }

/* Radius-ring demographics table */
.demo-wrap { margin: 0 0 2.4rem; }
.demo-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.demo-table caption { text-align: left; font-size: .85rem; color: var(--muted); padding: .9rem 1rem; caption-side: top; }
.pending-tag { display: inline-block; background: #fbf3e8; color: var(--accent); font-weight: 600; padding: .05rem .5rem; border-radius: 6px; margin-left: .4rem; }
.demo-table th, .demo-table td { padding: .8rem 1rem; text-align: left; border-top: 1px solid var(--line); }
.demo-table thead th { background: var(--bg-alt); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); }
.demo-table tbody th { font-weight: 600; color: var(--ink); }
.demo-table td { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.demo-table .pending-cell { color: var(--muted); font-style: italic; text-align: center; }

.proximity { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 2rem; }
.proximity li { padding: .5rem 0; border-bottom: 1px dashed var(--line); color: var(--ink-soft); }
.proximity strong { color: var(--ink); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background:#fff; border:1px solid var(--line); }
.gallery img { width: 100%; height: 200px; object-fit: cover; }
.gallery figcaption { font-size: .82rem; color: var(--muted); padding: .6rem .8rem; }

/* ---------- Contact ---------- */
.contact { background: var(--brand-dark); color: #fff; }
.contact .eyebrow { color: var(--accent); }
.contact h2, .contact .lede { color: #fff; }
.contact .lede { color: rgba(255,255,255,.86); }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.contact-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 1.8rem; }
.contact-card p { margin: .1rem 0 .9rem; color: rgba(255,255,255,.9); }
.contact-owner { font-size: 1.15rem; font-weight: 600; color: #fff !important; }
.contact-card .muted { color: rgba(255,255,255,.55); }
.contact-email { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-email:hover { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { background: #0d1813; color: rgba(255,255,255,.6); padding: 44px 0; }
.footer-inner { display: flex; flex-direction: column; gap: .8rem; }
.site-footer .brand-mark { color: #fff; }
.site-footer .brand-mark strong { color: var(--brand); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(8, 14, 11, .93); padding: 24px; }
.lightbox.is-open { display: flex; }
.lb-stage { margin: 0; max-width: min(1200px, 94vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; }
.lb-img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0, 0, 0, .55); background: #000; }
.lb-cap { color: #fff; margin-top: .8rem; font-size: .95rem; text-align: center; }
.lb-close, .lb-prev, .lb-next { position: fixed; background: rgba(255, 255, 255, .12); color: #fff; border: none; cursor: pointer; border-radius: 999px; width: 52px; height: 52px; font-size: 1.9rem; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .15s ease; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255, 255, 255, .28); }
.lb-close { top: 20px; right: 24px; }
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-counter { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .72); font-size: .85rem; letter-spacing: .05em; }
@media (max-width: 560px) {
  .lb-close, .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 1.6rem; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-close { top: 12px; right: 12px; }
}

/* ---------- Utilities ---------- */
.muted { color: var(--muted); }
.small { font-size: .84rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav { gap: 1rem; }
  .nav a:not(.btn) { display: none; }
  .two-col, .contact-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-chips { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .proximity { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero-content { padding: 64px 24px 52px; }
}
@media (max-width: 480px) {
  .hero-chips, .stat-grid, .gallery { grid-template-columns: 1fr; }
  .fact-list > div { grid-template-columns: 1fr; gap: .2rem; }
}
