body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-warm: #2E1A0A;
  --surface-primary: #FFF9F0;
  --ease-nav: ease;
  --paint-muted: #EBD9BE;
}
.offer-items {
    width: 100%;
    background: var(--surface-primary);
    color: var(--paint-warm);
    border-bottom: 1px solid var(--paint-muted);
  }
.local-shell {
    max-width: 860px;
    margin: 0 auto;
    padding: calc(0.91rem * 1.5) 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(0.91rem * 1.5);
  }
.featured-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.media-region {
    font-size: calc(15.7px * 1.35);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: var(--paint-warm);
    line-height: 1.77;
  }
.media-region:hover {
    color: #F6C56B;
  }
.bottom-section {
    width: 100%;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.91rem;
  }
.nav-list a {
    display: inline-block;
    padding: calc(1.5rem / 2) 1.2rem;
    font-size: calc(15.7px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--paint-warm);
    border-radius: 0.26rem;
    transition: color 470ms var(--ease-nav),
                background-color 470ms var(--ease-nav);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #F6C56B;
    background: #FBF0DC;
    outline: none;
  }
.secondary-unit {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #FBF0DC;
    color: #4A2E18;
    border: 1px solid var(--paint-muted);
    border-radius: 0.4rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.top-lead {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 470ms var(--ease-nav),
                opacity 470ms var(--ease-nav);
  }
.secondary-unit[aria-expanded="true"] .top-lead:nth-child(1){transform: translateY(7px) rotate(45deg);}
.secondary-unit[aria-expanded="true"] .top-lead:nth-child(2){opacity: 0;}
.secondary-unit[aria-expanded="true"] .top-lead:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .local-shell {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }

    .featured-header {
      width: auto;
      justify-content: flex-start;
    }

    .media-region {
      font-size: 15.7px;
    }

    .secondary-unit {
      display: flex;
    }

    .bottom-section {
      display: none;
      width: 100%;
      order: 3;
      flex-basis: 100%;
    }

    .bottom-section.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-top: 1.5rem;
      border-top: 1px solid var(--paint-muted);
    }

    .nav-list a {
      display: block;
      padding: 1.5rem 1.2rem;
      font-size: 15.7px;
      text-transform: none;
      letter-spacing: 0.02em;
      border-radius: 0.26rem;
    }
  }
.soft-content{padding:calc(1.5rem * 2.4) 1.2rem;font-family:"Libre Baskerville", sans-serif;font-size:15.7px;line-height:1.77;background:#3A1F08;color:#FFF6E9;}
.direct-brand{max-width:860px;margin:0 auto;display:grid;gap:calc(0.91rem * 1.5)}
.primary-frame{background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);border-radius:0.63rem;padding:calc(1.5rem * .75);box-shadow:0 1px 3px rgba(0,0,0,0.08)}
.clear-block{font-size:calc(15.7px * 1.35);margin:0 0 1.5rem;line-height:1.77}
.secondary-nav{margin:0 0 1.5rem;font-size:15.7px}
.compact-items{display:grid;gap:1.5rem}
.strong-visual{font-size:calc(15.7px * .875)}
.media-menu{display:flex;flex-wrap:wrap;gap:0.91rem}
.bottom-callout{flex:1 1 220px;min-width:0;padding:0.65rem 0.9rem;border-radius:0.4rem;border:1px solid var(--paint-muted);background:var(--surface-primary);color:var(--paint-warm);font-family:inherit;font-size:15.7px}
.bottom-callout::placeholder{}
.local-copy{padding:0.65rem 1.2rem;border-radius:0.4rem;border:1px solid transparent;background:#B4531F;color:#FFF6E9;font-family:inherit;font-size:15.7px;cursor:pointer;transition:background 470ms var(--ease-nav)}
.local-copy:hover{background:#9A4415;color:#2E1A0A;}
.steady-fields{margin:0;font-size:calc(15.7px * .875)}
.featured-shell{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:calc(0.91rem * 1.5)}
.service-method{font-size:15.7px;margin:0 0 1.5rem;letter-spacing:0.02em}
.narrow-panel{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem}
.narrow-panel a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--ease-nav)}
.narrow-panel a:hover{border-bottom-color:currentColor;color:inherit}
.content-actions{border-top:1px solid var(--paint-muted);padding-top:calc(0.91rem * 1.5)}
.offer-figure{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem;font-size:15.7px}
.simple-details{font-weight:600}
.offer-figure a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--ease-nav)}
.offer-figure a:hover{border-bottom-color:currentColor;color:inherit}
.strong-tile{border-top:1px solid var(--paint-muted);padding-top:calc(0.91rem * 1.5);display:grid;gap:1.5rem;font-size:calc(15.7px * .875)}
.direct-media,
  .open-contact{margin:0}
@media (max-width: 640px) {.media-menu{flex-direction:column}.local-copy{width:100%}
  }
.cookies{position:fixed;right:1.2rem;bottom:1.5rem;z-index:1200}
.cookies .secondary-visual{width:min(31rem,calc(100vw - 1.2rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.63rem;background:#fff;color:#0a0f1a;box-shadow:0 12px 26px rgba(0,0,0,0.12)}
.cookies strong{display:block;font-size:calc(15.7px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.77}
.cookies .visual-block{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .visual-block>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.26rem;background:#f7f7f7;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#B4531F;color:#FFF6E9;border-color:#B4531F}
.bottom-headline{
  padding:calc(1.5rem*3.2) 1.2rem;
  background:linear-gradient(135deg, #FFF3DC 0%, #F7D9A8 55%, #EFB877 100%);
  color:#2E1A0A;
}
.bottom-headline .top-feature{max-width:860px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  gap:calc(0.91rem*1.8);
  flex-wrap:wrap;}
.bottom-headline .site-service{flex:1 1 28rem;
  min-width:0;
  padding-top:0.4rem;}
.bottom-headline h1{margin:0;
  font-size:clamp(2.1rem,5.4vw,4.2rem);
  line-height:1.05;
  letter-spacing:-0.01em;}
.bottom-headline p{margin:1.1rem 0 0;
  max-width:40rem;
  line-height:1.55;
  font-size:15.7px;
  opacity:.9;}
.bottom-headline .primary-figure{margin-top:1.6rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.6rem 1.1rem;}
.bottom-headline .go{
  display:inline-flex;
  align-items:center;
  background:#B4531F;
  color:#FFF6E9;
  border-radius:0.4rem;
  padding:.8rem 1.2rem;
  text-decoration:none;
  font-weight:700;
  transition:background 470ms var(--ease-nav);
}
.bottom-headline .go:hover,
.bottom-headline .go:focus-visible{
  background:#9A4415;color:#2E1A0A;}
.bottom-headline .soft-headline{color:#B4531F;
  text-decoration:none;
  font-size:calc(15.7px * .875);
  border-bottom:1px solid var(--paint-muted);
  padding-bottom:2px;
  transition:color 470ms var(--ease-nav),border-color 470ms var(--ease-nav);}
.bottom-headline .soft-headline:hover,
.bottom-headline .soft-headline:focus-visible{color:inherit;
  border-color:#F6C56B;}
.bottom-headline .fresh-items{flex:0 1 min(30rem,36vw);
  margin:0;
  min-width:0;}
.bottom-headline .fresh-headline{display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:0.77rem;
  box-shadow:0 5px 16px rgba(0,0,0,0.1);
  border:1px solid var(--paint-muted);}
@media (max-width:820px){
  .bottom-headline .fresh-items{
    flex:1 1 100%;
    margin-top:1.6rem;
  }
}
.top-team{
        --mark-static: calc(1.5rem * 1.14);
        --axis-public: calc(860px / 2.38);
        padding: calc(1.5rem * 2.4) 1.2rem;
        background: #3A1F08;
        color: #FFF6E9;
    }
.top-team .top-feature{max-width: 860px;
        margin: 0 auto;}
.top-team h2,
    .top-team h3,
    .top-team p{margin: 0;}
.top-team h2{font-size: calc(15.7px * 2);
        line-height: 1.12;}
.top-team h3{font-size: calc(15.7px * 1.35);
        line-height: 1.2;}
.top-team p{font-size: 15.7px;
        line-height: 1.77;}
.top-team a{color: inherit;
        text-decoration: none;}
.top-team .compact-intro{padding-inline-start: calc(1.2rem / 2);}
.top-team .site-team{padding-block: calc(var(--mark-static) / 2);}
.top-team .simple-visual{row-gap: calc(var(--mark-static) * 1.2);}
.top-team .secondary-feature{margin-top: 1.5rem;
        max-width: calc(860px / 2);}
.top-team .page-brand{display: flex;
        flex-direction: column;
        gap: var(--mark-static);
        margin-top: var(--mark-static);}
.top-team .plain-frame{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #F6C56B;}
.top-team .plain-frame p{margin-top: calc(1.5rem / 3);}
.top-team .primary-figure{display: flex;
        flex-wrap: wrap;
        gap: 0.91rem;
        margin-top: calc(var(--mark-static) * 1.1);}
.top-team .primary-figure a{
        display: inline-flex;
        align-items: center;
        padding: calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);
        border-radius: 0.26rem;
        background: #F6C56B;
        color: #3A1F08;
        font-size: calc(15.7px * .875);
    }
.top-team .primary-figure a:hover{
        background: #EFB24A;color:#2E1A0A;}
.strong-actions{--mark-static:calc(1.5rem * 1.25);--label-base:calc(860px / 3.58);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.strong-actions .top-feature{max-width:860px;margin:0 auto;}
.strong-actions h2,.strong-actions h3,.strong-actions p{margin:0;}
.strong-actions h2{font-size:calc(15.7px * 2);line-height:1.12;}
.strong-actions h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.strong-actions p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-actions a{color:inherit;text-decoration:none;}
.strong-actions img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.strong-actions .compact-intro{padding-inline-start:calc(1.2rem / 2);}
.strong-actions .simple-visual{row-gap:calc(var(--mark-static) * 1.2);}
.strong-actions .secondary-feature{margin-top:1.5rem;max-width:calc(860px / 2);}
.strong-actions .page-brand{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.strong-actions .plain-frame{flex:1 1 var(--label-base);min-width:0;padding:calc(var(--mark-static) * .75);border-radius:0.4rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.strong-actions .plain-frame img{margin-bottom:calc(0.91rem * 1.5);}
.strong-actions .plain-frame p{margin-top:calc(1.5rem / 3);}
.strong-actions .plain-frame a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.88;text-decoration:underline;text-underline-offset:3px;}
.strong-actions .primary-figure{margin-top:var(--mark-static);font-size:calc(15.7px * .875);opacity:.85;}
.strong-actions .primary-figure a{text-decoration:underline;text-underline-offset:3px;}
.plain-section{
  --mark-static:calc(1.5rem * 1.05);
  --axis-public:calc(860px / 1.9);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF0DC;
  color:#4A2E18;
}
.plain-section .top-feature{max-width:860px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:calc(0.91rem * 1.5);}
.plain-section h2{font-size:calc(15.7px * 2);
  line-height:1.14;
  margin:0 0 calc(1.5rem * .75);
  max-width:var(--axis-public);}
.plain-section p{margin:0;
  font-size:15.7px;
  line-height:1.77;}
.plain-section .site-service{flex:1 1 22rem;
  min-width:0;}
.plain-section .secondary-feature{max-width:var(--axis-public);}
.plain-section .quiet-group{margin-top:calc(1.5rem * .75);
  font-size:calc(15.7px * .875);
  color:#4A2E18;
  opacity:0.78;}
.plain-section .strong-region{flex:0 1 auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0.91rem;}
.plain-section a{color:inherit;
  text-decoration:none;}
.plain-section a:hover{color:inherit;}
.plain-section .site-steps{
  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.26rem;
  background:#B4531F;
  color:#FFF6E9;
  font-size:15.7px;
  transition:background 470ms var(--ease-nav);
}
.plain-section .site-steps:hover{
  background:#9A4415;
  color:#FFF6E9;
}
.plain-section .primary-figure{font-size:calc(15.7px * .875);
  line-height:1.6;
  color:#4A2E18;}
.plain-section .primary-figure a{color:inherit;}
.plain-section .primary-figure .public-track{margin:0 0.35rem;
  opacity:0.6;}
@media (max-width:640px){.plain-section .top-feature{
    flex-direction:column;
    align-items:flex-start;
  }.plain-section h2{
    max-width:none;
  }
}
.service-figure{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.2rem;
    background:var(--surface-primary);
    color:var(--paint-warm);
  }
.service-figure .page-callout{max-width:min(860px,58rem);
    margin:0 auto;}
.service-figure h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:0;}
.service-figure .active-header{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.63rem;
    margin:clamp(1.1rem,2.4vw,calc(0.91rem * 1.5)) 0 0;}
.service-figure .secondary-feature{max-width:34rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--paint-muted);}
.service-figure p{margin:0;
    font-size:clamp(1rem,1.22vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
@media (max-width:640px){.service-figure .active-header{aspect-ratio:4/3}.service-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.compact-steps{padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.compact-steps .top-feature{max-width:860px;margin:0 auto;display:grid;gap:calc(0.91rem * 1.5);}
.compact-steps .main-contact{display:grid;gap:.5rem;padding-bottom:calc(0.91rem * 1.5);border-bottom:1px solid var(--paint-muted);}
.compact-steps h2,.compact-steps h3,.compact-steps h4,.compact-steps p{margin:0;}
.compact-steps h2{font-size:calc(15.7px * 2);line-height:1.77;}
.compact-steps .secondary-feature{max-width:52ch;font-size:15.7px;line-height:1.77;color:#4A2E18;}
.compact-steps .page-links{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(16rem,.85fr);gap:0.91rem;align-items:start;}
.compact-steps .contact-view{display:grid;gap:.6rem;}
.compact-steps .text-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid var(--paint-muted);border-radius:0.4rem;background:#FFFFFF;color:#2E1A0A;}
.compact-steps .text-inner:nth-child(3n+2){border-left:3px solid #F6C56B;}
.compact-steps .plain-feature{width:2.4rem;height:2.4rem;border-radius:0.26rem;display:grid;place-items:center;background:#F6C56B;color:#3A1F08;font-weight:700;font-size:calc(15.7px * .875);}
.compact-steps .site-service h4{font-size:15.7px;line-height:1.77;}
.compact-steps .site-service p{margin-top:.25rem;font-size:calc(15.7px * .875);line-height:1.77;color:#4A2E18;}
.compact-steps time{font-size:calc(15.7px * .875);color:#4A2E18;white-space:nowrap;}
.compact-steps .steady-list{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid var(--paint-muted);border-radius:0.63rem;background:#FBF0DC;color:#4A2E18;}
.compact-steps .direct-nav{font-size:15.7px;line-height:1.77;}
.compact-steps .strong-media{display:grid;gap:.55rem;}
.compact-steps .site-lead{padding:.75rem .85rem;border-radius:0.4rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);}
.compact-steps .site-lead:nth-child(even){background:#B4531F;color:#FFF6E9;border-color:#B4531F;}
.compact-steps .site-lead p{font-size:calc(15.7px * .875);line-height:1.77;}
.compact-steps .site-lead time{display:block;margin-top:.35rem;color:inherit;opacity:.75;}
.compact-steps .steady-headline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--paint-muted);}
.compact-steps .active-copy{display:block;min-width:0;}
.compact-steps .steady-headline input{width:100%;min-width:0;border:1px solid var(--paint-muted);border-radius:0.26rem;padding:.75rem .85rem;background:#FFFFFF;color:#2E1A0A;font:inherit;outline:none;}
.compact-steps .steady-headline input::placeholder{color:rgba(255,255,255,0.55);}
.compact-steps .steady-headline button{border:0;border-radius:0.26rem;padding:.75rem 1rem;background:#B4531F;color:#FFF6E9;font:inherit;font-weight:700;cursor:pointer;transition:background 470ms var(--ease-nav);}
.compact-steps .steady-headline button:hover{background:#9A4415;color:#2E1A0A;}
.compact-steps .benefit{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
@media (max-width:900px){.compact-steps .page-links{grid-template-columns:1fr;}.compact-steps .steady-list{position:relative;top:auto;}.compact-steps .text-inner{grid-template-columns:auto minmax(0,1fr);}.compact-steps .text-inner time{grid-column:2;justify-self:start;}.compact-steps .steady-headline{grid-template-columns:1fr;}
}
.featured-proof{
        padding:calc(1.5rem * 2.4) 1.2rem;
        background:linear-gradient(135deg, #FFF3DC 0%, #F7D9A8 55%, #EFB877 100%);
        color:#2E1A0A;
    }
.featured-proof .top-feature{max-width:860px;
        margin:0 auto;}
.featured-proof .team-inner{margin-bottom:calc(0.91rem * 1.5);}
.featured-proof .team-inner p{margin:0;
        font-size:calc(15.7px * .875);
        font-weight:700;
        letter-spacing:.02em;
        opacity:.85;}
.featured-proof .team-inner h2{margin:calc(1.2rem / 2) 0 0;
        font-size:calc(15.7px * 2);
        line-height:1.2;}
.featured-proof .secondary-content{display:flex;
        flex-direction:column;
        gap:calc(0.91rem * 1.5);}
.featured-proof .secondary-feature{margin:0;
        max-width:62ch;
        font-size:15.7px;
        line-height:1.77;}
.featured-proof .page-brand{display:flex;
        flex-wrap:wrap;
        gap:0.91rem;}
.featured-proof .plain-frame{
        flex:1 1 260px;
        min-width:240px;
        padding:calc(1.5rem * .75);
        border-radius:0.63rem;
        border:1px solid var(--paint-muted);
        background:#FFFFFF;
        color:#2E1A0A;
        box-shadow:0 1px 3px rgba(0,0,0,0.08);
    }
.featured-proof .plain-frame h3{margin:0 0 1.2rem;
        font-size:calc(15.7px * 1.35);}
.featured-proof .plain-frame p{margin:0 0 1.2rem;
        font-size:15.7px;
        line-height:1.77;}
.featured-proof .plain-frame p:last-child{margin-bottom:0;}
.featured-proof .plain-frame a{text-decoration:underline;
        text-underline-offset:2px;}
.featured-proof .plain-frame a:hover{}
.featured-proof .quiet-group{font-size:calc(15.7px * .875);
        opacity:.8;}
.featured-proof .primary-figure{padding-top:calc(0.91rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
        font-size:calc(15.7px * .875);}
.featured-proof .primary-figure p{margin:0 0 calc(1.2rem / 2);}
.featured-proof .primary-figure p:last-child{margin-bottom:0;}
.featured-proof .primary-figure a{font-weight:700;
        text-decoration:underline;
        text-underline-offset:2px;}
.featured-proof .primary-figure a:hover{}
.service-contact{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.service-contact .page-callout{max-width:min(860px,58rem);
    margin:0 auto;}
.service-contact h1{margin:0;
    font-size:clamp(1.95rem,4.8vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.005em;}
.service-contact .secondary-feature{max-width:40rem;
    margin-top:clamp(.9rem,1.8vw,calc(0.91rem * 1.5));
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--paint-muted,#EBD9BE);}
.service-contact p{margin:0;
    font-size:clamp(1rem,1.25vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
.service-contact .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.4rem;
    margin:clamp(1.1rem,2.4vw,calc(0.91rem * 1.5)) 0 0;}
@media (max-width:640px){.service-contact{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.service-contact .active-header{aspect-ratio:4/3;}
  }
.stage{
  background: linear-gradient(135deg, #FFF3DC 0%, #F7D9A8 55%, #EFB877 100%);
  color: #2E1A0A;
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.stage .top-feature{width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 0.91rem;
  align-items: start;}
.stage h2,
.stage h3,
.stage p{margin: 0;}
.stage h2{font-size: calc(15.7px * 2);
  line-height: 1.1;}
.stage h3{font-size: calc(15.7px * 1.35);
  line-height: 1.18;}
.stage p{font-size: 15.7px;
  line-height: 1.77;}
.stage .local-details{
  display: grid;
  gap: calc(0.91rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: linear-gradient(120deg, #E08A2B 0%, #B4531F 100%);
  color: #FFF6E9;
  position: sticky;
  top: 1.5rem;
}
.stage .local-details .quiet-group{font-size: calc(15.7px * .875);
  opacity: .85;}
.stage .contact-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.stage .direct-benefit{
  display: grid;
  grid-template-columns: 1rem minmax(7rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  animation: peopleTimelineIn calc(470ms * 2) var(--ease-nav) both;
  animation-delay: var(--delay-base, 0ms);
}
.stage i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #B4531F;color:#FFF6E9;}
.stage .soft-headline{display: grid;
  gap: .3rem;}
.stage .public-view{font-size: calc(15.7px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.stage .site-service{font-size: 15.7px;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(0.91rem * 1) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.stage .top-feature{
    grid-template-columns: 1fr;
  }.stage .local-details{
    position: static;
  }.stage .direct-benefit{
    grid-template-columns: 1rem minmax(0, 1fr);
  }.stage .site-service{
    grid-column: 2 / -1;
  }
}
.visual-view{--mark-static:calc(1.5rem * 1.19);--axis-public:calc(860px / 2.55);--font-strong:calc(860px / 3.49);padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.visual-view .top-feature{max-width:860px;margin:0 auto;}
.visual-view h2,.visual-view h3,.visual-view p{margin:0;}
.visual-view h2{font-size:calc(15.7px * 2);line-height:1.12;}
.visual-view h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.visual-view p{font-size:15.7px;line-height:1.77;color:#4A2E18;}
.visual-view .service-plan{max-width:var(--axis-public);}
.visual-view .service-plan .secondary-feature{margin-top:1.5rem;}
.visual-view .active-form{display:block;width:100%;height:auto;margin-top:var(--mark-static);border-radius:0.4rem;}
.visual-view .fresh-brand{display:flex;flex-direction:column;gap:calc(0.91rem * 1.5);margin-top:var(--mark-static);border-top:1px solid var(--paint-muted);}
.visual-view .plain-frame{display:grid;grid-template-columns:6.5rem 1fr;gap:0.91rem;padding-top:calc(0.91rem * 1.5);border-top:1px solid var(--paint-muted);}
.visual-view .plain-frame:first-child{border-top:0;}
.visual-view .focused-entries{font-size:calc(15.7px * .875);letter-spacing:0.06em;text-transform:uppercase;color:inherit;font-weight:700;}
.visual-view .plain-frame p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.visual-view .plain-frame{grid-template-columns:1fr;gap:calc(0.91rem / 2);}
}
.service-details{--mark-static:calc(1.5rem * 1.05);--axis-public:calc(860px / 2.1);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.service-details .top-feature{max-width:860px;margin:0 auto;}
.service-details h1,.service-details h2,.service-details h3,.service-details p{margin:0;}
.service-details h2{font-size:calc(15.7px * 2);line-height:1.14;max-width:var(--axis-public);}
.service-details h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.service-details p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.service-details a{color:inherit;text-decoration:none;}
.service-details .quiet-group{font-size:calc(15.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.service-details .site-steps{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.26rem;background:#FFF6E9;color:#B4531F;}
.service-details .page-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;margin-top:var(--mark-static);}
.service-details .plain-frame{flex:1 1 calc(860px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.service-details .plain-frame p{margin-top:calc(1.5rem / 3);}
.service-details .set{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.service-details .set>.site-service{flex:1 1 auto;min-width:0;}
.service-details .set>.site-steps{flex:0 0 auto;}
.service-details .set>.page-brand{flex:1 1 100%;}
.service-details .site-service h2{margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.service-details .plain-frame{flex:1 1 100%;}
}
.soft-menu{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.2rem;
    background:var(--surface-primary);
    color:var(--paint-warm);
  }
.soft-menu .page-callout{max-width:min(860px,60rem);
    margin:0 auto;}
.soft-menu h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:0;}
.soft-menu .secondary-feature{margin:calc(0.91rem * 1.5) 0 0;
    max-width:46rem;
    font-size:clamp(1rem,1.3vw,calc(15.7px * 1.125));
    line-height:1.6;
    color:#4A2E18;}
.soft-menu .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    margin:1.5rem 0 0;
    border:1px solid var(--paint-muted);}
.soft-menu .site-service{max-width:42rem;
    margin-top:1.5rem;
    padding-top:calc(0.91rem * 1.5);
    border-top:1px solid var(--paint-muted);}
.soft-menu .site-service p{margin:0;
    font-size:15.7px;
    line-height:1.78;}
@media (max-width:640px){.soft-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.soft-menu .active-header{aspect-ratio:4/3;}
  }
.offer-unit{--mark-static:calc(1.5rem * 1.15);--axis-public:calc(860px / 1.9);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18;}
.offer-unit .top-feature{max-width:860px;margin:0 auto;}
.offer-unit h2,.offer-unit h3,.offer-unit p{margin:0;}
.offer-unit h2{font-size:calc(15.7px * 2);line-height:1.14;max-width:var(--axis-public);}
.offer-unit h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.offer-unit p{font-size:15.7px;line-height:1.77;}
.offer-unit a{text-decoration:none;border-bottom:1px solid currentColor;}
.offer-unit a:hover{}
.offer-unit .quiet-group{margin-bottom:calc(1.5rem / 2);font-size:calc(15.7px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.offer-unit .secondary-feature{margin-top:1.5rem;max-width:var(--axis-public);}
.offer-unit .page-brand{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.offer-unit .plain-frame{flex:1 1 calc(50% - var(--mark-static));min-width:min(100%,16rem);padding:calc(1.5rem * .75);border:1px solid var(--paint-muted);border-radius:0.63rem;background:#FFFFFF;color:#2E1A0A;box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.offer-unit .site-service{display:flex;flex-direction:column;gap:calc(1.5rem / 2.5);height:100%;}
.offer-unit .site-service a{margin-top:auto;font-size:calc(15.7px * .875);width:max-content;}
.offer-unit .primary-figure{margin-top:var(--mark-static);padding-top:1.5rem;border-top:1px solid var(--paint-muted);font-size:calc(15.7px * .875);}
@media (max-width:640px){.offer-unit .plain-frame{flex:1 1 100%;}
}
.quiet-links{--mark-static:calc(1.5rem * 1.15);--axis-public:calc(860px / 1.9);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18;}
.quiet-links .top-feature{max-width:860px;margin:0 auto;}
.quiet-links h2,.quiet-links h3,.quiet-links p{margin:0;}
.quiet-links h2{font-size:calc(15.7px * 2);line-height:1.14;max-width:var(--axis-public);}
.quiet-links h3{font-size:calc(15.7px * 1.35);line-height:1.24;}
.quiet-links p{font-size:15.7px;line-height:1.77;}
.quiet-links .quiet-group{margin-bottom:calc(1.5rem / 2);font-size:calc(15.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.quiet-links .secondary-feature{margin-top:1.5rem;max-width:var(--axis-public);}
.quiet-links .page-brand{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:calc(var(--mark-static) * 1.2);}
.quiet-links .plain-frame{min-width:0;padding:calc(1.5rem * .75) 1.5rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);border-radius:0.63rem;box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.quiet-links .plain-frame h3{margin-bottom:calc(1.5rem / 3);}
.quiet-links .plain-frame p{opacity:0.9;}
@media (min-width:720px){.quiet-links .page-brand{gap:calc(var(--mark-static) * 0.85);}.quiet-links .plain-frame{padding:calc(1.5rem * .75) calc(1.2rem * 1.4);}
}
.main-headline{--mark-static:calc(1.5rem * 1.28);--axis-public:calc(860px / 2.4);--font-strong:calc(860px / 3.5);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.main-headline .top-feature{max-width:860px;margin:0 auto;}
.main-headline h2,.main-headline h3,.main-headline p{margin:0;}
.main-headline h2{font-size:calc(15.7px * 2);line-height:1.14;max-width:var(--axis-public);}
.main-headline h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.main-headline p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-headline img{display:block;width:100%;max-width:var(--font-strong);height:auto;border-radius:0.4rem;margin-top:var(--mark-static);}
.main-headline .secondary-feature{margin-top:1.5rem;max-width:var(--axis-public);}
.main-headline .page-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;margin-top:var(--mark-static);}
.main-headline .plain-frame{flex:1 1 calc(860px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-headline .plain-frame p{margin-top:calc(1.5rem / 3);}
.main-headline .quiet-group{margin-top:var(--mark-static);max-width:var(--axis-public);font-size:calc(15.7px * .875);}
.team-shell{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.team-shell .page-callout{max-width:min(860px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.91rem * 1.5));}
.team-shell h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.01em;}
.team-shell .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:var(--depth-panel,0 1px 3px rgba(0,0,0,0.08));}
.team-shell .secondary-feature{max-width:44rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid #F6C56B;}
.team-shell p{margin:0;
    font-size:clamp(1rem,1.25vw,15.7px);
    line-height:1.78;}
@media (max-width:640px){.team-shell{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.team-shell .active-header{aspect-ratio:4/3;}.team-shell .secondary-feature{padding-left:0;border-left:0;border-top:2px solid #F6C56B;padding-top:.9rem;}
  }
.fresh-menu{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18}
.fresh-menu .top-feature{max-width:860px;margin:0 auto}
.fresh-menu .main-contact{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.91rem;margin-bottom:calc(0.91rem * 1.5);padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--paint-muted)}
.fresh-menu .main-contact p{flex:1 1 22rem;margin:0;font-size:15.7px;line-height:1.77}
.fresh-menu h2{flex:0 1 auto;margin:0;font-size:calc(15.7px * 2);line-height:1.1;text-align:right}
.fresh-menu .compact-visual{display:flex;flex-direction:column;gap:0}
.fresh-menu [data-cluster]{padding:1.5rem 0;border-bottom:1px solid var(--paint-muted)}
.fresh-menu [data-cluster]:last-child{border-bottom:0}
.fresh-menu h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.7px * 1.35);line-height:1.25}
.fresh-menu [data-cluster] p{margin:0;max-width:62ch;line-height:1.77}
@media(max-width:680px){.fresh-menu .main-contact{display:block}.fresh-menu h2{margin-top:1.5rem;text-align:left}
}
.direct-panel{--mark-static:calc(1.5rem * 1.05);--axis-public:calc(860px / 2.6);--font-strong:calc(860px / 3.8);padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.direct-panel .top-feature{max-width:860px;margin:0 auto;}
.direct-panel h1,.direct-panel h2,.direct-panel h3,.direct-panel p{margin:0;}
.direct-panel h2{font-size:calc(15.7px * 2);line-height:1.14;}
.direct-panel h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.direct-panel p{font-size:15.7px;line-height:1.77;}
.direct-panel a{color:#B4531F;text-decoration:none;border-bottom:1px solid transparent;transition:color 470ms var(--ease-nav),border-color 470ms var(--ease-nav);}
.direct-panel a:hover{color:inherit;border-bottom-color:#F6C56B;}
.direct-panel img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.direct-panel .secondary-feature{margin-top:1.5rem;max-width:var(--axis-public);}
.direct-panel .page-brand{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.direct-panel .plain-frame{min-width:0;padding-left:1.5rem;border-left:2px solid var(--paint-muted);}
.direct-panel .plain-frame p{margin-top:calc(1.5rem / 3);}
.direct-panel .quiet-group{margin-top:var(--mark-static);font-size:calc(15.7px * .875);color:#4A2E18;}
.direct-panel .soft-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.direct-panel .soft-summary>.site-service{flex:1 1 calc(860px / 3);min-width:0;}
.direct-panel .soft-summary>.page-brand{flex:2 1 calc(860px / 2);margin-top:0;}
.direct-panel .soft-summary>img{flex:0 0 calc(var(--font-strong) * .8);margin-left:auto;max-width:calc(var(--font-strong) * .8);}
.direct-panel .soft-summary>.quiet-group{flex:1 1 100%;}
@media (max-width: 720px){.direct-panel .soft-summary>img{flex:1 1 100%;max-width:100%;margin-left:0;}
}
.text-unit{padding:calc(1.5rem * 2) 1.2rem;background:linear-gradient(135deg, #FFF3DC 0%, #F7D9A8 55%, #EFB877 100%);color:#2E1A0A;}
.text-unit .secondary-visual{max-width:860px;margin:0 auto;display:grid;gap:calc(0.91rem * 1.4);}
.text-unit h2,.text-unit h3,.text-unit p{margin:0;}
.text-unit .secondary-feature{display:grid;gap:.55rem;max-width:44rem;}
.text-unit .secondary-feature h2{font-size:calc(15.7px * 2);line-height:1.25;}
.text-unit .service-plan{font-size:15.7px;line-height:1.77;}
.text-unit .public-stack{display:flex;flex-wrap:wrap;gap:0.91rem;}
.text-unit .public-stack .plain-frame{flex:1 1 15rem;min-width:14rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);border-radius:0.63rem;padding:calc(calc(1.5rem * .75) * .9);display:grid;gap:.45rem;box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.text-unit .public-stack .plain-frame h3{font-size:calc(15.7px * 1.35);line-height:1.3;}
.text-unit .public-stack .plain-frame p{font-size:calc(15.7px * .875);line-height:1.77;}
.text-unit .primary-figure{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.4rem;border-top:1px solid var(--paint-muted);}
.text-unit .primary-figure p{flex:1 1 18rem;font-size:calc(15.7px * .875);}
.text-unit .primary-figure a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .9rem;border-radius:0.26rem;text-decoration:none;font-size:calc(15.7px * .875);background:#B4531F;color:#FFF6E9;border:1px solid #E08A2B;transition:background 470ms var(--ease-nav);}
.text-unit .primary-figure a:hover{background:#9A4415;color:#2E1A0A;}
.text-unit .primary-figure a + a{background:transparent;color:#2E1A0A;border-color:var(--paint-muted);}
.text-unit .primary-figure a + a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#2E1A0A;}
@media (max-width: 680px){.text-unit .public-stack .plain-frame{flex:1 1 100%;}
    }
.strong-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.strong-summary .page-callout{max-width:min(860px,60rem);
    margin:0 auto;}
.strong-summary h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.strong-summary .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    margin:clamp(1.1rem,2.4vw,calc(0.91rem * 1.5)) 0 0;}
.strong-summary .secondary-feature{max-width:42rem;
    margin-top:clamp(.9rem,1.8vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.1rem);
    border-top:1px solid var(--paint-muted,#EBD9BE);}
.strong-summary p{margin:0;
    font-size:clamp(1rem,1.22vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
@media (max-width:640px){.strong-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.strong-summary .active-header{aspect-ratio:4/3;}
  }
.text-headline{--mark-static:calc(1.5rem * 1.05);--axis-public:calc(860px / 2.90);padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.text-headline .top-feature{max-width:860px;margin:0 auto;}
.text-headline h1,.text-headline h2,.text-headline h3,.text-headline p{margin:0;}
.text-headline h2{font-size:calc(15.7px * 2);line-height:1.12;}
.text-headline p{font-size:15.7px;line-height:1.77;}
.text-headline a{color:#B4531F;text-decoration:none;}
.text-headline a:hover{color:inherit;}
.text-headline .site-steps{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.26rem;background:#B4531F;color:#FFF6E9;}
.text-headline .site-steps:hover{background:#9A4415;color:#FFF6E9;}
.text-headline .site-service{flex:1 1 auto;min-width:0;}
.text-headline .site-service .secondary-feature{margin-top:1.5rem;color:#4A2E18;}
.text-headline .offer-plan{display:flex;flex-direction:column;gap:var(--mark-static);flex:1 1 100%;}
.text-headline details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.4rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);}
.text-headline summary{cursor:pointer;font-weight:700;}
.text-headline details p{margin-top:calc(1.5rem / 3);color:#4A2E18;}
.text-headline .quiet-group{margin-top:1.5rem;font-size:calc(15.7px * .875);color:#4A2E18;}
.text-headline .set{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.soft-region{--mark-static:calc(1.5rem * 1.35);--axis-public:calc(860px / 2.80);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.soft-region .top-feature{max-width:860px;margin:0 auto;}
.soft-region h1,.soft-region h2,.soft-region h3,.soft-region p{margin:0;}
.soft-region h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.soft-region h2{font-size:calc(15.7px * 2);line-height:1.12;}
.soft-region h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.soft-region p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-region a{color:inherit;text-decoration:none;}
.soft-region .quiet-group{max-width:var(--axis-public);}
.soft-region .page-brand{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.soft-region .plain-frame{flex:1 1 calc(860px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.4rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.soft-region .plain-frame p{margin-top:calc(1.5rem / 3);}
.soft-region .narrow-note>h2{margin-top:calc(var(--mark-static) * .6);}
.soft-region .narrow-note>.page-brand{margin-top:var(--mark-static);}
.offer-block{--mark-static:calc(1.5rem * 1.19);--label-base:calc(860px / 3.52);padding:calc(1.5rem * 2.4) 1.2rem;background:#3A1F08;color:#FFF6E9;}
.offer-block .top-feature{max-width:860px;margin:0 auto;}
.offer-block h2,.offer-block h3,.offer-block p{margin:0;}
.offer-block h2{font-size:calc(15.7px * 2);line-height:1.12;}
.offer-block h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.offer-block p{font-size:15.7px;line-height:1.77;}
.offer-block .secondary-feature{margin-top:1.5rem;max-width:calc(860px / 1.6);opacity:.88;}
.offer-block .content-track{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.offer-block .plain-frame{flex:1 1 var(--label-base);min-width:0;padding:calc(var(--mark-static) * .75);border-radius:0.4rem;background:#FBF0DC;color:#4A2E18;}
.offer-block .plain-frame h3{color:inherit;}
.offer-block .plain-frame p{margin-top:calc(1.5rem / 3);color:inherit;}
.offer-block .primary-figure{margin-top:var(--mark-static);font-size:calc(15.7px * .875);opacity:.85;}
.offer-block .primary-figure a{color:#F6C56B;text-decoration:underline;text-underline-offset:2px;}
.offer-block .primary-figure a:hover{color:#EFB24A;}
.offer-block .compact-intro{padding-inline-start:calc(1.2rem / 2);}
.offer-block .simple-visual{row-gap:calc(var(--mark-static) * 1.2);}
.soft-footer{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:#FBF0DC;
    color:#4A2E18;
  }
.soft-footer .page-callout{max-width:min(860px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.91rem * 1.5);}
.soft-footer h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.soft-footer .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:var(--depth-panel,0 1px 3px rgba(0,0,0,0.08));}
.soft-footer .secondary-feature{max-width:40rem;
    padding-left:calc(0.91rem * 1.5);
    border-left:2px solid #F6C56B;}
.soft-footer p{margin:0;
    font-size:15.7px;
    line-height:1.74;}
@media (max-width:640px){.soft-footer{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.soft-footer .active-header{aspect-ratio:4/3;}.soft-footer .secondary-feature{padding-left:calc(1.5rem * .75);}
  }
.public-entries{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #FBF0DC;
  color: #4A2E18;
}
.public-entries .top-feature{max-width: 860px;
  margin: 0 auto;}
.public-entries .direct-contact{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.91rem;
  align-items: flex-end;
  margin-bottom: calc(0.91rem * 1.5);}
.public-entries h2{flex: 1 1 18rem;
  margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.1;}
.public-entries .direct-contact p{flex: 1 1 22rem;
  margin: 0;
  line-height: 1.77;}
.public-entries .media-intro{margin: 0;
  padding: 0;
  border-top: 1px solid var(--paint-muted);
  list-style: none;}
.public-entries .text-inner{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.91rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-muted);}
.public-entries .text-inner p{max-width: 42rem;
  margin: 0;
  font-size: calc(15.7px * 1.125);
  line-height: 1.77;}
.public-entries .text-inner span{color:inherit;
  font-size: calc(15.7px * .875);
  white-space: nowrap;}
.public-entries .site-rail{padding-left: calc(0.91rem * .65);}
.public-entries .local-footer{justify-content: flex-start;
  flex-wrap: wrap;}
.public-entries .local-footer a{flex: 1 1 14rem;color:inherit;
  font-size: calc(15.7px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.public-entries .narrow-tile{display: flex;
  flex-wrap: wrap;
  gap: 0.91rem;
  padding-top: 1.5rem;}
.public-entries .narrow-tile a{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  border-radius: 0.4rem;
  text-decoration: none;
  line-height: 1.77;
  overflow-wrap: anywhere;
}
.public-entries .narrow-tile a span{display: block;
  margin-bottom: calc(0.91rem * .35);color:inherit;
  font-size: calc(15.7px * .875);}
.public-entries .narrow-tile a:hover{border-color: #B4531F;}
@media (max-width: 660px) {.public-entries .direct-contact,
  .public-entries .text-inner{
    display: block;
  }.public-entries .direct-contact p,
  .public-entries .text-inner span,
  .public-entries .text-inner p,
  .public-entries .local-footer a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.public-entries .site-rail{
    padding-left: 0;
  }
}
.clear-track{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: linear-gradient(120deg, #E08A2B 0%, #B4531F 100%);
  color: #FFF6E9;
}
.clear-track .top-feature{max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.91rem * 1.5);}
.clear-track .secondary-feature{max-width: 42rem;}
.clear-track h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.7px * 2);
  line-height: 1.12;}
.clear-track .secondary-feature p{margin: 0;
  font-size: calc(15.7px * 1.125);
  line-height: 1.6;}
.clear-track .fresh-brand{display: flex;
  flex-wrap: wrap;
  gap: 0.91rem;}
.clear-track .primary-figure{
  flex: 1 1 15rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  border-radius: 0.4rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 470ms var(--ease-nav), box-shadow 470ms var(--ease-nav);
}
.clear-track .primary-figure:hover{transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(0,0,0,0.1);}
.clear-track .primary-figure strong{font-size: 15.7px;
  line-height: 1.3;}
.clear-track .primary-figure span{font-size: calc(15.7px * .875);
  line-height: 1.55;}
.clear-track .direct-fields{
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.91rem;
  align-items: end;
  padding: calc(1.5rem * .75);
  background: #3A1F08;
  color: #FFF6E9;
  border-radius: 0.63rem;
}
.clear-track .active-copy{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;}
.clear-track .active-copy label{font-size: calc(15.7px * .875);
  letter-spacing: 0.01em;}
.clear-track .active-copy input,
.clear-track .active-copy select{
  width: 100%;
  padding: 0.6rem 0.7rem;
  font-family: inherit;
  font-size: 15.7px;
  color: var(--paint-warm);
  background: #FFFFFF;
  border: 1px solid var(--paint-muted);
  border-radius: 0.26rem;
}
.clear-track .active-copy input::placeholder{}
.clear-track .direct-fields button{
  padding: 0.7rem 1.2rem;
  font-family: inherit;
  font-size: 15.7px;
  background: #B4531F;
  color: #FFF6E9;
  border: 0;
  border-radius: 0.26rem;
  cursor: pointer;
  transition: background 470ms var(--ease-nav);
}
.clear-track .direct-fields button:hover{
  background: #9A4415;color:#2E1A0A;}
.clear-track .quiet-group{grid-column: 1 / -1;
  margin: 0;
  font-size: calc(15.7px * .875);
  line-height: 1.55;color:inherit;
  opacity: 0.82;}
.clear-track .quiet-group a{text-decoration: underline;}
@media (max-width: 820px) {.clear-track .direct-fields{
    grid-template-columns: 1fr 1fr;
  }.clear-track .direct-fields button{
    grid-column: 1 / -1;
  }
}
@media (max-width: 520px) {.clear-track .direct-fields{
    grid-template-columns: 1fr;
  }.clear-track .primary-figure{
    flex: 1 1 100%;
  }
}
.site-tile{
    padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
    background:#FBF0DC;
    color:#4A2E18;
}
.site-tile .top-feature{max-width:860px;
    margin:0 auto;}
.site-tile .team-inner{margin-bottom:calc(0.91rem * 1.5);
    max-width:640px;}
.site-tile .team-inner h2{margin:0;
    font-size:calc(15.7px * 2);
    line-height:1.2;}
.site-tile .team-inner p{margin:10px 0 0;
    font-size:15.7px;
    line-height:1.77;}
.site-tile .visual-header{display:grid;
    gap:0.91rem;
    grid-template-columns:repeat(var(--field-active,3),minmax(0,1fr));}
.site-tile .plain-frame{
    border:1px solid var(--paint-muted);
    border-radius:0.4rem;
    background:#FFFFFF;
    color:#2E1A0A;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:8px;
}
.site-tile .plain-frame h3{margin:0;
    font-size:calc(15.7px * 1.125);
    line-height:1.3;}
.site-tile .plain-frame p{margin:0;
    font-size:calc(15.7px * .875);
    line-height:1.77;}
.site-tile .plain-frame a{margin-top:auto;
    padding-top:6px;
    text-decoration:none;
    font-weight:600;
    font-size:calc(15.7px * .875);color:inherit;
    border-top:1px solid var(--paint-muted);}
.site-tile .plain-frame a:hover{color:inherit;}
.site-tile .quiet-group{margin:calc(0.91rem * 1.5) 0 0;
    font-size:calc(15.7px * .875);
    line-height:1.77;
    opacity:0.85;}
@media (max-width:900px){.site-tile .visual-header{
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width:640px){.site-tile .visual-header{
        grid-template-columns:1fr;
    }
}
.page-footer{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.page-footer .page-callout{max-width:min(860px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.91rem * 1.5));}
.page-footer h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.page-footer .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:var(--depth-panel,0 1px 3px rgba(0,0,0,0.08));}
.page-footer .secondary-feature{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.2rem);
    border-left:3px solid #F6C56B;}
.page-footer p{margin:0;
    font-size:clamp(1rem,1.2vw,15.7px);
    line-height:1.78;
    color:#4A2E18;}
@media (max-width:640px){.page-footer h1{max-width:100%;}.page-footer .active-header{aspect-ratio:4/3;}.page-footer{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.page-footer .secondary-feature{padding-left:.85rem;}
  }
.content-copy{--mark-static:calc(1.5rem * 1.35);--axis-public:calc(860px / 2.20);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.content-copy .top-feature{max-width:860px;margin:0 auto;}
.content-copy h1,.content-copy h2,.content-copy h3,.content-copy p{margin:0;}
.content-copy h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.content-copy h2{font-size:calc(15.7px * 2);line-height:1.12;}
.content-copy h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.content-copy p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-copy a{color:inherit;text-decoration:none;}
.content-copy img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.content-copy .site-steps{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.26rem;background:#FFF6E9;color:#B4531F;}
.content-copy .quiet-group{font-size:calc(15.7px * .875);letter-spacing:0.02em;text-transform:uppercase;}
.content-copy .secondary-feature{margin-top:calc(1.5rem / 2);max-width:var(--axis-public);}
.content-copy .page-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;margin-top:var(--mark-static);}
.content-copy .plain-frame{flex:1 1 calc(860px / 4);min-width:0;}
.content-copy .plain-frame p,.content-copy .plain-frame a{margin-top:calc(1.5rem / 3);}
.content-copy .plain-frame img{margin-bottom:calc(1.5rem / 2);}
.content-copy .plain-frame a{display:inline-block;border-bottom:1px solid currentColor;}
.content-copy .set{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.content-copy .set>.site-service{flex:1 1 auto;min-width:0;}
.content-copy .set>.site-steps{flex:0 0 auto;}
.content-copy .set>.page-brand{flex:1 1 100%;}
.content-copy .site-service h2{margin-top:calc(1.5rem / 2);}
.content-copy .primary-figure{flex:1 1 100%;margin-top:var(--mark-static);font-size:calc(15.7px * .875);}
.content-copy .primary-figure a{border-bottom:1px solid currentColor;}
.media-unit{--mark-static:calc(1.5rem * 0.95);--axis-public:calc(860px / 3.05);--font-strong:calc(860px / 4.05);padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.media-unit .top-feature{max-width:860px;margin:0 auto;}
.media-unit h1,.media-unit h2,.media-unit h3,.media-unit p{margin:0;}
.media-unit h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.media-unit h2{font-size:calc(15.7px * 2);line-height:1.12;}
.media-unit h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.media-unit p{font-size:15.7px;line-height:1.77;color:#4A2E18;}
.media-unit a{color:#B4531F;text-decoration:none;}
.media-unit a:hover{color:inherit;}
.media-unit img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.media-unit .secondary-feature,.media-unit .quiet-group{}
.media-unit .page-brand{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.media-unit .plain-frame{min-width:0;}
.media-unit .plain-frame p{margin-top:calc(1.5rem / 3);}
.media-unit .plain-frame img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-strong) * .7);}
.media-unit .active-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.media-unit .active-stack>.site-service{flex:1 1 calc(860px / 3);min-width:0;}
.media-unit .active-stack>.page-brand{flex:2 1 calc(860px / 2);margin-top:0;}
.media-unit .active-stack>img{margin-left:auto;}
.media-unit .site-service .secondary-feature{margin-top:1.5rem;}
.media-unit .site-service .quiet-group{margin-top:calc(1.5rem / 2);font-size:calc(15.7px * .875);}
.media-unit .site-service .primary-figure{margin-top:1.5rem;font-size:calc(15.7px * .875);}
.media-unit .site-service .primary-figure a{display:inline-block;margin-right:0.91rem;}
@media (max-width:640px){.media-unit .active-stack>.site-service,.media-unit .active-stack>.page-brand{flex:1 1 100%;}.media-unit .active-stack>img{max-width:100%;}
}
.simple-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.simple-plan .page-callout{max-width:min(860px,64rem);
    margin:0 auto;}
.simple-plan h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5vw,calc(15.7px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.simple-plan .active-header{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.4rem;
    margin:clamp(1rem,2.2vw,calc(0.91rem * 1.5)) 0 0;}
.simple-plan .page-callout>div{max-width:38rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.5vw,1.5rem);
    border-top:1px solid var(--paint-muted,#EBD9BE);}
.simple-plan p{margin:0;
    font-size:clamp(1rem,1.25vw,15.7px);
    line-height:1.74;
    color:#4A2E18;}
@media (max-width:640px){.simple-plan h1{max-width:100%;}.simple-plan .active-header{aspect-ratio:4/3;}.simple-plan{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.row-_customer-notes{--mark-static:calc(1.5rem * 1.15);--axis-public:calc(860px / 2.1);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18;}
.row-_customer-notes .top-feature{max-width:860px;margin:0 auto;}
.row-_customer-notes h2,.row-_customer-notes h3,.row-_customer-notes p{margin:0;}
.row-_customer-notes h2{font-size:calc(15.7px * 2);line-height:1.14;margin-bottom:calc(1.5rem / 1.4);}
.row-_customer-notes h3{font-size:calc(15.7px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 2.4);}
.row-_customer-notes p{font-size:15.7px;line-height:1.77;}
.row-_customer-notes a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.row-_customer-notes a:hover{color:inherit;}
.row-_customer-notes .quiet-group{max-width:var(--axis-public);font-size:calc(15.7px * .875);}
.row-_customer-notes .quiet-group+.quiet-group{margin-top:var(--mark-static);}
.row-_customer-notes .page-brand{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.row-_customer-notes .plain-frame{flex:1 1 calc(860px / 3.2);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.63rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.row-_customer-notes .plain-frame p{color:#2E1A0A;}
.row-_customer-notes .plain-frame h3{color:#2E1A0A;font-size:15.7px;font-weight:600;}
.public-method{padding:calc(1.5rem * 2.4) 1.2rem;background:linear-gradient(135deg, #FFF3DC 0%, #F7D9A8 55%, #EFB877 100%);color:#2E1A0A}
.public-method .top-feature{max-width:860px;margin:0 auto}
.public-method .fresh-brand{display:flex;gap:calc(0.91rem * 1.5);align-items:flex-start}
.public-method .fresh-method{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#2E1A0A 26%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-method .fresh-method .quiet-group{margin:0;font-size:calc(15.7px * .875);line-height:1.77}
.public-method .page-links{flex:1 1 44rem;min-width:0}
.public-method h2{margin:0;font-size:calc(15.7px * 2);line-height:1.1}
.public-method .media-intro{margin-top:calc(0.91rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.public-method .media-intro p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#2E1A0A 14%,transparent)}
.public-method .media-intro p:last-child{border-bottom:0;padding-bottom:0}
.public-method strong{flex:0 1 12rem;min-width:0;font-size:calc(15.7px * .875);letter-spacing:0.01em}
.public-method span{flex:1 1 28rem;min-width:0;line-height:1.77}
@media(max-width:760px){.public-method .fresh-brand,.public-method .media-intro p{display:block}.public-method .fresh-method{border-left:0;padding-left:0}.public-method .page-links{margin-top:calc(0.91rem * 1.5)}.public-method span{display:block;margin-top:calc(1.5rem * .75)}.public-method h2{font-size:calc(15.7px * 1.35)}}
.active-track{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary);
    color:var(--paint-warm);
  }
.active-track .page-callout{max-width:min(860px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.91rem * 1.5));}
.active-track h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.active-track .active-header{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.active-track .site-service{max-width:40rem;
    padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid var(--paint-muted);}
.active-track p{margin:0;
    font-size:clamp(1rem,1.24vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
@media (max-width:640px){.active-track{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.active-track .active-header{aspect-ratio:4/3;}
  }
.compact-feature{--mark-static:calc(1.5rem * 0.95);--axis-public:calc(860px / 2.75);padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm);}
.compact-feature .top-feature{max-width:860px;margin:0 auto;}
.compact-feature h2,.compact-feature p{margin:0;}
.compact-feature h2{font-size:calc(15.7px * 2);line-height:1.14;}
.compact-feature p{font-size:15.7px;line-height:1.77;}
.compact-feature a{color:#B4531F;text-decoration:none;}
.compact-feature a:hover{color:inherit;}
.compact-feature .set{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.compact-feature .site-service{flex:1 1 auto;min-width:0;max-width:var(--axis-public);}
.compact-feature .site-service .secondary-feature{margin-top:calc(0.91rem * 1.5);color:#4A2E18;}
.compact-feature .site-steps{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.26rem;background:#B4531F;color:#FFF6E9;font-size:calc(15.7px * .875);}
.compact-feature .site-steps:hover{background:#9A4415;color:#FFF6E9;}
.compact-feature .offer-plan{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-static);margin-top:calc(0.91rem * 1.5);}
.compact-feature details{padding:calc(calc(1.5rem * .75) * 0.85) calc(1.5rem * .75);border-radius:0.4rem;background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);}
.compact-feature summary{cursor:pointer;font-weight:700;font-size:15.7px;}
.compact-feature details p{margin-top:calc(1.5rem / 3);color:#4A2E18;}
.compact-feature .primary-figure{flex:1 1 100%;margin-top:calc(0.91rem * 1.5);font-size:calc(15.7px * .875);color:#4A2E18;}
.clear-links{
        padding: calc(1.5rem * 2.4) 1.2rem;
        background: #FBF0DC;
        color: #4A2E18;
    }
.clear-links .top-feature{max-width: 860px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.91rem * 1.5);}
.clear-links .secondary-feature{max-width: 44rem;}
.clear-links h2{margin: 0;
        font-size: calc(15.7px * 2);
        line-height: 1.15;}
.clear-links .secondary-feature p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(15.7px * 1.125);
        line-height: 1.77;}
.clear-links .text-group{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.clear-links .service-area{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-muted);
        border-radius: 0.63rem;
        background: #FFFFFF;
        color: #2E1A0A;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }
.clear-links .local-grid{margin: 0;
        font-size: 15.7px;
        line-height: 1.77;}
.clear-links .primary-fields{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 0.91rem;
        align-items: baseline;
        justify-content: space-between;
        border-top: 1px solid var(--paint-muted);
        padding-top: calc(1.5rem * .75);}
.clear-links .primary-fields strong{font-size: calc(15.7px * .875);}
.clear-links .primary-fields span{font-size: calc(15.7px * .875);}
.clear-links .quiet-group{margin: 0;
        font-size: calc(15.7px * .875);
        line-height: 1.77;}
.clear-links .quiet-group a{text-decoration: underline;}
.clear-links .quiet-group a:hover{}
@media (max-width: 760px) {.clear-links .primary-fields{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.public-service{--mark-static:calc(1.5rem * 1.32);--axis-public:calc(860px / 2.45);--font-strong:calc(860px / 3.61);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18;}
.public-service .top-feature{max-width:860px;margin:0 auto;}
.public-service h1,.public-service h2,.public-service h3,.public-service p{margin:0;}
.public-service h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.public-service h2{font-size:calc(15.7px * 2);line-height:1.12;}
.public-service h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.public-service p{font-size:15.7px;line-height:1.77;}
.public-service a{color:inherit;text-decoration:none;}
.public-service img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.public-service .secondary-feature{max-width:var(--axis-public);}
.public-service .page-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;margin-top:var(--mark-static);}
.public-service .plain-frame{flex:1 1 calc(860px / 4);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);border-radius:0.4rem;}
.public-service .plain-frame p{margin-top:calc(1.5rem / 3);font-size:calc(15.7px * .875);}
.public-service .open-inner>img{margin-top:var(--mark-static);}
.public-service .open-inner>.secondary-feature{margin-top:1.5rem;}
.public-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.public-items .page-callout{max-width:min(860px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.91rem * 1.5));}
.public-items h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.1;
    font-weight:640;
    letter-spacing:-0.005em;}
.public-items .active-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:var(--depth-panel,0 1px 3px rgba(0,0,0,0.08));}
.public-items .secondary-feature{max-width:44rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid #F6C56B;}
.public-items .secondary-feature p{margin:0;
    font-size:clamp(1rem,1.22vw,15.7px);
    line-height:1.78;
    color:#4A2E18;}
@media (max-width:640px){.public-items{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.public-items .active-header{aspect-ratio:4/3;}.public-items .secondary-feature{padding-left:0.85rem;}
  }
.quiet-quote{--mark-static:calc(1.5rem * 1.35);--axis-public:calc(860px / 2.50);--font-strong:calc(860px / 3.66);padding:calc(1.5rem * 2.4) 1.2rem;background:#F6C56B;color:#3A1F08;}
.quiet-quote .top-feature{max-width:860px;margin:0 auto;}
.quiet-quote h1,.quiet-quote h2,.quiet-quote h3,.quiet-quote p{margin:0;}
.quiet-quote h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.quiet-quote h2{font-size:calc(15.7px * 2);line-height:1.12;}
.quiet-quote h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.quiet-quote p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-quote a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.quiet-quote img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.quiet-quote .secondary-feature,.quiet-quote .quiet-group{}
.quiet-quote .site-service .quiet-group{margin-top:1.5rem;font-size:calc(15.7px * .875);}
.quiet-quote .page-brand{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.quiet-quote .plain-frame{min-width:0;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.quiet-quote .plain-frame:last-child{border-bottom:none;padding-bottom:0;}
.quiet-quote .plain-frame p{margin-top:calc(1.5rem / 3);}
.quiet-quote .active-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.91rem;}
.quiet-quote .active-stack>.site-service{flex:1 1 calc(860px / 3);min-width:0;}
.quiet-quote .active-stack>.page-brand{flex:2 1 calc(860px / 2);margin-top:0;}
.quiet-quote .active-stack>img{margin-left:auto;max-width:calc(var(--font-strong) * .9);}
.quiet-quote .site-service .secondary-feature{margin-top:1.5rem;}
.quiet-quote .primary-figure{margin-top:var(--mark-static);font-size:calc(15.7px * .875);}
@media (max-width:720px){.quiet-quote .active-stack>img{margin-left:0;max-width:100%;}
}
.fresh-quote{
  --mark-static:calc(1.5rem * 1.05);
  --mark-content:calc(860px / 5.2);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:var(--surface-primary);
  color:var(--paint-warm);
}
.fresh-quote .top-feature{max-width:860px;margin:0 auto;}
.fresh-quote h2,.fresh-quote h3,.fresh-quote p{margin:0;}
.fresh-quote h2{font-size:calc(15.7px * 2);line-height:1.14;}
.fresh-quote h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.fresh-quote p{font-size:15.7px;line-height:1.77;}
.fresh-quote .service-plan{max-width:calc(860px * 0.82);}
.fresh-quote .service-plan .secondary-feature{margin-top:calc(0.91rem * 1.5);color:#4A2E18;}
.fresh-quote .fresh-brand{list-style:none;
  margin:calc(1.5rem * 2.4) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--mark-static);}
.fresh-quote .text-inner{display:flex;
  align-items:flex-start;
  gap:0.91rem;
  padding-bottom:var(--mark-static);
  border-bottom:1px solid var(--paint-muted);}
.fresh-quote .text-inner:last-child{border-bottom:none;padding-bottom:0;}
.fresh-quote .local-team{flex:0 0 var(--mark-content);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.fresh-quote .section{font-size:calc(15.7px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#4A2E18;}
.fresh-quote .visual-quote{
  display:inline-block;
  width:max-content;
  padding:calc(1.5rem / 4) calc(1.2rem / 1.4);
  border-radius:0.26rem;
  background:#F6C56B;
  color:#3A1F08;
  font-size:calc(15.7px * .875);
}
.fresh-quote .secondary-content{flex:1 1 auto;min-width:0;}
.fresh-quote .secondary-content p{margin-top:calc(1.5rem / 2.4);color:#4A2E18;}
.fresh-quote .quiet-group{
  margin-top:calc(1.5rem * 2.4);
  padding:calc(1.5rem * .75) 1.2rem;
  border-radius:0.4rem;
  background:#FBF0DC;
  color:#4A2E18;
}
.fresh-quote .quiet-group p{font-size:calc(15.7px * .875);}
@media(max-width:760px){.fresh-quote .text-inner{flex-direction:column;gap:calc(0.91rem / 1.6);}.fresh-quote .local-team{flex:0 0 auto;flex-direction:row;align-items:center;gap:0.91rem;}
}
.plain-grid{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary);
    color:var(--paint-warm);
  }
.plain-grid .page-callout{max-width:min(860px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.plain-grid h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:0;}
.plain-grid .secondary-feature{max-width:42rem;
    margin-top:calc(0.91rem * 1.5);}
.plain-grid .secondary-feature p{margin:0;
    font-size:clamp(1rem,1.25vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
.plain-grid .active-header{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.63rem;
    margin:1.5rem 0 0;}
.plain-grid .quiet-group{max-width:42rem;
    margin-top:1.5rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--paint-muted);}
.plain-grid .quiet-group p{margin:0;
    font-size:calc(15.7px * .875);
    line-height:1.72;
    color:#4A2E18;}
@media (max-width:640px){.plain-grid{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.plain-grid .active-header{
      aspect-ratio:4/3;
    }
  }
.bottom-stack{
  --mark-static:calc(1.5rem * 1.15);
  --axis-public:calc(860px * 0.72);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:var(--surface-primary);
  color:var(--paint-warm);
}
.bottom-stack .top-feature{max-width:860px;
  margin:0 auto;}
.bottom-stack h2,
.bottom-stack h3,
.bottom-stack p{margin:0;}
.bottom-stack h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.bottom-stack h3{font-size:calc(15.7px * 1.35);
  line-height:1.24;}
.bottom-stack p{font-size:15.7px;
  line-height:1.77;}
.bottom-stack a{color:#B4531F;
  text-decoration:none;
  border-bottom:1px solid var(--paint-muted);}
.bottom-stack a:hover{color:inherit;}
.bottom-stack .service-plan{max-width:var(--axis-public);
  margin-bottom:var(--mark-static);}
.bottom-stack .secondary-feature{margin-top:calc(1.5rem / 2);
  color:#4A2E18;}
.bottom-stack .offer-plan{display:flex;
  flex-direction:column;
  gap:0.91rem;}
.bottom-stack .plain-frame{
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.4rem;
  background:#FFFFFF;
  color:#2E1A0A;
  border:1px solid var(--paint-muted);
  box-shadow:0 1px 3px rgba(0,0,0,0.08);
}
.bottom-stack .plain-frame p{margin-top:calc(1.5rem / 3);
  color:#4A2E18;}
.bottom-stack .primary-figure{margin-top:var(--mark-static);
  padding-top:1.5rem;
  border-top:1px solid var(--paint-muted);
  font-size:calc(15.7px * .875);
  color:#4A2E18;}
@media (max-width:640px){.bottom-stack .plain-frame{
    padding:calc(1.5rem * .75);
  }
}
.active-plan{--mark-static:calc(1.5rem * 1.42);--axis-public:calc(860px / 2.30);padding:calc(1.5rem * 2.4) 1.2rem;background:#B4531F;color:#FFF6E9;}
.active-plan .top-feature{max-width:860px;margin:0 auto;}
.active-plan h1,.active-plan h2,.active-plan h3,.active-plan p{margin:0;}
.active-plan h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.active-plan h2{font-size:calc(15.7px * 2);line-height:1.12;}
.active-plan h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.active-plan p{font-size:15.7px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.active-plan a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.active-plan img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.active-plan .quiet-group{font-size:calc(15.7px * .875);opacity:.85;}
.active-plan .page-brand{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.active-plan .plain-frame{flex:1 1 calc(860px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.4rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.active-plan .plain-frame p{margin-top:calc(1.5rem / 3);}
.active-plan .plain-frame img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.active-plan .narrow-note>.page-brand{margin-top:var(--mark-static);}
.active-plan .narrow-note>h2{margin-top:var(--mark-static);}
.active-plan .primary-figure{margin-top:var(--mark-static);font-size:calc(15.7px * .875);}
.main-fields{
    padding: calc(1.5rem * 2.4) 1.2rem;
    background: var(--surface-primary);
    color: var(--paint-warm);
}
.main-fields .service-track{max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.91rem * 1.5);}
.main-fields .active-form{border-radius: 0.77rem;
    overflow: hidden;
    border: 1px solid var(--paint-muted);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);}
.main-fields .active-form img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.main-fields .public-shell{display: flex;
    flex-direction: column;
    gap: calc(0.91rem * 1.5);}
.main-fields .text-service{
    margin: 0;
    font-size: calc(15.7px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4A2E18;
    background: #FBF0DC;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 0.26rem;
}
.main-fields .top-grid{margin: 0;
    font-size: calc(15.7px * 2.65);
    line-height: 1.2;}
.main-fields .secondary-feature{margin: 0;
    font-size: calc(15.7px * 1.125);}
.main-fields .service-fields{margin: 0;
    font-size: 15.7px;
    line-height: 1.77;}
.main-fields .secondary-content{display: flex;
    flex-direction: column;
    gap: 0.91rem;
    padding-top: calc(0.91rem * 1.5);
    border-top: 1px solid var(--paint-muted);}
.main-fields .secondary-content p{margin: 0;
    font-size: 15.7px;
    line-height: 1.77;}
.main-fields .fresh-brand{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: calc(1.5rem * .75);
    background: #FBF0DC;
    color: #4A2E18;
    border-radius: 0.63rem;
    border: 1px solid var(--paint-muted);
}
.main-fields .active-grid{margin: 0 0 4px;
    font-size: calc(15.7px * .875);
    text-transform: uppercase;
    letter-spacing: 0.05em;}
.main-fields .focused-rail{text-decoration: none;
    font-size: 15.7px;
    border-bottom: 1px solid transparent;
    transition: color 470ms var(--ease-nav), border-color 470ms var(--ease-nav);}
.main-fields .focused-rail:hover{border-bottom-color: #F6C56B;}
@media (max-width: 640px) {.main-fields .active-form img{
        height: 220px;
    }
}
.contact-flow{
    color:var(--paint-warm);
    background:var(--surface-primary);
    padding:calc(1.5rem * 2.4) 1.2rem;
}
.contact-flow .c{max-width:860px;
    margin:0 auto;
    display:grid;
    gap:1.5rem;}
@media (min-width: 1024px){.contact-flow .c{
        grid-template-columns:minmax(0,1fr) 290px;
        align-items:start;
    }
}
.contact-flow .page-callout{min-width:0;}
.contact-flow .scene{margin-bottom:calc(0.91rem * 1.5);}
.contact-flow h1{font-size:calc(15.7px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.contact-flow .secondary-feature{font-size:calc(15.7px * 1.125);
    margin:0 0 1rem;
    max-width:52ch;}
.contact-flow .text-service{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.1rem;
    font-size:calc(15.7px * .875);
    padding-top:0.6rem;
    border-top:1px solid var(--paint-muted);}
.contact-flow .fresh-items{margin:0 0 calc(0.91rem * 1.5);}
.contact-flow .fresh-items img{display:block;
    width:100%;
    height:auto;
    border-radius:0.63rem;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.contact-flow .fresh-items figcaption{margin-top:0.5rem;
    font-size:calc(15.7px * .875);}
.contact-flow .public-shell{line-height:1.77;
    font-size:15.7px;}
.contact-flow .public-shell p{margin:0 0 1.1rem;}
.contact-flow .public-shell h2{font-size:calc(15.7px * 1.35);
    margin:1.8rem 0 0.7rem;}
.contact-flow .public-shell a{text-decoration:underline;
    text-underline-offset:2px;}
.contact-flow .public-shell a:hover{}
.contact-flow .quiet-group{
    background:#FBF0DC;
    color:#4A2E18;
    padding:calc(1.5rem * .75);
    border-radius:0.4rem;
    font-size:calc(15.7px * .875);
    margin-top:1.6rem;
}
.contact-flow .fresh-brand{
    background:#FFFFFF;
    color:#2E1A0A;
    border:1px solid var(--paint-muted);
    border-radius:0.63rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
}
.contact-flow .fresh-brand h3{margin:0 0 0.9rem;
    font-size:15.7px;}
.contact-flow .primary-figure{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.7rem;}
.contact-flow .primary-figure li{padding-bottom:0.7rem;
    border-bottom:1px solid var(--paint-muted);}
.contact-flow .primary-figure li:last-child{border-bottom:0;
    padding-bottom:0;}
.contact-flow .primary-figure a{text-decoration:none;
    font-size:calc(15.7px * .875);
    line-height:1.5;}
.contact-flow .primary-figure a:hover{text-decoration:underline;}
.contact-flow .soft-story{margin-top:1.2rem;
    padding-top:1rem;
    border-top:1px solid var(--paint-muted);
    font-size:calc(15.7px * .875);}
.contact-flow .soft-story a{text-decoration:underline;}
.contact-flow .soft-story a:hover{}
.site-list{
        color: var(--paint-warm);
        background: var(--surface-primary);
        padding: calc(1.5rem * 2.4) 1.2rem;
    }
.site-list .c{max-width: 860px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.91rem * 1.5);}
@media (min-width: 1024px) {.site-list .c{
            grid-template-columns: minmax(0, 1fr) 280px;
            align-items: start;
        }
    }
.site-list .page-callout{min-width: 0;}
.site-list .team-inner{margin-bottom: calc(0.91rem * 1.5);}
.site-list .visual-story{margin: 0 0 0.5rem;
        font-size: calc(15.7px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;}
.site-list h1{font-size: calc(15.7px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.75rem;}
.site-list .secondary-feature{font-size: calc(15.7px * 1.125);
        margin: 0 0 1rem;
        max-width: 60ch;}
.site-list .text-service{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.25rem;
        font-size: calc(15.7px * .875);}
.site-list .active-form{margin: 0 0 calc(0.91rem * 1.5);}
.site-list .active-form img{display: block;
        width: 100%;
        height: auto;
        border-radius: 0.63rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);}
.site-list .active-form figcaption{margin-top: 0.6rem;
        font-size: calc(15.7px * .875);}
.site-list .public-shell{line-height: 1.77;
        font-size: 15.7px;}
.site-list .public-shell p{margin: 0 0 1.1rem;}
.site-list .public-shell h2{font-size: calc(15.7px * 2);
        margin: 1.8rem 0 0.7rem;}
.site-list .public-shell h3{font-size: calc(15.7px * 1.35);
        margin: 1.4rem 0 0.5rem;}
.site-list .public-shell a{text-decoration: underline;
        text-underline-offset: 2px;}
.site-list .public-shell a:hover{}
.site-list .foot{margin-top: calc(0.91rem * 1.5);
        padding-top: calc(0.91rem * 1.5);
        border-top: 1px solid var(--paint-muted);}
.site-list .foot .visual-quote{
        display: inline-block;
        margin: 0 0 0.5rem;
        padding: 0.25rem 0.7rem;
        font-size: calc(15.7px * .875);
        background: #F6C56B;
        color: #3A1F08;
        border-radius: 0.26rem;
    }
.site-list .foot .quiet-group{margin: 0;
        font-size: calc(15.7px * .875);}
.site-list .quiet-header{
        background: #FFFFFF;
        color: #2E1A0A;
        border: 1px solid var(--paint-muted);
        border-radius: 0.63rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }
.site-list .quiet-header h3{margin: 0 0 0.9rem;
        font-size: calc(15.7px * 1.35);}
.site-list .simple-menu{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;}
.site-list .simple-menu li{padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--paint-muted);}
.site-list .simple-menu li:last-child{padding-bottom: 0;
        border-bottom: 0;}
.site-list .simple-menu a{text-decoration: none;
        font-size: 15.7px;
        line-height: 1.4;}
.site-list .simple-menu a:hover{text-decoration: underline;}
.simple-tile{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:#FBF0DC;
    color:#4A2E18;
  }
.simple-tile .page-callout{max-width:min(860px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.91rem * 1.5);}
.simple-tile h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.005em;}
.simple-tile .active-header{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.63rem;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
    order:2;}
.simple-tile .secondary-feature{max-width:36rem;
    order:3;}
.simple-tile p{margin:0;
    font-size:15.7px;
    line-height:1.76;
    color:#4A2E18;}
@media (min-width:720px){.simple-tile .page-callout{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
      grid-template-areas:
        "title photo"
        "lead  photo";
      align-items:start;
      column-gap:calc(0.91rem * 1.5);
      row-gap:1.5rem;
    }.simple-tile h1{grid-area:title;}.simple-tile .active-header{grid-area:photo;width:100%;aspect-ratio:4/5;order:0;}.simple-tile .secondary-feature{grid-area:lead;order:0;}
  }
@media (max-width:640px){.simple-tile{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.simple-tile .active-header{aspect-ratio:5/4;}
  }
.site-note{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #F6C56B;
  color: #3A1F08;
}
.site-note .top-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(0.91rem * 1.5);
  max-width: 860px;
  margin: 0 auto;}
.site-note .site-service{flex: 1 1 22rem;
  min-width: 0;}
.site-note h2{margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.08;}
.site-note .site-service > p{margin: 1.5rem 0 0;
  font-size: 15.7px;
  line-height: 1.77;}
.site-note .narrow-tile{display: flex;
  flex-wrap: wrap;
  gap: 0.91rem;
  margin-top: calc(0.91rem * 1.5);}
.site-note .narrow-tile a{color: inherit;
  font-size: calc(15.7px * .875);
  text-underline-offset: .22em;}
.site-note .main-rail{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-note .primary-figure{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 1.5rem;
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  border-radius: 0.4rem;
  text-decoration: none;
  transition: background 470ms var(--ease-nav);
}
.site-note a.route:hover{
  background: #FBF0DC;color:#4A2E18;}
.site-note .primary-figure span{font-size: calc(15.7px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .68;}
.site-note .primary-figure strong,
.site-note .primary-figure p{margin: 0;
  font-size: 15.7px;
  line-height: 1.77;
  overflow-wrap: anywhere;}
.site-note .primary-figure strong{font-size: calc(15.7px * 1.125);}
@media (max-width: 640px) {.site-note .top-feature{
    display: block;
  }.site-note .main-rail{
    margin-top: calc(0.91rem * 1.5);
  }
}
.steady-feature{
  background: var(--surface-primary);
  color: var(--paint-warm);
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.steady-feature .service-track{max-width: min(860px, 54rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.91rem * 1.5);}
.steady-feature .secondary-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.steady-feature h2{margin: 0;
  font-size: clamp(calc(15.7px * 2), 4.4vw, calc(15.7px * 2.65));
  line-height: 1.12;}
.steady-feature .secondary-feature p{margin: 0;
  max-width: 42rem;
  color: #4A2E18;
  font-size: calc(15.7px * 1.125);
  line-height: 1.68;}
.steady-feature .content-wrap{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  border-radius: 0.63rem;
  padding: calc(1.5rem * .75) calc(0.91rem * 1.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.steady-feature .text-inner{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.steady-feature label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);
  flex: 1 1 16rem;
  min-width: 0;}
.steady-feature label.wide{flex: 1 1 100%;}
.steady-feature label span{font-size: calc(15.7px * .875);
  color: #4A2E18;
  letter-spacing: .01em;}
.steady-feature input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--paint-muted);
  border-radius: 0.26rem;
  background: var(--surface-primary);
  color: var(--paint-warm);
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  font: inherit;
}
.steady-feature input::placeholder{color: rgba(255,255,255,0.55);}
.steady-feature input:focus{outline: 2px solid #E08A2B;
  outline-offset: 1px;}
.steady-feature .team-view{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.91rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-muted);}
.steady-feature .team-view span{flex: 1 1 20rem;
  max-width: 30rem;
  color: #4A2E18;
  font-size: calc(15.7px * .875);
  line-height: 1.6;}
.steady-feature button{
  border: 0;
  border-radius: 0.4rem;
  background: #B4531F;
  color: #FFF6E9;
  padding: calc(calc(1.5rem * .75) * .8) calc(0.91rem * 1.5);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 470ms var(--ease-nav);
}
.steady-feature button:hover{
  background: #9A4415;color:#2E1A0A;}
@media (max-width: 640px) {.steady-feature .content-wrap{
    padding: calc(1.5rem * .75);
  }.steady-feature .team-view{
    align-items: flex-start;
    flex-direction: column;
  }.steady-feature button{
    width: 100%;
  }
}
.main-service{padding:calc(1.5rem * 2.4) 1.2rem;background:var(--surface-primary);color:var(--paint-warm)}
.main-service .page-summary{max-width:min(860px,58rem);margin:0 auto}
.main-service .team-inner{border-bottom:2px solid var(--paint-muted);padding-bottom:calc(0.91rem * 1.5)}
.main-service h2{margin:0;font-size:calc(15.7px * 2.65);line-height:1.1}
.main-service .direct-contact{margin:1.5rem 0 0;font-size:calc(15.7px * 1.125);}
.main-service .strong-callout{margin-top:calc(0.91rem * 1.5)}
.main-service .quiet-group{padding:0.91rem 0}
.main-service .quiet-group + .quiet-group{border-top:1px solid var(--paint-muted)}
.main-service h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.7px * 1.35);line-height:1.25}
.main-service .quiet-group p{margin:0;font-size:15.7px}
.main-service .quiet-group a{text-decoration:underline}
.main-service .quiet-group a:hover{}
@media (min-width:48rem){.main-service .quiet-group{display:grid;grid-template-columns:minmax(12rem,16rem) 1fr;gap:1.2rem;align-items:start}.main-service h3{margin:0}
}
.featured-entries{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF0DC;color:#4A2E18}
.featured-entries .visual-media{max-width:min(860px,64rem);margin:0 auto}
.featured-entries .featured-plan{max-width:52rem;margin-bottom:calc(0.91rem * 1.5)}
.featured-entries h2{margin:0;font-size:calc(15.7px * 2);line-height:1.15}
.featured-entries .content-header{margin:1.5rem 0 0;font-size:calc(15.7px * 1.125);line-height:1.55}
.featured-entries .secondary-steps{display:flex;flex-direction:column;gap:0.91rem}
.featured-entries .service-area{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.6rem);background:#FFFFFF;color:#2E1A0A;border:1px solid var(--paint-muted);border-left:3px solid #F6C56B;border-radius:0.4rem}
.featured-entries h3{margin:0 0 0.5rem;font-size:calc(15.7px * 1.35);line-height:1.25}
.featured-entries .service-area p{margin:0;font-size:15.7px;line-height:1.77}
.featured-entries .service-area a{text-decoration:underline}
.featured-entries .service-area a:hover{}
@media (max-width:640px){.featured-entries .content-header{font-size:15.7px}.featured-entries .service-area{padding:calc(1.5rem * .75)}
}
.site-story{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.2rem;
    background:var(--surface-primary,#FFF9F0);
    color:var(--paint-warm,#2E1A0A);
  }
.site-story .page-callout{max-width:min(860px,58rem);
    margin:0 auto;}
.site-story h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.site-story .active-header{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.63rem;
    margin:clamp(1rem,2.2vw,calc(0.91rem * 1.5)) 0 0;
    box-shadow:var(--depth-panel,0 1px 3px rgba(0,0,0,0.08));}
.site-story .site-service{max-width:36rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--paint-muted,#EBD9BE);}
.site-story p{margin:0;
    font-size:clamp(1rem,1.24vw,15.7px);
    line-height:1.76;
    color:#4A2E18;}
@media (max-width:640px){.site-story h1{max-width:100%;}.site-story .active-header{aspect-ratio:4/3;}.site-story{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.top-form{
  --mark-static:calc(1.5rem * 1.15);
  --axis-public:calc(860px / 1.9);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:var(--surface-primary);
  color:var(--paint-warm);
}
.top-form .top-feature{max-width:860px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.91rem * 1.5);
  align-items:flex-start;}
.top-form h1,.top-form h2,.top-form h3,.top-form p{margin:0;}
.top-form h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.top-form p{font-size:15.7px;
  line-height:1.77;}
.top-form a{color:inherit;text-decoration:none;}
.top-form .service-plan{flex:1 1 22rem;
  max-width:var(--axis-public);
  display:flex;
  flex-direction:column;
  gap:calc(0.91rem * 1.5);}
.top-form .secondary-feature{color:#4A2E18;}
.top-form .primary-figure{
  flex:1 1 18rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  background:#FBF0DC;
  color:#4A2E18;
  border-radius:0.63rem;
  border:1px solid var(--paint-muted);
}
.top-form .quiet-group{font-size:calc(15.7px * .875);
  line-height:1.6;}
.top-form .site-steps{
  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.26rem;
  background:#B4531F;
  color:#FFF6E9;
  font-size:15.7px;
  transition:background 470ms var(--ease-nav);
}
.top-form .site-steps:hover,
.top-form .site-steps:focus-visible{
  background:#9A4415;color:#2E1A0A;}
.top-form .top-section{font-size:calc(15.7px * .875);
  line-height:1.65;}
.top-form .top-section a{color:#B4531F;
  text-decoration:underline;
  text-underline-offset:2px;}
.top-form .top-section a:hover,
.top-form .top-section a:focus-visible{color:inherit;}
@media (max-width:640px){.top-form .top-feature{
    flex-direction:column;
  }.top-form .service-plan,
  .top-form .primary-figure{
    flex:1 1 auto;
    max-width:none;
    width:100%;
  }
}
.active-brand{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #F6C56B;
  color: #3A1F08;
}
.active-brand .top-feature{max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.91rem;
  align-items: flex-start;}
.active-brand .direct-wrap{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: #3A1F08;
  color: #FFF6E9;
}
.active-brand .direct-wrap span{display: inline-block;
  font-size: calc(15.7px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.active-brand h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.7px * 2);
  line-height: 1.1;}
.active-brand .direct-wrap p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.7px;
  line-height: 1.77;color:inherit;
  opacity: 0.88;}
.active-brand .main-intro{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.active-brand .plain-frame{
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #FFFFFF;
  color: #2E1A0A;
  border: 1px solid var(--paint-muted);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.active-brand .plain-frame strong{display: block;
  font-size: 15.7px;
  margin-bottom: 0.4rem;}
.active-brand .plain-frame p{margin: 0;
  font-size: calc(15.7px * .875);
  line-height: 1.77;}
.active-brand .plain-frame a{text-decoration: underline;
  text-underline-offset: 2px;}
.active-brand .plain-frame a:hover{}
@media (max-width: 760px) {.active-brand .top-feature{
    flex-direction: column;
  }.active-brand .direct-wrap,
  .active-brand .main-intro{
    flex: 1 1 auto;
    width: 100%;
  }
}
.clear-flow{
  background: var(--surface-primary, #FFF9F0);
  color: var(--paint-warm, #2E1A0A);
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.clear-flow .top-feature{width: min(100%, 860px);
  margin: 0 auto;}
.clear-flow .page-story{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(0.91rem * 1.5);}
.clear-flow .site-service{flex: 1 1 420px;
  min-width: 0;}
.clear-flow h1{margin: 0;
  font-size: clamp(calc(15.7px * 2), 6vw, calc(15.7px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.clear-flow p{margin: 1.5rem 0 0;
  max-width: 52ch;
  font-size: calc(15.7px * 1.125);
  line-height: 1.7;}
.clear-flow .site-steps{
  display: inline-flex;
  margin-top: calc(0.91rem * 1.5);
  padding: 14px 22px;
  border-radius: 0.4rem;
  background: #B4531F;
  color: #FFF6E9;
  text-decoration: none;
  font-weight: 700;
  transition: background 470ms var(--ease-nav, ease);
}
.clear-flow .site-steps:hover{
  background: #9A4415;color:#2E1A0A;}
.clear-flow .page-brand{flex: 0 1 400px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--paint-muted, #EBD9BE);}
.clear-flow .plain-frame{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--paint-muted, #EBD9BE);
  color: inherit;
  text-decoration: none;}
.clear-flow .plain-frame span{font-size: 15.7px;
  font-weight: 700;}
.clear-flow .plain-frame small{max-width: 22ch;
  line-height: 1.45;
  text-align: right;}
.clear-flow .plain-frame:hover span{}
@media (max-width: 720px) {.clear-flow{ padding: calc(1.5rem * 2.4) 1.2rem; }.clear-flow .page-story{ flex-direction: column; align-items: stretch; }.clear-flow .page-brand{ min-width: 0; flex: 1 1 auto; }.clear-flow .plain-frame{ flex-direction: column; gap: 6px; }.clear-flow .plain-frame small{ text-align: left; max-width: none; }
}
