body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.bottom-panel {
    width: 100%;
    background: #f6f1e3;
    color: #2b2416;
    border-bottom: 1px solid #d9cbae;
  }
.public-copy {
    max-width: 1020px;
    margin: 0 auto;
    padding: calc(1.03rem * 1.5) 1.47rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.03rem;
  }
:root {
  --tone-muted: #ece3cd;
  --surface-accent: #3f3524;
  --ease-fast: cubic-bezier(0.22,1,0.36,1);
}
.main-visual {
    grid-column: 2;
    justify-self: center;
    text-decoration: none;
    color: inherit;
    font-size: calc(16px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
  }
.main-visual:hover {
    color: #a8552a;
  }
.focused-menu {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid #d9cbae;
    margin-top: calc(1.03rem * 1.5);
    padding-top: calc(1.03rem * 1.5);
  }
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.47rem;
  }
.contact-tile {
    margin: 0;
  }
.service-grid {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: calc(16px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid transparent;
    transition: color 410ms var(--ease-fast),
                border-color 410ms var(--ease-fast);
  }
.service-grid:hover {
    color: #a8552a;
    border-bottom-color: #a8552a;
  }
.featured-figure {
    grid-column: 3;
    justify-self: end;
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    color: #2b2416;
    border: 1px solid #d9cbae;
    border-radius: 0.25rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
.featured-figure:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#2b2416;}
.open-note {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .public-copy {
      grid-template-columns: 1fr auto 1fr;
      padding: calc(1.03rem * 1.5) 1.47rem;
    }

    .main-visual {
      grid-column: 2;
      font-size: 16px;
    }

    .featured-figure {
      display: inline-flex;
    }

    .focused-menu {
      display: none;
      grid-column: 1 / -1;
      grid-row: 2;
      border-top: 1px solid #d9cbae;
      margin-top: calc(1.03rem * 1.5);
      padding-top: calc(1.03rem * 1.5);
    }

    .focused-menu.is-open {
      display: block;
    }

    .top-contact {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .service-grid {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #d9cbae;
    }

    .service-grid:hover {
      border-bottom-color: #a8552a;
    }
  }
.steady-media{font-family:"Libre Baskerville", sans-serif;font-size:16px;line-height:1.82;width:100%;padding:0;background:#2b2416;color:#f6f1e3;}
.wide-header{max-width:1020px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.47rem;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.direct-block{border-bottom:1px solid rgba(255, 255, 255, 0.15);padding-bottom:calc(1.03rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-steps{margin:0;font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.75}
.primary-links{margin:0;font-size:calc(16px * 1.35);line-height:1.25;font-weight:600}
.contact-unit{margin:0;max-width:60ch;font-size:16px;opacity:0.9}
.page-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:32rem}
.active-plan{font-size:calc(16px * .875);opacity:0.85}
.focused-surface{display:flex;flex-wrap:wrap;gap:1.03rem}
.active-story{flex:1 1 14rem;min-width:0;padding:0.7rem 0.9rem;font-family:inherit;font-size:16px;color:#f6f1e3;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.25);border-radius:0.25rem}
.active-story::placeholder{opacity:1}
.steady-headline{padding:0.7rem 1.2rem;font-family:inherit;font-size:16px;font-weight:600;color:#f6f1e3;background:#5c6b3a;border:1px solid transparent;border-radius:0.25rem;cursor:pointer;transition:background 410ms var(--ease-fast)}
.steady-headline:hover{background:#48562c;color:#2b2416;}
.content-wrap{margin:0;font-size:calc(16px * .875);opacity:0.75}
.simple-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.03rem * 1.5)}
.top-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-contact{margin:0;font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.85}
.secondary-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.secondary-nav a{color:inherit;text-decoration:none;font-size:16px;border-bottom:1px solid transparent;transition:border-color 410ms var(--ease-fast)}
.secondary-nav a:hover{border-bottom-color:currentColor;color:inherit}
.soft-benefit{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.03rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-method{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(14rem, 1fr));gap:calc(1.5rem * .75)}
.steady-method li{display:flex;flex-direction:column;gap:0.25rem}
.media-stack{font-size:calc(16px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.7}
.top-footer{color:inherit;text-decoration:none;font-size:16px;word-break:break-word}
a.footer-contact-value:hover{text-decoration:underline;color:inherit}
.secondary-block{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.03rem * 1.5);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.03rem;align-items:center}
.focused-method{margin:0;font-size:calc(16px * .875);opacity:0.85}
.open-area{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.03rem}
.open-area a{color:inherit;text-decoration:none;font-size:calc(16px * .875);border-bottom:1px solid transparent;transition:border-color 410ms var(--ease-fast)}
.open-area a:hover{border-bottom-color:currentColor;color:inherit}
.bottom-inner{margin:0;font-size:calc(16px * .875);line-height:1.5;opacity:0.75;max-width:75ch}
@media (max-width: 720px) {.simple-list{grid-template-columns:1fr}.secondary-block{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .text-intro{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:24px;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e2d6bb 100%);color:#2b2416;box-shadow:0 14px 30px rgba(0,0,0,0.09)}
.cookies .offer-frame{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(16px * 1.35)}
.cookies .offer-frame button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.82}
.cookies .public-contact{margin-top:12px;display:flex;gap:8px}
.cookies .public-contact button{flex:1;border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .public-contact button.cookie-accept{background:#f6f1e3;color:#2b2416}
.active-content{--field-local:calc(1.5rem * 1.02);--state-public:calc(1020px / 2.55);--font-nav:calc(1020px / 3.94);padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e2d6bb 100%);color:#2b2416;}
.active-content .public-tile{max-width:1020px;margin:0 auto;}
.active-content h1,.active-content h2,.active-content h3,.active-content p{margin:0;}
.active-content h1{font-size:calc(16px * 2.65);line-height:1.08;}
.active-content h2{font-size:calc(16px * 2);line-height:1.12;}
.active-content h3{font-size:calc(16px * 1.35);line-height:1.2;}
.active-content p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-content a{color:inherit;text-decoration:none;}
.active-content img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.active-content .local-frame{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.25rem;background:#a8552a;color:#fbf5e6;}
.active-content .local-frame:hover{background:#8c441f;color:#2b2416;}
.active-content .strong-plan,.active-content .page-flow{margin-top:1.5rem;}
.active-content .page-flow{font-size:calc(16px * .875);}
.active-content .service-summary{margin-top:calc(1.03rem * 1.5);font-size:calc(16px * .875);}
.active-content .service-summary a{text-decoration:underline;text-underline-offset:3px;}
.active-content .service-summary a:hover{}
.active-content .media-details{display:flex;align-items:center;gap:1.03rem;}
.active-content .media-details>img{flex:0 1 min(var(--font-nav),36vw);width:min(var(--font-nav),100%);}
.active-content .site-content{flex:1 1 auto;min-width:0;}
.active-content .local-frame{margin-top:1.5rem;}
@media(max-width:760px){.active-content .media-details{align-items:flex-start;flex-direction:column;}}
.soft-steps{
  --field-local:calc(1.5rem * 1.15);
  --label-base:calc(1020px / 3.4);
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:#f6f1e3;
  color:#2b2416;
}
.soft-steps .public-tile{max-width:1020px;
  margin:0 auto;}
.soft-steps h2,
.soft-steps h3,
.soft-steps p{margin:0;}
.soft-steps h2{font-size:calc(16px * 2);
  line-height:1.14;}
.soft-steps h3{font-size:calc(16px * 1.35);
  line-height:1.22;}
.soft-steps p{font-size:16px;
  line-height:1.82;}
.soft-steps .content-links{padding-block-end:var(--field-local);
  border-bottom:1px solid #d9cbae;}
.soft-steps .strong-plan{margin-top:calc(1.03rem * 1.5);
  color:var(--surface-accent);}
.soft-steps .steady-panel{display:flex;
  flex-wrap:wrap;
  gap:var(--field-local);
  margin-top:var(--field-local);}
.soft-steps .narrow-shell{
  flex:1 1 var(--label-base);
  min-width:0;
  padding:calc(1.5rem * .75) calc(1.03rem * 1.5);
  background:#fbf6e8;
  color:#2b2416;
  border:1px solid #d9cbae;
  border-radius:0.41rem;
}
.soft-steps .narrow-shell p{margin-top:calc(1.5rem / 3);
  color:var(--surface-accent);}
.soft-steps .narrow-shell a{display:inline-block;
  margin-top:calc(1.5rem / 2);
  color:#5c6b3a;
  text-decoration:none;
  border-bottom:1px solid #5c6b3a;
  padding-bottom:2px;
  transition:color 410ms var(--ease-fast),border-color 410ms var(--ease-fast);}
.soft-steps .narrow-shell a:hover{color:#a8552a;
  border-color:#a8552a;}
.soft-steps .page-flow{margin-top:var(--field-local);
  padding-inline-start:calc(1.5rem * .75);
  border-inline-start:2px solid #a8552a;
  color:var(--surface-accent);
  font-size:calc(16px * .875);}
@media (max-width:720px){.soft-steps .narrow-shell{
    flex:1 1 100%;
  }
}
.content-lead{--field-local:calc(1.5rem * 1.20);--label-base:calc(1020px / 3.53);padding:calc(1.5rem * 2.4) 1.47rem;background:#a8552a;color:#fbf5e6;}
.content-lead .public-tile{max-width:1020px;margin:0 auto;}
.content-lead h2,.content-lead h3,.content-lead p{margin:0;}
.content-lead h2{font-size:calc(16px * 2);line-height:1.12;}
.content-lead h3{font-size:calc(16px * 1.35);line-height:1.2;}
.content-lead p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-lead a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.content-lead a:hover{border-bottom-color:currentColor;}
.content-lead .quiet-proof{padding-block:calc(var(--field-local) / 2);}
.content-lead .content-headline{row-gap:calc(var(--field-local) * 1.2);}
.content-lead .top-body{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-lead .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.content-lead .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.content-lead .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.content-lead .service-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.content-lead .narrow-shell{flex:1 1 var(--label-base);min-width:0;padding-block-start:calc(1.5rem / 3);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.content-lead .narrow-shell p{margin-top:calc(1.5rem / 3);}
.content-lead .service-summary{flex:1 1 100%;margin-top:calc(var(--field-local) / 2);font-size:calc(16px * .875);}
.direct-items{--field-local:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.direct-items .public-tile{max-width:1020px;margin:0 auto;}
.direct-items h2,.direct-items h3,.direct-items p{margin:0;}
.direct-items h2{font-size:calc(16px * 2);line-height:1.14;}
.direct-items h3{font-size:calc(16px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.direct-items p{font-size:16px;line-height:1.82;}
.direct-items a{color:#5c6b3a;text-decoration:none;}
.direct-items a:hover{color:#a8552a;}
.direct-items img{display:block;width:100%;height:auto;border-radius:0.41rem;margin-bottom:calc(1.5rem / 2);}
.direct-items .fresh-nav{display:flex;flex-wrap:wrap;gap:1.03rem;align-items:flex-start;}
.direct-items .fresh-nav>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.direct-items .fresh-nav>.strong-plan{flex:1 1 calc(1020px / 3);min-width:0;color:var(--surface-accent);}
.direct-items .nav{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.direct-items .narrow-shell{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.41rem;background:#fbf6e8;color:#2b2416;border:1px solid #d9cbae;}
.direct-items .narrow-shell p{color:#2b2416;}
.direct-items .service-summary{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(16px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.direct-items .page-flow{margin-top:var(--field-local);font-size:calc(16px * .875);color:var(--surface-accent);}
.direct-items .page-flow a{border-bottom:1px solid currentColor;}
@media (max-width:640px){.direct-items .fresh-nav>h2,.direct-items .fresh-nav>.strong-plan{flex:1 1 100%;}.direct-items .narrow-shell{flex:1 1 100%;}
}
.media-body{padding:calc(calc(1.5rem * 2.4)*.78) 1.47rem calc(calc(1.5rem * 2.4)*.62);background:#f6f1e3;color:#2b2416;}
.media-body .media-note{max-width:min(1020px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.media-body h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(16px * 2.65));line-height:1.06;font-weight:640;letter-spacing:0;}
.media-body .strong-plan{margin-top:clamp(.9rem,2vw,calc(1.03rem * 1.5));padding-top:clamp(.8rem,1.6vw,1.5rem);border-top:1px solid #d9cbae;}
.media-body .strong-plan p{margin:0;font-size:clamp(1rem,1.24vw,16px);line-height:1.78;}
.media-body .plain-copy{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;margin:clamp(1.1rem,2.4vw,calc(1.03rem * 1.5)) 0 0;}
@media (max-width:640px){.media-body{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.media-body h1{max-width:100%;}.media-body .plain-copy{aspect-ratio:4/3;}
  }
.narrow-team{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e2d6bb 100%);color:#2b2416}
.narrow-team .public-tile{max-width:1020px;margin:0 auto}
.narrow-team .primary-region{margin-bottom:calc(1.03rem * 1.5)}
.narrow-team h2{margin:0;font-size:calc(16px * 2.65);line-height:1.05}
.narrow-team .primary-region p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.82}
.narrow-team .plain-inner{display:flex;align-items:flex-start;gap:calc(1.03rem * 1.5)}
.narrow-team .site-group{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid #d9cbae;padding-left:calc(1.5rem * .75)}
.narrow-team button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 410ms var(--ease-fast),transform 410ms var(--ease-fast)}
.narrow-team button:hover,.narrow-team button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.narrow-team .primary-stack{flex:1 1 28rem;align-self:start}
.narrow-team [data-response]{display:none}
.narrow-team [data-response].is-active{display:block;animation:clarifyFocusIn calc(410ms*1.8) var(--ease-fast) both}
.narrow-team h3{margin:0;font-size:calc(16px * 2);line-height:1.1}
.narrow-team [data-response] p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.82}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.03rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.narrow-team .plain-inner{display:block}.narrow-team .site-group{border-left:0;padding-left:0;margin-bottom:calc(1.03rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.narrow-team [data-response].is-active{animation:none}}
.compact-form{--field-local:calc(1.5rem * 1.29);--state-public:calc(1020px / 2.40);padding:calc(1.5rem * 2.4) 1.47rem;background:var(--tone-muted);color:var(--surface-accent);}
.compact-form .public-tile{max-width:1020px;margin:0 auto;}
.compact-form h1,.compact-form h2,.compact-form h3,.compact-form p{margin:0;}
.compact-form h2{font-size:calc(16px * 2);line-height:1.12;}
.compact-form p{font-size:16px;line-height:1.82;}
.compact-form .strong-plan{margin-top:calc(1.03rem * 1.5);}
.compact-form .page-flow{margin-top:calc(1.03rem * 1.5);font-size:calc(16px * .875);}
.compact-form a{color:#5c6b3a;text-decoration:underline;text-underline-offset:3px;}
.compact-form a:hover{color:inherit;}
.compact-form .local-frame{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--field-local);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#5c6b3a;color:#f6f1e3;text-decoration:none;font-size:16px;transition:background 410ms var(--ease-fast);}
.compact-form .local-frame:hover{background:#48562c;color:#f6f1e3;}
.compact-form .service-links>h2,.compact-form .service-links>p,.compact-form .service-links>.local-frame{margin-top:calc(1.03rem * 1.5);}
.compact-form .service-links>h2:first-child{margin-top:0;}
.text-copy{
        background: #f6f1e3;
        color: #2b2416;
        padding: calc(1.5rem * 2.4) 1.47rem;
    }
.text-copy .c{max-width: 1020px;
        margin: 0 auto;}
.text-copy .h{margin-bottom: 1.5rem;
        text-align: left;}
.text-copy h1{font-size: calc(16px * 2.65);
        line-height: 1.15;
        margin: 0 0 calc(1.03rem * 1.5);}
.text-copy .h p{font-size: 16px;
        margin: 0;
        max-width: 65ch;}
.text-copy .active-media{display: flex;
        flex-wrap: wrap;
        gap: 1.03rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #d9cbae;
        padding-bottom: calc(1.03rem * 1.5);}
.text-copy .plain-view{font-size: calc(16px * .875);
        text-decoration: none;
        padding: 0.25rem 0;
        border-bottom: 2px solid transparent;
        transition: border-color 410ms var(--ease-fast), color 410ms var(--ease-fast);}
.text-copy .plain-view:hover{border-bottom-color: #a8552a;}
.text-copy .nav{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.text-copy .narrow-shell{
        background: #fbf6e8;
        color: #2b2416;
        border: 1px solid #d9cbae;
        border-radius: 0.56rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 1px rgba(0,0,0,0.06);
        transition: box-shadow 410ms var(--ease-fast), transform 410ms var(--ease-fast);
    }
.text-copy .narrow-shell:hover{box-shadow: 0 3px 14px rgba(0,0,0,0.07);
        transform: translateY(-2px);}
.text-copy .narrow-note{display: flex;
        flex-wrap: wrap;
        gap: 1.03rem;
        font-size: calc(16px * .875);
        margin-bottom: calc(1.03rem * 1.5);}
.text-copy .narrow-note span{display: inline-flex;
        align-items: center;}
.text-copy .narrow-note span:not(:last-child)::after{content: "·";
        margin-left: 1.03rem;}
.text-copy h3{font-size: calc(16px * 1.35);
        line-height: 1.3;
        margin: 0 0 calc(1.03rem * 1.5);}
.text-copy h3 a{text-decoration: none;
        transition: color 410ms var(--ease-fast);}
.text-copy h3 a:hover{}
.text-copy .narrow-shell p{margin: 0;
        font-size: 16px;
        line-height: 1.82;}
@media (max-width: 600px) {.text-copy .narrow-note{
            flex-direction: column;
            gap: 0.25rem;
        }.text-copy .narrow-note span:not(:last-child)::after{
            display: none;
        }
    }
.public-unit{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.public-unit .media-note{max-width:min(1020px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(1.03rem * 1.5));}
.public-unit .fresh-nav{display:flex;
    flex-direction:column;
    gap:clamp(.7rem,1.4vw,1.03rem);}
.public-unit h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;}
.public-unit .strong-plan{margin:0;
    max-width:60ch;
    font-size:clamp(1.02rem,1.35vw,calc(16px * 1.125));
    line-height:1.68;
    color:var(--surface-accent,#3f3524);}
.public-unit .featured-section{margin:0;
    display:flex;
    flex-direction:column;
    gap:.55rem;}
.public-unit .plain-copy{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.41rem;
    border:1px solid #d9cbae;}
.public-unit .page-flow{font-size:calc(16px * .875);
    line-height:1.55;
    color:var(--surface-accent,#3f3524);
    font-style:italic;
    padding-left:.85rem;
    border-left:2px solid #a8552a;}
.public-unit .site-content{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #d9cbae;}
.public-unit .site-content p{margin:0;
    font-size:16px;
    line-height:1.82;}
@media (max-width:640px){.public-unit h1{max-width:100%;}.public-unit .plain-copy{aspect-ratio:4/3;}.public-unit{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.visual-form{--field-local:calc(1.5rem * 1.04);--state-public:calc(1020px / 2.28);--label-base:calc(1020px / 3.35);padding:calc(1.5rem * 2.4) 1.47rem;background:#a8552a;color:#fbf5e6;}
.visual-form .public-tile{max-width:1020px;margin:0 auto;}
.visual-form h2,.visual-form h3,.visual-form p{margin:0;}
.visual-form h2{font-size:calc(16px * 2);line-height:1.12;}
.visual-form h3{font-size:calc(16px * 1.35);line-height:1.2;}
.visual-form p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-form a{color:inherit;text-decoration:none;}
.visual-form .content-headline{row-gap:calc(var(--field-local) * 1.2);}
.visual-form .top-body{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-form .strong-plan{margin-top:1.5rem;}
.visual-form .page-headline{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.visual-form .narrow-shell{min-width:0;padding-block-start:calc(var(--field-local) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-form .narrow-shell p{margin-top:calc(1.5rem / 3);}
.active-benefit{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:var(--tone-muted);
    color:var(--surface-accent);
}
.active-benefit .public-tile{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.03rem * 1.5);
    align-items:flex-start;}
.active-benefit .main-region{flex:1 1 320px;
    min-width:260px;}
.active-benefit .main-region img{width:100%;
    height:auto;
    display:block;
    border-radius:0.56rem;
    border:1px solid #d9cbae;
    box-shadow:0 1px 1px rgba(0,0,0,0.06);}
.active-benefit .public-plan{margin:calc(1.03rem * 0.7) 0 0;
    font-size:calc(16px * .875);
    font-style:italic;
    opacity:0.78;}
.active-benefit .focused-block{flex:1 1 420px;
    min-width:280px;}
.active-benefit .focused-block h2{margin:0 0 1.03rem;
    font-size:calc(16px * 2);
    line-height:1.2;}
.active-benefit .focused-block h3{margin:calc(1.03rem * 1.5) 0 calc(1.03rem * 0.6);
    font-size:calc(16px * 1.125);
    line-height:1.3;}
.active-benefit .focused-block p{margin:0 0 1.03rem;
    font-size:16px;
    line-height:1.82;}
.active-benefit .focused-block .strong-plan{font-size:16px;
    line-height:1.7;}
.active-benefit .focused-block ul{margin:0 0 1.03rem;
    padding-left:1.15rem;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 0.55);}
.active-benefit .focused-block li{line-height:1.65;}
.active-benefit .focused-block .page-flow{margin-top:calc(1.03rem * 1.5);
    padding-top:1.03rem;
    border-top:1px solid #d9cbae;
    font-size:calc(16px * .875);}
.active-benefit .focused-block a{color:#5c6b3a;
    text-decoration:underline;
    text-underline-offset:2px;}
.active-benefit .focused-block a:hover{color:inherit;}
@media (max-width:820px){.active-benefit .public-tile{
        flex-direction:column;
    }.active-benefit .main-region,
    .active-benefit .focused-block{
        flex:1 1 auto;
        width:100%;
    }
}
.active-track{--field-local:calc(1.5rem * 1.15);--field-extra-9:2px;padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.active-track .public-tile{max-width:1020px;margin:0 auto;}
.active-track h2,.active-track h3,.active-track p{margin:0;}
.active-track h2{font-size:calc(16px * 2);line-height:1.14;}
.active-track h3{font-size:calc(16px * 1.35);line-height:1.22;}
.active-track p{font-size:16px;line-height:1.82;}
.active-track .page-flow{font-size:calc(16px * .875);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.active-track .strong-plan{margin-top:1.5rem;}
.active-track .nav{display:flex;flex-direction:column;gap:var(--field-local);margin-top:calc(var(--field-local) * 1.4);border-left:var(--field-extra-9) solid #d9cbae;padding-left:1.47rem;}
.active-track .narrow-shell{position:relative;min-width:0;padding-bottom:calc(1.5rem / 2);}
.active-track .narrow-shell::before{content:"";position:absolute;left:calc(1.47rem * -1 - var(--field-extra-9) / 2);top:0.55em;width:0.6rem;height:0.6rem;border-radius:50%;background:#a8552a;transform:translateX(-50%);color:#fbf5e6;}
.active-track .narrow-shell:last-child{padding-bottom:0;}
.active-track .site-content{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-track .site-content p{}
@media (max-width:640px){.active-track .nav{padding-left:calc(1.5rem * .75);}.active-track .narrow-shell::before{left:calc(calc(1.5rem * .75) * -1 - var(--field-extra-9) / 2);}
}
.bottom-tile{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.bottom-tile .media-note{max-width:min(1020px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.bottom-tile h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.01em;}
.bottom-tile .strong-plan{border-left:2px solid #a8552a;
    padding-left:1.47rem;}
.bottom-tile .strong-plan p{margin:0;
    font-size:clamp(1rem,1.22vw,16px);
    line-height:1.78;
    color:var(--surface-accent);}
.bottom-tile .plain-copy{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.41rem;
    box-shadow:0 1px 1px rgba(0,0,0,0.06);}
@media (max-width:640px){.bottom-tile h1{max-width:100%;}.bottom-tile .plain-copy{aspect-ratio:4/3;}.bottom-tile{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.focused-lead{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #2b2416;
  color: #f6f1e3;
}
.focused-lead .public-tile{max-width: min(1020px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.03rem * 1.5);}
.focused-lead .strong-plan{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(1.03rem * 1.5);
  align-items: start;
  padding-bottom: calc(1.03rem * 1.5);
  border-bottom: 1px solid #3f3524;}
.focused-lead h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.focused-lead .strong-plan p{margin: 0;
  color: #d8cbb0;
  font-size: 16px;}
.focused-lead .strong-feature{display: flex;
  flex-wrap: wrap;
  gap: 1.03rem;}
.focused-lead .strong-feature a{
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.41rem;
  background: #2b2416;
  color: #f6f1e3;
  border: 1px solid #3f3524;
  text-decoration: none;
  transition: border-color 410ms var(--ease-fast);
}
.focused-lead .strong-feature a:hover{border-color: #a8552a;}
.focused-lead .strong-feature span{color:inherit;
  font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.focused-lead .strong-feature strong{font-size: calc(16px * 1.125);
  line-height: 1.3;}
.focused-lead .strong-feature em{font-style: normal;
  color: #d8cbb0;
  font-size: calc(16px * .875);
  line-height: 1.6;}
@media (max-width: 760px) {.focused-lead .strong-plan{
    grid-template-columns: 1fr;
  }.focused-lead .strong-feature a{
    flex: 1 1 100%;
  }
}
.strong-body{--field-local:calc(1.5rem * 1.42);--state-public:calc(1020px / 2.30);--font-nav:calc(1020px / 3.66);padding:calc(1.5rem * 2.4) 1.47rem;background:#5c6b3a;color:#f6f1e3;}
.strong-body .public-tile{max-width:1020px;margin:0 auto;}
.strong-body h1,.strong-body h2,.strong-body h3,.strong-body p{margin:0;}
.strong-body h1{font-size:calc(16px * 2.65);line-height:1.08;}
.strong-body h2{font-size:calc(16px * 2);line-height:1.12;}
.strong-body h3{font-size:calc(16px * 1.35);line-height:1.2;}
.strong-body p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-body a{color:inherit;text-decoration:none;}
.strong-body img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.strong-body .local-frame{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.25rem;background:#f6f1e3;color:#5c6b3a;}
.strong-body .strong-plan,.strong-body .page-flow{}
.strong-body .nav{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.strong-body .narrow-shell{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.41rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.strong-body .narrow-shell p,.strong-body .narrow-shell a{margin-top:calc(1.5rem / 3);}
.strong-body .narrow-shell img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.strong-body .strong-visual>.nav{margin-top:var(--field-local);}
.strong-body .strong-visual>h2{margin-top:var(--field-local);}
.narrow-plan{--field-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.narrow-plan .public-tile{max-width:1020px;margin:0 auto;}
.narrow-plan h1,.narrow-plan h2,.narrow-plan h3,.narrow-plan p{margin:0;}
.narrow-plan h2{font-size:calc(16px * 2);line-height:1.12;}
.narrow-plan p{font-size:16px;line-height:1.82;}
.narrow-plan a{color:#5c6b3a;text-decoration:none;}
.narrow-plan a:hover{color:#a8552a;}
.narrow-plan .local-frame{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.25rem;background:#5c6b3a;color:#f6f1e3;font-size:calc(16px * .875);}
.narrow-plan .local-frame:hover{background:#48562c;color:#f6f1e3;}
.narrow-plan .site-content .strong-plan{margin-top:1.5rem;color:var(--surface-accent);}
.narrow-plan .site-group{display:flex;flex-direction:column;gap:var(--field-local);margin-top:calc(1.03rem * 1.5);}
.narrow-plan details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.41rem;background:#fbf6e8;color:#2b2416;border:1px solid #d9cbae;}
.narrow-plan summary{cursor:pointer;font-weight:700;font-size:calc(16px * 1.125);line-height:1.3;}
.narrow-plan details p{margin-top:calc(1.5rem / 3);color:var(--surface-accent);}
.narrow-plan .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.narrow-plan .site-content{flex:1 1 auto;min-width:0;}
.narrow-plan .site-group{flex:1 1 100%;}
.narrow-plan .service-summary{flex:1 1 100%;margin-top:1.5rem;font-size:calc(16px * .875);color:var(--surface-accent);}
.quiet-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.quiet-area .media-note{max-width:min(1020px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.quiet-area h1{margin:0;
    max-width:22ch;
    font-family:"Libre Baskerville", sans-serif;
    font-size:clamp(1.95rem,4.6vw,calc(16px * 2.65));
    line-height:1.1;
    font-weight:600;
    letter-spacing:-0.005em;}
.quiet-area .plain-copy{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.41rem;
    box-shadow:0 1px 1px rgba(0,0,0,0.06);}
.quiet-area .media-note>div{padding-top:1.5rem;
    border-top:1px solid #d9cbae;}
.quiet-area p{margin:0;
    font-size:16px;
    line-height:1.82;
    color:var(--surface-accent);}
@media (max-width:640px){.quiet-area{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.quiet-area h1{max-width:100%;}.quiet-area .plain-copy{aspect-ratio:4/3;}
  }
.active-steps{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416}
.active-steps .public-tile{max-width:1020px;margin:0 auto}
.active-steps .page-flow{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start}
.active-steps .contact-lead{flex:1 1 22rem;min-width:0;background:var(--tone-muted);color:var(--surface-accent);border-radius:0.56rem;padding:calc(1.5rem * .75)}
.active-steps h2{margin:0;font-size:calc(16px * 2);line-height:1.14}
.active-steps .contact-lead p{margin:1.5rem 0 0;font-size:16px;line-height:1.82}
.active-steps .soft-service{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.active-steps .narrow-shell{border-top:1px solid #d9cbae;padding-top:calc(1.5rem * .75)}
.active-steps .narrow-shell strong{display:block;font-size:calc(16px * 1.35);line-height:1.2}
.active-steps .narrow-shell p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.active-steps .narrow-shell a{color:#5c6b3a;text-decoration:underline}
.active-steps .narrow-shell a:hover{color:#a8552a}
@media(max-width:780px){.active-steps .page-flow{display:block}.active-steps .contact-lead{padding:1.5rem}.active-steps .soft-service{margin-top:calc(1.03rem * 1.5)}}
.visual-shell{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;overflow:hidden}
.visual-shell .public-tile{max-width:1020px;margin:0 auto}
.visual-shell .content-links{margin:0 0 calc(1.03rem * 1.5)}
.visual-shell h2{margin:0;font-size:calc(16px * 2);line-height:1.15}
.visual-shell .content-links p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.82}
.visual-shell .open-intro{display:flex;flex-wrap:wrap;gap:1.03rem}
.visual-shell .narrow-shell{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid #d9cbae}
.visual-shell .narrow-shell:nth-child(2n){border-top-color:#a8552a}
.visual-shell h3{margin:0;font-size:calc(16px * 1.35);line-height:1.2}
.visual-shell .narrow-shell p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.visual-shell .service-summary{margin-top:calc(1.03rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #d9cbae}
.visual-shell .service-summary p{margin:0;font-size:16px;line-height:1.82}
.visual-shell .service-summary a{text-decoration:underline;text-underline-offset:3px}
.visual-shell .service-summary a:hover{}
@media (max-width:640px){.visual-shell .narrow-shell{flex:1 1 100%}
}
.active-service{--field-local:calc(1.5rem * 1.02);--font-nav:calc(1020px / 3.94);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.active-service .public-tile{max-width:1020px;margin:0 auto;}
.active-service h1,.active-service h2,.active-service h3,.active-service p{margin:0;}
.active-service h1{font-size:calc(16px * 2.65);line-height:1.08;}
.active-service h2{font-size:calc(16px * 2);line-height:1.12;}
.active-service h3{font-size:calc(16px * 1.35);line-height:1.2;}
.active-service p{font-size:16px;line-height:1.82;}
.active-service a{color:#5c6b3a;text-decoration:underline;text-underline-offset:3px;}
.active-service a:hover{color:#a8552a;}
.active-service img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.active-service .strong-plan{margin-top:1.5rem;}
.active-service .page-flow{margin-top:calc(1.03rem * 1.5);font-size:calc(16px * .875);color:var(--surface-accent);background:var(--tone-muted);padding:calc(1.5rem * .75);border-radius:0.25rem;}
.active-service .nav{display:flex;flex-direction:column;gap:var(--field-local);margin-top:var(--field-local);}
.active-service .narrow-shell{min-width:0;padding-bottom:calc(1.03rem * 1.5);border-bottom:1px solid #d9cbae;}
.active-service .narrow-shell:last-child{border-bottom:0;padding-bottom:0;}
.active-service .narrow-shell p{margin-top:calc(1.5rem / 3);}
.active-service .direct-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.active-service .direct-callout>.site-content{flex:1 1 calc(1020px / 3);min-width:0;}
.active-service .direct-callout>.nav{flex:2 1 calc(1020px / 2);margin-top:0;}
.active-service .direct-callout>img{margin-left:auto;max-width:var(--font-nav);}
.active-service .service-summary{max-width:1020px;margin:calc(1.5rem * 2.4) auto 0;font-size:calc(16px * .875);color:var(--surface-accent);}
@media (max-width:720px){.active-service .direct-callout>img{max-width:100%;margin-left:0;}
}
.active-links{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.active-links .media-note{max-width:min(1020px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.03rem * 1.5));}
.active-links h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.active-links .plain-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.41rem;
    box-shadow:var(--depth-image,0 1px 1px rgba(0,0,0,0.06));}
.active-links .strong-plan{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #d9cbae;}
.active-links p{margin:0;
    font-size:clamp(1rem,1.24vw,16px);
    line-height:1.78;}
@media (max-width:640px){.active-links h1{max-width:100%;}.active-links .plain-copy{aspect-ratio:4/3;}.active-links{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.direct-details{--field-local:calc(1.5rem * 1.35);--state-public:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.direct-details .public-tile{max-width:1020px;margin:0 auto;}
.direct-details h1,.direct-details h2,.direct-details h3,.direct-details p{margin:0;}
.direct-details h2{font-size:calc(16px * 2);line-height:1.14;}
.direct-details h3{font-size:calc(16px * 1.35);line-height:1.22;}
.direct-details p{font-size:16px;line-height:1.82;color:var(--surface-accent);}
.direct-details .page-flow{font-size:calc(16px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#a8552a;margin-bottom:calc(1.5rem / 3);}
.direct-details .strong-plan{margin-top:calc(1.5rem / 2);}
.direct-details a{color:inherit;text-decoration:none;}
.direct-details .local-frame{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.25rem;background:#5c6b3a;color:#f6f1e3;transition:background 410ms var(--ease-fast);}
.direct-details .local-frame:hover{background:#48562c;color:#2b2416;}
.direct-details .nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--field-local);}
.direct-details .narrow-shell{flex:1 1 calc(1020px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d9cbae;}
.direct-details .narrow-shell p{margin-top:calc(1.5rem / 3);}
.direct-details .public-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.direct-details .public-note>.site-content{flex:1 1 auto;min-width:0;}
.direct-details .public-note>.local-frame{flex:0 0 auto;}
.direct-details .public-note>.nav{flex:1 1 100%;}
.direct-details .site-content h2{margin-top:calc(1.5rem / 4);}
@media (max-width:720px){.direct-details .public-note>.local-frame{width:100%;}.direct-details .narrow-shell{flex:1 1 100%;}
}
.featured-visual{--field-local:calc(1.5rem * 1.05);--mark-soft:calc(1020px / 3.4);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.featured-visual .public-tile{max-width:1020px;margin:0 auto;}
.featured-visual h2,.featured-visual h3,.featured-visual p,.featured-visual figure{margin:0;}
.featured-visual h2{font-size:calc(16px * 2);line-height:1.14;}
.featured-visual h3{font-size:calc(16px * 1.35);line-height:1.22;}
.featured-visual p{font-size:16px;line-height:1.82;}
.featured-visual .content-links .strong-plan{margin-top:calc(1.5rem / 2.4);}
.featured-visual .open-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.03rem * 1.5);margin-top:var(--field-local);}
.featured-visual .open-footer{flex:0 0 var(--mark-soft);max-width:var(--mark-soft);}
.featured-visual .open-footer img{display:block;width:100%;height:auto;border-radius:0.41rem;box-shadow:0 1px 1px rgba(0,0,0,0.06);}
.featured-visual .nav{flex:1 1 calc(1020px / 2);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.featured-visual .narrow-shell{padding-left:calc(1.5rem * .75);border-left:2px solid #d9cbae;}
.featured-visual .narrow-shell p{margin-top:calc(1.5rem / 3.4);}
.featured-visual .service-summary{margin-top:var(--field-local);padding-top:calc(1.5rem * .75);border-top:1px solid #d9cbae;font-size:calc(16px * .875);}
.featured-visual .service-summary a{text-decoration:underline;text-underline-offset:3px;}
.featured-visual .service-summary a:hover{}
@media (max-width:720px){.featured-visual .open-footer{flex:1 1 100%;max-width:100%;}.featured-visual .nav{flex:1 1 100%;}
}
.plain-stack{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--tone-muted);color:var(--surface-accent);}
.plain-stack .public-tile{max-width:1020px;margin:0 auto;}
.plain-stack .fresh-nav{margin-bottom:calc(1.03rem * 1.5);}
.plain-stack .fresh-nav h2{margin:0;font-size:calc(16px * 2);line-height:1.2;}
.plain-stack .fresh-nav p{margin:1.03rem 0 0;font-size:16px;line-height:1.82;}
.plain-stack .content-callout{border-top:1px solid #d9cbae;}
.plain-stack .content-callout article{display:grid;grid-template-columns:minmax(180px,.7fr) 1.3fr;gap:1.03rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d9cbae;}
.plain-stack .content-callout h3{margin:0;font-size:16px;line-height:1.35;}
.plain-stack .content-callout p{margin:0;font-size:16px;line-height:1.82;}
.plain-stack .content-callout a{color:#5c6b3a;text-decoration:underline;text-underline-offset:2px;}
.plain-stack .content-callout a:hover{color:inherit;}
.plain-stack .service-summary{margin:calc(1.03rem * 1.5) 0 0;font-size:calc(16px * .875);color:var(--surface-accent);}
.plain-stack .service-summary a{color:#5c6b3a;text-decoration:underline;text-underline-offset:2px;}
.plain-stack .service-summary a:hover{color:inherit;}
@media (max-width:700px){.plain-stack .content-callout article{grid-template-columns:1fr;gap:calc(1.03rem / 2);}
}
.primary-grid{padding:calc(calc(1.5rem * 2.4)*1.6) 1.47rem;background:#f6f1e3;color:#2b2416;}
.primary-grid .media-note{max-width:min(1020px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);}
.primary-grid .strong-plan{display:flex;flex-direction:column;gap:1.03rem;}
.primary-grid h1{margin:0;font-family:"Libre Baskerville", sans-serif;font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));line-height:1.12;font-weight:600;letter-spacing:-0.005em;max-width:22ch;}
.primary-grid .site-entries{margin:0;font-size:clamp(1rem,1.3vw,calc(16px * 1.125));line-height:1.62;max-width:52ch;}
.primary-grid .featured-section{margin:0;}
.primary-grid .plain-copy{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;}
.primary-grid .site-content{display:flex;flex-direction:column;gap:1.03rem;padding-top:calc(1.03rem * 1.5);border-top:1px solid #d9cbae;}
.primary-grid .site-content p{margin:0;font-size:16px;line-height:1.82;}
@media (max-width:640px){.primary-grid{padding-top:calc(calc(1.5rem * 2.4)*1.1);padding-bottom:calc(calc(1.5rem * 2.4)*1.1);}.primary-grid h1{max-width:100%;}.primary-grid .plain-copy{aspect-ratio:4/3;}
  }
.strong-summary{
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:#f6f1e3;
  color:#2b2416;
}
.strong-summary .plain-story{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.03rem * 1.5);}
.strong-summary .strong-plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-bottom:1px solid #d9cbae;
  padding-bottom:calc(1.03rem * 1.5);}
.strong-summary .strong-plan h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.15;
  letter-spacing:0.01em;}
.strong-summary .site-content{margin:0;
  font-size:calc(16px * 1.125);
  line-height:1.82;}
.strong-summary .active-figure{display:flex;
  flex-direction:column;
  gap:0;}
.strong-summary .featured-unit{padding:calc(1.03rem * 1.5) 0;
  border-bottom:1px dashed #d9cbae;}
.strong-summary .featured-unit:last-of-type{border-bottom:none;}
.strong-summary .bottom-actions{margin:0 0 calc(calc(1.5rem * .75) * .5);
  font-size:16px;
  line-height:1.3;
  font-weight:600;}
.strong-summary .visual-block{margin:0;
  font-size:16px;
  line-height:1.82;}
.strong-summary .page-flow{
  margin-top:calc(calc(1.03rem * 1.5) * .5);
  padding:calc(1.5rem * .75);
  background:var(--tone-muted);
  color:var(--surface-accent);
  border-left:3px solid #a8552a;
  border-radius:0.25rem;
}
.strong-summary .page-flow p{margin:0;
  font-size:calc(16px * .875);
  line-height:1.82;}
.strong-summary .page-flow a{text-decoration:underline;
  text-underline-offset:2px;}
.strong-summary .page-flow a:hover{}
@media (min-width:820px){.strong-summary .strong-plan{
    flex-direction:row;
    align-items:flex-end;
    gap:calc(1.03rem * 1.5);
  }.strong-summary .strong-plan h2{
    flex:1 1 auto;
  }.strong-summary .site-content{
    flex:0 1 34rem;
  }.strong-summary .featured-unit{
    display:flex;
    gap:calc(1.03rem * 1.5);
    align-items:baseline;
  }.strong-summary .bottom-actions{
    flex:0 0 16rem;
    margin:0;
  }.strong-summary .visual-block{
    flex:1 1 auto;
  }
}
.quiet-content{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416}
.quiet-content .public-tile{max-width:1020px;margin:0 auto}
.quiet-content .fresh-nav{display:block;margin-bottom:calc(1.03rem * 1.5)}
.quiet-content h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 2);line-height:1.12;font-weight:600}
.quiet-content .fresh-nav p{margin:0;line-height:1.82}
.quiet-content .main-frame{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.quiet-content .main-frame a{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.03rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);color:inherit;text-decoration:none;overflow-wrap:anywhere;transition:color 410ms var(--ease-fast)}
.quiet-content .main-frame a:hover{color:#a8552a}
.quiet-content .main-frame a span{color:var(--surface-accent);font-size:calc(16px * .875)}
.quiet-content .secondary-links{display:flex;flex-wrap:wrap;gap:1.5rem 1.03rem;margin-top:1.5rem}
.quiet-content .secondary-links p{flex:1 1 18rem;min-width:0;margin:0;line-height:1.82}
@media(max-width:680px){.quiet-content .main-frame a{flex-direction:column;align-items:flex-start}.quiet-content .secondary-links p{flex:1 1 100%}
}
.visual-callout{--field-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.visual-callout .public-tile{max-width:1020px;margin:0 auto;}
.visual-callout h2,.visual-callout h3,.visual-callout p{margin:0;}
.visual-callout h2{font-size:calc(16px * 2);line-height:1.14;}
.visual-callout p{font-size:16px;line-height:1.82;}
.visual-callout a{text-decoration:underline;text-underline-offset:3px;}
.visual-callout a:hover{}
.visual-callout .content-links{display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);padding-bottom:calc(1.03rem * 1.5);border-bottom:1px solid #d9cbae;}
.visual-callout .strong-plan{}
.visual-callout .site-group{display:flex;flex-direction:column;gap:1.03rem;margin-top:var(--field-local);}
.visual-callout details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d9cbae;}
.visual-callout details:last-of-type{border-bottom:0;}
.visual-callout summary{cursor:pointer;font-size:calc(16px * 1.125);line-height:1.35;font-weight:700;list-style:none;display:flex;align-items:baseline;gap:1.03rem;}
.visual-callout summary::-webkit-details-marker{display:none;}
.visual-callout summary::before{content:"—";flex:0 0 auto;}
.visual-callout details[open] summary::before{content:"+";}
.visual-callout details p{margin-top:calc(1.5rem / 2.4);padding-left:calc(1.03rem * 1.6);}
.visual-callout .page-flow{margin-top:var(--field-local);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.41rem;background:var(--tone-muted);color:var(--surface-accent);font-size:calc(16px * .875);}
@media (max-width:640px){.visual-callout summary{font-size:16px;}.visual-callout details p{padding-left:0;}
}
.primary-method{padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;background:#f6f1e3;color:#2b2416;}
.primary-method .media-note{max-width:min(1020px,64rem);margin:0 auto;}
.primary-method h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.primary-method .plain-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;margin:clamp(1rem,2.2vw,calc(1.03rem * 1.5)) 0 0;}
.primary-method .media-note>div{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.5vw,1.5rem);border-top:1px solid #d9cbae;}
.primary-method p{margin:0;font-size:clamp(1rem,1.25vw,16px);line-height:1.78;}
@media (max-width:640px){.primary-method{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.primary-method h1{max-width:100%;}.primary-method .plain-copy{aspect-ratio:4/3;}
  }
.plain-media{
  --field-local:calc(1.5rem * 1.15);
  --state-active:calc(1020px / 3.4);
  padding:calc(1.5rem * 2.4) 1.47rem;
  background:#f6f1e3;
  color:#2b2416;
}
.plain-media .public-tile{max-width:1020px;
  margin:0 auto;}
.plain-media h2,
.plain-media h3,
.plain-media p{margin:0;}
.plain-media h2{font-size:calc(16px * 2);
  line-height:1.14;}
.plain-media h3{font-size:calc(16px * 1.35);
  line-height:1.24;}
.plain-media p{font-size:16px;
  line-height:1.82;}
.plain-media a{color:#5c6b3a;
  text-decoration:none;
  border-bottom:1px solid #5c6b3a;
  padding-bottom:1px;
  transition:color 410ms var(--ease-fast), border-color 410ms var(--ease-fast);}
.plain-media a:hover{color:#a8552a;
  border-color:#a8552a;}
.plain-media .content-links{display:flex;
  flex-direction:column;
  gap:calc(1.03rem * 1.5);}
.plain-media .strong-plan{color:var(--surface-accent);}
.plain-media .compact-nav{display:block;
  width:100%;
  height:var(--state-active);
  object-fit:cover;
  margin-top:var(--field-local);
  border-radius:0.56rem;
  box-shadow:0 3px 14px rgba(0,0,0,0.07);}
.plain-media .nav{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:1.03rem;
  margin-top:var(--field-local);}
.plain-media .narrow-shell{
  flex:1 1 calc(1020px / 4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding:calc(1.5rem * .75);
  background:#fbf6e8;
  color:#2b2416;
  border:1px solid #d9cbae;
  border-radius:0.41rem;
}
.plain-media .narrow-shell p{color:var(--surface-accent);}
.plain-media .narrow-shell a{margin-top:auto;
  align-self:flex-start;
  font-size:calc(16px * .875);}
.plain-media .service-summary{margin-top:var(--field-local);
  padding-top:calc(1.03rem * 1.5);
  border-top:1px solid #d9cbae;
  font-size:calc(16px * .875);
  color:var(--surface-accent);}
@media (max-width:720px){.plain-media .compact-nav{
    height:auto;
    aspect-ratio:16 / 10;
  }.plain-media .narrow-shell{
    flex:1 1 100%;
  }
}
.simple-team{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--tone-muted);color:var(--surface-accent)}
.simple-team .public-tile{max-width:1020px;margin:0 auto}
.simple-team .content-links{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.03rem;border-bottom:1px solid #d9cbae;padding-bottom:calc(1.03rem * 1.5)}
.simple-team h2{flex:1 1 20rem;margin:0;font-size:calc(16px * 2);line-height:1.08}
.simple-team .strong-plan{flex:1 1 22rem;margin:0;font-size:16px;line-height:1.82}
.simple-team .main-callout{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5) 1.03rem;margin:calc(1.03rem * 1.5) 0 0;padding:0;list-style:none}
.simple-team .narrow-shell{flex:1 1 min(100%,22rem);padding:0 0 calc(1.5rem * .75);border-bottom:1px solid #d9cbae}
.simple-team .narrow-shell:nth-child(2n){flex-basis:min(100%,26rem)}
.simple-team h3{margin:0;font-size:calc(16px * 1.35);line-height:1.2}
.simple-team .narrow-shell p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.simple-team .narrow-shell a{text-decoration:underline;text-underline-offset:3px}
.simple-team .narrow-shell a:hover{}
.simple-team .page-flow{margin:calc(1.03rem * 1.5) 0 0;padding:calc(1.5rem * .75) 1.47rem;background:#fbf6e8;color:#2b2416;border:1px solid #d9cbae;border-radius:0.41rem;font-size:calc(16px * .875);line-height:1.82}
@media(max-width:720px){.simple-team .main-callout{display:block}.simple-team .narrow-shell,.simple-team .narrow-shell:nth-child(2n){flex-basis:auto;margin-top:calc(1.03rem * 1.5)}.simple-team .narrow-shell:first-child{margin-top:0}}
.visual-stack{padding:calc(calc(1.5rem * 2.4)*.74) 1.47rem;background:#f6f1e3;color:#2b2416;}
.visual-stack .media-note{max-width:min(1020px,66rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);}
.visual-stack .strong-plan{display:flex;flex-direction:column;gap:1.5rem;}
.visual-stack h1{margin:0;max-width:22ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.visual-stack .content-links{margin:0;font-size:clamp(1.02rem,1.3vw,calc(16px * 1.125));line-height:1.72;color:var(--surface-accent,#3f3524);}
.visual-stack .plain-brand{margin:0;}
.visual-stack .plain-copy{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;}
.visual-stack .site-content{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.03rem * 1.5);border-top:1px solid #d9cbae;}
.visual-stack .site-content p{margin:0;font-size:16px;line-height:1.82;}
@media (max-width:640px){.visual-stack h1{max-width:100%;}.visual-stack .plain-copy{aspect-ratio:4/3;}.visual-stack{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.secondary-method{
        background: #f6f1e3;
        color: #2b2416;
        padding: calc(1.5rem * 2.4) 1.47rem;
    }
.secondary-method .public-tile{max-width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.03rem * 1.5);
        align-items: flex-start;}
.secondary-method .focused-grid{flex: 1 1 22rem;
        min-width: 0;}
.secondary-method h2{margin: 0 0 calc(1.03rem * 1.5);
        font-size: calc(16px * 2);
        line-height: 1.15;}
.secondary-method .strong-plan{margin: 0 0 calc(1.03rem * 1.5);
        font-size: calc(16px * 1.125);
        line-height: 1.82;}
.secondary-method .service-summary{display: inline-block;
        color: #5c6b3a;
        text-decoration: none;
        border-bottom: 1px solid #5c6b3a;
        padding-bottom: 2px;
        transition: color 410ms var(--ease-fast), border-color 410ms var(--ease-fast);}
.secondary-method .service-summary:hover{color: #a8552a;
        border-color: #a8552a;}
.secondary-method .offer-body{flex: 1 1 26rem;
        min-width: 0;}
.secondary-method .site-content{margin: 0 0 calc(1.03rem * 1.5);
        font-size: 16px;
        line-height: 1.82;}
.secondary-method .narrow-shell{
        padding: 1.5rem 1.47rem;
        background: #fbf6e8;
        color: #2b2416;
        border: 1px solid #d9cbae;
        border-radius: 0.41rem;
    }
.secondary-method .narrow-shell + .narrow-shell{margin-top: 1.03rem;}
.secondary-method .narrow-shell strong{display: block;
        font-size: 16px;
        line-height: 1.35;}
.secondary-method .narrow-shell span{display: block;
        margin-top: .4rem;
        font-size: calc(16px * .875);
        line-height: 1.82;}
.secondary-method .page-flow{margin: calc(1.03rem * 1.5) 0 0;
        font-size: calc(16px * .875);
        line-height: 1.82;}
.secondary-method .page-flow a{color: #5c6b3a;
        text-decoration: none;
        border-bottom: 1px solid #5c6b3a;}
.secondary-method .page-flow a:hover{color: #a8552a;
        border-color: #a8552a;}
@media (max-width: 760px) {.secondary-method .public-tile{
            display: block;
        }.secondary-method .offer-body{
            margin-top: calc(1.03rem * 1.5);
        }
    }
.simple-shell{--field-local:calc(1.5rem * 1.42);--label-small:calc(1020px / 3.10);padding:calc(1.5rem * 2.4) 1.47rem;background:#a8552a;color:#fbf5e6;}
.simple-shell .public-tile{max-width:1020px;margin:0 auto;}
.simple-shell h2,.simple-shell h3,.simple-shell p,.simple-shell figure,.simple-shell figcaption{margin:0;}
.simple-shell h2{font-size:calc(16px * 2);line-height:1.14;}
.simple-shell h3{font-size:calc(16px * 1.35);line-height:1.22;}
.simple-shell p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-shell a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-shell a:hover{opacity:0.85;}
.simple-shell img{display:block;width:100%;height:auto;border-radius:0.41rem;}
.simple-shell .fresh-nav{max-width:calc(1020px * 0.78);}
.simple-shell .fresh-nav .strong-plan{margin-top:1.5rem;}
.simple-shell .fresh-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;margin-top:var(--field-local);}
.simple-shell .fresh-items .site-content{flex:1 1 calc(1020px / 2.10);min-width:0;}
.simple-shell .fresh-items .site-content p + p{margin-top:calc(1.03rem * 1.5);}
.simple-shell .open-footer{flex:1 1 var(--label-small);min-width:0;}
.simple-shell .open-footer figcaption{margin-top:calc(1.5rem / 2.4);font-size:calc(16px * .875);line-height:1.6;color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-shell .nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--field-local);}
.simple-shell .narrow-shell{flex:1 1 calc(1020px / 4.20);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.simple-shell .narrow-shell p{margin-top:calc(1.5rem / 3);}
.simple-shell .page-flow{margin-top:var(--field-local);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);font-size:16px;}
@media (max-width:720px){.simple-shell .fresh-items{flex-direction:column;}.simple-shell .narrow-shell{flex:1 1 100%;}
}
.active-feature{padding:calc(calc(1.5rem * 2.4)*.7) 1.47rem;background:#f6f1e3;color:#2b2416;}
.active-feature .media-note{max-width:min(1020px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);}
.active-feature h1{margin:0;max-width:22ch;font-size:clamp(2rem,5vw,calc(16px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.active-feature .plain-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;box-shadow:0 1px 1px rgba(0,0,0,0.06);}
.active-feature .media-note>div{padding-top:1.5rem;border-top:1px solid #d9cbae;}
.active-feature p{margin:0;font-size:clamp(1rem,1.28vw,16px);line-height:1.78;}
@media (max-width:640px){.active-feature h1{max-width:100%;}.active-feature .plain-copy{aspect-ratio:4/3;}.active-feature{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.open-copy{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416}
.open-copy .public-tile{max-width:1020px;margin:0 auto}
.open-copy .steady-frame{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start}
.open-copy .strong-plan{flex:1 1 22rem;min-width:0}
.open-copy .strong-plan h2{margin:0;font-size:calc(16px * 2);line-height:1.15}
.open-copy .strong-plan .page-flow{margin:calc(1.5rem * .75) 0 0;font-size:calc(16px * .875);color:var(--surface-accent);background:var(--tone-muted);padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);border-radius:0.25rem;display:inline-block}
.open-copy .focused-block{flex:1 1 30rem;min-width:0}
.open-copy .focused-block p{margin:0 0 calc(1.5rem * .75);font-size:16px;line-height:1.82}
.open-copy .focused-block p:last-of-type{margin-bottom:0}
.open-copy .team-entries{display:flex;flex-wrap:wrap;gap:1.03rem;margin-top:calc(1.03rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #d9cbae}
.open-copy .team-entries a{border-radius:0.41rem;background:#a8552a;color:#fbf5e6;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16px * .875);transition:background 410ms var(--ease-fast)}
.open-copy .team-entries a:hover{background:#8c441f;color:#2b2416;}
@media(max-width:760px){.open-copy .steady-frame{display:block}.open-copy .focused-block{margin-top:calc(1.03rem * 1.5)}.open-copy .strong-plan h2{font-size:calc(16px * 1.35)}}
.visual-feature{
    padding:calc(calc(1.5rem * 2.4)*1.1) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.visual-feature .media-note{max-width:min(1020px,64rem);
    margin:0 auto;}
.visual-feature h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.9rem,4.6vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.visual-feature .plain-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:0.41rem;
    margin:clamp(1.1rem,2.4vw,calc(1.03rem * 1.5)) 0 0;}
.visual-feature .strong-plan{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(0.85rem,1.6vw,1.03rem);
    border-top:1px solid #d9cbae;}
.visual-feature p{margin:0;
    font-size:clamp(1rem,1.22vw,16px);
    line-height:1.78;
    color:var(--surface-accent,#3f3524);}
@media (max-width:640px){.visual-feature h1{max-width:100%;}.visual-feature .plain-copy{aspect-ratio:4/3;}.visual-feature{
      padding-top:calc(calc(1.5rem * 2.4)*0.85);
      padding-bottom:calc(calc(1.5rem * 2.4)*0.85);
    }
  }
.media-rail{padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;background:#f6f1e3;color:#2b2416;}
.media-rail .media-note{max-width:min(1020px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.media-rail h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(16px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.005em;}
.media-rail .plain-copy{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;margin:clamp(1.1rem,2.4vw,calc(1.03rem * 1.5)) 0 0;}
.media-rail .media-note>div{margin-top:clamp(1.1rem,2.2vw,1.5rem);padding-top:clamp(0.9rem,1.7vw,1.5rem);border-top:1px solid #d9cbae;}
.media-rail p{margin:0;font-size:clamp(1rem,1.3vw,16px);line-height:1.8;}
@media (max-width:640px){.media-rail{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.media-rail h1{max-width:100%;}.media-rail .plain-copy{aspect-ratio:4/3;}
  }
.primary-header{
  background:var(--tone-muted);
  color:var(--surface-accent);
  padding:calc(1.5rem * 2.4) 1.47rem;
}
.primary-header .public-tile{max-width:1020px;
  margin:0 auto;
  display:flex;
  gap:calc(1.03rem * 1.5);
  align-items:flex-start;}
.primary-header .wide-body{display:block;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.56rem;
  box-shadow:0 3px 14px rgba(0,0,0,0.07);}
.primary-header .main-quote{flex:1 1 30rem;
  min-width:0;}
.primary-header .page-flow{margin:0 0 1.5rem;
  font-style:italic;
  line-height:1.82;
  border-left:2px solid #a8552a;
  padding-left:1.47rem;}
.primary-header h2{margin:0 0 calc(1.03rem * 1.5);
  font-size:calc(16px * 2);
  line-height:1.12;
  letter-spacing:0;}
.primary-header .focused-block p{margin:0 0 1.5rem;
  line-height:1.82;}
.primary-header .focused-block p:last-child{margin-bottom:0;}
.primary-header .nav{margin:calc(1.03rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:.55rem;}
.primary-header .nav li{position:relative;
  padding-left:1.4rem;
  line-height:1.82;}
.primary-header .nav li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:.55rem;
  height:.55rem;
  border-radius:50%;
  background:#5c6b3a;color:#f6f1e3;}
.primary-header .service-summary{margin:calc(1.03rem * 1.5) 0 0;
  line-height:1.82;}
.primary-header .service-summary a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-header .service-summary a:hover{}
@media (max-width:760px){.primary-header .public-tile{display:block}.primary-header .wide-body{width:100%;min-width:0;max-height:28rem}.primary-header .main-quote{margin-top:calc(1.03rem * 1.5)}
}
.text-region{--field-local:calc(1.5rem * 1.02);--state-public:calc(1020px / 2.85);padding:calc(1.5rem * 2.4) 1.47rem;background:var(--tone-muted);color:var(--surface-accent);}
.text-region .public-tile{max-width:1020px;margin:0 auto;}
.text-region h1,.text-region h2,.text-region h3,.text-region p{margin:0;}
.text-region h1{font-size:calc(16px * 2.65);line-height:1.08;}
.text-region h2{font-size:calc(16px * 2);line-height:1.12;}
.text-region h3{font-size:calc(16px * 1.35);line-height:1.2;}
.text-region p{font-size:16px;line-height:1.82;}
.text-region a{color:inherit;text-decoration:none;}
.text-region .page-flow{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-accent);opacity:0.72;}
.text-region .nav{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.text-region .narrow-shell{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.41rem;background:#fbf6e8;color:#2b2416;border:1px solid #d9cbae;}
.text-region .narrow-shell p{margin-top:calc(1.5rem / 3);}
.text-region .strong-visual>h2{margin-top:var(--field-local);}
.quiet-entries{
    padding: calc(1.5rem * 2.4) 1.47rem;
    background: #f6f1e3;
    color: #2b2416;
}
.quiet-entries .plain-story{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.03rem * 1.5);}
.quiet-entries .compact-nav{border-radius: 0.68rem;
    overflow: hidden;
    border: 1px solid #d9cbae;
    box-shadow: 0 3px 14px rgba(0,0,0,0.07);}
.quiet-entries .compact-nav img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.quiet-entries .main-quote{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.quiet-entries .narrow-note{margin: 0;
    font-size: calc(16px * .875);
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.quiet-entries .offer-frame{margin: 0;
    font-size: calc(16px * 2.65);
    line-height: 1.2;}
.quiet-entries .strong-plan{margin: 0;
    font-size: calc(16px * 1.125);}
.quiet-entries .top-lead{margin: 0;
    font-size: 16px;}
.quiet-entries .focused-block{display: flex;
    flex-direction: column;
    gap: 1.03rem;}
.quiet-entries .focused-block p{margin: 0;}
.quiet-entries .page-flow{
    padding: calc(1.5rem * .75);
    background: var(--tone-muted);
    color: var(--surface-accent);
    border-left: 3px solid #a8552a;
    border-radius: 0.25rem;
    font-size: calc(16px * .875);
}
.quiet-entries .service-summary{display: flex;
    flex-wrap: wrap;
    gap: 1.03rem;
    padding-top: calc(1.03rem * 1.5);
    border-top: 1px solid #d9cbae;}
.quiet-entries .service-summary a{text-decoration: none;
    font-size: calc(16px * .875);
    border-bottom: 1px solid transparent;
    transition: color 410ms var(--ease-fast), border-color 410ms var(--ease-fast);}
.quiet-entries .service-summary a:hover{border-bottom-color: #a8552a;}
@media (max-width: 720px) {.quiet-entries .compact-nav img{
        height: 220px;
    }
}
.clear-stack{
  background: #f6f1e3;
  color: #2b2416;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.clear-stack .public-tile{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.03rem;}
.clear-stack h2,
.clear-stack h3,
.clear-stack p{margin: 0;}
.clear-stack h2{font-size: calc(16px * 2); line-height: 1.1;}
.clear-stack h3{font-size: calc(16px * 1.35); line-height: 1.18;}
.clear-stack p{font-size: 16px; line-height: 1.82;}
.clear-stack .team-inner{
  display: grid;
  gap: calc(1.03rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.68rem;
  background: var(--tone-muted);
  color: var(--surface-accent);
  border: 1px solid #d9cbae;
}
.clear-stack .active-figure{display: grid;
  gap: 1.03rem;}
.clear-stack .featured-unit{
  display: grid;
  grid-template-columns: minmax(8rem, .28fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  column-gap: 1.5rem;
  row-gap: calc(1.03rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.56rem;
  background: #fbf6e8;
  color: #2b2416;
  border: 1px solid #d9cbae;
  text-decoration: none;
}
.clear-stack .featured-unit b{grid-area: role;
  font-size: calc(16px * .875);
  font-weight: 600;
  letter-spacing: .02em;
  color: #a8552a;
  align-self: start;}
.clear-stack .featured-unit h3{grid-area: name;}
.clear-stack .featured-unit p{grid-area: text;}
.clear-stack .featured-unit:hover h3{color: #5c6b3a;}
.clear-stack .fresh-intro{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.03rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.56rem;
  background: #2b2416;
  color: #f6f1e3;
}
.clear-stack .fresh-intro p{font-size: calc(16px * .875);}
.clear-stack .fresh-intro a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
@media (max-width: 820px) {.clear-stack .public-tile{ grid-template-columns: 1fr; }.clear-stack .featured-unit{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }
}
.active-fields{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:var(--tone-muted);
    color:var(--surface-accent);
}
.active-fields .public-tile{max-width:1020px;
    margin:0 auto;}
.active-fields .compact-feature{display:flex;
    flex-wrap:wrap;
    gap:calc(1.03rem * 1.5);
    align-items:flex-start;
    border-top:1px solid #d9cbae;
    border-bottom:1px solid #d9cbae;
    padding:calc(1.03rem * 1.5) 0;}
.active-fields .strong-plan{flex:1 1 22rem;
    min-width:0;}
.active-fields .strong-plan h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16px * 2);
    line-height:1.2;}
.active-fields .strong-plan p{margin:0;
    font-size:16px;
    line-height:1.82;}
.active-fields .service-summary{flex:1 1 20rem;
    min-width:0;
    padding-left:calc(1.5rem * .75);
    border-left:1px solid #d9cbae;}
.active-fields .service-summary .strong-wrap{margin:0 0 1.03rem;
    font-size:calc(16px * .875);
    line-height:1.82;}
.active-fields .service-summary .strong-wrap:last-child{margin-bottom:0;}
.active-fields .service-summary a{text-decoration:underline;
    text-underline-offset:2px;}
.active-fields .service-summary a:hover{}
@media (max-width:760px){.active-fields .service-summary{
        padding-left:0;
        border-left:0;
        border-top:1px solid #d9cbae;
        padding-top:calc(1.5rem * .75);
    }
}
.strong-steps{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.strong-steps .plain-story{max-width:1020px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start;}
.strong-steps .focused-rail{flex:0 0 220px;}
.strong-steps .site-content{flex:1 1 320px;min-width:0;}
.strong-steps .clear-header{flex:1 1 100%;border-top:1px solid #d9cbae;padding-top:calc(1.5rem * .75);}
.strong-steps .soft-feature{margin:0 0 4px;font-size:calc(16px * 1.35);line-height:1.3;}
.strong-steps .local-area{margin:0;font-size:calc(16px * .875);color:var(--surface-accent);}
.strong-steps .clear-callout{margin:0 0 calc(1.5rem * .75);font-size:16px;line-height:1.82;}
.strong-steps .clear-callout:last-child{margin-bottom:0;}
.strong-steps .strong-wrap{margin:0 0 6px;font-size:calc(16px * .875);}
.strong-steps .strong-wrap:last-child{margin-bottom:0;}
.strong-steps a{color:#5c6b3a;text-decoration:none;border-bottom:1px solid #d9cbae;}
.strong-steps a:hover{color:#a8552a;border-bottom-color:#a8552a;}
@media (max-width:640px){.strong-steps .plain-story{flex-direction:column;gap:calc(1.5rem * .75);}.strong-steps .focused-rail{flex:1 1 auto;}
}
.public-brand{
  color: #2b2416;
  background: #f6f1e3;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.public-brand .c{max-width: 1020px;
  margin: 0 auto;
  display: grid;
  gap: 1.47rem;}
@media (min-width: 1024px) {.public-brand .c{
    grid-template-columns: 1fr 300px;
  }
}
.public-brand .steady-actions{margin-bottom: 1.5rem;}
.public-brand h1{font-size: calc(16px * 2.65);
  margin: 0 0 1rem;}
.public-brand .narrow-note{display: flex;
  gap: 1rem;
  font-size: calc(16px * .875);}
.public-brand .strong-plan{font-size: calc(16px * 1.125);
  margin-top: 0.5rem;}
.public-brand .plain-brand{margin: 0 0 1.5rem;}
.public-brand .plain-brand img{width: 100%;
  height: auto;
  border-radius: 0.56rem;
  display: block;}
.public-brand .plain-brand figcaption{font-size: calc(16px * .875);
  margin-top: 0.5rem;}
.public-brand .main-quote{line-height: 1.82;}
.public-brand .main-quote p{margin-bottom: calc(1.03rem * 1.5);}
.public-brand .service-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.03rem;
  margin-top: 1.5rem;}
.public-brand .service-summary a{text-decoration: none;
  font-size: 16px;}
.public-brand .service-summary a:hover{text-decoration: underline;}
.public-brand .fresh-figure{
  background: #fbf6e8;
  padding: calc(1.5rem * .75);
  border-radius: 0.56rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
  color: #2b2416;
}
.public-brand .fresh-figure h3{margin: 0 0 1rem;
  font-size: calc(16px * 1.35);}
.public-brand .open-intro{display: flex;
  flex-direction: column;
  gap: 0.75rem;}
.public-brand .open-intro a{text-decoration: none;}
.public-brand .open-intro a:hover{text-decoration: underline;}
.bottom-body{
  background: #f6f1e3;
  color: #2b2416;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.bottom-body .public-tile{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: calc(1.03rem * 1.5);}
.bottom-body h2,
.bottom-body h3,
.bottom-body p{margin: 0;}
.bottom-body h2{font-size: calc(16px * 2); line-height: 1.1;}
.bottom-body h3{font-size: calc(16px * 1.35); line-height: 1.18;}
.bottom-body p{font-size: 16px; line-height: 1.82;}
.bottom-body .simple-area{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.03rem * 1.5);
  border-radius: 0.68rem;
  background: #2b2416;
  color: #f6f1e3;
}
.bottom-body .simple-area a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.bottom-body .simple-area a:hover{}
.bottom-body .steady-contact{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.bottom-body [data-block]{
  flex: 1 1 15rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.56rem;
  background: #fbf6e8;
  color: #2b2416;
  border: 1px solid #d9cbae;
}
.bottom-body .narrow-note{color: var(--surface-accent);
  font-size: calc(16px * .875);}
@media (max-width: 820px) {.bottom-body .public-tile{ grid-template-columns: 1fr; }
}
.quiet-method{
    padding: calc(1.5rem * 2.4) 1.47rem;
    background: var(--tone-muted);
    color: var(--surface-accent);
}
.quiet-method .public-tile{max-width: 1020px;
    margin: 0 auto;}
.quiet-method .compact-feature{
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.03rem * 1.5);
    align-items: flex-start;
    justify-content: space-between;
    padding: calc(1.5rem * .75);
    border: 1px solid #d9cbae;
    border-radius: 0.68rem;
    background: #fbf6e8;
    color: #2b2416;
    box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.quiet-method .site-content{flex: 1 1 22rem;
    min-width: 0;}
.quiet-method .site-content h2{margin: 0 0 1.5rem;
    font-size: calc(16px * 2);
    line-height: 1.25;}
.quiet-method .site-content p{margin: 0 0 1.5rem;
    font-size: 16px;
    line-height: 1.82;}
.quiet-method .service-summary{display: flex;
    flex-wrap: wrap;
    gap: 1.03rem;}
.quiet-method .service-summary a{
    display: inline-block;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    background: #5c6b3a;
    color: #f6f1e3;
    font-size: calc(16px * .875);
    font-weight: 700;
    text-decoration: none;
    transition: background 410ms var(--ease-fast);
}
.quiet-method .service-summary a:hover{
    background: #48562c;color:#2b2416;}
.quiet-method .fresh-figure{
    flex: 0 1 16rem;
    min-width: 0;
    padding: calc(1.03rem * 1.5);
    border: 1px solid #d9cbae;
    border-radius: 0.56rem;
    background: var(--tone-muted);
    color: var(--surface-accent);
}
.quiet-method .fresh-figure .page-flow{margin: 0 0 1.5rem;
    font-size: calc(16px * .875);
    line-height: 1.6;}
.quiet-method .fresh-figure .local-frame{
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.41rem;
    background: #a8552a;
    color: #fbf5e6;
    font-size: calc(16px * .875);
    font-weight: 700;
    text-decoration: none;
    transition: background 410ms var(--ease-fast);
}
.quiet-method .fresh-figure .local-frame:hover{
    background: #8c441f;color:#2b2416;}
@media (max-width: 760px){.quiet-method .compact-feature{
        flex-direction: column;
    }.quiet-method .fresh-figure{
        flex: 1 1 auto;
        width: 100%;
    }
}
.narrow-proof{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
}
.narrow-proof .plain-story{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.narrow-proof .fresh-nav{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.03rem;
    border-bottom:1px solid #d9cbae;
    padding-bottom:calc(1.5rem * .75);}
.narrow-proof .soft-feature{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.narrow-proof .local-area{margin:0;
    font-size:calc(16px * .875);
    color:var(--surface-accent);}
.narrow-proof .focused-block{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.narrow-proof .clear-callout{margin:0;
    font-size:16px;
    line-height:1.82;}
.narrow-proof .clear-header{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.03rem calc(1.5rem * .75);
    font-size:calc(16px * .875);}
.narrow-proof .clear-header a{color:#5c6b3a;
    text-decoration:none;
    border-bottom:1px solid #d9cbae;
    padding-bottom:2px;
    transition:color 410ms var(--ease-fast), border-color 410ms var(--ease-fast);}
.narrow-proof .clear-header a:hover{color:#a8552a;
    border-color:#a8552a;}
@media (max-width:640px){.narrow-proof .fresh-nav{
        flex-direction:column;
        gap:0.25rem;
    }.narrow-proof .clear-header{
        flex-direction:column;
        gap:0.5rem;
    }
}
.fresh-method{
    color:#2b2416;
    background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e2d6bb 100%);
    padding:calc(1.5rem * 2.4) 1.47rem;
}
.fresh-method .c{max-width:1020px;
    margin:0 auto;
    display:grid;
    gap:1.47rem;}
@media (min-width:1024px){.fresh-method .c{
        grid-template-columns:1fr 300px;
        align-items:start;
    }
}
.fresh-method .media-note{display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.fresh-method .steady-actions{display:flex;
    flex-direction:column;
    gap:1.03rem;}
.fresh-method h1{font-size:calc(16px * 2.65);
    line-height:1.2;
    margin:0;}
.fresh-method .narrow-note{display:flex;
    flex-wrap:wrap;
    gap:1.03rem;
    font-size:calc(16px * .875);}
.fresh-method .strong-plan{margin:0;
    border-radius:0.56rem;
    overflow:hidden;
    box-shadow:0 3px 14px rgba(0,0,0,0.07);}
.fresh-method .strong-plan img{display:block;
    width:100%;
    height:auto;}
.fresh-method .main-quote{display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);
    line-height:1.82;}
.fresh-method .main-quote p{margin:0;}
.fresh-method .main-quote h2{font-size:calc(16px * 1.35);
    margin:0;
    line-height:1.3;}
.fresh-method .service-summary{display:flex;
    flex-wrap:wrap;
    gap:1.03rem;
    padding-top:calc(1.03rem * 1.5);
    border-top:1px solid #d9cbae;}
.fresh-method .service-summary a{text-decoration:none;
    font-size:calc(16px * .875);
    border-bottom:1px solid #5c6b3a;
    padding-bottom:2px;
    transition:color 410ms var(--ease-fast), border-color 410ms var(--ease-fast);}
.fresh-method .service-summary a:hover{border-color:#a8552a;}
.fresh-method .local-quote{
    background:#fbf6e8;
    color:#2b2416;
    padding:calc(1.5rem * .75);
    border-radius:0.56rem;
    border:1px solid #d9cbae;
    box-shadow:0 1px 1px rgba(0,0,0,0.06);
}
.fresh-method .local-quote h3{margin:0 0 1.03rem;
    font-size:calc(16px * 1.125);
    line-height:1.3;}
.fresh-method .direct-frame{display:flex;
    flex-direction:column;
    gap:1.03rem;}
.fresh-method .local-quote a{text-decoration:none;
    font-size:calc(16px * .875);
    line-height:1.5;
    transition:color 410ms var(--ease-fast);}
.fresh-method .local-quote a:hover{text-decoration:underline;}
.fresh-steps{
  background: #f6f1e3;
  color: #2b2416;
  padding: calc(1.5rem * 2.4) 1.47rem;
}
.fresh-steps .public-tile{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.03rem;}
.fresh-steps h2,
.fresh-steps h3,
.fresh-steps p{margin: 0;}
.fresh-steps h2{font-size: calc(16px * 2); line-height: 1.1;}
.fresh-steps h3{font-size: calc(16px * 1.35); line-height: 1.18;}
.fresh-steps p{font-size: 16px; line-height: 1.82;}
.fresh-steps .team-inner{
  display: grid;
  gap: calc(1.03rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.56rem;
  background: var(--tone-muted);
  color: var(--surface-accent);
}
.fresh-steps .team-inner .page-flow{font-size: calc(16px * .875);
  padding-top: calc(1.03rem * 1.5);
  border-top: 1px solid #d9cbae;}
.fresh-steps .active-figure{display: grid;
  gap: calc(1.03rem * 1.5);}
.fresh-steps .featured-unit{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(1.03rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.41rem;
  background: #fbf6e8;
  color: #2b2416;
  border: 1px solid #d9cbae;
  text-decoration: none;
  transition: border-color 410ms var(--ease-fast);
}
.fresh-steps .featured-unit b{font-size: calc(16px * .875);
  letter-spacing: 0.02em;
  color: #a8552a;}
.fresh-steps .featured-unit:hover{border-color: #5c6b3a;}
.fresh-steps .featured-unit:hover h3{color: #5c6b3a;}
.fresh-steps .fresh-intro{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.03rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.56rem;
  background: #2b2416;
  color: #f6f1e3;
}
.fresh-steps .fresh-intro a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.fresh-steps .public-tile{ grid-template-columns: 1fr; }.fresh-steps .fresh-intro{ flex-direction: column; align-items: flex-start; }.fresh-steps .fresh-intro a{ white-space: normal; }
}
.top-frame{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:var(--tone-muted);
    color:var(--surface-accent);
}
.top-frame .public-tile{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.top-frame .compact-feature{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:calc(1.5rem * .75);
    padding:calc(1.5rem * .75);
    border:1px solid #d9cbae;
    border-radius:0.56rem;
    background:#fbf6e8;
    color:#2b2416;
}
.top-frame .strong-plan{flex:1 1 22rem;}
.top-frame .strong-plan h2{margin:0 0 calc(1.03rem * 1.5);
    font-size:calc(16px * 2);
    line-height:1.2;}
.top-frame .strong-plan p{margin:0 0 1.03rem;
    font-size:16px;
    line-height:1.82;}
.top-frame .strong-plan p:last-child{margin-bottom:0;}
.top-frame .local-frame{display:flex;
    flex-direction:column;
    gap:1.03rem;
    flex:0 0 auto;}
.top-frame .service-summary{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.41rem;
    background:#5c6b3a;
    color:#f6f1e3;
    text-decoration:none;
    font-size:calc(16px * .875);
    font-weight:700;
    transition:background 410ms var(--ease-fast);
}
.top-frame .service-summary:hover{
    background:#48562c;color:#2b2416;}
.top-frame .service-summary + .service-summary{
    background:transparent;
    color:var(--surface-accent);
    border:1px solid #d9cbae;
}
.top-frame .service-summary + .service-summary:hover{
    background:color-mix(in srgb, currentColor 10%, transparent);color:#2b2416;}
.top-frame .open-intro{display:flex;
    flex-wrap:wrap;
    gap:1.03rem;}
.top-frame .narrow-shell{
    flex:1 1 14rem;
    padding:calc(1.5rem * .75);
    border-radius:0.41rem;
    border:1px solid #d9cbae;
    background:#fbf6e8;
    color:#2b2416;
}
.top-frame .narrow-form{display:block;
    margin-bottom:0.4rem;
    font-size:calc(16px * .875);
    letter-spacing:0.03em;
    text-transform:uppercase;}
.top-frame .narrow-shell a,
.top-frame .narrow-shell p{margin:0;
    font-size:16px;
    line-height:1.82;
    color:inherit;
    text-decoration:none;
    word-break:break-word;}
.top-frame .narrow-shell a{}
.top-frame .narrow-shell a:hover{}
.top-frame .page-flow{margin:0;
    padding-top:1.03rem;
    border-top:1px solid #d9cbae;
    font-size:calc(16px * .875);
    line-height:1.82;}
@media (max-width:760px){.top-frame .compact-feature{
        flex-direction:column;
    }.top-frame .local-frame{
        width:100%;
    }.top-frame .service-summary{
        text-align:center;
    }
}
.focused-flow{
    padding:calc(1.5rem * 2.4) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
}
.focused-flow .plain-story{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.03rem * 1.5);}
.focused-flow .strong-plan{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.03rem;
    border-bottom:1px solid #d9cbae;
    padding-bottom:calc(1.5rem * .75);}
.focused-flow .soft-feature{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.focused-flow .local-area{margin:0;
    font-size:calc(16px * .875);
    color:var(--surface-accent);}
.focused-flow .site-content{display:flex;
    flex-direction:column;
    gap:1.03rem;}
.focused-flow .clear-callout{margin:0;
    font-size:16px;
    line-height:1.82;}
.focused-flow .nav{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1.03rem;}
.focused-flow .narrow-shell{position:relative;
    padding-left:1.1rem;
    font-size:calc(16px * .875);
    line-height:1.7;}
.focused-flow .narrow-shell::before{
    content:"";
    position:absolute;
    left:0;
    top:0.7em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#a8552a;color:#fbf5e6;}
.focused-flow .local-frame{
    background:#fbf6e8;
    color:#2b2416;
    border:1px solid #d9cbae;
    border-radius:0.56rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.4rem;
}
.focused-flow .page-flow{margin:0 0 0.3rem;
    font-size:calc(16px * .875);
    color:var(--surface-accent);}
.focused-flow .strong-wrap{margin:0;
    font-size:calc(16px * .875);
    line-height:1.6;}
.focused-flow .strong-wrap a{color:#5c6b3a;
    text-decoration:none;}
.focused-flow .strong-wrap a:hover{color:#a8552a;
    text-decoration:underline;}
@media (max-width:640px){.focused-flow .strong-plan{
        flex-direction:column;
        gap:0.3rem;
    }
}
.wide-frame{padding:calc(calc(1.5rem * 2.4)*.72) 1.47rem;background:#f6f1e3;color:#2b2416;}
.wide-frame .media-note{max-width:min(1020px,64rem);margin:0 auto;}
.wide-frame h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(16px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;}
.wide-frame .plain-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.41rem;margin:clamp(1.1rem,2.4vw,calc(1.03rem * 1.5)) 0 0;}
.wide-frame .site-content{margin-top:clamp(1.1rem,2.2vw,1.5rem);padding-top:clamp(.9rem,1.7vw,1.03rem);border-top:1px solid #d9cbae;}
.wide-frame .site-content p{margin:0 0 1.03rem;font-size:clamp(1rem,1.25vw,16px);line-height:1.78;}
.wide-frame .site-content p:last-child{margin-bottom:0;}
@media (max-width:640px){.wide-frame{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.wide-frame h1{max-width:100%;}.wide-frame .plain-copy{aspect-ratio:4/3;}
  }
.media-fields{padding:calc(1.5rem * 2.4) 1.47rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e2d6bb 100%);color:#2b2416}
.media-fields .public-tile{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.03rem * 1.5);align-items:stretch}
.media-fields .site-content{display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.68rem;background:#a8552a;color:#fbf5e6}
.media-fields h2{margin:0;font-size:calc(16px * 2);line-height:1.15}
.media-fields .site-content>p{margin:0;font-size:16px;line-height:1.82}
.media-fields .site-content a{text-decoration:underline;text-underline-offset:3px}
.media-fields .quiet-brand{display:flex;flex-direction:column;gap:1.03rem;margin-top:auto}
.media-fields .area{padding:calc(1.5rem * .75);border-radius:0.41rem;background:#fbf6e8;color:#2b2416;border:1px solid #d9cbae}
.media-fields .area span{display:block;font-size:calc(16px * .875);letter-spacing:.02em}
.media-fields .area strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:16px;font-weight:600;line-height:1.5}
.media-fields .area strong a{text-decoration:none}
.media-fields .area strong a:hover{text-decoration:underline}
.media-fields .simple-area{min-height:clamp(22rem,46vw,36rem);border-radius:0.68rem;overflow:hidden;border:1px solid #d9cbae;box-shadow:0 3px 14px rgba(0,0,0,0.07)}
.media-fields iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.media-fields .public-tile{grid-template-columns:1fr}.media-fields .simple-area{min-height:22rem}}
.media-benefit{
  background:#f6f1e3;
  color:#2b2416;
  padding:calc(1.5rem * 2.4) 1.47rem;
}
.media-benefit .public-tile{max-width:min(1020px,56rem);
  margin:0 auto;}
.media-benefit .media-note{display:flex;
  flex-direction:column;
  gap:calc(1.03rem * 1.5);}
.media-benefit h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.14;
  letter-spacing:0;}
.media-benefit p{margin:0;
  font-size:calc(16px * 1.125);
  line-height:1.82;}
.media-benefit .strong-headline{display:flex;
  flex-direction:column;
  gap:1.5rem;
  margin-top:calc(1.03rem * 1.5);}
.media-benefit label{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.03rem;
  min-width:0;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #d9cbae;}
.media-benefit label span{flex:0 0 12rem;
  min-width:0;
  font-size:calc(16px * .875);
  color:var(--surface-accent);}
.media-benefit input{
  flex:1 1 14rem;
  min-width:0;
  border:0;
  background:transparent;
  color:#2b2416;
  padding:calc(1.5rem * .75) 0;
  font:inherit;
  font-size:16px;
}
.media-benefit input::placeholder{color:rgba(255,255,255,0.55);}
.media-benefit input:focus{outline:none;
  border-bottom:1px solid #a8552a;}
.media-benefit .fresh-quote{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.03rem;
  margin-top:calc(1.5rem * .75);}
.media-benefit .fresh-quote span{flex:1 1 20rem;
  min-width:0;
  color:var(--surface-accent);
  font-size:calc(16px * .875);
  line-height:1.7;}
.media-benefit button{
  border:0;
  border-radius:0.41rem;
  background:#a8552a;
  color:#fbf5e6;
  padding:calc(1.5rem * .75) 1.03rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 410ms var(--ease-fast);
}
.media-benefit button:hover{
  background:#8c441f;color:#2b2416;}
@media (max-width:640px) {.media-benefit label{ flex-direction:column; align-items:stretch; gap:calc(calc(1.5rem * .75) * .5); }.media-benefit label span{ flex-basis:auto; }.media-benefit .fresh-quote{ flex-direction:column; align-items:stretch; }
}
.offer-footer{background:#a8552a;color:#fbf5e6;padding:calc(1.5rem * 2.4) 1.47rem}
.offer-footer .public-tile{max-width:1020px;margin:0 auto}
.offer-footer .plain-brand{display:flex;align-items:flex-start;gap:calc(1.03rem * 1.5)}
.offer-footer .plain-copy{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.56rem;box-shadow:0 3px 14px rgba(0,0,0,0.07)}
.offer-footer .main-quote{flex:1 1 32rem;min-width:0}
.offer-footer h2{margin:0;font-size:clamp(calc(16px * 2),5vw,calc(16px * 2.65));line-height:1.08;letter-spacing:0}
.offer-footer p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.7}
.offer-footer .team-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.03rem * 1.5)}
.offer-footer .team-entries a{padding:calc(1.5rem * .75);border-radius:0.25rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;transition:background 410ms var(--ease-fast)}
.offer-footer .team-entries a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.offer-footer .page-flow{margin-top:calc(1.03rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.offer-footer .page-flow .strong-wrap{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * .875);line-height:1.6}
.offer-footer .page-flow .strong-wrap:last-child{margin-bottom:0}
@media(max-width:760px){.offer-footer .plain-brand{align-items:stretch;flex-direction:column}.offer-footer .plain-copy{flex-basis:auto;min-width:0;aspect-ratio:5/4}}
.main-nav{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416}
.main-nav .direct-lead{max-width:min(1020px,64rem);margin:0 auto}
.main-nav h2{margin:0;font-size:calc(16px * 2);line-height:1.1}
.main-nav .contact-lead{margin:1.5rem 0 calc(1.03rem * 1.5);font-size:calc(16px * 1.125);line-height:1.82}
.main-nav .open-intro{display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.main-nav .narrow-shell{padding:calc(1.5rem * .75) 0;border-top:1px solid #d9cbae}
.main-nav .narrow-shell:first-child{border-top:0;padding-top:0}
.main-nav h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 1.35);line-height:1.25}
.main-nav .narrow-shell p{margin:0;line-height:1.82}
.main-nav .strong-wrap{margin-top:calc(1.03rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #d9cbae;display:flex;flex-wrap:wrap;gap:1.03rem;align-items:baseline;justify-content:space-between}
.main-nav .page-flow{margin:0;font-size:calc(16px * .875);flex:1 1 22rem}
.main-nav .local-frame{margin:0}
.main-nav .local-frame a{color:#5c6b3a;text-decoration:underline;text-underline-offset:3px}
.main-nav .local-frame a:hover{color:#a8552a}
@media (max-width:640px){.main-nav .strong-wrap{flex-direction:column;align-items:flex-start}
}
.steady-visual{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #a8552a;
  color: #fbf5e6;
}
.steady-visual .public-tile{display: flex;
  flex-wrap: wrap;
  gap: calc(1.03rem * 1.5);
  max-width: 1020px;
  margin: 0 auto;}
.steady-visual .site-content{flex: 1 1 22rem;
  min-width: 0;}
.steady-visual h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.steady-visual .site-content > p{margin: 1.5rem 0 0;
  font-size: 16px;
  line-height: 1.82;}
.steady-visual .main-frame{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(1.03rem * 1.5);}
.steady-visual .main-frame a{color: inherit;
  font-size: calc(16px * .875);
  text-underline-offset: .22em;}
.steady-visual .plain-items{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.steady-visual .service-summary{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.03rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  transition: background 410ms var(--ease-fast);}
.steady-visual .service-summary:last-child{border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.steady-visual a.route:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.steady-visual .service-summary span{flex: 0 0 32%;
  font-size: calc(16px * .875);
  opacity: .78;}
.steady-visual .service-summary strong,
.steady-visual .service-summary p{flex: 1 1 auto;
  margin: 0;
  text-align: right;
  line-height: 1.82;
  overflow-wrap: anywhere;}
.steady-visual .service-summary strong{font-size: calc(16px * 1.125);}
@media (max-width: 720px) {.steady-visual .service-summary{
    flex-direction: column;
    align-items: flex-start;
  }.steady-visual .service-summary span{
    flex: none;
  }.steady-visual .service-summary strong,
  .steady-visual .service-summary p{
    text-align: left;
  }
}
.media-actions{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416;}
.simple-rail{max-width:1020px;margin:0 auto;}
.media-actions h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08;}
.wide-entries{padding:calc(1.5rem * 2.4) 1.47rem;background:var(--tone-muted);color:var(--surface-accent)}
.wide-entries .page-brand{max-width:min(1020px,64rem);margin:0 auto}
.wide-entries h2{margin:0;font-size:calc(16px * 2);line-height:1.12}
.wide-entries .text-wrap{margin:1.5rem 0 calc(1.03rem * 1.5);font-size:calc(16px * 1.125);line-height:1.82}
.wide-entries .simple-links{display:flex;flex-direction:column;gap:0;border-top:1px solid #d9cbae}
.wide-entries .page-flow{padding:calc(1.03rem * 1.5) 0;border-bottom:1px solid #d9cbae}
.wide-entries h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 1.35);line-height:1.25}
.wide-entries .page-flow p{margin:0;font-size:16px;line-height:1.82}
@media (min-width:48rem){.wide-entries .page-flow{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:1.03rem;align-items:start}.wide-entries h3{margin:0}
}
.direct-section{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.47rem;
    background:#f6f1e3;
    color:#2b2416;
  }
.direct-section .media-note{max-width:min(1020px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.direct-section h1{margin:0;
    max-width:20ch;
    font-size:clamp(2rem,5vw,calc(16px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:0;}
.direct-section .strong-plan{margin-top:clamp(1rem,2.2vw,calc(1.03rem * 1.5));
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #d9cbae;}
.direct-section .strong-plan p{margin:0;
    font-size:clamp(1rem,1.26vw,16px);
    line-height:1.78;}
.direct-section .simple-area{margin:clamp(1.4rem,3vw,calc(1.03rem * 1.5)) 0 0;
    display:flex;
    flex-direction:column;
    gap:.6rem;}
.direct-section .plain-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.41rem;}
.direct-section .page-flow{font-size:calc(16px * .875);
    line-height:1.6;
    color:var(--surface-accent,#3f3524);
    font-style:italic;
    max-width:34rem;}
@media (max-width:640px){.direct-section h1{max-width:100%;}.direct-section .plain-copy{aspect-ratio:4/3;}.direct-section{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.strong-items{
  padding: calc(1.5rem * 2.4) 1.47rem;
  background: #2b2416;
  color: #f6f1e3;
}
.strong-items .public-tile{max-width: min(1020px, 72rem);
  margin: 0 auto;}
.strong-items h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.strong-items .content-links{margin: calc(1.5rem * .75) 0 calc(1.03rem * 1.5);
  font-size: calc(16px * 1.125);
  line-height: 1.82;
  opacity: 0.82;}
.strong-items .open-intro{display: flex;
  flex-direction: column;
  gap: calc(1.03rem * 1.5);
  border-top: 1px solid rgba(246, 241, 227, 0.18);
  padding-top: calc(1.03rem * 1.5);}
.strong-items .featured-unit{display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.strong-items .content-media{flex: 0 0 auto;
  min-width: 2.4rem;
  font-size: calc(16px * .875);
  letter-spacing: 0.08em;color:inherit;
  padding-top: 0.35rem;}
.strong-items .focused-block{flex: 1 1 auto;
  min-width: 0;}
.strong-items .focused-block strong{display: block;
  font-size: calc(16px * 1.35);
  line-height: 1.25;
  margin-bottom: calc(1.5rem * .75);}
.strong-items .focused-block p{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.82;
  opacity: 0.86;}
.strong-items .focused-block p:last-child{margin-bottom: 0;}
.strong-items .offer-links{font-size: calc(16px * .875);
  opacity: 0.9;}
.strong-items a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 410ms var(--ease-fast);}
.strong-items a:hover{color:inherit;}
@media (max-width: 640px) {.strong-items .featured-unit{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.strong-items .content-media{
    padding-top: 0;
  }
}
.featured-links{--field-local:calc(1.5rem * 1.42);--state-public:calc(1020px / 2.90);--font-nav:calc(1020px / 3.88);padding:calc(1.5rem * 2.4) 1.47rem;background:#5c6b3a;color:#f6f1e3;}
.featured-links .public-tile{max-width:1020px;margin:0 auto;}
.featured-links h1,.featured-links h2,.featured-links h3,.featured-links p{margin:0;}
.featured-links h1{font-size:calc(16px * 2.65);line-height:1.08;}
.featured-links h2{font-size:calc(16px * 2);line-height:1.12;}
.featured-links h3{font-size:calc(16px * 1.35);line-height:1.2;}
.featured-links p{font-size:16px;line-height:1.82;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-links a{color:inherit;text-decoration:none;}
.featured-links img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.41rem;flex:0 1 min(28rem,38vw);}
.featured-links .local-frame{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.25rem;background:#f6f1e3;color:#5c6b3a;}
.featured-links .strong-plan,.featured-links .page-flow{}
.featured-links .service-links>h1,.featured-links .service-links>h2,.featured-links .service-links>p,.featured-links .service-links>.local-frame{margin-top:1.5rem;}
.featured-links .service-links img{margin-top:var(--field-local);}
.featured-links .service-links .strong-plan,.featured-links .service-links .page-flow{}
.featured-links .service-summary{margin-top:calc(1.03rem * 1.5);font-size:calc(16px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.featured-links .service-summary a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.featured-links .service-summary a:hover{border-bottom-color:currentColor;}
.featured-links .local-frame:hover{background:#48562c;color:#f6f1e3;}
.visual{padding:calc(1.5rem * 2.4) 1.47rem;background:#f6f1e3;color:#2b2416}
.visual .public-tile{max-width:1020px;margin:0 auto}
.visual .main-tile{display:flex;gap:calc(1.03rem * 1.5);align-items:flex-start}
.visual .strong-plan{flex:1 1 38rem;min-width:0}
.visual .page-flow{margin:0 0 1.5rem;font-size:calc(16px * .875);line-height:1.82;letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-accent)}
.visual h2{margin:0;font-size:calc(16px * 2.65);line-height:1.08;max-width:18ch}
.visual .quiet-footer{flex:0 1 32rem;min-width:0;padding-top:calc(1.5rem * .75)}
.visual .simple-service{margin:0;line-height:1.82}
.visual .local-frame{display:inline-flex;margin-top:1.5rem;border-radius:0.41rem;background:#5c6b3a;color:#f6f1e3;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 410ms var(--ease-fast)}
.visual .local-frame:hover{background:#48562c;color:#2b2416;}
.visual .service-summary{list-style:none;margin:calc(1.03rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual .service-summary a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d9cbae;color:#5c6b3a;text-decoration:none;transition:color 410ms var(--ease-fast)}
.visual .service-summary a:hover{color:#a8552a}
@media(max-width:760px){.visual .main-tile{display:block}.visual h2{font-size:calc(16px * 2)}.visual .quiet-footer{margin-top:calc(1.03rem * 1.5);padding-top:0}
}
