/* Owner's Audit - shared stylesheet */

:root {
  --ink:        #14171c;
  --paper:      #faf8f4;
  --panel:      #f2eee6;
  --muted:      #5a6068;
  --rule:       #ded9d0;
  --accent:     #1d5c4a;
  --accent-dk:  #143f33;
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.wrap-wide { max-width: 980px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.site-head {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.site-head .wrap-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.brand span { color: var(--accent); }
.nav { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav a:hover { color: var(--ink); }
.nav a.cta {
  color: #fff;
  background: var(--accent);
  padding: 9px 16px;
  border-radius: 4px;
}
.nav a.cta:hover { background: var(--accent-dk); color: #fff; }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: -0.015em; line-height: 1.18; }
h1 { font-size: clamp(2rem, 5.2vw, 2.9rem); margin: 0 0 20px; }
h2 { font-size: clamp(1.45rem, 3.4vw, 1.85rem); margin: 56px 0 16px; }
h3 { font-size: 1.14rem; margin: 32px 0 10px; font-weight: 600; }
p { margin: 0 0 20px; }
a { color: var(--accent); }

.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.lede { font-size: 1.18rem; color: #2c3138; }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }

/* ---------- sections ---------- */
.hero { padding: 76px 0 12px; }
section { padding-bottom: 8px; }
.band { background: var(--panel); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-top: 64px; padding: 8px 0 48px; }

hr.rule { border: 0; border-top: 1px solid var(--rule); margin: 56px 0; }

/* ---------- lists ---------- */
ul.plain { list-style: none; padding: 0; margin: 0 0 24px; }
ul.plain li {
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
ul.plain li:before {
  content: "";
  position: absolute;
  left: 4px; top: 25px;
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
}
ul.plain li strong { font-weight: 600; }

ol.steps { counter-reset: s; list-style: none; padding: 0; margin: 0 0 24px; }
ol.steps li {
  counter-increment: s;
  position: relative;
  padding: 0 0 26px 46px;
}
ol.steps li:before {
  content: counter(s);
  position: absolute; left: 0; top: 0;
  width: 30px; height: 30px;
  background: var(--accent); color: #fff;
  border-radius: 50%;
  font-family: var(--sans); font-size: 0.88rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- price ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 28px 0 8px; }
.price-card { border: 1px solid var(--rule); background: var(--paper); border-radius: 6px; padding: 24px; }
.price-card .who { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.price-card .amount { font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; margin-bottom: 6px; }
.price-card p { margin: 0; font-size: 0.95rem; color: var(--muted); }

/* ---------- callout ---------- */
.callout {
  border-left: 3px solid var(--accent);
  background: var(--panel);
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 5px 5px 0;
}
.callout p:last-child { margin-bottom: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn:hover { background: var(--accent-dk); color: #fff; }
.btn-row { margin: 32px 0 8px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-note { font-size: 0.9rem; color: var(--muted); }

/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 28px 0; }
.card {
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 26px;
  background: var(--paper);
  text-decoration: none;
  color: var(--ink);
  display: block;
}
.card:hover { border-color: var(--accent); }
.card h3 { margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.card .go { color: var(--accent); font-weight: 600; font-size: 0.92rem; margin-top: 14px; display: block; }

/* ---------- sources ---------- */
.sources { font-size: 0.85rem; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 18px; margin-top: 44px; }
.sources p { margin: 0 0 8px; }

/* ---------- footer ---------- */
.site-foot {
  border-top: 1px solid var(--rule);
  margin-top: 72px;
  padding: 34px 0 44px;
  font-size: 0.9rem;
  color: var(--muted);
}
.site-foot a { color: var(--muted); text-decoration: none; margin-right: 20px; }
.site-foot a:hover { color: var(--ink); }
.foot-links { margin-bottom: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 620px) {
  body { font-size: 17px; }
  .hero { padding-top: 48px; }
  .site-head .wrap-wide { padding-top: 16px; padding-bottom: 16px; }
  .nav { gap: 16px; width: 100%; }
  h2 { margin-top: 44px; }
}
