html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ink-strong: #ffffff;
  --tone-primary: #e2d3ba;
  --speed-nav: cubic-bezier(0.16,1,0.3,1);
  --line-main: #2b1e12;
  --tone-warm: #8a4b1f;
  --line-strong: #3d3125;
  --ink-inverse: #f2e8d7;
}
a{color:inherit;}
.narrow-story {
    width: 100%;
    background: #fbf6ec;
    color: #2b1e12;
    border-bottom: 1px solid var(--tone-primary);
  }
.narrow-intro {
    max-width: 1020px;
    margin: 0 auto;
    padding: 1.5rem 1.43rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(0.82rem * 1.5);
    position: relative;
  }
.media-stack {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.simple-wrap {
    font-size: calc(15.3px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #2b1e12;
    line-height: 1.1;
  }
.simple-wrap:hover {
    color: #c98a2e;
  }
.secondary-form {
    width: 100%;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.82rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.2rem;
    font-size: calc(15.3px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b1e12;
    border-bottom: 1px solid transparent;
    transition: color 510ms var(--speed-nav),
                border-color 510ms var(--speed-nav);
  }
.nav-list a:hover {
    color: #c98a2e;
    border-bottom-color: #c98a2e;
  }
.focused-method {
    display: none;
    position: absolute;
    top: 1.5rem;
    right: 1.43rem;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--ink-inverse);
    color: var(--line-strong);
    border: 1px solid var(--tone-primary);
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
.service-brand{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--line-strong);
    border-radius: 1px;color:var(--line-main);}
@media (max-width: 767px) {
    .narrow-intro {
      align-items: flex-start;
      padding-right: calc(1.43rem + 54px);
    }

    .media-stack {
      justify-content: flex-start;
    }

    .focused-method {
      display: flex;
    }

    .secondary-form {
      display: none;
      width: 100%;
    }

    .secondary-form.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
      padding-top: calc(0.82rem * 1.5);
      border-top: 1px solid var(--tone-primary);
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid var(--tone-primary);
    }

    .nav-list a:hover {
      border-bottom-color: #c98a2e;
    }
  }
.offer-callout{font-family:"Libre Baskerville", sans-serif;font-size:15.3px;line-height:1.79;padding:calc(1.5rem * 2.4) 1.43rem;margin-top:calc(1.5rem * 2.4);background:#2b1e12;color:#f7f1e6;}
.team-form{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.82rem * 1.5)}
.top-plan{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1.4fr;gap:calc(1.5rem * .75);align-items:start}
.local-story,
  .steady-links,
  .public-feature,
  .wide-header{display:flex;flex-direction:column;gap:1.5rem}
.clear-entries{font-size:calc(15.3px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.narrow-service{margin:0;font-size:calc(15.3px * .875);opacity:0.82;max-width:34ch}
.featured-steps{font-size:15.3px;font-weight:600;margin:0;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.open-content{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.45rem;font-size:calc(15.3px * .875)}
.focused-details{display:grid;grid-template-columns:1fr 1fr;gap:0.45rem 1.2rem}
.soft-story{gap:0.85rem}
.soft-story li{display:flex;flex-direction:column;gap:0.15rem}
.contact-media{font-size:calc(15.3px * .875);font-weight:600;letter-spacing:0.03em;text-transform:uppercase;opacity:0.75}
.compact-surface{font-size:calc(15.3px * .875);line-height:1.5;word-break:break-word}
.offer-callout a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-nav), opacity 510ms var(--speed-nav)}
.offer-callout a:hover,
  .offer-callout a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.compact-figure{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:1.5rem;display:flex;flex-direction:column;gap:0.5rem}
.top-tile{margin:0;font-size:calc(15.3px * .875);opacity:0.85}
.open-view{margin:0;font-size:calc(15.3px * .875);line-height:1.55;opacity:0.78;max-width:90ch}
@media (max-width: 1024px) {.top-plan{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.offer-callout{padding:calc(1.5rem * 2.4) 1.43rem;background:#2b1e12;color:#f7f1e6;}.top-plan{grid-template-columns:1fr;gap:calc(0.82rem * 1.5)}.focused-details{grid-template-columns:1fr}
  }
.cookies {
        position: fixed;
        left: 1.43rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .offer-service {
        width: min(22rem, calc(100vw - 1.43rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12)
    }
.cookies strong {
        font-size: calc(15.3px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.79
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.24rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--tone-warm);
        color: #fdf8ef;
        border-color: var(--tone-warm)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.43rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .offer-service {
            width: auto
        }
    }
.local-figure{padding:calc(1.5rem * 2.4) 1.43rem;background:#2b1e12;color:#f7f1e6;}
.local-figure .quiet-view{max-width:1020px;margin:0 auto;display:flex;gap:calc(0.82rem * 2);align-items:flex-end;justify-content:space-between;}
.local-figure .direct-wrap{max-width:64ch;display:flex;flex-direction:column;gap:calc(0.82rem * 1.5);}
.local-figure h1{margin:0;font-size:clamp(2.1rem,5vw,4rem);line-height:1.04;letter-spacing:-.02em;}
.local-figure .steady-headline{margin:0;opacity:.92;font-size:calc(15.3px * 1.125);line-height:1.4;}
.local-figure .compact-grid{margin:0;opacity:.82;max-width:60ch;font-size:15.3px;line-height:1.79;}
.local-figure .soft-benefit{display:flex;flex-wrap:wrap;gap:0.82rem;margin-top:calc(calc(0.82rem * 1.5) * .4);padding-top:calc(0.82rem * 1.5);border-top:1px solid rgba(247,241,230,0.22);}
.local-figure .soft-benefit a{color:#f7f1e6;text-decoration:none;font-size:calc(15.3px * .875);letter-spacing:.02em;border-bottom:1px solid rgba(247,241,230,0.4);padding-bottom:2px;transition:border-color 510ms var(--speed-nav),opacity 510ms var(--speed-nav);}
.local-figure .soft-benefit a:hover{border-color:#c98a2e;opacity:.85;}
.local-figure .compact-panel{flex:0 1 min(30rem,36vw);max-width:30rem;display:flex;flex-direction:column;gap:calc(0.82rem * 1.5);}
.local-figure img{width:100%;height:auto;display:block;object-fit:cover;border-radius:0.75rem;box-shadow:0 10px 30px rgba(0,0,0,0.12);}
.local-figure .compact-links{display:flex;gap:0.82rem;flex-wrap:wrap;}
.local-figure .compact-links a{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.05rem;border-radius:0.41rem;text-decoration:none;font-weight:700;font-size:calc(15.3px * .875);background:#c98a2e;color:#2b1e12;transition:background 510ms var(--speed-nav);}
.local-figure .compact-links a:hover{background:#a86f22;color:var(--line-main);}
.local-figure .compact-links a + a{background:transparent;color:#f7f1e6;border:1px solid rgba(247,241,230,0.45);}
.local-figure .compact-links a + a:hover{background:rgba(247,241,230,0.1);}
@media (max-width: 940px){.local-figure .quiet-view{flex-direction:column;align-items:stretch;}.local-figure .compact-panel{max-width:34rem;width:100%;}
    }
.clear-wrap{--state-soft:calc(1.5rem * 1.39);--axis-strong:calc(1020px / 2.25);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.clear-wrap .bottom-plan{max-width:1020px;margin:0 auto;}
.clear-wrap h1,.clear-wrap h2,.clear-wrap h3,.clear-wrap p{margin:0;}
.clear-wrap h2{font-size:calc(15.3px * 2);line-height:1.12;}
.clear-wrap h3{font-size:calc(15.3px * 1.35);line-height:1.24;}
.clear-wrap p{font-size:15.3px;line-height:1.79;}
.clear-wrap a{color:#8a4b1f;text-decoration:none;}
.clear-wrap a:hover{color:inherit;}
.clear-wrap .simple-note{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.24rem;background:var(--tone-warm);color:#fdf8ef;}
.clear-wrap .simple-note:hover{background:#6f3a15;color:#fdf8ef;}
.clear-wrap .quiet-tile .service-intro{margin-top:1.5rem;max-width:var(--axis-strong);}
.clear-wrap .public-fields{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:calc(0.82rem * 1.5);}
.clear-wrap .site-note{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.41rem;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);}
.clear-wrap .site-note p{margin-top:calc(1.5rem / 3);}
.clear-wrap .soft-benefit{margin-top:calc(0.82rem * 1.5);font-size:calc(15.3px * .875);}
.clear-wrap .active-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.clear-wrap .quiet-tile{flex:1 1 auto;min-width:0;}
.clear-wrap .public-fields,.clear-wrap .soft-benefit{flex:1 1 100%;}
.page-feature{
  --state-soft:calc(1.5rem * 1.42);
  --axis-strong:calc(1020px / 2.90);
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:var(--tone-warm);
  color:#fdf8ef;
}
.page-feature .bottom-plan{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(0.82rem * 1.5) 1.5rem;}
.page-feature .contact-method{flex:1 1 22rem;
  min-width:0;}
.page-feature .public-nav{flex:0 1 20rem;
  margin:0;
  min-width:0;}
.page-feature .public-nav img{display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:0.41rem;
  box-shadow:0 4px 8px rgba(0,0,0,0.1);}
.page-feature h1,
.page-feature h2,
.page-feature h3,
.page-feature p,
.page-feature figure{margin:0;}
.page-feature h2{font-size:calc(15.3px * 2);
  line-height:1.14;
  margin-top:calc(0.82rem * 1.5);
  max-width:34ch;}
.page-feature p{font-size:15.3px;
  line-height:1.79;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.page-feature .content-actions{font-size:calc(15.3px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.page-feature .service-intro{margin-top:calc(0.82rem * 1.5);
  max-width:56ch;}
.page-feature .public-entries{margin-top:var(--state-soft);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.82rem 1.5rem;}
.page-feature .simple-note{
  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.24rem;
  background:#fdf8ef;
  color:var(--tone-warm);
  text-decoration:none;
  font-size:15.3px;
  transition:background 510ms var(--speed-nav), color 510ms var(--speed-nav);
}
.page-feature .simple-note:hover{
  background:#c98a2e;
  color:#2b1e12;
}
.page-feature .compact-panel{flex:1 1 16rem;
  font-size:calc(15.3px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.page-feature .compact-panel a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.page-feature .compact-panel a:hover{}
@media (max-width:720px){.page-feature .bottom-plan{
    flex-direction:column-reverse;
  }.page-feature .public-nav{
    flex:1 1 auto;
    width:100%;
  }.page-feature h2{
    max-width:none;
  }
}
.simple-figure{padding:calc(1.5rem * 2.4) 1.43rem;background:var(--ink-inverse);color:var(--line-strong);}
.simple-figure .bottom-plan{max-width:1020px;margin:0 auto;}
.simple-figure .page-tile{max-width:640px;margin-bottom:calc(0.82rem * 1.5);}
.simple-figure .page-tile h2{margin:0;font-size:calc(15.3px * 2);line-height:1.2;}
.simple-figure .page-tile p{margin:0.82rem 0 0;font-size:15.3px;}
.simple-figure .visual-grid{display:flex;flex-direction:column;border-top:1px solid var(--tone-primary);}
.simple-figure .visual-grid article{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:0.82rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-primary);}
.simple-figure .visual-grid h3{margin:0;font-size:15.3px;font-weight:600;}
.simple-figure .visual-grid p{margin:0;font-size:calc(15.3px * .875);line-height:1.79;}
.simple-figure .content-actions{margin:calc(0.82rem * 1.5) 0 0;font-size:calc(15.3px * .875);line-height:1.79;}
.simple-figure .content-actions a{color:#8a4b1f;text-decoration:underline;text-underline-offset:2px;}
.simple-figure .content-actions a:hover{color:inherit;}
.simple-figure .soft-benefit{display:flex;flex-wrap:wrap;gap:0.82rem;margin-top:calc(0.82rem * 1.5);}
.simple-figure .soft-benefit a{display:inline-block;padding:0.6rem 1.1rem;border:1px solid var(--tone-primary);border-radius:0.41rem;background:var(--ink-strong);color:var(--line-main);font-size:calc(15.3px * .875);text-decoration:none;transition:background 510ms var(--speed-nav),color 510ms var(--speed-nav);}
.simple-figure .soft-benefit a:first-child{background:var(--tone-warm);color:#fdf8ef;border-color:var(--tone-warm);}
.simple-figure .soft-benefit a:first-child:hover{background:#6f3a15;border-color:#6f3a15;color:var(--line-main);}
.simple-figure .soft-benefit a:last-child:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--line-main);}
@media (max-width:700px){.simple-figure .visual-grid article{grid-template-columns:1fr;gap:0.82rem;}
    }
.site-headline{--state-soft:calc(1.5rem * 1.15);--axis-strong:calc(1020px / 2.35);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--ink-inverse);color:var(--line-strong);}
.site-headline .bottom-plan{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-soft);}
.site-headline h2,.site-headline h3,.site-headline p{margin:0;}
.site-headline h2{font-size:calc(15.3px * 2);line-height:1.14;}
.site-headline h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.site-headline p{font-size:15.3px;line-height:1.79;}
.site-headline .offer-service{display:flex;flex-wrap:wrap;gap:0.82rem;align-items:flex-start;}
.site-headline .offer-service h2{flex:1 1 calc(1020px / 3);min-width:0;}
.site-headline .offer-service .service-intro{flex:1 1 calc(1020px / 2.6);min-width:0;max-width:var(--axis-strong);}
.site-headline .service-note{display:flex;flex-wrap:wrap;gap:0.82rem;}
.site-headline .site-note{flex:1 1 calc(1020px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.41rem;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);}
.site-headline .site-note img{display:block;width:100%;height:auto;border-radius:0.24rem;}
.site-headline .site-note p{font-size:calc(15.3px * .875);}
.site-headline .contact-benefit{margin-top:auto;align-self:flex-start;font-size:calc(15.3px * .875);color:#8a4b1f;text-decoration:underline;text-underline-offset:3px;}
.site-headline .contact-benefit:hover{color:inherit;}
.site-headline .content-actions{font-size:calc(15.3px * .875);max-width:var(--axis-strong);}
.site-headline .content-actions a{color:#8a4b1f;text-decoration:underline;text-underline-offset:3px;}
.site-headline .content-actions a:hover{color:inherit;}
@media (max-width:720px){.site-headline .offer-service h2,.site-headline .offer-service .service-intro,.site-headline .site-note{flex:1 1 100%;}
}
.compact-quote{padding:calc(1.5rem * 2.4) 1.43rem;background:var(--ink-inverse);color:var(--line-strong)}
.compact-quote .bottom-plan{max-width:1020px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.82rem * 1.5);align-items:flex-start}
.compact-quote .offer-service{flex:0 1 16rem;min-width:0}
.compact-quote .clear-block{margin:0}
.compact-quote .clear-block img{display:block;width:100%;height:auto;border-radius:0.41rem;box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.compact-quote .primary-footer{margin-top:calc(1.5rem * .75)}
.compact-quote .wide-nav{margin:0;font-size:calc(15.3px * 1.125);line-height:1.25}
.compact-quote .public-items{margin:calc(calc(1.5rem * .75)*.4) 0 0;font-size:calc(15.3px * .875);line-height:1.5}
.compact-quote .quiet-tile{flex:1 1 30rem;min-width:0}
.compact-quote h2{margin:0;font-size:calc(15.3px * 2);line-height:1.15}
.compact-quote .quiet-tile>p{margin:1.5rem 0 0;font-size:15.3px;line-height:1.79}
.compact-quote .top-flow{margin-top:1.5rem;border-top:1px solid var(--tone-primary);padding-top:calc(1.5rem * .75)}
.compact-quote .media-steps{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(15.3px * .875);line-height:1.6}
.compact-quote .bottom-links{display:inline-block;min-width:5.5rem;font-size:calc(15.3px * .875)}
.compact-quote .media-steps a{text-decoration:none;border-bottom:1px solid var(--tone-primary)}
.compact-quote .media-steps a:hover{}
.compact-quote .page-view{display:flex;flex-wrap:wrap;gap:0.82rem;margin-top:1.5rem}
.compact-quote .page-view a{border-radius:0.24rem;background:var(--tone-warm);color:#fdf8ef;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.3px * .875)}
.compact-quote .page-view a:hover{background:#6f3a15;color:var(--line-main);}
@media(max-width:780px){.compact-quote .bottom-plan{display:block}.compact-quote .offer-service{max-width:14rem}.compact-quote .quiet-tile{margin-top:calc(0.82rem * 1.5)}}
.text-list{padding:calc(1.5rem*3) 1.43rem;background:#fbf6ec;color:#2b1e12}
.text-list .simple-benefit{max-width:1020px;margin:0 auto}
.text-list .main-footer{max-width:52rem;margin:0 0 calc(calc(0.82rem * 1.5)*1.2)}
.text-list h2{margin:0 0 .6rem;font-size:clamp(1.9rem,4vw,3.05rem);line-height:1.06}
.text-list .primary-service{margin:0;font-size:15.3px;line-height:1.6;opacity:.82}
.text-list .focused-media{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.text-list .fresh-headline{flex:1 1 300px;min-width:0;display:flex;flex-direction:column;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);border-radius:0.63rem;overflow:hidden;box-shadow:0 0px 3px rgba(0,0,0,0.08);transition:box-shadow 510ms var(--speed-nav)}
.text-list .fresh-headline:hover{box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.text-list .fresh-frame{display:block;overflow:hidden}
.text-list .fresh-frame img{width:100%;height:210px;object-fit:cover;display:block;transition:transform 510ms var(--speed-nav)}
.text-list .fresh-headline:hover .fresh-frame img{transform:scale(1.03)}
.text-list .clear-note{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.15rem 1.25rem}
.text-list h3{margin:0 0 .55rem;font-size:calc(15.3px * 1.35);line-height:1.2}
.text-list h3 a{color:var(--line-main);text-decoration:none}
.text-list h3 a:hover{color:inherit;}
.text-list p{margin:0 0 1rem;font-size:calc(15.3px * .875);line-height:1.55;opacity:.85}
.text-list .wide-fields{margin-top:auto;align-self:flex-start;color:#8a4b1f;text-decoration:none;font-weight:700;font-size:calc(15.3px * .875);border-bottom:1px solid transparent;transition:border-color 510ms var(--speed-nav),color 510ms var(--speed-nav)}
.text-list .wide-fields:hover{color:inherit;border-bottom-color:#c98a2e}
@media (max-width:640px){.text-list{padding:calc(1.5rem*2) 1.43rem}.text-list .fresh-frame img{height:190px}
}
.media-tile{--state-soft:calc(1.5rem * 0.95);--axis-strong:calc(1020px / 3.05);--type-lead:calc(1020px / 4.05);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.media-tile .bottom-plan{max-width:1020px;margin:0 auto;}
.media-tile h1,.media-tile h2,.media-tile h3,.media-tile p{margin:0;}
.media-tile h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.media-tile h2{font-size:calc(15.3px * 2);line-height:1.12;}
.media-tile h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.media-tile p{font-size:15.3px;line-height:1.79;color:var(--line-strong);}
.media-tile a{color:inherit;text-decoration:none;}
.media-tile img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.media-tile .simple-note{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.24rem;background:var(--tone-warm);color:#fdf8ef;}
.media-tile .service-note{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.media-tile .site-note{min-width:0;padding-bottom:calc(0.82rem * 1.5);border-bottom:1px solid var(--tone-primary);}
.media-tile .site-note:last-child{border-bottom:0;padding-bottom:0;}
.media-tile .site-note p,.media-tile .site-note a{margin-top:calc(1.5rem / 3);}
.media-tile .site-note img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-lead) * .7);}
.media-tile .top-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.media-tile .top-area>.quiet-tile{flex:1 1 calc(1020px / 3);min-width:0;}
.media-tile .top-area>.service-note{flex:2 1 calc(1020px / 2);margin-top:0;}
.media-tile .top-area>img{margin-left:auto;}
.media-tile .quiet-tile .service-intro{margin-top:1.5rem;}
@media (max-width:720px){.media-tile .top-area>img{margin-left:0;max-width:100%;}.media-tile .site-note img{max-width:100%;}
}
.secondary-callout{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #c98a2e 0%, #8a4b1f 100%);color:#fdf8ef}
.secondary-callout:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(510ms*38) var(--speed-nav) infinite alternate}
.secondary-callout .bottom-plan{position:relative;max-width:1020px;margin:0 auto}
.secondary-callout h2{max-width:16ch;margin:0 0 calc(0.82rem * 1.5);font-size:calc(15.3px * 2.65);line-height:1}
.secondary-callout .main-items,.secondary-callout .visual-unit,.secondary-callout .visual-area{width:min(100%,48rem);padding:1.5rem 0}
.secondary-callout .visual-unit{margin-left:auto;text-align:right}
.secondary-callout .visual-area{margin:0 auto}
.secondary-callout h3{margin:0;font-size:calc(15.3px * 1.35)}
.secondary-callout .bottom-plan p{margin:calc(1.5rem * .75) 0 0;line-height:1.79}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.secondary-callout .visual-unit{text-align:left}}
@media(prefers-reduced-motion:reduce){.secondary-callout:before{animation:none}}
.text-quote{
  --state-soft:calc(1.5rem * 1.15);
  --axis-strong:calc(1020px / 2.2);
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#fbf6ec;
  color:#2b1e12;
}
.text-quote .bottom-plan{max-width:1020px;
  margin:0 auto;}
.text-quote h2,
.text-quote h3,
.text-quote p{margin:0;}
.text-quote h2{font-size:calc(15.3px * 2);
  line-height:1.14;}
.text-quote h3{font-size:calc(15.3px * 1.35);
  line-height:1.22;}
.text-quote p{font-size:15.3px;
  line-height:1.79;}
.text-quote a{color:#8a4b1f;
  text-decoration:none;
  border-bottom:1px solid #8a4b1f;}
.text-quote a:hover{color:inherit;
  border-bottom-color:#c98a2e;}
.text-quote .offer-service{display:flex;
  flex-wrap:wrap;
  gap:0.82rem;
  align-items:flex-start;
  padding-bottom:calc(0.82rem * 1.5);
  border-bottom:1px solid var(--tone-primary);}
.text-quote .offer-service>h2{flex:1 1 calc(1020px / 2.6);
  min-width:0;}
.text-quote .offer-service>.service-intro{flex:1 1 calc(1020px / 2.6);
  min-width:0;
  max-width:var(--axis-strong);
  color:var(--line-strong);}
.text-quote .service-note{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--state-soft);}
.text-quote .site-note{display:flex;
  flex-wrap:wrap;
  gap:0.82rem;
  align-items:baseline;
  padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid var(--tone-primary);}
.text-quote .site-note:first-child{padding-top:0;}
.text-quote .site-note:last-child{border-bottom:0;}
.text-quote .primary-view{flex:0 0 auto;
  min-width:calc(1020px / 6);
  font-size:calc(15.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--line-strong);}
.text-quote .site-note>h3{flex:1 1 calc(1020px / 3.4);
  min-width:0;}
.text-quote .site-note>p{flex:1 1 calc(1020px / 2.4);
  min-width:0;
  color:var(--line-strong);}
.text-quote .content-actions{
  margin-top:var(--state-soft);
  padding:calc(calc(1.5rem * .75) * 1.1) calc(1.5rem * .75);
  background:var(--ink-inverse);
  color:var(--line-strong);
  border-radius:0.41rem;
}
.text-quote .content-actions p{font-size:calc(15.3px * .875);}
@media (max-width:720px){.text-quote .offer-service>h2,
  .text-quote .offer-service>.service-intro,
  .text-quote .site-note>h3,
  .text-quote .site-note>p{
    flex:1 1 100%;
  }.text-quote .primary-view{
    min-width:0;
  }
}
.team-contact{--state-soft:calc(1.5rem * 1.32);--axis-strong:calc(1020px / 2.45);--type-lead:calc(1020px / 3.61);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-warm);color:#fdf8ef;}
.team-contact .bottom-plan{max-width:1020px;margin:0 auto;}
.team-contact h1,.team-contact h2,.team-contact h3,.team-contact p{margin:0;}
.team-contact h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.team-contact h2{font-size:calc(15.3px * 2);line-height:1.12;}
.team-contact h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.team-contact p{font-size:15.3px;line-height:1.79;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-contact a{color:inherit;text-decoration:none;}
.team-contact img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.team-contact .service-intro{max-width:var(--axis-strong);}
.team-contact .content-actions{margin-top:var(--state-soft);font-size:calc(15.3px * .875);}
.team-contact .content-actions a{text-decoration:underline;text-underline-offset:3px;}
.team-contact .service-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;margin-top:var(--state-soft);}
.team-contact .site-note{flex:1 1 calc(1020px / 4);min-width:0;}
.team-contact .site-note p{margin-top:calc(1.5rem / 3);}
.team-contact .open-copy>img{margin-top:var(--state-soft);}
.team-contact .open-copy>.service-intro{margin-top:1.5rem;}
.quote{--state-soft:calc(1.5rem * 1.15);--axis-strong:calc(1020px / 1.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.quote .bottom-plan{max-width:1020px;margin:0 auto;}
.quote h2,.quote h3,.quote p{margin:0;}
.quote h2{font-size:calc(15.3px * 2);line-height:1.14;max-width:var(--axis-strong);}
.quote h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.quote p{font-size:15.3px;line-height:1.79;}
.quote .site-unit{margin-bottom:calc(0.82rem * 1.5);}
.quote .service-intro{margin-top:1.5rem;max-width:var(--axis-strong);color:var(--line-strong);}
.quote .public-fields{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-primary);}
.quote .site-note{padding:calc(0.82rem * 1.5) 0;border-bottom:1px solid var(--tone-primary);display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.quote .site-note p{color:var(--line-strong);}
.quote .soft-benefit{margin-top:calc(0.82rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.41rem;background:var(--ink-inverse);color:var(--line-strong);}
.quote .soft-benefit p{font-size:calc(15.3px * .875);}
.quote .soft-benefit a{color:#8a4b1f;text-decoration:underline;text-underline-offset:2px;}
.quote .soft-benefit a:hover{color:inherit;}
@media (min-width:720px){.quote .site-note{flex-direction:row;align-items:flex-start;gap:1.5rem;}.quote .site-note h3{flex:0 0 42%;}.quote .site-note p{flex:1 1 auto;}
}
.strong-copy{--state-soft:calc(1.5rem * 1.1);--axis-strong:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.strong-copy .bottom-plan{max-width:1020px;margin:0 auto;}
.strong-copy h2,.strong-copy h3,.strong-copy p,.strong-copy ol,.strong-copy li{margin:0;}
.strong-copy h2{font-size:calc(15.3px * 2);line-height:1.14;}
.strong-copy h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.strong-copy p{font-size:15.3px;line-height:1.79;}
.strong-copy .site-unit{max-width:var(--axis-strong);}
.strong-copy .site-unit .service-intro{margin-top:calc(1.5rem / 2);}
.strong-copy .soft-benefit{list-style:none;padding:0;margin-top:var(--state-soft);display:flex;flex-direction:column;gap:calc(1.5rem / 1.4);}
.strong-copy .primary-view{display:flex;gap:0.82rem;align-items:flex-start;padding-top:calc(1.5rem / 1.4);border-top:1px solid var(--tone-primary);}
.strong-copy .primary-view:first-child{border-top:none;padding-top:0;}
.strong-copy .compact-flow{flex:0 0 auto;font-size:calc(15.3px * .875);letter-spacing:.08em;padding-top:.35em;}
.strong-copy .contact-method{flex:1 1 auto;min-width:0;}
.strong-copy .contact-method p{margin-top:calc(1.5rem / 3);}
.strong-copy .compact-panel{margin-top:var(--state-soft);padding:calc(1.5rem * .75);border-radius:0.41rem;background:var(--ink-inverse);color:var(--line-strong);display:flex;flex-wrap:wrap;gap:0.82rem;align-items:center;justify-content:space-between;}
.strong-copy .compact-panel .content-actions{flex:1 1 calc(1020px / 2.4);min-width:0;font-size:calc(15.3px * .875);}
.strong-copy .narrow-grid{display:flex;flex-wrap:wrap;gap:calc(0.82rem * 1.2);}
.strong-copy .narrow-grid a{text-decoration:none;font-size:calc(15.3px * .875);border-bottom:1px solid #8a4b1f;padding-bottom:2px;}
.strong-copy .narrow-grid a:hover{border-bottom-color:#c98a2e;}
@media (max-width:640px){.strong-copy .primary-view{flex-direction:column;gap:calc(0.82rem / 2);}.strong-copy .compact-panel{flex-direction:column;align-items:flex-start;}
}
.top-items{
        --state-soft: calc(1.5rem * 1.12);
        --copy-lead: calc(1020px / 3.1);
        padding: calc(1.5rem * 2.4) 1.43rem;
        background: #2b1e12;
        color: #f7f1e6;
    }
.top-items .bottom-plan{max-width: 1020px;
        margin: 0 auto;}
.top-items h2,
    .top-items h3,
    .top-items p{margin: 0;}
.top-items h2{font-size: calc(15.3px * 2);
        line-height: 1.14;
        max-width: calc(1020px / 1.35);}
.top-items h3{font-size: calc(15.3px * 1.35);
        line-height: 1.22;}
.top-items p{font-size: 15.3px;
        line-height: 1.79;}
.top-items .service-intro{margin-top: 1.5rem;
        max-width: calc(1020px / 1.9);
        opacity: .82;}
.top-items .service-note{display: flex;
        flex-wrap: wrap;
        gap: var(--state-soft);
        margin-top: calc(var(--state-soft) * 1.15);}
.top-items .site-note{
        flex: 1 1 var(--copy-lead);
        min-width: 0;
        padding: calc(var(--state-soft) * .8);
        border-radius: 0.41rem;
        background: var(--ink-inverse);
        color: var(--line-strong);
        border: 1px solid var(--tone-primary);
    }
.top-items .site-note p{margin-top: calc(1.5rem / 2.6);
        font-size: calc(15.3px * .875);
        line-height: 1.7;}
.top-items .soft-benefit{margin-top: calc(var(--state-soft) * 1.1);
        padding-top: calc(0.82rem * 1.5);
        border-top: 1px solid var(--tone-primary);
        font-size: calc(15.3px * .875);
        opacity: .78;}
.top-items .soft-benefit a{color: #c98a2e;
        text-decoration: underline;
        text-underline-offset: 3px;}
.top-items .soft-benefit a:hover{color:inherit;}
@media (max-width: 720px) {.top-items h2{
            max-width: 100%;
        }.top-items .service-intro{
            max-width: 100%;
        }
    }
.wide-block{padding:calc(1.5rem * 2.4) 1.43rem;background:linear-gradient(135deg, #fbf6ec 0%, #f2e8d7 55%, #e6d3b3 100%);color:#2b1e12}
.wide-block .bottom-plan{max-width:1020px;margin:0 auto}
.wide-block .focused-summary{max-width:54rem;margin-bottom:calc(0.82rem * 1.5)}
.wide-block h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.05}
.wide-block .focused-summary p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.79}
.wide-block .visual-media{display:flex;align-items:flex-start;gap:calc(0.82rem * 1.5)}
.wide-block .public-fields{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid var(--tone-primary);padding-left:calc(1.5rem * .75)}
.wide-block button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 510ms var(--speed-nav),transform 510ms var(--speed-nav)}
.wide-block button:hover,.wide-block button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.wide-block .local-flow{flex:1 1 28rem;align-self:start}
.wide-block [data-response]{display:none}
.wide-block [data-response].is-active{display:block;animation:clarifyFocusIn calc(510ms*1.8) var(--speed-nav) both}
.wide-block h3{margin:0;font-size:calc(15.3px * 2);line-height:1.1}
.wide-block [data-response] p{max-width:48rem;margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.79}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.82rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.wide-block .visual-media{display:block}.wide-block .public-fields{border-left:0;padding-left:0;margin-bottom:calc(0.82rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.wide-block [data-response].is-active{animation:none}}
.text-view{--state-soft:calc(1.5rem * 1.12);--axis-strong:calc(1020px / 2.45);--type-lead:calc(1020px / 3.38);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.text-view .bottom-plan{max-width:1020px;margin:0 auto;}
.text-view h1,.text-view h2,.text-view h3,.text-view p{margin:0;}
.text-view h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.text-view h2{font-size:calc(15.3px * 2);line-height:1.12;}
.text-view h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.text-view p{font-size:15.3px;line-height:1.79;}
.text-view a{color:#8a4b1f;text-decoration:none;}
.text-view a:hover{color:inherit;}
.text-view img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.text-view .service-intro{color:var(--line-strong);}
.text-view .service-note{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.text-view .site-note{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--tone-primary);}
.text-view .site-note p{margin-top:calc(1.5rem / 3);}
.text-view .top-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.text-view .top-area>.quiet-tile{flex:1 1 calc(1020px / 3);min-width:0;}
.text-view .top-area>.service-note{flex:2 1 calc(1020px / 2);margin-top:0;}
.text-view .top-area>img{margin-left:auto;max-width:var(--type-lead);}
.text-view .quiet-tile .service-intro{margin-top:1.5rem;}
.text-view .soft-benefit{max-width:1020px;margin:calc(0.82rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:0.82rem;padding-top:calc(0.82rem * 1.5);border-top:1px solid var(--tone-primary);}
.text-view .soft-benefit a{font-size:calc(15.3px * .875);}
@media (max-width:720px){.text-view .top-area>img{max-width:100%;margin-left:0;}
}
.primary-figure{--state-soft:calc(1.5rem * 0.99);--axis-strong:calc(1020px / 3.10);--type-lead:calc(1020px / 3.05);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-warm);color:#fdf8ef;}
.primary-figure .bottom-plan{max-width:1020px;margin:0 auto;}
.primary-figure h1,.primary-figure h2,.primary-figure h3,.primary-figure p{margin:0;}
.primary-figure h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.primary-figure h2{font-size:calc(15.3px * 2);line-height:1.12;}
.primary-figure h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.primary-figure p{font-size:15.3px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-figure a{color:inherit;text-decoration:none;}
.primary-figure img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.primary-figure .simple-note{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.24rem;background:#fdf8ef;color:var(--tone-warm);}
.primary-figure .service-intro,.primary-figure .content-actions{}
.primary-figure .service-note{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.primary-figure .site-note{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.41rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.primary-figure .site-note p,.primary-figure .site-note a{margin-top:calc(1.5rem / 3);}
.primary-figure .site-note img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.primary-figure .focused-menu{display:flex;align-items:flex-start;gap:0.82rem;}
.primary-figure .focused-menu>.quiet-tile{flex:1 1 auto;min-width:0;}
.primary-figure .quiet-tile .service-intro{margin-top:1.5rem;}
@media(max-width:760px){.primary-figure .focused-menu{flex-direction:column;}}
.team-figure{--state-soft:calc(1.5rem * 0.92);--axis-strong:calc(1020px / 2.40);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.team-figure .bottom-plan{max-width:1020px;margin:0 auto;}
.team-figure h1,.team-figure h2,.team-figure h3,.team-figure p{margin:0;}
.team-figure h2{font-size:calc(15.3px * 2);line-height:1.12;}
.team-figure h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.team-figure p{font-size:15.3px;line-height:1.79;}
.team-figure a{color:#8a4b1f;text-decoration:none;border-bottom:1px solid #8a4b1f;}
.team-figure a:hover{color:inherit;border-bottom-color:#c98a2e;}
.team-figure .site-unit{max-width:var(--axis-strong);}
.team-figure .content-actions{margin-bottom:calc(1.5rem / 2);font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--line-strong);}
.team-figure .service-intro{margin-top:1.5rem;}
.team-figure .service-note{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:calc(var(--state-soft) * 1.4);}
.team-figure .site-note{display:flex;gap:0.82rem;align-items:flex-start;padding-top:var(--state-soft);border-top:1px solid var(--tone-primary);}
.team-figure .site-note:first-child{border-top:none;padding-top:0;}
.team-figure .primary-view{flex:0 0 auto;font-size:calc(15.3px * 1.125);line-height:1;color:inherit;font-weight:700;letter-spacing:0.04em;min-width:2.2rem;}
.team-figure .quiet-tile{min-width:0;}
.team-figure .quiet-tile p{margin-top:calc(1.5rem / 3);}
.team-figure .soft-benefit{margin-top:calc(var(--state-soft) * 1.2);padding-top:var(--state-soft);border-top:1px solid var(--tone-primary);max-width:var(--axis-strong);}
.team-figure .soft-benefit p{font-size:calc(15.3px * .875);}
@media (max-width:640px){.team-figure .site-note{flex-direction:column;gap:calc(0.82rem / 2);}.team-figure .primary-view{min-width:0;}
}
.direct-content{--state-soft:calc(1.5rem * 1.2);--axis-strong:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.direct-content .bottom-plan{max-width:1020px;margin:0 auto;}
.direct-content h2,.direct-content h3,.direct-content p{margin:0;}
.direct-content h2{font-size:calc(15.3px * 2);line-height:1.14;}
.direct-content h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.direct-content p{font-size:15.3px;line-height:1.79;}
.direct-content .site-unit{max-width:var(--axis-strong);}
.direct-content .service-intro{margin-top:calc(1.5rem / 2);color:var(--line-strong);}
.direct-content .public-fields{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.direct-content .site-note{padding:calc(calc(1.5rem * .75) * 1.05);border-radius:0.41rem;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);}
.direct-content .site-note p{margin-top:calc(1.5rem / 3);color:var(--line-strong);}
.direct-content .compact-panel{display:flex;flex-wrap:wrap;align-items:center;gap:0.82rem;margin-top:var(--state-soft);}
.direct-content .compact-panel img{display:block;width:100%;max-width:calc(1020px / 3.2);height:auto;border-radius:0.41rem;}
.direct-content .content-actions{flex:1 1 16rem;font-size:calc(15.3px * .875);color:var(--line-strong);}
.direct-content a{color:#8a4b1f;text-decoration:underline;text-underline-offset:2px;}
.direct-content a:hover{color:inherit;}
@media (max-width:640px){.direct-content .compact-panel img{max-width:100%;}
}
.bottom-panel{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: #c98a2e;
  color: #2b1e12;
}
.bottom-panel .strong-section{
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fbf6ec;
  color: #2b1e12;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.bottom-panel .top-copy{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.82rem * 1.5);
  border-bottom: 1px solid var(--tone-primary);}
.bottom-panel .top-copy span{font-size: calc(15.3px * .875);}
.bottom-panel a{text-decoration: none;}
.bottom-panel .top-copy a{font-size: calc(15.3px * .875);
  border-bottom: 1px solid var(--tone-warm);}
.bottom-panel .contact-method{display: flex;
  flex-wrap: wrap;
  gap: calc(0.82rem * 1.5);
  padding: calc(0.82rem * 1.5);}
.bottom-panel .service-intro{flex: 1 1 22rem;
  min-width: 0;}
.bottom-panel h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;}
.bottom-panel .service-intro p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.3px;}
.bottom-panel .focused-quote{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.bottom-panel .focused-quote a{
  padding: calc(1.5rem * .75);
  border-left: 3px solid #c98a2e;
  background: var(--ink-inverse);
  color: var(--line-strong);
  border-radius: 0.24rem;
}
.bottom-panel .focused-quote span,
.bottom-panel .focused-quote small{display: block;
  font-size: calc(15.3px * .875);}
.bottom-panel .focused-quote strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(15.3px * 1.35);}
@media (max-width: 780px) {.bottom-panel .top-copy{
    flex-direction: column;
    align-items: flex-start;
  }.bottom-panel .contact-method{
    padding: calc(1.5rem * .75);
  }
}
.bottom-contact{padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12}
.bottom-contact .bottom-plan{max-width:1020px;margin:0 auto}
.bottom-contact .content-actions{display:flex;gap:calc(0.82rem * 1.5);align-items:flex-start}
.bottom-contact .featured-unit{flex:0 0 30%;min-width:0;background:var(--ink-inverse);color:var(--line-strong);border-radius:0.63rem;padding:calc(1.5rem * .75)}
.bottom-contact h2{margin:0;font-size:calc(15.3px * 2);line-height:1.14}
.bottom-contact .featured-unit p{margin:1.5rem 0 0;font-size:15.3px;line-height:1.79}
.bottom-contact .values{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}
.bottom-contact .site-note{border-bottom:1px solid var(--tone-primary);padding:1.5rem 0}
.bottom-contact .site-note:first-child{padding-top:0}
.bottom-contact .site-note:last-child{border-bottom:0;padding-bottom:0}
.bottom-contact .site-note strong{display:block;font-size:calc(15.3px * 1.35);line-height:1.2}
.bottom-contact .site-note p{margin:calc(1.5rem * .75) 0 0;line-height:1.79;font-size:calc(15.3px * .875)}
@media(max-width:780px){.bottom-contact .content-actions{display:block}.bottom-contact .featured-unit{margin-bottom:calc(0.82rem * 1.5)}}
.primary-intro{--state-soft:calc(1.5rem * 1.19);--axis-strong:calc(1020px / 2.50);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--ink-inverse);color:var(--line-strong);}
.primary-intro .bottom-plan{max-width:1020px;margin:0 auto;}
.primary-intro h1,.primary-intro h2,.primary-intro h3,.primary-intro p{margin:0;}
.primary-intro h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.primary-intro h2{font-size:calc(15.3px * 2);line-height:1.12;}
.primary-intro h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.primary-intro p{font-size:15.3px;line-height:1.79;}
.primary-intro a{color:#8a4b1f;text-decoration:none;border-bottom:1px solid var(--tone-primary);padding-bottom:2px;}
.primary-intro a:hover{color:inherit;}
.primary-intro img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.primary-intro .strong-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.primary-intro .strong-proof>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.primary-intro .strong-proof>.service-intro{flex:1 1 calc(1020px / 3);min-width:0;}
.primary-intro .service-note{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.primary-intro .site-note{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.41rem;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);}
.primary-intro .site-note h3{margin-top:calc(1.5rem / 3);}
.primary-intro .site-note p{margin-top:calc(1.5rem / 3);}
.primary-intro .site-note a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15.3px * .875);}
.primary-intro .site-note img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.contact-view{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: #fbf6ec;
  color: #2b1e12;
}
.contact-view .quiet-view{max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: calc(0.82rem * 1.5);
  align-items: start;}
.contact-view .compact-panel{padding: calc(1.5rem * .75);
  border-left: 2px solid #c98a2e;}
.contact-view h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;}
.contact-view .service-intro{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.3px;}
.contact-view .content-actions{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * .875);}
.contact-view .compact-wrap{display: flex;
  flex-direction: column;
  gap: 0.82rem;}
.contact-view .site-note{display: grid;
  grid-template-columns: minmax(4.5rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--tone-primary);}
.contact-view .site-note:last-child{border-bottom: none;}
.contact-view .main-actions{font-size: calc(15.3px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  word-break: break-word;}
.contact-view h3{margin: 0;
  font-size: calc(15.3px * 1.35);}
.contact-view .quiet-tile p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.contact-view small{font-size: calc(15.3px * .875);}
@media (max-width: 780px) {.contact-view .quiet-view,
  .contact-view .site-note{
    grid-template-columns: 1fr;
  }
}
.primary-feature{--state-soft:calc(1.5rem * 1.25);--axis-strong:calc(1020px / 1.9);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.primary-feature .bottom-plan{max-width:1020px;margin:0 auto;}
.primary-feature h2,.primary-feature h3,.primary-feature p{margin:0;}
.primary-feature h2{font-size:calc(15.3px * 2);line-height:1.14;}
.primary-feature h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.primary-feature p{font-size:15.3px;line-height:1.79;}
.primary-feature .site-unit{max-width:var(--axis-strong);}
.primary-feature .site-unit .service-intro{margin-top:1.5rem;color:var(--line-strong);}
.primary-feature img{display:block;width:100%;height:auto;margin-top:var(--state-soft);border-radius:0.41rem;}
.primary-feature .service-note{display:flex;flex-wrap:wrap;gap:0.82rem 1.5rem;margin-top:var(--state-soft);}
.primary-feature .site-note{flex:1 1 calc(1020px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-primary);}
.primary-feature .site-note p{margin-top:calc(1.5rem / 3);color:var(--line-strong);}
.primary-feature .soft-benefit{margin-top:var(--state-soft);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-primary);font-size:calc(15.3px * .875);color:var(--line-strong);}
.primary-feature .soft-benefit a{color:#8a4b1f;text-decoration:none;border-bottom:1px solid #8a4b1f;}
.primary-feature .soft-benefit a:hover{color:inherit;border-bottom-color:#c98a2e;}
@media (max-width:720px){.primary-feature .site-note{flex:1 1 100%;}
}
.simple-quote{--state-soft:calc(1.5rem * 1.05);--axis-strong:calc(1020px / 3.20);--type-lead:calc(1020px / 3.16);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-warm);color:#fdf8ef;}
.simple-quote .bottom-plan{max-width:1020px;margin:0 auto;}
.simple-quote h1,.simple-quote h2,.simple-quote h3,.simple-quote p{margin:0;}
.simple-quote h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.simple-quote h2{font-size:calc(15.3px * 2);line-height:1.12;}
.simple-quote h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.simple-quote p{font-size:15.3px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-quote a{color:inherit;text-decoration:none;}
.simple-quote img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.41rem;flex:0 1 min(28rem,38vw);}
.simple-quote .simple-note{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.24rem;background:#fdf8ef;color:var(--tone-warm);}
.simple-quote .compact-details{display:flex;align-items:center;justify-content:space-between;gap:0.82rem;flex-wrap:wrap;}
.simple-quote .compact-details .quiet-tile{flex:1 1 24rem;min-width:0;}
.simple-quote .service-intro,.simple-quote .content-actions{}
.simple-quote .compact-details h1,.simple-quote .compact-details h2,.simple-quote .compact-details p,.simple-quote .compact-details .simple-note{margin-top:1.5rem;}
.simple-quote .compact-details img{margin-top:var(--state-soft);}
.simple-quote .compact-details .service-intro,.simple-quote .compact-details .content-actions{}
.simple-quote .soft-benefit{font-size:calc(15.3px * .875);color:color-mix(in srgb, currentColor 60%, transparent);}
.simple-quote .soft-benefit a{text-decoration:underline;text-underline-offset:3px;}
.simple-quote .soft-benefit a:hover{}
.steady-feature{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: #2b1e12;
  color: #f7f1e6;
}
.steady-feature .bottom-plan{max-width: min(1020px, 70rem);
  margin: 0 auto;}
.steady-feature .site-unit{max-width: 48rem;}
.steady-feature h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;}
.steady-feature .featured-unit{margin: calc(1.5rem * .75) 0 calc(0.82rem * 1.5);
  font-size: calc(15.3px * 1.125);
  line-height: 1.6;
  color: #d9c9b0;}
.steady-feature .offer-service{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(0.82rem * 1.5);}
.steady-feature .site-note{margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #3d3125;}
.steady-feature .page-tile{display: flex;
  align-items: center;
  gap: 0.82rem;}
.steady-feature .page-tile img{width: 3.4rem;
  height: 3.4rem;
  border-radius: 0.41rem;
  object-fit: cover;
  flex: 0 0 auto;}
.steady-feature .primary-footer{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.steady-feature .wide-nav{font-size: 15.3px;
  font-weight: 700;}
.steady-feature .public-items{font-size: calc(15.3px * .875);
  color: #d9c9b0;}
.steady-feature .site-note p{margin: calc(calc(1.5rem * .75) * .7) 0 calc(calc(1.5rem * .75) * .5);
  max-width: 52rem;
  line-height: 1.7;
  color: #d9c9b0;}
.steady-feature .visual-footer{display: block;
  font-size: calc(15.3px * .875);
  color: #c98a2e;}
.steady-feature .content-actions{margin: calc(0.82rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3d3125;
  max-width: 52rem;
  font-size: calc(15.3px * .875);
  color: #d9c9b0;}
@media (min-width: 780px) {.steady-feature .offer-service{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.5rem * .75) calc(0.82rem * 1.5);
  }.steady-feature .site-note{
    padding-top: calc(1.5rem * .75);
  }
}
@media (max-width: 480px) {.steady-feature .page-tile{
    align-items: flex-start;
  }.steady-feature .page-tile img{
    width: 2.8rem;
    height: 2.8rem;
  }
}
.strong-note{--state-soft:calc(1.5rem * 1.06);--copy-lead:calc(1020px / 3.37);padding:calc(1.5rem * 2.4) 1.43rem;background:#2b1e12;color:#f7f1e6;}
.strong-note .bottom-plan{max-width:1020px;margin:0 auto;}
.strong-note h2,.strong-note h3,.strong-note p{margin:0;}
.strong-note h2{font-size:calc(15.3px * 2);line-height:1.12;}
.strong-note h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.strong-note p{font-size:15.3px;line-height:1.79;color:inherit;}
.strong-note .media-headline{padding-inline-start:calc(1.43rem / 2);}
.strong-note .compact-media{padding-block:calc(var(--state-soft) / 2);}
.strong-note .page-plan{row-gap:calc(var(--state-soft) * .7);}
.strong-note .service-intro{margin-top:1.5rem;max-width:calc(1020px / 2);}
.strong-note .service-note{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.strong-note .site-note{flex:1 1 var(--copy-lead);min-width:0;padding:calc(var(--state-soft) * .75);border-radius:0.41rem;background:var(--ink-inverse);color:var(--line-strong);}
.strong-note .site-note p{color:inherit;}
.strong-note .site-note h3{margin-top:calc(1.5rem / 2);}
.strong-note .public-items{display:block;margin-top:calc(1.5rem / 4);font-size:calc(15.3px * .875);color:inherit;opacity:.8;}
.steady-contact{--state-soft:calc(1.5rem * 1.20);--axis-strong:calc(1020px / 2.44);--copy-lead:calc(1020px / 3.53);padding:calc(1.5rem * 2.4) 1.43rem;background:#c98a2e;color:#2b1e12;}
.steady-contact .bottom-plan{max-width:1020px;margin:0 auto;}
.steady-contact h1,.steady-contact h2,.steady-contact h3,.steady-contact p,.steady-contact ul{margin:0;}
.steady-contact h2{font-size:calc(15.3px * 2);line-height:1.12;}
.steady-contact h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.steady-contact p{font-size:15.3px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-contact a{color:inherit;text-decoration:none;}
.steady-contact .narrow-list{padding-block:calc(var(--state-soft) / 2);}
.steady-contact .media-unit{row-gap:calc(var(--state-soft) * 1.2);}
.steady-contact .text-intro{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.steady-contact .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.steady-contact .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.steady-contact .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.steady-contact .contact-content{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.steady-contact .site-note{flex:1 1 var(--copy-lead);min-width:0;}
.steady-contact .site-note p{margin-top:calc(1.5rem / 3);}
.steady-contact .soft-benefit{flex:1 1 100%;margin-top:calc(var(--state-soft) * .8);font-size:calc(15.3px * .875);}
.steady-contact .soft-benefit a{text-decoration:underline;text-underline-offset:3px;}
.steady-contact .soft-benefit a:hover{}
.page-frame{--state-soft:calc(1.5rem * 0.95);--axis-strong:calc(1020px / 3.05);--type-lead:calc(1020px / 4.05);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.page-frame .bottom-plan{max-width:1020px;margin:0 auto;}
.page-frame h1,.page-frame h2,.page-frame h3,.page-frame p{margin:0;}
.page-frame h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.page-frame h2{font-size:calc(15.3px * 2);line-height:1.12;}
.page-frame h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.page-frame p{font-size:15.3px;line-height:1.79;}
.page-frame a{color:#8a4b1f;text-decoration:none;}
.page-frame a:hover{color:inherit;}
.page-frame img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.page-frame .service-intro{color:var(--line-strong);}
.page-frame .content-actions{margin-top:calc(0.82rem * 1.5);font-size:calc(15.3px * .875);color:var(--line-strong);}
.page-frame .service-note{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.page-frame .site-note{min-width:0;padding-bottom:calc(0.82rem * 1.5);border-bottom:1px solid var(--tone-primary);}
.page-frame .site-note:last-child{border-bottom:0;padding-bottom:0;}
.page-frame .site-note p{margin-top:calc(1.5rem / 3);}
.page-frame .site-note img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-lead) * .7);}
.page-frame .top-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.page-frame .top-area>.quiet-tile{flex:1 1 calc(1020px / 3);min-width:0;}
.page-frame .top-area>.service-note{flex:2 1 calc(1020px / 2);margin-top:0;}
.page-frame .top-area>img{margin-left:auto;max-width:var(--type-lead);}
.page-frame .quiet-tile .service-intro{margin-top:1.5rem;}
.page-frame .soft-benefit{margin-top:calc(0.82rem * 1.5);font-size:calc(15.3px * .875);color:var(--line-strong);}
@media (max-width:720px){.page-frame .top-area>img{margin-left:0;max-width:100%;}
}
.region{--state-soft:calc(1.5rem * 1.15);--axis-strong:calc(1020px / 3.05);--type-lead:calc(1020px / 3.22);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.region .bottom-plan{max-width:1020px;margin:0 auto;}
.region h1,.region h2,.region h3,.region p{margin:0;}
.region h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.region h2{font-size:calc(15.3px * 2);line-height:1.12;}
.region h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.region p{font-size:15.3px;line-height:1.79;color:var(--line-strong);}
.region a{color:#8a4b1f;text-decoration:none;}
.region a:hover{color:inherit;}
.region img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.region .service-intro,.region .content-actions{}
.region .service-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;margin-top:var(--state-soft);}
.region .site-note{flex:1 1 calc(1020px / 4);min-width:0;}
.region .site-note p,.region .site-note a{margin-top:calc(1.5rem / 3);}
.region .site-note img{margin-bottom:calc(1.5rem / 2);}
.region .open-copy>img{margin-top:var(--state-soft);}
.region .open-copy>.service-intro{margin-top:1.5rem;}
.region .content-actions{margin-top:calc(0.82rem * 1.5);font-size:calc(15.3px * .875);}
.top-note{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #fbf6ec 0%, #f2e8d7 55%, #e6d3b3 100%);color:#2b1e12;}
.top-note .bottom-plan{max-width:1020px;margin:0 auto;}
.top-note .page-tile{margin-bottom:calc(0.82rem * 1.5);}
.top-note .page-tile p{margin:0;font-weight:700;opacity:.9;font-size:calc(15.3px * .875);}
.top-note .page-tile h2{margin:7px 0 0;font-size:clamp(30px,5vw,46px);}
.top-note .contact-method{display:flex;flex-direction:column;gap:calc(0.82rem * 1.5);}
.top-note .service-intro{margin:0;max-width:62ch;font-size:calc(15.3px * 1.125);line-height:1.79;}
.top-note .offer-service{display:flex;flex-wrap:wrap;gap:0.82rem;}
.top-note .site-note{flex:1 1 280px;border-radius:0.63rem;border:1px solid var(--tone-primary);background:var(--ink-strong);color:var(--line-main);padding:calc(1.5rem * .75);box-shadow:0 0px 3px rgba(0,0,0,0.08);}
.top-note .site-note .media-steps{display:block;font-size:calc(15.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.top-note .site-note h3{margin:1.43rem 0;font-size:calc(15.3px * 1.35);}
.top-note .site-note p{margin:0 0 1.43rem;}
.top-note .site-note .content-actions{margin:0;font-size:calc(15.3px * .875);}
.top-note .soft-benefit{display:inline-block;margin-top:1.43rem;text-decoration:none;border-bottom:1px solid #8a4b1f;}
.top-note .soft-benefit:hover{border-bottom-color:#c98a2e;}
.top-note .compact-panel{display:flex;flex-wrap:wrap;align-items:center;gap:0.82rem;padding-top:calc(0.82rem * 1.5);border-top:1px solid var(--tone-primary);}
.top-note .compact-panel p{margin:0;flex:1 1 320px;}
.top-note .text-media{text-decoration:none;font-weight:700;border-bottom:1px solid #8a4b1f;}
.top-note .text-media:hover{border-bottom-color:#c98a2e;}
.steady-method{--state-soft:calc(1.5rem * 1.1);--axis-strong:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.steady-method .bottom-plan{max-width:1020px;margin:0 auto;}
.steady-method h2,.steady-method h3,.steady-method p{margin:0;}
.steady-method h2{font-size:calc(15.3px * 2);line-height:1.14;max-width:calc(1020px * 0.72);}
.steady-method h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.steady-method p{font-size:15.3px;line-height:1.79;color:var(--line-strong);}
.steady-method a{color:#8a4b1f;text-decoration:none;border-bottom:1px solid transparent;transition:color 510ms var(--speed-nav),border-color 510ms var(--speed-nav);}
.steady-method a:hover{color:inherit;border-bottom-color:#c98a2e;}
.steady-method .content-actions{margin:0 0 calc(1.5rem / 3);font-size:calc(15.3px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--line-strong);}
.steady-method .simple-note{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.24rem;background:var(--tone-warm);color:#fdf8ef;border-bottom:none;}
.steady-method .simple-note:hover{background:#6f3a15;color:#fdf8ef;border-bottom-color:transparent;}
.steady-method .service-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;margin-top:var(--state-soft);}
.steady-method .site-note{flex:1 1 calc(1020px / 4.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--tone-primary);}
.steady-method .site-note p{margin-top:calc(1.5rem / 3);}
.steady-method .site-note a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(15.3px * .875);}
.steady-method .active-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.steady-method .active-area>.quiet-tile{flex:1 1 auto;min-width:0;}
.steady-method .active-area>.simple-note{flex:0 0 auto;align-self:flex-end;}
.steady-method .active-area>.service-note{flex:1 1 100%;}
.steady-method .soft-benefit{flex:1 1 100%;margin-top:var(--state-soft);padding-top:calc(1.5rem / 2);border-top:1px solid var(--tone-primary);font-size:calc(15.3px * .875);}
@media (max-width:720px){.steady-method .site-note{flex:1 1 100%;}.steady-method h2{max-width:none;}.steady-method .active-area>.simple-note{align-self:flex-start;}
}
.clear-benefit{--state-soft:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-warm);color:#fdf8ef;}
.clear-benefit .bottom-plan{max-width:1020px;margin:0 auto;}
.clear-benefit h2,.clear-benefit p{margin:0;}
.clear-benefit h2{font-size:calc(15.3px * 2);line-height:1.12;}
.clear-benefit p{font-size:15.3px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.clear-benefit a:hover{border-bottom-color:currentColor;}
.clear-benefit .site-unit{max-width:calc(1020px / 1.7);}
.clear-benefit .site-unit p{margin-top:1.5rem;}
.clear-benefit .public-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:calc(var(--state-soft) * 1.2);}
.clear-benefit details{padding:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-benefit details:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-benefit summary{cursor:pointer;font-weight:700;padding-block:calc(1.5rem / 1.4);list-style:none;}
.clear-benefit summary::-webkit-details-marker{display:none;}
.clear-benefit summary::after{content:"+";float:right;font-weight:400;opacity:.6;}
.clear-benefit details[open] summary::after{content:"\2212";}
.clear-benefit details p{margin-bottom:calc(1.5rem / 1.2);max-width:calc(1020px / 1.8);}
.open-nav{--state-soft:calc(1.5rem * 1.05);--axis-strong:calc(1020px / 2.4);--type-lead:calc(1020px / 3.6);padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12;}
.open-nav .bottom-plan{max-width:1020px;margin:0 auto;}
.open-nav h1,.open-nav h2,.open-nav h3,.open-nav p{margin:0;}
.open-nav h2{font-size:calc(15.3px * 2);line-height:1.14;}
.open-nav h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.open-nav p{font-size:15.3px;line-height:1.79;color:var(--line-strong);}
.open-nav a{color:#8a4b1f;text-decoration:none;}
.open-nav a:hover{color:inherit;}
.open-nav img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.open-nav .service-intro{max-width:var(--axis-strong);}
.open-nav .service-note{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.open-nav .site-note{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--tone-primary);}
.open-nav .site-note p{margin-top:calc(1.5rem / 3);}
.open-nav .direct-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.82rem;}
.open-nav .direct-form>.quiet-tile{flex:1 1 calc(1020px / 3);min-width:0;}
.open-nav .direct-form>.service-note{flex:2 1 calc(1020px / 2);margin-top:0;}
.open-nav .direct-form>img{flex:1 1 calc(var(--type-lead));max-width:var(--type-lead);margin-left:auto;}
.open-nav .quiet-tile .service-intro{margin-top:1.5rem;}
.open-nav .soft-benefit{flex:1 1 100%;margin-top:calc(0.82rem * 1.5);font-size:calc(15.3px * .875);color:var(--line-strong);}
.soft-fields{
    padding: calc(1.5rem * 2.4) 1.43rem;
    background: #fbf6ec;
    color: #2b1e12;
}
.soft-fields .local-grid{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.82rem * 1.5);}
.soft-fields .focused-form{border-radius: 0.63rem;
    overflow: hidden;
    border: 1px solid var(--tone-primary);
    box-shadow: 0 0px 3px rgba(0,0,0,0.08);}
.soft-fields .focused-form img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.soft-fields .direct-wrap{max-width: 46rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.soft-fields .narrow-details{margin: 0;
    font-size: calc(15.3px * 2.65);
    line-height: 1.2;
    font-family: "Libre Baskerville", sans-serif;}
.soft-fields .visual-footer{
    margin: 0;
    font-size: calc(15.3px * .875);
    color: var(--line-strong);
    background: var(--ink-inverse);
    padding: 0.35rem 0.7rem;
    border-radius: 0.24rem;
    align-self: flex-start;
    letter-spacing: 0.02em;
}
.soft-fields .submit{margin: 0;
    font-size: 15.3px;
    line-height: 1.79;}
.soft-fields .soft-benefit{margin: calc(1.5rem * .75) 0 0;
    padding-top: calc(0.82rem * 1.5);
    border-top: 1px solid var(--tone-primary);
    font-size: calc(15.3px * .875);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;}
.soft-fields .soft-benefit a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 510ms var(--speed-nav), border-color 510ms var(--speed-nav);}
.soft-fields .soft-benefit a:hover{border-bottom-color: #c98a2e;}
.soft-fields .soft-benefit .wide-details{}
@media (max-width: 640px) {.soft-fields .focused-form img{
        height: 220px;
    }.soft-fields .direct-wrap{
        gap: calc(0.82rem * 1.5);
    }
}
.page-visual{
    padding: calc(1.5rem * 2.4) 1.43rem;
    background: #fbf6ec;
    color: #2b1e12;
}
.page-visual .local-grid{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.82rem * 1.5);}
.page-visual .focused-form{border-radius: 0.63rem;
    overflow: hidden;
    border: 1px solid var(--tone-primary);}
.page-visual .focused-form img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.page-visual .direct-wrap{display: flex;
    flex-direction: column;
    gap: 0.82rem;}
.page-visual .narrow-details{margin: 0;
    font-size: calc(15.3px * 2.65);
    line-height: 1.2;}
.page-visual .visual-footer{margin: 0;
    font-size: calc(15.3px * .875);
    letter-spacing: 0.02em;}
.page-visual .submit{margin: 0;
    font-size: calc(15.3px * 1.125);
    line-height: 1.79;}
.page-visual .contact-method{display: flex;
    flex-direction: column;
    gap: calc(0.82rem * 1.5);
    max-width: 68ch;}
.page-visual .contact-method p{margin: 0;
    font-size: 15.3px;
    line-height: 1.79;}
.page-visual .soft-benefit{display: flex;
    flex-wrap: wrap;
    gap: 0.82rem;
    padding-top: calc(0.82rem * 1.5);
    border-top: 1px solid var(--tone-primary);}
.page-visual .soft-benefit a{font-size: calc(15.3px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 510ms var(--speed-nav), border-color 510ms var(--speed-nav);}
.page-visual .soft-benefit a:hover{border-bottom-color: #c98a2e;}
@media (max-width: 640px) {.page-visual .focused-form img{
        height: 220px;
    }
}
.contact-unit{
    padding: calc(1.5rem * 2.4) 1.43rem;
    background: #2b1e12;
    color: #f7f1e6;
}
.contact-unit .local-grid{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.82rem * 1.5);}
.contact-unit .focused-form{border-radius: 0.63rem;
    overflow: hidden;
    border: 1px solid rgba(226, 211, 186, 0.35);}
.contact-unit .focused-form img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.contact-unit .direct-wrap{display: flex;
    flex-direction: column;
    gap: 0.82rem;}
.contact-unit .narrow-details{margin: 0;
    font-size: calc(15.3px * 2);
    line-height: 1.25;}
.contact-unit .visual-footer{margin: 0;
    font-size: calc(15.3px * .875);
    letter-spacing: 0.02em;}
.contact-unit .submit{margin: 0;
    font-size: calc(15.3px * 1.125);
    line-height: 1.79;
    max-width: 68ch;}
.contact-unit .contact-method{display: flex;
    flex-direction: column;
    gap: calc(0.82rem * 1.5);}
.contact-unit .contact-method p{margin: 0;
    font-size: 15.3px;
    line-height: 1.79;
    max-width: 72ch;}
.contact-unit .soft-benefit{display: flex;
    flex-wrap: wrap;
    gap: 0.82rem;
    margin-top: calc(0.82rem * 1.5);
    padding-top: calc(0.82rem * 1.5);
    border-top: 1px solid rgba(226, 211, 186, 0.3);}
.contact-unit .soft-benefit a{font-size: calc(15.3px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 510ms var(--speed-nav), color 510ms var(--speed-nav);}
.contact-unit .soft-benefit a:hover{border-bottom-color: #a86f22;}
@media (max-width: 640px) {.contact-unit .focused-form img{
        height: 200px;
    }.contact-unit .submit{
        font-size: 15.3px;
    }
}
.wide-surface{padding:calc(1.5rem * 2.4) 1.43rem;background:#c98a2e;color:#2b1e12}
.wide-surface .bottom-plan{max-width:1020px;margin:0 auto}
.wide-surface .plain-group{display:flex;gap:calc(0.82rem * 1.5);align-items:flex-start}
.wide-surface .quiet-tile{flex:1 1 24rem;min-width:0}
.wide-surface h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.06}
.wide-surface .quiet-tile>p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(15.3px * 1.125);line-height:1.79}
.wide-surface .offer-service{margin-top:calc(0.82rem * 1.5);display:flex;flex-direction:column;gap:1.5rem;max-width:44rem}
.wide-surface .offer-service p{margin:0;padding-left:1.5rem;border-left:1px solid color-mix(in srgb,#2b1e12 30%,transparent);line-height:1.79}
.wide-surface .offer-service strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.3px * .875)}
.wide-surface .offer-service span{display:block;min-width:0}
.wide-surface .media-steps{flex:0 1 32rem;min-width:0;background:#2b1e12;color:#f7f1e6;border-radius:0.63rem;padding:0.82rem;box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.wide-surface .bottom-links{display:block;margin:0 0 1.5rem}
.wide-surface .bottom-links span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.3px * .875)}
.wide-surface input,.wide-surface textarea{display:block;width:100%;max-width:100%;border:0;border-bottom:1px solid color-mix(in srgb,#f7f1e6 22%,transparent);border-radius:0;background:transparent;color:#f7f1e6;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.wide-surface input::placeholder,.wide-surface textarea::placeholder{color:inherit;}
.wide-surface input:focus,.wide-surface textarea:focus{border-color:#c98a2e}
.wide-surface textarea{resize:vertical}
.wide-surface button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border:0;border-radius:0.24rem;background:var(--tone-warm);color:#fdf8ef;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:transform 510ms var(--speed-nav)}
.wide-surface button:active{transform:translateY(1px)}
@media(max-width:820px){.wide-surface .plain-group{display:block}.wide-surface .media-steps{margin-top:calc(0.82rem * 1.5);padding:1.5rem}.wide-surface h2{font-size:calc(15.3px * 2)}}
.primary-body{background:#fbf6ec;color:#2b1e12;padding:calc(1.5rem * 2.4) 1.43rem}
.primary-body .bottom-plan{max-width:min(1020px,64rem);margin:0 auto}
.primary-body .compact-block{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.82rem * 1.5)}
.primary-body .content-actions{margin:0;max-width:36rem;color:var(--line-strong);line-height:1.79}
.primary-body h2{margin:0;font-size:clamp(calc(15.3px * 2),5.5vw,calc(15.3px * 2.65));line-height:1.08;letter-spacing:0}
.primary-body .area{display:block;width:min(100%,44rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.63rem;box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.primary-body .contact-method{display:flex;flex-direction:column;gap:calc(1.5rem * .75);width:100%;max-width:44rem}
.primary-body .bottom-media{display:flex;flex-wrap:wrap;gap:0.82rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--tone-primary)}
.primary-body .bottom-media:last-child{border-bottom:0;padding-bottom:0}
.primary-body .bottom-links{flex:0 0 11rem;font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--line-strong)}
.primary-body .media-steps{flex:1 1 16rem;margin:0;line-height:1.79}
.primary-body .media-steps a{color:#8a4b1f;text-decoration:none;border-bottom:1px solid #8a4b1f}
.primary-body .media-steps a:hover{color:inherit;border-bottom-color:#c98a2e}
.primary-body .compact-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.primary-body .compact-links a{padding:0.7rem 1.1rem;border-radius:0.24rem;background:var(--ink-strong);color:var(--line-main);border:1px solid var(--tone-primary);text-decoration:none;font-size:calc(15.3px * .875);transition:background 510ms var(--speed-nav),color 510ms var(--speed-nav)}
.primary-body .compact-links>a:first-child{background:var(--tone-warm);color:#fdf8ef;border-color:var(--tone-warm)}
.primary-body .compact-links>a:first-child:hover{background:#6f3a15;border-color:#6f3a15;color:var(--line-main);}
.primary-body .compact-links a:hover{background:var(--ink-inverse);color:var(--line-strong)}
@media (max-width:640px){.primary-body .bottom-links{flex-basis:100%}
}
.public-tile{padding:calc(1.5rem * 2.4) 1.43rem;background:#c98a2e;color:#2b1e12}
.public-tile .narrow-entries{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.38fr) minmax(0,1fr);gap:0.82rem}
.public-tile .text-tile{padding:0.82rem;border-radius:0.75rem;background:#fbf6ec;color:#2b1e12;display:flex;flex-direction:column;justify-content:center}
.public-tile .text-tile span{font-size:calc(15.3px * .875);}
.public-tile h2{margin:calc(1.5rem * .75) 0;font-size:calc(15.3px * 2.65);line-height:1.05}
.public-tile .text-tile p{margin:0;font-size:calc(15.3px * 1.125);}
.public-tile .strong-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,.34fr);gap:calc(1.5rem * .75)}
.public-tile .public-view{min-height:30rem;border-radius:0.75rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.public-tile iframe{display:block;width:100%;height:100%;border:0}
.public-tile .service-note{display:grid;gap:calc(1.5rem * .75);align-content:start}
.public-tile .site-note{padding:calc(1.5rem * .75);border-radius:0.63rem;background:var(--ink-inverse);color:var(--line-strong);border:1px solid var(--tone-primary)}
.public-tile .site-note span{font-size:calc(15.3px * .875)}
.public-tile .site-note strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45);font-weight:600;line-height:1.5}
.public-tile .site-note a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#8a4b1f 45%,transparent)}
.public-tile .site-note a:hover{border-bottom-color:#c98a2e}
@media (max-width: 900px){.public-tile .narrow-entries,.public-tile .strong-section{grid-template-columns:1fr}.public-tile .public-view{min-height:24rem}}
.open-team{padding:calc(1.5rem * 2.4) 1.43rem;background:#fbf6ec;color:#2b1e12}
.open-team .clear-inner{max-width:min(1020px,62rem);margin:0 auto}
.open-team .site-unit{max-width:52rem}
.open-team h2{margin:0;font-size:calc(15.3px * 2);line-height:1.15}
.open-team .service-team{margin:1.5rem 0 calc(0.82rem * 1.5);font-size:15.3px;line-height:1.79}
.open-team .offer-region{display:flex;flex-direction:column;border-top:1px solid var(--tone-primary)}
.open-team .content-actions{padding:calc(0.82rem * 1.5) 0;display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:0.82rem}
.open-team .content-actions + .content-actions{border-top:1px solid var(--tone-primary)}
.open-team h3{margin:0;font-size:calc(15.3px * 1.35);line-height:1.25;font-weight:600}
.open-team .content-actions p{margin:0;font-size:15.3px;line-height:1.79}
.open-team .content-actions a{text-decoration:underline;text-underline-offset:2px}
.open-team .content-actions a:hover{}
@media (max-width:720px){.open-team .content-actions{grid-template-columns:1fr;gap:calc(0.82rem / 2)}
}
.quiet-frame{
  padding:calc(1.5rem * 2.4) 1.43rem;
  background:#2b1e12;
  color:#f7f1e6;
}
.quiet-frame .quiet-tile{max-width:min(1020px,56rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.82rem * 1.5);}
.quiet-frame h2{margin:0;
  font-size:calc(15.3px * 2);
  line-height:1.15;
  letter-spacing:0.01em;}
.quiet-frame .site-unit{margin:0;
  font-size:calc(15.3px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.quiet-frame .direct-visual{padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.quiet-frame .direct-visual:first-of-type{border-top:none;
  padding-top:0;}
.quiet-frame h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.3px * 1.35);
  line-height:1.25;}
.quiet-frame .direct-visual p{margin:0;
  line-height:1.75;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.quiet-frame a{color:#c98a2e;
  text-decoration:underline;
  text-underline-offset:3px;}
.quiet-frame a:hover{color:inherit;}
@media (min-width:768px){.quiet-frame .quiet-tile{
    gap:1.5rem;
  }.quiet-frame .direct-visual{
    display:grid;
    grid-template-columns:minmax(12rem,18rem) 1fr;
    gap:0.82rem;
    align-items:start;
  }.quiet-frame h3{
    margin:0;
  }
}
.question{--state-soft:calc(1.5rem * 1.42);--axis-strong:calc(1020px / 2.90);padding:calc(1.5rem * 2.4) 1.43rem;background:var(--tone-warm);color:#fdf8ef;}
.question .bottom-plan{max-width:1020px;margin:0 auto;}
.question h1,.question h2,.question h3,.question p{margin:0;}
.question h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.question h2{font-size:calc(15.3px * 2);line-height:1.12;}
.question h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.question p{font-size:15.3px;line-height:1.79;}
.question a{color:inherit;text-decoration:none;}
.question .simple-note{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.24rem;background:#fdf8ef;color:var(--tone-warm);}
.question .compact-details>h1,.question .compact-details>h2,.question .compact-details>p,.question .compact-details>.simple-note{margin-top:1.5rem;}
.question .compact-details .content-actions{margin-top:0;font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.question .compact-details .service-intro{max-width:var(--axis-strong);}
.question .compact-details .soft-benefit{margin-top:var(--state-soft);font-size:calc(15.3px * .875);opacity:0.82;}
.question .compact-details .soft-benefit a{text-decoration:underline;text-underline-offset:0.18em;}
.question .compact-details .soft-benefit a:hover{opacity:1;}
.wide-items{
  padding: calc(1.5rem * 2.4) 1.43rem;
  background: #2b1e12;
  color: #f7f1e6;
}
.wide-items .bottom-plan{max-width: min(1020px, 72rem);
  margin: 0 auto;}
.wide-items .service-intro{max-width: 44rem;}
.wide-items h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;}
.wide-items .site-unit{margin: calc(1.5rem * .75) 0 0;
  color: #d9c9b0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.79;}
.wide-items .offer-service{display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  margin-top: calc(0.82rem * 1.5);
  border-top: 1px solid #3d3125;
  padding-top: calc(0.82rem * 1.5);}
.wide-items .site-note{flex: 1 1 16rem;
  min-width: 0;}
.wide-items .site-note strong{display: block;
  font-size: calc(15.3px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.wide-items .site-note p{margin: 0;
  color: #d9c9b0;
  font-size: calc(15.3px * .875);
  line-height: 1.79;}
.wide-items .site-note a{color: #c98a2e;
  text-decoration: underline;
  text-underline-offset: 2px;}
.wide-items .site-note a:hover{color:inherit;}
.wide-items .content-actions{margin: calc(0.82rem * 1.5) 0 0;
  color: #d9c9b0;
  font-size: calc(15.3px * .875);
  max-width: 44rem;}
.wide-items .soft-benefit{display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  margin-top: calc(1.5rem * .75);}
.wide-items .soft-benefit a{display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid #3d3125;
  border-radius: 0.41rem;
  text-decoration: none;
  font-size: calc(15.3px * .875);
  transition: background 510ms var(--speed-nav), border-color 510ms var(--speed-nav);}
.wide-items .soft-benefit a:hover{
  background: var(--tone-warm);
  border-color: var(--tone-warm);
  color: #fdf8ef;
}
@media (max-width: 640px) {.wide-items .offer-service{
    flex-direction: column;
  }
}
.plain-unit{
  background: #fbf6ec;
  color: #2b1e12;
  padding: calc(1.5rem * 2.4) 1.43rem;
}
.plain-unit .bottom-plan{width: min(100%, 1020px);
  margin: 0 auto;}
.plain-unit .compact-block{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.82rem * 1.5);}
.plain-unit .content-actions{
  margin: 0;
  max-width: 46ch;
  font-size: calc(15.3px * .875);
  line-height: 1.79;
  color: var(--line-strong);
  background: var(--ink-inverse);
  padding: 0.6rem 0.9rem;
  border-radius: 0.24rem;
}
.plain-unit h1{margin: 0;
  font-size: clamp(calc(15.3px * 2), 6vw, calc(15.3px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.plain-unit .compact-note{margin: 0;
  max-width: 62ch;
  font-size: calc(15.3px * 1.125);
  line-height: 1.79;}
.plain-unit .compact-links{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.82rem;
  min-width: 0;}
.plain-unit a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.plain-unit .primary-surface{
  padding: 0.85rem 1.3rem;
  border-radius: 0.41rem;
  background: var(--tone-warm);
  color: #fdf8ef;
  font-weight: 700;
  transition: background 510ms var(--speed-nav);
}
.plain-unit .primary-surface:hover{
  background: #6f3a15;color:var(--line-main);}
.plain-unit .text-intro{padding: 0.85rem 0;
  color: #8a4b1f;
  border-bottom: 1px solid var(--tone-primary);
  transition: color 510ms var(--speed-nav);}
.plain-unit .text-intro:hover{color:inherit;}
.plain-unit .soft-benefit{margin: 0;
  max-width: 60ch;
  font-size: calc(15.3px * .875);
  line-height: 1.79;
  color: var(--line-strong);}
.plain-unit .soft-benefit a{color: #8a4b1f;
  border-bottom: 1px solid var(--tone-primary);}
.plain-unit .soft-benefit a:hover{color:inherit;}
@media (max-width: 640px) {.plain-unit .compact-links{
    flex-direction: column;
    align-items: flex-start;
  }
}
