:root{--ink:#203326;--forest:#294d35;--moss:#587252;--cream:#f7f2e8;--paper:#fffdf8;--clay:#c96f4f;--rose:#ead0cf;--blue:#cfdfe2;--line:#d8d5ca;--muted:#5d685f;--danger:#8a2635;--shadow:0 18px 48px rgba(27,49,34,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:0;background:var(--cream);color:var(--ink);line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:.18em}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;z-index:1000;top:.5rem;left:.5rem;padding:.7rem 1rem;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;padding:1rem clamp(1rem,5vw,5rem);background:rgba(247,242,232,.96);border-bottom:1px solid rgba(41,77,53,.12)}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:1.2rem;line-height:1}.brand small{display:block;margin-top:.25rem;font:700 .65rem/1.1 Inter,ui-sans-serif,sans-serif;letter-spacing:.22em;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:50%;background:var(--forest);color:#fff;font-size:1.5rem}.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.8rem,2vw,1.7rem)}.desktop-nav a{text-decoration:none;font-weight:700;font-size:.92rem}.desktop-nav a:hover,.desktop-nav a:focus-visible{text-decoration:underline}.nav-cta{padding:.65rem .95rem;border-radius:999px;background:var(--clay);color:#fff}.mobile-menu{display:none}.messages{width:min(1180px,calc(100% - 2rem));margin:1rem auto 0}.message{padding:.85rem 1rem;border-radius:.7rem;background:#e4efe4;border:1px solid #a9c2ac}.message.error{background:#f8e1e3;border-color:#d6a5ac}.hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:stretch;min-height:640px;background:var(--paper)}.hero.compact{min-height:540px}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(3rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.hero h1{max-width:12ch;margin:.15rem 0 1.15rem;font:500 clamp(3rem,7vw,6.8rem)/.96 Georgia,"Times New Roman",serif;letter-spacing:-.045em}.hero.compact h1{font-size:clamp(2.8rem,5vw,5.4rem)}.lede{max-width:63ch;margin:0 0 1.6rem;font-size:clamp(1.05rem,1.6vw,1.28rem);color:var(--muted)}.hero-image{width:100%;height:100%;object-fit:cover;min-width:0}.eyebrow{margin:0 0 .75rem;color:var(--clay);font-weight:800;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.72rem 1.15rem;border:2px solid var(--forest);border-radius:999px;background:var(--forest);color:#fff;font-weight:800;text-decoration:none}.button:hover,.button:focus-visible{background:#173522;border-color:#173522}.button.secondary{background:transparent;color:var(--forest)}.button.secondary:hover,.button.secondary:focus-visible{background:var(--forest);color:#fff}.text-link{font-weight:800;color:var(--forest)}.section{width:min(1180px,calc(100% - 2.2rem));margin:0 auto;padding:clamp(4rem,8vw,7rem) 0}.intro{max-width:850px;text-align:center}.intro h2,.cta h2{margin:.15rem auto 1rem;font:500 clamp(2.25rem,5vw,4.4rem)/1.04 Georgia,"Times New Roman",serif;letter-spacing:-.03em}.intro p{font-size:1.06rem}.feature-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,6vw,6rem);align-items:center}.feature-split.reverse img{order:2}.feature-split img{width:100%;aspect-ratio:8/5;object-fit:cover;border-radius:2rem .5rem 2rem .5rem;box-shadow:var(--shadow)}.feature-split h2,.cards h2{margin:.1rem 0 1rem;font:500 clamp(2rem,4vw,3.7rem)/1.07 Georgia,"Times New Roman",serif;letter-spacing:-.03em}.feature-split h3{margin-top:1.5rem}.feature-split ul{padding-left:1.2rem}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.cards article{padding:clamp(1.5rem,4vw,3rem);border-radius:1.5rem;background:var(--paper);box-shadow:0 10px 30px rgba(27,49,34,.08)}.cards article:nth-child(2){background:var(--blue)}.cta{max-width:900px;text-align:center;border-top:1px solid var(--line)}.cta .button-row{justify-content:center}.form-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,6rem);align-items:start}.form-layout h2{font:500 clamp(2.15rem,4vw,3.7rem)/1.06 Georgia,"Times New Roman",serif}.public-form,.panel-form{padding:clamp(1.3rem,4vw,2.7rem);border-radius:1.5rem;background:var(--paper);box-shadow:var(--shadow)}.field{margin-bottom:1.1rem}.field label{display:block;margin-bottom:.35rem;font-weight:800}.field input,.field select,.field textarea,.public-form input,.public-form select,.public-form textarea,.panel-form input,.panel-form select,.panel-form textarea{width:100%;max-width:100%;padding:.75rem .8rem;border:1px solid #aeb6ae;border-radius:.55rem;background:#fff;color:var(--ink)}.field textarea,.public-form textarea,.panel-form textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(201,111,79,.25);border-color:var(--clay)}.field-error,.errorlist{color:var(--danger);font-weight:700}.form-note,.field small{display:block;color:var(--muted);font-size:.9rem}.policy{max-width:850px}.policy h1{font:500 clamp(3rem,7vw,6rem)/1 Georgia,"Times New Roman",serif}.policy h2{margin-top:2.25rem;font:500 1.8rem/1.2 Georgia,"Times New Roman",serif}.site-footer{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;width:100%;padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,5rem);background:var(--forest);color:#fff}.site-footer h2{margin:0 0 .7rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.site-footer a{display:block;margin:.3rem 0}.footer-brand{font:500 1.55rem/1.2 Georgia,"Times New Roman",serif;text-decoration:none}.copyright{grid-column:1/-1;margin:1rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.22);font-size:.85rem}.app-shell{min-height:100%;background:#edf1ec}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,3rem);background:var(--forest);color:#fff}.app-header a{color:#fff}.app-nav{display:flex;flex-wrap:wrap;gap:.85rem;padding:.75rem clamp(1rem,4vw,3rem);background:#dfe8df}.app-main{width:min(1320px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 5rem}.app-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.stat,.panel{padding:1.2rem;border:1px solid var(--line);border-radius:1rem;background:#fff}.stat strong{display:block;font:600 2.2rem/1 Georgia,"Times New Roman",serif}.panel{margin-top:1.2rem}.panel h2{margin-top:0}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:.75rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.app-two-col{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.2rem}.password-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:end}.password-toggle{min-height:2.9rem;padding:.55rem .8rem;border:1px solid var(--forest);border-radius:.5rem;background:#fff;color:var(--forest);font-weight:800}.print-only{display:none}
@media(max-width:900px){.desktop-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{padding:.55rem .8rem;border:1px solid var(--forest);border-radius:.5rem;font-weight:800;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{position:absolute;right:0;top:calc(100% + .5rem);display:grid;min-width:13rem;padding:.6rem;border-radius:.7rem;background:#fff;box-shadow:var(--shadow)}.mobile-menu nav a{padding:.6rem;text-decoration:none}.hero,.hero.compact{grid-template-columns:1fr;min-height:0}.hero-copy{padding:4rem max(1.1rem,5vw)}.hero-image{aspect-ratio:8/5}.feature-split,.form-layout,.app-two-col{grid-template-columns:1fr}.feature-split.reverse img{order:0}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.site-header{padding:.8rem 1rem}.brand{font-size:1rem}.brand-mark{width:2.35rem;height:2.35rem}.hero h1,.hero.compact h1{font-size:clamp(2.65rem,14vw,4rem)}.section{width:min(100% - 1.35rem,1180px);padding:3.4rem 0}.cards,.app-grid,.site-footer{grid-template-columns:1fr}.feature-split img{border-radius:1.2rem .35rem 1.2rem .35rem}.button-row{width:100%}.button-row .button{flex:1 1 100%}.app-header{align-items:flex-start;flex-direction:column}.app-nav{gap:.45rem}.app-nav a{padding:.35rem .5rem;background:rgba(255,255,255,.65);border-radius:.35rem}.site-footer{padding:3rem 1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.site-header,.site-footer,.app-header,.app-nav,.no-print,.messages{display:none!important}.print-only{display:block}body{background:#fff;color:#000}.app-main,.section{width:100%;padding:0}.panel{border:0;box-shadow:none}a{text-decoration:none;color:#000}}

/* True page-background architecture for the five public marketing pages. */
@media screen {
  .true-background-page {
    --page-background-image: none;
    --surface-overlay-top: rgba(10, 24, 15, .12);
    --surface-overlay-lower: rgba(10, 24, 15, .36);
  }
  .true-background-page.page-home { --page-background-image: url("media/home-hero.webp"); }
  .true-background-page.page-about { --page-background-image: url("media/about-hero.webp"); }
  .true-background-page.page-services { --page-background-image: url("media/services-hero.webp"); }
  .true-background-page.page-contact { --page-background-image: url("media/contact-hero.webp"); }
  .true-background-page.page-request-service { --page-background-image: url("media/request-hero.webp"); }

  .true-background-page main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: clamp(2rem, 5vw, 5rem);
    background-color: #152b1d;
    background-image:
      linear-gradient(180deg, var(--surface-overlay-top) 0, rgba(10, 24, 15, .28) 24rem, var(--surface-overlay-lower) 100%),
      var(--page-background-image);
    background-position: center top, center top;
    background-size: 100% 100%, auto clamp(46rem, 85vw, 70rem);
    background-repeat: no-repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .true-background-page .true-background-hero,
  .true-background-page .true-background-hero.compact {
    display: flex;
    align-items: center;
    width: min(1180px, calc(100% - 2.2rem));
    min-height: clamp(42rem, 78vh, 54rem);
    margin: 0 auto;
    padding: clamp(3rem, 8vw, 7rem) 0;
    background: transparent;
    color: #fff;
  }
  .true-background-page .true-background-hero.compact {
    min-height: clamp(38rem, 70vh, 48rem);
  }
  .true-background-page .true-background-hero .hero-copy {
    width: min(49rem, 100%);
    margin: 0;
    padding: clamp(1.6rem, 4vw, 3.25rem);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 2rem .65rem 2rem .65rem;
    background: rgba(15, 35, 23, .72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    backdrop-filter: blur(5px);
  }
  .true-background-page .true-background-hero h1 {
    max-width: 11ch;
    color: #fff;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .32);
  }
  .true-background-page .true-background-hero .lede {
    color: rgba(255, 255, 255, .9);
  }
  .true-background-page .true-background-hero .eyebrow {
    color: #ffc8b3;
  }
  .true-background-page .true-background-hero .button.secondary {
    border-color: #fff;
    color: #fff;
  }
  .true-background-page .true-background-hero .button.secondary:hover,
  .true-background-page .true-background-hero .button.secondary:focus-visible {
    border-color: #fff;
    background: #fff;
    color: var(--forest);
  }

  .true-background-page .section {
    width: min(1180px, calc(100% - 2.2rem));
    margin: clamp(1.5rem, 4vw, 3.5rem) auto 0;
    padding: clamp(2.6rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem);
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 2rem .65rem 2rem .65rem;
    background: rgba(255, 253, 248, .68);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .24);
    backdrop-filter: blur(4px) saturate(1.08);
    font-family: "Trebuchet MS", "Gill Sans", Arial, sans-serif;
    font-weight: 700;
  }
  .true-background-page .section h1,
  .true-background-page .section h2,
  .true-background-page .section h3,
  .true-background-page .section h4 {
    font-weight: 700;
  }
  .true-background-page .section.intro,
  .true-background-page .section.cta {
    width: min(920px, calc(100% - 2.2rem));
  }
  .true-background-page .section.cta {
    border-top: 1px solid rgba(255, 255, 255, .3);
  }
}

@media screen and (max-width: 900px) {
  .true-background-page main {
    background-size: 100% 100%, auto clamp(44rem, 115vw, 58rem);
  }
  .true-background-page .true-background-hero,
  .true-background-page .true-background-hero.compact {
    width: min(100% - 1.5rem, 1180px);
    min-height: clamp(36rem, 76vh, 45rem);
    padding: 3.5rem 0;
  }
  .true-background-page .true-background-hero .hero-copy {
    padding: clamp(1.4rem, 6vw, 2.5rem);
  }
}

@media screen and (max-width: 560px) {
  .true-background-page main {
    padding-bottom: 1.2rem;
    background-size: 100% 100%, auto 46rem;
  }
  .true-background-page .true-background-hero,
  .true-background-page .true-background-hero.compact {
    width: min(100% - 1.1rem, 1180px);
    min-height: 39rem;
    padding: 2.6rem 0;
  }
  .true-background-page .true-background-hero .hero-copy {
    border-radius: 1.4rem .45rem 1.4rem .45rem;
  }
  .true-background-page .section,
  .true-background-page .section.intro,
  .true-background-page .section.cta {
    width: min(100% - 1.1rem, 1180px);
    margin-top: 1rem;
    padding: 2.6rem 1.1rem;
    border-radius: 1.4rem .45rem 1.4rem .45rem;
  }
}
