:root {
  --ink-card: #f7f4ef;
  --ink-panel: #8a6a4a;
  --delay-hover: cubic-bezier(0.4,0,0.2,1);
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*{box-sizing:border-box;}
.compact-note {
    width: 100%;
    background: #f4f1ec;
    color: #1a1613;
    border-bottom: 1px solid #d8d1c5;
  }
.profile {
    max-width: 920px;
    margin: 0 auto;
    padding: 1.5rem 1.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.77rem;
  }
.active-copy {
    font-size: calc(15.2px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1a1613;
    text-decoration: none;
    line-height: 1.2;
  }
.active-copy:hover,
  .active-copy:focus-visible {
    color: #b07a3c;
  }
.primary-panel {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.77rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 15.2px;
    color: #1a1613;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 370ms var(--delay-hover),
                border-color 370ms var(--delay-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #b07a3c;
    border-bottom-color: #b07a3c;
  }
.fresh-callout {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    color: #1a1613;
    border: 1px solid #d8d1c5;
    border-radius: 0.19rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
  }
.fresh-callout:hover,
  .fresh-callout:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1a1613;}
.compact-grid {
    display: block;
    width: 1.25rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .profile {
      flex-wrap: wrap;
      padding: calc(0.77rem * 1.5) 1.16rem;
    }

    .fresh-callout {
      display: flex;
    }

    .primary-panel {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(0.77rem * 1.5);
    }

    .primary-panel.is-open {
      display: block;
    }

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

    .nav-list a {
      font-size: 15.2px;
      padding: 0.25rem 0;
    }
  }
.main-story{font-family:"Libre Baskerville", sans-serif;font-size:15.2px;line-height:1.81;padding:calc(1.5rem * 2.4) 1.16rem;width:100%;background:#161311;color:#f4f1ec;}
.steady-header{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.77rem * 1.5)}
.visual-body{font-size:calc(15.2px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;font-weight:600;opacity:0.75}
.text-quote{display:flex;flex-direction:column;gap:1.5rem}
.site-entries{font-style:normal;display:flex;flex-direction:column;gap:0.15rem;font-size:15.2px}
.wide-proof{display:block}
.layer{margin:0;font-size:15.2px}
.focused-intro{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 370ms var(--delay-hover)}
.focused-intro:hover,
  .focused-intro:focus-visible{border-bottom-color:currentColor;outline:none}
.plain-list{display:flex;flex-direction:column;gap:1.5rem}
.clear-brand{font-size:calc(15.2px * 1.35);margin:0;font-weight:600;letter-spacing:0.02em}
.text-tile{margin:0;font-size:calc(15.2px * .875);max-width:32ch;opacity:0.8}
.wide-header{display:grid;grid-template-columns:1fr;gap:calc(0.77rem * 1.5)}
.compact-group{display:flex;flex-direction:column}
.quiet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(15.2px * .875)}
.direct-panel{margin:0;font-size:calc(15.2px * .875);line-height:1.81;opacity:0.8;max-width:70ch;border-top:1px solid currentColor;padding-top:1.5rem}
.secondary-intro{border-top:1px solid currentColor;padding-top:1.5rem;font-size:calc(15.2px * .875);opacity:0.75}
.clear-frame{margin:0}
@media (min-width: 640px) {.wide-header{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.steady-header{grid-template-columns:1.2fr 1fr;grid-template-areas:"contacts brand"
        "nav nav"
        "disclaimer disclaimer"
        "bottom bottom";column-gap:calc(0.77rem * 1.5);row-gap:calc(0.77rem * 1.5)}.text-quote{grid-area:contacts}.plain-list{grid-area:brand}.wide-header{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.direct-panel{grid-area:disclaimer}.secondary-intro{grid-area:bottom}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:12px}
.cookies .visual-stack{max-width:920px;margin:0 auto;padding:12px 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:18px;background:linear-gradient(135deg, #1a1613 0%, #2b2723 55%, #3a322a 100%);color:#f4f1ec;box-shadow:0 14px 30px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:space-between;gap:0.77rem}
.cookies .top-flow{max-width:52rem}
.cookies .top-flow strong{display:block;font-size:calc(15.2px * 1.35)}
.cookies .top-flow p{margin:6px 0 0;line-height:1.81}
.cookies .strong-frame{display:flex;gap:8px;flex-wrap:wrap}
.cookies .strong-frame button{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .strong-frame button.cookie-accept{background:#f4f1ec;color:#1a1613}
@media(max-width:720px){.cookies .visual-stack{display:block}.cookies .strong-frame{margin-top:12px}}
.secondary-contact{--axis-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.secondary-contact .page-details{max-width:920px;margin:0 auto;}
.secondary-contact h1,.secondary-contact p{margin:0;}
.secondary-contact h1{font-size:calc(15.2px * 2.65);line-height:1.1;letter-spacing:-0.01em;}
.secondary-contact p{font-size:15.2px;line-height:1.81;}
.secondary-contact .fresh-area{font-size:calc(15.2px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 70%, transparent);}
.secondary-contact .active-callout{color:color-mix(in srgb, currentColor 82%, transparent);}
.secondary-contact a{color:inherit;text-decoration:none;}
.secondary-contact .team-shell{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.19rem;background:var(--ink-card);color:var(--ink-panel);transition:background 370ms var(--delay-hover),color 370ms var(--delay-hover);}
.secondary-contact .team-shell:hover{background:#b07a3c;color:#1a1613;}
.secondary-contact .controls{font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.secondary-contact .controls a{text-decoration:underline;text-underline-offset:3px;}
.secondary-contact .controls a:hover{}
.secondary-contact .bottom-form>h1,.secondary-contact .bottom-form>p,.secondary-contact .bottom-form>.team-shell{margin-top:1.5rem;}
.secondary-contact .bottom-form>.controls{margin-top:calc(0.77rem * 1.5);}
@media (max-width:640px){.secondary-contact .team-shell{width:100%;}
}
.fresh-unit{padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.fresh-unit .page-details{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);}
.fresh-unit .team-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.fresh-unit h2,.fresh-unit h3,.fresh-unit p{margin:0;}
.fresh-unit h2{font-size:calc(15.2px * 2);line-height:1.14;}
.fresh-unit h3{font-size:calc(15.2px * 1.35);line-height:1.25;}
.fresh-unit p{font-size:15.2px;line-height:1.81;}
.fresh-unit .active-callout{font-size:calc(15.2px * 1.125);color:#2b2723;}
.fresh-unit .focused-service{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8d1c5;}
.fresh-unit .page-content{display:flex;flex-direction:column;gap:calc(0.77rem * .6);padding:calc(0.77rem * 1.5) 0;border-bottom:1px solid #d8d1c5;}
.fresh-unit .page-content h3{font-weight:600;}
.fresh-unit .page-content p{color:#2b2723;}
.fresh-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-unit a:hover{color:inherit;}
@media (min-width:760px){.fresh-unit .page-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.5rem;align-items:start;}.fresh-unit .page-content h3{margin-top:2px;}
}
.content-nav{--axis-base:calc(1.5rem * 1.28);padding:calc(1.5rem * 2.4) 1.16rem;background:#b07a3c;color:#1a1613;}
.content-nav .page-details{max-width:920px;margin:0 auto;}
.content-nav h2,.content-nav h3,.content-nav p{margin:0;}
.content-nav h2{font-size:calc(15.2px * 2);line-height:1.14;}
.content-nav h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.content-nav p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-nav .active-callout{margin-top:1.5rem;max-width:none;}
.content-nav .top-footer{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(1.5rem * 1.6);}
.content-nav .page-content{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-nav .page-content p{margin-top:calc(1.5rem / 2.6);}
.content-nav .controls{margin-top:calc(1.5rem * 1.4);font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.content-nav .controls a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.content-nav .controls a:hover{}
@media (min-width:720px){.content-nav .top-footer{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(1.16rem * 2.4);row-gap:var(--axis-base);}
}
.media-lead{
  --axis-base:calc(1.5rem * 1.05);
  --field-base:calc(920px / 3.30);
  padding:calc(1.5rem * 2.4) 1.16rem;
  background:#f4f1ec;
  color:#1a1613;
}
.media-lead .page-details{max-width:920px;
  margin:0 auto;}
.media-lead h2,
.media-lead h3,
.media-lead p{margin:0;}
.media-lead h2{font-size:calc(15.2px * 2);
  line-height:1.14;}
.media-lead h3{font-size:calc(15.2px * 1.35);
  line-height:1.22;}
.media-lead p{font-size:15.2px;
  line-height:1.81;}
.media-lead a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #8a6a4a;
  transition:color 370ms var(--delay-hover),border-color 370ms var(--delay-hover);}
.media-lead a:hover{color:inherit;
  border-color:#b07a3c;}
.media-lead .team-items{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.77rem;
  padding-bottom:calc(0.77rem * 1.5);
  border-bottom:1px solid #d8d1c5;}
.media-lead .team-items>h2{flex:1 1 var(--field-base);
  min-width:0;}
.media-lead .team-items>.active-callout{flex:1 1 var(--field-base);
  min-width:0;
  color:#2b2723;}
.media-lead .top-footer{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-base) 0.77rem;
  margin-top:calc(0.77rem * 1.5);}
.media-lead .page-content{flex:1 1 var(--field-base);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * .9);
  border-top:1px solid #d8d1c5;}
.media-lead .page-content p{margin-top:calc(1.5rem / 3);
  color:#2b2723;}
.media-lead .fresh-area{margin-top:calc(0.77rem * 1.5);
  padding-top:calc(calc(1.5rem * .75) * .9);
  border-top:1px solid #d8d1c5;
  font-size:calc(15.2px * .875);
  color:#2b2723;}
.active-view{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.16rem calc(calc(1.5rem * 2.4)*.62);
    background:#f4f1ec;
    color:#1a1613;
  }
.active-view .compact-intro{max-width:min(920px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.active-view h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;
    max-width:22ch;}
.active-view .active-callout{padding-top:1.5rem;
    border-top:1px solid #d8d1c5;}
.active-view p{margin:0;
    font-size:clamp(1rem,1.2vw,15.2px);
    line-height:1.72;
    color:#2b2723;
    max-width:52ch;}
@media (max-width:640px){.active-view{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.48);}.active-view h1{max-width:100%;}
  }
.wide-items{--axis-base:calc(1.5rem * 0.95);--field-content:calc(920px / 2.75);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.wide-items .page-details{max-width:920px;margin:0 auto;}
.wide-items h1,.wide-items h2,.wide-items h3,.wide-items p{margin:0;}
.wide-items h1{font-size:calc(15.2px * 2.65);line-height:1.08;}
.wide-items h2{font-size:calc(15.2px * 2);line-height:1.12;}
.wide-items h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.wide-items p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-items a{color:inherit;text-decoration:none;}
.wide-items .team-shell{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.19rem;background:var(--ink-card);color:var(--ink-panel);transition:background 370ms var(--delay-hover),color 370ms var(--delay-hover);}
.wide-items .team-shell:hover{background:#b07a3c;color:#1a1613;}
.wide-items .active-callout,.wide-items .fresh-area{}
.wide-items .bottom-form>h1,.wide-items .bottom-form>h2,.wide-items .bottom-form>p,.wide-items .bottom-form>.team-shell{margin-top:1.5rem;}
.wide-items .bottom-form .active-callout,.wide-items .bottom-form .fresh-area{}
.wide-items .fresh-area a{color:inherit;text-decoration:underline;text-underline-offset:0.18em;}
.wide-items .fresh-area a:hover{}
.team-list{
  background: #f4f1ec;
  color: #1a1613;
  padding: calc(1.5rem * 2.4) 1.16rem;
}
.team-list .page-details{width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.77rem * 1.5);}
.team-list h2,
.team-list h3,
.team-list p{margin: 0;}
.team-list h2{font-size: calc(15.2px * 2); line-height: 1.08;}
.team-list h3{font-size: calc(15.2px * 1.35); line-height: 1.16;}
.team-list p{font-size: 15.2px; line-height: 1.81;}
.team-list .compact-view{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.77rem;}
.team-list .compact-view a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(15.2px * .875);}
.team-list .compact-view a:hover{color:inherit;}
.team-list .fresh-shell{display: grid;
  border-top: 1px solid #d8d1c5;}
.team-list .active-callout{display: grid;
  grid-template-columns: minmax(9rem, .24fr) minmax(0, 1fr);
  gap: 0.77rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8d1c5;}
.team-list .active-callout strong{font-size: calc(15.2px * 1.35);
  font-weight: 400;}
.team-list .public-fields{display: grid;
  grid-template-columns: minmax(4.5rem, .14fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8d1c5;
  animation: activitiesLedgerFade calc(370ms * 2.1) var(--delay-hover) both;
  animation-delay: var(--delay-soft, 0ms);}
.team-list .public-fields span{color: #2b2723;
  font-size: calc(15.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@keyframes activitiesLedgerFade {from{ opacity: .2; transform: translateY(calc(calc(0.77rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.team-list .active-callout,
  .team-list .public-fields{ grid-template-columns: 1fr; }.team-list .public-fields{ gap: 0.77rem; }
}
.bottom-nav{
  background: #f4f1ec;
  color: #1a1613;
  padding: calc(1.5rem * 2.4) 1.16rem;
}
.bottom-nav .page-details{width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.77rem * 1.5);}
.bottom-nav h2,
.bottom-nav h3,
.bottom-nav p{margin: 0;}
.bottom-nav h2{font-size: calc(15.2px * 2);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.01em;}
.bottom-nav h3{font-size: calc(15.2px * 1.35);
  line-height: 1.2;
  font-weight: 400;}
.bottom-nav p{font-size: 15.2px;
  line-height: 1.81;}
.bottom-nav .strong-panel{display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d8d1c5;}
.bottom-nav .active-flow{display: flex;
  flex-wrap: wrap;
  gap: 0.77rem;}
.bottom-nav .page-stack{
  flex: 1 1 15rem;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #fbf9f5;
  color: #1a1613;
  border: 1px solid #d8d1c5;
  text-decoration: none;
  transition: border-color 370ms var(--delay-hover);
}
.bottom-nav .page-stack:hover{border-color: #b07a3c;}
.bottom-nav .page-stack span{font-size: calc(15.2px * .875);
  letter-spacing: 0.14em;}
.bottom-nav .plain-figure{
  display: grid;
  grid-template-columns: minmax(10rem, 0.3fr) minmax(0, 1fr);
  gap: 0.77rem;
  padding: 1.5rem;
  border-radius: 0.57rem;
  background: #e8e3da;
  color: #2b2723;
}
.bottom-nav .plain-figure p:first-child{font-size: calc(15.2px * .875);
  letter-spacing: 0.12em;
  text-transform: uppercase;}
@media (max-width: 760px) {.bottom-nav .plain-figure{ grid-template-columns: 1fr; }
}
.active-surface{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.active-surface .compact-intro{max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.active-surface h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,5.2vw,calc(15.2px * 2.65));
    line-height:1.06;
    font-weight:600;
    letter-spacing:-0.01em;}
.active-surface .active-callout{padding-top:1.5rem;
    border-top:1px solid #d8d1c5;}
.active-surface .active-callout p{margin:0;
    font-size:clamp(1rem,1.25vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.active-surface h1{max-width:100%;}.active-surface{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.media-callout{padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.media-callout .page-details{max-width:920px;margin:0 auto;}
.media-callout h2,.media-callout h3,.media-callout p,.media-callout ol,.media-callout li{margin:0;padding:0;}
.media-callout .team-items{display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);margin-bottom:calc(1.5rem * 2.4);}
.media-callout h2{font-size:calc(15.2px * 2);line-height:1.14;font-weight:400;letter-spacing:-0.01em;}
.media-callout h3{font-size:calc(15.2px * 1.35);line-height:1.22;font-weight:400;}
.media-callout .active-callout{font-size:calc(15.2px * 1.125);line-height:1.81;color:color-mix(in srgb, #1a1613 72%, transparent);}
.media-callout .service-intro{list-style:none;display:flex;flex-direction:column;border-top:1px solid #d8d1c5;}
.media-callout .service-summary{display:flex;align-items:flex-start;gap:0.77rem;padding:calc(0.77rem * 1.5) 0;border-bottom:1px solid #d8d1c5;}
.media-callout .wide-quote{flex:0 0 auto;min-width:4.5rem;font-size:calc(15.2px * .875);letter-spacing:0.14em;color:color-mix(in srgb, #1a1613 55%, transparent);padding-top:0.35rem;}
.media-callout .page-callout{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.media-callout .page-callout p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, #1a1613 74%, transparent);}
.media-callout .fresh-area{margin-top:calc(1.5rem * 2.4);font-size:15.2px;line-height:1.81;color:color-mix(in srgb, #1a1613 68%, transparent);border-left:2px solid #b07a3c;padding-left:calc(1.5rem * .75);}
@media(max-width:640px){.media-callout .service-summary{flex-direction:column;gap:calc(1.5rem / 3);}.media-callout .wide-quote{padding-top:0;}
}
.clear-intro{--axis-base:calc(1.5rem * 1.02);--field-content:calc(920px / 2.85);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.clear-intro .page-details{max-width:920px;margin:0 auto;}
.clear-intro h1,.clear-intro h2,.clear-intro h3,.clear-intro p{margin:0;}
.clear-intro h1{font-size:calc(15.2px * 2.65);line-height:1.08;}
.clear-intro h2{font-size:calc(15.2px * 2);line-height:1.12;}
.clear-intro h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.clear-intro p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-intro a{color:inherit;text-decoration:none;}
.clear-intro .team-shell{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.19rem;background:var(--ink-card);color:var(--ink-panel);}
.clear-intro .top-footer{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.clear-intro .page-content{flex:1 1 calc(920px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.37rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.clear-intro .page-content p{margin-top:calc(1.5rem / 3);}
.clear-intro .secondary-actions>.top-footer{margin-top:var(--axis-base);}
.clear-intro .secondary-actions>h2{margin-top:var(--axis-base);}
.local-brand{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.local-brand .compact-intro{max-width:min(920px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,2vw,calc(0.77rem * 1.5));}
.local-brand h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;}
.local-brand .active-callout{padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid #d8d1c5;}
.local-brand p{margin:0;
    font-size:clamp(1rem,1.22vw,15.2px);
    line-height:1.72;
    color:#2b2723;}
@media (max-width:640px){.local-brand h1{max-width:100%;}.local-brand{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.mark{--axis-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.mark .page-details{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-base);}
.mark h1,.mark h2,.mark h3,.mark p,.mark ol,.mark li{margin:0;}
.mark h2{font-size:calc(15.2px * 2);line-height:1.14;}
.mark h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.mark p{font-size:15.2px;line-height:1.81;}
.mark .team-items{display:flex;flex-direction:column;gap:0.77rem;}
.mark .team-items .active-callout{font-size:calc(15.2px * 1.125);}
.mark .controls{list-style:none;padding:0;display:flex;flex-direction:column;gap:0.77rem;border-top:1px solid #d8d1c5;}
.mark .offer-grid{display:flex;flex-wrap:wrap;gap:0.77rem;padding-top:0.77rem;border-bottom:1px solid #d8d1c5;padding-bottom:0.77rem;}
.mark .offer-grid .visual-unit{flex:0 0 auto;font-size:calc(15.2px * .875);letter-spacing:0.08em;min-width:2.4rem;}
.mark .offer-grid .page-callout{flex:1 1 calc(920px / 2);min-width:0;display:flex;flex-direction:column;gap:calc(0.77rem / 2);}
.mark .offer-grid .page-callout p{color:color-mix(in srgb, currentColor 78%, transparent);}
.mark .soft-proof{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.77rem;padding:calc(1.5rem * .75);border-radius:0.37rem;background:#e8e3da;color:#2b2723;}
.mark .soft-proof .fresh-area{flex:1 1 calc(920px / 2);min-width:0;font-size:calc(15.2px * .875);}
.mark .soft-proof .public-brand{display:flex;flex-wrap:wrap;gap:0.77rem;}
.mark a{text-decoration:none;border-bottom:1px solid #8a6a4a;padding-bottom:1px;transition:color 370ms var(--delay-hover),border-color 370ms var(--delay-hover);}
.mark a:hover{border-color:#b07a3c;}
@media (max-width:640px){.mark .offer-grid .visual-unit{min-width:2rem;}.mark .soft-proof{flex-direction:column;align-items:flex-start;}
}
.focused-team{--axis-base:calc(1.5rem * 0.95);--field-content:calc(920px / 2.75);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.focused-team .page-details{max-width:920px;margin:0 auto;}
.focused-team h1,.focused-team h2,.focused-team h3,.focused-team p{margin:0;}
.focused-team h2{font-size:calc(15.2px * 2);line-height:1.12;}
.focused-team h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.focused-team p{font-size:15.2px;line-height:1.81;}
.focused-team a{color:inherit;text-decoration:none;}
.focused-team a:hover{color:inherit;}
.focused-team .fresh-area{font-size:calc(15.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#2b2723;}
.focused-team .team-shell{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.19rem;background:var(--ink-panel);color:var(--ink-card);}
.focused-team .team-shell:hover{background:#725539;color:var(--ink-card);}
.focused-team .top-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.77rem;margin-top:var(--axis-base);}
.focused-team .page-content{flex:1 1 calc(920px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8d1c5;}
.focused-team .page-content p{margin-top:calc(1.5rem / 3);color:#2b2723;}
.focused-team .steady-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.77rem;}
.focused-team .steady-details>.top-flow{flex:1 1 auto;min-width:0;}
.focused-team .steady-details>.team-shell{flex:0 0 auto;}
.focused-team .steady-details>.top-footer{flex:1 1 100%;}
.focused-team .top-flow h2{margin-top:calc(1.5rem / 2);}
.focused-team .controls{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(15.2px * .875);color:#2b2723;}
.active-media{--axis-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.active-media .page-details{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-base);}
.active-media h2,.active-media h3,.active-media p{margin:0;}
.active-media h2{font-size:calc(15.2px * 2);line-height:1.14;}
.active-media h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.active-media p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-media a{color:inherit;text-decoration:none;}
.active-media .quiet-footer{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.active-media .fresh-area{font-size:calc(15.2px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.active-media .top-footer{display:flex;flex-direction:column;gap:var(--axis-base);}
.active-media .page-content{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:calc(0.77rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-media .page-content:first-child{border-top:0;padding-top:0;}
.active-media .top-flow{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-media .top-flow a{display:inline-flex;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.19rem;background:var(--ink-card);color:var(--ink-panel);font-size:calc(15.2px * .875);transition:background 370ms var(--delay-hover),color 370ms var(--delay-hover);}
.active-media .top-flow a:hover{background:#b07a3c;color:#1a1613;}
.active-media .offer-rail{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-top:calc(0.77rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-media .controls{display:flex;flex-wrap:wrap;gap:0.77rem;}
.active-media .controls a{font-size:calc(15.2px * .875);text-decoration:underline;text-underline-offset:3px;color:color-mix(in srgb, currentColor 88%, transparent);}
.active-media .controls a:hover{}
@media (min-width:720px){.active-media .page-content{flex-direction:row;gap:1.5rem;}.active-media .top-flow{flex:1 1 auto;}
}
.site-body{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.site-body .compact-intro{max-width:min(920px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(0.77rem * 1.5));}
.site-body h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;}
.site-body .active-callout{padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid #d8d1c5;}
.site-body .active-callout p{margin:0;
    font-size:clamp(1rem,1.22vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.site-body h1{max-width:100%;}.site-body{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.bottom-view{
        padding: calc(1.5rem * 2.4) 1.16rem;
        background: #f4f1ec;
        color: #1a1613
    }
.bottom-view .page-details{max-width: 920px;
        margin: 0 auto}
.bottom-view .fresh-shell{display: flex;
        flex-direction: column;
        gap: calc(0.77rem * 1.5);
        align-items: flex-start}
.bottom-view .team-items{min-width: 0}
.bottom-view h2{margin: 0;
        font-size: calc(15.2px * 2);
        line-height: 1.14;
        font-weight: 400}
.bottom-view .team-items p{margin: 1.5rem 0 0;
        font-size: 15.2px;
        line-height: 1.81}
.bottom-view ul{width: 100%;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.bottom-view li{display: flex;
        flex-wrap: wrap;
        gap: 0.77rem;
        align-items: baseline;
        padding: 1.5rem 0}
.bottom-view li + li{border-top: 1px solid #d8d1c5}
.bottom-view strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(15.2px * 1.35);
        line-height: 1.2;
        font-weight: 400}
.bottom-view span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.81}
@media (max-width: 760px) {.bottom-view li{
            display: block
        }.bottom-view span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.quiet-surface{padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);overflow:hidden}
.quiet-surface .page-details{max-width:920px;margin:0 auto}
.quiet-surface .team-items{margin:0 0 calc(0.77rem * 1.5)}
.quiet-surface h2{margin:0;font-size:calc(15.2px * 2);line-height:1.1;font-weight:400}
.quiet-surface .active-callout{margin:1.5rem 0 0;font-size:calc(15.2px * 1.125);line-height:1.81}
.quiet-surface .steady-links{display:flex;flex-direction:column;gap:calc(0.77rem * 1.5)}
.quiet-surface .page-content{display:grid;grid-template-columns:3.2rem 1fr;column-gap:0.77rem;row-gap:calc(1.5rem * .75);padding:1.5rem 0;border-top:1px solid rgba(247,244,239,0.18)}
.quiet-surface .page-content:last-child{border-bottom:1px solid rgba(247,244,239,0.18)}
.quiet-surface .visual-unit{font-size:calc(15.2px * .875);letter-spacing:0.08em;opacity:0.7;padding-top:0.35rem}
.quiet-surface strong{display:block;font-size:calc(15.2px * 1.35);line-height:1.15;font-weight:400}
.quiet-surface .page-content p{grid-column:2;margin:0;line-height:1.81}
.quiet-surface .controls{margin:calc(0.77rem * 1.5) 0 0;font-size:15.2px;line-height:1.81}
.quiet-surface .controls a{text-decoration:underline;text-underline-offset:3px}
.quiet-surface .controls a:hover{}
@media (max-width:640px){.quiet-surface .page-content{grid-template-columns:1fr}.quiet-surface .visual-unit{padding-top:0}.quiet-surface .page-content p{grid-column:1}
}
.links{--axis-base:calc(1.5rem * 1.19);--field-content:calc(920px / 2.50);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.links .page-details{max-width:920px;margin:0 auto;}
.links h1,.links h2,.links h3,.links p{margin:0;}
.links h1{font-size:calc(15.2px * 2.65);line-height:1.08;}
.links h2{font-size:calc(15.2px * 2);line-height:1.12;}
.links h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.links p{font-size:15.2px;line-height:1.81;}
.links a{color:inherit;text-decoration:none;border-bottom:1px solid #d8d1c5;transition:color 370ms var(--delay-hover),border-color 370ms var(--delay-hover);}
.links a:hover,.links a:focus-visible{color:inherit;border-color:#b07a3c;}
.links .active-callout{font-size:calc(15.2px * 1.125);}
.links .top-footer{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.links .page-content{flex:1 1 calc(920px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.37rem;background:#fbf9f5;color:#1a1613;border:1px solid #d8d1c5;}
.links .page-content h3{margin-top:calc(1.5rem / 4);}
.links .page-content p{margin-top:calc(1.5rem / 3);}
.links .fresh-area{font-size:calc(15.2px * .875);letter-spacing:.08em;text-transform:uppercase;color:#2b2723;}
.links .controls{margin-top:calc(1.5rem / 2);font-size:calc(15.2px * .875);}
.links .media-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.77rem;}
.links .media-stack>h2{flex:1 1 calc(920px / 3);min-width:0;}
.links .media-stack>.active-callout{flex:1 1 calc(920px / 3);min-width:0;}
.links .media-stack>.top-footer{flex:1 1 100%;}
@media (max-width:640px){.links .page-content{flex:1 1 100%;}}
.quiet-steps{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.quiet-steps .compact-intro{max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.quiet-steps h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.01em;}
.quiet-steps .active-callout{padding-top:1.5rem;
    border-top:1px solid #d8d1c5;}
.quiet-steps .active-callout p{margin:0;
    font-size:clamp(1rem,1.2vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.quiet-steps h1{max-width:100%;}.quiet-steps{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.site-details{--axis-base:calc(1.5rem * 1.15);--field-content:calc(920px / 2.4);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.site-details .page-details{max-width:920px;margin:0 auto;}
.site-details h2,.site-details h3,.site-details p,.site-details ol,.site-details li{margin:0;}
.site-details h2{font-size:calc(15.2px * 2);line-height:1.14;}
.site-details h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.site-details p{font-size:15.2px;line-height:1.81;}
.site-details .active-callout{margin-top:calc(1.5rem / 2);}
.site-details .direct-region{display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);}
.site-details .controls{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);}
.site-details .offer-grid{display:flex;flex-wrap:wrap;gap:0.77rem;padding-top:calc(1.5rem * .75);border-top:1px solid #d8d1c5;}
.site-details .offer-grid:first-child{border-top:none;padding-top:0;}
.site-details .visual-unit{flex:0 0 auto;font-size:calc(15.2px * .875);letter-spacing:.08em;min-width:2.4em;}
.site-details .page-callout{flex:1 1 var(--field-content);min-width:0;}
.site-details .page-callout p{margin-top:calc(1.5rem / 3);}
.site-details .fresh-items{margin-top:var(--axis-base);font-size:calc(15.2px * .875);}
.site-details .fresh-items a{text-decoration:underline;text-underline-offset:3px;}
.site-details .fresh-items a:hover{}
@media (max-width:640px){.site-details .offer-grid{gap:calc(0.77rem / 2);}.site-details .visual-unit{min-width:2em;}
}
.wide-unit{
        padding:calc(1.5rem * 2.4) 1.16rem;
        background:#e8e3da;
        color:#2b2723;
    }
.wide-unit .page-details{max-width:920px;
        margin:0 auto;}
.wide-unit .quiet-footer{margin-bottom:calc(0.77rem * 1.5);}
.wide-unit .quiet-footer h2{margin:0;
        font-size:calc(15.2px * 2);
        line-height:1.2;}
.wide-unit .quiet-footer p{margin:0.77rem 0 0;
        font-size:15.2px;}
.wide-unit .service-intro{display:flex;
        flex-direction:column;
        border-top:1px solid #d8d1c5;}
.wide-unit .service-summary{display:flex;
        gap:calc(1.5rem * .75);
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid #d8d1c5;
        align-items:flex-start;}
.wide-unit .visual-unit{flex:0 0 auto;
        font-size:calc(15.2px * .875);
        letter-spacing:0.08em;
        opacity:0.6;
        padding-top:0.2rem;}
.wide-unit .page-callout{flex:1 1 auto;
        min-width:0;}
.wide-unit .page-callout h3{margin:0 0 0.35rem;
        font-size:calc(15.2px * 1.125);
        font-weight:600;}
.wide-unit .page-callout p{margin:0 0 0.5rem;
        font-size:15.2px;
        line-height:1.81;}
.wide-unit .page-callout p.note{margin:0;
        font-size:calc(15.2px * .875);
        opacity:0.8;}
.wide-unit .page-callout a{color:inherit;
        text-decoration:none;
        font-weight:600;
        border-bottom:1px solid transparent;
        transition:color 370ms var(--delay-hover), border-color 370ms var(--delay-hover);}
.wide-unit .page-callout a:hover{color:inherit;
        border-bottom-color:#b07a3c;}
.wide-unit .soft-proof{margin-top:calc(0.77rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #d8d1c5;}
.wide-unit .soft-proof .active-callout{margin:0 0 0.77rem;
        font-size:15.2px;
        line-height:1.81;}
.wide-unit .controls{display:flex;
        flex-wrap:wrap;
        gap:0.77rem;
        margin:0;}
.wide-unit .controls a{color:inherit;
        text-decoration:none;
        font-size:calc(15.2px * .875);
        font-weight:600;
        border-bottom:1px solid #d8d1c5;
        padding-bottom:2px;
        transition:color 370ms var(--delay-hover), border-color 370ms var(--delay-hover);}
.wide-unit .controls a:hover{color:inherit;
        border-bottom-color:#b07a3c;}
@media (max-width: 640px){.wide-unit .service-summary{
            flex-direction:column;
            gap:0.35rem;
        }
    }
.fresh-track{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.fresh-track .compact-intro{max-width:min(920px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.4vw,calc(0.77rem * 1.5));}
.fresh-track h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.9rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.01em;}
.fresh-track .active-callout{padding-top:clamp(.8rem,1.8vw,1.5rem);
    border-top:1px solid #d8d1c5;}
.fresh-track p{margin:0;
    font-size:clamp(1rem,1.2vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.fresh-track{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.fresh-track h1{max-width:100%;}
  }
.primary-items{background:#f4f1ec;color:#1a1613;padding:calc(1.5rem * 2.4) 1.16rem}
.primary-items .page-details{max-width:920px;margin:0 auto}
.primary-items .fresh-shell{display:flex;align-items:flex-start;gap:calc(0.77rem * 1.5)}
.primary-items .team-items{flex:0 1 26rem;min-width:0}
.primary-items h2{margin:0;font-size:clamp(calc(15.2px * 2),4.4vw,calc(15.2px * 2.65));line-height:1.1;letter-spacing:0}
.primary-items p{margin:1.5rem 0 0;font-size:15.2px;line-height:1.81}
.primary-items .featured-frame{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #d8d1c5}
.primary-items .service-summary{display:flex;gap:0.77rem;padding:1.5rem 0;border-bottom:1px solid #d8d1c5}
.primary-items strong{flex:0 1 13rem;min-width:0;font-weight:600}
.primary-items .service-summary span{flex:1 1 20rem;min-width:0;line-height:1.6}
.primary-items .service-summary a{color:inherit;text-decoration:none;border-bottom:1px solid #d8d1c5}
.primary-items .service-summary a:hover{color:inherit;}
@media(max-width:760px){.primary-items .fresh-shell{flex-direction:column}.primary-items .service-summary{flex-direction:column;gap:calc(calc(1.5rem * .75)*.4)}
}
.soft-form{padding:calc(1.5rem * 2.4) 1.16rem;background:#e8e3da;color:#2b2723}
.soft-form .page-details{max-width:920px;margin:0 auto}
.soft-form .offer-details{display:flex;flex-direction:column;gap:calc(0.77rem * 1.5)}
.soft-form .team-items{display:flex;flex-direction:column;gap:1.5rem}
.soft-form h2{margin:0;font-size:calc(15.2px * 2);line-height:1.12}
.soft-form .team-items p{margin:0;font-size:15.2px;line-height:1.81}
.soft-form .steady-team{display:flex;flex-direction:column;border-top:1px solid #d8d1c5}
.soft-form .steady-team a{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(0.77rem * 1.5);padding:1.5rem 0;border-bottom:1px solid #d8d1c5;text-decoration:none;color:inherit;transition:opacity 370ms var(--delay-hover)}
.soft-form .steady-team a:hover{opacity:0.72}
.soft-form strong{font-size:15.2px;line-height:1.3;font-weight:600}
.soft-form span{font-size:calc(15.2px * .875);line-height:1.81}
@media(max-width:720px){.soft-form .steady-team a{grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}.soft-form h2{font-size:calc(15.2px * 1.35)}
}
.top-area{
        --axis-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.16rem;
        background: #f4f1ec;
        color: #1a1613;
    }
.top-area .page-details{max-width: 920px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-base);}
.top-area h1,
    .top-area p{margin: 0;}
.top-area h1{font-size: calc(15.2px * 2);
        line-height: 1.15;
        font-weight: 400;
        letter-spacing: 0.01em;}
.top-area .quiet-footer{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 2);
        padding-bottom: calc(0.77rem * 1.5);
        border-bottom: 1px solid #d8d1c5;}
.top-area .active-callout{font-size: 15.2px;
        line-height: 1.81;
        color: #2b2723;}
.top-area .focused-service{display: flex;
        flex-direction: column;
        gap: 0;}
.top-area details{padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #d8d1c5;}
.top-area details:first-child{padding-top: 0;}
.top-area details:last-child{border-bottom: none;
        padding-bottom: 0;}
.top-area summary{cursor: pointer;
        font-size: calc(15.2px * 1.125);
        line-height: 1.3;
        font-weight: 400;
        list-style: none;
        display: flex;
        align-items: baseline;
        gap: 0.77rem;
        padding-right: 1.16rem;
        position: relative;}
.top-area summary::-webkit-details-marker{display: none;}
.top-area summary::after{content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 15.2px;
        color: #2b2723;
        transition: transform 370ms var(--delay-hover);}
.top-area details[open] summary::after{content: "\2212";}
.top-area details p{margin-top: calc(1.5rem / 2.4);
        font-size: 15.2px;
        line-height: 1.81;
        color: #2b2723;}
.top-area .controls{margin-top: calc(0.77rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d8d1c5;
        font-size: calc(15.2px * .875);
        color: #2b2723;}
.top-area .controls p{font-size: calc(15.2px * .875);
        line-height: 1.81;}
.top-area .controls a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 370ms var(--delay-hover);}
.top-area .controls a:hover{color:inherit;}
@media (max-width: 640px) {.top-area summary{
            font-size: 15.2px;
        }
    }
.text-wrap{padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem calc(calc(1.5rem * 2.4)*.6);background:#f4f1ec;color:#1a1613;}
.text-wrap .compact-intro{max-width:min(920px,60rem);margin:0 auto;}
.text-wrap h1{margin:0;max-width:19ch;font-size:clamp(2rem,5vw,calc(15.2px * 2.65));line-height:1.06;font-weight:640;letter-spacing:-0.01em;}
.text-wrap .team-items{margin-top:clamp(1rem,2.4vw,calc(0.77rem * 1.5));padding-top:clamp(.9rem,1.8vw,1.5rem);border-top:1px solid #d8d1c5;}
.text-wrap p{margin:0;font-size:clamp(1rem,1.24vw,15.2px);line-height:1.78;color:#2b2723;}
@media (max-width:640px){.text-wrap{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.48);}.text-wrap h1{max-width:100%;}
  }
.bottom-service{--axis-base:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.bottom-service .page-details{max-width:920px;margin:0 auto;}
.bottom-service h2,.bottom-service p{margin:0;}
.bottom-service h2{font-size:calc(15.2px * 2);line-height:1.12;}
.bottom-service p{font-size:15.2px;line-height:1.81;}
.bottom-service a{color:inherit;text-decoration:none;}
.bottom-service .fresh-area{font-size:calc(15.2px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.7;}
.bottom-service .active-callout{color:color-mix(in srgb, currentColor 82%, transparent);}
.bottom-service .team-shell{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.19rem;background:var(--ink-card);color:var(--ink-panel);}
.bottom-service .controls{font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.bottom-service .controls a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.bottom-service .controls a:hover{border-bottom-color:currentColor;}
.bottom-service .bottom-form>*+*{margin-top:1.5rem;}
.bottom-service .bottom-form .team-shell{margin-top:var(--axis-base);}
.bottom-service .bottom-form .controls{margin-top:calc(0.77rem * 1.5);}
.active-service{padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;background:#f4f1ec;color:#1a1613;}
.active-service .compact-intro{max-width:min(920px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);}
.active-service h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(15.2px * 2.65));line-height:1.08;font-weight:600;letter-spacing:-0.01em;}
.active-service .active-callout{padding-top:1.5rem;border-top:1px solid #d8d1c5;}
.active-service p{margin:0;font-size:clamp(1rem,1.2vw,15.2px);line-height:1.78;color:#2b2723;}
@media (max-width:640px){.active-service{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.active-service .compact-intro{gap:1.5rem;}
  }
.wide-contact{--axis-base:calc(1.5rem * 1.15);--axis-soft:1px;padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.wide-contact .page-details{max-width:920px;margin:0 auto;}
.wide-contact h2,.wide-contact h3,.wide-contact p{margin:0;}
.wide-contact h2{font-size:calc(15.2px * 2);line-height:1.14;letter-spacing:0.005em;}
.wide-contact h3{font-size:calc(15.2px * 1.35);line-height:1.25;font-weight:500;}
.wide-contact p{font-size:15.2px;line-height:1.81;color:#2b2723;}
.wide-contact .team-items{display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);}
.wide-contact .active-callout{font-size:calc(15.2px * 1.125);color:#1a1613;}
.wide-contact .top-footer{display:flex;flex-direction:column;margin-top:calc(calc(0.77rem * 1.5) * 2);border-top:var(--axis-soft) solid #d8d1c5;}
.wide-contact .page-content{display:flex;flex-wrap:wrap;gap:calc(0.77rem * 1.5);padding:calc(0.77rem * 1.5) 0;border-bottom:var(--axis-soft) solid #d8d1c5;}
.wide-contact .top-flow{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(calc(0.77rem * 1.5) / 2);}
.wide-contact .top-flow p{color:#2b2723;}
@media (max-width:640px){.wide-contact .page-content{flex-direction:column;gap:calc(calc(0.77rem * 1.5) / 2);}
}
.secondary-visual{--axis-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.secondary-visual .page-details{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-base);}
.secondary-visual h2,.secondary-visual p{margin:0;}
.secondary-visual h2{font-size:calc(15.2px * 2);line-height:1.14;}
.secondary-visual .active-callout{font-size:15.2px;line-height:1.81;}
.secondary-visual .team-items{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.secondary-visual .focused-service{display:flex;flex-direction:column;gap:0.77rem;}
.secondary-visual details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.37rem;background:#fbf9f5;color:#1a1613;border:1px solid #d8d1c5;}
.secondary-visual summary{cursor:pointer;font-size:15.2px;font-weight:700;line-height:1.35;}
.secondary-visual details p{margin-top:calc(1.5rem / 2.4);font-size:calc(15.2px * .875);line-height:1.81;}
.secondary-visual .controls{font-size:calc(15.2px * .875);line-height:1.81;}
.secondary-visual .controls a{text-decoration:underline;text-underline-offset:3px;}
.secondary-visual .controls a:hover{}
@media (min-width:768px){.secondary-visual .focused-service{display:grid;grid-template-columns:1fr 1fr;gap:0.77rem;align-items:start;}
}
.soft-grid{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.soft-grid .compact-intro{max-width:min(920px,60rem);
    margin:0 auto;}
.soft-grid h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.1;
    font-weight:600;
    letter-spacing:0;}
.soft-grid .active-callout{margin-top:clamp(1rem,2vw,calc(0.77rem * 1.5));
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #d8d1c5;}
.soft-grid .active-callout p{margin:0;
    font-size:15.2px;
    line-height:1.78;}
.soft-grid .local-inner{margin-top:clamp(1.1rem,2.2vw,calc(0.77rem * 1.5));
    display:flex;
    flex-direction:column;
    gap:0.77rem;}
.soft-grid .public-fields{margin:0;
    font-size:calc(15.2px * .875);
    line-height:1.75;
    color:#2b2723;}
.soft-grid .fresh-area{margin:0;
    padding-top:0.77rem;
    border-top:1px solid #d8d1c5;
    font-size:calc(15.2px * .875);
    line-height:1.7;
    color:#2b2723;}
@media (max-width:640px){.soft-grid{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.soft-grid h1{max-width:100%;}
  }
.text-brand{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.16rem;
  background: linear-gradient(135deg, #1a1613 0%, #2b2723 55%, #3a322a 100%);
  color: #f4f1ec;
}
.text-brand .page-details{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;}
.text-brand .focused-form{margin: 0 0 calc(0.77rem * 1.5);
  padding: 1.5rem 0;}
.text-brand h2{margin: 0;
  font-size: calc(15.2px * 2.65);
  line-height: 1.05;}
.text-brand .focused-form p{margin: 1.5rem 0 0;
  font-size: calc(15.2px * 1.125);
  line-height: 1.81;}
.text-brand .top-intro{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.77rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.text-brand .fresh-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.text-brand .fresh-brand p{margin: 0;
  line-height: 1.81;}
.text-brand .fresh-brand p:first-child{flex: 0 0 auto;}
.text-brand .fresh-brand p:last-child{flex: 1 1 18rem;}
.text-brand .strong-frame{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.text-brand .strong-frame a{color: inherit;
  font-size: calc(15.2px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.text-brand .primary-tile{display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.text-brand .primary-tile a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.77rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  color: inherit;
  text-decoration: none;
  transition: opacity 370ms var(--delay-hover);}
.text-brand .primary-tile a:hover{opacity: .78;}
.text-brand .primary-tile span{font-size: calc(15.2px * .875);
  opacity: .62;}
@media (max-width: 720px) {.text-brand .top-intro{
    display: block;
  }.text-brand .fresh-brand{
    display: block;
  }.text-brand .fresh-brand p + p{
    margin-top: calc(1.5rem * .75);
  }.text-brand .strong-frame{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.text-brand .primary-tile a{
    display: block;
  }.text-brand .primary-tile span{
    display: block;
    margin-top: calc(1.5rem * .75);
  }
}
@media (prefers-reduced-motion: reduce) {.text-brand .primary-tile a{
    transition: none;
  }
}
.team-inner{
        padding:calc(1.5rem * 2.4) 1.16rem;
        background:#e8e3da;
        color:#2b2723;
    }
.team-inner .page-details{max-width:920px;
        margin:0 auto;}
.team-inner .quiet-footer{margin-bottom:calc(0.77rem * 1.5);}
.team-inner .quiet-footer h2{margin:0;
        font-size:calc(15.2px * 2);
        line-height:1.2;
        font-weight:400;}
.team-inner .quiet-footer p{margin:0.77rem 0 0;
        font-size:15.2px;
        line-height:1.81;}
.team-inner .service-intro{display:flex;
        flex-direction:column;
        border-top:1px solid #d8d1c5;}
.team-inner .service-summary{display:flex;
        flex-wrap:wrap;
        gap:0.77rem;
        padding:calc(0.77rem * 1.5) 0;
        border-bottom:1px solid #d8d1c5;
        align-items:flex-start;}
.team-inner .main-proof{flex:0 0 130px;
        font-size:calc(15.2px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;
        color:#2b2723;
        opacity:0.72;
        padding-top:0.15rem;}
.team-inner .top-flow{flex:1 1 320px;
        min-width:0;}
.team-inner .top-flow h3{margin:0 0 0.35rem;
        font-size:calc(15.2px * 1.125);
        font-weight:400;
        line-height:1.3;}
.team-inner .top-flow p{margin:0;
        font-size:15.2px;
        line-height:1.81;}
.team-inner .top-flow a{color:inherit;
        text-decoration:underline;
        text-underline-offset:3px;
        transition:color 370ms var(--delay-hover);}
.team-inner .top-flow a:hover{color:inherit;}
.team-inner .controls{display:flex;
        flex-wrap:wrap;
        gap:0.77rem;
        margin-top:calc(0.77rem * 1.5);}
.team-inner .controls a{
        display:inline-block;
        padding:0.6rem 1.1rem;
        border:1px solid #d8d1c5;
        border-radius:0.37rem;
        background:#fbf9f5;
        color:#1a1613;
        font-size:calc(15.2px * .875);
        text-decoration:none;
        transition:background 370ms var(--delay-hover), color 370ms var(--delay-hover), border-color 370ms var(--delay-hover);
    }
.team-inner .controls a:hover{
        background:var(--ink-panel);
        color:var(--ink-card);
        border-color:var(--ink-panel);
    }
@media (max-width:700px){.team-inner .main-proof{
            flex:1 1 100%;
            padding-top:0;
        }
    }
.offer-wrap{padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;background:#f4f1ec;color:#1a1613;}
.offer-wrap .compact-intro{max-width:min(920px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.77rem * 1.5));}
.offer-wrap h1{margin:0;max-width:20ch;font-size:clamp(2rem,4.8vw,calc(15.2px * 2.65));line-height:1.06;font-weight:600;letter-spacing:-0.01em;}
.offer-wrap .active-callout{padding-top:clamp(.8rem,1.6vw,1.5rem);border-top:1px solid #d8d1c5;}
.offer-wrap p{margin:0;font-size:clamp(1rem,1.24vw,15.2px);line-height:1.78;color:#2b2723;}
@media (max-width:640px){.offer-wrap{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.offer-wrap h1{max-width:100%;}
  }
.featured-feature{
  padding: calc(1.5rem * 2.4) 1.16rem;
  background: #161311;
  color: #f4f1ec;
}
.featured-feature .page-details{max-width: min(920px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.77rem * 1.5);}
.featured-feature .active-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(0.77rem * 1.5);
  border-bottom: 1px solid #2b2723;}
.featured-feature h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.12;
  font-weight: 400;}
.featured-feature .active-callout p{margin: 0;
  color: #cfc8bd;
  font-size: calc(15.2px * 1.125);
  line-height: 1.81;}
.featured-feature .main-rail{display: flex;
  flex-direction: column;}
.featured-feature .main-rail a{display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2b2723;
  text-decoration: none;
  transition: color 370ms var(--delay-hover);}
.featured-feature .main-rail a:last-child{border-bottom: none;}
.featured-feature .main-rail a:hover strong,
.featured-feature .main-rail a:focus-visible strong{color: #b07a3c;}
.featured-feature .main-rail span{color: #b07a3c;
  font-size: calc(15.2px * .875);
  letter-spacing: 0.08em;}
.featured-feature .main-rail strong{font-weight: 400;
  font-size: 15.2px;
  line-height: 1.3;}
.featured-feature .main-rail em{font-style: normal;
  color: #cfc8bd;
  font-size: calc(15.2px * .875);
  line-height: 1.81;}
@media (max-width: 760px) {.featured-feature .main-rail a{
    grid-template-columns: 2.4rem minmax(0, 1fr);
    row-gap: 0.4rem;
  }.featured-feature .main-rail em{
    grid-column: 2 / -1;
  }
}
.steady-feature{
        padding:calc(1.5rem * 2.4) 1.16rem;
        background:linear-gradient(135deg, #1a1613 0%, #2b2723 55%, #3a322a 100%);
        color:#f4f1ec;
    }
.steady-feature .page-details{max-width:920px;
        margin:0 auto;}
.steady-feature .quiet-footer{margin-bottom:calc(0.77rem * 1.5);}
.steady-feature .quiet-footer p{margin:0;
        font-size:calc(15.2px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.steady-feature .quiet-footer h2{margin:1.16rem 0 0;
        font-size:calc(15.2px * 2);
        line-height:1.2;}
.steady-feature .team-items{margin-bottom:calc(0.77rem * 1.5);}
.steady-feature .team-items p{margin:0;
        font-size:15.2px;
        opacity:.92;}
.steady-feature .top-footer{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.steady-feature .page-content{
        padding:calc(1.5rem * .75);
        border-radius:0.57rem;
        border:1px solid color-mix(in srgb, currentColor 14%, transparent);
        background:color-mix(in srgb, currentColor 8%, transparent);
    }
.steady-feature .page-content .local-items{display:inline-block;
        font-size:calc(15.2px * .875);
        letter-spacing:.06em;
        text-transform:uppercase;
        opacity:.8;
        margin-bottom:1.16rem;}
.steady-feature .page-content h3{margin:0 0 1.16rem;
        font-size:calc(15.2px * 1.35);
        line-height:1.3;}
.steady-feature .page-content p{margin:0;
        font-size:15.2px;
        opacity:.92;}
.steady-feature .controls{margin-top:calc(0.77rem * 1.5);
        padding-top:calc(0.77rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.steady-feature .controls p{margin:0;
        font-size:15.2px;
        opacity:.9;}
.steady-feature .controls a{text-decoration:underline;
        text-underline-offset:3px;}
.steady-feature .controls a:hover{}
@media (min-width:720px){.steady-feature .top-footer{
            display:grid;
            grid-template-columns:repeat(2,1fr);
            gap:0.77rem;
        }
    }
.text-copy{padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;background:#f4f1ec;color:#1a1613;}
.text-copy .compact-intro{max-width:min(920px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.77rem * 1.5);}
.text-copy h1{margin:0;max-width:20ch;font-family:"Libre Baskerville", sans-serif;font-size:clamp(1.9rem,4.6vw,calc(15.2px * 2.65));line-height:1.1;font-weight:500;letter-spacing:0;}
.text-copy .active-callout{padding-top:1.5rem;border-top:1px solid #d8d1c5;}
.text-copy .active-callout p{margin:0;font-size:15.2px;line-height:1.81;color:#2b2723;}
@media (max-width:640px){.text-copy{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.text-copy h1{max-width:100%;}
  }
.visual-headline{--axis-base:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.visual-headline .page-callout{max-width:920px;margin:0 auto;}
.visual-headline h2,.visual-headline h3,.visual-headline p{margin:0;}
.visual-headline h2{font-size:calc(15.2px * 2);line-height:1.12;}
.visual-headline h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.visual-headline p{font-size:15.2px;line-height:1.81;}
.visual-headline .fresh-area{margin-bottom:calc(1.5rem / 2.4);font-size:calc(15.2px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#2b2723;}
.visual-headline .active-callout{margin-top:1.5rem;}
.visual-headline .top-footer{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);}
.visual-headline .page-content{min-width:0;padding-bottom:var(--axis-base);border-bottom:1px solid #d8d1c5;}
.visual-headline .page-content:last-child{border-bottom:none;padding-bottom:0;}
.visual-headline .page-content p{margin-top:calc(1.5rem / 3);}
.visual-headline .team-shell{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem * .75);padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.19rem;background:var(--ink-panel);color:var(--ink-card);font-size:calc(15.2px * .875);text-decoration:none;transition:background 370ms var(--delay-hover);}
.visual-headline .team-shell:hover{background:#725539;color:#1a1613;}
.visual-headline .public-fields{margin-top:var(--axis-base);padding-top:calc(0.77rem * 1.5);border-top:1px solid #d8d1c5;color:#2b2723;font-size:calc(15.2px * .875);}
.visual-headline .controls{margin-top:calc(0.77rem * 1.5);font-size:calc(15.2px * .875);color:#2b2723;}
.visual-headline .controls a{color:inherit;text-decoration:none;border-bottom:1px solid #d8d1c5;}
.visual-headline .controls a:hover{color:inherit;}
@media (min-width:720px){.visual-headline .top-footer{gap:calc(var(--axis-base) * 1.05);}
}
.team-group{--axis-base:calc(1.5rem * 0.92);--field-content:calc(920px / 2.40);padding:calc(1.5rem * 2.4) 1.16rem;background:#f4f1ec;color:#1a1613;}
.team-group .page-details{max-width:920px;margin:0 auto;}
.team-group h1,.team-group h2,.team-group h3,.team-group p{margin:0;}
.team-group h2{font-size:calc(15.2px * 2);line-height:1.12;}
.team-group h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.team-group p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-group a{text-decoration:none;}
.team-group a:hover{}
.team-group .fresh-area{margin-bottom:calc(1.5rem / 2);font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.team-group .active-callout{margin-top:1.5rem;}
.team-group .top-footer{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);}
.team-group .page-content{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8d1c5;}
.team-group .page-content:first-child{border-top:0;padding-top:0;}
.team-group .page-content p{margin-top:calc(1.5rem / 3);}
.team-group .controls{margin-top:var(--axis-base);font-size:calc(15.2px * .875);}
.quiet-track{
    padding:calc(1.5rem * 2.4) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
}
.quiet-track .team{max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.quiet-track .quiet-footer{display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding-bottom:calc(0.77rem * 1.5);
    border-bottom:1px solid #d8d1c5;}
.quiet-track .local-menu{margin:0;
    font-size:calc(15.2px * 2.65);
    line-height:1.2;
    letter-spacing:-0.01em;}
.quiet-track .simple-fields{margin:0;
    font-size:calc(15.2px * .875);
    color:#2b2723;}
.quiet-track .active-callout{margin:0;
    font-size:calc(15.2px * 1.125);
    line-height:1.81;}
.quiet-track .main-feature{margin:0;
    font-size:15.2px;
    line-height:1.81;}
.quiet-track .controls{margin-top:calc(0.77rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #d8d1c5;}
.quiet-track .main-figure{margin:0;
    font-size:calc(15.2px * .875);
    color:#2b2723;}
.quiet-track .main-figure a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 370ms var(--delay-hover);}
.quiet-track .main-figure a:hover{color:inherit;}
@media (max-width:640px){.quiet-track .local-menu{
        font-size:calc(15.2px * 2);
    }.quiet-track .active-callout{
        font-size:15.2px;
    }
}
.simple-group{padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card)}
.simple-group .page-details{max-width:920px;margin:0 auto}
.simple-group .service-intro{display:flex;gap:calc(0.77rem * 1.5);align-items:stretch}
.simple-group .wide-visual{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,var(--ink-card) 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.simple-group .wide-visual p{margin:0;line-height:1.81;font-size:calc(15.2px * .875)}
.simple-group .wide-visual a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.19rem;background:#b07a3c;color:#1a1613;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.2px * .875)}
.simple-group .wide-visual a:hover{background:#96662f;color:#1a1613;}
.simple-group .quiet-team{flex:1 1 44rem;min-width:0}
.simple-group h2{margin:0;font-size:calc(15.2px * 2);line-height:1.08}
.simple-group .quiet-team>p{margin:1.5rem 0 0;font-size:15.2px;line-height:1.81}
.simple-group .top-footer{margin-top:calc(0.77rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.simple-group .top-footer p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid color-mix(in srgb,var(--ink-card) 18%,transparent);padding-top:1.5rem}
.simple-group .top-footer strong{flex:0 1 11rem;min-width:0;font-size:calc(15.2px * .875);font-weight:600}
.simple-group .top-footer span{flex:1 1 24rem;min-width:0;line-height:1.81;font-size:calc(15.2px * .875)}
@media(max-width:760px){.simple-group .service-intro,.simple-group .top-footer p{display:block}.simple-group .wide-visual{border-left:0;padding-left:0}.simple-group .quiet-team{margin-top:calc(0.77rem * 1.5)}.simple-group .top-footer span{display:block;margin-top:calc(1.5rem * .75)}.simple-group h2{font-size:calc(15.2px * 1.35)}}
.open-footer{
    padding:calc(1.5rem * 2.4) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
}
.open-footer .team{max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.open-footer .quiet-footer{display:flex;
    flex-direction:column;
    gap:0.77rem;
    border-bottom:1px solid #d8d1c5;
    padding-bottom:calc(1.5rem * .75);}
.open-footer .fresh-footer{margin:0;
    font-size:calc(15.2px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#2b2723;}
.open-footer .local-menu{margin:0;
    font-size:calc(15.2px * 2.65);
    line-height:1.15;
    font-weight:400;}
.open-footer .simple-fields{margin:0;
    font-size:15.2px;
    color:#2b2723;}
.open-footer .page-callout{display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.open-footer .page-callout p{margin:0;
    font-size:15.2px;
    line-height:1.81;}
.open-footer .active-callout{font-size:calc(15.2px * 1.125);
    line-height:1.6;}
.open-footer .controls{display:flex;
    flex-wrap:wrap;
    gap:0.77rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #d8d1c5;}
.open-footer .open-team{
    display:inline-block;
    padding:0.55rem 0.9rem;
    border:1px solid #d8d1c5;
    border-radius:0.37rem;
    background:#fbf9f5;
    color:#1a1613;
    font-size:calc(15.2px * .875);
    text-decoration:none;
    transition:background 370ms var(--delay-hover), color 370ms var(--delay-hover);
}
.open-footer .open-team:hover,
.open-footer .open-team:focus-visible{
    background:var(--ink-panel);
    color:var(--ink-card);
    border-color:var(--ink-panel);
}
@media (max-width:640px){.open-footer .local-menu{
        font-size:calc(15.2px * 2);
    }.open-footer .controls{
        flex-direction:column;
        align-items:flex-start;
    }
}
.plain-feature{padding:calc(1.5rem * 2.4) 1.16rem;background:linear-gradient(120deg, #b07a3c 0%, #8a6a4a 100%);color:#1a1613}
.plain-feature .page-details{max-width:920px;margin:0 auto}
.plain-feature .media-surface{display:flex;gap:calc(0.77rem * 1.5);align-items:flex-start}
.plain-feature .service-intro{flex:1 1 22rem;min-width:0}
.plain-feature .soft-proof{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-feature h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.2px * 2.65);line-height:1.05}
.plain-feature .active-callout{margin:0;font-size:calc(15.2px * 1.125);line-height:1.81}
.plain-feature .top-flow{margin:0;font-size:15.2px;line-height:1.81}
.plain-feature .top-footer{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(0.77rem * .6)}
.plain-feature .top-footer li{min-width:0}
.plain-feature .top-footer a{display:inline-block;border-radius:0.37rem;background:#b07a3c;color:#1a1613;padding:calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.2px * .875);transition:background 370ms var(--delay-hover)}
.plain-feature .top-footer a:hover{background:#96662f;color:#1a1613;}
.plain-feature .fresh-area{margin:0;font-size:calc(15.2px * .875);line-height:1.81}
.plain-feature .fresh-area a{color:inherit;text-decoration:underline;text-underline-offset:2px}
@media(max-width:760px){.plain-feature .media-surface{display:block}.plain-feature .soft-proof{margin-top:calc(0.77rem * 1.5)}.plain-feature h2{font-size:calc(15.2px * 2)}
}
.top-rail{
    padding:calc(1.5rem * 2.4) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
}
.top-rail .team{max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.top-rail .service-intro{display:flex;
    align-items:center;
    gap:0.6rem;
    font-size:calc(15.2px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#2b2723;}
.top-rail .service-intro .primary-links{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#b07a3c;
    display:inline-block;color:#1a1613;}
.top-rail .local-menu{margin:0;
    font-size:calc(15.2px * 2.65);
    line-height:1.15;
    font-weight:400;}
.top-rail .simple-fields{margin:0;
    font-size:15.2px;
    color:#2b2723;}
.top-rail .main-feature{margin:0;
    font-size:15.2px;
    line-height:1.81;}
.top-rail .soft-proof{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-top:calc(0.77rem * 1.5);
    border-top:1px solid #d8d1c5;}
.top-rail .fresh-area{margin:0;
    font-size:calc(15.2px * .875);
    color:#2b2723;}
.top-rail .controls{display:flex;
    flex-wrap:wrap;
    gap:0.77rem;}
.top-rail .controls a{font-size:calc(15.2px * .875);color:inherit;
    text-decoration:none;
    border-bottom:1px solid #d8d1c5;
    padding-bottom:2px;
    transition:color 370ms var(--delay-hover), border-color 370ms var(--delay-hover);}
.top-rail .controls a:hover{color:inherit;
    border-color:#b07a3c;}
@media (max-width:640px){.top-rail .local-menu{
        font-size:calc(15.2px * 2);
    }
}
.public-form{padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card)}
.public-form .page-details{max-width:920px;margin:0 auto}
.public-form .service-intro{display:flex;gap:calc(0.77rem * 1.5);align-items:flex-start}
.public-form .wide-visual{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,var(--ink-card) 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:calc(0.77rem * 1.5)}
.public-form .wide-visual p{margin:0;font-size:calc(15.2px * .875);line-height:1.81}
.public-form .wide-visual a{display:inline-flex;align-self:flex-start;border-radius:0.19rem;background:#b07a3c;color:#1a1613;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.2px * .875)}
.public-form .wide-visual a:hover{background:#96662f;color:#1a1613;}
.public-form .quiet-team{flex:1 1 42rem;min-width:0}
.public-form h2{margin:0;font-size:calc(15.2px * 2);line-height:1.08}
.public-form .quiet-team>p{margin:1.5rem 0 0;font-size:15.2px;line-height:1.81}
.public-form .top-footer{margin-top:calc(0.77rem * 1.5);display:flex;flex-direction:column;gap:0.77rem}
.public-form .top-footer p{margin:0;display:flex;gap:1.5rem;align-items:baseline;border-top:1px solid color-mix(in srgb,var(--ink-card) 18%,transparent);padding-top:0.77rem}
.public-form .top-footer strong{flex:0 1 11rem;min-width:0;font-size:calc(15.2px * .875);letter-spacing:0.02em}
.public-form .top-footer span{flex:1 1 22rem;min-width:0;line-height:1.81}
@media(max-width:760px){.public-form .service-intro{display:block}.public-form .wide-visual{border-left:0;padding-left:0}.public-form .quiet-team{margin-top:calc(0.77rem * 1.5)}.public-form .top-footer p{display:block}.public-form .top-footer span{display:block;margin-top:calc(1.5rem * .75)}.public-form h2{font-size:calc(15.2px * 1.35)}}
.plain-intro{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.plain-intro .compact-intro{max-width:min(920px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.77rem * 1.5);}
.plain-intro h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.01em;}
.plain-intro .active-callout{padding-top:1.5rem;
    border-top:1px solid #d8d1c5;}
.plain-intro p{margin:0;
    font-size:clamp(1rem,1.2vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.plain-intro{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.plain-intro h1{max-width:100%;}
  }
.site-actions{padding:calc(1.5rem * 2.4) 1.16rem;background:#161311;color:#f4f1ec}
.site-actions .service-intro{max-width:920px;margin:0 auto;display:grid;grid-template-columns:minmax(13rem,.28fr) minmax(0,1fr);gap:calc(0.77rem * 1.5)}
.site-actions .secondary-panel{align-self:start}
.site-actions h2{margin:0;font-size:calc(15.2px * 2);line-height:1.1}
.site-actions .secondary-panel p{margin:1.5rem 0 0;font-size:15.2px;color:#cfc8bd}
.site-actions .team-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-actions .fresh-brand{height:clamp(20rem,38vw,32rem);border-radius:0.57rem;overflow:hidden;border:1px solid #d8d1c5;background:#fbf9f5;color:#1a1613;}
.site-actions iframe{display:block;width:100%;height:100%;border:0}
.site-actions .wide-wrap{display:flex;flex-wrap:wrap;gap:0.77rem}
.site-actions .clear-flow{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.37rem;background:#fbf9f5;color:#1a1613;border:1px solid #d8d1c5}
.site-actions .clear-flow span{display:block;font-size:calc(15.2px * .875);color:inherit;}
.site-actions .clear-flow strong{display:block;margin-top:calc(0.77rem * .6);font-weight:400;line-height:1.5;white-space:pre-line}
.site-actions .clear-flow a{color:inherit;text-decoration:none;border-bottom:1px solid #d8d1c5}
.site-actions .clear-flow a:hover{color:#b07a3c}
@media (max-width:760px){.site-actions .service-intro{grid-template-columns:1fr}.site-actions .fresh-brand{height:20rem}
}
.compact-wrap{background:var(--ink-panel);color:var(--ink-card);padding:calc(1.5rem * 2.4) 1.16rem}
.compact-wrap .page-details{max-width:920px;margin:0 auto}
.compact-wrap .service-intro{display:flex;align-items:flex-start;gap:calc(0.77rem * 1.5)}
.compact-wrap .wide-visual{flex:0 1 28rem;min-width:0}
.compact-wrap h2{margin:0;font-size:clamp(calc(15.2px * 2),5vw,calc(15.2px * 2.65));line-height:1.08;letter-spacing:0}
.compact-wrap p{margin:1.5rem 0 0;font-size:calc(15.2px * 1.125);line-height:1.65}
.compact-wrap ul{flex:1 1 32rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.77rem}
.compact-wrap li{flex:1 1 15rem;min-width:0;border-top:1px solid rgba(247,244,239,0.28);padding-top:calc(calc(1.5rem * .75)*.6)}
.compact-wrap strong{display:block;font-size:calc(15.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82}
.compact-wrap a,.compact-wrap span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);color:inherit;text-decoration:none;line-height:1.55}
.compact-wrap a{border-bottom:1px solid rgba(247,244,239,0.45);padding-bottom:2px}
.compact-wrap a:hover{border-bottom-color:var(--ink-card)}
@media(max-width:760px){.compact-wrap .service-intro{flex-direction:column}.compact-wrap .wide-visual{flex-basis:auto}}
.top-figure{
  background: #f4f1ec;
  color: #1a1613;
  padding: calc(1.5rem * 2.4) 1.16rem;
}
.top-figure .page-details{max-width: min(920px, 54rem);
  margin: 0 auto;}
.top-figure .compact-intro{display: flex;
  flex-direction: column;
  gap: calc(0.77rem * 1.5);}
.top-figure .team-items{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.top-figure h2{margin: 0;
  font-size: clamp(calc(15.2px * 2), 4.4vw, calc(15.2px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 400;}
.top-figure .team-items p{margin: 0;
  font-size: calc(15.2px * 1.125);
  line-height: 1.81;
  color: #2b2723;}
.top-figure .offer-fields{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #d8d1c5;}
.top-figure .quiet-quote{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  min-width: 0;}
.top-figure .quiet-quote label{font-size: calc(15.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2b2723;}
.top-figure .quiet-quote input,
.top-figure .quiet-quote textarea,
.top-figure .quiet-quote select{
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #d8d1c5;
  border-radius: 0.19rem;
  background: #fbf9f5;
  color: #1a1613;
  padding: calc(1.5rem * .75) 0.77rem;
  font: inherit;
  line-height: 1.81;
}
.top-figure .quiet-quote textarea{resize: vertical;
  min-height: 6rem;}
.top-figure .quiet-quote input::placeholder,
.top-figure .quiet-quote textarea::placeholder{color: rgba(255,255,255,0.55);}
.top-figure .quiet-quote input:focus,
.top-figure .quiet-quote textarea:focus,
.top-figure .quiet-quote select:focus{outline: 2px solid #b07a3c;
  outline-offset: 1px;}
.top-figure .top-quote{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.77rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8d1c5;}
.top-figure .top-quote span{flex: 1 1 18rem;
  min-width: 0;
  color: #2b2723;
  line-height: 1.81;}
.top-figure button{
  border: 0;
  border-radius: 0.37rem;
  background: var(--ink-panel);
  color: var(--ink-card);
  padding: calc(1.5rem * .75) 1.5rem;
  font: inherit;
  cursor: pointer;
  transition: background 370ms var(--delay-hover);
}
.top-figure button:hover{
  background: #725539;color:#1a1613;}
.top-figure .soft-proof{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8d1c5;}
.top-figure .soft-proof p{margin: 0;
  font-size: calc(15.2px * .875);
  line-height: 1.81;
  color: #2b2723;}
.top-figure .soft-proof a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #d8d1c5;}
.top-figure .soft-proof a:hover{color:inherit;}
@media (max-width: 640px) {.top-figure .top-quote{
    align-items: flex-start;
    flex-direction: column;
  }.top-figure button{
    width: 100%;
  }
}
.fresh-section{padding:calc(1.5rem * 2.4) 1.16rem;background:#e8e3da;color:#2b2723}
.fresh-section .team-wrap{max-width:min(920px,58rem);margin:0 auto}
.fresh-section h2{margin:0;font-size:calc(15.2px * 2);line-height:1.15;letter-spacing:0.01em}
.fresh-section .steady-body{margin:1.5rem 0 calc(0.77rem * 1.5);font-size:15.2px;line-height:1.81}
.fresh-section .local-inner{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8d1c5}
.fresh-section .fresh-area{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8d1c5}
.fresh-section .fresh-area h3{margin:0 0 calc(0.77rem / 2);font-size:calc(15.2px * 1.35);line-height:1.25;font-weight:600}
.fresh-section .fresh-area p{margin:0;font-size:15.2px;line-height:1.81}
@media (min-width:768px){.fresh-section .fresh-area{display:grid;grid-template-columns:minmax(11rem,15rem) 1fr;gap:1.16rem;align-items:start}.fresh-section .fresh-area h3{margin:0}
}
.open-area{
  padding: calc(1.5rem * 2.4) 1.16rem;
  background: #161311;
  color: #f4f1ec;
}
.open-area .page-details{max-width: min(920px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(0.77rem * 1.5);
  align-items: start;}
.open-area .secondary-panel{position: sticky;
  top: calc(0.77rem * 1.5);}
.open-area h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.08;
  font-weight: 400;}
.open-area .secondary-panel p{margin: calc(1.5rem * .75) 0 0;
  color: #cfc8bd;
  font-size: 15.2px;
  line-height: 1.81;}
.open-area .content-track{display: flex;
  flex-direction: column;
  border-top: 1px solid #2b2723;}
.open-area .page-content{
  border-bottom: 1px solid #2b2723;
  background: transparent;
  color: inherit;
}
.open-area button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15.2px * 1.35);
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.77rem;
  transition: color 370ms var(--delay-hover);
}
.open-area button::after{content: "+";
  font-size: 15.2px;
  color: #cfc8bd;
  flex: 0 0 auto;}
.open-area .page-content.is-open button::after{content: "\2212";}
.open-area button:hover{color: #b07a3c;}
.open-area .page-content p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  color: #cfc8bd;
  font-size: 15.2px;
  line-height: 1.81;}
.open-area .page-content:not(.is-open) p{display: none;}
@media (max-width: 760px) {.open-area .page-details{
    grid-template-columns: 1fr;
  }.open-area .secondary-panel{
    position: static;
  }
}
.main-grid{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.16rem;
    background:#f4f1ec;
    color:#1a1613;
  }
.main-grid .compact-intro{max-width:min(920px,62rem);
    margin:0 auto;}
.main-grid h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.2px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:0;}
.main-grid .top-flow{margin-top:clamp(1rem,2vw,calc(0.77rem * 1.5));
    padding-top:clamp(.85rem,1.5vw,1.5rem);
    border-top:1px solid #d8d1c5;}
.main-grid p{margin:0;
    font-size:clamp(1rem,1.24vw,15.2px);
    line-height:1.78;
    color:#2b2723;}
@media (max-width:640px){.main-grid h1{max-width:100%;}.main-grid{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.fresh-links{
  background:#f4f1ec;
  color:#1a1613;
  padding:calc(1.5rem * 2.4) 1.16rem;
}
.fresh-links .page-details{max-width:min(920px,70rem);
  margin:0 auto;}
.fresh-links .visual-proof{display:flex;
  flex-direction:column;
  gap:calc(0.77rem * 1.5);}
.fresh-links .quiet-footer{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:1.5rem;
  border-bottom:1px solid #d8d1c5;}
.fresh-links h2{margin:0;
  font-size:clamp(calc(15.2px * 2),5vw,calc(15.2px * 2.65));
  line-height:1.08;
  letter-spacing:0;
  font-weight:400;}
.fresh-links .active-callout{margin:0;
  font-size:calc(15.2px * 1.125);
  line-height:1.7;
  color:#2b2723;}
.fresh-links .local-area{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.fresh-links .offer-grid{flex:1 1 15rem;
  display:flex;
  flex-direction:column;
  gap:var(--stack-list, 0.77rem);
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid #d8d1c5;}
.fresh-links .visual-unit{font-size:calc(15.2px * .875);
  letter-spacing:0.08em;
  color:#2b2723;}
.fresh-links .top-flow{margin:0;
  font-size:15.2px;
  line-height:1.7;}
.fresh-links .clear-flow{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:calc(1.5rem * .75) calc(1.5rem * .75);
  background:#fbf9f5;
  color:#1a1613;
  border:1px solid #d8d1c5;
  border-radius:0.57rem;
}
.fresh-links .fresh-area{margin:0;
  font-size:15.2px;
  color:#2b2723;}
.fresh-links .public-panel{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) calc(0.77rem * 1.5);}
.fresh-links .public-panel li{display:flex;
  flex-direction:column;
  gap:0.2rem;
  min-width:12rem;}
.fresh-links .main-proof{font-size:calc(15.2px * .875);
  letter-spacing:0.06em;
  color:#2b2723;}
.fresh-links .visual-track{font-size:15.2px;
  line-height:1.6;}
.fresh-links .public-panel a{color:inherit;
  text-decoration:none;
  font-size:15.2px;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--delay-hover),border-color 370ms var(--delay-hover);}
.fresh-links .public-panel a:hover{color:inherit;
  border-bottom-color:#b07a3c;}
.fresh-links .controls{display:flex;
  flex-wrap:wrap;
  gap:calc(0.77rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #d8d1c5;}
.fresh-links .controls a{color:inherit;
  text-decoration:none;
  font-size:15.2px;
  border-bottom:1px solid #d8d1c5;
  padding-bottom:0.15rem;
  transition:color 370ms var(--delay-hover),border-color 370ms var(--delay-hover);}
.fresh-links .controls a:hover{color:inherit;
  border-bottom-color:#b07a3c;}
@media(max-width:700px){.fresh-links .local-area{flex-direction:column}.fresh-links .public-panel li{min-width:100%}
}
.active-region{--axis-base:calc(1.5rem * 0.87);--field-content:calc(920px / 2.11);padding:calc(1.5rem * 2.4) 1.16rem;background:var(--ink-panel);color:var(--ink-card);}
.active-region .page-details{max-width:920px;margin:0 auto;}
.active-region h2,.active-region p{margin:0;}
.active-region h2{font-size:calc(15.2px * 2);line-height:1.12;}
.active-region p{font-size:15.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-region a{color:inherit;text-decoration:none;}
.active-region .team-shell{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.19rem;background:var(--ink-card);color:var(--ink-panel);}
.active-region .visual-track{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.active-region .main-summary{text-align:center;}
.active-region .main-summary p{margin:1.5rem auto 0;max-width:calc(920px / 2);}
.active-region .main-summary .team-shell{margin-top:1.5rem;}
.active-region .local-entries{row-gap:calc(var(--axis-base) * 1.2);}
.active-region .quiet-tile{padding-block:calc(var(--axis-base) / 2);}
.active-region .controls{margin-top:calc(0.77rem * 1.5);font-size:calc(15.2px * .875);}
.active-region .controls a{text-decoration:underline;text-underline-offset:3px;}
.active-region .controls a:hover{}
.focused-proof{
  background: #f4f1ec;
  color: #1a1613;
  padding: calc(1.5rem * 2.4) 1.16rem;
}
.focused-proof .page-details{width: min(100%, 920px);
  margin: 0 auto;}
.focused-proof .offer-brand{display: flex;
  flex-direction: column;
  gap: calc(0.77rem * 1.5);}
.focused-proof .public-details{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.focused-proof .local-visual{margin: 0;
  font-size: calc(15.2px * .875);
  letter-spacing: 0.14em;
  text-transform: uppercase;}
.focused-proof h1{margin: 0;
  font-size: clamp(calc(15.2px * 2), 5.5vw, calc(15.2px * 2.65));
  line-height: 1.06;
  font-weight: 400;}
.focused-proof .active-callout{margin: 0;
  font-size: calc(15.2px * 1.125);
  line-height: 1.81;}
.focused-proof .main-links{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.77rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8d1c5;}
.focused-proof .team-shell{
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 0.37rem;
  background: var(--ink-panel);
  color: var(--ink-card);
  text-decoration: none;
  font-size: 15.2px;
  transition: background 370ms var(--delay-hover);
}
.focused-proof .team-shell:hover{
  background: #725539;color:#1a1613;}
.focused-proof .controls{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;}
.focused-proof .controls a{text-decoration: none;
  font-size: 15.2px;
  border-bottom: 1px solid transparent;
  transition: color 370ms var(--delay-hover), border-color 370ms var(--delay-hover);}
.focused-proof .controls a:hover{border-bottom-color: #b07a3c;}
@media (max-width: 680px) {.focused-proof .main-links{
    flex-direction: column;
    align-items: flex-start;
  }.focused-proof .controls{
    gap: 0.5rem 1rem;
  }
}
