*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
a{color:inherit;}
.figure {
    width: 100%;
    background: #faf5ea;
    color: #2c2317;
    border-bottom: 1px solid var(--tone-extra-3);
    padding: calc(2.17rem * 1.5) 0;
  }
.quiet-area {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1.84rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.17rem;
  }
.primary-steps {
    display: flex;
    align-items: center;
    gap: calc(2.17rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
:root {
  --surface-inverse: #2c2317;
  --tone-extra-3: #e0d4bc;
  --ink-dark: #fffdf7;
  --delay-entry: cubic-bezier(0.22,1,0.36,1);
}
.main-summary {
    font-size: calc(19.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2c2317;
    text-decoration: none;
    white-space: nowrap;
  }
.service-callout ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.17rem * 1.5);
  }
.service-callout a {
    color: #2c2317;
    text-decoration: none;
    font-size: 19.4px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.27rem;
    transition: color 440ms var(--delay-entry);
  }
.service-callout a:hover {
    color: #a8622a;
  }
.content-steps {
    display: flex;
    align-items: center;
    gap: 2.17rem;
    flex: 0 0 auto;
  }
.text-region {
    display: inline-block;
    background: #6b7a3a;
    color: #fbf7ee;
    text-decoration: none;
    font-size: 19.4px;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border-radius: 0.49rem;
    box-shadow: 0 1px 7px rgba(0,0,0,0.11);
    transition: background 440ms var(--delay-entry);
    white-space: nowrap;
  }
.text-region:hover{
    background: #57652e;color:var(--surface-inverse);}
.direct-brand {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #efe7d5;
    color: #3f3323;
    border: 1px solid var(--tone-extra-3);
    border-radius: 0.49rem;
    cursor: pointer;
  }
.direct-brand span{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #3f3323;
    border-radius: 2px;
    transition: transform 440ms var(--delay-entry), opacity 440ms var(--delay-entry);color:var(--surface-inverse);}
.direct-brand.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.direct-brand.is-open span:nth-child(2){opacity: 0;}
.direct-brand.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 900px) {
    .service-callout ul {
      gap: 2.17rem;
    }
    .text-region {
      padding: 0.55rem 1rem;
      font-size: calc(19.4px * .875);
    }
  }
@media (max-width: 767px) {
    .quiet-area {
      flex-wrap: wrap;
      align-items: center;
    }

    .primary-steps {
      gap: 2.17rem;
      flex: 1 1 auto;
    }

    .direct-brand {
      display: flex;
    }

    .text-region {
      display: none;
    }

    .service-callout {
      display: none;
      flex-basis: 100%;
      width: 100%;
      order: 3;
      margin-top: calc(2.17rem * 1.5);
      padding-top: calc(2.17rem * 1.5);
      border-top: 1px solid var(--tone-extra-3);
    }

    .service-callout.is-open {
      display: block;
    }

    .service-callout ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .service-callout li {
      border-bottom: 1px solid var(--tone-extra-3);
    }

    .service-callout li:last-child {
      border-bottom: none;
    }

    .service-callout a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.4px;
    }
  }
.active-details{font-family:"Cormorant Garamond", sans-serif;font-size:19.4px;line-height:1.65;padding:calc(1.5rem * 2.4) 1.84rem;width:100%;background:#2c2317;color:#f6f1e6;}
.team-contact{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.17rem * 1.5)}
.local-nav{display:flex;flex-wrap:wrap;gap:2.17rem;padding-bottom:calc(2.17rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.visual-benefit{flex:1 1 280px;min-width:240px}
.public-stack{font-size:calc(19.4px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.title{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:19.4px}
.local-steps{display:block}
.active-track{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35);width:fit-content;transition:border-color 440ms var(--delay-entry)}
.active-track:hover,
  .active-track:focus-visible{border-color:currentColor}
.public-menu{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2.17rem}
.strong-plan{max-width:480px}
.page-figure{display:inline-block;font-size:calc(19.4px * 2);font-weight:700;letter-spacing:-0.01em}
.narrow-links{margin:calc(1.5rem * .75) 0 0;font-size:19.4px;opacity:0.8}
.service-rail{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.17rem;padding-top:calc(2.17rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.text-summary{min-width:0}
.media-view{font-size:calc(19.4px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.clear-method{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.clear-method a{color:inherit;text-decoration:none;font-size:19.4px;transition:opacity 440ms var(--delay-entry)}
.clear-method a:hover,
  .clear-method a:focus-visible{opacity:0.7;color:inherit}
.steady-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2.17rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(19.4px * .875)}
.secondary-note{margin:0;max-width:72ch;opacity:0.85}
.secondary-actions{margin:0;opacity:0.7}
@media (max-width: 860px) {.service-rail{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.active-details{padding:calc(2.17rem * 1.5) 1.84rem;background:#2c2317;color:#f6f1e6;}.service-rail{grid-template-columns:1fr}.page-figure{font-size:calc(19.4px * 1.35)}
  }
.cookies{position:fixed;left:1.84rem;bottom:1.5rem;width:min(360px,calc(100vw - (1.84rem * 2)));z-index:1200;}
.cookies .secondary-method{border-radius:1rem;padding:1.5rem 1.84rem;background:linear-gradient(140deg,#6b7a3a,#57652e);color:#fbf7ee;box-shadow:0 16px 54px rgba(0,0,0,0.18);}
.cookies .secondary-method h3{margin:0 0 6px;}
.cookies .secondary-method p{margin:0;opacity:.92;}
.cookies .main-links{margin-top:12px;display:grid;gap:8px;}
.cookies .main-links button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);color:inherit;border-radius:0.27rem;padding:8px 10px;cursor:pointer;}
.cookies .main-links button.cookie-accept{background:#a8622a;color:#fdf6ea;border-color:#8d4f1f;}
.clear-track{
  padding:calc(1.5rem * 2.4) 1.84rem;
  min-height:calc(calc(1.5rem * 2.4) * 4);
  display:flex;
  align-items:flex-end;
  background:linear-gradient(rgba(250,245,234,.82),rgba(250,245,234,.94)),url("https://images.pexels.com/photos/1090638/pexels-photo-1090638.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#faf5ea;
  color:#2c2317;
}
.clear-track .site-team{width:100%;
  max-width:1680px;
  margin:0 auto;}
.clear-track h1,
.clear-track p{margin:0;}
.clear-track .primary-callout{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2.17rem;}
.clear-track .plain-surface{min-width:0;
  flex:1 1 auto;}
.clear-track .plain-surface p{font-size:19.4px;
  line-height:1.65;
  max-width:calc(1680px / 3);
  color:#3f3323;}
.clear-track h1{margin-top:calc(1.5rem / 2);
  font-size:calc(19.4px * 2.65);
  line-height:1.08;}
.clear-track .text-plan{flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(1.5rem * .75);
  max-width:calc(1680px / 3.6);}
.clear-track .narrow-method{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#6b7a3a;
  color:#fbf7ee;
  text-decoration:none;
  transition:background 440ms var(--delay-entry);
}
.clear-track .narrow-method:hover{
  background:#57652e;color:var(--surface-inverse);}
.clear-track .bottom-footer{font-size:calc(19.4px * .875);
  line-height:1.65;
  color:#3f3323;}
.clear-track .bottom-footer a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.clear-track .bottom-footer a:hover{color:inherit;}
@media(max-width:760px){.clear-track .primary-callout{
    align-items:flex-start;
    flex-direction:column;
  }.clear-track .text-plan{
    max-width:none;
  }
}
.card-key-points{--layer-local:calc(1.5rem * 1.32);--layer-main:calc(1680px / 2.35);padding:calc(1.5rem * 2.4) 1.84rem;background:#a8622a;color:#fdf6ea;}
.card-key-points .site-team{max-width:1680px;margin:0 auto;}
.card-key-points h2,.card-key-points h3,.card-key-points p{margin:0;}
.card-key-points h2{font-size:calc(19.4px * 2);line-height:1.14;max-width:var(--layer-main);}
.card-key-points h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.card-key-points p{font-size:19.4px;line-height:1.65;}
.card-key-points a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.card-key-points a:hover{opacity:.82;}
.card-key-points .service-plan{max-width:var(--layer-main);}
.card-key-points .plain-intro{margin-top:1.5rem;opacity:.86;}
.card-key-points .open-details{display:flex;flex-wrap:wrap;gap:var(--layer-local) 2.17rem;margin-top:var(--layer-local);}
.card-key-points .bottom-note{flex:1 1 calc(50% - 2.17rem);min-width:260px;padding-top:calc(2.17rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.card-key-points .bottom-note p{margin-top:calc(1.5rem / 3.2);opacity:.82;}
.card-key-points .bottom-footer{margin-top:var(--layer-local);padding-top:calc(2.17rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);font-size:calc(19.4px * .875);opacity:.9;}
@media (max-width:720px){.card-key-points .bottom-note{flex:1 1 100%;}
}
.visual-grid{
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: #2c2317;
  color: #f6f1e6;
}
.visual-grid .site-team{max-width: min(1680px, 72rem);
  margin: 0 auto;}
.visual-grid .service-plan{max-width: 52rem;
  margin-bottom: calc(2.17rem * 1.5);}
.visual-grid h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.12;}
.visual-grid .plain-intro{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.4px * 1.125);
  color: #d8cdb8;
  line-height: 1.65;}
.visual-grid .clear-story{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;
  align-items: stretch;}
.visual-grid .bottom-note{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--ink-dark);
  color: var(--surface-inverse);
  border: 1px solid var(--tone-extra-3);
  border-radius: 0.49rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.visual-grid .primary-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.4px;
  line-height: 1.65;}
.visual-grid .wide-quote{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-extra-3);}
.visual-grid .columns{font-weight: 700;
  font-size: 19.4px;}
.visual-grid .wide-quote small{font-size: calc(19.4px * .875);color:inherit;}
.visual-grid .active-wrap{margin-top: calc(2.17rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3f3323;}
.visual-grid .local-grid{display: block;
  font-size: calc(19.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d8cdb8;
  margin-bottom: calc(1.5rem * .75);}
.visual-grid .offer-nav{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.17rem * 0.6) 2.17rem;}
.visual-grid .offer-nav li{font-size: 19.4px;
  opacity: 0.85;}
.visual-grid .primary-actions{margin: calc(2.17rem * 1.5) 0 0;
  font-size: calc(19.4px * .875);
  color: #d8cdb8;}
.visual-grid .primary-actions a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.visual-grid .primary-actions a:hover{color:inherit;}
@media (max-width: 760px) {.visual-grid .clear-story{
    display: block;
  }.visual-grid .bottom-note + .bottom-note{
    margin-top: 2.17rem;
  }
}
.local-story{--layer-local:calc(1.5rem * 1.15);--layer-main:calc(1680px / 2.6);padding:calc(1.5rem * 2.4) 1.84rem;background:#6b7a3a;color:#fbf7ee;}
.local-story .site-team{max-width:1680px;margin:0 auto;}
.local-story h2,.local-story h3,.local-story p{margin:0;}
.local-story h2{font-size:calc(19.4px * 2);line-height:1.14;max-width:var(--layer-main);}
.local-story h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.local-story p{font-size:19.4px;line-height:1.65;}
.local-story .plain-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.local-story .primary-actions{max-width:var(--layer-main);opacity:.82;}
.local-story .open-details{display:flex;flex-wrap:wrap;gap:2.17rem;margin-top:var(--layer-local);}
.local-story .bottom-note{flex:1 1 calc(1680px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border-radius:0.49rem;background:color-mix(in srgb, #fbf7ee 12%, transparent);color:var(--surface-inverse);}
.local-story .bottom-note .primary-items{font-size:calc(19.4px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.local-story .bottom-note a.route{margin-top:auto;font-size:calc(19.4px * .875);text-decoration:underline;text-underline-offset:3px;}
.local-story a{color:inherit;text-decoration:none;}
.local-story a:hover{}
.local-story .site-grid{margin-top:var(--layer-local);display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(2.17rem / 1.4);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, #fbf7ee 28%, transparent);}
.local-story .site-grid p{flex:1 1 100%;opacity:.82;}
.local-story .site-grid a{font-size:calc(19.4px * .875);text-decoration:underline;text-underline-offset:3px;}
@media (max-width:720px){.local-story .open-details{gap:calc(2.17rem / 1.2);}.local-story .bottom-note{flex:1 1 100%;}
}
.primary-links{
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: #efe7d5;
  color: #3f3323;
}
.primary-links .site-team{max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(2.17rem * 1.5);
  align-items: start;}
.primary-links .narrow-method{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-dark);
  color: var(--surface-inverse);
  border: 1px solid var(--tone-extra-3);
  box-shadow: 0 1px 7px rgba(0,0,0,0.11);
}
.primary-links .narrow-method span{
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 0.27rem;
  background: #a8622a;
  color: #fdf6ea;
  font-size: calc(19.4px * .875);
  letter-spacing: 0.02em;
}
.primary-links h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(19.4px * 2);
  line-height: 1.1;}
.primary-links .plain-intro{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.4px;
  line-height: 1.65;}
.primary-links a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #6b7a3a;
  color: #fbf7ee;
  text-decoration: none;
  transition: background 440ms var(--delay-entry);
}
.primary-links a:hover{
  background: #57652e;color:var(--surface-inverse);}
.primary-links .plain-fields{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-links .plain-fields > p{margin: 0 0 calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;}
.primary-links .compact-benefit{
  padding: calc(calc(1.5rem * .75) * 0.85) calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: var(--ink-dark);
  color: var(--surface-inverse);
  border-left: 3px solid #6b7a3a;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.primary-links .compact-benefit strong{font-size: 19.4px;}
.primary-links .compact-benefit span{font-size: calc(19.4px * .875);
  line-height: 1.65;
  opacity: 0.85;}
@media (max-width: 820px) {.primary-links .site-team{
    grid-template-columns: 1fr;
  }
}
.plain-body{padding:calc(calc(1.5rem * 2.4) * 1.6) 1.84rem;background:#faf5ea;color:#2c2317;}
.plain-body .local-body{max-width:1680px;margin:0 auto;display:grid;gap:calc(2.17rem * 1.5);}
.plain-body .main-track{display:grid;gap:calc(1.5rem * .75);max-width:60ch;}
.plain-body .main-track h2{margin:0;font-size:calc(19.4px * 2);line-height:1.2;}
.plain-body .plain-intro{margin:0;font-size:19.4px;}
.plain-body .clear-wrap{display:flex;flex-wrap:wrap;gap:.5rem;}
.plain-body .primary-items{display:inline-block;padding:.3rem .8rem;border:1px solid var(--tone-extra-3);border-radius:0.27rem;font-size:calc(19.4px * .875);background:#efe7d5;color:#3f3323;}
.plain-body .primary-items.is-on{background:#6b7a3a;color:#fbf7ee;border-color:#6b7a3a;}
.plain-body .strong-team{display:grid;gap:calc(1.5rem * .75);}
.plain-body .active-header{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--tone-extra-3);}
.plain-body .active-header:last-child{border-bottom:0;padding-bottom:0;}
.plain-body .local-rail{display:block;overflow:hidden;border-radius:0.49rem;border:1px solid var(--tone-extra-3);}
.plain-body .local-rail img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.plain-body .bottom-contact{display:grid;gap:.4rem;align-content:start;}
.plain-body .active-entries{margin:0;font-size:calc(19.4px * .875);letter-spacing:.04em;text-transform:uppercase;}
.plain-body .bottom-contact h3{margin:0;font-size:calc(19.4px * 1.35);line-height:1.25;}
.plain-body .bottom-contact h3 a{text-decoration:none;}
.plain-body .bottom-contact h3 a:hover{color:inherit;}
.plain-body .plain-surface{margin:0;font-size:19.4px;}
.plain-body .site-grid{align-self:start;margin-top:.3rem;font-size:calc(19.4px * .875);text-decoration:none;color:inherit;}
.plain-body .site-grid:hover{color:inherit;}
@media (max-width: 860px){.plain-body .active-header{grid-template-columns:1fr;}.plain-body .local-rail img{aspect-ratio:16/9;}
    }
.featured-headline{--layer-local:calc(1.5rem * 1.11);--layer-main:calc(1680px / 2.35);padding:calc(1.5rem * 2.4) 1.84rem;background:#6b7a3a;color:#fbf7ee;}
.featured-headline .site-team{max-width:1680px;margin:0 auto;}
.featured-headline h2,.featured-headline h3,.featured-headline p{margin:0;}
.featured-headline h2{font-size:calc(19.4px * 2);line-height:1.12;}
.featured-headline h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.featured-headline p{font-size:19.4px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-headline .team-visual{padding-block:calc(var(--layer-local) / 2);}
.featured-headline .local-block{row-gap:calc(var(--layer-local) * 1.2);}
.featured-headline .local-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.featured-headline .content-menu{display:flex;align-items:flex-start;gap:2.17rem;}
.featured-headline .plain-surface{flex:1 1 calc(1680px / 3);min-width:0;}
.featured-headline .plain-surface p{margin-top:1.5rem;max-width:var(--layer-main);}
.featured-headline .open-details{flex:2 1 calc(1680px / 2);display:flex;flex-direction:column;gap:var(--layer-local);}
.featured-headline .bottom-note{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-headline .bottom-note p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.featured-headline .content-menu{flex-direction:column;}.featured-headline .open-details{margin-top:1.5rem;}}
.focused-group{--layer-local:calc(1.5rem * 1.15);--layer-main:calc(1680px / 3.10);padding:calc(1.5rem * 2.4) 1.84rem;background:#faf5ea;color:#2c2317;}
.focused-group .site-team{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.focused-group h2,.focused-group h3,.focused-group p{margin:0;}
.focused-group h2{font-size:calc(19.4px * 2);line-height:1.14;}
.focused-group h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.focused-group p{font-size:19.4px;line-height:1.65;}
.focused-group .service-plan{max-width:var(--layer-main);}
.focused-group .plain-intro{margin-top:calc(1.5rem / 2.2);color:#3f3323;}
.focused-group .method{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-extra-3);}
.focused-group .bottom-note{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid var(--tone-extra-3);}
.focused-group .bottom-note p{margin-top:calc(1.5rem / 3);max-width:calc(var(--layer-main) * 2.4);color:#3f3323;}
.focused-group .bottom-footer{margin-top:calc(1.5rem / 2);font-size:calc(19.4px * .875);color:#3f3323;}
.focused-group .bottom-footer a{color:inherit;text-decoration:none;border-bottom:1px solid #6b7a3a;}
.focused-group .bottom-footer a:hover{color:inherit;border-bottom-color:#a8622a;}
@media (min-width:900px){.focused-group .site-team{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.1fr);gap:2.17rem;align-items:start;}.focused-group .service-plan{position:sticky;top:1.5rem;}.focused-group .method{grid-column:2;}.focused-group .bottom-footer{grid-column:1 / -1;}
}
.offer-menu{
  background: #faf5ea;
  color: #2c2317;
  padding: calc(1.5rem * 2.4) 1.84rem;
}
.offer-menu .site-team{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;
  align-items: flex-start;}
.offer-menu .plain-surface{display: flex;
  flex-direction: column;
  gap: calc(2.17rem * 1.5);
  flex: 1 1 26rem;
  min-width: 0;}
.offer-menu h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.08;}
.offer-menu .plain-surface > p{margin: 0;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;
  max-width: 46rem;}
.offer-menu .top-frame{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.17rem * 1.5);}
.offer-menu .top-frame div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: var(--ink-dark);
  color: var(--surface-inverse);
  border: 1px solid var(--tone-extra-3);
}
.offer-menu strong{font-size: calc(19.4px * 1.35);
  line-height: 1.16;
  flex: 0 0 12rem;
  min-width: 0;}
.offer-menu span{flex: 1 1 16rem;
  min-width: 0;
  line-height: 1.65;}
.offer-menu .visual-proof{display: block;
  flex: 1 1 22rem;
  min-width: 0;
  width: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1.28rem;}
@media (max-width: 860px) {.offer-menu .visual-proof{ min-height: 20rem; }.offer-menu strong{ flex: 1 1 100%; }
}
.visual{
  background: #faf5ea;
  color: #2c2317;
  padding: calc(1.5rem * 2.4) 1.84rem;
}
.visual .site-team{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .38fr) minmax(0, 1fr);
  gap: 2.17rem;}
.visual h2,
.visual h3,
.visual p{margin: 0;}
.visual h2{font-size: calc(19.4px * 2); line-height: 1.1;}
.visual h3{font-size: calc(19.4px * 1.35); line-height: 1.18;}
.visual p{font-size: 19.4px; line-height: 1.65;}
.visual .direct-copy{
  display: grid;
  gap: calc(2.17rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.28rem;
  background: #efe7d5;
  color: #3f3323;
}
.visual .clear-brand{display: grid;
  gap: calc(2.17rem * 1.5);}
.visual .top-lead{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  column-gap: 1.5rem;
  row-gap: calc(2.17rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-dark);
  color: var(--surface-inverse);
  border: 1px solid var(--tone-extra-3);
  text-decoration: none;
}
.visual .top-lead b{grid-area: role;
  font-size: calc(19.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #3f3323;}
.visual .top-lead h3{grid-area: name;}
.visual .top-lead p{grid-area: text;}
.visual .top-lead:hover h3{color:inherit;}
.visual .public-rail{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2.17rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #2c2317;
  color: #f6f1e6;
}
.visual .public-rail a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.visual .site-team{ grid-template-columns: 1fr; }.visual .top-lead{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }.visual .public-rail{ flex-direction: column; align-items: flex-start; }
}
.active-service{--layer-local:calc(1.5rem * 1.1);--layer-main:calc(1680px / 2.6);padding:calc(1.5rem * 2.4) 1.84rem;background:#faf5ea;color:#2c2317;}
.active-service .site-team{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-local);}
.active-service h2,.active-service h3,.active-service p{margin:0;}
.active-service h2{font-size:calc(19.4px * 2);line-height:1.14;}
.active-service h3{font-size:calc(19.4px * 1.35);line-height:1.25;}
.active-service p{font-size:19.4px;line-height:1.65;}
.active-service .service-plan{max-width:var(--layer-main);}
.active-service .plain-intro{margin-top:calc(2.17rem * 1.5);color:#3f3323;}
.active-service .method{display:flex;flex-direction:column;gap:calc(2.17rem * 1.5);border-top:1px solid var(--tone-extra-3);padding-top:calc(2.17rem * 1.5);}
.active-service .bottom-note{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-extra-3);}
.active-service .bottom-note p{margin-top:calc(calc(2.17rem * 1.5) / 2);color:#3f3323;max-width:var(--layer-main);}
.active-service .bottom-footer{margin-top:calc(2.17rem * 1.5);font-size:calc(19.4px * .875);color:#3f3323;}
.active-service .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.active-service .bottom-footer a:hover{color:inherit;}
@media (max-width:720px){.active-service .site-team{gap:calc(2.17rem * 1.5);}.active-service .service-plan{max-width:none;}
}
.compact-visual{--layer-local:calc(1.5rem * 1.20);--label-base:calc(1680px / 3.53);padding:calc(1.5rem * 2.4) 1.84rem;background:#a8622a;color:#fdf6ea;}
.compact-visual .site-team{max-width:1680px;margin:0 auto;}
.compact-visual h2,.compact-visual h3,.compact-visual p{margin:0;}
.compact-visual h2{font-size:calc(19.4px * 2);line-height:1.12;}
.compact-visual h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.compact-visual p{font-size:19.4px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-visual .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.17rem;padding-block:calc(var(--layer-local) / 2);padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.compact-visual .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.compact-visual .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.compact-visual .plain-fields{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.compact-visual .bottom-note{flex:1 1 var(--label-base);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-visual .bottom-note p{margin-top:calc(1.5rem / 3);}
.compact-visual .bottom-footer{flex:1 1 100%;margin-top:calc(var(--layer-local) * .6);font-size:calc(19.4px * .875);}
.compact-visual .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:opacity 440ms var(--delay-entry);}
.compact-visual .bottom-footer a:hover{opacity:.72;}
@media (max-width:720px){.compact-visual .bottom-note{border-inline-start:0;padding-inline-start:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
}
.narrow-entries{--layer-local:calc(1.5rem * 1.32);--layer-main:calc(1680px / 2.40);--state-public:calc(1680px / 3.10);padding:calc(1.5rem * 2.4) 1.84rem;background:#faf5ea;color:#2c2317;}
.narrow-entries .site-team{max-width:1680px;margin:0 auto;}
.narrow-entries h2,.narrow-entries h3,.narrow-entries p{margin:0;}
.narrow-entries h2{font-size:calc(19.4px * 2);line-height:1.12;}
.narrow-entries h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.narrow-entries p{font-size:19.4px;line-height:1.65;}
.narrow-entries .service-plan{max-width:var(--layer-main);}
.narrow-entries .service-plan .plain-intro{margin-top:calc(2.17rem * 1.5);color:#3f3323;}
.narrow-entries .site-panel{margin:var(--layer-local) 0 0;max-width:var(--state-public);}
.narrow-entries .site-panel img{display:block;width:100%;height:auto;border-radius:0.49rem;box-shadow:0 1px 7px rgba(0,0,0,0.11);}
.narrow-entries .open-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.17rem;margin-top:var(--layer-local);}
.narrow-entries .bottom-note{flex:1 1 calc(1680px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-extra-3);}
.narrow-entries .bottom-note p{margin-top:calc(1.5rem / 3.2);color:#3f3323;}
.narrow-entries .bottom-footer{margin-top:var(--layer-local);font-size:calc(19.4px * .875);color:#3f3323;}
.narrow-entries .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.narrow-entries .bottom-footer a:hover{color:inherit;}
@media (max-width:720px){.narrow-entries .bottom-note{flex:1 1 100%;}.narrow-entries .site-panel{max-width:100%;}
}
.local-surface{--layer-local:calc(1.5rem * 1.35);--layer-main:calc(1680px / 2.80);padding:calc(1.5rem * 2.4) 1.84rem;background:#6b7a3a;color:#fbf7ee;}
.local-surface .site-team{max-width:1680px;margin:0 auto;}
.local-surface h2,.local-surface h3,.local-surface p{margin:0;}
.local-surface h2{font-size:calc(19.4px * 2);line-height:1.12;max-width:var(--layer-main);}
.local-surface h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.local-surface p{font-size:19.4px;line-height:1.65;}
.local-surface .primary-actions{font-size:calc(19.4px * .875);letter-spacing:0.02em;opacity:0.82;}
.local-surface .open-details{display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.local-surface .bottom-note{flex:1 1 calc(1680px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.49rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.local-surface .bottom-note h3{margin-top:calc(1.5rem / 3.5);}
.local-surface .bottom-note p{margin-top:calc(1.5rem / 3.5);opacity:0.9;}
.local-surface .wide-quote{font-size:calc(19.4px * .875);font-weight:600;opacity:1;}
.local-surface .wide-frame{font-size:calc(19.4px * .875);opacity:0.72;}
@media (max-width:720px){.local-surface .bottom-note{flex:1 1 100%;}
}
.service-tile{padding:calc(1.5rem * 2.4) 1.84rem;background:#faf5ea;color:#2c2317}
.service-tile .site-team{max-width:min(1680px,58rem);margin:0 auto}
.service-tile .service-plan{max-width:44rem}
.service-tile h2{margin:0;font-size:calc(19.4px * 2);line-height:1.1}
.service-tile .service-plan p{margin:calc(2.17rem * 1.5) 0 0;color:#3f3323;line-height:1.65}
.service-tile .fresh-brand{margin-top:calc(2.17rem * 1.5);border-top:1px solid var(--tone-extra-3)}
.service-tile details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-extra-3)}
.service-tile summary{cursor:pointer;font-size:calc(19.4px * 1.125);line-height:1.22;list-style:none}
.service-tile summary::-webkit-details-marker{display:none}
.service-tile summary::after{content:"+";float:right;font-size:19.4px;color:inherit;}
.service-tile details[open] summary::after{content:"–"}
.service-tile details p{max-width:48rem;margin:calc(2.17rem * 1.5) 0 0;color:#3f3323;line-height:1.65}
@media(max-width:720px){.service-tile .fresh-brand{margin-top:calc(2.17rem * 1.5)}.service-tile summary{font-size:19.4px}
}
.proof{
  padding:calc(1.5rem * 2.4) 1.84rem;
  background:#6b7a3a;
  color:#fbf7ee;
  overflow:hidden;
}
.proof .site-team{max-width:1680px;
  margin:0 auto;}
.proof .plain-intro{max-width:46rem;
  margin:0 0 calc(2.17rem * 1.5);}
.proof .plain-intro h2{margin:0;
  font-size:calc(19.4px * 2);
  line-height:1.05;}
.proof .plain-intro p{margin:1.5rem 0 0;
  font-size:calc(19.4px * 1.125);
  line-height:1.65;}
.proof .clear-story{display:flex;
  flex-wrap:wrap;
  gap:2.17rem;}
.proof .bottom-note{flex:1 1 20rem;
  min-width:16rem;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid rgba(251,247,238,0.28);}
.proof .primary-items{
  display:inline-block;
  margin-bottom:calc(1.5rem * .75);
  padding:.15rem .55rem;
  font-size:calc(19.4px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  background:#a8622a;
  color:#fdf6ea;
  border-radius:0.27rem;
}
.proof .bottom-note strong{display:block;
  font-size:calc(19.4px * 1.35);
  line-height:1.15;}
.proof .bottom-note p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.65;}
.proof .bottom-note a{text-decoration:underline;
  text-underline-offset:3px;}
.proof .bottom-note a:hover{}
@media (max-width:720px){.proof .bottom-note{
    flex:1 1 100%;
    min-width:0;
  }
}
.plain-inner{
  background: #faf5ea;
  color: #2c2317;
  padding: calc(1.5rem * 2.4) 1.84rem;
}
.plain-inner .site-team{width: min(100%, 1680px);
  margin: 0 auto;}
.plain-inner .service-plan{max-width: 62rem;}
.plain-inner h2,
.plain-inner p{margin: 0;}
.plain-inner h2{font-size: calc(19.4px * 2);
  line-height: 1.08;}
.plain-inner .plain-intro{color: #3f3323;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;
  margin-top: 1.5rem;}
.plain-inner .open-details{margin-top: calc(2.17rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-inner .bottom-note{display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-extra-3);}
.plain-inner .active-list{
  flex: 0 0 min(20rem, 34%);
  margin: 0;
  border-radius: 0.49rem;
  overflow: hidden;
  background: #efe7d5;color:#3f3323;}
.plain-inner .active-list img{display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.plain-inner .plain-surface{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.plain-inner .primary-items{font-size: calc(19.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.plain-inner strong{font-size: calc(19.4px * 1.35);
  line-height: 1.16;}
.plain-inner .plain-surface p{color: #3f3323;
  line-height: 1.65;}
@media (max-width: 720px) {.plain-inner .bottom-note{ flex-direction: column; }.plain-inner .active-list{ flex: 0 0 auto; width: 100%; }
}
.wide-media{--layer-local:calc(1.5rem * 1.42);--layer-main:calc(1680px / 2.30);--font-heading:calc(1680px / 3.66);padding:calc(1.5rem * 2.4) 1.84rem;background:#6b7a3a;color:#fbf7ee;}
.wide-media .site-team{max-width:1680px;margin:0 auto;}
.wide-media h1,.wide-media h2,.wide-media h3,.wide-media p{margin:0;}
.wide-media h1{font-size:calc(19.4px * 2.65);line-height:1.08;}
.wide-media h2{font-size:calc(19.4px * 2);line-height:1.12;}
.wide-media h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.wide-media p{font-size:19.4px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-media a{color:inherit;text-decoration:none;}
.wide-media img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.wide-media .narrow-method{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fbf7ee;color:#6b7a3a;}
.wide-media .plain-intro,.wide-media .primary-actions{}
.wide-media .open-details{display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.wide-media .bottom-note{flex:1 1 calc(1680px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.49rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.wide-media .bottom-note p,.wide-media .bottom-note a{margin-top:calc(1.5rem / 3);}
.wide-media .bottom-note img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.wide-media .stack>.open-details{margin-top:var(--layer-local);}
.wide-media .stack>h2{margin-top:var(--layer-local);}
.strong-summary{--layer-local:calc(1.5rem * 1.05);--label-base:calc(1680px / 3.4);padding:calc(1.5rem * 2.4) 1.84rem;background:#6b7a3a;color:#fbf7ee;}
.strong-summary .site-team{max-width:1680px;margin:0 auto;}
.strong-summary h2,.strong-summary h3,.strong-summary p{margin:0;}
.strong-summary h2{font-size:calc(19.4px * 2);line-height:1.14;}
.strong-summary h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.strong-summary p{font-size:19.4px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.strong-summary .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.17rem;}
.strong-summary .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.strong-summary .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.strong-summary .plain-fields{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.strong-summary .bottom-note{flex:1 1 var(--label-base);min-width:0;padding-block-start:calc(calc(1.5rem * .75) * .9);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-summary .bottom-note p{margin-top:calc(1.5rem / 3.2);}
.strong-summary .top-visual{row-gap:calc(var(--layer-local) * .7);}
.strong-summary .local-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (max-width:720px){.strong-summary .row-title h2,.strong-summary .row-title>p{flex:1 1 100%;}.strong-summary .bottom-note{flex:1 1 100%;}
}
.text-track{--layer-local:calc(1.5rem * 0.9);--layer-main:calc(1680px / 2.9);padding:calc(1.5rem * 2.4) 1.84rem;background:#efe7d5;color:#3f3323;}
.text-track .site-team{max-width:1680px;margin:0 auto;}
.text-track h2,.text-track p{margin:0;}
.text-track h2{font-size:calc(19.4px * 2);line-height:1.14;max-width:var(--layer-main);}
.text-track p{font-size:19.4px;line-height:1.65;}
.text-track a{color:inherit;text-decoration:none;}
.text-track .team-figure{display:flex;flex-direction:column;gap:calc(2.17rem * 1.5);}
.text-track .direct-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.text-track .plain-intro{max-width:var(--layer-main);opacity:0.92;}
.text-track .bottom-contact{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--tone-extra-3);padding-top:calc(2.17rem * 1.5);}
.text-track .primary-actions{flex:1 1 22rem;max-width:var(--layer-main);font-size:calc(19.4px * .875);opacity:0.85;}
.text-track .visual-service{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);flex:0 1 auto;}
.text-track .narrow-method{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#6b7a3a;color:#fbf7ee;font-size:19.4px;transition:background 440ms var(--delay-entry);}
.text-track .narrow-method:hover{background:#57652e;color:var(--surface-inverse);}
.text-track .bottom-footer{font-size:calc(19.4px * .875);opacity:0.85;max-width:26rem;}
.text-track .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-track .bottom-footer a:hover{color:inherit;}
@media (max-width:640px){.text-track .bottom-contact{flex-direction:column;align-items:flex-start;}
}
.text-copy{padding:calc(1.5rem * 2.4) 1.84rem;background:#efe7d5;color:#3f3323}
.text-copy .site-team{max-width:1680px;margin:0 auto}
.text-copy .team-menu{display:flex;flex-wrap:wrap;gap:calc(2.17rem * 1.5);align-items:flex-start}
.text-copy .service-plan{flex:1 1 320px;min-width:0}
.text-copy h2{margin:0;font-size:calc(19.4px * 2);line-height:1.08}
.text-copy .service-plan p{margin:1.5rem 0 0;font-size:19.4px;line-height:1.65}
.text-copy .site-view{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:1px;background:var(--tone-extra-3);border:1px solid var(--tone-extra-3);border-radius:1rem;overflow:hidden;color:var(--surface-inverse);}
.text-copy .site-view a{display:block;background:var(--ink-dark);color:var(--surface-inverse);padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 440ms var(--delay-entry)}
.text-copy .site-view a:hover{background:#efe7d5;color:#3f3323;}
.text-copy strong{display:block;font-size:19.4px;line-height:1.2}
.text-copy span{display:block;margin-top:0.4rem;font-size:calc(19.4px * .875);line-height:1.5;opacity:0.85}
@media(max-width:780px){.text-copy .team-menu{display:block}.text-copy .site-view{margin-top:calc(2.17rem * 1.5)}.text-copy h2{font-size:calc(19.4px * 1.35)}}
.media-inner{
  background:#faf5ea;
  color:#2c2317;
  padding:calc(1.5rem * 2.4) 1.84rem;
}
.media-inner .site-team{max-width:60rem;
  margin:0 auto;}
.media-inner .service-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.17rem * 1.5);
  align-items:flex-start;}
.media-inner h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.4px * 2);
  line-height:1.1;}
.media-inner .service-plan p{flex:0 1 22rem;
  min-width:0;
  margin:0;
  color:#3f3323;
  line-height:1.65;}
.media-inner .fresh-figure{margin-top:calc(2.17rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.17rem;}
.media-inner .fresh-figure a{flex:1 1 17rem;
  min-width:0;
  color:#2c2317;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid var(--tone-extra-3);
  transition:border-color 440ms var(--delay-entry);}
.media-inner .fresh-figure a:hover{border-top-color:#a8622a;}
.media-inner .fresh-figure strong,
.media-inner .fresh-figure span{display:block;}
.media-inner .fresh-figure strong{font-size:19.4px;
  line-height:1.3;}
.media-inner .fresh-figure span{margin-top:.4rem;
  color:#3f3323;
  line-height:1.65;}
.media-inner .bottom-footer{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.17rem;
  margin-top:calc(2.17rem * 1.5);}
.media-inner .narrow-method{
  display:inline-flex;
  color:#fbf7ee;
  background:#6b7a3a;
  text-decoration:none;
  border-radius:1.28rem;
  padding:.75rem 1.15rem;
  transition:background 440ms var(--delay-entry);
}
.media-inner .narrow-method:hover{
  background:#57652e;color:var(--surface-inverse);}
.media-inner .text-plan{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #6b7a3a;
  padding-bottom:.15rem;
  transition:color 440ms var(--delay-entry), border-color 440ms var(--delay-entry);}
.media-inner .text-plan:hover{color:inherit;
  border-bottom-color:#a8622a;}
@media (max-width:680px){.media-inner .service-plan{display:block}.media-inner .service-plan p{margin-top:1.5rem}.media-inner .fresh-figure{display:block}.media-inner .fresh-figure a{display:block;margin-top:2.17rem}
}
.entries{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: linear-gradient(135deg, #faf5ea 0%, #efe7d5 55%, #e3d8bf 100%);
  color: #2c2317;
}
.entries .site-team{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.entries .fresh-method{max-width: 62rem;
  margin: 0 0 calc(2.17rem * 1.5);
  padding: 1.5rem 0;}
.entries h2{margin: 0;
  font-size: calc(19.4px * 2.65);
  line-height: 1.05;}
.entries .fresh-method p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;}
.entries .secondary-content{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.17rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.entries .featured-feature{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;}
.entries .featured-feature p{max-width: 26rem;
  margin: 0;
  line-height: 1.65;}
.entries .main-links{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.entries .main-links a{color: inherit;
  font-size: calc(19.4px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.entries .fresh-media{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: calc(2.17rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);}
.entries .fresh-media a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.65;
  overflow-wrap: anywhere;}
.entries .fresh-media span{display: block;
  margin-top: .35rem;
  font-size: calc(19.4px * .875);
  opacity: .7;}
@media (max-width: 720px) {.entries .secondary-content,
  .entries .featured-feature{
    display: block;
  }.entries .featured-feature p + p{
    margin-top: calc(1.5rem * .75);
  }.entries .main-links{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.media-quote{
  background:#faf5ea;
  color:#2c2317;
  padding:calc(1.5rem * 2.4) 1.84rem;
}
.media-quote .site-team{max-width:60rem;
  margin:0 auto;}
.media-quote .service-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.17rem * 1.5);
  align-items:flex-start;}
.media-quote h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.4px * 2);
  line-height:1.1;}
.media-quote .service-plan p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#3f3323;
  line-height:1.65;}
.media-quote .fresh-figure{margin-top:calc(2.17rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.17rem;}
.media-quote .fresh-figure a{
  flex:1 1 15rem;
  min-width:0;
  color:#2c2317;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--ink-dark);
  border:1px solid var(--tone-extra-3);
  border-radius:1rem;
  transition:border-color 440ms var(--delay-entry);
}
.media-quote .fresh-figure a:hover{border-color:#a8622a;}
.media-quote .fresh-figure strong,
.media-quote .fresh-figure span{display:block;}
.media-quote .fresh-figure span{margin-top:.4rem;
  color:#3f3323;
  line-height:1.65;
  font-size:calc(19.4px * .875);}
.media-quote .primary-actions{margin:calc(2.17rem * 1.5) 0 0;
  color:#3f3323;
  line-height:1.65;
  font-size:calc(19.4px * .875);}
.media-quote .primary-actions a{color:inherit;
  text-decoration:underline;}
.media-quote .primary-actions a:hover{color:inherit;}
.media-quote .narrow-method{
  display:inline-flex;
  margin-top:calc(2.17rem * 1.5);
  color:#fbf7ee;
  background:#6b7a3a;
  text-decoration:none;
  border-radius:1.28rem;
  padding:.75rem 1.2rem;
  transition:background 440ms var(--delay-entry);
}
.media-quote .narrow-method:hover{
  background:#57652e;color:var(--surface-inverse);}
@media (max-width:680px){.media-quote .service-plan{display:block}.media-quote .service-plan p{margin-top:1.5rem}.media-quote .fresh-figure{display:block}.media-quote .fresh-figure a{display:block;margin-top:2.17rem}
}
.plain-callout{
        --layer-local: calc(1.5rem * 1.26);
        --layer-main: calc(1680px / 2.50);
        --label-base: calc(1680px / 3.59);
        padding: calc(1.5rem * 2.4) 1.84rem;
        background: #2c2317;
        color: #f6f1e6;
    }
.plain-callout .site-team{max-width: 1680px;
        margin: 0 auto;}
.plain-callout h1,
    .plain-callout h2,
    .plain-callout h3,
    .plain-callout p,
    .plain-callout ul{margin: 0;}
.plain-callout h2{font-size: calc(19.4px * 2);
        line-height: 1.12;}
.plain-callout h3{font-size: calc(19.4px * 1.35);
        line-height: 1.2;}
.plain-callout p{font-size: 19.4px;
        line-height: 1.65;}
.plain-callout a{color: inherit;
        text-decoration: none;}
.plain-callout .team-visual{padding-block: calc(var(--layer-local) / 2);}
.plain-callout .local-block{row-gap: calc(var(--layer-local) * 1.2);}
.plain-callout .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.17rem;}
.plain-callout .row-title h2{flex: 1 1 calc(1680px / 3);
        min-width: 0;}
.plain-callout .row-title > p{flex: 1 1 calc(1680px / 3);
        min-width: 0;}
.plain-callout .open-details{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--layer-local);
        margin-top: var(--layer-local);}
.plain-callout .bottom-note{flex: 1 1 var(--label-base);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #f6f1e6 22%, transparent);}
.plain-callout .bottom-note p{margin-top: calc(1.5rem / 3);
        opacity: .88;}
.plain-callout .bottom-note a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;
        border-bottom: 1px solid color-mix(in srgb, #f6f1e6 40%, transparent);
        padding-block-end: 2px;}
.plain-callout .bottom-note a:hover{opacity: 1;
        border-bottom-color: #f6f1e6;}
.plain-callout .bottom-footer{flex: 1 1 100%;
        margin-top: calc(var(--layer-local) * .6);
        font-size: calc(19.4px * .875);
        opacity: .82;}
.plain-callout .bottom-footer a{border-bottom: 1px solid color-mix(in srgb, #f6f1e6 40%, transparent);}
.plain-callout .bottom-footer a:hover{border-bottom-color: #f6f1e6;}
.fresh-entries{
  padding:calc(1.5rem * 2.4) 1.84rem;
  background:linear-gradient(135deg, #faf5ea 0%, #efe7d5 55%, #e3d8bf 100%);
  color:#2c2317;
}
.fresh-entries .site-team{max-width:1680px;
  margin:0 auto;}
.fresh-entries .clear-story{display:flex;
  gap:calc(2.17rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.fresh-entries .page-callout{flex:0 1 20rem;
  min-width:0;
  padding-left:1.5rem;
  border-left:1px solid color-mix(in srgb,#2c2317 26%,transparent);}
.fresh-entries .page-callout p{margin:0 0 calc(1.5rem * .75);
  line-height:1.65;}
.fresh-entries .page-callout .primary-actions{margin:0;
  font-size:calc(19.4px * .875);
  opacity:0.82;}
.fresh-entries .clear-flow{flex:1 1 46rem;
  min-width:0;}
.fresh-entries h2{margin:0 0 calc(2.17rem * 1.5);
  font-size:calc(19.4px * 2);
  line-height:1.08;}
.fresh-entries .clear-brand{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid color-mix(in srgb,#2c2317 18%,transparent);}
.fresh-entries .clear-benefit{display:flex;
  gap:1.5rem;
  align-items:baseline;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb,#2c2317 18%,transparent);}
.fresh-entries strong{flex:0 0 13rem;
  min-width:0;
  font-size:calc(19.4px * .875);
  letter-spacing:0.01em;}
.fresh-entries span{flex:1 1 30rem;
  min-width:0;
  line-height:1.65;}
@media(max-width:760px){.fresh-entries .clear-story{display:block}.fresh-entries .page-callout{
    border-left:0;
    padding-left:0;
    margin-bottom:calc(2.17rem * 1.5);
  }.fresh-entries .clear-benefit{
    display:block;
    padding:calc(1.5rem * .75) 0;
  }.fresh-entries strong{
    display:block;
    margin-bottom:calc(calc(1.5rem * .75) / 2);
  }.fresh-entries span{display:block}
}
.team-group{--layer-local:calc(1.5rem * 1.05);--layer-main:calc(1680px / 3.20);padding:calc(1.5rem * 2.4) 1.84rem;background:#efe7d5;color:#3f3323;}
.team-group .site-team{max-width:1680px;margin:0 auto;}
.team-group h2,.team-group h3,.team-group p{margin:0;}
.team-group h2{font-size:calc(19.4px * 2);line-height:1.12;}
.team-group h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.team-group p{font-size:19.4px;line-height:1.65;}
.team-group a{color:inherit;text-decoration:none;}
.team-group a:hover{color:inherit;}
.team-group .service-plan{max-width:var(--layer-main);}
.team-group .service-plan .plain-intro{margin-top:calc(1.5rem / 3);}
.team-group .open-details{display:flex;flex-wrap:wrap;gap:var(--layer-local) 2.17rem;margin-top:var(--layer-local);}
.team-group .bottom-note{flex:1 1 calc(1680px / 4.2);min-width:260px;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-extra-3);}
.team-group .bottom-note p{margin-top:calc(1.5rem / 3);}
.team-group .primary-actions{margin-top:var(--layer-local);max-width:var(--layer-main);}
.featured-callout{
  background:#efe7d5;
  color:#3f3323;
  padding:calc(1.5rem * 2.4) 1.84rem;
}
.featured-callout .site-team{max-width:1680px;
  margin:0 auto;
  display:flex;
  gap:calc(2.17rem * 1.5);
  align-items:flex-start;}
.featured-callout .main-stack{flex:1 1 34rem;
  min-width:0;}
.featured-callout .plain-intro{margin:0 0 calc(2.17rem * 1.5);
  max-width:38rem;
  line-height:1.65;
  font-size:19.4px;}
.featured-callout h2{margin:0 0 calc(2.17rem * 1.5);
  font-size:calc(19.4px * 2);
  line-height:1.1;
  letter-spacing:0;}
.featured-callout .open-details{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--tone-extra-3);}
.featured-callout .bottom-note{display:flex;
  gap:2.17rem;
  align-items:baseline;
  padding:.85rem 0;
  border-bottom:1px solid var(--tone-extra-3);}
.featured-callout .bottom-note .offer-shell{flex:0 0 auto;
  font-size:calc(19.4px * .875);
  letter-spacing:.08em;}
.featured-callout .bottom-note p{margin:0;
  line-height:1.65;}
.featured-callout .bottom-footer{margin-top:calc(2.17rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.17rem;}
.featured-callout .bottom-footer a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  font-size:calc(19.4px * .875);
  transition:color 440ms var(--delay-entry);}
.featured-callout .bottom-footer a:hover{}
.featured-callout .media-tile{display:block;
  flex:0 0 auto;
  width:min(36%,26rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;}
@media (max-width:820px){.featured-callout .site-team{
    flex-direction:column-reverse;
  }.featured-callout .media-tile{
    width:100%;
    min-width:0;
    max-height:26rem;
    aspect-ratio:16/10;
  }
}
.site-form{--layer-local:calc(1.5rem * 1.15);--layer-main:calc(1680px / 2.60);padding:calc(1.5rem * 2.4) 1.84rem;background:#faf5ea;color:#2c2317;}
.site-form .site-team{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.17rem;align-items:flex-start;}
.site-form h2,.site-form p,.site-form figure{margin:0;}
.site-form h2{font-size:calc(19.4px * 2);line-height:1.14;}
.site-form p{font-size:19.4px;line-height:1.65;}
.site-form .service-plan{flex:1 1 calc(1680px / 3.2);min-width:0;}
.site-form .service-plan .plain-intro{margin-top:1.5rem;max-width:var(--layer-main);}
.site-form .clear-story{flex:2 1 calc(1680px / 2.1);min-width:0;display:flex;flex-direction:column;gap:var(--layer-local);border-left:1px solid var(--tone-extra-3);padding-left:1.5rem;}
.site-form .bottom-note{min-width:0;}
.site-form .bottom-note .primary-copy{font-size:calc(19.4px * 1.125);line-height:1.5;}
.site-form .bottom-note .wide-quote{margin-top:calc(1.5rem / 3);font-size:calc(19.4px * .875);}
.site-form .active-list{flex:1 1 100%;margin-top:calc(2.17rem * 1.5);}
.site-form .active-list img{display:block;width:100%;height:auto;border-radius:1rem;}
.site-form .active-list figcaption{margin-top:calc(1.5rem / 2.5);font-size:calc(19.4px * .875);max-width:var(--layer-main);}
@media (max-width:900px){.site-form .clear-story{border-left:0;padding-left:0;border-top:1px solid var(--tone-extra-3);padding-top:1.5rem;}
}
.page-service{
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: #2c2317;
  color: #f6f1e6;
}
.page-service .site-team{max-width: min(1680px, 72rem);
  margin: 0 auto;}
.page-service .direct-nav{max-width: 48rem;
  margin-bottom: calc(2.17rem * 1.5);}
.page-service h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.1;}
.page-service .plain-intro{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.4px * 1.125);
  color: #d8cdb8;}
.page-service .clear-story{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;}
.page-service .bottom-note{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #3f3323;}
.page-service .clear-benefit{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(calc(1.5rem * .75) * .7);}
.page-service .wide-quote{font-weight: 700;
  font-size: calc(19.4px * 1.35);}
.page-service .primary-items{font-size: calc(19.4px * .875);color:inherit;
  letter-spacing: 0.02em;}
.page-service .bottom-note p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  color: #d8cdb8;}
.page-service .bottom-note small{display: block;
  font-size: calc(19.4px * .875);
  color: #d8cdb8;
  opacity: 0.85;}
.page-service .primary-actions{margin: calc(2.17rem * 1.5) 0 0;
  font-size: 19.4px;
  color: #d8cdb8;}
.page-service .primary-actions a{text-decoration: underline;
  text-underline-offset: 3px;}
.page-service .primary-actions a:hover{color:inherit;}
@media (max-width: 700px) {.page-service .clear-story{
    display: block;
  }.page-service .bottom-note + .bottom-note{
    margin-top: 2.17rem;
  }
}
.focused-list{padding:calc(1.5rem * 2.4) 1.84rem;background:linear-gradient(135deg, #faf5ea 0%, #efe7d5 55%, #e3d8bf 100%);color:#2c2317}
.focused-list .site-team{max-width:1680px;margin:0 auto;display:flex;align-items:flex-start;gap:2.17rem}
.focused-list .plain-intro{flex:0 0 min(23rem,33vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.focused-list .plain-intro h2{margin:0;font-size:calc(19.4px * 2);line-height:1.06}
.focused-list .plain-intro p{margin:calc(2.17rem * 1.5) 0 0;font-size:calc(19.4px * 1.125);line-height:1.65}
.focused-list .plain-intro strong{display:block;margin-top:calc(2.17rem * 1.5);font-size:19.4px;line-height:1.3}
.focused-list .visual-lead{flex:1 1 0;display:flex;flex-direction:column;border-top:1px solid var(--tone-extra-3)}
.focused-list .text-view{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--tone-extra-3)}
.focused-list .text-view strong{flex:0 0 min(15rem,32%);font-size:19.4px;line-height:1.25}
.focused-list .text-view p{flex:1 1 0;margin:0;font-size:calc(19.4px * .875);line-height:1.65}
.focused-list .bottom-footer{margin:calc(2.17rem * 1.5) auto 0;max-width:1680px;font-size:calc(19.4px * .875);line-height:1.65}
.focused-list .bottom-footer a{text-decoration:underline;text-underline-offset:3px}
.focused-list .bottom-footer a:hover{}
@media(max-width:760px){.focused-list .site-team{display:block}.focused-list .plain-intro{position:static;max-width:26rem;margin-bottom:calc(2.17rem * 1.5)}.focused-list .text-view{display:block}.focused-list .text-view strong{display:block;margin-bottom:calc(1.5rem * .75)}}
.simple-copy{
  --layer-local:calc(1.5rem * 1.2);
  --axis-static:calc(1680px / 3.5);
  padding:calc(1.5rem * 2.4) 1.84rem;
  background:#efe7d5;
  color:#3f3323;
}
.simple-copy .site-team{max-width:1680px;
  margin:0 auto;}
.simple-copy h2,
.simple-copy h3,
.simple-copy p{margin:0;}
.simple-copy h2{font-size:calc(19.4px * 2);
  line-height:1.12;}
.simple-copy h3{font-size:calc(19.4px * 1.35);
  line-height:1.22;}
.simple-copy p{font-size:19.4px;
  line-height:1.65;}
.simple-copy a{color:inherit;
  text-decoration:none;}
.simple-copy a:hover{color:inherit;}
.simple-copy img{display:block;
  width:100%;
  height:auto;
  border-radius:0.49rem;
  margin-bottom:calc(1.5rem * .75);}
.simple-copy .service-plan{display:flex;
  flex-wrap:wrap;
  gap:2.17rem;
  align-items:flex-end;
  padding-bottom:calc(2.17rem * 1.5);
  border-bottom:1px solid var(--tone-extra-3);}
.simple-copy .service-plan h2{flex:1 1 var(--axis-static);
  min-width:0;}
.simple-copy .service-plan .plain-intro{flex:1 1 var(--axis-static);
  min-width:0;
  max-width:calc(1680px / 2.1);}
.simple-copy .open-details{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-local);
  margin-top:calc(2.17rem * 1.5);}
.simple-copy .bottom-note{flex:1 1 var(--axis-static);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .5);}
.simple-copy .bottom-note p{font-size:calc(19.4px * .875);}
.simple-copy .bottom-note a{margin-top:auto;
  padding-top:calc(calc(1.5rem * .75) * .4);
  font-size:calc(19.4px * .875);
  border-top:1px solid var(--tone-extra-3);}
.simple-copy .bottom-footer{margin-top:calc(2.17rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--tone-extra-3);
  display:flex;
  flex-wrap:wrap;
  gap:2.17rem;
  align-items:baseline;}
.simple-copy .bottom-footer .primary-actions{flex:1 1 var(--axis-static);
  min-width:0;
  font-size:calc(19.4px * .875);}
.simple-copy .bottom-footer a{font-size:calc(19.4px * .875);
  white-space:nowrap;}
@media (max-width:720px){.simple-copy .bottom-footer a{
    white-space:normal;
  }
}
.primary-content{
  --layer-local:calc(1.5rem * 0.9);
  --layer-main:calc(1680px / 3.1);
  --font-heading:calc(1680px / 3.8);
  padding:calc(1.5rem * 2.4) 1.84rem;
  background:#faf5ea;
  color:#2c2317;
}
.primary-content .site-team{max-width:1680px;margin:0 auto;}
.primary-content h2,.primary-content h3,.primary-content p{margin:0;}
.primary-content h2{font-size:calc(19.4px * 2);line-height:1.14;max-width:var(--layer-main);}
.primary-content h3{font-size:calc(19.4px * 1.35);line-height:1.22;}
.primary-content p{font-size:19.4px;line-height:1.65;}
.primary-content .service-plan{display:flex;flex-direction:column;gap:calc(2.17rem * 1.5);}
.primary-content .plain-intro{max-width:calc(1680px / 2.2);color:#3f3323;}
.primary-content .open-details{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.17rem;
  margin-top:var(--layer-local);}
.primary-content .bottom-note{flex:1 1 calc(1680px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(2.17rem * 1.5) * 0.6);}
.primary-content .bottom-note img{display:block;
  width:100%;
  height:auto;
  border-radius:0.49rem;
  box-shadow:0 1px 7px rgba(0,0,0,0.11);}
.primary-content .bottom-note p{color:#3f3323;}
.primary-content .bottom-footer{align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(2.17rem * 1.5) * 0.4) 0;color:inherit;
  text-decoration:none;
  border-bottom:1px solid var(--tone-extra-3);
  font-size:calc(19.4px * .875);
  letter-spacing:0.01em;
  transition:color 440ms var(--delay-entry),border-color 440ms var(--delay-entry);}
.primary-content .bottom-footer:hover{color:inherit;border-color:#a8622a;}
.primary-content .text-plan{margin-top:var(--layer-local);
  padding-top:calc(2.17rem * 1.5);
  border-top:1px solid var(--tone-extra-3);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(2.17rem * 1.5) 2.17rem;}
.primary-content .primary-actions{flex:1 1 calc(1680px / 3.4);
  color:#3f3323;
  font-size:calc(19.4px * .875);}
.primary-content .clear-story{flex:1 1 calc(1680px / 3.4);
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(2.17rem * 1.5) * 0.5);}
.primary-content .clear-story a{color:inherit;
  text-decoration:none;
  font-size:calc(19.4px * .875);
  border-bottom:1px solid transparent;
  transition:color 440ms var(--delay-entry),border-color 440ms var(--delay-entry);}
.primary-content .clear-story a:hover{color:inherit;border-color:#a8622a;}
@media (max-width:900px){.primary-content .plain-intro{max-width:none;}.primary-content .bottom-note{flex:1 1 100%;}
}
.text-nav{padding:calc(1.5rem * 2.4) 1.84rem;background:linear-gradient(135deg, #faf5ea 0%, #efe7d5 55%, #e3d8bf 100%);color:#2c2317}
.text-nav .site-team{max-width:1680px;margin:0 auto}
.text-nav .service-plan{max-width:42rem;margin-bottom:calc(2.17rem * 1.5)}
.text-nav h2{margin:0;font-size:calc(19.4px * 2);line-height:1.05}
.text-nav .service-plan p{margin:1.5rem 0 0;font-size:calc(19.4px * 1.125);line-height:1.65}
.text-nav .team-menu{display:flex;flex-wrap:wrap;gap:1.5rem 2.17rem}
.text-nav .steady-rail{flex:1 1 20rem;min-width:16rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-extra-3)}
.text-nav .steady-rail strong{display:block;font-size:calc(19.4px * 1.35);line-height:1.15}
.text-nav .steady-rail p{margin:calc(1.5rem * .75) 0 0;font-size:19.4px;line-height:1.65}
.text-nav .bottom-footer{margin-top:calc(2.17rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-extra-3);font-size:calc(19.4px * .875);line-height:1.65}
.text-nav .bottom-footer a{text-decoration:underline;text-underline-offset:3px}
.text-nav .bottom-footer a:hover{}
@media(max-width:760px){.text-nav .team-menu{flex-direction:column}.text-nav .steady-rail{flex:1 1 auto;min-width:0}
}
.top-form{padding:calc(1.5rem*2.8) 1.84rem;background:#faf5ea;color:#2c2317}
.top-form .text-rail,.top-form .active-inner{max-width:1680px;margin:0 auto}
.top-form h1{margin:0;color:#2c2317;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.top-form .active-quote{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:#7a6a52}
.top-form .active-quote span{background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:999px;padding:.42rem .65rem}
.top-form .public-summary{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.28rem;box-shadow:0 6px 14px rgba(0,0,0,0.14);margin:1.2rem auto}
.top-form .active-inner{background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:1.28rem;padding:1.2rem}
.top-form p{margin:.85rem 0 0;color:var(--surface-inverse);opacity:.86;line-height:1.6}
.top-form .compact-steps{font-size:calc(19.4px * 1.125);opacity:1}
.top-form h2{margin:1.4rem 0 0;color:var(--surface-inverse);font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.top-form a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.top-form a:hover{color:inherit;}
.offer-entries{padding:calc(1.5rem*2.8) 1.84rem;background:#faf5ea;color:#2c2317}
.offer-entries .text-rail,.offer-entries .active-inner{max-width:1680px;margin:0 auto}
.offer-entries h1{margin:0;color:#2c2317;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.offer-entries .active-quote{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:#3f3323}
.offer-entries .active-quote span{background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:999px;padding:.42rem .65rem}
.offer-entries .public-summary{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.28rem;box-shadow:0 6px 14px rgba(0,0,0,0.14);margin:1.2rem auto}
.offer-entries .active-inner{background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:1.28rem;padding:1.2rem}
.offer-entries p{margin:.85rem 0 0;color:var(--surface-inverse);opacity:.86;line-height:1.6}
.offer-entries .compact-steps{font-size:calc(19.4px * 1.125);opacity:1}
.offer-entries h2{margin:1.4rem 0 0;color:var(--surface-inverse);font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.offer-entries a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.offer-entries a:hover{color:inherit;}
.steady-area{padding:calc(1.5rem*2.6) 1.84rem;background:#faf5ea;color:#2c2317}
.steady-area .text-rail{max-width:1680px;margin:0 auto}
.steady-area h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em}
.steady-area .active-quote{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.1rem 0 0;font-size:calc(19.4px * .875)}
.steady-area .active-quote span{background:#efe7d5;color:#3f3323;border-radius:0.27rem;padding:.4rem .7rem}
.steady-area .public-summary{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1rem;box-shadow:0 1px 7px rgba(0,0,0,0.11);margin:1.6rem auto 0}
.steady-area .active-inner{max-width:min(100%,860px);margin:2rem auto 0;background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:1rem;padding:calc(calc(1.5rem * .75) * 1.2)}
.steady-area .active-inner p{margin:.9rem 0 0;line-height:1.65;opacity:.9}
.steady-area .compact-steps{font-size:calc(19.4px * 1.125);opacity:1}
.steady-area .site-track{margin-top:1.8rem;padding-top:1.4rem;border-top:1px solid var(--tone-extra-3)}
.steady-area .site-track:first-of-type{border-top:0;padding-top:0;margin-top:1.2rem}
.steady-area h2{margin:0;font-size:clamp(1.3rem,2.4vw,1.75rem);line-height:1.2}
.steady-area a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.steady-area a:hover{color:inherit;}
@media (max-width:640px){.steady-area{padding:calc(1.5rem*1.6) 1.84rem}.steady-area .active-inner{padding:calc(1.5rem * .75)}
}
.plain-team{padding:calc(1.5rem * 2.4) 1.84rem;background:#2c2317;color:#f6f1e6}
.plain-team .site-team{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.17rem * 1.5)}
.plain-team .service-plan{flex:1 1 22rem;max-width:34rem}
.plain-team h2{margin:0;font-size:calc(19.4px * 2);line-height:1.1}
.plain-team .service-plan p{margin:1.5rem 0 0;opacity:.82;line-height:1.65}
.plain-team .visual-frame{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-team .visual-frame li{position:relative;padding-left:1.1rem;font-size:calc(19.4px * .875);line-height:1.65;opacity:.9}
.plain-team .visual-frame li::before{content:"";position:absolute;left:0;top:.62em;width:.45rem;height:.45rem;border-radius:50%;background:#a8622a;color:#fdf6ea;}
.plain-team form{flex:1 1 26rem;background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 6px 14px rgba(0,0,0,0.14)}
.plain-team fieldset{display:flex;flex-wrap:wrap;gap:2.17rem;margin:0;padding:0;border:0}
.plain-team fieldset label{flex:1 1 12rem}
.plain-team label span{display:block;margin-bottom:.4rem;font-size:calc(19.4px * .875);letter-spacing:.02em}
.plain-team input,.plain-team textarea{width:100%;padding:.72rem .85rem;border:1px solid var(--tone-extra-3);border-radius:0.27rem;background:#faf5ea;color:#2c2317;font:inherit}
.plain-team input:focus,.plain-team textarea:focus{outline:2px solid #a8622a;outline-offset:1px}
.plain-team .primary-surface{display:block;margin-top:1.5rem}
.plain-team textarea{resize:vertical;min-height:6.5rem}
.plain-team .primary-figure{margin:1.5rem 0;font-size:calc(19.4px * .875);line-height:1.65;color:inherit;opacity:.72}
.plain-team button{display:inline-block;padding:.8rem 1.5rem;border:1px solid #6b7a3a;border-radius:0.27rem;background:#6b7a3a;color:#fbf7ee;font:inherit;cursor:pointer;transition:background 440ms var(--delay-entry)}
.plain-team button:hover{background:#57652e;border-color:#57652e;color:var(--surface-inverse);}
@media(max-width:720px){.plain-team .site-team{display:block}.plain-team form{margin-top:calc(2.17rem * 1.5)}}
.compact-callout{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: linear-gradient(135deg, #faf5ea 0%, #efe7d5 55%, #e3d8bf 100%);
  color: #2c2317;
}
.compact-callout .site-team{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.compact-callout .fresh-method{max-width: 62rem;
  margin: 0 0 calc(2.17rem * 1.5);
  padding: 1.5rem 0;}
.compact-callout h2{margin: 0;
  font-size: calc(19.4px * 2.65);
  line-height: 1.05;}
.compact-callout .fresh-method p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;}
.compact-callout .secondary-content{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.17rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.compact-callout .featured-feature{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;}
.compact-callout .featured-feature p{max-width: 26rem;
  margin: 0;
  line-height: 1.65;}
.compact-callout .main-links{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.compact-callout .main-links a{color: inherit;
  font-size: calc(19.4px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.compact-callout .fresh-media{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.compact-callout .fresh-media a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.65;}
.compact-callout .fresh-media span{display: block;
  margin-top: .25rem;
  font-size: calc(19.4px * .875);
  opacity: .7;}
@media (max-width: 720px) {.compact-callout .secondary-content,
  .compact-callout .featured-feature{
    display: block;
  }.compact-callout .featured-feature p + p{
    margin-top: calc(1.5rem * .75);
  }.compact-callout .main-links{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.compact-callout .fresh-media a{
    flex: 1 1 100%;
  }
}
.soft-wrap{padding:calc(1.5rem * 2.4) 1.84rem;background:#2c2317;color:#f6f1e6}
.soft-wrap .soft-header{max-width:min(1680px,64rem);margin:0 auto}
.soft-wrap h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.05}
.soft-wrap .plain-intro{margin:1.5rem 0 2.17rem;font-size:calc(19.4px * 1.35);line-height:1.3;max-width:52rem}
.soft-wrap .bottom-footer{display:flex;flex-wrap:wrap;gap:2.17rem;align-items:stretch}
.soft-wrap .public-links{flex:1 1 26rem;min-width:0;height:clamp(20rem,40vw,30rem);border-radius:1rem;overflow:hidden;border:1px solid var(--tone-extra-3);background:var(--ink-dark);color:var(--surface-inverse);}
.soft-wrap iframe{display:block;width:100%;height:100%;border:0}
.soft-wrap .text-plan{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1rem;background:var(--ink-dark);color:var(--surface-inverse);border:1px solid var(--tone-extra-3)}
.soft-wrap .clear-benefit{display:flex;flex-direction:column;gap:0.35rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--tone-extra-3)}
.soft-wrap .clear-benefit:last-child{border-bottom:0;padding-bottom:0}
.soft-wrap .clear-benefit span{font-size:calc(19.4px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72}
.soft-wrap .clear-benefit p{margin:0;line-height:1.5}
.soft-wrap .clear-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 440ms var(--delay-entry),color 440ms var(--delay-entry)}
.soft-wrap .clear-benefit a:hover{color:inherit;border-bottom-color:#a8622a}
.soft-wrap .primary-actions{margin:2.17rem 0 0;font-size:19.4px;line-height:1.6;max-width:56rem;opacity:0.88}
@media (max-width:720px){.soft-wrap .bottom-footer{flex-direction:column}.soft-wrap .public-links{height:20rem;flex:1 1 auto}.soft-wrap .text-plan{flex:1 1 auto}
}
.site-content{padding:calc(1.5rem * 2.4) 1.84rem;background:#efe7d5;color:#3f3323}
.site-content .compact-header{max-width:min(1680px,64rem);margin:0 auto}
.site-content .direct-nav{max-width:52rem}
.site-content h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.08}
.site-content .active-surface{margin:1.5rem 0 calc(2.17rem * 1.5);font-size:calc(19.4px * 1.125);line-height:1.65}
.site-content .visual-frame{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.site-content .primary-actions{padding:2.17rem 0;display:grid;grid-template-columns:minmax(11rem,16rem) 1fr;gap:calc(1.5rem * .75);align-items:start}
.site-content .primary-actions + .primary-actions{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.site-content h3{margin:0;font-size:calc(19.4px * 1.35);line-height:1.25}
.site-content .primary-actions p{margin:0;font-size:19.4px}
.site-content .primary-actions a{text-decoration:underline}
.site-content .primary-actions a:hover{}
.site-content .text-links{margin:calc(2.17rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);font-size:calc(19.4px * .875)}
@media (max-width:720px){.site-content .primary-actions{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.soft-contact{
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: #2c2317;
  color: #f6f1e6;
}
.soft-contact .site-team{max-width: min(1680px, 62rem);
  margin: 0 auto;}
.soft-contact .direct-nav{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.17rem * 1.5);
  border-bottom: 1px solid #3f3323;}
.soft-contact h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.1;}
.soft-contact .service-plan{margin: 0;
  max-width: 46rem;
  color: #d8cdb8;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;}
.soft-contact .bottom-contact{display: flex;
  flex-direction: column;
  gap: calc(2.17rem * 1.5);
  margin-top: calc(2.17rem * 1.5);}
.soft-contact .plain-intro{max-width: 50rem;}
.soft-contact .plain-intro p{margin: 0;
  color: #d8cdb8;}
.soft-contact .open-details{display: flex;
  flex-direction: column;
  gap: 2.17rem;}
.soft-contact .bottom-note{padding-left: calc(1.5rem * .75);
  border-left: 1px solid #3f3323;}
.soft-contact .bottom-note h3{margin: 0;
  font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.soft-contact .bottom-note p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #d8cdb8;}
@media (max-width: 720px) {.soft-contact .direct-nav{
    padding-bottom: calc(1.5rem * .75);
  }.soft-contact .bottom-note{
    padding-left: calc(1.5rem * .75);
  }
}
.team-surface{
  padding: calc(1.5rem * 2.4) 1.84rem;
  background: #2c2317;
  color: #f6f1e6;
}
.team-surface .site-team{max-width: min(1680px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.17rem * 1.5);}
.team-surface .direct-nav{max-width: 44rem;}
.team-surface h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.1;}
.team-surface .plain-intro{margin: calc(1.5rem * .75) 0 0;
  color: #d8cdb8;
  font-size: calc(19.4px * 1.125);
  line-height: 1.65;}
.team-surface .fresh-figure{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;
  border-top: 1px solid #3f3323;
  padding-top: calc(2.17rem * 1.5);}
.team-surface .compact-benefit{flex: 1 1 16rem;
  min-width: 0;}
.team-surface .compact-benefit .offer-shell{display: block;
  font-size: calc(19.4px * .875);
  letter-spacing: 0.08em;
  color: #d8cdb8;
  margin-bottom: calc(1.5rem * .75);}
.team-surface .compact-benefit strong{display: block;
  font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.team-surface .compact-benefit p{margin: calc(1.5rem * .75) 0 0;
  color: #d8cdb8;
  font-size: 19.4px;}
.team-surface .contact-grid{display: flex;
  flex-wrap: wrap;
  gap: 2.17rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75);
  border: 1px solid #3f3323;
  border-radius: 1rem;}
.team-surface .direct-proof{flex: 1 1 20rem;
  min-width: 0;}
.team-surface .direct-proof strong{display: block;
  font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.team-surface .direct-proof p{margin: calc(1.5rem * .75) 0 0;
  color: #d8cdb8;
  font-size: 19.4px;}
.team-surface .public-frame{flex: 1 1 18rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.team-surface .public-frame li{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.team-surface .public-frame .k{font-size: calc(19.4px * .875);
  letter-spacing: 0.06em;
  color: #d8cdb8;}
.team-surface .public-frame .v{font-size: 19.4px;
  text-decoration: none;}
.team-surface .public-frame a.v{border-bottom: 1px solid #3f3323;
  transition: color 440ms var(--delay-entry), border-color 440ms var(--delay-entry);}
.team-surface .public-frame a.v:hover{color:inherit;
  border-color: #a8622a;}
.team-surface .bottom-footer{margin: 0;
  font-size: 19.4px;
  color: #d8cdb8;}
.team-surface .bottom-footer a{text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 440ms var(--delay-entry);}
.team-surface .bottom-footer a:hover{color:inherit;}
@media (max-width: 640px) {.team-surface .fresh-figure{
    flex-direction: column;
  }
}
.bottom-view{
  --layer-local:calc(1.5rem * 1.02);
  --layer-main:calc(1680px / 3.15);
  padding:calc(1.5rem * 2.4) 1.84rem;
  background:#a8622a;
  color:#fdf6ea;
}
.bottom-view .site-team{max-width:1680px;
  margin:0 auto;}
.bottom-view h1,
.bottom-view h2,
.bottom-view h3,
.bottom-view p{margin:0;}
.bottom-view h2{font-size:calc(19.4px * 2);
  line-height:1.12;}
.bottom-view p{font-size:19.4px;
  line-height:1.65;}
.bottom-view a{color:inherit;
  text-decoration:none;}
.bottom-view .narrow-method{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#fdf6ea;
  color:#a8622a;
  font-size:19.4px;
  transition:background 440ms var(--delay-entry), color 440ms var(--delay-entry);
}
.bottom-view .narrow-method:hover{
  background:#8d4f1f;
  color:#fdf6ea;
}
.bottom-view .plain-intro{max-width:var(--layer-main);}
.bottom-view .primary-actions{max-width:var(--layer-main);
  font-size:calc(19.4px * .875);
  opacity:0.82;}
.bottom-view .bottom-footer{display:flex;
  flex-wrap:wrap;
  gap:1.84rem;
  margin-top:var(--layer-local);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.bottom-view .bottom-footer a{font-size:calc(19.4px * .875);
  text-decoration:underline;
  text-underline-offset:0.28em;
  text-decoration-thickness:1px;}
.bottom-view .bottom-footer a:hover{text-decoration-thickness:2px;}
.bottom-view .team-figure > h2,
.bottom-view .team-figure > p,
.bottom-view .team-figure > .narrow-method{margin-top:1.5rem;}
.bottom-view .team-figure > h2:first-child{margin-top:0;}
@media (max-width:640px){.bottom-view .bottom-footer{
    flex-direction:column;
    gap:calc(1.5rem * .75);
  }
}
.narrow-lead{padding:calc(1.5rem * 2.4) 1.84rem;background:#a8622a;color:#fdf6ea}
.narrow-lead .site-team{max-width:1680px;margin:0 auto}
.narrow-lead .content-menu{display:flex;gap:calc(2.17rem * 1.5);align-items:flex-start}
.narrow-lead .plain-surface{flex:1 1 36rem;min-width:0}
.narrow-lead h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.05}
.narrow-lead .plain-surface p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(19.4px * 1.125);line-height:1.65}
.narrow-lead .plain-surface .primary-actions{margin-top:calc(1.5rem * .75);font-size:19.4px;opacity:.88}
.narrow-lead .content-rail{flex:0 1 32rem;min-width:0;background:#2c2317;color:#f6f1e6;border-radius:1rem;padding:2.17rem;box-shadow:0 6px 14px rgba(0,0,0,0.14)}
.narrow-lead .content-rail>p{margin:0;line-height:1.65}
.narrow-lead .main-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.narrow-lead a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.27rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.narrow-lead .main-links a{border:1px solid color-mix(in srgb,#f6f1e6 22%,transparent);color:inherit;}
.narrow-lead .main-links .wide-flow{background:#6b7a3a;color:#fbf7ee;border-color:#6b7a3a}
.narrow-lead .main-links .wide-flow:hover{background:#57652e;border-color:#57652e;color:var(--surface-inverse);}
.narrow-lead .bottom-footer{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.narrow-lead .bottom-footer a{background:color-mix(in srgb,#f6f1e6 8%,transparent);color:#f6f1e6;font-size:calc(19.4px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
.narrow-lead .bottom-footer a:hover{background:color-mix(in srgb,#f6f1e6 16%,transparent);color:var(--surface-inverse);}
@media(max-width:780px){.narrow-lead .content-menu{display:block}.narrow-lead .content-rail{margin-top:calc(2.17rem * 1.5);padding:1.5rem}.narrow-lead h2{font-size:calc(19.4px * 2)}}
