html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-fast: cubic-bezier(0.4,0,0.2,1);
  --line-base: #faf8f1;
  --line-panel: #244238;
}
a{color:inherit;}
.top-lead {
    width: 100%;
    background: var(--line-panel);
    color: var(--line-base);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.site-summary {
    max-width: 1620px;
    margin: 0 auto;
    padding: 1.5rem 1.93rem;
    display: flex;
    align-items: center;
    gap: 1.78rem;
  }
.simple-media {
    font-size: calc(18.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--line-base);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.simple-media:hover {
    color: #fff7ed;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    margin-left: calc(1.78rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.78rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.32rem;
    color: var(--line-base);
    text-decoration: none;
    font-size: 18.2px;
    line-height: 1.76;
    transition: background 340ms var(--delay-fast), color 340ms var(--delay-fast);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff7ed;
    outline: none;
  }
.main-team {
    display: flex;
    align-items: center;
    gap: 1.78rem;
    flex-shrink: 0;
  }
.bottom-track {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    border-radius: 0.48rem;
    background: #a45f2a;
    color: #fff7ed;
    text-decoration: none;
    font-size: 18.2px;
    font-weight: 600;
    line-height: 1.76;
    box-shadow: 0 2px 5px rgba(0,0,0,0.14);
    transition: background 340ms var(--delay-fast), transform 340ms var(--delay-fast);
  }
.bottom-track:hover,
  .bottom-track:focus-visible {
    background: #874b20;
    color: #fff7ed;
    transform: translateY(-1px);
    outline: none;
  }
.offer-actions {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.32rem;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.secondary-grid{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--line-base);
    border-radius: 2px;
    transition: transform 340ms var(--delay-fast), opacity 340ms var(--delay-fast);color:#24211d;}
.offer-actions[aria-expanded="true"] .secondary-grid:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.offer-actions[aria-expanded="true"] .secondary-grid:nth-child(2) {
    opacity: 0;
  }
.offer-actions[aria-expanded="true"] .secondary-grid:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.nav-mobile{
    display: none;
    background: var(--line-panel);
    border-top: 1px solid rgba(255, 255, 255, 0.08);color:var(--line-base);}
.nav-list-mobile {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.93rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-list-mobile a {
    display: block;
    padding: 0.75rem 0.5rem;
    border-radius: 0.32rem;
    color: var(--line-base);
    text-decoration: none;
    font-size: 18.2px;
    line-height: 1.76;
  }
.nav-list-mobile a:hover,
  .nav-list-mobile a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff7ed;
    outline: none;
  }
@media (max-width: 900px) {
    .nav-desktop {
      display: none;
    }
    .offer-actions {
      display: flex;
    }
  }
@media (max-width: 767px) {
    .site-summary {
      padding: 1.5rem 1.93rem;
    }
    .bottom-track {
      display: none;
    }
    .nav-mobile:not([hidden]) {
      display: block;
    }
  }
.open-proof{font-family:"Orbitron", sans-serif;font-size:18.2px;line-height:1.76;padding:calc(1.5rem * 2.4) 1.93rem;margin-top:calc(1.5rem * 2.4);background:var(--line-panel);color:var(--line-base);}
.bottom-surface{max-width:1620px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.78rem * 1.5)}
.narrow-callout{display:grid;grid-template-columns:minmax(220px, 1.2fr) minmax(0, 2fr) minmax(220px, 1fr);gap:calc(1.5rem * .75);align-items:start}
.focused-method{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-menu{color:inherit;text-decoration:none;font-size:calc(18.2px * 1.35);font-weight:600;letter-spacing:0.01em}
.text-menu:hover{}
.featured-panel{margin:0;font-size:calc(18.2px * .875);opacity:0.82;max-width:34ch}
.featured-copy{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.public-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-actions{margin:0;font-size:calc(18.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;opacity:0.7}
.offer-entries{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.78rem * 0.6)}
.offer-entries a{color:inherit;text-decoration:none;font-size:18.2px;transition:color 340ms var(--delay-fast)}
.offer-entries a:hover{text-decoration:underline;text-underline-offset:3px;color:inherit}
.secondary-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.track li{display:flex;flex-direction:column;gap:2px}
.open-team{font-size:calc(18.2px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.65}
.site-benefit{font-size:18.2px;line-height:1.76}
.wide-contact{border-top:1px solid rgba(255, 255, 255, 0.16);padding-top:calc(1.78rem * 1.5)}
.wide-contact p{margin:0;font-size:calc(18.2px * .875);line-height:1.76;opacity:0.85;max-width:90ch}
.wide-contact a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.wide-contact a:hover{color:inherit}
.simple-menu{border-top:1px solid rgba(255, 255, 255, 0.16);padding-top:calc(1.78rem * 1.5)}
.strong-entries{margin:0;font-size:calc(18.2px * .875);opacity:0.75}
@media (max-width: 960px) {.narrow-callout{grid-template-columns:1fr 1fr}.secondary-tile{grid-column:1 / -1}
  }
@media (max-width: 640px) {.narrow-callout{grid-template-columns:1fr}.featured-copy{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.featured-copy{grid-template-columns:1fr}
  }
footer .page-unit{flex:1 1 100%;max-width:1620px;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(18.2px * .875);line-height:1.76;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .wide-links{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #d9d0c0;border-radius:22px;background:#ffffff;color:#24211d;box-shadow:0 22px 38px rgba(0,0,0,0.22)}
.cookies .simple-shell{margin:0}
.cookies strong{font-size:calc(18.2px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.76}
.cookies .quiet-quote{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .quiet-quote button{border:1px solid #d9d0c0;background:#ece7dc;color:#24211d;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .quiet-quote button.cookie-accept{background:#244238;color:#faf8f1}
.media-details{
  padding:calc(calc(1.5rem * 2.4) * 2.4) 1.93rem;
  background:#faf8f1;
  color:#24211d;
}
.media-details .direct-figure{max-width:1620px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  gap:calc(1.78rem * 1.6);
  flex-wrap:wrap;}
.media-details .fresh-proof{flex:1 1 32rem;
  min-width:0;
  padding-top:0.4rem;}
.media-details h1{margin:0 0 calc(1.78rem * 1.5);
  font-size:clamp(2.1rem,4.6vw,3.9rem);
  line-height:1.06;
  letter-spacing:-0.01em;}
.media-details .bottom-region{margin:0 0 calc(1.78rem * 1.5);
  max-width:46rem;
  font-size:calc(18.2px * 1.125);
  line-height:1.76;
  color:#24211d;}
.media-details .narrow-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.6rem 1.4rem;
  margin-bottom:calc(1.78rem * 1.5);}
.media-details .plain-entries{
  display:inline-block;
  padding:0.85rem 1.6rem;
  border-radius:0.48rem;
  background:#244238;
  color:#faf8f1;
  font-size:18.2px;
  text-decoration:none;
  transition:background 340ms var(--delay-fast);
}
.media-details .plain-entries:hover{
  background:#31594c;color:#24211d;}
.media-details .bottom-contact{color:#244238;
  font-size:calc(18.2px * .875);
  text-decoration:none;
  border-bottom:1px solid #d9d0c0;
  padding-bottom:2px;
  transition:color 340ms var(--delay-fast),border-color 340ms var(--delay-fast);}
.media-details .bottom-contact:hover{color:#a45f2a;
  border-color:#a45f2a;}
.media-details .simple-content{margin:0;
  max-width:40rem;
  font-size:calc(18.2px * .875);
  color:#24211d;}
.media-details .content-track{flex:0 1 min(30rem,40vw);
  margin:0;
  min-width:0;}
.media-details .wide-benefit{display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:1.23rem;
  box-shadow:0 22px 38px rgba(0,0,0,0.22);}
.media-details .fresh-footer{margin-top:0.7rem;
  font-size:calc(18.2px * .875);
  color:#24211d;}
@media (max-width:900px){.media-details .content-track{
    flex:1 1 100%;
  }.media-details .wide-benefit{
    max-height:22rem;
  }
}
.soft-plan{--state-static:calc(1.5rem * 1.2);--mark-static:calc(1620px / 2.35);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.soft-plan .direct-figure{max-width:1620px;margin:0 auto;}
.soft-plan h1,.soft-plan h2,.soft-plan h3,.soft-plan p{margin:0;}
.soft-plan h2{font-size:calc(18.2px * 2);line-height:1.12;}
.soft-plan p{font-size:18.2px;line-height:1.76;}
.soft-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.soft-plan a:hover{}
.soft-plan .benefit{display:flex;align-items:flex-start;gap:1.78rem;}
.soft-plan .benefit>.simple-content{flex:0 1 var(--mark-static);font-size:calc(18.2px * .875);line-height:1.6;color:color-mix(in srgb, currentColor 72%, transparent);}
.soft-plan .fresh-proof{flex:1 1 auto;min-width:0;}
.soft-plan .site-rail{display:flex;flex-direction:column;gap:calc(1.78rem * .55);margin-top:var(--state-static);}
.soft-plan details{padding:calc(calc(1.5rem * .75) * .85) calc(1.5rem * .75);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:2px solid #a45f2a;}
.soft-plan summary{cursor:pointer;font-weight:700;font-size:18.2px;line-height:1.35;list-style:none;}
.soft-plan summary::-webkit-details-marker{display:none;}
.soft-plan summary::after{content:"+";float:right;margin-left:calc(1.5rem * .75);font-weight:700;}
.soft-plan details[open] summary::after{content:"\2212";}
.soft-plan details p{margin-top:calc(1.5rem / 3.2);font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-plan .bottom-contact{margin-top:var(--state-static);font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media(max-width:760px){.soft-plan .benefit{flex-direction:column;}}
.contact{padding:calc(1.5rem * 2.4) 1.93rem;background:#ece7dc;color:#24211d;}
.contact .direct-figure{max-width:1620px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.contact .clear-menu{max-width:62ch;}
.contact .clear-menu h2{margin:0;font-size:calc(18.2px * 2);}
.contact .clear-menu p{margin:calc(1.5rem * .75) 0 0;font-size:18.2px;}
.contact .strong-visual{display:flex;flex-wrap:wrap;gap:1.78rem;}
.contact .bottom-contact{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75);border:1px solid #d9d0c0;border-radius:0.79rem;background:#ffffff;color:#24211d;}
.contact .bottom-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 1.35);}
.contact .bottom-contact p{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * .875);}
.contact .bottom-contact a{font-weight:600;color:#244238;text-decoration:none;border-bottom:1px solid #d9d0c0;}
.contact .bottom-contact a:hover{color:inherit;}
.contact .bottom-contact .featured-brand{margin:0;font-style:normal;font-size:calc(18.2px * .875);}
.contact .fresh-flow{border-top:1px solid #d9d0c0;padding-top:calc(1.78rem * 1.5);}
.contact .fresh-flow .bottom-region{margin:0 0 calc(1.5rem * .75);font-weight:600;font-size:calc(18.2px * 1.125);}
.contact .featured-menu{margin:0;padding-left:1.1em;display:flex;flex-direction:column;gap:0.32rem;font-size:calc(18.2px * .875);}
.contact .simple-content{margin:calc(1.5rem * .75) 0 0;font-size:calc(18.2px * .875);}
.contact .simple-content a{color:#244238;text-decoration:none;border-bottom:1px solid #d9d0c0;}
.contact .simple-content a:hover{color:inherit;}
.contact .fresh-contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.78rem;padding:calc(1.5rem * .75);border-radius:0.79rem;background:var(--line-panel);color:var(--line-base);}
.contact .fresh-contact p{margin:0;flex:1 1 320px;font-size:calc(18.2px * .875);}
.contact .fresh-contact .open-items{flex:0 0 auto;padding:0.6em 1.1em;border-radius:0.48rem;background:#a45f2a;color:#fff7ed;font-weight:600;font-size:calc(18.2px * .875);text-decoration:none;transition:background 340ms var(--delay-fast);}
.contact .fresh-contact .open-items:hover{background:#874b20;color:#24211d;}
@media (max-width: 720px){.contact .fresh-contact{flex-direction:column;align-items:flex-start;}
    }
.visual-method{--state-static:calc(1.5rem * 0.89);--mark-static:calc(1620px / 2.13);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.visual-method .direct-figure{max-width:1620px;margin:0 auto;display:flex;flex-direction:column;}
.visual-method h1,.visual-method h2,.visual-method h3,.visual-method p,.visual-method ul{margin:0;}
.visual-method h2{font-size:calc(18.2px * 2);line-height:1.12;max-width:var(--mark-static);}
.visual-method p{font-size:18.2px;line-height:1.76;}
.visual-method a{color:inherit;text-decoration:none;}
.visual-method .narrow-benefit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#faf8f1;color:#244238;align-self:flex-start;transition:background 340ms var(--delay-fast);}
.visual-method .narrow-benefit:hover{background:#a45f2a;color:#fff7ed;}
.visual-method .contact-frame{padding-inline-start:calc(1.93rem / 2);}
.visual-method .team-contact{row-gap:calc(var(--state-static) * 1.2);}
.visual-method .simple-content{max-width:calc(1620px / 3);font-size:calc(18.2px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.72;}
.visual-method .bottom-region{max-width:var(--mark-static);opacity:0.82;}
.visual-method .bottom-contact{max-width:var(--mark-static);font-size:calc(18.2px * .875);opacity:0.72;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
.visual-method .bottom-contact a{text-decoration:underline;text-underline-offset:0.18em;}
.visual-method .bottom-contact a:hover{}
@media (max-width:720px){.visual-method .contact-frame{padding-inline-start:0;}.visual-method .narrow-benefit{align-self:stretch;text-align:center;}
}
.strong-figure{--state-static:calc(1.5rem * 0.92);--mark-static:calc(1620px / 3.25);--label-heading:calc(1620px / 3.66);padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.strong-figure .direct-figure{max-width:1620px;margin:0 auto;}
.strong-figure h1,.strong-figure h2,.strong-figure h3,.strong-figure p{margin:0;}
.strong-figure h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.strong-figure h2{font-size:calc(18.2px * 2);line-height:1.12;}
.strong-figure h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.strong-figure p{font-size:18.2px;line-height:1.76;color:#24211d;}
.strong-figure a{color:#244238;text-decoration:none;border-bottom:1px solid #d9d0c0;transition:color 340ms var(--delay-fast),border-color 340ms var(--delay-fast);}
.strong-figure a:hover{color:#a45f2a;border-color:#a45f2a;}
.strong-figure img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.strong-figure .bottom-region{max-width:var(--mark-static);}
.strong-figure .featured-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;margin-top:var(--state-static);text-align:left;}
.strong-figure .media-callout{flex:1 1 calc(1620px / 4);min-width:0;padding-top:calc(calc(1.5rem * .75) * 0.9);border-top:1px solid #d9d0c0;}
.strong-figure .media-callout p,.strong-figure .media-callout a{margin-top:calc(1.5rem / 3);}
.strong-figure .media-callout a{display:inline-block;font-size:calc(18.2px * .875);}
.strong-figure .simple-content{margin-top:var(--state-static);font-size:calc(18.2px * .875);}
.strong-figure .primary-brand{text-align:center;}
.strong-figure .primary-brand>.bottom-region{margin:1.5rem auto 0;}
.strong-figure .primary-brand>img{margin:var(--state-static) auto 0;max-width:var(--label-heading);}
.photo{
  background:#244238;
  color:#faf8f1;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.photo .direct-figure{max-width:1620px;
  margin:0 auto;}
.photo .strong-items{max-width:44rem;}
.photo h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.photo .strong-items p{margin:1.5rem 0 0;
  font-size:calc(18.2px * 1.125);
  line-height:1.76;}
.photo .strong-visual{margin-top:calc(1.78rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.photo .bottom-contact{
  flex:1 1 15rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.79rem;
  background:color-mix(in srgb,#faf8f1 8%,transparent);
  border:1px solid color-mix(in srgb,#faf8f1 16%,transparent);color:#24211d;}
.photo .direct-visual{display:block;
  font-size:calc(18.2px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;}
.photo .bottom-contact a,
.photo .bottom-contact address{display:block;
  margin-top:.5rem;
  font-style:normal;
  font-size:18.2px;
  text-decoration:none;
  word-break:break-word;}
.photo .bottom-contact a:hover{text-decoration:underline;}
.photo .bottom-contact p{margin:.7rem 0 0;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.photo .fresh-flow{margin-top:calc(1.78rem * 1.5);
  padding-top:calc(1.78rem * 1.5);
  border-top:1px solid color-mix(in srgb,#faf8f1 18%,transparent);}
.photo .fresh-flow .bottom-region{margin:0;
  font-size:calc(18.2px * 1.125);
  font-weight:600;}
.photo .featured-menu{list-style:none;
  margin:1.5rem 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.photo .featured-menu li{flex:1 1 14rem;
  min-width:0;
  padding-left:1rem;
  border-left:2px solid #a45f2a;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.photo .featured-menu strong{display:block;
  margin-bottom:.3rem;
  font-size:18.2px;}
.photo .simple-content{margin:1.5rem 0 0;
  font-size:calc(18.2px * .875);}
.photo .team-block{
  margin-top:calc(1.78rem * 1.5);
  padding:calc(1.5rem * .75);
  border-radius:0.79rem;
  background:#a45f2a;
  color:#fff7ed;
}
.photo .team-block p{margin:0;
  font-size:18.2px;
  line-height:1.76;}
.photo .open-items{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.photo .open-items a{font-size:calc(18.2px * .875);
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,#fff7ed 55%,transparent);
  padding-bottom:2px;}
.photo .open-items a:hover{border-bottom-color:#fff7ed;}
@media (max-width:680px){.photo .strong-visual{display:block}.photo .bottom-contact{margin-top:1.78rem}.photo .featured-menu{display:block}.photo .featured-menu li{margin-top:1.78rem}
}
.direct-brand{padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.direct-brand .direct-figure{max-width:1620px;margin:0 auto;display:grid;gap:1.78rem;}
.direct-brand .local-proof{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.4fr);gap:1.78rem;align-items:end;padding-bottom:calc(1.78rem * 1.5);border-bottom:1px solid #d9d0c0;}
.direct-brand h2,.direct-brand h3,.direct-brand h4,.direct-brand p{margin:0;}
.direct-brand h2{font-size:calc(18.2px * 2);line-height:var(--type-extra-9);}
.direct-brand h3{font-size:18.2px;line-height:1.76;color:#24211d;}
.direct-brand .compact-inner{display:grid;grid-template-columns:minmax(0,.6fr) minmax(18rem,.4fr);gap:1.78rem;align-items:start;}
.direct-brand .visual-entries{display:flex;flex-direction:column;gap:.6rem;}
.direct-brand .secondary-unit{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid #d9d0c0;border-radius:0.48rem;background:#ffffff;color:#24211d;}
.direct-brand .secondary-unit:nth-child(odd){border-left:3px solid #a45f2a;}
.direct-brand .content-media{width:2.5rem;height:2.5rem;border-radius:0.32rem;display:grid;place-items:center;background:var(--line-panel);color:var(--line-base);font-weight:700;font-size:calc(18.2px * .875);}
.direct-brand .secondary-unit h4{font-size:18.2px;line-height:var(--type-extra-9);}
.direct-brand .secondary-unit p{margin-top:.3rem;font-size:calc(18.2px * .875);line-height:1.76;color:#24211d;}
.direct-brand time{font-size:calc(18.2px * .875);color:#24211d;white-space:nowrap;}
.direct-brand .fresh-surface{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid #d9d0c0;border-radius:0.79rem;background:#ece7dc;color:#24211d;}
.direct-brand .visual-benefit{display:grid;gap:.6rem;}
.direct-brand .clear-rail{padding:.8rem .9rem;border-radius:0.48rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;}
.direct-brand .clear-rail:nth-child(even){background:#244238;color:#faf8f1;border-color:#244238;}
.direct-brand .clear-rail p{font-size:calc(18.2px * .875);line-height:1.76;}
.direct-brand .clear-rail time{display:block;margin-top:.4rem;color:inherit;opacity:.75;}
.direct-brand .primary-stack{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid #d9d0c0;}
.direct-brand .primary-stack input{min-width:0;border:1px solid #d9d0c0;border-radius:0.32rem;padding:.8rem .9rem;background:#ffffff;color:#24211d;font:inherit;outline:none;}
.direct-brand .primary-stack input::placeholder{color:rgba(255,255,255,0.55);}
.direct-brand .primary-stack input:focus{border-color:rgba(16, 185, 129, 0.55);}
.direct-brand .primary-stack button{border:0;border-radius:0.32rem;padding:.8rem 1.1rem;background:#a45f2a;color:#fff7ed;font:inherit;font-weight:700;cursor:pointer;transition:background 340ms var(--delay-fast);}
.direct-brand .primary-stack button:hover{background:#874b20;color:#24211d;}
@media (max-width:900px){.direct-brand .local-proof,.direct-brand .compact-inner{grid-template-columns:1fr;}.direct-brand .fresh-surface{position:relative;top:auto;}.direct-brand .primary-stack{grid-template-columns:1fr;}}
.plain-region{padding:calc(1.5rem * 2.4) 1.93rem;background:#a45f2a;color:#fff7ed}
.plain-region .direct-figure{max-width:1620px;margin:0 auto}
.plain-region .compact-content{display:flex;gap:calc(1.78rem * 1.5);align-items:flex-start}
.plain-region .bottom-region{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.plain-region h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.plain-region .bottom-region p{margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);line-height:1.76}
.plain-region .bottom-region .team-block{margin-top:calc(1.5rem * .75);font-size:calc(18.2px * .875);opacity:.85}
.plain-region .featured-menu{flex:1 1 42rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-region .media-callout{background:color-mix(in srgb,#fff7ed 10%,transparent);color:#fff7ed;border-radius:0.48rem;padding:calc(1.5rem * .75) 1.5rem}
.plain-region strong{display:block;font-size:calc(18.2px * 1.35);line-height:1.18}
.plain-region .media-callout p{margin:calc(1.5rem * .75) 0 0;line-height:1.76}
.plain-region a{text-decoration:underline}
.plain-region a:hover{}
@media(max-width:780px){.plain-region .compact-content{display:block}.plain-region .bottom-region{position:static}.plain-region .featured-menu{margin-top:calc(1.78rem * 1.5)}.plain-region h2{font-size:calc(18.2px * 2)}}
.clear-details{
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.93rem;
  overflow: hidden;
}
.clear-details .direct-figure{width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.78rem * 1.5);}
.clear-details h2,
.clear-details h3,
.clear-details p{margin: 0;}
.clear-details h2{font-size: calc(18.2px * 2.65); line-height: 1.04;}
.clear-details h3{font-size: calc(18.2px * 1.35); line-height: 1.18;}
.clear-details p{font-size: 18.2px; line-height: 1.76;}
.clear-details .quiet-surface{max-width: 68rem;
  display: grid;
  gap: 1.5rem;}
.clear-details .media-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 1.23rem;
  background: linear-gradient(135deg, #244238 0%, #a45f2a 100%);
  color: #faf8f1;
}
.clear-details .media-actions p:first-child{flex: 0 0 auto;
  font-size: calc(18.2px * 1.125);
  font-weight: 600;}
.clear-details .media-actions p:last-child{flex: 1 1 24rem;
  font-size: calc(18.2px * .875);}
.clear-details .site-stack{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.clear-details .main-section{
  flex: 1 1 17rem;
  min-height: 15rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  text-decoration: none;
  transition: border-color 340ms var(--delay-fast), box-shadow 340ms var(--delay-fast);
}
.clear-details .main-section:hover{border-color: #a45f2a;
  box-shadow: 0 12px 16px rgba(0,0,0,0.18);}
.clear-details .main-section span{font-size: calc(18.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@media (max-width: 760px) {.clear-details h2{ font-size: clamp(calc(18.2px * 2), 12vw, calc(18.2px * 2.65)); }.clear-details .media-actions{ flex-direction: column; align-items: flex-start; }
}
.soft-summary{padding:calc(1.5rem * 2.4) 1.93rem;background:#ece7dc;color:#24211d;}
.soft-summary .direct-figure{max-width:1620px;margin:0 auto;display:grid;grid-template-columns:1.35fr .65fr;gap:1.78rem;align-items:start;}
.soft-summary .text-team h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 2);line-height:1.2;}
.soft-summary .text-team h3{margin:0 0 0.6rem;font-size:calc(18.2px * 1.125);}
.soft-summary .text-team p{margin:0 0 calc(1.5rem * .75);font-size:18.2px;}
.soft-summary .bottom-region{font-size:18.2px;max-width:62ch;}
.soft-summary .quiet-actions{display:flex;flex-wrap:wrap;gap:1.78rem;margin-bottom:calc(1.78rem * 1.5);}
.soft-summary .focused-area{flex:1 1 300px;min-width:0;}
.soft-summary .team-headline{margin-bottom:calc(1.78rem * 1.5);}
.soft-summary .team-headline ul{margin:0;padding-left:1.1rem;display:grid;gap:0.5rem;}
.soft-summary .team-headline li{font-size:18.2px;line-height:1.76;}
.soft-summary .simple-content{font-size:calc(18.2px * .875);margin:0;}
.soft-summary .simple-content a{color:#244238;text-decoration:underline;}
.soft-summary .simple-content a:hover{color:inherit;}
.soft-summary .team-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.soft-summary .team-block img{width:100%;height:auto;display:block;border-radius:0.79rem;border:1px solid #d9d0c0;box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.soft-summary .public-headline{display:grid;gap:0.55rem;padding:calc(1.5rem * .75);background:#ffffff;color:#24211d;border:1px solid #d9d0c0;border-radius:0.48rem;}
.soft-summary .fresh-fields{display:flex;flex-direction:column;gap:0.15rem;padding-bottom:0.5rem;border-bottom:1px solid #d9d0c0;}
.soft-summary .fresh-fields:last-child{border-bottom:0;padding-bottom:0;}
.soft-summary .fresh-fields .k{font-size:calc(18.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.soft-summary .fresh-fields .v{font-size:calc(18.2px * .875);line-height:1.5;}
@media (max-width:900px){.soft-summary .direct-figure{grid-template-columns:1fr;}.soft-summary .team-block{order:-1;}
}
.site-figure{--state-static:calc(1.5rem * 1.04);--mark-static:calc(1620px / 2.28);padding:calc(1.5rem * 2.4) 1.93rem;background:#ece7dc;color:#24211d;}
.site-figure .direct-figure{max-width:1620px;margin:0 auto;}
.site-figure h2,.site-figure h3,.site-figure p{margin:0;}
.site-figure h2{font-size:calc(18.2px * 2);line-height:1.12;max-width:calc(1620px / 1.6);}
.site-figure h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.site-figure p{font-size:18.2px;line-height:1.76;}
.site-figure .bottom-region{margin-top:1.5rem;max-width:var(--mark-static);}
.site-figure .secondary-actions{display:flex;flex-direction:column;gap:0;margin-top:var(--state-static);border-top:1px solid #d9d0c0;}
.site-figure .media-callout{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:1.78rem;padding-block:calc(1.5rem * .75);border-bottom:1px solid #d9d0c0;}
.site-figure .media-callout h3{flex:0 0 auto;min-width:calc(1620px / 4.6);}
.site-figure .media-callout p{flex:1 1 calc(1620px / 2.6);color:color-mix(in srgb, currentColor 76%, transparent);}
@media (max-width:720px){.site-figure .media-callout{flex-direction:column;gap:calc(1.5rem / 3);}.site-figure .media-callout h3{min-width:0;}
}
.primary-region{--state-static:calc(1.5rem * 0.9);--mark-static:calc(1620px / 3.10);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.primary-region .direct-figure{max-width:1620px;margin:0 auto;}
.primary-region h2,.primary-region h3,.primary-region p{margin:0;}
.primary-region h2{font-size:calc(18.2px * 2);line-height:1.12;}
.primary-region h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.primary-region p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-region img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.primary-region .clear-menu{max-width:var(--mark-static);}
.primary-region .clear-menu .bottom-region{margin-top:calc(1.78rem * 1.5);}
.primary-region .strong-frame{display:flex;flex-wrap:wrap;gap:1.78rem;margin-top:var(--state-static);}
.primary-region .page-area{flex:1 1 calc(1620px / 3.6);min-width:0;margin:0;}
.primary-region .page-area img{height:100%;object-fit:cover;border-radius:0.79rem;}
.primary-region .featured-menu{flex:2 1 calc(1620px / 1.9);min-width:0;display:flex;flex-wrap:wrap;gap:var(--state-static);}
.primary-region .media-callout{flex:1 1 calc(1620px / 4.2);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.primary-region .soft-headline{display:flex;align-items:center;gap:calc(calc(1.5rem * .75) * .7);}
.primary-region .soft-headline img{width:calc(1.5rem * 1.6);height:calc(1.5rem * 1.6);border-radius:50%;flex:0 0 auto;object-fit:cover;}
.primary-region .text-method{min-width:0;}
.primary-region .page-grid{display:block;font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.primary-region .media-callout p{margin-top:calc(calc(1.78rem * 1.5) * .8);}
@media(max-width:760px){.primary-region .strong-frame{flex-direction:column;}.primary-region .page-area img{height:auto;}}
.content-inner{--state-static:calc(1.5rem * 1.02);--mark-static:calc(1620px / 2.85);padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.content-inner .direct-figure{max-width:1620px;margin:0 auto;}
.content-inner h2,.content-inner h3,.content-inner p,.content-inner ul{margin:0;}
.content-inner h2{font-size:calc(18.2px * 2);line-height:1.12;max-width:var(--mark-static);}
.content-inner h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.content-inner p{font-size:18.2px;line-height:1.76;}
.content-inner .clear-menu{display:flex;flex-direction:column;gap:calc(calc(1.78rem * 1.5) / 1.4);}
.content-inner .clear-menu .bottom-region{max-width:var(--mark-static);color:#24211d;}
.content-inner .featured-menu{display:flex;flex-wrap:wrap;gap:1.78rem;margin-top:var(--state-static);}
.content-inner .media-callout{flex:1 1 calc(1620px / 3.6);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border-radius:0.79rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.content-inner .media-callout .fresh-proof{margin-top:calc(calc(1.78rem * 1.5) / 1.5);color:#24211d;}
.content-inner .compact-footer{list-style:none;padding:0;margin-top:calc(calc(1.78rem * 1.5) / 1.4);display:flex;flex-direction:column;gap:calc(calc(1.78rem * 1.5) / 3);}
.content-inner .compact-footer li{position:relative;padding-left:calc(calc(1.78rem * 1.5) / 1.1);font-size:calc(18.2px * .875);line-height:1.6;color:#24211d;}
.content-inner .compact-footer li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:#a45f2a;color:#fff7ed;}
.content-inner .narrow-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * .6) 1.5rem;border-radius:0.32rem;background:#244238;color:#faf8f1;text-decoration:none;font-size:calc(18.2px * .875);transition:background 340ms var(--delay-fast);}
.content-inner .narrow-benefit:hover{background:#31594c;color:#24211d;}
.content-inner .media-callout .narrow-benefit{margin-top:calc(calc(1.78rem * 1.5) * 1.2);}
.content-inner .featured-steps{margin-top:var(--state-static);padding-top:calc(calc(1.78rem * 1.5) / 1.2);border-top:1px solid #d9d0c0;}
.content-inner .featured-steps .simple-content{max-width:calc(1620px / 1.7);font-size:calc(18.2px * .875);color:#24211d;}
.content-inner .featured-steps a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.content-inner .featured-steps a:hover{color:#a45f2a;}
@media (max-width:900px){.content-inner .media-callout{flex:1 1 100%;}
}
.active-frame{padding:calc(1.5rem * 2.4) 1.93rem;background:linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);color:#24211d}
.active-frame .direct-figure{max-width:1620px;margin:0 auto}
.active-frame .strong-frame{display:flex;gap:calc(1.78rem * 1.5);align-items:flex-start}
.active-frame .contact-region{flex:0 1 23rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:1px solid color-mix(in srgb,#24211d 26%,transparent);padding-left:1.5rem}
.active-frame .contact-region .simple-content{margin:0;font-size:calc(18.2px * .875);line-height:1.76}
.active-frame .compact-inner{flex:1 1 44rem;min-width:0}
.active-frame h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.active-frame .narrow-area{margin-top:calc(1.78rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.active-frame .secondary-unit{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#24211d 18%,transparent)}
.active-frame .secondary-unit:first-child{padding-top:0;border-top:0}
.active-frame strong{flex:0 1 15rem;min-width:0;font-size:calc(18.2px * .875);letter-spacing:0.01em}
.active-frame span{flex:1 1 28rem;min-width:0;line-height:1.76}
@media(max-width:760px){.active-frame .strong-frame,.active-frame .secondary-unit{display:block}.active-frame .contact-region{border-left:0;padding-left:0}.active-frame .compact-inner{margin-top:calc(1.78rem * 1.5)}.active-frame span{display:block;margin-top:calc(1.5rem * .75)}.active-frame h2{font-size:calc(18.2px * 2)}}
.bottom-summary{padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base)}
.bottom-summary .steady-surface{max-width:1620px;margin:0 auto}
.bottom-summary .text-media{margin-bottom:1.78rem;max-width:58rem}
.bottom-summary .text-media p{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 1.125)}
.bottom-summary h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.02}
.bottom-summary .page-footer{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-summary .compact-proof{flex:1 1 20rem;border-radius:0.79rem;padding:calc(1.5rem * .75);background:#ffffff;color:#24211d;border:1px solid #d9d0c0;display:flex;flex-direction:column}
.bottom-summary .compact-proof:nth-child(1){flex-basis:100%;background:#244238;color:#faf8f1;border-color:transparent}
.bottom-summary .compact-proof:nth-child(3){background:#ece7dc;color:#24211d;border-color:transparent}
.bottom-summary .compact-proof span{font-size:calc(18.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72}
.bottom-summary h3{margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);font-size:calc(18.2px * 1.35);line-height:1.15}
.bottom-summary .compact-proof p{margin:0;font-size:18.2px}
.bottom-summary .bottom-contact{margin:1.78rem 0 0;font-size:18.2px;max-width:52rem}
.bottom-summary .bottom-contact a{text-decoration:underline;text-underline-offset:.2em}
.bottom-summary .bottom-contact a:hover{color:inherit;}
@media (max-width: 720px){.bottom-summary .compact-proof{flex-basis:100%}}
.bottom-wrap{
  background:#244238;
  color:#faf8f1;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.bottom-wrap .direct-figure{max-width:1620px;
  margin:0 auto;
  display:flex;
  gap:calc(1.78rem * 1.5);
  align-items:flex-start;}
.bottom-wrap .team-block{flex:0 0 21rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  border-right:1px solid color-mix(in srgb,#faf8f1 26%,transparent);
  padding-right:1.93rem;}
.bottom-wrap h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;}
.bottom-wrap .simple-content{margin:calc(1.5rem * .75) 0 0;
  line-height:1.76;}
.bottom-wrap .team-block a{width:max-content;
  max-width:100%;
  margin-top:auto;
  padding-top:calc(1.78rem * 1.5);
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;}
.bottom-wrap .page-quote{flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.bottom-wrap .media-callout{flex:1 1 16rem;
  min-width:0;
  padding-top:.2rem;}
.bottom-wrap .media-callout span{display:block;
  font-size:calc(18.2px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;}
.bottom-wrap .media-callout strong{display:block;
  margin-top:.45rem;
  font-size:18.2px;}
.bottom-wrap .media-callout p{margin:.45rem 0 0;
  line-height:1.76;}
.bottom-wrap .bottom-contact{max-width:1620px;
  margin:calc(1.78rem * 1.5) auto 0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,#faf8f1 22%,transparent);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.5rem 1.78rem;
  font-size:calc(18.2px * .875);}
.bottom-wrap .bottom-contact span{}
.bottom-wrap .bottom-contact a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,#faf8f1 45%,transparent);}
.bottom-wrap .bottom-contact a:hover{border-bottom-color:#faf8f1;}
@media (max-width:860px){.bottom-wrap .direct-figure{display:block}.bottom-wrap .team-block{
    border-right:0;
    padding-right:0;
    margin-bottom:calc(1.78rem * 1.5);
  }.bottom-wrap .team-block a{margin-top:calc(1.5rem * .75)}
}
.top-callout{--state-static:calc(1.5rem * 1.05);--mark-static:calc(1620px / 2.75);padding:calc(1.5rem * 2.4) 1.93rem;background:#ece7dc;color:#24211d;}
.top-callout .direct-figure{max-width:1620px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.78rem * 1.5);align-items:flex-start;}
.top-callout h1,.top-callout h2,.top-callout h3,.top-callout p{margin:0;}
.top-callout h2{font-size:calc(18.2px * 2);line-height:1.12;}
.top-callout p{font-size:18.2px;line-height:1.76;}
.top-callout a{color:inherit;text-decoration:none;}
.top-callout .strong-frame{flex:1 1 30rem;max-width:var(--mark-static);display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.top-callout .simple-content{font-size:calc(18.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#24211d;opacity:0.72;}
.top-callout .bottom-region{color:#24211d;opacity:0.88;}
.top-callout .narrow-benefit{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.32rem;background:#244238;color:#faf8f1;transition:background 340ms var(--delay-fast);}
.top-callout .narrow-benefit:hover{background:#31594c;color:#24211d;}
.top-callout .team-block{flex:1 1 18rem;max-width:calc(1620px / 3.4);display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.48rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;}
.top-callout .team-block .top-brand{font-size:calc(18.2px * .875);line-height:1.6;}
.top-callout .bottom-contact{display:flex;flex-direction:column;gap:calc(1.78rem / 1.6);}
.top-callout .bottom-contact a{font-size:calc(18.2px * .875);line-height:1.5;color:#244238;border-bottom:1px solid #d9d0c0;padding-bottom:0.35rem;transition:color 340ms var(--delay-fast);}
.top-callout .bottom-contact a:hover{color:inherit;}
@media (max-width:900px){.top-callout .direct-figure{flex-direction:column;}.top-callout .strong-frame,.top-callout .team-block{max-width:100%;flex-basis:auto;}
}
.local-stack{
  padding: calc(1.5rem * 2.4) 1.93rem;
  background: #ece7dc;
  color: #24211d;
}
.local-stack .wide-links{max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.78rem * 1.5);}
.local-stack .strong-items{
  max-width: 62ch;
  padding: 0;
  background: none;
}
.local-stack h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.12;}
.local-stack .strong-items p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.2px * 1.125);
  line-height: 1.76;}
.local-stack .focused-group{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #d9d0c0;}
.local-stack .clear-rail{
  display: grid;
  grid-template-columns: minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.78rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #d9d0c0;
  background: none;
}
.local-stack .offer-proof{font-size: calc(18.2px * .875);
  letter-spacing: .02em;
  word-break: break-word;
  padding-top: .35rem;}
.local-stack h3{margin: 0;
  font-size: calc(18.2px * 1.35);
  line-height: 1.25;}
.local-stack .clear-rail p{margin: calc(calc(1.5rem * .75) * .5) 0;
  max-width: 68ch;}
.local-stack small{display: block;
  font-size: calc(18.2px * .875);
  opacity: .78;}
@media (max-width: 780px) {.local-stack .clear-rail{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .4);
  }.local-stack .offer-proof{
    padding-top: 0;
  }
}
.visual-unit{--state-static:calc(1.5rem * 1.35);--mark-static:calc(1620px / 2.35);--label-lead:calc(1620px / 3.6);padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.visual-unit .direct-figure{max-width:1620px;margin:0 auto;}
.visual-unit h2,.visual-unit h3,.visual-unit p,.visual-unit ul,.visual-unit li,.visual-unit figure{margin:0;padding:0;}
.visual-unit h2{font-size:calc(18.2px * 2);line-height:1.14;max-width:var(--mark-static);}
.visual-unit h3{font-size:calc(18.2px * 1.35);line-height:1.24;}
.visual-unit p{font-size:18.2px;line-height:1.76;}
.visual-unit .clear-menu{display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.visual-unit .bottom-region{max-width:var(--mark-static);color:#24211d;}
.visual-unit .compact-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;margin-top:var(--state-static);}
.visual-unit .fresh-proof{flex:1 1 calc(1620px / 2.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.visual-unit .simple-content{padding-left:calc(1.5rem * .75);border-left:2px solid #d9d0c0;color:#24211d;}
.visual-unit .page-area{flex:1 1 var(--label-lead);min-width:0;}
.visual-unit .page-area img{display:block;width:100%;height:auto;border-radius:0.79rem;box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.visual-unit .featured-menu{list-style:none;display:flex;flex-wrap:wrap;gap:1.78rem;margin-top:var(--state-static);}
.visual-unit .media-callout{flex:1 1 calc(1620px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0;}
.visual-unit .media-callout p{margin-top:calc(1.5rem / 3);color:#24211d;}
.visual-unit .bottom-contact{display:flex;flex-wrap:wrap;align-items:center;gap:1.78rem;margin-top:var(--state-static);padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0;}
.visual-unit .bottom-contact p{flex:1 1 calc(1620px / 3);min-width:0;color:#24211d;}
.visual-unit .narrow-benefit{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.32rem;background:#244238;color:#faf8f1;text-decoration:none;transition:background 340ms var(--delay-fast);}
.visual-unit .narrow-benefit:hover{background:#31594c;color:#24211d;}
.visual-unit .narrow-benefit.ghost{background:transparent;color:#24211d;border:1px solid #d9d0c0;}
.visual-unit .narrow-benefit.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#24211d;}
@media (max-width:900px){.visual-unit .compact-content,.visual-unit .featured-menu{flex-direction:column;}.visual-unit .media-callout,.visual-unit .fresh-proof,.visual-unit .page-area,.visual-unit .bottom-contact p{flex:1 1 auto;width:100%;}
}
.open-fields{
  background:#a45f2a;
  color:#fff7ed;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.open-fields .direct-figure{max-width:1620px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.78rem * 1.5);
  align-items:flex-start;}
.open-fields .strong-frame{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-right:1px solid color-mix(in srgb,#fff7ed 24%,transparent);
  padding-right:1.93rem;}
.open-fields h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.open-fields .simple-content{margin:0;
  max-width:30rem;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.open-fields .bottom-contact{display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.open-fields .bottom-contact a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;
  font-size:calc(18.2px * .875);}
.open-fields .bottom-contact a:hover{opacity:.78;}
.open-fields .content-fields{flex:1 1 26rem;
  min-width:0;}
.open-fields .content-fields p{margin:0;
  max-width:44rem;
  font-size:calc(18.2px * 1.125);
  line-height:1.76;}
.open-fields .featured-menu{margin-top:calc(1.78rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.open-fields .featured-menu span{
  border-radius:1.23rem;
  background:color-mix(in srgb,#fff7ed 9%,transparent);
  padding:.65rem .9rem;
  font-size:calc(18.2px * .875);color:#24211d;}
.open-fields .top-brand{margin-top:calc(1.78rem * 1.5);
  font-size:calc(18.2px * .875);}
.open-fields .narrow-benefit{margin-top:calc(1.5rem * .75);
  display:flex;
  flex-wrap:wrap;
  gap:1.78rem;}
.open-fields .narrow-benefit a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;
  font-size:calc(18.2px * .875);}
.open-fields .narrow-benefit a:hover{opacity:.78;}
@media (max-width:720px){.open-fields .direct-figure{display:block}.open-fields .strong-frame{border-right:0;padding-right:0}.open-fields .content-fields{margin-top:calc(1.78rem * 1.5)}
}
.text-unit{--state-static:calc(1.5rem * 1.19);--mark-static:calc(1620px / 2.55);--label-heading:calc(1620px / 3.49);padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.text-unit .direct-figure{max-width:1620px;margin:0 auto;}
.text-unit h1,.text-unit h2,.text-unit h3,.text-unit p{margin:0;}
.text-unit h2{font-size:calc(18.2px * 2);line-height:1.12;}
.text-unit h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.text-unit p{font-size:18.2px;line-height:1.76;}
.text-unit .clear-menu{max-width:var(--mark-static);}
.text-unit .clear-menu .bottom-region{margin-top:1.5rem;color:#24211d;}
.text-unit .compact-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.78rem * 1.4);margin-top:var(--state-static);}
.text-unit .featured-menu{flex:1 1 calc(1620px / 1.9);min-width:0;display:flex;flex-wrap:wrap;gap:1.78rem;}
.text-unit .media-callout{flex:1 1 calc(1620px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0;}
.text-unit .media-callout p{margin-top:calc(1.5rem / 3);color:#24211d;}
.text-unit .team-block{flex:1 1 calc(1620px / 4.2);min-width:0;}
.text-unit .team-block img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.text-unit .team-block .simple-content{margin-top:calc(1.5rem * .75);color:#24211d;}
.text-unit .team-block .bottom-contact{margin-top:calc(1.5rem * .75);font-size:calc(18.2px * .875);color:#24211d;}
.text-unit a{color:#244238;text-decoration:none;}
.text-unit a:hover{color:#a45f2a;}
@media (max-width:900px){.text-unit .featured-menu{flex:1 1 100%;}.text-unit .team-block{flex:1 1 100%;}
}
.clear-body{--state-static:calc(1.5rem * 1.01);--mark-static:calc(1620px / 2.25);--type-meta:calc(1620px / 3.32);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.clear-body .direct-figure{max-width:1620px;margin:0 auto;}
.clear-body h2,.clear-body h3,.clear-body p{margin:0;}
.clear-body h2{font-size:calc(18.2px * 2);line-height:1.12;}
.clear-body h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.clear-body p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-body .focused-items{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.clear-body .fresh-list{row-gap:calc(var(--state-static) * .7);}
.clear-body .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;}
.clear-body .row-title h2{flex:1 1 calc(1620px / 3);min-width:0;}
.clear-body .row-title>p{flex:1 1 calc(1620px / 3);min-width:0;}
.clear-body .team-proof{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.clear-body .media-callout{flex:1 1 var(--type-meta);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-body .media-callout p{margin-top:calc(1.5rem / 3);}
.secondary-proof{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.93rem;
}
.secondary-proof .direct-figure{max-width: 1620px;
  margin: 0 auto;}
.secondary-proof .top-feature{display: flex;
  flex-direction: column;
  gap: calc(1.78rem * 1.5);}
.secondary-proof .narrow-stack{max-width: 46rem;}
.secondary-proof h2{margin: 0;
  font-size: clamp(calc(18.2px * 2), 4.4vw, calc(18.2px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.secondary-proof .narrow-stack p{margin: 1.5rem 0 0;
  color: #24211d;
  font-size: calc(18.2px * 1.125);
  line-height: 1.62;}
.secondary-proof .strong-frame{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.78rem;
  border-top: 1px solid #d9d0c0;}
.secondary-proof .narrow-lead{display: flex;
  align-items: flex-start;
  gap: 1.78rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #d9d0c0;}
.secondary-proof .public-body{flex: 0 0 auto;
  font-size: calc(18.2px * .875);
  letter-spacing: 0.08em;
  color: #a45f2a;
  padding-top: 0.35rem;}
.secondary-proof .text-team{min-width: 0;}
.secondary-proof .text-team strong{display: block;
  font-size: 18.2px;
  line-height: 1.35;}
.secondary-proof .text-team p{margin: calc(calc(1.5rem * .75) * 0.45) 0 0;
  color: #24211d;
  font-size: calc(18.2px * .875);
  line-height: 1.62;}
.secondary-proof .simple-content{
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  border-radius: 0.79rem;
  padding: calc(1.5rem * .75);
}
.secondary-proof .simple-content p{margin: 0;
  font-size: calc(18.2px * .875);
  line-height: 1.62;}
.secondary-proof .simple-content .bottom-contact{margin-top: calc(calc(1.5rem * .75) * 0.6);
  color: #24211d;}
.secondary-proof .simple-content a{color: #244238;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 340ms var(--delay-fast);}
.secondary-proof .simple-content a:hover{color: #a45f2a;}
@media (max-width: 720px) {.secondary-proof .narrow-lead{
    flex-direction: column;
    gap: calc(1.78rem * 0.4);
  }.secondary-proof .public-body{
    padding-top: 0;
  }
}
.primary-media{--state-static:calc(1.5rem * 0.92);--mark-static:calc(1620px / 2.40);--label-heading:calc(1620px / 3.77);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.primary-media .direct-figure{max-width:1620px;margin:0 auto;}
.primary-media h2,.primary-media h3,.primary-media p{margin:0;}
.primary-media h2{font-size:calc(18.2px * 2);line-height:1.12;}
.primary-media h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.primary-media p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-media a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.primary-media a:hover{border-bottom-color:#fff7ed;}
.primary-media img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.primary-media .clear-menu{max-width:var(--mark-static);}
.primary-media .bottom-region{margin-top:calc(1.5rem / 3);}
.primary-media .site-rail{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.primary-media details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.48rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.primary-media summary{cursor:pointer;font-weight:700;}
.primary-media details p{margin-top:calc(1.5rem / 3);}
.primary-media .bottom-contact{display:flex;flex-wrap:wrap;align-items:center;gap:1.78rem;margin-top:var(--state-static);}
.primary-media .bottom-contact img{flex:0 0 var(--label-heading);max-width:100%;}
.primary-media .bottom-contact .simple-content{flex:1 1 320px;margin:0;}
.team-unit{
  padding: calc(1.5rem * 2.4) 1.93rem;
  background: var(--line-panel);
  color: var(--line-base);
}
.team-unit .direct-figure{max-width: min(1620px, 78rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.78rem * 1.5);}
.team-unit .bottom-region{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(1.78rem * 1.5);
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #232C3A;}
.team-unit h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;}
.team-unit .bottom-region p{margin: 0;color:inherit;
  font-size: 18.2px;
  line-height: 1.76;}
.team-unit .open-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.78rem;}
.team-unit .open-nav a{
  flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: var(--line-panel);
  color: var(--line-base);
  border: 1px solid #232C3A;
  text-decoration: none;
  transition: border-color 340ms var(--delay-fast), transform 340ms var(--delay-fast);
}
.team-unit .open-nav a:hover,
.team-unit .open-nav a:focus-visible{border-color: #a45f2a;
  transform: translateY(-2px);}
.team-unit .open-nav span{color:inherit;
  font-size: calc(18.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.team-unit .open-nav strong{font-size: calc(18.2px * 1.125);
  line-height: 1.25;}
.team-unit .open-nav em{font-style: normal;color:inherit;
  font-size: calc(18.2px * .875);
  line-height: 1.76;}
@media (max-width: 860px) {.team-unit .bottom-region{
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 560px) {.team-unit .open-nav a{
    flex: 1 1 100%;
  }
}
.view{
  background:#244238;
  color:#faf8f1;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.view .direct-figure{max-width:1620px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
  gap:calc(1.78rem * 1.5);
  align-items:start;}
.view .bottom-region{min-width:0;}
.view h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;}
.view .bottom-region p{margin:1.5rem 0 0;
  max-width:32rem;
  font-size:calc(18.2px * 1.125);
  line-height:1.76;}
.view .secondary-inner{display:flex;
  flex-direction:column;
  gap:0;
  min-width:0;}
.view .secondary-inner a{text-decoration:none;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,#faf8f1 22%,transparent);
  transition:opacity 340ms var(--delay-fast);}
.view .secondary-inner a:last-child{border-bottom:1px solid color-mix(in srgb,#faf8f1 22%,transparent);}
.view .secondary-inner a:hover{opacity:.82;}
.view .secondary-inner strong,
.view .secondary-inner span{display:block;}
.view .secondary-inner span{margin-top:.4rem;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.view .simple-content{grid-column:1 / -1;
  margin-top:calc(1.78rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb,#faf8f1 18%,transparent);}
.view .simple-content p{margin:0;
  max-width:52rem;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.view .simple-content .bottom-contact{margin-top:.7rem;}
.view .simple-content a{text-decoration:underline;
  text-underline-offset:3px;}
.view .simple-content a:hover{}
@media (max-width:820px){.view .direct-figure{
    display:block;
  }.view .secondary-inner{
    margin-top:calc(1.78rem * 1.5);
  }
}
.strong-stack{--state-static:calc(1.5rem * 1.15);--mark-static:calc(1620px / 2.60);--label-heading:calc(1620px / 3.66);padding:calc(1.5rem * 2.4) 1.93rem;background:#a45f2a;color:#fff7ed;}
.strong-stack .direct-figure{max-width:1620px;margin:0 auto;}
.strong-stack h2,.strong-stack h3,.strong-stack p{margin:0;}
.strong-stack h2{font-size:calc(18.2px * 2);line-height:1.12;max-width:var(--mark-static);}
.strong-stack h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.strong-stack p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-stack a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.strong-stack a:hover{border-bottom-color:currentColor;}
.strong-stack img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.strong-stack .fresh-proof .bottom-region{margin-top:1.5rem;max-width:var(--mark-static);}
.strong-stack .featured-menu{display:flex;flex-direction:column;gap:var(--state-static);}
.strong-stack .media-callout{min-width:0;padding-top:calc(1.78rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-stack .media-callout:first-child{padding-top:0;border-top:0;}
.strong-stack .media-callout p{margin-top:calc(1.5rem / 3.2);}
.strong-stack .media-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;}
.strong-stack .media-shell>.fresh-proof{flex:1 1 calc(1620px / 3.2);min-width:0;}
.strong-stack .media-shell>.featured-menu{flex:2 1 calc(1620px / 2.1);}
.strong-stack .media-shell>img{margin-left:auto;max-width:var(--label-heading);}
@media (max-width:900px){.strong-stack .media-shell>img{margin-left:0;max-width:100%;}
}
.active-group{--state-static:calc(1.5rem * 1.42);--mark-static:calc(1620px / 2.2);padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d;}
.active-group .direct-figure{max-width:1620px;margin:0 auto;}
.active-group h2,.active-group h3,.active-group p{margin:0;}
.active-group h2{font-size:calc(18.2px * 2);line-height:1.12;}
.active-group h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.active-group p{font-size:18.2px;line-height:1.76;}
.active-group .bottom-region{font-size:calc(18.2px * 1.125);color:#24211d;}
.active-group .simple-content{margin-top:calc(1.78rem * 1.5);color:#24211d;}
.active-group .bottom-contact{margin-top:calc(1.78rem * 1.5);font-size:calc(18.2px * .875);color:#24211d;}
.active-group .bottom-contact a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.active-group .bottom-contact a:hover{color:#a45f2a;}
.active-group .featured-menu{display:flex;flex-direction:column;gap:var(--state-static);}
.active-group .media-callout{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #d9d0c0;}
.active-group .media-callout p{margin-top:calc(1.5rem / 3.2);color:#24211d;}
.active-group .compact-content{display:flex;align-items:flex-start;gap:calc(1.78rem * 1.6);}
.active-group .compact-content>.fresh-proof{flex:1 1 calc(1620px / 3);min-width:0;position:sticky;top:1.5rem;}
.active-group .compact-content>.featured-menu{flex:2 1 calc(1620px / 2);}
.active-group .fresh-proof .bottom-region{margin-top:1.5rem;}
@media(max-width:820px){.active-group .compact-content{flex-direction:column;}.active-group .compact-content>.fresh-proof{position:static;}.active-group .compact-content>.featured-menu{margin-top:var(--state-static);}}
.public-panel{--state-static:calc(1.5rem * 1.09);--mark-static:calc(1620px / 3.25);--label-heading:calc(1620px / 3.22);padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base);}
.public-panel .direct-figure{max-width:1620px;margin:0 auto;}
.public-panel h1,.public-panel h2,.public-panel h3,.public-panel p{margin:0;}
.public-panel h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.public-panel h2{font-size:calc(18.2px * 2);line-height:1.12;}
.public-panel h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.public-panel p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-panel a{color:inherit;text-decoration:none;}
.public-panel img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.public-panel .simple-content{font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.public-panel .bottom-region{margin-top:calc(1.5rem / 2.4);max-width:var(--mark-static);}
.public-panel .featured-menu{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.public-panel .media-callout{flex:1 1 calc(1620px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.48rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;}
.public-panel .media-callout p{color:color-mix(in srgb, currentColor 82%, transparent);}
.public-panel .media-callout .soft-headline{margin-top:calc(1.5rem / 3);font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.public-panel .secondary-body{display:flex;align-items:flex-start;gap:1.78rem;}
.public-panel .team-block{flex:0 1 var(--label-heading);min-width:0;}
.public-panel .team-block img{margin-top:1.5rem;}
.public-panel .secondary-body>.fresh-proof{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.public-panel .secondary-body{flex-direction:column;}}
.focused-actions{padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d}
.focused-actions .direct-figure{max-width:1620px;margin:0 auto}
.focused-actions .simple-content{display:flex;gap:calc(1.78rem * 1.5);align-items:flex-start}
.focused-actions .visual-actions{flex:1 1 30rem;min-width:0;background:#ece7dc;color:#24211d;border-radius:0.79rem;padding:1.78rem}
.focused-actions h2{margin:0;font-size:calc(18.2px * 2);line-height:1.12}
.focused-actions .visual-actions p{margin:1.5rem 0 0;font-size:18.2px;line-height:1.76}
.focused-actions .content-figure{margin-top:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0;font-size:calc(18.2px * .875)}
.focused-actions .quiet-grid{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.78rem * 1.5)}
.focused-actions .media-callout{border-left:2px solid #a45f2a;padding:0 0 0 calc(1.5rem * .75)}
.focused-actions .media-callout strong{display:block;font-size:calc(18.2px * 1.35);line-height:1.2}
.focused-actions .media-callout p{margin:calc(1.5rem * .75) 0 0;line-height:1.76}
.focused-actions .media-callout a{color:#244238;text-decoration:underline}
.focused-actions .media-callout a:hover{color:#a45f2a}
@media(max-width:820px){.focused-actions .simple-content{display:block}.focused-actions .visual-actions{padding:1.5rem}.focused-actions .quiet-grid{margin-top:calc(1.78rem * 1.5)}}
.open-rail{padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base)}
.open-rail .strong-copy{max-width:1620px;margin:0 auto}
.open-rail .simple-entries{display:flex;flex-direction:column;gap:calc(1.78rem * 1.5)}
.open-rail .bottom-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-rail h2{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.open-rail .strong-list{max-width:46rem;margin:0;font-size:calc(18.2px * 1.125);line-height:1.76;opacity:.82}
.open-rail .bottom-team{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none;counter-reset:note}
.open-rail .media-callout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.78rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(250,248,241,.16)}
.open-rail .media-callout:last-child{border-bottom:1px solid rgba(250,248,241,.16)}
.open-rail h3{margin:0;font-size:calc(18.2px * 1.35);line-height:1.2}
.open-rail .media-callout p{margin:0;line-height:1.76;opacity:.82}
@media(max-width:760px){.open-rail .media-callout{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.page-team{--state-static:calc(1.5rem * 1.24);--mark-static:calc(1620px / 2.85);padding:calc(1.5rem * 2.4) 1.93rem;background:#ece7dc;color:#24211d;}
.page-team .direct-figure{max-width:1620px;margin:0 auto;}
.page-team h2,.page-team h3,.page-team p{margin:0;}
.page-team h2{font-size:calc(18.2px * 2);line-height:1.12;}
.page-team h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.page-team p{font-size:18.2px;line-height:1.76;}
.page-team .clear-menu{max-width:var(--mark-static);}
.page-team .bottom-region{margin-top:calc(1.78rem * 1.5);}
.page-team .strong-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;margin-top:var(--state-static);}
.page-team .media-callout{flex:1 1 calc(1620px / 4);min-width:0;display:flex;flex-direction:column;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;border-radius:0.79rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.page-team .media-callout img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;}
.page-team .text-team{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);}
.page-team .text-team p{font-size:calc(18.2px * .875);}
.page-team .compact-fields{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 2) 1.5rem;border-radius:0.32rem;background:#244238;color:#faf8f1;font-size:calc(18.2px * .875);text-decoration:none;transition:background 340ms var(--delay-fast);}
.page-team .compact-fields:hover{background:#31594c;color:#24211d;}
.page-team .simple-content{margin-top:var(--state-static);max-width:var(--mark-static);font-size:calc(18.2px * .875);}
.page-team .simple-content a{text-decoration:underline;text-underline-offset:2px;}
.page-team .simple-content a:hover{}
@media (max-width:900px){.page-team .media-callout{flex:1 1 100%;}
}
.top-inner{
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.93rem;
}
.top-inner .direct-figure{width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  gap: 1.78rem;}
.top-inner h2,
.top-inner h3,
.top-inner p{margin: 0;}
.top-inner h2{font-size: calc(18.2px * 2); line-height: 1.1;}
.top-inner h3{font-size: calc(18.2px * 1.35); line-height: 1.18;}
.top-inner p{font-size: 18.2px; line-height: 1.76;}
.top-inner .active-benefit{
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 1.78rem;
  align-items: start;
  padding: calc(1.78rem * 1.5);
  border-radius: 1.23rem;
  background: linear-gradient(135deg, #244238 0%, #a45f2a 100%);
  color: #faf8f1;
}
.top-inner .steady-story{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.top-inner [data-block]{
  flex: 1 1 20rem;
  min-height: 12rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.48rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  animation: peopleMemberIn calc(340ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--delay-entry, 0ms);
}
.top-inner [data-block]:nth-child(1),
.top-inner [data-block]:nth-child(4){flex-basis: 26rem;}
.top-inner [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.2px * .875);}
.top-inner .content-footer{max-width: 58ch;
  font-size: calc(18.2px * .875);}
@keyframes peopleMemberIn {from{ opacity: .2; transform: scale(.97); }to{ opacity: 1; transform: scale(1); }
}
@media (max-width: 900px) {.top-inner .active-benefit{ grid-template-columns: 1fr; }.top-inner [data-block],
  .top-inner [data-block]:nth-child(1),
  .top-inner [data-block]:nth-child(4){ flex-basis: 100%; }
}
.strong-shell{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.strong-shell .direct-figure{max-width:1620px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.78rem * 1.5);
  align-items:flex-start;}
.strong-shell .fresh-proof{flex:1 1 34rem;
  min-width:0;}
.strong-shell h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;}
.strong-shell p{margin:1.5rem 0 0;
  max-width:42rem;
  font-size:18.2px;
  line-height:1.76;}
.strong-shell .team-headline{margin-top:calc(1.78rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid #d9d0c0;
  padding-top:calc(1.5rem * .75);}
.strong-shell .top-brand{display:flex;
  flex-wrap:wrap;
  gap:.4rem 1.78rem;
  align-items:baseline;}
.strong-shell .plain-figure{flex:0 0 12rem;
  font-size:calc(18.2px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.strong-shell .simple-content{flex:1 1 18rem;
  min-width:0;
  font-size:calc(18.2px * .875);
  color:#24211d;}
.strong-shell .narrow-benefit{
  display:inline-flex;
  margin-top:calc(1.78rem * 1.5);
  background:#244238;
  color:#faf8f1;
  text-decoration:none;
  border-radius:0.79rem;
  padding:.8rem 1.2rem;
  font-size:calc(18.2px * .875);
  transition:background 340ms var(--delay-fast);
}
.strong-shell .narrow-benefit:hover{
  background:#31594c;color:#24211d;}
.strong-shell .team-block{flex:0 1 26rem;
  min-width:16rem;
  margin:0;}
.strong-shell .wide-benefit{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1.23rem;
  box-shadow:0 12px 16px rgba(0,0,0,0.18);}
.strong-shell figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(18.2px * .875);
  color:#24211d;}
@media (max-width:820px){.strong-shell .direct-figure{display:block}.strong-shell .team-block{margin-top:calc(1.78rem * 1.5)}.strong-shell .wide-benefit{aspect-ratio:16/10}.strong-shell .plain-figure{flex:0 0 auto}
}
.narrow-media{--state-static:calc(1.5rem * 1.02);--mark-static:calc(1620px / 2.85);padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1;}
.narrow-media .direct-figure{max-width:1620px;margin:0 auto;}
.narrow-media h1,.narrow-media h2,.narrow-media h3,.narrow-media p{margin:0;}
.narrow-media h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.narrow-media h2{font-size:calc(18.2px * 2);line-height:1.12;}
.narrow-media h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.narrow-media p{font-size:18.2px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-media a{color:inherit;text-decoration:none;}
.narrow-media img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.narrow-media .simple-content{font-size:calc(18.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.narrow-media .featured-menu{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.narrow-media .media-callout{flex:1 1 calc(1620px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.48rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.narrow-media .media-callout p{margin-top:calc(1.5rem / 3);}
.narrow-media .service-headline>h2{margin-top:var(--state-static);}
.quiet-steps{
  background:#ece7dc;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.93rem;
}
.quiet-steps .direct-figure{max-width:1620px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.78rem * 1.5);
  align-items:flex-start;}
.quiet-steps .plain-lead{flex:1 1 34rem;
  min-width:0;}
.quiet-steps .simple-content{margin:0 0 calc(1.78rem * 1.5);
  max-width:36rem;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.quiet-steps h2{margin:0 0 calc(1.78rem * 1.5);
  font-size:calc(18.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-steps .featured-menu{display:flex;
  flex-direction:column;
  gap:1.78rem;
  border-top:1px solid color-mix(in srgb,#24211d 18%,transparent);
  padding-top:calc(1.78rem * 1.5);}
.quiet-steps .media-callout h3{margin:0 0 .35rem;
  font-size:18.2px;
  line-height:1.3;}
.quiet-steps .media-callout p{margin:0;
  max-width:38rem;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.quiet-steps .bottom-contact{margin:calc(1.78rem * 1.5) 0 0;
  font-size:calc(18.2px * .875);
  line-height:1.76;}
.quiet-steps .bottom-contact a{text-decoration:underline;
  text-underline-offset:3px;}
.quiet-steps .bottom-contact a:hover{}
.quiet-steps .wide-benefit{display:block;
  flex:0 1 26rem;
  width:min(38%,26rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.79rem;
  box-shadow:0 12px 16px rgba(0,0,0,0.18);}
@media (max-width:860px){.quiet-steps .direct-figure{display:block}.quiet-steps .wide-benefit{width:100%;min-width:0;max-height:28rem;margin-top:calc(1.78rem * 1.5)}
}
.active-footer{--state-static:calc(1.5rem * 1.11);--mark-static:calc(1620px / 2.35);--type-meta:calc(1620px / 3.43);padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base);}
.active-footer .direct-figure{max-width:1620px;margin:0 auto;}
.active-footer h1,.active-footer h2,.active-footer h3,.active-footer p,.active-footer ul{margin:0;}
.active-footer h1{font-size:calc(18.2px * 2.65);line-height:1.1;}
.active-footer h2{font-size:calc(18.2px * 2);line-height:1.12;}
.active-footer h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.active-footer p{font-size:18.2px;line-height:1.76;color:inherit;}
.active-footer a{color:inherit;text-decoration:none;}
.active-footer img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.active-footer .featured-details{padding-inline-start:calc(1.5rem * .75);}
.active-footer .team-contact{row-gap:calc(var(--state-static) * 1.2);}
.active-footer .quiet-benefit{row-gap:var(--state-static);}
.active-footer .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.78rem;}
.active-footer .row-title h2{flex:1 1 calc(1620px / 3);min-width:0;}
.active-footer .row-title>p{flex:1 1 calc(1620px / 3);min-width:0;}
.active-footer .secondary-actions{flex:1 1 100%;}
.active-footer .secondary-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.active-footer .media-callout{flex:1 1 var(--type-meta);min-width:0;padding-block-start:calc(1.5rem / 2.6);border-top:1px solid color-mix(in srgb, var(--line-base) 22%, transparent);}
.active-footer .media-callout p{margin-top:calc(1.5rem / 3);}
.active-footer .media-callout h3{}
@media (max-width:720px){.active-footer .row-title h2,.active-footer .row-title>p{flex:1 1 100%;}
}
.service-area{padding:calc(1.5rem * 2.4) 1.93rem;background:#faf8f1;color:#24211d}
.service-area .direct-figure{width:min(100%,calc(1620px*.74));margin:0 auto}
.service-area .simple-shell{border-bottom:1px solid #d9d0c0;padding-bottom:1.5rem;margin-bottom:calc(1.78rem * 1.5)}
.service-area .simple-shell span{font-size:calc(18.2px * .875);color:#24211d;letter-spacing:.02em}
.service-area h1{max-width:20ch;margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);font-size:calc(18.2px * 2.65);line-height:1.06}
.service-area .wide-note{margin:0;font-size:calc(18.2px * 1.125);color:#24211d;line-height:1.76}
.service-area .page-area{margin:0 0 calc(1.78rem * 1.5);border-radius:0.79rem;overflow:hidden;background:#ffffff;border:1px solid #d9d0c0;color:#24211d;}
.service-area .page-area img{display:block;width:100%;height:auto}
.service-area .page-area figcaption{padding:calc(1.5rem * .75) calc(1.5rem * .75);font-size:calc(18.2px * .875);color:#24211d;background:#ffffff}
.service-area .clear-region{width:min(100%,calc(1620px*.58));margin-left:auto}
.service-area .bottom-region{margin:0 0 1.5rem;color:#24211d;font-size:calc(18.2px * 1.125);line-height:1.76}
.service-area .clear-region p:not(.bottom-region){margin:0 0 1.5rem;line-height:1.76}
.service-area .team-block{width:min(100%,calc(1620px*.58));margin:calc(1.78rem * 1.5) 0 0 auto;padding-top:1.5rem;border-top:1px solid #d9d0c0;display:flex;flex-wrap:wrap;gap:1.78rem;align-items:flex-start;justify-content:space-between}
.service-area .text-method{display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:calc(18.2px * .875);color:#24211d}
.service-area .bottom-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:calc(18.2px * .875)}
.service-area .bottom-contact a{color:#244238;text-decoration:none;border-bottom:1px solid transparent;transition:color 340ms var(--delay-fast),border-color 340ms var(--delay-fast)}
.service-area .bottom-contact a:hover{color:#a45f2a;border-bottom-color:#a45f2a}
@media(max-width:700px){.service-area .clear-region,.service-area .team-block{width:100%;margin-left:0}.service-area .team-block{flex-direction:column}
}
.direct-track{
  padding:calc(1.5rem * 2.4) 1.93rem;
  background:#faf8f1;
  color:#24211d;
}
.direct-track .direct-figure{width:min(100%,calc(1620px*.72));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.78rem * 1.5);}
.direct-track .simple-shell{padding-bottom:1.5rem;
  border-bottom:1px solid #d9d0c0;}
.direct-track .simple-shell span{display:block;
  font-size:calc(18.2px * .875);
  color:#24211d;
  letter-spacing:.02em;}
.direct-track h1{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(18.2px * 2.65);
  line-height:1.08;}
.direct-track .compact-callout{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(18.2px * 1.125);
  color:#24211d;
  line-height:1.76;}
.direct-track .page-stack{
  margin:0;
  border-radius:0.79rem;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #d9d0c0;color:#24211d;}
.direct-track .page-stack img{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;}
.direct-track .page-stack figcaption{
  padding:calc(1.5rem * .75) calc(1.5rem * .75);
  font-size:calc(18.2px * .875);
  color:#24211d;
  background:#ffffff;
}
.direct-track .clear-region{width:min(100%,calc(1620px*.56));}
.direct-track .clear-region p{margin:0 0 1.5rem;
  line-height:1.76;}
.direct-track .clear-region .bottom-region{margin:0 0 1.5rem;
  font-size:calc(18.2px * 1.125);
  color:#24211d;
  line-height:1.76;}
.direct-track .team-block{display:flex;
  flex-wrap:wrap;
  gap:1.78rem;
  padding-top:calc(1.78rem * 1.5);
  border-top:1px solid #d9d0c0;}
.direct-track .text-method{display:flex;
  flex-direction:column;
  gap:.35rem;
  min-width:12rem;}
.direct-track .strong-footer{font-size:calc(18.2px * .875);
  color:#24211d;}
.direct-track .direct-fields{font-size:18.2px;}
.direct-track .bottom-contact{display:flex;
  flex-direction:column;
  gap:.4rem;
  min-width:16rem;}
.direct-track .bottom-contact a,
.direct-track .text-method a{color:#244238;
  text-decoration:none;
  border-bottom:1px solid #d9d0c0;
  padding-bottom:.15rem;
  transition:color 340ms var(--delay-fast),border-color 340ms var(--delay-fast);}
.direct-track .bottom-contact a:hover,
.direct-track .text-method a:hover{color:#a45f2a;
  border-color:#a45f2a;}
@media(max-width:760px){.direct-track .clear-region{width:100%}.direct-track .team-block{flex-direction:column}
}
.direct-contact{padding:calc(1.5rem*2.6) 1.93rem;background:#faf8f1;color:#24211d;}
.direct-contact .text-steps{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.direct-contact .offer-summary{border-bottom:1px solid #d9d0c0;padding-bottom:calc(1.5rem * .75);}
.direct-contact h1{margin:0;font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.08;letter-spacing:-0.01em;}
.direct-contact .offer-summary .text-method{margin:.7rem 0 0;font-size:calc(18.2px * .875);color:#4A5666;}
.direct-contact .primary-callout{margin:0;}
.direct-contact .primary-callout img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:0.79rem;display:block;}
.direct-contact .text-team{display:flex;flex-direction:column;gap:1.1rem;}
.direct-contact .text-team p{margin:0;line-height:1.68;}
.direct-contact .bottom-contact{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem 1.4rem;padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0;font-size:calc(18.2px * .875);}
.direct-contact .clear-media{color:#4A5666;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;}
.direct-contact .bottom-contact a{color:#244238;text-decoration:none;border-bottom:1px solid transparent;transition:color 340ms var(--delay-fast),border-color 340ms var(--delay-fast);}
.direct-contact .bottom-contact a:hover{color:#a45f2a;border-bottom-color:#a45f2a;}
.direct-contact .simple-content{padding:calc(1.5rem * .75);background:#ece7dc;color:#24211d;border-radius:0.48rem;font-size:calc(18.2px * .875);}
.direct-contact .simple-content p{margin:0;}
.direct-contact .simple-content a{color:#244238;text-decoration:underline;}
.direct-contact .simple-content a:hover{color:#a45f2a;}
@media (max-width:640px){.direct-contact{padding:calc(1.5rem*1.6) 1.93rem;}.direct-contact .bottom-contact{flex-direction:column;gap:.5rem;}
}
.quote{background:#a45f2a;color:#fff7ed;padding:calc(1.5rem * 2.4) 1.93rem}
.quote .direct-figure{max-width:1620px;margin:0 auto}
.quote .compact-content{display:flex;align-items:flex-start;gap:calc(1.78rem * 1.5)}
.quote .fresh-proof{flex:0 1 28rem;min-width:0}
.quote h2{margin:0;font-size:clamp(calc(18.2px * 2),5vw,calc(18.2px * 2.65));line-height:1.05;letter-spacing:0}
.quote p{margin:1.5rem 0 0;max-width:40rem;font-size:calc(18.2px * 1.125);line-height:1.65}
.quote .fresh-proof a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.78rem;border-radius:0.48rem;background:#fff7ed;color:#a45f2a;text-decoration:none;font-weight:700}
.quote .wide-benefit{display:block;flex:0 1 18rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.79rem}
.quote .featured-menu{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quote .media-callout{color:inherit;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.quote .media-callout a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.quote strong,.quote span{display:block}
.quote strong{font-size:calc(18.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82}
.quote span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55}
@media(max-width:780px){.quote .compact-content{flex-direction:column}.quote .wide-benefit{flex-basis:auto;min-width:0;aspect-ratio:16/9}.quote .featured-menu{width:100%}}
.text-footer{padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base)}
.text-footer .contact-wrap{max-width:1620px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.78rem}
.text-footer .bottom-region{align-self:start}
.text-footer h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.text-footer .bottom-region p{margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);opacity:.82}
.text-footer .open-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.text-footer .site-body{padding:calc(1.5rem * .75);border-radius:0.79rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0}
.text-footer .site-body span{display:block;font-size:calc(18.2px * .875);color:inherit;letter-spacing:.02em;text-transform:uppercase}
.text-footer .site-body strong{display:block;margin-top:calc(1.5rem * .75);font-weight:600;line-height:1.5}
.text-footer .site-body a{color:inherit;text-decoration:none;border-bottom:1px solid #d9d0c0}
.text-footer .site-body a:hover{color:inherit;border-bottom-color:#a45f2a}
.text-footer .social{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.23rem;overflow:hidden;border:1px solid #d9d0c0}
.text-footer iframe{display:block;width:100%;height:100%;border:0}
.text-footer .top-brand{grid-column:1/-1;border-top:1px solid #d9d0c0;padding-top:calc(1.78rem * 1.5)}
.text-footer .top-brand p{margin:0;font-size:18.2px;opacity:.85;max-width:60ch}
@media (max-width: 780px){.text-footer .contact-wrap,.text-footer .open-actions{grid-template-columns:1fr}.text-footer .social{height:22rem}}
.quiet-wrap{padding:calc(1.5rem * 2.4) 1.93rem;background:#a45f2a;color:#fff7ed}
.quiet-wrap .direct-figure{max-width:1620px;margin:0 auto}
.quiet-wrap .scene{display:flex;flex-wrap:wrap;gap:calc(1.78rem * 1.5);align-items:flex-start}
.quiet-wrap form{flex:1 1 44rem;min-width:0;background:#faf8f1;color:#24211d;border-radius:1.23rem;padding:1.78rem}
.quiet-wrap .main-list{display:flex;flex-wrap:wrap;gap:1.78rem;align-items:flex-start}
.quiet-wrap h2{flex:1 1 16rem;min-width:0;margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.quiet-wrap .main-list p{flex:1 1 20rem;min-width:0;margin:0;font-size:18.2px;line-height:1.76}
.quiet-wrap .narrow-area{margin-top:calc(1.78rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.quiet-wrap label{display:flex;gap:1.5rem;align-items:center;min-width:0}
.quiet-wrap label span{flex:0 0 12rem;min-width:0;font-size:calc(18.2px * .875)}
.quiet-wrap input{flex:1 1 auto;min-width:0;width:100%;border:1px solid #d9d0c0;border-radius:0.48rem;background:#ece7dc;color:#24211d;font:inherit;padding:calc(1.5rem * .75);outline:none}
.quiet-wrap input::placeholder{}
.quiet-wrap input:focus{border-color:#244238}
.quiet-wrap .service-note{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;margin-top:calc(1.78rem * 1.5)}
.quiet-wrap button{border:0;border-radius:0.48rem;background:#244238;color:#faf8f1;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 340ms var(--delay-fast)}
.quiet-wrap button:hover{background:#31594c;color:#24211d;}
.quiet-wrap .service-note p{margin:0;flex:1 1 20rem;min-width:0;font-size:calc(18.2px * .875);line-height:1.76}
.quiet-wrap .featured-menu{flex:0 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-wrap .featured-menu p{margin:0;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;border-radius:0.48rem;padding:1.5rem;line-height:1.76}
.quiet-wrap .featured-menu strong{display:block;margin-bottom:calc(1.5rem * .75)}
.quiet-wrap .featured-menu span{display:block;font-size:calc(18.2px * .875)}
@media(max-width:760px){.quiet-wrap .scene{display:block}.quiet-wrap form{padding:1.5rem}.quiet-wrap label{display:block}.quiet-wrap label span{display:block;margin-bottom:calc(1.5rem * .75)}.quiet-wrap .featured-menu{margin-top:calc(1.78rem * 1.5)}}
.fresh-nav{padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1}
.fresh-nav .strong-copy{max-width:min(1620px,62rem);margin:0 auto}
.fresh-nav h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.fresh-nav .strong-list{margin:1.5rem 0 calc(1.78rem * 1.5);font-size:calc(18.2px * 1.125);max-width:52rem}
.fresh-nav .strong-lead{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.fresh-nav .simple-content{padding:1.78rem 0}
.fresh-nav .simple-content + .simple-content{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.fresh-nav h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 1.35);line-height:1.2}
.fresh-nav .simple-content p{margin:0}
.fresh-nav a{text-decoration:underline;text-underline-offset:3px}
.fresh-nav a:hover{}
@media (max-width:640px){.fresh-nav .strong-list{font-size:18.2px}
}
.service-benefit{padding:calc(1.5rem * 2.4) 1.93rem;background:#244238;color:#faf8f1}
.service-benefit .strong-copy{max-width:min(1620px,62rem);margin:0 auto}
.service-benefit h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.service-benefit .strong-list{margin:1.5rem 0 calc(1.78rem * 1.5);font-size:calc(18.2px * 1.125);opacity:.92}
.service-benefit .strong-lead{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.service-benefit .simple-content{padding:1.78rem 0}
.service-benefit .simple-content + .simple-content{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.service-benefit h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 1.35);line-height:1.2}
.service-benefit .simple-content p{margin:0}
.plain-visual{--state-static:calc(1.5rem * 1.18);--mark-static:calc(1620px / 2.15);padding:calc(1.5rem * 2.4) 1.93rem;background:var(--line-panel);color:var(--line-base);}
.plain-visual .direct-figure{max-width:1620px;margin:0 auto;}
.plain-visual h1,.plain-visual h2,.plain-visual h3,.plain-visual p{margin:0;}
.plain-visual h1{font-size:calc(18.2px * 2.65);line-height:1.1;max-width:var(--mark-static);}
.plain-visual p{font-size:18.2px;line-height:1.76;}
.plain-visual a{color:inherit;text-decoration:none;}
.plain-visual .focused-header{display:flex;flex-direction:column;gap:var(--state-static);}
.plain-visual .wide-area{display:flex;flex-direction:column;gap:calc(1.78rem * 1.5);}
.plain-visual .strong-group{display:inline-block;width:max-content;padding:0.35rem 0.85rem;border-radius:0.32rem;background:#a45f2a;color:#fff7ed;font-size:calc(18.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.plain-visual .bottom-region{max-width:var(--mark-static);}
.plain-visual .active-items{display:flex;flex-wrap:wrap;align-items:center;gap:1.78rem;padding-top:calc(1.78rem * 1.5);border-top:1px solid color-mix(in srgb, var(--line-base) 22%, transparent);}
.plain-visual .simple-content{flex:1 1 26rem;max-width:var(--mark-static);}
.plain-visual .narrow-benefit{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.32rem;background:#244238;color:#faf8f1;border:1px solid color-mix(in srgb, var(--line-base) 30%, transparent);transition:background 340ms var(--delay-fast);}
.plain-visual .narrow-benefit:hover{background:#31594c;color:#24211d;}
.plain-visual .bottom-contact{flex:1 1 100%;font-size:calc(18.2px * .875);}
.plain-visual .bottom-contact a{text-decoration:underline;text-underline-offset:0.18em;}
.plain-visual .bottom-contact a:hover{color:inherit;}
@media (max-width:720px){.plain-visual .active-items{flex-direction:column;align-items:flex-start;}.plain-visual .narrow-benefit{width:100%;}
}
.active-form{background:#a45f2a;color:#fff7ed;padding:calc(1.5rem * 2.4) 1.93rem}
.active-form .direct-figure{max-width:1620px;margin:0 auto}
.active-form .fresh-headline{display:flex;flex-direction:column;gap:calc(1.78rem * 1.5)}
.active-form .bottom-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:60rem}
.active-form h2{margin:0;font-size:clamp(calc(18.2px * 2),4.4vw,calc(18.2px * 2.65));line-height:1.08;letter-spacing:0}
.active-form .simple-content{margin:0;font-size:calc(18.2px * 1.125);line-height:1.65;opacity:.92}
.active-form .top-feature{display:flex;flex-wrap:wrap;gap:1.78rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(1.78rem * 1.5)}
.active-form .narrow-lead{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:.4rem}
.active-form .service{font-size:calc(18.2px * .875);letter-spacing:.14em;opacity:.7}
.active-form .narrow-lead h3{margin:0;font-size:18.2px;line-height:1.3}
.active-form .narrow-lead p{margin:0;font-size:calc(18.2px * .875);line-height:1.6;opacity:.88}
.active-form .primary-quote{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:calc(1.78rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(1.78rem * 1.5)}
.active-form .fresh-proof{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-form .fresh-proof p{margin:0;font-size:18.2px;line-height:1.65}
.active-form .soft-quote{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.active-form .soft-quote li{display:flex;flex-direction:column;gap:.15rem;font-size:calc(18.2px * .875);min-width:0}
.active-form .soft-quote span{letter-spacing:.1em;text-transform:uppercase;opacity:.7}
.active-form .soft-quote a,.active-form .soft-quote address{color:inherit;text-decoration:none;font-style:normal;line-height:1.5}
.active-form .soft-quote a:hover{text-decoration:underline}
.active-form .bottom-contact{flex:0 1 22rem;min-width:0;display:flex;flex-direction:column;gap:.6rem}
.active-form .bottom-contact a{padding:.7rem calc(1.5rem * .75);border-radius:0.32rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(18.2px * .875);transition:background 340ms var(--delay-fast)}
.active-form .bottom-contact a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
@media(max-width:760px){.active-form .primary-quote{flex-direction:column}.active-form .bottom-contact{flex-basis:auto;width:100%}}
.local-headline{
  background: var(--line-panel);
  color: var(--line-base);
  padding: calc(1.5rem * 2.4) 1.93rem;
}
.local-headline .direct-figure{width: min(100%, 1620px);
  margin: 0 auto;}
.local-headline .team-block{display: flex;
  align-items: flex-start;
  gap: calc(1.78rem * 1.5);}
.local-headline .contact-region{flex: 0 0 200px;
  padding-top: 6px;}
.local-headline .contact-region a{
  display: inline-flex;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 0.48rem;
  background: #a45f2a;
  color: #fff7ed;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(18.2px * .875);
  letter-spacing: 0.02em;
  transition: background 340ms var(--delay-fast);
}
.local-headline .contact-region a:hover{
  background: #874b20;color:#24211d;}
.local-headline .compact-inner{flex: 1 1 auto;
  min-width: 0;}
.local-headline h1{margin: 0;
  font-size: clamp(calc(18.2px * 2), 6vw, calc(18.2px * 2.65));
  line-height: 1.05;}
.local-headline .compact-inner > p{margin: 1.5rem 0 0;
  max-width: 62ch;
  font-size: calc(18.2px * 1.125);
  line-height: 1.76;
  opacity: 0.86;}
.local-headline .bottom-contact{display: flex;
  flex-wrap: wrap;
  gap: 1.78rem;
  margin-top: calc(1.78rem * 1.5);}
.local-headline .bottom-contact a{
  padding: 10px 16px;
  border-radius: 0.32rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  text-decoration: none;
  font-size: calc(18.2px * .875);
  transition: background 340ms var(--delay-fast), color 340ms var(--delay-fast);
}
.local-headline .bottom-contact a:hover{
  background: #244238;
  color: #faf8f1;
  border-color: #244238;
}
.local-headline .simple-content{margin: calc(1.78rem * 1.5) 0 0;
  max-width: 62ch;
  font-size: calc(18.2px * .875);
  line-height: 1.76;
  opacity: 0.72;}
.local-headline .simple-content a{text-decoration: underline;
  text-underline-offset: 3px;}
.local-headline .simple-content a:hover{color:inherit;}
@media (max-width: 720px) {.local-headline .team-block{
    flex-direction: column;
    gap: calc(1.78rem * 1.5);
  }.local-headline .contact-region{
    flex-basis: auto;
    padding-top: 0;
  }
}
