/* Chris Simpson SEO — hard-edge design system v3 (2026-07-04)
   Geometry measured from stumpservicesnearme.com: square corners (2px), hard zero-blur
   offset shadows, thick 90-degree accent rules, dark/paper block rhythm.
   v3 pixel-audit fixes: wrap 1140->1280, block-level nav links (real hit areas),
   logo lockup (no text wrap), bigger nav/link type, cookie banner, hero form card.
   Every text pair WCAG AA+ verified. Self-hosted DM Sans, no CDNs. */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- tokens (contrast-verified) ---------- */
:root {
  --paper: #f3ecda;        /* warm sand; ink 11.9:1 */
  --paper-deep: #eadfc4;   /* wet sand; ink 10.6:1 */
  --ink: #182f38;          /* deep-sea ink */
  --ink-block: #173d4a;    /* ocean block; shell 9.9:1 */
  --ink-deep: #0f2b35;     /* abyss; foam 7.5:1 */
  --light: #f0ece0;        /* shell white */
  --light-mute: #b7cdc4;   /* sea glass; 7.0:1 on ocean */
  --accent: #ff7a59;       /* sunset coral BLOCK color */
  --accent-press: #bf4a2d; /* pressed coral shadow */
  --accent-ink: #26100a;   /* text ON coral 7.1:1 */
  --accent-deep: #0d6a5f;  /* deep tide teal; 5.5:1 on sand */
  --accent-glow: #63d6c3;  /* seafoam; 6.6:1 on ocean */
  --line: #ddd2b6;
  --line-strong: #cfc19e;
  --muted: #51636b;        /* driftwood slate; 6.3:1 on white */
  --foot-text: #a7bdb2;    /* foam gray */
  --font: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --r: 2px;
  --shadow-card: 7px 7px 0 0 rgba(15,43,53,.16);
  --shadow-btn: 4px 4px 0 0 var(--accent-press);
  --shadow-btn-dark: 4px 4px 0 0 rgba(0,0,0,.55);
  --tr: .15s ease;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-deep); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; }
h1, h2, h3, h4, h5 { line-height: 1.12; font-weight: 700; color: var(--ink); margin: 0 0 .6em; text-wrap: balance; letter-spacing: -.015em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; color: #33484f; }
.muted { color: var(--muted); }
.center { text-align: center; }
.fineprint { font-size: .82rem; color: var(--muted); line-height: 1.5; }
.ic { width: 1.1em; height: 1.1em; fill: currentColor; vertical-align: -0.16em; flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 300; }
.skip-link:focus { left: 0; }

/* ---------- layout (v3: wider) ---------- */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 4.25rem 0; }
.section-alt { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-cream { background: var(--paper-deep); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
.eyebrow {
  display: inline-block; font-size: .84rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-deep); margin-bottom: .8rem;
}
.section-head { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.section-head h2 { position: relative; padding-bottom: .75rem; }
.section-head h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 64px; height: 4px; background: var(--accent);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--accent); color: var(--accent-ink);
  font-weight: 700; font-size: 1rem; letter-spacing: .05em; text-transform: uppercase;
  padding: .95rem 1.75rem; border-radius: var(--r); border: 0;
  cursor: pointer; box-shadow: var(--shadow-btn);
  transition: transform var(--tr), box-shadow var(--tr), background var(--tr);
  font-family: var(--font); text-decoration: none;
}
.btn:hover {
  background: var(--accent); color: var(--accent-ink); text-decoration: none;
  transform: translate(2px, 2px); box-shadow: 2px 2px 0 0 var(--accent-press);
}
.btn-dark { background: var(--ink-block); color: var(--light); box-shadow: var(--shadow-btn-dark); }
.btn-dark:hover { background: var(--ink-deep); color: var(--light); box-shadow: 2px 2px 0 0 rgba(0,0,0,.55); }
.btn-outline { background: transparent; color: var(--ink); border: 2px solid var(--ink); box-shadow: none; }
.btn-outline:hover { background: var(--ink); color: var(--paper); transform: none; box-shadow: none; }
.hero .btn-outline, .page-hero .btn-outline, .cta-band .btn-outline { color: var(--light); border-color: var(--light); }
.hero .btn-outline:hover, .page-hero .btn-outline:hover, .cta-band .btn-outline:hover { background: var(--light); color: var(--ink); }
.btn-lg { padding: 1.1rem 2.2rem; font-size: 1.06rem; }

/* ---------- header ---------- */
.site-header {
  background: var(--ink-block); border-bottom: 5px solid var(--accent);
  position: sticky; top: 0; z-index: 100;
}
.header-bar { display: flex; align-items: center; gap: 1.25rem; min-height: 84px; }

/* logo lockup (stump pattern: mark + stacked wordmark, never wraps) */
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 46px; height: 46px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-size: 1.22rem; font-weight: 700; color: #fff; letter-spacing: .02em;
  text-transform: uppercase; white-space: nowrap;
}
.brand-sub {
  font-size: .68rem; font-weight: 700; color: var(--accent-glow);
  letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; margin-top: .15rem;
}

.header-nav { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.header-nav > ul { display: flex; align-items: stretch; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.header-nav > ul > li { display: flex; }
.header-nav > ul > li > a {
  display: flex; align-items: center;
  color: var(--light); font-weight: 600; font-size: 1.06rem; white-space: nowrap;
  padding: .6rem .95rem; border-bottom: 3px solid transparent; border-radius: 0;
  min-height: 48px;
}
.header-nav > ul > li > a:hover { color: #fff; text-decoration: none; border-bottom-color: var(--accent-glow); }
.header-nav > ul > li > a[aria-current="page"] { color: #fff; border-bottom-color: var(--accent); }
.nav-cta-group { display: flex; align-items: center; gap: 1rem; margin-left: .9rem; }
.nav-phone {
  font-weight: 700; font-size: 1.12rem; color: #fff; white-space: nowrap;
  display: inline-flex; align-items: center; gap: .45rem; padding: .6rem .2rem; min-height: 48px;
}
.nav-phone:hover { color: var(--accent-glow); text-decoration: none; }
.nav-phone .ic { color: var(--accent-glow); }

/* dropdown */
.has-drop { position: relative; }
.has-drop > a::after { content: ""; display: inline-block; margin-left: .4rem; width: .45em; height: .45em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.drop {
  position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff;
  border: 1px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow-card);
  padding: .35rem; margin: 0; list-style: none;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .15s ease; z-index: 50;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: block; padding: .7rem .9rem; font-size: 1rem; font-weight: 600; color: var(--ink); border-bottom: 0; }
.drop a:hover { background: var(--paper); color: var(--accent-deep); text-decoration: none; }

/* mobile nav */
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: .7rem; min-height: 48px; }
.nav-toggle span { display: block; width: 28px; height: 3px; background: var(--light); margin: 6px 0; }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .header-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink-block); border-bottom: 5px solid var(--accent);
    padding: .5rem 1.5rem 1.5rem; box-shadow: 0 14px 0 0 rgba(15,43,53,.16);
    max-height: calc(100vh - 90px); overflow-y: auto;
  }
  .header-nav.open { display: block; }
  .header-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .header-nav > ul > li { display: block; }
  .header-nav > ul > li > a {
    display: flex; font-size: 1.12rem; padding: .95rem .25rem; min-height: 52px;
    border-bottom: 1px solid rgba(240,236,224,.16);
  }
  .header-nav > ul > li > a[aria-current="page"] { border-bottom: 1px solid rgba(240,236,224,.16); color: var(--accent-glow); }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 0 1.1rem; }
  .drop a { color: var(--light-mute); padding: .8rem .25rem; min-height: 48px; display: flex; align-items: center; }
  .drop a:hover { background: transparent; color: #fff; }
  .has-drop > a::after { display: none; }
  .nav-cta-group { margin: 1.25rem 0 0; flex-direction: column; align-items: stretch; text-align: center; }
  .nav-phone { justify-content: center; font-size: 1.25rem; }
}

/* ---------- hero (dark block) ---------- */
.hero { background: var(--ink-block); color: var(--light); padding: 4rem 0 4.75rem; }
.hero h1 { color: #fff; }
.hero .lead { color: var(--light-mute); }
.hero .eyebrow { color: var(--accent-glow); }
.hero .grid-2 { align-items: start; }
.hero .check-list { color: var(--light); }
.hero .check-list .ic { color: var(--accent-glow); }
.hero-panel {
  background: #fff; color: var(--ink);
  border: 1px solid var(--ink); border-left: 6px solid var(--accent);
  border-radius: var(--r); box-shadow: var(--shadow-card); padding: 2rem;
}
.hero-panel h2, .hero-panel h3 { color: var(--ink); }
.hero-panel .check-list { color: var(--ink); }
.hero-panel .check-list .ic { color: var(--accent-deep); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.75rem; }

/* owner photo (in hero card or owner section) */
.owner-photo { border: 1px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow-card); }
.hero-panel .owner-photo { border: 1px solid var(--line); box-shadow: none; margin-bottom: 1.25rem; width: 100%; object-fit: cover; }
.photo-caption { font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: .6rem; }
.owner-fig { margin: 0; }
.owner-fig .photo-caption { text-align: center; }

/* inner page hero */
.page-hero { background: var(--ink-block); color: var(--light); padding: 3.5rem 0; }
.page-hero h1 { color: #fff; }
.page-hero p, .page-hero .lead { color: var(--light-mute); max-width: 780px; }
.page-hero .eyebrow { color: var(--accent-glow); }

/* ---------- stats band ---------- */
.stats-band { background: var(--ink-deep); border-top: 1px solid #000; padding: 2.5rem 0; color: var(--light-mute); }
.stats-band .grid-4 { text-align: center; }
.stats-band h2, .stats-band h3, .stats-band h4 { color: #fff; }
.stats-band p, .stats-band .lead { color: var(--light-mute); }
.stat-num { font-size: 2.3rem; font-weight: 700; color: var(--ink); line-height: 1.1; }
.stat-label { color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-top: .3rem; }
.stats-band .stat-num { color: #fff; }
.stats-band .stat-label { color: var(--foot-text); }

/* ---------- cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 2rem; box-shadow: var(--shadow-card);
  transition: transform var(--tr), box-shadow var(--tr);
  display: flex; flex-direction: column;
}
.card:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 0 rgba(15,43,53,.16); }
.card h3 { padding-bottom: .55rem; border-bottom: 3px solid var(--accent); display: inline-block; align-self: flex-start; }
.card .ic-badge {
  width: 50px; height: 50px; border-radius: var(--r);
  background: var(--ink-block); color: var(--accent-glow);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
}
.card .ic-badge .ic { width: 25px; height: 25px; }
.card-link {
  font-weight: 700; margin-top: auto; display: inline-flex; align-items: center; gap: .45rem;
  text-transform: uppercase; font-size: .95rem; letter-spacing: .06em; color: var(--accent-deep);
  padding: .5rem 0; min-height: 40px;
}
.card-link:hover { color: var(--ink); }

/* ---------- lists ---------- */
.check-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .75rem; }
.check-list .ic { color: var(--accent-deep); margin-top: .3em; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--ink-block);
  border-radius: var(--r); margin-bottom: .65rem; overflow: hidden;
}
.faq details[open] { border-left-color: var(--accent); box-shadow: var(--shadow-card); }
.faq summary {
  cursor: pointer; font-weight: 700; font-size: 1.05rem; padding: 1.1rem 1.35rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 52px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--accent-deep); font-weight: 700; line-height: 1; transition: transform var(--tr); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 1.35rem 1.2rem; color: #33484f; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink-block); color: var(--light-mute); border-top: 5px solid var(--accent); padding: 4rem 0; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 640px; margin: 0 auto 1.75rem; color: var(--light-mute); }

/* ---------- forms ---------- */
.form-card {
  background: #fff; border: 1px solid var(--ink); border-left: 6px solid var(--accent);
  border-radius: var(--r); box-shadow: var(--shadow-card); padding: 2.25rem;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; display: block; margin-bottom: .35rem; color: var(--ink); }
input, textarea, select {
  width: 100%; font-family: var(--font); font-size: 1.02rem; color: var(--ink);
  background: #fdfbf5; border: 1px solid var(--line-strong); border-radius: var(--r);
  padding: .78rem .95rem; transition: border-color var(--tr), box-shadow var(--tr);
}
input:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 3px 3px 0 0 rgba(255,122,89,.4); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: .85rem; color: var(--muted); margin-top: .75rem; }
.form-status { margin-top: 1rem; font-weight: 700; display: none; }
.form-status.ok { display: block; color: #14655a; }
.form-status.err { display: block; color: var(--accent-deep); }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: .98rem; background: #fff; border: 1px solid var(--line); }
th, td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line); }
th { background: var(--ink-block); color: var(--light); text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }

/* ---------- figures ---------- */
.proof-fig { margin: 2rem 0; }
.proof-fig img { border: 1px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow-card); }
.proof-fig figcaption { font-size: .9rem; color: var(--muted); margin-top: .7rem; }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: .88rem; color: var(--muted); padding: 1rem 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; }
.crumbs li + li::before { content: "/"; margin-right: .35rem; color: var(--line-strong); }
.page-hero .crumbs, .hero .crumbs { color: var(--light-mute); }
.page-hero .crumbs a, .hero .crumbs a { color: var(--light-mute); text-decoration: underline; text-underline-offset: 3px; }
.page-hero .crumbs a:hover, .hero .crumbs a:hover { color: #fff; }
.page-hero .crumbs li + li::before, .hero .crumbs li + li::before { color: rgba(241,237,226,.35); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink-deep); color: var(--foot-text); border-top: 5px solid var(--accent); padding: 4rem 0 2rem; }
.site-footer .brand-name { font-size: 1.1rem; }
.site-footer h5 { color: #fff; font-size: .88rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: var(--foot-text); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer li a { display: inline-block; padding: .15rem 0; }
.footer-bottom { border-top: 1px solid #234653; padding-top: 1.5rem; font-size: .92rem; color: var(--foot-text); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-legal { font-size: .85rem; color: var(--foot-text); margin-top: 1rem; }

/* ---------- cookie consent ---------- */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--ink-deep); color: var(--light); border-top: 4px solid var(--accent);
  padding: 1rem 0; display: none;
}
.cookie-bar.show { display: block; }
.cookie-inner { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.cookie-inner p { margin: 0; flex: 1 1 320px; font-size: .95rem; color: var(--light-mute); }
.cookie-inner a { color: var(--accent-glow); text-decoration: underline; }
.cookie-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.cookie-actions .btn { padding: .65rem 1.3rem; font-size: .88rem; }
.cookie-actions .btn-ghost {
  background: transparent; color: var(--light); border: 2px solid var(--light-mute);
  box-shadow: none; border-radius: var(--r);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .88rem; letter-spacing: .05em; text-transform: uppercase;
  padding: .65rem 1.3rem; cursor: pointer; font-family: var(--font);
}
.cookie-actions .btn-ghost:hover { background: var(--light); color: var(--ink); }

/* ---------- responsive ---------- */
@media (max-width: 991px) {
  .grid-2, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .hero { padding: 3rem 0 3.5rem; }
  .section { padding: 3rem 0; }
  .hero .grid-2 { gap: 2.5rem; }
}
@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .brand-name { font-size: 1.05rem; }
  .brand-sub { font-size: .6rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-panel, .form-card { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
