:root {
  --tone-warm: #efe7da;
  --paint-base: #3d352c;
  --speed-entry: cubic-bezier(0.2,0.8,0.2,1);
}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.content-callout {
    width: 100%;
    background: #faf6ef;
    color: #241d15;
    border-bottom: 1px solid #e0d5c4;
    padding: calc(0.85rem * 1.5) 0 calc(calc(0.85rem * 1.5) * 0.75);
  }
.top-section {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 1.33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(0.85rem * 0.5);
  }
.team-brand {
    font-size: calc(15.3px * 2);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #241d15;
    text-decoration: none;
    line-height: 1.1;
  }
.team-brand:hover {
    color: #c9762a;
  }
.contact-benefit {
    margin: 0;
    font-size: calc(15.3px * .875);
    color: var(--paint-base);
    text-align: center;
    max-width: 42ch;
  }
.direct-actions {
    width: 100%;
    margin-top: calc(0.85rem * 1.5);
    border-top: 1px solid #e0d5c4;
    border-bottom: 1px solid #e0d5c4;
  }
.nav-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(0.85rem * 1.5);
  }
.nav-list li {
    margin: 0;
  }
.nav-list a {
    display: inline-block;
    padding: calc(calc(0.85rem * 1.5) * 0.6) 0;
    font-size: 15.3px;
    color: #241d15;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--speed-entry),
                border-color 460ms var(--speed-entry);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #c9762a;
    border-bottom-color: #c9762a;
    outline: none;
  }
.contact-method {
    display: none;
    background: transparent;
    color: #241d15;
    border: 1px solid #e0d5c4;
    border-radius: 0.4rem;
    padding: calc(calc(0.85rem * 1.5) * 0.4) calc(calc(0.85rem * 1.5) * 0.6);
    cursor: pointer;
    width: 44px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
.contact-method:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#241d15;}
.active-story{
    display: block;
    width: 22px;
    height: 2px;
    background: #241d15;
    border-radius: 1px;color:#241d15;}
@media (max-width: 767px) {
    .top-section {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: calc(0.85rem * 0.5);
    }

    .team-brand {
      font-size: calc(15.3px * 1.35);
    }

    .contact-benefit {
      order: 3;
      flex-basis: 100%;
      text-align: left;
      font-size: calc(15.3px * .875);
    }

    .contact-method {
      display: flex;
      order: 2;
    }

    .direct-actions {
      display: none;
      order: 4;
      flex-basis: 100%;
      margin-top: calc(0.85rem * 0.5);
      border-top: 1px solid #e0d5c4;
      border-bottom: none;
    }

    .direct-actions.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(0.85rem * 1.5) 0;
    }

    .nav-list a {
      display: block;
      padding: calc(calc(0.85rem * 1.5) * 0.7) 0;
      border-bottom: 1px solid #e0d5c4;
    }

    .nav-list li:last-child a {
      border-bottom: none;
    }
  }
.page-summary{font-family:"Merriweather", sans-serif;font-size:calc(15.3px * .875);line-height:1.9;padding:calc(1.5rem * 2.4) 1.33rem;margin-top:calc(1.5rem * 2.4);background:#2c1f13;color:#f6efe3;}
.quiet-entries{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.85rem * 1.5)}
.contact-brand{display:grid;grid-template-columns:1.2fr 2.4fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.text-fields{display:flex;flex-direction:column;gap:1.5rem}
.media-block{color:inherit;text-decoration:none;font-size:calc(15.3px * 1.35);font-weight:700;letter-spacing:0.01em}
.direct-plan{margin:0;max-width:32ch;opacity:0.82}
.direct-section{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.secondary-form{display:flex;flex-direction:column;gap:1.5rem}
.direct-note{margin:0;font-size:15.3px;font-weight:600;letter-spacing:0.02em;text-transform:uppercase;opacity:0.72}
.public-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.public-items a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-entry)}
.public-items a:hover,
  .public-items a:focus-visible{border-bottom-color:currentColor;color:inherit}
.secondary-feature{display:flex;flex-direction:column;gap:1.5rem}
.media-group{display:flex;flex-direction:column;gap:0.5rem}
.page-panel{margin:0}
.plain-inner{opacity:0.68;margin-right:0.35rem}
.page-panel a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-entry)}
.page-panel a:hover,
  .page-panel a:focus-visible{border-bottom-color:currentColor;color:inherit}
.wide-wrap{border-top:1px solid rgba(255, 255, 255, 0.16);padding-top:1.5rem;display:flex;flex-direction:column;gap:0.5rem}
.simple-content{margin:0;max-width:90ch;opacity:0.78}
.team-details{margin:0;opacity:0.62;font-size:calc(15.3px * .875)}
@media (max-width: 960px) {.contact-brand{grid-template-columns:1fr}.direct-section{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.direct-section{grid-template-columns:1fr}.page-summary{padding:calc(0.85rem * 1.5) 1.33rem;background:#2c1f13;color:#f6efe3;}
  }
footer .site-visual{flex:1 1 100%;max-width:940px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.3px * .875);line-height:1.9;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .public-body{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid #e0d5c4;border-radius:20px;background:#ffffff;color:#241d15;box-shadow:0 10px 26px rgba(0,0,0,0.06)}
.cookies .offer-stack{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(15.3px * 1.35)}
.cookies .offer-stack button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.9}
.cookies .clear-copy{margin-top:12px;display:flex;gap:8px}
.cookies .clear-copy button{flex:1;border:1px solid #e0d5c4;background:var(--tone-warm);color:var(--paint-base);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .clear-copy button.cookie-accept{background:#c9762a;color:#1f1409;border-color:transparent}
.visual-grid{padding:calc(calc(1.5rem * 2.4)) 1.33rem;background:#ffffff;color:#241d15}
.visual-grid .content-menu{max-width:940px;margin:0 auto;display:flex;gap:calc(0.85rem*1.6);align-items:flex-start;flex-wrap:wrap}
.visual-grid .soft-links{flex:1 1 30rem;min-width:0}
.visual-grid h1{margin:0 0 calc(0.85rem * 1.5);font-size:calc(15.3px * 2.65);line-height:1.06}
.visual-grid .wide-panel{margin:0;font-size:calc(15.3px * 1.125);line-height:1.5;opacity:.9}
.visual-grid p{margin:calc(0.85rem * 1.5) 0 0;line-height:1.6;opacity:.85}
.visual-grid .focused-note{display:flex;flex-wrap:wrap;align-items:center;gap:0.85rem;margin-top:calc(calc(0.85rem * 1.5)*1.2)}
.visual-grid .content-region{display:inline-block;padding:.7rem 1.15rem;background:#7a4a24;color:#fdf8f1;border-radius:0.66rem;text-decoration:none;font-size:calc(15.3px * .875);transition:background 460ms var(--speed-entry)}
.visual-grid .content-region:hover{background:#633a1a;color:#241d15;}
.visual-grid .media-panel{color:#7a4a24;text-decoration:underline;text-underline-offset:3px;font-size:calc(15.3px * .875)}
.visual-grid .media-panel:hover{color:inherit;}
.visual-grid .public-inner{flex:0 1 min(26rem,40vw);margin:0;min-width:0}
.visual-grid .wide-steps{display:block;width:100%;height:auto;border-radius:1rem;box-shadow:0 3px 18px rgba(0,0,0,0.05)}
.visual-grid figcaption{margin-top:.6rem;font-size:calc(15.3px * .875);opacity:.7;line-height:1.45}
@media (max-width:820px){.visual-grid .public-inner{flex:1 1 100%}
}
.piece{--layer-main:calc(1.5rem * 1.15);--field-static:calc(940px / 1.55);padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15;}
.piece .content-menu{max-width:940px;margin:0 auto;}
.piece h2,.piece p{margin:0;}
.piece h2{font-size:calc(15.3px * 2);line-height:1.14;}
.piece p{font-size:15.3px;line-height:1.9;}
.piece .plain-copy{max-width:var(--field-static);}
.piece .wide-panel{margin-top:calc(0.85rem * 1.5);}
.piece .main-lead{display:flex;flex-direction:column;gap:0.85rem;margin-top:var(--layer-main);}
.piece details{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #e0d5c4;border-radius:0.66rem;background:#ffffff;color:#241d15;}
.piece details[open]{background:var(--tone-warm);color:var(--paint-base);}
.piece summary{cursor:pointer;font-weight:700;font-size:calc(15.3px * 1.125);line-height:1.3;}
.piece summary::marker{}
.piece details p{margin-top:calc(1.5rem / 2.6);color:inherit;}
.piece .featured-story{margin-top:var(--layer-main);font-size:calc(15.3px * .875);}
.piece .featured-story a{text-decoration:underline;text-underline-offset:3px;}
.piece .featured-story a:hover{}
@media (max-width:640px){.piece details{padding:calc(0.85rem * 1.5) calc(1.5rem * .75);}.piece summary{font-size:15.3px;}
}
.local-figure{
  --layer-main:calc(1.5rem * 1.1);
  --layer-control:calc(940px / 3.15);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#faf6ef;
  color:#241d15;
}
.local-figure .content-menu{max-width:940px;margin:0 auto;}
.local-figure h2,.local-figure h3,.local-figure p{margin:0;}
.local-figure h2{font-size:calc(15.3px * 2);line-height:1.14;}
.local-figure h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.local-figure p{font-size:15.3px;line-height:1.9;}
.local-figure .plain-copy{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.85rem;padding-bottom:calc(calc(0.85rem * 1.5) * .9);border-bottom:1px solid #e0d5c4;}
.local-figure .plain-copy h2{flex:1 1 var(--layer-control);min-width:0;}
.local-figure .plain-copy .wide-panel{flex:1 1 var(--layer-control);min-width:0;color:var(--paint-base);}
.local-figure .simple-note{display:flex;flex-wrap:wrap;gap:var(--layer-main) 0.85rem;margin-top:var(--layer-main);}
.local-figure .tile{flex:1 1 var(--layer-control);min-width:0;padding-top:calc(calc(1.5rem * .75) * .6);border-top:2px solid #c9762a;}
.local-figure .tile h3{margin-bottom:calc(1.5rem / 3);}
.local-figure .tile p{color:var(--paint-base);}
.local-figure .featured-list{display:flex;flex-wrap:wrap;align-items:center;gap:calc(0.85rem * .6);margin-top:calc(var(--layer-main) * 1.2);padding-top:calc(0.85rem * 1.5);border-top:1px solid #e0d5c4;font-size:calc(15.3px * .875);}
.local-figure .media-view{color:var(--paint-base);}
.local-figure .featured-list a{color:#7a4a24;text-decoration:none;border-bottom:1px solid #7a4a24;padding-bottom:1px;transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry);}
.local-figure .featured-list a:hover{color:inherit;border-color:#c9762a;}
.local-figure .compact-figure{color:var(--paint-base);}
@media (max-width:720px){.local-figure .plain-copy{align-items:flex-start;}
}
.steady-grid{--layer-main:calc(1.5rem * 0.9);--field-static:calc(940px / 2.3);padding:calc(1.5rem * 2.4) 1.33rem;background:#7a4a24;color:#fdf8f1;}
.steady-grid .content-menu{max-width:940px;margin:0 auto;}
.steady-grid h2,.steady-grid h3,.steady-grid p{margin:0;}
.steady-grid h2{font-size:calc(15.3px * 2);line-height:1.12;}
.steady-grid h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.steady-grid p{font-size:15.3px;line-height:1.9;color:color-mix(in srgb, currentColor 76%, transparent);}
.steady-grid a{color:inherit;text-decoration:none;}
.steady-grid .wide-feature{margin-bottom:calc(1.5rem / 2);font-size:calc(15.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.steady-grid .wide-panel{margin-top:1.5rem;max-width:var(--field-static);}
.steady-grid .simple-note{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:calc(1.5rem * 1.1);}
.steady-grid .tile{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-grid .tile:first-child{padding-top:0;border-top:0;}
.steady-grid .soft-links{max-width:var(--field-static);}
.steady-grid .soft-links p{margin-top:calc(1.5rem / 3);}
.steady-grid .featured-list{display:flex;flex-wrap:wrap;gap:0.85rem;margin-top:calc(1.5rem * 1.2);}
.steady-grid .featured-list a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.4rem;background:#fdf8f1;color:#7a4a24;font-size:calc(15.3px * .875);}
.steady-grid .featured-list a:hover{background:#c9762a;color:#1f1409;}
@media (min-width:760px){.steady-grid .simple-note{gap:calc(var(--layer-main) * 1.05);}
}
.team-area{padding:calc(calc(1.5rem * 2.4)*.78) 1.33rem;background:#faf6ef;color:#241d15;}
.team-area .narrow-nav{max-width:min(940px,62rem);margin:0 auto;}
.team-area h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(15.3px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.team-area .wide-panel{max-width:42rem;margin-top:clamp(1rem,2vw,calc(0.85rem * 1.5));padding-top:clamp(.9rem,1.6vw,1.5rem);border-top:1px solid #e0d5c4;}
.team-area .wide-panel p{margin:0;font-size:clamp(1rem,1.24vw,15.3px);line-height:1.78;color:var(--paint-base);}
.team-area .page-header{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.66rem;margin:clamp(1.2rem,2.4vw,calc(0.85rem * 1.5)) 0 0;}
@media (max-width:640px){.team-area{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.team-area .page-header{aspect-ratio:4/3;}
  }
.clear-fields{
  background: #faf6ef;
  color: #241d15;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.clear-fields .content-menu{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.85rem * 2);
  align-items: start;}
.clear-fields h2,
.clear-fields h3,
.clear-fields p{margin: 0;}
.clear-fields h2{font-size: calc(15.3px * 2);
  line-height: 1.12;}
.clear-fields h3{font-size: calc(15.3px * 1.35);
  line-height: 1.2;}
.clear-fields p{font-size: 15.3px;
  line-height: 1.9;}
.clear-fields .plain-track{
  display: grid;
  gap: calc(0.85rem * 1.5);
  padding: calc(1.5rem * .75);
  border-left: 3px solid #7a4a24;
  background: var(--tone-warm);
  color: var(--paint-base);
  border-radius: 0.66rem;
  position: sticky;
  top: 1.5rem;
}
.clear-fields .wide-panel{font-size: calc(15.3px * .875);
  line-height: 1.9;}
.clear-fields .steady-intro{display: grid;
  gap: calc(1.5rem * .75);}
.clear-fields .clear-section{display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0d5c4;
  animation: activitiesFade calc(460ms * 1.6) var(--speed-entry) both;
  animation-delay: var(--delay-hover, 0ms);}
.clear-fields .clear-section:last-child{border-bottom: none;}
.clear-fields .clear-section time{font-size: calc(15.3px * .875);
  letter-spacing: .04em;
  padding-top: .35rem;}
.clear-fields .simple-stack{display: grid;
  gap: calc(0.85rem * .5);}
.clear-fields .focused-note{
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .7) 1.5rem;
  border-radius: 0.66rem;
  background: #7a4a24;
  color: #fdf8f1;
  text-decoration: none;
  font-size: calc(15.3px * .875);
  transition: background 460ms var(--speed-entry);
}
.clear-fields .focused-note:hover{
  background: #633a1a;color:#241d15;}
@keyframes activitiesFade {from{ opacity: .25; transform: translateY(calc(calc(0.85rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.clear-fields .content-menu{
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }.clear-fields .plain-track{
    position: static;
  }.clear-fields .clear-section{
    grid-template-columns: 1fr;
    gap: calc(0.85rem * .5);
  }
}
.strong-callout{
  background: #faf6ef;
  color: #241d15;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.strong-callout .content-menu{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.85rem * 1.5);}
.strong-callout h2,
.strong-callout h3,
.strong-callout p{margin: 0;}
.strong-callout h2{font-size: calc(15.3px * 2); line-height: 1.1;}
.strong-callout h3{font-size: calc(15.3px * 1.35); line-height: 1.2;}
.strong-callout p{font-size: 15.3px; line-height: 1.9;}
.strong-callout .offer-grid{display: grid;
  gap: calc(1.5rem * .75);
  max-width: 62ch;}
.strong-callout .wide-panel{color: var(--paint-base);
  font-size: calc(15.3px * 1.125);}
.strong-callout .active-list{display: grid;
  border-top: 1px solid #e0d5c4;}
.strong-callout .contact-entries{display: grid;
  grid-template-columns: 3rem minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0d5c4;
  align-items: baseline;}
.strong-callout .contact-entries span{color: var(--paint-base);
  font-size: calc(15.3px * .875);
  letter-spacing: .06em;}
.strong-callout .plain-stack{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 1rem;
  background: var(--tone-warm);
  color: var(--paint-base);
  border: 1px solid #e0d5c4;
}
.strong-callout .plain-stack p{font-size: calc(15.3px * .875);}
.strong-callout .plain-stack a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.strong-callout .plain-stack a:hover{color:inherit;}
.strong-callout .plain-stack > a{color: #7a4a24;
  border-bottom-color: #7a4a24;}
@media (max-width: 800px) {.strong-callout .contact-entries{ grid-template-columns: 2.5rem 1fr; }.strong-callout .contact-entries p{ grid-column: 2 / -1; }.strong-callout .plain-stack{ flex-direction: column; align-items: flex-start; }
}
.fresh-plan{
  background: linear-gradient(135deg, #3d2a18 0%, #7a4a24 55%, #c9762a 100%);
  color: #fdf8f1;
  padding: calc(1.5rem * 2.4) 1.33rem;
  overflow: hidden;
}
.fresh-plan .content-menu{width: min(100%, 940px);
  margin: 0 auto;}
.fresh-plan h2,
.fresh-plan h3,
.fresh-plan p{margin: 0;}
.fresh-plan h2{font-size: calc(15.3px * 2); line-height: 1.1;}
.fresh-plan h3{font-size: calc(15.3px * 1.35); line-height: 1.18;}
.fresh-plan p{font-size: 15.3px; line-height: 1.9;}
.fresh-plan a{color: inherit; text-decoration: none;}
.fresh-plan .service-fields{
  background: linear-gradient(120deg, #c9762a 0%, #a95f1d 100%);
  color: #1f1409;
}
.fresh-plan .strip{}
.fresh-plan [data-soft]{animation: settingspreferencestoryIn calc(460ms * 2.4) var(--speed-entry) both;
  animation-delay: var(--layer-content, 0ms);}
@keyframes settingspreferencestoryIn {from{ opacity: .2; transform: translateY(calc(calc(0.85rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
.fresh-plan .simple-grid{max-width: min(100%, 62rem);
  display: grid;
  gap: calc(0.85rem * 1.5);}
.fresh-plan .strong-tile{border-radius: 1rem;
  padding: calc(0.85rem * 1.5) 1.5rem;
  display: grid;
  gap: calc(1.5rem * .75);}
.fresh-plan .strong-tile p{max-width: 58ch;}
.fresh-plan .service-visual{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e0d5c4;}
.fresh-plan .plain-proof{padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid #e0d5c4;
  display: grid;
  gap: calc(calc(1.5rem * .75) * .6);
  align-content: start;}
.fresh-plan .plain-proof:nth-child(odd){padding-right: 1.5rem;
  border-right: 1px solid #e0d5c4;}
.fresh-plan .plain-proof:nth-child(even){padding-left: 1.5rem;}
.fresh-plan .plain-proof span{font-size: calc(15.3px * .875);
  letter-spacing: .06em;
  text-transform: uppercase;}
.fresh-plan .secondary-summary{max-width: 60ch;
  font-size: calc(15.3px * .875);}
@media (max-width: 760px) {.fresh-plan h2{ font-size: clamp(calc(15.3px * 1.35), 10vw, calc(15.3px * 2)); }.fresh-plan .service-visual{ grid-template-columns: 1fr; }.fresh-plan .plain-proof:nth-child(odd){
    padding-right: 0;
    border-right: none;
  }.fresh-plan .plain-proof:nth-child(even){
    padding-left: 0;
  }
}
.quiet-brand{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem calc(calc(1.5rem * 2.4)*.68);
    background:#faf6ef;
    color:#241d15;
  }
.quiet-brand .narrow-nav{max-width:min(940px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.85rem * 1.5));}
.quiet-brand h1{margin:0;
    font-size:clamp(2rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.quiet-brand .page-header{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:0;}
.quiet-brand .wide-panel{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.quiet-brand p{margin:0;
    font-size:clamp(1rem,1.26vw,15.3px);
    line-height:1.76;
    color:var(--paint-base);}
@media (max-width:640px){.quiet-brand .page-header{aspect-ratio:4/3}.quiet-brand{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.offer-headline{--layer-main:calc(1.5rem * 1.05);--label-quiet:calc(940px / 3.1);padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15;}
.offer-headline .content-menu{max-width:940px;margin:0 auto;}
.offer-headline h2,.offer-headline h3,.offer-headline p{margin:0;}
.offer-headline h2{font-size:calc(15.3px * 2);line-height:1.14;}
.offer-headline h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.offer-headline p{font-size:15.3px;line-height:1.9;}
.offer-headline .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-headline .row-title h2{flex:1 1 calc(940px / 3);min-width:0;}
.offer-headline .row-title>p{flex:1 1 calc(940px / 3);min-width:0;}
.offer-headline .offer-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);padding-block-end:calc(var(--layer-main) / 3);}
.offer-headline .tile{flex:1 1 var(--label-quiet);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #e0d5c4;}
.offer-headline .tile p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.offer-headline .row-title h2,.offer-headline .row-title>p{flex:1 1 100%;}.offer-headline .tile{flex:1 1 100%;}
}
.featured-panel{
        --layer-main: calc(1.5rem * 1.08);
        --field-static: calc(940px / 2.32);
        padding: calc(1.5rem * 2.4) 1.33rem;
        background: #2c1f13;
        color: #f6efe3;
    }
.featured-panel .content-menu{max-width: 940px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(var(--layer-main) * 1.1);}
.featured-panel h2,
    .featured-panel h3,
    .featured-panel p,
    .featured-panel ol,
    .featured-panel li{margin: 0;}
.featured-panel h2{font-size: calc(15.3px * 2);
        line-height: 1.14;
        max-width: calc(940px * 0.78);}
.featured-panel h3{font-size: calc(15.3px * 1.35);
        line-height: 1.22;}
.featured-panel p{font-size: 15.3px;
        line-height: 1.9;}
.featured-panel .team-flow{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.featured-panel .wide-panel{max-width: var(--field-static);
        opacity: 0.86;}
.featured-panel .plain-track{list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(var(--layer-main) * 0.9);
        border-top: 1px solid color-mix(in srgb, #f6efe3 22%, transparent);
        padding-top: 1.5rem;}
.featured-panel .public-links{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(0.85rem * 0.6);
        padding-block: calc(1.5rem * 0.55);
        border-bottom: 1px solid color-mix(in srgb, #f6efe3 14%, transparent);}
.featured-panel .public-links:last-child{border-bottom: 0;}
.featured-panel .local-group{font-size: calc(15.3px * .875);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.62;}
.featured-panel .soft-links p{margin-top: calc(1.5rem / 3);
        max-width: calc(940px * 0.82);
        opacity: 0.88;}
.featured-panel .wide-feature{
        padding: calc(1.5rem * .75) 1.5rem;
        border-left: 2px solid #c9762a;
        background: color-mix(in srgb, #f6efe3 6%, transparent);color:#241d15;}
.featured-panel .wide-feature p{font-size: calc(15.3px * .875);
        opacity: 0.9;}
.featured-panel a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.featured-panel a:hover{color: #c9762a;}
@media (min-width: 720px) {.featured-panel .public-links{
            grid-template-columns: calc(940px / 6) minmax(0, 1fr);
            gap: 0.85rem;
            align-items: start;
        }
    }
.site-callout{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.site-callout .plain-copy{max-width:min(940px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.85rem * 1.5);}
.site-callout h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.3px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.site-callout .steady-frame{margin:0;
    width:min(100%,42rem);}
.site-callout .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.site-callout .soft-links{max-width:40rem;
    padding-top:1.5rem;
    border-top:1px solid #e0d5c4;}
.site-callout p{margin:0;
    font-size:clamp(1rem,1.22vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
@media (max-width:640px){.site-callout h1{max-width:100%}.site-callout .page-header{aspect-ratio:4/3}.site-callout{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52)}
  }
.narrow-steps{--layer-main:calc(1.5rem * 1.35);--field-static:calc(940px / 2.50);--font-meta:calc(940px / 3.66);padding:calc(1.5rem * 2.4) 1.33rem;background:#c9762a;color:#1f1409;}
.narrow-steps .content-menu{max-width:940px;margin:0 auto;}
.narrow-steps h1,.narrow-steps h2,.narrow-steps h3,.narrow-steps p{margin:0;}
.narrow-steps h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.narrow-steps h2{font-size:calc(15.3px * 2);line-height:1.12;}
.narrow-steps h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.narrow-steps p{font-size:15.3px;line-height:1.9;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-steps a{color:inherit;text-decoration:none;}
.narrow-steps img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.narrow-steps .simple-note{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.narrow-steps .tile{min-width:0;}
.narrow-steps .tile p{margin-top:calc(1.5rem / 3);}
.narrow-steps .team-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.narrow-steps .team-header>.soft-links{flex:1 1 calc(940px / 3);min-width:0;}
.narrow-steps .team-header>.simple-note{flex:2 1 calc(940px / 2);margin-top:0;}
.narrow-steps .team-header>img{margin-left:auto;max-width:calc(var(--font-meta) * 1.2);}
.narrow-steps .soft-links .wide-panel{margin-top:1.5rem;}
.narrow-steps .featured-list{margin-top:var(--layer-main);font-size:calc(15.3px * .875);}
.narrow-steps .featured-list a{text-decoration:underline;text-underline-offset:3px;}
.narrow-steps .featured-list a:hover{}
@media (max-width:720px){.narrow-steps .team-header>.soft-links,.narrow-steps .team-header>.simple-note{flex:1 1 100%;}.narrow-steps .team-header>img{margin-left:0;max-width:100%;}
}
.primary-wrap{--layer-main:calc(1.5rem * 0.92);--field-static:calc(940px / 2.40);padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15;}
.primary-wrap .content-menu{max-width:940px;margin:0 auto;}
.primary-wrap h2,.primary-wrap h3,.primary-wrap p{margin:0;}
.primary-wrap h2{font-size:calc(15.3px * 2);line-height:1.12;}
.primary-wrap h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.primary-wrap p{font-size:15.3px;line-height:1.9;color:var(--paint-base);}
.primary-wrap .wide-feature{margin-bottom:calc(1.5rem / 2);font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--paint-base);}
.primary-wrap .wide-panel{margin-top:1.5rem;max-width:var(--field-static);}
.primary-wrap .simple-note{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);border-top:1px solid #e0d5c4;padding-top:var(--layer-main);}
.primary-wrap .tile{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:0.85rem;align-items:baseline;}
.primary-wrap .tile::before{content:"";width:8px;height:8px;border-radius:50%;background:#c9762a;transform:translateY(-2px);color:#1f1409;}
.primary-wrap .soft-links{min-width:0;}
.primary-wrap .soft-links p{margin-top:calc(1.5rem / 3);}
.primary-wrap .featured-list{margin-top:var(--layer-main);padding-top:1.5rem;border-top:1px solid #e0d5c4;font-size:calc(15.3px * .875);}
.primary-wrap .featured-list a{color:#7a4a24;text-decoration:underline;text-underline-offset:3px;}
.primary-wrap .featured-list a:hover{color:inherit;}
@media (max-width:640px){.primary-wrap .tile{grid-template-columns:1fr;}.primary-wrap .tile::before{display:none;}
}
.offer-header{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.offer-header .narrow-nav{max-width:min(940px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.85rem * 1.5));}
.offer-header h1{margin:0;
    max-width:20ch;
    font-size:clamp(1.95rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:0;}
.offer-header .wide-panel{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.5rem);
    border-left:2px solid #c9762a;}
.offer-header .wide-panel p{margin:0;
    font-size:clamp(1rem,1.25vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
.offer-header .strong-benefit{margin:0;
    width:min(100%,46rem);}
.offer-header .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;}
@media (max-width:640px){.offer-header{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.offer-header h1{max-width:100%;}.offer-header .page-header{aspect-ratio:4/3;}
  }
.narrow-method{
  --layer-main:calc(1.5rem * 1.1);
  --field-static:calc(940px / 2.1);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:var(--tone-warm);
  color:var(--paint-base);
}
.narrow-method .content-menu{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  align-items:flex-start;}
.narrow-method h2,
.narrow-method h3,
.narrow-method p{margin:0;}
.narrow-method h2{font-size:calc(15.3px * 2);
  line-height:1.14;
  max-width:22ch;}
.narrow-method p{font-size:15.3px;
  line-height:1.9;}
.narrow-method .public-inner{flex:1 1 18rem;
  min-width:0;
  padding-right:1.33rem;
  border-right:1px solid #e0d5c4;}
.narrow-method .public-inner .wide-panel{font-size:calc(15.3px * 1.125);
  line-height:1.55;}
.narrow-method .public-inner .wide-feature{margin-top:calc(0.85rem * 1.5);
  font-size:calc(15.3px * .875);
  opacity:0.78;}
.narrow-method .service-area{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.85rem * 1.5);}
.narrow-method .soft-links{max-width:var(--field-static);}
.narrow-method a{color:#7a4a24;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry);}
.narrow-method a:hover{color:inherit;
  border-bottom-color:#c9762a;}
.narrow-method .focused-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.4rem;
  background:#7a4a24;
  color:#fdf8f1;
  border-bottom:none;
  font-size:15.3px;
}
.narrow-method .focused-note:hover{
  background:#633a1a;
  color:#fdf8f1;
  border-bottom-color:transparent;
}
.narrow-method .featured-list{font-size:calc(15.3px * .875);
  max-width:var(--field-static);}
@media (max-width:720px){.narrow-method .public-inner{
    border-right:none;
    border-bottom:1px solid #e0d5c4;
    padding-right:0;
    padding-bottom:calc(0.85rem * 1.5);
  }
}
.featured-frame{
  background: #faf6ef;
  color: #241d15;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.featured-frame .content-menu{width: min(100%, 940px);
  margin: 0 auto;}
.featured-frame .team-flow{max-width: 46rem;}
.featured-frame h2{margin: 0 0 calc(0.85rem * 1.5);
  font-size: calc(15.3px * 2);
  line-height: 1.15;}
.featured-frame .wide-panel{margin: 0;
  font-size: 15.3px;
  line-height: 1.9;}
.featured-frame .plain-track{margin-top: calc(0.85rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.featured-frame .strong-benefit{
  flex: 1 1 20rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #241d15;
  border: 1px solid #e0d5c4;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.featured-frame .strong-benefit img{display: block;
  width: 100%;
  height: 13rem;
  object-fit: cover;}
.featured-frame .strong-benefit figcaption{padding: 1.5rem 1.33rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.featured-frame .offer-lead{
  align-self: flex-start;
  padding: 0.15rem 0.6rem;
  border-radius: 0.4rem;
  background: #c9762a;
  color: #1f1409;
  font-size: calc(15.3px * .875);
  letter-spacing: 0.02em;
}
.featured-frame .strong-benefit strong{font-size: calc(15.3px * 1.125);
  line-height: 1.25;}
.featured-frame .strong-benefit p{margin: 0;
  font-size: calc(15.3px * .875);
  line-height: 1.9;}
.featured-frame .wide-feature{margin: calc(0.85rem * 1.5) 0 0;
  max-width: 44rem;
  font-size: calc(15.3px * .875);
  line-height: 1.9;}
.featured-frame .wide-feature a{text-decoration: underline;}
.featured-frame .wide-feature a:hover{}
@media (max-width: 640px) {.featured-frame .strong-benefit img{
    height: 11rem;
  }
}
.steady-feature{--layer-main:calc(1.5rem * 1.28);--field-static:calc(940px / 2.3);--font-meta:calc(940px / 3.4);padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15;}
.steady-feature .content-menu{max-width:940px;margin:0 auto;}
.steady-feature h2,.steady-feature h3,.steady-feature p{margin:0;}
.steady-feature h2{font-size:calc(15.3px * 2);line-height:1.14;}
.steady-feature h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.steady-feature p{font-size:15.3px;line-height:1.9;}
.steady-feature a{color:#7a4a24;text-decoration:underline;text-underline-offset:3px;}
.steady-feature a:hover{color:inherit;}
.steady-feature img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.steady-feature .wide-panel{max-width:var(--field-static);margin-top:1.5rem;}
.steady-feature .wide-feature{margin-top:var(--layer-main);max-width:var(--field-static);color:var(--paint-base);}
.steady-feature .simple-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;margin-top:var(--layer-main);}
.steady-feature .tile{flex:1 1 calc(940px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e0d5c4;}
.steady-feature .tile p{margin-top:calc(1.5rem / 3);color:var(--paint-base);}
.steady-feature .quiet-service>img{margin-top:var(--layer-main);}
@media (max-width:720px){.steady-feature .tile{flex:1 1 100%;}
}
.page-method{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.page-method .narrow-nav{max-width:min(940px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;}
.page-method h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(15.3px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.page-method .page-header{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:clamp(1.1rem,2.4vw,calc(0.85rem * 1.5)) 0 0;}
.page-method .wide-panel{max-width:40rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.page-method p{margin:0;
    font-size:clamp(1rem,1.22vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
@media (max-width:640px){.page-method h1{max-width:100%;}.page-method .page-header{aspect-ratio:4/3;}.page-method{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.local-entries{
    padding:calc(1.5rem * 2.4) 1.33rem;
    background:#faf6ef;
    color:#241d15;
}
.local-entries .content-menu{max-width:940px;
    margin:0 auto;}
.local-entries .team-flow{margin-bottom:calc(0.85rem * 1.5);
    padding-bottom:1.33rem;
    border-bottom:1px solid #e0d5c4;}
.local-entries .team-flow p{margin:0;
    font-size:calc(15.3px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;}
.local-entries .team-flow h2{margin:1.33rem 0 0;
    font-size:calc(15.3px * 2);
    line-height:1.25;}
.local-entries .wide-panel{max-width:60ch;
    margin-bottom:calc(0.85rem * 1.5);}
.local-entries .wide-panel p{margin:0;
    font-size:15.3px;
    line-height:1.9;}
.local-entries .plain-track{display:flex;
    flex-direction:column;
    gap:1.5rem;
    margin-bottom:calc(0.85rem * 1.5);}
.local-entries .public-links{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0.85rem;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#241d15;
    border:1px solid #e0d5c4;
    border-radius:0.66rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);
}
.local-entries .public-links .offer-lead{
    display:inline-block;
    align-self:start;
    padding:.2rem .6rem;
    font-size:calc(15.3px * .875);
    background:#c9762a;
    color:#1f1409;
    border-radius:0.4rem;
}
.local-entries .public-links h3{margin:0;
    font-size:calc(15.3px * 1.35);
    line-height:1.35;}
.local-entries .public-links p{margin:0;
    font-size:15.3px;
    line-height:1.9;}
.local-entries .public-links a{text-decoration:underline;
    text-underline-offset:2px;}
.local-entries .public-links a:hover{}
.local-entries .wide-feature{
    padding:calc(1.5rem * .75);
    background:var(--tone-warm);
    color:var(--paint-base);
    border-radius:0.66rem;
}
.local-entries .wide-feature p{margin:0 0 0.85rem;
    font-size:15.3px;
    line-height:1.9;}
.local-entries .wide-feature p:last-child{margin-bottom:0;}
.local-entries .wide-feature .featured-list a{text-decoration:underline;
    text-underline-offset:2px;}
.local-entries .wide-feature .featured-list a:hover{}
@media (min-width:720px){.local-entries .public-links{
        grid-template-columns:180px minmax(0,1fr);
        align-items:start;
    }.local-entries .public-links h3{
        grid-column:2;
    }.local-entries .public-links p{
        grid-column:2;
    }
}
.public-form{
  --layer-main:calc(1.5rem * 1.2);
  --field-static:calc(940px / 2.6);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#faf6ef;
  color:#241d15;
}
.public-form .content-menu{max-width:940px;
  margin:0 auto;}
.public-form h2,
.public-form h3,
.public-form p{margin:0;}
.public-form h2{font-size:calc(15.3px * 2);
  line-height:1.14;}
.public-form h3{font-size:calc(15.3px * 1.35);
  line-height:1.25;}
.public-form p{font-size:15.3px;
  line-height:1.9;}
.public-form a{color:#7a4a24;
  text-decoration:underline;
  text-underline-offset:2px;}
.public-form a:hover{color:inherit;}
.public-form .plain-copy{display:flex;
  flex-direction:column;
  gap:calc(0.85rem * 1.5);
  max-width:var(--field-static);}
.public-form .wide-panel{color:var(--paint-base);}
.public-form .strong-benefit{margin:var(--layer-main) 0 0;}
.public-form .strong-benefit img{display:block;
  width:100%;
  height:auto;
  border-radius:1rem;
  box-shadow:0 3px 18px rgba(0,0,0,0.05);}
.public-form .simple-note{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-main);
  border-top:1px solid #e0d5c4;}
.public-form .tile{display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:
    "num title"
    "num text";
  column-gap:1.5rem;
  row-gap:calc(1.5rem / 3);
  padding:calc(0.85rem * 1.5) 0;
  border-bottom:1px solid #e0d5c4;}
.public-form .clear-contact{grid-area:num;
  font-size:calc(15.3px * .875);
  letter-spacing:0.08em;
  color:var(--paint-base);
  padding-top:0.35em;}
.public-form .tile h3{grid-area:title;}
.public-form .tile p{grid-area:text;
  color:var(--paint-base);
  max-width:var(--field-static);}
.public-form .wide-feature{
  margin-top:var(--layer-main);
  padding:calc(1.5rem * .75) 1.5rem;
  background:var(--tone-warm);
  color:var(--paint-base);
  border-radius:0.66rem;
}
.public-form .wide-feature p{font-size:calc(15.3px * .875);}
@media (max-width:640px){.public-form .tile{
    grid-template-columns:1fr;
    grid-template-areas:
      "num"
      "title"
      "text";
    row-gap:calc(1.5rem / 4);
  }.public-form .clear-contact{
    padding-top:0;
  }
}
.secondary-story{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.secondary-story .narrow-nav{max-width:min(940px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.85rem * 1.5));}
.secondary-story h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;
    max-width:22ch;}
.secondary-story .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    box-shadow:var(--lift-strong,0 0px 4px rgba(0,0,0,0.04));}
.secondary-story .soft-links{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.33rem);
    border-left:2px solid #c9762a;}
.secondary-story p{margin:0;
    font-size:clamp(1rem,1.2vw,15.3px);
    line-height:1.78;
    color:var(--paint-base,#3d352c);}
@media (max-width:640px){.secondary-story{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.secondary-story h1{max-width:100%;}.secondary-story .page-header{aspect-ratio:4/3;}.secondary-story .soft-links{padding-left:0;border-left:0;border-top:2px solid #c9762a;padding-top:1.5rem;}
  }
.offer-proof{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: var(--tone-warm);
  color: var(--paint-base);
}
.offer-proof .content-menu{max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.85rem * 1.5);
  align-items: flex-start;}
.offer-proof .focused-note{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #241d15;
  border: 1px solid #e0d5c4;
  box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.offer-proof .focused-note .wide-panel{margin: 0 0 calc(0.85rem * 1.5);
  font-size: calc(15.3px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.offer-proof h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.3px * 2);
  line-height: 1.15;}
.offer-proof .focused-note .soft-links{margin: 0 0 calc(0.85rem * 1.5);
  font-size: 15.3px;
  line-height: 1.9;}
.offer-proof .focused-note a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.66rem;
  background: #7a4a24;
  color: #fdf8f1;
  text-decoration: none;
  font-size: 15.3px;
  transition: background 460ms var(--speed-entry);
}
.offer-proof .focused-note a:hover{
  background: #633a1a;color:#241d15;}
.offer-proof .offer-story{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;}
.offer-proof .offer-story .wide-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.3px * 1.125);
  line-height: 1.4;}
.offer-proof .plain-menu{
  padding: calc(1.5rem * .75);
  border-radius: 0.66rem;
  background: #2c1f13;
  color: #f6efe3;
  display: flex;
  flex-direction: column;
  gap: calc(0.85rem * 0.5);
}
.offer-proof .plain-menu strong{font-size: 15.3px;
  line-height: 1.3;}
.offer-proof .plain-menu span{font-size: calc(15.3px * .875);
  line-height: 1.9;
  opacity: 0.85;}
.offer-proof .team-method{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e0d5c4;
  font-size: calc(15.3px * .875);
  line-height: 1.9;}
@media (max-width: 760px) {.offer-proof .content-menu{
    flex-direction: column;
  }.offer-proof .focused-note,
  .offer-proof .offer-story{
    flex: 1 1 auto;
    width: 100%;
  }
}
.focused-items{
    padding:calc(1.5rem * 2.4) 1.33rem;
    background:var(--tone-warm);
    color:var(--paint-base);
}
.focused-items .content-menu{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.85rem * 1.5);}
.focused-items .wide-panel{max-width:44rem;}
.focused-items .wide-panel h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.3px * 2);
    line-height:1.25;}
.focused-items .wide-panel p{margin:0;
    font-size:15.3px;}
.focused-items .plain-track{display:flex;
    flex-direction:column;
    border-top:1px solid #e0d5c4;}
.focused-items .public-links{padding:1.5rem 0;
    border-bottom:1px solid #e0d5c4;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:0.85rem 1.33rem;
    align-items:start;}
.focused-items .public-links h3{margin:0;
    font-size:calc(15.3px * 1.35);
    line-height:1.35;}
.focused-items .public-links p{margin:0;
    grid-column:2;}
.focused-items .public-links p + p{margin-top:calc(0.85rem * 0.6);}
.focused-items .wide-feature{font-size:calc(15.3px * .875);}
.focused-items .public-links a{color:#7a4a24;
    text-decoration:underline;
    text-underline-offset:2px;}
.focused-items .public-links a:hover{color:inherit;}
.focused-items .focused-note{
    padding:calc(1.5rem * .75) 1.33rem;
    background:#ffffff;
    color:#241d15;
    border:1px solid #e0d5c4;
    border-radius:0.66rem;
}
.focused-items .focused-note p{margin:0;}
.focused-items .focused-note a{color:#7a4a24;
    text-decoration:underline;
    text-underline-offset:2px;}
.focused-items .focused-note a:hover{color:inherit;}
@media (max-width:720px){.focused-items .public-links{
        grid-template-columns:1fr;
    }.focused-items .public-links p{
        grid-column:1;
    }
}
.quiet-frame{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.quiet-frame .active-grid{max-width:min(940px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(0.85rem * 1.5));}
.quiet-frame .wide-panel{max-width:44rem;}
.quiet-frame h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.3px * 2.65));
    line-height:1.12;
    font-weight:640;
    letter-spacing:-0.005em;}
.quiet-frame .soft-links{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.22vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
.quiet-frame .strong-benefit{margin:0;
    width:min(100%,46rem);}
.quiet-frame .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
@media (max-width:640px){.quiet-frame{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.quiet-frame .page-header{aspect-ratio:4/3;}
  }
.plain-footer{
  --layer-main:calc(1.5rem * 1.05);
  --field-static:calc(940px / 1.6);
  --font-meta:calc(940px / 3.6);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#7a4a24;
  color:#fdf8f1;
}
.plain-footer .content-menu{max-width:940px;
  margin:0 auto;}
.plain-footer h2,
.plain-footer h3,
.plain-footer p{margin:0;}
.plain-footer h2{font-size:calc(15.3px * 2);
  line-height:1.14;
  max-width:var(--field-static);}
.plain-footer h3{font-size:calc(15.3px * 1.35);
  line-height:1.22;}
.plain-footer p{font-size:15.3px;
  line-height:1.9;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-footer a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  transition:border-color 460ms var(--speed-entry), opacity 460ms var(--speed-entry);}
.plain-footer a:hover{border-color:currentColor;
  opacity:.85;}
.plain-footer img{display:block;
  width:100%;
  height:auto;
  border-radius:0.66rem;
  object-fit:cover;}
.plain-footer .wide-feature{font-size:calc(15.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);
  color:color-mix(in srgb, currentColor 62%, transparent);}
.plain-footer .wide-panel{margin-top:1.5rem;
  max-width:var(--field-static);}
.plain-footer .simple-note{display:flex;
  flex-direction:column;
  gap:var(--layer-main);
  margin-top:calc(var(--layer-main) * 1.2);}
.plain-footer .tile{min-width:0;
  display:grid;
  grid-template-columns:minmax(0,var(--font-meta)) minmax(0,1fr);
  gap:1.5rem;
  align-items:start;
  padding-bottom:var(--layer-main);
  border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.plain-footer .tile:last-of-type{border-bottom:0;
  padding-bottom:0;}
.plain-footer .tile img{aspect-ratio:4 / 3;}
.plain-footer .tile h3{margin-bottom:calc(1.5rem / 3);}
.plain-footer .tile p{margin-bottom:calc(1.5rem / 2);}
.plain-footer .tile a{display:inline-block;
  font-size:calc(15.3px * .875);
  letter-spacing:.02em;}
.plain-footer .featured-list{margin-top:calc(var(--layer-main) * 1.1);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  max-width:var(--field-static);
  font-size:calc(15.3px * .875);}
@media (max-width:720px){.plain-footer .tile{
    grid-template-columns:1fr;
    gap:calc(1.5rem / 1.5);
  }.plain-footer .tile img{
    max-width:100%;
  }
}
.offer-brand{
  --layer-main:calc(1.5rem * 1.1);
  --layer-control:calc(940px / 2.4);
  --layer-local:calc(940px / 3.2);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#faf6ef;
  color:#241d15;
}
.offer-brand .content-menu{max-width:940px;margin:0 auto;}
.offer-brand h2,
.offer-brand h3,
.offer-brand p{margin:0;}
.offer-brand h2{font-size:calc(15.3px * 2);line-height:1.14;}
.offer-brand h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.offer-brand p{font-size:15.3px;line-height:1.9;}
.offer-brand .plain-copy{max-width:var(--layer-control);}
.offer-brand .plain-copy .wide-panel{margin-top:calc(1.5rem / 2);color:var(--paint-base);}
.offer-brand .site-body{display:block;
  width:100%;
  height:var(--layer-local);
  object-fit:cover;
  margin-top:var(--layer-main);
  border-radius:1rem;
  box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.offer-brand .simple-note{display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  margin-top:var(--layer-main);}
.offer-brand .tile{
  flex:1 1 calc(940px / 3.1);
  min-width:0;
  padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 0.9);
  background:#ffffff;
  color:#241d15;
  border:1px solid #e0d5c4;
  border-radius:0.66rem;
}
.offer-brand .tile p{margin-top:calc(1.5rem / 3);color:var(--paint-base);font-size:calc(15.3px * .875);}
.offer-brand .featured-list{margin-top:var(--layer-main);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #e0d5c4;}
.offer-brand .featured-list .wide-feature{font-size:calc(15.3px * .875);color:var(--paint-base);}
.offer-brand .featured-list a{color:#7a4a24;
  text-decoration:none;
  border-bottom:1px solid #7a4a24;
  transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry);}
.offer-brand .featured-list a:hover{color:inherit;
  border-bottom-color:#c9762a;}
@media (max-width:720px){.offer-brand .site-body{height:calc(940px / 2.2);}.offer-brand .tile{flex:1 1 100%;}
}
.secondary-content{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.secondary-content .narrow-nav{max-width:min(940px,64rem);
    margin:0 auto;}
.secondary-content h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.secondary-content .page-header{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:clamp(1.1rem,2.4vw,calc(0.85rem * 1.5)) 0 0;}
.secondary-content .wide-panel{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.secondary-content p{margin:0;
    font-size:clamp(1rem,1.28vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
@media (max-width:640px){.secondary-content h1{max-width:100%;}.secondary-content .page-header{aspect-ratio:4/3;}.secondary-content{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.open-team{--layer-main:calc(1.5rem * 0.85);--field-static:calc(940px * 0.42);padding:calc(1.5rem * 2.4) 1.33rem;background:var(--tone-warm);color:var(--paint-base);}
.open-team .content-menu{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-main);}
.open-team h2,.open-team h3,.open-team p{margin:0;}
.open-team h2{font-size:calc(15.3px * 2);line-height:1.14;}
.open-team h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.open-team p{font-size:15.3px;line-height:1.9;}
.open-team a{text-decoration:underline;text-underline-offset:2px;}
.open-team a:hover{}
.open-team .plain-track{max-width:var(--field-static);display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.open-team .wide-panel{font-size:calc(15.3px * 1.125);}
.open-team .simple-note{display:flex;flex-direction:column;gap:0.85rem;border-top:1px solid #e0d5c4;padding-top:var(--layer-main);}
.open-team .tile{padding:calc(calc(1.5rem * .75) * 0.9) 0;border-bottom:1px solid #e0d5c4;}
.open-team .tile summary{cursor:pointer;font-weight:700;font-size:calc(15.3px * 1.125);line-height:1.35;list-style:none;}
.open-team .tile summary::-webkit-details-marker{display:none;}
.open-team .tile summary::after{content:"+";float:right;font-weight:400;}
.open-team .tile[open] summary::after{content:"\2013";}
.open-team .tile p{margin-top:calc(1.5rem / 3);max-width:var(--field-static);}
@media (min-width:760px){.open-team .content-menu{flex-direction:row;align-items:flex-start;gap:1.5rem;}.open-team .plain-track{flex:0 0 34%;position:sticky;top:1.5rem;}.open-team .simple-note{flex:1 1 auto;border-top:0;padding-top:0;}
}
.contact-visual{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #2c1f13;
  color: #f6efe3;
}
.contact-visual .content-menu{max-width: min(940px, 72rem);
  margin: 0 auto;}
.contact-visual .plain-copy{max-width: 46rem;
  margin-bottom: calc(0.85rem * 1.5);}
.contact-visual h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;}
.contact-visual .content-header{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.9;
  color: #d8cfc2;}
.contact-visual .plain-track{display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;}
.contact-visual .tile{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #c9762a;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 0.4rem 0.4rem 0;
}
.contact-visual .contact-entries{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(0.85rem * .5);
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.contact-visual .media-actions{font-weight: 700;
  font-size: 15.3px;
  line-height: 1.3;}
.contact-visual .offer-lead{font-size: calc(15.3px * .875);
  color: #c9762a;
  letter-spacing: 0.02em;}
.contact-visual .tile p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  color: #d8cfc2;
  line-height: 1.9;}
.contact-visual .tile small{display: block;
  font-size: calc(15.3px * .875);color:inherit;}
.contact-visual .wide-feature{margin: calc(0.85rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: calc(15.3px * .875);
  color: #d8cfc2;}
.contact-visual .wide-feature a{color: #c9762a;
  text-decoration: underline;
  text-underline-offset: 3px;}
.contact-visual .wide-feature a:hover{color:inherit;}
@media (max-width: 700px) {.contact-visual .plain-track{
    display: block;
  }.contact-visual .tile + .tile{
    margin-top: 0.85rem;
  }
}
.media-header{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.media-header .narrow-nav{max-width:min(940px,64rem);
    margin:0 auto;}
.media-header h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.media-header .page-header{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:clamp(1rem,2.2vw,calc(0.85rem * 1.5)) 0 0;}
.media-header .wide-panel{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.media-header p{margin:0;
    font-size:clamp(1rem,1.28vw,15.3px);
    line-height:1.74;
    color:var(--paint-base);}
@media (max-width:640px){.media-header h1{max-width:100%;}.media-header .page-header{aspect-ratio:4/3;}.media-header{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.wide-note{--layer-main:calc(1.5rem * 1.19);--field-static:calc(940px / 3.10);--font-meta:calc(940px / 3.27);padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15;}
.wide-note .content-menu{max-width:940px;margin:0 auto;}
.wide-note h2,.wide-note h3,.wide-note p{margin:0;}
.wide-note h2{font-size:calc(15.3px * 2);line-height:1.12;}
.wide-note h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.wide-note p{font-size:15.3px;line-height:1.9;color:var(--paint-base);}
.wide-note a{color:#7a4a24;text-decoration:none;border-bottom:1px solid #e0d5c4;}
.wide-note a:hover{color:inherit;}
.wide-note img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.wide-note .wide-panel{color:#241d15;}
.wide-note .wide-feature{margin-top:calc(1.5rem / 2);font-size:calc(15.3px * .875);}
.wide-note .featured-list{margin-top:1.5rem;font-size:calc(15.3px * .875);}
.wide-note .simple-note{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.wide-note .tile{min-width:0;padding-bottom:calc(0.85rem * 1.5);border-bottom:1px solid #e0d5c4;}
.wide-note .tile:last-child{border-bottom:0;padding-bottom:0;}
.wide-note .tile p{margin-top:calc(1.5rem / 3);}
.wide-note .tile img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-meta) * .7);}
.wide-note .team-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.wide-note .team-header>.soft-links{flex:1 1 calc(940px / 3);min-width:0;}
.wide-note .team-header>.simple-note{flex:2 1 calc(940px / 2);margin-top:0;}
.wide-note .team-header>img{margin-left:auto;max-width:calc(var(--font-meta) * 1.2);}
.wide-note .soft-links .wide-panel{margin-top:1.5rem;}
@media (max-width:720px){.wide-note .team-header>img{margin-left:0;max-width:100%;}
}
.wide-fields{--layer-main:calc(1.5rem * 1.15);--label-quiet:calc(940px / 3.4);padding:calc(1.5rem * 2.4) 1.33rem;background:#c9762a;color:#1f1409;}
.wide-fields .content-menu{max-width:940px;margin:0 auto;}
.wide-fields h2,.wide-fields h3,.wide-fields p{margin:0;}
.wide-fields h2{font-size:calc(15.3px * 2);line-height:1.14;}
.wide-fields h3{font-size:calc(15.3px * 1.35);line-height:1.22;}
.wide-fields p{font-size:15.3px;line-height:1.9;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-fields a{color:inherit;text-decoration:none;}
.wide-fields .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.wide-fields .row-title h2{flex:1 1 calc(940px / 3);min-width:0;}
.wide-fields .row-title>p{flex:1 1 calc(940px / 3);min-width:0;}
.wide-fields .team-inner{padding-inline-start:calc(1.33rem / 2);}
.wide-fields .quiet-group{row-gap:calc(var(--layer-main) * .7);}
.wide-fields .fresh-team{padding-block:calc(var(--layer-main) / 2);}
.wide-fields .fresh-callout{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.wide-fields .tile{flex:1 1 var(--label-quiet);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-fields .tile p{margin-top:calc(1.5rem / 3);}
.wide-fields .tile a{display:inline-flex;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);opacity:.9;transition:opacity 460ms var(--speed-entry);}
.wide-fields .tile a:hover{opacity:1;}
.wide-fields .featured-list{flex:1 1 100%;margin-top:var(--layer-main);font-size:calc(15.3px * .875);}
.wide-fields .featured-list a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.steady-menu{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.steady-menu .narrow-nav{max-width:min(940px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.85rem * 1.5);}
.steady-menu .wide-panel{display:flex;
    flex-direction:column;
    gap:0.85rem;
    max-width:44rem;}
.steady-menu h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(15.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.steady-menu .secondary-header{margin:0;
    font-size:clamp(1rem,1.22vw,15.3px);
    line-height:1.72;
    color:var(--paint-base);}
.steady-menu .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
@media (max-width:640px){.steady-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.steady-menu .page-header{aspect-ratio:4/3;}
  }
.active-wrap{
    padding:calc(1.5rem * 2.4) 1.33rem;
    background:var(--tone-warm);
    color:var(--paint-base);
}
.active-wrap .content-menu{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.85rem * 1.5);}
.active-wrap .wide-panel{max-width:60ch;}
.active-wrap .wide-panel h2{margin:0 0 0.6rem;
    font-size:calc(15.3px * 2);
    line-height:1.25;}
.active-wrap .wide-panel p{margin:0;
    font-size:15.3px;
    line-height:1.9;}
.active-wrap .plain-track{display:flex;
    flex-wrap:wrap;
    gap:0.85rem;}
.active-wrap .tile{
    flex:1 1 260px;
    background:#ffffff;
    color:#241d15;
    border:1px solid #e0d5c4;
    border-radius:0.66rem;
    padding:calc(1.5rem * .75) 1.33rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);
}
.active-wrap .tile h3{margin:0 0 0.5rem;
    font-size:calc(15.3px * 1.35);
    line-height:1.3;}
.active-wrap .tile p{margin:0;
    font-size:calc(15.3px * .875);
    line-height:1.9;}
.active-wrap .public-inner{border-top:1px solid #e0d5c4;
    padding-top:calc(0.85rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    justify-content:space-between;
    gap:0.85rem;}
.active-wrap .public-inner p{margin:0;
    font-size:calc(15.3px * .875);
    max-width:52ch;}
.active-wrap .media-panel{display:flex;
    flex-wrap:wrap;
    gap:1.33rem;}
.active-wrap .media-panel a{color:#7a4a24;
    text-decoration:none;
    font-size:calc(15.3px * .875);
    border-bottom:1px solid transparent;
    transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry);}
.active-wrap .media-panel a:hover{color:inherit;
    border-bottom-color:#c9762a;}
@media (max-width:700px){.active-wrap .tile{flex:1 1 100%;}.active-wrap .public-inner{flex-direction:column;align-items:flex-start;}
}
.group{background:var(--tone-warm);color:var(--paint-base);padding:calc(1.5rem * 2.4) 1.33rem}
.group .content-menu{max-width:940px;margin:0 auto}
.group .narrow-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.85rem * 1.5)}
.group .soft-links{flex:1 1 22rem;min-width:0}
.group h2{margin:0;font-size:clamp(calc(15.3px * 2),4.4vw,calc(15.3px * 2.65));line-height:1.1}
.group p{margin:1.5rem 0 0;max-width:38rem;font-size:15.3px;line-height:1.7}
.group .soft-links a{display:inline-flex;margin-top:1.5rem;padding:calc(calc(1.5rem * .75)*.9) 0.85rem;border-radius:0.66rem;background:#7a4a24;color:#fdf8f1;text-decoration:none;font-weight:700}
.group .soft-links a:hover{background:#633a1a;color:#241d15;}
.group .wide-steps{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;box-shadow:0 3px 18px rgba(0,0,0,0.05)}
.group .simple-note{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.group .tile{padding-bottom:1.5rem;border-bottom:1px solid #e0d5c4}
.group .tile:last-child{border-bottom:none;padding-bottom:0}
.group strong{display:block;font-size:calc(15.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.group span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:15.3px}
.group span a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#7a4a24 40%,transparent)}
.group span a:hover{border-bottom-color:#c9762a}
@media(max-width:780px){.group .narrow-callout{flex-direction:column}.group .wide-steps{flex-basis:auto;min-width:0;aspect-ratio:16/9}.group .simple-note{width:100%}}
.media{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.media .narrow-nav{max-width:min(940px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.media h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.media .page-header{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:clamp(1rem,2.4vw,calc(0.85rem * 1.5)) 0 0;}
.media .wide-panel{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.media p{margin:0;
    font-size:clamp(1rem,1.25vw,15.3px);
    line-height:1.78;
    color:var(--paint-base);}
@media (max-width:640px){.media h1{max-width:100%;}.media .page-header{aspect-ratio:4/3;}.media{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.soft-proof{
        padding:calc(1.5rem * 2.4) 1.33rem;
        background:var(--tone-warm);
        color:var(--paint-base);
    }
.soft-proof .content-menu{max-width:940px;
        margin:0 auto;}
.soft-proof .team-flow{max-width:44rem;
        margin-bottom:calc(0.85rem * 1.5);}
.soft-proof .team-flow h2{margin:0;
        font-size:calc(15.3px * 2);
        line-height:1.25;}
.soft-proof .team-flow p{margin:0.85rem 0 0;
        font-size:15.3px;}
.soft-proof .wide-tile{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.soft-proof .featured-list{
        background:#ffffff;
        color:#241d15;
        border:1px solid #e0d5c4;
        border-radius:0.66rem;
        padding:calc(1.5rem * .75);
    }
.soft-proof .featured-list h3{margin:0 0 0.4rem;
        font-size:calc(15.3px * 1.125);}
.soft-proof .featured-list p{margin:0;}
.soft-proof .featured-list .contact-entries{margin-top:0.5rem;
        font-size:calc(15.3px * .875);}
.soft-proof .featured-list a{color:#7a4a24;
        text-decoration:none;
        border-bottom:1px solid #e0d5c4;}
.soft-proof .featured-list a:hover{color:inherit;
        border-bottom-color:#c9762a;}
.soft-proof .wide-feature{margin-top:calc(0.85rem * 1.5);
        padding-top:0.85rem;
        border-top:1px solid #e0d5c4;
        font-size:calc(15.3px * .875);}
.soft-proof .wide-feature p{margin:0;}
.soft-proof .wide-feature a{color:#7a4a24;
        text-decoration:none;
        border-bottom:1px solid #e0d5c4;}
.soft-proof .wide-feature a:hover{color:inherit;
        border-bottom-color:#c9762a;}
@media (min-width:720px){.soft-proof .wide-tile{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:0.85rem;
        }
    }
.team-menu{background:var(--tone-warm);color:var(--paint-base);padding:calc(1.5rem * 2.4) 1.33rem}
.team-menu .content-menu{max-width:940px;margin:0 auto}
.team-menu .narrow-callout{display:flex;gap:calc(0.85rem * 1.5);align-items:flex-start}
.team-menu .contact-service{flex:1 1 34rem;min-width:0}
.team-menu .public-inner{flex:0 1 22rem;min-width:15rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-menu h2{margin:0;font-size:clamp(calc(15.3px * 2),4.4vw,calc(15.3px * 2.65));line-height:1.1;letter-spacing:0}
.team-menu .wide-panel{margin:1.5rem 0 0;max-width:44rem;font-size:calc(15.3px * 1.125);line-height:1.7}
.team-menu h3{margin:calc(0.85rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(15.3px * 1.35);line-height:1.25}
.team-menu .fresh-steps{display:flex;flex-direction:column;gap:0.85rem;margin-top:calc(0.85rem * 1.5);border-top:1px solid #e0d5c4;padding-top:calc(1.5rem * .75)}
.team-menu .public-links{display:flex;flex-wrap:wrap;gap:0.85rem;align-items:baseline}
.team-menu .soft-figure{flex:0 0 6.5rem;font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.72}
.team-menu .compact-nav{flex:1 1 auto;min-width:0;font-size:15.3px}
.team-menu .contact-stack{text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry)}
.team-menu .contact-stack:hover{border-bottom-color:#c9762a}
.team-menu .simple-note{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.85rem}
.team-menu .simple-note li{display:flex;flex-wrap:wrap;gap:0.85rem;justify-content:space-between;padding-bottom:0.85rem;border-bottom:1px solid #e0d5c4}
.team-menu .simple-note li:last-child{border-bottom:0;padding-bottom:0}
.team-menu .bottom-feature p{margin:calc(1.5rem * .75) 0 0;max-width:44rem;line-height:1.75}
.team-menu .page-header{display:block;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.04)}
.team-menu .wide-feature{margin:0;font-size:calc(15.3px * .875);line-height:1.7;opacity:0.82}
.team-menu .focused-note{display:inline-block;padding:calc(1.5rem * .75) calc(0.85rem * 1.5);border-radius:0.66rem;background:#7a4a24;color:#fdf8f1;text-decoration:none;font-size:calc(15.3px * .875);text-align:center;transition:background 460ms var(--speed-entry)}
.team-menu .focused-note:hover{background:#633a1a;color:#241d15;}
@media(max-width:760px){.team-menu .narrow-callout{flex-direction:column}.team-menu .public-inner{flex-basis:auto;min-width:0;width:100%}.team-menu .soft-figure{flex-basis:100%}}
.service-story{
    color: #241d15;
    background: #faf6ef;
    padding: calc(1.5rem * 2.4) 1.33rem;
}
.service-story .c{max-width: 940px;
    margin: 0 auto;
    display: grid;
    gap: calc(0.85rem * 1.5);}
@media (min-width: 1024px) {.service-story .c{
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: start;
    }
}
.service-story .strong-plan{margin-bottom: calc(0.85rem * 1.5);}
.service-story h1{font-size: calc(15.3px * 2.65);
    line-height: 1.25;
    margin: 0 0 0.6rem;}
.service-story .wide-panel{font-size: calc(15.3px * 1.125);
    margin: 0 0 1.1rem;
    max-width: 46ch;}
.service-story .active-entries{display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    font-size: calc(15.3px * .875);
    padding-top: 0.6rem;
    border-top: 1px solid #e0d5c4;}
.service-story .strong-benefit{
    margin: 0 0 calc(0.85rem * 1.5);
    border-radius: 1rem;
    overflow: hidden;
    background: var(--tone-warm);color:var(--paint-base);}
.service-story .strong-benefit img{display: block;
    width: 100%;
    height: auto;}
.service-story .contact-service{line-height: 1.9;
    font-size: 15.3px;}
.service-story .contact-service p{margin: 0 0 1.1rem;}
.service-story .contact-service h2{font-size: calc(15.3px * 1.35);
    margin: 2rem 0 0.7rem;
    line-height: 1.35;}
.service-story .active-shell{margin: 0 0 1.4rem;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.service-story .active-shell li{padding-left: 0.2rem;}
.service-story .featured-list{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    margin-top: calc(0.85rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #e0d5c4;
    font-size: calc(15.3px * .875);}
.service-story .media-view{}
.service-story .featured-list a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 460ms var(--speed-entry), border-color 460ms var(--speed-entry);}
.service-story .featured-list a:hover{border-bottom-color: #c9762a;}
.service-story .public-inner{
    background: #ffffff;
    color: #241d15;
    border: 1px solid #e0d5c4;
    border-radius: 1rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.service-story .public-inner h3{margin: 0 0 1rem;
    font-size: 15.3px;}
.service-story .simple-note{display: flex;
    flex-direction: column;
    gap: 0.9rem;}
.service-story .simple-note a{display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-decoration: none;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e0d5c4;
    transition: color 460ms var(--speed-entry);}
.service-story .simple-note a:last-child{border-bottom: none;
    padding-bottom: 0;}
.service-story .simple-note a:hover .t{}
.service-story .simple-note .t{font-weight: 700;
    font-size: calc(15.3px * .875);
    line-height: 1.4;
    transition: color 460ms var(--speed-entry);}
.service-story .simple-note .s{font-size: calc(15.3px * .875);
    line-height: 1.5;}
.service-story .wide-feature{margin-top: calc(1.5rem * .75);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #e0d5c4;
    font-size: calc(15.3px * .875);}
.service-story .wide-feature p{margin: 0;}
.service-story .wide-feature a{text-decoration: none;
    border-bottom: 1px solid #e0d5c4;}
.service-story .wide-feature a:hover{border-bottom-color: #c9762a;}
.media-section{
        color: #241d15;
        background: #faf6ef;
        padding: calc(1.5rem * 2.4) 1.33rem;
    }
.media-section .c{max-width: 940px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.85rem * 1.5);}
@media (min-width: 1024px) {.media-section .c{
            grid-template-columns: minmax(0, 1fr) 280px;
            align-items: start;
        }
    }
.media-section .strong-plan{margin-bottom: calc(0.85rem * 1.5);}
.media-section h1{font-size: calc(15.3px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.6rem;}
.media-section .service-figure{font-size: calc(15.3px * 1.125);
        margin: 0 0 1rem;}
.media-section .active-entries{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.2rem;
        font-size: calc(15.3px * .875);
        padding-bottom: 1rem;
        border-bottom: 1px solid #e0d5c4;}
.media-section .active-entries .offer-lead{
        padding: 0.15rem 0.6rem;
        background: #c9762a;
        color: #1f1409;
        border-radius: 0.4rem;
        font-size: calc(15.3px * .875);
    }
.media-section .strong-header{margin: 0 0 calc(0.85rem * 1.5);}
.media-section .strong-header img{display: block;
        width: 100%;
        height: auto;
        border-radius: 1rem;
        box-shadow: 0 0px 4px rgba(0,0,0,0.04);}
.media-section .strong-header figcaption{margin-top: 0.5rem;
        font-size: calc(15.3px * .875);}
.media-section .contact-service{line-height: 1.9;
        font-size: 15.3px;}
.media-section .contact-service p{margin: 0 0 1.1rem;}
.media-section .contact-service h2{font-size: calc(15.3px * 1.35);
        margin: 1.8rem 0 0.7rem;}
.media-section .contact-service .wide-feature{
        padding: 0.9rem 1.1rem;
        background: var(--tone-warm);
        color: var(--paint-base);
        border-left: 3px solid #c9762a;
        border-radius: 0.4rem;
        font-size: calc(15.3px * .875);
    }
.media-section .featured-list{display: flex;
        flex-wrap: wrap;
        gap: 0.6rem 1.4rem;
        margin-top: calc(0.85rem * 1.5);
        padding-top: 1rem;
        border-top: 1px solid #e0d5c4;
        font-size: calc(15.3px * .875);}
.media-section .featured-list a{text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 460ms var(--speed-entry), border-color 460ms var(--speed-entry);}
.media-section .featured-list a:hover{border-bottom-color: #c9762a;}
.media-section .public-inner{
        background: #ffffff;
        color: #241d15;
        border: 1px solid #e0d5c4;
        border-radius: 1rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 0px 4px rgba(0,0,0,0.04);
    }
.media-section .public-inner h3{font-size: 15.3px;
        margin: 0 0 1rem;}
.media-section .simple-note{list-style: none;
        margin: 0 0 1.2rem;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.9rem;}
.media-section .simple-note li{display: flex;
        flex-direction: column;
        gap: 0.2rem;}
.media-section .simple-note a{text-decoration: none;
        font-size: 15.3px;}
.media-section .simple-note a:hover{text-decoration: underline;}
.media-section .simple-note .contact-entries{font-size: calc(15.3px * .875);}
.media-section .compact-contact{padding-top: 1rem;
        border-top: 1px solid #e0d5c4;
        font-size: calc(15.3px * .875);}
.media-section .compact-contact p{margin: 0 0 0.35rem;}
.media-section .compact-contact .team-method{font-size: calc(15.3px * .875);}
.media-section .compact-contact a{text-decoration: none;}
.media-section .compact-contact a:hover{text-decoration: underline;}
.compact-shell{
    padding: calc(1.5rem * 2.4) 1.33rem;
    background: #2c1f13;
    color: #f6efe3;
}
.compact-shell .active-grid{max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.85rem * 1.5);}
.compact-shell .site-body{border-radius: 1.28rem;
    overflow: hidden;
    border: 1px solid rgba(224, 213, 196, 0.35);}
.compact-shell .site-body img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.compact-shell .contact-service{display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 46rem;}
.compact-shell .active-entries{margin: 0;
    font-size: calc(15.3px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;}
.compact-shell .clear-flow{margin: 0;
    font-size: calc(15.3px * 2.65);
    line-height: 1.2;}
.compact-shell .wide-panel{margin: 0;
    font-size: calc(15.3px * 1.125);
    line-height: 1.5;
    opacity: 0.9;}
.compact-shell .featured-content{margin: 0;
    font-size: 15.3px;
    line-height: 1.9;
    opacity: 0.85;}
@media (max-width: 640px) {.compact-shell .site-body img{
        height: 220px;
    }
}
.text-visual{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.text-visual .narrow-nav{max-width:min(940px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.85rem * 1.5);}
.text-visual .wide-panel{max-width:44rem;}
.text-visual h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.text-visual .secondary-header{margin:1.5rem 0 0;
    padding-top:1.5rem;
    border-top:1px solid #e0d5c4;
    font-size:clamp(1rem,1.24vw,15.3px);
    line-height:1.78;
    color:var(--paint-base,#3d352c);
    max-width:38rem;}
.text-visual .strong-benefit{margin:0;}
.text-visual .page-header{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    box-shadow:var(--lift-strong,0 0px 4px rgba(0,0,0,0.04));}
@media (max-width:640px){.text-visual{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.text-visual .page-header{aspect-ratio:4/3;}
  }
.visual-surface{
        background: #7a4a24;
        color: #fdf8f1;
    }
.visual-surface .wide-menu{max-width: 940px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.33rem calc(calc(1.5rem * 2.4) * .6);}
.visual-surface h2{margin: 0;
        font-size: calc(15.3px * 2.65);
        line-height: 1.04;}
.visual-surface .wide-menu p{max-width: 46rem;
        margin: 1.5rem 0 0;
        font-size: calc(15.3px * 1.125);
        line-height: 1.9;}
.visual-surface .stage,
    .visual-surface .team-panel{
        background: #2c1f13;
        color: #f6efe3;
    }
.visual-surface .active-grid{max-width: 940px;
        margin: 0 auto;
        padding: 1.5rem 1.33rem;}
.visual-surface .stage .active-grid{display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;}
.visual-surface .stage a{flex: 1 1 14rem;
        min-width: 0;
        color: inherit;
        font-size: calc(15.3px * 1.35);
        line-height: 1.18;
        overflow-wrap: anywhere;
        text-decoration: none;
        transition: transform 460ms var(--speed-entry);}
.visual-surface .stage a:hover{transform: translateX(calc(calc(1.5rem * .75) * .35));}
.visual-surface .stage span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(15.3px * .875);
        opacity: .62;}
.visual-surface .team-panel .active-grid{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.85rem;}
.visual-surface .team-panel p{flex: 1 1 16rem;
        margin: 0;
        line-height: 1.9;}
.visual-surface .team-panel .active-grid > div{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        flex: 1 1 100%;
        justify-content: flex-start;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(246, 239, 227, .18);}
.visual-surface .team-panel a{color: inherit;
        text-underline-offset: .22em;}
@media (max-width: 680px) {.visual-surface .stage .active-grid,
        .visual-surface .team-panel .active-grid{
            display: block;
        }.visual-surface .stage a{
            display: block;
        }.visual-surface .stage a + a,
        .visual-surface .team-panel p + p,
        .visual-surface .team-panel .active-grid > div{
            margin-top: 1.5rem;
        }
    }
.offer-plan{padding:calc(1.5rem * 2.4) 1.33rem;background:#faf6ef;color:#241d15}
.offer-plan .content-menu{max-width:940px;margin:0 auto}
.offer-plan .site-team{display:flex;gap:calc(0.85rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.offer-plan .featured-block{flex:1 1 22rem;min-width:0}
.offer-plan h2{margin:0;font-size:calc(15.3px * 2);line-height:1.14}
.offer-plan .featured-block p{margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.9;color:var(--paint-base)}
.offer-plan ul{list-style:none;margin:calc(0.85rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-plan li{padding:calc(1.5rem * .75) 0;line-height:1.9;color:var(--paint-base)}
.offer-plan li+li{border-top:1px solid #e0d5c4}
.offer-plan .secondary-region{flex:1 1 26rem;min-width:0;background:#ffffff;color:#241d15;border:1px solid #e0d5c4;border-radius:1rem;padding:1.5rem;box-shadow:0 0px 4px rgba(0,0,0,0.04)}
.offer-plan .steady-fields{display:flex;flex-wrap:wrap;gap:1.5rem}
.offer-plan .steady-fields label{flex:1 1 16rem;min-width:0}
.offer-plan label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.3px * .875);color:var(--paint-base)}
.offer-plan input,.offer-plan textarea{width:100%;max-width:100%;border:1px solid #e0d5c4;border-radius:0.4rem;background:#ffffff;color:#241d15;font:inherit;padding:calc(1.5rem * .75);outline:none}
.offer-plan input::placeholder,.offer-plan textarea::placeholder{color:rgba(255,255,255,0.55)}
.offer-plan input:focus,.offer-plan textarea:focus{border-color:#c9762a}
.offer-plan .page-links{display:block;margin-top:1.5rem}
.offer-plan textarea{resize:vertical}
.offer-plan button{margin-top:1.5rem;border:0;border-radius:0.4rem;background:#7a4a24;color:#fdf8f1;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 460ms var(--speed-entry)}
.offer-plan button:hover{background:#633a1a;color:#241d15;}
.offer-plan .wide-feature{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.3px * .875);line-height:1.9;color:var(--paint-base)}
@media(max-width:840px){.offer-plan .site-team{display:block}.offer-plan .secondary-region{margin-top:calc(0.85rem * 1.5);padding:1.5rem}.offer-plan .steady-fields{display:block}.offer-plan .steady-fields label+label{margin-top:1.5rem}}
.wide-items{padding:calc(1.5rem * 2.4) 1.33rem;background:#2c1f13;color:#f6efe3}
.wide-items .soft-links{max-width:min(940px,62rem);margin:0 auto}
.wide-items h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.08}
.wide-items .wide-panel{margin:1.5rem 0 calc(0.85rem * 1.5);font-size:calc(15.3px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.wide-items .fresh-steps{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-items .public-links{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.wide-items .public-links:last-child{border-bottom:0;padding-bottom:0}
.wide-items h3{margin:0 0 calc(calc(1.5rem * .75) * 0.5);font-size:calc(15.3px * 1.35);line-height:1.25}
.wide-items .public-links p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.wide-items .wide-feature{margin:calc(0.85rem * 1.5) 0 0;font-size:calc(15.3px * .875);color:color-mix(in srgb,currentColor 60%,transparent)}
@media (min-width:768px){.wide-items .fresh-steps{gap:calc(0.85rem * 1.5)}.wide-items .public-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.85rem;align-items:start}.wide-items h3{margin:0}
}
.plain-visual{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #2c1f13;
  color: #f6efe3;
}
.plain-visual .content-menu{max-width: min(940px, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: calc(0.85rem * 1.5);
  align-items: start;}
.plain-visual .content-header h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;}
.plain-visual .content-header p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.3px;
  line-height: 1.9;
  color: #d8cfc2;}
.plain-visual .content-header .public-track{font-size: calc(15.3px * .875);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3d352c;}
.plain-visual .content-header a{color: #c9762a;
  text-decoration: underline;
  text-underline-offset: 3px;}
.plain-visual .content-header a:hover{color:inherit;}
.plain-visual .open-stack{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #3d352c;}
.plain-visual .tile{border-bottom: 1px solid #3d352c;}
.plain-visual .tile button{
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.85rem;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15.3px * 1.125);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 460ms var(--speed-entry);
}
.plain-visual .tile button::after{content: "+";
  font-weight: 400;
  font-size: calc(15.3px * 1.125);
  color: #c9762a;
  flex: 0 0 auto;
  transition: transform 460ms var(--speed-entry);}
.plain-visual .tile.is-open button::after{transform: rotate(45deg);}
.plain-visual .tile button:hover{color: #c9762a;}
.plain-visual .open-plan{padding: 0 0 calc(1.5rem * .75);}
.plain-visual .open-plan p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.3px * .875);
  line-height: 1.9;
  color: #d8cfc2;
  max-width: 62ch;}
.plain-visual .open-plan p:last-child{margin-bottom: 0;}
.plain-visual .open-plan a{color: #c9762a;
  text-decoration: underline;
  text-underline-offset: 3px;}
.plain-visual .open-plan a:hover{color:inherit;}
.plain-visual .tile:not(.is-open) .open-plan{display: none;}
@media (max-width: 820px) {.plain-visual .content-menu{
    grid-template-columns: 1fr;
    gap: calc(0.85rem * 1.5);
  }.plain-visual .content-header p{
    font-size: calc(15.3px * .875);
  }
}
.primary-track{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.33rem;
    background:#faf6ef;
    color:#241d15;
  }
.primary-track .narrow-nav{max-width:min(940px,62rem);
    margin:0 auto;}
.primary-track h1{margin:0;
    font-size:clamp(1.95rem,5vw,calc(15.3px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.primary-track .page-header{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.66rem;
    margin:clamp(1rem,2.2vw,calc(0.85rem * 1.5)) 0 0;}
.primary-track .wide-panel{max-width:36rem;
    margin-top:clamp(.9rem,1.9vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #e0d5c4;}
.primary-track .wide-panel p{margin:0;
    font-size:clamp(1rem,1.24vw,15.3px);
    line-height:1.78;
    color:var(--paint-base,#3d352c);}
@media (max-width:640px){.primary-track{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.primary-track .page-header{aspect-ratio:4/3;}
  }
.direct-service{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: var(--tone-warm);
  color: var(--paint-base);
}
.direct-service .content-menu{max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.85rem * 1.5);}
.direct-service .public-flow{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #2c1f13;
  color: #f6efe3;
  border-left: 4px solid #c9762a;
}
.direct-service .public-flow span{display: inline-block;
  font-size: calc(15.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.direct-service h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * 2);
  line-height: 1.15;}
.direct-service .public-flow p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.3px;
  line-height: 1.9;
  max-width: 62ch;}
.direct-service .public-note{display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;}
.direct-service .public-note > div{
  flex: 1 1 240px;
  padding: calc(1.5rem * .75);
  border-radius: 0.66rem;
  background: #ffffff;
  color: #241d15;
  border: 1px solid #e0d5c4;
  box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.direct-service .public-note strong{display: block;
  font-size: calc(15.3px * 1.35);
  line-height: 1.3;}
.direct-service .public-note p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * .875);
  line-height: 1.9;}
.direct-service .featured-list{margin: 0;
  padding-top: calc(0.85rem * 1.5);
  border-top: 1px solid #e0d5c4;
  font-size: calc(15.3px * .875);
  line-height: 1.9;}
.direct-service .featured-list a{text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 460ms var(--speed-entry);}
.direct-service .featured-list a:hover{}
@media (max-width: 760px) {.direct-service .public-note > div{
    flex: 1 1 100%;
  }
}
.service-stack{
  --layer-main:calc(1.5rem * 1.1);
  --field-static:calc(940px / 1.9);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:var(--tone-warm);
  color:var(--paint-base);
}
.service-stack .content-menu{max-width:940px;
  margin:0 auto;}
.service-stack h2,
.service-stack p{margin:0;}
.service-stack h2{font-size:calc(15.3px * 2);
  line-height:1.14;
  max-width:var(--field-static);}
.service-stack p{font-size:15.3px;
  line-height:1.9;}
.service-stack .soft-links{display:flex;
  flex-direction:column;
  gap:calc(0.85rem * 1.5);}
.service-stack .wide-panel{max-width:var(--field-static);}
.service-stack .wide-feature{font-size:calc(15.3px * .875);
  opacity:0.82;}
.service-stack .service-area{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.85rem;
  margin-top:var(--layer-main);}
.service-stack .focused-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.4rem;
  background:#7a4a24;
  color:#fdf8f1;
  text-decoration:none;
  font-size:15.3px;
  transition:background 460ms var(--speed-entry);
}
.service-stack .focused-note:hover{
  background:#633a1a;color:#241d15;}
.service-stack .featured-list{color:#7a4a24;
  text-decoration:none;
  font-size:calc(15.3px * .875);
  border-bottom:1px solid #e0d5c4;
  padding-bottom:2px;
  transition:color 460ms var(--speed-entry), border-color 460ms var(--speed-entry);}
.service-stack .featured-list:hover{color:inherit;
  border-color:#c9762a;}
@media (max-width:640px){.service-stack .service-area{
    flex-direction:column;
    align-items:flex-start;
  }.service-stack .focused-note{
    width:100%;
  }
}
.media-details{
  background: #faf6ef;
  color: #241d15;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.media-details .active-grid{width: min(100%, 940px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.85rem * 1.5);}
.media-details .wide-panel{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 62ch;}
.media-details .wide-feature{margin: 0;
  font-size: calc(15.3px * .875);
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--paint-base);}
.media-details h1{margin: 0;
  font-size: clamp(calc(15.3px * 2), 7vw, calc(15.3px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.media-details .page-details{margin: 0;
  font-size: 15.3px;
  line-height: 1.9;
  color: var(--paint-base);}
.media-details .featured-list{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0d5c4;}
.media-details a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.media-details .plain-method{
  padding: 12px 20px;
  border-radius: 0.66rem;
  background: #7a4a24;
  color: #fdf8f1;
  font-weight: 700;
  transition: background 460ms var(--speed-entry);
}
.media-details .plain-method:hover{
  background: #633a1a;color:#241d15;}
.media-details .top-contact{padding: 12px 0;
  color: #7a4a24;
  border-bottom: 1px solid #e0d5c4;
  transition: color 460ms var(--speed-entry), border-color 460ms var(--speed-entry);}
.media-details .top-contact:hover{color:inherit;
  border-color: #c9762a;}
.media-details .public-inner{margin: 0;
  max-width: 66ch;
  font-size: calc(15.3px * .875);
  line-height: 1.75;
  color: var(--paint-base);}
.media-details .public-inner a{color: #7a4a24;
  border-bottom: 1px solid #e0d5c4;}
.media-details .public-inner a:hover{color:inherit;
  border-color: #c9762a;}
@media (max-width: 640px) {.media-details{ padding: calc(1.5rem * 2.4) 1.33rem; }.media-details .featured-list{ flex-direction: column; align-items: flex-start; }
}
