*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Lora", sans-serif;}
a{color:inherit;}
.strong-track {
    width: 100%;
    background: var(--ink-accent);
    color: var(--surface-muted);
    border-bottom: 1px solid var(--surface-page);
    padding: 1.5rem 1.99rem;
  }
.active-entries {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.13rem;
    flex-wrap: nowrap;
  }
.offer-surface {
    font-size: calc(15.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--surface-muted);
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
  }
:root {
  --ink-accent: #fbf4e8;
  --ease-panel: cubic-bezier(0.22,1,0.36,1);
  --surface-muted: #2b1b10;
  --surface-page: #e2d2b8;
}
.nav-desktop {
    flex: 1 1 auto;
    min-width: 0;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.13rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    color: var(--surface-muted);
    text-decoration: none;
    font-size: 15.4px;
    padding: 0.35rem 0.15rem;
    border-radius: 0.36rem;
    transition: color 480ms var(--ease-panel),
                background-color 480ms var(--ease-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #8a9a3b;
    background: #f1e5d1;
    outline: none;
  }
.fresh-links {
    flex: 0 0 auto;
  }
.quiet-tile {
    display: inline-block;
    background: #6b3a1f;
    color: #fdf6ec;
    text-decoration: none;
    font-size: calc(15.4px * .875);
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.66rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: background-color 480ms var(--ease-panel),
                box-shadow 480ms var(--ease-panel);
    white-space: nowrap;
  }
.quiet-tile:hover,
  .quiet-tile:focus-visible{
    background: #552d17;
    box-shadow: 0 6px 14px rgba(0,0,0,0.07);
    outline: none;color:#2b1b10;}
.site-intro {
    display: none;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #f1e5d1;
    color: #3f2c1d;
    border: 1px solid var(--surface-page);
    border-radius: 0.66rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.contact-list{
    display: block;
    width: 20px;
    height: 2px;
    background: #3f2c1d;
    border-radius: 2px;color:#2b1b10;}
.nav-mobile {
    max-width: 1020px;
    margin: calc(1.13rem * 1.5) auto 0;
    background: #ffffff;
    color: #2b1b10;
    border: 1px solid var(--surface-page);
    border-radius: 1rem;
    box-shadow: 0 6px 14px rgba(0,0,0,0.07);
    padding: calc(1.5rem * .75);
  }
.nav-mobile[hidden]{display: none;}
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.13rem * 1.5);
  }
.nav-mobile-list a {
    display: block;
    color: #2b1b10;
    text-decoration: none;
    font-size: 15.4px;
    padding: 0.5rem 0.25rem;
    border-radius: 0.36rem;
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    background: #f1e5d1;
    color: #3f2c1d;
    outline: none;
  }
@media (max-width: 900px) {
    .nav-list {
      gap: calc(1.5rem * .75);
    }
    .quiet-tile {
      padding: 0.55rem 0.9rem;
    }
  }
@media (max-width: 767px) {
    .nav-desktop,
    .fresh-links {
      display: none;
    }

    .site-intro {
      display: flex;
      margin-left: auto;
    }

    .active-entries {
      flex-wrap: nowrap;
    }
  }
.main-menu{font-family:"Lora", sans-serif;font-size:15.4px;line-height:1.85;width:100%;padding:0;background:#2b1b10;color:#fbf4e8;}
.top-track{max-width:1020px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.99rem;display:grid;grid-template-columns:1fr;gap:calc(1.13rem * 1.5)}
.plain-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-section{font-size:calc(15.4px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75) 0;opacity:0.75}
.team-benefit{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:15.4px}
.text-tile{display:block}
.direct-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:34rem}
.page-team{font-size:calc(15.4px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.open-shell{margin:0;font-size:15.4px;opacity:0.85}
.bottom-story{display:grid;grid-template-columns:1fr;gap:calc(1.13rem * 1.5)}
.contact-content{display:flex;flex-direction:column}
.soft-intro{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.direct-header{color:inherit;text-decoration:none;font-size:15.4px;transition:opacity 480ms var(--ease-panel)}
.direct-header:hover,
  .direct-header:focus-visible{opacity:0.7;text-decoration:underline;outline:none}
.local-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.13rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.soft-summary{margin:0;font-size:calc(15.4px * .875);opacity:0.8;max-width:60rem}
.featured-menu{margin:0;font-size:calc(15.4px * .875);opacity:0.75}
@media (min-width: 640px) {.bottom-story{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.top-track{grid-template-columns:1.1fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(1.13rem * 1.5)}.plain-menu{grid-area:contact}.direct-story{grid-area:brand}.bottom-story{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.local-menu{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.99rem;right:1.99rem;bottom:1.5rem;z-index:1200;}
.cookies .visual-contact{max-width:1020px;margin:0 auto;background:#ffffff;border:1px solid var(--surface-page);border-radius:1rem;box-shadow:0 6px 14px rgba(0,0,0,0.07);padding:calc(1.5rem * 0.9) 1.99rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.13rem;align-items:center;color:#2b1b10;}
.cookies .page-body{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .site-proof{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .site-proof button{border:1px solid var(--surface-page);background:#f1e5d1;color:#3f2c1d;border-radius:0.36rem;padding:8px 12px;cursor:pointer;}
.cookies .site-proof button.cookie-accept{background:#8a9a3b;color:#1f2410;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .visual-contact{grid-template-columns:1fr;}

        .cookies p,.cookies .site-proof{grid-column:auto;grid-row:auto;}

        .cookies .site-proof{justify-content:flex-start;}
    }
.featured-actions{
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:linear-gradient(90deg,rgba(43,27,16,.72),rgba(43,27,16,.38)),url("https://images.pexels.com/photos/894695/pexels-photo-894695.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#6b3a1f;
  color:#fbf4e8;
}
.featured-actions .visual-contact{max-width:1020px;margin:0 auto;}
.featured-actions h1,.featured-actions p{margin:0;}
.featured-actions .text-row{display:flex;align-items:flex-end;gap:1.13rem;}
.featured-actions h1{font-size:calc(15.4px * 2.65);line-height:1.08;flex:1 1 auto;}
.featured-actions .open-brand{flex:0 1 calc(1020px / 2.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.13rem * 1.5);}
.featured-actions .site-note{font-size:15.4px;line-height:1.85;color:#fbf4e8;opacity:.86;}
.featured-actions .local-copy{
  display:inline-flex;align-self:flex-start;
  align-items:center;justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.36rem;
  background:#8a9a3b;color:#1f2410;
  text-decoration:none;font-size:calc(15.4px * .875);
}
.featured-actions .local-copy:hover{background:#75852f;color:#2b1b10;}
.featured-actions .fresh-media{font-size:calc(15.4px * .875);line-height:1.85;color:#fbf4e8;opacity:.78;}
.featured-actions .fresh-media a{color:#fbf4e8;text-decoration:underline;text-underline-offset:3px;}
.featured-actions .fresh-media a:hover{}
@media(max-width:760px){.featured-actions .text-row{align-items:flex-start;flex-direction:column;}.featured-actions h1{}.featured-actions .open-brand{flex:1 1 auto;}
}
.text-surface{
        --field-soft: calc(1.5rem * 1.26);
        --type-quiet: calc(1020px / 3.59);
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: #2b1b10;
        color: #fbf4e8;
    }
.text-surface .visual-contact{max-width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-soft);}
.text-surface h2,
    .text-surface h3,
    .text-surface p{margin: 0;}
.text-surface h2{font-size: calc(15.4px * 2);
        line-height: 1.12;}
.text-surface h3{font-size: calc(15.4px * 1.35);
        line-height: 1.2;}
.text-surface p{font-size: 15.4px;
        line-height: 1.85;}
.text-surface a{color: inherit;
        text-decoration: none;}
.text-surface .steady-links{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.13rem;}
.text-surface .steady-links h2{flex: 1 1 calc(1020px / 3);
        min-width: 0;}
.text-surface .steady-links p{flex: 1 1 calc(1020px / 2.6);
        min-width: 0;}
.text-surface .service-callout{display: flex;
        flex-wrap: wrap;
        gap: var(--field-soft);}
.text-surface .main-group{flex: 1 1 var(--type-quiet);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #fbf4e8 22%, transparent);}
.text-surface .main-group p{margin-top: calc(1.5rem / 3);}
.text-surface .main-group a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-block-end: 2px;
        border-bottom: 1px solid color-mix(in srgb, #fbf4e8 40%, transparent);
        opacity: .9;}
.text-surface .main-group a:hover{opacity: 1;
        border-bottom-color: #8a9a3b;}
.text-surface .fresh-media{display: flex;
        flex-wrap: wrap;
        gap: calc(1.13rem * 1.2);
        padding-block-start: calc(var(--field-soft) / 2);
        border-top: 1px solid color-mix(in srgb, #fbf4e8 18%, transparent);}
.text-surface .fresh-media a{font-size: calc(15.4px * .875);
        letter-spacing: .02em;
        text-transform: uppercase;
        opacity: .8;}
.text-surface .fresh-media a:hover{opacity: 1;
        color: #8a9a3b;}
.active-stack{
  padding: calc(1.5rem * 2.4) 1.99rem;
  background: #8a9a3b;
  color: #1f2410;
}
.active-stack .team-lead{
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 1.31rem;
  overflow: hidden;
  background: var(--ink-accent);
  color: var(--surface-muted);
  box-shadow: 0 14px 20px rgba(0,0,0,0.09);
}
.active-stack .site-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.13rem * 1.5);
  border-bottom: 1px solid var(--surface-page);
  background: #f1e5d1;color:#3f2c1d;}
.active-stack .site-menu span{font-size: calc(15.4px * .875);
  letter-spacing: 0.02em;}
.active-stack a{text-decoration: none;}
.active-stack .site-menu a{font-size: calc(15.4px * .875);
  border-bottom: 1px solid #6b3a1f;
  padding-bottom: 2px;}
.active-stack .featured-proof{display: flex;
  flex-wrap: wrap;
  gap: calc(1.13rem * 1.5);
  padding: calc(1.13rem * 1.5);}
.active-stack .steady-links{flex: 1 1 260px;
  min-width: 0;}
.active-stack h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.15;}
.active-stack .steady-links p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.4px;
  line-height: 1.85;}
.active-stack .top-lead{flex: 1 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--surface-page);}
.active-stack .top-lead a{display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-page);}
.active-stack .top-lead a:last-child{border-bottom: none;}
.active-stack .top-lead span{display: block;
  font-size: calc(15.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.active-stack .top-lead strong{display: block;
  margin: 0.35rem 0 0.25rem;
  font-size: calc(15.4px * 1.125);
  line-height: 1.3;}
.active-stack .top-lead small{display: block;
  font-size: calc(15.4px * .875);
  line-height: 1.85;}
@media (max-width: 780px) {.active-stack .featured-proof{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.active-stack .site-menu{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.visual-links{--field-soft:calc(1.5rem * 1.18);--state-active:calc(1020px / 2.35);padding:calc(1.5rem * 2.4) 1.99rem;background:#f1e5d1;color:#3f2c1d;}
.visual-links .visual-contact{max-width:1020px;margin:0 auto;}
.visual-links h1,.visual-links h2,.visual-links h3,.visual-links p{margin:0;}
.visual-links h2{font-size:calc(15.4px * 2);line-height:1.14;}
.visual-links p{font-size:15.4px;line-height:1.85;}
.visual-links a{color:inherit;text-decoration:none;}
.visual-links .site-note{font-size:calc(15.4px * .875);color:color-mix(in srgb, #3f2c1d 72%, transparent);}
.visual-links .steady-links{max-width:var(--state-active);}
.visual-links .local-copy{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.36rem;background:#6b3a1f;color:#fdf6ec;box-shadow:0 1px 4px rgba(0,0,0,0.06);transition:background 480ms var(--ease-panel);}
.visual-links .local-copy:hover{background:#552d17;color:#2b1b10;}
.visual-links .fresh-media{font-size:calc(15.4px * .875);max-width:var(--state-active);}
.visual-links .fresh-media a{color:#6b3a1f;border-bottom:1px solid color-mix(in srgb, #6b3a1f 40%, transparent);}
.visual-links .fresh-media a:hover{color:inherit;border-bottom-color:#8a9a3b;}
.visual-links .open-note>h2,.visual-links .open-note>p,.visual-links .open-note>.local-copy{margin-top:1.5rem;}
.visual-links .open-note>.site-note{margin-top:calc(1.13rem * 1.5);}
.visual-links .open-note>.fresh-media{margin-top:var(--field-soft);}
@media (max-width:640px){.visual-links .steady-links,.visual-links .fresh-media{max-width:none;}.visual-links .local-copy{width:100%;}
}
.text-quote{--field-soft:calc(1.5rem * 0.94);--type-quiet:calc(1020px / 3.05);padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec;}
.text-quote .visual-contact{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;}
.text-quote h2,.text-quote h3,.text-quote p{margin:0;}
.text-quote h2{font-size:calc(15.4px * 2);line-height:1.14;max-width:calc(1020px / 1.35);}
.text-quote h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.text-quote p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-quote .steady-links{margin-top:1.5rem;max-width:calc(1020px / 1.55);}
.text-quote .service-callout{display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:calc(var(--field-soft) * 1.1);}
.text-quote .main-group{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--field-soft) * .78);border-radius:0.66rem;background:color-mix(in srgb, currentColor 9%, transparent);}
.text-quote .main-group p{margin-top:calc(1.5rem / 3.2);}
.text-quote .fresh-media{margin-top:calc(var(--field-soft) * 1.15);padding-top:calc(var(--field-soft) * .7);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15.4px * .875);}
.text-quote .fresh-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.text-quote .fresh-media a:hover{}
@media (max-width:720px){.text-quote .main-group{flex:1 1 100%;}.text-quote h2{max-width:none;}
}
.strong-links{--field-soft:calc(1.5rem * 1.09);--state-active:calc(1020px / 2.95);padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec;}
.strong-links .visual-contact{max-width:1020px;margin:0 auto;}
.strong-links h1,.strong-links h2,.strong-links h3,.strong-links p{margin:0;}
.strong-links h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.strong-links h2{font-size:calc(15.4px * 2);line-height:1.12;}
.strong-links h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.strong-links p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.strong-links a:hover{border-bottom-color:currentColor;}
.strong-links .site-note{margin-bottom:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.strong-links .steady-links{margin-top:1.5rem;}
.strong-links .service-callout{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.strong-links .main-group{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.strong-links .main-group p{margin-top:calc(1.5rem / 3);}
.strong-links .fresh-media{margin-top:var(--field-soft);font-size:calc(15.4px * .875);}
@media (min-width:760px){.strong-links .service-callout{display:grid;grid-template-columns:1fr 1fr;gap:var(--field-soft) calc(1.13rem * 1.6);}
}
.main-figure{
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: var(--ink-accent);
        color: var(--surface-muted)
    }
.main-figure .visual-contact{max-width: 1020px;
        margin: 0 auto}
.main-figure .direct-copy{display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5)}
.main-figure .bottom-links{min-width: 0}
.main-figure h2{margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.12}
.main-figure .bottom-links p{margin: 1.5rem 0 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.85}
.main-figure ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.13rem}
.main-figure li{display: flex;
        flex-wrap: wrap;
        gap: 1.13rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid var(--surface-page)}
.main-figure li:last-child{border-bottom: 1px solid var(--surface-page)}
.main-figure strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.4px * 1.35);
        line-height: 1.2}
.main-figure span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.85}
@media (max-width: 760px) {.main-figure li{
            display: block
        }.main-figure span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-block{
  background:linear-gradient(135deg, #8a9a3b 0%, #6b3a1f 100%);
  color:#fdf6ec;
  padding:calc(1.5rem * 2.4) 1.99rem;
}
.text-block .visual-contact{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.13rem * 1.5);
  align-items:flex-start;}
.text-block .content-nav{flex:1 1 22rem;
  min-width:0;}
.text-block h2{margin:0;
  font-size:calc(15.4px * 2);
  line-height:1.15;
  letter-spacing:0;}
.text-block .content-nav p{margin:1.5rem 0 0;color:inherit;
  font-size:15.4px;
  line-height:1.85;}
.text-block .content-nav .site-note{margin-top:1.13rem;
  padding-top:1.13rem;
  border-top:1px solid color-mix(in srgb,#fdf6ec 24%,transparent);
  font-size:calc(15.4px * .875);}
.text-block .narrow-fields{flex:1 1 24rem;
  min-width:0;
  list-style:none;
  padding:0;
  margin:0;}
.text-block .narrow-fields li{padding:1.13rem 0;}
.text-block .narrow-fields li + li{border-top:1px solid color-mix(in srgb,#fdf6ec 22%,transparent);}
.text-block .narrow-fields strong,
.text-block .narrow-fields span{display:block;}
.text-block .narrow-fields strong{font-size:15.4px;}
.text-block .narrow-fields span{margin-top:.35rem;color:inherit;
  font-size:calc(15.4px * .875);
  line-height:1.85;}
.text-block .narrow-fields a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.text-block .narrow-fields a:hover{}
.text-block .fresh-media{flex:1 1 100%;
  margin-top:calc(1.13rem * 1.5);
  padding-top:1.13rem;
  border-top:1px solid color-mix(in srgb,#fdf6ec 30%,transparent);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.13rem;
  font-size:calc(15.4px * .875);}
.text-block .fresh-media span{color:inherit;}
.text-block .fresh-media a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.text-block .fresh-media a:hover{}
@media (max-width:760px){.text-block .visual-contact{display:block}.text-block .narrow-fields{margin-top:calc(1.13rem * 1.5)}
}
.focused-nav{
  --field-soft:calc(1.5rem * 1.05);
  --state-main:calc(1020px / 3.4);
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:var(--ink-accent);
  color:var(--surface-muted);
}
.focused-nav .visual-contact{max-width:1020px;
  margin:0 auto;}
.focused-nav h2,
.focused-nav h3,
.focused-nav p{margin:0;}
.focused-nav h2{font-size:calc(15.4px * 2);
  line-height:1.14;}
.focused-nav h3{font-size:calc(15.4px * 1.35);
  line-height:1.22;}
.focused-nav p{font-size:15.4px;
  line-height:1.85;}
.focused-nav .bottom-links{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-bottom:calc(1.13rem * 1.5);
  border-bottom:1px solid var(--surface-page);}
.focused-nav .steady-links{color:#3f2c1d;}
.focused-nav .service-callout{display:flex;
  flex-direction:column;
  gap:calc(1.13rem * 1.5);
  margin-top:var(--field-soft);}
.focused-nav .main-group{display:flex;
  flex-wrap:wrap;
  gap:1.13rem;
  align-items:flex-start;
  padding-bottom:calc(1.13rem * 1.5);
  border-bottom:1px solid var(--surface-page);}
.focused-nav .main-group:last-of-type{border-bottom:none;
  padding-bottom:0;}
.focused-nav .main-group img{display:block;
  flex:0 1 var(--state-main);
  min-width:220px;
  width:100%;
  height:auto;
  border-radius:0.66rem;
  object-fit:cover;}
.focused-nav .open-brand{flex:1 1 320px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);}
.focused-nav .narrow-flow{font-size:calc(15.4px * .875);
  letter-spacing:0.02em;
  color:#3f2c1d;}
.focused-nav .open-brand a{
  align-self:flex-start;
  margin-top:calc(1.5rem / 4);
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.36rem;
  background:#6b3a1f;
  color:#fdf6ec;
  font-size:calc(15.4px * .875);
  text-decoration:none;
  transition:background 480ms var(--ease-panel);
}
.focused-nav .open-brand a:hover,
.focused-nav .open-brand a:focus-visible{
  background:#552d17;color:#2b1b10;}
.focused-nav .site-note{
  margin-top:var(--field-soft);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:1rem;
  background:#f1e5d1;
  color:#3f2c1d;
}
.focused-nav .site-note a{color:#6b3a1f;
  text-decoration:underline;
  text-underline-offset:2px;}
.focused-nav .site-note a:hover{color:inherit;}
@media (max-width:720px){.focused-nav .main-group img{
    flex:1 1 100%;
    min-width:0;
  }
}
.local-region{--field-soft:calc(1.5rem * 1.05);--state-active:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.local-region .visual-contact{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-soft);}
.local-region h2,.local-region h3,.local-region p{margin:0;}
.local-region h2{font-size:calc(15.4px * 2);line-height:1.14;}
.local-region h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.local-region p{font-size:15.4px;line-height:1.85;}
.local-region .bottom-links{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.local-region .steady-links{color:color-mix(in srgb, currentColor 76%, transparent);}
.local-region .bottom-actions{display:flex;flex-direction:column;gap:calc(calc(1.13rem * 1.5) * .8);}
.local-region .main-group{padding:calc(calc(1.5rem * .75) * 1.05);border-radius:0.66rem;background:#ffffff;color:#2b1b10;border:1px solid var(--surface-page);box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.local-region .main-group p{margin-top:calc(1.5rem / 3.2);color:color-mix(in srgb, currentColor 78%, transparent);}
.local-region .fresh-media{display:flex;flex-wrap:wrap;align-items:center;gap:1.13rem;padding-top:calc(1.5rem / 2);border-top:1px solid var(--surface-page);}
.local-region .site-note{flex:1 1 100%;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-region a{text-decoration:none;}
.local-region a:hover{}
.local-region .local-copy{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.36rem;background:#6b3a1f;color:#fdf6ec;}
.local-region .local-copy:hover{background:#552d17;color:#fdf6ec;}
.local-region .bottom-stack{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.36rem;background:#8a9a3b;color:#1f2410;}
.local-region .bottom-stack:hover{background:#75852f;color:#1f2410;}
@media (max-width:640px){.local-region .fresh-media{flex-direction:column;align-items:stretch;}.local-region .local-copy,.local-region .bottom-stack{width:100%;}
}
.secondary-footer{padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.site-panel{max-width:1020px;margin:0 auto;}
.secondary-footer h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08;}
.plain-fields{background:#6b3a1f;color:#fdf6ec;padding:calc(1.5rem * 2.4) 1.99rem}
.plain-fields .visual-contact{max-width:1020px;margin:0 auto}
.plain-fields .narrow-fields{display:flex;align-items:flex-start;gap:calc(1.13rem * 1.5)}
.plain-fields .narrow-story{flex:0 1 30rem;min-width:0}
.plain-fields h2{margin:0;font-size:clamp(calc(15.4px * 2),5vw,calc(15.4px * 2.65));line-height:1.05;letter-spacing:0}
.plain-fields p{margin:1.5rem 0 0;font-size:calc(15.4px * 1.125);line-height:1.65}
.plain-fields ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:1.13rem}
.plain-fields li{flex:1 1 17rem;min-width:0}
.plain-fields strong,.plain-fields a,.plain-fields span{display:block}
.plain-fields strong{font-size:15.4px}
.plain-fields a,.plain-fields span{margin-top:calc(calc(1.5rem * .75)*.5);color:inherit;text-decoration:none;line-height:1.55;font-size:calc(15.4px * .875)}
.plain-fields a{text-decoration:underline;text-underline-offset:2px}
.plain-fields a:hover{}
@media(max-width:760px){.plain-fields .narrow-fields{flex-direction:column}.plain-fields .narrow-story{flex-basis:auto}}
.open-rail{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.open-rail .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(1.13rem * 1.5);
  align-items: start;}
.open-rail h2,
.open-rail h3,
.open-rail p{margin: 0;}
.open-rail h2{font-size: calc(15.4px * 2); line-height: 1.12;}
.open-rail h3{font-size: calc(15.4px * 1.35); line-height: 1.2;}
.open-rail p{font-size: 15.4px; line-height: 1.85;}
.open-rail .plain-visual{display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.open-rail .plain-visual p,
.open-rail .strong-steps span,
.open-rail .strong-body span{color: #3f2c1d;}
.open-rail .featured-steps{display: grid;
  border-top: 1px solid var(--surface-page);}
.open-rail .strong-body{display: flex;
  justify-content: space-between;
  gap: 1.13rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-page);}
.open-rail .strong-body strong{font-size: calc(15.4px * 1.35);}
.open-rail .strong-steps{display: grid;
  grid-template-columns: minmax(3rem, .1fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-page);}
.open-rail .visual-media{
  grid-column: 2;
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .75) 1.5rem;
  border-radius: 0.66rem;
  background: #6b3a1f;
  color: #fdf6ec;
  text-decoration: none;
}
.open-rail .visual-media:hover{ background: #552d17;color:#2b1b10;}
@media (max-width: 780px) {.open-rail .visual-contact,
  .open-rail .strong-steps{ grid-template-columns: 1fr; }.open-rail .plain-visual{ position: static; }.open-rail .strong-body{ flex-direction: column; }.open-rail .visual-media{ grid-column: auto; }
}
.entries{
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:#6b3a1f;
  color:#fdf6ec;
  overflow:hidden;
}
.entries .visual-contact{max-width:1020px;
  margin:0 auto;}
.entries .bottom-links{margin:0 0 calc(1.13rem * 1.5);}
.entries h2{margin:0;
  font-size:calc(15.4px * 2);
  line-height:1.15;}
.entries .bottom-links p{margin:1.5rem 0 0;
  font-size:calc(15.4px * 1.125);
  line-height:1.85;}
.entries .narrow-fields{display:flex;
  flex-wrap:wrap;
  gap:1.13rem;}
.entries .main-group{flex:1 1 17rem;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid rgba(253,246,236,0.28);}
.entries .main-group:nth-child(3n+2){flex-basis:20rem;}
.entries strong{display:block;
  font-size:calc(15.4px * 1.35);
  line-height:1.2;}
.entries .main-group p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.85;}
.entries .fresh-media{margin-top:calc(1.13rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(253,246,236,0.28);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.5rem * .75) 1.13rem;}
.entries .fresh-media p{margin:0;
  flex:1 1 20rem;
  line-height:1.85;}
.entries .fresh-media a{text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(15.4px * .875);}
.entries .fresh-media a:hover{}
@media (max-width:640px){.entries .main-group,
  .entries .main-group:nth-child(3n+2){
    flex-basis:100%;
  }
}
.compact-frame{
  background:var(--ink-accent);
  color:var(--surface-muted);
  padding:calc(1.5rem * 2.4) 1.99rem;
}
.compact-frame .visual-contact{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.13rem * 1.5);
  align-items:flex-start;}
.compact-frame .open-brand{flex:1 1 30rem;
  min-width:0;}
.compact-frame h2{margin:0;
  font-size:calc(15.4px * 2);
  line-height:1.15;
  letter-spacing:0;}
.compact-frame .open-brand p{margin:1.5rem 0 0;
  font-size:calc(15.4px * 1.125);
  line-height:1.85;}
.compact-frame .open-brand a{color:#6b3a1f;
  text-decoration:underline;
  text-underline-offset:3px;}
.compact-frame .open-brand a:hover{color:inherit;}
.compact-frame .featured-unit{
  flex:1 1 22rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:#ffffff;
  color:#2b1b10;
  border:1px solid var(--surface-page);
  box-shadow:0 1px 4px rgba(0,0,0,0.06);
}
.compact-frame label{display:block;
  margin:0 0 1.5rem;}
.compact-frame label span{display:block;
  margin-bottom:.4rem;
  font-size:calc(15.4px * .875);}
.compact-frame input{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--surface-page);
  border-radius:0.66rem;
  background:#ffffff;
  color:#2b1b10;
  padding:.8rem 1rem;
  font:inherit;
}
.compact-frame input::placeholder{color:rgba(255,255,255,0.55);}
.compact-frame button{
  width:100%;
  border:0;
  border-radius:0.66rem;
  background:#6b3a1f;
  color:#fdf6ec;
  padding:.9rem 1rem;
  font:inherit;
  cursor:pointer;
  transition:background 480ms var(--ease-panel);
}
.compact-frame button:hover{
  background:#552d17;color:#2b1b10;}
@media (max-width:760px){.compact-frame .visual-contact{display:block}.compact-frame .featured-unit{margin-top:calc(1.13rem * 1.5)}
}
.local-lead{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.local-lead .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.13rem * 1.5);
  align-items: flex-start;}
.local-lead .open-brand{display: flex;
  flex-direction: column;
  gap: calc(1.13rem * 1.5);
  flex: 1 1 22rem;
  min-width: 0;}
.local-lead .clear-contact{display: block;
  width: 100%;
  flex: 1 1 20rem;
  min-width: 0;
  min-height: 26rem;
  height: 100%;
  object-fit: cover;
  border-radius: 1.31rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.07);}
.local-lead h2,
.local-lead p{margin: 0;}
.local-lead h2{font-size: calc(15.4px * 2);
  line-height: 1.08;}
.local-lead .open-brand > p{font-size: calc(15.4px * 1.125);
  line-height: 1.85;}
.local-lead .narrow-body{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.local-lead .narrow-body div{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.66rem;
  background: #ffffff;
  color: #2b1b10;
  border: 1px solid var(--surface-page);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.local-lead strong{font-size: calc(15.4px * 1.35);
  line-height: 1.16;}
.local-lead span{line-height: 1.85;}
@media (max-width: 860px) {.local-lead .clear-contact{
    min-height: 18rem;
  }
}
.top-flow{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.top-flow .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.13rem * 1.5);}
.top-flow h2,
.top-flow h3,
.top-flow p{margin: 0;}
.top-flow h2{font-size: calc(15.4px * 2);
  line-height: 1.12;}
.top-flow h3{font-size: calc(15.4px * 1.35);
  line-height: 1.2;}
.top-flow p{font-size: 15.4px;
  line-height: 1.85;}
.top-flow .contact-header{display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--surface-page);}
.top-flow .steady-links{font-size: calc(15.4px * 1.125);
  line-height: 1.85;}
.top-flow .direct-copy{display: grid;
  gap: 0;}
.top-flow .open-wrap{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: calc(1.13rem * 1.5) 0;
  border-bottom: 1px solid var(--surface-page);
  align-items: start;}
.top-flow .open-wrap:first-child{border-top: 1px solid var(--surface-page);}
.top-flow .focused-headline{font-size: calc(15.4px * .875);
  letter-spacing: 0.02em;
  color: #3f2c1d;
  padding-top: 0.35rem;}
.top-flow .plain-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.13rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #2b1b10;
  border: 1px solid var(--surface-page);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.top-flow .plain-inner p{flex: 1 1 22rem;}
.top-flow .plain-inner a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 480ms var(--ease-panel);}
.top-flow .plain-inner a:hover{color:inherit;}
@media (max-width: 800px) {.top-flow .open-wrap{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.top-flow .focused-headline{
    padding-top: 0;
  }.top-flow .plain-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}
.visual-area{
  --field-soft:calc(1.5rem * 1.2);
  --state-strong:calc(1020px / 2.6);
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:#f1e5d1;
  color:#3f2c1d;
}
.visual-area .visual-contact{max-width:1020px;margin:0 auto;}
.visual-area h2,.visual-area h3,.visual-area p{margin:0;}
.visual-area h2{font-size:calc(15.4px * 2);line-height:1.14;}
.visual-area h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.visual-area p{font-size:15.4px;line-height:1.85;}
.visual-area a{text-decoration:underline;text-underline-offset:3px;}
.visual-area a:hover{}
.visual-area .bottom-links{display:flex;flex-wrap:wrap;gap:1.13rem;align-items:flex-start;}
.visual-area .bottom-links>h2{flex:1 1 calc(1020px / 3.2);min-width:0;}
.visual-area .bottom-links>.steady-links{flex:1 1 calc(1020px / 2.2);min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.visual-area .service-callout{display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:calc(calc(1.13rem * 1.5) * 1.4);}
.visual-area .main-group{flex:1 1 var(--state-strong);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) 0;
  border-top:1px solid var(--surface-page);}
.visual-area .main-group p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-area .site-note{margin-top:calc(calc(1.13rem * 1.5) * 1.2);
  padding-top:calc(1.13rem * 1.5);
  border-top:1px solid var(--surface-page);
  color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:640px){.visual-area .main-group{flex:1 1 100%;}
}
.bottom-form{padding:calc(1.5rem * 2.4) 1.99rem;background:#2b1b10;color:#fbf4e8}
.bottom-form .visual-contact{max-width:1020px;margin:0 auto}
.bottom-form .bottom-links{display:flex;flex-direction:column;gap:1.5rem}
.bottom-form h2{margin:0;font-size:calc(15.4px * 2);line-height:1.12}
.bottom-form .steady-links{margin:0;line-height:1.85}
.bottom-form .text-entries{margin-top:calc(1.13rem * 1.5);display:flex;flex-direction:column}
.bottom-form .main-group{padding:1.5rem 0;border-top:1px solid rgba(251,244,232,0.18)}
.bottom-form .main-group:last-child{border-bottom:1px solid rgba(251,244,232,0.18)}
.bottom-form h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 1.35);line-height:1.25}
.bottom-form .main-group p{margin:0;line-height:1.85;opacity:0.88}
.bottom-form .site-note{display:block;margin-top:calc(1.5rem * .75);font-size:calc(15.4px * .875);opacity:0.72}
@media(max-width:720px){.bottom-form .main-group{padding:calc(1.5rem * .75) 0}.bottom-form h2{font-size:calc(15.4px * 1.35)}
}
.local-intro{--field-soft:calc(1.5rem * 1.29);--state-active:calc(1020px / 2.70);--label-large:calc(1020px / 3.66);padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec;}
.local-intro .visual-contact{max-width:1020px;margin:0 auto;}
.local-intro h1,.local-intro h2,.local-intro h3,.local-intro p{margin:0;}
.local-intro h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.local-intro h2{font-size:calc(15.4px * 2);line-height:1.12;}
.local-intro h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.local-intro p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-intro a{color:inherit;text-decoration:none;}
.local-intro img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.local-intro .local-copy{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.36rem;background:#fdf6ec;color:#6b3a1f;}
.local-intro .site-note{font-size:calc(15.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.local-intro .steady-links{margin-top:calc(1.5rem / 2);}
.local-intro .service-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;margin-top:var(--field-soft);}
.local-intro .main-group{flex:1 1 calc(1020px / 4);min-width:0;}
.local-intro .main-group p{margin-top:calc(1.5rem / 3);}
.local-intro .main-group img{margin-bottom:calc(1.5rem / 2);}
.local-intro .featured-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;}
.local-intro .featured-grid>.open-brand{flex:1 1 auto;min-width:0;}
.local-intro .featured-grid>.local-copy{flex:0 0 auto;align-self:flex-end;}
.local-intro .featured-grid>.service-callout{flex:1 1 100%;}
.local-intro .open-brand h2{margin-top:calc(1.5rem / 2);}
.process{
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: #f1e5d1;
        color: #3f2c1d
    }
.process .visual-contact{max-width: 1020px;
        margin: 0 auto}
.process .narrow-story{display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5)}
.process .steady-links h2{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(15.4px * 2);
        line-height: 1.12}
.process .bottom-links{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.85}
.process .main-rail{min-width: 0}
.process .open-brand{margin: 0 0 calc(1.13rem * 1.5);
        font-size: 15.4px;
        line-height: 1.85}
.process .service-callout{list-style: none;
        margin: 0 0 calc(1.13rem * 1.5);
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.13rem}
.process .main-group{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75);
        padding-bottom: 1.13rem;
        border-bottom: 1px solid var(--surface-page)}
.process .main-group:last-child{border-bottom: 0;
        padding-bottom: 0}
.process .main-content{
        flex: 0 0 auto;
        min-width: 7.5rem;
        padding: calc(calc(1.5rem * .75) * .4) calc(1.5rem * .75);
        border-radius: 0.36rem;
        background: #8a9a3b;
        color: #1f2410;
        font-size: calc(15.4px * .875);
        letter-spacing: .02em
    }
.process .site-note{
        margin: 0;
        padding: calc(1.5rem * .75);
        border-radius: 0.66rem;
        background: #ffffff;
        color: #2b1b10;
        border: 1px solid var(--surface-page);
        font-size: calc(15.4px * .875);
        line-height: 1.85
    }
.process .site-note a{color: #6b3a1f}
.process .site-note a:hover{color:inherit;}
@media (max-width: 760px) {.process .main-group{
            flex-direction: column;
            align-items: flex-start
        }.process .main-content{
            min-width: 0
        }
    }
.page-panel{
  --field-soft:calc(1.5rem * 1.35);
  --mark-strong:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:#6b3a1f;
  color:#fdf6ec;
}
.page-panel .visual-contact{max-width:1020px;
  margin:0 auto;}
.page-panel h2,
.page-panel h3,
.page-panel p{margin:0;}
.page-panel h2{font-size:calc(15.4px * 2);
  line-height:1.14;}
.page-panel h3{font-size:calc(15.4px * 1.35);
  line-height:1.22;}
.page-panel p{font-size:15.4px;
  line-height:1.85;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.page-panel a{color:inherit;
  text-decoration:none;}
.page-panel .site-note{font-size:calc(15.4px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);
  margin-bottom:calc(1.5rem / 2);}
.page-panel .steady-links{margin-top:1.5rem;}
.page-panel .service-callout{display:flex;
  flex-direction:column;
  margin-top:var(--field-soft);
  border-top:var(--mark-strong);}
.page-panel .main-group{min-width:0;
  padding:calc(1.13rem * 1.5) 0;
  border-bottom:var(--mark-strong);}
.page-panel .open-brand{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.page-panel .open-brand p{max-width:none;}
.page-panel .local-copy{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.5rem / 3);
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.36rem;
  background:#fdf6ec;
  color:#6b3a1f;
  font-size:calc(15.4px * .875);
  transition:background 480ms var(--ease-panel), color 480ms var(--ease-panel);
}
.page-panel .local-copy:hover{
  background:#8a9a3b;
  color:#1f2410;
}
.page-panel .fresh-media{margin-top:var(--field-soft);
  font-size:calc(15.4px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.page-panel .fresh-media a{text-decoration:underline;
  text-underline-offset:3px;}
.page-panel .fresh-media a:hover{}
@media (min-width:760px){.page-panel .open-brand{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    column-gap:1.13rem;
  }.page-panel .open-brand h3,
  .page-panel .open-brand p{
    grid-column:1;
  }.page-panel .open-brand .local-copy{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
    margin-top:0;
  }
}
.direct-method{--field-soft:calc(1.5rem * 0.92);--state-active:calc(1020px / 2.40);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.direct-method .visual-contact{max-width:1020px;margin:0 auto;}
.direct-method h1,.direct-method h2,.direct-method h3,.direct-method p{margin:0;}
.direct-method h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.direct-method h2{font-size:calc(15.4px * 2);line-height:1.12;}
.direct-method h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.direct-method p{font-size:15.4px;line-height:1.85;color:#3f2c1d;}
.direct-method a{color:#6b3a1f;text-decoration:none;border-bottom:1px solid var(--surface-page);}
.direct-method a:hover{color:inherit;}
.direct-method .site-note{margin-bottom:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#3f2c1d;}
.direct-method .steady-links{margin-top:1.5rem;}
.direct-method .service-callout{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.direct-method .main-group{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-page);}
.direct-method .main-group p{margin-top:calc(1.5rem / 3);}
.direct-method .fresh-media{margin-top:var(--field-soft);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-page);font-size:calc(15.4px * .875);}
@media (min-width:760px){.direct-method .service-callout{display:grid;grid-template-columns:1fr 1fr;gap:var(--field-soft) 1.5rem;}
}
.contact-body{padding:calc(1.5rem * 2.4) 1.99rem;background:linear-gradient(180deg,#ffffff,#f1e5d1);color:#2b1b10;}
.contact-body .visual-contact{max-width:1020px;margin:0 auto;}
.contact-body .plain-visual{margin-bottom:calc(1.13rem * 1.5);}
.contact-body .plain-visual p{margin:0;font-size:calc(15.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:#3f2c1d;}
.contact-body .plain-visual h2{margin:.5rem 0 0;font-size:calc(15.4px * 2);line-height:1.25;}
.contact-body .steady-links{margin:0 0 calc(1.13rem * 1.5);font-size:15.4px;line-height:1.85;}
.contact-body .service-callout{display:flex;flex-direction:column;gap:1.13rem;}
.contact-body .main-group{padding:calc(1.5rem * .75);border-radius:1rem;background:#ffffff;border:1px solid var(--surface-page);color:#2b1b10;box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.contact-body .compact-menu{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;align-items:baseline;margin-bottom:1.13rem;}
.contact-body .compact-menu strong{font-size:calc(15.4px * .875);letter-spacing:.04em;text-transform:uppercase;}
.contact-body .compact-menu span{font-size:calc(15.4px * .875);color:#3f2c1d;}
.contact-body .main-rail{display:grid;grid-template-columns:14rem 1fr;gap:1.13rem;align-items:start;}
.contact-body .main-rail img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.66rem;}
.contact-body .main-rail small{display:block;font-size:calc(15.4px * .875);color:#3f2c1d;}
.contact-body .main-rail h3{margin:.4rem 0 .35rem;font-size:calc(15.4px * 1.35);}
.contact-body .main-rail p{margin:0;line-height:1.85;}
.contact-body .site-note{margin:calc(1.13rem * 1.5) 0 0;padding-top:1.13rem;border-top:1px solid var(--surface-page);font-size:calc(15.4px * .875);color:#3f2c1d;}
@media (max-width:680px){.contact-body .main-rail{grid-template-columns:1fr;}.contact-body .main-rail img{height:12rem;}
}
.plain-group{
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: linear-gradient(135deg, #fbf4e8 0%, #f1e5d1 55%, #e6d5b8 100%);
        color: #2b1b10;
    }
.plain-group .visual-contact{max-width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5);}
.plain-group .steady-links{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--surface-page);}
.plain-group h2{margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.1;}
.plain-group .steady-links p{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.85;}
.plain-group .direct-copy{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.plain-group .focused-details{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
        border-left: 3px solid #8a9a3b;
        background: transparent;
    }
.plain-group .focused-details:nth-child(even){padding-left: 0;
        padding-right: calc(1.5rem * .75);
        border-left: none;
        border-right: 3px solid #6b3a1f;
        text-align: right;}
.plain-group .top-fields{font-size: 15.4px;
        line-height: 1.85;}
.plain-group .narrow-shell{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        font-size: calc(15.4px * .875);}
.plain-group .focused-details:nth-child(even) .narrow-shell{justify-content: flex-end;}
.plain-group .narrow-shell strong{font-weight: 600;}
.plain-group .site-note{margin: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--surface-page);
        font-size: calc(15.4px * .875);}
@media (max-width: 760px) {.plain-group .focused-details,
        .plain-group .focused-details:nth-child(even){
            padding-left: calc(1.5rem * .75);
            padding-right: 0;
            border-left: 3px solid #8a9a3b;
            border-right: none;
            text-align: left;
        }.plain-group .focused-details:nth-child(even) .narrow-shell{
            justify-content: flex-start;
        }
    }
.media-frame{--field-soft:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.media-frame .visual-contact{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.13rem * 1.5);}
.media-frame h1,.media-frame h2,.media-frame h3,.media-frame p{margin:0;}
.media-frame h2{font-size:calc(15.4px * 2);line-height:1.14;}
.media-frame p{font-size:15.4px;line-height:1.85;}
.media-frame a{color:#6b3a1f;text-decoration:none;border-bottom:1px solid var(--surface-page);}
.media-frame a:hover{color:inherit;border-bottom-color:#8a9a3b;}
.media-frame .narrow-fields{display:flex;flex-direction:column;gap:1.13rem;}
.media-frame .site-note{font-size:calc(15.4px * .875);color:#3f2c1d;}
.media-frame .featured-proof{display:flex;flex-direction:column;gap:1.13rem;}
.media-frame .steady-links{font-size:calc(15.4px * 1.125);}
.media-frame .open-brand{color:#3f2c1d;}
.media-frame .public-nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.13rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-page);}
.media-frame .local-copy{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.36rem;background:#6b3a1f;color:#fdf6ec;border-bottom:none;font-size:15.4px;}
.media-frame .local-copy:hover{background:#552d17;color:#fdf6ec;}
.media-frame .fresh-media{font-size:calc(15.4px * .875);color:#3f2c1d;flex:1 1 18rem;min-width:0;}
@media (min-width:760px){.media-frame .visual-contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-template-areas:"rail body" "rail action";align-items:start;column-gap:1.99rem;row-gap:calc(1.13rem * 1.5);}.media-frame .narrow-fields{grid-area:rail;}.media-frame .featured-proof{grid-area:body;}.media-frame .public-nav{grid-area:action;}
}
.soft-media{--field-soft:calc(1.5rem * 1.01);--type-quiet:calc(1020px / 3.32);padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec;}
.soft-media .visual-contact{max-width:1020px;margin:0 auto;}
.soft-media h2,.soft-media h3,.soft-media p{margin:0;}
.soft-media h2{font-size:calc(15.4px * 2);line-height:1.12;}
.soft-media h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.soft-media p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-media .wide-story{row-gap:calc(var(--field-soft) * .7);}
.soft-media .open-area{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-media .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;}
.soft-media .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.soft-media .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.soft-media .wide-grid{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:var(--field-soft);}
.soft-media .main-group{flex:1 1 var(--type-quiet);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-media .main-group p{margin-top:calc(1.5rem / 3);}
.compact-headline{
  --field-soft:calc(1.5rem * 1.35);
  --mark-strong:1px solid var(--surface-page);
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:var(--ink-accent);
  color:var(--surface-muted);
}
.compact-headline .visual-contact{max-width:1020px;
  margin:0 auto;}
.compact-headline h2,
.compact-headline h3,
.compact-headline p{margin:0;}
.compact-headline h2{font-size:calc(15.4px * 2);
  line-height:1.15;}
.compact-headline h3{font-size:calc(15.4px * 1.35);
  line-height:1.25;}
.compact-headline p{font-size:15.4px;
  line-height:1.85;}
.compact-headline .bottom-links{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(1.13rem * 1.5);
  border-bottom:var(--mark-strong);}
.compact-headline .steady-links{color:#3f2c1d;}
.compact-headline .service-callout{display:flex;
  flex-direction:column;
  margin-top:calc(1.13rem * 1.5);}
.compact-headline .main-group{min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--mark-strong);}
.compact-headline .main-group:last-child{border-bottom:none;}
.compact-headline .main-group p{margin-top:calc(1.5rem / 3);
  color:#3f2c1d;}
.compact-headline .site-note{margin-top:calc(1.13rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:var(--mark-strong);
  font-size:calc(15.4px * .875);
  color:#3f2c1d;}
.compact-headline .site-note a{color:#6b3a1f;
  text-decoration:underline;
  text-underline-offset:2px;}
.compact-headline .site-note a:hover{color:inherit;}
@media (min-width:760px){.compact-headline .service-callout{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:1.13rem;
  }.compact-headline .main-group{
    padding:calc(1.5rem * .75) 0;
  }.compact-headline .main-group:nth-last-child(2){
    border-bottom:none;
  }
}
.compact-service{--field-soft:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec;}
.compact-service .visual-contact{max-width:1020px;margin:0 auto;}
.compact-service h2,.compact-service h3,.compact-service p{margin:0;}
.compact-service h2{font-size:calc(15.4px * 2);line-height:1.12;}
.compact-service h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.compact-service p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-service a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.compact-service a:hover{border-bottom-color:currentColor;}
.compact-service .steady-links{margin-top:calc(1.5rem / 2);}
.compact-service .bottom-actions{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.compact-service .main-group{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.66rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.compact-service .main-group p{margin-top:calc(1.5rem / 3);}
.compact-service .site-note{margin-top:var(--field-soft);}
.bottom-method{padding:calc(1.5rem * 2.4) 1.99rem;background:#f1e5d1;color:#3f2c1d}
.bottom-method .visual-contact{max-width:1020px;margin:0 auto}
.bottom-method .bottom-links{margin-bottom:calc(1.13rem * 1.5)}
.bottom-method h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 2);line-height:1.12}
.bottom-method .steady-links{margin:0;line-height:1.85}
.bottom-method .narrow-fields{display:flex;flex-direction:column;gap:1.13rem}
.bottom-method .main-group{display:block;background:#ffffff;color:#2b1b10;border:1px solid var(--surface-page);border-radius:0.66rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.06);text-decoration:none;overflow-wrap:anywhere}
.bottom-method .main-group .plain-grid{display:block;margin-bottom:0.35rem;font-size:calc(15.4px * .875);color:#3f2c1d}
.bottom-method .main-group strong{display:block;font-size:calc(15.4px * 1.35);line-height:1.18}
.bottom-method .main-group p{margin:0;line-height:1.85}
.bottom-method .main-group em{display:block;margin-top:0.5rem;font-style:normal;font-size:calc(15.4px * .875);line-height:1.85;color:#3f2c1d}
.bottom-method .site-note{margin:calc(1.13rem * 1.5) 0 0;font-size:calc(15.4px * .875);line-height:1.85}
@media(min-width:720px){.bottom-method .narrow-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.13rem}
}
.featured-track{
  position:relative;
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:#f1e5d1;
  color:#3f2c1d;
}
.featured-track .visual-contact{max-width:1020px;
  margin:0 auto;}
.featured-track .bottom-links{margin:0 0 calc(1.13rem * 1.5);}
.featured-track h2{margin:0 0 1.5rem;
  font-size:calc(15.4px * 2);
  line-height:1.15;}
.featured-track .steady-links{margin:0;
  font-size:calc(15.4px * 1.125);
  line-height:1.85;}
.featured-track .top-body{display:flex;
  flex-wrap:wrap;
  gap:1.13rem;
  border-top:1px solid var(--surface-page);
  padding-top:calc(1.13rem * 1.5);}
.featured-track .main-group{flex:1 1 20rem;
  min-width:16rem;
  padding:0 0 1.5rem;
  border-bottom:1px solid var(--surface-page);}
.featured-track .main-group h3{margin:0 0 1.5rem;
  font-size:calc(15.4px * 1.35);
  line-height:1.25;}
.featured-track .main-group p{margin:0;
  line-height:1.85;}
.featured-track .tile{margin:calc(1.13rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--surface-page);
  font-size:15.4px;
  line-height:1.85;}
@media(max-width:640px){.featured-track .main-group{flex:1 1 100%;min-width:0}
}
.team-stack{--field-soft:calc(1.5rem * 1.25);--state-active:calc(1020px / 2.40);--label-large:calc(1020px / 3.40);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.team-stack .visual-contact{max-width:1020px;margin:0 auto;}
.team-stack h2,.team-stack h3,.team-stack p{margin:0;}
.team-stack h2{font-size:calc(15.4px * 2);line-height:1.14;}
.team-stack h3{font-size:calc(15.4px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.team-stack p{font-size:15.4px;line-height:1.85;}
.team-stack .steady-links{margin-top:1.5rem;}
.team-stack .site-note{margin-top:calc(1.13rem * 1.5);font-size:calc(15.4px * .875);}
.team-stack .site-note a{text-decoration:underline;text-underline-offset:3px;}
.team-stack .site-note a:hover{}
.team-stack img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.team-stack .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;}
.team-stack .fresh-group>.open-brand{flex:1 1 calc(1020px / 3);min-width:0;}
.team-stack .fresh-group>.service-callout{flex:2 1 calc(1020px / 2);display:flex;flex-direction:column;gap:var(--field-soft);}
.team-stack .fresh-group>img{margin-left:auto;max-width:var(--label-large);}
.team-stack .main-group{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-page);}
.team-stack .main-group p{}
@media (max-width:720px){.team-stack .fresh-group>img{max-width:100%;margin-left:0;}.team-stack .main-group{padding-left:1.99rem;}
}
.main-panel{--field-soft:calc(1.5rem * 1.15);--state-active:calc(1020px / 2.4);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.main-panel .visual-contact{max-width:1020px;margin:0 auto;}
.main-panel h2,.main-panel h3,.main-panel p{margin:0;}
.main-panel h2{font-size:calc(15.4px * 2);line-height:1.14;}
.main-panel h3{font-size:calc(15.4px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.main-panel p{font-size:15.4px;line-height:1.85;}
.main-panel a{color:#6b3a1f;text-decoration:none;}
.main-panel a:hover{color:inherit;}
.main-panel img{display:block;width:100%;height:auto;border-radius:0.66rem;margin-bottom:calc(1.5rem / 2);}
.main-panel .narrow-fields{display:flex;flex-wrap:wrap;gap:1.13rem;align-items:flex-end;}
.main-panel .narrow-fields>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.main-panel .narrow-fields>.steady-links{flex:1 1 calc(1020px / 3);min-width:0;color:#3f2c1d;}
.main-panel .service-callout{display:flex;flex-wrap:wrap;gap:var(--field-soft);margin-top:calc(calc(1.13rem * 1.5) * 1.2);}
.main-panel .main-group{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:1rem;background:#ffffff;color:#2b1b10;border:1px solid var(--surface-page);box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.main-panel .main-group p{color:#2b1b10;}
.main-panel .fresh-media{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(15.4px * .875);border-bottom:1px solid #6b3a1f;}
.main-panel .site-note{margin-top:calc(calc(1.13rem * 1.5) * 1.1);padding-top:calc(1.13rem * 1.5);border-top:1px solid var(--surface-page);font-size:calc(15.4px * .875);color:#3f2c1d;}
.main-panel .site-note a{color:#6b3a1f;}
@media (max-width:720px){.main-panel .narrow-fields>h2,.main-panel .narrow-fields>.steady-links{flex:1 1 100%;}.main-panel .main-group{flex:1 1 100%;}
}
.fresh-stack{--field-soft:calc(1.5rem * 1.2);--label-large:calc(1020px / 3.4);padding:calc(1.5rem * 2.4) 1.99rem;background:#8a9a3b;color:#1f2410;}
.fresh-stack .visual-contact{max-width:1020px;margin:0 auto;}
.fresh-stack h1,.fresh-stack h2,.fresh-stack h3,.fresh-stack p{margin:0;}
.fresh-stack h2{font-size:calc(15.4px * 2);line-height:1.14;}
.fresh-stack h3{font-size:calc(15.4px * 1.35);line-height:1.25;}
.fresh-stack p{font-size:15.4px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-stack a:hover{}
.fresh-stack img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.fresh-stack .open-brand .steady-links{margin-top:1.5rem;}
.fresh-stack .open-brand .site-note{margin-top:calc(1.13rem * 1.5);font-size:calc(15.4px * .875);}
.fresh-stack .service-callout{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.fresh-stack .main-group{min-width:0;padding-bottom:calc(1.13rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-stack .main-group:last-child{border-bottom:0;padding-bottom:0;}
.fresh-stack .main-group p{margin-top:calc(1.5rem / 3);}
.fresh-stack .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;}
.fresh-stack .fresh-group>.open-brand{flex:1 1 calc(1020px / 3);min-width:0;}
.fresh-stack .fresh-group>.service-callout{flex:2 1 calc(1020px / 2);margin-top:0;}
.fresh-stack .fresh-group>img{margin-left:auto;max-width:var(--label-large);}
@media (max-width:720px){.fresh-stack .fresh-group>img{max-width:100%;margin-left:0;}
}
.profile{
        --field-soft: calc(1.5rem * 1.26);
        --type-quiet: calc(1020px / 3.59);
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: #2b1b10;
        color: #fbf4e8;
    }
.profile .visual-contact{max-width: 1020px;
        margin: 0 auto;}
.profile h2,
    .profile h3,
    .profile p{margin: 0;}
.profile h2{font-size: calc(15.4px * 2);
        line-height: 1.12;}
.profile h3{font-size: calc(15.4px * 1.35);
        line-height: 1.2;}
.profile p{font-size: 15.4px;
        line-height: 1.85;}
.profile a{color: inherit;
        text-decoration: none;}
.profile .local-headline{padding-block: calc(var(--field-soft) / 2);}
.profile .featured-story{row-gap: calc(var(--field-soft) * 1.2);}
.profile .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.13rem;}
.profile .row-title h2{flex: 1 1 calc(1020px / 3);
        min-width: 0;}
.profile .row-title > p{flex: 1 1 calc(1020px / 3);
        min-width: 0;}
.profile .service-callout{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--field-soft);
        margin-top: var(--field-soft);}
.profile .main-group{flex: 1 1 var(--type-quiet);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #fbf4e8 22%, transparent);}
.profile .main-group p{margin-top: calc(1.5rem / 3);}
.profile .main-group a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;
        border-bottom: 1px solid color-mix(in srgb, #fbf4e8 45%, transparent);
        padding-block-end: 2px;}
.profile .main-group a:hover{opacity: 1;}
.profile .site-note{flex: 1 1 100%;
        margin-top: var(--field-soft);
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #fbf4e8 22%, transparent);
        font-size: calc(15.4px * .875);
        opacity: .9;}
.profile .site-note a{border-bottom: 1px solid color-mix(in srgb, #fbf4e8 45%, transparent);}
@media (max-width: 720px) {.profile .row-title h2,
        .profile .row-title > p{
            flex: 1 1 100%;
        }
    }
.service-note{--field-soft:calc(1.5rem * 1.32);--state-active:calc(1020px / 2.75);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.service-note .visual-contact{max-width:1020px;margin:0 auto;}
.service-note h1,.service-note h2,.service-note h3,.service-note p{margin:0;}
.service-note h2{font-size:calc(15.4px * 2);line-height:1.12;}
.service-note h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.service-note p{font-size:15.4px;line-height:1.85;color:#3f2c1d;}
.service-note .steady-links{color:var(--surface-muted);}
.service-note .service-callout{display:flex;flex-direction:column;gap:var(--field-soft);margin-top:var(--field-soft);}
.service-note .main-group{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-page);}
.service-note .main-group p{margin-top:calc(1.5rem / 3);}
.service-note .public-note{display:flex;align-items:flex-start;gap:1.13rem;}
.service-note .public-note>.open-brand{flex:1 1 calc(1020px / 3);min-width:0;}
.service-note .public-note>.service-callout{flex:2 1 calc(1020px / 2);margin-top:0;}
.service-note .open-brand .steady-links{margin-top:1.5rem;}
@media(max-width:760px){.service-note .public-note{flex-direction:column;}.service-note .public-note>.service-callout{margin-top:var(--field-soft);}}
.service-block{
  background: linear-gradient(135deg, #fbf4e8 0%, #f1e5d1 55%, #e6d5b8 100%);
  color: #2b1b10;
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.service-block .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  gap: 1.13rem;
  align-items: start;}
.service-block h2,
.service-block h3,
.service-block p{margin: 0;}
.service-block h2{font-size: calc(15.4px * 2); line-height: 1.12;}
.service-block h3{font-size: calc(15.4px * 1.35); line-height: 1.2;}
.service-block p{font-size: 15.4px; line-height: 1.85;}
.service-block .narrow-story{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(1.13rem * 1.5);}
.service-block .narrow-story .site-note{
  font-size: calc(15.4px * .875);
  padding: calc(1.5rem * .75);
  border-radius: 0.66rem;
  background: #f1e5d1;
  color: #3f2c1d;
  border-left: 3px solid #8a9a3b;
}
.service-block .wide-grid{display: grid;
  gap: calc(1.5rem * .75);}
.service-block [data-block]{
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.31rem;
  background: #ffffff;
  color: #2b1b10;
  border: 1px solid var(--surface-page);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  animation: galleryStepIn calc(480ms * 2.2) var(--ease-panel) both;
  animation-delay: var(--speed-nav, 0ms);
}
.service-block [data-block] > span{font-size: calc(15.4px * .875);
  letter-spacing: .06em;
  padding-top: .35rem;}
.service-block [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, calc(1.13rem * .9));}
@keyframes galleryStepIn {from{ opacity: .2; transform: translateY(calc(calc(1.13rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 800px) {.service-block .visual-contact,
  .service-block [data-block]{ grid-template-columns: 1fr; }.service-block .narrow-story{ padding-top: 0; }.service-block [data-block]:nth-child(2n){ margin-left: 0; }
}
.simple-panel{
        --field-soft: calc(1.5rem * 1.08);
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: var(--ink-accent);
        color: var(--surface-muted);
    }
.simple-panel .visual-contact{max-width: 1020px;
        margin: 0 auto;}
.simple-panel h2,
    .simple-panel h3,
    .simple-panel p{margin: 0;}
.simple-panel h2{font-size: calc(15.4px * 2);
        line-height: 1.14;}
.simple-panel h3{font-size: calc(15.4px * 1.35);
        line-height: 1.22;}
.simple-panel p{font-size: 15.4px;
        line-height: 1.85;}
.simple-panel .bottom-links{display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5);
        padding-block-end: var(--field-soft);
        border-bottom: 1px solid var(--surface-page);}
.simple-panel .steady-links{font-size: calc(15.4px * 1.125);
        color: #3f2c1d;}
.simple-panel .service-callout{display: flex;
        flex-direction: column;
        gap: var(--field-soft);
        margin-top: var(--field-soft);}
.simple-panel .main-group{min-width: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.13rem / 2);
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #8a9a3b;}
.simple-panel .main-group p{color: #3f2c1d;}
@media (min-width: 720px) {.simple-panel .main-group{
            grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
            gap: 1.13rem;
            align-items: start;
        }.simple-panel .main-group h3{
            padding-block-start: 0.15em;
        }
    }
.primary-benefit{
  --field-soft:calc(1.5rem * 1.05);
  --measure-item:calc(calc(1.5rem * .75) * .95);
  padding:calc(1.5rem * 2.4) 1.99rem;
  background:#8a9a3b;
  color:#1f2410;
}
.primary-benefit .visual-contact{max-width:1020px;
  margin:0 auto;}
.primary-benefit h2,
.primary-benefit h3,
.primary-benefit p{margin:0;}
.primary-benefit h2{font-size:calc(15.4px * 2);
  line-height:1.14;}
.primary-benefit h3{font-size:calc(15.4px * 1.35);
  line-height:1.22;}
.primary-benefit p{font-size:15.4px;
  line-height:1.85;}
.primary-benefit a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.primary-benefit a:hover{opacity:.78;}
.primary-benefit .bottom-links{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.13rem;}
.primary-benefit .bottom-links>h2{flex:1 1 calc(1020px / 3);
  min-width:0;}
.primary-benefit .bottom-links>.steady-links{flex:1 1 calc(1020px / 3);
  min-width:0;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-benefit .fresh-media{list-style:none;
  margin:var(--field-soft) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .55);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-benefit .direct-block{display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:"num title" "num text";
  column-gap:1.13rem;
  row-gap:calc(1.5rem / 4);
  padding:var(--measure-item) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-benefit .secondary-links{grid-area:num;
  font-size:calc(15.4px * .875);
  letter-spacing:.08em;
  padding-top:.35em;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.primary-benefit .direct-block h3{grid-area:title;}
.primary-benefit .direct-block p{grid-area:text;
  color:color-mix(in srgb, currentColor 80%, transparent);}
.primary-benefit .bottom-stack{
  margin-top:var(--field-soft);
  padding:var(--measure-item);
  border-radius:0.66rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
}
.primary-benefit .site-note{font-size:calc(15.4px * .875);
  line-height:1.85;}
@media (max-width:640px){.primary-benefit .direct-block{
    grid-template-columns:1fr;
    grid-template-areas:"num" "title" "text";
    row-gap:calc(1.5rem / 5);
  }.primary-benefit .secondary-links{
    padding-top:0;
  }
}
.contact-benefit{--field-soft:calc(1.5rem * 1.32);--state-active:calc(1020px / 2.45);--label-large:calc(1020px / 3.61);padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted);}
.contact-benefit .visual-contact{max-width:1020px;margin:0 auto;}
.contact-benefit h1,.contact-benefit h2,.contact-benefit h3,.contact-benefit p{margin:0;}
.contact-benefit h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.contact-benefit h2{font-size:calc(15.4px * 2);line-height:1.12;}
.contact-benefit h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.contact-benefit p{font-size:15.4px;line-height:1.85;color:#3f2c1d;}
.contact-benefit a{color:#6b3a1f;text-decoration:none;}
.contact-benefit a:hover{color:inherit;}
.contact-benefit img{display:block;width:100%;height:auto;border-radius:0.66rem;}
.contact-benefit .steady-links{color:var(--surface-muted);}
.contact-benefit .service-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.13rem;margin-top:var(--field-soft);}
.contact-benefit .main-group{flex:1 1 calc(1020px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-page);}
.contact-benefit .main-group p{margin-top:calc(1.5rem / 3);}
.contact-benefit .offer-lead>img{margin-top:var(--field-soft);}
.contact-benefit .offer-lead>.steady-links{margin-top:1.5rem;}
.contact-benefit .site-note{margin-top:var(--field-soft);font-size:calc(15.4px * .875);}
@media (max-width:640px){.contact-benefit .main-group{flex:1 1 100%;}
}
.open-list{
    padding: calc(1.5rem * 2.4) 1.99rem;
    background: #2b1b10;
    color: #fbf4e8;
}
.open-list .open-items{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.13rem * 1.5);
    align-items: flex-start;}
.open-list .primary-region{flex: 1 1 320px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--surface-page);
    box-shadow: 0 6px 14px rgba(0,0,0,0.07);}
.open-list .primary-region img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.open-list .main-rail{flex: 1 1 380px;
    min-width: 0;}
.open-list .page-body{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.4px * 2);
    line-height: 1.25;}
.open-list .compact-menu{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.4px * 1.125);
    letter-spacing: 0.01em;}
.open-list .content-track{margin: 0 0 1.13rem;
    font-size: 15.4px;
    line-height: 1.85;}
.open-list .content-track:last-of-type{margin-bottom: calc(1.13rem * 1.5);}
.open-list .fresh-media{display: flex;
    flex-wrap: wrap;
    gap: 1.13rem;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid rgba(251, 244, 232, 0.22);}
.open-list .fresh-media a{font-size: calc(15.4px * .875);
    color: #fbf4e8;
    text-decoration: none;
    border-bottom: 1px solid #8a9a3b;
    padding-bottom: 2px;
    transition: color 480ms var(--ease-panel), border-color 480ms var(--ease-panel);}
.open-list .fresh-media a:hover{border-color: #fbf4e8;}
@media (max-width: 720px) {.open-list .primary-region img{
        height: 240px;
    }.open-list .compact-menu{
        font-size: 15.4px;
    }
}
.clear-wrap{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.clear-wrap .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.13rem * 1.5);}
.clear-wrap h2,
.clear-wrap h3,
.clear-wrap p{margin: 0;}
.clear-wrap h2{font-size: calc(15.4px * 2);
  line-height: 1.12;}
.clear-wrap h3{font-size: calc(15.4px * 1.35);
  line-height: 1.2;}
.clear-wrap p{font-size: 15.4px;
  line-height: 1.85;}
.clear-wrap .contact-header{display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--surface-page);}
.clear-wrap .steady-links{font-size: calc(15.4px * 1.125);}
.clear-wrap .direct-copy{display: grid;
  gap: 0;}
.clear-wrap .open-wrap{display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(12rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-page);
  align-items: start;}
.clear-wrap .open-wrap:first-child{border-top: 1px solid var(--surface-page);}
.clear-wrap .open-wrap span{font-size: calc(15.4px * .875);
  color: #3f2c1d;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-top: 0.35rem;}
.clear-wrap .plain-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.13rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #f1e5d1;
  color: #3f2c1d;
  border: 1px solid var(--surface-page);
}
.clear-wrap .plain-inner p{flex: 1 1 22rem;}
.clear-wrap .plain-inner a{
  color: #fdf6ec;
  background: #6b3a1f;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
  border-radius: 0.66rem;
  font-size: calc(15.4px * .875);
  white-space: nowrap;
  transition: background 480ms var(--ease-panel);
}
.clear-wrap .plain-inner a:hover{
  background: #552d17;color:#2b1b10;}
@media (max-width: 800px) {.clear-wrap .open-wrap{
    grid-template-columns: 1fr;
    gap: calc(1.13rem * 1.5);
  }.clear-wrap .open-wrap span{
    padding-top: 0;
  }.clear-wrap .plain-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}
.simple-inner{padding:calc(1.5rem * 2.4) 1.99rem;background:linear-gradient(135deg, #8a9a3b 0%, #6b3a1f 100%);color:#fdf6ec}
.simple-inner .visual-contact{max-width:1020px;margin:0 auto}
.simple-inner .team-method{display:flex;gap:calc(1.13rem * 1.5);align-items:flex-start}
.simple-inner h2{flex:1 1 38rem;min-width:0;margin:0;font-size:calc(15.4px * 2.65);line-height:1.02}
.simple-inner .offer-links{flex:0 1 34rem;min-width:0}
.simple-inner .offer-links p{margin:0;font-size:calc(15.4px * 1.125);line-height:1.85}
.simple-inner ul{list-style:none;margin:calc(1.13rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.simple-inner li{min-width:0}
.simple-inner li a{display:inline-flex;border-radius:0.66rem;background:#8a9a3b;color:#1f2410;padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.4px * .875)}
@media(max-width:760px){.simple-inner .team-method{display:block}.simple-inner .offer-links{margin-top:calc(1.13rem * 1.5)}.simple-inner h2{font-size:calc(15.4px * 2)}}
.direct-brand{
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: #f1e5d1;
        color: #3f2c1d
    }
.direct-brand .visual-contact{max-width: 1020px;
        margin: 0 auto}
.direct-brand .narrow-story{display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5);
        align-items: flex-start}
.direct-brand h2{min-width: 0;
        margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.12}
.direct-brand .main-rail{min-width: 0}
.direct-brand .main-rail p{margin: 0 0 calc(1.13rem * 1.5);
        font-size: 15.4px;
        line-height: 1.85}
.direct-brand .main-rail p:last-of-type{margin-bottom: 0}
.direct-brand .nav{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.direct-brand .nav span{
        border-radius: 0.36rem;
        background: #ffffff;
        color: #2b1b10;
        border: 1px solid var(--surface-page);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(15.4px * .875)
    }
@media (max-width: 760px) {.direct-brand .narrow-story{
            display: block
        }.direct-brand .main-rail{
            margin-top: 1.5rem
        }
    }
.local-wrap{
  background:linear-gradient(135deg, #8a9a3b 0%, #6b3a1f 100%);
  color:#fdf6ec;
  padding:calc(1.5rem * 2.4) 1.99rem;
}
.local-wrap .visual-contact{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.13rem * 1.5);
  align-items:flex-start;}
.local-wrap .content-nav{flex:1 1 30rem;
  min-width:0;}
.local-wrap h2{margin:0;
  font-size:calc(15.4px * 2);
  line-height:1.15;
  letter-spacing:0;}
.local-wrap .content-nav p{margin:1.5rem 0 0;color:inherit;
  font-size:15.4px;
  line-height:1.85;}
.local-wrap .content-nav .site-note{margin-top:1.13rem;
  font-size:calc(15.4px * .875);color:inherit;}
.local-wrap .fresh-media{margin-top:calc(1.13rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.13rem;}
.local-wrap .fresh-media a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(15.4px * .875);}
.local-wrap .fresh-media a:hover{color:inherit;
  opacity:.78;}
.local-wrap .service-callout{flex:1 1 24rem;
  min-width:0;
  list-style:none;
  padding:0;
  margin:0;}
.local-wrap .service-callout li{padding:1.5rem 0;}
.local-wrap .service-callout li:first-child{padding-top:0;}
.local-wrap .service-callout li + li{border-top:1px solid color-mix(in srgb,#fdf6ec 24%,transparent);}
.local-wrap .service-callout strong,
.local-wrap .service-callout span{display:block;}
.local-wrap .service-callout strong{font-size:15.4px;}
.local-wrap .service-callout span{margin-top:.45rem;
  font-size:calc(15.4px * .875);color:inherit;
  line-height:1.85;}
@media (max-width:760px){.local-wrap .visual-contact{display:block}.local-wrap .service-callout{margin-top:calc(1.13rem * 1.5)}
}
.wide-tile{
    padding: calc(1.5rem * 2.4) 1.99rem;
    background: var(--ink-accent);
    color: var(--surface-muted);
}
.wide-tile .open-items{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.13rem * 1.5);}
.wide-tile .primary-region{border-radius: 1.31rem;
    overflow: hidden;
    border: 1px solid var(--surface-page);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);}
.wide-tile .primary-region img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.wide-tile .main-rail{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.wide-tile .page-body{margin: 0;
    font-size: calc(15.4px * 2.65);
    line-height: 1.2;}
.wide-tile .compact-menu{margin: 0;
    font-size: calc(15.4px * 1.125);}
.wide-tile .content-track{margin: 0;
    font-size: 15.4px;
    line-height: 1.85;}
.wide-tile .fresh-rail{display: flex;
    flex-wrap: wrap;
    gap: 1.13rem;}
.wide-tile .featured-area{
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: calc(1.5rem * .75);
    background: #ffffff;
    color: #2b1b10;
    border: 1px solid var(--surface-page);
    border-radius: 0.66rem;
}
.wide-tile .top-brand{font-size: calc(15.4px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.wide-tile .open-view{font-size: 15.4px;
    line-height: 1.5;}
.wide-tile .direct-tile{display: flex;
    flex-direction: column;
    gap: calc(1.13rem * 1.5);}
.wide-tile .site-note{margin: 0;
    font-size: 15.4px;
    line-height: 1.85;}
.wide-tile .site-note a{text-decoration: underline;}
.wide-tile .site-note a:hover{}
.wide-tile .local-copy{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.13rem;
    padding-top: calc(1.13rem * 1.5);
    border-top: 1px solid var(--surface-page);}
.wide-tile .visual-media{
    display: inline-block;
    padding: 0.75rem 1.4rem;
    background: #6b3a1f;
    color: #fdf6ec;
    border-radius: 0.66rem;
    text-decoration: none;
    font-size: 15.4px;
    transition: background 480ms var(--ease-panel);
}
.wide-tile .visual-media:hover{
    background: #552d17;color:#2b1b10;}
.wide-tile .open-block{font-size: calc(15.4px * .875);}
@media (max-width: 640px) {.wide-tile .primary-region img{
        height: 220px;
    }.wide-tile .featured-area{
        flex: 1 1 100%;
    }
}
.focused-group{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.focused-group .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.13rem * 1.5);
  align-items: flex-start;}
.focused-group .local-summary{flex: 1 1 34ch;
  display: grid;
  gap: 1.5rem;}
.focused-group .direct-tile{flex: 1 1 30ch;
  display: grid;
  gap: calc(1.5rem * .75);}
.focused-group h2,
.focused-group h3,
.focused-group p{margin: 0;}
.focused-group h2{font-size: calc(15.4px * 2); line-height: 1.08;}
.focused-group h3{font-size: calc(15.4px * 1.35); line-height: 1.18;}
.focused-group p{font-size: 15.4px; line-height: 1.85;}
.focused-group .site-note{display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 1px solid var(--surface-page);}
.focused-group .site-note span{font-size: calc(15.4px * .875);
  color: #3f2c1d;}
@media (max-width: 860px) {.focused-group .visual-contact{ flex-direction: column; }.focused-group h2{ font-size: clamp(calc(15.4px * 2), 12vw, calc(15.4px * 2.65)); }
}
.media-contact{padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec}
.media-contact .visual-contact{max-width:1020px;margin:0 auto}
.media-contact .narrow-fields{display:flex;gap:calc(1.13rem * 1.5);align-items:flex-start}
.media-contact .narrow-story{flex:0 1 18rem;min-width:0;border-left:1px solid color-mix(in srgb,#fdf6ec 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.media-contact .narrow-story p{margin:0;font-size:calc(15.4px * .875);line-height:1.85}
.media-contact .narrow-story a{display:inline-flex;align-self:flex-start;border-radius:0.36rem;background:#8a9a3b;color:#1f2410;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.4px * .875)}
.media-contact .content-nav{flex:1 1 42rem;min-width:0}
.media-contact h2{margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.media-contact .content-nav>p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.85}
.media-contact .service-callout{margin-top:calc(1.13rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.media-contact .service-callout p{margin:0;display:flex;gap:1.5rem;align-items:baseline}
.media-contact .service-callout strong{flex:0 1 11rem;min-width:0;font-size:calc(15.4px * .875)}
.media-contact .service-callout span{flex:1 1 24rem;min-width:0;line-height:1.85}
@media(max-width:760px){.media-contact .narrow-fields,.media-contact .service-callout p{display:block}.media-contact .narrow-story{border-left:0;padding-left:0}.media-contact .content-nav{margin-top:calc(1.13rem * 1.5)}.media-contact .service-callout span{display:block;margin-top:calc(1.5rem * .75)}.media-contact h2{font-size:calc(15.4px * 1.35)}}
.plain-body{
        padding: calc(1.5rem * 2.4) 1.99rem;
        background: #f1e5d1;
        color: #3f2c1d
    }
.plain-body .visual-contact{max-width: 1020px;
        margin: 0 auto}
.plain-body .narrow-story{display: flex;
        flex-direction: column;
        gap: calc(1.13rem * 1.5);
        align-items: flex-start}
.plain-body h2{min-width: 0;
        margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.1}
.plain-body .main-rail{min-width: 0}
.plain-body .main-rail p{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.85}
.plain-body .nav{display: flex;
        flex-wrap: wrap;
        gap: 1.13rem;
        margin-top: 1.5rem}
.plain-body .nav span{
        border-radius: 0.36rem;
        background: #ffffff;
        color: #2b1b10;
        border: 1px solid var(--surface-page);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(15.4px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.plain-body .narrow-story{
            display: block
        }.plain-body .main-rail{
            margin-top: 1.5rem
        }
    }
.simple-benefit{padding:calc(1.5rem * 2.4) 1.99rem;background:#f1e5d1;color:#3f2c1d;}
.simple-benefit .visual-contact{max-width:1020px;margin:0 auto;}
.simple-benefit .active-list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:calc(1.5rem * .75);border-radius:1rem;border:1px solid var(--surface-page);background:#ffffff;color:#2b1b10;padding:calc(1.5rem * .75);box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.simple-benefit .open-brand{flex:1 1 420px;min-width:0;}
.simple-benefit .open-brand h2{margin:0 0 calc(1.13rem * 1.5);font-size:calc(15.4px * 2);line-height:1.25;}
.simple-benefit .open-brand p{margin:0 0 calc(1.13rem * 1.5);font-size:15.4px;line-height:1.85;}
.simple-benefit .open-brand p:last-child{margin-bottom:0;}
.simple-benefit .site-note{font-size:calc(15.4px * .875);color:#3f2c1d;background:#f1e5d1;border-left:3px solid #8a9a3b;border-radius:0.36rem;padding:calc(1.13rem * 1.5) 1.13rem;}
.simple-benefit .local-copy{display:flex;flex-direction:column;gap:1.13rem;flex:0 0 auto;padding-top:calc(1.13rem * 1.5);}
.simple-benefit .fresh-media{display:inline-block;text-decoration:none;white-space:nowrap;padding:10px 18px;border-radius:0.66rem;background:#6b3a1f;color:#fdf6ec;font-weight:700;font-size:calc(15.4px * .875);transition:background 480ms var(--ease-panel);}
.simple-benefit .fresh-media:hover{background:#552d17;color:#2b1b10;}
.simple-benefit .text-area{background:#8a9a3b;color:#1f2410;}
.simple-benefit .text-area:hover{background:#75852f;color:#2b1b10;}
@media (max-width:760px){.simple-benefit .active-list{flex-direction:column;align-items:stretch;}.simple-benefit .local-copy{flex-direction:row;flex-wrap:wrap;padding-top:0;}
    }
.bottom-panel{
    padding: 1.5rem 1.99rem;
    background: var(--ink-accent);
    color: var(--surface-muted);
}
.bottom-panel .open-items{max-width: 1020px;
    margin: 0 auto;}
.bottom-panel .wide-surface{display: flex;
    flex-direction: column;
    gap: calc(1.13rem * 1.5);}
.bottom-panel .primary-region{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--surface-page);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);}
.bottom-panel .primary-region img{width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;}
.bottom-panel .main-rail{display: flex;
    flex-direction: column;
    gap: calc(1.13rem * 1.5);}
.bottom-panel .page-body{margin: 0;
    font-size: calc(15.4px * 2.65);
    line-height: 1.2;
    font-weight: 600;}
.bottom-panel .compact-menu{margin: 0;
    font-size: calc(15.4px * 1.125);
    font-style: italic;}
.bottom-panel .content-track{margin: 0;
    font-size: 15.4px;
    line-height: 1.85;}
.bottom-panel .direct-group{
    display: flex;
    flex-wrap: wrap;
    gap: 1.13rem;
    padding: calc(1.5rem * .75);
    background: #f1e5d1;
    border-radius: 0.66rem;
    border: 1px solid var(--surface-page);color:#3f2c1d;}
.bottom-panel .steady-frame{display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 140px;
    flex: 1 1 140px;}
.bottom-panel .main-content{font-size: calc(15.4px * .875);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;}
.bottom-panel .steady-menu{font-size: 15.4px;
    font-weight: 500;}
.bottom-panel .local-copy{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.13rem;
    margin-top: calc(1.13rem * 1.5);}
.bottom-panel .public-feature{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #6b3a1f;
    color: #fdf6ec;
    border-radius: 0.66rem;
    text-decoration: none;
    font-weight: 500;
    transition: background 480ms var(--ease-panel);
}
.bottom-panel .public-feature:hover{
    background: #552d17;color:#2b1b10;}
.bottom-panel .page-track{text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 15.4px;
    transition: color 480ms var(--ease-panel);}
.bottom-panel .page-track:hover{}
@media (min-width: 768px) {.bottom-panel .wide-surface{
        flex-direction: row;
        align-items: flex-start;
    }.bottom-panel .primary-region{
        flex: 0 0 45%;
        max-width: 45%;
    }.bottom-panel .main-rail{
        flex: 1;
    }.bottom-panel .primary-region img{
        height: 100%;
        min-height: 320px;
    }
}
.service-entries{
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.service-entries .visual-contact{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.13rem;}
.service-entries h2,
.service-entries h3,
.service-entries p{margin: 0;}
.service-entries h2{font-size: calc(15.4px * 2); line-height: 1.1;}
.service-entries h3{font-size: calc(15.4px * 1.35); line-height: 1.18;}
.service-entries p{font-size: 15.4px; line-height: 1.85;}
.service-entries .service-shell{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.13rem * 1.5);
  border-radius: 1.31rem;
  background: #ffffff;
  color: #2b1b10;
  border: 1px solid var(--surface-page);
}
.service-entries .service-shell .site-note{font-size: calc(15.4px * .875);
  color: #3f2c1d;
  padding-top: 1.5rem;
  border-top: 1px solid var(--surface-page);}
.service-entries .content-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.service-entries .strong-steps{
  display: grid;
  grid-template-columns: minmax(6rem, .2fr) minmax(0, 1fr);
  grid-template-areas:
    "role title"
    "role text";
  column-gap: 1.5rem;
  row-gap: 1.99rem;
  padding: 1.5rem calc(1.13rem * 1.5);
  border-left: 3px solid #8a9a3b;
  background: #f1e5d1;
  color: #3f2c1d;
  border-radius: 0.66rem;
}
.service-entries .strong-steps b{grid-area: role;
  font-size: calc(15.4px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  align-self: start;}
.service-entries .strong-steps h3{grid-area: title;}
.service-entries .strong-steps p{grid-area: text;}
.service-entries .steady-proof{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.13rem;
  align-items: center;
  padding: 1.5rem calc(1.13rem * 1.5);
  border-radius: 1rem;
  background: #2b1b10;
  color: #fbf4e8;
}
.service-entries .steady-proof p{font-size: calc(15.4px * .875);}
.service-entries .steady-proof a{color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
.service-entries .steady-proof a:hover{border-bottom-color: transparent;}
@media (max-width: 820px) {.service-entries .visual-contact{ grid-template-columns: 1fr; }.service-entries .strong-steps{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "title"
      "text";
  }.service-entries .steady-proof{
    flex-direction: column;
    align-items: flex-start;
  }
}
.featured-content{padding:calc(1.5rem * 2.4) 1.99rem;background:linear-gradient(135deg, #8a9a3b 0%, #6b3a1f 100%);color:#fdf6ec}
.featured-content .visual-contact{max-width:1020px;margin:0 auto}
.featured-content .team-method{display:flex;gap:calc(1.13rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.featured-content .bottom-links{flex:1 1 20rem;min-width:0}
.featured-content h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 2);line-height:1.1}
.featured-content .focused-headline{margin:0;font-size:calc(15.4px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85}
.featured-content .offer-links{flex:1 1 30rem;min-width:0}
.featured-content .offer-links p{margin:0 0 calc(1.5rem * .75);font-size:15.4px;line-height:1.85}
.featured-content .offer-links p:last-of-type{margin-bottom:calc(1.13rem * 1.5)}
.featured-content .wide-form{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.6)}
.featured-content .wide-form li{display:flex;flex-wrap:wrap;gap:.5rem;font-size:15.4px;line-height:1.5}
.featured-content .wide-form .main-content{font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:.05em;opacity:.8;min-width:6.5rem}
.featured-content .wide-form a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.featured-content .wide-form a:hover{opacity:.85}
.featured-content .site-note{margin:0;font-size:calc(15.4px * .875);line-height:1.6;opacity:.9}
@media(max-width:760px){.featured-content .team-method{display:block}.featured-content .offer-links{margin-top:calc(1.13rem * 1.5)}.featured-content h2{font-size:calc(15.4px * 1.35)}}
.mission{padding:calc(1.5rem * 2.4) 1.99rem;background:var(--ink-accent);color:var(--surface-muted)}
.mission .visual-contact{max-width:min(1020px,56rem);margin:0 auto}
.mission .bottom-links{max-width:44rem}
.mission h2{margin:0;font-size:calc(15.4px * 2);line-height:1.12}
.mission .bottom-links p{margin:1.5rem 0 0;color:#3f2c1d;line-height:1.85}
.mission .visual-tile{margin-top:calc(1.13rem * 1.5);border-top:1px solid var(--surface-page)}
.mission details{padding:1.5rem 0;border-bottom:1px solid var(--surface-page)}
.mission summary{cursor:pointer;font-size:calc(15.4px * 1.35);line-height:1.22;list-style:none}
.mission summary::-webkit-details-marker{display:none}
.mission summary::after{content:"+";float:right;color:#3f2c1d;font-size:calc(15.4px * 1.125);line-height:1}
.mission details[open] summary::after{content:"–"}
.mission details p{margin:1.5rem 0 0;color:#3f2c1d;line-height:1.85}
@media(max-width:720px){.mission summary::after{float:none;margin-left:1.99rem}}
.secondary-rail{padding:calc(1.5rem * 2.4) 1.99rem;background:#f1e5d1;color:#3f2c1d;}
.secondary-rail .visual-contact{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.13rem * 1.5);}
.secondary-rail .narrow-fields{display:flex;flex-wrap:wrap;gap:1.13rem;align-items:flex-start;justify-content:space-between;}
.secondary-rail .steady-links{flex:1 1 340px;}
.secondary-rail .steady-links h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 2);line-height:1.25;}
.secondary-rail .steady-links p{margin:0;font-size:15.4px;line-height:1.85;}
.secondary-rail .bottom-stack{flex:1 1 260px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);background:#ffffff;color:#2b1b10;border:1px solid var(--surface-page);border-radius:1rem;padding:calc(1.5rem * .75);}
.secondary-rail .site-note{margin:0;font-size:calc(15.4px * .875);line-height:1.85;}
.secondary-rail .fresh-media{display:flex;flex-wrap:wrap;gap:1.13rem;}
.secondary-rail .fresh-media a{text-decoration:none;font-size:calc(15.4px * .875);font-weight:700;padding:8px 14px;border-radius:0.66rem;background:#6b3a1f;color:#fdf6ec;transition:background 480ms var(--ease-panel);}
.secondary-rail .fresh-media a:hover{background:#552d17;color:#2b1b10;}
.secondary-rail .content-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid var(--surface-page);padding-top:calc(1.13rem * 1.5);}
.secondary-rail .strong-steps{display:flex;flex-wrap:wrap;gap:1.13rem;align-items:baseline;}
.secondary-rail .plain-figure{flex:0 0 180px;font-weight:700;font-size:calc(15.4px * .875);}
.secondary-rail .strong-steps p{flex:1 1 320px;margin:0;font-size:15.4px;line-height:1.85;}
.secondary-rail .open-wrap{margin:0;font-size:calc(15.4px * .875);line-height:1.85;}
.secondary-rail .open-wrap a{text-decoration:underline;}
.secondary-rail .open-wrap a:hover{}
@media (max-width:760px){.secondary-rail .narrow-fields{flex-direction:column;}.secondary-rail .plain-figure{flex:1 1 auto;}
}
.team-entries{padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec}
.team-entries .visual-surface{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(17rem,.85fr);gap:calc(1.13rem * 1.5);align-items:start}
.team-entries .media-content{min-height:32rem;border-radius:1.31rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 6px 14px rgba(0,0,0,0.07)}
.team-entries iframe{display:block;width:100%;height:100%;border:0}
.team-entries .main-rail{display:flex;flex-direction:column;gap:1.5rem}
.team-entries h2{margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.team-entries .main-rail>p{margin:0;font-size:15.4px;line-height:1.85}
.team-entries .content-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.13rem}
.team-entries .strong-steps{display:grid;grid-template-columns:minmax(7rem,.4fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.66rem;background:#8a9a3b;color:#1f2410}
.team-entries .strong-steps span{font-size:calc(15.4px * .875);opacity:.85}
.team-entries .strong-steps strong{font-weight:600;line-height:1.5}
.team-entries .strong-steps a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.team-entries .strong-steps a:hover{}
@media (max-width:860px){.team-entries .visual-surface{grid-template-columns:1fr}.team-entries .media-content{min-height:22rem}.team-entries .strong-steps{grid-template-columns:1fr;gap:0.36rem}
}
.plain-nav{
  background: #f1e5d1;
  color: #3f2c1d;
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.plain-nav .visual-contact{max-width: 1020px;
  margin: 0 auto;}
.plain-nav .page-method{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.13rem * 1.5);}
.plain-nav .site-note{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-nav .site-note p{margin: 0;
  line-height: 1.85;}
.plain-nav .site-note .steady-links{font-size: 15.4px;}
.plain-nav .site-note .open-wrap{font-size: calc(15.4px * .875);}
.plain-nav .site-note a{color: #6b3a1f;}
.plain-nav .site-note a:hover{color:inherit;}
.plain-nav .top-group{
  flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.13rem;
  background: #ffffff;
  color: #2b1b10;
  border: 1px solid var(--surface-page);
  border-radius: 1rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.plain-nav h2{margin: 0;
  font-size: calc(15.4px * 1.35);
  line-height: 1.25;}
.plain-nav .plain-figure{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);
  min-width: 0;
  font-size: calc(15.4px * .875);}
.plain-nav .plain-figure.check{flex-direction: row;
  align-items: flex-start;
  gap: calc(calc(1.5rem * .75) * .5);}
.plain-nav .plain-figure.check input{width: auto;
  margin-top: .3rem;
  flex: 0 0 auto;}
.plain-nav input[type="email"],
.plain-nav input[type="text"]{
  width: 100%;
  min-width: 0;
  border: 1px solid var(--surface-page);
  border-radius: 0.36rem;
  background: var(--ink-accent);
  color: var(--surface-muted);
  padding: calc(1.5rem * .75);
  font: inherit;
}
.plain-nav input::placeholder{color: rgba(255,255,255,0.55);}
.plain-nav button{
  border: 0;
  border-radius: 0.66rem;
  background: #6b3a1f;
  color: #fdf6ec;
  padding: calc(1.5rem * .75) 1.13rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 480ms var(--ease-panel);
}
.plain-nav button:hover{
  background: #552d17;color:#2b1b10;}
.plain-nav .quiet-frame{margin: 0;
  font-size: calc(15.4px * .875);
  line-height: 1.6;}
@media (max-width: 720px) {.plain-nav .page-method{
    flex-direction: column;
  }.plain-nav .site-note,
  .plain-nav .top-group{
    flex-basis: auto;
    width: 100%;
  }
}
.offer-proof{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.99rem;
  background: linear-gradient(135deg, #fbf4e8 0%, #f1e5d1 55%, #e6d5b8 100%);
  color: #2b1b10;
}
.offer-proof .visual-contact{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  margin: 0 auto;}
.offer-proof .public-method{margin: 0 0 calc(1.13rem * 1.5);
  padding: 1.5rem 0;}
.offer-proof h2{margin: 0;
  font-size: calc(15.4px * 2.65);
  line-height: 1.05;}
.offer-proof .public-method p{margin: 1.5rem 0 0;
  font-size: calc(15.4px * 1.125);
  line-height: 1.85;}
.offer-proof .team-details{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.13rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.offer-proof .top-surface{display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;}
.offer-proof .top-surface p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.85;}
.offer-proof .site-proof{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.offer-proof .site-proof a{color: inherit;
  font-size: calc(15.4px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.offer-proof .simple-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.offer-proof .simple-nav a{flex: 1 1 14rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.offer-proof .simple-nav a span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(15.4px * .875);
  opacity: .7;}
.offer-proof .site-note{margin: calc(1.13rem * 1.5) 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-size: calc(15.4px * .875);
  line-height: 1.85;
  opacity: .85;}
@media (max-width: 720px) {.offer-proof .team-details,
  .offer-proof .top-surface{
    display: block;
  }.offer-proof .top-surface p + p{
    margin-top: calc(1.5rem * .75);
  }.offer-proof .site-proof{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.offer-proof .simple-nav a{
    flex: 1 1 100%;
  }
}
.secondary-panel{padding:calc(1.5rem * 2.4) 1.99rem;background:#6b3a1f;color:#fdf6ec}
.secondary-panel .contact-entries{max-width:min(1020px,62rem);margin:0 auto}
.secondary-panel h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.05}
.secondary-panel .focused-fields{margin:1.5rem 0 calc(1.13rem * 1.5);font-size:calc(15.4px * 1.125)}
.secondary-panel .direct-tile{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.secondary-panel .site-note{padding:1.13rem 0}
.secondary-panel .site-note + .site-note{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.secondary-panel h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 1.35);line-height:1.2}
.secondary-panel .site-note p{margin:0}
@media (min-width:720px){.secondary-panel .direct-tile{display:grid;grid-template-columns:1fr 1fr;column-gap:1.99rem;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}.secondary-panel .site-note{border-top:0}.secondary-panel .site-note + .site-note{border-top:0}.secondary-panel .site-note:nth-child(n+3){border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
}
.public-grid{
  padding: calc(1.5rem * 2.4) 1.99rem;
  background: #f1e5d1;
  color: #3f2c1d;
}
.public-grid .visual-contact{max-width: 1020px;
  margin: 0 auto;}
.public-grid .focused-fields{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.13rem;
  align-items: flex-end;
  margin-bottom: calc(1.13rem * 1.5);}
.public-grid h2{flex: 1 1 16rem;
  margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.1;}
.public-grid .focused-fields p{flex: 1 1 22rem;
  margin: 0;
  line-height: 1.85;}
.public-grid .content-wrap{margin: 0;
  padding: 0;
  border-top: 1px solid var(--surface-page);
  list-style: none;}
.public-grid .strong-steps{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.13rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-page);}
.public-grid .strong-steps p{margin: 0;
  font-size: calc(15.4px * 1.125);
  line-height: 1.85;}
.public-grid .strong-steps span{color:inherit;
  font-size: calc(15.4px * .875);
  white-space: nowrap;}
.public-grid .main-lead{padding-left: calc(1.13rem * .6);}
.public-grid .main-lead p{font-size: 15.4px;}
.public-grid .plan{justify-content: flex-start;
  flex-wrap: wrap;}
.public-grid .plan a{flex: 1 1 14rem;
  color: #6b3a1f;
  font-size: calc(15.4px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.public-grid .top-lead{display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;
  padding-top: 1.5rem;}
.public-grid .top-lead a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.85;
  overflow-wrap: anywhere;}
.public-grid .top-lead a span{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(15.4px * .875);}
.public-grid .top-lead a:hover{color:inherit;}
@media (max-width: 660px) {.public-grid .strong-steps{
    display: block;
  }.public-grid .strong-steps span,
  .public-grid .strong-steps p,
  .public-grid .plan a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.public-grid .strong-steps span{
    white-space: normal;
  }.public-grid .main-lead{
    padding-left: 0;
  }
}
.featured-lead{
  padding: calc(1.5rem * 2.4) 1.99rem;
  background: #2b1b10;
  color: #fbf4e8;
}
.featured-lead .visual-contact{max-width: min(1020px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.13rem * 1.5);
  align-items: start;}
.featured-lead h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.12;}
.featured-lead .compact-flow p{margin: calc(1.5rem * .75) 0 0;
  color: #d9c7ad;
  font-size: calc(15.4px * 1.125);}
.featured-lead .compact-flow .site-note{font-size: calc(15.4px * .875);
  color: #d9c7ad;
  border-left: 2px solid #8a9a3b;
  padding-left: calc(1.5rem * .75);}
.featured-lead .team-headline{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-lead .main-group{
  border: 1px solid #3f2c1d;
  border-radius: 0.66rem;
  background: #2b1b10;
  color: #fbf4e8;
  transition: border-color 480ms var(--ease-panel);
}
.featured-lead .main-group.is-open{border-color: #8a9a3b;}
.featured-lead button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15.4px * 1.35);
  text-align: left;
  cursor: pointer;
}
.featured-lead button:focus-visible{outline: 2px solid #8a9a3b;
  outline-offset: 2px;}
.featured-lead .main-group p{margin: 0;
  padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
  color: #d9c7ad;}
.featured-lead .main-group:not(.is-open) p{display: none;}
@media (max-width: 760px) {.featured-lead .visual-contact{
    grid-template-columns: 1fr;
  }
}
.fresh-flow{--field-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.99rem;background:#8a9a3b;color:#1f2410;}
.fresh-flow .visual-contact{max-width:1020px;margin:0 auto;}
.fresh-flow .open-items{display:flex;flex-direction:column;gap:calc(1.13rem * 1.5);}
.fresh-flow h2,.fresh-flow p{margin:0;}
.fresh-flow h2{font-size:calc(15.4px * 2);line-height:1.14;}
.fresh-flow p{font-size:15.4px;line-height:1.85;}
.fresh-flow .steady-links{font-size:calc(15.4px * 1.125);}
.fresh-flow .site-note{font-size:calc(15.4px * .875);}
.fresh-flow .fresh-media{font-size:calc(15.4px * .875);display:flex;flex-wrap:wrap;gap:1.13rem;}
.fresh-flow a{color:inherit;text-decoration:none;}
.fresh-flow .fresh-media a{text-decoration:underline;text-underline-offset:3px;}
.fresh-flow .local-copy{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.36rem;background:#1f2410;color:#8a9a3b;transition:background 480ms var(--ease-panel);}
.fresh-flow .local-copy:hover{background:#75852f;color:#1f2410;}
@media (max-width:640px){.fresh-flow .open-items{gap:calc(1.5rem * .75);}.fresh-flow .local-copy{width:100%;}
}
.offer-tile{background:#f1e5d1;color:#3f2c1d;padding:calc(1.5rem * 2.4) 1.99rem}
.offer-tile .visual-contact{max-width:1020px;margin:0 auto}
.offer-tile .narrow-story{display:flex;align-items:flex-start;gap:calc(1.13rem * 1.5);flex-wrap:wrap}
.offer-tile .main-rail{flex:1 1 34rem;min-width:0}
.offer-tile h2{margin:0;font-size:calc(15.4px * 2);line-height:1.15;letter-spacing:0}
.offer-tile p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.85}
.offer-tile .site-note{margin-top:calc(1.13rem * 1.5);font-size:calc(15.4px * .875);color:#3f2c1d;opacity:.85}
.offer-tile .fresh-media{display:flex;flex-wrap:wrap;gap:1.13rem;margin-top:calc(1.13rem * 1.5)}
.offer-tile .fresh-media a{color:#6b3a1f;text-decoration:none;font-size:calc(15.4px * .875);border-bottom:1px solid var(--surface-page);padding-bottom:2px;transition:color 480ms var(--ease-panel),border-color 480ms var(--ease-panel)}
.offer-tile .fresh-media a:hover{color:inherit;border-color:#8a9a3b}
.offer-tile .local-copy{flex:0 0 auto;align-self:flex-start;padding:calc(1.5rem * .75) 1.13rem;border-radius:0.66rem;background:#6b3a1f;color:#fdf6ec;text-decoration:none;font-weight:700;font-size:calc(15.4px * .875);transition:background 480ms var(--ease-panel)}
.offer-tile .local-copy:hover{background:#552d17;color:#2b1b10;}
@media(max-width:680px){.offer-tile .narrow-story{flex-direction:column}.offer-tile .local-copy{align-self:stretch;text-align:center;white-space:normal}}
.offset--no-page{
  background: var(--ink-accent, #fbf4e8);
  color: var(--surface-muted, #2b1b10);
  padding: calc(1.5rem * 2.4) 1.99rem;
}
.offset--no-page .team-method{width: min(100%, 1020px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.13rem * 1.5);}
.offset--no-page .steady-links{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.13rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--surface-page, #e2d2b8);
  padding-bottom: 1.5rem;}
.offset--no-page h1{margin: 0;
  font-size: clamp(calc(15.4px * 2), 5.5vw, calc(15.4px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.offset--no-page .steady-links a{
  flex: 0 0 auto;
  padding: 12px 20px;
  border-radius: 1rem;
  background: #6b3a1f;
  color: #fdf6ec;
  text-decoration: none;
  font-weight: 700;
  transition: background 480ms var(--ease-panel, ease);
}
.offset--no-page .steady-links a:hover{
  background: #552d17;color:#2b1b10;}
.offset--no-page .bottom-links{margin: 0;
  font-size: calc(15.4px * 1.125);
  line-height: 1.7;}
.offset--no-page .narrow-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;
  margin: 0;
  padding: 0;
  list-style: none;}
.offset--no-page .narrow-fields li{
  flex: 1 1 240px;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--surface-page, #e2d2b8);
  border-radius: 0.66rem;
  background: #ffffff;
  color: #2b1b10;
}
.offset--no-page .narrow-fields strong{display: block;
  font-size: 15.4px;
  margin-bottom: 8px;}
.offset--no-page .narrow-fields span{display: block;
  font-size: calc(15.4px * .875);
  line-height: 1.6;}
.offset--no-page .fresh-media{display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--surface-page, #e2d2b8);}
.offset--no-page .fresh-media a{text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 480ms var(--ease-panel, ease),
              border-color 480ms var(--ease-panel, ease);}
.offset--no-page .fresh-media a:hover{border-bottom-color: #8a9a3b;}
@media (max-width: 680px) {.offset--no-page{ padding: calc(1.5rem * 2.4) 1.99rem; }.offset--no-page .steady-links{ align-items: flex-start; flex-direction: column; }.offset--no-page .steady-links a{ width: 100%; text-align: center; }
}
