html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-main: #3d2c1e;
  --line-soft: #efe6d2;
  --ease-hover: cubic-bezier(0.2,0.8,0.2,1);
}
a{color:inherit;}
.featured-details {
    width: 100%;
    background: #f7f1e3;
    color: #2b1c12;
    border-bottom: 1px solid #ddcfb4;
    padding: 1.5rem 1.34rem;
  }
.direct-steps {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.08rem * 1.5);
  }
.text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
  }
.content-group {
    font-size: calc(15.6px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2b1c12;
    text-decoration: none;
    line-height: 1.2;
  }
.content-group:hover,
  .content-group:focus-visible {
    color: #c98a3c;
  }
.compact-entries {
    margin: 0;
    font-size: calc(15.6px * .875);
    color: var(--surface-main);
    line-height: 1.88;
  }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: #2b1c12;
    border: 1px solid #ddcfb4;
    border-radius: 0.36rem;
    cursor: pointer;
  }
.nav-toggle:hover,
  .nav-toggle:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#2b1c12;}
.nav-toggle-bar {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.steady-entries {
    width: 100%;
    border-top: 1px solid #ddcfb4;
    padding-top: calc(1.08rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.08rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 15.6px;
    color: #2b1c12;
    text-decoration: none;
    letter-spacing: 0.01em;
    border-bottom: 1px solid transparent;
    transition: color 330ms var(--ease-hover),
                border-color 330ms var(--ease-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #c98a3c;
    border-bottom-color: #c98a3c;
  }
@media (max-width: 767px) {
    .direct-steps {
      align-items: stretch;
      gap: calc(1.08rem * 1.5);
    }

    .text-area {
      align-items: flex-start;
      text-align: left;
    }

    .nav-toggle {
      display: flex;
      align-self: flex-end;
      margin-top: calc(calc(1.08rem * 1.5) * -1 - 44px);
    }

    .steady-entries {
      display: none;
      border-top: 1px solid #ddcfb4;
    }

    .steady-entries.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list li {
      border-bottom: 1px solid #ddcfb4;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: calc(15.6px * 1.125);
      border-bottom: none;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: transparent;
    }
  }
.site-media{font-family:"Libre Baskerville", sans-serif;font-size:15.6px;line-height:1.88;padding:calc(1.5rem * 2.4) 1.34rem;margin-top:calc(1.5rem * 2.4);background:#2b1c12;color:#f7f1e3;}
.wide-wrap{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.08rem * 1.5)}
.quiet-copy{border-bottom:1px solid rgba(255, 255, 255, 0.18);padding-bottom:calc(1.08rem * 1.5)}
.steady-body{max-width:62ch}
.soft-quote{font-size:calc(15.6px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.78}
.main-nav{font-size:calc(15.6px * 2);line-height:1.2;margin:0 0 1.5rem;font-weight:600}
.primary-view{font-size:15.6px;margin:0 0 1.5rem;opacity:0.9}
.fresh-form{font-size:calc(15.6px * .875);margin:0;opacity:0.78}
.service{display:grid;grid-template-columns:1fr;gap:calc(1.08rem * 1.5)}
.team-panel{font-size:15.6px;font-weight:600;margin:0 0 1.5rem;letter-spacing:0.02em}
.public-details{list-style:none;padding:0;margin:0;display:grid;gap:calc(1.5rem / 2)}
.public-details a{color:inherit;text-decoration:none;font-size:calc(15.6px * .875);border-bottom:1px solid transparent;transition:border-color 330ms var(--ease-hover), opacity 330ms var(--ease-hover)}
.public-details a:hover,
  .public-details a:focus-visible{border-bottom-color:currentColor;opacity:0.85;color:inherit}
.strong-surface{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.08rem * 1.5)}
.open-contact{font-size:15.6px;font-weight:600;margin:0 0 1.5rem}
.site-list{list-style:none;padding:0;margin:0;display:grid;gap:calc(1.5rem / 2);font-size:calc(15.6px * .875)}
.plain-details{font-weight:600;margin-right:0.35em}
.site-list a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 330ms var(--ease-hover)}
.site-list a:hover,
  .site-list a:focus-visible{border-bottom-color:currentColor;color:inherit}
.local-contact{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.08rem * 1.5);display:grid;gap:1.5rem}
.media-contact{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.34rem;font-size:calc(15.6px * .875)}
.media-contact a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 330ms var(--ease-hover)}
.media-contact a:hover,
  .media-contact a:focus-visible{border-bottom-color:currentColor;color:inherit}
.mission{font-size:calc(15.6px * .875);margin:0;opacity:0.8;max-width:78ch}
.content-wrap{font-size:calc(15.6px * .875);margin:0;opacity:0.7}
@media (min-width: 720px) {.service{grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
  }
@media (min-width: 1024px) {.wide-wrap{gap:calc(1.5rem * 2.4)}.steady-body{max-width:70ch}
  }
.cookies{position:fixed;right:1.34rem;bottom:1.5rem;z-index:1200}
.cookies .open-copy{width:min(24rem,calc(100vw - 1.34rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.59rem;background:#fafafa;color:#0a0f1a;box-shadow:0 12px 26px rgba(0,0,0,0.11)}
.cookies .text-menu{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookies strong{font-size:calc(15.6px * 1.35);line-height:1.12}
.cookies .text-menu button{border:0;background:transparent;color:#0a0f1a;text-decoration:underline;font:inherit;cursor:pointer}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.88}
.cookies .local-intro{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .local-intro button{flex:1;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.18rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .local-intro button.cookie-accept{background:#4a2c1a;color:#f7f1e3;border-color:#4a2c1a}
.public-method{
  padding:calc(1.5rem*2.8) 1.34rem;
  background:#f7f1e3;
  color:#2b1c12;
}
.public-method .wide-inner{max-width:1060px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  gap:calc(1.08rem*1.6);
  flex-wrap:wrap;}
.public-method .soft-media{flex:1 1 30rem;
  min-width:0;
  padding-top:0.4rem;}
.public-method h1{margin:0 0 0.6rem;
  font-size:clamp(2.1rem,4.6vw,3.9rem);
  line-height:1.06;
  letter-spacing:-0.01em;}
.public-method p{margin:0 0 1.4rem;
  color:var(--surface-main);
  max-width:40rem;
  font-size:15.6px;}
.public-method .direct-service{display:flex;
  flex-wrap:wrap;
  gap:calc(1.08rem * 1.5);
  border-top:1px solid #ddcfb4;
  padding-top:calc(1.08rem * 1.5);}
.public-method .direct-service a{color:#4a2c1a;
  text-decoration:none;
  font-size:calc(15.6px * .875);
  border-bottom:1px solid transparent;
  transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.public-method .direct-service a:hover{color:inherit;
  border-bottom-color:#c98a3c;}
.public-method .site-benefit{flex:0 1 min(28rem,36vw);
  width:min(28rem,100%);
  margin:0;
  display:flex;
  flex-direction:column;
  gap:0.7rem;}
.public-method .service-summary{width:100%;
  height:auto;
  object-fit:cover;
  display:block;
  border-radius:0.59rem;
  box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.public-method figcaption{font-size:calc(15.6px * .875);
  color:var(--surface-main);
  line-height:1.6;
  padding-left:0.2rem;
  border-left:2px solid #c98a3c;
  padding-left:0.7rem;}
@media (max-width:720px){
  .public-method .wide-inner{flex-direction:column-reverse;}
  .public-method .site-benefit{flex:1 1 auto;width:100%;}
}
.focused-block{
  --state-strong:calc(1.5rem * 1.15);
  --field-active:calc(1060px / 2.6);
  --copy-button:calc(1060px / 3.4);
  padding:calc(1.5rem * 2.4) 1.34rem;
  background:#c98a3c;
  color:#2b1c12;
}
.focused-block .wide-inner{max-width:1060px;margin:0 auto;}
.focused-block h2,
.focused-block h3,
.focused-block p{margin:0;}
.focused-block h2{font-size:calc(15.6px * 2);line-height:1.14;}
.focused-block h3{font-size:calc(15.6px * 1.35);line-height:1.22;}
.focused-block p{font-size:15.6px;line-height:1.88;}
.focused-block a{color:inherit;text-decoration:none;}
.focused-block .content-callout{display:flex;flex-direction:column;gap:var(--state-strong);}
.focused-block .site-proof{max-width:var(--field-active);}
.focused-block .site-proof p{margin-top:calc(1.5rem / 3);opacity:.82;}
.focused-block .steady-region{display:flex;flex-wrap:wrap;gap:var(--state-strong);}
.focused-block .team-frame{flex:1 1 var(--copy-button);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-block .team-frame p{margin-top:calc(1.5rem / 3);opacity:.85;}
.focused-block .top-intro{
  display:inline-flex;
  align-items:center;
  margin-top:calc(1.5rem / 2);
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.18rem;
  background:#2b1c12;
  color:#c98a3c;
  font-size:calc(15.6px * .875);
}
.focused-block .start{max-width:var(--field-active);
  font-size:calc(15.6px * .875);
  opacity:.78;}
.focused-block .start a{text-decoration:underline;
  text-underline-offset:3px;}
.focused-block .start a:hover{opacity:.75;}
@media (max-width:640px){.focused-block .team-frame{flex:1 1 100%;}
}
.top-quote{
  --state-strong:calc(1.5rem * 1.12);
  --field-active:calc(1060px / 2.4);
  padding:calc(1.5rem * 2.4) 1.34rem;
  background:#f7f1e3;
  color:#2b1c12;
}
.top-quote .wide-inner{max-width:1060px;margin:0 auto;}
.top-quote h2,
.top-quote h3,
.top-quote p{margin:0;}
.top-quote h2{font-size:calc(15.6px * 2);line-height:1.14;}
.top-quote h3{font-size:calc(15.6px * 1.35);line-height:1.25;margin-top:calc(1.5rem / 2);}
.top-quote p{font-size:15.6px;line-height:1.88;}
.top-quote .team-copy{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.08rem;padding-bottom:calc(1.08rem * 1.5);border-bottom:1px solid #ddcfb4;}
.top-quote .team-copy>h2{flex:1 1 calc(1060px / 2.6);min-width:0;}
.top-quote .team-copy>.site-proof{flex:1 1 calc(1060px / 2.6);min-width:0;max-width:var(--field-active);color:var(--surface-main);}
.top-quote .service-nav{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.top-quote .team-frame{
  flex:1 1 calc(1060px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(calc(1.5rem * .75) * .9);
  background:#fffaf0;
  color:#2b1c12;
  border:1px solid #ddcfb4;
  border-radius:0.36rem;
}
.top-quote .team-frame img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:0.18rem;
  margin-bottom:calc(1.5rem / 2);}
.top-quote .team-frame p{color:var(--surface-main);margin-top:calc(1.5rem / 3);}
.top-quote .wide-items{margin-top:auto;
  padding-top:calc(1.5rem / 2);
  font-size:calc(15.6px * .875);
  color:#4a2c1a;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.top-quote .wide-items:hover{color:inherit;border-bottom-color:#c98a3c;}
.top-quote .start{margin-top:var(--state-strong);
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid #ddcfb4;
  font-size:calc(15.6px * .875);
  color:var(--surface-main);}
.top-quote .start a{color:#4a2c1a;text-decoration:none;border-bottom:1px solid #ddcfb4;}
.top-quote .start a:hover{color:inherit;border-bottom-color:#c98a3c;}
@media (max-width:720px){.top-quote .team-copy{align-items:flex-start;}.top-quote .team-frame{flex:1 1 100%;}
}
.narrow-note{--state-strong:calc(1.5rem * 1.35);--field-active:calc(1060px / 2.20);padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3;}
.narrow-note .wide-inner{max-width:1060px;margin:0 auto;}
.narrow-note h1,.narrow-note h2,.narrow-note h3,.narrow-note p{margin:0;}
.narrow-note h1{font-size:calc(15.6px * 2.65);line-height:1.08;}
.narrow-note h2{font-size:calc(15.6px * 2);line-height:1.12;}
.narrow-note h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.narrow-note p{font-size:15.6px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-note a{color:inherit;text-decoration:none;}
.narrow-note .top-intro{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.18rem;background:#f7f1e3;color:#4a2c1a;}
.narrow-note .service-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--state-strong);}
.narrow-note .team-frame{flex:1 1 calc(1060px / 4);min-width:0;}
.narrow-note .team-frame p{margin-top:calc(1.5rem / 3);}
.narrow-note .media-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.narrow-note .media-shell>.soft-media{flex:1 1 auto;min-width:0;}
.narrow-note .media-shell>.top-intro{flex:0 0 auto;}
.narrow-note .media-shell>.service-nav{flex:1 1 100%;}
.narrow-note .soft-media h2{margin-top:calc(1.5rem / 2);}
.narrow-note .direct-service{flex:1 1 100%;margin-top:var(--state-strong);font-size:calc(15.6px * .875);}
.narrow-note .direct-service a{text-decoration:underline;text-underline-offset:3px;}
.content-figure{
  --state-strong:calc(1.5rem * 1.18);
  --field-active:calc(1060px / 2.10);
  padding:calc(1.5rem * 2.4) 1.34rem;
  background:var(--line-soft);
  color:var(--surface-main);
}
.content-figure .wide-inner{max-width:1060px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(1.08rem * 1.6);}
.content-figure h2{font-size:calc(15.6px * 2);
  line-height:1.16;
  margin:0 0 calc(1.08rem * 1.5);
  max-width:22ch;}
.content-figure p{margin:0;
  font-size:15.6px;
  line-height:1.88;}
.content-figure .soft-media{flex:1 1 26rem;
  min-width:0;}
.content-figure .site-proof{max-width:var(--field-active);}
.content-figure .start{margin-top:calc(1.08rem * 1.5);
  font-size:calc(15.6px * .875);
  max-width:var(--field-active);}
.content-figure .site-story{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);
  padding-top:calc(calc(1.08rem * 1.5) * 0.4);}
.content-figure a{color:inherit;
  text-decoration:none;}
.content-figure .top-intro{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.18rem;
  background:#4a2c1a;
  color:#f7f1e3;
  font-size:15.6px;
  transition:background 330ms var(--ease-hover);
}
.content-figure .top-intro:hover{
  background:#3a2113;color:#2b1c12;}
.content-figure .direct-service{font-size:calc(15.6px * .875);
  line-height:1.7;}
.content-figure .direct-service a{color:#4a2c1a;
  border-bottom:1px solid #ddcfb4;
  padding-bottom:1px;}
.content-figure .direct-service a:hover{color:inherit;}
@media (max-width:720px){.content-figure .wide-inner{
    flex-direction:column;
    gap:calc(1.08rem * 1.5);
  }.content-figure h2{
    max-width:none;
  }.content-figure .top-intro{
    width:100%;
  }
}
.soft-method{
    background:#f7f1e3;
    color:#2b1c12;
    padding:calc(1.5rem * 2.4) 1.34rem;
}
.soft-method .c{max-width:1060px;
    margin:0 auto;}
.soft-method .h{max-width:60ch;
    margin:0 0 calc(1.08rem * 1.5);}
.soft-method h1{font-size:calc(15.6px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;
    font-weight:600;}
.soft-method .h p{margin:0;
    font-size:15.6px;
    line-height:1.88;}
.soft-method .simple-actions{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-bottom:calc(1.08rem * 1.5);
    padding-bottom:calc(1.08rem * 1.5);
    border-bottom:1px solid #ddcfb4;}
.soft-method .compact-plan{
    padding:0.4rem 0.9rem;
    border-radius:0.18rem;
    border:1px solid #ddcfb4;
    background:#fffaf0;
    color:#2b1c12;
    font-family:inherit;
    font-size:calc(15.6px * .875);
    cursor:pointer;
    transition:background 330ms var(--ease-hover),
               color 330ms var(--ease-hover),
               border-color 330ms var(--ease-hover);
}
.soft-method .compact-plan:hover{
    background:#4a2c1a;
    color:#f7f1e3;
    border-color:#4a2c1a;
}
.soft-method .visual-entries{display:grid;
    gap:calc(1.5rem * .75);
    grid-template-columns:1fr;}
@media (min-width:768px){.soft-method .visual-entries{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width:1024px){.soft-method .visual-entries{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
.soft-method .media-service{
    display:flex;
    flex-direction:column;
    background:#fffaf0;
    color:#2b1c12;
    border:1px solid #ddcfb4;
    border-radius:0.59rem;
    overflow:hidden;
    box-shadow:0 0px 3px rgba(0,0,0,0.07);
    transition:transform 330ms var(--ease-hover),
               box-shadow 330ms var(--ease-hover);
}
.soft-method .media-service:hover{transform:translateY(-3px);
    box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.soft-method .service-summary img{display:block;
    width:100%;
    height:230px;
    object-fit:cover;}
.soft-method .local-wrap{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    flex:1;}
.soft-method h3{margin:0 0 0.5rem;
    font-size:calc(15.6px * 1.35);
    line-height:1.3;
    font-weight:600;}
.soft-method h3 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 330ms var(--ease-hover),
               color 330ms var(--ease-hover);}
.soft-method h3 a:hover{border-bottom-color:#c98a3c;}
.soft-method .local-wrap p{margin:0 0 calc(1.08rem * 1.5);
    font-size:calc(15.6px * .875);
    line-height:1.88;
    flex:1;}
.soft-method .direct-entries{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    margin-top:auto;}
.soft-method .fresh-list{
    padding:0.2rem 0.65rem;
    border-radius:0.18rem;
    background:#c98a3c;
    color:#2b1c12;
    font-size:calc(15.6px * .875);
    line-height:1.6;
}
.stack{
  background: #f7f1e3;
  color: #2b1c12;
  padding: calc(1.5rem * 2.4) 1.34rem;
}
.stack .wide-inner{width: min(100%, 1060px);
  margin: 0 auto;
  display: flex;
  gap: calc(1.08rem * 1.5);
  align-items: flex-start;}
.stack h2,
.stack p,
.stack figure{margin: 0;}
.stack .fresh-menu{flex: 0 0 min(24rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.stack h2{font-size: calc(15.6px * 2);
  line-height: 1.1;}
.stack .fresh-menu p{line-height: 1.88;
  color: var(--surface-main);}
.stack .direct-block{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.stack .bottom-team{
  display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #fffaf0;
  color: #2b1c12;
  border: 1px solid #ddcfb4;
  box-shadow: 0 0px 3px rgba(0,0,0,0.07);
}
.stack .bottom-team img{width: 100%;
  height: 100%;
  min-height: 9.5rem;
  object-fit: cover;
  border-radius: 0.36rem;
  display: block;}
.stack figcaption{display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;}
.stack .fresh-list{
  align-self: flex-start;
  font-size: calc(15.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.15rem 0.55rem;
  border-radius: 0.18rem;
  background: #c98a3c;
  color: #2b1c12;
}
.stack strong{font-size: calc(15.6px * 1.35);
  line-height: 1.2;}
.stack .bottom-team p{line-height: 1.88;
  color: var(--surface-main);}
@media (max-width: 900px) {.stack .wide-inner{
    flex-direction: column;
  }.stack .fresh-menu{
    position: static;
    flex: 1 1 auto;
  }
}
@media (max-width: 620px) {.stack .bottom-team{
    grid-template-columns: 1fr;
  }.stack .bottom-team img{
    min-height: 12rem;
  }
}
.page-nav{--state-strong:calc(1.5rem * 0.92);--field-active:calc(1060px / 2.40);--type-lead:calc(1060px / 3.77);padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3;}
.page-nav .wide-inner{max-width:1060px;margin:0 auto;}
.page-nav h2,.page-nav h3,.page-nav p{margin:0;}
.page-nav h2{font-size:calc(15.6px * 2);line-height:1.12;}
.page-nav p{font-size:15.6px;line-height:1.88;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-nav a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.page-nav a:hover{border-bottom-color:currentColor;}
.page-nav img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.page-nav .public-intro{max-width:var(--field-active);}
.page-nav .site-proof{margin-top:var(--state-strong);}
.page-nav .contact-block{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:calc(var(--state-strong) * 1.4);}
.page-nav details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.36rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.page-nav summary{cursor:pointer;font-weight:700;font-size:calc(15.6px * 1.125);}
.page-nav details p{margin-top:calc(1.5rem / 3);}
.page-nav .text-actions{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:center;margin-top:calc(var(--state-strong) * 1.6);}
.page-nav .text-actions img{flex:1 1 var(--type-lead);max-width:var(--type-lead);}
.page-nav .start{flex:1 1 var(--field-active);}
.page-nav .direct-service{margin-top:calc(1.5rem / 2);font-size:calc(15.6px * .875);}
@media (max-width:640px){.page-nav .text-actions img{max-width:100%;}
}
.media-plan{
  background: #f7f1e3;
  color: #2b1c12;
  padding: calc(1.5rem * 2.4) 1.34rem;
}
.media-plan .wide-inner{width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(13rem, .32fr) minmax(0, 1fr);
  gap: 1.08rem;}
.media-plan h2,
.media-plan h3,
.media-plan p{margin: 0;}
.media-plan h2{font-size: calc(15.6px * 2); line-height: 1.1;}
.media-plan h3{font-size: calc(15.6px * 1.35); line-height: 1.18;}
.media-plan p{font-size: 15.6px; line-height: 1.88;}
.media-plan .soft-brand{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.08rem * 1.5);
  border-radius: 0.83rem;
  background: #fffaf0;
  color: #2b1c12;
  border: 1px solid #ddcfb4;
}
.media-plan .public-quote{display: grid;
  gap: calc(1.5rem * .75);}
.media-plan .clear-list{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #ddcfb4;
  color: inherit;
  text-decoration: none;}
.media-plan .clear-list:first-child{border-top: 0; padding-top: 0;}
.media-plan .clear-list b{font-size: calc(15.6px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--surface-main);
  align-self: start;}
.media-plan .clear-list h3{margin-bottom: 0.35rem;}
.media-plan .clear-list:hover h3{color: #4a2c1a;}
.media-plan .bottom-figure{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.08rem;
  align-items: center;
  padding: 1.5rem calc(1.08rem * 1.5);
  border-radius: 0.59rem;
  background: #2b1c12;
  color: #f7f1e3;
}
.media-plan .bottom-figure p{max-width: 46ch;}
.media-plan .bottom-figure a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.media-plan .wide-inner{ grid-template-columns: 1fr; }.media-plan .clear-list{ grid-template-columns: 1fr; gap: calc(1.08rem * 1.5); }.media-plan .bottom-figure{ flex-direction: column; align-items: flex-start; }.media-plan .bottom-figure a{ white-space: normal; }
}
.main-shell{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.34rem;background:var(--line-soft);color:var(--surface-main)}
.main-shell:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(330ms*38) var(--ease-hover) infinite alternate}
.main-shell .wide-inner{position:relative;max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.main-shell h2{max-width:16ch;margin:0;font-size:calc(15.6px * 2.65);line-height:1.05}
.main-shell .offer-tile,.main-shell .clear-track,.main-shell .main-surface{width:min(100%,46rem);padding:1.5rem 0;border-top:1px solid #ddcfb4}
.main-shell .clear-track{margin-left:auto;text-align:right}
.main-shell .main-surface{margin:0 auto}
.main-shell h3{margin:0;font-size:calc(15.6px * 1.35);font-weight:600}
.main-shell .wide-inner p{margin:calc(1.5rem * .75) 0 0;line-height:1.88}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.main-shell .clear-track{text-align:left;margin-left:0}}
@media(prefers-reduced-motion:reduce){.main-shell:before{animation:none}}
.content-menu{--state-strong:calc(1.5rem * 1.05);--field-active:calc(1060px / 2.6);--field-static:calc(1060px / 3.2);padding:calc(1.5rem * 2.4) 1.34rem;background:#c98a3c;color:#2b1c12;}
.content-menu .wide-inner{max-width:1060px;margin:0 auto;}
.content-menu h2,.content-menu h3,.content-menu p{margin:0;}
.content-menu h2{font-size:calc(15.6px * 2);line-height:1.14;max-width:var(--field-active);}
.content-menu h3{font-size:calc(15.6px * 1.35);line-height:1.22;}
.content-menu p{font-size:15.6px;line-height:1.88;}
.content-menu .public-intro .site-proof{margin-top:1.5rem;max-width:var(--field-active);}
.content-menu .open-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--state-strong);}
.content-menu .open-unit .soft-media{flex:1 1 calc(1060px / 2.4);min-width:0;}
.content-menu .open-unit .soft-media p + p{margin-top:calc(1.5rem / 2);}
.content-menu .visual-panel{flex:0 1 var(--field-static);margin:0;min-width:0;}
.content-menu .visual-panel img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.content-menu .service-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--state-strong);}
.content-menu .team-frame{flex:1 1 calc(1060px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-menu .team-frame p{margin-top:calc(1.5rem / 3);}
.content-menu .direct-service{margin-top:var(--state-strong);display:flex;flex-wrap:wrap;align-items:center;gap:1.08rem;}
.content-menu .direct-service p{flex:1 1 calc(1060px / 2.2);min-width:0;}
.content-menu a{color:inherit;text-decoration:none;}
.content-menu .direct-service p a{text-decoration:underline;text-underline-offset:3px;}
.content-menu .top-intro{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.18rem;background:#2b1c12;color:#c98a3c;}
.content-menu .top-intro:hover{background:#4a2c1a;color:#f7f1e3;}
@media (max-width:720px){.content-menu h2{max-width:none;}.content-menu .public-intro .site-proof{max-width:none;}.content-menu .team-frame{flex:1 1 100%;}.content-menu .visual-panel{flex:1 1 100%;}
}
.steady-rail{padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12}
.steady-rail .wide-inner{max-width:1060px;margin:0 auto}
.steady-rail .start{display:flex;gap:calc(1.08rem * 1.5);align-items:flex-start}
.steady-rail .compact-menu{flex:1 1 30rem;min-width:0;background:var(--line-soft);color:var(--surface-main);border-radius:0.59rem;padding:calc(1.5rem * .75)}
.steady-rail h2{margin:0;font-size:calc(15.6px * 2);line-height:1.14}
.steady-rail .compact-menu p{margin:1.5rem 0 0;font-size:15.6px;line-height:1.88}
.steady-rail .compact-menu .simple-wrap{margin-top:calc(1.5rem * .75);font-size:calc(15.6px * .875);border-top:1px solid #ddcfb4;padding-top:calc(1.5rem * .75)}
.steady-rail .team-footer{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.steady-rail .team-frame{border-left:2px solid #c98a3c;padding:0 0 0 calc(1.5rem * .75)}
.steady-rail .team-frame strong{display:block;font-size:calc(15.6px * 1.35);line-height:1.22}
.steady-rail .team-frame p{margin:calc(1.5rem * .75) 0 0;line-height:1.88;font-size:calc(15.6px * .875)}
@media(max-width:780px){.steady-rail .start{display:block}.steady-rail .compact-menu{padding:1.5rem}.steady-rail .team-footer{margin-top:calc(1.08rem * 1.5)}
}
.quiet-frame{--state-strong:calc(1.5rem * 1.20);--copy-button:calc(1060px / 3.53);padding:calc(1.5rem * 2.4) 1.34rem;background:#c98a3c;color:#2b1c12;}
.quiet-frame .wide-inner{max-width:1060px;margin:0 auto;}
.quiet-frame h2,.quiet-frame h3,.quiet-frame p{margin:0;}
.quiet-frame h2{font-size:calc(15.6px * 2);line-height:1.12;}
.quiet-frame h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.quiet-frame p{font-size:15.6px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-frame a{color:inherit;text-decoration:none;}
.quiet-frame .contact-content{padding-inline-start:calc(1.34rem / 2);}
.quiet-frame .simple-body{row-gap:calc(var(--state-strong) * .7);}
.quiet-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.quiet-frame .row-title h2{flex:1 1 calc(1060px / 3);min-width:0;}
.quiet-frame .row-title>p{flex:1 1 calc(1060px / 3);min-width:0;}
.quiet-frame .steady-region{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.quiet-frame .team-frame{flex:1 1 var(--copy-button);min-width:0;}
.quiet-frame .team-frame p{margin-top:calc(1.5rem / 3);}
.quiet-frame .team-frame a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.quiet-frame .direct-service{flex:1 1 100%;margin-top:var(--state-strong);font-size:calc(15.6px * .875);}
.quiet-frame .direct-service a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.clear-headline{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: var(--line-soft);
  color: var(--surface-main);
}
.clear-headline .secondary-intro{max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.08rem * 1.5);}
.clear-headline .main-grid{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #ddcfb4;}
.clear-headline h2{margin: 0;
  flex: 1 1 18rem;
  font-size: calc(15.6px * 2);
  line-height: 1.15;}
.clear-headline .main-grid p{margin: 0;
  flex: 1 1 22rem;
  font-size: 15.6px;}
.clear-headline .visual-plan{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-headline .local-visual{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  background: #fffaf0;
  color: #2b1c12;
  border: 1px solid #ddcfb4;
  border-radius: 0.36rem;
  box-shadow: 0 0px 3px rgba(0,0,0,0.07);
}
.clear-headline .public-service{font-size: calc(15.6px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;
  word-break: break-word;
  padding-top: .2rem;}
.clear-headline h3{margin: 0;
  font-size: calc(15.6px * 1.35);
  line-height: 1.3;}
.clear-headline .local-visual p{margin: calc(calc(1.5rem * .75) * .55) 0 0;
  font-size: 15.6px;}
.clear-headline small{display: block;
  margin-top: calc(calc(1.5rem * .75) * .6);
  font-size: calc(15.6px * .875);}
@media (max-width: 780px) {.clear-headline .local-visual{
    grid-template-columns: 1fr;
  }.clear-headline .public-service{
    padding-top: 0;
  }
}
.narrow-visual{
  background:#f7f1e3;
  color:#2b1c12;
  padding:calc(1.5rem * 2.4) 1.34rem;
}
.narrow-visual .wide-inner{max-width:1060px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.08rem * 1.5);
  align-items:flex-start;}
.narrow-visual .service-summary{display:block;
  width:min(44%,32rem);
  min-width:17rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.59rem;
  box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.narrow-visual .soft-media{flex:1 1 30rem;
  min-width:0;
  padding-top:1.5rem;}
.narrow-visual h2{margin:0;
  font-size:calc(15.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.narrow-visual .soft-media p{margin:1.5rem 0 0;
  max-width:36rem;
  font-size:15.6px;
  line-height:1.88;}
.narrow-visual .soft-media p + p{margin-top:1.08rem;}
.narrow-visual .local-intro{margin-top:calc(1.08rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  align-items:center;}
.narrow-visual .local-intro a{
  display:inline-flex;
  color:#f7f1e3;
  background:#4a2c1a;
  text-decoration:none;
  border-radius:0.36rem;
  padding:.75rem 1.05rem;
  font-size:calc(15.6px * .875);
  transition:background 330ms var(--ease-hover);
}
.narrow-visual .local-intro a:hover{
  background:#3a2113;color:#2b1c12;}
.narrow-visual .local-intro a.more{
  background:transparent;
  color:#4a2c1a;
  padding:.75rem 0;
  border-bottom:1px solid #ddcfb4;
  border-radius:0;
}
.narrow-visual .local-intro a.more:hover{
  background:transparent;
  color:#c98a3c;
}
@media (max-width:760px){.narrow-visual .wide-inner{display:block}.narrow-visual .service-summary{width:100%;min-width:0;aspect-ratio:16/10;margin-bottom:calc(1.08rem * 1.5)}.narrow-visual .soft-media{padding-top:0}
}
.bottom-header{--state-strong:calc(1.5rem * 0.89);--field-active:calc(1060px / 2.13);padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3;}
.bottom-header .wide-inner{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;}
.bottom-header h1,.bottom-header h2,.bottom-header h3,.bottom-header p,.bottom-header ul{margin:0;}
.bottom-header h2{font-size:calc(15.6px * 2);line-height:1.14;max-width:calc(1060px / 1.35);}
.bottom-header p{font-size:15.6px;line-height:1.88;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-header a{color:inherit;text-decoration:none;}
.bottom-header .contact-content{padding-inline-start:calc(1.34rem / 2);}
.bottom-header .offer-lead{row-gap:calc(var(--state-strong) * 1.1);}
.bottom-header .start{max-width:calc(1060px / 3);font-size:calc(15.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.bottom-header .site-proof{max-width:var(--field-active);}
.bottom-header .top-intro{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.18rem;background:#f7f1e3;color:#4a2c1a;transition:background 330ms var(--ease-hover),color 330ms var(--ease-hover);}
.bottom-header .top-intro:hover{background:#c98a3c;color:#2b1c12;}
.bottom-header .direct-service{font-size:calc(15.6px * .875);max-width:var(--field-active);color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-header .direct-service a{color:inherit;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:1px;}
.bottom-header .direct-service a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.bottom-header h2{max-width:none;}.bottom-header .start,.bottom-header .site-proof,.bottom-header .direct-service{max-width:none;}
}
.featured-body{padding:calc(1.5rem * 2.4) 1.34rem;background:#2b1c12;color:#f7f1e3}
.featured-body .local-items{max-width:1060px;margin:0 auto}
.featured-body h2{max-width:20ch;margin:0;font-size:calc(15.6px * 2);line-height:1.12}
.featured-body .active-flow{max-width:44rem;margin:1.5rem 0 calc(1.08rem * 1.5);color:#d9cdb6;font-size:calc(15.6px * 1.125);line-height:1.88}
.featured-body .narrow-details{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.5) 1.08rem;margin:0;padding:0;list-style:none;counter-reset:note}
.featured-body .narrow-details>li{flex:1 1 min(100%,22rem);margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(247,241,227,0.18)}
.featured-body h3{margin:0;font-size:calc(15.6px * 1.35);line-height:1.2}
.featured-body .narrow-details p{margin:calc(1.5rem * .75) 0 0;color:#d9cdb6;line-height:1.88}
@media(max-width:680px){.featured-body .narrow-details{display:block}.featured-body .narrow-details>li+li{margin-top:calc(1.08rem * 1.5)}}
.team-menu{
  --state-strong:calc(1.5rem * 1.4);
  --field-active:calc(1060px / 2.6);
  --field-control:calc(1060px / 3.6);
  padding:calc(1.5rem * 2.4) 1.34rem;
  background:#c98a3c;
  color:#2b1c12;
}
.team-menu .wide-inner{max-width:1060px;margin:0 auto;}
.team-menu h2,
.team-menu h3,
.team-menu p,
.team-menu ol,
.team-menu li,
.team-menu figure{margin:0;padding:0;}
.team-menu h2{font-size:calc(15.6px * 2);line-height:1.14;}
.team-menu h3{font-size:calc(15.6px * 1.35);line-height:1.22;}
.team-menu p{font-size:15.6px;line-height:1.88;}
.team-menu a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.team-menu a:hover{}
.team-menu .public-intro{max-width:var(--field-active);}
.team-menu .public-intro .site-proof{margin-top:1.5rem;}
.team-menu .public-links{margin-top:var(--state-strong);}
.team-menu .public-links img{display:block;width:100%;height:var(--field-control);object-fit:cover;border-radius:0.36rem;}
.team-menu .direct-service{list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  margin-top:var(--state-strong);}
.team-menu .narrow-callout{flex:1 1 calc(1060px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.team-menu .narrow-callout .open-group{display:block;
  font-size:calc(15.6px * .875);
  letter-spacing:0.14em;
  opacity:0.72;}
.team-menu .narrow-callout h3{margin-top:calc(1.5rem / 3);}
.team-menu .narrow-callout p{margin-top:calc(1.5rem / 2.4);}
.team-menu .simple-wrap{margin-top:var(--state-strong);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);
  max-width:var(--field-active);}
.team-menu .simple-wrap .start{font-size:calc(15.6px * .875);}
.team-menu .simple-wrap .top-section{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.team-menu .public-links img{height:auto;}.team-menu .narrow-callout{flex:1 1 100%;}
}
.service-plan{padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);background:var(--line-soft);color:var(--surface-main);}
.service-plan .wide-inner{max-width:1060px;margin:0 auto;}
.service-plan .soft-nav{margin-bottom:calc(1.08rem * 1.5);max-width:62ch;}
.service-plan .soft-nav h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.2;}
.service-plan .soft-nav p{margin:10px 0 0;font-size:15.6px;}
.service-plan .simple-actions{display:flex;flex-wrap:wrap;gap:1.08rem;}
.service-plan .team-frame{flex:1 1 260px;min-width:0;border-top:2px solid #ddcfb4;padding:14px 0 4px;}
.service-plan .team-frame h3{margin:0 0 8px;font-size:calc(15.6px * 1.125);}
.service-plan .team-frame p{margin:0 0 10px;font-size:calc(15.6px * .875);line-height:1.88;}
.service-plan .team-frame a{display:inline-block;text-decoration:none;font-weight:600;color:#4a2c1a;border-bottom:1px solid #ddcfb4;padding-bottom:2px;transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.service-plan .team-frame a:hover{color:inherit;border-color:#c98a3c;}
.service-plan .start{margin-top:calc(1.08rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #ddcfb4;display:flex;flex-wrap:wrap;gap:1.08rem;align-items:baseline;justify-content:space-between;}
.service-plan .start p{margin:0;font-size:calc(15.6px * .875);}
.service-plan .start .direct-service{display:flex;gap:1.08rem;flex-wrap:wrap;}
.service-plan .start .direct-service a{text-decoration:none;font-weight:600;color:#4a2c1a;}
.service-plan .start .direct-service a:hover{color:inherit;}
@media (max-width: 640px){.service-plan .team-frame{flex:1 1 100%;}.service-plan .start{flex-direction:column;align-items:flex-start;}
    }
.clear-team{
  --state-strong:calc(1.5rem * 1.15);
  --field-active:calc(1060px / 2.6);
  padding:calc(1.5rem * 2.4) 1.34rem;
  background:#4a2c1a;
  color:#f7f1e3;
}
.clear-team .wide-inner{max-width:1060px;
  margin:0 auto;}
.clear-team h2,
.clear-team h3,
.clear-team p{margin:0;}
.clear-team h2{font-size:calc(15.6px * 2);
  line-height:1.14;
  max-width:var(--field-active);}
.clear-team h3{font-size:calc(15.6px * 1.35);
  line-height:1.22;}
.clear-team p{font-size:15.6px;
  line-height:1.88;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.clear-team .public-intro{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.4);}
.clear-team .site-proof{max-width:var(--field-active);
  font-size:calc(15.6px * 1.125);}
.clear-team .simple-actions{list-style:none;
  margin:var(--state-strong) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-team .team-frame{min-width:0;
  padding:calc(1.5rem * 0.9) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 3);}
.clear-team .featured-actions{display:inline-block;
  font-size:calc(15.6px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 68%, transparent);}
.clear-team .start{margin-top:var(--state-strong);
  max-width:var(--field-active);
  font-size:calc(15.6px * .875);}
@media (min-width:720px){.clear-team .team-frame{
    grid-template-columns:calc(1060px / 5) minmax(0, 1fr);
    gap:1.34rem;
    align-items:baseline;
  }.clear-team .featured-actions{
    padding-top:0.35em;
  }
}
.text-steps{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #2b1c12;
  color: #f7f1e3;
}
.text-steps .wide-inner{max-width: 1060px;
  margin: 0 auto;}
.text-steps .simple-grid{max-width: 52rem;
  margin-bottom: calc(1.08rem * 1.5);}
.text-steps h2{margin: 0;
  font-size: calc(15.6px * 2);
  line-height: 1.1;}
.text-steps .simple-grid p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.6px * 1.125);
  line-height: 1.88;
  color: #d9cdb6;}
.text-steps .open-details{display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;}
.text-steps .media-service{
  flex: 1 1 15rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  border: 1px solid #3d2c1e;
  background: #2b1c12;
  color: #f7f1e3;
  text-decoration: none;
  transition: border-color 330ms var(--ease-hover), transform 330ms var(--ease-hover);
}
.text-steps .media-service.is-quiet{
  background: #fffaf0;
  color: #2b1c12;
  border-color: #ddcfb4;
}
.text-steps .media-service span{display: block;
  font-size: calc(15.6px * .875);
  letter-spacing: 0.02em;
  color: #d9cdb6;}
.text-steps .media-service.is-quiet span{color:inherit;}
.text-steps .media-service strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(15.6px * 1.35);
  line-height: 1.25;}
.text-steps .media-service small{display: block;
  font-size: calc(15.6px * .875);
  line-height: 1.88;
  color: #d9cdb6;}
.text-steps .media-service.is-quiet small{color:inherit;}
.text-steps .media-service:hover{border-color: #c98a3c;
  transform: translateY(-2px);}
.text-steps .start{margin: calc(1.08rem * 1.5) 0 0;
  font-size: calc(15.6px * .875);
  color: #d9cdb6;}
.text-steps .start a{color: #c98a3c;
  text-decoration: underline;
  text-underline-offset: 3px;}
.text-steps .start a:hover{color:inherit;}
@media (max-width: 720px) {.text-steps .open-details{
    flex-direction: column;
  }
}
.media-panel{--state-strong:calc(1.5rem * 0.92);--field-active:calc(1060px / 2.40);--type-lead:calc(1060px / 3.77);padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12;}
.media-panel .wide-inner{max-width:1060px;margin:0 auto;}
.media-panel h1,.media-panel h2,.media-panel h3,.media-panel p{margin:0;}
.media-panel h2{font-size:calc(15.6px * 2);line-height:1.14;max-width:var(--field-active);}
.media-panel p{font-size:15.6px;line-height:1.88;}
.media-panel .site-proof{max-width:var(--field-active);margin-top:calc(1.5rem / 2);}
.media-panel a{text-decoration:underline;text-underline-offset:3px;}
.media-panel a:hover{}
.media-panel img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.media-panel .public-intro{padding-bottom:var(--state-strong);border-bottom:1px solid #ddcfb4;}
.media-panel .contact-block{display:flex;flex-direction:column;gap:0;margin-top:var(--state-strong);}
.media-panel details{padding:calc(calc(1.5rem * .75) * 1.05) 0;border-bottom:1px solid #ddcfb4;}
.media-panel details:first-child{padding-top:0;}
.media-panel summary{cursor:pointer;font-weight:700;font-size:calc(15.6px * 1.125);line-height:1.35;list-style:none;display:flex;justify-content:space-between;gap:1.08rem;}
.media-panel summary::-webkit-details-marker{display:none;}
.media-panel summary::after{content:"+";font-weight:400;flex:0 0 auto;}
.media-panel details[open] summary::after{content:"-";}
.media-panel details p{margin-top:calc(1.5rem / 3);max-width:var(--field-active);}
.media-panel .secondary-rail{margin:var(--state-strong) 0 0;max-width:var(--type-lead);}
@media (max-width:720px){.media-panel h2{max-width:none;}.media-panel .site-proof,.media-panel details p{max-width:none;}.media-panel .secondary-rail{max-width:none;}
}
.open-media{padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12}
.open-media .wide-inner{max-width:min(1060px,56rem);margin:0 auto}
.open-media .public-intro{max-width:44rem}
.open-media h2{margin:0;font-size:calc(15.6px * 2);line-height:1.1}
.open-media .public-intro p{margin:1.5rem 0 0;color:var(--surface-main);line-height:1.88}
.open-media .offer-region{margin-top:calc(1.08rem * 1.5);border-top:1px solid #ddcfb4}
.open-media details{padding:1.5rem 0;border-bottom:1px solid #ddcfb4}
.open-media summary{cursor:pointer;font-size:calc(15.6px * 1.35);line-height:1.2;list-style:none}
.open-media summary::-webkit-details-marker{display:none}
.open-media summary::after{content:"+";float:right;color:inherit;font-size:calc(15.6px * 1.125);line-height:1}
.open-media details[open] summary::after{content:"–"}
.open-media details p{max-width:46rem;margin:1.5rem 0 0;color:var(--surface-main);line-height:1.88}
@media(max-width:720px){.open-media .public-intro{max-width:none}}
.text-method{--state-strong:calc(1.5rem * 1.05);--field-active:calc(1060px / 3.1);--type-lead:calc(1060px / 4.2);padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12;}
.text-method .wide-inner{max-width:1060px;margin:0 auto;}
.text-method h1,.text-method h2,.text-method h3,.text-method p{margin:0;}
.text-method h1{font-size:calc(15.6px * 2.65);line-height:1.08;}
.text-method h2{font-size:calc(15.6px * 2);line-height:1.14;}
.text-method h3{font-size:calc(15.6px * 1.35);line-height:1.22;}
.text-method p{font-size:15.6px;line-height:1.88;color:var(--surface-main);}
.text-method a{color:#4a2c1a;text-decoration:none;border-bottom:1px solid #c98a3c;}
.text-method a:hover{color:inherit;}
.text-method img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.text-method .start{margin-top:calc(1.08rem * 1.5);font-size:calc(15.6px * .875);}
.text-method .service-nav{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.text-method .team-frame{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #ddcfb4;}
.text-method .team-frame:last-child{border-bottom:0;padding-bottom:0;}
.text-method .team-frame p{margin-top:calc(1.5rem / 3);}
.text-method .team-frame img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-lead) * .72);}
.text-method .strong-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.text-method .strong-panel>.soft-media{flex:1 1 calc(1060px / 3);min-width:0;}
.text-method .strong-panel>.service-nav{flex:2 1 calc(1060px / 2);margin-top:0;}
.text-method .strong-panel>img{margin-left:auto;max-width:calc(var(--type-lead) * 1.1);}
.text-method .soft-media .site-proof{margin-top:1.5rem;}
@media (max-width:720px){.text-method .strong-panel>img{margin-left:0;max-width:100%;}
}
.service-menu{--state-strong:calc(1.5rem * 1.32);--field-active:calc(1060px / 2.6);--type-lead:calc(1060px / 3.38);padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3;}
.service-menu .wide-inner{max-width:1060px;margin:0 auto;}
.service-menu h1,.service-menu h2,.service-menu h3,.service-menu p{margin:0;}
.service-menu h2{font-size:calc(15.6px * 2);line-height:1.12;max-width:var(--field-active);}
.service-menu h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.service-menu p{font-size:15.6px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.service-menu a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);padding-bottom:2px;transition:border-color 330ms var(--ease-hover);}
.service-menu a:hover{border-bottom-color:currentColor;}
.service-menu img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.service-menu .content-callout{max-width:var(--field-active);}
.service-menu .start{margin-bottom:calc(1.5rem / 2);font-size:calc(15.6px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.service-menu .site-proof{margin-top:1.5rem;}
.service-menu .service-nav{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.service-menu .team-frame{min-width:0;display:grid;grid-template-columns:calc(var(--type-lead) * .55) 1fr;gap:1.08rem;align-items:start;}
.service-menu .team-frame img{margin:0;max-width:100%;}
.service-menu .team-frame h3{margin-bottom:calc(1.5rem / 3);}
.service-menu .team-frame p{margin-bottom:calc(1.5rem / 2);}
.service-menu .direct-service{display:flex;flex-wrap:wrap;gap:1.08rem;margin-top:var(--state-strong);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15.6px * .875);}
@media (max-width:640px){.service-menu .team-frame{grid-template-columns:1fr;}.service-menu .team-frame img{max-width:calc(var(--type-lead) * .8);}
}
.featured-contact{padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12}
.featured-contact .wide-inner{max-width:1060px;margin:0 auto}
.featured-contact .start{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.5);align-items:flex-start}
.featured-contact .simple-wrap{flex:1 1 22rem;min-width:0;background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4;border-radius:0.59rem;padding:calc(1.5rem * .75);box-shadow:0 0px 3px rgba(0,0,0,0.07)}
.featured-contact h2{margin:0;font-size:calc(15.6px * 2);line-height:1.14}
.featured-contact .site-proof{margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.88}
.featured-contact .direct-unit{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.6px * .875);line-height:1.88;color:var(--surface-main);border-top:1px solid #ddcfb4;padding-top:calc(1.5rem * .75)}
.featured-contact .team-footer{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.featured-contact .team-frame{border-left:2px solid #c98a3c;padding:0 0 0 calc(1.5rem * .75)}
.featured-contact .team-frame strong{display:block;font-size:calc(15.6px * 1.35);line-height:1.2}
.featured-contact .team-frame p{margin:calc(1.5rem * .75) 0 0;line-height:1.88}
.featured-contact .team-frame a{color:#4a2c1a;text-decoration:underline;text-underline-offset:3px}
.featured-contact .team-frame a:hover{color:inherit;}
@media(max-width:780px){.featured-contact .start{display:block}.featured-contact .simple-wrap{padding:1.5rem}.featured-contact .team-footer{margin-top:calc(1.08rem * 1.5)}}
.open-headline{--state-strong:calc(1.5rem * 1.2);--field-active:calc(1060px / 3.05);padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12;}
.open-headline .wide-inner{max-width:1060px;margin:0 auto;}
.open-headline h2,.open-headline h3,.open-headline p{margin:0;}
.open-headline h2{font-size:calc(15.6px * 2);line-height:1.14;}
.open-headline h3{font-size:calc(15.6px * 1.35);line-height:1.24;margin-top:calc(1.5rem / 2);}
.open-headline p{font-size:15.6px;line-height:1.88;}
.open-headline .site-proof{max-width:var(--field-active);margin-top:1.5rem;}
.open-headline .start{margin-top:var(--state-strong);font-size:calc(15.6px * .875);}
.open-headline .start a{text-decoration:underline;text-underline-offset:3px;}
.open-headline .start a:hover{}
.open-headline .simple-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--state-strong);}
.open-headline .team-frame{flex:1 1 calc(1060px / 4);min-width:0;}
.open-headline .team-frame img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.open-headline .team-frame p{margin-top:calc(1.5rem / 3);}
.open-headline .direct-service{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(15.6px * .875);text-decoration:none;border-bottom:1px solid #ddcfb4;padding-bottom:2px;}
.open-headline .direct-service:hover{border-bottom-color:#c98a3c;}
@media (max-width:720px){.open-headline .team-frame{flex:1 1 100%;}
}
.strong-view{--state-strong:calc(1.5rem * 1.42);--field-active:calc(1060px / 2.3);--type-lead:calc(1060px / 3.4);padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3;}
.strong-view .wide-inner{max-width:1060px;margin:0 auto;}
.strong-view h1,.strong-view h2,.strong-view h3,.strong-view p{margin:0;}
.strong-view h1{font-size:calc(15.6px * 2.65);line-height:1.08;}
.strong-view h2{font-size:calc(15.6px * 2);line-height:1.14;max-width:var(--field-active);}
.strong-view h3{font-size:calc(15.6px * 1.35);line-height:1.22;}
.strong-view p{font-size:15.6px;line-height:1.88;}
.strong-view a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.strong-view a:hover{border-bottom-color:transparent;}
.strong-view img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.strong-view .site-proof{max-width:var(--field-active);opacity:0.86;}
.strong-view .start{margin-top:var(--state-strong);max-width:var(--field-active);opacity:0.78;font-size:calc(15.6px * .875);}
.strong-view .service-nav{display:flex;flex-direction:column;gap:0;margin-top:var(--state-strong);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-view .team-frame{padding:calc(1.08rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.strong-view .team-frame p{margin-top:calc(1.5rem / 2.4);max-width:var(--field-active);opacity:0.82;}
.strong-view .clear-steps>img{margin-top:var(--state-strong);}
.strong-view .clear-steps>.site-proof{margin-top:1.5rem;}
@media (min-width:760px){.strong-view .service-nav{display:grid;grid-template-columns:1fr 1fr;gap:0 1.08rem;}.strong-view .team-frame{padding:calc(1.08rem * 1.5) 1.34rem calc(1.08rem * 1.5) 0;}.strong-view .team-frame:nth-child(odd){padding-right:1.08rem;}
}
.clear-actions{
        padding: calc(1.5rem * 2.4) 1.34rem;
        background: var(--line-soft);
        color: var(--surface-main);
    }
.clear-actions .wide-inner{max-width: 1060px;
        margin: 0 auto;}
.clear-actions .clear-plan{display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5);}
.clear-actions .public-intro{max-width: 46rem;}
.clear-actions h2{margin: 0;
        font-size: calc(15.6px * 2);
        line-height: 1.12;}
.clear-actions .public-intro p{margin: 1.5rem 0 0;
        font-size: 15.6px;
        line-height: 1.88;}
.clear-actions ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.clear-actions li{display: flex;
        flex-wrap: wrap;
        gap: 1.08rem;
        align-items: baseline;
        padding: 1.5rem 0;}
.clear-actions li + li{border-top: 1px solid #ddcfb4;}
.clear-actions strong{flex: 0 0 20rem;
        min-width: 0;
        font-size: calc(15.6px * 1.35);
        line-height: 1.2;
        font-weight: 700;}
.clear-actions span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.88;}
@media (max-width: 760px) {.clear-actions li{
            display: block;
        }.clear-actions strong{
            display: block;
            margin-bottom: calc(1.5rem * .75);
        }.clear-actions span{
            display: block;
        }
    }
.featured-grid{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: linear-gradient(135deg, #c98a3c 0%, #8a5a2b 100%);
  color: #2b1c12;
}
.featured-grid .wide-inner{max-width: 1060px;
  margin: 0 auto;}
.featured-grid .public-intro{max-width: 44rem;
  margin-bottom: calc(1.08rem * 1.5);}
.featured-grid .public-intro h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.6px * 2);
  line-height: 1.12;}
.featured-grid .public-intro p{margin: 0;
  font-size: calc(15.6px * 1.125);}
.featured-grid .simple-actions{display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;
  margin-bottom: calc(1.08rem * 1.5);}
.featured-grid .simple-actions a{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  background: #fffaf0;
  color: #2b1c12;
  border: 1px solid #ddcfb4;
  border-radius: 0.36rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 330ms var(--ease-hover), box-shadow 330ms var(--ease-hover);
}
.featured-grid .simple-actions a:hover{transform: translateY(-2px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.09);}
.featured-grid .simple-actions strong{font-size: calc(15.6px * 1.35);
  line-height: 1.2;}
.featured-grid .simple-actions span{font-size: calc(15.6px * .875);}
.featured-grid .site-panel{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: calc(1.08rem * 1.5);
  align-items: start;
  padding: calc(1.5rem * .75);
  background: #2b1c12;
  color: #f7f1e3;
  border-radius: 0.59rem;
}
.featured-grid .start h3{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.6px * 1.35);}
.featured-grid .start p{margin: 0 0 calc(1.5rem * .75);}
.featured-grid .wide-team{margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  font-size: calc(15.6px * .875);}
.featured-grid .wide-team li::before{content: "·";
  margin-right: 0.4rem;}
.featured-grid .plain-nav{display: flex;
  flex-direction: column;
  gap: 1.08rem;}
.featured-grid .plain-nav label{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: calc(15.6px * .875);}
.featured-grid .plain-nav input,
.featured-grid .plain-nav select,
.featured-grid .plain-nav textarea{
  padding: 0.6rem 0.75rem;
  font-family: inherit;
  font-size: 15.6px;
  color: #2b1c12;
  background: #fffaf0;
  border: 1px solid #ddcfb4;
  border-radius: 0.18rem;
}
.featured-grid .plain-nav textarea{resize: vertical;}
.featured-grid .plain-nav button{
  align-self: flex-start;
  padding: 0.7rem 1.4rem;
  font-family: inherit;
  font-size: 15.6px;
  color: #f7f1e3;
  background: #4a2c1a;
  border: none;
  border-radius: 0.18rem;
  cursor: pointer;
  transition: background 330ms var(--ease-hover);
}
.featured-grid .plain-nav button:hover{
  background: #3a2113;color:#2b1c12;}
.featured-grid .text-block{margin: 0;
  font-size: calc(15.6px * .875);}
.featured-grid .text-block a{text-decoration: underline;}
@media (max-width: 900px) {.featured-grid .site-panel{
    grid-template-columns: 1fr;
  }
}
.primary-track{background:#f7f1e3;color:#2b1c12;padding:calc(1.5rem * 2.4) 1.34rem}
.primary-track .wide-inner{max-width:min(1060px,64rem);margin:0 auto}
.primary-track .page-menu{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.08rem * 1.5)}
.primary-track .start{margin:0;max-width:36rem;color:var(--surface-main);background:var(--line-soft);padding:calc(1.5rem * .75);border-radius:0.36rem;line-height:1.88}
.primary-track h2{margin:0;font-size:clamp(calc(15.6px * 2),5vw,calc(15.6px * 2.65));line-height:1.1;letter-spacing:0}
.primary-track .service-summary{display:block;width:min(100%,44rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.59rem;box-shadow:0 0px 3px rgba(0,0,0,0.07)}
.primary-track .public-quote{display:flex;flex-direction:column;gap:1.08rem;width:100%;max-width:44rem;border-top:1px solid #ddcfb4;padding-top:calc(1.08rem * 1.5)}
.primary-track .clear-list{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline}
.primary-track .fresh-list{flex:0 0 11rem;font-size:calc(15.6px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--surface-main)}
.primary-track .clear-list p{margin:0;flex:1 1 16rem;line-height:1.88}
.primary-track .clear-list a{color:#4a2c1a;text-decoration:underline;text-underline-offset:3px}
.primary-track .clear-list a:hover{color:inherit;}
.primary-track .local-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.08rem * 1.5)}
.primary-track .local-intro a{padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.4);border-radius:0.18rem;background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4;text-decoration:none;transition:background 330ms var(--ease-hover),color 330ms var(--ease-hover)}
.primary-track .local-intro a:hover{background:var(--line-soft);color:var(--surface-main)}
.primary-track .local-intro>a:first-child{background:#4a2c1a;color:#f7f1e3;border-color:#4a2c1a}
.primary-track .local-intro>a:first-child:hover{background:#3a2113;color:#f7f1e3}
@media (max-width:640px){.primary-track .fresh-list{flex:0 0 100%}
}
.site-intro{
    padding:calc(1.5rem * 2.4) 1.34rem;
    background:linear-gradient(135deg, #f7f1e3 0%, #efe6d2 55%, #e3d5b8 100%);
    color:#2b1c12;
}
.site-intro .wide-inner{max-width:1060px;
    margin:0 auto;}
.site-intro .soft-brand{display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.site-intro .site-proof{max-width:56ch;}
.site-intro .site-proof h2{margin:0 0 calc(1.08rem * 1.5);
    font-size:calc(15.6px * 2);
    line-height:1.2;}
.site-intro .site-proof p{margin:0;
    font-size:15.6px;
    line-height:1.88;}
.site-intro .plain-region{display:flex;
    flex-wrap:wrap;
    gap:1.08rem;
    border-top:1px solid #ddcfb4;
    border-bottom:1px solid #ddcfb4;
    padding:calc(1.08rem * 1.5) 0;}
.site-intro .direct-service{flex:1 1 220px;
    min-width:200px;
    padding-right:1.08rem;}
.site-intro .direct-service h3{margin:0 0 0.4rem;
    font-size:calc(15.6px * 1.35);}
.site-intro .direct-service p{margin:0 0 0.5rem;
    font-size:calc(15.6px * .875);
    line-height:1.88;}
.site-intro .direct-service a{text-decoration:none;
    font-size:calc(15.6px * .875);
    border-bottom:1px solid #4a2c1a;
    padding-bottom:1px;
    transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.site-intro .direct-service a:hover{border-color:#c98a3c;}
.site-intro .direct-service .narrow-list{font-style:normal;
    color:inherit;
    opacity:.85;}
.site-intro .start{display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    justify-content:space-between;
    gap:1.08rem;}
.site-intro .start p{margin:0;
    flex:1 1 380px;
    max-width:60ch;
    font-size:calc(15.6px * .875);
    line-height:1.88;}
.site-intro .top-section{display:flex;
    gap:1.08rem;
    flex-wrap:wrap;}
.site-intro .top-section a{text-decoration:none;
    font-size:calc(15.6px * .875);
    border-bottom:1px solid #4a2c1a;
    padding-bottom:1px;
    transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.site-intro .top-section a:hover{border-color:#c98a3c;}
@media (max-width:760px){.site-intro .direct-service{
        flex:1 1 100%;
        padding-right:0;
        border-bottom:1px dashed #ddcfb4;
        padding-bottom:calc(1.08rem * 1.5);
    }.site-intro .direct-service:last-child{
        border-bottom:0;
        padding-bottom:0;
    }.site-intro .start{
        align-items:flex-start;
    }
}
.page-group{--state-strong:calc(1.5rem * 1.19);--field-active:calc(1060px / 2.55);--type-lead:calc(1060px / 3.49);padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12;}
.page-group .wide-inner{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.page-group h1,.page-group h2,.page-group h3,.page-group p{margin:0;}
.page-group h1{font-size:calc(15.6px * 2.65);line-height:1.12;}
.page-group h3{font-size:calc(15.6px * 1.35);line-height:1.24;}
.page-group p{font-size:15.6px;line-height:1.88;}
.page-group .public-intro{max-width:var(--field-active);}
.page-group .public-intro .site-proof{margin-top:1.5rem;color:var(--surface-main);}
.page-group a{color:#4a2c1a;text-decoration:underline;text-underline-offset:3px;}
.page-group a:hover{color:inherit;}
.page-group .public-links{margin:0;}
.page-group .public-links img{display:block;width:100%;height:auto;max-height:calc(var(--type-lead) * 1.6);object-fit:cover;border-radius:0.59rem;}
.page-group .simple-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.08rem;border-top:1px solid #ddcfb4;}
.page-group .team-frame{display:grid;grid-template-columns:calc(1060px / 5.2) 1fr;gap:1.08rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #ddcfb4;align-items:start;}
.page-group .primary-visual{font-size:calc(15.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-main);padding-top:0.35rem;}
.page-group .team-frame h3{margin-bottom:calc(1.5rem / 3);}
.page-group .start{padding:calc(1.5rem * .75);background:var(--line-soft);color:var(--surface-main);border-radius:0.36rem;}
.page-group .start p{color:inherit;}
@media (max-width:720px){.page-group .team-frame{grid-template-columns:1fr;gap:calc(1.08rem / 2);}.page-group .primary-visual{padding-top:0;}
}
.secondary-media{padding:calc(1.5rem * 2.4) 1.34rem;background:linear-gradient(135deg, #f7f1e3 0%, #efe6d2 55%, #e3d5b8 100%);color:#2b1c12}
.secondary-media .wide-inner{max-width:1060px;margin:0 auto}
.secondary-media .simple-grid{max-width:54rem;margin-bottom:calc(1.08rem * 1.5)}
.secondary-media h2{margin:0;font-size:calc(15.6px * 2.65);line-height:1.04}
.secondary-media .simple-grid p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.88}
.secondary-media .unit{display:flex;align-items:flex-start;gap:calc(1.08rem * 1.5)}
.secondary-media .contact-block{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);padding-right:1.34rem}
.secondary-media button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 330ms var(--ease-hover),transform 330ms var(--ease-hover)}
.secondary-media button:hover,.secondary-media button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.secondary-media .bottom-footer{flex:1 1 30rem;align-self:start;border-left:1px solid #ddcfb4;padding-left:calc(1.08rem * 1.5)}
.secondary-media [data-response]{display:none}
.secondary-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(330ms*1.8) var(--ease-hover) both}
.secondary-media h3{margin:0;font-size:calc(15.6px * 2);line-height:1.1}
.secondary-media [data-response] p{max-width:46rem;margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.88}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.08rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.secondary-media .unit{display:block}.secondary-media .contact-block{margin-bottom:calc(1.08rem * 1.5);padding-right:0}.secondary-media .bottom-footer{border-left:0;padding-left:0;border-top:1px solid #ddcfb4;padding-top:calc(1.08rem * 1.5)}
}
@media(prefers-reduced-motion:reduce){.secondary-media [data-response].is-active{animation:none}}
.steady-copy{
    background:#f7f1e3;
    color:#2b1c12;
    padding:calc(1.5rem * 2.4) 1.34rem;
}
.steady-copy .c{max-width:1060px;
    margin:0 auto;}
.steady-copy .service-panel{max-width:46rem;
    margin:0 auto calc(1.08rem * 1.5);
    text-align:center;}
.steady-copy h1{font-size:calc(15.6px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.steady-copy .primary-quote{font-size:calc(15.6px * 1.125);
    line-height:1.88;
    margin:0;}
.steady-copy .bottom-entries{margin:0 0 calc(1.08rem * 1.5);}
.steady-copy .service-summary img{display:block;
    width:100%;
    height:auto;
    border-radius:0.59rem;
    box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.steady-copy .primary-section,
.steady-copy .plain-header{
    background:#fffaf0;
    color:#2b1c12;
    border:1px solid #ddcfb4;
    border-radius:0.59rem;
    padding:calc(1.5rem * .75);
    margin-bottom:calc(1.08rem * 1.5);
    line-height:1.88;
}
.steady-copy .plain-header{margin-bottom:0;}
.steady-copy h2{font-size:calc(15.6px * 2);
    line-height:1.25;
    margin:0 0 0.8rem;}
.steady-copy p{margin:0 0 0.9rem;}
.steady-copy p:last-child{margin-bottom:0;}
.steady-copy a{color:#4a2c1a;
    text-decoration:underline;
    text-underline-offset:2px;}
.steady-copy a:hover{color:inherit;}
@media (min-width:768px){.steady-copy .primary-section,
    .steady-copy .plain-header{
        padding:calc(calc(1.5rem * .75) * 1.15);
    }
}
.steady-callout{
    padding: calc(1.5rem * 2.4) 1.34rem;
    background: #f7f1e3;
    color: #2b1c12;
}
.steady-callout .content-callout{max-width: 1060px;
    margin: 0 auto;}
.steady-callout .soft-nav{max-width: 46rem;
    margin-bottom: calc(1.08rem * 1.5);}
.steady-callout .soft-nav h2{margin: 0 0 1.08rem;
    font-size: calc(15.6px * 2);
    line-height: 1.25;}
.steady-callout .site-proof{margin: 0;
    font-size: 15.6px;
    line-height: 1.88;}
.steady-callout .simple-actions{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.steady-callout .team-frame{
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.5rem * .75);
    align-items: flex-start;
    padding: calc(1.5rem * .75);
    background: #fffaf0;
    color: #2b1c12;
    border: 1px solid #ddcfb4;
    border-radius: 0.59rem;
    box-shadow: 0 0px 3px rgba(0,0,0,0.07);
}
.steady-callout .content-header{flex: 0 0 220px;
    margin: 0;
    border-radius: 0.36rem;
    overflow: hidden;}
.steady-callout .content-header img{display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;}
.steady-callout .soft-media{flex: 1 1 320px;
    min-width: 0;}
.steady-callout .offer-view{margin: 0 0 4px;
    font-size: calc(15.6px * 1.35);
    line-height: 1.3;}
.steady-callout .offer-view a{color: inherit;
    text-decoration: none;}
.steady-callout .offer-view a:hover{}
.steady-callout .top-visual{margin: 0 0 1.08rem;
    font-size: calc(15.6px * .875);}
.steady-callout .media-details{margin: 0 0 1.08rem;
    font-size: 15.6px;
    line-height: 1.88;}
.steady-callout .direct-service{margin: 0;
    font-size: calc(15.6px * .875);}
.steady-callout .direct-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.steady-callout .direct-service a:hover{}
@media (max-width: 640px) {.steady-callout .content-header{
        flex: 1 1 100%;
    }.steady-callout .content-header img{
        height: 200px;
    }
}
.headline{
  background:#f7f1e3;
  color:#2b1c12;
  padding:calc(1.5rem * 2.4) 1.34rem;
}
.headline .c{max-width:1060px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);}
.headline .site-proof{max-width:44rem;}
.headline .bottom-fields{font-size:calc(15.6px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--surface-main);
  margin:0 0 0.6rem;}
.headline h1{font-size:calc(15.6px * 2.65);
  line-height:1.15;
  margin:0 0 0.8rem;}
.headline .primary-quote{font-size:calc(15.6px * 1.125);
  line-height:1.88;
  color:var(--surface-main);
  margin:0;}
.headline .public-links{margin:0;
  display:flex;
  flex-direction:column;
  gap:0.6rem;}
.headline .public-links img{width:100%;
  height:auto;
  display:block;
  border-radius:0.59rem;
  box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.headline .public-links figcaption{font-size:calc(15.6px * .875);
  color:var(--surface-main);}
.headline .featured-intro{display:flex;
  flex-direction:column;
  gap:calc(1.08rem * 1.5);}
.headline .content-list{border-left:2px solid #ddcfb4;
  padding-left:calc(1.5rem * .75);}
.headline .content-list h2{font-size:calc(15.6px * 1.35);
  margin:0 0 0.6rem;}
.headline .content-list p{margin:0 0 0.8rem;
  line-height:1.88;}
.headline .content-list p:last-child{margin-bottom:0;}
.headline .service-nav{margin:0.4rem 0 0;
  padding-left:1.1rem;
  display:flex;
  flex-direction:column;
  gap:0.35rem;
  line-height:1.88;}
.headline .start{font-size:calc(15.6px * .875);
  color:var(--surface-main);}
.headline .direct-service{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid #ddcfb4;}
.headline .direct-service a{color:#4a2c1a;
  text-decoration:none;
  font-size:15.6px;
  border-bottom:1px solid transparent;
  transition:color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);}
.headline .direct-service a:hover{color:inherit;
  border-bottom-color:#c98a3c;}
@media (min-width:768px){.headline .featured-intro{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:calc(1.5rem * .75) calc(1.08rem * 1.5);
  }.headline .content-list.outcome{
    grid-column:1 / -1;
  }
}
.main-body{
    padding: calc(1.5rem * 2.4) 1.34rem;
    background: var(--line-soft);
    color: var(--surface-main);
}
.main-body .content-callout{max-width: 1060px;
    margin: 0 auto;}
.main-body .service-panel{max-width: 46rem;
    margin-bottom: calc(1.08rem * 1.5);}
.main-body .service-panel h2{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.6px * 2);
    line-height: 1.25;}
.main-body .service-panel p{margin: 0;
    font-size: 15.6px;
    line-height: 1.88;}
.main-body .visual-entries{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.08rem;}
.main-body .media-service{
    display: flex;
    flex-direction: column;
    border-radius: 0.59rem;
    background: #fffaf0;
    color: #2b1c12;
    border: 1px solid #ddcfb4;
    overflow: hidden;
    box-shadow: 0 0px 3px rgba(0,0,0,0.07);
    transition: box-shadow 330ms var(--ease-hover);
}
.main-body .media-service:hover{box-shadow: 0 2px 10px rgba(0,0,0,0.09);}
.main-body .steady-proof{display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;}
.main-body .steady-proof img{width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}
.main-body .compact-tile{padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.main-body .offer-view{margin: 0;
    font-size: calc(15.6px * 1.125);
    line-height: 1.3;}
.main-body .offer-view a{color: inherit;
    text-decoration: none;}
.main-body .offer-view a:hover{}
.main-body .content-fields{margin: 0;
    font-size: calc(15.6px * .875);}
.main-body .soft-media{margin: 0;
    font-size: calc(15.6px * .875);
    line-height: 1.88;}
.main-body .direct-service{margin-top: 0.4rem;
    align-self: flex-start;
    font-size: calc(15.6px * .875);
    text-decoration: none;
    border-bottom: 1px solid #ddcfb4;
    padding-bottom: 2px;}
.main-body .direct-service:hover{border-bottom-color: #c98a3c;}
.main-body .bottom-copy{border-color: #c98a3c;}
.main-body .text-form{border-color: #c98a3c;}
.main-body .visual-feature{border-color: #c98a3c;}
.focused-actions{
    color:#2b1c12;
    background:#f7f1e3;
    padding:calc(1.5rem * 2.4) 1.34rem;
}
.focused-actions .c{max-width:1060px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.focused-actions .soft-nav{max-width:44rem;}
.focused-actions h1{font-size:calc(15.6px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.focused-actions .primary-quote{font-size:calc(15.6px * 1.125);
    margin:0;
    color:var(--surface-main);}
.focused-actions .content-header{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.focused-actions .content-header img{width:100%;
    display:block;
    border-radius:0.59rem;
    box-shadow:0 2px 10px rgba(0,0,0,0.09);
    object-fit:cover;}
.focused-actions .content-header figcaption{font-size:calc(15.6px * .875);
    color:var(--surface-main);}
.focused-actions .featured-intro{display:flex;
    flex-direction:column;
    gap:calc(1.08rem * 1.5);}
.focused-actions .content-list{border-left:2px solid #ddcfb4;
    padding-left:calc(1.5rem * .75);}
.focused-actions .content-list h2{font-size:calc(15.6px * 1.35);
    margin:0 0 0.5rem;}
.focused-actions .content-list p{margin:0;
    line-height:1.88;}
.focused-actions .start{
    background:var(--line-soft);
    color:var(--surface-main);
    border:1px solid #ddcfb4;
    border-radius:0.36rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.7rem;
}
.focused-actions .start p{margin:0;
    line-height:1.88;}
.focused-actions .direct-service a{color:#4a2c1a;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 330ms var(--ease-hover);}
.focused-actions .direct-service a:hover{color:inherit;}
@media (min-width:768px){.focused-actions .featured-intro{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:calc(1.08rem * 1.5) 1.08rem;
    }
}
.soft-panel{
    color:#2b1c12;
    background:#f7f1e3;
    padding:calc(1.5rem * 2.4) 1.34rem;
}
.soft-panel .c{max-width:1060px;
    margin:0 auto;}
.soft-panel .h{max-width:44rem;
    margin:0 0 1.5rem;}
.soft-panel h1{font-size:calc(15.6px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;
    letter-spacing:-0.01em;}
.soft-panel .h p{margin:0;
    font-size:calc(15.6px * 1.125);}
.soft-panel .simple-actions{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.08rem;
    padding:0.7rem 0;
    border-top:1px solid #ddcfb4;
    border-bottom:1px solid #ddcfb4;
    margin-bottom:calc(1.08rem * 1.5);}
.soft-panel .top-body{font-size:calc(15.6px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;}
.soft-panel .plain-body{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;}
.soft-panel .compact-plan{
    padding:0.35rem 0.9rem;
    border-radius:0.18rem;
    border:1px solid #ddcfb4;
    background:#fffaf0;
    color:#2b1c12;
    font-family:inherit;
    font-size:calc(15.6px * .875);
    cursor:pointer;
    transition:background 330ms var(--ease-hover),color 330ms var(--ease-hover),border-color 330ms var(--ease-hover);
}
.soft-panel .compact-plan:hover{
    background:#4a2c1a;
    color:#f7f1e3;
    border-color:#4a2c1a;
}
.soft-panel .visual-entries{display:grid;
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);}
@media (min-width:768px){.soft-panel .visual-entries{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width:1024px){.soft-panel .visual-entries{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
.soft-panel .media-service{
    display:flex;
    flex-direction:column;
    background:#fffaf0;
    color:#2b1c12;
    border:1px solid #ddcfb4;
    border-radius:0.59rem;
    overflow:hidden;
    box-shadow:0 0px 3px rgba(0,0,0,0.07);
    transition:transform 330ms var(--ease-hover),box-shadow 330ms var(--ease-hover);
}
.soft-panel .media-service:hover{transform:translateY(-3px);
    box-shadow:0 2px 10px rgba(0,0,0,0.09);}
.soft-panel .service-summary{
    aspect-ratio:16 / 10;
    overflow:hidden;
    background:var(--line-soft);color:var(--surface-main);}
.soft-panel .service-summary img{width:100%;
    height:100%;
    object-fit:cover;
    display:block;}
.soft-panel .local-wrap{display:flex;
    flex-direction:column;
    gap:0.6rem;
    padding:calc(1.5rem * .75);
    flex:1;}
.soft-panel h3{margin:0;
    font-size:calc(15.6px * 1.35);
    line-height:1.3;}
.soft-panel h3 a{text-decoration:none;
    transition:color 330ms var(--ease-hover);}
.soft-panel h3 a:hover{}
.soft-panel .local-wrap p{margin:0;
    font-size:15.6px;
    opacity:0.85;}
.soft-panel .direct-entries{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    margin-top:auto;
    padding-top:0.6rem;}
.soft-panel .fresh-list{
    padding:0.2rem 0.6rem;
    border-radius:0.18rem;
    background:#c98a3c;
    color:#2b1c12;
    font-size:calc(15.6px * .875);
    letter-spacing:0.02em;
}
.quiet-unit{padding:calc(1.5rem * 2.4) 1.34rem;background:linear-gradient(135deg, #f7f1e3 0%, #efe6d2 55%, #e3d5b8 100%);color:#2b1c12}
.quiet-unit .wide-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.08rem * 1.5);align-items:stretch}
.quiet-unit .soft-media{display:flex;flex-direction:column;gap:1.08rem;padding:1.08rem;border-radius:0.59rem;background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4}
.quiet-unit h2{margin:0;font-size:calc(15.6px * 2);line-height:1.15}
.quiet-unit .soft-media>p{margin:0;font-size:15.6px;line-height:1.88}
.quiet-unit .secondary-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid #ddcfb4}
.quiet-unit .benefit{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .3);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #ddcfb4}
.quiet-unit .benefit span{font-size:calc(15.6px * .875);letter-spacing:.04em;text-transform:uppercase;}
.quiet-unit .benefit strong{font-size:15.6px;font-weight:600;line-height:1.4}
.quiet-unit .benefit strong a{text-decoration:none;border-bottom:1px solid #ddcfb4}
.quiet-unit .benefit strong a:hover{}
.quiet-unit .start{margin:0;font-size:calc(15.6px * .875);line-height:1.88}
.quiet-unit .text-header{min-height:clamp(22rem,46vw,36rem);border-radius:0.59rem;overflow:hidden;border:1px solid #ddcfb4;box-shadow:0 2px 10px rgba(0,0,0,0.09);background:var(--line-soft);color:var(--surface-main);}
.quiet-unit iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.quiet-unit .wide-inner{grid-template-columns:1fr}.quiet-unit .text-header{min-height:22rem}}
.text-details{background:#f7f1e3;color:#2b1c12;padding:calc(1.5rem * 2.4) 1.34rem}
.text-details .wide-inner{max-width:min(1060px,64rem);margin:0 auto}
.text-details .page-menu{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.08rem * 1.5)}
.text-details .start{margin:0;font-size:calc(15.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-main)}
.text-details h2{margin:0;font-size:calc(15.6px * 2);line-height:1.15}
.text-details .site-proof{margin:0;max-width:44rem;font-size:15.6px;line-height:1.88}
.text-details .fresh-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);width:100%;margin-top:calc(1.08rem * 1.5)}
.text-details .primary-tile{flex:1 1 15rem;min-width:14rem;padding:calc(1.5rem * .75);background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4;border-radius:0.36rem}
.text-details .local-panel{display:block;font-size:calc(15.6px * .875);color:var(--surface-main);margin-bottom:0.35rem}
.text-details .page-body{display:block;font-size:calc(15.6px * 1.125);color:#4a2c1a;text-decoration:none;word-break:break-word}
.text-details a.channel-value:hover{color:inherit;}
.text-details .quiet-items{margin:0.5rem 0 0;font-size:calc(15.6px * .875);line-height:1.6;color:var(--surface-main)}
.text-details .primary-proof{width:100%;padding:calc(1.5rem * .75) 0 0;border-top:1px solid #ddcfb4}
.text-details .primary-proof h3{margin:0 0 1.08rem;font-size:calc(15.6px * 1.35)}
.text-details .quiet-story{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem;max-width:32rem}
.text-details .quiet-story li{display:flex;justify-content:space-between;gap:1.08rem;padding:0.35rem 0;border-bottom:1px solid #ddcfb4;font-size:15.6px}
.text-details .quiet-story li span:last-child{color:var(--surface-main)}
.text-details .cluster{margin:1.08rem 0 0;max-width:44rem;font-size:calc(15.6px * .875);line-height:1.7;color:var(--surface-main)}
.text-details .plain-region{width:100%;display:flex;flex-direction:column;gap:0.5rem}
.text-details .plain-surface{margin:0 0 0.4rem;font-size:15.6px}
.text-details .direct-service{display:block;padding:0.75rem calc(1.5rem * .75);background:var(--line-soft);color:var(--surface-main);border-radius:0.18rem;text-decoration:none;transition:background 330ms var(--ease-hover),color 330ms var(--ease-hover)}
.text-details .direct-service:hover{background:#4a2c1a;color:#f7f1e3}
@media (max-width:640px){.text-details .primary-tile{flex:1 1 100%}.text-details .quiet-story li{flex-direction:column;gap:0.15rem}
}
.content-summary{padding:calc(1.5rem * 2.4) 1.34rem;background:var(--line-soft);color:var(--surface-main)}
.content-summary .wide-inner{max-width:1060px;margin:0 auto}
.content-summary .clear-plan{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.5);align-items:flex-start}
.content-summary form{flex:1 1 40rem;min-width:0;background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4;border-radius:0.59rem;padding:calc(1.08rem * 1.5)}
.content-summary .strong-menu{display:block}
.content-summary h2{margin:0 0 1.5rem;font-size:calc(15.6px * 2);line-height:1.12}
.content-summary .strong-menu p{margin:0;font-size:15.6px;line-height:1.88}
.content-summary .public-quote{margin-top:calc(1.08rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.content-summary label{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;min-width:0}
.content-summary label span{flex:0 0 10.5rem;min-width:0;font-size:calc(15.6px * .875)}
.content-summary input{flex:1 1 16rem;min-width:0;width:100%;border:1px solid #ddcfb4;border-radius:0.18rem;background:#f7f1e3;color:#2b1c12;font:inherit;padding:calc(1.5rem * .75) 1.5rem;outline:none;transition:border-color 330ms var(--ease-hover)}
.content-summary input::placeholder{}
.content-summary input:focus{border-color:#c98a3c}
.content-summary .featured-summary{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;margin-top:calc(1.08rem * 1.5);padding-top:calc(1.08rem * 1.5);border-top:1px solid #ddcfb4}
.content-summary button{border:0;border-radius:0.36rem;background:#4a2c1a;color:#f7f1e3;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 330ms var(--ease-hover)}
.content-summary button:hover{background:#3a2113;color:#2b1c12;}
.content-summary .featured-summary p{margin:0;flex:1 1 16rem;min-width:0;font-size:calc(15.6px * .875);line-height:1.88}
.content-summary .service-nav{flex:0 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.content-summary .service-nav p{margin:0;padding:0 0 1.5rem;border-bottom:1px solid #ddcfb4;line-height:1.88}
.content-summary .service-nav p:last-child{border-bottom:0;padding-bottom:0}
.content-summary .service-nav strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:15.6px}
.content-summary .service-nav span{display:block;font-size:calc(15.6px * .875)}
@media(max-width:760px){.content-summary .clear-plan{display:block}.content-summary form{padding:1.5rem}.content-summary label{display:block}.content-summary label span{display:block;margin-bottom:calc(1.5rem * .75)}.content-summary input{flex:1 1 auto}.content-summary .service-nav{margin-top:calc(1.08rem * 1.5)}}
.top-steps{padding:calc(1.5rem * 2.4) 1.34rem;background:#4a2c1a;color:#f7f1e3}
.top-steps .local-items{max-width:min(1060px,64rem);margin:0 auto}
.top-steps .public-intro{max-width:52rem}
.top-steps h2{margin:0;font-size:calc(15.6px * 2.65);line-height:1.08}
.top-steps .active-flow{margin:1.5rem 0 calc(1.08rem * 1.5);font-size:calc(15.6px * 1.125);line-height:1.7}
.top-steps .team-footer{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:calc(1.08rem * 1.5)}
.top-steps .content-list{padding-bottom:calc(1.08rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.top-steps .content-list:last-child{border-bottom:0;padding-bottom:0}
.top-steps h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.6px * 1.35);line-height:1.25}
.top-steps .content-list p{margin:0;max-width:58rem}
.top-steps .plain-note{margin-top:calc(1.5rem * 2.4);padding:calc(1.5rem * .75) calc(1.5rem * .75);background:#fffaf0;color:#2b1c12;border:1px solid #ddcfb4;border-radius:0.59rem}
.top-steps .plain-note h3{margin:0 0 calc(1.5rem * .75)}
.top-steps .plain-note p{margin:0 0 calc(1.5rem * .75)}
.top-steps .plain-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.08rem / 2)}
.top-steps .plain-visual li{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:baseline}
.top-steps .fresh-list{display:inline-block;min-width:5.5rem;font-size:calc(15.6px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.top-steps .plain-visual a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#4a2c1a 40%,transparent)}
.top-steps .plain-visual a:hover{border-bottom-color:#c98a3c}
.top-steps .start{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.6px * .875);}
@media (min-width:768px){.top-steps .team-footer{gap:calc(1.08rem * 1.5)}
}
.contact-lead{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #2b1c12;
  color: #f7f1e3;
}
.contact-lead .wide-inner{max-width: min(1060px, 60rem);
  margin: 0 auto;}
.contact-lead .site-proof{max-width: 46rem;}
.contact-lead h2{margin: 0;
  font-size: calc(15.6px * 2);
  line-height: 1.12;}
.contact-lead .public-intro{margin: calc(1.5rem * .75) 0 calc(1.08rem * 1.5);
  font-size: calc(15.6px * 1.125);
  color: #d9cdb6;}
.contact-lead .top-plan{display: flex;
  flex-direction: column;
  gap: 1.08rem;}
.contact-lead .team-frame{padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.4);
  border-left: 1px solid #3d2c1e;}
.contact-lead h3{margin: 0;
  font-size: calc(15.6px * 1.35);
  line-height: 1.25;}
.contact-lead .team-frame p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #d9cdb6;}
@media (max-width: 640px) {.contact-lead .team-frame{
    padding-left: calc(1.5rem * .75);
  }
}
.visual-unit{--state-strong:calc(1.5rem * 1.42);--field-active:calc(1060px / 2.60);padding:calc(1.5rem * 2.4) 1.34rem;background:#f7f1e3;color:#2b1c12;}
.visual-unit .wide-inner{max-width:1060px;margin:0 auto;}
.visual-unit h1,.visual-unit h2,.visual-unit h3,.visual-unit p,.visual-unit nav{margin:0;}
.visual-unit h2{font-size:calc(15.6px * 2);line-height:1.12;max-width:var(--field-active);}
.visual-unit p{font-size:15.6px;line-height:1.88;}
.visual-unit .site-proof{color:var(--surface-main);max-width:var(--field-active);}
.visual-unit .start{font-size:calc(15.6px * .875);color:var(--surface-main);max-width:var(--field-active);}
.visual-unit a{color:inherit;text-decoration:none;}
.visual-unit .top-intro{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.18rem;background:#4a2c1a;color:#f7f1e3;transition:background 330ms var(--ease-hover);}
.visual-unit .top-intro:hover{background:#3a2113;color:#2b1c12;}
.visual-unit .direct-service{display:flex;flex-wrap:wrap;gap:1.08rem;margin-top:calc(1.08rem * 1.5);padding-top:calc(1.08rem * 1.5);border-top:1px solid #ddcfb4;}
.visual-unit .direct-service a{font-size:calc(15.6px * .875);color:#4a2c1a;text-decoration:underline;text-underline-offset:3px;}
.visual-unit .direct-service a:hover{color:inherit;}
.visual-unit .narrow-feature>h2,.visual-unit .narrow-feature>p,.visual-unit .narrow-feature>.top-intro{margin-top:1.5rem;}
.visual-unit .narrow-feature>h2:first-child{margin-top:0;}
.media-story{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: var(--line-soft);
  color: var(--surface-main);
}
.media-story .wide-inner{max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.08rem;}
.media-story .fresh-group{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #2b1c12;
  color: #f7f1e3;
}
.media-story .fresh-group span{
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 0.18rem;
  background: #c98a3c;
  color: #2b1c12;
  font-size: calc(15.6px * .875);
  letter-spacing: 0.02em;
}
.media-story h2{margin: calc(1.08rem * 1.5) 0 0;
  font-size: calc(15.6px * 2);
  line-height: 1.14;}
.media-story .fresh-group p{margin: calc(1.08rem * 1.5) 0 0;
  font-size: 15.6px;
  line-height: 1.88;
  opacity: 0.88;}
.media-story .secondary-grid{flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: calc(1.08rem * 1.5);}
.media-story .secondary-grid div{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) - 0.2rem);
  border-radius: 0.36rem;
  background: #fffaf0;
  color: #2b1c12;
  border: 1px solid #ddcfb4;
}
.media-story .secondary-grid strong{display: block;
  font-size: calc(15.6px * 1.35);
  line-height: 1.3;}
.media-story .secondary-grid p{margin: calc(1.08rem * 1.5) 0 0;
  font-size: 15.6px;
  line-height: 1.88;}
.media-story .secondary-grid p:last-child{margin-bottom: calc(1.08rem * 1.5);}
.media-story .direct-service{display: flex;
  flex-wrap: wrap;
  gap: calc(1.08rem * 1.5);
  padding-top: calc(1.08rem * 1.5);
  border-top: 1px solid #ddcfb4;}
.media-story .direct-service a{text-decoration: none;
  border-bottom: 1px solid #ddcfb4;
  padding-bottom: 1px;
  transition: color 330ms var(--ease-hover), border-color 330ms var(--ease-hover);}
.media-story .direct-service a:hover{border-color: #c98a3c;}
.media-story .secondary-grid a{text-decoration: none;}
.media-story .secondary-grid a:hover{}
@media (max-width: 760px) {.media-story .wide-inner{
    flex-direction: column;
  }.media-story .fresh-group,
  .media-story .secondary-grid{
    flex: 1 1 auto;
    width: 100%;
  }
}
.direct-fields{display:flex;background:#4a2c1a;color:#f7f1e3}
.direct-fields .local-visual,.direct-fields .page-intro{flex:1 1 0;min-width:0;padding:calc(1.5rem * 2.4) 1.34rem}
.direct-fields .local-visual{display:flex;align-items:center;justify-content:flex-end}
.direct-fields h1{max-width:9ch;margin:0;font-size:calc(15.6px * 2.65);line-height:1.02;text-align:right}
.direct-fields .page-intro{display:flex;flex-direction:column;justify-content:center;background:#c98a3c;color:#2b1c12}
.direct-fields p{max-width:34rem;margin:0;font-size:calc(15.6px * 1.125);line-height:1.88}
.direct-fields a{align-self:flex-start;margin-top:calc(1.08rem * 1.5);color:inherit;font-size:calc(15.6px * 1.125);text-underline-offset:.24em}
.direct-fields .direct-service{margin-top:calc(1.5rem * .75);font-size:calc(15.6px * .875);line-height:1.88;opacity:.86}
.direct-fields .direct-service a{margin-top:0;font-size:inherit;text-underline-offset:.2em}
@media(min-width:761px){.direct-fields .local-visual{order:2}}
@media(max-width:760px){.direct-fields{display:block}.direct-fields .local-visual{justify-content:flex-start}.direct-fields h1{text-align:left}}
