body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --tone-accent: #d8c3a1;
  --line-primary: #2c1d10;
  --paint-main: #f7eedd;
  --delay-entry: ease;
}
.open-inner {
    width: 100%;
    background: var(--paint-main);
    color: var(--line-primary);
    border-bottom: 1px solid var(--tone-accent);
    padding: 1.5rem 1.03rem;
  }
.quiet-nav {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.06rem;
  }
.fresh-links {
    font-size: calc(16.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--line-primary);
    text-decoration: none;
    white-space: nowrap;
  }
.fresh-links:hover {
    color: #b06a2c;
  }
.public-callout {
    display: flex;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(1.06rem * 1.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.15rem;
    font-size: 16.3px;
    color: var(--line-primary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 410ms var(--delay-entry),
                border-color 410ms var(--delay-entry);
  }
.nav-link:hover {
    color: #b06a2c;
    border-bottom-color: #b06a2c;
  }
.nav-link.is-active {
    border-bottom-color: var(--line-primary);
  }
.service-body {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--tone-accent);
    border-radius: 0.24rem;
    cursor: pointer;
  }
.strong-block{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--line-primary);
    transition: transform 410ms var(--delay-entry),
                opacity 410ms var(--delay-entry);color:#2c1d10;}
.service-body[aria-expanded="true"] .strong-block:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.service-body[aria-expanded="true"] .strong-block:nth-child(2) {
    opacity: 0;
  }
.service-body[aria-expanded="true"] .strong-block:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .service-body {
      display: flex;
    }

    .public-callout {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: var(--paint-main);
      border-bottom: 1px solid var(--tone-accent);
      padding: calc(1.06rem * 1.5) 1.03rem;
      box-shadow: 0 5px 14px rgba(0,0,0,0.09);
    }

    .public-callout.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.06rem * 1.5);
    }

    .nav-link {
      font-size: calc(16.3px * 1.125);
    }

    .open-inner {
      position: relative;
    }
  }
.public-nav{font-family:"Source Serif 4", sans-serif;font-size:16.3px;line-height:1.67;padding:calc(1.5rem * 2.4) 1.03rem;margin-top:calc(1.5rem * 2.4);background:#2c1d10;color:#f7eedd;}
.active-wrap{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.06rem * 1.5)}
.text-body{padding-bottom:calc(1.06rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.contact-list{font-size:calc(16.3px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.featured-grid{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:16.3px}
.team-note a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px;transition:border-color 410ms var(--delay-entry)}
.team-note a:hover,
  .team-note a:focus-visible{border-bottom-color:currentColor;color:inherit}
.primary-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-unit{font-size:calc(16.3px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.plain-lead{margin:0;font-size:calc(16.3px * .875);max-width:42ch;opacity:0.8}
.service-visual{display:grid;grid-template-columns:1fr;gap:calc(1.06rem * 1.5)}
.public-view{font-size:calc(16.3px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.site-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.site-menu a{color:inherit;text-decoration:none;font-size:16.3px;transition:opacity 410ms var(--delay-entry)}
.site-menu a:hover,
  .site-menu a:focus-visible{opacity:0.7;text-decoration:underline;text-underline-offset:3px;color:inherit}
.local-content{padding-top:calc(1.06rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-steps{margin:0;font-size:calc(16.3px * .875);max-width:70ch;opacity:0.8}
.media-plan{margin:0;font-size:calc(16.3px * .875);opacity:0.7}
@media (min-width: 640px) {.service-visual{grid-template-columns:repeat(2, 1fr)}
  }
@media (min-width: 960px) {.active-wrap{grid-template-columns:1.1fr 1.4fr;grid-template-areas:"contact nav"
        "brand nav"
        "bottom bottom";column-gap:calc(1.06rem * 1.5)}.text-body{grid-area:contact;border-bottom:none;padding-bottom:0}.primary-region{grid-area:brand}.service-visual{grid-area:nav;grid-template-columns:repeat(3, 1fr)}.local-content{grid-area:bottom}
  }
.cookies{position:fixed;left:1.03rem;right:1.03rem;bottom:1.5rem;z-index:1200;}
.cookies .compact-proof{max-width:min(920px,100%);margin:0 auto;padding:calc(1.5rem * 0.9) 1.03rem;border-radius:0.88rem;background:linear-gradient(135deg,#b06a2c,#5e3717);color:#fdf6e8;box-shadow:0 8px 30px rgba(0,0,0,0.11);display:grid;grid-template-columns:1fr auto;gap:1.06rem;align-items:center;}
.cookies .clear-inner strong{display:block;margin-bottom:4px;}
.cookies .clear-inner p{margin:0;opacity:0.95;}
.cookies .simple-area{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.cookies .simple-area button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.24rem;padding:8px 12px;cursor:pointer;}
.cookies .simple-area button.cookie-accept{background:#fdf6e8;border-color:transparent;font-weight:700;color:#7a4a22;}
@media (max-width: 760px){.cookies .compact-proof{grid-template-columns:1fr;}

        .cookies .simple-area{justify-content:flex-start;}
    }
.simple-footer{
  --layer-main:calc(1.5rem * 1.15);
  --mark-content:calc(960px / 2.2);
  --copy-large:calc(960px / 3.2);
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:var(--paint-main);
  color:var(--line-primary);
}
.simple-footer .primary-callout{max-width:960px;margin:0 auto;}
.simple-footer h1{margin:0 0 calc(1.06rem * 1.5);font-size:calc(16.3px * 2.65);line-height:1.1;}
.simple-footer p{margin:0;font-size:16.3px;line-height:1.67;}
.simple-footer .media-lead{max-width:var(--mark-content);font-size:calc(16.3px * 1.125);}
.simple-footer .service-form{margin-top:calc(1.06rem * 1.5);font-size:calc(16.3px * .875);color:#3a2614;}
.simple-footer .active-items{display:flex;align-items:flex-start;gap:calc(1.06rem * 1.4);}
.simple-footer .direct-note{flex:1 1 auto;min-width:0;}
.simple-footer .offer{flex:0 1 var(--copy-large);min-width:0;}
.simple-footer .offer img{display:block;width:100%;height:auto;border-radius:0.4rem;box-shadow:0 0px 2px rgba(0,0,0,0.07);}
.simple-footer .offer .service-form{margin-top:calc(1.5rem * .75);}
.simple-footer .site-area{display:flex;flex-wrap:wrap;align-items:center;gap:1.06rem;margin-top:1.5rem;}
.simple-footer .visual-section{
  display:inline-flex;align-items:center;justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#7a4a22;
  color:#fdf6e8;
  font-size:calc(16.3px * .875);
  text-decoration:none;
  transition:background 410ms var(--delay-entry);
}
.simple-footer .visual-section:hover{background:#5e3717;color:#2c1d10;}
.simple-footer .offer-header{color:#7a4a22;
  font-size:calc(16.3px * .875);
  text-decoration:none;
  border-bottom:1px solid var(--tone-accent);
  padding-bottom:2px;}
.simple-footer .offer-header:hover{color:inherit;border-bottom-color:#b06a2c;}
@media(max-width:760px){.simple-footer .active-items{flex-direction:column;}.simple-footer .offer{flex:1 1 auto;width:100%;}
}
.bottom-fields{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.03rem;background:linear-gradient(120deg, #b06a2c 0%, #7a4a22 100%);color:#fdf6e8}
.bottom-fields:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(410ms*44) linear infinite alternate}
.bottom-fields .primary-callout{position:relative;z-index:1;max-width:960px;margin:0 auto}
.bottom-fields h2{max-width:18ch;margin:0 0 calc(1.06rem * 1.5);font-size:calc(16.3px * 2.65);line-height:1.05}
.bottom-fields .open-nav{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5) calc(1.5rem * .75)}
.bottom-fields .service-inner{flex:1 1 min(24rem,100%);padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.bottom-fields h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.15}
.bottom-fields .service-inner p{margin:1.5rem 0 0;line-height:1.67}
.bottom-fields .main-grid{max-width:42rem;margin:calc(1.06rem * 1.5) 0 0;font-size:calc(16.3px * 1.125);line-height:1.67}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.bottom-fields:after{animation:none}}
.quiet-headline{--layer-main:calc(1.5rem * 1.15);--mark-content:calc(960px / 2.40);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.quiet-headline .primary-callout{max-width:960px;margin:0 auto;}
.quiet-headline h1,.quiet-headline h2,.quiet-headline h3,.quiet-headline p{margin:0;}
.quiet-headline h2{font-size:calc(16.3px * 2);line-height:1.14;}
.quiet-headline h3{font-size:calc(16.3px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 2.6);}
.quiet-headline p{font-size:16.3px;line-height:1.67;}
.quiet-headline a{color:#7a4a22;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #7a4a22 40%, transparent);}
.quiet-headline a:hover{color:inherit;border-bottom-color:#b06a2c;}
.quiet-headline img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.quiet-headline .quiet-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;}
.quiet-headline .quiet-summary>h2{flex:1 1 calc(960px / 2.9);min-width:0;}
.quiet-headline .quiet-summary>.media-lead{flex:1 1 calc(960px / 2.9);min-width:0;max-width:var(--mark-content);color:#3a2614;}
.quiet-headline .bottom-frame{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.quiet-headline .service-inner{flex:1 1 calc(960px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.4rem;background:#fbf3e3;color:#2c1d10;border:1px solid var(--tone-accent);}
.quiet-headline .service-inner img{margin-bottom:calc(1.5rem / 2.4);}
.quiet-headline .service-inner p{margin-top:calc(1.5rem / 3.2);}
.quiet-headline .service-inner .service-form{margin-top:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);}
.quiet-headline .site-area{margin-top:var(--layer-main);padding-top:calc(1.5rem / 2.2);border-top:1px solid var(--tone-accent);}
.quiet-headline .site-area p{font-size:calc(16.3px * .875);color:#3a2614;}
@media (max-width:720px){.quiet-headline .quiet-summary>h2,.quiet-headline .quiet-summary>.media-lead{flex:1 1 100%;}.quiet-headline .service-inner{flex:1 1 100%;}
}
.primary-lead{
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: var(--paint-main);
  color: var(--line-primary);
}
.primary-lead .site-details{max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(1.06rem * 1.5);
  align-items: start;}
.primary-lead .wide-list{
  padding: calc(1.5rem * .75);
  border-radius: 0.62rem;
  background: #2c1d10;
  color: #f7eedd;
  position: sticky;
  top: calc(1.5rem * .75);
}
.primary-lead h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.primary-lead .wide-list p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.3px;
  line-height: 1.67;}
.primary-lead .primary-steps{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-accent);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.6rem;}
.primary-lead .primary-steps .clear-body{font-size: calc(16.3px * 1.35);
  font-weight: 600;}
.primary-lead .primary-steps .of{font-size: calc(16.3px * .875);}
.primary-lead .primary-steps .active-quote{flex-basis: 100%;
  font-size: calc(16.3px * .875);
  opacity: 0.85;}
.primary-lead .open-footer{display: flex;
  flex-direction: column;
  gap: 1.06rem;}
.primary-lead .quiet-flow{
  display: grid;
  grid-template-columns: minmax(6rem, 0.28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #fbf3e3;
  color: #2c1d10;
  border: 1px solid var(--tone-accent);
  box-shadow: 0 0px 2px rgba(0,0,0,0.07);
}
.primary-lead .offer-intro{font-size: calc(16.3px * .875);
  word-break: break-word;
  line-height: 1.35;}
.primary-lead h3{margin: 0;
  font-size: calc(16.3px * 1.35);
  line-height: 1.25;}
.primary-lead .quiet-flow p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 16.3px;}
.primary-lead small{font-size: calc(16.3px * .875);}
@media (max-width: 780px) {.primary-lead .site-details,
  .primary-lead .quiet-flow{
    grid-template-columns: 1fr;
  }.primary-lead .wide-list{
    position: static;
  }
}
.steady-tile{--layer-main:calc(1.5rem * 1.05);--mark-content:calc(960px / 2.90);padding:calc(1.5rem * 2.4) 1.03rem;background:#f7eedd;color:#2c1d10;}
.steady-tile .primary-callout{max-width:960px;margin:0 auto;}
.steady-tile h1,.steady-tile h2,.steady-tile h3,.steady-tile p{margin:0;}
.steady-tile h2{font-size:calc(16.3px * 2);line-height:1.12;}
.steady-tile p{font-size:16.3px;line-height:1.67;}
.steady-tile a{color:inherit;text-decoration:none;}
.steady-tile .service-form{font-size:calc(16.3px * .875);letter-spacing:0.06em;text-transform:uppercase;color:inherit;}
.steady-tile .media-lead{max-width:var(--mark-content);color:#4a3320;}
.steady-tile .quiet-wrap>h2,.steady-tile .quiet-wrap>p,.steady-tile .quiet-wrap>.site-area{margin-top:1.5rem;}
.steady-tile .site-area{display:flex;flex-wrap:wrap;align-items:center;gap:1.06rem;}
.steady-tile .visual-section{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:#7a4a22;color:#fdf6e8;transition:background 410ms var(--delay-entry);}
.steady-tile .visual-section:hover{background:#5e3717;}
.steady-tile .offer{font-size:calc(16.3px * .875);color:#7a4a22;border-bottom:1px solid #d8c3a1;padding-bottom:2px;}
.steady-tile .offer:hover{color:inherit;border-bottom-color:#b06a2c;}
@media (max-width:640px){.steady-tile .site-area{flex-direction:column;align-items:flex-start;}
}
.visual-intro{
    background:var(--paint-main);
    color:var(--line-primary);
    padding:calc(1.5rem * 2.4) 1.03rem;
}
.visual-intro .c{max-width:960px;
    margin:0 auto;}
.visual-intro .h{max-width:46rem;
    margin:0 0 calc(1.06rem * 1.5);}
.visual-intro h1{font-size:calc(16.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.visual-intro .h p{
    margin:0;
    font-size:calc(16.3px * 1.125);
    color:#3a2614;
    background:#efe1c8;
    padding:0.9rem 1.1rem;
    border-left:3px solid #b06a2c;
    border-radius:0.24rem;
}
.visual-intro .quiet-inner{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.06rem;
    padding:0.75rem 0;
    border-top:1px solid var(--tone-accent);
    border-bottom:1px solid var(--tone-accent);
    margin-bottom:calc(1.06rem * 1.5);}
.visual-intro .strong-nav{font-size:calc(16.3px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.visual-intro .local-unit{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;}
.visual-intro .clear-fields{
    padding:0.4rem 0.9rem;
    border-radius:0.4rem;
    border:1px solid var(--tone-accent);
    background:#fbf3e3;
    color:#2c1d10;
    font:inherit;
    font-size:calc(16.3px * .875);
    cursor:pointer;
    transition:background 410ms var(--delay-entry),color 410ms var(--delay-entry),border-color 410ms var(--delay-entry);
}
.visual-intro .clear-fields:hover{
    background:#b06a2c;
    color:#fdf6e8;
    border-color:#b06a2c;
}
.visual-intro .top-inner{display:grid;
    gap:calc(1.5rem * .75);
    grid-template-columns:1fr;}
@media (min-width:720px){.visual-intro .top-inner{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:1024px){.visual-intro .top-inner{grid-template-columns:repeat(3,minmax(0,1fr));}
}
.visual-intro .simple-details{
    display:flex;
    flex-direction:column;
    background:#fbf3e3;
    color:#2c1d10;
    border:1px solid var(--tone-accent);
    border-radius:0.62rem;
    overflow:hidden;
    box-shadow:0 0px 2px rgba(0,0,0,0.07);
    transition:box-shadow 410ms var(--delay-entry),transform 410ms var(--delay-entry);
}
.visual-intro .simple-details:hover{box-shadow:0 5px 14px rgba(0,0,0,0.09);
    transform:translateY(-3px);}
.visual-intro .contact-story{
    aspect-ratio:4/3;
    overflow:hidden;
    background:#efe1c8;color:#3a2614;}
.visual-intro .contact-story img{width:100%;
    height:100%;
    object-fit:cover;
    display:block;}
.visual-intro .compact-proof{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.6rem;
    flex:1;}
.visual-intro h3{margin:0;
    font-size:calc(16.3px * 1.35);
    line-height:1.25;}
.visual-intro h3 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 410ms var(--delay-entry);}
.visual-intro h3 a:hover{border-color:#b06a2c;}
.visual-intro .top-track{margin:0;
    font-size:calc(16.3px * .875);
    font-style:italic;}
.visual-intro .compact-proof p{margin:0;
    font-size:16.3px;}
.visual-intro .main-service{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    margin-top:auto;}
.visual-intro .soft-grid{
    padding:0.2rem 0.6rem;
    border-radius:0.24rem;
    background:#b06a2c;
    color:#fdf6e8;
    font-size:calc(16.3px * .875);
}
.visual-intro .offer-header{align-self:flex-start;
    font-size:calc(16.3px * .875);
    text-decoration:none;
    border-bottom:1px solid #7a4a22;
    padding-bottom:1px;
    transition:color 410ms var(--delay-entry),border-color 410ms var(--delay-entry);}
.visual-intro .offer-header:hover{border-color:#b06a2c;}
.team-panel{
  background: var(--paint-main);
  color: var(--line-primary);
  padding: calc(1.5rem * 2.4) 1.03rem;
}
.team-panel .primary-callout{width: min(100%, 960px);
  max-width: 64rem;
  margin: 0 auto;}
.team-panel .team-callout{max-width: 46rem;}
.team-panel h2,
.team-panel p,
.team-panel figure,
.team-panel figcaption{margin: 0;}
.team-panel h2{font-size: calc(16.3px * 2);
  line-height: 1.1;}
.team-panel .media-lead{font-size: calc(16.3px * 1.125);
  line-height: 1.67;
  margin-top: 1.5rem;
  color: #3a2614;}
.team-panel .bottom-frame{margin-top: calc(1.06rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.team-panel .clear-proof{display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-accent);}
.team-panel .clear-proof img{width: 100%;
  height: 100%;
  min-height: 9rem;
  max-height: 13rem;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;}
.team-panel figcaption{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.team-panel .soft-grid{font-size: calc(16.3px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;color:inherit;}
.team-panel strong{font-size: calc(16.3px * 1.35);
  line-height: 1.18;}
.team-panel figcaption p{color: #3a2614;
  line-height: 1.67;}
@media (max-width: 720px) {.team-panel .clear-proof{
    grid-template-columns: 1fr;
  }.team-panel .clear-proof img{
    max-height: 15rem;
  }
}
.local-quote{--layer-main:calc(1.5rem * 1.09);--mark-content:calc(960px / 2.95);padding:calc(1.5rem * 2.4) 1.03rem;background:#7a4a22;color:#fdf6e8;}
.local-quote .primary-callout{max-width:960px;margin:0 auto;}
.local-quote h2,.local-quote h3,.local-quote p{margin:0;}
.local-quote h2{font-size:calc(16.3px * 2);line-height:1.12;}
.local-quote h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.local-quote p{font-size:16.3px;line-height:1.67;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-quote .service-form{margin-bottom:calc(1.5rem / 2);font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.local-quote .media-lead{margin-top:1.5rem;max-width:var(--mark-content);}
.local-quote .bottom-frame{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.local-quote .service-inner{min-width:0;padding-left:calc(1.5rem * .75);border-left:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.local-quote .service-inner p{margin-top:calc(1.5rem / 3);}
.public-copy{
  background: var(--paint-main);
  color: var(--line-primary);
  padding: calc(1.5rem * 2.4) 1.03rem;
}
.public-copy .primary-callout{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(14rem, .55fr);
  gap: calc(1.06rem * 1.5);
  align-items: start;}
.public-copy h2,
.public-copy h3,
.public-copy p{margin: 0;}
.public-copy h2{font-size: calc(16.3px * 2);
  line-height: 1.1;
  margin-bottom: 1.5rem;}
.public-copy h3{font-size: calc(16.3px * 1.35);
  line-height: 1.2;}
.public-copy p{font-size: 16.3px;
  line-height: 1.67;}
.public-copy .direct-note{max-width: 34rem;}
.public-copy .visual-service{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.62rem;
  background: #efe1c8;
  color: #3a2614;
  border: 1px solid var(--tone-accent);
}
.public-copy .visual-service a{width: fit-content;
  color: #7a4a22;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(16.3px * .875);}
.public-copy .visual-service a:hover{color:inherit;}
.public-copy .bottom-frame{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.06rem;
  margin-top: calc(1.06rem * 1.5);}
.public-copy .service-inner{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: #fbf3e3;
  color: #2c1d10;
  border: 1px solid var(--tone-accent);
}
.public-copy .service-inner span{font-size: calc(16.3px * .875);
  color: #3a2614;
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.public-copy .primary-callout,
  .public-copy .bottom-frame{ grid-template-columns: 1fr; }
}
.team-service{
  background: var(--paint-main);
  color: var(--line-primary);
  padding: calc(1.5rem * 2.4) 1.03rem;
}
.team-service .primary-callout{width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;
  align-items: flex-start;}
.team-service .visual-inner{margin: 0;
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);}
.team-service .direct-actions{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.62rem;
  box-shadow: 0 5px 14px rgba(0,0,0,0.09);}
.team-service .wide-callout{font-size: calc(16.3px * .875);
  line-height: 1.67;
  padding-left: 0.15rem;
  border-left: 2px solid var(--tone-accent);
  padding-left: 1.03rem;}
.team-service .direct-note{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);}
.team-service h2{font-size: calc(16.3px * 2);
  line-height: 1.12;
  margin: 0 0 calc(1.06rem * 1.5);}
.team-service .media-lead{margin: 0;
  font-size: calc(16.3px * 1.125);
  line-height: 1.67;}
.team-service .contact-nav{display: flex;
  flex-direction: column;
  gap: 1.06rem;}
.team-service .service-inner{
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: calc(1.5rem * .75);
  background: #fbf3e3;
  color: #2c1d10;
  border: 1px solid var(--tone-accent);
  border-left: 3px solid #b06a2c;
  border-radius: 0.24rem;
}
.team-service .service-inner strong{font-size: calc(16.3px * 1.35);
  line-height: 1.2;}
.team-service .service-inner span{line-height: 1.67;}
.team-service .service-form{margin: 0;
  padding-top: calc(1.06rem * 1.5);
  border-top: 1px solid var(--tone-accent);
  font-size: calc(16.3px * .875);
  line-height: 1.67;}
.team-service .service-form a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-service .service-form a:hover{}
@media (max-width: 860px) {.team-service .direct-actions{ min-height: 18rem; }.team-service h2{ font-size: calc(16.3px * 1.35); }
}
.narrow-surface{--layer-main:calc(1.5rem * 0.92);--mark-content:calc(960px / 2.35);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.narrow-surface .primary-callout{max-width:960px;margin:0 auto;}
.narrow-surface h2,.narrow-surface h3,.narrow-surface p{margin:0;}
.narrow-surface h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.narrow-surface h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.narrow-surface p{font-size:16.3px;line-height:1.67;}
.narrow-surface .team-callout{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.narrow-surface .media-lead{max-width:var(--mark-content);}
.narrow-surface .focused-region{margin-top:var(--layer-main);display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-accent);}
.narrow-surface .service-inner{padding:calc(calc(1.5rem * .75) * 1.05) 0;border-bottom:1px solid var(--tone-accent);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.06rem;align-items:start;}
.narrow-surface .service-inner p{}
.narrow-surface .service-form{margin-top:var(--layer-main);max-width:var(--mark-content);font-size:calc(16.3px * .875);}
.narrow-surface a{text-decoration:underline;text-underline-offset:2px;}
.narrow-surface a:hover{}
@media (max-width:720px){.narrow-surface .service-inner{grid-template-columns:1fr;gap:calc(1.06rem / 2);}
}
.contact-plan{--layer-main:calc(1.5rem * 1.06);--mark-content:calc(960px / 2.30);--font-main:calc(960px / 3.37);padding:calc(1.5rem * 2.4) 1.03rem;background:#2c1d10;color:#f7eedd;}
.contact-plan .primary-callout{max-width:960px;margin:0 auto;}
.contact-plan h2,.contact-plan h3,.contact-plan p{margin:0;}
.contact-plan h2{font-size:calc(16.3px * 2);line-height:1.12;}
.contact-plan h3{font-size:calc(16.3px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.contact-plan p{font-size:16.3px;line-height:1.67;}
.contact-plan .site-shell{padding-inline-start:calc(1.03rem / 2);}
.contact-plan .settled{padding-block:calc(var(--layer-main) / 2);}
.contact-plan .team-details{row-gap:calc(var(--layer-main) * .7);}
.contact-plan .media-lead{margin-top:1.5rem;max-width:var(--mark-content);color:inherit;}
.contact-plan .bottom-frame{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.contact-plan .service-inner{flex:1 1 var(--font-main);min-width:0;padding:calc(var(--layer-main) * .75);border-radius:0.4rem;background:#efe1c8;color:#3a2614;}
.contact-plan .service-inner p{color:inherit;}
.contact-plan .service-inner h3{color:inherit;font-style:italic;}
.open-body{--layer-main:calc(1.5rem * 1.35);--mark-content:calc(960px / 1.9);padding:calc(1.5rem * 2.4) 1.03rem;background:#7a4a22;color:#fdf6e8;}
.open-body .primary-callout{max-width:960px;margin:0 auto;}
.open-body h2,.open-body h3,.open-body p{margin:0;}
.open-body h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.open-body h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.open-body p{font-size:16.3px;line-height:1.67;}
.open-body .service-form{font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.open-body .media-lead{margin-top:calc(1.5rem / 2.4);max-width:var(--mark-content);opacity:.86;}
.open-body .team-callout h2{margin-top:calc(1.5rem / 3.2);}
.open-body .bottom-frame{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.open-body .service-inner{flex:1 1 calc(960px / 3.1);min-width:0;padding-top:calc(calc(1.5rem * .75) * .7);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.open-body .service-inner img{display:block;width:100%;height:auto;border-radius:0.4rem;margin-bottom:calc(1.5rem / 2.6);}
.open-body .service-inner h3{margin-bottom:calc(1.5rem / 3.4);}
.open-body .service-inner p{opacity:.84;}
.open-body .site-area{margin-top:var(--layer-main);padding-top:calc(calc(1.5rem * .75) * .8);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);max-width:var(--mark-content);}
.open-body .site-area p{opacity:.86;}
.open-body .site-area a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.open-body .site-area a:hover{opacity:.78;}
@media (max-width:640px){.open-body .service-inner{flex:1 1 100%;}
}
.steady-view{
        --layer-main: calc(1.5rem * 1.08);
        --font-main: calc(960px / 3.2);
        padding: calc(1.5rem * 2.4) 1.03rem;
        background: #2c1d10;
        color: #f7eedd;
    }
.steady-view .primary-callout{max-width: 960px;
        margin: 0 auto;}
.steady-view h2,
    .steady-view h3,
    .steady-view p{margin: 0;}
.steady-view h2{font-size: calc(16.3px * 2);
        line-height: 1.14;}
.steady-view h3{font-size: calc(16.3px * 1.35);
        line-height: 1.22;}
.steady-view p{font-size: 16.3px;
        line-height: 1.67;}
.steady-view .media-lead{margin-top: 1.5rem;
        max-width: calc(960px / 1.9);color:inherit;}
.steady-view .bottom-frame{display: flex;
        flex-wrap: wrap;
        gap: var(--layer-main);
        margin-top: calc(var(--layer-main) * 1.15);}
.steady-view .service-inner{
        flex: 1 1 var(--font-main);
        min-width: 0;
        padding: calc(var(--layer-main) * .8);
        border-radius: 0.4rem;
        background: #efe1c8;
        color: #3a2614;
    }
.steady-view .service-inner p{margin-top: calc(1.5rem / 3.4);}
.steady-view .site-area{margin-top: calc(var(--layer-main) * 1.1);
        font-size: calc(16.3px * .875);color:inherit;}
.steady-view .site-area a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.steady-view .site-area a:hover{color:inherit;}
.public-flow{
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:var(--paint-main);
  color:var(--line-primary);
}
.public-flow .primary-callout{max-width:960px;
  margin:0 auto;}
.public-flow .visual-copy{max-width:44rem;}
.public-flow h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.1;}
.public-flow .media-lead{margin:calc(1.06rem * 1.5) 0 0;
  font-size:calc(16.3px * 1.125);
  line-height:1.67;}
.public-flow .strong-stack{display:flex;
  flex-wrap:wrap;
  gap:calc(1.06rem * 1.5) 1.06rem;
  margin:calc(1.06rem * 1.5) 0 0;}
.public-flow .service-inner{flex:1 1 min(100%,22rem);
  max-width:34rem;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid var(--tone-accent);}
.public-flow .service-inner:nth-child(2n){flex-basis:min(100%,28rem);}
.public-flow h3{margin:0;
  font-size:calc(16.3px * 1.35);
  line-height:1.18;}
.public-flow .service-inner p{margin:calc(1.5rem * .75) 0 0;
  font-size:16.3px;
  line-height:1.67;}
.public-flow .service-form{
  max-width:40rem;
  margin:calc(1.06rem * 1.5) 0 0;
  padding:calc(1.5rem * .75) 1.03rem;
  background:#efe1c8;
  color:#3a2614;
  border-radius:0.4rem;
  font-size:calc(16.3px * .875);
  line-height:1.67;
}
@media(max-width:720px){.public-flow .strong-stack{display:block}.public-flow .service-inner,
  .public-flow .service-inner:nth-child(2n){
    max-width:none;
    flex-basis:auto;
    margin-top:1.5rem;
  }.public-flow .service-inner:first-child{margin-top:0}
}
.page-tile{--layer-main:calc(1.5rem * 1.32);--mark-content:calc(960px / 2.45);--copy-large:calc(960px / 3.61);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.page-tile .primary-callout{max-width:960px;margin:0 auto;}
.page-tile h1,.page-tile h2,.page-tile h3,.page-tile p{margin:0;}
.page-tile h1{font-size:calc(16.3px * 2.65);line-height:1.08;}
.page-tile h2{font-size:calc(16.3px * 2);line-height:1.12;}
.page-tile h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.page-tile p{font-size:16.3px;line-height:1.67;color:#3a2614;}
.page-tile a{color:#7a4a22;text-decoration:none;}
.page-tile a:hover{color:inherit;}
.page-tile img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.page-tile .media-lead,.page-tile .service-form{}
.page-tile .bottom-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;margin-top:var(--layer-main);}
.page-tile .service-inner{flex:1 1 calc(960px / 4);min-width:0;}
.page-tile .service-inner p{margin-top:calc(1.5rem / 3);}
.page-tile .clear-media>img{margin-top:var(--layer-main);}
.page-tile .clear-media>.media-lead{margin-top:1.5rem;}
.page-tile .service-form{margin-top:var(--layer-main);font-size:calc(16.3px * .875);color:#3a2614;}
.narrow-intro{
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:#7a4a22;
  color:#fdf6e8;
  overflow:hidden;
}
.narrow-intro .primary-callout{max-width:960px;
  margin:0 auto;}
.narrow-intro .media-lead{max-width:44rem;
  margin:0 0 calc(1.06rem * 1.5);}
.narrow-intro h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.1;}
.narrow-intro .media-lead p{margin:1.5rem 0 0;
  font-size:calc(16.3px * 1.125);
  line-height:1.67;}
.narrow-intro .quiet-inner{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(253,246,232,0.28);}
.narrow-intro .service-inner{padding:calc(1.06rem * 1.5) 0;
  border-bottom:1px solid rgba(253,246,232,0.28);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem * .75);}
.narrow-intro .service-inner strong{display:block;
  font-size:calc(16.3px * 1.35);
  line-height:1.15;
  max-width:32rem;}
.narrow-intro .service-inner p{margin:0;
  max-width:52rem;
  line-height:1.67;
  opacity:0.92;}
.narrow-intro .site-brand{margin-top:calc(1.06rem * 1.5);}
.narrow-intro .service-form{margin:0;
  font-size:calc(16.3px * .875);
  line-height:1.67;
  opacity:0.9;}
.narrow-intro .service-form a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-intro .service-form a:hover{}
@media (min-width:720px){.narrow-intro .service-inner{
    grid-template-columns:minmax(0,20rem) minmax(0,1fr);
    align-items:baseline;
    gap:1.5rem;
  }.narrow-intro .service-inner strong{
    max-width:none;
  }
}
.secondary-block{--layer-main:calc(1.5rem * 1.15);--mark-content:calc(960px / 1.9);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.secondary-block .primary-callout{max-width:960px;margin:0 auto;}
.secondary-block h2,.secondary-block h3,.secondary-block p,.secondary-block ol,.secondary-block li{margin:0;}
.secondary-block h2{font-size:calc(16.3px * 2);line-height:1.14;}
.secondary-block h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.secondary-block p{font-size:16.3px;line-height:1.67;}
.secondary-block .team-callout{display:flex;flex-wrap:wrap;gap:1.06rem;align-items:flex-end;margin-bottom:var(--layer-main);}
.secondary-block .team-callout h2{flex:1 1 calc(960px / 2.6);min-width:0;}
.secondary-block .team-callout .media-lead{flex:1 1 calc(960px / 2.6);min-width:0;max-width:var(--mark-content);color:#3a2614;}
.secondary-block .clear-proof{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-accent);}
.secondary-block .service-inner{display:flex;flex-wrap:wrap;gap:1.06rem;padding:calc(calc(1.06rem * 1.5) * .9) 0;border-bottom:1px solid var(--tone-accent);}
.secondary-block .wide-proof{flex:0 0 auto;width:calc(960px / 5.2);font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:inherit;padding-top:.35em;}
.secondary-block .direct-note{flex:1 1 calc(960px / 2.2);min-width:0;max-width:var(--mark-content);}
.secondary-block .direct-note p{margin-top:calc(1.5rem / 3.4);color:#3a2614;}
.secondary-block .service-form{margin-top:var(--layer-main);font-size:calc(16.3px * .875);color:#3a2614;max-width:var(--mark-content);}
@media (max-width:640px){.secondary-block .wide-proof{width:100%;padding-top:0;}.secondary-block .direct-note{flex:1 1 100%;}
}
.soft-actions{--layer-main:calc(1.5rem * 1.05);--mark-content:calc(960px / 2.4);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.soft-actions .primary-callout{max-width:960px;margin:0 auto;}
.soft-actions h2,.soft-actions h3,.soft-actions p,.soft-actions ol,.soft-actions li{margin:0;}
.soft-actions h2{font-size:calc(16.3px * 2);line-height:1.14;}
.soft-actions h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.soft-actions p{font-size:16.3px;line-height:1.67;}
.soft-actions a{text-decoration:underline;text-underline-offset:3px;}
.soft-actions a:hover{}
.soft-actions .visual-copy{max-width:var(--mark-content);}
.soft-actions .visual-copy .media-lead{margin-top:calc(1.5rem / 2.4);}
.soft-actions .site-area{list-style:none;padding:0;margin-top:var(--layer-main);border-top:1px solid var(--tone-accent);}
.soft-actions .text-note{display:flex;flex-wrap:wrap;gap:1.06rem;padding:calc(1.5rem / 1.6) 0;border-bottom:1px solid var(--tone-accent);}
.soft-actions .text-note .clear-body{flex:0 0 auto;font-size:calc(16.3px * 1.125);letter-spacing:.06em;min-width:2.4em;}
.soft-actions .text-note .strong-stack{flex:1 1 calc(960px / 2.2);min-width:0;}
.soft-actions .text-note .strong-stack p{margin-top:calc(1.5rem / 3.2);}
.soft-actions .offer{margin-top:var(--layer-main);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.4rem;background:#efe1c8;color:#3a2614;}
.soft-actions .offer .service-form{font-size:calc(16.3px * .875);}
.soft-actions .offer .offer-header{margin-top:calc(1.5rem / 2.6);font-size:calc(16.3px * .875);}
@media (max-width:640px){.soft-actions .text-note .clear-body{min-width:0;}.soft-actions .text-note .strong-stack{flex:1 1 100%;}
}
.top-contact{
    padding:calc(1.5rem * 2.4) 1.03rem;
    background:#efe1c8;
    color:#3a2614;
}
.top-contact .primary-callout{max-width:960px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.06rem * 1.5);}
.top-contact .media-lead{max-width:640px;}
.top-contact .media-lead h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.3px * 2);
    line-height:1.25;}
.top-contact .media-lead p{margin:0;
    font-size:16.3px;
    line-height:1.67;}
.top-contact .quiet-inner{display:flex;
    flex-wrap:wrap;
    gap:1.06rem;}
.top-contact .service-inner{
    flex:1 1 320px;
    border:1px solid var(--tone-accent);
    border-radius:0.62rem;
    background:#fbf3e3;
    color:#2c1d10;
    padding:1.5rem 1.03rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.07);
}
.top-contact .service-inner h3{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.3px * 1.35);}
.top-contact .service-inner p{margin:0 0 calc(1.5rem * .75);
    font-size:16.3px;
    line-height:1.67;}
.top-contact .service-inner p:last-child{margin-bottom:0;}
.top-contact .service-form{font-size:calc(16.3px * .875);
    color:#3a2614;}
.top-contact .service-form a{color:#7a4a22;
    text-decoration:none;
    border-bottom:1px solid var(--tone-accent);}
.top-contact .service-form a:hover{color:inherit;}
.top-contact .site-area{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.06rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--tone-accent);}
.top-contact .site-area p{flex:1 1 260px;
    margin:0;
    font-size:calc(16.3px * .875);
    line-height:1.67;}
.top-contact .site-area a{color:#7a4a22;
    font-size:calc(16.3px * .875);
    text-decoration:none;
    border-bottom:1px solid #7a4a22;
    transition:color 410ms var(--delay-entry), border-color 410ms var(--delay-entry);}
.top-contact .site-area a:hover{color:inherit;
    border-color:#b06a2c;}
@media (max-width:700px){.top-contact .quiet-inner{
        flex-direction:column;
    }.top-contact .site-area{
        flex-direction:column;
        align-items:flex-start;
    }
}
.simple-panel{padding:calc(1.5rem * 2.4) 1.03rem;background:linear-gradient(135deg, #f7eedd 0%, #e6d2b0 55%, #c9a878 100%);color:#2c1d10}
.simple-panel .primary-callout{max-width:960px;margin:0 auto}
.simple-panel .direct-frame{max-width:52rem;margin-bottom:calc(1.06rem * 1.5)}
.simple-panel h2{margin:0;font-size:calc(16.3px * 2.65);line-height:1.04}
.simple-panel .direct-frame p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(16.3px * 1.125);line-height:1.67}
.simple-panel .featured-media{display:flex;align-items:flex-start;gap:calc(1.06rem * 1.5)}
.simple-panel .focused-region{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid var(--tone-accent);padding-left:calc(1.5rem * .75)}
.simple-panel button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 410ms var(--delay-entry),transform 410ms var(--delay-entry)}
.simple-panel button:hover,.simple-panel button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.simple-panel .strong-headline{flex:1 1 28rem;align-self:start}
.simple-panel [data-response]{display:none}
.simple-panel [data-response].is-active{display:block;animation:clarifyFocusIn calc(410ms*1.8) var(--delay-entry) both}
.simple-panel h3{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.simple-panel [data-response] p{max-width:48rem;margin:1.5rem 0 0;font-size:calc(16.3px * 1.125);line-height:1.67}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.06rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.simple-panel .featured-media{display:block}.simple-panel .focused-region{border-left:0;padding-left:0;margin-bottom:calc(1.06rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.simple-panel [data-response].is-active{animation:none}}
.active-footer{
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: #2c1d10;
  color: #f7eedd;
}
.active-footer .primary-callout{max-width: min(960px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.06rem * 1.5);}
.active-footer .service-form{flex: 1 1 22rem;
  min-width: 0;}
.active-footer h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.1;}
.active-footer .service-form p{margin: calc(1.5rem * .75) 0;
  color: #d8c3a1;
  font-size: calc(16.3px * 1.125);
  line-height: 1.67;}
.active-footer .service-form a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.4rem;
  background: var(--paint-main);
  color: var(--line-primary);
  text-decoration: none;
}
.active-footer .service-form a:hover{
  background: #b06a2c;
  color: #fdf6e8;
}
.active-footer ul{
  flex: 1 1 20rem;
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.62rem;
  background: #fbf3e3;
  color: #2c1d10;
}
.active-footer li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--tone-accent);}
.active-footer li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.active-footer li strong,
.active-footer li span{display: block;}
.active-footer li strong{font-size: 16.3px;}
.active-footer li span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(16.3px * .875);}
@media (max-width: 760px) {.active-footer .primary-callout{
    flex-direction: column;
  }.active-footer .service-form,
  .active-footer ul{
    flex: 1 1 auto;
    width: 100%;
  }
}
.clear-menu{--layer-main:calc(1.5rem * 0.9);--mark-content:calc(960px / 2.6);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.clear-menu .primary-callout{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.clear-menu h2,.clear-menu h3,.clear-menu p{margin:0;}
.clear-menu h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.clear-menu h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.clear-menu p{font-size:16.3px;line-height:1.67;}
.clear-menu .team-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid var(--tone-accent);padding-bottom:calc(1.06rem * 1.5);}
.clear-menu .media-lead{max-width:var(--mark-content);}
.clear-menu .focused-region{display:flex;flex-direction:column;gap:0;}
.clear-menu .service-inner{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-accent);display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * 0.55);}
.clear-menu .service-inner:last-child{border-bottom:none;}
.clear-menu .site-area{margin-top:calc(1.06rem * 1.5);font-size:calc(16.3px * .875);}
.clear-menu .site-area a{text-decoration:underline;text-underline-offset:3px;}
.clear-menu .site-area a:hover{}
@media (min-width:720px){.clear-menu .service-inner{flex-direction:row;gap:1.5rem;align-items:baseline;}.clear-menu .service-inner h3{flex:0 0 38%;}.clear-menu .service-inner p{flex:1 1 auto;}
}
.steady-surface{
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: #2c1d10;
  color: #f7eedd;
}
.steady-surface .primary-callout{max-width: min(960px, 72rem);
  margin: 0 auto;}
.steady-surface .team-callout{max-width: 46rem;}
.steady-surface h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.steady-surface .site-body{margin: calc(1.5rem * .75) 0 calc(1.06rem * 1.5);
  font-size: calc(16.3px * 1.125);
  color: #d8c3a1;}
.steady-surface .main-form{display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;
  margin-bottom: calc(1.06rem * 1.5);}
.steady-surface .wide-block{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0 calc(1.5rem * .75);
  border-top: 1px solid #4a3320;
  border-left: 1px solid #4a3320;}
.steady-surface .wide-block .clear-inner{margin: 0 0 calc(1.5rem * .75);
  color: #d8c3a1;}
.steady-surface .wide-block .contact-region{margin: 0;
  font-weight: 700;
  font-size: 16.3px;}
.steady-surface .wide-block .figure{margin: calc(calc(1.5rem * .75) * .35) 0 0;
  font-size: calc(16.3px * .875);color:inherit;}
.steady-surface .wide-stack{padding-top: calc(1.06rem * 1.5);
  border-top: 1px solid #4a3320;}
.steady-surface .compact-stack{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d8c3a1;}
.steady-surface .simple-form{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.06rem * .6) 1.06rem;}
.steady-surface .simple-form li{font-size: 16.3px;
  padding: 0.35rem 0.75rem;
  border: 1px solid #4a3320;
  border-radius: 0.24rem;}
@media (max-width: 700px) {.steady-surface .main-form{
    display: block;
  }.steady-surface .wide-block + .wide-block{
    margin-top: 1.06rem;
  }
}
.featured-area{
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:#7a4a22;
  color:#fdf6e8;
}
.featured-area .primary-callout{max-width:960px;
  margin:0 auto;}
.featured-area h2,
.featured-area p{margin:0;}
.featured-area h2{font-size:calc(16.3px * 2);
  line-height:1.14;}
.featured-area .strong-stack{display:flex;
  flex-wrap:wrap;
  gap:calc(1.06rem * 1.5);
  align-items:flex-start;}
.featured-area .direct-note{flex:1 1 22rem;
  min-width:0;}
.featured-area .media-lead{margin-top:1.5rem;
  font-size:calc(16.3px * 1.125);
  line-height:1.67;}
.featured-area .service-form{margin-top:calc(1.5rem * .75);
  font-size:calc(16.3px * .875);
  line-height:1.67;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-area .offer{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.featured-area img{display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:0.4rem;
  box-shadow:0 5px 14px rgba(0,0,0,0.09);}
.featured-area .public-team{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.featured-area .visual-section{
  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:#fdf6e8;
  color:#7a4a22;
  font-size:16.3px;
  text-decoration:none;
  transition:background 410ms var(--delay-entry), color 410ms var(--delay-entry);
}
.featured-area .visual-section:hover{
  background:#b06a2c;
  color:#fdf6e8;
}
.featured-area .site-area{font-size:calc(16.3px * .875);
  line-height:1.67;
  color:color-mix(in srgb, currentColor 80%, transparent);}
.featured-area .site-area a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.featured-area .site-area a:hover{}
@media (max-width:640px){.featured-area .strong-stack{
    flex-direction:column;
  }.featured-area .visual-section{
    width:100%;
  }
}
.media-wrap{
  --layer-main:calc(1.5rem * 1.05);
  --mark-content:calc(960px / 2.1);
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:#7a4a22;
  color:#fdf6e8;
}
.media-wrap .primary-callout{max-width:960px;
  margin:0 auto;}
.media-wrap h2,
.media-wrap p{margin:0;}
.media-wrap h2{font-size:calc(16.3px * 2);
  line-height:1.14;
  max-width:var(--mark-content);}
.media-wrap p{font-size:16.3px;
  line-height:1.67;}
.media-wrap .media-lead{margin-top:calc(1.06rem * 1.5);
  max-width:var(--mark-content);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.media-wrap .service-form{margin-top:calc(1.5rem * .75);
  font-size:calc(16.3px * .875);
  max-width:var(--mark-content);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.media-wrap a{color:inherit;
  text-decoration:none;}
.media-wrap .visual-section{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#fdf6e8;
  color:#7a4a22;
  font-size:16.3px;
}
.media-wrap .site-area{margin-top:calc(1.5rem * .75);
  font-size:calc(16.3px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.media-wrap .site-area a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.media-wrap .quiet-wrap{display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.06rem;
  flex-wrap:wrap;}
.media-wrap .quiet-wrap .direct-note{flex:1 1 26rem;
  min-width:0;}
.media-wrap img{display:block;
  width:min(26rem,100%);
  max-width:100%;
  height:auto;
  border-radius:0.4rem;
  flex:0 1 min(26rem,34vw);
  margin-top:var(--layer-main);}
@media (max-width:640px){.media-wrap h2,
  .media-wrap .media-lead,
  .media-wrap .service-form{
    max-width:none;
  }.media-wrap img{
    flex:1 1 100%;
    width:100%;
  }
}
.main-team{
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: #2c1d10;
  color: #f7eedd;
}
.main-team .primary-callout{max-width: min(960px, 68rem);
  margin: 0 auto;}
.main-team .visual-copy{max-width: 44rem;
  margin-bottom: calc(1.06rem * 1.5);}
.main-team h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.main-team .media-lead{margin: 0;
  font-size: calc(16.3px * 1.125);
  color: #d8c3a1;}
.main-team .strong-stack{display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;
  align-items: flex-start;}
.main-team .service-inner{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #4a3320;}
.main-team .wide-block{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.3px;
  line-height: 1.6;
  color: #f3e7d2;}
.main-team .contact-region{margin: 0;
  font-weight: 700;
  font-size: 16.3px;}
.main-team .secondary-unit{margin: 0.2rem 0 0;
  font-size: calc(16.3px * .875);color:inherit;}
.main-team .offer{
  flex: 1 1 min(100%, 16rem);
  padding: calc(1.5rem * .75);
  background: #fbf3e3;
  color: #2c1d10;
  border: 1px solid var(--tone-accent);
  border-radius: 0.4rem;
}
.main-team .narrow-form{margin: 0 0 calc(1.5rem * .75);
  font-weight: 700;
  font-size: 16.3px;}
.main-team .bottom-frame{list-style: none;
  padding: 0;
  margin: 0 0 calc(1.5rem * .75);}
.main-team .bottom-frame li{padding: 0.35rem 0;
  border-bottom: 1px solid var(--tone-accent);
  font-size: calc(16.3px * .875);}
.main-team .bottom-frame li:last-child{border-bottom: 0;}
.main-team .service-form{margin: 0;
  font-size: calc(16.3px * .875);color:inherit;}
@media (max-width: 700px) {.main-team .strong-stack{
    display: block;
  }.main-team .service-inner + .service-inner{
    margin-top: 1.06rem;
  }.main-team .offer{
    margin-top: 1.06rem;
  }
}
.page-track{--layer-main:calc(1.5rem * 1.2);--mark-content:calc(960px / 2.1);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.page-track .primary-callout{max-width:960px;margin:0 auto;}
.page-track h1,.page-track h2,.page-track h3,.page-track p{margin:0;}
.page-track h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.page-track h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.page-track p{font-size:16.3px;line-height:1.67;}
.page-track a{color:#7a4a22;text-decoration:none;}
.page-track a:hover{color:inherit;}
.page-track .service-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;}
.page-track .direct-note{flex:1 1 auto;min-width:0;}
.page-track .direct-note .media-lead{margin-top:1.5rem;max-width:var(--mark-content);color:#3a2614;}
.page-track .visual-section{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:#7a4a22;color:#fdf6e8;font-size:calc(16.3px * .875);}
.page-track .visual-section:hover{background:#5e3717;color:#fdf6e8;}
.page-track .focused-region{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-main);margin-top:calc(1.06rem * 1.5);}
.page-track .service-inner{padding:calc(calc(1.5rem * .75) * .95) 0;border-top:1px solid var(--tone-accent);}
.page-track .service-inner:last-of-type{border-bottom:1px solid var(--tone-accent);}
.page-track .service-inner p{margin-top:calc(1.5rem / 3.2);color:#3a2614;}
.page-track .site-area{flex:1 1 100%;margin-top:calc(1.06rem * 1.5);font-size:calc(16.3px * .875);color:#3a2614;}
@media (max-width:720px){.page-track .visual-section{width:100%;}.page-track h2{max-width:none;}
}
.narrow-view{padding:calc(1.5rem * 2.4) 1.03rem;background:#7a4a22;color:#fdf6e8}
.narrow-view .primary-callout{max-width:960px;margin:0 auto}
.narrow-view .team-callout h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.narrow-view .team-callout p{max-width:52rem;margin:1.5rem 0 calc(1.06rem * 1.5);font-size:calc(16.3px * 1.125);line-height:1.67}
.narrow-view .wide-surface{display:flex;flex-wrap:wrap;gap:1.06rem}
.narrow-view .site-area{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:0.4rem;padding:calc(1.5rem * .75);background:#b06a2c;color:#fdf6e8;border-radius:0.4rem;text-decoration:none;overflow-wrap:anywhere}
.narrow-view .site-area .direct-section{font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.narrow-view .site-area .main-block{font-size:calc(16.3px * 1.35);line-height:1.2}
.narrow-view .site-area .service-form{font-size:calc(16.3px * .875);line-height:1.5;opacity:0.9}
.narrow-view .compact-plan{margin-top:calc(1.06rem * 1.5);padding-top:calc(1.06rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.narrow-view .compact-plan .clear-proof{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.06rem;padding:0.5rem 0;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.narrow-view .compact-plan .clear-proof .direct-section{font-size:16.3px}
.narrow-view .compact-plan .clear-proof .main-block{font-size:16.3px}
.narrow-view .compact-plan .offer{max-width:52rem;margin:1.5rem 0 0;font-size:calc(16.3px * .875);line-height:1.67;opacity:0.9}
@media(max-width:720px){.narrow-view .wide-surface{display:block}.narrow-view .site-area{margin-bottom:1.06rem}}
.strong-copy{
        padding: calc(1.5rem * 2.4) 1.03rem;
        background: #efe1c8;
        color: #3a2614
    }
.strong-copy .primary-callout{max-width: 960px;
        margin: 0 auto}
.strong-copy .strong-method{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.06rem * 1.5);
        align-items: start}
.strong-copy h2{min-width: 0;
        margin: 0;
        font-size: calc(16.3px * 2);
        line-height: 1.12}
.strong-copy .compact-proof{min-width: 0}
.strong-copy .compact-proof p{margin: 0;
        font-size: calc(16.3px * 1.125);
        line-height: 1.67}
.strong-copy .quiet-contact{display: flex;
        flex-wrap: wrap;
        gap: calc(1.06rem * .6);
        margin-top: 1.5rem}
.strong-copy .quiet-contact span{
        border-radius: 0.24rem;
        background: #fbf3e3;
        color: #2c1d10;
        border: 1px solid var(--tone-accent);
        padding: calc(calc(1.5rem * .75) * .5) calc(calc(1.5rem * .75) * .85);
        font-size: calc(16.3px * .875)
    }
@media (max-width: 760px) {.strong-copy .strong-method{
            grid-template-columns: 1fr
        }.strong-copy .compact-proof{
            margin-top: calc(1.06rem * 1.5)
        }
    }
.open-steps{
  --layer-main:calc(1.5rem * 1.11);
  --font-main:calc(960px / 3.43);
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:#2c1d10;
  color:#f7eedd;
}
.open-steps .primary-callout{max-width:960px;margin:0 auto;}
.open-steps h2,.open-steps h3,.open-steps p{margin:0;}
.open-steps h2{font-size:calc(16.3px * 2);line-height:1.12;}
.open-steps h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.open-steps p{font-size:16.3px;line-height:1.67;}
.open-steps .row-title>p{opacity:.82;}
.open-steps .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;
  gap:1.06rem;}
.open-steps .row-title h2{flex:1 1 calc(960px / 3);min-width:0;}
.open-steps .row-title>p{flex:1 1 calc(960px / 3);min-width:0;}
.open-steps .offer-quote{flex:1 1 100%;
  display:flex;flex-wrap:wrap;
  gap:var(--layer-main);
  margin-top:var(--layer-main);}
.open-steps .service-inner{flex:1 1 var(--font-main);
  min-width:0;
  padding-top:calc(calc(1.06rem * 1.5) / 2);
  border-top:1px solid color-mix(in srgb, #f7eedd 22%, transparent);}
.open-steps .service-inner p{margin-top:calc(1.5rem / 3);
  opacity:.78;}
.open-steps .primary-brand{padding-inline-start:calc(1.5rem * .75);}
.open-steps .fresh-service{row-gap:calc(var(--layer-main) * 1.2);}
.open-steps .clear-steps{column-gap:1.06rem;}
@media (max-width:640px){.open-steps .row-title h2,
  .open-steps .row-title>p{flex:1 1 100%;}
}
.content-intro{--layer-main:calc(1.5rem * 1.28);--mark-content:calc(960px / 2.2);--copy-large:calc(960px / 3.4);padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary);}
.content-intro .primary-callout{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.content-intro h2,.content-intro h3,.content-intro p{margin:0;}
.content-intro h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.content-intro h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.content-intro p{font-size:16.3px;line-height:1.67;}
.content-intro .team-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.content-intro .media-lead{max-width:var(--mark-content);}
.content-intro img{display:block;width:100%;max-width:var(--copy-large);height:auto;border-radius:0.4rem;box-shadow:0 0px 2px rgba(0,0,0,0.07);}
.content-intro .bottom-frame{display:flex;flex-direction:column;gap:var(--layer-main);border-top:1px solid var(--tone-accent);padding-top:calc(1.06rem * 1.5);}
.content-intro .service-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1.06rem;align-items:start;}
.content-intro .service-inner .text-note{font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#3a2614;background:#efe1c8;padding:calc(calc(1.5rem * .75) / 3) calc(calc(1.5rem * .75) / 1.4);border-radius:0.24rem;width:max-content;}
.content-intro .service-inner h3{grid-column:2;grid-row:1;}
.content-intro .service-inner p{grid-column:2;grid-row:2;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-intro .service-form{max-width:var(--mark-content);font-size:calc(16.3px * .875);border-left:2px solid #b06a2c;padding-left:calc(1.5rem * .75);}
@media (max-width:640px){.content-intro .service-inner{grid-template-columns:1fr;}.content-intro .service-inner h3,.content-intro .service-inner p{grid-column:1;grid-row:auto;}.content-intro .service-inner .text-note{margin-bottom:calc(calc(1.5rem * .75) / 2);}
}
.secondary-links{--layer-main:calc(1.5rem * 1.00);--mark-content:calc(960px / 2.24);--font-main:calc(960px / 3.31);padding:calc(1.5rem * 2.4) 1.03rem;background:#2c1d10;color:#f7eedd;}
.secondary-links .primary-callout{max-width:960px;margin:0 auto;}
.secondary-links h2,.secondary-links h3,.secondary-links p{margin:0;}
.secondary-links h2{font-size:calc(16.3px * 2);line-height:1.12;}
.secondary-links h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.secondary-links p{font-size:16.3px;line-height:1.67;}
.secondary-links .primary-brand{padding-inline-start:calc(1.5rem * .75);}
.secondary-links .fresh-service{row-gap:calc(var(--layer-main) * 1.2);}
.secondary-links .narrow-benefit{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-links .media-lead{margin-top:1.5rem;max-width:calc(960px / 1.85);color:inherit;}
.secondary-links .bottom-story{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.secondary-links .service-inner{flex:1 1 var(--font-main);min-width:0;padding:calc(var(--layer-main) * .75);border-radius:0.4rem;background:#efe1c8;color:#3a2614;border-inline-start:2px solid #b06a2c;}
.secondary-links .service-inner h3{color:inherit;}
.secondary-links .service-inner p{margin-top:calc(1.5rem / 3);}
.wide-unit{
  background: var(--paint-main);
  color: var(--line-primary);
  padding: calc(1.5rem * 2.4) 1.03rem;
}
.wide-unit .primary-callout{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .38fr) minmax(0, 1fr);
  gap: 1.06rem;
  align-items: start;}
.wide-unit h2,
.wide-unit h3,
.wide-unit p{margin: 0;}
.wide-unit h2{font-size: calc(16.3px * 2);
  line-height: 1.1;}
.wide-unit h3{font-size: calc(16.3px * 1.35);
  line-height: 1.18;}
.wide-unit p{font-size: 16.3px;
  line-height: 1.67;}
.wide-unit .steady-links{
  display: grid;
  gap: calc(1.06rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.62rem;
  background: #2c1d10;
  color: #f7eedd;
  position: sticky;
  top: 1.5rem;
}
.wide-unit .steady-links p{font-size: calc(16.3px * .875);
  opacity: .92;}
.wide-unit .steady-links a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.wide-unit .fresh-track{display: flex;
  flex-direction: column;
  gap: 0;}
.wide-unit .service-inner{display: grid;
  grid-template-columns: minmax(9rem, .3fr) minmax(0, 1fr);
  gap: calc(1.06rem * 1.5);
  padding: 1.5rem 0;
  border-top: 1px solid var(--tone-accent);}
.wide-unit .service-inner:last-child{border-bottom: 1px solid var(--tone-accent);}
.wide-unit .plain-wrap{color: #3a2614;
  font-size: calc(16.3px * .875);
  line-height: 1.4;
  letter-spacing: .02em;}
.wide-unit .service-inner h3{grid-column: 2;}
.wide-unit .service-inner p{grid-column: 2;}
@media (max-width: 820px) {.wide-unit .primary-callout{
    grid-template-columns: 1fr;
  }.wide-unit .steady-links{
    position: static;
  }.wide-unit .service-inner{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.wide-unit .service-inner h3,
  .wide-unit .service-inner p{
    grid-column: 1;
  }
}
.soft-footer{--layer-main:calc(1.5rem * 1.02);--mark-content:calc(960px / 2.85);padding:calc(1.5rem * 2.4) 1.03rem;background:#7a4a22;color:#fdf6e8;}
.soft-footer .primary-callout{max-width:960px;margin:0 auto;}
.soft-footer h1,.soft-footer h2,.soft-footer h3,.soft-footer p{margin:0;}
.soft-footer h1{font-size:calc(16.3px * 2.65);line-height:1.08;}
.soft-footer h2{font-size:calc(16.3px * 2);line-height:1.12;}
.soft-footer h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.soft-footer p{font-size:16.3px;line-height:1.67;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-footer a{color:inherit;text-decoration:none;}
.soft-footer img{display:block;width:100%;height:auto;border-radius:0.4rem;}
.soft-footer .visual-section{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:#fdf6e8;color:#7a4a22;}
.soft-footer .bottom-frame{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.soft-footer .service-inner{flex:1 1 calc(960px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.4rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.soft-footer .service-inner p{margin-top:calc(1.5rem / 3);}
.soft-footer .content-plan>.bottom-frame{margin-top:var(--layer-main);}
.soft-footer .content-plan>h2{margin-top:var(--layer-main);}
.narrow-summary{
        padding:calc(1.5rem * 2.4) 1.03rem;
        background:#efe1c8;
        color:#3a2614;
    }
.narrow-summary .primary-callout{max-width:960px;
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
        gap:calc(1.06rem * 1.6);
        align-items:start;}
.narrow-summary .secondary-area img{width:100%;
        height:auto;
        display:block;
        border-radius:0.4rem;
        border:1px solid var(--tone-accent);
        box-shadow:0 0px 2px rgba(0,0,0,0.07);}
.narrow-summary .strong-stack h2{margin:0 0 calc(1.06rem * 1.5);
        font-size:calc(16.3px * 2);
        line-height:1.2;}
.narrow-summary .strong-stack h3{margin:calc(calc(1.06rem * 1.5) * 1.4) 0 calc(calc(1.06rem * 1.5) * 0.6);
        font-size:calc(16.3px * 1.125);
        font-weight:600;}
.narrow-summary .strong-stack p{margin:0 0 calc(1.06rem * 1.5);}
.narrow-summary .strong-stack .media-lead{font-size:16.3px;
        line-height:1.6;}
.narrow-summary .bottom-frame{margin:0;
        padding:0;
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:calc(1.06rem * 0.55);}
.narrow-summary .bottom-frame li{position:relative;
        padding-left:1.1rem;
        border-bottom:1px solid var(--tone-accent);
        padding-bottom:calc(1.06rem * 0.55);}
.narrow-summary .bottom-frame li:last-child{border-bottom:none;
        padding-bottom:0;}
.narrow-summary .bottom-frame li::before{
        content:"";
        position:absolute;
        left:0;
        top:0.62em;
        width:6px;
        height:6px;
        border-radius:50%;
        background:#b06a2c;color:#fdf6e8;}
.narrow-summary .service-form{
        margin:calc(calc(1.06rem * 1.5) * 1.2) 0;
        padding:calc(1.5rem * .75);
        background:#fbf3e3;
        color:#2c1d10;
        border-left:3px solid #b06a2c;
        border-radius:0.24rem;
    }
.narrow-summary .service-form p{margin:0;
        font-size:calc(16.3px * .875);
        line-height:1.65;}
.narrow-summary .site-area{margin:0;
        font-size:calc(16.3px * .875);}
.narrow-summary .site-area a{color:#7a4a22;
        text-decoration:underline;
        text-underline-offset:3px;}
.narrow-summary .site-area a:hover{color:inherit;}
@media (max-width:820px){.narrow-summary .primary-callout{
            grid-template-columns:1fr;
            gap:1.06rem;
        }
    }
.visual-steps{
  background: var(--paint-main);
  color: var(--line-primary);
  padding: calc(1.5rem * 2.4) 1.03rem;
}
.visual-steps .c{max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);}
.visual-steps .clear-brand{text-align: center;}
.visual-steps h1{font-size: calc(16.3px * 2.65);
  margin: 0 0 calc(1.06rem * 1.5);
  line-height: 1.15;}
.visual-steps .strong-feature{font-size: calc(16.3px * 1.125);
  margin: 0;
  color: #3a2614;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;}
.visual-steps .open-benefit{display: block;}
.visual-steps .contact-story img{width: 100%;
  display: block;
  border-radius: 0.62rem;
  box-shadow: 0 5px 14px rgba(0,0,0,0.09);}
.visual-steps .visual-footer,
.visual-steps .active-contact{
  background: #fbf3e3;
  color: #2c1d10;
  border: 1px solid var(--tone-accent);
  border-radius: 0.62rem;
  padding: calc(1.5rem * .75);
  line-height: 1.67;
}
.visual-steps h2{font-size: calc(16.3px * 2);
  margin: 0 0 calc(1.06rem * 1.5);
  line-height: 1.2;}
.visual-steps p{margin: 0 0 calc(1.06rem * 1.5);}
.visual-steps p:last-child{margin-bottom: 0;}
.visual-steps a{color: #7a4a22;
  text-decoration: underline;
  text-underline-offset: 3px;}
.visual-steps a:hover{color:inherit;}
@media (min-width: 768px) {.visual-steps .c{
    gap: 1.5rem;
  }.visual-steps .visual-footer,
  .visual-steps .active-contact{
    padding: calc(calc(1.5rem * .75) * 1.4);
  }
}
.bottom-menu{padding:calc(1.5rem * 2.4) 1.03rem;background:#b06a2c;color:#fdf6e8}
.bottom-menu .primary-callout{max-width:960px;margin:0 auto}
.bottom-menu .quiet-copy{display:flex;gap:calc(1.06rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.bottom-menu .media-lead{flex:1 1 34rem;min-width:0}
.bottom-menu h2{margin:0;font-size:calc(16.3px * 2.65);line-height:1.06}
.bottom-menu .media-lead p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(16.3px * 1.125);line-height:1.67}
.bottom-menu .offer-content{flex:0 1 30rem;min-width:0;background:#2c1d10;color:#f7eedd;border-radius:0.62rem;padding:1.5rem 1.06rem;box-shadow:0 5px 14px rgba(0,0,0,0.09)}
.bottom-menu .offer-content>p{margin:0;line-height:1.67;font-size:calc(16.3px * .875)}
.bottom-menu .wide-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.bottom-menu .wide-details a{border-radius:0.24rem;background:#7a4a22;color:#fdf6e8;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.3px * .875);line-height:1.2}
.bottom-menu .wide-details a:hover{background:#5e3717;color:#2c1d10;}
@media(max-width:780px){.bottom-menu .quiet-copy{display:block}.bottom-menu .offer-content{margin-top:calc(1.06rem * 1.5);padding:1.5rem}.bottom-menu h2{font-size:calc(16.3px * 2)}}
.team-area{
  background:var(--paint-main);
  color:var(--line-primary);
  padding:calc(1.5rem * 2.4) 1.03rem;
}
.team-area .c{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.team-area .clear-brand{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(1.06rem * 1.5);
  border-bottom:1px solid var(--tone-accent);}
.team-area h1{font-size:calc(16.3px * 2.65);
  line-height:1.15;
  margin:0;
  letter-spacing:-0.01em;}
.team-area .strong-feature{font-size:calc(16.3px * 1.125);
  line-height:1.67;
  margin:0;
  max-width:52ch;
  color:#3a2614;}
.team-area .open-benefit{display:flex;
  flex-direction:column;}
.team-area .contact-story{margin:0;}
.team-area .contact-story img{display:block;
  width:100%;
  height:auto;
  border-radius:0.62rem;
  box-shadow:0 5px 14px rgba(0,0,0,0.09);}
.team-area .visual-footer,
.team-area .active-contact{
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) calc(1.5rem * .75);
  background:#fbf3e3;
  color:#2c1d10;
  border:1px solid var(--tone-accent);
  border-radius:0.62rem;
}
.team-area h2{font-size:calc(16.3px * 2);
  line-height:1.2;
  margin:0;}
.team-area p{margin:0;
  font-size:16.3px;
  line-height:1.67;}
.team-area .site-area{margin-top:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--tone-accent);
  font-size:calc(16.3px * .875);}
.team-area .site-area a{color:#7a4a22;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-area .site-area a:hover{color:inherit;}
@media (min-width:768px){.team-area .clear-brand{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:calc(1.06rem * 1.5);
  }.team-area h1{
    flex:1 1 auto;
  }.team-area .strong-feature{
    flex:0 1 42%;
    text-align:right;
  }.team-area .visual-footer,
  .team-area .active-contact{
    padding:calc(1.06rem * 1.5);
  }
}
.offer-headline{padding:calc(1.5rem * 2.4) 1.03rem;background:linear-gradient(120deg, #b06a2c 0%, #7a4a22 100%);color:#fdf6e8}
.offer-headline .primary-callout{max-width:960px;margin:0 auto}
.offer-headline .top-figure{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5);align-items:flex-start}
.offer-headline .media-lead{flex:1 1 22rem;min-width:0}
.offer-headline h2{margin:0;font-size:calc(16.3px * 2);line-height:1.08}
.offer-headline .secondary-unit{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:calc(16.3px * .875);opacity:.85}
.offer-headline .offer-content{flex:1 1 30rem;min-width:0}
.offer-headline .offer-content p{margin:0 0 calc(1.5rem * .75);font-size:16.3px;line-height:1.67}
.offer-headline .offer-content p:last-of-type{margin-bottom:0}
.offer-headline ul.contact{list-style:none;margin:calc(1.06rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6)}
.offer-headline ul.contact li{min-width:0}
.offer-headline ul.contact a{display:inline-block;border-radius:0.4rem;background:#fdf6e8;color:#b06a2c;padding:calc(calc(1.5rem * .75)*.55) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.3px * .875);line-height:1.3}
.offer-headline ul.contact a:hover{background:#fbf3e3;color:#2c1d10}
@media(max-width:760px){.offer-headline .top-figure{display:block}.offer-headline .offer-content{margin-top:calc(1.06rem * 1.5)}.offer-headline h2{font-size:calc(16.3px * 1.35)}}
.text-footer{
    background:var(--paint-main);
    color:var(--line-primary);
    padding:calc(1.5rem * 2.4) 1.03rem;
}
.text-footer .c{max-width:960px;
    margin:0 auto;}
.text-footer .media-lead{margin-bottom:calc(1.06rem * 1.5);}
.text-footer h1{font-size:calc(16.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.text-footer .strong-feature{font-size:calc(16.3px * 1.125);
    color:#3a2614;
    margin:0;
    max-width:52ch;}
.text-footer .visual-inner{margin:0 0 calc(1.06rem * 1.5);}
.text-footer .visual-inner img{display:block;
    width:100%;
    border-radius:0.62rem;
    box-shadow:0 5px 14px rgba(0,0,0,0.09);}
.text-footer .visual-inner figcaption{margin-top:0.6rem;
    font-size:calc(16.3px * .875);
    color:#3a2614;}
.text-footer .strong-stack{display:flex;
    flex-direction:column;
    gap:calc(1.06rem * 1.5);}
.text-footer .top-form h2{font-size:calc(16.3px * 2);
    margin:0 0 0.7rem;}
.text-footer .top-form p{margin:0 0 0.9rem;
    line-height:1.67;}
.text-footer .top-form p:last-child{margin-bottom:0;}
.text-footer .focused-content,
.text-footer .team-entries{border-left:2px solid var(--tone-accent);
    padding-left:calc(1.5rem * .75);}
.text-footer .narrow-nav,
.text-footer .public-stack{
    background:#fbf3e3;
    color:#2c1d10;
    border:1px solid var(--tone-accent);
    border-radius:0.4rem;
    padding:calc(1.5rem * .75);
}
.text-footer .service-form{
    background:#efe1c8;
    color:#3a2614;
    border-radius:0.4rem;
    padding:calc(1.5rem * .75);
}
.text-footer .service-form p{margin:0 0 0.7rem;}
.text-footer .site-area{display:flex;
    flex-wrap:wrap;
    gap:1.06rem;
    margin:0;}
.text-footer .site-area a{color:#7a4a22;
    text-decoration:underline;
    text-underline-offset:3px;
    font-size:calc(16.3px * .875);}
.text-footer .site-area a:hover{color:inherit;}
@media (min-width:768px){.text-footer .strong-stack{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:calc(1.06rem * 1.5) 1.06rem;
    }.text-footer .focused-content,
    .text-footer .public-stack{
        grid-column:1;
    }.text-footer .narrow-nav,
    .text-footer .team-entries{
        grid-column:2;
    }.text-footer .service-form{
        grid-column:1 / -1;
    }
}
.fresh-copy{padding:calc(1.5rem * 2.4) 1.03rem;background:#7a4a22;color:#fdf6e8}
.fresh-copy .primary-callout{max-width:960px;margin:0 auto}
.fresh-copy .quiet-inner{display:flex;gap:calc(1.06rem * 1.5);align-items:stretch}
.fresh-copy .strong-method{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,#fdf6e8 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.fresh-copy .strong-method p{margin:0;line-height:1.67;font-size:16.3px}
.fresh-copy .strong-method a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.24rem;background:#b06a2c;color:#fdf6e8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 410ms var(--delay-entry)}
.fresh-copy .strong-method a:hover{background:#8f5220;color:#2c1d10;}
.fresh-copy .quiet-note{flex:1 1 42rem;min-width:0}
.fresh-copy h2{margin:0;font-size:calc(16.3px * 2);line-height:1.08}
.fresh-copy .quiet-note>p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(16.3px * 1.125);line-height:1.67}
.fresh-copy .bottom-frame{margin-top:calc(1.06rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.fresh-copy .bottom-frame p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#fdf6e8 18%,transparent)}
.fresh-copy .bottom-frame p:first-child{border-top:0;padding-top:0}
.fresh-copy .bottom-frame strong{flex:0 1 11rem;min-width:0;font-size:calc(16.3px * .875);letter-spacing:.02em;text-transform:uppercase}
.fresh-copy .bottom-frame span{flex:1 1 26rem;min-width:0;line-height:1.67}
@media(max-width:760px){.fresh-copy .quiet-inner{display:block}.fresh-copy .strong-method{border-left:0;padding-left:0}.fresh-copy .quiet-note{margin-top:calc(1.06rem * 1.5)}.fresh-copy .bottom-frame p{display:block}.fresh-copy .bottom-frame span{display:block;margin-top:calc(1.5rem * .75)}.fresh-copy h2{font-size:calc(16.3px * 1.35)}
}
.main-header{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: #7a4a22;
  color: #fdf6e8;
}
.main-header .primary-callout{display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: calc(1.06rem * 1.5) 1.06rem;
  max-width: 960px;
  margin: 0 auto;}
.main-header .team-callout{grid-column: 1 / 8;}
.main-header h2{margin: 0;
  font-size: calc(16.3px * 2.65);
  line-height: 1.06;}
.main-header .site-body{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.3px * 1.125);
  line-height: 1.67;
  max-width: 42ch;}
.main-header .strong-wrap{grid-column: 9 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);
  align-self: end;}
.main-header .simple-menu,
.main-header .team-flow{display: block;
  color: inherit;
  text-decoration: none;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid color-mix(in srgb, currentColor 40%, transparent);}
.main-header .simple-menu span,
.main-header .team-flow span,
.main-header .top-visual span,
.main-header .compact-plan span{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(16.3px * .875);
  letter-spacing: 0.02em;
  opacity: 0.7;}
.main-header .simple-menu strong,
.main-header .team-flow strong{font-size: calc(16.3px * 1.35);
  overflow-wrap: anywhere;}
.main-header .top-visual{grid-column: 1 / 6;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 40%, transparent);}
.main-header .compact-plan{grid-column: 7 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 40%, transparent);}
.main-header .top-visual p,
.main-header .compact-plan p{margin: 0;
  line-height: 1.67;}
.main-header .contact-note{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 40%, transparent);}
.main-header .contact-note a{flex: 1 1 240px;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.67;}
.main-header .contact-note a span{display: block;
  margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.3px * .875);
  opacity: 0.72;}
@media (max-width: 760px) {.main-header .primary-callout{
    display: block;
  }.main-header .site-body{
    max-width: none;
  }.main-header .strong-wrap,
  .main-header .top-visual,
  .main-header .compact-plan,
  .main-header .contact-note{
    margin-top: 1.5rem;
  }
}
.bottom-tile{
  background:var(--paint-main);
  color:var(--line-primary);
  padding:calc(1.5rem * 2.4) 1.03rem;
}
.bottom-tile .primary-callout{max-width:min(960px,52rem);
  margin:0 auto;}
.bottom-tile .quiet-menu{display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.bottom-tile .media-lead{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(1.06rem * 1.5);
  border-bottom:1px solid var(--tone-accent);}
.bottom-tile h2{margin:0;
  font-size:clamp(calc(16.3px * 2),4.4vw,calc(16.3px * 2.65));
  line-height:1.12;
  letter-spacing:0;}
.bottom-tile .media-lead p{margin:0;
  max-width:42rem;
  font-size:calc(16.3px * 1.125);
  line-height:1.65;}
.bottom-tile .contact-fields{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.bottom-tile .secondary-footer{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .5);}
.bottom-tile .secondary-footer label{font-size:calc(16.3px * .875);
  letter-spacing:0.02em;
  text-transform:uppercase;}
.bottom-tile input,
.bottom-tile select,
.bottom-tile textarea{
  width:100%;
  border:1px solid var(--tone-accent);
  border-radius:0.24rem;
  background:#fbf3e3;
  color:#2c1d10;
  padding:calc(1.5rem * .75) 1.06rem;
  font:inherit;
  font-size:16.3px;
}
.bottom-tile textarea{resize:vertical;
  min-height:6rem;
  line-height:1.55;}
.bottom-tile input::placeholder,
.bottom-tile textarea::placeholder{color:rgba(255,255,255,0.55);}
.bottom-tile input:focus,
.bottom-tile select:focus,
.bottom-tile textarea:focus{outline:2px solid #b06a2c;
  outline-offset:1px;}
.bottom-tile .steady-shell{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.06rem;
  padding-top:calc(1.5rem * .75);}
.bottom-tile .steady-shell span{flex:1 1 16rem;
  max-width:30rem;
  font-size:calc(16.3px * .875);
  line-height:1.6;}
.bottom-tile button{
  border:0;
  border-radius:0.4rem;
  background:#7a4a22;
  color:#fdf6e8;
  padding:calc(1.5rem * .75) 1.06rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 410ms var(--delay-entry);
}
.bottom-tile button:hover{
  background:#5e3717;color:#2c1d10;}
.bottom-tile .offer{padding-top:calc(1.06rem * 1.5);
  border-top:1px solid var(--tone-accent);}
.bottom-tile .offer p{margin:0;
  max-width:44rem;
  font-size:calc(16.3px * .875);
  line-height:1.65;}
.bottom-tile .offer a{color:#7a4a22;
  text-decoration:underline;
  text-underline-offset:2px;}
.bottom-tile .offer a:hover{color:inherit;}
@media (max-width:640px) {.bottom-tile .steady-shell{
    align-items:flex-start;
    flex-direction:column;
  }.bottom-tile button{
    width:100%;
  }
}
.simple-brand{padding:calc(1.5rem * 2.4) 1.03rem;background:#b06a2c;color:#fdf6e8}
.simple-brand .page-stack{max-width:960px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.4fr) minmax(0,1fr);gap:1.06rem}
.simple-brand .page-rail{padding:1.06rem;border-radius:0.88rem;background:var(--paint-main);color:var(--line-primary);display:flex;flex-direction:column;justify-content:center}
.simple-brand .page-rail span{font-size:calc(16.3px * .875);}
.simple-brand h2{margin:calc(1.5rem * .75) 0;font-size:calc(16.3px * 2);line-height:1.05}
.simple-brand .page-rail p{margin:0;font-size:16.3px;}
.simple-brand .active-region{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.38fr);gap:calc(1.5rem * .75)}
.simple-brand .content-figure{min-height:28rem;border-radius:0.88rem;overflow:hidden;border:1px solid var(--tone-accent);background:#fbf3e3;color:#2c1d10;}
.simple-brand iframe{display:block;width:100%;height:100%;border:0}
.simple-brand .bottom-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-brand .service-inner{padding:calc(1.5rem * .75);border-radius:0.62rem;background:#efe1c8;color:#3a2614;border:1px solid var(--tone-accent)}
.simple-brand .service-inner span{font-size:calc(16.3px * .875);display:block}
.simple-brand .service-inner strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.45}
.simple-brand .service-inner a{text-decoration:none;border-bottom:1px solid var(--tone-accent)}
.simple-brand .service-inner a:hover{}
@media (max-width: 900px){.simple-brand .page-stack,.simple-brand .active-region{grid-template-columns:1fr}.simple-brand .content-figure{min-height:22rem}}
.open-flow{
  padding:calc(1.5rem * 2.4) 1.03rem;
  background:#efe1c8;
  color:#3a2614;
}
.open-flow .contact-track{max-width:min(960px,58rem);
  margin:0 auto;}
.open-flow .team-callout{border-bottom:1px solid var(--tone-accent);
  padding-bottom:calc(1.06rem * 1.5);
  margin-bottom:calc(1.06rem * 1.5);}
.open-flow h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.3px * 2);
  line-height:1.15;}
.open-flow .site-body{margin:0;
  font-size:calc(16.3px * 1.125);
  line-height:1.67;
  max-width:52rem;}
.open-flow .plain-wrap{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(16.3px * .875);
  opacity:.75;}
.open-flow .strong-stack{display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.open-flow .service-inner{display:grid;
  grid-template-columns:minmax(0,14rem) minmax(0,1fr);
  gap:1.06rem;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px dashed var(--tone-accent);}
.open-flow .service-inner:last-child{border-bottom:none;
  padding-bottom:0;}
.open-flow h3{margin:0;
  font-size:calc(16.3px * 1.35);
  line-height:1.25;}
.open-flow .service-inner p{margin:0;
  font-size:16.3px;
  line-height:1.67;}
.open-flow .local-body{
  margin-top:calc(1.06rem * 1.5);
  padding:calc(1.5rem * .75) 1.03rem;
  background:#fbf3e3;
  color:#2c1d10;
  border:1px solid var(--tone-accent);
  border-radius:0.4rem;
}
.open-flow .local-body .clear-proof{margin:0 0 calc(1.5rem * .75);
  font-size:16.3px;}
.open-flow .local-body .bottom-frame{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:1.06rem;
  font-size:calc(16.3px * .875);}
.open-flow .local-body a{color:#7a4a22;
  text-decoration:underline;}
.open-flow .local-body a:hover{color:inherit;}
@media (max-width:720px){.open-flow .service-inner{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }.open-flow .local-body .bottom-frame{
    flex-direction:column;
    gap:calc(1.5rem * .75);
  }
}
.plain-proof{
  padding: calc(1.5rem * 2.4) 1.03rem;
  background: #2c1d10;
  color: #f7eedd;
}
.plain-proof .primary-callout{max-width: min(960px, 60rem);
  margin: 0 auto;}
.plain-proof .visual-copy{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.06rem * 1.5);
  border-bottom: 1px solid #4a3320;}
.plain-proof h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.plain-proof .team-callout{margin: 0;
  max-width: 46rem;
  color: #d8c3a1;
  font-size: calc(16.3px * 1.125);
  line-height: 1.67;}
.plain-proof .secondary-track{display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);
  margin-top: calc(1.06rem * 1.5);}
.plain-proof .service-inner{display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  gap: 1.06rem;
  align-items: start;
  padding-bottom: calc(1.06rem * 1.5);
  border-bottom: 1px solid #4a3320;}
.plain-proof .service-inner:last-of-type{border-bottom: none;
  padding-bottom: 0;}
.plain-proof h3{margin: 0;
  font-size: calc(16.3px * 1.35);
  line-height: 1.25;}
.plain-proof .service-inner p{margin: 0;
  color: #d8c3a1;
  line-height: 1.67;}
.plain-proof .service-form{margin: calc(1.06rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #4a3320;
  color: #d8c3a1;
  font-size: calc(16.3px * .875);}
@media (max-width: 720px) {.plain-proof .service-inner{
    grid-template-columns: 1fr;
    gap: calc(1.06rem * .5);
  }
}
.focused-media{
  background:#b06a2c;
  color:#fdf6e8;
  padding:calc(1.5rem * 2.4) 1.03rem;
}
.focused-media .primary-callout{max-width:960px;
  margin:0 auto;}
.focused-media .top-figure{display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.focused-media .visual-copy{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:44rem;}
.focused-media h2{margin:0;
  font-size:clamp(calc(16.3px * 2),5vw,calc(16.3px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.focused-media h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.3px * 1.35);
  line-height:1.2;}
.focused-media .media-lead{margin:0;
  font-size:calc(16.3px * 1.125);
  line-height:1.65;}
.focused-media .page-summary{display:flex;
  flex-wrap:wrap;
  gap:calc(1.06rem * 1.5);
  align-items:flex-start;}
.focused-media .bottom-story{flex:1 1 30rem;
  min-width:0;}
.focused-media .offer{
  flex:0 1 22rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.4rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
}
.focused-media .bottom-frame{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  counter-reset:paso;}
.focused-media .bottom-frame li{position:relative;
  padding-left:2.2rem;}
.focused-media .bottom-frame li::before{
  counter-increment:paso;
  content:counter(paso);
  position:absolute;
  left:0;
  top:0.1rem;
  width:1.5rem;
  height:1.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0.24rem;
  background:color-mix(in srgb,currentColor 22%,transparent);
  font-size:calc(16.3px * .875);
  line-height:1;
}
.focused-media .clear-proof{display:block;
  font-size:16.3px;
  line-height:1.3;
  margin-bottom:0.25rem;}
.focused-media .bottom-frame p{margin:0;
  font-size:calc(16.3px * .875);
  line-height:1.6;}
.focused-media .direct-note{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.3px * .875);
  line-height:1.6;}
.focused-media .simple-intro{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.6rem;}
.focused-media .simple-intro li{display:flex;
  flex-direction:column;
  gap:0.15rem;}
.focused-media .secondary-footer{font-size:calc(16.3px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.75;}
.focused-media .main-block{font-size:16.3px;
  line-height:1.45;}
.focused-media .main-block a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.focused-media .site-area{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);}
.focused-media .site-area p{flex:1 1 20rem;
  margin:0;
  font-size:calc(16.3px * .875);
  line-height:1.6;}
.focused-media .site-area a{
  padding:0.5rem 0.9rem;
  border-radius:0.24rem;
  background:color-mix(in srgb,currentColor 16%,transparent);
  color:inherit;
  text-decoration:none;
  font-size:calc(16.3px * .875);
  transition:background 410ms var(--delay-entry);
}
.focused-media .site-area a:hover{
  background:color-mix(in srgb,currentColor 28%,transparent);
}
@media(max-width:760px){.focused-media .page-summary{flex-direction:column}.focused-media .offer{flex-basis:auto;width:100%}.focused-media .site-area{flex-direction:column;align-items:flex-start}
}
.top-header{--layer-main:calc(1.5rem * 1.32);--mark-content:calc(960px / 2.35);padding:calc(1.5rem * 2.4) 1.03rem;background:#efe1c8;color:#3a2614;}
.top-header .primary-callout{max-width:960px;margin:0 auto;}
.top-header h2,.top-header p{margin:0;}
.top-header h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--mark-content);}
.top-header p{font-size:16.3px;line-height:1.67;}
.top-header .media-lead{max-width:var(--mark-content);margin-top:calc(1.06rem * 1.5);}
.top-header .service-form{margin-top:calc(1.06rem * 1.5);font-size:calc(16.3px * .875);color:#3a2614;opacity:0.82;}
.top-header .site-area{display:flex;flex-wrap:wrap;align-items:center;gap:1.06rem;margin-top:var(--layer-main);}
.top-header .visual-section{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#7a4a22;color:#fdf6e8;text-decoration:none;transition:background 410ms var(--delay-entry);}
.top-header .visual-section:hover{background:#5e3717;color:#2c1d10;}
.top-header .offer-benefit{color:#7a4a22;text-decoration:none;border-bottom:1px solid var(--tone-accent);padding-bottom:2px;font-size:calc(16.3px * .875);}
.top-header .offer-benefit:hover{color:inherit;border-bottom-color:#b06a2c;}
@media (max-width:640px){.top-header .site-area{flex-direction:column;align-items:flex-start;}
}
.top-brand{padding:calc(1.5rem * 2.4) 1.03rem;background:var(--paint-main);color:var(--line-primary)}
.top-brand .primary-callout{max-width:960px;margin:0 auto}
.top-brand .site-list{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5);align-items:flex-start}
.top-brand .media-lead{flex:1 1 26rem;min-width:0}
.top-brand .service-form{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3a2614}
.top-brand h2{margin:0 0 1.5rem;font-size:calc(16.3px * 2.65);line-height:1.08}
.top-brand .clear-inner{margin:0;max-width:34rem;line-height:1.67}
.top-brand .compact-rail{flex:1 1 20rem;min-width:0;padding-top:calc(1.5rem * .75)}
.top-brand .visual-section{display:inline-flex;align-items:center;margin-bottom:calc(1.06rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.4rem;background:#7a4a22;color:#fdf6e8;text-decoration:none}
.top-brand .visual-section:hover{background:#5e3717;color:#2c1d10;}
.top-brand .site-area{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-brand .site-area li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-accent);color:#7a4a22;text-decoration:none}
.top-brand .site-area li a:hover{color:inherit;}
.top-brand .offer{margin:calc(1.06rem * 1.5) 0 0;font-size:calc(16.3px * .875);line-height:1.67;color:#3a2614}
@media(max-width:760px){.top-brand h2{font-size:calc(16.3px * 2)}.top-brand .compact-rail{padding-top:0}}
