:root {
  --ease-nav: cubic-bezier(0.2,0.8,0.2,1);
  --tone-inverse: #8A5A2B;
  --ink-main: #3A3125;
  --surface-primary: #241C13;
  --paint-panel: #D6CCBA;
  --ink-inverse: #FFFFFF;
  --ink-deep: #EDE6D8;
}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*{box-sizing:border-box;}
.main-footer {
    width: 100%;
    background: var(--ink-inverse);
    color: var(--surface-primary);
    border-bottom: 1px solid var(--paint-panel);
    box-shadow: 0 2px 7px rgba(0,0,0,0.12);
  }
.clear-menu {
    max-width: 1540px;
    margin: 0 auto;
    padding: calc(1.76rem * 1.5) 2.07rem;
    display: flex;
    align-items: center;
    gap: 1.76rem;
  }
.open-proof {
    font-size: calc(19px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--surface-primary);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.open-proof:hover {
    color: #B87333;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.76rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19px;
    color: var(--surface-primary);
    text-decoration: none;
    border-radius: 0.33rem;
    transition: color 310ms var(--ease-nav),
                background-color 310ms var(--ease-nav);
  }
.nav-list a:hover {
    color: #B87333;
    background: var(--ink-deep);
  }
.primary-body {
    display: flex;
    align-items: center;
    gap: 1.76rem;
    flex-shrink: 0;
  }
.primary-steps {
    font-size: calc(19px * .875);
    color: var(--ink-main);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 310ms var(--ease-nav),
                border-color 310ms var(--ease-nav);
  }
.primary-steps:hover {
    color: #B87333;
    border-bottom-color: #B87333;
  }
.top-story {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    font-size: calc(19px * .875);
    font-weight: 600;
    color: #F7F1E6;
    background: var(--tone-inverse);
    border-radius: 0.49rem;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.12);
    transition: background-color 310ms var(--ease-nav),
                transform 310ms var(--ease-nav);
  }
.top-story:hover{
    background: #6F4620;
    transform: translateY(-1px);color:var(--surface-primary);}
.focused-copy{
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--paint-panel);
    background: var(--ink-inverse);
    border-radius: 0.33rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;color:var(--surface-primary);}
.narrow-unit{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--surface-primary);
    border-radius: 1px;
    transition: transform 310ms var(--ease-nav),
                opacity 310ms var(--ease-nav);color:var(--surface-primary);}
.focused-copy[aria-expanded="true"] .narrow-unit:nth-child(1){transform: translateY(7px) rotate(45deg);}
.focused-copy[aria-expanded="true"] .narrow-unit:nth-child(2){opacity: 0;}
.focused-copy[aria-expanded="true"] .narrow-unit:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
.nav-mobile {
    display: none;
    border-top: 1px solid var(--paint-panel);
    background: var(--ink-inverse);
    color: var(--surface-primary);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(1.76rem * 1.5) 2.07rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 19px;
    color: var(--surface-primary);
    text-decoration: none;
    border-radius: 0.33rem;
    transition: background-color 310ms var(--ease-nav),
                color 310ms var(--ease-nav);
  }
.nav-mobile-list a:hover {
    background: var(--ink-deep);
    color: #B87333;
  }
.nav-mobile-cta a {
    margin-top: 0.5rem;
    text-align: center;
    font-weight: 600;
    color: #F7F1E6;
    background: var(--tone-inverse);
  }
.nav-mobile-cta a:hover {
    background: #6F4620;
    color: #F7F1E6;
  }
@media (max-width: 1023px) {
    .nav-desktop {
      display: none;
    }

    .primary-steps {
      display: none;
    }

    .focused-copy {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
@media (max-width: 767px) {
    .clear-menu {
      padding: calc(1.76rem * 1.5) 2.07rem;
      gap: calc(1.76rem / 2);
    }

    .open-proof {
      font-size: 19px;
    }

    .top-story {
      padding: 0.5rem 0.85rem;
      font-size: calc(19px * .875);
    }
  }
.open-summary{font-family:"Sora", sans-serif;font-size:19px;line-height:1.65;width:100%;padding:0;background:#2A231A;color:#F2EDE4;}
.site-stack{max-width:1540px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.07rem;display:grid;grid-template-columns:1fr;gap:calc(1.76rem * 1.5)}
.active-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-service{font-size:calc(19px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75) 0;opacity:0.75}
.focused-figure{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:19px}
.secondary-copy{display:block}
.focused-figure a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 310ms var(--ease-nav)}
.focused-figure a:hover{border-bottom-color:currentColor;color:inherit}
.top-summary{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-surface{font-size:calc(19px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.strong-summary{margin:0;font-size:calc(19px * .875);opacity:0.8;max-width:32ch}
.visual-figure{display:grid;grid-template-columns:1fr;gap:calc(1.76rem * 1.5)}
.active-nav{min-width:0}
.contact-tile{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-tile a{color:inherit;text-decoration:none;font-size:19px;border-bottom:1px solid transparent;transition:border-color 310ms var(--ease-nav)}
.contact-tile a:hover{border-bottom-color:currentColor;color:inherit}
.narrow-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.76rem * 1.5);border-top:1px solid currentColor;border-top-color:rgba(255, 255, 255, 0.15)}
.service-contact{margin:0;font-size:calc(19px * .875);opacity:0.85;max-width:80ch}
.featured-quote{margin:0;font-size:calc(19px * .875);opacity:0.7}
@media (min-width: 720px) {.visual-figure{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.site-stack{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);grid-template-areas:"contacts nav"
        "brand nav"
        "legal legal";column-gap:2.07rem;row-gap:calc(1.76rem * 1.5)}.active-entries{grid-area:contacts}.top-summary{grid-area:brand}.visual-figure{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.narrow-figure{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
footer .active-items{flex:1 1 100%;max-width:1540px;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(19px * .875);line-height:1.65;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:2.07rem;bottom:1.5rem;z-index:1200}
.cookies .legal{width:min(31rem,calc(100vw - 2.07rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.9rem;background:#fff;color:#0a0f1a;box-shadow:0 14px 38px rgba(0,0,0,0.19)}
.cookies strong{display:block;font-size:calc(19px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.65}
.cookies .strong-benefit{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .strong-benefit>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.33rem;background:#f7f7f7;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--tone-inverse);color:#F7F1E6;border-color:var(--tone-inverse)}
.offer-entries{
  padding:calc(1.5rem * 2.4) 2.07rem;
  min-height:calc(calc(1.5rem * 2.4) * 4.4);
  display:flex;
  align-items:flex-end;
  background:linear-gradient(rgba(24,18,12,.62),rgba(24,18,12,.82)),url("https://images.pexels.com/photos/894695/pexels-photo-894695.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#2A231A;
  color:#F2EDE4;
}
.offer-entries .primary-headline{width:100%;
  max-width:1540px;
  margin:0 auto;}
.offer-entries h1,
.offer-entries p{margin:0;}
.offer-entries h1{font-size:calc(19px * 2.65);
  line-height:1.08;}
.offer-entries .text-media p{margin-top:1.5rem;
  font-size:19px;
  line-height:1.65;
  color:#F2EDE4;
  opacity:.86;}
.offer-entries .featured-actions{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.76rem;}
.offer-entries .text-media{flex:1 1 auto;
  min-width:0;}
.offer-entries .offer-flow{flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(1.5rem * .75);}
.offer-entries .visual-team{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.33rem;
  background:#B87333;
  color:#1A140E;
  text-decoration:none;
  font-size:calc(19px * .875);
  transition:background 310ms var(--ease-nav);
}
.offer-entries .visual-team:hover{
  background:#9C5F26;color:var(--surface-primary);}
.offer-entries .page-group{font-size:calc(19px * .875);
  line-height:1.65;
  color:#F2EDE4;
  opacity:.78;}
.offer-entries .page-group a{text-decoration:underline;}
.offer-entries .page-group a:hover{}
@media(max-width:760px){.offer-entries .featured-actions{
    flex-direction:column;
    align-items:flex-start;
  }
}
.media-tile{
        --mark-local: calc(1.5rem * 1.12);
        --label-main: calc(1540px / 3.44);
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: #2A231A;
        color: #F2EDE4;
    }
.media-tile .primary-headline{max-width: 1540px;
        margin: 0 auto;}
.media-tile h2,
    .media-tile h3,
    .media-tile p{margin: 0;}
.media-tile h2{font-size: calc(19px * 2);
        line-height: 1.12;}
.media-tile h3{font-size: calc(19px * 1.35);
        line-height: 1.2;}
.media-tile p{font-size: 19px;
        line-height: 1.65;}
.media-tile .content-story{margin-top: 1.5rem;
        opacity: .88;}
.media-tile .bottom-area{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-local);
        margin-top: var(--mark-local);}
.media-tile .visual-shell{
        flex: 1 1 var(--label-main);
        min-width: 0;
        padding: calc(var(--mark-local) * .75);
        border-radius: 0.49rem;
        background: var(--ink-deep);
        color: var(--ink-main);
    }
.media-tile .visual-shell p{margin-top: calc(1.5rem / 3);}
.media-tile .page-group{margin-top: var(--mark-local);
        font-size: calc(19px * .875);
        opacity: .85;}
.media-tile .page-group a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.media-tile .page-group a:hover{color:inherit;}
.bottom-grid{
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
        color: #F7F1E6;
    }
.bottom-grid .primary-headline{max-width: 1540px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.76rem * 1.5);
        align-items: start;}
.bottom-grid .content-story{position: sticky;
        top: 1.5rem;}
.bottom-grid h2{margin: 0;
        font-size: calc(19px * 2);
        line-height: 1.08;}
.bottom-grid .content-story p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: 19px;
        line-height: 1.65;}
.bottom-grid .simple-stack{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.bottom-grid .text-items{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-panel);
        border-radius: 0.9rem;
        background: var(--ink-inverse);
        color: var(--surface-primary);
        box-shadow: 0 2px 7px rgba(0,0,0,0.12);
    }
.bottom-grid .primary-plan{font-size: 19px;
        line-height: 1.65;}
.bottom-grid .steady-callout{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-panel);
        display: flex;
        flex-wrap: wrap;
        gap: 1.76rem;
        justify-content: space-between;
        align-items: baseline;}
.bottom-grid .steady-callout strong{font-size: calc(19px * .875);}
.bottom-grid .steady-callout span{font-size: calc(19px * .875);}
@media (max-width: 900px) {.bottom-grid .primary-headline{
            grid-template-columns: 1fr;
        }.bottom-grid .content-story{
            position: static;
        }
    }
@media (max-width: 560px) {.bottom-grid .steady-callout{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.focused-links{--mark-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.focused-links .primary-headline{max-width:1540px;margin:0 auto;}
.focused-links h2,.focused-links h3,.focused-links p{margin:0;}
.focused-links h2{font-size:calc(19px * 2);line-height:1.14;}
.focused-links h3{font-size:calc(19px * 1.35);line-height:1.22;}
.focused-links p{font-size:19px;line-height:1.65;}
.focused-links .site-content{display:flex;flex-direction:column;gap:var(--mark-local);}
.focused-links .offer-footer{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;}
.focused-links .offer-footer>h2{flex:1 1 calc(1540px / 3.2);min-width:0;}
.focused-links .offer-footer>.content-story{flex:1 1 calc(1540px / 2.6);min-width:0;}
.focused-links .bottom-area{display:flex;flex-wrap:wrap;gap:1.76rem;}
.focused-links .visual-shell{flex:1 1 calc(1540px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.76rem * 1.5) / 2);padding:calc(1.5rem * .75);border-radius:0.49rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);box-shadow:0 2px 7px rgba(0,0,0,0.12);}
.focused-links .visual-shell p{color:var(--surface-primary);}
.focused-links .wide-inner{align-self:flex-start;font-size:calc(19px * .875);color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;padding-bottom:1px;transition:color 310ms var(--ease-nav),border-color 310ms var(--ease-nav);}
.focused-links .wide-inner:hover{color:inherit;border-color:#B87333;}
.focused-links .simple-form{font-size:calc(19px * .875);color:var(--ink-main);}
.focused-links .simple-form a{color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;}
.focused-links .simple-form a:hover{color:inherit;border-color:#B87333;}
@media (max-width:720px){.focused-links .offer-footer>h2,.focused-links .offer-footer>.content-story,.focused-links .visual-shell{flex:1 1 100%;}
}
.site-frame{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.site-frame .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.site-frame h2,.site-frame h3,.site-frame p{margin:0;}
.site-frame h2{font-size:calc(19px * 2);line-height:1.12;}
.site-frame h3{font-size:calc(19px * 1.35);line-height:1.22;}
.site-frame p{font-size:19px;line-height:1.65;}
.site-frame .open-quote{display:flex;flex-direction:column;gap:calc(calc(1.76rem * 1.5) * .6);}
.site-frame .content-story{font-size:calc(19px * 1.125);}
.site-frame .bottom-area{display:flex;flex-wrap:wrap;gap:1.76rem;}
.site-frame .visual-shell{flex:1 1 calc(1540px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .7);padding:calc(1.5rem * .75);border-radius:0.49rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);}
.site-frame .visual-shell a{align-self:flex-start;margin-top:auto;padding:calc(calc(1.5rem * .75) * .55) 1.5rem;border-radius:0.33rem;background:var(--tone-inverse);color:#F7F1E6;text-decoration:none;font-size:calc(19px * .875);transition:background 310ms var(--ease-nav);}
.site-frame .visual-shell a:hover{background:#6F4620;color:var(--surface-primary);}
.site-frame .simple-form{font-size:calc(19px * .875);padding-top:calc(calc(1.76rem * 1.5) * .5);border-top:1px solid var(--paint-panel);}
.site-frame .simple-form a{text-decoration:underline;}
.site-frame .simple-form a:hover{}
@media (max-width:720px){.site-frame .visual-shell{flex:1 1 100%;}}
.site-plan{padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13}
.site-plan .primary-headline{max-width:min(1540px,58rem);margin:0 auto}
.site-plan .offer-footer{display:grid;gap:1.5rem}
.site-plan h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.site-plan .offer-footer p{margin:0;color:var(--ink-main);line-height:1.65}
.site-plan .content-plan{margin-top:calc(1.76rem * 1.5);border-top:1px solid var(--paint-panel)}
.site-plan details{padding:1.5rem 0;border-bottom:1px solid var(--paint-panel)}
.site-plan summary{cursor:pointer;font-size:calc(19px * 1.35);line-height:1.2;list-style:none}
.site-plan summary::-webkit-details-marker{display:none}
.site-plan summary::after{content:"+";float:right;color:inherit;font-size:calc(19px * 1.125);line-height:1}
.site-plan details[open] summary::after{content:"–"}
.site-plan details p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.65}
@media(max-width:720px){.site-plan .content-plan{margin-top:calc(1.5rem * .75)}.site-plan summary{font-size:19px}
}
.secondary-brand{--mark-local:calc(1.5rem * 1.10);--label-main:calc(1540px / 3.42);padding:calc(1.5rem * 2.4) 2.07rem;background:#B87333;color:#1A140E;}
.secondary-brand .primary-headline{max-width:1540px;margin:0 auto;}
.secondary-brand h2,.secondary-brand h3,.secondary-brand p{margin:0;}
.secondary-brand h2{font-size:calc(19px * 2);line-height:1.12;}
.secondary-brand h3{font-size:calc(19px * 1.35);line-height:1.2;}
.secondary-brand p{font-size:19px;line-height:1.65;}
.secondary-brand .content-story{margin-top:1.5rem;}
.secondary-brand .bar{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.secondary-brand .visual-shell{flex:1 1 var(--label-main);min-width:0;padding:calc(var(--mark-local) * .75);border-radius:0.49rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.secondary-brand .visual-shell p{margin-top:calc(1.5rem / 3);}
.top-headline{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:var(--ink-deep);
    color:var(--ink-main);
}
.top-headline .primary-headline{max-width:1540px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:1.76rem;
    align-items:start;}
.top-headline .soft-method img{width:100%;
    height:auto;
    display:block;
    border-radius:0.9rem;
    border:1px solid var(--paint-panel);
    box-shadow:0 2px 7px rgba(0,0,0,0.12);}
.top-headline .text-service h2{margin:0 0 calc(1.76rem * 1.5);
    font-size:calc(19px * 2);
    line-height:1.2;}
.top-headline .text-service h3{margin:calc(1.76rem * 1.5) 0 0.5rem;
    font-size:calc(19px * 1.125);}
.top-headline .text-service p{margin:0 0 0.85rem;
    font-size:19px;
    line-height:1.65;}
.top-headline .text-service .content-story{font-size:19px;}
.top-headline .text-service ul{margin:0 0 0.85rem;
    padding-left:1.15rem;
    display:grid;
    gap:0.4rem;}
.top-headline .text-service a{color:#8A5A2B;
    text-decoration:underline;
    text-underline-offset:2px;}
.top-headline .text-service a:hover{color:inherit;}
@media (max-width:820px){.top-headline .primary-headline{
        grid-template-columns:1fr;
    }
}
.media-list{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: linear-gradient(120deg, #B87333 0%, #8A5A2B 100%);
  color: #1A140E;
}
.media-list .primary-headline{max-width: 1540px;
  margin: 0 auto;}
.media-list .steady-tile{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.76rem;
  align-items: flex-end;
  margin-bottom: calc(1.76rem * 1.5);}
.media-list h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(19px * 2);
  line-height: 1.1;}
.media-list .steady-tile p{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(19px * 1.125);
  line-height: 1.65;}
.media-list .focused-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;}
.media-list .focused-summary a{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  background: #2A231A;
  color: #F2EDE4;
  text-decoration: none;
  border-radius: 0.49rem;
  box-shadow: 0 2px 7px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform 310ms var(--ease-nav), box-shadow 310ms var(--ease-nav);
}
.media-list .focused-summary a:hover{transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(0,0,0,0.15);}
.media-list .focused-summary strong{font-size: calc(19px * 1.35);
  line-height: 1.2;}
.media-list .focused-summary span{font-size: calc(19px * .875);
  line-height: 1.65;
  opacity: 0.85;}
.media-list .offer-flow{margin-top: calc(1.76rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(26, 20, 14, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;
  font-size: calc(19px * .875);}
.media-list .offer-flow p{margin: 0;}
.media-list .offer-flow a{color: inherit;
  text-decoration: underline;}
@media (max-width: 720px) {.media-list .steady-tile{
    display: block;
  }.media-list .steady-tile p{
    margin-top: calc(1.5rem * .75);
  }.media-list .focused-summary a{
    flex: 1 1 100%;
  }
}
.focused-fields{padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.strong-items{max-width:1540px;margin:0 auto;}
.focused-fields h1{margin:0;font-size:calc(19px * 2.65);line-height:1.08;}
.media-view{--mark-local:calc(1.5rem * 1.19);--field-strong:calc(1540px / 3.10);--font-main:calc(1540px / 3.27);padding:calc(1.5rem * 2.4) 2.07rem;background:#B87333;color:#1A140E;}
.media-view .primary-headline{max-width:1540px;margin:0 auto;}
.media-view h2,.media-view h3,.media-view p{margin:0;}
.media-view h2{font-size:calc(19px * 2);line-height:1.12;}
.media-view h3{font-size:calc(19px * 1.35);line-height:1.2;}
.media-view p{font-size:19px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.media-view a{color:inherit;text-decoration:none;}
.media-view img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.media-view .content-story{margin-top:1.5rem;}
.media-view .bottom-area{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.media-view .visual-shell{min-width:0;}
.media-view .visual-shell p,.media-view .visual-shell a{margin-top:calc(1.5rem / 3);}
.media-view .visual-shell a{display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px;}
.media-view .visual-shell img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-main) * .7);}
.media-view .public-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.media-view .public-stack>.text-media{flex:1 1 calc(1540px / 3);min-width:0;}
.media-view .public-stack>.bottom-area{flex:2 1 calc(1540px / 2);margin-top:0;}
.media-view .public-stack>img{margin-left:auto;}
.media-grid{--mark-local:calc(1.5rem * 0.9);--gap-card:calc(1.5rem * 0.7);padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.media-grid .primary-headline{max-width:1540px;margin:0 auto;}
.media-grid h2,.media-grid h3,.media-grid p{margin:0;}
.media-grid h2{font-size:calc(19px * 2);line-height:1.12;}
.media-grid h3{font-size:calc(19px * 1.35);line-height:1.2;}
.media-grid p{font-size:19px;line-height:1.65;}
.media-grid a{color:#8A5A2B;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 310ms var(--ease-nav);}
.media-grid a:hover{color:inherit;border-bottom-color:#B87333;}
.media-grid .simple-form{font-size:calc(19px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-main);}
.media-grid .content-story{margin-top:calc(1.5rem / 2);color:var(--ink-main);}
.media-grid .visual-team{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.33rem;background:var(--tone-inverse);color:#F7F1E6;font-size:calc(19px * .875);border-bottom:none;}
.media-grid .visual-team:hover{background:#6F4620;color:#F7F1E6;border-bottom:none;}
.media-grid .bottom-area{display:flex;flex-wrap:wrap;gap:var(--gap-card) 1.76rem;margin-top:var(--mark-local);}
.media-grid .visual-shell{flex:1 1 calc(1540px / 4);min-width:0;padding-top:calc(calc(1.5rem * .75) * 0.8);border-top:1px solid var(--paint-panel);}
.media-grid .visual-shell p{margin-top:calc(1.5rem / 3);color:var(--ink-main);}
.media-grid .simple-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.media-grid .simple-details>.text-media{flex:1 1 auto;min-width:0;}
.media-grid .simple-details>.visual-team{flex:0 0 auto;}
.media-grid .simple-details>.bottom-area{flex:1 1 100%;}
.media-grid .text-media h2{margin-top:calc(1.5rem / 2);}
.media-grid .page-group{flex:1 1 100%;margin-top:var(--mark-local);font-size:calc(19px * .875);color:var(--ink-main);}
@media (max-width:720px){.media-grid .visual-shell{flex:1 1 100%;}
}
.service-tile{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(120deg, #B87333 0%, #8A5A2B 100%);color:#1A140E}
.service-tile .primary-headline{max-width:1540px;margin:0 auto}
.service-tile .site-content{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.service-tile .offer-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:calc(1.76rem * 1.5);align-items:start}
.service-tile h2{margin:0;font-size:calc(19px * 2);line-height:1.08}
.service-tile .offer-footer p{margin:0;font-size:19px;line-height:1.65}
.service-tile .text-contact{display:flex;flex-direction:column;gap:1.5rem}
.service-tile .fresh-block{display:grid;grid-template-columns:minmax(0,0.7fr) minmax(0,1.6fr);gap:1.76rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#1A140E 28%,transparent)}
.service-tile .fresh-block strong{font-size:calc(19px * 1.125);line-height:1.2}
.service-tile .fresh-block span{font-size:calc(19px * .875);line-height:1.65}
@media(max-width:820px){.service-tile .offer-footer,.service-tile .fresh-block{grid-template-columns:minmax(0,1fr)}.service-tile h2{font-size:calc(19px * 1.35)}}
.active-story{--mark-local:calc(1.5rem * 1.15);--axis-base:1px solid var(--paint-panel);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.active-story .primary-headline{max-width:1540px;margin:0 auto;}
.active-story h2,.active-story h3,.active-story p{margin:0;}
.active-story h2{font-size:calc(19px * 2);line-height:1.14;}
.active-story h3{font-size:calc(19px * 1.35);line-height:1.22;}
.active-story p{font-size:19px;line-height:1.65;}
.active-story .simple-form{margin:0 0 calc(1.5rem / 2);font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.06em;}
.active-story .content-story{margin-top:1.5rem;}
.active-story .bottom-area{display:flex;flex-direction:column;margin-top:var(--mark-local);border-top:var(--axis-base);}
.active-story .visual-shell{padding:calc(1.76rem * 1.5) 0;border-bottom:var(--axis-base);}
.active-story .text-media{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-story .text-media p{color:inherit;}
@media (min-width:900px){.active-story .visual-shell{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.76rem;align-items:start;}.active-story .text-media{gap:0;}.active-story .text-media h3{padding-right:calc(1.5rem * .75);}
}
.simple-tile{--mark-local:calc(1.5rem * 1.05);--axis-base:1px solid color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.simple-tile .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.simple-tile h2,.simple-tile h3,.simple-tile p{margin:0;}
.simple-tile h2{font-size:calc(19px * 2);line-height:1.14;}
.simple-tile h3{font-size:calc(19px * 1.35);line-height:1.22;}
.simple-tile p{font-size:19px;line-height:1.65;}
.simple-tile .offer-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.simple-tile .content-story{color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-tile .content-benefit{display:flex;flex-direction:column;gap:0;border-top:var(--axis-base);}
.simple-tile .visual-shell{padding:calc(1.5rem * .75) 0;border-bottom:var(--axis-base);}
.simple-tile .visual-shell p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 80%, transparent);}
.simple-tile a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #8A5A2B 45%, transparent);}
.simple-tile a:hover{border-bottom-color:#B87333;}
.simple-tile .simple-form{margin-top:calc(1.76rem * 1.5);padding-top:calc(1.5rem * .75);border-top:var(--axis-base);font-size:calc(19px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (min-width:900px){.simple-tile .primary-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);column-gap:1.76rem;align-items:start;}.simple-tile .offer-footer{grid-column:1;}.simple-tile .content-benefit{grid-column:2;grid-row:1 / span 2;}.simple-tile .simple-form{grid-column:1;}
}
.text-panel{--mark-local:calc(1.5rem * 0.9);--font-main:calc(1540px / 3.6);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--tone-inverse);color:#F7F1E6;}
.text-panel .primary-headline{max-width:1540px;margin:0 auto;}
.text-panel h2,.text-panel h3,.text-panel p{margin:0;}
.text-panel h2{font-size:calc(19px * 2);line-height:1.12;}
.text-panel h3{font-size:calc(19px * 1.35);line-height:1.22;}
.text-panel p{font-size:19px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.text-panel .offer-footer{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.text-panel .content-story{font-size:calc(19px * 1.125);color:color-mix(in srgb, currentColor 86%, transparent);}
.text-panel img{display:block;width:100%;height:auto;margin-top:var(--mark-local);border-radius:0.49rem;}
.text-panel .bottom-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;margin-top:var(--mark-local);}
.text-panel .visual-shell{flex:1 1 calc(1540px / 4.4);min-width:0;}
.text-panel .visual-shell p{margin-top:calc(1.5rem / 3);}
.text-panel .simple-form{margin-top:var(--mark-local);font-size:calc(19px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.text-panel .simple-form a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-panel .simple-form a:hover{}
.compact-grid{padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13}
.compact-grid .primary-headline{max-width:1540px;margin:0 auto;width:min(100%,52rem)}
.compact-grid .offer-footer{margin-bottom:calc(1.76rem * 1.5)}
.compact-grid .offer-footer p{margin:0;color:var(--ink-main);font-size:calc(19px * .875);letter-spacing:0.02em;text-transform:uppercase}
.compact-grid h2{margin:calc(1.5rem * .75) 0 0;font-size:calc(19px * 2);line-height:1.1}
.compact-grid .featured-area{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.compact-grid .simple-form{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75);border-top:1px solid var(--paint-panel);color:var(--ink-main);line-height:1.65}
.compact-grid .featured-actions{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--paint-panel)}
.compact-grid .featured-actions strong{display:block;font-size:calc(19px * 1.125);line-height:1.2}
.compact-grid .featured-actions p{margin:calc(1.5rem * .75) 0 0;line-height:1.65;color:var(--ink-main)}
.compact-grid .page-group{margin:calc(1.76rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-panel);color:var(--ink-main)}
.compact-grid .page-group a{color:#8A5A2B;text-decoration:underline;text-underline-offset:3px}
.compact-grid .page-group a:hover{color:inherit;}
.secondary-content{
  background: #F5F0E6;
  color: #241C13;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.secondary-content .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.secondary-content .offer-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-content h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.05;}
.secondary-content .content-story{margin: 0;
  font-size: calc(19px * 1.125);
  line-height: 1.65;}
.secondary-content .contact-view{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;}
.secondary-content .visual-shell{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--ink-inverse);
  color: var(--surface-primary);
  border: 1px solid var(--paint-panel);
  border-radius: 0.9rem;
  box-shadow: 0 2px 7px rgba(0,0,0,0.12);
}
.secondary-content .strong-group{
  margin: 0;
  border-radius: 0.49rem;
  overflow: hidden;
  background: var(--ink-deep);color:var(--ink-main);}
.secondary-content .strong-group img{display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;}
.secondary-content .text-media{display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.secondary-content .text-media h3{margin: 0;
  font-size: calc(19px * 1.35);
  line-height: 1.15;}
.secondary-content .text-media p{margin: 0;
  font-size: 19px;
  line-height: 1.65;}
.secondary-content .simple-form{
  margin: 0;
  padding: 1.5rem 2.07rem;
  background: var(--ink-deep);
  color: var(--ink-main);
  border-left: 3px solid #B87333;
  border-radius: 0.33rem;
  font-size: calc(19px * .875);
  line-height: 1.65;
}
@media (max-width: 720px) {.secondary-content .strong-group img{
    height: 11rem;
  }
}
.direct-tile{
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: var(--ink-deep);
        color: var(--ink-main)
    }
.direct-tile .primary-headline{max-width: 1540px;
        margin: 0 auto}
.direct-tile .simple-stack{display: flex;
        flex-direction: column;
        gap: calc(1.76rem * 1.5)}
.direct-tile .offer-footer{min-width: 0}
.direct-tile h2{margin: 0;
        font-size: calc(19px * 2);
        line-height: 1.1}
.direct-tile .offer-footer p{margin: 1.5rem 0 0;
        font-size: calc(19px * 1.125);
        line-height: 1.65}
.direct-tile ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.direct-tile li{display: flex;
        flex-wrap: wrap;
        gap: 1.76rem;
        align-items: baseline;
        padding: 1.5rem 0}
.direct-tile li + li{border-top: 1px solid var(--paint-panel)}
.direct-tile strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(19px * 1.35);
        line-height: 1.18}
.direct-tile span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.65}
@media (max-width: 760px) {.direct-tile li{
            display: block
        }.direct-tile span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.primary-inner{--mark-local:calc(1.5rem * 1.02);--field-strong:calc(1540px / 3.15);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.primary-inner .primary-headline{max-width:1540px;margin:0 auto;}
.primary-inner h2,.primary-inner p{margin:0;}
.primary-inner h2{font-size:calc(19px * 2);line-height:1.12;}
.primary-inner p{font-size:19px;line-height:1.65;}
.primary-inner .content-story{margin-top:1.5rem;}
.primary-inner .simple-form{margin-top:calc(1.76rem * 1.5);}
.primary-inner .visual-team{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:var(--tone-inverse);color:#F7F1E6;text-decoration:none;transition:background 310ms var(--ease-nav);}
.primary-inner .visual-team:hover{background:#6F4620;color:var(--surface-primary);}
.primary-inner .page-group{margin-top:calc(1.76rem * 1.5);font-size:calc(19px * .875);}
.primary-inner .page-group a{color:#8A5A2B;text-decoration:underline;text-underline-offset:3px;}
.primary-inner .page-group a:hover{color:inherit;}
.offer-content{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);color:#F7F1E6;}
.offer-content .primary-headline{max-width:1540px;margin:0 auto;}
.offer-content .open-quote{margin-bottom:calc(1.76rem * 1.5);}
.offer-content .open-quote p{margin:0;font-weight:700;font-size:calc(19px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.offer-content .open-quote h2{margin:8px 0 0;font-size:calc(19px * 2);line-height:1.2;}
.offer-content .content-story{margin:0 0 calc(1.76rem * 1.5);}
.offer-content .content-story p{margin:0;font-size:19px;opacity:.92;}
.offer-content .strong-method{display:flex;flex-direction:column;gap:1.76rem;}
.offer-content .featured-actions{border-radius:0.9rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 26%, transparent);padding:calc(1.5rem * .75);box-shadow:0 2px 7px rgba(0,0,0,0.12);}
.offer-content .featured-actions .compact-flow{display:inline-block;font-size:calc(19px * .875);font-weight:700;padding:2px 10px;border-radius:0.33rem;background:#B87333;color:#1A140E;}
.offer-content .featured-actions h3{margin:2.07rem 0 1.5rem;font-size:calc(19px * 1.35);}
.offer-content .featured-actions p{margin:0;}
.offer-content .featured-actions a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.offer-content .featured-actions a:hover{}
.offer-content .page-group{display:flex;flex-wrap:wrap;gap:1.76rem;margin-top:calc(1.76rem * 1.5);}
.offer-content .page-group a{display:inline-block;padding:10px 18px;border-radius:0.49rem;border:1px solid color-mix(in srgb, currentColor 30%, transparent);color:inherit;text-decoration:none;font-weight:600;transition:background 310ms var(--ease-nav),color 310ms var(--ease-nav);}
.offer-content .page-group a:hover{background:#B87333;color:#1A140E;border-color:#B87333;}
@media (min-width:760px){.offer-content .strong-method{display:grid;grid-template-columns:repeat(2,1fr);gap:1.76rem;}
    }
.question{--mark-local:calc(1.5rem * 1.05);--font-main:calc(1540px / 4.2);padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.question .primary-headline{max-width:1540px;margin:0 auto;}
.question h2,.question h3,.question p{margin:0;}
.question h2{font-size:calc(19px * 2);line-height:1.14;}
.question h3{font-size:calc(19px * 1.35);line-height:1.22;}
.question p{font-size:19px;line-height:1.65;}
.question .offer-footer{display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.question .content-story{color:var(--ink-main);}
.question img{display:block;width:100%;max-width:var(--font-main);height:auto;margin:var(--mark-local) 0 0;border-radius:0.49rem;box-shadow:0 2px 7px rgba(0,0,0,0.12);}
.question .bottom-area{display:flex;flex-wrap:wrap;gap:1.76rem;margin-top:var(--mark-local);}
.question .visual-shell{flex:1 1 calc(1540px / 4.5);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-panel);}
.question .visual-shell p{margin-top:calc(1.5rem / 3.2);color:var(--ink-main);}
.question .simple-form{margin-top:var(--mark-local);padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid #B87333;background:var(--ink-deep);color:var(--ink-main);border-radius:0.33rem;}
.question .simple-form a{color:#8A5A2B;text-decoration:underline;text-underline-offset:3px;}
.question .simple-form a:hover{color:inherit;}
@media (max-width:760px){.question .visual-shell{flex:1 1 100%;}.question img{max-width:100%;}
}
.page-details{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main)}
.page-details .text-service{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.page-details .content-story{display:flex;flex-direction:column;gap:1.5rem}
.page-details h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.page-details .content-story p{margin:0;font-size:calc(19px * 1.125);line-height:1.65}
.page-details .bottom-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid var(--paint-panel);padding-top:calc(1.76rem * 1.5)}
.page-details .visual-shell{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,2fr);gap:1.5rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-panel)}
.page-details .visual-shell h3{margin:0;font-size:calc(19px * 1.35);line-height:1.2}
.page-details .visual-shell p{margin:0;font-size:19px;line-height:1.65}
.page-details .simple-form{margin:0;padding:calc(1.5rem * .75) 1.5rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);border-radius:0.49rem;font-size:19px;line-height:1.65}
.page-details .simple-form a{text-decoration:underline}
.page-details .simple-form a:hover{}
@media(max-width:780px){.page-details .visual-shell{grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}.page-details h2{font-size:calc(19px * 1.35)}}
.primary-area{--mark-local:calc(1.5rem * 1.00);--label-main:calc(1540px / 3.31);padding:calc(1.5rem * 2.4) 2.07rem;background:#2A231A;color:#F2EDE4;}
.primary-area .primary-headline{max-width:1540px;margin:0 auto;}
.primary-area h2,.primary-area h3,.primary-area p{margin:0;}
.primary-area h2{font-size:calc(19px * 2);line-height:1.12;}
.primary-area h3{font-size:calc(19px * 1.35);line-height:1.2;}
.primary-area p{font-size:19px;line-height:1.65;color:inherit;}
.primary-area .offer-headline{padding-inline-start:calc(1.5rem * .75);}
.primary-area .strong-visual{row-gap:calc(var(--mark-local) * 1.2);}
.primary-area .focused-plan{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.primary-area .content-story{margin-top:1.5rem;}
.primary-area .open-copy{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.primary-area .visual-shell{flex:1 1 var(--label-main);min-width:0;padding:calc(var(--mark-local) * .75);border-radius:0.49rem;background:var(--ink-deep);color:var(--ink-main);}
.primary-area .visual-shell p{margin-top:calc(1.5rem / 3);}
.focused-group{--mark-local:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.focused-group .primary-headline{max-width:1540px;margin:0 auto;}
.focused-group h2,.focused-group h3,.focused-group p{margin:0;}
.focused-group h2{font-size:calc(19px * 2);line-height:1.14;}
.focused-group h3{font-size:calc(19px * 1.35);line-height:1.22;}
.focused-group p{font-size:19px;line-height:1.65;color:var(--ink-main);}
.focused-group a{color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;}
.focused-group a:hover{color:inherit;border-bottom-color:#B87333;}
.focused-group .simple-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.focused-group .text-media{flex:1 1 60%;min-width:0;}
.focused-group .text-media .content-story{margin-top:calc(1.76rem * 1.5);}
.focused-group .visual-team{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.33rem;background:var(--tone-inverse);color:#F7F1E6;border-bottom:none;font-size:calc(19px * .875);}
.focused-group .visual-team:hover{background:#6F4620;color:#F7F1E6;}
.focused-group .content-benefit{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-local);margin-top:calc(1.76rem * 1.5);}
.focused-group .visual-shell{padding:calc(calc(1.5rem * .75) * 1.1) calc(calc(1.5rem * .75) * 1.2);border-radius:0.49rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);}
.focused-group .visual-shell h3{color:var(--surface-primary);}
.focused-group .visual-shell p{margin-top:calc(1.5rem / 3.2);color:var(--ink-main);}
@media (max-width:720px){.focused-group .text-media{flex:1 1 100%;}.focused-group .visual-team{width:100%;}
}
.open-lead{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);color:#F7F1E6}
.open-lead .primary-headline{max-width:1540px;margin:0 auto}
.open-lead .top-section{margin-bottom:calc(1.76rem * 1.5)}
.open-lead h2{margin:0;font-size:calc(19px * 2.65);line-height:1.04}
.open-lead .top-section p{margin:1.5rem 0 0;font-size:calc(19px * 1.125);line-height:1.65}
.open-lead .contact-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.76rem * 1.5)}
.open-lead .content-benefit{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #B87333;padding-left:calc(1.5rem * .75)}
.open-lead button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 310ms var(--ease-nav),padding-left 310ms var(--ease-nav)}
.open-lead button:hover,.open-lead button.is-active{opacity:1;padding-left:calc(calc(1.5rem * .75)*.4)}
.open-lead .team-wrap{flex:2 1 30rem;align-self:start}
.open-lead [data-response]{display:none}
.open-lead [data-response].is-active{display:block;animation:clarifyFocusIn calc(310ms*1.8) var(--ease-nav) both}
.open-lead h3{margin:0;font-size:calc(19px * 2);line-height:1.1}
.open-lead [data-response] p{margin:1.5rem 0 0;font-size:calc(19px * 1.125);line-height:1.65}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.76rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.open-lead .contact-content{display:block}.open-lead .content-benefit{margin-bottom:calc(1.76rem * 1.5);border-left:0;padding-left:0;border-top:2px solid #B87333;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.open-lead [data-response].is-active{animation:none}}
.offer-note{background:var(--ink-deep);color:var(--ink-main);padding:calc(1.5rem * 2.4) 2.07rem}
.offer-note .primary-headline{max-width:1540px;margin:0 auto}
.offer-note .simple-stack{display:flex;align-items:flex-start;gap:calc(1.76rem * 1.5)}
.offer-note .offer-footer{flex:0 1 32rem;min-width:0}
.offer-note h2{margin:0;font-size:clamp(calc(19px * 2),4.5vw,calc(19px * 2.65));line-height:1.1}
.offer-note .offer-footer p{margin:1.5rem 0 0;font-size:calc(19px * 1.125);line-height:1.65}
.offer-note .strong-method{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column}
.offer-note .featured-actions{display:flex;gap:1.76rem;padding:1.5rem 0;border-top:1px solid var(--paint-panel);color:inherit;text-decoration:none}
.offer-note .featured-actions:last-child{border-bottom:1px solid var(--paint-panel)}
.offer-note .featured-actions:hover strong{color:inherit;}
.offer-note strong{flex:0 1 13rem;min-width:0;font-size:19px;transition:color 310ms var(--ease-nav)}
.offer-note .featured-actions span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.offer-note .simple-stack{flex-direction:column}.offer-note .featured-actions{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.site-intro{--mark-local:calc(1.5rem * 0.91);--label-main:calc(1540px / 3.21);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--tone-inverse);color:#F7F1E6;}
.site-intro .primary-headline{max-width:1540px;margin:0 auto;}
.site-intro h2,.site-intro h3,.site-intro p{margin:0;}
.site-intro h2{font-size:calc(19px * 2);line-height:1.12;}
.site-intro h3{font-size:calc(19px * 1.35);line-height:1.2;}
.site-intro p{font-size:19px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.site-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.site-intro a:hover{}
.site-intro .clear-section{padding-block:calc(var(--mark-local) / 2);}
.site-intro .strong-visual{row-gap:calc(var(--mark-local) * 1.2);}
.site-intro .content-story{margin-top:1.5rem;}
.site-intro .bottom-area{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.site-intro .visual-shell{flex:1 1 var(--label-main);min-width:0;padding:calc(var(--mark-local) * .75);border-radius:0.49rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.site-intro .visual-shell p{margin-top:calc(1.5rem / 3);}
.site-intro .page-group{margin-top:var(--mark-local);font-size:calc(19px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.media-surface{--mark-local:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.media-surface .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.media-surface h2,.media-surface h3,.media-surface p{margin:0;}
.media-surface h2{font-size:calc(19px * 2);line-height:1.14;}
.media-surface h3{font-size:calc(19px * 1.35);line-height:1.22;}
.media-surface p{font-size:19px;line-height:1.65;}
.media-surface .offer-footer{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.media-surface .content-story{font-size:calc(19px * 1.125);}
.media-surface .bottom-area{display:flex;flex-wrap:wrap;gap:var(--mark-local);}
.media-surface .visual-shell{flex:1 1 calc(1540px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border-radius:0.49rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);}
.media-surface .wide-inner{align-self:flex-start;margin-top:auto;font-size:calc(19px * .875);color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;padding-bottom:2px;}
.media-surface .wide-inner:hover{color:inherit;border-color:#B87333;}
.media-surface .simple-form{font-size:calc(19px * .875);color:var(--ink-main);}
@media (max-width:720px){.media-surface .visual-shell{flex:1 1 100%;}
}
.main-surface{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main)}
.main-surface .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.main-surface .content-story{display:flex;flex-direction:column;gap:1.5rem}
.main-surface h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.main-surface .content-story p{margin:0;font-size:calc(19px * 1.125);line-height:1.65}
.main-surface .text-contact{display:flex;flex-wrap:wrap;gap:1.76rem}
.main-surface .simple-form{flex:1 1 300px;min-width:0;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);border-radius:0.49rem;padding:calc(1.5rem * .75)}
.main-surface .simple-form strong{display:block;font-size:19px;line-height:1.2;margin-bottom:calc(1.5rem * .75)}
.main-surface .simple-form p{margin:0;font-size:calc(19px * .875);line-height:1.65}
.main-surface .visual-service{margin:0;font-size:calc(19px * .875);line-height:1.65}
.main-surface .visual-service a{text-decoration:underline}
.main-surface .visual-service a:hover{}
@media(max-width:780px){.main-surface .text-contact{flex-direction:column}.main-surface h2{font-size:calc(19px * 1.35)}
}
.featured-content{--mark-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.featured-content .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-local);}
.featured-content h2,.featured-content h3,.featured-content p{margin:0;}
.featured-content h2{font-size:calc(19px * 2);line-height:1.14;}
.featured-content h3{font-size:calc(19px * 1.35);line-height:1.22;}
.featured-content p{font-size:19px;line-height:1.65;}
.featured-content .open-quote{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;}
.featured-content .open-quote>h2{flex:1 1 calc(1540px / 3.2);min-width:0;}
.featured-content .open-quote>.content-story{flex:1 1 calc(1540px / 3.2);min-width:0;color:var(--ink-main);}
.featured-content .bottom-area{display:flex;flex-wrap:wrap;gap:1.76rem;}
.featured-content .visual-shell{flex:1 1 calc(1540px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.76rem * 1.5) / 2);padding:calc(calc(1.5rem * .75) * .9);background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel);border-radius:0.49rem;}
.featured-content .visual-shell img{display:block;width:100%;height:auto;border-radius:0.33rem;}
.featured-content .visual-shell p{color:var(--ink-main);}
.featured-content .page-group{align-self:flex-start;margin-top:auto;font-size:calc(19px * .875);font-weight:600;color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;padding-bottom:2px;transition:color 310ms var(--ease-nav),border-color 310ms var(--ease-nav);}
.featured-content .page-group:hover{color:inherit;border-color:#B87333;}
.featured-content .service-flow{display:flex;flex-wrap:wrap;gap:1.76rem;align-items:flex-start;padding-top:calc(calc(1.76rem * 1.5) / 2);border-top:1px solid var(--paint-panel);}
.featured-content .service-flow>p{flex:1 1 calc(1540px / 3.2);min-width:0;color:var(--ink-main);}
.featured-content .fresh-steps{display:flex;flex-wrap:wrap;gap:calc(1.76rem * 1.5);}
.featured-content .fresh-steps a{font-size:calc(19px * .875);font-weight:600;color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;padding-bottom:2px;transition:color 310ms var(--ease-nav),border-color 310ms var(--ease-nav);}
.featured-content .fresh-steps a:hover{color:inherit;border-color:#B87333;}
@media (max-width:720px){.featured-content .open-quote>h2,.featured-content .open-quote>.content-story,.featured-content .visual-shell,.featured-content .service-flow>p{flex:1 1 100%;}
}
.open-service{--mark-local:calc(1.5rem * 0.9);--axis-base:1px solid rgba(247,241,230,0.22);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--tone-inverse);color:#F7F1E6;}
.open-service .primary-headline{max-width:1540px;margin:0 auto;}
.open-service h2,.open-service h3,.open-service p{margin:0;}
.open-service h2{font-size:calc(19px * 2);line-height:1.12;}
.open-service h3{font-size:calc(19px * 1.35);line-height:1.22;}
.open-service p{font-size:19px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.open-service a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(247,241,230,0.45);}
.open-service a:hover{border-bottom-color:#B87333;}
.open-service .offer-footer{max-width:calc(1540px * 0.72);}
.open-service .simple-form{margin-bottom:calc(1.5rem / 2.5);font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.open-service .content-story{margin-top:1.5rem;}
.open-service .bottom-area{display:flex;flex-direction:column;margin-top:calc(var(--mark-local) * 1.2);border-top:var(--axis-base);}
.open-service .visual-shell{min-width:0;padding:calc(1.76rem * 1.5) 0;border-bottom:var(--axis-base);}
.open-service .visual-shell .text-media{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.open-service .page-group{margin-top:calc(var(--mark-local) * 1.1);font-size:calc(19px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (min-width:900px){.open-service .visual-shell{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.76rem;align-items:start;}.open-service .visual-shell .text-media{display:contents;}.open-service .visual-shell h3{grid-column:1;}.open-service .visual-shell p{grid-column:2;}
}
.open-wrap{--mark-local:calc(1.5rem * 1.05);--font-main:calc(1540px / 4.2);padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13;}
.open-wrap .primary-headline{max-width:1540px;margin:0 auto;}
.open-wrap h2,.open-wrap h3,.open-wrap p{margin:0;}
.open-wrap h2{font-size:calc(19px * 2);line-height:1.14;}
.open-wrap h3{font-size:calc(19px * 1.35);line-height:1.22;}
.open-wrap p{font-size:19px;line-height:1.65;}
.open-wrap a{color:#8A5A2B;text-decoration:none;border-bottom:1px solid #8A5A2B;}
.open-wrap a:hover{color:inherit;border-bottom-color:#B87333;}
.open-wrap img{display:block;width:100%;height:auto;border-radius:0.49rem;margin-top:var(--mark-local);}
.open-wrap .offer-footer{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.76rem;}
.open-wrap .offer-footer h2{flex:1 1 calc(1540px / 2.4);min-width:0;}
.open-wrap .offer-footer .content-story{flex:1 1 calc(1540px / 3.2);min-width:0;color:var(--ink-main);}
.open-wrap .bottom-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;margin-top:var(--mark-local);}
.open-wrap .visual-shell{flex:1 1 calc(1540px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid var(--paint-panel);}
.open-wrap .visual-shell p{margin-top:calc(1.5rem / 3);color:var(--ink-main);}
.open-wrap .page-group{margin-top:var(--mark-local);font-size:calc(19px * .875);color:var(--ink-main);}
@media (max-width:760px){.open-wrap .offer-footer h2,.open-wrap .offer-footer .content-story{flex:1 1 100%;}.open-wrap .visual-shell{flex:1 1 100%;}
}
.contact-lead{
        --mark-local: calc(1.5rem * 1.18);
        --label-main: calc(1540px / 3.45);
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: #2A231A;
        color: #F2EDE4;
    }
.contact-lead .primary-headline{max-width: 1540px;
        margin: 0 auto;}
.contact-lead h2,
    .contact-lead h3,
    .contact-lead p{margin: 0;}
.contact-lead h2{font-size: calc(19px * 2);
        line-height: 1.14;}
.contact-lead h3{font-size: calc(19px * 1.35);
        line-height: 1.22;}
.contact-lead p{font-size: 19px;
        line-height: 1.65;}
.contact-lead a{color: inherit;
        text-decoration: none;}
.contact-lead .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.76rem;}
.contact-lead .row-title h2{flex: 1 1 calc(1540px / 3);
        min-width: 0;}
.contact-lead .row-title > p{flex: 1 1 calc(1540px / 3);
        min-width: 0;
        opacity: .88;}
.contact-lead .clear-section{padding-block: calc(var(--mark-local) / 2);}
.contact-lead .strong-visual{row-gap: calc(var(--mark-local) * 1.1);}
.contact-lead .bottom-area{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-local);
        margin-top: var(--mark-local);}
.contact-lead .visual-shell{flex: 1 1 var(--label-main);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #F2EDE4 22%, transparent);}
.contact-lead .visual-shell p{margin-top: calc(1.5rem / 3);
        opacity: .9;}
.contact-lead .visual-shell a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-block-end: 2px;
        border-bottom: 1px solid color-mix(in srgb, #F2EDE4 45%, transparent);
        font-size: calc(19px * .875);
        letter-spacing: .01em;
        transition: border-color 310ms var(--ease-nav);}
.contact-lead .visual-shell a:hover{border-color: #B87333;}
@media (max-width: 720px) {.contact-lead .row-title h2,
        .contact-lead .row-title > p,
        .contact-lead .visual-shell{
            flex: 1 1 100%;
        }
    }
.direct-figure{
  background:var(--ink-deep);
  color:var(--ink-main);
  padding:calc(1.5rem * 2.4) 2.07rem;
}
.direct-figure .primary-headline{max-width:1540px;
  margin:0 auto;
  display:flex;
  gap:calc(1.76rem * 1.5);
  align-items:flex-start;}
.direct-figure .page-view{flex:1 1 34rem;
  min-width:0;}
.direct-figure .simple-form{margin:0 0 1.5rem;
  font-size:calc(19px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.direct-figure h2{margin:0 0 calc(1.76rem * 1.5);
  font-size:calc(19px * 2);
  line-height:1.1;}
.direct-figure .content-story p{margin:0 0 1.5rem;
  line-height:1.65;}
.direct-figure .content-story p:last-child{margin-bottom:0;}
.direct-figure .bottom-area{margin-top:calc(1.76rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.direct-figure .bottom-area span{
  border-radius:0.49rem;
  background:var(--ink-inverse);
  color:var(--surface-primary);
  border:1px solid var(--paint-panel);
  padding:.55rem .85rem;
  font-size:calc(19px * .875);
}
.direct-figure .page-group{margin:calc(1.76rem * 1.5) 0 0;
  font-size:calc(19px * .875);}
.direct-figure .page-group a{text-decoration:underline;
  text-underline-offset:3px;}
.direct-figure .page-group a:hover{}
.direct-figure .open-area{display:block;
  flex:0 0 auto;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.9rem;}
@media (max-width:820px){.direct-figure .primary-headline{
    display:block;
  }.direct-figure .open-area{
    width:100%;
    min-width:0;
    margin-top:calc(1.76rem * 1.5);
    aspect-ratio:16/10;
  }
}
.plain-frame{--mark-local:calc(1.5rem * 1.19);--field-strong:calc(1540px / 3.10);--font-main:calc(1540px / 3.27);padding:calc(1.5rem * 2.4) 2.07rem;background:#B87333;color:#1A140E;}
.plain-frame .primary-headline{max-width:1540px;margin:0 auto;}
.plain-frame h1,.plain-frame h2,.plain-frame h3,.plain-frame p{margin:0;}
.plain-frame h1{font-size:calc(19px * 2.65);line-height:1.08;}
.plain-frame h2{font-size:calc(19px * 2);line-height:1.12;}
.plain-frame h3{font-size:calc(19px * 1.35);line-height:1.2;}
.plain-frame p{font-size:19px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-frame a{color:inherit;text-decoration:none;}
.plain-frame img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.plain-frame .visual-team{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.33rem;background:#1A140E;color:#B87333;}
.plain-frame .content-story,.plain-frame .simple-form{}
.plain-frame .bottom-area{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.plain-frame .visual-shell{min-width:0;}
.plain-frame .visual-shell p,.plain-frame .visual-shell a{margin-top:calc(1.5rem / 3);}
.plain-frame .visual-shell img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-main) * .7);}
.plain-frame .public-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.76rem;}
.plain-frame .public-stack>.text-media{flex:1 1 calc(1540px / 3);min-width:0;}
.plain-frame .public-stack>.bottom-area{flex:2 1 calc(1540px / 2);margin-top:0;}
.plain-frame .public-stack>img{margin-left:auto;}
.plain-frame .text-media .content-story{margin-top:1.5rem;}
.active-wrap{padding:calc(1.5rem * 2.4) 2.07rem;background:#F5F0E6;color:#241C13}
.active-wrap .primary-headline{max-width:min(1540px,56rem);margin:0 auto}
.active-wrap .offer-footer{max-width:52rem}
.active-wrap h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.active-wrap .offer-footer p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.65}
.active-wrap .content-plan{margin-top:calc(1.76rem * 1.5);border-top:1px solid var(--paint-panel)}
.active-wrap details{padding:1.5rem 0;border-bottom:1px solid var(--paint-panel)}
.active-wrap summary{cursor:pointer;font-size:calc(19px * 1.35);line-height:1.2;list-style:none}
.active-wrap summary::-webkit-details-marker{display:none}
.active-wrap summary::after{content:"+";float:right;margin-left:1.76rem;color:#8A5A2B}
.active-wrap details[open] summary::after{content:"–"}
.active-wrap details p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.65}
@media(max-width:720px){.active-wrap .content-plan{margin-top:calc(1.76rem * 1.5)}.active-wrap summary{font-size:19px}
}
.fresh-items{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #2A231A;
  color: #F2EDE4;
}
.fresh-items .primary-headline{max-width: min(1540px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.fresh-items .offer-footer h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19px * 2);
  line-height: 1.12;}
.fresh-items .content-story{margin: 0;
  font-size: calc(19px * 1.125);
  line-height: 1.65;
  color: #C9C0B2;}
.fresh-items .contact-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.fresh-items .visual-shell{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #B87333;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);}
.fresh-items .fresh-block{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;}
.fresh-items .direct-view{font-weight: 700;
  font-size: 19px;}
.fresh-items .featured-benefit{font-size: calc(19px * .875);
  color: #C9C0B2;}
.fresh-items .visual-shell p{margin: 0;
  color: #C9C0B2;
  line-height: 1.65;}
.fresh-items .compact-flow{font-size: calc(19px * .875);color:inherit;
  letter-spacing: 0.01em;}
.fresh-items .simple-form{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #332C22;
  font-size: 19px;
  color: #C9C0B2;}
.fresh-items .simple-form a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-items .simple-form a:hover{color:inherit;}
@media (min-width: 900px) {.fresh-items .contact-view{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.76rem;
  }
}
.visual-summary{--mark-local:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.07rem;background:#B87333;color:#1A140E;}
.visual-summary .primary-headline{max-width:1540px;margin:0 auto;}
.visual-summary h2,.visual-summary p{margin:0;}
.visual-summary h2{font-size:calc(19px * 2);line-height:1.14;}
.visual-summary p{font-size:19px;line-height:1.65;}
.visual-summary a{color:inherit;text-decoration:none;}
.visual-summary .content-story{margin-top:calc(1.76rem * 1.5);}
.visual-summary .text-media{margin-top:calc(1.76rem * 1.5);}
.visual-summary .visual-team{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--mark-local);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#1A140E;color:#B87333;}
.visual-summary .page-group{margin-top:calc(1.76rem * 1.5);font-size:calc(19px * .875);}
.visual-summary .page-group a{text-decoration:underline;text-underline-offset:3px;}
.clear-brand{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:#F5F0E6;
    color:#241C13;
}
.clear-brand .offer-grid{max-width:1540px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);}
.clear-brand .open-quote{display:flex;
    flex-direction:column;
    gap:0.4rem;}
.clear-brand .site-wrap{margin:0;
    font-size:calc(19px * 2.65);
    line-height:1.2;}
.clear-brand .focused-intro{margin:0;
    font-size:calc(19px * .875);
    color:var(--ink-main);}
.clear-brand .local-form{margin:0;
    border-radius:0.9rem;
    overflow:hidden;
    box-shadow:0 10px 16px rgba(0,0,0,0.15);}
.clear-brand .local-form img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16 / 9;
    object-fit:cover;}
.clear-brand .text-service{display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);
    font-size:19px;
    line-height:1.65;}
.clear-brand .text-service p{margin:0;}
.clear-brand .content-story{font-size:calc(19px * 1.125);
    color:var(--ink-main);}
.clear-brand .clear-copy{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.3;}
.clear-brand .text-service a{color:#8A5A2B;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 310ms var(--ease-nav);}
.clear-brand .text-service a:hover{color:inherit;}
.clear-brand .service-flow{border-top:1px solid var(--paint-panel);
    padding-top:calc(1.5rem * .75);}
.clear-brand .simple-form{margin:0;
    font-size:calc(19px * .875);
    color:var(--ink-main);}
.clear-brand .simple-form a{color:#8A5A2B;
    text-decoration:underline;
    text-underline-offset:3px;}
.clear-brand .simple-form a:hover{color:inherit;}
@media (min-width:900px){.clear-brand .offer-grid{
        max-width:900px;
    }
}
.primary-items{
  background: linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
  color: #F7F1E6;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.primary-items .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr);
  gap: calc(1.76rem * 1.5);}
.primary-items h2,
.primary-items h3,
.primary-items p{margin: 0;}
.primary-items h2{font-size: calc(19px * 2); line-height: 1.1;}
.primary-items h3{font-size: calc(19px * 1.35); line-height: 1.18;}
.primary-items p{font-size: 19px; line-height: 1.65;}
.primary-items .site-inner{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(1.76rem * 1.5);}
.primary-items .open-contact{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-items [data-block]{
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.9rem;
  background: var(--ink-inverse);
  color: var(--surface-primary);
  border: 1px solid var(--paint-panel);
  animation: peopleCascadeIn calc(310ms * 2.2) var(--ease-nav) both;
  animation-delay: var(--ease-hover, 0ms);
}
.primary-items [data-block] span{font-size: calc(19px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.primary-items [data-block]:nth-child(odd){margin-right: clamp(0rem, 6vw, calc(1.76rem * .8));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(1.76rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 800px) {.primary-items .primary-headline,
  .primary-items [data-block]{ grid-template-columns: 1fr; }.primary-items .site-inner{ padding-top: 0; }.primary-items [data-block]:nth-child(odd){ margin-right: 0; }
}
.plain-grid{
  background: #F5F0E6;
  color: #241C13;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.plain-grid .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(1.76rem * 1.5);
  align-items: start;}
.plain-grid h2,
.plain-grid h3,
.plain-grid p{margin: 0;}
.plain-grid h2{font-size: calc(19px * 2);
  line-height: 1.08;
  margin-bottom: calc(1.5rem * .75);}
.plain-grid h3{font-size: calc(19px * 1.125);
  line-height: 1.2;}
.plain-grid p{font-size: 19px;
  line-height: 1.65;}
.plain-grid .compact-actions{display: grid;
  gap: calc(1.5rem * .75);
  position: sticky;
  top: 1.5rem;}
.plain-grid .top-menu{display: grid;
  gap: calc(1.76rem * 1.5);}
.plain-grid .simple-form{display: grid;
  gap: calc(calc(1.5rem * .75) * .5);
  padding-left: 1.5rem;
  border-left: 2px solid var(--paint-panel);}
.plain-grid .simple-form span{font-size: calc(19px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-main);}
.plain-grid .simple-method{
  grid-column: 1 / -1;
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.49rem;
  background: var(--tone-inverse);
  color: #F7F1E6;
  text-decoration: none;
  font-size: 19px;
  transition: background 310ms var(--ease-nav);
}
.plain-grid .simple-method:hover{
  background: #6F4620;color:var(--surface-primary);}
@media (max-width: 860px) {.plain-grid .primary-headline{ grid-template-columns: 1fr; }.plain-grid .compact-actions{ position: static; }.plain-grid h2{ font-size: calc(19px * 2); }
}
.local-shell{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);color:#F7F1E6;}
.local-shell .primary-headline{max-width:1540px;margin:0 auto;}
.local-shell .open-quote{margin-bottom:calc(1.76rem * 1.5);}
.local-shell .open-quote p{margin:0;font-size:calc(19px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.local-shell .open-quote h2{margin:8px 0 0;font-size:calc(19px * 2);line-height:1.2;}
.local-shell .content-story{margin-bottom:calc(1.76rem * 1.5);}
.local-shell .content-story p{margin:0;font-size:calc(19px * 1.125);line-height:1.65;opacity:.95;}
.local-shell .bottom-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-shell .visual-shell{border-left:3px solid #B87333;padding:4px 0 4px calc(1.5rem * .75);}
.local-shell .visual-shell .compact-flow{display:inline-block;font-size:calc(19px * .875);font-weight:700;margin-bottom:6px;}
.local-shell .visual-shell h3{margin:0 0 8px;font-size:calc(19px * 1.35);line-height:1.3;}
.local-shell .visual-shell p{margin:0;line-height:1.65;opacity:.94;}
.local-shell .page-group{margin-top:calc(1.76rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-shell .page-group p{margin:0;font-size:19px;}
.local-shell .page-group a{text-decoration:underline;text-underline-offset:3px;transition:color 310ms var(--ease-nav);}
.local-shell .page-group a:hover{}
@media (min-width:900px){.local-shell .bottom-area{display:grid;grid-template-columns:repeat(2,1fr);gap:1.76rem;}
    }
.media-actions{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:#F5F0E6;
    color:#241C13;
}
.media-actions .offer-grid{max-width:1540px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);}
.media-actions .open-quote{max-width:820px;}
.media-actions .focused-intro{margin:0 0 10px;
    font-size:calc(19px * .875);
    color:var(--ink-main);
    letter-spacing:0.02em;}
.media-actions .site-wrap{margin:0 0 14px;
    font-size:calc(19px * 2.65);
    line-height:1.2;}
.media-actions .content-story{margin:0;
    font-size:calc(19px * 1.125);
    line-height:1.65;}
.media-actions .strong-group{
    margin:0;
    border-radius:0.9rem;
    overflow:hidden;
    background:var(--ink-deep);
    box-shadow:0 2px 7px rgba(0,0,0,0.12);color:var(--ink-main);}
.media-actions .strong-group img{display:block;
    width:100%;
    height:auto;}
.media-actions .text-media{max-width:820px;
    display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);}
.media-actions .text-media p{margin:0;
    font-size:19px;
    line-height:1.65;}
.media-actions .page-group{max-width:820px;
    padding-top:calc(1.76rem * 1.5);
    border-top:1px solid var(--paint-panel);
    display:flex;
    flex-direction:column;
    gap:8px;}
.media-actions .simple-form,
.media-actions .fresh-steps{margin:0;
    font-size:19px;
    line-height:1.65;}
.media-actions .fresh-steps{font-size:calc(19px * .875);
    color:var(--ink-main);}
.media-actions .page-group a{color:#8A5A2B;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 310ms var(--ease-nav);}
.media-actions .page-group a:hover{color:inherit;}
@media (max-width:640px){.media-actions .site-wrap{
        font-size:calc(19px * 2);
    }.media-actions .content-story{
        font-size:19px;
    }
}
.plain-links{
  background: linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
  color: #F7F1E6;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.plain-links .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  gap: 1.76rem;}
.plain-links h2,
.plain-links h3,
.plain-links p{margin: 0;}
.plain-links h2{font-size: calc(19px * 2); line-height: 1.1;}
.plain-links h3{font-size: calc(19px * 1.35); line-height: 1.18;}
.plain-links p{font-size: 19px; line-height: 1.65;}
.plain-links .callout{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.76rem;
  align-items: end;
  padding: calc(1.76rem * 1.5);
  border-radius: 1.03rem;
  background: linear-gradient(120deg, #B87333 0%, #8A5A2B 100%);
  color: #1A140E;
}
.plain-links .primary-copy{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.plain-links [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.49rem;
  background: var(--ink-inverse);
  color: var(--surface-primary);
  border: 1px solid var(--paint-panel);
  animation: peopleMemberIn calc(310ms * 2.2) var(--ease-nav) both;
  animation-delay: var(--ease-hover, 0ms);
}
.plain-links [data-block]:nth-child(3n + 1){flex-basis: 26rem;}
.plain-links [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19px * .875);}
.plain-links .featured-story{padding-top: calc(1.76rem * 1.5);
  border-top: 1px solid var(--paint-panel);}
@keyframes peopleMemberIn {from{ opacity: .25; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.plain-links .callout{ grid-template-columns: 1fr; }.plain-links [data-block],
  .plain-links [data-block]:nth-child(3n + 1){ flex-basis: 100%; }
}
.clear-plan{
  background: #F5F0E6;
  color: #241C13;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.clear-plan .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, .7fr);
  gap: calc(1.76rem * 1.5);}
.clear-plan h2,
.clear-plan h3,
.clear-plan p{margin: 0;}
.clear-plan h2{font-size: calc(19px * 2.65); line-height: 1.04;}
.clear-plan h3{font-size: calc(19px * 1.35); line-height: 1.18;}
.clear-plan p{font-size: 19px; line-height: 1.65;}
.clear-plan .compact-actions{display: grid;
  gap: 1.5rem;
  align-content: start;}
.clear-plan .top-menu{display: grid;
  gap: calc(1.5rem * .75);}
.clear-plan .simple-form{display: grid;
  gap: calc(calc(1.5rem * .75) * .6);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #B87333;}
.clear-plan .simple-form span{font-size: calc(19px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-main);}
.clear-plan .simple-method{
  grid-column: 1 / -1;
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.49rem;
  background: var(--tone-inverse);
  color: #F7F1E6;
  text-decoration: none;
  transition: background 310ms var(--ease-nav);
}
.clear-plan .simple-method:hover{
  background: #6F4620;color:var(--surface-primary);}
@media (max-width: 860px) {.clear-plan .primary-headline{ grid-template-columns: 1fr; }.clear-plan h2{ font-size: clamp(calc(19px * 2), 12vw, calc(19px * 2.65)); }
}
.main-grid{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);color:#F7F1E6;}
.main-grid .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5);}
.main-grid .offer-footer h2{margin:0;font-size:calc(19px * 2);line-height:1.2;}
.main-grid .offer-footer p{margin:calc(1.5rem * .75) 0 0;opacity:.92;}
.main-grid .text-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.main-grid .text-service p{margin:0;opacity:.95;}
.main-grid .bottom-area{display:flex;flex-direction:column;gap:10px;}
.main-grid .visual-shell{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.49rem;background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;}
.main-grid .visual-shell button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:12px 14px;cursor:pointer;}
.main-grid .visual-shell p{margin:0;max-height:0;overflow:hidden;padding:0 14px;transition:max-height 310ms var(--ease-nav),padding 310ms var(--ease-nav);opacity:.95;}
.main-grid .visual-shell.is-open p{max-height:260px;padding:0 14px 14px;}
.main-grid .page-group{display:flex;flex-wrap:wrap;align-items:center;gap:1.76rem;border-top:1px solid color-mix(in srgb, currentColor 25%, transparent);padding-top:calc(1.5rem * .75);}
.main-grid .page-group p{margin:0;flex:1 1 260px;opacity:.9;}
.main-grid .page-group a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
.main-grid .page-group a:hover{}
.soft-footer{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:#F5F0E6;
    color:#241C13;
}
.soft-footer .offer-grid{max-width:1540px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.76rem * 1.5);}
.soft-footer .open-quote{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.soft-footer .focused-intro{margin:0;
    font-size:calc(19px * .875);
    color:var(--ink-main);
    letter-spacing:0.02em;}
.soft-footer .site-wrap{margin:0;
    font-size:calc(19px * 2.65);
    line-height:1.2;}
.soft-footer .content-story{margin:0;
    font-size:calc(19px * 1.125);
    line-height:1.65;}
.soft-footer .strong-group{margin:0;
    border-radius:0.9rem;
    overflow:hidden;
    box-shadow:0 10px 16px rgba(0,0,0,0.15);}
.soft-footer .strong-group img{display:block;
    width:100%;
    height:auto;}
.soft-footer .text-service{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    font-size:19px;
    line-height:1.65;}
.soft-footer .text-service p{margin:0;}
.soft-footer .text-service h2{margin:calc(1.5rem * .75) 0 0;
    font-size:calc(19px * 1.35);
    line-height:1.3;}
.soft-footer .page-group{padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--paint-panel);}
.soft-footer .bottom-method{margin:0;
    font-size:19px;
    color:var(--ink-main);}
.soft-footer .bottom-method a{color:#8A5A2B;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 310ms var(--ease-nav);}
.soft-footer .bottom-method a:hover{color:inherit;}
@media (min-width:900px){.soft-footer .offer-grid{
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        grid-template-areas:
            "head shot"
            "body body"
            "route route";
        align-items:start;
    }.soft-footer .open-quote{grid-area:head;}.soft-footer .strong-group{grid-area:shot;}.soft-footer .text-service{grid-area:body;}.soft-footer .page-group{grid-area:route;}
}
.plain-lead{
  background: linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
  color: #F7F1E6;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.plain-lead .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.76rem;
  align-items: start;}
.plain-lead h2,
.plain-lead h3,
.plain-lead p{margin: 0;}
.plain-lead h2{font-size: calc(19px * 2); line-height: 1.1;}
.plain-lead h3{font-size: calc(19px * 1.35); line-height: 1.18;}
.plain-lead p{font-size: 19px; line-height: 1.65;}
.plain-lead .footer{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.76rem * 1.5);
  border-radius: 1.03rem;
  background: linear-gradient(120deg, #B87333 0%, #8A5A2B 100%);
  color: #1A140E;
  position: sticky;
  top: 1.5rem;
}
.plain-lead .offer-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-lead .active-fields{
  display: grid;
  grid-template-columns: 0.75rem minmax(6rem, 0.22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role role"
    "dot name name"
    "dot text text";
  column-gap: 1.5rem;
  row-gap: 0.35rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.49rem;
  background: var(--ink-inverse);
  color: var(--surface-primary);
  border: 1px solid var(--paint-panel);
  animation: peopleTimelineIn calc(310ms * 2.2) var(--ease-nav) both;
  animation-delay: var(--ease-hover, 0ms);
}
.plain-lead i{
  grid-area: dot;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--tone-inverse);color:#F7F1E6;}
.plain-lead .active-fields span{grid-area: role;
  font-size: calc(19px * .875);
  letter-spacing: 0.02em;}
.plain-lead .active-fields h3{grid-area: name;}
.plain-lead .active-fields p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateX(calc(calc(1.76rem * 1) * 0.16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.plain-lead .primary-headline{
    grid-template-columns: 1fr;
  }.plain-lead .footer{
    position: static;
  }
}
@media (max-width: 620px) {.plain-lead .active-fields{
    grid-template-columns: 0.75rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.wide-story{
  background: #F5F0E6;
  color: #241C13;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.wide-story .primary-headline{width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, .55fr);
  gap: 1.76rem;
  align-items: start;}
.wide-story h2,
.wide-story h3,
.wide-story p{margin: 0;}
.wide-story h2{font-size: calc(19px * 2);
  line-height: 1.1;}
.wide-story h3{font-size: calc(19px * 1.35);
  line-height: 1.2;}
.wide-story p{font-size: 19px;
  line-height: 1.65;}
.wide-story .text-media{display: grid;
  gap: calc(1.76rem * 1.5);}
.wide-story .clear-block{
  display: grid;
  gap: calc(1.76rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.9rem;
  background: #2A231A;
  color: #F2EDE4;
  border: 1px solid var(--paint-panel);
}
.wide-story .clear-block p{font-size: calc(19px * .875);
  line-height: 1.65;}
.wide-story .clear-block a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(19px * .875);
  transition: color 310ms var(--ease-nav);}
.wide-story .clear-block a:hover{color:inherit;}
.wide-story .bottom-area{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-story .visual-shell{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.76rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: var(--ink-inverse);
  color: var(--surface-primary);
  border: 1px solid var(--paint-panel);
  box-shadow: 0 2px 7px rgba(0,0,0,0.12);
}
.wide-story .visual-shell span{font-size: calc(19px * .875);
  color: var(--ink-main);
  letter-spacing: 0.02em;}
@media (max-width: 860px) {.wide-story .primary-headline{
    grid-template-columns: 1fr;
  }
}
.bottom-items{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
    color:#F7F1E6;
}
.bottom-items .primary-headline{max-width:1540px;
    margin:0 auto;}
.bottom-items .open-quote{margin-bottom:calc(1.76rem * 1.5);
    padding-bottom:calc(1.76rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.bottom-items .open-quote h2{margin:0;
    font-size:calc(19px * 2);
    line-height:1.2;}
.bottom-items .open-quote p{margin:calc(1.5rem * .75) 0 0;
    font-size:19px;
    opacity:.9;}
.bottom-items .bottom-area{
    display:flex;
    flex-direction:column;
    gap:1px;
    background:color-mix(in srgb, currentColor 22%, transparent);
    border-radius:0.9rem;
    overflow:hidden;
}
.bottom-items .visual-shell{
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.bottom-items .visual-shell button{
    width:100%;
    border:0;
    background:transparent;
    color:inherit;
    text-align:left;
    font:inherit;
    font-weight:700;
    font-size:19px;
    padding:calc(1.5rem * .75) 2.07rem;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:1.76rem;
    transition:background 310ms var(--ease-nav);
}
.bottom-items .visual-shell button:hover{
    background:color-mix(in srgb, currentColor 14%, transparent);
}
.bottom-items .visual-shell button::after{content:"+";
    font-weight:400;
    font-size:calc(19px * 1.125);
    flex-shrink:0;
    transition:transform 310ms var(--ease-nav);}
.bottom-items .visual-shell.is-open button::after{transform:rotate(45deg);}
.bottom-items .visual-shell p{margin:0;
    max-height:0;
    overflow:hidden;
    padding:0 2.07rem;
    opacity:.92;
    font-size:19px;
    transition:max-height 310ms var(--ease-nav),padding 310ms var(--ease-nav);}
.bottom-items .visual-shell.is-open p{max-height:340px;
    padding:0 2.07rem calc(1.5rem * .75);}
.bottom-items .visual-shell p a{text-decoration:underline;
    text-underline-offset:3px;}
.bottom-items .visual-shell p a:hover{}
@media (max-width:640px){.bottom-items .visual-shell button{
        padding:calc(1.5rem * .75) 1.5rem;
        font-size:19px;
    }.bottom-items .visual-shell p{
        padding:0 1.5rem;
    }.bottom-items .visual-shell.is-open p{
        padding:0 1.5rem calc(1.5rem * .75);
    }
}
.primary-contact{padding:calc(1.5rem * 2.4) 2.07rem;background:#2A231A;color:#F2EDE4}
.primary-contact .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.76rem * 1.5)}
.primary-contact .offer-footer{flex:1 1 22rem;align-self:flex-start}
.primary-contact h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.primary-contact .offer-footer p{margin:1.5rem 0 0;line-height:1.65;opacity:0.85}
.primary-contact form{flex:1 1 30rem;display:flex;flex-direction:column;gap:1.5rem}
.primary-contact fieldset{display:flex;flex-wrap:wrap;gap:1.76rem;margin:0;padding:0;border:0}
.primary-contact fieldset label{flex:1 1 16rem}
.primary-contact label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19px * .875);letter-spacing:0.02em}
.primary-contact input,
.primary-contact textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid var(--paint-panel);border-radius:0.33rem;background:#F5F0E6;color:#241C13;font:inherit}
.primary-contact input:focus,
.primary-contact textarea:focus{outline:2px solid #B87333;outline-offset:1px}
.primary-contact .simple-proof{display:block}
.primary-contact textarea{resize:vertical;min-height:7rem}
.primary-contact form>p{margin:0;font-size:calc(19px * .875);opacity:0.8;line-height:1.65}
.primary-contact button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #B87333;border-radius:0.33rem;background:#B87333;color:#1A140E;font:inherit;cursor:pointer;transition:background 310ms var(--ease-nav),border-color 310ms var(--ease-nav)}
.primary-contact button:hover{background:#9C5F26;border-color:#9C5F26;color:var(--surface-primary);}
@media(max-width:820px){.primary-contact .primary-headline{display:block}.primary-contact form{margin-top:calc(1.76rem * 1.5)}}
.clear-inner{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);color:#F7F1E6}
.clear-inner .primary-headline{max-width:1540px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,1fr);gap:calc(1.76rem * 1.5);align-items:stretch}
.clear-inner .text-media{display:flex;flex-direction:column;gap:1.76rem;padding:1.76rem;border-radius:1.03rem;background:#B87333;color:#1A140E}
.clear-inner h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.clear-inner .text-media>p{margin:0;font-size:19px;line-height:1.65}
.clear-inner .top-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.clear-inner .service-rail{padding:calc(1.5rem * .75);border-radius:0.49rem;background:var(--ink-inverse);color:var(--surface-primary);border:1px solid var(--paint-panel)}
.clear-inner .service-rail span{display:block;font-size:calc(19px * .875);letter-spacing:.02em}
.clear-inner .service-rail strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:19px;font-weight:600;line-height:1.5}
.clear-inner .service-rail a{text-decoration:none;border-bottom:1px solid #8A5A2B}
.clear-inner .service-rail a:hover{border-bottom-color:#B87333}
.clear-inner .featured-feature{min-height:clamp(24rem,48vw,38rem);border-radius:1.03rem;overflow:hidden;border:1px solid var(--paint-panel);box-shadow:0 10px 16px rgba(0,0,0,0.15);background:var(--ink-inverse);color:var(--surface-primary);}
.clear-inner iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.clear-inner .primary-headline{grid-template-columns:1fr}.clear-inner .featured-feature{min-height:22rem}
}
.quiet-plan{background:var(--ink-deep);color:var(--ink-main);padding:calc(1.5rem * 2.4) 2.07rem}
.quiet-plan .primary-headline{max-width:1540px;margin:0 auto}
.quiet-plan .simple-stack{display:flex;align-items:flex-start;gap:calc(1.76rem * 1.5);flex-wrap:wrap}
.quiet-plan .offer-footer{flex:1 1 26rem;min-width:0}
.quiet-plan h2{margin:0;font-size:clamp(calc(19px * 2),4.5vw,calc(19px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-plan p{margin:1.5rem 0 0;font-size:calc(19px * 1.125);line-height:1.65}
.quiet-plan .strong-method{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-panel)}
.quiet-plan .featured-actions{display:flex;gap:1.76rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-panel);color:inherit;text-decoration:none;transition:background 310ms var(--ease-nav)}
.quiet-plan a.row:hover{background:var(--ink-inverse);color:var(--surface-primary);}
.quiet-plan strong{flex:0 1 13rem;min-width:0;font-size:19px}
.quiet-plan span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.quiet-plan .simple-stack,.quiet-plan .featured-actions{flex-direction:column}.quiet-plan .featured-actions{gap:calc(calc(1.5rem * .75)*.5)}
}
.open-actions{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #2A231A;
  color: #F2EDE4;
}
.open-actions .primary-headline{max-width: 1540px;
  margin: 0 auto;}
.open-actions .offer-footer{margin-bottom: calc(1.76rem * 1.5);}
.open-actions h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.1;}
.open-actions .offer-footer p{margin: calc(1.5rem * .75) 0 0;
  color: #C9C0B2;
  font-size: calc(19px * 1.125);}
.open-actions .text-service{display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.open-actions .content-story{margin: 0;
  color: #C9C0B2;}
.open-actions .bottom-area{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-actions .visual-shell{padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #332C22;}
.open-actions .visual-shell:last-child{border-bottom: 1px solid #332C22;}
.open-actions .quiet-proof{display: block;color:inherit;
  font-size: calc(19px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.open-actions h3{margin: calc(calc(1.5rem * .75) * .4) 0 0;
  font-size: calc(19px * 1.35);
  line-height: 1.25;}
.open-actions .visual-shell p{margin: calc(1.5rem * .75) 0 0;
  color: #C9C0B2;}
.open-actions a{color:inherit;
  text-decoration: underline;}
.open-actions a:hover{color:inherit;}
.open-actions .simple-form{margin: 0;
  padding-top: calc(1.5rem * .75);
  font-size: calc(19px * .875);
  color: #C9C0B2;}
@media (min-width: 900px) {.open-actions .bottom-area{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(1.76rem * 1.5);
  }
}
.quiet-summary{
  position: relative;
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: linear-gradient(135deg, #2A231A 0%, #4A3A28 55%, #8A5A2B 100%);
  color: #F7F1E6;
}
.quiet-summary .primary-headline{display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);
  max-width: 1540px;
  margin: 0 auto;}
.quiet-summary .content-story h2{margin: 0 0 1.5rem;
  font-size: calc(19px * 2);
  line-height: 1.15;}
.quiet-summary .content-story p{margin: 0;
  font-size: calc(19px * 1.125);
  line-height: 1.65;}
.quiet-summary .text-service{display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.quiet-summary .active-actions{flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-summary .active-actions .fresh-block{margin: 0;
  line-height: 1.65;}
.quiet-summary .page-group{flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-summary .page-group a{color: inherit;
  font-size: calc(19px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.quiet-summary .page-group .simple-form{margin: 0;
  font-size: calc(19px * .875);
  opacity: .78;
  line-height: 1.65;}
.quiet-summary .contact-view{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.quiet-summary .contact-view a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.quiet-summary .contact-view a span{display: block;
  margin-top: .35rem;
  font-size: calc(19px * .875);
  opacity: .7;}
@media (max-width: 720px) {.quiet-summary .text-service{
    flex-direction: column;
  }.quiet-summary .contact-view a{
    flex: 1 1 100%;
  }
}
.offer-method{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--tone-inverse);color:#F7F1E6}
.offer-method .steady-inner{max-width:min(1540px,64rem);margin:0 auto}
.offer-method h2{margin:0;font-size:calc(19px * 2.65);line-height:1.08}
.offer-method .secondary-list{margin:1.5rem 0 calc(1.76rem * 1.5);font-size:calc(19px * 1.125);line-height:1.65}
.offer-method .text-contact{display:flex;flex-direction:column;gap:1.76rem;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:calc(1.76rem * 1.5)}
.offer-method .simple-form{padding:0}
.offer-method h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19px * 1.35);line-height:1.25}
.offer-method .simple-form p{margin:0;font-size:19px}
@media (min-width:900px){.offer-method .text-contact{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.76rem * 1.5) 1.76rem}.offer-method .simple-form{padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 22%,transparent)}
}
.focused-panel{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: var(--ink-deep);
  color: var(--ink-main);
}
.focused-panel .primary-headline{max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.76rem;
  align-items: flex-start;}
.focused-panel .site-copy{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.03rem;
  background: #2A231A;
  color: #F2EDE4;
}
.focused-panel .compact-flow{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.33rem;
  background: #B87333;
  color: #1A140E;
  font-size: calc(19px * .875);
  letter-spacing: 0.02em;
}
.focused-panel h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19px * 2);
  line-height: 1.12;}
.focused-panel .site-copy p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19px * 1.125);
  line-height: 1.65;}
.focused-panel .top-block{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.76rem * 1.5);}
.focused-panel .visual-shell{padding-left: calc(1.5rem * .75);
  border-left: 2px solid var(--paint-panel);}
.focused-panel .visual-shell strong{display: block;
  font-size: calc(19px * 1.35);
  line-height: 1.25;}
.focused-panel .visual-shell p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19px;
  line-height: 1.65;}
.focused-panel .visual-shell a{text-decoration: underline;
  text-underline-offset: 2px;}
.focused-panel .visual-shell a:hover{}
@media (max-width: 760px) {.focused-panel .primary-headline{
    flex-direction: column;
  }
}
.bottom-surface{--mark-local:calc(1.5rem * 1.22);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main);}
.bottom-surface .primary-headline{max-width:1540px;margin:0 auto;}
.bottom-surface h1,.bottom-surface h2,.bottom-surface h3,.bottom-surface p{margin:0;}
.bottom-surface h1{font-size:calc(19px * 2.65);line-height:1.08;}
.bottom-surface h2{font-size:calc(19px * 2);line-height:1.12;}
.bottom-surface h3{font-size:calc(19px * 1.35);line-height:1.2;}
.bottom-surface p{font-size:19px;line-height:1.65;}
.bottom-surface a{color:inherit;text-decoration:none;}
.bottom-surface .visual-team{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.33rem;background:var(--tone-inverse);color:#F7F1E6;transition:background 310ms var(--ease-nav);}
.bottom-surface .visual-team:hover{background:#6F4620;color:var(--surface-primary);}
.bottom-surface .visual-details>h1,.bottom-surface .visual-details>h2,.bottom-surface .visual-details>p,.bottom-surface .visual-details>.visual-team,.bottom-surface .visual-details>.page-group{margin-top:1.5rem;}
.bottom-surface .content-story{font-size:calc(19px * 1.125);}
.bottom-surface .simple-form{color:var(--ink-main);}
.bottom-surface .page-group{font-size:calc(19px * .875);}
.bottom-surface .page-group a{color:#8A5A2B;text-decoration:underline;text-underline-offset:2px;}
.bottom-surface .page-group a:hover{color:inherit;}
.public-media{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--ink-deep);color:var(--ink-main)}
.public-media .primary-headline{max-width:1540px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.76rem * 1.5)}
.public-media .offer-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-media h1{margin:0;font-size:calc(19px * 2.65);line-height:1.05}
.public-media .content-story{margin:0;font-size:calc(19px * 1.125);line-height:1.65}
.public-media .text-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid var(--paint-panel)}
.public-media .text-media p{margin:0;line-height:1.65}
.public-media .content-inner{display:flex;flex-wrap:wrap;gap:1.76rem;padding:1.5rem 0;border-top:1px solid var(--paint-panel);border-bottom:1px solid var(--paint-panel)}
.public-media .content-inner .page-group{color:inherit;text-underline-offset:.22em}
.public-media .content-inner .page-group:first-child{font-weight:600}
.public-media .simple-form{margin:0;font-size:calc(19px * .875);line-height:1.65}
.public-media .simple-form a{color:inherit;text-underline-offset:.22em}
@media(max-width:620px){.public-media .content-inner{flex-direction:column;gap:calc(1.5rem * .75)}
}
