html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:var(--copy-strong);}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-soft: 440ms;
  --surface-clear: calc(1.5rem * .75);
  --ease-entry: cubic-bezier(0.16,1,0.3,1);
  --stack-base: 0.87rem;
  --ink-base: #8a4a2b;
  --surface-dark: #fdf6ec;
  --tone-card: #faf4ea;
  --line-deep: #e07a3a;
  --curve-round: 0.32rem;
  --stack-wide: calc(var(--stack-base) * 1.5);
  --surface-main: #2a2118;
  --label-heading: var(--font-strong);
  --line-accent: #a8542a;
  --copy-strong: "Merriweather", sans-serif;
  --type-extra-10: calc(var(--font-strong) * 1.125);
  --space-medium: var(--gutter-panel);
  --gutter-panel: 1.12rem;
  --curve-image: 0.24rem;
  --font-strong: 16.5px;
  --line-secondary: #f6efe4;
  --surface-base: #241c14;
  --type-extra-9: calc(var(--font-strong) * 1.35);
  --ink-card: #e0d0b6;
  --copy-button: calc(var(--font-strong) * .875);
  --measure-small: 900px;
  --depth-strong: 0 6px 26px rgba(0,0,0,0.06);
  --label-body: 1.62;
  --space-footer: calc(1.5rem * 2.4);
}
a{color:inherit;}
.focused-section {
    width: 100%;
    background: var(--tone-card);
    color: var(--surface-main);
    border-bottom: 1px solid var(--ink-card);
  }
.narrow-summary {
    max-width: var(--measure-small);
    margin: 0 auto;
    padding: var(--stack-wide) var(--gutter-panel);
    display: flex;
    align-items: center;
    gap: var(--stack-base);
  }
.fresh-links {
    font-size: var(--type-extra-10);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--surface-main);
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
  }
.fresh-links:hover {
    color: var(--line-deep);
  }
.team-unit {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: var(--stack-base);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: var(--label-heading);
    color: var(--surface-main);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color var(--delay-soft) var(--ease-entry),
                border-color var(--delay-soft) var(--ease-entry);
  }
.nav-list a:hover {
    color: var(--line-deep);
    border-bottom-color: var(--line-deep);
  }
.contact-list {
    flex: 0 0 auto;
  }
.direct-entries {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: var(--copy-button);
    font-weight: 600;
    background: var(--line-accent);
    color: var(--surface-dark);
    border-radius: var(--curve-round);
    text-decoration: none;
    transition: background var(--delay-soft) var(--ease-entry);
  }
.direct-entries:hover{
    background: var(--ink-base);color:#2a2118;}
.bottom-panel {
    display: none;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ink-card);
    border-radius: var(--curve-image);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.narrow-shell{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--surface-main);
    border-radius: 1px;color:#2a2118;}
@media (max-width: 767px) {
    .narrow-summary {
      flex-wrap: wrap;
      padding: var(--stack-wide) var(--gutter-panel);
    }

    .team-unit {
      order: 3;
      flex: 1 1 100%;
      display: none;
      justify-content: flex-start;
      padding-top: var(--stack-wide);
      border-top: 1px solid var(--ink-card);
      margin-top: var(--stack-wide);
    }

    .team-unit.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--ink-card);
    }

    .contact-list {
      margin-left: auto;
    }

    .bottom-panel {
      display: flex;
    }
  }
.soft-details{font-family:var(--copy-strong);font-size:var(--font-strong);line-height:var(--label-body);padding:var(--space-footer) var(--space-medium);background:var(--surface-base);color:var(--line-secondary);}
.controls{max-width:var(--measure-small);margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--stack-wide)}
.service-brand{font-size:var(--label-heading);font-weight:600;margin:0 0 var(--surface-clear);letter-spacing:0.02em}
.narrow-grid{display:block}
.local-region{font-style:normal;margin:0}
.text-callout,
  .service-quote{margin:0 0 var(--surface-clear)}
.service-quote a,
  .simple-form a,
  .fresh-stack a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--delay-soft) var(--ease-entry)}
.service-quote a:hover,
  .simple-form a:hover,
  .fresh-stack a:hover{border-bottom-color:currentColor;color:inherit}
.wide-items{display:block}
.secondary-benefit{font-size:var(--type-extra-10);font-weight:700;margin:0 0 var(--surface-clear)}
.secondary-actions{margin:0;max-width:36ch}
.simple-form,
  .fresh-stack{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:var(--surface-clear) var(--stack-base)}
.fresh-stack{grid-template-columns:1fr;margin-bottom:var(--stack-wide)}
.focused-list{margin:0 0 var(--surface-clear);font-size:var(--copy-button);max-width:72ch}
.public-view{margin:0;font-size:var(--copy-button)}
@media (min-width: 768px) {.controls{grid-template-columns:repeat(2, minmax(0, 1fr));gap:var(--space-medium)}.narrow-grid{grid-column:1 / -1}.simple-form{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.controls{grid-template-columns:1.2fr 1fr 1.4fr 1fr;align-items:start}.narrow-grid{grid-column:auto}.simple-form{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .public-media{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:var(--line-accent);color:var(--surface-dark);box-shadow:var(--depth-strong)}
.cookies strong{display:block;font-size:var(--type-extra-9)}
.cookies p{margin:6px 0 0;line-height:var(--label-body)}
.cookies .contact-benefit{margin-top:12px;display:grid;gap:8px}
.cookies .contact-benefit button{border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .contact-benefit button.cookie-accept{background:var(--tone-card);color:var(--surface-main)}
.quiet-rail{padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main)}
.quiet-rail .active-nav{width:min(100%,calc(var(--measure-small)*.84));margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-wide)}
.quiet-rail .team-method{display:flex;flex-direction:column;gap:1.5rem}
.quiet-rail h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.06;letter-spacing:-0.01em}
.quiet-rail .team-method p{margin:0;font-size:var(--type-extra-10);line-height:var(--label-body)}
.quiet-rail .visual-nav{display:flex;flex-wrap:wrap;align-items:center;gap:var(--stack-base)}
.quiet-rail .active-frame{display:inline-flex;align-items:center;background:var(--line-accent);color:var(--surface-dark);text-decoration:none;padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-image);font-size:var(--label-heading);transition:background var(--delay-soft) var(--ease-entry)}
.quiet-rail .active-frame:hover{background:var(--ink-base);color:#2a2118;}
.quiet-rail .narrow-content{display:inline-flex;align-items:center;padding:var(--surface-clear) 0;color:#a8542a;text-decoration:none;border-bottom:1px solid var(--ink-card);font-size:var(--label-heading)}
.quiet-rail .narrow-content:hover{color:inherit;border-bottom-color:var(--line-deep)}
@media (max-width:640px){.quiet-rail .active-nav{width:100%}.quiet-rail .visual-nav{flex-direction:column;align-items:flex-start}
}
.text-intro{--state-active:calc(1.5rem * 1.15);padding:var(--space-footer) var(--space-medium);background:var(--line-accent);color:var(--surface-dark);}
.text-intro .active-nav{max-width:var(--measure-small);margin:0 auto;display:flex;flex-direction:column;gap:var(--state-active);}
.text-intro h2,.text-intro p{margin:0;}
.text-intro h2{font-size:calc(16.5px * 2);line-height:1.14;}
.text-intro p{font-size:var(--label-heading);line-height:var(--label-body);}
.text-intro .site-region{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.text-intro .strong-method{color:color-mix(in srgb, currentColor 82%, transparent);}
.text-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-intro a:hover{text-decoration-thickness:2px;}
.text-intro .service-lead{display:flex;flex-direction:column;gap:calc(var(--stack-base) * 1.1);}
.text-intro details{padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-round);background:color-mix(in srgb, currentColor 9%, transparent);border-left:2px solid color-mix(in srgb, currentColor 35%, transparent);}
.text-intro summary{cursor:pointer;font-weight:700;font-size:var(--type-extra-10);line-height:1.3;list-style:none;}
.text-intro summary::-webkit-details-marker{display:none;}
.text-intro summary::after{content:"+";float:right;font-weight:400;opacity:.7;}
.text-intro details[open] summary::after{content:"–";}
.text-intro details p{margin-top:calc(1.5rem / 2.4);color:color-mix(in srgb, currentColor 78%, transparent);}
.text-intro .active-benefit{font-size:var(--copy-button);padding-top:var(--stack-wide);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);color:color-mix(in srgb, currentColor 80%, transparent);}
@media (max-width:640px){.text-intro details{padding:var(--surface-clear);}.text-intro summary{font-size:var(--label-heading);}
}
.media-tile{--state-active:calc(1.5rem * 1.18);padding:var(--space-footer) var(--space-medium);background:#f0e5d3;color:#3d3227;}
.media-tile .active-nav{max-width:var(--measure-small);margin:0 auto;}
.media-tile h2,.media-tile p{margin:0;}
.media-tile h2{font-size:calc(16.5px * 2);line-height:1.14;}
.media-tile p{font-size:var(--label-heading);line-height:var(--label-body);}
.media-tile .strong-method{margin-top:var(--stack-wide);}
.media-tile .active-benefit{margin-top:var(--stack-wide);font-size:var(--copy-button);}
.media-tile .visual-nav{display:flex;flex-wrap:wrap;align-items:center;gap:var(--stack-base);margin-top:var(--state-active);}
.media-tile .active-frame{display:inline-flex;align-items:center;justify-content:center;padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-image);background:var(--line-accent);color:var(--surface-dark);text-decoration:none;font-size:var(--label-heading);}
.media-tile .active-frame:hover{background:var(--ink-base);color:#2a2118;}
.media-tile .narrow-content{color:inherit;text-decoration:none;font-size:var(--copy-button);border-bottom:1px solid var(--ink-card);padding-bottom:2px;}
.media-tile .narrow-content:hover{color:inherit;border-bottom-color:var(--line-deep);}
@media (max-width:640px){.media-tile .visual-nav{flex-direction:column;align-items:flex-start;}.media-tile .active-frame{width:100%;}
}
.page-details{padding:var(--space-footer) var(--space-medium);background:var(--line-accent);color:var(--surface-dark)}
.page-details .active-nav{max-width:var(--measure-small);margin:0 auto}
.page-details .active-list{display:flex;flex-direction:column;gap:var(--surface-clear)}
.page-details h2{margin:0;font-size:calc(16.5px * 2);line-height:1.08}
.page-details .strong-method{margin:0;font-size:var(--type-extra-10);line-height:var(--label-body)}
.page-details .service-callout{display:flex;flex-direction:column;gap:0;margin:var(--stack-wide) 0 0;padding:0;list-style:none}
.page-details .service-callout>li{padding:1.5rem 0;border-top:1px solid rgba(253,246,236,.22)}
.page-details .service-callout>li:last-child{border-bottom:1px solid rgba(253,246,236,.22)}
.page-details h3{margin:0;font-size:var(--type-extra-9);line-height:1.2}
.page-details .service-callout p{margin:var(--surface-clear) 0 0;line-height:var(--label-body)}
.page-details .active-benefit{margin:var(--stack-wide) 0 0;font-size:var(--copy-button);line-height:var(--label-body);opacity:.85}
@media(min-width:760px){.page-details .service-callout>li{display:grid;grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:var(--stack-base);align-items:start}.page-details .service-callout p{margin:0}
}
.top-items{
  background: linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
  color: #2a2118;
  padding: var(--space-footer) var(--space-medium);
  overflow: hidden;
}
.top-items .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-wide);}
.top-items h2,
.top-items h3,
.top-items p,
.top-items dl,
.top-items dd,
.top-items dt,
.top-items ul{margin: 0;}
.top-items h2{font-size: calc(16.5px * 2.65); line-height: 1.06;}
.top-items h3{font-size: var(--type-extra-9); line-height: 1.18;}
.top-items p{font-size: var(--label-heading); line-height: var(--label-body);}
.top-items .wide-menu{display: grid;
  gap: 1.5rem;}
.top-items .service-actions{display: flex;
  flex-wrap: wrap;
  gap: var(--surface-clear);}
.top-items .secondary-items{
  flex: 1 1 20rem;
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.43rem;
  background: #fffaf1;
  color: #2a2118;
  border: 1px solid var(--ink-card);
}
.top-items .primary-proof{display: grid;
  gap: var(--stack-base);}
.top-items .media-links{display: grid;
  grid-template-columns: minmax(8rem, .4fr) minmax(0, 1fr);
  gap: var(--stack-base);
  padding-bottom: var(--stack-base);
  border-bottom: 1px solid var(--ink-card);}
.top-items .media-links:last-child{border-bottom: 0; padding-bottom: 0;}
.top-items dt{font-size: var(--copy-button);}
.top-items dd{font-size: var(--label-heading);}
.top-items .featured-list{list-style: none;
  padding: 0;
  display: grid;
  gap: var(--stack-base);}
.top-items .featured-list li{font-size: var(--label-heading);
  line-height: var(--label-body);
  padding-left: var(--gutter-panel);
  position: relative;}
.top-items .featured-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e07a3a;color:#2a1608;}
.top-items .active-benefit{font-size: var(--copy-button);}
.top-items .contact-benefit{display: flex;
  flex-wrap: wrap;
  gap: var(--stack-base);}
.top-items .visual-nav{
  flex: 1 1 15rem;
  display: grid;
  gap: var(--stack-base);
  padding: var(--surface-clear);
  border-radius: var(--curve-round);
  background: #f0e5d3;
  color: #3d3227;
  border: 1px solid var(--ink-card);
  text-decoration: none;
  transition: background var(--delay-soft) var(--ease-entry);
}
.top-items .visual-nav:hover{ background: #fffaf1;color:#2a2118;}
.top-items .visual-nav span{font-size: var(--type-extra-10);
  font-weight: 600;}
.top-items .visual-nav p{font-size: var(--copy-button);}
.top-items .featured-proof{
  padding: 1.5rem;
  border-radius: 0.72rem;
  background: linear-gradient(120deg, #e07a3a 0%, #a8542a 100%);
  color: #fdf6ec;
}
.top-items .featured-proof p{font-size: var(--copy-button);}
@media (max-width: 760px) {.top-items h2{ font-size: clamp(calc(16.5px * 2), 12vw, calc(16.5px * 2.65)); }.top-items .media-links{ grid-template-columns: 1fr; }
}
.service-tile{
  background: var(--tone-card);
  color: var(--surface-main);
  padding: var(--space-footer) var(--space-medium);
}
.service-tile .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-wide);}
.service-tile h2,
.service-tile h3,
.service-tile p{margin: 0;}
.service-tile h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.service-tile h3{font-size: var(--type-extra-9); line-height: 1.2;}
.service-tile p{font-size: var(--label-heading); line-height: var(--label-body);}
.service-tile .contact-menu{display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--ink-card);}
.service-tile .contact-menu .strong-method{color: #3d3227;}
.service-tile .active-callout{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, .34fr);
  gap: var(--stack-wide);
  align-items: start;}
.service-tile .open-header{
  order: 2;
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 1.5rem;
  padding: var(--surface-clear);
  border-radius: 0.43rem;
  background: var(--surface-base);
  color: var(--line-secondary);
}
.service-tile .open-header strong{font-size: var(--type-extra-10);}
.service-tile .open-header a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.service-tile .service-media{order: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;}
.service-tile .service-media li{display: grid;
  grid-template-columns: minmax(5.5rem, .2fr) minmax(0, 1fr);
  gap: var(--stack-base);
  padding: 1.5rem 0;
  border-top: 1px solid var(--ink-card);}
.service-tile .service-media li:first-child{border-top: 0; padding-top: 0;}
.service-tile .service-media .media-contact{font-size: var(--copy-button);
  color: #3d3227;
  letter-spacing: .02em;}
@media (max-width: 760px) {.service-tile .active-callout{ grid-template-columns: 1fr; }.service-tile .open-header{ order: 1; position: static; }.service-tile .service-media{ order: 2; }.service-tile .service-media li{ grid-template-columns: 1fr; gap: var(--gutter-panel); }
}
.steady-frame{
  background: linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
  color: #2a2118;
  padding: var(--space-footer) var(--space-medium);
}
.steady-frame .strong-team{width: min(100%, var(--measure-small));
  margin: 0 auto;}
.steady-frame h2,
.steady-frame h3,
.steady-frame p{margin: 0;}
.steady-frame h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.steady-frame h3{font-size: var(--type-extra-9); line-height: 1.2;}
.steady-frame p{font-size: var(--label-heading); line-height: var(--label-body);}
.steady-frame a{text-decoration: underline;}
.steady-frame a:hover{}
.steady-frame .strong-method{display: grid;
  gap: 0.87rem;
  padding-bottom: var(--stack-wide);
  border-bottom: 1px solid var(--ink-card);}
.steady-frame .service-actions{display: flex;
  flex-direction: column;
  margin-top: var(--stack-wide);}
.steady-frame .media-links{display: grid;
  gap: var(--surface-clear);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-card);}
.steady-frame .media-links:last-child{border-bottom: 0;}
.steady-frame .team-frame{font-size: var(--copy-button);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.steady-frame .active-benefit{
  margin-top: var(--stack-wide);
  padding: var(--surface-clear) 1.5rem;
  background: #fffaf1;
  color: #2a2118;
  border: 1px solid var(--ink-card);
  border-radius: var(--curve-round);
  font-size: var(--copy-button);
}
.steady-frame [data-soft]{animation: securityIn calc(var(--delay-soft) * 2.4) var(--ease-entry) both;}
.steady-frame .media-links:nth-child(1){animation-delay: 60ms;}
.steady-frame .media-links:nth-child(2){animation-delay: 140ms;}
.steady-frame .media-links:nth-child(3){animation-delay: 220ms;}
.steady-frame .media-links:nth-child(4){animation-delay: 300ms;}
.steady-frame .media-links:nth-child(5){animation-delay: 380ms;}
@keyframes securityIn {from{ opacity: 0.2; transform: translateY(calc(calc(0.87rem * 1) * 0.2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (min-width: 780px) {.steady-frame .media-links{
    grid-template-columns: minmax(9rem, 14rem) 1fr;
    grid-template-areas: "tag title" "tag copy";
    column-gap: 1.5rem;
    row-gap: var(--surface-clear);
  }.steady-frame .team-frame{ grid-area: tag; }.steady-frame .media-links h3{ grid-area: title; }.steady-frame .media-links p{ grid-area: copy; }
}
@media (max-width: 760px) {.steady-frame h2{ font-size: clamp(var(--type-extra-9), 9vw, calc(16.5px * 2)); }
}
.service-block{
  background: var(--tone-card);
  color: var(--surface-main);
  padding: var(--space-footer) var(--space-medium);
  overflow: hidden;
}
.service-block .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;}
.service-block h2,
.service-block p{margin: 0;}
.service-block h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.service-block p{font-size: var(--label-heading); line-height: var(--label-body);}
.service-block a{color: inherit; text-decoration: none;}
.service-block .steady-menu{ background: var(--surface-base); color: var(--line-secondary); }
.service-block .site-flow{ background: #fffaf1; color: #2a2118; border: 1px solid var(--ink-card); }
.service-block [data-soft]{animation: settingsoptionledgerIn calc(var(--delay-soft) * 2.6) var(--ease-entry) both;
  animation-delay: var(--mark-main, 0ms);}
@keyframes settingsoptionledgerIn {from{ opacity: .2; transform: translateY(calc(calc(0.87rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
.service-block .contact-fields{max-width: min(100%, 62rem);}
.service-block .main-method{border-radius: 0.43rem;
  padding: var(--stack-wide);
  display: grid;
  gap: var(--surface-clear);
  align-content: start;}
.service-block .text-quote{margin-top: var(--stack-wide);
  border-top: 1px solid var(--ink-card);}
.service-block .soft-stack{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-card);
  align-items: baseline;}
.service-block .soft-stack strong{flex: 1 1 11rem; font-size: var(--label-heading);}
.service-block .soft-stack p{flex: 2 1 22rem;}
.service-block .soft-stack span{color: #3d3227;
  font-size: var(--copy-button);
  margin-left: auto;}
.service-block .open-frame{margin-top: var(--stack-wide);
  border-radius: var(--curve-round);
  padding: 1.5rem;
  display: flex;
  gap: var(--stack-base);
  justify-content: space-between;
  align-items: center;}
.service-block .open-frame a{border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 800px) {.service-block .soft-stack{ display: block; }.service-block .soft-stack p,
  .service-block .soft-stack span{ display: block; margin-top: var(--surface-clear); }.service-block .soft-stack span{ margin-left: 0; }.service-block .open-frame{ flex-direction: column; align-items: flex-start; }.service-block .open-frame a{ white-space: normal; }
}
.page-actions{--state-active:calc(1.5rem * 1.1);--mark-local:calc(var(--measure-small) / 2.30);padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main);}
.page-actions .active-nav{max-width:var(--measure-small);margin:0 auto;}
.page-actions h2,.page-actions h3,.page-actions p{margin:0;}
.page-actions h2{font-size:calc(16.5px * 2);line-height:1.14;}
.page-actions h3{font-size:var(--type-extra-9);line-height:1.22;}
.page-actions p{font-size:var(--label-heading);line-height:var(--label-body);color:#3d3227;}
.page-actions .strong-method{color:var(--surface-main);}
.page-actions .top-intro{display:flex;align-items:flex-start;gap:var(--stack-base);}
.page-actions .top-intro>.team-method{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.page-actions .team-method .strong-method{margin-top:1.5rem;}
.page-actions .featured-list{flex:2 1 calc(var(--measure-small) / 2);display:flex;flex-direction:column;gap:var(--state-active);border-left:1px solid var(--ink-card);padding-left:var(--stack-wide);}
.page-actions .secondary-items{min-width:0;padding-bottom:var(--state-active);border-bottom:1px solid var(--ink-card);}
.page-actions .secondary-items:last-child{padding-bottom:0;border-bottom:0;}
.page-actions .secondary-items p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.page-actions .top-intro{flex-direction:column;}.page-actions .featured-list{border-left:0;padding-left:0;border-top:1px solid var(--ink-card);padding-top:var(--state-active);}}
.page-feature{--state-active:calc(1.5rem * 1.04);--mark-local:calc(var(--measure-small) / 2.28);padding:var(--space-footer) var(--space-medium);background:#e07a3a;color:#2a1608;}
.page-feature .active-nav{max-width:var(--measure-small);margin:0 auto;}
.page-feature h2,.page-feature h3,.page-feature p{margin:0;}
.page-feature h2{font-size:calc(16.5px * 2);line-height:1.12;}
.page-feature h3{font-size:var(--type-extra-9);line-height:1.2;}
.page-feature p{font-size:var(--label-heading);line-height:var(--label-body);color:color-mix(in srgb, currentColor 76%, transparent);}
.page-feature .strong-method{margin-top:1.5rem;max-width:calc(var(--measure-small) / 1.55);}
.page-feature .visual-headline{display:flex;flex-direction:column;gap:var(--state-active);margin-top:var(--state-active);}
.page-feature .secondary-items{min-width:0;padding-block-end:calc(var(--state-active) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.page-feature .secondary-items:last-child{border-bottom:none;padding-block-end:0;}
.page-feature .secondary-items p{margin-top:calc(1.5rem / 3);}
@media (min-width:720px){.page-feature .visual-headline{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(var(--stack-base) * 1.4);row-gap:var(--state-active);}.page-feature .secondary-items{padding-block-end:0;border-bottom:none;}
}
.top-brand{
  background: var(--tone-card);
  color: var(--surface-main);
  padding: var(--space-footer) var(--space-medium);
}
.top-brand .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);
  align-items: flex-start;}
.top-brand .site-region{flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.top-brand .content-links{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.top-brand h2,
.top-brand p,
.top-brand ul{margin: 0;}
.top-brand h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.top-brand .strong-method{line-height: var(--label-body);}
.top-brand .team-method,
.top-brand .secondary-items p{line-height: var(--label-body);}
.top-brand .featured-list{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.top-brand .secondary-items{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-card);}
.top-brand .media-contact{font-size: var(--copy-button);
  color: #3d3227;
  letter-spacing: 0.02em;}
.top-brand .secondary-items strong{font-size: var(--type-extra-9);
  line-height: 1.18;}
.top-brand .active-benefit{font-size: var(--copy-button);
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-card);}
.top-brand a{color: #a8542a;
  text-decoration: underline;}
.top-brand a:hover{color:inherit;}
@media (max-width: 640px) {.top-brand .active-nav{
    flex-direction: column;
  }
}
.fresh-footer{
  --state-active:calc(1.5rem * 1.15);
  padding:var(--space-footer) var(--space-medium);
  background:var(--line-accent);
  color:var(--surface-dark);
}
.fresh-footer .active-nav{max-width:var(--measure-small);
  margin:0 auto;}
.fresh-footer h2,
.fresh-footer h3,
.fresh-footer p{margin:0;}
.fresh-footer h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.fresh-footer h3{font-size:var(--type-extra-9);
  line-height:1.22;}
.fresh-footer p{font-size:var(--label-heading);
  line-height:var(--label-body);
  color:color-mix(in srgb, currentColor 76%, transparent);}
.fresh-footer .active-benefit{margin-bottom:calc(1.5rem / 2.4);
  font-size:var(--copy-button);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 58%, transparent);}
.fresh-footer .strong-method{margin-top:1.5rem;}
.fresh-footer .featured-list{display:flex;
  flex-direction:column;
  gap:var(--state-active);
  margin-top:calc(var(--state-active) * 1.1);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  padding-top:var(--state-active);}
.fresh-footer .secondary-items{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);}
.fresh-footer .secondary-items + .secondary-items{padding-top:var(--state-active);
  border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
@media (min-width:720px){.fresh-footer .secondary-items{
    flex-direction:row;
    align-items:baseline;
    gap:var(--gutter-panel);
  }.fresh-footer .secondary-items h3{
    flex:0 0 34%;
  }.fresh-footer .secondary-items p{
    flex:1 1 auto;
  }
}
.bottom-note{--state-active:calc(1.5rem * 1.35);--mark-local:calc(var(--measure-small) / 2.80);padding:var(--space-footer) var(--space-medium);background:#f0e5d3;color:#3d3227;}
.bottom-note .active-nav{max-width:var(--measure-small);margin:0 auto;}
.bottom-note h2,.bottom-note h3,.bottom-note p{margin:0;}
.bottom-note h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-note h3{font-size:var(--type-extra-9);line-height:1.2;}
.bottom-note p{font-size:var(--label-heading);line-height:var(--label-body);}
.bottom-note .active-benefit{font-size:var(--copy-button);text-transform:uppercase;letter-spacing:.08em;opacity:.72;margin-bottom:calc(1.5rem / 2);}
.bottom-note .featured-list{display:flex;flex-direction:column;gap:var(--stack-wide);margin-top:var(--state-active);}
.bottom-note .secondary-items{padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-round);background:#fffaf1;color:#2a2118;border:1px solid var(--ink-card);}
.bottom-note .secondary-items .main-view{font-size:var(--copy-button);margin-top:calc(1.5rem / 4);}
.bottom-note .secondary-items p:last-child{margin-top:calc(1.5rem / 2);}
.bottom-note .team-fields{margin-top:var(--state-active);font-size:var(--copy-button);}
.bottom-note a{text-decoration:underline;text-underline-offset:2px;}
.bottom-note a:hover{}
@media (min-width:720px){.bottom-note .featured-list{flex-direction:row;flex-wrap:wrap;}.bottom-note .secondary-items{flex:1 1 calc(var(--measure-small) / 3.4);min-width:0;}
}
.simple-fields{--state-active:calc(1.5rem * 1.15);padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main);}
.simple-fields .active-nav{max-width:var(--measure-small);margin:0 auto;}
.simple-fields h2,.simple-fields h3,.simple-fields p{margin:0;}
.simple-fields h2{font-size:calc(16.5px * 2);line-height:1.14;}
.simple-fields h3{font-size:var(--type-extra-9);line-height:1.22;}
.simple-fields p{font-size:var(--label-heading);line-height:var(--label-body);}
.simple-fields .site-region{display:flex;flex-direction:column;gap:var(--stack-wide);}
.simple-fields .strong-method{color:#3d3227;}
.simple-fields .service-lead{display:flex;flex-direction:column;gap:0;margin-top:var(--state-active);border-top:1px solid var(--ink-card);}
.simple-fields .secondary-items{padding:var(--stack-wide) 0;border-bottom:1px solid var(--ink-card);}
.simple-fields .secondary-items p{margin-top:calc(1.5rem / 2.6);color:#3d3227;}
.simple-fields .visual-nav{margin-top:var(--state-active);font-size:var(--copy-button);color:#3d3227;}
.simple-fields .visual-nav a{color:#a8542a;text-decoration:underline;text-underline-offset:3px;}
.simple-fields .visual-nav a:hover{color:inherit;}
@media (min-width:760px){.simple-fields .site-region{flex-direction:row;align-items:baseline;gap:1.5rem;}.simple-fields .site-region h2{flex:0 0 42%;}.simple-fields .site-region .strong-method{flex:1 1 auto;}
}
.details{--state-active:calc(1.5rem * 1.20);--type-small:calc(var(--measure-small) / 3.53);padding:var(--space-footer) var(--space-medium);background:#e07a3a;color:#2a1608;}
.details .active-nav{max-width:var(--measure-small);margin:0 auto;}
.details h2,.details h3,.details p{margin:0;}
.details h2{font-size:calc(16.5px * 2);line-height:1.12;}
.details h3{font-size:var(--type-extra-9);line-height:1.2;}
.details p{font-size:var(--label-heading);line-height:var(--label-body);color:color-mix(in srgb, currentColor 78%, transparent);}
.details a{color:inherit;text-decoration:none;}
.details .wide-content{padding-inline-start:calc(var(--gutter-panel) / 2);}
.details .team-fields{row-gap:calc(var(--state-active) * .7);}
.details .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-base);}
.details .row-title h2{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.details .row-title>p{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.details .compact-note{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.details .secondary-items{flex:1 1 var(--type-small);min-width:0;padding-top:var(--surface-clear);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.details .secondary-items p{margin-top:calc(1.5rem / 3);}
.details .secondary-items a{display:inline-flex;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);opacity:.92;}
.details .secondary-items a:hover{opacity:1;border-bottom-color:currentColor;}
.contact-plan{
        --state-active: calc(1.5rem * 1.08);
        --type-small: calc(var(--measure-small) / 3.2);
        padding: var(--space-footer) var(--space-medium);
        background: var(--surface-base);
        color: var(--line-secondary);
    }
.contact-plan .active-nav{max-width: var(--measure-small);
        margin: 0 auto;}
.contact-plan h2,
    .contact-plan h3,
    .contact-plan p{margin: 0;}
.contact-plan h2{font-size: calc(16.5px * 2);
        line-height: 1.14;}
.contact-plan h3{font-size: var(--type-extra-9);
        line-height: 1.22;}
.contact-plan p{font-size: var(--label-heading);
        line-height: var(--label-body);}
.contact-plan .strong-method{margin-top: 1.5rem;
        font-size: var(--type-extra-10);}
.contact-plan .featured-list{display: flex;
        flex-wrap: wrap;
        gap: var(--state-active);
        margin-top: calc(var(--state-active) * 1.1);}
.contact-plan .secondary-items{
        flex: 1 1 var(--type-small);
        min-width: 0;
        padding: calc(var(--state-active) * .7);
        border-radius: var(--curve-round);
        background: #fffaf1;
        color: #2a2118;
        border: 1px solid var(--ink-card);
    }
.contact-plan .secondary-items p{margin-top: calc(1.5rem / 3);color:inherit;}
.contact-plan .visual-nav{margin-top: calc(var(--state-active) * 1.1);
        padding-top: calc(var(--state-active) * .6);
        border-top: 1px solid var(--ink-card);
        font-size: var(--copy-button);}
.contact-plan .visual-nav a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 2px;}
.contact-plan .visual-nav a:hover{color: var(--line-deep);}
.local-plan{--state-active:calc(1.5rem * 1.35);padding:var(--space-footer) var(--space-medium);background:var(--line-accent);color:var(--surface-dark);}
.local-plan .active-nav{max-width:var(--measure-small);margin:0 auto;}
.local-plan h1,.local-plan h2,.local-plan h3,.local-plan p{margin:0;}
.local-plan h2{font-size:calc(16.5px * 2);line-height:1.12;}
.local-plan h3{font-size:var(--type-extra-9);line-height:1.2;}
.local-plan p{font-size:var(--label-heading);line-height:var(--label-body);}
.local-plan .strong-method{margin-top:calc(1.5rem / 2);}
.local-plan a{color:inherit;text-decoration:none;}
.local-plan .active-frame{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-image);background:var(--surface-dark);color:var(--line-accent);}
.local-plan .active-benefit{font-size:var(--copy-button);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.local-plan .featured-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-base);margin-top:var(--state-active);}
.local-plan .secondary-items{flex:1 1 calc(var(--measure-small) / 4);min-width:0;padding-top:var(--surface-clear);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.local-plan .secondary-items p,.local-plan .secondary-items a{margin-top:calc(1.5rem / 3);}
.local-plan .secondary-items a{display:inline-block;font-size:var(--copy-button);text-decoration:underline;text-underline-offset:3px;}
.local-plan .soft-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-base);}
.local-plan .soft-header>.team-method{flex:1 1 auto;min-width:0;}
.local-plan .soft-header>.active-frame{flex:0 0 auto;}
.local-plan .soft-header>.featured-list{flex:1 1 100%;}
.local-plan .team-method h2{margin-top:calc(1.5rem / 2);}
.contact-content{
  background:var(--tone-card);
  color:var(--surface-main);
  padding:var(--space-footer) var(--space-medium);
}
.contact-content .active-nav{max-width:var(--measure-small);
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:var(--stack-wide);
  align-items:flex-start;}
.contact-content .team-method{flex:1 1 22rem;
  min-width:0;}
.contact-content .team-method p{margin:0 0 1.5rem;
  color:#3d3227;
  line-height:var(--label-body);}
.contact-content h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.contact-content .offer-content{flex:1 1 26rem;
  min-width:0;}
.contact-content .offer-content p{margin:0;
  padding:1.5rem 0;
  line-height:var(--label-body);}
.contact-content .offer-content p + p{border-top:1px solid var(--ink-card);}
.contact-content .offer-content strong{display:block;
  margin-bottom:0.2rem;
  color:var(--surface-main);}
.contact-content .offer-content span{color:#3d3227;}
.contact-content .visual-nav{flex:1 1 100%;
  margin:var(--stack-wide) 0 0;
  font-size:var(--copy-button);
  color:#3d3227;}
.contact-content .visual-nav a{color:#a8542a;
  text-decoration:none;
  border-bottom:1px solid #a8542a;}
.contact-content .visual-nav a:hover{color:inherit;
  border-bottom-color:var(--line-deep);}
@media (max-width:720px){.contact-content .active-nav{display:block}.contact-content .offer-content{margin-top:var(--stack-wide)}
}
.soft-benefit{
        padding: var(--space-footer) var(--space-medium);
        background: linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
        color: #2a2118;
    }
.soft-benefit .active-nav{max-width: var(--measure-small);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--stack-wide);}
.soft-benefit .strong-method{display: flex;
        flex-direction: column;
        gap: var(--surface-clear);}
.soft-benefit h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.1;}
.soft-benefit .strong-method p{margin: 0;
        font-size: var(--type-extra-10);
        line-height: var(--label-body);}
.soft-benefit .narrow-proof{display: flex;
        flex-direction: column;
        gap: var(--stack-base);}
.soft-benefit .site-wrap{
        padding: var(--surface-clear);
        border: 1px solid var(--ink-card);
        border-radius: 0.43rem;
        background: #fffaf1;
        color: #2a2118;
        box-shadow: 0 0px 1px rgba(0,0,0,0.04);
        display: flex;
        flex-direction: column;
        gap: var(--surface-clear);
    }
.soft-benefit .primary-tile{font-size: var(--label-heading);
        line-height: var(--label-body);}
.soft-benefit .visual-brand{display: flex;
        flex-wrap: wrap;
        gap: var(--stack-base);
        align-items: baseline;
        padding-top: var(--surface-clear);
        border-top: 1px solid var(--ink-card);}
.soft-benefit .visual-brand strong{font-size: var(--copy-button);}
.soft-benefit .visual-brand span{font-size: var(--copy-button);}
@media (max-width: 760px) {.soft-benefit .visual-brand{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.text-flow{--state-active:calc(1.5rem * 1.15);padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main);}
.text-flow .active-nav{max-width:var(--measure-small);margin:0 auto;}
.text-flow h2,.text-flow h3,.text-flow p{margin:0;}
.text-flow h2{font-size:calc(16.5px * 2);line-height:1.14;}
.text-flow h3{font-size:var(--type-extra-9);line-height:1.22;}
.text-flow p{font-size:var(--label-heading);line-height:var(--label-body);}
.text-flow .active-benefit{margin-bottom:calc(1.5rem / 2);font-size:var(--copy-button);letter-spacing:0.04em;text-transform:uppercase;}
.text-flow .strong-method{margin-top:1.5rem;}
.text-flow .featured-list{display:flex;flex-direction:column;gap:var(--state-active);margin-top:calc(var(--state-active) * 1.1);}
.text-flow .secondary-items{min-width:0;padding-left:1.5rem;border-left:2px solid var(--ink-card);}
.text-flow .secondary-items p{margin-top:calc(1.5rem / 3);}
.text-flow .team-method{max-width:100%;}
@media (max-width:640px){.text-flow .secondary-items{padding-left:var(--gutter-panel);}
}
.primary-headline{--state-active:calc(1.5rem * 1.05);padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main);}
.primary-headline .active-nav{max-width:var(--measure-small);margin:0 auto;}
.primary-headline h2,.primary-headline h3,.primary-headline p{margin:0;}
.primary-headline h2{font-size:calc(16.5px * 2);line-height:1.14;}
.primary-headline h3{font-size:var(--type-extra-9);line-height:1.22;}
.primary-headline p{font-size:var(--label-heading);line-height:var(--label-body);}
.primary-headline .active-benefit{margin-bottom:calc(1.5rem / 2);font-size:var(--copy-button);letter-spacing:.04em;text-transform:uppercase;color:#3d3227;}
.primary-headline .strong-method{margin-top:1.5rem;color:#3d3227;}
.primary-headline .featured-list{display:flex;flex-direction:column;gap:var(--state-active);margin-top:var(--state-active);border-top:1px solid var(--ink-card);padding-top:var(--state-active);}
.primary-headline .secondary-items{min-width:0;padding-left:var(--gutter-panel);border-left:2px solid #e07a3a;}
.primary-headline .secondary-items p{margin-top:calc(1.5rem / 3);color:#3d3227;}
.primary-headline .visual-nav{margin-top:var(--state-active);font-size:var(--copy-button);color:#3d3227;}
.primary-headline .visual-nav a{color:#a8542a;text-decoration:underline;text-underline-offset:3px;}
.primary-headline .visual-nav a:hover{color:inherit;}
@media (min-width:720px){.primary-headline .featured-list{display:grid;grid-template-columns:1fr 1fr;gap:var(--state-active) calc(var(--stack-base) * 2);}
}
.service-steps{
    padding:var(--space-footer) var(--space-medium);
    background:linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
    color:#2a2118;
}
.service-steps .active-nav{max-width:var(--measure-small);
    margin:0 auto;}
.service-steps .active-list{margin-bottom:var(--stack-wide);}
.service-steps .active-list p{margin:0;
    font-size:var(--copy-button);
    font-weight:700;
    letter-spacing:.02em;
    opacity:.85;}
.service-steps .active-list h2{margin:var(--gutter-panel) 0 0;
    font-size:calc(16.5px * 2);
    line-height:1.15;}
.service-steps .site-region{margin-bottom:var(--stack-wide);}
.service-steps .site-region p{margin:0;
    font-size:var(--label-heading);}
.service-steps .service-actions{display:flex;
    flex-direction:column;
    gap:var(--stack-base);}
.service-steps .secondary-items{
    border-radius:0.43rem;
    border:1px solid var(--ink-card);
    background:#fffaf1;
    color:#2a2118;
    padding:var(--surface-clear);
    box-shadow:0 0px 1px rgba(0,0,0,0.04);
}
.service-steps .secondary-items .media-links{
    display:inline-block;
    font-size:var(--copy-button);
    font-weight:700;
    color:#2a1608;
    background:#e07a3a;
    border-radius:var(--curve-image);
    padding:2px 8px;
}
.service-steps .secondary-items h3{margin:var(--gutter-panel) 0 var(--gutter-panel);
    font-size:var(--type-extra-9);}
.service-steps .secondary-items p{margin:0;}
.service-steps .secondary-items .active-benefit{margin-top:var(--gutter-panel);
    font-size:var(--copy-button);}
.service-steps .featured-plan{margin-top:var(--stack-wide);
    padding-top:var(--stack-wide);
    border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.service-steps .featured-plan p{margin:0;}
.service-steps .visual-nav{margin-top:var(--gutter-panel);
    display:flex;
    flex-wrap:wrap;
    gap:var(--stack-base);}
.service-steps .visual-nav a{text-decoration:underline;
    text-underline-offset:3px;
    font-weight:700;}
.service-steps .visual-nav a:hover{}
@media (min-width:720px){.service-steps .service-actions{
        flex-direction:row;
        flex-wrap:wrap;
    }.service-steps .secondary-items{
        flex:1 1 30%;
    }
}
.steady-plan{--state-active:calc(1.5rem * 1.17);--mark-local:calc(var(--measure-small) / 2.41);padding:var(--space-footer) var(--space-medium);background:var(--surface-base);color:var(--line-secondary);}
.steady-plan .active-nav{max-width:var(--measure-small);margin:0 auto;}
.steady-plan h2,.steady-plan h3,.steady-plan p{margin:0;}
.steady-plan h2{font-size:calc(16.5px * 2);line-height:1.12;}
.steady-plan h3{font-size:var(--type-extra-9);line-height:1.2;}
.steady-plan p{font-size:var(--label-heading);line-height:var(--label-body);color:inherit;}
.steady-plan a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.steady-plan .strong-method{margin-top:1.5rem;max-width:calc(var(--measure-small) / 1.35);}
.steady-plan .soft-frame{display:flex;flex-direction:column;gap:var(--state-active);margin-top:var(--state-active);}
.steady-plan .secondary-items{min-width:0;padding-inline-start:var(--surface-clear);border-inline-start:2px solid #e07a3a;}
.steady-plan .secondary-items p{margin-top:calc(1.5rem / 3);}
.steady-plan .active-benefit{margin-top:var(--state-active);font-size:var(--copy-button);color:inherit;}
.steady-plan .active-benefit a{color:#e07a3a;}
@media (max-width:640px){.steady-plan .secondary-items{padding-inline-start:var(--gutter-panel);}
}
.team-feature{
  padding: var(--space-footer) var(--space-medium);
  background: #f0e5d3;
  color: #3d3227;
}
.team-feature .active-nav{display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);
  max-width: var(--measure-small);
  margin: 0 auto;
  align-items: flex-start;}
.team-feature .team-method{flex: 1 1 22rem;
  min-width: 0;}
.team-feature h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.08;}
.team-feature .team-method > p{margin: 1.5rem 0 0;
  font-size: var(--label-heading);
  line-height: var(--label-body);}
.team-feature .compact-media{display: flex;
  flex-direction: column;
  gap: var(--surface-clear);
  margin-top: var(--stack-wide);}
.team-feature .compact-media a{text-underline-offset: .22em;}
.team-feature .compact-media a:hover{}
.team-feature .visual-frame{
  flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fffaf1;
  color: #2a2118;
  border: 1px solid var(--ink-card);
  border-radius: 0.43rem;
  box-shadow: 0 0px 1px rgba(0,0,0,0.04);
  overflow: hidden;
}
.team-feature .visual-nav{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--stack-base);
  padding: 1.5rem var(--gutter-panel);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--ink-card);
  transition: background var(--delay-soft) var(--ease-entry);}
.team-feature .visual-nav:last-child{border-bottom: 0;}
.team-feature a.route:hover{
  background: #f0e5d3;color:#3d3227;}
.team-feature .visual-nav span{flex: 0 0 34%;
  font-size: var(--copy-button);
  opacity: .78;}
.team-feature .visual-nav strong,
.team-feature .visual-nav p{flex: 1 1 auto;
  margin: 0;
  text-align: right;
  line-height: var(--label-body);
  overflow-wrap: anywhere;}
.team-feature .visual-nav strong{font-size: var(--label-heading);}
@media (max-width: 620px) {.team-feature .visual-nav{
    display: block;
  }.team-feature .visual-nav span{
    display: block;
    flex: none;
  }.team-feature .visual-nav strong,
  .team-feature .visual-nav p{
    display: block;
    margin-top: var(--surface-clear);
    text-align: left;
  }
}
.bottom-brand{
  padding: var(--space-footer) var(--space-medium);
  background: var(--surface-base);
  color: var(--line-secondary);
}
.bottom-brand .active-nav{max-width: min(var(--measure-small), 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-wide);}
.bottom-brand .strong-method{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--stack-wide);
  align-items: end;
  border-bottom: 1px solid #3d3227;
  padding-bottom: var(--stack-wide);}
.bottom-brand h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.bottom-brand .strong-method p{margin: 0;
  color: #d8c8b0;
  font-size: var(--label-heading);
  line-height: var(--label-body);}
.bottom-brand .open-form{display: flex;
  flex-direction: column;}
.bottom-brand .open-form a{display: grid;
  grid-template-columns: minmax(5rem, .22fr) minmax(0, .55fr) minmax(0, 1fr);
  gap: var(--surface-clear);
  align-items: baseline;
  padding: var(--surface-clear) 0;
  border-bottom: 1px solid #3d3227;
  text-decoration: none;
  transition: background var(--delay-soft) var(--ease-entry);}
.bottom-brand .open-form a:last-child{border-bottom: 0;}
.bottom-brand .open-form a:hover{
  background: rgba(224, 122, 58, 0.08);
}
.bottom-brand .open-form span{color: #e07a3a;
  font-size: var(--copy-button);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.bottom-brand .open-form strong{font-size: var(--label-heading);
  font-weight: 600;
  line-height: 1.3;}
.bottom-brand .open-form em{font-style: normal;
  color: #d8c8b0;
  font-size: var(--copy-button);
  line-height: var(--label-body);}
@media (max-width: 760px) {.bottom-brand .strong-method,
  .bottom-brand .open-form a{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.bottom-brand .open-form a{
    padding: var(--surface-clear) 0;
  }
}
.strong-view{--state-active:calc(1.5rem * 1.35);--measure-footer:calc(var(--surface-clear) * 1.05);padding:var(--space-footer) var(--space-medium);background:#f0e5d3;color:#3d3227;}
.strong-view .active-nav{max-width:var(--measure-small);margin:0 auto;display:flex;flex-direction:column;gap:var(--state-active);}
.strong-view h2{margin:0;font-size:calc(16.5px * 2);line-height:1.14;}
.strong-view .strong-method{margin:0;font-size:var(--label-heading);line-height:var(--label-body);}
.strong-view .service-lead{display:flex;flex-direction:column;gap:calc(var(--stack-base) * .9);}
.strong-view details{padding:var(--measure-footer);border-radius:var(--curve-round);background:#fffaf1;color:#2a2118;border:1px solid var(--ink-card);}
.strong-view summary{cursor:pointer;font-weight:700;font-size:var(--label-heading);line-height:1.35;list-style:none;}
.strong-view summary::-webkit-details-marker{display:none;}
.strong-view summary::after{content:"+";float:right;font-weight:400;}
.strong-view details[open] summary::after{content:"–";}
.strong-view details p{margin:calc(1.5rem / 2.6) 0 0;font-size:var(--copy-button);line-height:var(--label-body);}
.strong-view .active-benefit{margin:0;font-size:var(--copy-button);line-height:var(--label-body);}
.strong-view a{text-decoration:underline;text-underline-offset:2px;}
.strong-view a:hover{}
@media (max-width:640px){.strong-view .active-nav{gap:calc(var(--state-active) * .85);}.strong-view summary::after{float:none;margin-left:.4rem;}
}
.steady-body{
        padding: var(--space-footer) var(--space-medium);
        background: #f0e5d3;
        color: #3d3227
    }
.steady-body .active-nav{max-width: var(--measure-small);
        margin: 0 auto}
.steady-body .narrow-proof{display: flex;
        flex-direction: column;
        gap: var(--stack-wide)}
.steady-body .site-region{max-width: 46rem}
.steady-body h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.12}
.steady-body .site-region p{margin: var(--surface-clear) 0 0;
        font-size: var(--type-extra-10);
        line-height: var(--label-body)}
.steady-body ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: var(--stack-base)}
.steady-body li{display: flex;
        flex-wrap: wrap;
        gap: var(--surface-clear) var(--stack-wide);
        align-items: baseline;
        padding: var(--surface-clear) 0;
        border-top: 1px solid var(--ink-card)}
.steady-body li:first-child{border-top: none;
        padding-top: 0}
.steady-body strong{flex: 0 0 17rem;
        font-size: var(--type-extra-9);
        line-height: 1.2}
.steady-body span{flex: 1 1 24rem;
        min-width: 0;
        line-height: var(--label-body)}
@media (max-width: 720px) {.steady-body strong,
        .steady-body span{
            flex: 1 1 100%
        }.steady-body strong{
            margin-bottom: 0.2rem
        }
    }
.contact-block{
  --state-active:calc(1.5rem * 1.1);
  padding:var(--space-footer) var(--space-medium);
  background:#f0e5d3;
  color:#3d3227;
}
.contact-block .active-nav{max-width:var(--measure-small);
  margin:0 auto;}
.contact-block h2,
.contact-block h3,
.contact-block p{margin:0;}
.contact-block h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.contact-block h3{font-size:var(--type-extra-9);
  line-height:1.22;}
.contact-block p{font-size:var(--label-heading);
  line-height:var(--label-body);}
.contact-block .active-benefit{font-size:var(--copy-button);
  letter-spacing:.02em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);
  opacity:.78;}
.contact-block .strong-method{margin-top:1.5rem;}
.contact-block .featured-list{display:flex;
  flex-direction:column;
  margin-top:var(--state-active);
  border-top:1px solid var(--ink-card);}
.contact-block .secondary-items{min-width:0;
  padding:var(--stack-wide) 0;
  border-bottom:1px solid var(--ink-card);}
.contact-block .secondary-items p{margin-top:calc(1.5rem / 3);}
.contact-block .main-proof{display:inline-block;
  margin-top:calc(1.5rem / 2);
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.contact-block .main-proof:hover{}
.contact-block .featured-plan{margin-top:var(--state-active);
  font-size:var(--copy-button);}
.contact-block .featured-plan a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.contact-block .featured-plan a:hover{}
@media (min-width:720px){.contact-block .secondary-items{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:var(--stack-base);
    align-items:start;
  }.contact-block .secondary-items h3{
    margin:0;
  }.contact-block .secondary-items p{
    margin-top:0;
  }.contact-block .secondary-items .main-proof{
    grid-column:2;
  }
}
.text-rail{
        padding: var(--space-footer) var(--space-medium);
        background: #f0e5d3;
        color: #3d3227
    }
.text-rail .active-nav{max-width: var(--measure-small);
        margin: 0 auto}
.text-rail .main-form{display: flex;
        flex-direction: column;
        gap: var(--stack-wide);
        align-items: flex-start}
.text-rail h2{min-width: 0;
        margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.12}
.text-rail .clear-copy{min-width: 0}
.text-rail .clear-copy p{margin: 0;
        font-size: var(--type-extra-10);
        line-height: var(--label-body)}
.text-rail .secondary-plan{display: flex;
        flex-wrap: wrap;
        gap: var(--stack-base);
        margin-top: 1.5rem}
.text-rail .secondary-plan span{
        border-radius: var(--curve-round);
        background: #fffaf1;
        color: #2a2118;
        border: 1px solid var(--ink-card);
        padding: calc(var(--surface-clear) * .7) var(--surface-clear);
        font-size: var(--copy-button);
        line-height: 1.4
    }
@media (max-width: 760px) {.text-rail .main-form{
            display: block
        }.text-rail .clear-copy{
            margin-top: 1.5rem
        }
    }
.top-headline{
        padding: var(--space-footer) var(--space-medium);
        background: linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
        color: #2a2118;
    }
.top-headline .active-nav{max-width: var(--measure-small);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--stack-wide);}
.top-headline .strong-method{display: flex;
        flex-direction: column;
        gap: var(--surface-clear);}
.top-headline h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.1;}
.top-headline .strong-method p{margin: 0;
        font-size: var(--type-extra-10);
        line-height: var(--label-body);}
.top-headline .narrow-proof{display: flex;
        flex-direction: column;
        gap: var(--stack-base);
        border-top: 1px solid var(--ink-card);
        padding-top: var(--stack-wide);}
.top-headline .site-wrap{display: grid;
        grid-template-columns: 1fr;
        gap: var(--surface-clear);
        padding: var(--surface-clear) 0;
        border-bottom: 1px solid var(--ink-card);}
.top-headline .site-wrap:last-child{border-bottom: none;}
.top-headline .primary-tile{margin: 0;
        font-size: var(--label-heading);
        line-height: var(--label-body);}
.top-headline .visual-brand{display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-panel);
        align-items: baseline;}
.top-headline .visual-brand strong{font-size: var(--copy-button);}
.top-headline .visual-brand span{font-size: var(--copy-button);}
@media (min-width: 760px) {.top-headline .site-wrap{
            grid-template-columns: 1.6fr 1fr;
            gap: var(--stack-wide);
            align-items: start;
        }.top-headline .visual-brand{
            flex-direction: column;
            gap: var(--surface-clear);
        }
    }
.soft-footer{
        --state-active: calc(1.5rem * 1.10);
        padding: var(--space-footer) var(--space-medium);
        background: var(--surface-base);
        color: var(--line-secondary);
    }
.soft-footer .active-nav{max-width: var(--measure-small);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(var(--state-active) * 1.1);}
.soft-footer h2{font-size: calc(16.5px * 2);
        line-height: 1.14;
        margin: 0 0 calc(1.5rem / 2);}
.soft-footer .strong-method{margin: 0;
        font-size: var(--label-heading);
        line-height: var(--label-body);
        opacity: 0.86;}
.soft-footer .service-lead{display: flex;
        flex-direction: column;
        gap: calc(var(--surface-clear) * 0.9);}
.soft-footer details{
        padding: var(--surface-clear) 1.5rem;
        border-radius: var(--curve-round);
        background: #f0e5d3;
        color: #3d3227;
        border-left: 3px solid #e07a3a;
    }
.soft-footer summary{cursor: pointer;
        font-weight: 700;
        font-size: var(--label-heading);
        line-height: 1.35;
        list-style: none;}
.soft-footer summary::-webkit-details-marker{display: none;}
.soft-footer summary::after{content: "+";
        float: right;
        font-weight: 400;color:inherit;}
.soft-footer details[open] summary::after{content: "–";}
.soft-footer details p{margin: calc(1.5rem / 3) 0 0;
        font-size: var(--copy-button);
        line-height: var(--label-body);}
.soft-footer .visual-nav{margin: 0;
        font-size: var(--copy-button);
        opacity: 0.82;}
.soft-footer .visual-nav a{color: #e07a3a;
        text-decoration: underline;
        text-underline-offset: 3px;}
.soft-footer .visual-nav a:hover{color:inherit;}
@media (max-width: 640px) {.soft-footer details{
            padding: var(--surface-clear);
        }
    }
.direct-footer{--state-active:calc(1.5rem * 1.18);--type-small:calc(var(--measure-small) / 3.40);padding:var(--space-footer) var(--space-medium);background:var(--surface-base);color:var(--line-secondary);}
.direct-footer .active-nav{max-width:var(--measure-small);margin:0 auto;}
.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(16.5px * 2);line-height:1.14;}
.direct-footer h3{font-size:var(--type-extra-9);line-height:1.22;}
.direct-footer p{font-size:var(--label-heading);line-height:var(--label-body);color:inherit;}
.direct-footer .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-base);}
.direct-footer .row-title h2{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.direct-footer .row-title>p{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.direct-footer .featured-list{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.direct-footer .secondary-items{flex:1 1 var(--type-small);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--ink-card);}
.direct-footer .secondary-items p{margin-top:calc(1.5rem / 3);}
.direct-footer .page-team{padding-block-end:calc(var(--state-active) / 3);}
.direct-footer .team-fields{row-gap:calc(var(--state-active) * .7);}
.direct-footer .main-team{column-gap:calc(var(--stack-base) * .95);}
@media (max-width:640px){.direct-footer .row-title h2,.direct-footer .row-title>p{flex:1 1 100%;}
}
.narrow-tile{
  background: linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
  color: #2a2118;
  padding: var(--space-footer) var(--space-medium);
}
.narrow-tile .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(var(--stack-base) * 1.6);
  align-items: start;}
.narrow-tile h2,
.narrow-tile h3,
.narrow-tile p{margin: 0;}
.narrow-tile h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.narrow-tile h3{font-size: var(--type-extra-9);
  line-height: 1.2;}
.narrow-tile p{font-size: var(--label-heading);
  line-height: var(--label-body);}
.narrow-tile .main-form{display: grid;
  gap: var(--stack-wide);
  padding-top: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.narrow-tile .public-intro{display: flex;
  flex-direction: column;
  gap: var(--surface-clear);}
.narrow-tile [data-block]{
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem var(--surface-clear);
  border-radius: 0.43rem;
  background: #fffaf1;
  color: #2a2118;
  border: 1px solid var(--ink-card);
  animation: peopleCascadeIn calc(var(--delay-soft) * 2) var(--ease-entry) both;
  animation-delay: var(--ease-fast, 0ms);
}
.narrow-tile [data-block] .main-view{font-size: var(--copy-button);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.narrow-tile [data-block]:nth-child(odd){margin-right: clamp(0rem, 5vw, calc(var(--stack-base) * 1.2));}
.narrow-tile [data-block]:nth-child(even){margin-left: clamp(0rem, 5vw, calc(var(--stack-base) * 1.2));}
@keyframes peopleCascadeIn {from{ opacity: .25; transform: translateY(calc(calc(0.87rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.narrow-tile .active-nav{
    grid-template-columns: 1fr;
    gap: var(--stack-wide);
  }.narrow-tile .main-form{
    position: static;
    padding-top: 0;
  }.narrow-tile [data-block]{
    grid-template-columns: 1fr;
    gap: var(--stack-wide);
  }.narrow-tile [data-block]:nth-child(odd),
  .narrow-tile [data-block]:nth-child(even){
    margin-left: 0;
    margin-right: 0;
  }
}
.compact-frame{
  background: var(--tone-card);
  color: var(--surface-main);
  padding: var(--space-footer) var(--space-medium);
}
.compact-frame .active-nav{width: min(100%, var(--measure-small));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);}
.compact-frame .site-region{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.compact-frame h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.08;}
.compact-frame .strong-method{margin: 0;
  line-height: var(--label-body);
  color: #3d3227;}
.compact-frame .featured-list{flex: 1 1 22rem;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.compact-frame .featured-list li{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-card);}
.compact-frame .featured-list li:first-child{padding-top: 0;
  border-top: 0;}
.compact-frame .media-contact{font-size: var(--copy-button);
  color: #3d3227;
  letter-spacing: 0.02em;}
.compact-frame strong{font-size: var(--type-extra-9);
  line-height: 1.2;}
.compact-frame .featured-list p{margin: 0;
  line-height: var(--label-body);
  color: #3d3227;}
@media (max-width: 640px) {.compact-frame .active-nav{
    flex-direction: column;
  }
}
.plain-benefit{padding:var(--space-footer) var(--space-medium);background:#e07a3a;color:#2a1608}
.plain-benefit .active-nav{max-width:var(--measure-small);margin:0 auto}
.plain-benefit .team-method{display:flex;align-items:end;justify-content:space-between;gap:var(--stack-base);margin-bottom:var(--stack-wide)}
.plain-benefit .team-method>p{max-width:38rem;margin:0;font-size:var(--type-extra-10);line-height:var(--label-body)}
.plain-benefit h2{max-width:13ch;margin:0;font-size:calc(16.5px * 2.65);line-height:1;text-align:right}
.plain-benefit .figure{display:grid;grid-template-columns:minmax(12rem,.3fr) minmax(0,1fr);gap:var(--stack-wide)}
.plain-benefit .visual-headline{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}
.plain-benefit button{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.48}
.plain-benefit button.is-active{opacity:1}
.plain-benefit [data-mission-meaning]{display:none}
.plain-benefit [data-mission-meaning].is-active{display:block}
.plain-benefit h3{margin:0;font-size:calc(16.5px * 2)}
.plain-benefit [data-mission-meaning] p{max-width:46rem;margin:1.5rem 0;line-height:var(--label-body)}
.plain-benefit [data-mission-meaning] strong{font-size:var(--copy-button)}
@media(max-width:700px){.plain-benefit .team-method,.plain-benefit .figure{display:block}.plain-benefit h2{margin-top:1.5rem;text-align:left}.plain-benefit .page-proof{margin-top:var(--stack-wide)}}
.top-actions{padding:var(--space-footer) var(--space-medium);background:var(--surface-base);color:var(--line-secondary)}
.top-actions .service-header{max-width:var(--measure-small);margin:0 auto}
.top-actions h2{max-width:20ch;margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.top-actions .secondary-visual{margin:1.5rem 0 var(--stack-wide);font-size:var(--type-extra-10);line-height:var(--label-body);opacity:.88}
.top-actions .local-group{display:flex;flex-direction:column;gap:var(--stack-wide);margin:0;padding:0;list-style:none;counter-reset:nota}
.top-actions .local-group>li{position:relative;padding-left:calc(var(--gutter-panel) * 2.4);border-top:1px solid rgba(246,239,228,0.18);padding-top:var(--surface-clear)}
.top-actions .local-group>li:first-child{border-top:0;padding-top:0}
.top-actions .local-group>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:var(--surface-clear);font-size:var(--copy-button);letter-spacing:.08em;opacity:.6}
.top-actions .local-group>li:first-child::before{top:0}
.top-actions h3{margin:0;font-size:var(--type-extra-9);line-height:1.2}
.top-actions .local-group p{margin:var(--surface-clear) 0 0;line-height:var(--label-body);opacity:.82}
@media(max-width:680px){.top-actions .local-group>li{padding-left:0}.top-actions .local-group>li::before{position:static;display:block;margin-bottom:var(--surface-clear)}
}
.top-callout{--state-active:calc(1.5rem * 1.07);--mark-local:calc(var(--measure-small) / 2.31);--type-small:calc(var(--measure-small) / 3.38);padding:var(--space-footer) var(--space-medium);background:#f0e5d3;color:#3d3227;}
.top-callout .active-nav{max-width:var(--measure-small);margin:0 auto;}
.top-callout h2,.top-callout h3,.top-callout p{margin:0;}
.top-callout h2{font-size:calc(16.5px * 2);line-height:1.12;}
.top-callout h3{font-size:var(--type-extra-9);line-height:1.2;}
.top-callout p{font-size:var(--label-heading);line-height:var(--label-body);}
.top-callout .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-base);}
.top-callout .row-title h2{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.top-callout .row-title>p{flex:1 1 calc(var(--measure-small) / 3);min-width:0;}
.top-callout .plain-nav{padding-block:calc(var(--state-active) / 2);}
.top-callout .team-fields{row-gap:calc(var(--state-active) * .7);}
.top-callout .featured-list{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.top-callout .secondary-items{flex:1 1 var(--type-small);min-width:0;padding:var(--surface-clear);background:#fffaf1;color:#2a2118;border:1px solid var(--ink-card);border-radius:var(--curve-round);}
.top-callout .secondary-items p{}
.top-callout .secondary-items h3{margin-top:calc(1.5rem / 2);font-size:var(--copy-button);font-weight:600;}
@media (max-width:640px){.top-callout .row-title h2,.top-callout .row-title>p{flex:1 1 100%;}.top-callout .secondary-items{flex:1 1 100%;}
}
.visual-grid{
  padding: var(--space-footer) var(--space-medium);
  background: var(--surface-base);
  color: var(--line-secondary);
}
.visual-grid .active-nav{max-width: min(var(--measure-small), 70rem);
  margin: 0 auto;}
.visual-grid .site-region h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.visual-grid .open-header{margin: var(--surface-clear) 0 var(--stack-wide);
  font-size: var(--type-extra-10);
  color: #d8c8b0;}
.visual-grid .service-actions{display: flex;
  flex-direction: column;
  gap: var(--stack-wide);}
.visual-grid .secondary-items{margin: 0;
  padding: 0 0 0 var(--surface-clear);
  border-left: 2px solid #e07a3a;}
.visual-grid .primary-tile{margin: 0 0 calc(var(--surface-clear) * 0.7);
  font-size: var(--label-heading);
  line-height: 1.55;}
.visual-grid .team-track{display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;}
.visual-grid .narrow-steps{font-weight: 700;
  font-size: var(--copy-button);}
.visual-grid .main-view{font-size: var(--copy-button);
  color: #d8c8b0;}
.visual-grid .active-benefit{margin: var(--stack-wide) 0 0;
  padding-top: var(--surface-clear);
  border-top: 1px solid #3d3227;
  font-size: var(--copy-button);
  color: #d8c8b0;}
.visual-grid .active-benefit a{color: #e07a3a;
  text-decoration: underline;}
.visual-grid .active-benefit a:hover{color:inherit;}
@media (min-width: 760px) {.visual-grid .service-actions{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--stack-wide) var(--stack-base);
  }.visual-grid .secondary-items:nth-child(3){
    grid-column: 1 / -1;
  }
}
.offer-shell{--state-active:calc(1.5rem * 1.15);padding:var(--space-footer) var(--space-medium);background:var(--tone-card);color:var(--surface-main);}
.offer-shell .active-nav{max-width:var(--measure-small);margin:0 auto;}
.offer-shell h2{margin:0 0 1.5rem;font-size:calc(16.5px * 2);line-height:1.14;}
.offer-shell .strong-method{margin:0;font-size:var(--label-heading);line-height:var(--label-body);}
.offer-shell .service-lead{display:flex;flex-direction:column;gap:var(--stack-base);margin-top:var(--state-active);}
.offer-shell details{padding:var(--surface-clear) 1.5rem;border:1px solid var(--ink-card);border-radius:var(--curve-round);background:#fffaf1;color:#2a2118;}
.offer-shell summary{cursor:pointer;font-weight:700;font-size:var(--label-heading);line-height:1.35;}
.offer-shell summary::marker{}
.offer-shell details p{margin:calc(1.5rem / 2.4) 0 0;font-size:var(--copy-button);line-height:var(--label-body);}
.offer-shell details a{text-decoration:underline;text-underline-offset:2px;}
.offer-shell details a:hover{}
@media (min-width:720px){.offer-shell .service-lead{gap:var(--stack-wide);}.offer-shell details{padding:var(--stack-wide) 1.5rem;}
}
.site-steps{
        padding: var(--space-footer) var(--space-medium);
        background: #e07a3a;
        color: #2a1608
    }
.site-steps .active-nav{width: min(100%, calc(var(--measure-small) * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
        gap: var(--stack-wide);
        align-items: start}
.site-steps .service-actions{display: flex;
        flex-direction: column;
        gap: var(--surface-clear);
        padding-top: 1.5rem;
        border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent)}
.site-steps .service-actions .active-brand{font-size: var(--copy-button);
        line-height: var(--label-body)}
.site-steps .focused-nav{
        background: color-mix(in srgb, #f0e5d3 78%, transparent);
        border-radius: 0.43rem;
        padding: var(--surface-clear) var(--stack-base);color:#3d3227;}
.site-steps h1{margin: 0;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08}
.site-steps .strong-method{margin: 1.5rem 0 var(--stack-wide);
        font-size: var(--type-extra-10);
        line-height: var(--label-body)}
.site-steps .focused-nav p{margin: 0 0 1.5rem;
        line-height: var(--label-body)}
.site-steps .focused-nav p:last-child{margin-bottom: 0}
.site-steps .visual-nav{margin-top: var(--stack-wide);
        padding-top: var(--surface-clear);
        border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
        font-size: var(--copy-button)}
.site-steps .visual-nav a{text-decoration: underline;
        text-underline-offset: 3px}
.site-steps .visual-nav a:hover{}
@media (max-width: 720px) {.site-steps .active-nav{
            grid-template-columns: 1fr
        }.site-steps .service-actions{
            flex-direction: row;
            flex-wrap: wrap;
            gap: var(--stack-base)
        }
    }
.nav{
        padding: var(--space-footer) var(--space-medium);
        background: var(--tone-card);
        color: var(--surface-main)
    }
.nav .active-nav{width: min(100%, calc(var(--measure-small) * .82));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--stack-wide)}
.nav .focused-nav{
        background: #fffaf1;
        color: #2a2118;
        border: 1px solid var(--ink-card);
        border-radius: 0.43rem;
        padding: var(--surface-clear)
    }
.nav h1{margin: 0;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08}
.nav .strong-method{margin: 1.5rem 0 var(--surface-clear);
        font-size: var(--type-extra-10);
        line-height: var(--label-body)}
.nav .service-actions{display: flex;
        flex-wrap: wrap;
        gap: var(--stack-base);
        padding: 1.5rem 0;
        margin-bottom: var(--stack-wide);
        border-top: 1px solid var(--ink-card);
        border-bottom: 1px solid var(--ink-card)}
.nav .service-actions span{font-size: var(--copy-button);}
.nav .focused-nav p{margin: 0 0 1.5rem;
        line-height: var(--label-body)}
.nav .visual-nav{display: flex;
        flex-wrap: wrap;
        gap: var(--stack-base);
        margin-top: var(--stack-wide);
        padding-top: 1.5rem;
        border-top: 1px solid var(--ink-card)}
.nav .visual-nav a{font-size: var(--copy-button);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color var(--delay-soft) var(--ease-entry), border-color var(--delay-soft) var(--ease-entry)}
.nav .visual-nav a:hover{border-bottom-color: var(--line-deep)}
@media (max-width: 720px) {.nav .active-nav{
            width: 100%
        }.nav .service-actions{
            flex-direction: column;
            gap: var(--surface-clear)
        }
    }
.compact-items{
        padding: var(--space-footer) var(--space-medium);
        background: var(--tone-card);
        color: var(--surface-main)
    }
.compact-items .active-nav{width: min(100%, var(--measure-small));
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: var(--stack-wide);
        align-items: flex-start}
.compact-items .service-actions{
        flex: 0 1 12rem;
        display: flex;
        flex-direction: column;
        gap: var(--surface-clear);
        padding: var(--surface-clear);
        background: #f0e5d3;
        color: #3d3227;
        border-radius: var(--curve-round)
    }
.compact-items .service-actions .active-brand{font-size: var(--copy-button);
        line-height: 1.4;
        padding-bottom: var(--surface-clear);
        border-bottom: 1px solid var(--ink-card)}
.compact-items .service-actions .active-brand:last-child{border-bottom: 0;
        padding-bottom: 0}
.compact-items .focused-nav{flex: 1 1 22rem;
        min-width: 0}
.compact-items h1{margin: 0;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08}
.compact-items .strong-method{margin: 1.5rem 0 var(--stack-wide);
        font-size: var(--type-extra-10);
        line-height: var(--label-body)}
.compact-items .team-method p{margin: 0 0 1.5rem;
        line-height: var(--label-body)}
.compact-items .team-method p:last-child{margin-bottom: 0}
.compact-items .active-benefit{
        margin-top: var(--stack-wide);
        padding: var(--surface-clear);
        background: #fffaf1;
        color: #2a2118;
        border: 1px solid var(--ink-card);
        border-radius: var(--curve-round)
    }
.compact-items .active-benefit p{margin: 0;
        font-size: var(--copy-button);
        line-height: var(--label-body)}
.compact-items .visual-nav{margin-top: var(--stack-wide);
        display: flex;
        flex-wrap: wrap;
        gap: var(--stack-base)}
.compact-items .visual-nav a{text-decoration: none;
        font-size: var(--copy-button);
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
        transition: color var(--delay-soft) var(--ease-entry)}
.compact-items .visual-nav a:hover{}
@media (max-width: 720px) {.compact-items .active-nav{
            display: block
        }.compact-items .service-actions{
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: var(--stack-wide)
        }.compact-items .service-actions .active-brand{
            border-bottom: 0;
            padding-bottom: 0
        }
    }
.narrow-intro{padding:var(--space-footer) var(--space-medium);background:var(--surface-base);color:var(--line-secondary)}
.narrow-intro .clear-surface{max-width:min(var(--measure-small),72rem);margin:0 auto}
.narrow-intro .contact-menu{margin-bottom:var(--stack-wide)}
.narrow-intro h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.narrow-intro .contact-menu p{margin:1.5rem 0 0;font-size:var(--label-heading);line-height:var(--label-body)}
.narrow-intro .clear-copy{display:flex;flex-wrap:wrap;gap:var(--stack-base);align-items:stretch}
.narrow-intro .featured-contact{flex:1 1 20rem;min-width:0;border-top:1px solid rgba(246,239,228,0.22)}
.narrow-intro .content-links{padding:var(--surface-clear) 0;border-bottom:1px solid rgba(246,239,228,0.22)}
.narrow-intro .content-links span{display:block;font-size:var(--copy-button);opacity:0.72;letter-spacing:0.02em}
.narrow-intro .content-links strong{display:block;margin-top:calc(var(--surface-clear) * 0.4);font-weight:600;line-height:1.45}
.narrow-intro .contact-team{flex:1 1 24rem;min-width:0;min-height:26rem;border-radius:0.43rem;overflow:hidden;border:1px solid rgba(246,239,228,0.28);background:#f0e5d3;color:#3d3227;}
.narrow-intro iframe{display:block;width:100%;height:100%;min-height:26rem;border:0}
@media (max-width:760px){.narrow-intro .clear-copy{flex-direction:column}.narrow-intro .contact-team,.narrow-intro iframe{min-height:20rem}
}
.service-items{
  padding:var(--space-footer) var(--space-medium);
  background:linear-gradient(135deg, #f6e7cf 0%, #e9cfa8 55%, #d9b184 100%);
  color:#2a2118;
}
.service-items .active-nav{max-width:var(--measure-small);
  margin:0 auto;}
.service-items .site-region{margin-bottom:var(--stack-wide);}
.service-items h2{margin:0 0 var(--surface-clear);
  font-size:calc(16.5px * 2);
  line-height:1.15;}
.service-items .strong-method{margin:0;
  font-size:var(--label-heading);
  line-height:var(--label-body);}
.service-items .site-block{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.5rem;
  padding:1.5rem;
  border:1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius:0.72rem;
  background:color-mix(in srgb, #fffaf1 78%, transparent);color:#2a2118;}
.service-items .public-region{flex:1 1 220px;
  min-width:0;
  display:block;}
.service-items .contact-proof{flex:1 1 100%;}
.service-items .public-region span{display:block;
  margin-bottom:var(--surface-clear);
  font-size:var(--copy-button);}
.service-items input,
.service-items textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--ink-card);
  border-radius:var(--curve-round);
  background:#fffaf1;
  color:#2a2118;
  font:inherit;
  padding:var(--surface-clear);
  outline:none;
  resize:vertical;
}
.service-items input:focus,
.service-items textarea:focus{box-shadow:0 0 0 2px #e07a3a;}
.service-items button{
  flex:0 0 auto;
  align-self:flex-end;
  border:0;
  border-radius:var(--curve-round);
  background:var(--line-accent);
  color:var(--surface-dark);
  font:inherit;
  padding:var(--surface-clear) 1.5rem;
  cursor:pointer;
  transition:background var(--delay-soft) var(--ease-entry);
}
.service-items button:hover{
  background:var(--ink-base);color:#2a2118;}
.service-items .active-benefit{margin:1.5rem 0 0;
  font-size:var(--copy-button);
  line-height:var(--label-body);}
@media(max-width:720px){.service-items .site-block{
    display:block;
  }.service-items .public-region,
  .service-items button{
    display:block;
    width:100%;
    margin-top:1.5rem;
  }.service-items .public-region:first-child{
    margin-top:0;
  }.service-items button{
    align-self:stretch;
  }
}
.quiet-body{background:var(--tone-card);color:var(--surface-main);padding:var(--space-footer) var(--space-medium)}
.quiet-body .active-nav{max-width:var(--measure-small);margin:0 auto}
.quiet-body .narrow-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--stack-wide)}
.quiet-body .site-region{flex:1 1 22rem;min-width:0}
.quiet-body h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.quiet-body p{margin:1.5rem 0 0;font-size:var(--type-extra-10);line-height:var(--label-body)}
.quiet-body .page-content{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--ink-card)}
.quiet-body .open-intro{display:flex;flex-wrap:wrap;gap:var(--stack-base);padding:1.5rem 0;border-bottom:1px solid var(--ink-card);color:inherit;text-decoration:none}
.quiet-body a.row:hover strong{color:inherit;}
.quiet-body strong{flex:0 1 11rem;min-width:0;font-size:var(--label-heading)}
.quiet-body span{flex:1 1 18rem;min-width:0;color:#3d3227;line-height:1.55}
@media(max-width:720px){.quiet-body .narrow-proof{flex-direction:column}.quiet-body .open-intro{flex-direction:column;gap:calc(var(--surface-clear)*.4)}
}
.focused-track{padding:var(--space-footer) var(--space-medium);background:var(--line-accent);color:var(--surface-dark)}
.focused-track .service-header{max-width:min(var(--measure-small),64rem);margin:0 auto}
.focused-track h2{margin:0;font-size:calc(16.5px * 2);line-height:1.12}
.focused-track .secondary-visual{margin:1.5rem 0 var(--stack-wide);font-size:var(--type-extra-10);line-height:1.55}
.focused-track .local-stack{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.focused-track .active-benefit{padding:var(--stack-wide) 0}
.focused-track .active-benefit + .active-benefit{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.focused-track h3{margin:0 0 var(--surface-clear);font-size:var(--type-extra-9);line-height:1.25;letter-spacing:0.005em}
.focused-track .active-benefit p{margin:0;font-size:var(--font-strong);line-height:1.62}
@media (min-width:720px){.focused-track .local-stack{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--stack-wide);border-top:0}.focused-track .active-benefit{padding:var(--stack-wide) 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}.focused-track .active-benefit:nth-child(-n+2){border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
}
.focused-story{
  padding:var(--space-footer) var(--space-medium);
  background:var(--surface-base);
  color:var(--line-secondary);
}
.focused-story .team-method{max-width:min(var(--measure-small),56rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--stack-wide);}
.focused-story h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.15;}
.focused-story .site-region{margin:0;
  font-size:var(--type-extra-10);
  line-height:var(--label-body);
  color:color-mix(in srgb,currentColor 78%,transparent);}
.focused-story .site-note{padding-top:var(--surface-clear);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.focused-story .site-note:first-of-type{border-top:0;
  padding-top:0;}
.focused-story h3{margin:0 0 0.87rem;
  font-size:var(--type-extra-9);
  line-height:1.25;}
.focused-story .site-note p{margin:0;
  color:color-mix(in srgb,currentColor 82%,transparent);}
.focused-story a{color:#e07a3a;
  text-decoration:underline;
  text-underline-offset:2px;}
.focused-story a:hover{color:inherit;}
@media (max-width:640px){.focused-story h2{font-size:var(--type-extra-9)}.focused-story .site-region{font-size:var(--label-heading)}
}
.primary-unit{--state-active:calc(1.5rem * 1.25);padding:var(--space-footer) var(--space-medium);background:#e07a3a;color:#2a1608;}
.primary-unit .active-nav{max-width:var(--measure-small);margin:0 auto;}
.primary-unit h2,.primary-unit p{margin:0;}
.primary-unit h2{font-size:calc(16.5px * 2);line-height:1.12;}
.primary-unit p{font-size:var(--label-heading);line-height:var(--label-body);color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-unit a{color:inherit;text-decoration:none;}
.primary-unit .active-frame{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-clear) 1.5rem;border-radius:var(--curve-image);background:#2a1608;color:#e07a3a;}
.primary-unit .team-entries>h2,.primary-unit .team-entries>p,.primary-unit .team-entries>.active-frame{margin-top:1.5rem;}
.primary-unit .active-benefit{font-size:var(--copy-button);}
.primary-unit .visual-nav{display:flex;flex-wrap:wrap;gap:var(--stack-base);margin-top:var(--state-active);padding-top:var(--stack-wide);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.primary-unit .visual-nav a{font-size:var(--copy-button);text-decoration:underline;text-underline-offset:0.25em;}
.page-list{
  padding: var(--space-footer) var(--space-medium);
  background: var(--surface-base);
  color: var(--line-secondary);
}
.page-list .active-nav{max-width: min(var(--measure-small), 68rem);
  margin: 0 auto;}
.page-list h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.page-list .site-region{margin: var(--surface-clear) 0 var(--stack-wide);
  font-size: var(--type-extra-10);
  line-height: var(--label-body);}
.page-list .soft-frame{display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);
  margin-bottom: var(--stack-wide);}
.page-list .primary-track{flex: 1 1 16rem;
  padding-top: var(--surface-clear);
  border-top: 1px solid #3d3227;}
.page-list .primary-track strong{display: block;
  margin-bottom: 0.4rem;
  font-size: var(--type-extra-9);}
.page-list .primary-track p{margin: 0;
  font-size: var(--label-heading);
  line-height: var(--label-body);}
.page-list .strong-service{padding: var(--surface-clear) 0;
  border-top: 1px solid #3d3227;
  border-bottom: 1px solid #3d3227;}
.page-list .strong-service .media-links{margin: 0 0 var(--surface-clear);
  font-size: var(--label-heading);}
.page-list .primary-proof{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--stack-base) var(--stack-wide);}
.page-list .primary-proof li{font-size: var(--copy-button);
  line-height: var(--label-body);}
.page-list .primary-proof span{display: block;
  font-size: var(--copy-button);
  opacity: 0.7;
  margin-bottom: 0.15rem;}
.page-list .primary-proof a{text-decoration: underline;
  text-underline-offset: 3px;}
.page-list .primary-proof a:hover{color: #e07a3a;}
.page-list .visual-nav{margin: var(--stack-wide) 0 0;
  font-size: var(--copy-button);
  line-height: var(--label-body);}
.page-list .visual-nav a{text-decoration: underline;
  text-underline-offset: 3px;}
.page-list .visual-nav a:hover{color: #e07a3a;}
@media (max-width: 640px) {.page-list .soft-frame{
    flex-direction: column;
  }
}
.public-service{padding:var(--space-footer) var(--space-medium);background:#e07a3a;color:#2a1608}
.public-service .active-nav{max-width:var(--measure-small);margin:0 auto}
.public-service .top-intro{display:flex;gap:var(--stack-wide);align-items:flex-end}
.public-service .team-method{flex:1 1 34rem;min-width:0}
.public-service h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.04;max-width:16ch}
.public-service .team-method p{margin:1.5rem 0 0;font-size:var(--type-extra-10);line-height:var(--label-body)}
.public-service .strong-entries{flex:0 1 32rem;min-width:0;background:var(--surface-base);color:var(--line-secondary);border-radius:0.43rem;padding:var(--stack-base);box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.public-service .strong-entries>p{margin:0;line-height:var(--label-body)}
.public-service .contact-benefit{display:flex;flex-wrap:wrap;gap:var(--surface-clear);margin-top:1.5rem}
.public-service a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:var(--curve-image);padding:var(--surface-clear) 1.5rem;text-decoration:none}
.public-service .contact-benefit a{border:1px solid color-mix(in srgb,var(--line-secondary) 22%,transparent)}
.public-service .contact-benefit .offer-inner{background:var(--line-accent);color:var(--surface-dark);border-color:var(--line-accent)}
.public-service .visual-nav{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:var(--surface-clear)}
.public-service .visual-nav a{background:color-mix(in srgb,var(--line-secondary) 8%,transparent);color:var(--line-secondary);font-size:var(--copy-button);padding:calc(var(--surface-clear)*.75) var(--surface-clear)}
@media(max-width:780px){.public-service .top-intro{display:block}.public-service .strong-entries{margin-top:var(--stack-wide);padding:1.5rem}.public-service h2{font-size:calc(16.5px * 2)}}

.cover-photo{width:100%;max-height:480px;overflow:hidden;line-height:0;}
.cover-photo img{width:100%;height:100%;object-fit:cover;display:block;}
@media (max-width: 720px){.cover-photo{max-height:260px;}}
