body{margin:0;padding:0;font-family:"Alegreya", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
header {
    width: 100%;
    background: #fbf7ec;
    color: #2b2e18;
    border-bottom: 1px solid #e2dac2;
  }
.team-inner {
    max-width: 1520px;
    margin: 0 auto;
    padding: calc(1.85rem * 1.5) 2.3rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.85rem;
  }
:root {
  --delay-fast: cubic-bezier(0.22,1,0.36,1);
  --tone-secondary: #fbf7ec;
  --tone-deep: #3f4228;
}
.fresh-view {
    font-size: calc(19.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #2b2e18;
    text-decoration: none;
    white-space: nowrap;
  }
.fresh-view:hover {
    color: #e0a52c;
  }
.page-area {
    justify-self: center;
  }
.content-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.85rem * 1.5);
  }
.content-grid a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 19.2px;
    color: #2b2e18;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 480ms var(--delay-fast),
                border-color 480ms var(--delay-fast);
  }
.content-grid a:hover {
    color: #e0a52c;
    border-bottom-color: #e0a52c;
  }
.content-lead {
    display: flex;
    align-items: center;
    gap: 1.85rem;
    justify-self: end;
  }
.direct-unit {
    font-size: calc(19.2px * .875);
    color: #3f4228;
    text-decoration: none;
    white-space: nowrap;
  }
.direct-unit:hover {
    color: #e0a52c;
    text-decoration: underline;
  }
.direct-view {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #5c6b2f;
    color: #fbf7ec;
    font-size: calc(19.2px * .875);
    font-weight: 600;
    border-radius: 0.46rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 480ms var(--delay-fast);
  }
.direct-view:hover{
    background: #47541f;color:#2b2e18;}
.active-brand {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #f1ead6;
    color: #3f4228;
    border: 1px solid #e2dac2;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.active-brand span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 900px) {
    .team-inner {
      grid-template-columns: auto auto;
      grid-template-areas:
        "logo actions"
        "nav nav";
      row-gap: calc(1.85rem * 1.5);
    }

    .fresh-view { grid-area: logo; }
    .content-lead { grid-area: actions; }
    .page-area {
      grid-area: nav;
      justify-self: stretch;
    }

    .content-grid {
      flex-wrap: wrap;
      gap: 1.85rem;
    }
  }
@media (max-width: 767px) {
    .team-inner {
      grid-template-columns: 1fr auto;
      grid-template-areas:
        "logo actions";
      align-items: center;
    }

    .direct-unit {
      display: none;
    }

    .active-brand {
      display: flex;
    }

    .page-area {
      grid-area: nav;
      display: none;
      width: 100%;
      margin-top: calc(1.85rem * 1.5);
      padding: calc(1.5rem * .75);
      background: #ffffff;
      color: #2b2e18;
      border: 1px solid #e2dac2;
      border-radius: 0.79rem;
      box-shadow: 0 1px 4px rgba(0,0,0,0.14);
    }

    .page-area.is-open {
      display: block;
    }

    .content-grid {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .content-grid li + li {
      border-top: 1px solid #e2dac2;
    }

    .content-grid a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.2px;
      color: #2b2e18;
      border-bottom: none;
    }

    .content-grid a:hover {
      color: #e0a52c;
    }
  }
.main-nav{font-family:"Alegreya", sans-serif;font-size:19.2px;line-height:1.76;padding:calc(1.5rem * 2.4) 2.3rem;background:var(--tone-deep);color:var(--tone-secondary);}
.local-shell{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.85rem * 1.5)}
.main-view{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding-bottom:calc(1.85rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.local-area h2{font-size:calc(19.2px * 1.35);margin:0 0 1.5rem;font-weight:600}
.local-area p{margin:0;max-width:52ch;opacity:0.9}
.main{display:grid;grid-template-columns:1fr;gap:1.5rem;align-content:start}
.direct-stack{display:grid;gap:0.35rem;font-size:calc(19.2px * .875)}
.direct-stack input{width:100%;padding:0.7rem 0.9rem;border:1px solid rgba(255, 255, 255, 0.25);background:transparent;color:inherit;font:inherit;border-radius:0}
.direct-stack input::placeholder{}
.main button{justify-self:start;padding:0.7rem 1.4rem;background:#5c6b2f;color:#fbf7ec;border:none;font:inherit;cursor:pointer;border-radius:0}
.main button:hover{background:#47541f;color:#2b2e18;}
.top-items{margin:0;font-size:calc(19.2px * .875);opacity:0.85}
.media-header{display:grid;grid-template-columns:1fr;gap:calc(1.85rem * 1.5)}
.public-items h3{font-size:19.2px;margin:0 0 1.5rem;font-weight:600}
.public-items ul{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem}
.public-items a{color:inherit;text-decoration:none}
.public-items a:hover{text-decoration:underline;color:inherit}
.site-method h3{font-size:19.2px;margin:0 0 1.5rem;font-weight:600}
.site-method address{font-style:normal;display:grid;gap:0.4rem}
.site-method p{margin:0}
.site-method a{color:inherit;text-decoration:none}
.site-method a:hover{text-decoration:underline;color:inherit}
.focused-team{display:grid;gap:1.5rem;padding-top:calc(1.85rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(19.2px * .875)}
.public-content{margin:0;opacity:0.85;max-width:80ch}
.public-content a{color:inherit;text-decoration:underline}
.bottom-benefit{margin:0;opacity:0.75}
@media (min-width: 720px) {.main-view{grid-template-columns:1.2fr 1fr;align-items:start}.media-header{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 1024px) {.local-shell{grid-template-columns:1fr}.main-view{grid-template-columns:1.4fr 1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .mission{max-width:1520px;margin:0 auto;padding:calc(1.5rem * 0.8) 2.3rem;background:#ffffff;border:1px solid #e2dac2;border-radius:0.79rem 0.79rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 1.85rem;align-items:center;justify-content:space-between;color:#2b2e18;}
.cookies .soft-wrap{flex:1 1 420px;}
.cookies .quiet-service{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:6px;background:#f1ead6;color:#3f4228;}
.cookies .soft-wrap strong{display:block;margin-bottom:4px;}
.cookies .soft-wrap p{margin:0;}
.cookies .primary-team{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .primary-team button{border:1px solid #e2dac2;background:#ffffff;color:#2b2e18;border-radius:0.27rem;padding:8px 12px;cursor:pointer;}
.cookies .primary-team button.cookie-accept{background:#e0a52c;color:#2b2e18;border-color:transparent;font-weight:700;}
.site-steps{padding:calc(calc(1.5rem * 2.4)*1.4) 2.3rem;background:linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);color:#2b2e18}
.site-steps .soft-copy{max-width:1520px;margin:0 auto;display:flex;gap:calc(1.85rem*1.6);align-items:center;flex-wrap:wrap}
.site-steps .bottom-footer{flex:1 1 30rem;min-width:0}
.site-steps h1{margin:0 0 calc(1.85rem * 1.5);font-size:calc(19.2px * 2.65);line-height:1.06}
.site-steps .soft-fields{margin:0;font-size:calc(19.2px * 1.125);line-height:1.76;opacity:.92}
.site-steps p{margin:calc(1.85rem * 1.5) 0 0;line-height:1.76;opacity:.85}
.site-steps .quiet-callout{display:flex;flex-wrap:wrap;gap:1.85rem;margin-top:calc(calc(1.85rem * 1.5)*1.4);align-items:center}
.site-steps .top-lead,.site-steps .quiet-figure,.site-steps .service-note{display:inline-block;padding:.7rem 1.2rem;border-radius:0.46rem;text-decoration:none;font-size:calc(19.2px * .875);transition:background 480ms var(--delay-fast),color 480ms var(--delay-fast)}
.site-steps .top-lead{background:#5c6b2f;color:#fbf7ec}
.site-steps .top-lead:hover{background:#47541f;color:#2b2e18;}
.site-steps .quiet-figure{background:#e0a52c;color:#2b2e18}
.site-steps .quiet-figure:hover{background:#c98a1b;color:#2b2e18;}
.site-steps .service-note{background:transparent;color:#5c6b2f}
.site-steps .service-note:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#e0a52c}
.site-steps .quiet-nav{flex:0 1 min(28rem,40vw);width:min(28rem,100%);height:auto;object-fit:cover;border-radius:1rem;box-shadow:0 10px 18px rgba(0,0,0,0.18)}
@media (max-width:820px){.site-steps .quiet-nav{flex:1 1 100%;width:100%;margin-top:calc(1.85rem * 1.5)}
}
.active-summary{padding:calc(1.5rem * 2.4) 2.3rem;background:linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);color:#2b2e18;overflow:hidden}
.active-summary .bottom-content{max-width:1520px;margin:0 auto}
.active-summary .primary-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.36fr);gap:1.85rem;align-items:end;margin-bottom:calc(1.85rem * 1.5)}
.active-summary h2{margin:0;font-size:calc(19.2px * 2.65);line-height:.95;max-width:15ch}
.active-summary .primary-details p{margin:0;font-size:calc(19.2px * 1.125)}
.active-summary .team-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.active-summary .soft-actions{flex:1 1 18rem;padding:1.85rem;border-radius:1rem;background:#fbf7ec;color:#2b2e18;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-summary .soft-actions:nth-child(2n){background:#ffffff;color:#2b2e18;border:1px solid #e2dac2}
.active-summary .soft-actions:nth-child(3n){background:#e0a52c;color:#2b2e18}
.active-summary .soft-actions span{align-self:flex-start;font-size:calc(19.2px * .875);padding:.4rem .7rem;border:1px solid currentColor;border-radius:0.27rem}
.active-summary h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.1}
.active-summary .soft-actions p{margin:0}
.active-summary .quiet-callout{margin:calc(1.85rem * 1.5) 0 0;font-size:19.2px}
.active-summary .quiet-callout a{color:inherit;text-decoration:underline;text-underline-offset:.2em}
.active-summary .quiet-callout a:hover{}
@media (max-width: 860px){.active-summary .primary-details{grid-template-columns:1fr}.active-summary .soft-actions{flex:1 1 100%}}
.local-inner{
        background: #fbf7ec;
        color: #2b2e18;
        padding: calc(1.5rem * 2.4) 2.3rem;
    }
.local-inner .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 1.85rem;
        align-items: start;}
.local-inner .strong-contact{min-width: 0;
        position: sticky;
        top: calc(1.85rem * 1.5);}
.local-inner h2{margin: 0 0 calc(1.85rem * 1.5);
        font-size: calc(19.2px * 2);
        line-height: 1.15;
        letter-spacing: 0;}
.local-inner .soft-fields{margin: 0 0 calc(1.85rem * 1.5);
        font-size: calc(19.2px * 1.125);
        line-height: 1.76;
        color: #3f4228;}
.local-inner .quiet-callout{
        display: inline-block;
        padding: .7rem 1.05rem;
        background: #5c6b2f;
        color: #fbf7ec;
        border-radius: 0.46rem;
        text-decoration: none;
        font-size: calc(19.2px * .875);
        transition: background 480ms var(--delay-fast);
    }
.local-inner .quiet-callout:hover{
        background: #47541f;color:#2b2e18;}
.local-inner .soft-section{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: .9rem;}
.local-inner .bottom-footer{margin: 0 0 .4rem;
        font-size: 19.2px;
        line-height: 1.76;}
.local-inner .primary-list{
        padding: 1.5rem 2.3rem;
        background: #ffffff;
        color: #2b2e18;
        border: 1px solid #e2dac2;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);
    }
.local-inner .primary-list strong{display: block;
        font-size: 19.2px;
        margin-bottom: .3rem;}
.local-inner .primary-list span{display: block;
        color: #3f4228;
        font-size: calc(19.2px * .875);
        line-height: 1.76;}
.local-inner .featured-story{margin: .4rem 0 0;
        font-size: calc(19.2px * .875);
        line-height: 1.76;
        color: #3f4228;}
.local-inner .featured-story a{color: #5c6b2f;
        text-decoration: underline;
        text-underline-offset: 3px;}
.local-inner .featured-story a:hover{color:inherit;}
@media (max-width: 880px) {.local-inner .soft-copy{
            grid-template-columns: 1fr;
        }.local-inner .strong-contact{
            position: static;
        }
    }
.steady-unit{padding:calc(1.5rem * 2.4) 2.3rem;background:#5c6b2f;color:#fbf7ec;}
.steady-unit .soft-copy{max-width:1520px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.85rem * 1.5);}
.steady-unit h2,.steady-unit h3,.steady-unit p{margin:0;}
.steady-unit h2{font-size:calc(19.2px * 2);line-height:1.12;}
.steady-unit h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.steady-unit p{font-size:19.2px;line-height:1.76;}
.steady-unit .details{display:flex;flex-direction:column;gap:1.5rem;}
.steady-unit .soft-fields{opacity:.86;}
.steady-unit .local-surface{display:flex;flex-wrap:wrap;gap:1.85rem;}
.steady-unit .primary-list{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-unit .primary-list img{display:block;width:100%;height:auto;border-radius:0.46rem;margin-bottom:calc(1.5rem / 3);}
.steady-unit .primary-list p{opacity:.86;}
.steady-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-unit .primary-list a{font-size:calc(19.2px * .875);}
.steady-unit .featured-story{font-size:calc(19.2px * .875);opacity:.86;border-top:1px solid currentColor;padding-top:1.5rem;}
.steady-unit .featured-story a{font-weight:600;}
@media (max-width:720px){.steady-unit .local-surface{flex-direction:column;}
}
.compact-list{--state-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.compact-list .soft-copy{max-width:1520px;margin:0 auto;}
.compact-list h2,.compact-list h3,.compact-list p{margin:0;}
.compact-list h2{font-size:calc(19.2px * 2);line-height:1.14;}
.compact-list h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.compact-list p{font-size:19.2px;line-height:1.76;}
.compact-list .public-plan{max-width:calc(1520px / 1.55);}
.compact-list .soft-fields{margin-top:calc(1.85rem * 1.5);color:#3f4228;}
.compact-list .local-surface{display:flex;flex-direction:column;gap:var(--state-static);margin-top:calc(var(--state-static) * 1.15);}
.compact-list .primary-list{padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #e2dac2;}
.compact-list .primary-list p{margin-top:calc(1.5rem / 3.2);color:#3f4228;}
.compact-list .quiet-callout{margin-top:calc(var(--state-static) * 1.1);font-size:calc(19.2px * .875);color:#3f4228;}
.compact-list .quiet-callout a{color:#5c6b2f;text-decoration:underline;text-underline-offset:3px;}
.compact-list .quiet-callout a:hover{color:inherit;}
@media (min-width:900px){.compact-list .local-surface{display:grid;grid-template-columns:1fr 1fr;column-gap:1.85rem;row-gap:var(--state-static);}.compact-list .primary-list:last-child{grid-column:1 / -1;}
}
.public-media{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.public-media .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "head shot"
            "note shot";
        column-gap: clamp(1.5rem, 3.2vw, 1.85rem);
        row-gap: clamp(1.25rem, 2.6vw, calc(1.85rem * 1.5));
        align-items: start;}
.public-media .public-plan{grid-area: head;
        display: flex;
        flex-direction: column;
        gap: clamp(.85rem, 1.8vw, 1.4rem);}
.public-media .featured-story{grid-area: note;
        display: flex;
        flex-direction: column;
        gap: clamp(.85rem, 1.6vw, 1.15rem);
        border-top: 1px solid #e2dac2;
        padding-top: clamp(1rem, 2vw, 1.5rem);}
.public-media .top-team{grid-area: shot;
        margin: 0;
        align-self: stretch;}
.public-media .compact-unit{display: block;
        width: 100%;
        height: 100%;
        min-height: 22rem;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
.public-media h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 700;
        letter-spacing: -0.01em;}
.public-media .soft-fields{margin: 0;
        font-size: clamp(1.05rem, 1.5vw, calc(19.2px * 1.125));
        line-height: 1.6;}
.public-media .featured-story p{margin: 0;
        font-size: 19.2px;
        line-height: 1.76;}
@media (max-width: 900px) {.public-media .soft-copy{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "head"
                "shot"
                "note";
        }.public-media .compact-unit{
            min-height: 0;
            aspect-ratio: 16/10;
        }
    }
@media (max-width: 680px) {.public-media{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.contact-wrap{--state-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.3rem;background:#5c6b2f;color:#fbf7ec;}
.contact-wrap .soft-copy{max-width:1520px;margin:0 auto;}
.contact-wrap h2,.contact-wrap h3,.contact-wrap p{margin:0;}
.contact-wrap h2{font-size:calc(19.2px * 2);line-height:1.14;}
.contact-wrap h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.contact-wrap p{font-size:19.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-wrap a{color:inherit;text-decoration:none;}
.contact-wrap .details{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.contact-wrap .featured-story{font-size:calc(19.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.contact-wrap .soft-fields{font-size:calc(19.2px * 1.125);line-height:1.6;color:color-mix(in srgb, currentColor 88%, transparent);}
.contact-wrap .local-surface{display:flex;flex-direction:column;gap:var(--state-static);margin-top:calc(1.5rem * 1.4);}
.contact-wrap .primary-list{display:flex;gap:1.85rem;align-items:flex-start;padding-top:calc(1.85rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-wrap .soft-actions{flex:0 0 auto;min-width:7.5rem;font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);padding-top:.2rem;}
.contact-wrap .wide-plan{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-wrap .secondary-items{margin-top:calc(1.5rem * 1.5);padding-top:calc(1.85rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);display:flex;flex-wrap:wrap;align-items:center;gap:1.85rem;}
.contact-wrap .secondary-items p{flex:1 1 22rem;min-width:0;}
.contact-wrap .top-lead{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fbf7ec;color:#5c6b2f;font-size:19.2px;}
@media (max-width:720px){.contact-wrap .primary-list{flex-direction:column;gap:calc(1.5rem / 3);}.contact-wrap .soft-actions{min-width:0;}
}
.open-region{padding:calc(1.5rem * 2.4) 2.3rem;background:#f1ead6;color:#3f4228;}
.open-region .soft-copy{max-width:1520px;margin:0 auto;}
.open-region .public-plan{margin-bottom:calc(1.85rem * 1.5);}
.open-region .public-plan h2{margin:0;font-size:calc(19.2px * 2);line-height:1.2;}
.open-region .public-plan p{margin:calc(1.5rem * .75) 0 0;font-size:19.2px;line-height:1.76;}
.open-region .steady-brand{display:flex;flex-wrap:wrap;gap:1.85rem;}
.open-region .primary-list{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75);border:1px solid #e2dac2;border-radius:0.46rem;background:#ffffff;color:#2b2e18;}
.open-region .primary-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.25;}
.open-region .primary-list p{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * .875);line-height:1.76;}
.open-region .primary-list a{display:inline-block;font-weight:600;color:#5c6b2f;text-decoration:none;border-bottom:1px solid #5c6b2f;}
.open-region .primary-list a:hover{color:inherit;border-bottom-color:#e0a52c;}
.open-region .featured-story{margin-top:calc(1.85rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #e2dac2;}
.open-region .featured-story p{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * .875);line-height:1.76;}
.open-region .featured-story p:last-child{margin-bottom:0;}
.open-region .quiet-callout a{color:#5c6b2f;text-decoration:none;border-bottom:1px solid #5c6b2f;}
.open-region .quiet-callout a:hover{color:inherit;border-bottom-color:#e0a52c;}
@media (max-width:640px){.open-region .primary-list{flex:1 1 100%;}
    }
.primary-quote{
  background: #fbf7ec;
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.primary-quote .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.85rem;
  align-items: stretch;}
.primary-quote h2,
.primary-quote h3,
.primary-quote p,
.primary-quote figure{margin: 0;}
.primary-quote .compact-panel{
  position: relative;
  flex: 1 1 22rem;
  min-width: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #f1ead6;color:#3f4228;}
.primary-quote .compact-panel img{display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;}
.primary-quote .compact-panel figcaption{
  position: absolute;
  left: calc(1.5rem * .75);
  right: calc(1.5rem * .75);
  bottom: calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .6) calc(calc(1.5rem * .75) * .85);
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  border-radius: 0.46rem;
  font-size: calc(19.2px * .875);
  line-height: 1.4;
}
.primary-quote .soft-headline{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.85rem * 1.5);}
.primary-quote h2{font-size: calc(19.2px * 2);
  line-height: 1.08;}
.primary-quote .soft-headline > p{line-height: 1.76;}
.primary-quote .quiet-summary{margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-quote .clear-proof{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}
.primary-quote .clear-proof > div{flex: 1 1 12rem;
  min-width: 0;}
.primary-quote .secondary-figure{display: block;
  flex: 0 0 6.5rem;
  width: 6.5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.27rem;}
.primary-quote h3{font-size: calc(19.2px * 1.35);
  line-height: 1.16;}
.primary-quote .clear-proof span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .3);
  font-size: calc(19.2px * .875);
  line-height: 1.4;}
@media (max-width: 880px) {.primary-quote .compact-panel img{ min-height: 20rem; }.primary-quote .compact-panel figcaption{ position: static; border-radius: 0; border-left: 0; border-right: 0; border-bottom: 0; }
}
.primary-unit{--state-static:calc(1.5rem * 1.28);--mark-main:1px;padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.primary-unit .soft-copy{max-width:1520px;margin:0 auto;}
.primary-unit h2,.primary-unit h3,.primary-unit p{margin:0;}
.primary-unit h2{font-size:calc(19.2px * 2);line-height:1.14;}
.primary-unit h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.primary-unit p{font-size:19.2px;line-height:1.76;}
.primary-unit .soft-fields{margin-top:1.5rem;color:#3f4228;}
.primary-unit .main-frame{display:flex;align-items:flex-start;gap:1.85rem;}
.primary-unit .main-frame>.bottom-footer{flex:1 1 34%;min-width:0;position:sticky;top:1.5rem;}
.primary-unit .main-frame>.local-surface{flex:1 1 62%;min-width:0;display:flex;flex-direction:column;gap:var(--state-static);border-left:var(--mark-main) solid #e2dac2;padding-left:2.3rem;}
.primary-unit .primary-list{position:relative;padding-bottom:var(--state-static);border-bottom:var(--mark-main) solid #e2dac2;}
.primary-unit .primary-list:last-child{border-bottom:0;padding-bottom:0;}
.primary-unit .primary-list::before{content:"";position:absolute;left:calc(2.3rem * -1 - 4px);top:calc(1.5rem / 2.4);width:7px;height:7px;border-radius:50%;background:#e0a52c;color:#2b2e18;}
.primary-unit .primary-list p{margin-top:calc(1.5rem / 3);color:#3f4228;}
@media(max-width:820px){.primary-unit .main-frame{flex-direction:column;}.primary-unit .main-frame>.bottom-footer{position:static;}.primary-unit .main-frame>.local-surface{border-left:0;padding-left:0;border-top:var(--mark-main) solid #e2dac2;padding-top:var(--state-static);}.primary-unit .primary-list::before{left:0;top:calc(1.5rem / 2.6);}.primary-unit .primary-list{padding-left:1.5rem;}
}
.bottom-unit{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.bottom-unit .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.bottom-unit .details{display: flex;
        flex-direction: column;
        gap: clamp(.7rem, 1.6vw, 1.15rem);}
.bottom-unit h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.bottom-unit .soft-fields{margin: 0;
        font-size: clamp(1rem, 1.32vw, 19.2px);
        line-height: 1.74;}
.bottom-unit .compact-unit{display: block;
        width: min(100%, 40rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: flex-end;}
@media (max-width: 680px) {.bottom-unit{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.bottom-unit .compact-unit{
            width: 100%;
            align-self: auto;
        }
    }
.fresh-wrap{
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: #f1ead6;
  color: #3f4228;
}
.fresh-wrap .team-group{max-width: 1520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: 1.85rem;
  align-items: start;}
.fresh-wrap .steady-brand{
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
  position: sticky;
  top: calc(1.85rem * 1.5);
}
.fresh-wrap h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.fresh-wrap .soft-fields{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.2px;
  line-height: 1.76;}
.fresh-wrap .plain-brand{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e2dac2;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);}
.fresh-wrap .open-service{font-size: calc(19.2px * 1.125);
  font-weight: 700;}
.fresh-wrap .featured-story{font-size: calc(19.2px * .875);
  opacity: .85;}
.fresh-wrap .text-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.fresh-wrap .local-team{
  display: grid;
  grid-template-columns: minmax(6rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}
.fresh-wrap .site-actions{font-size: calc(19.2px * .875);
  word-break: break-word;
  line-height: 1.4;}
.fresh-wrap .bottom-footer h3{margin: 0;
  font-size: calc(19.2px * 1.35);}
.fresh-wrap .bottom-footer p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.fresh-wrap .bottom-footer small{font-size: calc(19.2px * .875);}
@media (max-width: 860px) {.fresh-wrap .team-group{
    grid-template-columns: 1fr;
  }.fresh-wrap .steady-brand{
    position: static;
  }.fresh-wrap .local-team{
    grid-template-columns: 1fr;
  }
}
.fresh-entries{--state-static:calc(1.5rem * 1.02);--label-lead:calc(1520px / 3.94);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.fresh-entries .soft-copy{max-width:1520px;margin:0 auto;}
.fresh-entries h2,.fresh-entries h3,.fresh-entries p{margin:0;}
.fresh-entries h2{font-size:calc(19.2px * 2);line-height:1.12;}
.fresh-entries h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.fresh-entries p{font-size:19.2px;line-height:1.76;}
.fresh-entries img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.fresh-entries .soft-fields{margin-top:1.5rem;}
.fresh-entries .featured-story{margin-top:calc(1.5rem / 2);color:#3f4228;font-size:calc(19.2px * .875);}
.fresh-entries .local-surface{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.fresh-entries .primary-list{min-width:0;padding-bottom:calc(1.85rem * 1.5);border-bottom:1px solid #e2dac2;}
.fresh-entries .primary-list:last-child{border-bottom:0;padding-bottom:0;}
.fresh-entries .primary-list p{margin-top:calc(1.5rem / 3);}
.fresh-entries .focused-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.85rem;}
.fresh-entries .focused-region>.bottom-footer{flex:1 1 calc(1520px / 3);min-width:0;}
.fresh-entries .focused-region>.local-surface{flex:2 1 calc(1520px / 2);margin-top:0;}
.fresh-entries .focused-region>img{margin-left:auto;max-width:var(--label-lead);}
.fresh-entries .quiet-callout{max-width:1520px;margin:calc(1.85rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:1.85rem;}
.fresh-entries .quiet-callout a{color:#5c6b2f;text-decoration:none;font-size:calc(19.2px * .875);border-bottom:1px solid #e2dac2;padding-bottom:2px;}
.fresh-entries .quiet-callout a:hover{color:inherit;}
@media (max-width:720px){.fresh-entries .focused-region>img{margin-left:0;max-width:100%;}.fresh-entries .quiet-callout{flex-direction:column;gap:calc(1.85rem / 2);}
}
.fresh-summary{
  --state-static:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 2.3rem;
  background:#fbf7ec;
  color:#2b2e18;
}
.fresh-summary .soft-copy{max-width:1520px;
  margin:0 auto;}
.fresh-summary h2,
.fresh-summary h3,
.fresh-summary p{margin:0;}
.fresh-summary h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.fresh-summary h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.fresh-summary p{font-size:19.2px;
  line-height:1.76;}
.fresh-summary .featured-story{margin-bottom:calc(1.5rem / 2.5);
  font-size:calc(19.2px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;}
.fresh-summary .soft-fields{margin-top:1.5rem;
  max-width:100%;}
.fresh-summary .local-surface{display:flex;
  flex-direction:column;
  gap:var(--state-static);
  margin-top:var(--state-static);
  border-top:1px solid #e2dac2;
  padding-top:var(--state-static);}
.fresh-summary .primary-list{min-width:0;
  padding-bottom:var(--state-static);
  border-bottom:1px solid #e2dac2;}
.fresh-summary .primary-list:last-child{border-bottom:0;
  padding-bottom:0;}
.fresh-summary .bottom-footer p{margin-top:calc(1.5rem / 3);}
.fresh-summary .bottom-footer a{display:inline-block;
  margin-top:calc(1.5rem / 2);
  font-size:calc(19.2px * .875);
  text-decoration:underline;
  text-underline-offset:3px;}
.fresh-summary .bottom-footer a:hover{}
.fresh-summary .quiet-callout{margin-top:var(--state-static);
  font-size:calc(19.2px * .875);}
.fresh-summary .quiet-callout a{text-decoration:underline;
  text-underline-offset:3px;}
.fresh-summary .quiet-callout a:hover{}
@media (min-width:900px){.fresh-summary .local-surface{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:1.85rem;
    border-top:0;
    padding-top:0;
  }.fresh-summary .primary-list{
    padding:calc(1.5rem * .75);
    border:1px solid #e2dac2;
    border-radius:0.79rem;
    background:#ffffff;
    color:#2b2e18;
  }.fresh-summary .primary-list:last-child{
    padding:calc(1.5rem * .75);
  }
}
.content-list{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.content-list .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        grid-template-areas:
            "title photo"
            "copy  photo";
        column-gap: clamp(1.25rem, 3vw, calc(1.85rem * 1.5));
        row-gap: clamp(.85rem, 1.8vw, 1.4rem);
        align-items: start;}
.content-list .top-stack{grid-area: title;}
.content-list .soft-wrap{grid-area: copy;
        border-top: 1px solid #e2dac2;
        padding-top: clamp(.85rem, 1.6vw, 1.25rem);}
.content-list .compact-unit{grid-area: photo;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 15rem;
        max-height: 26rem;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
.content-list h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 720;
        letter-spacing: 0;}
.content-list p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 19.2px);
        line-height: 1.74;}
@media (max-width: 760px) {.content-list .soft-copy{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "photo"
                "copy";
        }.content-list .compact-unit{
            min-height: 12rem;
            max-height: 20rem;
        }.content-list{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.text-stack{padding:calc(1.5rem * 2.4) 2.3rem;background:linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);color:#2b2e18}
.text-stack .soft-copy{max-width:1520px;margin:0 auto}
.text-stack .text-menu{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:calc(1.85rem * 1.5);align-items:start}
.text-stack .details{min-width:0}
.text-stack h2{margin:0;font-size:calc(19.2px * 2);line-height:1.08}
.text-stack .details p{margin:1.5rem 0 0;font-size:19.2px;line-height:1.76}
.text-stack .public-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-stack .public-tile a{display:block;min-width:0;background:color-mix(in srgb,#2b2e18 14%,transparent);color:#2b2e18;border-radius:0.46rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 480ms var(--delay-fast)}
.text-stack .public-tile a:hover{background:color-mix(in srgb,#2b2e18 24%,transparent);color:#2b2e18;}
.text-stack strong{display:block;font-size:19.2px;line-height:1.2}
.text-stack span{display:block;margin-top:0.35rem;font-size:calc(19.2px * .875);line-height:1.5}
@media(max-width:780px){.text-stack .text-menu{display:block}.text-stack .public-tile{margin-top:calc(1.85rem * 1.5)}.text-stack h2{font-size:calc(19.2px * 1.35)}}
.visual-figure{
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
}
.visual-figure .soft-copy{max-width: min(1520px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.85rem * 1.5);}
.visual-figure .featured-story{flex: 1 1 22rem;
  min-width: 0;}
.visual-figure h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.12;}
.visual-figure .featured-story p{margin: calc(1.5rem * .75) 0;
  color: #d9d2bd;
  font-size: calc(19.2px * 1.125);
  line-height: 1.76;}
.visual-figure .featured-story a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: #e0a52c;
  color: #2b2e18;
  text-decoration: none;
  font-size: 19.2px;
  transition: background 480ms var(--delay-fast);
}
.visual-figure .featured-story a:hover{
  background: #c98a1b;color:#2b2e18;}
.visual-figure ul{
  flex: 1 1 20rem;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
}
.visual-figure li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #e2dac2;}
.visual-figure li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.visual-figure li strong{display: block;
  font-size: 19.2px;}
.visual-figure li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(19.2px * .875);
  line-height: 1.76;}
@media (max-width: 760px) {.visual-figure .soft-copy{
    flex-direction: column;
  }.visual-figure .featured-story,
  .visual-figure ul{
    flex: 1 1 auto;
    width: 100%;
  }
}
.visual-block{--state-static:calc(1.5rem * 1.05);--label-lead:calc(1520px / 3.6);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.visual-block .soft-copy{max-width:1520px;margin:0 auto;}
.visual-block h2,.visual-block h3,.visual-block p{margin:0;}
.visual-block h2{font-size:calc(19.2px * 2);line-height:1.14;}
.visual-block h3{font-size:calc(19.2px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.visual-block p{font-size:19.2px;line-height:1.76;}
.visual-block .soft-fields{}
.visual-block .featured-story{margin-top:var(--state-static);font-size:calc(19.2px * .875);}
.visual-block a{text-decoration:underline;text-underline-offset:3px;}
.visual-block a:hover{}
.visual-block img{display:block;width:100%;max-width:var(--label-lead);height:auto;border-radius:0.46rem;margin-top:var(--state-static);}
.visual-block .active-group>.soft-fields{margin-top:1.5rem;}
.visual-block .local-surface{display:flex;flex-wrap:wrap;gap:1.85rem;margin-top:var(--state-static);}
.visual-block .primary-list{flex:1 1 calc(1520px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2dac2;}
@media (max-width:720px){.visual-block .primary-list{flex-basis:100%;}.visual-block img{max-width:100%;}
}
.site-headline{
        padding: calc(calc(1.5rem * 2.4) * .8) 2.3rem;
        background: #fbf7ec;
        color: #2b2e18;
    }
.site-headline .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.site-headline .top-stack{max-width: 46rem;}
.site-headline h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.site-headline .soft-wrap{max-width: 40rem;
        padding-left: clamp(0px, 2.4vw, 2.2rem);
        border-left: 2px solid #e0a52c;}
.site-headline p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 19.2px);
        line-height: 1.74;}
.site-headline .compact-unit{display: block;
        width: min(100%, 44rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: flex-end;}
@media (max-width: 680px) {.site-headline .compact-unit{
            width: 100%;
            align-self: auto;
        }.site-headline .soft-wrap{
            padding-left: 0;
            border-left: 0;
            border-top: 2px solid #e0a52c;
            padding-top: .9rem;
        }.site-headline{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }
    }
.public-nav{
  padding:calc(1.5rem * 2.4) 2.3rem;
  background:#fbf7ec;
  color:#2b2e18;
}
.public-nav .soft-copy{max-width:1520px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.85rem * 1.5);}
.public-nav h2,
.public-nav h3,
.public-nav p{margin:0;}
.public-nav h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:calc(1520px / 1.7);}
.public-nav .soft-fields{margin-top:calc(1.5rem * .75);
  font-size:calc(19.2px * 1.125);
  line-height:1.76;
  color:#3f4228;}
.public-nav .open-block{display:flex;
  flex-direction:column;
  gap:1.85rem;
  border-top:1px solid #e2dac2;
  padding-top:calc(1.85rem * 1.5);}
.public-nav .primary-list{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:calc(1.5rem * .75);
  align-items:start;
  padding-bottom:1.85rem;
  border-bottom:1px solid #e2dac2;}
.public-nav .primary-list:last-child{border-bottom:none;
  padding-bottom:0;}
.public-nav h3{font-size:calc(19.2px * 1.35);
  line-height:1.25;}
.public-nav .primary-list p{font-size:19.2px;
  line-height:1.76;
  color:#3f4228;}
.public-nav a{color:#5c6b2f;
  text-decoration:underline;
  text-underline-offset:3px;}
.public-nav a:hover{color:inherit;}
@media (max-width:760px){.public-nav .primary-list{
    grid-template-columns:1fr;
  }.public-nav h2{
    max-width:none;
  }
}
.text-frame{--state-static:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 2.3rem;background:#5c6b2f;color:#fbf7ec;}
.text-frame .soft-copy{max-width:1520px;margin:0 auto;}
.text-frame h1,.text-frame h2,.text-frame h3,.text-frame p{margin:0;}
.text-frame h2{font-size:calc(19.2px * 2);line-height:1.12;}
.text-frame p{font-size:19.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-frame a{color:inherit;text-decoration:none;}
.text-frame .soft-fields{margin-top:1.5rem;}
.text-frame .quiet-callout{display:flex;flex-wrap:wrap;align-items:center;gap:1.85rem;margin-top:var(--state-static);}
.text-frame .top-lead{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.27rem;background:#fbf7ec;color:#5c6b2f;transition:background 480ms var(--delay-fast),color 480ms var(--delay-fast);}
.text-frame .top-lead:hover{background:#e0a52c;color:#2b2e18;}
.text-frame .open-rail{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * 0.55) 0;border-bottom:1px solid color-mix(in srgb, currentColor 34%, transparent);font-size:calc(19.2px * .875);}
.text-frame .open-rail:hover{border-bottom-color:#e0a52c;}
@media (max-width:640px){.text-frame .quiet-callout{flex-direction:column;align-items:flex-start;}
}
.row-_operating-model{--state-static:calc(1.5rem * 1.35);--label-lead:calc(1520px / 3.9);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.row-_operating-model .soft-copy{max-width:1520px;margin:0 auto;}
.row-_operating-model h1,.row-_operating-model h2,.row-_operating-model h3,.row-_operating-model p{margin:0;}
.row-_operating-model h2{font-size:calc(19.2px * 2);line-height:1.14;margin-top:var(--state-static);}
.row-_operating-model h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.row-_operating-model p{font-size:19.2px;line-height:1.76;}
.row-_operating-model .featured-story{font-size:calc(19.2px * .875);color:#3f4228;background:#f1ead6;padding:calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);border-radius:0.46rem;border-left:3px solid #e0a52c;}
.row-_operating-model .soft-fields{margin-top:calc(1.5rem * .8);color:#2b2e18;}
.row-_operating-model a{color:#5c6b2f;text-decoration:underline;text-underline-offset:3px;}
.row-_operating-model a:hover{color:inherit;}
.row-_operating-model img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.row-_operating-model .local-surface{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.row-_operating-model .primary-list{flex:1 1 calc(1520px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.79rem;background:#ffffff;color:#2b2e18;border:1px solid #e2dac2;box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.row-_operating-model .primary-list p{margin-top:calc(1.5rem / 3);color:#3f4228;}
.row-_operating-model .primary-list img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
@media (max-width:760px){.row-_operating-model .primary-list{flex:1 1 100%;}
}
.narrow-visual{padding:calc(1.5rem * 2.4) 2.3rem;background:linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);color:#2b2e18;}
.narrow-visual .soft-copy{max-width:1520px;margin:0 auto;}
.narrow-visual .public-plan{margin-bottom:calc(1.85rem * 1.5);}
.narrow-visual .public-plan p{margin:0;font-size:calc(19.2px * .875);font-weight:700;letter-spacing:.02em;text-transform:uppercase;}
.narrow-visual .public-plan h2{margin:8px 0 0;font-size:calc(19.2px * 2);line-height:1.2;}
.narrow-visual .steady-brand{display:flex;flex-direction:column;gap:calc(1.85rem * 1.5);}
.narrow-visual .soft-fields{display:flex;flex-direction:column;gap:1.5rem;}
.narrow-visual .soft-fields p{margin:0;font-size:19.2px;line-height:1.76;}
.narrow-visual .steady-grid{display:flex;flex-wrap:wrap;gap:1.85rem;}
.narrow-visual .primary-list{flex:1 1 260px;display:flex;flex-direction:column;gap:10px;padding:calc(1.5rem * .75);border-radius:0.79rem;background:#ffffff;color:#2b2e18;border:1px solid #e2dac2;box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.narrow-visual .primary-list h3{margin:0;font-size:calc(19.2px * 1.35);line-height:1.3;}
.narrow-visual .primary-list p{margin:0;font-size:19.2px;line-height:1.76;}
.narrow-visual .primary-list a{align-self:flex-start;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;}
.narrow-visual .primary-list a:hover{}
.narrow-visual .featured-story{padding:calc(1.5rem * .75);border-radius:0.46rem;background:#f1ead6;color:#3f4228;}
.narrow-visual .featured-story p{margin:0;font-size:19.2px;line-height:1.76;}
.narrow-visual .featured-story .quiet-callout{margin-top:12px;display:flex;flex-wrap:wrap;gap:1.85rem;}
.narrow-visual .featured-story .quiet-callout a{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;}
.narrow-visual .featured-story .quiet-callout a:hover{}
@media (max-width:640px){.narrow-visual .steady-grid{flex-direction:column;}
    }
.brand{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.brand .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.brand .top-stack{order: 1;}
.brand .soft-wrap{order: 2;
        max-width: 46rem;}
.brand .compact-unit{order: 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
.brand h1{margin: 0;
        font-size: clamp(1.95rem, 5.2vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: -0.01em;}
.brand p{margin: 0;
        font-size: 19.2px;
        line-height: 1.76;}
@media (min-width: 900px) {.brand .soft-copy{
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            grid-template-areas:
                "title photo"
                "text  photo";
            align-items: start;
            column-gap: clamp(1.5rem, 3.4vw, 1.85rem);
            row-gap: clamp(.9rem, 1.8vw, calc(1.85rem * 1.5));
        }.brand .top-stack{
            grid-area: title;
            order: initial;
        }.brand .soft-wrap{
            grid-area: text;
            order: initial;
        }.brand .compact-unit{
            grid-area: photo;
            order: initial;
            aspect-ratio: 4/5;
            align-self: stretch;
            height: 100%;
        }
    }
@media (max-width: 680px) {.brand{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.brand .compact-unit{
            aspect-ratio: 16/10;
        }
    }
.narrow-unit{
  background:#fbf7ec;
  color:#2b2e18;
  padding:calc(1.5rem * 2.4) 2.3rem;
}
.narrow-unit .soft-copy{max-width:1520px;
  margin:0 auto;}
.narrow-unit .media-headline{display:flex;
  flex-wrap:wrap;
  gap:calc(1.85rem * 1.5);
  align-items:flex-start;}
.narrow-unit .details{flex:1 1 320px;
  min-width:0;}
.narrow-unit h2{margin:0;
  font-size:clamp(calc(19.2px * 2),4.5vw,calc(19.2px * 2.65));
  line-height:1.1;}
.narrow-unit .details p{margin:1.5rem 0 0;
  font-size:calc(19.2px * 1.125);
  line-height:1.7;}
.narrow-unit .clear-brand{flex:1 1 300px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid #e2dac2;
  padding-top:calc(1.5rem * .75);}
.narrow-unit .primary-stack{padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #e2dac2;}
.narrow-unit .primary-stack:last-child{border-bottom:0;
  padding-bottom:0;}
.narrow-unit .focused-details{display:block;
  font-size:calc(19.2px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#3f4228;
  margin-bottom:.35rem;}
.narrow-unit .primary-stack p{margin:0;
  font-size:19.2px;
  line-height:1.6;}
.narrow-unit .primary-stack a{color:#5c6b2f;
  text-decoration:none;
  border-bottom:1px solid #5c6b2f;}
.narrow-unit .primary-stack a:hover{color:inherit;
  border-bottom-color:#e0a52c;}
.narrow-unit .featured-story{
  flex:1 1 300px;
  min-width:0;
  background:#f1ead6;
  color:#3f4228;
  border-radius:0.79rem;
  padding:calc(1.5rem * .75);
}
.narrow-unit .featured-story h3{margin:0 0 1.5rem;
  font-size:calc(19.2px * 1.35);
  line-height:1.25;}
.narrow-unit .featured-story p{margin:0 0 1.5rem;
  font-size:19.2px;
  line-height:1.7;}
.narrow-unit .featured-story p:last-of-type{margin-bottom:0;}
.narrow-unit .wide-frame{display:flex;
  flex-wrap:wrap;
  gap:1.85rem;
  margin-top:calc(1.5rem * .75);}
.narrow-unit .wide-frame a{color:#5c6b2f;
  text-decoration:none;
  font-size:calc(19.2px * .875);
  border-bottom:1px solid #5c6b2f;}
.narrow-unit .wide-frame a:hover{color:inherit;
  border-bottom-color:#e0a52c;}
@media(max-width:820px){.narrow-unit .media-headline{
    flex-direction:column;
  }
}
.local-figure{
        padding:calc(1.5rem * 2.4) 2.3rem;
        background:linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color:#2b2e18;
    }
.local-figure .soft-copy{max-width:1520px;
        margin:0 auto;}
.local-figure .public-plan{max-width:760px;
        margin-bottom:calc(1.85rem * 1.5);}
.local-figure .public-plan h2{margin:0;
        font-size:calc(19.2px * 2);
        line-height:1.2;}
.local-figure .public-plan p{margin:calc(1.5rem * .75) 0 0;
        font-size:19.2px;
        line-height:1.76;}
.local-figure .local-surface{display:flex;
        flex-direction:column;
        gap:1.85rem;
        border-top:1px solid #e2dac2;}
.local-figure .primary-list{
        border-bottom:1px solid #e2dac2;
        background:transparent;
    }
.local-figure .primary-list button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:700;
        font-size:calc(19.2px * 1.125);
        padding:calc(1.5rem * .75) 0;
        cursor:pointer;
        display:flex;
        align-items:baseline;
        gap:calc(1.5rem * .75);
    }
.local-figure .primary-list button::before{content:"+";
        flex:0 0 auto;
        font-weight:400;
        opacity:.7;}
.local-figure .primary-list.is-open button::before{content:"-";}
.local-figure .primary-list p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0;
        transition:max-height 480ms var(--delay-fast),padding 480ms var(--delay-fast);
        font-size:19.2px;
        line-height:1.76;}
.local-figure .primary-list.is-open p{max-height:340px;
        padding:0 0 calc(1.5rem * .75);}
.local-figure .quiet-callout{margin:calc(1.85rem * 1.5) 0 0;
        font-size:calc(19.2px * .875);
        line-height:1.76;}
.local-figure .quiet-callout a{text-decoration:underline;
        text-underline-offset:3px;}
.local-figure .quiet-callout a:hover{}
@media (max-width:640px){.local-figure .primary-list button{
            font-size:19.2px;
        }
    }
.site-section{
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
}
.site-section .soft-copy{max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.85rem * 1.5);}
.site-section .details h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.site-section .details p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.76;
  color: #d9d2bd;}
.site-section .offer-details{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.85rem;}
.site-section .quiet-callout{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  border: 1px solid #3f4228;
  background: var(--tone-deep);
  color: var(--tone-secondary);
  text-decoration: none;
  transition: border-color 480ms var(--delay-fast), transform 480ms var(--delay-fast);
}
.site-section .quiet-callout:hover{border-color: #e0a52c;
  transform: translateY(calc(calc(1.5rem * .75) * -.15));}
.site-section .quiet-callout .service-surface{font-size: calc(19.2px * .875);
  letter-spacing: 0.02em;
  color: #d9d2bd;}
.site-section .quiet-callout strong{font-size: calc(19.2px * 1.35);
  line-height: 1.2;}
.site-section .quiet-callout small{font-size: calc(19.2px * .875);
  line-height: 1.55;
  color: #d9d2bd;}
.site-section .featured-story{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 1.85rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
}
.site-section .quiet-actions{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.site-section .quiet-actions label{font-size: calc(19.2px * .875);color:inherit;}
.site-section .quiet-actions input{
  padding: 0.7rem 0.85rem;
  border-radius: 0.46rem;
  border: 1px solid #e2dac2;
  background: #fbf7ec;
  color: #2b2e18;
  font-family: inherit;
  font-size: 19.2px;
}
.site-section .quiet-actions input::placeholder{color: rgba(255,255,255,0.55);}
.site-section .featured-story button{
  padding: 0.75rem 1.4rem;
  border-radius: 0.46rem;
  border: none;
  background: #5c6b2f;
  color: #fbf7ec;
  font-family: inherit;
  font-size: 19.2px;
  cursor: pointer;
  transition: background 480ms var(--delay-fast);
}
.site-section .featured-story button:hover{
  background: #47541f;color:#2b2e18;}
.site-section .simple-inner{grid-column: 1 / -1;
  margin: 0;
  font-size: calc(19.2px * .875);color:inherit;}
@media (max-width: 880px) {.site-section .offer-details{
    grid-template-columns: 1fr;
  }.site-section .featured-story{
    grid-template-columns: 1fr;
  }
}
.open-footer{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.open-footer .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.open-footer .steady-brand{display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5);
        padding-bottom: calc(1.85rem * 1.5);
        border-bottom: 1px solid #e2dac2;}
.open-footer h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.open-footer .soft-fields{margin: 0;
        font-size: clamp(1rem, 1.3vw, calc(19.2px * 1.125));
        line-height: 1.7;}
.open-footer .featured-form{margin: 0;}
.open-footer .compact-unit{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
@media (min-width: 900px) {.open-footer .soft-copy{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
            align-items: end;
            gap: clamp(1.4rem, 3vw, 1.85rem);
        }.open-footer .steady-brand{
            border-bottom: 0;
            padding-bottom: 0;
        }.open-footer .compact-unit{
            aspect-ratio: 4/3;
        }
    }
@media (max-width: 680px) {.open-footer{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.open-footer .compact-unit{
            aspect-ratio: 16/10;
        }
    }
.local-intro{
        padding: calc(1.5rem * 2.4) 2.3rem;
        background: #fbf7ec;
        color: #2b2e18
    }
.local-intro .soft-copy{max-width: 1520px;
        margin: 0 auto}
.local-intro .open-entries{display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5)}
.local-intro .details{min-width: 0;
        border-bottom: 1px solid #e2dac2;
        padding-bottom: calc(1.85rem * 1.5)}
.local-intro h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1}
.local-intro .details p{margin: 1.5rem 0 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.76}
.local-intro ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1.85rem}
.local-intro li{
        flex: 1 1 22rem;
        min-width: 0;
        background: #ffffff;
        color: #2b2e18;
        border: 1px solid #e2dac2;
        border-radius: 0.79rem;
        padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)
    }
.local-intro strong{font-size: calc(19.2px * 1.35);
        line-height: 1.18}
.local-intro span{line-height: 1.76;
        color: #3f4228}
@media (max-width: 760px) {.local-intro ul{
            display: block
        }.local-intro li + li{
            margin-top: 1.85rem
        }
    }
.site-area{--state-static:calc(1.5rem * 1.25);--type-meta:calc(1520px / 3.58);padding:calc(1.5rem * 2.4) 2.3rem;background:#5c6b2f;color:#fbf7ec;}
.site-area .soft-copy{max-width:1520px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--state-static) * 1.2);}
.site-area h1,.site-area h2,.site-area h3,.site-area p{margin:0;}
.site-area h2{font-size:calc(19.2px * 2);line-height:1.12;}
.site-area h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.site-area p{font-size:19.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.site-area a{color:inherit;text-decoration:none;}
.site-area .soft-fields{padding-inline-start:calc(2.3rem / 2);}
.site-area .local-surface{display:flex;flex-wrap:wrap;gap:var(--state-static);}
.site-area .primary-list{flex:1 1 var(--type-meta);min-width:0;padding:calc(var(--state-static) * .75);border-radius:0.46rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.site-area .primary-list p{margin-top:calc(1.5rem / 3);}
.site-area .primary-list a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;text-decoration:underline;text-underline-offset:3px;}
.site-area .featured-story{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.site-area .featured-story a{text-decoration:underline;text-underline-offset:3px;}
.featured-headline{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.featured-headline .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.featured-headline .top-stack{max-width: 46rem;}
.featured-headline h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: -0.01em;}
.featured-headline .soft-wrap{max-width: 44rem;
        padding-left: clamp(0rem, 3vw, 2.4rem);
        border-left: 2px solid #e2dac2;}
.featured-headline p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 19.2px);
        line-height: 1.76;}
.featured-headline .compact-unit{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
@media (max-width: 680px) {.featured-headline{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.featured-headline .soft-wrap{
            padding-left: 1rem;
        }.featured-headline .compact-unit{
            aspect-ratio: 4/3;
        }
    }
.page-headline{--state-static:calc(1.5rem * 1.04);--axis-active:calc(1520px / 2.28);padding:calc(1.5rem * 2.4) 2.3rem;background:#e0a52c;color:#2b2e18;}
.page-headline .soft-copy{max-width:1520px;margin:0 auto;}
.page-headline h1,.page-headline h2,.page-headline h3,.page-headline p,.page-headline ul{margin:0;}
.page-headline h2{font-size:calc(19.2px * 2);line-height:1.12;}
.page-headline h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.page-headline p{font-size:19.2px;line-height:1.76;}
.page-headline a{color:inherit;text-decoration:none;}
.page-headline .visual-items{row-gap:calc(var(--state-static) * 1.2);}
.page-headline .public-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.page-headline .soft-fields{margin-top:1.5rem;}
.page-headline .service-block{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.page-headline .primary-list{min-width:0;padding-block-end:calc(var(--state-static) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.page-headline .primary-list:last-child{border-bottom:0;padding-block-end:0;}
.page-headline .primary-list p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.page-headline .service-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.85rem * 1.1);}.page-headline .primary-list{padding-block-end:calc(var(--state-static) * .7);}
}
.media-entries{
        --state-static: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.3rem;
        background: var(--tone-deep);
        color: var(--tone-secondary);
    }
.media-entries .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-static);}
.media-entries h2,
    .media-entries h3,
    .media-entries p{margin: 0;}
.media-entries h2{font-size: calc(19.2px * 2);
        line-height: 1.14;}
.media-entries h3{font-size: calc(19.2px * 1.35);
        line-height: 1.22;}
.media-entries p{font-size: 19.2px;
        line-height: 1.76;}
.media-entries .details{display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5);}
.media-entries .soft-fields{opacity: .82;}
.media-entries .steady-brand{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid rgba(251, 247, 236, 0.18);
        padding-top: calc(1.5rem * .75);}
.media-entries .primary-list{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.5rem / 3);
        padding-block: calc(1.5rem / 2);
        border-bottom: 1px solid rgba(251, 247, 236, 0.14);}
.media-entries .primary-list:last-child{border-bottom: none;}
.media-entries .primary-list p{opacity: .84;}
.media-entries .featured-story{font-size: calc(19.2px * .875);
        opacity: .78;}
.media-entries .featured-story a{color: #e0a52c;
        text-decoration: underline;
        text-underline-offset: 3px;}
.media-entries .featured-story a:hover{color:inherit;}
@media (min-width: 860px) {.media-entries .primary-list{
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
            gap: 1.85rem;
            align-items: start;
        }
    }
.compact-form{
  background: linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.compact-form .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;}
.compact-form .local-wrap{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: calc(1.85rem * 1.5);}
.compact-form h2,
.compact-form p{margin: 0;}
.compact-form .primary-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.85rem;}
.compact-form h2{font-size: calc(19.2px * 2.65);
  line-height: 1.05;
  flex: 1 1 20rem;
  min-width: 0;}
.compact-form .top-quote{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.85rem;
  flex: 1 1 26rem;
  min-width: 0;}
.compact-form .top-quote p{flex: 1 1 min(100%, 18rem);
  line-height: 1.76;
  margin: 0;}
.compact-form strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
@media (max-width: 820px) {.compact-form .local-wrap{ aspect-ratio: 16 / 10; }.compact-form h2{ flex-basis: 100%; }.compact-form .top-quote{ flex-basis: 100%; }
}
.benefit{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.benefit .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.benefit .top-stack{max-width: 54rem;}
.benefit .soft-wrap{max-width: 46rem;
        padding-left: clamp(0px, 3vw, 2.4rem);
        border-left: 2px solid #e2dac2;}
.benefit .compact-unit{display: block;
        width: min(100%, 40rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: flex-end;}
.benefit h1{margin: 0;
        font-size: clamp(1.95rem, 5.2vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: 0;}
.benefit p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 19.2px);
        line-height: 1.74;}
@media (max-width: 680px) {.benefit{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.benefit .soft-wrap{
            padding-left: 1rem;
        }.benefit .compact-unit{
            width: 100%;
            align-self: auto;
        }
    }
.steady-proof{padding:calc(1.5rem * 2.4) 2.3rem;background:#f1ead6;color:#3f4228}
.steady-proof .soft-copy{max-width:1520px;margin:0 auto}
.steady-proof .text-menu{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(1.85rem * 1.5);align-items:start}
.steady-proof .details{min-width:0}
.steady-proof h2{margin:0;font-size:calc(19.2px * 2);line-height:1.08}
.steady-proof .details p{margin:1.5rem 0 0;font-size:19.2px;line-height:1.76}
.steady-proof .public-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-proof .public-tile a{display:block;min-width:0;background:#ffffff;color:#2b2e18;border:1px solid #e2dac2;border-radius:0.46rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 480ms var(--delay-fast)}
.steady-proof .public-tile a:hover{border-color:#e0a52c}
.steady-proof strong{display:block;font-size:calc(19.2px * 1.125);line-height:1.2}
.steady-proof span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.2px * .875);line-height:1.76}
@media(max-width:780px){.steady-proof .text-menu{display:block}.steady-proof .public-tile{margin-top:calc(1.85rem * 1.5)}.steady-proof h2{font-size:calc(19.2px * 1.35)}}
.media-area{
  --state-static:calc(1.5rem * 1.15);
  --surface-soft:calc(1520px / 3.6);
  padding:calc(1.5rem * 2.4) 2.3rem;
  background:#fbf7ec;
  color:#2b2e18;
}
.media-area .soft-copy{max-width:1520px;
  margin:0 auto;}
.media-area h2,
.media-area h3,
.media-area p{margin:0;}
.media-area h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.media-area h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;
  margin-top:calc(1.5rem / 2.2);}
.media-area p{font-size:19.2px;
  line-height:1.76;}
.media-area .details{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.85rem;}
.media-area .details>h2{flex:1 1 calc(1520px / 2.6);
  min-width:0;}
.media-area .details>.soft-fields{flex:1 1 calc(1520px / 2.6);
  min-width:0;
  color:#3f4228;}
.media-area .local-surface{display:flex;
  flex-wrap:wrap;
  gap:var(--state-static);
  margin-top:var(--state-static);}
.media-area .primary-list{
  flex:1 1 var(--surface-soft);
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.79rem;
  background:#ffffff;
  color:#2b2e18;
  border:1px solid #e2dac2;
  box-shadow:0 1px 4px rgba(0,0,0,0.14);
}
.media-area .primary-group{margin-bottom:calc(1.5rem / 2.4);
  border-radius:0.46rem;
  overflow:hidden;}
.media-area .primary-group img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;}
.media-area .primary-list p{margin-top:calc(1.5rem / 3.2);
  color:#3f4228;}
.media-area .quiet-callout{margin-top:auto;
  padding-top:calc(1.5rem / 2.6);
  font-size:calc(19.2px * .875);
  color:#5c6b2f;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 480ms var(--delay-fast),border-color 480ms var(--delay-fast);}
.media-area .quiet-callout:hover{color:inherit;
  border-bottom-color:#e0a52c;}
.media-area .featured-story{margin-top:var(--state-static);
  padding-top:calc(1.5rem / 2.4);
  border-top:1px solid #e2dac2;
  color:#3f4228;
  font-size:calc(19.2px * .875);}
@media (max-width:720px){.media-area .details>h2,
  .media-area .details>.soft-fields{
    flex:1 1 100%;
  }.media-area .primary-list{
    flex:1 1 100%;
  }
}
.top-proof{
        padding: calc(calc(1.5rem * 2.4) * .8) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.top-proof .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.2vw, calc(1.85rem * 1.5));}
.top-proof .top-stack{order: 1;}
.top-proof .soft-wrap{order: 2;
        max-width: 46rem;}
.top-proof .compact-unit{order: 3;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
.top-proof h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: 0;}
.top-proof p{margin: 0;
        font-size: 19.2px;
        line-height: 1.74;}
@media (min-width: 900px) {.top-proof .soft-copy{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
            grid-template-areas:
                "title photo"
                "text  photo";
            column-gap: 1.85rem;
            row-gap: calc(1.85rem * 1.5);
            align-items: start;
        }.top-proof .top-stack{ grid-area: title; }.top-proof .soft-wrap{ grid-area: text; }.top-proof .compact-unit{
            grid-area: photo;
            aspect-ratio: 4/5;
            height: 100%;
        }
    }
@media (max-width: 680px) {.top-proof{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.top-proof .compact-unit{
            aspect-ratio: 16/10;
        }
    }
.active-figure{--state-static:calc(1.5rem * 1.28);--field-active:calc(1520px / 3.4);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.active-figure .soft-copy{max-width:1520px;margin:0 auto;}
.active-figure h2,.active-figure h3,.active-figure p{margin:0;}
.active-figure h2{font-size:calc(19.2px * 2);line-height:1.14;}
.active-figure h3{font-size:calc(19.2px * 1.35);line-height:1.24;}
.active-figure p{font-size:19.2px;line-height:1.76;}
.active-figure a{color:#5c6b2f;text-decoration:none;border-bottom:1px solid #c98a1b;}
.active-figure a:hover{color:inherit;}
.active-figure img{display:block;width:100%;height:auto;border-radius:0.79rem;}
.active-figure .details{max-width:100%;}
.active-figure .details .soft-fields{margin-top:1.5rem;color:#3f4228;}
.active-figure .steady-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.85rem;margin-top:var(--state-static);}
.active-figure .steady-brand .top-team{flex:1 1 var(--field-active);min-width:0;margin:0;}
.active-figure .steady-brand .bottom-footer{flex:1 1 calc(1520px / 2.6);min-width:0;}
.active-figure .steady-brand .bottom-footer p+p{margin-top:calc(1.85rem * 1.5);}
.active-figure .local-surface{display:flex;flex-wrap:wrap;gap:1.85rem;margin-top:var(--state-static);}
.active-figure .primary-list{flex:1 1 calc(1520px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2dac2;}
.active-figure .primary-list p{margin-top:calc(1.5rem / 3);color:#3f4228;}
.active-figure .featured-story{margin-top:var(--state-static);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.46rem;background:#f1ead6;color:#3f4228;}
.active-figure .featured-story a{color:#5c6b2f;}
@media (max-width:720px){.active-figure .steady-brand .top-team,.active-figure .steady-brand .bottom-footer,.active-figure .primary-list{flex:1 1 100%;}
}
.page-wrap{padding:calc(1.5rem * 2.4) 2.3rem;background:linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);color:#2b2e18}
.page-wrap .soft-copy{max-width:1520px;margin:0 auto}
.page-wrap .details{margin-bottom:calc(1.85rem * 1.5)}
.page-wrap h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.05}
.page-wrap .details p{margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.76}
.page-wrap .text-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.85rem}
.page-wrap .strong-content{padding-top:calc(1.5rem * .75);border-top:1px solid #e2dac2;font-size:calc(19.2px * 1.35);line-height:1.15}
.page-wrap .strong-content p{margin:calc(1.5rem * .75) 0 0;font-size:19.2px;line-height:1.76}
.page-wrap .quiet-callout{display:flex;flex-wrap:wrap;gap:1.85rem;margin-top:calc(1.85rem * 1.5);padding-top:1.5rem;border-top:1px solid #e2dac2}
.page-wrap .quiet-callout a{font-size:19.2px;text-decoration:none;border-bottom:1px solid #5c6b2f}
.page-wrap .quiet-callout a:hover{border-bottom-color:#e0a52c}
@media(max-width:900px){.page-wrap .text-menu{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.page-wrap .text-menu{grid-template-columns:1fr}.page-wrap .quiet-callout{flex-direction:column;gap:calc(1.5rem * .75)}}
.simple-copy{--state-static:calc(1.5rem * 1.06);--type-meta:calc(1520px / 3.37);padding:calc(1.5rem * 2.4) 2.3rem;background:var(--tone-deep);color:var(--tone-secondary);}
.simple-copy .soft-copy{max-width:1520px;margin:0 auto;}
.simple-copy h2,.simple-copy h3,.simple-copy p{margin:0;}
.simple-copy h2{font-size:calc(19.2px * 2);line-height:1.12;}
.simple-copy h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.simple-copy p{font-size:19.2px;line-height:1.76;color:inherit;}
.simple-copy .soft-surface{padding-inline-start:calc(2.3rem / 2);}
.simple-copy .content-frame{row-gap:calc(var(--state-static) * .7);}
.simple-copy .soft-fields{margin-top:1.5rem;max-width:calc(1520px / 2);}
.simple-copy .local-surface{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.simple-copy .primary-list{flex:1 1 var(--type-meta);min-width:0;padding:calc(var(--state-static) * .75);border-radius:0.46rem;background:#f1ead6;color:#3f4228;}
.simple-copy .primary-list p{margin-top:calc(1.5rem / 3);}
.simple-copy .primary-list h3{margin-top:calc(1.5rem / 2);}
.site-benefit{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.site-benefit .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        gap: clamp(1.4rem, 3vw, calc(1.85rem * 1.5));
        align-items: center;}
.site-benefit .steady-brand{display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5);}
.site-benefit h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;}
.site-benefit .soft-fields{margin: 0;
        font-size: clamp(1rem, 1.3vw, 19.2px);
        line-height: 1.74;}
.site-benefit .team-view{margin: 0;
        border-radius: 0.79rem;
        overflow: hidden;
        box-shadow: var(--lift-button, 0 1px 4px rgba(0,0,0,0.14));}
.site-benefit .compact-unit{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;}
@media (max-width: 820px) {.site-benefit .soft-copy{
            grid-template-columns: 1fr;
        }.site-benefit{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.offer-grid{
  background: #fbf7ec;
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.offer-grid .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.85rem;
  align-items: start;}
.offer-grid h2,
.offer-grid h3,
.offer-grid p{margin: 0;}
.offer-grid h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.offer-grid h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.offer-grid p{font-size: 19.2px; line-height: 1.76;}
.offer-grid .strong-block{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.85rem * 1.5);
  border-radius: 1rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
  position: sticky;
  top: 1.5rem;
}
.offer-grid .strong-block a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(19.2px * .875);}
.offer-grid .page-fields{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.offer-grid [data-block]{
  flex: 1 1 18rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}
.offer-grid .quiet-story{color: #3f4228;
  font-size: calc(19.2px * .875);
  letter-spacing: .01em;}
@media (max-width: 860px) {.offer-grid .soft-copy{
    grid-template-columns: 1fr;
  }.offer-grid .strong-block{
    position: static;
  }
}
.team-content{padding:calc(1.5rem * 2.4) 2.3rem;background:#f1ead6;color:#3f4228}
.team-content .soft-copy{max-width:1520px;margin:0 auto}
.team-content .bottom-footer{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.85rem;margin-bottom:calc(1.85rem * 1.5);border-bottom:1px solid #e2dac2;padding-bottom:calc(1.85rem * 1.5)}
.team-content .bottom-footer>p{flex:1 1 22rem;margin:0;font-size:calc(19.2px * 1.125);line-height:1.76}
.team-content h2{flex:0 0 auto;margin:0;font-size:calc(19.2px * 2);line-height:1.05}
.team-content .top-view{display:flex;flex-wrap:wrap;gap:calc(1.85rem * 1.5)}
.team-content .service-block{flex:1 1 13rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding-top:.4rem}
.team-content button{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.5;transition:opacity 480ms var(--delay-fast)}
.team-content button:hover{opacity:.8}
.team-content button.is-active{opacity:1;text-decoration:underline;text-underline-offset:.35em;text-decoration-thickness:1px}
.team-content .top-details{flex:2 1 26rem;min-width:0}
.team-content [data-mission-meaning]{display:none}
.team-content [data-mission-meaning].is-active{display:block}
.team-content h3{margin:0;font-size:calc(19.2px * 1.35)}
.team-content [data-mission-meaning] p{margin:1.5rem 0;line-height:1.76}
.team-content [data-mission-meaning] strong{display:block;font-size:calc(19.2px * .875);font-weight:600;padding-top:1.5rem;border-top:1px solid #e2dac2}
@media(max-width:700px){.team-content .bottom-footer{display:block}.team-content h2{margin-top:1.5rem}.team-content .top-view{display:block}.team-content .service-block{flex-direction:row;flex-wrap:wrap;gap:1.5rem;margin-bottom:calc(1.85rem * 1.5)}.team-content .top-details{margin-top:0}}
.media-callout{
        padding: calc(calc(1.5rem * 2.4) * .82) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.media-callout .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.85rem * 1.5));}
.media-callout .soft-fields{display: flex;
        flex-direction: column;
        gap: clamp(.7rem, 1.6vw, 1.1rem);}
.media-callout h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.media-callout .wide-callout{margin: 0;
        font-size: clamp(1rem, 1.4vw, calc(19.2px * 1.125));
        line-height: 1.66;}
.media-callout .featured-form{margin: 0;
        align-self: center;
        width: min(100%, 40rem);}
.media-callout .compact-unit{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
.media-callout .top-quote{display: flex;
        flex-direction: column;
        gap: clamp(.8rem, 1.8vw, 1.2rem);
        padding-top: clamp(.4rem, 1.2vw, .8rem);
        border-top: 1px solid #e2dac2;}
.media-callout .top-quote p{margin: 0;
        font-size: clamp(.98rem, 1.24vw, 19.2px);
        line-height: 1.74;}
@media (min-width: 900px) {.media-callout .soft-copy{
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
            grid-template-areas:
                "lead media"
                "notes media";
            align-items: start;
            column-gap: clamp(1.6rem, 3.4vw, 1.85rem);
            row-gap: clamp(1rem, 2vw, 1.6rem);
        }.media-callout .soft-fields{
            grid-area: lead;
        }.media-callout .featured-form{
            grid-area: media;
            align-self: stretch;
            width: 100%;
        }.media-callout .compact-unit{
            height: 100%;
            aspect-ratio: auto;
            min-height: 22rem;
        }.media-callout .top-quote{
            grid-area: notes;
        }
    }
@media (max-width: 680px) {.media-callout{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.team-story{--state-static:calc(1.5rem * 1.05);--axis-active:calc(1520px / 2.90);padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.team-story .soft-copy{max-width:1520px;margin:0 auto;}
.team-story h1,.team-story h2,.team-story h3,.team-story p{margin:0;}
.team-story h2{font-size:calc(19.2px * 2);line-height:1.12;}
.team-story p{font-size:19.2px;line-height:1.76;}
.team-story a{color:#5c6b2f;text-decoration:none;}
.team-story a:hover{color:inherit;}
.team-story .top-lead{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.27rem;background:#5c6b2f;color:#fbf7ec;}
.team-story .top-lead:hover{background:#47541f;color:#fbf7ec;}
.team-story .content-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.85rem;}
.team-story .bottom-footer{flex:1 1 auto;min-width:0;}
.team-story .bottom-footer .soft-fields{margin-top:1.5rem;}
.team-story .open-block{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--state-static);}
.team-story details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:#ffffff;color:#2b2e18;border:1px solid #e2dac2;}
.team-story summary{cursor:pointer;font-weight:700;font-size:calc(19.2px * 1.125);}
.team-story details p{margin-top:calc(1.5rem / 3);}
.team-story .quiet-callout{flex:1 1 100%;font-size:calc(19.2px * .875);color:#3f4228;}
.media-track{
        padding: calc(1.5rem * 2.4) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.media-track .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 1.85rem;
        align-items: flex-start;}
.media-track .soft-fields{flex: 1 1 20rem;
        position: sticky;
        top: 1.5rem;}
.media-track h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1;}
.media-track .soft-fields p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.76;}
.media-track .open-entries{flex: 2 1 32rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5);}
.media-track .offer-tile{
        padding: calc(1.5rem * .75);
        border: 1px solid #e2dac2;
        border-radius: 0.79rem;
        background: #ffffff;
        color: #2b2e18;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);
    }
.media-track .offer-tile:nth-child(even){
        background: #f1ead6;
        color: #3f4228;
    }
.media-track .team-grid{font-size: calc(19.2px * 1.125);
        line-height: 1.76;}
.media-track .service-wrap{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        border-top: 1px solid #e2dac2;
        padding-top: calc(1.5rem * .75);}
.media-track .service-wrap strong{font-size: 19.2px;}
.media-track .service-wrap span{font-size: calc(19.2px * .875);
        opacity: 0.85;}
@media (max-width: 760px) {.media-track .soft-copy{
            flex-direction: column;
        }.media-track .soft-fields{
            position: static;
        }.media-track .service-wrap{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.steady-headline{
    color:#2b2e18;
    background:#fbf7ec;
    padding:calc(1.5rem * 2.4) 2.3rem;
}
.steady-headline .c{max-width:1520px;
    margin:0 auto;
    display:grid;
    gap:2.3rem;}
@media (min-width:1024px){.steady-headline .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.steady-headline .content-surface{display:flex;
    flex-direction:column;
    gap:calc(1.85rem * 1.5);}
.steady-headline .primary-headline h1{font-size:calc(19.2px * 2.65);
    margin:0 0 0.6rem;
    line-height:1.2;}
.steady-headline .quiet-story{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(19.2px * .875);}
.steady-headline .soft-fields{margin:0;
    font-size:calc(19.2px * 1.125);
    line-height:1.6;}
.steady-headline .top-team{margin:0;
    border-radius:0.79rem;
    overflow:hidden;
    box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.steady-headline .top-team img{display:block;
    width:100%;
    height:auto;}
.steady-headline .plain-stack{line-height:1.76;}
.steady-headline .plain-stack h2{font-size:calc(19.2px * 1.35);
    margin:calc(1.85rem * 1.5) 0 0.5rem;}
.steady-headline .plain-stack p{margin:0 0 1rem;}
.steady-headline .plain-stack a{text-decoration:underline;}
.steady-headline .plain-stack a:hover{}
.steady-headline .quiet-callout{display:flex;
    flex-wrap:wrap;
    gap:1.85rem;
    padding-top:calc(1.85rem * 1.5);
    border-top:1px solid #e2dac2;}
.steady-headline .quiet-callout a{text-decoration:none;
    font-size:19.2px;
    border-bottom:1px solid #5c6b2f;
    padding-bottom:2px;}
.steady-headline .quiet-callout a:hover{border-bottom-color:#e0a52c;}
.steady-headline .featured-panel{
    background:#ffffff;
    color:#2b2e18;
    padding:calc(1.5rem * .75);
    border-radius:0.79rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.14);
    border:1px solid #e2dac2;
    align-self:start;
}
.steady-headline .featured-panel h3{margin:0 0 1rem;
    font-size:calc(19.2px * 1.35);}
.steady-headline .direct-rail{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.steady-headline .featured-panel a{text-decoration:none;
    font-size:calc(19.2px * .875);
    line-height:1.5;}
.steady-headline .featured-panel a:hover{text-decoration:underline;}
.text-intro{
    padding:calc(1.5rem * 2.4) 2.3rem;
    background:#f1ead6;
    color:#3f4228;
}
.text-intro .mission{max-width:1520px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.85rem;
    align-items:flex-start;}
.text-intro .soft-fields{flex:1 1 260px;
    min-width:220px;}
.text-intro .bottom-footer{flex:2 1 420px;
    min-width:260px;}
.text-intro .cluster{margin:0 0 6px;
    font-size:calc(19.2px * 1.35);
    line-height:1.25;}
.text-intro .team{margin:0;
    font-size:calc(19.2px * .875);
    letter-spacing:0.02em;
    opacity:0.85;}
.text-intro .content-method{margin:0 0 calc(1.85rem * 1.5);
    font-size:19.2px;
    line-height:1.76;}
.text-intro .featured-story{margin:0 0 calc(1.85rem * 1.5);
    font-size:calc(19.2px * .875);
    line-height:1.7;
    padding-left:14px;
    border-left:2px solid #e0a52c;}
.text-intro .local-surface{list-style:none;
    margin:0 0 calc(1.85rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;}
.text-intro .primary-list{
    font-size:calc(19.2px * .875);
    padding:6px 12px;
    background:#ffffff;
    color:#2b2e18;
    border:1px solid #e2dac2;
    border-radius:0.27rem;
}
.text-intro .primary-list a{color:#5c6b2f;
    text-decoration:none;}
.text-intro .primary-list a:hover{color:inherit;
    text-decoration:underline;}
.text-intro .fresh-fields{margin:0;
    font-size:calc(19.2px * .875);
    line-height:1.7;}
.text-intro .fresh-fields a{color:#5c6b2f;
    text-decoration:underline;}
.text-intro .fresh-fields a:hover{color:inherit;}
@media (max-width:640px){.text-intro .mission{
        flex-direction:column;
    }
}
.form{
  background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.form .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.85rem;
  align-items: start;}
.form h2,
.form h3,
.form p{margin: 0;}
.form h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.form h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.form p{font-size: 19.2px; line-height: 1.76;}
.form .visual-team{
  display: grid;
  gap: calc(1.85rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);
  color: #2b2e18;
}
.form .visual-team .featured-story{font-size: calc(19.2px * .875);
  line-height: 1.6;
  padding-top: calc(1.85rem * 1.5);
  border-top: 1px solid rgba(43, 46, 24, 0.28);}
.form .top-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.form .direct-story{
  display: grid;
  grid-template-columns: 0.7rem minmax(8rem, 0.3fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: 1.5rem;
  row-gap: 0.4rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  animation: peopleTimelineIn calc(480ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--ease-panel, 0ms);
}
.form i{
  grid-area: dot;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #5c6b2f;color:#fbf7ec;}
.form .direct-story span{grid-area: role;
  font-size: calc(19.2px * .875);
  line-height: 1.5;}
.form .direct-story h3{grid-area: name;}
.form .direct-story p{grid-area: text;
  font-size: calc(19.2px * .875);
  line-height: 1.76;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateX(calc(calc(1.85rem * 1) * 0.16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.form .soft-copy{ grid-template-columns: 1fr; }.form .direct-story{
    grid-template-columns: 0.7rem minmax(0, 1fr);
    grid-template-areas:
      "dot name"
      "dot role"
      "dot text";
  }
}
.wide-note{
  background: #fbf7ec;
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.wide-note .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: calc(1.85rem * 1.5);
  align-items: start;}
.wide-note h2,
.wide-note h3,
.wide-note p{margin: 0;}
.wide-note h2{font-size: calc(19.2px * 2.65);
  line-height: 1.05;
  margin-bottom: calc(1.5rem * .75);}
.wide-note h3{font-size: calc(19.2px * 1.35);
  line-height: 1.18;}
.wide-note p{font-size: 19.2px;
  line-height: 1.76;}
.wide-note .content-surface{display: grid;
  gap: calc(1.5rem * .75);}
.wide-note .soft-callout{display: grid;
  gap: calc(1.5rem * .75);}
.wide-note .featured-story{
  display: grid;
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 1.5rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  border-radius: 0.46rem;
}
.wide-note .featured-story span{font-size: calc(19.2px * .875);
  color: #3f4228;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.wide-note .primary-view{
  grid-column: 1 / -1;
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .75) 1.5rem;
  border-radius: 0.46rem;
  background: #5c6b2f;
  color: #fbf7ec;
  text-decoration: none;
}
.wide-note .primary-view:hover{
  background: #47541f;color:#2b2e18;}
@media (max-width: 860px) {.wide-note .soft-copy{ grid-template-columns: 1fr; }.wide-note h2{ font-size: clamp(calc(19.2px * 2), 13vw, calc(19.2px * 2.65)); }
}
.quiet-block{
    color:#2b2e18;
    background:#fbf7ec;
    padding:calc(1.5rem * 2.4) 2.3rem;
}
.quiet-block .c{max-width:1520px;
    margin:0 auto;
    display:grid;
    gap:2.3rem;}
@media (min-width:1024px){.quiet-block .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.quiet-block .content-surface{display:flex;
    flex-direction:column;
    gap:calc(1.85rem * 1.5);}
.quiet-block .primary-headline h1{font-size:calc(19.2px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.quiet-block .quiet-story{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(19.2px * .875);}
.quiet-block .visual-note{margin:0;
    border-radius:0.79rem;
    overflow:hidden;
    box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.quiet-block .visual-note img{display:block;
    width:100%;
    height:auto;}
.quiet-block .plain-stack{display:flex;
    flex-direction:column;
    gap:calc(1.85rem * 1.5);
    line-height:1.76;
    font-size:19.2px;}
.quiet-block .plain-stack p{margin:0;}
.quiet-block .plain-stack .soft-fields{font-size:calc(19.2px * 1.125);}
.quiet-block .plain-stack h2{font-size:calc(19.2px * 1.35);
    margin:0;}
.quiet-block .plain-stack a{text-decoration:underline;
    text-underline-offset:3px;}
.quiet-block .plain-stack a:hover{}
.quiet-block .primary-shell{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1rem;
    padding-top:calc(1.85rem * 1.5);
    border-top:1px solid #e2dac2;
    font-size:19.2px;}
.quiet-block .focused-view{font-size:calc(19.2px * .875);}
.quiet-block .primary-shell a{text-decoration:none;}
.quiet-block .primary-shell a:hover{text-decoration:underline;}
.quiet-block .featured-panel{
    background:#ffffff;
    color:#2b2e18;
    border:1px solid #e2dac2;
    border-radius:0.79rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 4px rgba(0,0,0,0.14);
}
.quiet-block .featured-panel h3{margin:0 0 calc(1.85rem * 1.5);
    font-size:calc(19.2px * 1.35);}
.quiet-block .direct-rail{display:flex;
    flex-direction:column;
    gap:0.85rem;}
.quiet-block .featured-panel a{text-decoration:none;
    font-size:19.2px;}
.quiet-block .featured-panel a:hover{text-decoration:underline;}
.secondary-contact{padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.secondary-contact .mission{max-width:1520px;margin:0 auto;}
.secondary-contact .steady-brand{display:flex;flex-wrap:wrap;gap:1.85rem;align-items:flex-start;}
.secondary-contact .block{width:180px;height:180px;object-fit:cover;border-radius:0.79rem;box-shadow:0 1px 4px rgba(0,0,0,0.14);flex:0 0 auto;}
.secondary-contact .bottom-footer{flex:1 1 320px;min-width:0;}
.secondary-contact .cluster{margin:0 0 4px;font-size:calc(19.2px * 1.35);line-height:1.3;}
.secondary-contact .team{margin:0 0 calc(1.85rem * 1.5);font-size:calc(19.2px * .875);color:#3f4228;}
.secondary-contact .content-method{margin:0 0 calc(1.85rem * 1.5);font-size:19.2px;line-height:1.76;}
.secondary-contact .wide-frame{list-style:none;margin:0 0 calc(1.85rem * 1.5);padding:0;display:flex;flex-wrap:wrap;gap:1.85rem;font-size:calc(19.2px * .875);}
.secondary-contact .wide-frame a{color:#5c6b2f;text-decoration:none;border-bottom:1px solid #e2dac2;padding-bottom:2px;}
.secondary-contact .wide-frame a:hover{color:inherit;border-bottom-color:#e0a52c;}
.secondary-contact .featured-story{margin:0;font-size:calc(19.2px * .875);color:#3f4228;}
@media (max-width:640px){.secondary-contact .block{width:120px;height:120px;}.secondary-contact .wide-frame{gap:calc(1.85rem / 2);}
}
.simple-intro{
  background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.simple-intro .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.85rem;}
.simple-intro h2,
.simple-intro h3,
.simple-intro p{margin: 0;}
.simple-intro h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.simple-intro h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.simple-intro p{font-size: 19.2px; line-height: 1.76;}
.simple-intro .visual-team{
  display: grid;
  gap: calc(1.85rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);
  color: #2b2e18;
}
.simple-intro .visual-team p + p{padding-top: calc(1.85rem * 1.5);
  border-top: 1px solid rgba(43, 46, 24, 0.22);}
.simple-intro .top-figure{display: grid;
  gap: calc(1.5rem * .75);}
.simple-intro .direct-story{
  display: grid;
  grid-template-columns: 0.75rem minmax(6rem, .2fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  animation: peopleTimelineIn calc(480ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--ease-panel, 0ms);
}
.simple-intro .direct-story:nth-child(even){
  background: #f1ead6;
  color: #3f4228;
}
.simple-intro i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #5c6b2f;color:#fbf7ec;}
.simple-intro .direct-story span{font-size: calc(19.2px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.simple-intro .direct-story:nth-child(even) span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.85rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.simple-intro .soft-copy{ grid-template-columns: 1fr; }.simple-intro .direct-story{
    grid-template-columns: 0.75rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot title"
      "dot text";
    gap: calc(1.85rem * 1.5) 1.5rem;
  }.simple-intro .direct-story i{ grid-area: dot; }.simple-intro .direct-story span{ grid-area: role; }.simple-intro .direct-story h3{ grid-area: title; }.simple-intro .direct-story p{ grid-area: text; }
}
.content-track{
  background: #fbf7ec;
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.content-track .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.85rem * 1.5);}
.content-track .soft-fields{display: grid;
  gap: 1.5rem;}
.content-track h2,
.content-track h3,
.content-track p{margin: 0;}
.content-track h2{font-size: calc(19.2px * 2.65);
  line-height: 1.05;}
.content-track h3{font-size: calc(19.2px * 1.35);
  line-height: 1.18;}
.content-track p{font-size: 19.2px;
  line-height: 1.76;}
.content-track .soft-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.85rem;}
.content-track .featured-story{flex: 1 1 260px;
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 0 1.5rem;
  border-top: 1px solid #e2dac2;
  border-left: 1px solid #e2dac2;}
.content-track .featured-story .quiet-story{font-size: calc(19.2px * .875);
  color: #3f4228;
  letter-spacing: .04em;
  text-transform: uppercase;}
.content-track .primary-view{
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.46rem;
  background: #5c6b2f;
  color: #fbf7ec;
  text-decoration: none;
  font-size: 19.2px;
}
.content-track .primary-view:hover{
  background: #47541f;color:#2b2e18;}
@media (max-width: 860px) {.content-track h2{ font-size: clamp(calc(19.2px * 2), 12vw, calc(19.2px * 2.65)); }.content-track .featured-story{ flex: 1 1 100%; }
}
.soft-visual{color:#2b2e18;background:#fbf7ec;padding:calc(1.5rem * 2.4) 2.3rem;}
.soft-visual .c{max-width:1520px;margin:0 auto;display:grid;gap:2.3rem;}
@media (min-width:1024px){.soft-visual .c{grid-template-columns:minmax(0,1fr) 300px;align-items:start;}}
.soft-visual .primary-headline{margin-bottom:calc(1.85rem * 1.5);}
.soft-visual h1{font-size:calc(19.2px * 2.65);margin:0 0 0.75rem;line-height:1.2;}
.soft-visual .quiet-story{display:flex;flex-wrap:wrap;gap:1rem;font-size:calc(19.2px * .875);}
.soft-visual .visual-note{margin:0 0 calc(1.85rem * 1.5);border-radius:0.79rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.soft-visual .visual-note img{display:block;width:100%;height:auto;}
.soft-visual .plain-stack{line-height:1.76;}
.soft-visual .plain-stack p{margin:0 0 1.1rem;}
.soft-visual .quiet-callout{display:flex;flex-wrap:wrap;gap:1.85rem;margin-top:calc(1.85rem * 1.5);padding-top:calc(1.85rem * 1.5);border-top:1px solid #e2dac2;}
.soft-visual .quiet-callout a{text-decoration:none;font-size:19.2px;}
.soft-visual .quiet-callout a:hover{text-decoration:underline;}
.soft-visual .featured-panel{background:#ffffff;color:#2b2e18;padding:calc(1.5rem * .75);border-radius:0.79rem;border:1px solid #e2dac2;box-shadow:0 1px 4px rgba(0,0,0,0.14);}
.soft-visual .featured-panel h3{margin:0 0 1rem;font-size:calc(19.2px * 1.35);}
.soft-visual .direct-rail{display:flex;flex-direction:column;gap:0.85rem;}
.soft-visual .featured-panel a{text-decoration:none;line-height:1.5;}
.soft-visual .featured-panel a:hover{text-decoration:underline;}
.method{
    padding:calc(1.5rem * 2.4) 2.3rem;
    background:#f1ead6;
    color:#3f4228;
}
.method .mission{max-width:1520px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.85rem;
    align-items:flex-start;}
.method .details{flex:1 1 260px;
    min-width:220px;}
.method .bottom-footer{flex:2 1 420px;
    min-width:260px;}
.method .cluster{margin:0 0 6px;
    font-size:calc(19.2px * 1.35);
    line-height:1.25;}
.method .team{margin:0;
    font-size:calc(19.2px * .875);
    letter-spacing:0.02em;
    opacity:0.85;}
.method .content-method{margin:0 0 calc(1.85rem * 1.5);
    font-size:19.2px;
    line-height:1.76;}
.method .content-method:last-of-type{margin-bottom:calc(1.85rem * 1.5);}
.method .quiet-callout{list-style:none;
    margin:0 0 calc(1.85rem * 1.5);
    padding:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:1.85rem;
    border-top:1px solid #e2dac2;
    padding-top:calc(1.85rem * 1.5);}
.method .fresh-fields{flex:1 1 240px;
    font-size:calc(19.2px * .875);
    line-height:1.6;}
.method .fresh-fields a{color:#5c6b2f;
    text-decoration:none;
    border-bottom:1px solid #5c6b2f;}
.method .fresh-fields a:hover{color:inherit;
    border-bottom-color:#e0a52c;}
.method .featured-story{margin:0;
    width:100%;
    font-size:calc(19.2px * .875);
    line-height:1.6;
    opacity:0.85;}
@media (max-width:640px){.method .mission{
        flex-direction:column;
    }.method .quiet-callout{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
}
.local-list{
  background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.local-list .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;
  display: grid;
  gap: 1.85rem;}
.local-list h2,
.local-list h3,
.local-list p{margin: 0;}
.local-list h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.local-list h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.local-list p{font-size: 19.2px; line-height: 1.76;}
.local-list .wide-nav{
  display: grid;
  gap: calc(1.85rem * 1.5);
  padding: calc(1.85rem * 1.5);
  border-radius: 1rem;
  background: linear-gradient(135deg, #e0a52c 0%, #c98a1b 100%);
  color: #2b2e18;
}
.local-list .simple-team{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.local-list [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  animation: peopleMemberIn calc(480ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--ease-panel, 0ms);
}
.local-list [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.2px * .875);}
.local-list .steady-feature{}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.local-list [data-block]{ flex: 1 1 100%; }
}
.quiet-brand{
  background: #fbf7ec;
  color: #2b2e18;
  padding: calc(1.5rem * 2.4) 2.3rem;
}
.quiet-brand .soft-copy{width: min(100%, 1520px);
  margin: 0 auto;}
.quiet-brand h2,
.quiet-brand p{margin: 0;}
.quiet-brand .compact-media{display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 1.85rem;
  margin-bottom: calc(1.85rem * 1.5);}
.quiet-brand h2{flex: 1 1 18rem;
  font-size: calc(19.2px * 2);
  line-height: 1.08;}
.quiet-brand .compact-media p{flex: 1 1 22rem;
  color: #3f4228;
  line-height: 1.76;}
.quiet-brand .primary-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-brand .direct-team,
.quiet-brand .compact-unit{display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.79rem;}
.quiet-brand .direct-team{flex: 1 1 min(100%, 22rem);
  aspect-ratio: 4 / 5;}
.quiet-brand .active-note{
  flex: 1 1 min(100%, 17rem);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #2b2e18;
  border: 1px solid #e2dac2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.14);
}
.quiet-brand .compact-unit{aspect-ratio: 5 / 4;
  margin-bottom: calc(1.5rem * .75);}
.quiet-brand .active-note:nth-child(3n) .compact-unit{aspect-ratio: 3 / 4;}
.quiet-brand .active-note p{font-size: 19.2px;
  line-height: 1.76;}
@media (max-width: 720px) {.quiet-brand .compact-media{ flex-direction: column; align-items: start; }
}
.main-details{
        padding: calc(calc(1.5rem * 2.4) * .72) 2.3rem;
        background: #fbf7ec;
        color: #2b2e18;
    }
.main-details .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        align-items: start;
        column-gap: clamp(1.25rem, 3vw, 1.85rem);
        row-gap: clamp(.85rem, 1.8vw, calc(1.85rem * 1.5));}
.main-details .top-stack{grid-area: title;}
.main-details .soft-wrap{grid-area: text;}
.main-details .compact-unit{grid-area: photo;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: stretch;}
.main-details h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: 0;}
.main-details p{margin: 0;
        font-size: 19.2px;
        line-height: 1.76;}
@media (max-width: 780px) {.main-details .soft-copy{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "photo"
                "text";
        }.main-details .compact-unit{
            aspect-ratio: 16/10;
        }.main-details{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }
    }
.compact-frame{padding:calc(1.5rem * 2.4) 2.3rem;background:#5c6b2f;color:#fbf7ec}
.compact-frame .active-nav{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(16rem,.5fr);gap:calc(1.85rem * 1.5);align-items:stretch}
.compact-frame .direct-content{min-height:34rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 10px 18px rgba(0,0,0,0.18)}
.compact-frame iframe{display:block;width:100%;height:100%;border:0}
.compact-frame .plain-stack{align-self:center;display:flex;flex-direction:column;gap:1.5rem}
.compact-frame h2{margin:0;font-size:calc(19.2px * 2);line-height:1.05}
.compact-frame .plain-stack>p{margin:0;font-size:19.2px;line-height:1.76}
.compact-frame .site-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-frame .primary-stack{display:grid;grid-template-columns:minmax(7rem,.32fr) minmax(0,1fr);gap:1.85rem;padding:calc(1.5rem * .75) calc(1.85rem * 1.5);border-radius:0.46rem;background:#e0a52c;color:#2b2e18}
.compact-frame .primary-stack span{font-size:calc(19.2px * .875);opacity:.85}
.compact-frame .primary-stack strong{font-weight:600;line-height:1.4}
.compact-frame .primary-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.compact-frame .primary-stack a:hover{}
@media (max-width: 900px){.compact-frame .active-nav{grid-template-columns:1fr}.compact-frame .direct-content{min-height:22rem}.compact-frame .primary-stack{grid-template-columns:1fr;gap:calc(1.85rem / 3)}}
.team-summary{background:#fbf7ec;color:#2b2e18;padding:calc(1.5rem * 2.4) 2.3rem}
.team-summary .mission{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:calc(1.85rem * 1.5);align-items:start}
.team-summary .soft-fields{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:calc(1.85rem * 1.5)}
.team-summary h2{margin:0;font-size:clamp(calc(19.2px * 2),4vw,calc(19.2px * 2.65));line-height:1.1;letter-spacing:0}
.team-summary .soft-fields p{margin:0;font-size:19.2px;line-height:1.76}
.team-summary .soft-fields p:first-of-type{margin-top:0}
.team-summary .site-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75);background:#ffffff;color:#2b2e18;border:1px solid #e2dac2;border-radius:0.79rem;padding:calc(1.5rem * .75)}
.team-summary .primary-stack{display:grid;grid-template-columns:auto 1fr;gap:1.85rem;align-items:baseline;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #e2dac2}
.team-summary .primary-stack:last-child{border-bottom:0;padding-bottom:0}
.team-summary .service-surface{font-size:calc(19.2px * .875);text-transform:uppercase;letter-spacing:.06em;background:#e0a52c;color:#2b2e18;padding:.2rem .55rem;border-radius:0.27rem;white-space:nowrap}
.team-summary .primary-stack p{margin:0;font-size:19.2px;line-height:1.55}
.team-summary .primary-stack a{color:#5c6b2f;text-decoration:none;border-bottom:1px solid transparent;transition:color 480ms var(--delay-fast),border-color 480ms var(--delay-fast)}
.team-summary .primary-stack a:hover{color:inherit;border-color:#e0a52c}
.team-summary .featured-story{background:#f1ead6;color:#3f4228;border-radius:0.79rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:1.5rem}
.team-summary .featured-story p{margin:0;font-size:19.2px;line-height:1.76}
.team-summary .quiet-nav{grid-column:1 / -1;display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.79rem}
@media(max-width:900px){.team-summary .mission{grid-template-columns:1fr}.team-summary .soft-fields{grid-template-columns:1fr}.team-summary .quiet-nav{aspect-ratio:16/9}
}
.focused-entries{
  background:#fbf7ec;
  color:#2b2e18;
  padding:calc(1.5rem * 2.4) 2.3rem;
}
.focused-entries .soft-copy{max-width:1520px;
  margin:0 auto;}
.focused-entries .open-rail{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(1.85rem * 1.5);}
.focused-entries .steady-brand{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.focused-entries h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.15;}
.focused-entries .soft-fields{margin:0;
  line-height:1.76;}
.focused-entries ul{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .7);}
.focused-entries li{position:relative;
  padding-left:1.1rem;
  font-size:calc(19.2px * .875);
  line-height:1.5;}
.focused-entries li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#e0a52c;color:#2b2e18;}
.focused-entries .visual-menu{
  flex:1 1 28rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:calc(1.85rem * 1.5);
  border-radius:0.79rem;
  background:#ffffff;
  color:#2b2e18;
  border:1px solid #e2dac2;
  box-shadow:0 1px 4px rgba(0,0,0,0.14);
}
.focused-entries .visual-menu > p{margin:0;
  font-size:calc(19.2px * .875);
  line-height:1.6;}
.focused-entries label{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  min-width:0;
  font-size:calc(19.2px * .875);}
.focused-entries input{
  width:100%;
  min-width:0;
  border:1px solid #e2dac2;
  border-radius:0.27rem;
  background:#fbf7ec;
  color:#2b2e18;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.focused-entries input::placeholder{}
.focused-entries input:focus-visible{outline:2px solid #c98a1b;
  outline-offset:1px;}
.focused-entries button{
  align-self:flex-start;
  border:0;
  border-radius:0.46rem;
  background:#5c6b2f;
  color:#fbf7ec;
  padding:calc(1.5rem * .75) 1.85rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 480ms var(--delay-fast);
}
.focused-entries button:hover{
  background:#47541f;color:#2b2e18;}
@media (max-width:760px) {.focused-entries .open-rail{ flex-direction:column; }.focused-entries .visual-menu{ padding:calc(1.5rem * .75); }.focused-entries button{ align-self:stretch; }
}
.service-group{padding:calc(1.5rem * 2.4) 2.3rem;background:var(--tone-deep);color:var(--tone-secondary)}
.service-group .simple-shell{max-width:min(1520px,68rem);margin:0 auto}
.service-group h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.service-group .featured-story{margin:1.5rem 0 calc(1.85rem * 1.5);font-size:calc(19.2px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.service-group .public-rail{padding:calc(1.5rem * .75) 0 1.85rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.service-group .public-rail:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.service-group h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.25}
.service-group .public-rail p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.service-group h2{font-size:calc(19.2px * 2)}.service-group .public-rail{padding:calc(1.85rem * 1.5) 0 calc(1.5rem * .75)}
}
.focused-block{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: #5c6b2f;
  color: #fbf7ec;
}
.focused-block .soft-copy{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem 1.85rem;
  max-width: 1520px;
  margin: 0 auto;}
.focused-block .soft-fields h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * 2.65);
  line-height: 1.05;}
.focused-block .soft-fields .focused-grid{margin: 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.76;
  opacity: .92;}
.focused-block .steady-brand{display: flex;
  flex-direction: column;
  gap: 0;}
.focused-block .primary-stack{display: block;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  color: inherit;
  text-decoration: none;
  animation: contactCatalogRise calc(480ms * 2.4) var(--delay-fast) both;}
.focused-block .primary-stack:last-child{border-bottom: 1px solid color-mix(in srgb, currentColor 34%, transparent);}
.focused-block .primary-stack.address{animation-delay: calc(480ms * .25);}
.focused-block .primary-stack.email{animation-delay: calc(480ms * .5);}
.focused-block .primary-stack.hours{animation-delay: calc(480ms * .75);}
.focused-block .primary-stack span{display: block;
  margin-bottom: 0.35rem;
  font-size: calc(19.2px * .875);
  letter-spacing: 0.02em;
  opacity: .7;}
.focused-block .primary-stack strong{display: block;
  font-size: calc(19.2px * 1.35);
  overflow-wrap: anywhere;}
.focused-block .primary-stack p{margin: 0;
  font-size: 19.2px;
  line-height: 1.76;}
.focused-block .primary-stack em{display: block;
  margin-top: 0.4rem;
  font-size: calc(19.2px * .875);
  font-style: normal;
  opacity: .72;}
.focused-block .steady-grid{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 34%, transparent);}
.focused-block .steady-grid a{color: inherit;
  text-decoration: none;
  font-size: 19.2px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom: 2px;
  transition: opacity 480ms var(--delay-fast);}
.focused-block .steady-grid a:hover{opacity: .78;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(1.85rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.focused-block .soft-copy{
    grid-template-columns: minmax(0, 1fr);
  }.focused-block .steady-grid{
    gap: calc(1.5rem * .75);
  }
}
@media (prefers-reduced-motion: reduce) {.focused-block .primary-stack{ animation: none; }
}
.site-unit{padding:calc(1.5rem * 2.4) 2.3rem;background:#fbf7ec;color:#2b2e18;}
.bottom-region{max-width:1520px;margin:0 auto;}
.site-unit h1{margin:0;font-size:calc(19.2px * 2.65);line-height:1.08;}
.open-actions{
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
}
.open-actions .soft-copy{max-width: min(1520px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: calc(1.85rem * 1.5);
  align-items: start;}
.open-actions .focused-grid h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.open-actions .focused-grid p{margin: calc(1.5rem * .75) 0 0;
  color: #d9d2bd;
  font-size: 19.2px;
  line-height: 1.76;}
.open-actions .content-stack{margin-top: calc(1.85rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3f4228;
  font-size: calc(19.2px * .875);
  color: #d9d2bd;}
.open-actions .content-stack span{flex: 1 1 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.78rem;color:inherit;}
.open-actions .content-stack a{text-decoration: none;
  border-bottom: 1px solid #e0a52c;
  padding-bottom: 1px;}
.open-actions .content-stack a:hover{color: #e0a52c;}
.open-actions .plain-content{display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.open-actions .primary-list{
  border: 1px solid #3f4228;
  border-radius: 0.46rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
  transition: border-color 480ms var(--delay-fast);
}
.open-actions .primary-list.is-open{border-color: #e0a52c;}
.open-actions button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(19.2px * 1.125);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
}
.open-actions button::before{content: "+";
  flex: 0 0 auto;
  color: #e0a52c;
  font-weight: 700;
  line-height: 1;}
.open-actions .primary-list.is-open button::before{content: "–";}
.open-actions .primary-list p{margin: 0;
  padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
  color: #d9d2bd;
  font-size: 19.2px;
  line-height: 1.76;}
.open-actions .primary-list:not(.is-open) p{display: none;}
@media (max-width: 860px) {.open-actions .soft-copy{
    grid-template-columns: 1fr;
  }
}
.offer-flow{
        padding: calc(calc(1.5rem * 2.4) * .8) 2.3rem;
        background: linear-gradient(135deg, #fbf7ec 0%, #f1ead6 55%, #e6e0c4 100%);
        color: #2b2e18;
    }
.offer-flow .soft-copy{max-width: 1520px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.85rem * 1.5);}
.offer-flow .public-plan{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.85rem * 1.5);
        border-bottom: 1px solid #e2dac2;}
.offer-flow h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(19.2px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: 0;}
.offer-flow .soft-fields{margin: 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.68;}
.offer-flow .wide-plan{display: flex;
        flex-wrap: wrap;
        gap: 1.85rem;}
.offer-flow .wide-plan p{flex: 1 1 22rem;
        margin: 0;
        font-size: 19.2px;
        line-height: 1.74;}
.offer-flow .compact-unit{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 1px 4px rgba(0,0,0,0.14);}
@media (max-width: 680px) {.offer-flow{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.offer-flow .compact-unit{
            aspect-ratio: 16/10;
        }
    }
.steady-story{
  padding: calc(1.5rem * 2.4) 2.3rem;
  background: var(--tone-deep);
  color: var(--tone-secondary);
}
.steady-story .soft-copy{max-width: min(1520px, 80rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.85rem * 1.5);
  align-items: flex-start;}
.steady-story .bottom-footer{flex: 1 1 32rem;
  min-width: 0;}
.steady-story h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.steady-story .bottom-footer p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.76;}
.steady-story .quiet-callout{margin-top: calc(1.85rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.85rem;}
.steady-story .quiet-callout a{color: #e0a52c;
  text-decoration: none;
  border-bottom: 1px solid #e0a52c;
  padding-bottom: 2px;
  font-size: 19.2px;}
.steady-story .quiet-callout a:hover{color:inherit;
  border-bottom-color: #c98a1b;}
.steady-story .steady-brand{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #fbf7ec;
  color: #2b2e18;
}
.steady-story .steady-brand strong{display: block;
  font-size: calc(19.2px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.steady-story .public-menu{margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
  font-size: 19.2px;
  line-height: 1.76;}
.steady-story .fresh-fields{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e2dac2;
  display: grid;
  gap: 0.35rem;
  font-size: calc(19.2px * .875);}
.steady-story .fresh-fields span{color:inherit;}
.steady-story .fresh-fields a{color:inherit;
  text-decoration: none;}
.steady-story .fresh-fields a:hover{color: #e0a52c;}
.steady-story .featured-story{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * .875);color:inherit;}
@media (max-width: 760px) {.steady-story .soft-copy{
    flex-direction: column;
  }
}
.text-media{
  --state-static:calc(1.5rem * 1.15);
  --axis-active:calc(1520px / 2.4);
  padding:calc(1.5rem * 2.4) 2.3rem;
  background:#5c6b2f;
  color:#fbf7ec;
}
.text-media .soft-copy{max-width:1520px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.85rem * 1.5);}
.text-media h1,.text-media h2,.text-media h3,.text-media p{margin:0;}
.text-media h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.text-media p{font-size:19.2px;
  line-height:1.76;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.text-media a{color:inherit;text-decoration:none;}
.text-media .soft-fields{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.text-media .bottom-footer{max-width:100%;}
.text-media .top-lead{
  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.27rem;
  background:#e0a52c;
  color:#2b2e18;
  font-size:19.2px;
  transition:background 480ms var(--delay-fast),color 480ms var(--delay-fast);
}
.text-media .top-lead:hover,
.text-media .top-lead:focus-visible{
  background:#c98a1b;
  color:#2b2e18;
}
.text-media .featured-story{padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-media .featured-story a{text-decoration:underline;
  text-underline-offset:3px;}
.text-media .quiet-callout{font-size:calc(19.2px * .875);
  display:flex;
  flex-wrap:wrap;
  gap:0.4rem 0.6rem;}
.text-media .quiet-callout a{text-decoration:underline;
  text-underline-offset:3px;}
@media (min-width:900px){.text-media .soft-copy{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);
    grid-template-areas:
      "lead action"
      "note note"
      "route route";
    align-items:start;
    column-gap:2.3rem;
  }.text-media .soft-fields{grid-area:lead;}.text-media .top-lead{grid-area:action;justify-self:end;align-self:start;}.text-media .featured-story{grid-area:note;}.text-media .quiet-callout{grid-area:route;}
}
.content-area{
  padding:calc(1.5rem * 2.4) 2.3rem;
  background:#f1ead6;
  color:#3f4228;
}
.content-area .soft-copy{max-width:1520px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.85rem * 1.5);}
.content-area .soft-fields{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.content-area h1{margin:0;
  font-size:calc(19.2px * 2.65);
  line-height:1.06;}
.content-area .bottom-footer{margin:0;
  font-size:19.2px;
  line-height:1.76;}
.content-area .quiet-callout{display:flex;
  flex-wrap:wrap;
  gap:1.85rem;
  padding:1.5rem 0;
  border-top:1px solid #e2dac2;
  border-bottom:1px solid #e2dac2;}
.content-area .top-lead{
  display:inline-flex;
  align-items:center;
  padding:0.55rem 1.1rem;
  border-radius:0.46rem;
  background:#5c6b2f;
  color:#fbf7ec;
  text-decoration:none;
  font-size:calc(19.2px * .875);
  letter-spacing:0.01em;
  transition:background 480ms var(--delay-fast);
}
.content-area .top-lead:hover,
.content-area .top-lead:focus-visible{
  background:#47541f;color:#2b2e18;}
.content-area .top-lead:nth-child(2){
  background:#e0a52c;
  color:#2b2e18;
}
.content-area .top-lead:nth-child(2):hover,
.content-area .top-lead:nth-child(2):focus-visible{
  background:#c98a1b;color:#2b2e18;}
.content-area .top-lead:nth-child(3){
  background:transparent;
  color:inherit;
  border:1px solid #e2dac2;
}
.content-area .top-lead:nth-child(3):hover,
.content-area .top-lead:nth-child(3):focus-visible{
  background:#ffffff;
  color:#2b2e18;
}
.content-area .open-rail{padding-top:1.5rem;}
.content-area .open-rail p{margin:0;
  font-size:calc(19.2px * .875);
  line-height:1.76;}
.content-area .open-rail a{color:#5c6b2f;
  text-underline-offset:0.22em;}
.content-area .open-rail a:hover,
.content-area .open-rail a:focus-visible{color:inherit;}
@media (max-width:620px){.content-area .quiet-callout{
    flex-direction:column;
    align-items:stretch;
  }.content-area .top-lead{
    justify-content:center;
  }
}
