body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.main-region{
    width: 100%;
    background: #FDFBF7;
    border-bottom: 1px solid var(--line-inverse);color:#2D2016;}
:root {
  --paint-main: #2D2016;
  --tone-main: #FFFFFF;
  --line-inverse: #E4DCD3;
  --ease-slow: cubic-bezier(0.2,0.8,0.2,1);
}
.contact-view {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.99rem;
    position: relative;
  }
.site-copy {
    font-size: calc(15.9px * 1.35);
    font-weight: 700;
    color: #2D2016;
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    flex-shrink: 0;
  }
.site-copy:hover {
    color: #E85D3F;
  }
.media-stack {
    flex: 1;
    display: flex;
    justify-content: center;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(0.99rem * 0.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: block;
    padding: 0.5rem 0.9rem;
    font-size: 15.9px;
    color: #2D2016;
    text-decoration: none;
    border-radius: 0.31rem;
    transition: color 610ms var(--ease-slow),
                background-color 610ms var(--ease-slow);
  }
.nav-link:hover {
    color: #E85D3F;
    background-color: #F7F3EE;
  }
.main-footer {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    font-size: 15.9px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #E85D3F;
    border-radius: 0.65rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 610ms var(--ease-slow);
  }
.main-footer:hover{
    background-color: #C94A2E;color:var(--paint-main);}
.wide-block {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: none;
    border: none;
    border-radius: 0.31rem;
    cursor: pointer;
  }
.wide-block:hover{
    background-color: #F7F3EE;color:#3D322A;}
.focused-stack{
    display: block;
    width: 22px;
    height: 2px;
    background-color: #2D2016;
    border-radius: 2px;
    transition: transform 610ms var(--ease-slow),
                opacity 610ms var(--ease-slow);color:var(--paint-main);}
.wide-block.active .focused-stack:nth-child(1){transform: translateY(7px) rotate(45deg);}
.wide-block.active .focused-stack:nth-child(2){opacity: 0;}
.wide-block.active .focused-stack:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .contact-view {
      flex-wrap: wrap;
      padding: 1.5rem 2rem;
    }

    .wide-block {
      display: flex;
      margin-left: auto;
    }

    .media-stack {
      display: none;
      width: 100%;
      flex-basis: 100%;
      order: 3;
      margin-top: 1.5rem;
    }

    .media-stack.open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
    }

    .nav-link {
      padding: 0.75rem 1rem;
      font-size: calc(15.9px * 1.125);
    }

    .main-footer {
      display: none;
    }
  }
.offer-region{padding:calc(1.5rem * 2.4) 2rem;font-family:"Nunito", sans-serif;font-size:15.9px;line-height:1.83;background:#2D2016;color:#FDFBF7;}
.active-steps{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;gap:0.99rem;align-items:start}
.secondary-list{display:flex;flex-direction:column;gap:calc(0.99rem * 1.5)}
.wide-method{font-size:calc(15.9px * 1.125);font-weight:700;color:inherit;text-decoration:none;letter-spacing:-0.02em}
.wide-method:hover{color:inherit;opacity:0.9}
.public-intro{font-size:calc(15.9px * .875);color:inherit;opacity:0.85;margin:0;max-width:28ch}
.fresh-body{display:grid;grid-template-columns:repeat(3, 1fr);gap:0.99rem}
.soft-figure{display:flex;flex-direction:column;gap:0.5rem}
.soft-figure a{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);opacity:0.9;transition:opacity 610ms var(--ease-slow)}
.soft-figure a:hover{opacity:1;text-decoration:underline;text-underline-offset:4px;color:inherit}
.bottom-list{display:flex;flex-direction:column;gap:calc(0.99rem * 1.5)}
.steady-service{font-size:15.9px;font-weight:600;margin:0;color:inherit}
.wide-footer{display:flex;flex-direction:column;gap:0.5rem;font-style:normal;color:inherit}
.simple-story{font-size:calc(15.9px * .875);opacity:0.9}
.simple-story a{color:inherit;text-decoration:none;transition:opacity 610ms var(--ease-slow)}
.simple-story a:hover{opacity:1;text-decoration:underline;text-underline-offset:4px;color:inherit}
.main-media{grid-column:1 / -1;display:flex;flex-direction:column;gap:calc(0.99rem * 1.5);margin-top:calc(1.5rem * 2.4);padding-top:calc(0.99rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.featured-links{font-size:calc(15.9px * .875);margin:0;opacity:0.85}
.focused-tile{font-size:calc(15.9px * .875);margin:0;opacity:0.7;max-width:80ch}
@media (max-width: 768px) {.active-steps{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.fresh-body{grid-template-columns:repeat(2, 1fr)}.main-media{margin-top:calc(0.99rem * 1.5)}
  }
@media (max-width: 480px) {.fresh-body{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:2rem;right:2rem;bottom:1.5rem;z-index:1200;}
.cookies .signal{max-width:900px;margin:0 auto;padding:12px;border:1px solid var(--line-inverse);border-radius:1rem;background:var(--tone-main);box-shadow:0 4px 12px rgba(0,0,0,0.07);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.99rem;color:var(--paint-main);}
.cookies .signal p{margin:0;}
.cookies .wide-grid{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .wide-grid button{border:1px solid var(--line-inverse);border-radius:0.31rem;background:var(--tone-main);color:var(--paint-main);padding:7px 10px;cursor:pointer;}
.cookies .wide-grid button.cookie-accept{background:#E85D3F;border-color:#E85D3F;color:#FFFFFF;}
.primary-media{padding:calc(1.5rem * 3) 2rem;background:linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);color:#2D2016;}
.primary-media .simple-team{max-width:900px;margin:0 auto;display:flex;gap:calc(0.99rem * 2.5);align-items:center;flex-wrap:wrap;}
.primary-media .primary-brand{flex:1 1 24rem;min-width:0;}
.primary-media .bottom-story{display:inline-block;margin:0 0 .6rem;padding:.3rem .8rem;border-radius:0.31rem;background:#F4A261;color:#2D2016;font-size:calc(15.9px * .875);font-weight:700;letter-spacing:.02em;}
.primary-media .primary-brand h1{margin:.4rem 0 .6rem;font-size:clamp(2rem,5vw,3.6rem);line-height:1.12;}
.primary-media .site-summary{font-size:1.08rem;line-height:1.6;max-width:50ch;margin:0 0 .8rem;}
.primary-media .offer-menu{line-height:1.75;max-width:56ch;margin:0;opacity:.88;}
.primary-media .wide-grid{display:flex;flex-wrap:wrap;gap:0.99rem;margin-top:calc(1.5rem * 1.2);}
.primary-media .wide-grid a{padding:.75rem 1.2rem;border-radius:0.65rem;background:var(--tone-main);color:var(--paint-main);text-decoration:none;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,0.07);transition:transform 610ms var(--ease-slow),background 610ms var(--ease-slow);}
.primary-media .wide-grid a:hover{transform:translateY(-2px);background:#E85D3F;color:#FFFFFF;}
.primary-media .team-lead{margin-top:1.2rem;font-size:calc(15.9px * .875);opacity:.85;}
.primary-media .team-lead a{text-decoration:underline;text-underline-offset:2px;}
.primary-media .team-lead a:hover{}
.primary-media .wide-fields{flex:1 1 20rem;max-width:32rem;width:100%;height:auto;order:2;border-radius:1.35rem;box-shadow:0 8px 22px rgba(0,0,0,0.09);object-fit:cover;aspect-ratio:4/3;}
@media (max-width: 900px){.primary-media .simple-team{display:flex;flex-direction:column;}.primary-media .wide-fields{order:2;max-width:100%;}.primary-media .primary-brand{order:1;}
}
.text-brand{
    --mark-content: calc(1.5rem * 1.22);
    padding: calc(1.5rem * 2.4) 2rem;
    background: linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);
    color: #2D2016;
  }
.text-brand .signal{max-width: 900px;
    margin: 0 auto;}
.text-brand h2,
  .text-brand p{margin: 0;}
.text-brand h2{font-size: calc(15.9px * 2);
    line-height: 1.12;
    max-width: 24ch;}
.text-brand p{font-size: 15.9px;
    line-height: 1.83;}
.text-brand a{color: inherit;
    text-decoration: none;}
.text-brand .fresh-steps{
    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.31rem;
    background: #E85D3F;
    color: #FFFFFF;
    font-weight: 700;
    transition: background 610ms var(--ease-slow);
  }
.text-brand .fresh-steps:hover{
    background: #C94A2E;color:var(--paint-main);}
.text-brand .wide-actions > h2,
  .text-brand .wide-actions > p,
  .text-brand .wide-actions > .fresh-steps{margin-top: 1.5rem;}
.text-brand .clear-story{font-size: calc(15.9px * 1.125);
    line-height: 1.4;
    max-width: 40ch;}
.text-brand .team-figure{max-width: 52ch;}
.text-brand .team-lead{font-size: calc(15.9px * .875);
    margin-top: calc(1.5rem * 0.7);
    max-width: 48ch;}
.text-brand .team-lead a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-brand .team-lead a:hover{color:inherit;}
.local-surface{--mark-content:calc(1.5rem * 1.02);--mark-static:calc(900px / 2.25);--type-base:calc(900px / 3.83);padding:calc(1.5rem * 2.4) 2rem;background:#E85D3F;color:#FFFFFF;}
.local-surface .signal{max-width:900px;margin:0 auto;}
.local-surface h1,.local-surface h2,.local-surface h3,.local-surface p{margin:0;}
.local-surface h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.local-surface h2{font-size:calc(15.9px * 2);line-height:1.12;}
.local-surface h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.local-surface p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-surface a{color:inherit;text-decoration:none;}
.local-surface img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.local-surface .fresh-steps{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.31rem;background:#FFFFFF;color:#E85D3F;}
.local-surface .team-figure,.local-surface .clear-story{}
.local-surface .open-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.99rem;margin-top:var(--mark-content);}
.local-surface .quiet-entries{flex:1 1 calc(900px / 4);min-width:0;}
.local-surface .quiet-entries p,.local-surface .quiet-entries a{margin-top:calc(1.5rem / 3);}
.local-surface .quiet-entries img{margin-bottom:calc(1.5rem / 2);}
.local-surface .contact-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.99rem;}
.local-surface .contact-fields>.primary-brand{flex:1 1 auto;min-width:0;}
.local-surface .contact-fields>.fresh-steps{flex:0 0 auto;}
.local-surface .contact-fields>.open-menu{flex:1 1 100%;}
.local-surface .primary-brand h2{margin-top:calc(1.5rem / 2);}
.strong-fields{padding:calc(1.5rem * 2.4) 2rem;background:#2D2016;color:#FDFBF7}
.strong-fields .page-rail{max-width:900px;margin:0 auto}
.strong-fields h2{max-width:16ch;margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.strong-fields .top-content{max-width:44rem;margin:1.5rem 0 calc(0.99rem * 1.5);color:inherit;font-size:15.9px;line-height:1.83;opacity:.85}
.strong-fields .plain-stack{display:flex;flex-wrap:wrap;gap:calc(0.99rem * 1.5);margin:0;padding:0;list-style:none}
.strong-fields .plain-stack>li{flex:1 1 min(100%,23rem);margin:0;padding:calc(1.5rem * .75);border-left:2px solid #F4A261;background:var(--tone-main);color:var(--paint-main);border-radius:0.65rem}
.strong-fields h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.2}
.strong-fields .plain-stack p{margin:calc(1.5rem * .75) 0 0;color:inherit;line-height:1.83;font-size:calc(15.9px * .875)}
@media(max-width:680px){.strong-fields .plain-stack{display:block}.strong-fields .plain-stack>li+li{margin-top:calc(0.99rem * 1.5)}}
.fresh-nav{
  padding: calc(1.5rem * 2.4) 2rem;
  background: #2D2016;
  color: #FDFBF7;
}
.fresh-nav .signal{max-width: 900px;
  margin: 0 auto;}
.fresh-nav .visual-wrap{display: flex;
  flex-wrap: wrap;
  gap: calc(0.99rem * 1.5);
  align-items: flex-start;
  margin-bottom: calc(0.99rem * 1.5);}
.fresh-nav .clear-view{flex: 1 1 32rem;}
.fresh-nav h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;
  max-width: 30rem;}
.fresh-nav .clear-view p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  opacity: 0.88;
  max-width: 36rem;}
.fresh-nav .bottom-frame{
  flex: 0 1 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--tone-main);
  color: var(--paint-main);
  border: 1px solid var(--line-inverse);
  font-size: calc(15.9px * .875);
  line-height: 1.6;
}
.fresh-nav .bottom-frame p{margin: 0;}
.fresh-nav .public-inner{display: flex;
  flex-direction: column;
  gap: 0.99rem;
  margin-bottom: calc(0.99rem * 1.5);}
.fresh-nav .focused-list{display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3D322A;}
.fresh-nav .focused-list:first-child{border-top: 1px solid #3D322A;}
.fresh-nav .plain-area{font-size: calc(15.9px * .875);
  color: #F4A261;
  font-weight: 700;
  letter-spacing: 0.02em;}
.fresh-nav .main-entries{font-size: 15.9px;
  line-height: 1.3;}
.fresh-nav .media-contact{margin: 0;
  font-size: calc(15.9px * .875);
  opacity: 0.78;
  line-height: 1.65;}
.fresh-nav .focused-flow{
  padding: calc(0.99rem * 1.5) calc(1.5rem * .75);
  border-radius: 1.35rem;
  background: #FDFBF7;
  color: #2D2016;
}
.fresh-nav .strong-intro{display: block;
  font-weight: 700;
  margin-bottom: calc(1.5rem * .75);
  font-size: 15.9px;}
.fresh-nav .featured-summary{display: flex;
  flex-wrap: wrap;
  gap: 0.99rem;}
.fresh-nav .fresh-brand{
  flex: 1 1 18rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line-inverse);
  border-radius: 0.65rem;
  background: var(--tone-main);
  color: var(--paint-main);
  font-family: "Nunito", sans-serif;
  font-size: 15.9px;
}
.fresh-nav .fresh-brand:focus{outline: none;
  border-color: #F4A261;
  box-shadow: 0 0px 4px rgba(0,0,0,0.06);}
.fresh-nav .media-story{
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 0.65rem;
  background: #E85D3F;
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 15.9px;
  font-weight: 700;
  cursor: pointer;
  transition: background 610ms var(--ease-slow);
}
.fresh-nav .media-story:hover{
  background: #C94A2E;color:var(--paint-main);}
.fresh-nav .direct-surface{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * .875);color:inherit;}
.fresh-nav .direct-surface a{color: #E85D3F;
  text-decoration: underline;}
.fresh-nav .direct-surface a:hover{color: #F4A261;}
@media (max-width: 780px) {.fresh-nav .focused-list{
    grid-template-columns: 1fr;
    gap: 0.99rem;
  }.fresh-nav .bottom-frame{
    flex-basis: 100%;
  }.fresh-nav .featured-summary{
    flex-direction: column;
  }.fresh-nav .media-story{
    width: 100%;
  }
}
.text-shell{
    padding: calc(1.5rem * 2.4) 2rem;
    background: #F7F3EE;
    color: #3D322A;
}
.text-shell .content-frame{max-width: 900px;
    margin: 0 auto;}
.text-shell .media-grid{margin-bottom: calc(0.99rem * 1.5);}
.text-shell .bottom-story{margin: 0 0 6px;
    font-size: calc(15.9px * .875);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.text-shell .strong-grid{margin: 0 0 10px;
    font-size: clamp(26px, 4vw, 32px);
    line-height: 1.25;}
.text-shell .team-figure{margin: 0;
    max-width: 620px;
    font-size: 15.9px;
    line-height: 1.83;}
.text-shell .open-menu{display: flex;
    flex-direction: column;
    gap: 0.99rem;}
.text-shell .quiet-entries{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
    border-radius: 1rem;
    background: var(--tone-main);
    color: var(--paint-main);
    border: 1px solid var(--line-inverse);
    box-shadow: 0 0px 4px rgba(0,0,0,0.06);
    transition: border-color 610ms var(--ease-slow), box-shadow 610ms var(--ease-slow);
}
.text-shell .quiet-entries:hover{border-color: #F4A261;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.text-shell .visual-grid{border-left: 4px solid #F4A261;}
.text-shell .fresh-intro{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #F4A261;
    color: #2D2016;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.text-shell .steady-block{min-width: 0;}
.text-shell .plain-method{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    margin-bottom: 4px;}
.text-shell .public-body{font-weight: 700;
    font-size: 0.95rem;}
.text-shell .featured-feature{font-size: calc(15.9px * .875);
    opacity: 0.75;}
.text-shell .strong-view{margin: 0;
    font-size: 15.9px;
    line-height: 1.83;}
.text-shell .featured-story{margin-top: calc(0.99rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--line-inverse);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.99rem;}
.text-shell .featured-story p{margin: 0;
    font-size: calc(15.9px * .875);
    max-width: 560px;}
.text-shell .fresh-steps{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: #E85D3F;
    color: #FFFFFF;
    font-weight: 700;
    font-size: calc(15.9px * .875);
    text-decoration: none;
    transition: background 610ms var(--ease-slow);
}
.text-shell .fresh-steps:hover{
    background: #C94A2E;color:var(--paint-main);}
@media (max-width: 560px) {.text-shell .quiet-entries{
        grid-template-columns: 1fr;
        gap: 8px;
    }.text-shell .fresh-intro{
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }.text-shell .featured-story{
        flex-direction: column;
        align-items: flex-start;
    }
}
.local-frame{padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);background:#F7F3EE;color:#3D322A;}
.local-frame .signal{max-width:900px;margin:0 auto;display:grid;gap:0.99rem;grid-template-columns:1fr 1fr;align-items:start;}
.local-frame article{border:1px solid var(--line-inverse);border-radius:1rem;background:var(--tone-main);padding:calc(0.99rem * 1.5) 2rem;box-shadow:0 0px 4px rgba(0,0,0,0.06);color:var(--paint-main);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-frame h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.4;}
.local-frame p{margin:0;font-size:15.9px;line-height:1.83;}
.local-frame .team-lead{display:flex;flex-wrap:wrap;gap:2rem;margin-top:auto;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-inverse);}
.local-frame .team-lead a{color:inherit;text-decoration:none;font-weight:700;font-size:calc(15.9px * .875);transition:color 610ms var(--ease-slow);}
.local-frame .team-lead a:hover{color:inherit;text-decoration:underline;}
@media (max-width: 700px){.local-frame .signal{grid-template-columns:1fr;}
    }
.plain-copy{--mark-content:calc(1.5rem * 0.92);--mark-static:calc(900px / 2.40);padding:calc(1.5rem * 2.4) 2rem;background:var(--tone-main);color:var(--paint-main);}
.plain-copy .signal{max-width:900px;margin:0 auto;}
.plain-copy h1,.plain-copy h2,.plain-copy h3,.plain-copy p{margin:0;}
.plain-copy h2{font-size:calc(15.9px * 2);line-height:1.12;}
.plain-copy p{font-size:15.9px;line-height:1.83;}
.plain-copy a{text-decoration:underline;text-underline-offset:2px;}
.plain-copy a:hover{}
.plain-copy img{display:block;width:100%;height:auto;border-radius:1rem;margin-top:var(--mark-content);}
.plain-copy .team-figure{max-width:var(--mark-static);}
.plain-copy .simple-content{display:flex;flex-direction:column;gap:0.99rem;margin-top:var(--mark-content);}
.plain-copy details{padding:calc(calc(1.5rem * .75) * .9) calc(1.5rem * .75);border-radius:0.65rem;background:#F7F3EE;border:1px solid var(--line-inverse);color:#3D322A;}
.plain-copy summary{cursor:pointer;font-weight:700;font-size:15.9px;line-height:1.4;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:0.99rem;}
.plain-copy summary::-webkit-details-marker{display:none;}
.plain-copy summary::after{content:"+";font-size:calc(15.9px * 1.125);font-weight:400;flex-shrink:0;line-height:1;transition:transform 610ms var(--ease-slow);}
.plain-copy details[open] summary::after{transform:rotate(45deg);}
.plain-copy details p{margin-top:calc(1.5rem / 3);}
.plain-copy .clear-story{margin-top:var(--mark-content);font-size:calc(15.9px * .875);}
.plain-copy .clear-story a{}
.direct-lead{padding:calc(1.5rem * 2.4) 2rem;background:#F7F3EE;color:#3D322A}
.direct-lead .signal{max-width:900px;margin:0 auto;display:flex;gap:calc(0.99rem * 1.5)}
.direct-lead .bottom-intro{flex:0 1 36%;align-self:flex-start;position:sticky;top:1.5rem}
.direct-lead h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1;font-weight:800}
.direct-lead .bottom-intro p{margin:1.5rem 0 0;line-height:1.83;font-size:15.9px}
.direct-lead .content-view{flex:1 1 0}
.direct-lead details{padding:1.5rem 0;border-bottom:1px solid var(--line-inverse)}
.direct-lead details:first-child{padding-top:0}
.direct-lead summary{cursor:pointer;font-size:calc(15.9px * 1.35);font-weight:700;line-height:1.3;list-style:none;position:relative;padding-right:2rem}
.direct-lead summary::-webkit-details-marker{display:none}
.direct-lead summary::after{content:"+";position:absolute;right:0;top:0;font-size:1.4rem;color:inherit;transition:transform 610ms var(--ease-slow)}
.direct-lead details[open] summary::after{transform:rotate(45deg)}
.direct-lead details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.83;font-size:15.9px}
.direct-lead details strong{display:inline-block;font-size:calc(15.9px * .875);font-weight:700;background:var(--tone-main);color:var(--paint-main);padding:0.4rem 0.8rem;border-radius:0.31rem;border:1px solid var(--line-inverse)}
@media(max-width:720px){.direct-lead .signal{display:block}.direct-lead .bottom-intro{position:static}.direct-lead .content-view{margin-top:calc(0.99rem * 1.5)}}
.offer-lead{
  background: linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);
  color: #2D2016;
  padding: calc(1.5rem * 2.4) 2rem;
}
.offer-lead .signal{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.99rem * 1.5);}
.offer-lead h2,
.offer-lead h3,
.offer-lead p{margin: 0;}
.offer-lead h2{font-size: calc(15.9px * 2); line-height: 1.1;}
.offer-lead h3{font-size: calc(15.9px * 1.35); line-height: 1.2;}
.offer-lead p{font-size: 15.9px; line-height: 1.83;}
.offer-lead .bottom-intro{display: grid;
  gap: calc(1.5rem * .75);
  max-width: 68ch;}
.offer-lead .team-figure{font-size: calc(15.9px * 1.125);
  line-height: 1.83;}
.offer-lead .content-details{display: grid;
  gap: calc(1.5rem * .75);}
.offer-lead .media-surface{
  display: grid;
  grid-template-columns: minmax(5rem, 6rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--tone-main);
  color: var(--paint-main);
  border: 1px solid var(--line-inverse);
}
.offer-lead .fresh-intro{
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #F7F3EE;
  border: 3px solid #F4A261;color:#3D322A;}
.offer-lead .fresh-intro img{width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;}
.offer-lead .plain-method{display: grid;
  gap: calc(1.5rem * .75);}
.offer-lead .public-proof{
  display: inline-block;
  width: fit-content;
  padding: 0.15rem 0.6rem;
  border-radius: 0.31rem;
  background: #F4A261;
  color: #2D2016;
  font-size: calc(15.9px * .875);
  font-weight: 700;
  line-height: 1.4;
}
.offer-lead .clear-story{max-width: 62ch;
  font-size: calc(15.9px * .875);
  border-left: 3px solid #F4A261;
  padding-left: calc(1.5rem * .75);}
@media (max-width: 640px) {.offer-lead .media-surface{
    grid-template-columns: 1fr;
  }.offer-lead .fresh-intro{
    width: 4.5rem;
    height: 4.5rem;
  }
}
.main-rail{
  background: #FDFBF7;
  color: #2D2016;
  padding: calc(1.5rem * 2.4) 2rem;
}
.main-rail .signal{width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(calc(0.99rem * 1.5) * 1.2);}
.main-rail h2,
.main-rail h3,
.main-rail p{margin: 0;}
.main-rail .primary-header{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 34rem;}
.main-rail h2{font-size: calc(15.9px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.main-rail .primary-header p{color: #3D322A;
  line-height: 1.83;
  font-size: 15.9px;}
.main-rail .primary-header a{width: fit-content;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: calc(calc(1.5rem * .75) * 0.25);
  font-weight: 700;
  transition: color 610ms var(--ease-slow);}
.main-rail .primary-header a:hover{color:inherit;}
.main-rail .open-menu{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 1.4);}
.main-rail .featured-inner{display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding-bottom: calc(calc(1.5rem * .75) * 1.4);
  border-bottom: 1px solid var(--line-inverse);}
.main-rail .featured-inner:last-child{border-bottom: 0;
  padding-bottom: 0;}
.main-rail .fresh-method{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 0px 4px rgba(0,0,0,0.06);}
.main-rail .simple-region{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);}
.main-rail .simple-region span{color: #3D322A;
  font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;}
.main-rail h3{font-size: calc(15.9px * 1.35);
  line-height: 1.18;}
.main-rail .simple-region p{color: #3D322A;
  line-height: 1.83;
  font-size: calc(15.9px * .875);}
@media (max-width: 720px) {.main-rail .featured-inner{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.main-rail .fresh-method{
    aspect-ratio: 16 / 10;
  }
}
.wide-team{--mark-content:calc(1.5rem * 1.02);--mark-static:calc(900px / 2.55);--type-base:calc(900px / 3.94);padding:calc(1.5rem * 2.4) 2rem;background:#F7F3EE;color:#3D322A;}
.wide-team .signal{max-width:900px;margin:0 auto;}
.wide-team h1,.wide-team h2,.wide-team h3,.wide-team p{margin:0;}
.wide-team h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.wide-team h2{font-size:calc(15.9px * 2);line-height:1.12;}
.wide-team h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.wide-team p{font-size:15.9px;line-height:1.83;}
.wide-team a{color:inherit;text-decoration:none;font-weight:600;}
.wide-team a:hover{color:inherit;}
.wide-team img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.wide-team .team-figure,.wide-team .clear-story{margin-top:1.5rem;}
.wide-team .clear-story{font-size:calc(15.9px * .875);opacity:0.85;max-width:var(--mark-static);}
.wide-team .open-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(0.99rem * 1.5) 1.5rem;margin-top:var(--mark-content);}
.wide-team .quiet-entries{min-width:0;padding:calc(1.5rem * .75);background:var(--tone-main);border:1px solid var(--line-inverse);border-radius:1rem;color:var(--paint-main);}
.wide-team .quiet-entries p,.wide-team .quiet-entries a{margin-top:calc(1.5rem / 3);}
.wide-team .quiet-entries p{font-size:calc(15.9px * .875);}
.wide-team .quiet-entries a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(15.9px * .875);}
.wide-team .visual-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.99rem;}
.wide-team .visual-contact>.primary-brand{flex:1 1 calc(900px / 3);min-width:0;}
.wide-team .visual-contact>.open-menu{flex:2 1 calc(900px / 2);margin-top:0;}
.wide-team .visual-contact>img{margin-left:auto;max-width:calc(var(--type-base) * 1.2);}
@media (max-width: 720px){.wide-team .open-menu{grid-template-columns:1fr;}.wide-team .visual-contact>img{max-width:100%;margin-left:0;}
}
.fresh-note{padding:calc(1.5rem * 2.4) 2rem;background:#E85D3F;color:#FFFFFF}
.fresh-note .signal{max-width:900px;margin:0 auto}
.fresh-note .bottom-intro{max-width:52rem}
.fresh-note h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.1}
.fresh-note .team-figure{margin:calc(0.99rem * 1.5) 0 0;font-size:calc(15.9px * 1.125);line-height:1.83}
.fresh-note .site-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2rem;margin:calc(calc(0.99rem * 1.5)*1.4) 0 0;padding:0;list-style:none}
.fresh-note .site-menu>li{padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(255,255,255,.22)}
.fresh-note .site-menu>li:first-child,.fresh-note .site-menu>li:nth-child(2){border-top:none;padding-top:0}
.fresh-note h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.2}
.fresh-note .site-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.83;opacity:.92}
.fresh-note .clear-story{margin:calc(calc(0.99rem * 1.5)*1.4) 0 0;padding:calc(1.5rem * .75) calc(1.5rem * .75);background:rgba(255,255,255,.1);border-radius:0.65rem;line-height:1.83;max-width:52rem}
@media(max-width:720px){.fresh-note .site-menu{grid-template-columns:1fr;gap:1.5rem}.fresh-note .site-menu>li,.fresh-note .site-menu>li:first-child,.fresh-note .site-menu>li:nth-child(2){border-top:1px solid rgba(255,255,255,.22);padding-top:calc(1.5rem * .75)}.fresh-note .site-menu>li:first-child{border-top:none;padding-top:0}
}
.primary-summary{--mark-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2rem;background:#F7F3EE;color:#3D322A;}
.primary-summary .signal{max-width:900px;margin:0 auto;}
.primary-summary h1,.primary-summary h2,.primary-summary h3,.primary-summary p{margin:0;}
.primary-summary h2{font-size:calc(15.9px * 2);line-height:1.15;margin-top:calc(1.5rem / 2.5);}
.primary-summary p{font-size:15.9px;line-height:1.83;}
.primary-summary a{color:inherit;text-decoration:none;}
.primary-summary .clear-story{font-size:calc(15.9px * .875);color:#3D322A;opacity:0.75;text-transform:uppercase;letter-spacing:0.04em;}
.primary-summary .bottom-intro{max-width:calc(900px * 0.85);}
.primary-summary .compact-visual{display:flex;flex-wrap:wrap;gap:calc(1.5rem * 1.4);margin-top:var(--mark-content);}
.primary-summary .top-region{flex:1 1 calc(900px * 0.32);min-width:220px;}
.primary-summary .top-region .team-figure{font-size:calc(15.9px * 1.125);line-height:1.55;}
.primary-summary .main-content{margin-top:calc(0.99rem * 1.5);font-size:calc(15.9px * .875);line-height:1.83;opacity:0.85;}
.primary-summary .quiet-items{flex:1 1 calc(900px * 0.58);min-width:260px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.primary-summary .quiet-entries{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:1rem;padding:calc(1.5rem * .75) calc(0.99rem * 1.5);}
.primary-summary .offer-callout{font-size:15.9px;line-height:1.83;}
.primary-summary .bottom-figure{margin-top:calc(1.5rem / 3);font-size:calc(15.9px * .875);color:#3D322A;opacity:0.8;}
.primary-summary .service-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.99rem;margin-top:var(--mark-content);padding-top:calc(0.99rem * 1.5);border-top:1px solid var(--line-inverse);}
.primary-summary .direct-footer{flex:1 1 auto;min-width:220px;font-size:calc(15.9px * .875);opacity:0.85;max-width:calc(900px * 0.65);}
.primary-summary .fresh-steps{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.65rem;background:#E85D3F;color:#FFFFFF;font-size:calc(15.9px * .875);font-weight:700;transition:background 610ms var(--ease-slow);}
.primary-summary .fresh-steps:hover{background:#C94A2E;color:var(--paint-main);}
@media (max-width: 640px){.primary-summary .compact-visual{gap:1.5rem;}.primary-summary .service-nav{flex-direction:column;align-items:flex-start;}
}
.open-headline{--mark-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2rem;background:#FDFBF7;color:#2D2016;}
.open-headline .signal{max-width:900px;margin:0 auto;}
.open-headline h2,.open-headline h3,.open-headline p,.open-headline ul{margin:0;}
.open-headline h2{font-size:calc(15.9px * 2);line-height:1.15;}
.open-headline h3{font-size:calc(15.9px * 1.35);line-height:1.25;}
.open-headline p{font-size:15.9px;line-height:1.83;}
.open-headline a{text-decoration:none;transition:color 610ms var(--ease-slow);}
.open-headline a:hover{}
.open-headline .bottom-intro{max-width:calc(900px * 0.82);margin-bottom:var(--mark-content);}
.open-headline .bottom-intro .team-figure{margin-top:calc(0.99rem * 1.5);font-size:15.9px;}
.open-headline .featured-block{display:flex;flex-direction:column;gap:1.5rem;}
.open-headline .open-surface{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(0.99rem * 1.5) calc(1.5rem * .75);border:1px solid var(--line-inverse);border-radius:1rem;background:var(--tone-main);color:var(--paint-main);}
@media (min-width: 680px){.open-headline .open-surface{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);align-items:start;}
}
.open-headline .row-head{display:flex;flex-direction:column;gap:0.99rem;}
.open-headline .direct-section{align-self:flex-start;padding:0.25rem 0.75rem;border-radius:0.31rem;background:#F4A261;color:#2D2016;font-size:calc(15.9px * .875);line-height:1.4;}
.open-headline .row-body{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.open-headline .secondary-stack{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(0.99rem * 0.7);}
.open-headline .secondary-stack li{position:relative;padding-left:1.1rem;font-size:15.9px;line-height:1.83;}
.open-headline .secondary-stack li::before{content:"";position:absolute;left:0;top:0.65em;width:0.45rem;height:0.45rem;border-radius:50%;background:#F4A261;color:#2D2016;}
.open-headline .row-foot{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;margin-top:auto;}
.open-headline .fresh-steps{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.31rem;background:#E85D3F;color:#FFFFFF;font-size:15.9px;line-height:1.4;}
.open-headline .fresh-steps:hover{background:#C94A2E;color:#FFFFFF;}
.open-headline .team-lead{font-size:15.9px;}
.open-headline .clear-story{margin-top:var(--mark-content);padding-top:calc(0.99rem * 1.5);border-top:1px solid var(--line-inverse);display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;}
.open-headline .clear-story p{flex:1 1 calc(900px * 0.6);min-width:0;}
.open-headline .clear-story a{font-size:15.9px;}
.simple-feature{--mark-content:calc(1.5rem * 1.42);--mark-static:calc(900px / 2.30);--type-base:calc(900px / 3.66);padding:calc(1.5rem * 2.4) 2rem;background:var(--tone-main);color:var(--paint-main);}
.simple-feature .signal{max-width:900px;margin:0 auto;}
.simple-feature h2,.simple-feature h3,.simple-feature p{margin:0;}
.simple-feature h2{font-size:calc(15.9px * 2);line-height:1.12;max-width:calc(900px * 0.8);}
.simple-feature h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.simple-feature p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-feature a{color:inherit;text-decoration:none;}
.simple-feature img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.simple-feature .clear-story{font-size:calc(15.9px * .875);color:#2D2016;background:#F4A261;display:inline-block;padding:calc(calc(1.5rem * .75) * 0.4) calc(1.5rem * .75);border-radius:0.31rem;margin-bottom:calc(0.99rem * 1.5);}
.simple-feature .open-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(0.99rem * 1.5);margin-top:calc(0.99rem * 1.5);}
.simple-feature .quiet-entries{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:1rem;background:#F7F3EE;color:#3D322A;}
.simple-feature .quiet-entries img{margin-bottom:auto;aspect-ratio:4/3;object-fit:cover;}
.simple-feature .team-figure{margin-top:calc(0.99rem * 1.5);max-width:var(--mark-static);}
.simple-feature .team-lead{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.99rem * 1.5);}
.simple-feature .team-lead a{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#E85D3F;color:#FFFFFF;font-weight:700;transition:background 610ms var(--ease-slow);}
.simple-feature .team-lead a:hover{background:#C94A2E;color:var(--paint-main);}
.simple-feature .team-lead a:last-child{background:transparent;color:#E85D3F;border:1px solid var(--line-inverse);}
.simple-feature .team-lead a:last-child:hover{background:#F7F3EE;color:#F4A261;}
@media (max-width: 720px){.simple-feature .open-menu{grid-template-columns:1fr;}.simple-feature h2{max-width:100%;}
}
.public-visual{
      background: #FDFBF7;
      color: #2D2016;
      padding: calc(1.5rem * 2.4) 2rem;
    }
.public-visual .signal{width: min(100%, 900px);
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: calc(0.99rem * 1.5);}
.public-visual .bottom-intro{max-width: 34rem;
      display: flex;
      flex-direction: column;
      gap: calc(1.5rem * .75);}
.public-visual .bottom-intro h2{font-size: calc(15.9px * 2);
      line-height: 1.12;
      margin: 0;
      font-weight: 800;
      letter-spacing: -0.02em;}
.public-visual .bottom-intro p{margin: 0;
      color: #3D322A;
      line-height: 1.83;
      font-size: 15.9px;}
.public-visual .fresh-grid{display: flex;
      flex-wrap: wrap;
      gap: calc(1.5rem * .75);
      align-items: stretch;}
.public-visual .primary-links{
      flex: 1 1 16rem;
      min-width: 0;
      display: flex;
      flex-direction: column;
      background: var(--tone-main);
      border: 1px solid var(--line-inverse);
      border-radius: 1rem;
      overflow: hidden;
      transition: box-shadow 610ms var(--ease-slow), transform 610ms var(--ease-slow);color:var(--paint-main);}
.public-visual .primary-links:hover{box-shadow: 0 4px 12px rgba(0,0,0,0.07);
      transform: translateY(-2px);}
.public-visual .team-links{
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: #F7F3EE;color:#3D322A;}
.public-visual .team-links img{width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;}
.public-visual .focused-figure{padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(0.99rem * 1.5);
      display: flex;
      flex-direction: column;
      gap: calc(1.5rem * .75);
      flex: 1;}
.public-visual .focused-figure h3{font-size: calc(15.9px * 1.35);
      line-height: 1.2;
      margin: 0;
      font-weight: 700;}
.public-visual .focused-figure p{margin: 0;
      color: #3D322A;
      line-height: 1.83;
      font-size: calc(15.9px * .875);}
@media (max-width: 640px) {.public-visual .bottom-intro{
        max-width: 100%;
      }.public-visual .primary-links{
        flex-basis: 100%;
      }
    }
.media-frame{padding:calc(1.5rem * 2.4) 2rem;background:#F7F3EE;color:#3D322A}
.media-frame .signal{max-width:900px;margin:0 auto}
.media-frame .top-intro{margin-bottom:calc(0.99rem * 1.5)}
.media-frame .top-intro p{max-width:42rem;margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.125);line-height:1.83}
.media-frame h2{margin:0;font-size:calc(15.9px * 2);line-height:1.2}
.media-frame .plain-header{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(0.99rem * 1.5) 2rem}
.media-frame [data-cluster]{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--line-inverse)}
.media-frame h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.35}
.media-frame [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.83;font-size:15.9px}
@media(max-width:680px){.media-frame .plain-header{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.media-frame [data-cluster]{padding:calc(1.5rem * .75) 0}
}
.feature{
  --mark-content:calc(1.5rem * 1.2);
  --mark-static:calc(900px / 2.4);
  padding:calc(1.5rem * 2.4) 2rem;
  background:#FDFBF7;
  color:#2D2016;
}
.feature .signal{max-width:900px;
  margin:0 auto;}
.feature .bottom-intro{max-width:var(--mark-static);}
.feature h1,
.feature h2,
.feature h3,
.feature p{margin:0;}
.feature h2{font-size:calc(15.9px * 2);
  line-height:1.15;
  font-weight:700;}
.feature h3{font-size:calc(15.9px * 1.35);
  line-height:1.25;
  font-weight:700;}
.feature p{font-size:15.9px;
  line-height:1.83;
  color:#3D322A;}
.feature .team-figure{margin-top:calc(1.5rem / 2);
  font-size:15.9px;
  line-height:1.83;
  color:#3D322A;}
.feature .open-menu{display:grid;
  grid-template-columns:1fr;
  gap:1.5rem;
  margin-top:1.5rem;}
@media (min-width: 640px){.feature .open-menu{
    grid-template-columns:1fr 1fr;
    column-gap:2rem;
  }
}
.feature .quiet-entries{min-width:0;
  border-top:1px solid var(--line-inverse);
  padding-top:calc(1.5rem * .75);}
.feature .local-menu{margin-bottom:calc(1.5rem / 3);}
.feature .quiet-entries p{font-size:15.9px;
  line-height:1.83;
  color:#3D322A;}
.feature .clear-story{margin-top:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid var(--line-inverse);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.feature .clear-story p{font-size:15.9px;
  color:#3D322A;
  max-width:var(--mark-static);}
.feature .team-lead{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:center;}
.feature .team-lead a{color:inherit;
  text-decoration:none;
  font-weight:600;
  font-size:15.9px;
  border-bottom:1px solid transparent;
  transition:border-color 610ms var(--ease-slow), color 610ms var(--ease-slow);}
.feature .team-lead a:hover{color:inherit;
  border-bottom-color:currentColor;}
.feature .team-lead span{color:#3D322A;
  opacity:0.7;}
@media (max-width: 480px){.feature .team-lead{
    flex-direction:column;
    align-items:flex-start;
    gap:0.99rem;
  }.feature .team-lead span{
    display:none;
  }
}
.main-grid{padding:calc(1.5rem * 2.4) 2rem;background:linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);color:#2D2016}
.main-grid .signal{max-width:900px;margin:0 auto}
.main-grid .top-intro{max-width:54rem;margin-bottom:calc(0.99rem * 1.5)}
.main-grid h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.05;font-weight:800}
.main-grid .top-intro p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.83}
.main-grid .steady-figure{display:flex;align-items:flex-start;gap:calc(0.99rem * 1.5)}
.main-grid .simple-content{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.main-grid button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 610ms var(--ease-slow),transform 610ms var(--ease-slow)}
.main-grid button:hover,.main-grid button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.main-grid .team-wrap{flex:1 1 28rem;align-self:start}
.main-grid [data-response]{display:none}
.main-grid [data-response].is-active{display:block;animation:clarifyFocusIn calc(610ms*1.8) var(--ease-slow) both}
.main-grid h3{margin:0;font-size:calc(15.9px * 2);line-height:1.08;font-weight:800}
.main-grid [data-response] p{max-width:48rem;margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.83}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.99rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.main-grid .steady-figure{display:block}.main-grid .simple-content{margin-bottom:calc(0.99rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.main-grid [data-response].is-active{animation:none}}
.focused-method{
    --mark-content: calc(1.5rem * 1.15);
    --mark-static: calc(900px / 2.20);
    --type-base: calc(900px / 3.33);
    padding: calc(1.5rem * 2.4) 2rem;
    background: #FDFBF7;
    color: #2D2016;
    border-bottom: 1px solid var(--line-inverse);
  }
.focused-method .signal{max-width: 900px;
    margin: 0 auto;}
.focused-method h1,
  .focused-method h2,
  .focused-method h3,
  .focused-method p{margin: 0;}
.focused-method h1{font-size: calc(15.9px * 2.65);
    line-height: 1.08;}
.focused-method h2{font-size: calc(15.9px * 2);
    line-height: 1.15;
    letter-spacing: -0.02em;}
.focused-method h3{font-size: calc(15.9px * 1.35);
    line-height: 1.25;
    font-weight: 700;
    color: #2D2016;}
.focused-method p{font-size: 15.9px;
    line-height: 1.83;
    color: #3D322A;}
.focused-method a{color: inherit;
    text-decoration: none;}
.focused-method .team-figure{margin-top: 1.5rem;
    font-size: 15.9px;
    line-height: 1.83;
    color: #3D322A;
    max-width: var(--mark-static);}
.focused-method .open-menu{display: flex;
    flex-direction: column;
    gap: var(--mark-content);
    margin-top: var(--mark-content);}
.focused-method .quiet-entries{min-width: 0;
    padding-bottom: calc(1.5rem / 1.5);
    border-bottom: 1px solid var(--line-inverse);}
.focused-method .quiet-entries:last-child{border-bottom: none;
    padding-bottom: 0;}
.focused-method .quiet-entries h3{margin-bottom: calc(1.5rem / 3.5);
    font-size: calc(15.9px * 1.125);
    line-height: 1.3;}
.focused-method .quiet-entries p{margin-top: calc(1.5rem / 4);
    font-size: 15.9px;
    line-height: 1.83;
    color: #3D322A;
    max-width: calc(900px * 0.85);}
.focused-method .compact-form{display: flex;
    align-items: flex-start;
    gap: calc(0.99rem * 2.2);}
.focused-method .compact-form > .primary-brand{flex: 1 1 calc(900px / 3);
    min-width: 0;
    position: sticky;
    top: 1.5rem;}
.focused-method .compact-form > .open-menu{flex: 2 1 calc(900px / 2);
    margin-top: 0;}
.focused-method .primary-brand .team-figure{margin-top: 1.5rem;}
@media (max-width: 760px) {.focused-method .compact-form{
      flex-direction: column;
      gap: 1.5rem;
    }.focused-method .compact-form > .primary-brand{
      position: static;
    }.focused-method .compact-form > .open-menu{
      margin-top: 1.5rem;
    }.focused-method .quiet-entries p{
      max-width: 100%;
    }
  }
.wide-list{
  --mark-content: calc(1.5rem * 1.25);
  --mark-static: calc(900px / 3.20);
  --type-base: calc(900px / 3.38);
  padding: calc(1.5rem * 2.4) 2rem;
  background: #F7F3EE;
  color: #3D322A;
}
.wide-list .signal{max-width: 900px;
  margin: 0 auto;}
.wide-list h1,
.wide-list h2,
.wide-list h3,
.wide-list p{margin: 0;}
.wide-list h1{font-size: calc(15.9px * 2.65);
  line-height: 1.08;}
.wide-list h2{font-size: calc(15.9px * 2);
  line-height: 1.12;
  margin-bottom: calc(1.5rem / 1.5);}
.wide-list h3{font-size: calc(15.9px * 1.35);
  line-height: 1.2;
  margin-bottom: calc(1.5rem / 3);}
.wide-list p{font-size: 15.9px;
  line-height: 1.83;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.wide-list a{color: inherit;
  text-decoration: none;}
.wide-list img{display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-top: var(--mark-content);
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.wide-list .bottom-content{text-align: left;}
.wide-list .bottom-content>.team-figure{margin-top: calc(1.5rem / 2);
  max-width: 65ch;
  font-size: calc(15.9px * 1.125);
  line-height: 1.6;}
.wide-list .open-menu{display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(0.99rem * 1.5);
  margin-top: var(--mark-content);}
.wide-list .quiet-entries{
  background: var(--tone-main);
  color: var(--paint-main);
  border: 1px solid var(--line-inverse);
  border-radius: 0.65rem;
  padding: calc(1.5rem * .75) 1.5rem;
  transition: transform 610ms var(--ease-slow), box-shadow 610ms var(--ease-slow);
}
.wide-list .quiet-entries:hover{transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.09);}
.wide-list .quiet-entries p{margin-top: 0;}
.wide-list .clear-story{
  margin-top: var(--mark-content);
  padding: calc(1.5rem * .75) 1.5rem;
  background: #F4A261;
  color: #2D2016;
  border-radius: 0.65rem;
  font-size: calc(15.9px * .875);
  text-align: center;
}
.wide-list .clear-story a{font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;}
.wide-list .team-lead{display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.99rem;
  margin-top: 1.5rem;}
.wide-list .team-lead a{
  display: inline-block;
  padding: calc(calc(1.5rem * .75) / 1.2) 1.5rem;
  border-radius: 0.31rem;
  background: #E85D3F;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 610ms var(--ease-slow);
}
.wide-list .team-lead a:hover{
  background: #C94A2E;color:var(--paint-main);}
.wide-list .team-lead a:last-child{
  background: transparent;
  border: 1px solid var(--line-inverse);
  color: #3D322A;
}
.wide-list .team-lead a:last-child:hover{
  background: var(--tone-main);
  border-color: var(--line-inverse);color:var(--paint-main);}
@media (max-width: 640px) {.wide-list .open-menu{
    grid-template-columns: 1fr;
  }.wide-list .bottom-content>.team-figure{
    font-size: 15.9px;
  }
}
.clear-figure{
        padding: calc(1.5rem * 2.4) 2rem;
        background: #F7F3EE;
        color: #3D322A;
    }
.clear-figure .signal{max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;}
.clear-figure h2{font-size: calc(15.9px * 2);
        line-height: 1.15;
        margin: 0;
        max-width: 28ch;
        align-self: center;}
.clear-figure .team-figure{font-size: 15.9px;
        line-height: 1.83;
        margin: calc(0.99rem * 1.5) auto 0;
        max-width: 62ch;}
.clear-figure p{margin: 0;}
.clear-figure a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 0.15em;}
.clear-figure .simple-content{display: grid;
        gap: 0.99rem;
        margin-top: calc(1.5rem * 1.2);}
.clear-figure details{
        padding: calc(1.5rem * .75);
        border-radius: 1rem;
        background: var(--tone-main);
        color: var(--paint-main);
        border: 1px solid var(--line-inverse);
        text-align: left;
        transition: box-shadow 610ms var(--ease-slow);
    }
.clear-figure details[open]{box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.clear-figure summary{cursor: pointer;
        font-weight: 700;
        font-size: 15.9px;
        line-height: 1.4;
        list-style: none;
        padding-right: 1.5rem;
        position: relative;}
.clear-figure summary::-webkit-details-marker{display: none;}
.clear-figure summary::after{content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1;color:inherit;}
.clear-figure details[open] summary::after{content: "–";}
.clear-figure details p{margin-top: calc(1.5rem / 3);
        font-size: calc(15.9px * .875);
        line-height: 1.83;}
.clear-figure .focused-inner{margin-top: calc(1.5rem * 1.1);
        font-size: calc(15.9px * .875);
        text-align: center;}
@media (min-width: 640px) {.clear-figure .simple-content{
            grid-template-columns: 1fr 1fr;
        }
    }
.steady-feature{background:#F7F3EE;color:#3D322A;padding:calc(1.5rem * 2.4) 2rem}
.steady-feature .signal{max-width:900px;margin:0 auto}
.steady-feature .wide-fields{display:flex;align-items:center;gap:calc(0.99rem * 1.5)}
.steady-feature .wide-feature{display:block;flex:0 1 42%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.steady-feature .featured-surface{flex:1 1 34rem;min-width:0}
.steady-feature h2{margin:0;font-size:clamp(calc(15.9px * 2),5vw,calc(15.9px * 2.65));line-height:1.05;letter-spacing:0}
.steady-feature p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(15.9px * 1.125);line-height:1.65}
.steady-feature .steady-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.99rem * 1.5)}
.steady-feature a{padding:calc(1.5rem * .75);border-radius:0.31rem;background:var(--tone-main);color:var(--paint-main);text-decoration:none;font-weight:700}
.steady-feature a:hover{background:#F4A261;color:#2D2016}
.steady-feature .clear-story{margin-top:calc(0.99rem * 1.5);font-size:calc(15.9px * .875);opacity:.85;max-width:38rem}
@media(max-width:760px){.steady-feature .wide-fields{align-items:stretch;flex-direction:column}.steady-feature .wide-feature{flex-basis:auto;min-width:0}}
.plain-body{
  background:#FDFBF7;
  color:#2D2016;
  padding:calc(1.5rem * 2.4) 2rem;
}
.plain-body .signal{max-width:900px;
  margin:0 auto;
  display:flex;
  gap:calc(0.99rem * 1.5);
  align-items:flex-start;}
.plain-body .primary-brand{flex:1 1 26rem;
  min-width:0;}
.plain-body h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.15;
  letter-spacing:0;}
.plain-body .primary-brand p{margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.83;}
.plain-body .team-lead{
  margin-top:calc(0.99rem * 1.5);
  padding:calc(1.5rem * .75);
  border-radius:0.65rem;
  background:#F7F3EE;
  color:#3D322A;
}
.plain-body .team-lead span{display:block;
  font-size:calc(15.9px * .875);
  line-height:1.6;}
.plain-body .team-lead a{display:inline-block;
  margin-top:.6rem;color:inherit;
  font-weight:700;
  text-decoration:none;}
.plain-body .team-lead a:hover{color:inherit;}
.plain-body .main-tile{
  flex:0 1 30rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:var(--tone-main);
  border:1px solid var(--line-inverse);color:var(--paint-main);}
.plain-body label{display:block;
  margin:0 0 1.5rem;}
.plain-body label span{display:block;
  margin-bottom:.4rem;
  font-size:calc(15.9px * .875);
  font-weight:600;}
.plain-body input{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--line-inverse);
  border-radius:0.65rem;
  background:#FDFBF7;
  color:#2D2016;
  padding:.85rem 1rem;
  font:inherit;
}
.plain-body input::placeholder{color:#3D322A;
  opacity:.75;}
.plain-body button{
  width:100%;
  border:0;
  border-radius:0.65rem;
  background:#E85D3F;
  color:#FFFFFF;
  padding:.9rem 1rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 610ms var(--ease-slow);
}
.plain-body button:hover{
  background:#C94A2E;color:var(--paint-main);}
.plain-body .clear-story{margin:1.5rem 0 0;
  font-size:calc(15.9px * .875);
  line-height:1.6;
  color:#3D322A;}
@media (max-width:760px){.plain-body .signal{
    display:block;
  }.plain-body .main-tile{
    margin-top:calc(0.99rem * 1.5);
  }
}
.public-shell{
  padding: calc(1.5rem * 2.4) 2rem;
  background: #2D2016;
  color: #FDFBF7;
}
.public-shell .signal{max-width: min(900px, 72rem);
  margin: 0 auto;}
.public-shell .team-figure{max-width: 46rem;}
.public-shell h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.public-shell .fresh-surface{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.6;
  color: #E4DCD3;}
.public-shell .bottom-surface{margin-top: calc(0.99rem * 1.5);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.public-shell .top-entries{
  background: #3D322A;
  border-radius: 1rem;
  padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);color:var(--paint-main);}
.public-shell .question{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.public-shell .secondary-entries{font-weight: 700;
  font-size: 15.9px;
  line-height: 1.3;}
.public-shell .content-callout{font-size: calc(15.9px * .875);
  color: #F4A261;}
.public-shell .top-entries p{margin: 0;
  font-size: 15.9px;
  line-height: 1.7;
  color: #F7F3EE;}
.public-shell .top-entries small{margin-top: auto;
  font-size: calc(15.9px * .875);
  color: #E4DCD3;
  border-top: 1px solid #8A7A6B;
  padding-top: calc(calc(1.5rem * .75) * 0.5);}
.public-shell .clear-story{
  margin-top: calc(0.99rem * 1.5);
  max-width: 52rem;
  padding: calc(1.5rem * .75);
  border-left: 3px solid #F4A261;
  background: #3D322A;
  border-radius: 0 0.65rem 0.65rem 0;color:var(--paint-main);}
.public-shell .clear-story p{margin: 0;
  font-size: calc(15.9px * .875);
  line-height: 1.7;
  color: #E4DCD3;}
@media (max-width: 700px) {.public-shell .bottom-surface{
    grid-template-columns: 1fr;
  }
}
.public-headline{--mark-content:calc(1.5rem * 1.05);--mark-static:calc(900px / 3.20);--type-base:calc(900px / 3.16);padding:calc(1.5rem * 2.4) 2rem;background:#E85D3F;color:#FFFFFF;}
.public-headline .signal{max-width:900px;margin:0 auto;}
.public-headline h1,.public-headline h2,.public-headline h3,.public-headline p{margin:0;}
.public-headline h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.public-headline h2{font-size:calc(15.9px * 2);line-height:1.12;}
.public-headline h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.public-headline p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.public-headline a{color:inherit;text-decoration:none;}
.public-headline img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.65rem;flex:0 1 min(28rem,38vw);}
.public-headline .fresh-steps{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.31rem;background:#FFFFFF;color:#E85D3F;}
.public-headline .wide-actions{display:flex;align-items:center;justify-content:space-between;gap:0.99rem;flex-wrap:wrap;}
.public-headline .wide-actions .primary-brand{flex:1 1 24rem;min-width:0;}
.public-headline .team-figure,.public-headline .clear-story{}
.public-headline .wide-actions h1,.public-headline .wide-actions h2,.public-headline .wide-actions p,.public-headline .wide-actions .fresh-steps{margin-top:1.5rem;}
.public-headline .wide-actions img{margin-top:var(--mark-content);}
.public-headline .wide-actions .team-figure,.public-headline .wide-actions .clear-story{}
.public-headline .clear-story a{text-decoration:underline;text-underline-offset:0.2em;}
.public-headline .clear-story a:hover{color:color-mix(in srgb, currentColor 60%, transparent);}
.visual-steps{--mark-content:calc(1.5rem * 1.1);--mark-static:calc(900px / 2.41);padding:calc(1.5rem * 2.4) 2rem;background:#2D2016;color:#FDFBF7;}
.visual-steps .signal{max-width:900px;margin:0 auto;display:flex;flex-direction:column;}
.visual-steps h1,.visual-steps h2,.visual-steps h3,.visual-steps p,.visual-steps ul{margin:0;}
.visual-steps h2{font-size:calc(15.9px * 2);line-height:1.15;max-width:calc(900px * 0.85);}
.visual-steps h3{font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:700;}
.visual-steps p{font-size:15.9px;line-height:1.83;opacity:0.88;}
.visual-steps a{color:#F4A261;text-decoration:underline;text-underline-offset:3px;}
.visual-steps .team-figure{margin-top:calc(1.5rem * 0.8);max-width:calc(900px * 0.72);font-size:calc(15.9px * 1.125);line-height:1.6;opacity:0.92;}
.visual-steps .active-media{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * 0.75);margin-top:calc(1.5rem * 1.2);}
.visual-steps .quiet-entries{position:relative;padding-left:calc(2rem * 0.9);border-left:3px solid #F4A261;}
.visual-steps .quiet-entries p{margin-top:calc(1.5rem / 4);font-size:15.9px;}
.visual-steps .team-lead{margin-top:calc(1.5rem * 1.1);padding-top:calc(1.5rem * 0.6);border-top:1px solid rgba(253,251,247,0.18);}
.visual-steps .team-lead p{max-width:calc(900px * 0.8);font-size:15.9px;opacity:0.85;}
@media (min-width: 640px){.visual-steps .active-media{grid-template-columns:1fr 1fr;gap:calc(1.5rem * 0.9) calc(2rem * 1.2);}.visual-steps .quiet-entries:nth-child(4){grid-column:1 / -1;}.visual-steps .quiet-entries:nth-child(4){max-width:calc(900px * 0.85);}
}
.contact-rail{--mark-content:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2rem;background:#F4A261;color:#2D2016;}
.contact-rail .signal{max-width:900px;margin:0 auto;}
.contact-rail h1,.contact-rail h2,.contact-rail h3,.contact-rail p{margin:0;}
.contact-rail h2{font-size:calc(15.9px * 2);line-height:1.12;}
.contact-rail h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.contact-rail p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.contact-rail a{color:inherit;text-decoration:none;}
.contact-rail img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.contact-rail .team-figure{font-size:calc(15.9px * 1.125);}
.contact-rail .open-menu{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(1.5rem * .75);margin-top:var(--mark-content);text-align:left;}
.contact-rail .quiet-entries{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:1rem;padding:calc(1.5rem * .75);}
.contact-rail .quiet-entries p{margin-top:calc(1.5rem / 3);}
.contact-rail .clear-story{margin-top:1.5rem;text-align:center;}
.contact-rail .team-lead{display:flex;flex-wrap:wrap;justify-content:center;gap:0.99rem;margin-top:calc(0.99rem * 1.5);}
.contact-rail .team-lead a{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2D2016;color:#F4A261;font-weight:700;transition:background 610ms var(--ease-slow),transform 610ms var(--ease-slow);}
.contact-rail .team-lead a:hover{background:#E08A3C;transform:translateY(-2px);color:var(--paint-main);}
.contact-rail .bottom-content{text-align:center;}
.contact-rail .bottom-content>.team-figure{margin:1.5rem auto 0;max-width:calc(900px * 0.85);}
.contact-rail .bottom-content>img{margin:var(--mark-content) auto 0;}
@media (max-width:640px){.contact-rail .open-menu{grid-template-columns:1fr;}}
.page-intro{--mark-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2rem;background:#FDFBF7;color:#2D2016;}
.page-intro .signal{max-width:900px;margin:0 auto;}
.page-intro h2,.page-intro h3,.page-intro p{margin:0;}
.page-intro h2{font-size:calc(15.9px * 2);line-height:1.18;font-weight:800;}
.page-intro h3{font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:700;}
.page-intro p{font-size:15.9px;line-height:1.83;}
.page-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-intro a:hover{color:inherit;}
.page-intro .bottom-intro{max-width:calc(900px * 0.92);}
.page-intro .clear-story{display:inline-block;font-size:calc(15.9px * .875);font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:#2D2016;background:#F4A261;padding:0.3rem 0.85rem;border-radius:0.31rem;margin-bottom:calc(0.99rem * 1.5);}
.page-intro .team-figure{margin-top:calc(0.99rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.83;max-width:calc(900px * 0.88);}
.page-intro .open-menu{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;margin-top:calc(1.5rem * 1.4);}
.page-intro .quiet-entries{min-width:0;padding:calc(1.5rem * .75) calc(0.99rem * 1.5);background:var(--tone-main);border:1px solid var(--line-inverse);border-radius:1rem;transition:box-shadow 610ms var(--ease-slow);color:var(--paint-main);}
.page-intro .quiet-entries:hover{box-shadow:0 4px 12px rgba(0,0,0,0.07);}
.page-intro .primary-brand h3{margin-bottom:calc(1.5rem / 3);}
.page-intro .primary-brand p{font-size:15.9px;line-height:1.83;}
.page-intro .contact-quote{margin-top:calc(1.5rem * 1.4);padding-top:calc(0.99rem * 1.5);border-top:1px solid var(--line-inverse);max-width:calc(900px * 0.85);}
.page-intro .contact-quote p{font-size:15.9px;line-height:1.83;}
@media(max-width:640px){.page-intro .open-menu{grid-template-columns:1fr;gap:calc(0.99rem * 1.5);}.page-intro .team-figure{font-size:15.9px;}
}
.site-section{
  background: linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);
  color: #2D2016;
  padding: calc(1.5rem * 2.4) 2rem;
}
.site-section .signal{width: min(100%, 900px);
  margin: 0 auto;}
.site-section .media-items{max-width: 62ch;
  margin-bottom: calc(0.99rem * 1.5);}
.site-section .team-figure{font-size: 15.9px;
  line-height: 1.83;
  margin: 0;}
.site-section .direct-proof{margin-bottom: calc(0.99rem * 1.5);}
.site-section .featured-form{display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: 1rem;}
.site-section .main-lead{display: flex;
  flex-wrap: wrap;
  gap: calc(0.99rem * 1.5) 2rem;}
.site-section h2{font-size: calc(15.9px * 2);
  line-height: 1.15;
  margin: 0;
  flex: 1 1 22rem;
  max-width: 18ch;}
.site-section .focused-headline{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75) 0.99rem;
  flex: 2 1 30rem;}
.site-section .focused-headline p{margin: 0;
  line-height: 1.83;
  font-size: calc(15.9px * .875);}
.site-section strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * 0.4);
  font-size: 15.9px;}
@media (max-width: 820px) {.site-section .featured-form{ aspect-ratio: 16 / 10; }.site-section .focused-headline{ grid-template-columns: 1fr; }
}
.contact-items{
    --mark-content: calc(1.5rem * 1.05);
    --mark-static: calc(900px / 2.90);
    padding: calc(1.5rem * 2.4) 2rem;
    background: #FDFBF7;
    color: #2D2016;
  }
.contact-items .signal{max-width: 900px;
    margin: 0 auto;}
.contact-items h1,
  .contact-items h2,
  .contact-items h3,
  .contact-items p{margin: 0;}
.contact-items h2{font-size: calc(15.9px * 2);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;}
.contact-items p{font-size: 15.9px;
    line-height: 1.83;
    color: #3D322A;}
.contact-items .clear-actions{display: flex;
    align-items: flex-start;
    gap: calc(0.99rem * 1.5);}
.contact-items .open-menu{flex: 1 1 calc(900px / 2.1);
    display: flex;
    flex-direction: column;
    gap: calc(calc(0.99rem * 1.5) * 0.8);
    margin-top: 0;}
.contact-items .quiet-entries{
    padding: calc(1.5rem * .75);
    background: var(--tone-main);
    border: 1px solid var(--line-inverse);
    border-radius: 1rem;
    box-shadow: 0 0px 4px rgba(0,0,0,0.06);
    transition: box-shadow 610ms var(--ease-slow);color:var(--paint-main);}
.contact-items .quiet-entries:hover{box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.contact-items .bottom-figure{
    display: inline-block;
    font-size: calc(15.9px * .875);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2D2016;
    background: #F4A261;
    padding: 0.2rem 0.7rem;
    border-radius: 0.31rem;
    margin-bottom: calc(1.5rem / 3);
    width: max-content;
  }
.contact-items .quiet-entries p:last-child{margin-top: calc(1.5rem / 3);}
.contact-items .primary-brand{flex: 1 1 calc(900px / 3);
    min-width: 0;
    padding-top: calc(1.5rem * .75);}
.contact-items .primary-brand .team-figure{margin-top: 1.5rem;
    font-size: 15.9px;
    line-height: 1.83;
    color: #2D2016;
    opacity: 0.9;}
.contact-items .primary-brand .clear-story{
    margin-top: 1.5rem;
    padding: calc(1.5rem * .75);
    background: #F7F3EE;
    color: #3D322A;
    border-radius: 0.65rem;
    border-left: 4px solid #F4A261;
    font-size: calc(15.9px * .875);
    line-height: 1.83;
  }
@media (max-width: 760px) {.contact-items .clear-actions{
      flex-direction: column;
      gap: calc(0.99rem * 1.5);
    }.contact-items .open-menu{
      flex: 1 1 auto;
      width: 100%;
    }.contact-items .primary-brand{
      flex: 1 1 auto;
      width: 100%;
      padding-top: 0;
    }
  }
.wide-body{
  background: #FDFBF7;
  color: #2D2016;
  padding: calc(1.5rem * 2.4) 2rem;
}
.wide-body .signal{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 0.99rem;}
.wide-body h2,
.wide-body h3,
.wide-body p{margin: 0;}
.wide-body h2{font-size: calc(15.9px * 2); line-height: 1.08;}
.wide-body h3{font-size: calc(15.9px * 1.35); line-height: 1.16;}
.wide-body p{font-size: 15.9px; line-height: 1.83;}
.wide-body .direct-shell{
  display: grid;
  gap: calc(0.99rem * 1.5);
  align-content: start;
  padding: calc(0.99rem * 1.5);
  border-radius: 1.35rem;
  background: var(--tone-main);
  color: var(--paint-main);
  border: 1px solid var(--line-inverse);
}
.wide-body .direct-shell .clear-story{font-size: calc(15.9px * .875);
  color: #3D322A;
  padding-top: calc(0.99rem * 1.5);
  border-top: 1px solid var(--line-inverse);}
.wide-body .featured-block{
  display: grid;
  border: 1px solid var(--line-inverse);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--tone-main);color:var(--paint-main);}
.wide-body .open-surface{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: calc(0.99rem * 1.5);
  padding: calc(0.99rem * 1.5);
  border-bottom: 1px solid var(--line-inverse);
  color: inherit;
  text-decoration: none;
  transition: background 610ms var(--ease-slow);}
.wide-body .open-surface:last-child{border-bottom: 0;}
.wide-body .open-surface:hover{ background: #F7F3EE;color:#3D322A;}
.wide-body .open-surface:hover h3{color:inherit;}
.wide-body .direct-section{
  font-size: calc(15.9px * .875);
  font-weight: 700;
  color: #2D2016;
  background: #F4A261;
  padding: 0.2rem 0.6rem;
  border-radius: 0.31rem;
  align-self: start;
  justify-self: start;
}
.wide-body .media-summary{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 0.99rem;
  align-items: center;
  padding: calc(0.99rem * 1.5);
  border-radius: 1rem;
  background: #2D2016;
  color: #FDFBF7;
}
.wide-body .media-summary p{max-width: 34rem;}
.wide-body .media-summary a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  font-weight: 700;}
@media (max-width: 820px) {.wide-body .signal,
  .wide-body .open-surface{ grid-template-columns: 1fr; }.wide-body .media-summary{ flex-direction: column; align-items: flex-start; }
}
.narrow-media{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2rem;background:linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);color:#2D2016}
.narrow-media:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,rgba(232,93,63,0.06) 50%,transparent 60%);animation:missionCauseDrift calc(610ms*38) var(--ease-slow) infinite alternate;pointer-events:none}
.narrow-media .signal{position:relative;max-width:900px;margin:0 auto}
.narrow-media .team-figure{padding-bottom:calc(0.99rem * 1.5);border-bottom:1px solid rgba(45,32,22,0.12)}
.narrow-media h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 2);line-height:1.15;max-width:22ch}
.narrow-media .steady-media{margin:0;font-size:15.9px;line-height:1.83;max-width:56rem}
.narrow-media .compact-visual{display:flex;flex-direction:column;gap:0;margin-top:calc(0.99rem * 1.5)}
.narrow-media .service-frame,.narrow-media .service-inner,.narrow-media .page-actions{padding:1.5rem 0;border-bottom:1px solid rgba(45,32,22,0.1)}
.narrow-media .page-actions{border-bottom:none;padding-bottom:0}
.narrow-media h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.3}
.narrow-media .compact-visual p{margin:calc(1.5rem * .75) 0 0;line-height:1.83;max-width:52rem}
.narrow-media .service-inner h3{}
.narrow-media .service-frame h3,.narrow-media .page-actions h3{}
@media(max-width:620px){.narrow-media h2{font-size:calc(15.9px * 2.65)}.narrow-media .service-frame,.narrow-media .service-inner,.narrow-media .page-actions{padding:calc(0.99rem * 1.5) 0}
}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(prefers-reduced-motion:reduce){.narrow-media:before{animation:none}}
.visual-panel{--mark-content:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2rem;background:#F7F3EE;color:#3D322A;}
.visual-panel .signal{max-width:900px;margin:0 auto;}
.visual-panel h2,.visual-panel h3,.visual-panel p{margin:0;}
.visual-panel h2{font-size:calc(15.9px * 2);line-height:1.15;font-weight:700;}
.visual-panel h3{font-size:calc(15.9px * 1.125);line-height:1.3;font-weight:700;}
.visual-panel p{font-size:15.9px;line-height:1.83;opacity:.86;}
.visual-panel a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #E85D3F 35%, transparent);transition:border-color 610ms var(--ease-slow);}
.visual-panel a:hover{border-color:#F4A261;}
.visual-panel .bottom-content{text-align:center;}
.visual-panel .bottom-intro{max-width:calc(900px * 0.92);margin:0 auto;}
.visual-panel .bottom-intro .team-figure{margin:1.5rem auto 0;font-size:15.9px;line-height:1.83;}
.visual-panel .contact-region{display:flex;flex-direction:column;gap:calc(1.5rem * 0.85);margin-top:calc(1.5rem * 1.35);text-align:left;}
.visual-panel .fresh-proof{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb, #3D322A 14%, transparent);}
.visual-panel .fresh-proof:last-child{border-bottom:1px solid color-mix(in srgb, #3D322A 14%, transparent);}
.visual-panel .public-block{display:contents;}
.visual-panel .public-copy{font-size:calc(15.9px * .875);font-weight:800;letter-spacing:.08em;padding-top:.35rem;}
.visual-panel .fresh-proof p{margin-top:calc(1.5rem / 4);}
.visual-panel .clear-story{margin-top:calc(1.5rem * 1.1);padding:calc(1.5rem * .75) 1.5rem;background:var(--tone-main);color:var(--paint-main);border-radius:1rem;text-align:left;box-shadow:0 0px 4px rgba(0,0,0,0.06);}
.visual-panel .clear-story p{opacity:.92;font-size:15.9px;}
@media (max-width:640px){.visual-panel .fresh-proof{grid-template-columns:1fr;gap:calc(1.5rem / 3);}.visual-panel .public-copy{padding-top:0;}
}
.public-team{
        --mark-content: calc(1.5rem * 1.26);
        --mark-static: calc(900px / 2.50);
        --font-button: calc(900px / 3.59);
        padding: calc(1.5rem * 2.4) 2rem;
        background: #F7F3EE;
        color: #3D322A;
    }
.public-team .signal{max-width: 900px;
        margin: 0 auto;}
.public-team h1,
    .public-team h2,
    .public-team h3,
    .public-team p,
    .public-team ul{margin: 0;}
.public-team h2{font-size: calc(15.9px * 2);
        line-height: 1.15;}
.public-team h3{font-size: calc(15.9px * 1.35);
        line-height: 1.25;}
.public-team p{font-size: 15.9px;
        line-height: 1.83;}
.public-team a{color:inherit;
        text-decoration: none;
        font-weight: 700;
        font-size: calc(15.9px * .875);
        letter-spacing: 0.02em;}
.public-team a:hover{color:inherit;
        text-decoration: underline;
        text-underline-offset: 4px;}
.public-team .page-list{padding-block: calc(var(--mark-content) / 2);}
.public-team .public-feature{row-gap: calc(var(--mark-content) * 1.2);}
.public-team .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.99rem;}
.public-team .row-title h2{flex: 1 1 calc(900px / 3);
        min-width: 0;}
.public-team .row-title>p{flex: 1 1 calc(900px / 3);
        min-width: 0;
        color: #3D322A;
        opacity: 0.9;}
.public-team .open-menu{flex: 1 1 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: calc(0.99rem * 1.5);
        margin-top: var(--mark-content);}
.public-team .quiet-entries{
        background: var(--tone-main);
        color: var(--paint-main);
        border: 1px solid var(--line-inverse);
        border-radius: 1rem;
        padding: calc(0.99rem * 1.5);
        display: flex;
        flex-direction: column;
        min-width: 0;
        transition: box-shadow 610ms var(--ease-slow);
    }
.public-team .quiet-entries:hover{box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.public-team .quiet-entries h3{font-size: 15.9px;
        line-height: 1.4;
        margin-bottom: calc(1.5rem * .75);}
.public-team .quiet-entries p{font-size: calc(15.9px * .875);
        line-height: 1.7;
        opacity: 0.92;
        flex-grow: 1;}
.public-team .quiet-entries a{margin-top: 1.5rem;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        align-self: flex-start;}
.public-team .quiet-entries a::after{content: "";
        display: inline-block;
        width: 0.45rem;
        height: 0.45rem;
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 610ms var(--ease-slow);}
.public-team .quiet-entries a:hover::after{transform: rotate(45deg) translate(2px, -2px);}
@media (max-width: 768px) {.public-team .open-menu{
            grid-template-columns: 1fr;
            gap: 0.99rem;
        }.public-team .row-title{
            flex-direction: column;
        }.public-team .row-title h2,
        .public-team .row-title>p{
            flex-basis: auto;
        }
    }
.main-flow{padding:calc(1.5rem*2.8) 2rem;background:#FDFBF7;color:#2D2016}
.main-flow .bottom-block,.main-flow .simple-block{max-width:900px;margin:0 auto}
.main-flow h1{margin:0;color:#2D2016;font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.08;font-weight:800}
.main-flow .main-details{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.2rem 0 0}
.main-flow .main-details span{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:999px;padding:.38rem .7rem;font-size:calc(15.9px * .875)}
.main-flow .top-copy{display:block;width:min(100%,1180px);max-height:480px;object-fit:cover;border-radius:1.35rem;box-shadow:0 4px 12px rgba(0,0,0,0.07);margin:1.6rem auto}
.main-flow .simple-block{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:1.35rem;padding:2rem 2.2rem}
.main-flow p{margin:.9rem 0 0;color:var(--paint-main);opacity:.88;line-height:1.72}
.main-flow .page-lead{font-size:calc(15.9px * 1.125);opacity:1;line-height:1.6;border-left:3px solid #F4A261;padding-left:1.1rem}
.main-flow h2{margin:1.8rem 0 0;color:var(--paint-main);font-size:clamp(1.3rem,2.6vw,1.8rem);line-height:1.2;font-weight:700}
.main-flow .site-figure:first-of-type h2{margin-top:1.2rem}
.main-flow .content-list{max-width:900px;margin:1.4rem auto 0;display:flex;gap:1rem;flex-wrap:wrap}
.main-flow .content-list a{color:inherit;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:color 610ms var(--ease-slow),border-color 610ms var(--ease-slow)}
.main-flow .content-list a:hover{color:inherit;border-color:#F4A261}
@media(max-width:640px){
  .main-flow{padding:calc(1.5rem*1.8) 2rem}
  .main-flow .simple-block{padding:1.4rem 1.2rem}
  .main-flow h1{font-size:clamp(1.7rem,6vw,2.4rem)}
}
.text-inner{padding:calc(1.5rem * 2.4) 2rem;background:#FDFBF7;color:#2D2016}
.text-inner .signal{max-width:900px;margin:0 auto}
.text-inner .bottom-intro{margin-bottom:calc(0.99rem * 1.5)}
.text-inner h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 2);line-height:1.2}
.text-inner .team-figure{max-width:56ch;margin:0;font-size:15.9px;}
.text-inner .simple-summary{display:flex;flex-direction:column;gap:1.5rem}
.text-inner .secondary-content{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:var(--tone-main);border:1px solid var(--line-inverse);border-radius:1rem;text-decoration:none;color:inherit;transition:box-shadow 610ms var(--ease-slow),transform 610ms var(--ease-slow)}
.text-inner .secondary-content:hover{box-shadow:0 4px 12px rgba(0,0,0,0.07);transform:translateY(-2px)}
.text-inner .team-fields{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.65rem}
.text-inner .plain-method{font-size:calc(15.9px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.04em}
.text-inner .strong-grid{font-size:calc(15.9px * 1.35);line-height:1.25;margin:0}
.text-inner .primary-menu{font-size:15.9px;margin:0}
.text-inner .clear-story{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.99rem;margin-top:calc(0.99rem * 1.5);padding:calc(1.5rem * .75);background:#F7F3EE;border-radius:0.65rem;color:#3D322A;}
.text-inner .clear-story p{margin:0;font-size:calc(15.9px * .875);max-width:52ch}
.text-inner .open-entries{font-weight:700;text-decoration:none;font-size:calc(15.9px * .875)}
.text-inner .open-entries:hover{}
@media (min-width:640px){.text-inner .secondary-content{grid-template-columns:220px 1fr;align-items:start}.text-inner .team-fields{aspect-ratio:4/3;height:100%;object-fit:cover}.text-inner .plain-method{grid-column:2}.text-inner .strong-grid{grid-column:2;grid-row:2}.text-inner .primary-menu{grid-column:2;grid-row:3}
}
.active-copy{padding:calc(1.5rem*2.8) 2rem;background:#FDFBF7;color:#2D2016}
.active-copy .bottom-block,.active-copy .simple-block{max-width:900px;margin:0 auto}
.active-copy h1{margin:0;color:#2D2016;font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.08;font-weight:800}
.active-copy .main-details{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.2rem 0}
.active-copy .main-details span{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:999px;padding:.4rem .7rem;font-size:calc(15.9px * .875)}
.active-copy .top-copy{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.35rem;box-shadow:0 4px 12px rgba(0,0,0,0.07);margin:1.4rem auto}
.active-copy .simple-block{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:1.35rem;padding:clamp(1.2rem,3vw,2.4rem)}
.active-copy p{margin:.9rem 0 0;color:var(--paint-main);opacity:.88;line-height:1.7}
.active-copy .page-lead{font-size:calc(15.9px * 1.125);opacity:1;font-weight:500}
.active-copy h2{margin:1.8rem 0 0;color:var(--paint-main);font-size:clamp(1.3rem,2.6vw,1.8rem);line-height:1.2;font-weight:700}
.active-copy .site-figure:first-of-type h2{margin-top:1.2rem}
.active-copy .content-list{max-width:900px;margin:1.6rem auto 0;display:flex;flex-wrap:wrap;gap:.8rem;padding:0 .2rem}
.active-copy .content-list a{display:inline-block;background:#F7F3EE;color:#3D322A;border-radius:999px;padding:.55rem 1.1rem;font-size:calc(15.9px * .875);text-decoration:none;transition:background 610ms var(--ease-slow),color 610ms var(--ease-slow)}
.active-copy .content-list a:hover{background:#F4A261;color:#2D2016}
@media(max-width:640px){.active-copy{padding:calc(1.5rem*1.8) 2rem}.active-copy .top-copy{max-height:340px}}
.steady-steps{padding:calc(1.5rem * 2.4) 2rem;background:#FDFBF7;color:#2D2016}
.steady-steps .signal{max-width:900px;margin:0 auto}
.steady-steps .open-feature{margin-bottom:calc(0.99rem * 1.5)}
.steady-steps .soft-form{display:inline-block;margin:0 0 calc(1.5rem * .75);padding:0.2rem 0.8rem;border-radius:0.31rem;background:#F4A261;color:#2D2016;font-size:calc(15.9px * .875);font-weight:700}
.steady-steps h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 2.65);line-height:1.12;max-width:22ch}
.steady-steps .team-figure{margin:0;font-size:15.9px;line-height:1.83;max-width:56ch;color:inherit;opacity:0.85}
.steady-steps .simple-summary{display:flex;flex-direction:column;gap:1.5rem}
.steady-steps .secondary-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:calc(0.99rem * 1.5);align-items:start;padding:calc(1.5rem * .75);background:var(--tone-main);border:1px solid var(--line-inverse);border-radius:1.35rem;box-shadow:0 0px 4px rgba(0,0,0,0.06);text-decoration:none;color:var(--paint-main);transition:box-shadow 610ms var(--ease-slow),transform 610ms var(--ease-slow)}
.steady-steps .secondary-content:hover{box-shadow:0 4px 12px rgba(0,0,0,0.07);transform:translateY(-2px)}
.steady-steps .wide-fields{min-width:0}
.steady-steps .team-fields{display:block;width:100%;height:100%;min-height:12rem;object-fit:cover;border-radius:1rem;box-shadow:0 0px 4px rgba(0,0,0,0.06)}
.steady-steps .steady-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.steady-steps .plain-method{font-size:calc(15.9px * .875);}
.steady-steps strong{font-size:calc(15.9px * 1.35);line-height:1.2}
.steady-steps p{margin:0;font-size:15.9px;line-height:1.83;color:inherit;opacity:0.85}
.steady-steps .local-fields{font-size:calc(15.9px * .875);font-weight:700;text-decoration:underline;text-underline-offset:0.2em}
.steady-steps .secondary-content:hover .local-fields{}
@media (max-width: 720px){.steady-steps .secondary-content{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.steady-steps .team-fields{min-height:10rem;aspect-ratio:16/9}
}
.featured-headline{
    padding: calc(1.5rem * 2.2) 2rem;
    background: #FDFBF7;
    color: #2D2016;
  }
.featured-headline .local-view{max-width: 860px;
    margin: 0 auto;}
.featured-headline .site-brand{margin-bottom: 1.4rem;}
.featured-headline h1{margin: 0;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #2D2016;}
.featured-headline .simple-copy{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;}
.featured-headline .simple-copy span{
    background: #F7F3EE;
    color: #3D322A;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }
.featured-headline .active-summary{margin: 1.8rem 0 2rem;}
.featured-headline .active-summary img{display: block;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);}
.featured-headline .clear-details{
    background: var(--tone-main);
    color: var(--paint-main);
    border: 1px solid var(--line-inverse);
    border-radius: 1rem;
    padding: 1.8rem 1.6rem;
  }
.featured-headline .open-frame{font-size: 15.9px;
    line-height: 1.7;
    margin: 0 0 1.2rem;
    color: var(--paint-main);}
.featured-headline .quiet-form{margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line-inverse);}
.featured-headline .quiet-form h2{font-size: 1.35rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    color: var(--paint-main);}
.featured-headline .quiet-form p{margin: 0.7rem 0 0;
    color: var(--paint-main);
    line-height: 1.7;
    opacity: 0.9;}
.featured-headline .text-story{
    margin-top: 1.8rem;
    padding: 1rem 1.2rem;
    background: #F7F3EE;
    color: #3D322A;
    border-radius: 0.65rem;
    font-size: 0.95rem;
    line-height: 1.6;
  }
.featured-headline .text-story p{margin: 0;
    color: #3D322A;}
.featured-headline .service-contact{margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    align-items: baseline;
    font-size: 0.95rem;}
.featured-headline .service-contact a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.featured-headline .service-contact a:hover{color:inherit;
    border-bottom-color: #F4A261;}
.featured-headline .service-contact span{color: #3D322A;}
@media (max-width: 640px) {.featured-headline{
      padding: calc(1.5rem * 1.4) 2rem;
    }.featured-headline .clear-details{
      padding: 1.4rem 1.1rem;
    }.featured-headline .quiet-form h2{
      font-size: 1.2rem;
    }
  }
.site-entries{
        padding:1.5rem 2rem;
        background:#FDFBF7;
        color:#2D2016;
    }
.site-entries .content-frame{max-width:900px;
        margin:0 auto;}
.site-entries .bottom-intro{margin-bottom:calc(1.5rem * 0.8);}
.site-entries .bottom-story{
        display:inline-block;
        font-size:calc(15.9px * .875);
        font-weight:700;
        letter-spacing:0.04em;
        text-transform:uppercase;
        color:#E85D3F;
        background:var(--tone-main);
        padding:0.2rem 0.8rem;
        border-radius:0.31rem;
        border:1px solid var(--line-inverse);
        margin:0 0 0.8rem;
    }
.site-entries h2{margin:0 0 0.6rem;
        font-size:calc(15.9px * 2);
        line-height:1.25;}
.site-entries .team-figure{margin:0;
        font-size:15.9px;
        max-width:65ch;
        line-height:1.83;}
.site-entries .content-team{display:flex;
        flex-direction:column;
        gap:calc(calc(0.99rem * 1.5) * 0.9);}
.site-entries .open-section{
        display:flex;
        flex-direction:column;
        background:var(--tone-main);
        border:1px solid var(--line-inverse);
        border-radius:1rem;
        overflow:hidden;
        transition:box-shadow 610ms var(--ease-slow);color:var(--paint-main);}
.site-entries .open-section:hover{box-shadow:0 4px 12px rgba(0,0,0,0.07);}
.site-entries .wide-fields{
        display:block;
        aspect-ratio:16/9;
        overflow:hidden;
        background:#F7F3EE;color:#3D322A;}
.site-entries .wide-fields img{width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        transition:transform 610ms var(--ease-slow);}
.site-entries .open-section:hover .wide-fields img{transform:scale(1.02);}
.site-entries .featured-surface{padding:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:0.6rem;}
.site-entries .plain-method{display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:0.5rem 1rem;
        font-size:calc(15.9px * .875);}
.site-entries .soft-benefit{
        background:#F4A261;
        color:#2D2016;
        padding:0.15rem 0.7rem;
        border-radius:0.31rem;
        font-weight:600;
        font-size:0.78rem;
        letter-spacing:0.02em;
    }
.site-entries .view{font-style:italic;}
.site-entries h3{margin:0;
        font-size:calc(15.9px * 1.35);
        line-height:1.35;}
.site-entries h3 a{text-decoration:none;
        transition:color 610ms var(--ease-slow);}
.site-entries h3 a:hover{}
.site-entries .fresh-surface{margin:0;
        font-size:15.9px;
        font-weight:600;
        line-height:1.83;}
.site-entries .primary-menu{margin:0;
        font-size:15.9px;
        line-height:1.83;}
.site-entries .local-fields{align-self:flex-start;
        margin-top:0.2rem;
        font-weight:700;
        font-size:calc(15.9px * .875);
        text-decoration:none;
        border-bottom:2px solid transparent;
        transition:border-color 610ms var(--ease-slow), color 610ms var(--ease-slow);}
.site-entries .local-fields:hover{border-bottom-color:#F4A261;}
.site-entries .clear-story{
        margin-top:calc(calc(0.99rem * 1.5) * 1.2);
        background:#F7F3EE;
        color:#3D322A;
        border-radius:0.65rem;
        padding:calc(1.5rem * .75);
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        gap:0.99rem;
        border:1px solid var(--line-inverse);
    }
.site-entries .clear-story p{margin:0;
        font-size:15.9px;
        line-height:1.83;
        max-width:60ch;}
.site-entries .fresh-steps{
        display:inline-block;
        background:#E85D3F;
        color:#FFFFFF;
        padding:0.6rem 1.2rem;
        border-radius:0.65rem;
        font-weight:700;
        font-size:calc(15.9px * .875);
        text-decoration:none;
        transition:background-color 610ms var(--ease-slow);
        white-space:nowrap;
    }
.site-entries .fresh-steps:hover{
        background:#C94A2E;color:var(--paint-main);}
@media (min-width: 640px){.site-entries .open-section{
            flex-direction:row;
            align-items:stretch;
        }.site-entries .wide-fields{
            flex: 0 0 38%;
            aspect-ratio:auto;
            min-height: 100%;
        }.site-entries .featured-surface{
            flex: 1 1 auto;
            padding: calc(1.5rem * .75);
        }
    }
@media (max-width: 640px){.site-entries .clear-story{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.text-group{background:#FDFBF7;color:#2D2016;padding:calc(1.5rem * 2.4) 2rem}
.text-group .signal{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr .8fr 1.1fr;gap:calc(0.99rem * 1.5);align-items:start}
.text-group .team-figure{min-width:0}
.text-group h2{margin:0;font-size:clamp(calc(15.9px * 2),4.5vw,calc(15.9px * 2.65));line-height:1.1;letter-spacing:0}
.text-group .team-figure p{margin:1.5rem 0 0;color:#3D322A;font-size:calc(15.9px * 1.125);line-height:1.65}
.text-group .wide-feature{min-width:0}
.text-group .wide-feature img{display:block;width:100%;height:100%;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.text-group .compact-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-group .featured-inner{padding:calc(1.5rem * .75);background:var(--tone-main);border:1px solid var(--line-inverse);border-radius:0.65rem;color:var(--paint-main);}
.text-group .steady-note{display:inline-block;font-size:calc(15.9px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#2D2016;background:#F4A261;padding:.2rem .6rem;border-radius:0.31rem}
.text-group .featured-inner p{margin:1.5rem 0 0;font-size:15.9px;line-height:1.6;color:var(--paint-main)}
.text-group .featured-inner a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 610ms var(--ease-slow)}
.text-group .featured-inner a:hover{color:inherit;border-color:#F4A261}
.text-group .featured-inner small{display:block;margin-top:calc(calc(1.5rem * .75)*.5);color:#3D322A;line-height:1.5;font-size:calc(15.9px * .875)}
@media(max-width:820px){.text-group .signal{grid-template-columns:1fr}.text-group .wide-feature img{aspect-ratio:16/9}}
.media-tile{padding:calc(1.5rem * 2.4) 2rem;background:linear-gradient(135deg, #FDF3E3 0%, #FBE5CE 50%, #F7D4B8 100%);color:#2D2016}
.media-tile .signal{max-width:900px;margin:0 auto}
.media-tile .narrow-tile{display:grid;grid-template-columns:1fr 1.2fr;gap:calc(0.99rem * 1.5) 1.5rem;align-items:end;margin-bottom:calc(0.99rem * 1.5)}
.media-tile h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15}
.media-tile .narrow-tile p{margin:0;font-size:15.9px;line-height:1.83}
.media-tile form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.media-tile .open-copy{display:block;padding:1.5rem;border-radius:1rem;background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);box-shadow:0 0px 4px rgba(0,0,0,0.06)}
.media-tile .open-copy span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.9px * .875);font-weight:700}
.media-tile input{width:100%;border:0;border-bottom:1px solid var(--line-inverse);background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.media-tile input:focus{border-bottom-color:#F4A261}
.media-tile .clear-story{grid-column:1 / -1;padding:1.5rem;border-radius:1rem;background:#F7F3EE;color:#3D322A;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.media-tile .clear-story p{margin:0;font-size:calc(15.9px * .875);line-height:1.83}
.media-tile .fresh-steps{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;border-radius:1rem;background:#E85D3F;color:#FFFFFF}
.media-tile .main-stack{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;max-width:38rem;cursor:pointer}
.media-tile .main-stack input{margin-top:0.3rem;accent-color:#F4A261}
.media-tile .main-stack span{font-size:calc(15.9px * .875);line-height:1.83}
.media-tile button{border:0;border-radius:0.65rem;background:#F4A261;color:#2D2016;font:inherit;font-weight:700;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 610ms var(--ease-slow)}
.media-tile button:hover{background:#E08A3C;color:var(--paint-main);}
@media(max-width:700px){.media-tile .narrow-tile{grid-template-columns:1fr}.media-tile form{grid-template-columns:1fr}.media-tile .clear-story{grid-template-columns:1fr}.media-tile .fresh-steps{flex-direction:column;align-items:flex-start}
}
.content-footer{padding:calc(1.5rem * 2.4) 2rem;background:#2D2016;color:#FDFBF7}
.content-footer .signal{max-width:min(900px,72rem);margin:0 auto}
.content-footer .bottom-intro{margin-bottom:calc(0.99rem * 1.5)}
.content-footer h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.1;max-width:34ch}
.content-footer .bottom-intro p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);max-width:62ch;color:rgba(253,251,247,.78)}
.content-footer .local-intro{display:grid;grid-template-columns:minmax(16rem,.42fr) minmax(0,1fr);gap:calc(0.99rem * 1.5);align-items:stretch}
.content-footer .strong-list{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-footer .open-surface{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(228,220,211,.25)}
.content-footer .open-surface:first-child{padding-top:0}
.content-footer .steady-note{display:block;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:.06em;color:rgba(253,251,247,.6)}
.content-footer .bottom-summary{display:block;margin-top:.45rem;font-size:15.9px;line-height:1.6;}
.content-footer a.value{color:#F4A261;text-decoration:none;transition:color 610ms var(--ease-slow)}
.content-footer a.value:hover{color:#E08A3C}
.content-footer .clear-story{margin-top:auto;padding:calc(1.5rem * .75);background:rgba(253,251,247,.08);border-radius:0.65rem}
.content-footer .clear-story p{margin:0;font-size:calc(15.9px * .875);line-height:1.7;color:rgba(253,251,247,.72)}
.content-footer .active-quote{min-height:30rem;border-radius:1rem;overflow:hidden;border:1px solid rgba(228,220,211,.2);box-shadow:0 8px 22px rgba(0,0,0,0.09)}
.content-footer iframe{display:block;width:100%;height:100%;min-height:30rem;border:0}
@media (max-width: 760px){.content-footer .local-intro{grid-template-columns:1fr}.content-footer .active-quote,.content-footer iframe{min-height:20rem}.content-footer .clear-story{margin-top:0}
}
.text-block{padding:calc(1.5rem * 2.4) 2rem;background:#2D2016;color:#FDFBF7}
.text-block .top-panel{max-width:min(900px,60rem);margin:0 auto}
.text-block .bottom-intro h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.1;font-weight:800}
.text-block .fresh-surface{margin:1.5rem 0 calc(0.99rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.83;opacity:.85;max-width:44rem}
.text-block .clear-story{background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);border-radius:0.65rem;padding:calc(1.5rem * .75) calc(0.99rem * 1.5);margin-bottom:calc(0.99rem * 1.5);font-size:15.9px}
.text-block .clear-story a,.text-block .direct-group a,.text-block .wide-intro a{color:#E85D3F;text-decoration:underline;text-underline-offset:2px}
.text-block .clear-story a:hover,.text-block .direct-group a:hover,.text-block .wide-intro a:hover{color:#F4A261}
.text-block .featured-surface{display:flex;flex-direction:column;gap:calc(0.99rem * 1.5)}
.text-block .direct-group{border-bottom:1px solid rgba(253,251,247,.14);padding-bottom:calc(0.99rem * 1.5)}
.text-block .direct-group:last-of-type{border-bottom:none}
.text-block .direct-group h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:700}
.text-block .direct-group p{margin:0 0 calc(1.5rem * .75);line-height:1.83;opacity:.85}
.text-block .direct-group p:last-child{margin-bottom:0}
.text-block .wide-intro{background:var(--tone-main);color:var(--paint-main);border-radius:1rem;padding:calc(0.99rem * 1.5);margin-top:1.5rem}
.text-block .wide-intro h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25}
.text-block .wide-intro p{margin:0 0 calc(1.5rem * .75);line-height:1.83}
.text-block .wide-intro ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-block .wide-intro li{line-height:1.83}
.text-block .narrow-wrap{margin-top:calc(0.99rem * 1.5);font-size:calc(15.9px * .875);opacity:.7}
@media (max-width:640px){.text-block .bottom-intro h2{font-size:calc(15.9px * 2)}.text-block .fresh-surface{font-size:15.9px}.text-block .wide-intro{padding:calc(1.5rem * .75)}
}
.soft-note{padding:calc(1.5rem * 2.4) 2rem;background:#FDFBF7;color:#2D2016}
.soft-note .page-rail{max-width:min(900px,62rem);margin:0 auto}
.soft-note .bottom-intro{margin-bottom:calc(0.99rem * 1.5)}
.soft-note h1{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 2.65);line-height:1.1;font-weight:800}
.soft-note .top-content{margin:0;font-size:calc(15.9px * 1.125);line-height:1.7;max-width:56ch}
.soft-note .focused-headline{border-top:1px solid var(--line-inverse)}
.soft-note .clear-story{padding:calc(1.5rem * .75) 0}
.soft-note .clear-story + .clear-story{border-top:1px solid var(--line-inverse)}
.soft-note h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:700}
.soft-note .clear-story p{margin:0;line-height:1.75;}
@media (max-width:640px){.soft-note h1{font-size:calc(15.9px * 2)}.soft-note .top-content{font-size:15.9px}
}
.offset--complete{background:#FDFBF7;color:#2D2016;padding:calc(1.5rem * 2.4) 2rem}
.offset--complete .signal{max-width:min(900px,70rem);margin:0 auto}
.offset--complete .primary-intro{display:flex;flex-direction:column;gap:calc(0.99rem * 1.5)}
.offset--complete .clear-story{display:flex;flex-direction:column;gap:0.99rem}
.offset--complete .team-figure{margin:0;font-size:calc(15.9px * .875);font-weight:700;letter-spacing:.02em;color:inherit;}
.offset--complete h2{margin:0;font-size:clamp(calc(15.9px * 2),6vw,calc(15.9px * 2.65));line-height:1.1;letter-spacing:0}
.offset--complete .featured-surface{display:grid;grid-template-columns:1fr 260px;gap:calc(0.99rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--line-inverse)}
.offset--complete .primary-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offset--complete .primary-brand p{margin:0;font-size:15.9px;line-height:1.7;color:#2D2016}
.offset--complete .primary-brand a{color:inherit;text-decoration:underline;text-underline-offset:.2em}
.offset--complete .primary-brand a:hover{color:inherit;}
.offset--complete .team-lead{display:flex;flex-wrap:wrap;gap:0.99rem;margin-top:1.5rem}
.offset--complete .team-lead a{padding:calc(1.5rem * .75) 0.99rem;border-radius:0.65rem;background:var(--tone-main);color:var(--paint-main);border:1px solid var(--line-inverse);text-decoration:none;font-weight:700;font-size:calc(15.9px * .875);transition:background 610ms var(--ease-slow),border-color 610ms var(--ease-slow)}
.offset--complete .team-lead a:hover{background:#F7F3EE;border-color:#E85D3F;color:#3D322A;}
.offset--complete .compact-visual{background:#F7F3EE;color:#3D322A;border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offset--complete .plain-links{margin:0;font-weight:800;font-size:15.9px}
.offset--complete .active-media{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:0.99rem;font-size:calc(15.9px * .875);line-height:1.6}
.offset--complete .active-media li::marker{color:inherit;}
.offset--complete .clear-group{margin:0;font-size:calc(15.9px * .875);color:#3D322A;opacity:.85}
@media(max-width:700px){.offset--complete .featured-surface{grid-template-columns:1fr}.offset--complete .compact-visual{margin-top:calc(0.99rem * 1.5)}.offset--complete .team-lead{flex-direction:column;align-items:flex-start}}
.top-quote{--mark-content:calc(1.5rem * 1.02);--mark-static:calc(900px / 3.15);padding:calc(1.5rem * 2.4) 2rem;background:#F4A261;color:#2D2016;}
.top-quote .signal{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;}
.top-quote h1,.top-quote h2,.top-quote h3,.top-quote p{margin:0;}
.top-quote h2{font-size:calc(15.9px * 2);line-height:1.12;max-width:var(--mark-static);}
.top-quote p{font-size:15.9px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-quote a{color:inherit;text-decoration:none;}
.top-quote .fresh-steps{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.31rem;background:#2D2016;color:#F4A261;font-weight:700;transition:background 610ms var(--ease-slow);}
.top-quote .fresh-steps:hover{background:#E08A3C;color:var(--paint-main);}
.top-quote .clear-story{font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 68%, transparent);}
.top-quote .team-figure{max-width:var(--mark-static);}
.top-quote .wide-actions>*+*{margin-top:1.5rem;}
.top-quote .wide-actions .team-figure{margin-top:calc(1.5rem * 0.6);}
.top-quote .wide-actions .fresh-steps{margin-top:calc(1.5rem * 0.8);}
.top-quote .team-lead{display:flex;flex-wrap:wrap;gap:0.99rem;margin-top:calc(1.5rem * 0.5);}
.top-quote .team-lead a{font-size:calc(15.9px * .875);padding:0.4rem 0;border-bottom:1px solid color-mix(in srgb, currentColor 38%, transparent);transition:border-color 610ms var(--ease-slow);}
.top-quote .team-lead a:hover{border-color:currentColor;}
@media (max-width: 640px){.top-quote .fresh-steps{width:100%;text-align:center;}
}
.narrow-inner{display:flex;background:#E85D3F;color:#FFFFFF}
.narrow-inner .main-headline,.narrow-inner .bottom-header{flex:1 1 0;min-width:0;padding:calc(1.5rem * 2.4) 2rem}
.narrow-inner .main-headline{display:flex;align-items:center;justify-content:flex-end}
.narrow-inner h1{max-width:9ch;margin:0;font-size:calc(15.9px * 2.65);line-height:1.05;text-align:right;font-weight:800}
.narrow-inner .bottom-header{display:flex;flex-direction:column;justify-content:center;background:#F4A261;color:#2D2016}
.narrow-inner p{max-width:32rem;margin:0;font-size:calc(15.9px * 1.125);line-height:1.83}
.narrow-inner p.copy{margin-top:calc(0.99rem * 1.5);font-size:15.9px;opacity:.92}
.narrow-inner .team-lead{display:flex;flex-wrap:wrap;gap:0.99rem;margin-top:calc(0.99rem * 1.5)}
.narrow-inner .team-lead a{color:inherit;font-size:15.9px;font-weight:700;text-underline-offset:.24em}
.narrow-inner .team-lead a:first-child{text-decoration-thickness:.14em}
.narrow-inner .team-lead a:last-child{text-decoration-style:dotted}
@media(min-width:761px){.narrow-inner .main-headline{order:2}}
@media(max-width:760px){.narrow-inner{display:block}.narrow-inner .main-headline{justify-content:flex-start}.narrow-inner h1{text-align:left;font-size:calc(15.9px * 2)}}
