/* Dumoch Consulting — dumochconsulting.com */

:root {
  --navy: #12293f;
  --navy-deep: #0b1c2c;
  --slate: #47606f;
  --slate-light: #7c909d;
  --rule: #dfe4e8;
  --paper: #ffffff;
  --paper-warm: #f6f4f0;
  --paper-tint: #eef1f3;
  --accent: #9c6b3f;
  --ink: #1c2a33;
  --max: 1080px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", Georgia, serif;
  color: var(--navy);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 { font-size: 2.6rem; margin: 0 0 1rem; }
h2 { font-size: 1.75rem; margin: 3rem 0 1rem; }
h3 { font-size: 1.2rem; margin: 2rem 0 .5rem; }

p { margin: 0 0 1.1rem; }

a { color: var(--navy); text-decoration-color: var(--slate-light); text-underline-offset: 3px; }
a:hover { color: var(--accent); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; }

/* ---------- header ---------- */
header.site {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: sticky; top: 0; z-index: 50;
}
.bar {
  max-width: var(--max); margin: 0 auto; padding: 18px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand .nm {
  font-family: Charter, Georgia, serif; font-size: 1.22rem; font-weight: 600;
  color: var(--navy); letter-spacing: -0.01em;
}
.brand .cr { font-size: .78rem; color: var(--slate-light); letter-spacing: .09em; text-transform: uppercase; }

nav.site { display: flex; gap: 26px; flex-wrap: wrap; }
nav.site a {
  font-size: .87rem; color: var(--slate); text-decoration: none;
  letter-spacing: .02em; padding-bottom: 2px; border-bottom: 2px solid transparent;
}
nav.site a:hover { color: var(--navy); border-bottom-color: var(--accent); }
nav.site a.on { color: var(--navy); border-bottom-color: var(--navy); }

/* ---------- hero ---------- */
.hero {
  background: var(--navy);
  color: #e9eef2;
  padding: 84px 0 76px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent) 30%, var(--accent) 70%, transparent);
  opacity: .55;
}
.ecg { position: absolute; right: -40px; bottom: -10px; width: 520px; opacity: .10; pointer-events: none; }
.hero h1 { color: #fff; max-width: 17ch; font-size: 3rem; position: relative; }
.hero .lede {
  font-size: 1.22rem; color: #b9c8d4; max-width: 54ch; margin-bottom: 2rem;
  position: relative;
}
.eyebrow {
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: #8ea6b8; margin-bottom: 1.1rem;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 13px 26px; border-radius: 2px;
  font-size: .93rem; font-weight: 500; text-decoration: none; letter-spacing: .01em;
  border: 1px solid transparent; transition: all .15s ease;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #85582f; color: #fff; }
.btn-ghost { border-color: #6b8298; color: #dfe8ee; }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-deep); color: #fff; }
.btn-line { border-color: var(--navy); color: var(--navy); }
.btn-line:hover { background: var(--navy); color: #fff; }
.btns { display: flex; gap: 14px; flex-wrap: wrap; position: relative; }

/* ---------- sections ---------- */
section { padding: 62px 0; }
section.tint { background: var(--paper-warm); }
section.tint2 { background: var(--paper-tint); }

.kicker {
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--slate-light); margin-bottom: .7rem;
}

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

.card {
  background: var(--paper); border: 1px solid var(--rule);
  padding: 28px; border-radius: 3px;
}
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }

.price {
  font-family: Charter, Georgia, serif; font-size: 2.1rem; color: var(--navy);
  font-weight: 600; line-height: 1;
}
.price small { font-size: .95rem; color: var(--slate); font-weight: 400; display: block; margin-top: .5rem; font-family: inherit; }

/* ---------- pull quote ---------- */
.pull {
  border-left: 3px solid var(--accent); padding: 4px 0 4px 26px;
  font-family: Charter, Georgia, serif; font-size: 1.3rem; line-height: 1.5;
  color: var(--navy); margin: 2.4rem 0;
}

/* ---------- tables ---------- */
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0 2rem; font-size: .95rem; }
th, td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
th { background: var(--navy); color: #fff; font-weight: 500; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
tbody tr:nth-child(even) { background: var(--paper-warm); }
td.fee { white-space: nowrap; font-weight: 600; color: var(--navy); }
tr.flag td { background: #f4ece3; }

/* ---------- steps ---------- */
ol.steps { list-style: none; counter-reset: s; padding: 0; margin: 1.5rem 0; }
ol.steps li { counter-increment: s; position: relative; padding: 0 0 1.6rem 56px; }
ol.steps li::before {
  content: counter(s); position: absolute; left: 0; top: -2px;
  width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; font-family: Charter, Georgia, serif;
}
ol.steps li strong { display: block; color: var(--navy); font-size: 1.02rem; margin-bottom: .2rem; }

/* ---------- checklist ---------- */
ul.check { list-style: none; padding: 0; margin: 1.2rem 0; }
ul.check li { position: relative; padding: 0 0 .75rem 26px; }
ul.check li::before {
  content: ""; position: absolute; left: 2px; top: .62em;
  width: 7px; height: 7px; background: var(--accent); border-radius: 50%;
}

/* ---------- faq ---------- */
.faq-item { border-bottom: 1px solid var(--rule); padding: 24px 0; }
.faq-item:first-of-type { border-top: 1px solid var(--rule); }
.faq-item h3 { margin: 0 0 .6rem; font-size: 1.08rem; }
.faq-item p:last-child { margin-bottom: 0; }

/* ---------- callout ---------- */
.note {
  background: var(--paper-warm); border-left: 3px solid var(--slate-light);
  padding: 20px 24px; margin: 2rem 0; font-size: .93rem; color: var(--slate);
}
.note strong { color: var(--navy); }

/* ---------- cta band ---------- */
.band { background: var(--navy); color: #cdd9e2; text-align: center; padding: 64px 0; }
.band h2 { color: #fff; margin-top: 0; }
.band p { max-width: 52ch; margin: 0 auto 1.8rem; color: #b9c8d4; }

/* ---------- contact ---------- */
.contact-line { font-size: 1.15rem; margin-bottom: .4rem; }
.contact-line a { font-weight: 500; }

/* ---------- footer ---------- */
footer.site {
  background: var(--navy-deep); color: #8ea6b8; padding: 46px 0 38px; font-size: .87rem;
}
footer.site a { color: #b9c8d4; }
footer.site a:hover { color: #fff; }
.fgrid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.fnav { display: flex; gap: 22px; flex-wrap: wrap; }
.fine { margin-top: 30px; padding-top: 22px; border-top: 1px solid #1e3448; font-size: .8rem; line-height: 1.6; color: #6f8698; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .grid3, .grid2 { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 54px; }
  .hero h1 { font-size: 2.15rem; }
  h1 { font-size: 2.05rem; }
  .bar { flex-direction: column; align-items: flex-start; gap: 14px; }
  nav.site { gap: 18px; }
  .ecg { display: none; }
  table, thead, tbody, th, td, tr { display: block; }
  thead { display: none; }
  tbody tr { border: 1px solid var(--rule); margin-bottom: 14px; padding: 6px 0; }
  td { border: none; padding: 8px 16px; }
  td.fee { color: var(--accent); }
}
