html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ink-accent: #2A1608;
  --tone-cool: #FBF3E4;
  --motion-slow: cubic-bezier(0.16,1,0.3,1);
}
a{color:inherit;}
.main-unit {
    width: 100%;
    background: #FBF6EC;
    color: #241509;
    border-bottom: 1px solid #E3D3B6;
  }
.primary-intro {
    max-width: 980px;
    margin: 0 auto;
    padding: calc(1.05rem * 1.5) 1.25rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.05rem;
  }
.featured-quote {
    font-size: calc(16px * 1.125);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: inherit;
    text-align: center;
    white-space: nowrap;
  }
.contact-view {
    display: flex;
  }
.nav-left {
    justify-content: flex-start;
  }
.nav-right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: calc(1.5rem * .75);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: calc(16px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: border-color 540ms var(--motion-slow), color 540ms var(--motion-slow);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    border-bottom-color: #C98A2B;
    color: #C98A2B;
    outline: none;
  }
.focused-proof {
    display: none;
    background: transparent;
    border: 1px solid #E3D3B6;
    border-radius: 0.22rem;
    padding: 0.5rem 0.6rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 42px;
    height: 38px;
  }
.service-benefit{
    display: block;
    width: 100%;
    height: 2px;
    background: #241509;
    border-radius: 1px;color:#241509;}
.fresh-feature {
    display: none;
    border-top: 1px solid #E3D3B6;
    background: #F1E6D2;
    color: #3B2A1C;
  }
.fresh-feature.is-open{display: block;}
.site-rail {
    list-style: none;
    margin: 0;
    padding: calc(1.05rem * 1.5) 1.25rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
.contact-shell {
    display: block;
    padding: 0.6rem 0;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #E3D3B6;
  }
.contact-shell:hover,
  .contact-shell:focus-visible {
    color: #C98A2B;
    outline: none;
  }
@media (max-width: 767px) {
    .primary-intro {
      grid-template-columns: auto 1fr auto;
      padding: calc(1.05rem * 1.5) 1.25rem;
    }

    .contact-view {
      display: none;
    }

    .featured-quote {
      text-align: center;
      font-size: 16px;
    }

    .focused-proof {
      display: flex;
    }
  }
.direct-frame{font-family:"Merriweather", sans-serif;font-size:calc(16px * .875);line-height:1.69;padding:calc(1.5rem * 2.4) 1.25rem;background:var(--ink-accent);color:var(--tone-cool);}
.site-view{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:calc(1.05rem * 1.5);align-items:start}
.answer{display:flex;flex-direction:column;gap:1.5rem;max-width:42ch}
.soft-headline{font-size:calc(16px * 1.125);font-weight:600;letter-spacing:0.02em;margin:0}
.text-entries{margin:0;opacity:0.82;font-size:calc(16px * .875);line-height:1.69}
.simple-panel{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.direct-entries ul,
  .offer-region{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.25rem 1.05rem}
.direct-entries a,
  .offer-region a,
  .active-visual a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 540ms var(--motion-slow)}
.direct-entries a:hover,
  .offer-region a:hover,
  .active-visual a:hover{border-bottom-color:currentColor;color:inherit}
.active-visual{font-style:normal;display:flex;flex-direction:column;gap:0.35rem}
.active-visual p{margin:0}
.offer-region{font-size:calc(16px * .875);opacity:0.85}
.focused-story{max-width:980px;margin:calc(1.05rem * 1.5) auto 0;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.14);font-size:calc(16px * .875);opacity:0.75}
.focused-story p{margin:0}
@media (max-width: 720px) {.site-view{grid-template-columns:1fr;gap:calc(1.05rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
footer .bottom-frame{flex:1 1 100%;max-width:980px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16px * .875);line-height:1.69;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .active-method{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg, #2A1608 0%, #5A2415 55%, #7A2E1E 100%);color:#FBF3E4;box-shadow:0 6px 28px rgba(0,0,0,0.07);display:flex;gap:1.05rem;align-items:center}
.cookies .featured-rail{flex:1 1 0}
.cookies strong{display:block;font-size:calc(16px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.69}
.cookies .text-body{flex:0 0 auto;display:grid;gap:8px}
.cookies .text-body button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .text-body button.cookie-accept{background:#FBF6EC;color:#241509}
@media(max-width:720px){.cookies .active-method{display:block}.cookies .text-body{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}
.secondary-visual{--axis-control:calc(1.5rem * 1.15);--mark-main:calc(980px / 3.1);padding:calc(1.5rem * 2.4) 1.25rem;background:#FBF6EC;color:#241509;}
.secondary-visual .clear-media{max-width:980px;margin:0 auto;}
.secondary-visual h1,.secondary-visual p,.secondary-visual ul{margin:0;}
.secondary-visual h1{font-size:calc(16px * 2.65);line-height:1.1;}
.secondary-visual p{font-size:16px;line-height:1.69;}
.secondary-visual .contact-wrap{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3B2A1C;}
.secondary-visual .compact-stack{margin-top:calc(1.05rem * 1.5);font-size:calc(16px * 1.125);}
.secondary-visual .quiet-region{margin-top:calc(1.05rem * 1.5);}
.secondary-visual .page-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.05rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#7A2E1E;color:#FBF3E4;text-decoration:none;transition:background 540ms var(--motion-slow);}
.secondary-visual .page-details:hover{background:#5F2216;color:#241509;}
.secondary-visual .soft-story{display:flex;align-items:flex-start;gap:calc(1.05rem * 1.6);}
.secondary-visual .plain-inner{flex:1 1 auto;min-width:0;}
.secondary-visual .open-tile{flex:0 1 var(--mark-main);padding:calc(1.5rem * .75);border:1px solid #E3D3B6;border-radius:0.61rem;background:#FFFFFF;color:#241509;}
.secondary-visual .open-tile .wide-plan{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3B2A1C;}
.secondary-visual .media-contact{margin-top:calc(1.05rem * 1.5);padding-left:1.1rem;display:flex;flex-direction:column;gap:calc(1.05rem / 2);font-size:16px;line-height:1.69;}
.secondary-visual .open-tile .contact-wrap{margin-top:calc(1.05rem * 1.5);text-transform:none;letter-spacing:0;font-size:calc(16px * .875);}
@media(max-width:760px){.secondary-visual .soft-story{flex-direction:column;}.secondary-visual .open-tile{flex:1 1 auto;width:100%;}}
.focused-figure{--axis-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.25rem;background:#7A2E1E;color:#FBF3E4;}
.focused-figure .clear-media{max-width:980px;margin:0 auto;}
.focused-figure h2,.focused-figure h3,.focused-figure p{margin:0;}
.focused-figure h2{font-size:calc(16px * 2);line-height:1.14;}
.focused-figure h3{font-size:calc(16px * 1.35);line-height:1.22;}
.focused-figure p{font-size:16px;line-height:1.69;}
.focused-figure a{color:inherit;text-decoration:none;}
.focused-figure .content-note{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.focused-figure .compact-stack{opacity:.82;}
.focused-figure .media-contact{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:var(--axis-control);}
.focused-figure .main-frame{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:calc(1.05rem * 1.5);border-top:1px solid rgba(251,243,228,0.22);}
.focused-figure .main-frame:first-child{border-top:none;padding-top:0;}
.focused-figure .plain-inner{opacity:.86;}
.focused-figure .page-details{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 4);padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.22rem;background:#C98A2B;color:#2A1608;font-size:calc(16px * .875);letter-spacing:.02em;}
.focused-figure .page-details:hover{background:#B0761F;color:#241509;}
.focused-figure .contact-wrap{margin-top:var(--axis-control);padding-top:calc(1.05rem * 1.5);border-top:1px solid rgba(251,243,228,0.22);font-size:calc(16px * .875);opacity:.78;}
.focused-figure .contact-wrap a{text-decoration:underline;text-underline-offset:3px;}
@media (min-width:720px){.focused-figure .main-frame{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title action" "copy copy";column-gap:1.05rem;align-items:start;}.focused-figure .main-frame h3{grid-area:title;}.focused-figure .main-frame .plain-inner{grid-area:copy;}.focused-figure .main-frame .page-details{grid-area:action;margin-top:0;}
}
.public-form{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: var(--ink-accent);
  color: var(--tone-cool);
}
.public-form .clear-media{max-width: min(980px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .85fr);
  gap: calc(1.05rem * 1.5);
  align-items: start;}
.public-form h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16px * 2);
  line-height: 1.1;}
.public-form .contact-wrap p{margin: 0 0 calc(1.5rem * .75);
  color: #F1E6D2;
  font-size: 16px;
  line-height: 1.69;}
.public-form .contact-wrap a{
  display: inline-flex;
  margin-top: calc(calc(1.5rem * .75) * .5);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.35rem;
  background: #C98A2B;
  color: #2A1608;
  text-decoration: none;
  font-size: calc(16px * .875);
  transition: background 540ms var(--motion-slow);
}
.public-form .contact-wrap a:hover{
  background: #B0761F;color:#241509;}
.public-form ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.public-form li{padding: 0 0 1.05rem;
  border-bottom: 1px solid rgba(251, 243, 228, 0.18);}
.public-form li:last-child{padding-bottom: 0;
  border-bottom: 0;}
.public-form li strong{display: block;
  font-size: 16px;
  letter-spacing: 0.01em;}
.public-form li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .4);
  color: #F1E6D2;
  font-size: calc(16px * .875);
  line-height: 1.69;}
@media (max-width: 760px) {.public-form .clear-media{
    grid-template-columns: 1fr;
  }
}
.public-footer{--axis-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.25rem;background:#F1E6D2;color:#3B2A1C;}
.public-footer .clear-media{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-control);}
.public-footer h2,.public-footer p{margin:0;}
.public-footer h2{font-size:calc(16px * 2);line-height:1.14;}
.public-footer p{font-size:16px;line-height:1.69;}
.public-footer a{text-decoration:underline;text-underline-offset:2px;}
.public-footer a:hover{}
.public-footer .content-note{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.public-footer .compact-stack{font-size:calc(16px * 1.125);}
.public-footer .focused-wrap{display:flex;flex-direction:column;gap:calc(1.05rem * .6);}
.public-footer details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.35rem;background:#FFFFFF;color:#241509;border:1px solid #E3D3B6;}
.public-footer summary{cursor:pointer;font-weight:700;font-size:16px;list-style:none;}
.public-footer summary::-webkit-details-marker{display:none;}
.public-footer summary::after{content:"+";float:right;font-weight:400;}
.public-footer details[open] summary::after{content:"–";}
.public-footer details p{margin-top:calc(1.5rem / 2.5);}
@media (max-width:640px){.public-footer details{padding:calc(1.5rem * .75) 1.25rem;}
}
.site-region{--axis-control:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.25rem;background:#7A2E1E;color:#FBF3E4;}
.site-region .clear-media{max-width:980px;margin:0 auto;}
.site-region h2,.site-region h3,.site-region p{margin:0;}
.site-region h2{font-size:calc(16px * 2);line-height:1.14;}
.site-region h3{font-size:calc(16px * 1.35);line-height:1.22;}
.site-region p{font-size:16px;line-height:1.69;}
.site-region .contact-wrap{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.site-region .compact-stack{margin-top:calc(1.5rem / 2);color:color-mix(in srgb, currentColor 82%, transparent);}
.site-region a{color:inherit;text-decoration:none;}
.site-region .page-details{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.22rem;background:#FBF3E4;color:#7A2E1E;}
.site-region .wide-media{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.site-region .wide-media>.plain-inner{flex:1 1 auto;min-width:0;}
.site-region .wide-media>.page-details{flex:0 0 auto;}
.site-region .wide-media>.media-contact{flex:1 1 100%;}
.site-region .media-contact{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.05rem;margin-top:var(--axis-control);}
.site-region .main-frame{flex:1 1 calc(980px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.site-region .main-frame .simple-quote{font-size:calc(16px * .875);opacity:0.78;}
.site-region .main-frame .page-panel{margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(16px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);width:max-content;max-width:100%;}
@media (max-width:720px){.site-region .main-frame{flex:1 1 100%;}
}
.service-content{
        --axis-control: calc(1.5rem * 1.14);
        padding: calc(1.5rem * 2.4) 1.25rem;
        background: var(--ink-accent);
        color: var(--tone-cool);
    }
.service-content .clear-media{max-width: 980px;
        margin: 0 auto;}
.service-content h2,
    .service-content h3,
    .service-content p{margin: 0;}
.service-content h2{font-size: calc(16px * 2);
        line-height: 1.12;}
.service-content h3{font-size: calc(16px * 1.35);
        line-height: 1.2;}
.service-content p{font-size: 16px;
        line-height: 1.69;}
.service-content .strong-section{padding-inline-start: calc(1.25rem / 2);}
.service-content .service-rail{row-gap: calc(var(--axis-control) * 1.2);}
.service-content .fresh-group{padding-block: calc(var(--axis-control) / 2);}
.service-content .compact-stack{margin-top: 1.5rem;}
.service-content .media-contact{display: flex;
        flex-direction: column;
        gap: var(--axis-control);
        margin-top: var(--axis-control);}
.service-content .main-frame{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 1px solid color-mix(in srgb, var(--tone-cool) 22%, transparent);}
.service-content .main-frame p{margin-top: calc(1.5rem / 3);}
@media (max-width: 640px) {.service-content .strong-section{
            padding-inline-start: 0;
        }.service-content .main-frame{
            padding-inline-start: 1.25rem;
        }
    }
.team-footer{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #2A1608 0%, #5A2415 55%, #7A2E1E 100%);color:#FBF3E4;}
.team-footer .clear-media{max-width:980px;margin:0 auto;}
.team-footer .narrow-rail{margin-bottom:calc(1.05rem * 1.5);}
.team-footer .narrow-rail p{margin:0;font-weight:700;opacity:.9;}
.team-footer .narrow-rail h2{margin:7px 0 0;font-size:clamp(30px,5vw,46px);}
.team-footer .compact-stack{margin:0 0 calc(1.05rem * 1.5);}
.team-footer .open-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-footer .text-menu{display:flex;flex-wrap:wrap;gap:1.05rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(1.5rem * .75);}
.team-footer .text-menu .page-content{flex:0 0 160px;font-size:calc(16px * .875);font-weight:700;letter-spacing:.02em;opacity:.85;}
.team-footer .text-menu p{margin:0;flex:1 1 320px;}
.team-footer .text-menu a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.team-footer .contact-wrap{margin-top:calc(1.05rem * 1.5);border-radius:0.61rem;background:color-mix(in srgb, currentColor 14%, transparent);padding:calc(1.5rem * .75);}
.team-footer .contact-wrap p{margin:0 0 1.25rem;}
.team-footer .page-details{display:inline-block;border-radius:0.35rem;background:#C98A2B;color:#2A1608;padding:.6rem 1.1rem;font-weight:700;text-decoration:none;}
@media (max-width:640px){.team-footer .text-menu .page-content{flex:1 1 100%;}
    }
.wide-section{padding:calc(1.5rem * 2.4) 1.25rem;background:#FBF6EC;color:#241509}
.wide-section .clear-media{max-width:980px;margin:0 auto;width:min(100%,50rem)}
.wide-section .content-note{margin-bottom:calc(1.05rem * 1.5)}
.wide-section .content-note p{margin:0;color:#3B2A1C;line-height:1.69;font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase}
.wide-section h2{margin:calc(1.5rem * .75) 0 0;font-size:calc(16px * 2);line-height:1.12}
.wide-section .public-rail{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.wide-section .contact-wrap{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.25rem;border-left:2px solid #C98A2B;color:#3B2A1C;line-height:1.69}
.wide-section .text-menu{padding-top:calc(1.5rem * .75);border-top:1px solid #E3D3B6}
.wide-section .text-menu strong{display:block;font-size:calc(16px * 1.125);line-height:1.25}
.wide-section .text-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.69;color:#3B2A1C}
@media (min-width:720px){.wide-section .public-rail{gap:1.5rem}.wide-section .text-menu{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.05rem;align-items:start}.wide-section .text-menu p{margin:0}
}
.open-area{padding:calc(1.5rem * 2.4) 1.25rem;background:#C98A2B;color:#2A1608}
.open-area .clear-media{max-width:980px;margin:0 auto}
.open-area .text-block{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.open-area h2{margin:0;font-size:calc(16px * 2);line-height:1.1}
.open-area .compact-stack{margin:0;font-size:16px;line-height:1.69}
.open-area .focused-wrap{display:flex;flex-direction:column;gap:1.5rem}
.open-area .main-frame{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;border-top:1px solid color-mix(in srgb,#2A1608 22%,transparent);padding-top:calc(1.5rem * .75)}
.open-area .main-frame p{margin:0;flex:0 0 14rem;font-size:calc(16px * .875);letter-spacing:0.02em}
.open-area .main-frame strong{flex:1 1 20rem;min-width:0;font-size:16px;font-weight:400;line-height:1.69}
.open-area .text-block>a{align-self:flex-start;border-radius:0.22rem;background:#7A2E1E;color:#FBF3E4;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.open-area .text-block>a:hover{background:#5F2216;color:#241509;}
@media(max-width:680px){.open-area .main-frame{display:block}.open-area .main-frame p{margin-bottom:calc(1.5rem * .75)}.open-area h2{font-size:calc(16px * 1.35)}}
.fresh-benefit{padding:calc(1.5rem * 2.4) 1.25rem;background:#FBF6EC;color:#241509;}
.media-inner{max-width:980px;margin:0 auto;}
.fresh-benefit h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08;}
.strong-nav{
    color:#241509;
    background:#FBF6EC;
    padding:calc(1.5rem * 2.4) 1.25rem;
}
.strong-nav .c{max-width:980px;
    margin:0 auto;
    display:grid;
    gap:calc(1.05rem * 1.5);}
@media (min-width:1024px){.strong-nav .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.strong-nav .featured-visual{margin-bottom:calc(1.05rem * 1.5);}
.strong-nav h1{font-size:calc(16px * 2.65);
    line-height:1.15;
    margin:0 0 calc(1.5rem * .75);}
.strong-nav .compact-stack{font-size:calc(16px * 1.125);
    line-height:1.69;
    margin:0 0 calc(1.5rem * .75);}
.strong-nav .bottom-group{display:flex;
    flex-wrap:wrap;
    gap:1.05rem;
    font-size:calc(16px * .875);}
.strong-nav .service-surface{line-height:1.69;}
.strong-nav .service-surface h2{font-size:calc(16px * 1.35);
    margin:calc(1.05rem * 1.5) 0 calc(1.5rem * .75);}
.strong-nav .service-surface p{margin:0 0 calc(1.5rem * .75);}
.strong-nav .page-details{margin-top:calc(1.05rem * 1.5);}
.strong-nav .page-details a{
    display:inline-block;
    background:#7A2E1E;
    color:#FBF3E4;
    padding:0.75rem 1.25rem;
    border-radius:0.35rem;
    text-decoration:none;
    font-size:16px;
}
.strong-nav .page-details a:hover{
    background:#5F2216;color:#241509;}
.strong-nav .soft-unit{
    background:#FFFFFF;
    color:#241509;
    border:1px solid #E3D3B6;
    border-radius:0.61rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 3px rgba(0,0,0,0.04);
}
.strong-nav .soft-unit h3{font-size:16px;
    margin:0 0 calc(1.5rem * .75);}
.strong-nav .media-contact{list-style:none;
    padding:0;
    margin:0 0 calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.strong-nav .media-contact a{text-decoration:none;}
.strong-nav .media-contact a:hover{text-decoration:underline;}
.strong-nav .contact-wrap{border-top:1px solid #E3D3B6;
    padding-top:calc(1.5rem * .75);
    font-size:calc(16px * .875);}
.strong-nav .contact-wrap p{margin:0 0 0.35rem;}
.strong-nav .contact-wrap a{text-decoration:none;}
.strong-nav .contact-wrap a:hover{text-decoration:underline;}
.strong-list{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: var(--ink-accent);
  color: var(--tone-cool);
}
.strong-list .clear-media{max-width: min(980px, 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 1.5);}
.strong-list .content-note h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16px * 2);
  line-height: 1.12;}
.strong-list .compact-stack{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.69;
  color: #D9C9AE;}
.strong-list .open-tile{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;}
.strong-list .main-frame{flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #3B2A1C;}
.strong-list .compact-view{margin: 0 0 calc(1.5rem * .75);
  font-size: 16px;
  line-height: 1.6;}
.strong-list .compact-block{margin: 0;
  font-weight: 700;
  font-size: 16px;}
.strong-list .contact-footer{margin: 0.2rem 0 0;
  font-size: calc(16px * .875);
  color: #C98A2B;}
.strong-list .narrow-story{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3B2A1C;}
.strong-list .plain-links{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9C9AE;}
.strong-list .fresh-footer{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(1.05rem * 1.5);}
.strong-list .fresh-footer li{font-size: 16px;
  opacity: 0.85;}
.strong-list .contact-wrap{margin: 0;
  font-size: calc(16px * .875);
  line-height: 1.6;
  color: #D9C9AE;}
.strong-list .contact-wrap a{color: #C98A2B;
  text-decoration: underline;
  text-underline-offset: 3px;}
.strong-list .contact-wrap a:hover{color:inherit;}
@media (max-width: 700px) {.strong-list .open-tile{
    display: block;
  }.strong-list .main-frame + .main-frame{
    margin-top: 1.05rem;
  }
}
.active-grid{padding:calc(1.5rem * 2.4) 1.25rem;background:var(--ink-accent);color:var(--tone-cool)}
.active-grid .narrow-view{max-width:980px;margin:0 auto}
.active-grid h2{margin:0;font-size:calc(16px * 2);line-height:1.1}
.active-grid .primary-group{margin:1.5rem 0 calc(1.05rem * 1.5);font-size:calc(16px * 1.125);line-height:1.69}
.active-grid .media-contact{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.active-grid .main-frame{padding-top:calc(1.5rem * .75);border-top:1px solid #E3D3B6}
.active-grid .main-frame:first-child{padding-top:0;border-top:0}
.active-grid h3{margin:0;font-size:calc(16px * 1.35);line-height:1.2}
.active-grid .main-frame p{margin:calc(1.5rem * .75) 0 0;line-height:1.69}
@media(max-width:680px){.active-grid .media-contact{gap:1.5rem}}
.page-shell{
    background: #FBF6EC;
    color: #241509;
    padding: calc(1.5rem * 2.4) 1.25rem;
  }
.page-shell .c{max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: calc(1.05rem * 1.5);}
@media (min-width: 1024px) {.page-shell .c{
      grid-template-columns: minmax(0, 1fr) 300px;
      align-items: start;
    }
  }
.page-shell .featured-visual{margin-bottom: 1.5rem;}
.page-shell h1{font-size: calc(16px * 2.65);
    line-height: 1.15;
    margin: 0 0 calc(1.05rem * 1.5);}
.page-shell .compact-stack{font-size: calc(16px * 1.125);
    line-height: 1.69;
    margin: 0;}
.page-shell .service-surface{font-size: 16px;
    line-height: 1.69;}
.page-shell .service-surface p{margin: 0 0 calc(1.05rem * 1.5);}
.page-shell .service-surface p:last-child{margin-bottom: 0;}
.page-shell .soft-unit{display: flex;
    flex-direction: column;
    gap: 1.05rem;}
.page-shell .page-content{
    background: #FFFFFF;
    color: #241509;
    border: 1px solid #E3D3B6;
    border-radius: 0.61rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
.page-shell .page-content h2{font-size: calc(16px * 1.35);
    margin: 0 0 1.05rem;}
.page-shell .media-contact{list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: calc(16px * .875);
    line-height: 1.69;}
.page-shell .media-contact li{padding-left: 0.9rem;
    position: relative;}
.page-shell .media-contact li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C98A2B;color:#2A1608;}
.page-shell .contact-wrap{font-size: calc(16px * .875);
    line-height: 1.69;
    margin: 0 0 0.6rem;}
.page-shell .wide-plan{font-size: calc(16px * .875);
    margin: 0 0 0.35rem;}
.page-shell .wide-plan:last-child{margin-bottom: 0;}
.page-shell .open-tile{display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: calc(16px * .875);}
.page-shell a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 540ms var(--motion-slow),
                border-color 540ms var(--motion-slow);}
.page-shell a:hover{border-bottom-color: #C98A2B;}
.direct-contact{
    padding:calc(1.5rem * 2.4) 1.25rem;
    background:#F1E6D2;
    color:#3B2A1C;
}
.direct-contact .clear-media{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.05rem * 1.5);}
.direct-contact .content-note h2{margin:0 0 1.5rem;
    font-size:calc(16px * 2);
    line-height:1.25;}
.direct-contact .content-note p{margin:0;
    font-size:16px;
    line-height:1.69;}
.direct-contact .wide-panel{display:flex;
    flex-wrap:wrap;
    gap:1.05rem;}
.direct-contact .page-panel{
    flex:1 1 240px;
    background:#FFFFFF;
    color:#241509;
    border:1px solid #E3D3B6;
    border-radius:0.61rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:1.5rem;
}
.direct-contact .page-panel h3{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.direct-contact .page-panel p{margin:0;
    font-size:calc(16px * .875);
    line-height:1.69;
    flex:1 1 auto;}
.direct-contact .page-panel a{align-self:flex-start;
    text-decoration:none;
    font-size:calc(16px * .875);
    font-weight:700;
    border-bottom:1px solid #7A2E1E;
    padding-bottom:2px;
    transition:color 540ms var(--motion-slow),border-color 540ms var(--motion-slow);}
.direct-contact .page-panel a:hover{border-color:#C98A2B;}
.direct-contact .contact-wrap{border-top:1px solid #E3D3B6;
    padding-top:calc(1.05rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:1.5rem;}
.direct-contact .contact-wrap p{margin:0;
    font-size:calc(16px * .875);
    line-height:1.69;}
.direct-contact .contact-wrap a{align-self:flex-start;
    text-decoration:none;
    font-size:calc(16px * .875);
    font-weight:700;
    border-bottom:1px solid #7A2E1E;
    padding-bottom:2px;
    transition:color 540ms var(--motion-slow),border-color 540ms var(--motion-slow);}
.direct-contact .contact-wrap a:hover{border-color:#C98A2B;}
@media (max-width:760px){.direct-contact .wide-panel{
        flex-direction:column;
    }.direct-contact .page-panel{
        flex:1 1 auto;
    }
}
.wide-shell{
        padding: calc(1.5rem * 2.4) 1.25rem;
        background: #F1E6D2;
        color: #3B2A1C
    }
.wide-shell .clear-media{max-width: 980px;
        margin: 0 auto}
.wide-shell .active-plan{display: flex;
        flex-direction: column;
        gap: calc(1.05rem * 1.5);
        align-items: flex-start}
.wide-shell .content-note{min-width: 0}
.wide-shell h2{margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.12}
.wide-shell .content-note p{margin: 1.5rem 0 0;
        font-size: calc(16px * 1.125);
        line-height: 1.69}
.wide-shell ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.wide-shell li{display: flex;
        gap: 1.05rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.wide-shell li + li{border-top: 1px solid #E3D3B6}
.wide-shell strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(16px * 1.35);
        line-height: 1.2}
.wide-shell span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.69}
@media (max-width: 760px) {.wide-shell .active-plan, .wide-shell li{
            display: block
        }.wide-shell ul{
            margin-top: calc(1.05rem * 1.5)
        }.wide-shell span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.plain-team{
        color:#241509;
        background:#FBF6EC;
        padding:calc(1.5rem * 2.4) 1.25rem;
    }
.plain-team .c{max-width:980px;
        margin:0 auto;
        display:grid;
        gap:calc(1.05rem * 1.5);}
@media (min-width:1024px){.plain-team .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.plain-team .featured-visual{margin-bottom:calc(1.05rem * 1.5);}
.plain-team h1{font-size:calc(16px * 2.65);
        line-height:1.15;
        margin:0 0 calc(1.5rem * .75);}
.plain-team .compact-stack{font-size:calc(16px * 1.125);
        line-height:1.69;
        margin:0;}
.plain-team .service-surface{line-height:1.69;}
.plain-team .service-surface p{margin:0 0 calc(1.5rem * .75);}
.plain-team .service-surface h2{font-size:calc(16px * 1.35);
        margin:calc(1.05rem * 1.5) 0 calc(1.5rem * .75);}
.plain-team .media-contact{margin:0 0 calc(1.5rem * .75);
        padding-left:1.1rem;
        display:flex;
        flex-direction:column;
        gap:0.5rem;}
.plain-team .page-details{margin-top:calc(1.05rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #E3D3B6;}
.plain-team .page-details p{margin:0 0 calc(1.5rem * .75);}
.plain-team .focused-copy{
        display:inline-block;
        background:#7A2E1E;
        color:#FBF3E4;
        padding:0.7rem 1.3rem;
        border-radius:0.35rem;
        text-decoration:none;
        font-size:calc(16px * .875);
    }
.plain-team .focused-copy:hover{
        background:#5F2216;color:#241509;}
.plain-team .team-details{
        background:#FFFFFF;
        color:#241509;
        border:1px solid #E3D3B6;
        border-radius:0.61rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 3px rgba(0,0,0,0.04);
    }
.plain-team .team-details h3{font-size:16px;
        margin:0 0 calc(1.5rem * .75);}
.plain-team .fields{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.plain-team .fields a{text-decoration:none;
        font-size:calc(16px * .875);}
.plain-team .fields a:hover{text-decoration:underline;}
.plain-team .contact-wrap{margin-top:calc(1.5rem * .75);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #E3D3B6;
        font-size:calc(16px * .875);}
.plain-team .contact-wrap p{margin:0 0 0.35rem;}
.plain-team .contact-wrap a{text-decoration:none;}
.plain-team .contact-wrap a:hover{text-decoration:underline;}
.wide-body{
        padding: calc(1.5rem * 2.4) 1.25rem;
        background: #FBF6EC;
        color: #241509
    }
.wide-body .clear-media{max-width: 980px;
        margin: 0 auto}
.wide-body .local-media{display: flex;
        flex-direction: column;
        gap: calc(1.05rem * 1.5);
        align-items: flex-start}
.wide-body h2{min-width: 0;
        margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.15}
.wide-body .service-surface{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.05rem * 1.5)}
.wide-body .service-surface p{margin: 0;
        font-size: 16px;
        line-height: 1.69}
.wide-body .bottom-headline{display: flex;
        flex-wrap: wrap;
        gap: 1.05rem;
        margin-top: 1.5rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #E3D3B6}
.wide-body .bottom-headline span{
        border-radius: 0.22rem;
        background: #F1E6D2;
        color: #3B2A1C;
        padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
        font-size: calc(16px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.wide-body .local-media{
            display: block
        }.wide-body .service-surface{
            margin-top: 1.5rem
        }
    }
.rows{--axis-control:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 1.25rem;background:#C98A2B;color:#2A1608;}
.rows .clear-media{max-width:980px;margin:0 auto;}
.rows h1,.rows h2,.rows h3,.rows p{margin:0;}
.rows h2{font-size:calc(16px * 2);line-height:1.12;}
.rows h3{font-size:calc(16px * 1.35);line-height:1.2;}
.rows p{font-size:16px;line-height:1.69;color:color-mix(in srgb, currentColor 74%, transparent);}
.rows .contact-wrap{margin-bottom:calc(1.5rem / 2);font-size:calc(16px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.rows .compact-stack{margin-top:1.5rem;}
.rows .media-contact{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:var(--axis-control);}
.rows .main-frame{min-width:0;padding-top:calc(1.05rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.rows .main-frame:first-child{border-top:0;padding-top:0;}
.rows .main-frame p{margin-top:calc(1.5rem / 3);}
.public-story{padding:calc(1.5rem * 2.4) 1.25rem;background:var(--ink-accent);color:var(--tone-cool)}
.public-story .focused-surface{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:1.05rem}
.public-story .compact-stack{align-self:start}
.public-story h2{margin:0;font-size:calc(16px * 2);line-height:1.15}
.public-story .compact-stack p{margin:1.5rem 0 0;font-size:16px;line-height:1.69;opacity:.86}
.public-story .compact-stack p:first-of-type{margin-top:calc(1.05rem * 1.5)}
.public-story .focused-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-story .page-intro{padding:calc(1.5rem * .75);border-radius:0.61rem;background:#FFFFFF;color:#241509;border:1px solid #E3D3B6}
.public-story .page-intro span{display:block;font-size:calc(16px * .875);letter-spacing:.04em;text-transform:uppercase;color:inherit;}
.public-story .page-intro strong{display:block;margin-top:.45rem;font-size:16px;font-weight:600;line-height:1.45}
.public-story .page-intro a{color:inherit;text-decoration:none;border-bottom:1px solid #E3D3B6}
.public-story .page-intro a:hover{color:#C98A2B}
.public-story .contact-nav{grid-column:1/-1;height:clamp(20rem,38vw,30rem);border-radius:0.73rem;overflow:hidden;border:1px solid #E3D3B6;background:#FFFFFF;color:#241509;}
.public-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.public-story .focused-surface{grid-template-columns:1fr}.public-story .contact-nav{height:20rem}}
.primary-feature{
  background:#C98A2B;
  color:#2A1608;
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.primary-feature .clear-media{max-width:980px;
  margin:0 auto;}
.primary-feature .soft-unit{display:flex;
  align-items:flex-start;
  gap:calc(1.05rem * 1.5);}
.primary-feature .open-tile{flex:0 1 24rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.05rem * 1.5);}
.primary-feature h2{margin:0;
  font-size:clamp(calc(16px * 2),4.5vw,calc(16px * 2.65));
  line-height:1.1;
  letter-spacing:0;}
.primary-feature .compact-stack{margin:0;
  line-height:1.65;}
.primary-feature .media-contact{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.primary-feature .media-contact li{padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  line-height:1.55;}
.primary-feature .contact-wrap{margin:0;
  line-height:1.6;
  font-size:calc(16px * .875);
  opacity:.85;}
.primary-feature .contact-wrap.small{margin-top:calc(calc(1.5rem * .75) * .5);}
.primary-feature .contact-flow{
  flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:calc(1.05rem * 1.5);
  border-radius:0.61rem;
  background:color-mix(in srgb,currentColor 9%,transparent);
}
.primary-feature .content-note{margin:0;
  line-height:1.65;}
.primary-feature label{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  min-width:0;
  font-size:calc(16px * .875);}
.primary-feature input{
  width:100%;
  min-width:0;
  border:1px solid color-mix(in srgb,currentColor 28%,transparent);
  border-radius:0.22rem;
  background:color-mix(in srgb,currentColor 8%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.primary-feature input::placeholder{color:color-mix(in srgb,currentColor 58%,transparent);}
.primary-feature button{
  align-self:flex-start;
  border:0;
  border-radius:0.35rem;
  background:#2A1608;
  color:#C98A2B;
  padding:calc(1.5rem * .75) 1.05rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.primary-feature button:hover{
  background:#7A2E1E;
  color:#FBF3E4;
}
@media (max-width:760px) {.primary-feature .soft-unit{ flex-direction:column; }.primary-feature .contact-flow{ padding:calc(1.5rem * .75); }
}
.steady-figure{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#FBF6EC;
  color:#241509;
}
.steady-figure .clear-media{max-width:980px;
  margin:0 auto;}
.steady-figure .narrow-rail{display:flex;
  flex-wrap:wrap;
  gap:1.05rem;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:calc(1.05rem * 1.5);}
.steady-figure h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.12;
  flex:1 1 18rem;}
.steady-figure .narrow-rail p{margin:0;
  flex:1 1 22rem;
  line-height:1.69;
  color:#3B2A1C;}
.steady-figure .top-tile{display:flex;
  flex-wrap:wrap;
  gap:1.05rem;
  padding:1.5rem 0;
  border-top:1px solid #E3D3B6;
  border-bottom:1px solid #E3D3B6;}
.steady-figure .top-tile a{
  flex:1 1 15rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#241509;
  border:1px solid #E3D3B6;
  border-radius:0.35rem;
  text-decoration:none;
  font-size:16px;
  line-height:1.69;
  transition:border-color 540ms var(--motion-slow), background 540ms var(--motion-slow);
}
.steady-figure .top-tile a:hover,
.steady-figure .top-tile a:focus-visible{
  border-color:#C98A2B;
  background:#F1E6D2;
  color:#3B2A1C;
}
.steady-figure .top-tile span{display:block;
  margin-top:calc(1.5rem * .75);
  font-size:calc(16px * .875);
  color:#3B2A1C;
  overflow-wrap:anywhere;}
.steady-figure .soft-view{display:flex;
  flex-wrap:wrap;
  gap:calc(1.05rem * 1.5);
  margin-top:1.5rem;}
.steady-figure .soft-view .wide-plan{flex:1 1 16rem;
  min-width:0;}
.steady-figure .soft-view h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16px * 1.35);
  line-height:1.2;}
.steady-figure .soft-view p{margin:0;
  line-height:1.69;
  color:#3B2A1C;}
.steady-figure .contact-wrap{margin:1.5rem 0 0;
  padding-top:calc(1.05rem * 1.5);
  border-top:1px solid #E3D3B6;
  font-size:calc(16px * .875);
  line-height:1.69;
  color:#3B2A1C;}
@media(max-width:680px){.steady-figure .narrow-rail{
    display:block;
  }.steady-figure .narrow-rail p{
    margin-top:1.5rem;
  }
}
.fresh-area{padding:calc(1.5rem * 2.4) 1.25rem;background:#7A2E1E;color:#FBF3E4}
.fresh-area .narrow-view{max-width:min(980px,62rem);margin:0 auto}
.fresh-area h2{margin:0;font-size:calc(16px * 2.65);line-height:1.1}
.fresh-area .primary-group{margin:1.5rem 0 calc(1.05rem * 1.5);font-size:calc(16px * 1.125);line-height:1.55}
.fresh-area .main-steps{display:flex;flex-direction:column;gap:1.05rem;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:calc(1.05rem * 1.5)}
.fresh-area .contact-wrap{padding-bottom:1.05rem}
.fresh-area .contact-wrap + .contact-wrap{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding-top:1.05rem}
.fresh-area h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 1.35);line-height:1.25;font-weight:600}
.fresh-area .contact-wrap p{margin:0;line-height:1.65}
.fresh-area a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.fresh-area a:hover{}
@media (min-width:720px){.fresh-area .main-steps{gap:calc(1.05rem * 1.2)}
}
.strong-benefit{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: var(--ink-accent);
  color: var(--tone-cool);
}
.strong-benefit .clear-media{display: flex;
  flex-wrap: wrap;
  gap: calc(1.05rem * 1.5);
  max-width: 980px;
  margin: 0 auto;}
.strong-benefit .focused-footer{flex: 1 1 22rem;
  min-width: 0;}
.strong-benefit h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.strong-benefit .focused-footer p{margin: 1.5rem 0 0;
  color: #D9C9AE;
  line-height: 1.69;}
.strong-benefit .active-plan{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E3D3B6;}
.strong-benefit .wide-plan{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.05rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E3D3B6;}
.strong-benefit .wide-plan span{flex: 0 0 30%;
  color: #D9C9AE;
  font-size: calc(16px * .875);
  letter-spacing: 0.02em;}
.strong-benefit .wide-plan p,
.strong-benefit .wide-plan a{flex: 1 1 0;
  min-width: 0;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  line-height: 1.69;}
.strong-benefit .controls a{color: #C98A2B;
  font-size: calc(16px * 1.125);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;}
.strong-benefit .controls a:hover{color:inherit;}
.strong-benefit .plain-footer{display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.strong-benefit .plain-footer a{color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;}
.strong-benefit .plain-footer a:hover{color: #C98A2B;}
@media (max-width: 760px) {.strong-benefit .clear-media{
    display: block;
  }.strong-benefit .active-plan{
    margin-top: calc(1.05rem * 1.5);
  }.strong-benefit .wide-plan p,
  .strong-benefit .wide-plan a{
    text-align: left;
  }.strong-benefit .plain-footer{
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {.strong-benefit .wide-plan{
    display: block;
  }.strong-benefit .wide-plan span{
    display: block;
    margin-bottom: calc(1.5rem * .75);
  }.strong-benefit .wide-plan p,
  .strong-benefit .wide-plan a{
    display: block;
  }
}
.top-region{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:var(--ink-accent);
  color:var(--tone-cool);
}
.top-region .plain-inner{max-width:min(980px,58rem);
  margin:0 auto;}
.top-region h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.12;
  letter-spacing:0.01em;}
.top-region .content-note{margin:1.5rem 0 calc(1.05rem * 1.5);
  font-size:calc(16px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.top-region .top-nav{padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.top-region .top-nav:last-child{padding-bottom:0;}
.top-region h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16px * 1.35);
  line-height:1.25;
  font-weight:600;}
.top-region .top-nav p{margin:0;
  line-height:1.7;
  color:color-mix(in srgb,currentColor 76%,transparent);}
.top-region a{color:#C98A2B;
  text-decoration:underline;
  text-underline-offset:0.2em;}
.top-region a:hover{color:inherit;}
@media (max-width:640px){.top-region h2{font-size:calc(16px * 1.35)}.top-region .content-note{font-size:16px}
}
.offer-view{background:#F1E6D2;color:#3B2A1C;padding:calc(1.5rem * 2.4) 1.25rem}
.offer-view .clear-media{max-width:980px;margin:0 auto}
.offer-view .site-lead{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.offer-view h2{margin:0;font-size:calc(16px * 2);line-height:1.15;letter-spacing:0}
.offer-view .service-surface{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);padding-top:1.5rem;border-top:1px solid #E3D3B6}
.offer-view p{margin:0;font-size:16px;line-height:1.69}
.offer-view a{align-self:flex-start;padding:calc(1.5rem * .75) 1.05rem;border-radius:0.35rem;background:#7A2E1E;color:#FBF3E4;text-decoration:none;font-weight:700;transition:background 540ms var(--motion-slow)}
.offer-view a:hover{background:#5F2216;color:#241509;}
@media(max-width:700px){.offer-view .service-surface{gap:1.5rem}}
.text-items{--axis-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.25rem;background:#F1E6D2;color:#3B2A1C;}
.text-items .clear-media{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-control);}
.text-items h2,.text-items h3,.text-items p{margin:0;}
.text-items h2{font-size:calc(16px * 2);line-height:1.14;}
.text-items h3{font-size:calc(16px * 1.35);line-height:1.24;}
.text-items p{font-size:16px;line-height:1.69;}
.text-items .compact-stack{font-size:calc(16px * 1.125);}
.text-items a{text-decoration:none;border-bottom:1px solid #E3D3B6;}
.text-items a:hover{border-bottom-color:#C98A2B;}
.text-items .media-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #E3D3B6;padding-top:var(--axis-control);}
.text-items .main-frame{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #E3D3B6;}
.text-items .main-frame:last-child{border-bottom:0;padding-bottom:0;}
.text-items .main-frame p{margin-top:calc(1.5rem / 3);}
.text-items .contact-wrap{font-size:calc(16px * .875);padding-top:calc(1.05rem * 1.5);border-top:1px solid #E3D3B6;}
.direct-nav{--axis-control:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.25rem;background:#F1E6D2;color:#3B2A1C;}
.direct-nav .clear-media{max-width:980px;margin:0 auto;}
.direct-nav h2,.direct-nav p{margin:0;}
.direct-nav h2{font-size:calc(16px * 2);line-height:1.14;}
.direct-nav p{font-size:16px;line-height:1.69;}
.direct-nav .plain-inner{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.direct-nav .compact-stack{color:#3B2A1C;}
.direct-nav .contact-wrap{font-size:calc(16px * .875);color:#3B2A1C;opacity:.82;}
.direct-nav .page-details{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--axis-control);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#7A2E1E;color:#FBF3E4;text-decoration:none;font-size:16px;transition:background 540ms var(--motion-slow);}
.direct-nav .page-details:hover,.direct-nav .page-details:focus-visible{background:#5F2216;color:#241509;}
@media (min-width:720px){.direct-nav .clear-media{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.05rem;}.direct-nav .plain-inner{flex:1 1 32rem;min-width:0;}.direct-nav .page-details{flex:0 0 auto;margin-top:0;}
}
.wide-lead{padding:calc(1.5rem * 2.4) 1.25rem;background:#FBF6EC;color:#241509}
.wide-lead .clear-media{max-width:980px;margin:0 auto}
.wide-lead .contact-method{display:flex;flex-wrap:wrap;gap:calc(1.05rem * 1.5);align-items:flex-start}
.wide-lead .compact-stack{flex:1 1 34rem;min-width:0}
.wide-lead .contact-wrap{margin:0 0 1.5rem;font-size:calc(16px * .875);line-height:1.69;color:#3B2A1C;letter-spacing:0.02em}
.wide-lead h2{margin:0;font-size:calc(16px * 2.65);line-height:1.08}
.wide-lead .simple-details{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.wide-lead .content-list{margin:0;line-height:1.69}
.wide-lead .simple-details>a{display:inline-flex;margin-top:1.5rem;border-radius:0.35rem;background:#7A2E1E;color:#FBF3E4;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 540ms var(--motion-slow)}
.wide-lead .simple-details>a:hover{background:#5F2216;color:#241509;}
.wide-lead ul{list-style:none;margin:calc(1.05rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-lead li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #E3D3B6;color:#7A2E1E;text-decoration:none;transition:color 540ms var(--motion-slow)}
.wide-lead li a:hover{color:inherit;}
@media(max-width:760px){.wide-lead .contact-method{display:block}.wide-lead h2{font-size:calc(16px * 2)}.wide-lead .simple-details{margin-top:calc(1.05rem * 1.5);padding-top:0}}
