*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:var(--label-small);}
a{color:inherit;}
.bottom-plan {
    width: 100%;
    background: var(--line-cool);
    color: var(--tone-light);
    border-bottom: 1px solid var(--line-deep);
  }
.active-service {
    max-width: var(--space-base);
    margin: 0 auto;
    padding: var(--measure-large) var(--measure-section);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-tight);
  }
.public-copy {
    font-size: var(--font-meta);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --surface-base: #fbf6e9;
  --tone-dark: #efe6cf;
  --tone-main: transparent;
  --measure-section: 1.54rem;
  --line-primary: #f4ecd8;
  --depth-card: 0 6px 22px rgba(0,0,0,0.09);
  --copy-small: calc(var(--font-base) * .875);
  --paint-cool: #1f4a52;
  --space-small: calc(var(--gap-tight) * 1.5);
  --ease-soft: 300ms;
  --paint-base: calc(var(--measure-large) * .75);
  --label-body: calc(var(--font-base) * 2);
  --label-main: var(--font-base);
  --tone-light: #1c1812;
  --type-small: calc(var(--font-base) * 1.35);
  --font-meta: calc(var(--font-base) * 1.125);
  --font-base: 15.8px;
  --gap-tight: 1.07rem;
  --gutter-footer: calc(var(--measure-large) * 2.4);
  --measure-large: 1.5rem;
  --line-cool: #f7f1e1;
  --paint-main: #1f4a52;
  --paint-muted: #e2a52c;
  --motion-hover: cubic-bezier(0.2,0.8,0.2,1);
  --line-deep: #d8cbb0;
  --type-large: 1.75;
  --surface-primary: #1c1812;
  --space-card: var(--measure-section);
  --label-small: "Libre Baskerville", sans-serif;
  --corner-button: 0.8rem;
  --surface-light: #f4ecd8;
  --surface-secondary: #3a352b;
  --space-base: 820px;
  --corner-medium: 0.26rem;
}
.public-copy:hover,
  .public-copy:focus-visible {
    color: var(--paint-muted);
  }
.steady-quote {
    display: block;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(var(--gap-tight) * 1.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: var(--label-main);
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--ease-soft) var(--motion-hover),
                border-color var(--ease-soft) var(--motion-hover);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: var(--paint-muted);
    border-bottom-color: var(--paint-muted);
  }
.nav-link.is-active {
    border-bottom-color: var(--tone-light);
  }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: var(--tone-main);
    color: var(--tone-light);
    border: 1px solid var(--line-deep);
    border-radius: var(--corner-medium);
    cursor: pointer;
  }
.nav-toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .active-service {
      flex-wrap: wrap;
      align-items: center;
    }

    .nav-toggle {
      display: flex;
      margin-left: auto;
    }

    .steady-quote {
      display: none;
      width: 100%;
      flex-basis: 100%;
      padding-top: var(--space-small);
    }

    .steady-quote.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--space-small);
    }

    .nav-link {
      font-size: var(--font-meta);
      padding: 0.25rem 0;
    }
  }
.top-headline{font-family:var(--label-small);font-size:var(--font-base);line-height:var(--type-large);padding:var(--gutter-footer) var(--space-card);background:var(--paint-main);color:var(--line-primary);}
.top-items{max-width:var(--space-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-small)}
.top-inner{display:flex;flex-direction:column;gap:var(--paint-base);padding-bottom:var(--space-small);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.welcome{font-size:var(--copy-small);letter-spacing:0.14em;text-transform:uppercase;margin:0;font-weight:600}
.strong-team{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;font-size:var(--label-main);line-height:var(--type-large)}
.text-flow{display:block;max-width:42ch}
.featured-inner{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--ease-soft) var(--motion-hover)}
.featured-inner:hover,
  .featured-inner:focus-visible{border-bottom-color:currentColor;outline:none}
.open-figure{display:flex;align-items:baseline;justify-content:space-between;gap:var(--gap-tight);flex-wrap:wrap}
.focused-grid{font-size:var(--label-body);font-weight:600;letter-spacing:-0.01em;margin:0}
.secondary-steps{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--gap-tight)}
.visual-proof{display:flex;flex-direction:column;gap:0.6rem}
.steady-callout{font-size:var(--copy-small);letter-spacing:0.12em;text-transform:uppercase;margin:0;font-weight:600;opacity:0.75}
.columns{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem;font-size:var(--label-main)}
.clear-grid{margin:0;padding-top:var(--space-small);border-top:1px solid rgba(255, 255, 255, 0.18);font-size:var(--copy-small);line-height:var(--type-large);max-width:70ch;opacity:0.85}
.steady-grid{margin:0;font-size:var(--copy-small);opacity:0.7}
@media (max-width: 720px) {.secondary-steps{grid-template-columns:1fr 1fr}.focused-grid{font-size:var(--type-small)}
  }
@media (max-width: 460px) {.secondary-steps{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:var(--measure-large);transform:translateX(-50%);z-index:1200}
.cookies .main-quote{width:min(38rem,calc(100vw - var(--space-card)*2));padding:var(--measure-large);border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:var(--corner-button);background:#f7f7f7;color:#0a0f1a;box-shadow:var(--depth-card)}
.cookies strong{font-size:var(--type-small);line-height:1.12}
.cookies p{margin:var(--paint-base) 0 0;color:#2a3040;line-height:var(--type-large)}
.cookies .compact-list{display:flex;flex-wrap:wrap;gap:var(--paint-base);margin-top:var(--measure-large)}
.cookies .compact-list>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:var(--corner-medium);background:#fff;color:#0a0f1a;font:inherit;padding:var(--paint-base) var(--measure-large);cursor:pointer}
.cookies button.cookie-accept{background:var(--paint-cool);color:var(--surface-light);border-color:var(--paint-cool)}
.steady-flow{padding:calc(var(--measure-large) * 2.8) var(--measure-section);background:var(--tone-dark);color:var(--surface-secondary);}
.steady-flow .team{max-width:var(--space-base);margin:0 auto;display:flex;gap:calc(var(--gap-tight) * 1.6);align-items:flex-start;flex-wrap:wrap-reverse;}
.steady-flow .secondary-team{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:var(--space-small);}
.steady-flow .secondary-team h1{margin:0;font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.15;}
.steady-flow .secondary-team span{font-size:var(--font-meta);line-height:var(--type-large);}
.steady-flow .narrow-flow{margin:0;font-size:var(--font-base);line-height:var(--type-large);}
.steady-flow .compact-list{display:flex;flex-wrap:wrap;gap:var(--gap-tight);}
.steady-flow .compact-list a{text-decoration:none;padding:.7rem 1rem;border-radius:0.32rem;border:1px solid var(--line-deep);color:var(--surface-primary);background:var(--surface-base);transition:background var(--ease-soft) var(--motion-hover);}
.steady-flow .compact-list a:first-child{background:var(--paint-cool);color:var(--surface-light);border-color:var(--paint-cool);}
.steady-flow .compact-list a:first-child:hover{background:#173a41;color:var(--surface-primary);}
.steady-flow .compact-list a:last-child:hover{background:#e2a52c;color:#241a08;border-color:#e2a52c;}
.steady-flow .strong-contact{margin:0;font-size:var(--copy-small);}
.steady-flow .strong-contact a{color:#1f4a52;text-decoration:underline;text-underline-offset:2px;}
.steady-flow .strong-contact a:hover{color:inherit;}
.steady-flow .site-actions{flex:0 1 min(28rem,34vw);width:min(28rem,100%);height:auto;object-fit:cover;display:block;background:var(--surface-base);border-radius:var(--corner-button);border:1px solid var(--line-deep);box-shadow:0 0px 1px rgba(0,0,0,0.06);color:var(--surface-primary);}
@media (max-width:720px){
        .steady-flow{padding:calc(var(--measure-large) * 2) var(--measure-section);}
        .steady-flow .team{flex-wrap:wrap;}
        .steady-flow .site-actions{flex:1 1 100%;width:100%;}
    }
.text-contact{
  padding: var(--gutter-footer) var(--space-card);
  background: #e2a52c;
  color: #241a08;
}
.text-contact .local-area{
  max-width: var(--space-base);
  margin: 0 auto;
  border-radius: var(--corner-button);
  overflow: hidden;
  background: var(--line-cool);
  color: var(--tone-light);
  box-shadow: var(--depth-card);
}
.text-contact .plain-steps{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--paint-base);
  padding: var(--paint-base) var(--space-small);
  border-bottom: 1px solid var(--line-deep);}
.text-contact .plain-steps span{font-size: var(--copy-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.text-contact a{text-decoration: none;}
.text-contact .plain-steps a{font-size: var(--copy-small);
  border-bottom: 1px solid var(--paint-cool);
  padding-bottom: 1px;}
.text-contact .content-track{display: flex;
  flex-wrap: wrap;
  gap: var(--space-small);
  padding: var(--space-small);}
.text-contact .narrow-flow{flex: 1 1 22rem;
  min-width: 0;}
.text-contact h2{margin: 0;
  font-size: var(--label-body);
  line-height: 1.12;}
.text-contact .narrow-flow p{margin: var(--paint-base) 0 0;
  font-size: var(--font-meta);
  line-height: var(--type-large);}
.text-contact .top-details{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-deep);}
.text-contact .top-details a{display: block;
  padding: var(--paint-base) 0;
  border-bottom: 1px solid var(--line-deep);
  transition: color var(--ease-soft) var(--motion-hover);}
.text-contact .top-details a:hover{}
.text-contact .top-details span,
.text-contact .top-details small{display: block;
  font-size: var(--copy-small);}
.text-contact .top-details strong{display: block;
  margin: calc(var(--paint-base) * 0.3) 0;
  font-size: var(--type-small);}
@media (max-width: 780px) {.text-contact .content-track{
    padding: var(--paint-base);
  }.text-contact .plain-steps{
    flex-direction: column;
    align-items: flex-start;
    padding: var(--paint-base);
  }
}
.bottom-intro{--state-static:calc(var(--measure-large) * 1.05);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.bottom-intro .contact-callout{max-width:var(--space-base);margin:0 auto;}
.bottom-intro h1,.bottom-intro h2,.bottom-intro h3,.bottom-intro p{margin:0;}
.bottom-intro h2{font-size:var(--label-body);line-height:1.12;}
.bottom-intro p{font-size:var(--label-main);line-height:var(--type-large);}
.bottom-intro a{color:#1f4a52;text-decoration:none;}
.bottom-intro a:hover{color:inherit;}
.bottom-intro .narrow-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--paint-cool);color:var(--surface-light);}
.bottom-intro .narrow-block:hover{background:#173a41;color:var(--surface-light);}
.bottom-intro .narrow-flow{margin-top:var(--measure-large);color:var(--surface-secondary);}
.bottom-intro .simple-footer{display:flex;flex-direction:column;gap:var(--state-static);}
.bottom-intro details{padding:calc(var(--paint-base) * .9);border-radius:0.32rem;background:var(--surface-base);color:var(--surface-primary);border:1px solid var(--line-deep);}
.bottom-intro summary{cursor:pointer;font-weight:700;}
.bottom-intro details p{margin-top:calc(var(--measure-large) / 3);color:var(--surface-primary);}
.bottom-intro .content-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);}
.bottom-intro .secondary-team{flex:1 1 auto;min-width:0;}
.bottom-intro .simple-footer{flex:1 1 100%;}
.bottom-intro .strong-contact{flex:1 1 100%;margin-top:var(--space-small);font-size:var(--copy-small);color:var(--surface-secondary);}
.text-note{--state-static:calc(var(--measure-large) * 1.29);--state-control:calc(var(--space-base) / 2.40);padding:var(--gutter-footer) var(--space-card);background:#e2a52c;color:#241a08;}
.text-note .contact-callout{max-width:var(--space-base);margin:0 auto;}
.text-note h1,.text-note h2,.text-note h3,.text-note p{margin:0;}
.text-note h2{font-size:var(--label-body);line-height:1.12;}
.text-note h3{font-size:var(--type-small);line-height:1.2;}
.text-note p{font-size:var(--label-main);line-height:var(--type-large);color:color-mix(in srgb, currentColor 78%, transparent);}
.text-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-note a:hover{}
.text-note .public-headline{font-size:var(--copy-small);letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 70%, transparent);}
.text-note .featured-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.text-note .clear-headline{flex:1 1 calc(var(--space-base) / 3.4);min-width:0;padding:calc(var(--paint-base) * .85);border-radius:0.32rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.text-note .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
.text-note .bottom-team>h2{margin-top:var(--state-static);}
.text-note .bottom-team>.narrow-flow{margin-top:calc(var(--measure-large) / 1.4);}
.fresh-tile{
    color:var(--tone-light);
    background:var(--line-cool);
    padding:var(--gutter-footer) var(--space-card);
}
.fresh-tile .c{max-width:var(--space-base);
    margin:0 auto;}
.fresh-tile .h{margin-bottom:var(--space-small);
    border-bottom:1px solid var(--line-deep);
    padding-bottom:var(--space-small);}
.fresh-tile h1{font-size:calc(15.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;
    letter-spacing:-0.01em;}
.fresh-tile .h p{margin:0;
    font-size:var(--label-main);
    line-height:var(--type-large);}
.fresh-tile .soft-callout{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-bottom:var(--space-small);}
.fresh-tile .plain-team{
    padding:0.4rem 0.9rem;
    border-radius:var(--corner-medium);
    border:1px solid var(--line-deep);
    background:var(--surface-base);
    color:var(--surface-primary);
    font-family:inherit;
    font-size:var(--copy-small);
    cursor:pointer;
    transition:background var(--ease-soft) var(--motion-hover),color var(--ease-soft) var(--motion-hover),border-color var(--ease-soft) var(--motion-hover);
}
.fresh-tile .plain-team:hover{
    background:var(--paint-cool);
    color:var(--surface-light);
    border-color:var(--paint-cool);
}
.fresh-tile .primary-plan{display:flex;
    flex-direction:column;
    gap:var(--paint-base);}
.fresh-tile .public-callout{
    display:flex;
    flex-direction:column;
    background:var(--surface-base);
    color:var(--surface-primary);
    border:1px solid var(--line-deep);
    border-radius:0.55rem;
    overflow:hidden;
    box-shadow:0 0px 1px rgba(0,0,0,0.06);
    transition:box-shadow var(--ease-soft) var(--motion-hover);
}
.fresh-tile .public-callout:hover{box-shadow:0 3px 10px rgba(0,0,0,0.07);}
.fresh-tile .site-actions img{display:block;
    width:100%;
    height:220px;
    object-fit:cover;}
.fresh-tile .fresh-shell{padding:var(--paint-base);}
.fresh-tile h3{margin:0 0 0.5rem;
    font-size:var(--type-small);
    line-height:1.3;}
.fresh-tile h3 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color var(--ease-soft) var(--motion-hover);}
.fresh-tile h3 a:hover{border-bottom-color:#e2a52c;}
.fresh-tile p{margin:0 0 1rem;
    line-height:var(--type-large);}
.fresh-tile .strong-lead{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;}
.fresh-tile .media-benefit{
    padding:0.2rem 0.65rem;
    border-radius:var(--corner-medium);
    background:#e2a52c;
    color:#241a08;
    font-size:var(--copy-small);
}
.fresh-tile .public-headline{margin:var(--space-small) 0 0;
    padding-top:var(--space-small);
    border-top:1px solid var(--line-deep);
    font-size:var(--copy-small);
    color:var(--surface-secondary);}
@media (min-width:768px){.fresh-tile .primary-plan{
        flex-direction:row;
        flex-wrap:wrap;
    }.fresh-tile .public-callout{
        flex:1 1 calc(50% - var(--paint-base));
    }
}
@media (min-width:1024px){.fresh-tile .public-callout{
        flex:1 1 calc(33.333% - var(--paint-base));
    }
}
.media-region{--state-static:calc(var(--measure-large) * 1.2);--copy-body:calc(var(--space-base) / 3.4);padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);}
.media-region .contact-callout{max-width:var(--space-base);margin:0 auto;display:flex;flex-direction:column;row-gap:var(--state-static);}
.media-region h2,.media-region h3,.media-region p{margin:0;}
.media-region h2{font-size:var(--label-body);line-height:1.14;}
.media-region h3{font-size:var(--type-small);line-height:1.22;}
.media-region p{font-size:var(--label-main);line-height:var(--type-large);}
.media-region .narrow-flow{color:color-mix(in srgb, currentColor 78%, transparent);}
.media-region .featured-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);}
.media-region .clear-headline{flex:1 1 var(--copy-body);min-width:0;display:flex;flex-direction:column;row-gap:calc(var(--measure-large) / 2.4);padding:calc(var(--state-static) * .8);border-radius:0.32rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.media-region .clear-headline p{color:color-mix(in srgb, currentColor 80%, transparent);}
.media-region .clear-headline a{display:inline-flex;align-self:flex-start;margin-top:auto;padding-block-start:calc(var(--measure-large) / 3);text-decoration:none;border-bottom:1px solid color-mix(in srgb, #e2a52c 55%, transparent);}
.media-region .clear-headline a:hover{border-bottom-color:#c98f1c;}
.media-region .public-headline{color:color-mix(in srgb, currentColor 72%, transparent);font-size:var(--copy-small);}
.media-region .public-headline a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #e2a52c 55%, transparent);}
.media-region .public-headline a:hover{border-bottom-color:#c98f1c;}
.media-region .text-block{padding-inline-start:calc(var(--measure-section) / 2);}
.media-region .direct-nav{row-gap:calc(var(--state-static) * 1.15);}
@media (max-width:720px){.media-region .clear-headline{flex:1 1 100%;}
}
.active-list{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.active-list .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small);
  align-items: flex-start;}
.active-list h2,
.active-list p{margin: 0;}
.active-list .primary-links{
  flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: var(--measure-large);
  padding: var(--measure-large);
  border-radius: 0.55rem;
  background: var(--tone-dark);
  color: var(--surface-secondary);
  border-left: 3px solid #e2a52c;
}
.active-list h2{font-size: var(--label-body);
  line-height: 1.1;}
.active-list .primary-links p{color: var(--surface-secondary);
  line-height: var(--type-large);}
.active-list .media-view{flex: 2 1 22rem;
  display: flex;
  flex-direction: column;
  gap: var(--paint-base);}
.active-list .clear-headline{display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: var(--paint-base) 0;
  border-bottom: 1px solid var(--line-deep);}
.active-list .clear-headline:last-child{border-bottom: 0;}
.active-list strong{font-size: var(--type-small);
  line-height: 1.18;}
.active-list .clear-headline p{color: var(--surface-secondary);
  line-height: var(--type-large);}
@media (max-width: 820px) {.active-list .contact-callout{ flex-direction: column; }.active-list .primary-links{ flex: 1 1 auto; }
}
.quiet-body{padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light)}
.quiet-body .contact-callout{max-width:var(--space-base);margin:0 auto}
.quiet-body .main-form{display:flex;flex-wrap:wrap;gap:var(--space-small);align-items:flex-start}
.quiet-body .narrow-flow{flex:1 1 20rem;min-width:0}
.quiet-body .narrow-flow h2{margin:0 0 var(--paint-base);font-size:var(--label-body);line-height:1.1}
.quiet-body .narrow-flow .public-headline{margin:0;font-size:var(--label-main);line-height:var(--type-large);opacity:.85}
.quiet-body .fresh-shell{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:var(--paint-base)}
.quiet-body .team-list{border-top:1px solid rgba(244,236,216,.28);padding-top:var(--paint-base)}
.quiet-body .team-list:first-child{border-top:0;padding-top:0}
.quiet-body .team-list h3{margin:0 0 .35rem;font-size:var(--font-meta);line-height:1.25}
.quiet-body .team-list p{margin:0;font-size:var(--font-base);line-height:var(--type-large)}
.quiet-body .steady-steps{display:flex;flex-wrap:wrap;gap:var(--paint-base);margin-top:var(--space-small)}
.quiet-body .steady-steps a{border-radius:0.32rem;background:#e2a52c;color:#241a08;padding:calc(var(--paint-base)*.7) var(--paint-base);text-decoration:none;font-size:var(--copy-small);transition:background var(--ease-soft) var(--motion-hover)}
.quiet-body .steady-steps a:hover{background:#c98f1c;color:var(--surface-primary);}
@media(max-width:760px){.quiet-body .main-form{display:block}.quiet-body .fresh-shell{margin-top:var(--space-small)}.quiet-body .narrow-flow h2{font-size:var(--type-small)}
}
.primary-actions{--state-static:calc(var(--measure-large) * 1.1);--state-control:calc(var(--space-base) / 2.85);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.primary-actions .contact-callout{max-width:var(--space-base);margin:0 auto;}
.primary-actions h1,.primary-actions h2,.primary-actions h3,.primary-actions p{margin:0;}
.primary-actions h2{font-size:var(--label-body);line-height:1.14;}
.primary-actions h3{font-size:var(--type-small);line-height:1.22;}
.primary-actions p{font-size:var(--label-main);line-height:var(--type-large);}
.primary-actions .narrow-flow{margin-top:var(--measure-large);}
.primary-actions .page-inner{display:flex;align-items:flex-start;gap:calc(var(--gap-tight) * 1.4);}
.primary-actions .page-inner>.featured-actions{flex:1 1 calc(var(--space-base) / 1.85);display:flex;flex-wrap:wrap;gap:var(--gap-tight);min-width:0;}
.primary-actions .page-inner>.secondary-team{flex:0 1 var(--state-control);min-width:0;}
.primary-actions .clear-headline{flex:1 1 calc(var(--space-base) / 3.6);min-width:0;padding-top:var(--paint-base);border-top:1px solid var(--line-deep);}
.primary-actions .clear-headline p{margin-top:calc(var(--measure-large) / 2.4);}
@media(max-width:760px){.primary-actions .page-inner{flex-direction:column;}.primary-actions .page-inner>.secondary-team{flex:1 1 auto;}}
.media-summary{padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.media-summary .contact-callout{max-width:var(--space-base);margin:0 auto;}
.media-summary .local-content{margin-bottom:var(--space-small);border-bottom:1px solid var(--line-deep);padding-bottom:var(--space-small);}
.media-summary .local-content span{display:inline-block;padding:3px 10px;border-radius:var(--corner-medium);background:#e2a52c;color:#241a08;font-size:var(--copy-small);letter-spacing:.04em;text-transform:uppercase;}
.media-summary .local-content h2{margin:var(--space-small) 0 var(--paint-base);font-size:var(--label-body);line-height:1.2;}
.media-summary .local-content p{margin:0;font-size:var(--label-main);line-height:var(--type-large);}
.media-summary .featured-actions{display:flex;flex-direction:column;gap:var(--gap-tight);}
.media-summary .featured-actions article{display:grid;grid-template-columns:64px 1fr;gap:var(--paint-base);padding:var(--paint-base) 0;border-bottom:1px solid var(--line-deep);}
.media-summary .featured-actions article:last-child{border-bottom:none;}
.media-summary .local-wrap{display:flex;justify-content:flex-start;align-items:flex-start;}
.media-summary .local-wrap b{width:44px;height:44px;border-radius:0.32rem;display:grid;place-items:center;background:var(--paint-cool);color:var(--surface-light);font-size:var(--copy-small);font-weight:700;}
.media-summary .featured-actions h3{margin:0 0 var(--paint-base);font-size:var(--type-small);line-height:1.3;}
.media-summary .featured-actions p{margin:0 0 var(--paint-base);font-size:var(--font-base);line-height:var(--type-large);}
.media-summary .featured-actions em{font-style:normal;font-weight:700;font-size:var(--copy-small);}
@media (max-width: 640px){.media-summary .featured-actions article{grid-template-columns:1fr;gap:var(--paint-base);}.media-summary .local-wrap b{width:38px;height:38px;}
    }
.featured-story{--state-static:calc(var(--measure-large) * 1.12);--state-control:calc(var(--space-base) / 2.15);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.featured-story .contact-callout{max-width:var(--space-base);margin:0 auto;}
.featured-story h1,.featured-story h2,.featured-story h3,.featured-story p{margin:0;}
.featured-story h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.featured-story h2{font-size:var(--label-body);line-height:1.12;}
.featured-story h3{font-size:var(--type-small);line-height:1.2;}
.featured-story p{font-size:var(--label-main);line-height:var(--type-large);}
.featured-story .narrow-flow{margin-top:calc(var(--measure-large) / 2);color:var(--surface-secondary);}
.featured-story .public-headline{font-size:var(--copy-small);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-secondary);}
.featured-story a{color:inherit;text-decoration:none;}
.featured-story .narrow-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--paint-cool);color:var(--surface-light);transition:background var(--ease-soft) var(--motion-hover);}
.featured-story .narrow-block:hover{background:#173a41;color:var(--surface-primary);}
.featured-story .featured-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);margin-top:var(--state-static);}
.featured-story .clear-headline{flex:1 1 calc(var(--space-base) / 4);min-width:0;padding-top:var(--paint-base);border-top:1px solid var(--line-deep);}
.featured-story .clear-headline p{margin-top:calc(var(--measure-large) / 3);color:var(--surface-secondary);}
.featured-story .content-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);}
.featured-story .content-region>.secondary-team{flex:1 1 auto;min-width:0;}
.featured-story .content-region>.narrow-block{flex:0 0 auto;}
.featured-story .content-region>.featured-actions{flex:1 1 100%;}
.featured-story .secondary-team h2{margin-top:calc(var(--measure-large) / 2);}
@media (max-width:640px){.featured-story .clear-headline{flex:1 1 100%;}.featured-story .content-region>.narrow-block{flex:1 1 100%;}
}
.steady-content{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.steady-content .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-tight);
  align-items: flex-end;}
.steady-content .contact-callout > *{min-width: 0;
  flex: 1 1 18rem;}
.steady-content h2,
.steady-content p{margin: 0;}
.steady-content .direct-header{display: flex;
  flex-direction: column;
  gap: var(--measure-large);
  flex: 1 1 100%;}
.steady-content h2{font-size: var(--label-body);
  line-height: 1.1;}
.steady-content .direct-header p{line-height: var(--type-large);}
.steady-content .page-panel{display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: var(--corner-button);
  border: 1px solid var(--line-deep);}
.steady-content .text-actions{flex-basis: 100%;
  display: flex;
  gap: var(--paint-base);
  align-items: flex-end;
  overflow-x: auto;
  padding-top: var(--measure-large);
  padding-bottom: var(--paint-base);}
.steady-content .secondary-copy{display: block;
  flex: 0 0 min(17rem, 68vw);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.55rem;
  border: 1px solid var(--line-deep);
  transform: translateY(var(--mark-soft, 0));
  transition: transform var(--ease-soft) var(--motion-hover);}
.steady-content .media-section{flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-small);
  padding-top: var(--paint-base);
  border-top: 1px solid var(--line-deep);}
.steady-content .media-section .steady-section{line-height: var(--type-large);}
.steady-content .strong-contact{
  align-self: flex-start;
  display: inline-block;
  padding: var(--space-small) var(--paint-base);
  background: var(--paint-cool);
  color: var(--surface-light);
  border-radius: 0.32rem;
  text-decoration: none;
  font-size: var(--copy-small);
  transition: background var(--ease-soft) var(--motion-hover);
}
.steady-content .strong-contact:hover{
  background: #173a41;color:var(--surface-primary);}
@media (min-width: 720px) {.steady-content .direct-header{
    flex: 1 1 60%;
  }.steady-content .media-section{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-tight);
  }.steady-content .media-section .steady-section{
    flex: 1 1 auto;
  }.steady-content .strong-contact{
    flex: 0 0 auto;
    align-self: center;
  }
}
.steady-brand{padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.text-steps{max-width:var(--space-base);margin:0 auto;}
.steady-brand h1{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08;}
.narrow-copy{--state-static:calc(var(--measure-large) * 1.02);--state-control:calc(var(--space-base) / 2.85);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.narrow-copy .contact-callout{max-width:var(--space-base);margin:0 auto;}
.narrow-copy h1,.narrow-copy h2,.narrow-copy h3,.narrow-copy p{margin:0;}
.narrow-copy h2{font-size:var(--label-body);line-height:1.14;margin-top:var(--state-static);}
.narrow-copy h3{font-size:var(--type-small);line-height:1.22;}
.narrow-copy p{font-size:var(--label-main);line-height:var(--type-large);}
.narrow-copy a{color:#1f4a52;text-decoration:none;border-bottom:1px solid var(--line-deep);}
.narrow-copy a:hover{color:inherit;border-bottom-color:var(--paint-muted);}
.narrow-copy .public-headline{font-size:var(--copy-small);color:var(--surface-secondary);border-left:2px solid #e2a52c;padding-left:var(--paint-base);}
.narrow-copy .featured-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.narrow-copy .clear-headline{flex:1 1 calc(var(--space-base) / 3.4);min-width:0;padding:calc(var(--paint-base) * .9);border-radius:0.32rem;background:var(--surface-base);color:var(--surface-primary);border:1px solid var(--line-deep);}
.narrow-copy .clear-headline p{margin-top:calc(var(--measure-large) / 3);color:var(--surface-primary);}
.narrow-copy .clear-headline a{display:inline-block;margin-top:calc(var(--measure-large) / 2.4);font-size:var(--copy-small);}
.narrow-copy .narrow-flow{margin-top:calc(var(--measure-large) / 2);}
.narrow-copy .strong-contact{margin-top:calc(var(--measure-large) / 2);font-size:var(--copy-small);color:var(--surface-secondary);}
.narrow-copy .strong-contact a{color:#1f4a52;}
.narrow-copy .strong-contact a:hover{color:inherit;}
@media (max-width:720px){.narrow-copy .clear-headline{flex:1 1 100%;}
}
.offer-list{--state-static:calc(var(--measure-large) * 1.15);--copy-body:calc(var(--space-base) / 3.4);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.offer-list .contact-callout{max-width:var(--space-base);margin:0 auto;}
.offer-list h2,.offer-list h3,.offer-list p{margin:0;}
.offer-list h2{font-size:var(--label-body);line-height:1.14;}
.offer-list h3{font-size:var(--type-small);line-height:1.22;}
.offer-list p{font-size:var(--label-main);line-height:var(--type-large);}
.offer-list a{text-decoration:none;border-bottom:1px solid var(--line-deep);}
.offer-list a:hover{border-bottom-color:var(--paint-muted);}
.offer-list .active-wrap{padding-block:calc(var(--state-static) / 2);}
.offer-list .direct-nav{row-gap:calc(var(--state-static) * 1.1);}
.offer-list .compact-menu{padding-inline-end:calc(var(--paint-base) / 2);}
.offer-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);}
.offer-list .row-title h2{flex:1 1 calc(var(--space-base) / 3);min-width:0;}
.offer-list .row-title>p{flex:1 1 calc(var(--space-base) / 3);min-width:0;}
.offer-list .open-inner{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.offer-list .clear-headline{flex:1 1 var(--copy-body);min-width:0;padding-inline-start:var(--paint-base);border-inline-start:1px solid var(--line-deep);}
.offer-list .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
@media (max-width:640px){.offer-list .clear-headline{padding-inline-start:0;border-inline-start:0;border-block-start:1px solid var(--line-deep);padding-block-start:var(--paint-base);}
}
.steady-fields{
  padding:var(--gutter-footer) var(--space-card);
  background:var(--line-cool);
  color:var(--tone-light);
}
.steady-fields .contact-callout{max-width:var(--space-base);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-small);}
.steady-fields h2,
.steady-fields h3,
.steady-fields p{margin:0;}
.steady-fields h2{font-size:var(--label-body);
  line-height:1.15;}
.steady-fields h3{font-size:var(--type-small);
  line-height:1.25;}
.steady-fields p{font-size:var(--label-main);
  line-height:var(--type-large);}
.steady-fields .featured-summary{display:flex;
  flex-direction:column;
  gap:var(--measure-large);
  padding-bottom:var(--space-small);
  border-bottom:1px solid var(--line-deep);}
.steady-fields .narrow-flow{color:var(--surface-secondary);}
.steady-fields .media-section{display:flex;
  flex-direction:column;
  gap:0;}
.steady-fields .clear-headline{display:flex;
  flex-direction:column;
  gap:calc(var(--measure-large) / 2);
  padding:var(--paint-base) 0;
  border-bottom:1px solid var(--line-deep);}
.steady-fields .clear-headline:last-child{border-bottom:none;}
.steady-fields .clear-headline p{color:var(--surface-secondary);}
.steady-fields .public-headline{
  display:flex;
  flex-direction:column;
  gap:var(--measure-large);
  padding:var(--paint-base);
  background:var(--tone-dark);
  color:var(--surface-secondary);
  border-radius:0.32rem;
}
.steady-fields .strong-contact a{color:#1f4a52;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color var(--ease-soft) var(--motion-hover);}
.steady-fields .strong-contact a:hover{color:inherit;}
@media (min-width:720px){.steady-fields .media-section{
    flex-direction:row;
    flex-wrap:wrap;
    gap:0 var(--gap-tight);
  }.steady-fields .clear-headline{
    flex:1 1 calc(var(--space-base) / 2.4);
    min-width:0;
  }
}
.active-lead{padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);overflow:hidden}
.active-lead .contact-callout{max-width:var(--space-base);margin:0 auto}
.active-lead .narrow-flow{margin:0 0 var(--space-small)}
.active-lead h2{margin:0;font-size:var(--label-body);line-height:1.1}
.active-lead .narrow-flow p{margin:var(--measure-large) 0 0;font-size:var(--font-meta);line-height:var(--type-large)}
.active-lead .media-section{display:flex;flex-direction:column;gap:var(--space-small);border-top:1px solid rgba(244,236,216,0.28);padding-top:var(--space-small)}
.active-lead .clear-headline{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--paint-base);padding:var(--paint-base) 0;border-bottom:1px solid rgba(244,236,216,0.18)}
.active-lead .clear-headline:last-child{border-bottom:0}
.active-lead .clear-headline strong{display:block;font-size:var(--type-small);line-height:1.15}
.active-lead .clear-headline p{margin:0;line-height:var(--type-large)}
.active-lead .strong-contact{margin-top:var(--space-small);padding-top:var(--paint-base);border-top:1px solid rgba(244,236,216,0.28)}
.active-lead .strong-contact p{margin:0;font-size:var(--label-main);line-height:var(--type-large)}
.active-lead .strong-contact a{text-decoration:underline;text-underline-offset:3px}
.active-lead .strong-contact a:hover{}
@media (min-width:720px){.active-lead .clear-headline{grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:var(--gap-tight);align-items:start}
}
.steady-body{
    padding:var(--gutter-footer) var(--space-card);
    background:var(--tone-dark);
    color:var(--surface-secondary);
}
.steady-body .contact-callout{max-width:var(--space-base);
    margin:0 auto;}
.steady-body .local-content{margin-bottom:var(--space-small);}
.steady-body .local-content h2{margin:0;
    font-size:var(--label-body);
    line-height:1.2;}
.steady-body .local-content p{margin:var(--paint-base) 0 0;
    font-size:var(--label-main);}
.steady-body .media-section{display:flex;
    flex-wrap:wrap;
    gap:var(--space-small);
    align-items:flex-start;}
.steady-body .narrow-flow{flex:1 1 320px;}
.steady-body .narrow-flow p{margin:0 0 var(--paint-base);}
.steady-body .narrow-flow p:last-child{margin-bottom:0;}
.steady-body .primary-brand{flex:1 1 260px;
    display:flex;
    flex-direction:column;
    gap:var(--paint-base);}
.steady-body .clear-visual{
    background:var(--surface-base);
    color:var(--surface-primary);
    border:1px solid var(--line-deep);
    border-radius:0.32rem;
    padding:var(--paint-base);
}
.steady-body .clear-visual h3{margin:0 0 6px;
    font-size:var(--type-small);}
.steady-body .clear-visual p{margin:0 0 8px;
    font-size:var(--copy-small);}
.steady-body .clear-visual a{display:inline-block;
    color:#1f4a52;
    text-decoration:none;
    font-weight:600;
    margin-right:var(--gap-tight);}
.steady-body .clear-visual a:hover{color:inherit;}
.steady-body .clear-visual .steady-section{margin:8px 0 0;
    font-size:var(--copy-small);}
.steady-body .public-headline{margin-top:var(--space-small);
    padding-top:var(--paint-base);
    border-top:1px solid var(--line-deep);}
.steady-body .public-headline h3{margin:0 0 8px;
    font-size:var(--type-small);}
.steady-body .public-headline p{margin:0 0 var(--paint-base);}
.steady-body .public-headline p:last-child{margin-bottom:0;}
.steady-body .strong-contact{margin-top:var(--space-small);
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:var(--gap-tight);}
.steady-body .strong-contact p{margin:0;
    flex:1 1 260px;
    font-size:var(--copy-small);}
.steady-body .strong-contact a{color:#1f4a52;
    text-decoration:none;
    font-weight:600;
    border-bottom:1px solid #1f4a52;
    padding-bottom:1px;}
.steady-body .strong-contact a:hover{color:inherit;
    border-bottom-color:var(--paint-muted);}
@media (max-width:640px){.steady-body .media-section{
        flex-direction:column;
    }
}
.clear-track{
  background:var(--tone-dark);
  color:var(--surface-secondary);
  padding:var(--gutter-footer) var(--space-card);
}
.clear-track .contact-callout{max-width:var(--space-base);
  margin:0 auto;
  display:flex;
  gap:var(--space-small);
  align-items:flex-start;}
.clear-track .fresh-shell{flex:1 1 30rem;
  min-width:0;}
.clear-track h2{margin:0 0 var(--measure-large);
  font-size:var(--label-body);
  line-height:1.1;
  letter-spacing:0;}
.clear-track .narrow-flow{margin:0 0 var(--space-small);
  line-height:var(--type-large);}
.clear-track .featured-actions{display:flex;
  flex-direction:column;
  gap:var(--paint-base);
  border-top:1px solid var(--line-deep);
  padding-top:var(--space-small);}
.clear-track .clear-headline{display:flex;
  flex-direction:column;
  gap:.35rem;}
.clear-track .clear-headline h3{margin:0;
  font-size:var(--label-main);
  line-height:1.25;}
.clear-track .clear-headline p{margin:0;
  line-height:var(--type-large);}
.clear-track .public-headline{margin:var(--space-small) 0 0;
  font-size:var(--copy-small);
  line-height:var(--type-large);}
.clear-track .public-headline a{text-decoration:underline;
  text-underline-offset:2px;}
.clear-track .public-headline a:hover{}
.clear-track .site-actions{display:block;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.55rem;
  flex:0 0 auto;}
@media (max-width:760px){.clear-track .contact-callout{display:block}.clear-track .site-actions{width:100%;min-width:0;max-height:30rem;margin-top:var(--space-small)}
}
.nav{
  --state-static:calc(var(--measure-large) * 1.4);
  --layer-main:calc(var(--space-base) / 3.1);
  padding:var(--gutter-footer) var(--space-card);
  background:var(--line-cool);
  color:var(--tone-light);
}
.nav .contact-callout{max-width:var(--space-base);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-static);}
.nav h2,
.nav h3,
.nav p{margin:0;}
.nav h2{font-size:var(--label-body);
  line-height:1.14;}
.nav h3{font-size:var(--type-small);
  line-height:1.22;}
.nav p{font-size:var(--label-main);
  line-height:var(--type-large);}
.nav .featured-summary{display:flex;
  flex-direction:column;
  gap:calc(var(--gap-tight) * .8);}
.nav .narrow-flow{color:var(--surface-secondary);}
.nav .featured-actions{display:flex;
  flex-wrap:wrap;
  gap:var(--state-static);}
.nav .clear-headline{flex:1 1 var(--layer-main);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(var(--gap-tight) * .7);
  padding-top:calc(var(--paint-base) * .9);
  border-top:1px solid var(--line-deep);}
.nav .clear-headline p{color:var(--surface-secondary);}
.nav .clear-headline a{margin-top:auto;
  align-self:flex-start;
  font-size:var(--copy-small);
  color:#1f4a52;
  text-decoration:none;
  border-bottom:1px solid #1f4a52;
  padding-bottom:2px;
  transition:color var(--ease-soft) var(--motion-hover), border-color var(--ease-soft) var(--motion-hover);}
.nav .clear-headline a:hover{color:inherit;
  border-color:var(--paint-muted);}
.nav .public-headline{color:var(--surface-secondary);
  padding-top:calc(var(--paint-base) * .6);
  border-top:1px solid var(--line-deep);}
.nav .strong-contact{display:flex;
  flex-wrap:wrap;
  gap:var(--gap-tight);}
.nav .strong-contact a{
  display:inline-flex;
  align-items:center;
  padding:calc(var(--paint-base) * .7) var(--measure-large);
  border-radius:var(--corner-medium);
  background:var(--paint-cool);
  color:var(--surface-light);
  font-size:var(--copy-small);
  text-decoration:none;
  transition:background var(--ease-soft) var(--motion-hover);
}
.nav .strong-contact a:hover{
  background:#173a41;color:var(--surface-primary);}
@media (max-width:640px){.nav .clear-headline{
    flex:1 1 100%;
  }
}
.primary-shell{--state-static:calc(var(--measure-large) * 0.89);padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);}
.primary-shell .contact-callout{max-width:var(--space-base);margin:0 auto;display:flex;flex-direction:column;}
.primary-shell h1,.primary-shell h2,.primary-shell h3,.primary-shell p{margin:0;}
.primary-shell h2{font-size:var(--label-body);line-height:1.12;}
.primary-shell p{font-size:var(--label-main);line-height:var(--type-large);color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-shell a{color:inherit;text-decoration:none;}
.primary-shell .text-block{padding-inline-start:calc(var(--measure-section) / 2);}
.primary-shell .direct-nav{row-gap:calc(var(--state-static) * 1.1);}
.primary-shell .public-headline{font-size:var(--copy-small);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.primary-shell .narrow-flow{color:color-mix(in srgb, currentColor 88%, transparent);}
.primary-shell .secondary-team{color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-shell .narrow-block{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--surface-light);color:var(--paint-cool);transition:background var(--ease-soft) var(--motion-hover),color var(--ease-soft) var(--motion-hover);}
.primary-shell .narrow-block:hover{background:#e2a52c;color:#241a08;}
.primary-shell .strong-contact{font-size:var(--copy-small);color:color-mix(in srgb, currentColor 68%, transparent);}
.primary-shell .strong-contact a{text-decoration:underline;text-underline-offset:3px;}
.primary-shell .strong-contact a:hover{}
@media (max-width:640px){.primary-shell .text-block{padding-inline-start:0;}
}
.narrow-inner{--state-static:calc(var(--measure-large) * 1.12);--state-control:calc(var(--space-base) / 3.00);padding:var(--gutter-footer) var(--space-card);background:#e2a52c;color:#241a08;}
.narrow-inner .contact-callout{max-width:var(--space-base);margin:0 auto;}
.narrow-inner h1,.narrow-inner h2,.narrow-inner h3,.narrow-inner p{margin:0;}
.narrow-inner h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.narrow-inner h2{font-size:var(--label-body);line-height:1.12;}
.narrow-inner h3{font-size:var(--type-small);line-height:1.2;}
.narrow-inner p{font-size:var(--label-main);line-height:var(--type-large);color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-inner a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.narrow-inner a:hover{border-bottom-color:currentColor;}
.narrow-inner .narrow-flow{color:color-mix(in srgb, currentColor 82%, transparent);}
.narrow-inner .public-headline{margin-top:var(--state-static);font-size:var(--copy-small);color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-inner .featured-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.narrow-inner .clear-headline{flex:1 1 calc(var(--space-base) / 3.4);min-width:0;padding:calc(var(--paint-base) * .85);border-radius:0.32rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.narrow-inner .clear-headline>p:first-child{font-size:var(--copy-small);letter-spacing:.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.narrow-inner .clear-headline h3{margin-top:calc(var(--measure-large) / 3);}
.narrow-inner .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
.narrow-inner .simple-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);}
.narrow-inner .simple-inner>h2{flex:1 1 calc(var(--space-base) / 3);min-width:0;}
.narrow-inner .simple-inner>.narrow-flow{flex:1 1 calc(var(--space-base) / 3);min-width:0;}
.narrow-inner .simple-inner>.featured-actions{flex:1 1 100%;}
.narrow-inner .simple-inner>.public-headline{flex:1 1 100%;}
.bottom-summary{--state-static:calc(var(--measure-large) * 1.05);--layer-active:calc(var(--space-base) / 3.1);--axis-content:calc(var(--space-base) / 4.6);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.bottom-summary .contact-callout{max-width:var(--space-base);margin:0 auto;}
.bottom-summary h2,.bottom-summary h3,.bottom-summary p{margin:0;}
.bottom-summary h2{font-size:var(--label-body);line-height:1.14;}
.bottom-summary h3{font-size:var(--type-small);line-height:1.22;}
.bottom-summary p{font-size:var(--label-main);line-height:var(--type-large);}
.bottom-summary img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.bottom-summary .secondary-team .narrow-flow{margin-top:var(--measure-large);}
.bottom-summary .secondary-team .public-headline{margin-top:var(--space-small);padding-left:var(--paint-base);border-left:2px solid #e2a52c;color:var(--surface-secondary);font-size:var(--copy-small);}
.bottom-summary .plain-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);}
.bottom-summary .plain-story>.secondary-team{flex:1 1 var(--layer-active);min-width:0;}
.bottom-summary .plain-story>.featured-actions{flex:2 1 calc(var(--space-base) / 2);min-width:0;display:flex;flex-direction:column;gap:var(--state-static);}
.bottom-summary .clear-headline{display:flex;flex-wrap:wrap;gap:var(--gap-tight);align-items:flex-start;padding-bottom:var(--state-static);border-bottom:1px solid var(--line-deep);}
.bottom-summary .clear-headline:last-child{padding-bottom:0;border-bottom:0;}
.bottom-summary .clear-headline img{flex:0 0 var(--axis-content);max-width:var(--axis-content);border-radius:var(--corner-medium);}
.bottom-summary .clear-headline h3,.bottom-summary .clear-headline p{flex:1 1 calc(var(--space-base) / 3);min-width:0;}
.bottom-summary .clear-headline p{margin-top:calc(var(--measure-large) / 3);color:var(--surface-secondary);}
@media (max-width:640px){.bottom-summary .clear-headline img{flex:1 1 100%;max-width:100%;}.bottom-summary .clear-headline h3,.bottom-summary .clear-headline p{flex:1 1 100%;}
}
.secondary-body{background:#e2a52c;color:#241a08;padding:var(--gutter-footer) var(--space-card)}
.secondary-body .contact-callout{max-width:var(--space-base);margin:0 auto}
.secondary-body .simple-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-small)}
.secondary-body .secondary-team{flex:1 1 20rem;min-width:0}
.secondary-body h2{margin:0;font-size:clamp(var(--label-body),5vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.secondary-body p{margin:var(--measure-large) 0 0;font-size:var(--font-meta);line-height:1.65}
.secondary-body .secondary-team a{display:inline-flex;margin-top:var(--measure-large);padding:var(--paint-base) var(--gap-tight);border-radius:0.32rem;background:#241a08;color:#e2a52c;text-decoration:none;font-weight:700}
.secondary-body .site-actions{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.55rem}
.secondary-body .featured-actions{flex:1 1 100%;min-width:0;display:flex;flex-direction:column;gap:var(--measure-large);margin-top:var(--space-small)}
.secondary-body .clear-headline{color:inherit;text-decoration:none;padding-bottom:var(--measure-large);border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.secondary-body strong,.secondary-body span{display:block}
.secondary-body strong{font-size:var(--label-main)}
.secondary-body span{margin-top:calc(var(--paint-base)*.5);line-height:1.6}
@media(max-width:780px){.secondary-body .simple-note{flex-direction:column}.secondary-body .site-actions{flex-basis:auto;min-width:0;aspect-ratio:16/9}}
.question{padding:var(--gutter-footer) var(--space-card);background:var(--tone-dark);color:var(--surface-secondary);}
.question .contact-callout{max-width:var(--space-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-small);}
.question .narrow-flow{display:flex;flex-direction:column;gap:var(--measure-large);border-bottom:1px solid var(--line-deep);padding-bottom:var(--space-small);}
.question .narrow-flow h2{margin:0;font-size:var(--label-body);line-height:1.25;}
.question .narrow-flow p{margin:0;font-size:var(--label-main);}
.question .media-section{display:flex;flex-wrap:wrap;gap:var(--gap-tight);}
.question .clear-headline{flex:1 1 320px;border-left:2px solid #e2a52c;padding:var(--measure-large) var(--measure-section);background:var(--surface-base);color:var(--surface-primary);border-radius:var(--corner-medium);}
.question .clear-headline h3{margin:0 0 8px;font-size:var(--type-small);line-height:1.3;}
.question .clear-headline p{margin:0;font-size:var(--copy-small);}
.question .compact-summary{margin:0;font-size:var(--copy-small);color:var(--surface-secondary);}
.question .compact-summary a{color:#1f4a52;text-decoration:underline;text-underline-offset:3px;}
.question .compact-summary a:hover{color:inherit;}
@media (max-width:700px){.question .clear-headline{flex:1 1 100%;}
    }
.primary-fields{--state-static:calc(var(--measure-large) * 1.05);padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);}
.primary-fields .contact-callout{max-width:var(--space-base);margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.primary-fields h2,.primary-fields h3,.primary-fields p,.primary-fields summary{margin:0;}
.primary-fields h2{font-size:var(--label-body);line-height:1.14;}
.primary-fields h3{font-size:var(--type-small);line-height:1.22;}
.primary-fields p{font-size:var(--label-main);line-height:var(--type-large);}
.primary-fields .featured-summary{display:flex;flex-direction:column;gap:calc(var(--measure-large) / 2);}
.primary-fields .narrow-flow{color:color-mix(in srgb, currentColor 82%, transparent);}
.primary-fields .simple-footer{display:flex;flex-direction:column;gap:calc(var(--measure-large) / 2.2);}
.primary-fields .clear-headline{padding:calc(var(--paint-base) * 0.95) var(--paint-base);border-radius:0.32rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:2px solid #e2a52c;}
.primary-fields summary{cursor:pointer;font-weight:700;font-size:var(--label-main);list-style:none;display:flex;align-items:baseline;gap:calc(var(--measure-section) / 2);}
.primary-fields summary::-webkit-details-marker{display:none;}
.primary-fields summary::before{content:"—";flex:0 0 auto;}
.primary-fields details[open] summary::before{content:"·";}
.primary-fields .clear-headline p{margin-top:calc(var(--measure-large) / 2.6);color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-fields .public-headline{margin-top:calc(var(--measure-large) / 2);padding-top:var(--space-small);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);color:color-mix(in srgb, currentColor 80%, transparent);}
.primary-fields a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.primary-fields a:hover{}
@media (max-width:640px){.primary-fields .contact-callout{gap:calc(var(--measure-large) * 0.9);}.primary-fields summary{font-size:var(--font-base);}
}
.narrow-track{--state-static:calc(var(--measure-large) * 1.09);--type-main:calc(var(--space-base) / 3.11);padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);}
.narrow-track .contact-callout{max-width:var(--space-base);margin:0 auto;}
.narrow-track h1,.narrow-track h2,.narrow-track h3,.narrow-track p{margin:0;}
.narrow-track h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.narrow-track h2{font-size:var(--label-body);line-height:1.12;}
.narrow-track h3{font-size:var(--type-small);line-height:1.2;}
.narrow-track p{font-size:var(--label-main);line-height:var(--type-large);color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-track a{color:inherit;text-decoration:none;}
.narrow-track img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.32rem;flex:0 1 min(28rem,38vw);}
.narrow-track .narrow-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--surface-light);color:var(--paint-cool);font-size:var(--label-main);}
.narrow-track .clear-unit{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gap-tight);flex-wrap:wrap;}
.narrow-track .clear-unit .secondary-team{flex:1 1 24rem;min-width:0;}
.narrow-track .clear-unit h2,.narrow-track .clear-unit p,.narrow-track .clear-unit .narrow-block{margin-top:var(--measure-large);}
.narrow-track .clear-unit h2:first-child{margin-top:0;}
.narrow-track .clear-unit img{margin-top:var(--state-static);}
.narrow-track .strong-contact{display:flex;flex-wrap:wrap;gap:var(--paint-base);font-size:var(--copy-small);}
.narrow-track .strong-contact a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.narrow-track .strong-contact a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.narrow-track .clear-unit{flex-direction:column;}.narrow-track img{width:100%;flex:1 1 auto;margin-top:var(--measure-large);}
}
.simple-list{background:var(--line-cool);color:var(--tone-light);padding:var(--gutter-footer) var(--space-card)}
.simple-list .contact-callout{max-width:min(var(--space-base),64rem);margin:0 auto}
.simple-list .active-proof{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-small)}
.simple-list .public-headline{margin:0;color:var(--surface-secondary);line-height:var(--type-large)}
.simple-list h2{margin:0;font-size:clamp(var(--label-body),4.5vw,calc(15.8px * 2.65));line-height:1.1;letter-spacing:0}
.simple-list .site-actions{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.55rem}
.simple-list .compact-list{display:flex;flex-wrap:wrap;gap:var(--gap-tight)}
.simple-list .compact-list a{padding:var(--paint-base);border-radius:var(--corner-medium);background:var(--surface-base);color:var(--surface-primary);border:1px solid var(--line-deep);text-decoration:none;transition:background var(--ease-soft) var(--motion-hover),color var(--ease-soft) var(--motion-hover)}
.simple-list .compact-list a:hover{background:#e2a52c;color:#241a08}
.simple-list .compact-list>a:first-child{background:var(--paint-cool);color:var(--surface-light);border-color:var(--paint-cool)}
.simple-list .compact-list>a:first-child:hover{background:#173a41;color:var(--surface-light)}
.simple-list .direct-actions{display:flex;flex-direction:column;gap:var(--space-small);width:100%;border-top:1px solid var(--line-deep);padding-top:var(--space-small)}
.simple-list .team-list{display:flex;flex-direction:column;gap:calc(var(--gap-tight) / 2)}
.simple-list .clear-visual{font-size:var(--copy-small);text-transform:uppercase;letter-spacing:0.08em;color:var(--surface-secondary)}
.simple-list .visual-unit{margin:0;line-height:var(--type-large)}
.simple-list .soft-body{margin:0;color:var(--surface-secondary);line-height:var(--type-large)}
@media (min-width:48rem){.simple-list .team-list{flex-direction:row;gap:var(--paint-base);align-items:baseline}.simple-list .clear-visual{flex:0 0 12rem}.simple-list .visual-unit{flex:1 1 auto}
}
.text-stack{
    padding:var(--gutter-footer) var(--space-card);
    background:var(--tone-dark);
    color:var(--surface-secondary);
}
.text-stack .contact-callout{max-width:var(--space-base);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--space-small);}
.text-stack .narrow-flow h2{margin:0 0 var(--paint-base);
    font-size:var(--label-body);
    line-height:1.2;}
.text-stack .narrow-flow p{margin:0;
    font-size:var(--label-main);
    line-height:var(--type-large);}
.text-stack .media-section{display:flex;
    flex-direction:column;
    border-top:1px solid var(--line-deep);}
.text-stack .team-list{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-tight);
    padding:var(--paint-base) 0;
    border-bottom:1px solid var(--line-deep);}
.text-stack .clear-visual{flex:0 0 11rem;
    font-size:var(--copy-small);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.text-stack .steady-section{flex:1 1 16rem;
    margin:0;
    font-size:var(--font-base);
    line-height:var(--type-large);}
.text-stack .steady-section a{text-decoration:underline;
    text-underline-offset:3px;}
.text-stack .steady-section a:hover{}
.text-stack .public-headline{
    background:var(--surface-base);
    color:var(--surface-primary);
    border:1px solid var(--line-deep);
    border-radius:0.55rem;
    padding:var(--paint-base);
    display:flex;
    flex-direction:column;
    gap:var(--paint-base);
}
.text-stack .public-headline p{margin:0;
    font-size:var(--font-base);
    line-height:var(--type-large);}
.text-stack .strong-contact{font-size:var(--copy-small);}
.text-stack .strong-contact a{text-decoration:underline;
    text-underline-offset:3px;}
.text-stack .strong-contact a:hover{}
@media (max-width:640px){.text-stack .clear-visual{
        flex:1 1 100%;
    }
}
.strong-unit{--state-static:calc(var(--measure-large) * 1.42);--type-main:calc(var(--space-base) / 3.77);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.strong-unit .contact-callout{max-width:var(--space-base);margin:0 auto;}
.strong-unit h2,.strong-unit h3,.strong-unit p{margin:0;}
.strong-unit h2{font-size:var(--label-body);line-height:1.12;}
.strong-unit h3{font-size:var(--type-small);line-height:1.2;}
.strong-unit p{font-size:var(--label-main);line-height:var(--type-large);}
.strong-unit a{text-decoration:none;}
.strong-unit a:hover{}
.strong-unit img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.strong-unit .featured-summary{display:flex;flex-direction:column;gap:calc(var(--measure-large) / 2);}
.strong-unit .narrow-flow{font-size:var(--font-meta);}
.strong-unit .media-view>img{margin-top:var(--state-static);}
.strong-unit .featured-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);margin-top:var(--state-static);}
.strong-unit .clear-headline{flex:1 1 calc(var(--space-base) / 4);min-width:0;padding-top:var(--paint-base);border-top:1px solid var(--line-deep);}
.strong-unit .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
.strong-unit .narrow-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--paint-base);padding:calc(var(--paint-base) / 1.4) var(--measure-large);border-radius:var(--corner-medium);background:var(--paint-cool);color:var(--surface-light);font-size:var(--copy-small);}
.strong-unit .narrow-block:hover{background:#173a41;color:var(--surface-light);}
.strong-unit .public-headline{margin-top:var(--state-static);padding-top:var(--paint-base);border-top:1px solid var(--line-deep);font-size:var(--copy-small);}
@media (max-width:720px){.strong-unit .clear-headline{flex:1 1 100%;}
}
.active-feature{
        padding: var(--gutter-footer) var(--space-card);
        background: var(--line-cool);
        color: var(--tone-light)
    }
.active-feature .contact-callout{max-width: var(--space-base);
        margin: 0 auto}
.active-feature .quiet-figure{display: flex;
        flex-direction: column;
        gap: var(--space-small);
        align-items: flex-start}
.active-feature h2{min-width: 0;
        margin: 0;
        font-size: var(--label-body);
        line-height: 1.1}
.active-feature .fresh-shell{min-width: 0}
.active-feature .fresh-shell p{margin: 0;
        font-size: var(--font-meta);
        line-height: var(--type-large)}
.active-feature .public-frame{display: flex;
        flex-wrap: wrap;
        gap: var(--paint-base);
        margin-top: var(--measure-large)}
.active-feature .public-frame span{
        border-radius: 0.32rem;
        background: var(--surface-base);
        color: var(--surface-primary);
        border: 1px solid var(--line-deep);
        padding: calc(var(--paint-base) * .7) var(--paint-base);
        font-size: var(--copy-small)
    }
@media (max-width: 760px) {.active-feature .quiet-figure{
            display: block
        }.active-feature .fresh-shell{
            margin-top: var(--measure-large)
        }
    }
.open-feature{padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light)}
.open-feature .contact-callout{max-width:min(var(--space-base),54rem);margin:0 auto}
.open-feature .featured-summary{display:block}
.open-feature h2{margin:0;font-size:var(--label-body);line-height:1.1}
.open-feature .featured-summary p{margin:var(--measure-large) 0 0;color:var(--surface-secondary);line-height:var(--type-large)}
.open-feature .simple-items{margin-top:var(--space-small);border-top:1px solid var(--line-deep)}
.open-feature details{padding:var(--measure-large) 0;border-bottom:1px solid var(--line-deep)}
.open-feature summary{cursor:pointer;font-size:var(--type-small);line-height:1.2;list-style:none}
.open-feature summary::-webkit-details-marker{display:none}
.open-feature summary::after{content:"+";float:right;color:inherit;font-size:var(--font-meta);line-height:1}
.open-feature details[open] summary::after{content:"–"}
.open-feature details p{margin:var(--measure-large) 0 0;color:var(--surface-secondary);line-height:var(--type-large)}
@media(max-width:720px){.open-feature .simple-items{margin-top:var(--space-small)}}
.public-intro{--state-static:calc(var(--measure-large) * 1.39);--state-control:calc(var(--space-base) / 3.10);--type-main:calc(var(--space-base) / 3.49);padding:var(--gutter-footer) var(--space-card);background:var(--paint-cool);color:var(--surface-light);}
.public-intro .contact-callout{max-width:var(--space-base);margin:0 auto;}
.public-intro h1,.public-intro h2,.public-intro h3,.public-intro p{margin:0;}
.public-intro h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.public-intro h2{font-size:var(--label-body);line-height:1.12;}
.public-intro h3{font-size:var(--type-small);line-height:1.2;}
.public-intro p{font-size:var(--label-main);line-height:var(--type-large);color:color-mix(in srgb, currentColor 74%, transparent);}
.public-intro a{color:inherit;text-decoration:none;}
.public-intro img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.public-intro .narrow-flow,.public-intro .public-headline{}
.public-intro .featured-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-tight);margin-top:var(--state-static);}
.public-intro .clear-headline{flex:1 1 calc(var(--space-base) / 4);min-width:0;}
.public-intro .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
.public-intro .clear-headline a{display:inline-block;margin-top:calc(var(--measure-large) / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);font-size:var(--copy-small);}
.public-intro .clear-headline a:hover{border-bottom-color:currentColor;}
.public-intro .clear-headline img{margin-bottom:calc(var(--measure-large) / 2);}
.public-intro .media-rail>img{margin-top:var(--state-static);}
.public-intro .media-rail>.narrow-flow{margin-top:var(--measure-large);}
.public-intro .public-headline{margin-top:var(--state-static);font-size:var(--copy-small);}
.public-intro .strong-contact{display:flex;flex-wrap:wrap;gap:var(--gap-tight);margin-top:var(--measure-large);}
.public-intro .strong-contact a{padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--surface-light);color:var(--paint-cool);font-size:var(--copy-small);}
.public-intro .strong-contact a:hover{background:#e2a52c;color:#241a08;}
.page-nav{
  background: linear-gradient(120deg, #e2a52c 0%, #b8801f 100%);
  color: #241a08;
  padding: var(--gutter-footer) var(--space-card);
}
.page-nav .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;}
.page-nav .page-panel{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: var(--corner-button);
  margin-bottom: var(--space-small);}
.page-nav h2,
.page-nav p{margin: 0;}
.page-nav .track{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-tight);}
.page-nav h2{font-size: calc(15.8px * 2.65);
  line-height: 1.05;
  max-width: 14ch;}
.page-nav .steady-headline{display: flex;
  flex-wrap: wrap;
  gap: var(--measure-large) var(--gap-tight);}
.page-nav .steady-headline p{flex: 1 1 min(100%, 17rem);
  line-height: var(--type-large);
  margin: 0;}
.page-nav strong{display: block;
  margin-bottom: calc(var(--paint-base) * .35);}
.page-nav .track > *{min-width: 0; flex: 1 1 18rem;}
@media (max-width: 820px) {.page-nav .page-panel{ aspect-ratio: 16 / 10; }.page-nav h2{ max-width: none; }
}
.text-grid{--state-static:calc(var(--measure-large) * 1.08);--state-control:calc(var(--space-base) / 2.7);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.text-grid .contact-callout{max-width:var(--space-base);margin:0 auto;}
.text-grid h2,.text-grid h3,.text-grid p{margin:0;}
.text-grid h2{font-size:var(--label-body);line-height:1.14;}
.text-grid h3{font-size:var(--type-small);line-height:1.22;}
.text-grid p{font-size:var(--label-main);line-height:var(--type-large);}
.text-grid .public-headline{font-size:var(--copy-small);letter-spacing:.04em;text-transform:uppercase;color:var(--surface-secondary);}
.text-grid .featured-actions{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.text-grid .clear-headline{flex:1 1 calc(var(--space-base) / 3.2);min-width:0;padding:calc(var(--paint-base) * .9) 0;border-top:1px solid var(--line-deep);}
.text-grid .clear-headline p{margin-top:calc(var(--measure-large) / 3);}
.text-grid .bottom-team>h2{margin-top:calc(var(--state-static) * 1.2);}
@media (max-width:640px){.text-grid .clear-headline{flex:1 1 100%;}
}
.direct-grid{padding:var(--gutter-footer) var(--space-card);background:#e2a52c;color:#241a08}
.direct-grid .contact-callout{max-width:var(--space-base);margin:0 auto}
.direct-grid .featured-summary{max-width:38rem;margin:0;font-size:var(--font-meta);line-height:var(--type-large)}
.direct-grid h2{max-width:15ch;margin:var(--measure-large) 0 var(--space-small);font-size:calc(15.8px * 2.65);line-height:1}
.direct-grid .bottom-steps{display:flex;flex-direction:column}
.direct-grid [data-voice]{width:min(100%,42rem);padding:var(--measure-large) 0;align-self:var(--axis-static,flex-start);text-align:var(--tone-extra-46,left)}
.direct-grid h3{margin:0;font-size:var(--type-small)}
.direct-grid [data-voice] p{margin:var(--paint-base) 0 0;line-height:var(--type-large)}
@media(max-width:620px){.direct-grid [data-voice]{align-self:flex-start!important;text-align:left!important}}
.active-note{
    background:linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);
    color:#1c1812;
    padding:var(--gutter-footer) var(--space-card);
}
.active-note .c{max-width:var(--space-base);
    margin:0 auto;}
.active-note .local-content{border-bottom:1px solid var(--line-deep);
    padding-bottom:var(--space-small);
    margin-bottom:var(--space-small);}
.active-note h1{font-size:calc(15.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.active-note .main-feature{font-size:var(--font-meta);
    margin:0;}
.active-note .narrow-flow{margin-bottom:var(--space-small);}
.active-note .narrow-flow p{font-size:var(--label-main);
    line-height:var(--type-large);
    margin:0;}
.active-note .contact-menu{margin:0 0 var(--space-small);}
.active-note .contact-menu img{width:100%;
    display:block;
    border-radius:0.55rem;
    box-shadow:0 3px 10px rgba(0,0,0,0.07);}
.active-note .contact-menu figcaption{font-size:var(--copy-small);
    margin-top:0.6rem;
    opacity:0.85;}
.active-note .content-track{display:flex;
    flex-direction:column;
    gap:var(--space-small);
    margin-bottom:var(--space-small);}
.active-note .contact-surface h2{font-size:var(--type-small);
    margin:0 0 0.5rem;}
.active-note .contact-surface p{margin:0;
    line-height:var(--type-large);}
.active-note .quiet-summary{
    background:var(--surface-base);
    color:var(--surface-primary);
    border:1px solid var(--line-deep);
    border-radius:0.55rem;
    padding:var(--paint-base);
}
.active-note .quiet-summary h2{font-size:var(--type-small);
    margin:0 0 0.6rem;}
.active-note .quiet-summary p{margin:0 0 0.8rem;
    line-height:var(--type-large);}
.active-note .quiet-summary p:last-child{margin-bottom:0;}
.active-note .strong-contact a{text-decoration:underline;
    text-underline-offset:3px;
    transition:color var(--ease-soft) var(--motion-hover);}
.active-note .strong-contact a:hover{}
@media (min-width:768px){.active-note .content-track{
        flex-direction:row;
        flex-wrap:wrap;
    }.active-note .contact-surface{
        flex:1 1 30%;
        min-width:220px;
    }
}
.media-team{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.media-team .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(13rem, .32fr) minmax(0, 1fr);
  gap: var(--gap-tight);}
.media-team h2,
.media-team h3,
.media-team p{margin: 0;}
.media-team h2{font-size: var(--label-body); line-height: 1.1;}
.media-team h3{font-size: var(--type-small); line-height: 1.18;}
.media-team p{font-size: var(--label-main); line-height: var(--type-large);}
.media-team .top-region{
  display: grid;
  gap: var(--measure-large);
  align-content: start;
  padding: var(--space-small);
  border-radius: 0.55rem;
  background: var(--tone-dark);
  color: var(--surface-secondary);
  border-left: 3px solid #e2a52c;
}
.media-team .narrow-details{display: grid;
  gap: var(--paint-base);}
.media-team .team-list{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--measure-section);
  padding: var(--space-small) var(--measure-large);
  border-radius: 0.32rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
  text-decoration: none;
  transition: border-color var(--ease-soft) var(--motion-hover), transform var(--ease-soft) var(--motion-hover);
}
.media-team .team-list b{font-size: var(--copy-small);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--surface-secondary);}
.media-team .team-list:hover{border-color: #e2a52c;
  transform: translateY(-2px);}
.media-team .team-list:hover h3{color: var(--paint-cool);}
.media-team .fresh-frame{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: var(--gap-tight);
  align-items: center;
  padding: var(--measure-large);
  border-radius: 0.55rem;
  background: var(--paint-main);
  color: var(--line-primary);
}
.media-team .fresh-frame a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.media-team .fresh-frame a:hover{color:inherit;}
@media (max-width: 820px) {.media-team .contact-callout{ grid-template-columns: 1fr; }.media-team .fresh-frame{ flex-direction: column; align-items: flex-start; }.media-team .fresh-frame a{ white-space: normal; }
}
.media-footer{padding:var(--gutter-footer) var(--space-card);background:linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);color:#1c1812;}
.media-footer .contact-callout{max-width:var(--space-base);margin:0 auto;}
.media-footer .local-content{margin-bottom:var(--space-small);}
.media-footer .local-content p{margin:0;font-size:var(--copy-small);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.media-footer .local-content h2{margin:6px 0 0;font-size:var(--label-body);line-height:1.2;}
.media-footer .featured-summary{margin-bottom:var(--space-small);}
.media-footer .featured-summary p{margin:0;}
.media-footer .soft-entries{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--paint-base);}
.media-footer .strong-contact{border-top:1px solid var(--line-deep);padding-top:var(--paint-base);}
.media-footer .strong-contact:first-child{border-top:none;padding-top:0;}
.media-footer .strong-contact .media-benefit{display:inline-block;font-size:var(--copy-small);background:#e2a52c;color:#241a08;padding:2px 8px;border-radius:var(--corner-medium);margin-bottom:8px;}
.media-footer .strong-contact h3{margin:0 0 6px;font-size:var(--type-small);line-height:1.3;}
.media-footer .strong-contact p{margin:0;}
.media-footer .strong-contact a{text-decoration:underline;text-underline-offset:2px;}
.media-footer .strong-contact a:hover{}
.media-footer .primary-links{margin-top:var(--space-small);padding-top:var(--paint-base);border-top:1px solid var(--line-deep);}
.media-footer .primary-links p{margin:0 0 10px;}
.media-footer .soft-menu{display:flex;flex-wrap:wrap;gap:var(--gap-tight);}
.media-footer .soft-menu a{text-decoration:underline;text-underline-offset:2px;}
.media-footer .soft-menu a:hover{}
@media (max-width:640px){.media-footer .local-content h2{font-size:var(--type-small);}
    }
.content-lead{
        padding: var(--gutter-footer) var(--space-card);
        background: var(--line-cool);
        color: var(--tone-light)
    }
.content-lead .contact-callout{max-width: var(--space-base);
        margin: 0 auto}
.content-lead .compact-figure{display: flex;
        flex-direction: column;
        gap: var(--space-small);
        align-items: flex-start}
.content-lead .featured-summary{min-width: 0}
.content-lead h2{margin: 0;
        font-size: var(--label-body);
        line-height: 1.12}
.content-lead .featured-summary p{margin: var(--measure-large) 0 0;
        font-size: var(--font-meta);
        line-height: var(--type-large);
        color: var(--surface-secondary)}
.content-lead ul{width: 100%;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.content-lead li{display: flex;
        flex-wrap: wrap;
        gap: var(--gap-tight);
        align-items: baseline;
        padding: var(--measure-large) 0}
.content-lead li + li{border-top: 1px solid var(--line-deep)}
.content-lead strong{flex: 1 1 16rem;
        min-width: 0;
        font-size: var(--type-small);
        line-height: 1.2}
.content-lead span{flex: 2 1 26rem;
        min-width: 0;
        line-height: var(--type-large);
        color: var(--surface-secondary)}
@media (max-width: 760px) {.content-lead li{
            display: block
        }.content-lead span{
            display: block;
            margin-top: var(--paint-base)
        }
    }
.focused-method{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.focused-method .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-small);
  align-items: flex-start;}
.focused-method .contact-callout > *{min-width: 0;
  flex: 1 1 20rem;}
.focused-method h2,
.focused-method h3,
.focused-method p,
.focused-method figure{margin: 0;}
.focused-method .contact-block{display: flex;
  flex-direction: column;
  gap: var(--paint-base);}
.focused-method .secondary-block{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.55rem;
  border: 1px solid var(--line-deep);}
.focused-method figcaption{font-size: var(--copy-small);
  line-height: var(--type-large);}
.focused-method .quiet-figure{display: flex;
  flex-direction: column;
  gap: var(--measure-large);}
.focused-method h2{font-size: var(--label-body);
  line-height: 1.1;}
.focused-method .narrow-flow{font-size: var(--font-meta);
  line-height: var(--type-large);}
.focused-method .secondary-team{line-height: var(--type-large);}
.focused-method .media-section{display: flex;
  flex-direction: column;
  gap: var(--paint-base);
  margin-top: var(--paint-base);}
.focused-method .team-list{
  display: flex;
  flex-wrap: wrap;
  gap: var(--paint-base);
  align-items: flex-start;
  padding: var(--paint-base);
  border-radius: 0.32rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
}
.focused-method .team-list > *{min-width: 0;
  flex: 1 1 12rem;}
.focused-method .secondary-tile{display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--corner-medium);}
.focused-method h3{font-size: var(--type-small);
  line-height: 1.2;}
.focused-method .local-wrap span{display: block;
  margin-top: calc(var(--paint-base) * .4);
  font-size: var(--copy-small);
  line-height: var(--type-large);}
.focused-method .public-headline{font-size: var(--copy-small);
  line-height: var(--type-large);
  border-top: 1px solid var(--line-deep);
  padding-top: var(--paint-base);}
.focused-method .narrow-block{
  align-self: flex-start;
  display: inline-block;
  padding: calc(var(--paint-base) * .7) var(--paint-base);
  border-radius: var(--corner-medium);
  background: var(--paint-cool);
  color: var(--surface-light);
  text-decoration: none;
  font-size: var(--copy-small);
  transition: background var(--ease-soft) var(--motion-hover);
}
.focused-method .narrow-block:hover{
  background: #173a41;color:var(--surface-primary);}
@media (max-width: 880px) {.focused-method .secondary-block{
    aspect-ratio: 3 / 2;
  }
}
.contact-proof{
    background:linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);
    color:#1c1812;
    padding:var(--gutter-footer) var(--space-card);
}
.contact-proof .c{max-width:var(--space-base);
    margin:0 auto;}
.contact-proof .contact-media{margin-bottom:var(--space-small);
    padding-bottom:var(--space-small);
    border-bottom:1px solid var(--line-deep);}
.contact-proof h1{font-size:calc(15.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.contact-proof .main-feature{font-size:var(--font-meta);
    margin:0;}
.contact-proof .visual-brand{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-tight);
    margin-bottom:var(--space-small);}
.contact-proof .visual-brand .site-actions{flex:1 1 260px;}
.contact-proof .site-actions img{display:block;
    width:100%;
    border-radius:0.55rem;
    box-shadow:0 3px 10px rgba(0,0,0,0.07);}
.contact-proof .direct-list,
.contact-proof .visual-feature{
    background:var(--surface-base);
    color:var(--surface-primary);
    border:1px solid var(--line-deep);
    border-radius:0.55rem;
    padding:var(--paint-base);
    margin-bottom:var(--space-small);
    line-height:var(--type-large);
}
.contact-proof h2{font-size:var(--type-small);
    margin:0 0 0.8rem;}
.contact-proof p{margin:0 0 0.9rem;}
.contact-proof p:last-child{margin-bottom:0;}
.contact-proof a{text-decoration:underline;
    text-underline-offset:2px;
    transition:color var(--ease-soft) var(--motion-hover);}
.contact-proof a:hover{}
.contact-proof .strong-contact{margin-top:1.2rem;
    padding-top:0.9rem;
    border-top:1px solid var(--line-deep);
    font-size:var(--copy-small);}
@media (max-width:600px){.contact-proof .visual-brand .site-actions{
        flex:1 1 100%;
    }
}
.secondary-track{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.secondary-track .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: grid;
  gap: var(--space-small);}
.secondary-track h2,
.secondary-track h3,
.secondary-track p{margin: 0;}
.secondary-track h2{font-size: var(--label-body); line-height: 1.1;}
.secondary-track h3{font-size: var(--type-small); line-height: 1.18;}
.secondary-track p{font-size: var(--label-main); line-height: var(--type-large);}
.secondary-track .top-region{
  display: grid;
  gap: var(--measure-large);
  padding: var(--space-small);
  border-left: 3px solid #e2a52c;
  background: var(--tone-dark);
  color: var(--surface-secondary);
  border-radius: 0.32rem;
}
.secondary-track .narrow-details{display: grid;
  gap: var(--gap-tight);}
.secondary-track .team-list{
  display: grid;
  grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
  gap: var(--measure-large);
  padding: var(--paint-base);
  border: 1px solid var(--line-deep);
  border-radius: 0.55rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  text-decoration: none;
}
.secondary-track .team-list b{grid-column: 1 / -1;
  font-size: var(--copy-small);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--surface-secondary);}
.secondary-track .team-list h3{align-self: start;}
.secondary-track .team-list p{align-self: start;}
.secondary-track .team-list:hover h3{color: var(--paint-cool);}
.secondary-track .fresh-frame{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--gap-tight);
  align-items: center;
  padding: var(--measure-large);
  border-radius: 0.55rem;
  background: var(--paint-main);
  color: var(--line-primary);
}
.secondary-track .fresh-frame a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.secondary-track .team-list{ grid-template-columns: 1fr; }.secondary-track .fresh-frame{ flex-direction: column; align-items: flex-start; }
}
.team-header{
        padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);
        background:linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);
        color:#1c1812;
    }
.team-header .contact-callout{max-width:var(--space-base);
        margin:0 auto;}
.team-header .local-content{margin-bottom:var(--space-small);
        border-bottom:1px solid var(--line-deep);
        padding-bottom:var(--paint-base);}
.team-header .local-content p{margin:0;
        font-size:var(--copy-small);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.team-header .local-content h2{margin:var(--measure-section) 0 0;
        font-size:var(--label-body);
        line-height:1.2;}
.team-header .featured-actions{display:flex;
        flex-direction:column;
        gap:var(--paint-base);}
.team-header .team-list{display:grid;
        grid-template-columns:minmax(0,1fr);
        gap:var(--measure-section);
        padding:var(--paint-base) 0;
        border-bottom:1px solid var(--line-deep);}
.team-header .team-list:last-child{border-bottom:0;
        padding-bottom:0;}
.team-header .media-benefit{
        display:inline-block;
        align-self:start;
        font-size:var(--copy-small);
        padding:2px 10px;
        border-radius:var(--corner-medium);
        background:#e2a52c;
        color:#241a08;
    }
.team-header .team-list h3{margin:0;
        font-size:var(--type-small);
        line-height:1.3;}
.team-header .team-list p{margin:0;
        font-size:var(--font-base);
        line-height:var(--type-large);}
.team-header .strong-contact{margin-top:var(--space-small);
        padding-top:var(--paint-base);
        border-top:1px solid var(--line-deep);
        display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:var(--gap-tight);}
.team-header .strong-contact p{margin:0;
        flex:1 1 320px;
        font-size:var(--copy-small);
        opacity:.9;}
.team-header .strong-contact a{font-size:var(--copy-small);
        text-decoration:underline;
        text-underline-offset:3px;
        transition:color var(--ease-soft) var(--motion-hover);}
.team-header .strong-contact a:hover{}
@media (min-width:640px){.team-header .team-list{
            grid-template-columns:180px minmax(0,1fr);
            align-items:start;
        }.team-header .team-list h3{
            grid-column:2;
        }.team-header .team-list p{
            grid-column:2;
        }
    }
.quiet-items{
        padding: var(--gutter-footer) var(--space-card);
        background: var(--tone-dark);
        color: var(--surface-secondary)
    }
.quiet-items .contact-callout{max-width: var(--space-base);
        margin: 0 auto}
.quiet-items .compact-figure{display: flex;
        flex-direction: column;
        gap: var(--space-small)}
.quiet-items .featured-summary{min-width: 0;
        padding-bottom: var(--space-small);
        border-bottom: 1px solid var(--line-deep)}
.quiet-items h2{margin: 0;
        font-size: var(--label-body);
        line-height: 1.12}
.quiet-items .featured-summary p{margin: var(--measure-large) 0 0;
        font-size: var(--font-meta);
        line-height: var(--type-large)}
.quiet-items ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: var(--paint-base)}
.quiet-items li{
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap-tight);
        align-items: baseline;
        padding: var(--paint-base) var(--measure-section);
        background: var(--surface-base);
        color: var(--surface-primary);
        border: 1px solid var(--line-deep);
        border-radius: 0.32rem
    }
.quiet-items strong{flex: 0 0 15rem;
        min-width: 0;
        font-size: var(--type-small);
        line-height: 1.2}
.quiet-items span{flex: 1 1 22rem;
        min-width: 0;
        line-height: var(--type-large)}
@media (max-width: 760px) {.quiet-items li{
            display: block;
            padding: var(--measure-large) var(--measure-section)
        }.quiet-items strong{
            display: block;
            margin-bottom: var(--paint-base)
        }.quiet-items span{
            display: block
        }
    }
.site-frame{
  background: linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);
  color: #1c1812;
  padding: var(--gutter-footer) var(--space-card);
}
.site-frame .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, .58fr) minmax(0, 1fr);
  gap: var(--gap-tight);}
.site-frame h2,
.site-frame h3,
.site-frame p{margin: 0;}
.site-frame h2{font-size: var(--label-body); line-height: 1.1;}
.site-frame h3{font-size: var(--type-small); line-height: 1.18;}
.site-frame p{font-size: var(--label-main); line-height: var(--type-large);}
.site-frame .media-section{display: flex;
  flex-direction: column;
  gap: var(--measure-large);
  border-left: 1px solid var(--line-deep);
  padding-left: var(--paint-base);}
.site-frame .media-section a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  font-size: var(--copy-small);}
.site-frame .media-section a:hover{}
.site-frame .main-headline{display: grid;
  gap: var(--measure-large);
  align-content: start;
  padding-top: var(--measure-large);}
.site-frame .media-area{display: grid;
  gap: var(--paint-base);}
.site-frame [data-block]{
  display: grid;
  grid-template-columns: minmax(4.5rem, .2fr) minmax(8rem, .34fr) minmax(0, 1fr);
  gap: var(--measure-large);
  padding: var(--measure-large) var(--paint-base);
  border-radius: 0.32rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
  animation: galleryRailIn calc(var(--ease-soft) * 2.2) var(--motion-hover) both;
  animation-delay: var(--motion-extra-9, 0ms);
}
.site-frame [data-block] span{font-size: var(--copy-small);
  text-transform: uppercase;
  letter-spacing: .04em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(1.07rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.site-frame .contact-callout,
  .site-frame [data-block]{ grid-template-columns: 1fr; }.site-frame .media-section{ flex-direction: row; flex-wrap: wrap; border-left: 0; padding-left: 0; }.site-frame .main-headline{ padding-top: 0; }
}
.quiet-steps{
    color:var(--tone-light);
    background:var(--line-cool);
    padding:var(--gutter-footer) var(--space-card);
}
.quiet-steps .c{max-width:var(--space-base);
    margin:0 auto;}
.quiet-steps .contact-media{margin-bottom:var(--space-small);
    padding-bottom:var(--space-small);
    border-bottom:1px solid var(--line-deep);}
.quiet-steps h1{font-size:calc(15.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.quiet-steps .main-feature{font-size:var(--font-meta);
    margin:0;}
.quiet-steps .visual-brand{margin-bottom:var(--space-small);}
.quiet-steps .site-actions img{width:100%;
    display:block;
    border-radius:0.55rem;
    box-shadow:0 3px 10px rgba(0,0,0,0.07);}
.quiet-steps .direct-list,
.quiet-steps .visual-feature{margin-bottom:var(--space-small);}
.quiet-steps .direct-list p,
.quiet-steps .visual-feature p{font-size:var(--font-base);
    line-height:var(--type-large);
    margin:0 0 1rem;}
.quiet-steps .direct-list p:last-child,
.quiet-steps .visual-feature p:last-child{margin-bottom:0;}
.quiet-steps h2{font-size:var(--label-body);
    line-height:1.25;
    margin:0 0 0.8rem;}
.quiet-steps a{text-decoration:underline;
    text-underline-offset:2px;}
.quiet-steps a:hover{}
@media (min-width: 768px){.quiet-steps .direct-list,
    .quiet-steps .visual-feature{
        padding-left:var(--paint-base);
        border-left:2px solid #e2a52c;
    }
}
.secondary-fields{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.secondary-fields .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: grid;
  gap: var(--space-small);}
.secondary-fields h2,
.secondary-fields h3,
.secondary-fields p{margin: 0;}
.secondary-fields h2{font-size: var(--label-body); line-height: 1.1;}
.secondary-fields h3{font-size: var(--type-small); line-height: 1.18;}
.secondary-fields p{font-size: var(--label-main); line-height: var(--type-large);}
.secondary-fields .page-entries{display: grid;
  gap: var(--measure-large);
  align-content: start;}
.secondary-fields .page-entries .narrow-flow{color: var(--surface-secondary);}
.secondary-fields .compact-figure{display: grid;
  border-top: 1px solid var(--line-deep);}
.secondary-fields .steady-section{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: var(--measure-large);
  padding: var(--measure-large) 0;
  border-bottom: 1px solid var(--line-deep);}
.secondary-fields .steady-section span{color: var(--surface-secondary);
  font-size: var(--copy-small);
  line-height: 1.4;}
.secondary-fields .featured-tile{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-tight);
  padding: var(--paint-base);
  border-radius: 0.55rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
}
.secondary-fields .featured-tile p{flex: 1 1 18rem;}
.secondary-fields .featured-tile a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 800px) {.secondary-fields .steady-section{
    grid-template-columns: 1fr;
    gap: var(--measure-section);
  }.secondary-fields .featured-tile{
    flex-direction: column;
    align-items: flex-start;
  }.secondary-fields .featured-tile a{ white-space: normal; }
}
.quiet-story{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);color:#1c1812;}
.quiet-story .contact-callout{max-width:var(--space-base);margin:0 auto;}
.quiet-story .local-content{margin-bottom:var(--space-small);}
.quiet-story .local-content p{margin:0;font-weight:700;opacity:.9;}
.quiet-story .local-content h2{margin:7px 0 0;font-size:clamp(30px,5vw,46px);}
.quiet-story .content-track{display:flex;flex-direction:column;gap:var(--space-small);}
.quiet-story .narrow-flow{margin:0;font-size:var(--font-meta);line-height:var(--type-large);}
.quiet-story .media-section{display:flex;flex-wrap:wrap;gap:var(--gap-tight);}
.quiet-story .media-section .clear-headline{flex:1 1 240px;border-left:2px solid #e2a52c;padding:0 0 0 var(--paint-base);}
.quiet-story .media-section h3{margin:0 0 var(--measure-section);font-size:var(--type-small);}
.quiet-story .media-section p{margin:0;}
.quiet-story .public-headline{margin:0;padding:var(--paint-base);border-radius:0.32rem;background:var(--surface-base);color:var(--surface-primary);border:1px solid var(--line-deep);}
.quiet-story .strong-contact{display:flex;flex-wrap:wrap;gap:var(--gap-tight);}
.quiet-story .strong-contact a{display:inline-block;padding:10px 16px;border-radius:var(--corner-medium);background:var(--paint-cool);color:var(--surface-light);text-decoration:none;font-size:var(--copy-small);transition:background var(--ease-soft) var(--motion-hover);}
.quiet-story .strong-contact a:hover{background:#173a41;color:var(--surface-primary);}
.quiet-story a{}
.quiet-story a:hover{}
.quiet-story .strong-contact a,
    .quiet-story .strong-contact a:hover{}
@media (max-width:640px){.quiet-story .media-section .clear-headline{flex:1 1 100%;}
    }
.plain-links{padding:var(--gutter-footer) var(--space-card);background:var(--paint-main);color:var(--line-primary)}
.plain-links .simple-visual{max-width:var(--space-base);margin:0 auto}
.plain-links h2{max-width:20ch;margin:0;font-size:var(--label-body);line-height:1.1}
.plain-links .media-inner{margin:var(--measure-large) 0 var(--space-small);opacity:.82;font-size:var(--font-meta);line-height:var(--type-large)}
.plain-links .quiet-block{display:flex;flex-wrap:wrap;gap:var(--space-small) var(--gap-tight);margin:0;padding:0;list-style:none;counter-reset:nota}
.plain-links .quiet-block>li{flex:1 1 min(100%,22rem);margin:0;padding:var(--paint-base) 0 0;border-top:1px solid rgba(244,236,216,0.22)}
.plain-links h3{margin:0;font-size:var(--type-small);line-height:1.2}
.plain-links .quiet-block p{margin:var(--paint-base) 0 0;opacity:.78;line-height:var(--type-large)}
@media(max-width:680px){.plain-links .quiet-block{display:block}.plain-links .quiet-block>li+li{margin-top:var(--space-small)}}
.secondary-intro{
  background: linear-gradient(135deg, #f7f1e1 0%, #efe6cf 55%, #e6dcc0 100%);
  color: #1c1812;
  padding: var(--gutter-footer) var(--space-card);
}
.secondary-intro .contact-callout{width: min(100%, var(--space-base));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5.5rem minmax(0, .6fr) minmax(0, 1fr);
  gap: var(--gap-tight);
  align-items: start;}
.secondary-intro h2,
.secondary-intro h3,
.secondary-intro p{margin: 0;}
.secondary-intro h2{font-size: var(--label-body); line-height: 1.1;}
.secondary-intro h3{font-size: var(--type-small); line-height: 1.18;}
.secondary-intro p{font-size: var(--label-main); line-height: var(--type-large);}
.secondary-intro .media-section{display: flex;
  flex-direction: column;
  gap: var(--measure-large);
  border-left: 1px solid var(--line-deep);
  padding-left: var(--paint-base);}
.secondary-intro .media-section a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  font-size: var(--copy-small);}
.secondary-intro .main-headline{display: grid;
  gap: var(--measure-large);
  align-content: start;
  padding-top: var(--paint-base);}
.secondary-intro .media-area{display: grid;
  gap: var(--paint-base);}
.secondary-intro [data-block]{
  display: grid;
  grid-template-columns: minmax(4.5rem, .2fr) minmax(8rem, .38fr) minmax(0, 1fr);
  gap: var(--measure-large);
  padding: var(--measure-large);
  border-radius: 0.32rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
  animation: galleryRailIn calc(var(--ease-soft) * 2.2) var(--motion-hover) both;
  animation-delay: var(--motion-extra-9, 0ms);
}
.secondary-intro [data-block] span{font-size: var(--copy-small);}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(1.07rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.secondary-intro .contact-callout,
  .secondary-intro [data-block]{ grid-template-columns: 1fr; }.secondary-intro .media-section{ flex-direction: row; flex-wrap: wrap; border-left: 0; padding-left: 0; }
}
.content-header{
  background: var(--line-cool);
  color: var(--tone-light);
  padding: var(--gutter-footer) var(--space-card);
}
.content-header .contact-callout{max-width: min(var(--space-base), 52rem);
  margin: 0 auto;}
.content-header .page-surface{display: flex;
  flex-direction: column;
  gap: var(--space-small);}
.content-header .featured-summary{display: flex;
  flex-direction: column;
  gap: var(--paint-base);
  padding-bottom: var(--space-small);
  border-bottom: 1px solid var(--line-deep);}
.content-header h2{margin: 0;
  font-size: clamp(var(--type-small), 4vw, var(--label-body));
  line-height: 1.15;
  letter-spacing: 0;}
.content-header .featured-summary p{margin: 0;
  font-size: var(--label-main);
  line-height: var(--type-large);}
.content-header .open-shell{display: flex;
  flex-wrap: wrap;
  gap: var(--measure-large) var(--gap-tight);}
.content-header .clear-visual{display: flex;
  flex-direction: column;
  gap: calc(var(--paint-base) * 0.4);
  flex: 1 1 18rem;
  min-width: 0;}
.content-header .clear-benefit{flex: 1 1 100%;}
.content-header label{font-size: var(--copy-small);
  color: var(--surface-secondary);
  letter-spacing: 0.01em;}
.content-header input,
.content-header textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line-deep);
  border-radius: var(--corner-medium);
  background: var(--surface-base);
  color: var(--surface-primary);
  padding: var(--paint-base) calc(var(--paint-base) * 1.1);
  font: inherit;
  line-height: 1.5;
}
.content-header textarea{resize: vertical;
  min-height: 6rem;}
.content-header input::placeholder,
.content-header textarea::placeholder{color: rgba(255,255,255,0.55);}
.content-header input:focus,
.content-header textarea:focus{outline: 2px solid #e2a52c;
  outline-offset: 1px;}
.content-header .mission{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-tight);
  padding-top: var(--paint-base);
  border-top: 1px solid var(--line-deep);}
.content-header .mission span{flex: 1 1 20rem;
  min-width: 0;
  font-size: var(--copy-small);
  line-height: 1.6;
  color: var(--surface-secondary);}
.content-header button{
  border: 0;
  border-radius: 0.32rem;
  background: var(--paint-cool);
  color: var(--surface-light);
  padding: var(--paint-base) calc(var(--gap-tight) * 1.2);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--ease-soft) var(--motion-hover);
}
.content-header button:hover{
  background: #173a41;color:var(--surface-primary);}
@media (max-width: 640px) {.content-header .clear-visual{
    flex-basis: 100%;
  }.content-header .mission{
    align-items: flex-start;
    flex-direction: column;
  }
}
.primary-region{background:#e2a52c;color:#241a08;padding:var(--gutter-footer) var(--space-card)}
.primary-region .contact-callout{max-width:var(--space-base);margin:0 auto}
.primary-region .contact-menu{display:flex;align-items:flex-start;gap:var(--space-small)}
.primary-region .featured-details{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.55rem}
.primary-region .fresh-shell{flex:1 1 32rem;min-width:0}
.primary-region h2{margin:0;font-size:clamp(var(--label-body),4.5vw,calc(15.8px * 2.65));line-height:1.1;letter-spacing:0}
.primary-region p{margin:var(--measure-large) 0 0;font-size:var(--label-main);line-height:1.7}
.primary-region .steady-steps{display:flex;flex-direction:column;gap:var(--paint-base);margin-top:var(--space-small)}
.primary-region a{padding:var(--paint-base);border-radius:var(--corner-medium);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:var(--copy-small);transition:background var(--ease-soft) var(--motion-hover)}
.primary-region a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
@media(max-width:760px){.primary-region .contact-menu{align-items:stretch;flex-direction:column}.primary-region .featured-details{flex-basis:auto;min-width:0;aspect-ratio:5/4}}
.quiet-contact{padding:var(--gutter-footer) var(--space-card);background:var(--paint-main);color:var(--line-primary)}
.quiet-contact .figure{max-width:min(var(--space-base),72rem);margin:0 auto}
.quiet-contact .public-grid{margin-bottom:var(--space-small)}
.quiet-contact h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.05}
.quiet-contact .public-grid p{margin:var(--measure-large) 0 0;font-size:var(--font-meta);line-height:var(--type-large)}
.quiet-contact .fresh-shell{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,1fr);gap:var(--gap-tight);align-items:start}
.quiet-contact .top-content{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(244,236,216,.28)}
.quiet-contact .page-details{padding:var(--paint-base) 0;border-bottom:1px solid rgba(244,236,216,.28)}
.quiet-contact .page-details span{display:block;font-size:var(--copy-small);letter-spacing:.02em;opacity:.75}
.quiet-contact .page-details strong{display:block;margin-top:calc(var(--paint-base) * .4);font-weight:400;line-height:var(--type-large)}
.quiet-contact .quiet-header{min-height:30rem;border-radius:0.55rem;overflow:hidden;border:1px solid rgba(244,236,216,.28);background:var(--tone-dark);color:var(--surface-secondary);}
.quiet-contact iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:760px){.quiet-contact .fresh-shell{grid-template-columns:1fr}.quiet-contact .quiet-header{min-height:22rem}.quiet-contact h2{font-size:var(--label-body)}
}
.steady-service{
  padding: var(--gutter-footer) var(--space-card);
  background: var(--line-cool);
  color: var(--tone-light);
}
.steady-service .secondary-figure{width: min(100%, calc(var(--space-base) * .64));
  margin: 0 auto;}
.steady-service h2{margin: 0;
  font-size: var(--label-body);
  line-height: 1.08;}
.steady-service .narrow-flow{margin: var(--measure-large) 0 var(--space-small);
  font-size: var(--font-meta);
  line-height: var(--type-large);}
.steady-service .focused-actions{border-top: 1px solid var(--line-deep);}
.steady-service .focused-actions p{margin: 0;
  padding: var(--measure-large) 0;
  border-bottom: 1px solid var(--line-deep);}
.steady-service .focused-actions span{display: block;
  margin-bottom: var(--paint-base);
  color: var(--surface-secondary);
  font-size: var(--copy-small);}
.steady-service .focused-actions a{color: #1f4a52;
  font-size: var(--type-small);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.steady-service .steady-headline{display: flex;
  gap: var(--gap-tight);
  padding: var(--measure-large) 0;}
.steady-service .steady-headline > div{flex: 1 1 0;}
.steady-service .steady-headline strong{font-size: var(--copy-small);}
.steady-service .steady-headline p{margin: var(--paint-base) 0 0;
  color: var(--surface-secondary);
  line-height: var(--type-large);}
.steady-service ul{display: flex;
  flex-wrap: wrap;
  gap: var(--measure-large);
  margin: 0;
  padding: var(--measure-large) 0 0;
  border-top: 1px solid var(--line-deep);
  list-style: none;}
.steady-service li{min-width: 0;}
.steady-service li a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.steady-service li span{color: var(--surface-secondary);}
.steady-service li a:hover{color:inherit;}
@media (max-width: 560px) {.steady-service .steady-headline{
    display: block;
  }.steady-service .steady-headline > div + div{
    margin-top: var(--measure-large);
  }
}
.steady-tile{padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light)}
.steady-tile .simple-visual{max-width:min(var(--space-base),62rem);margin:0 auto}
.steady-tile h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.steady-tile .media-inner{margin:var(--measure-large) 0 var(--space-small);font-size:var(--font-meta);line-height:var(--type-large)}
.steady-tile .steady-headline{display:flex;flex-direction:column;border-top:1px solid var(--line-deep)}
.steady-tile .public-headline{padding:var(--space-small) 0;border-bottom:1px solid var(--line-deep)}
.steady-tile h3{margin:0 0 var(--paint-base);font-size:var(--type-small);line-height:1.25}
.steady-tile .public-headline p{margin:0;line-height:var(--type-large)}
@media (min-width:48rem){.steady-tile .steady-headline{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--space-small)}.steady-tile .public-headline{padding:var(--space-small) 0}
}
.offer-header{
  padding: var(--gutter-footer) var(--space-card);
  background: var(--paint-main);
  color: var(--line-primary);
}
.offer-header .contact-callout{max-width: min(var(--space-base), 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: var(--space-small);
  align-items: start;}
.offer-header .open-actions{position: sticky;
  top: var(--space-small);}
.offer-header h2{margin: 0;
  font-size: var(--label-body);
  line-height: 1.1;}
.offer-header .open-actions p{margin: var(--paint-base) 0 0;
  color: #d8cbb0;
  font-size: var(--label-main);
  line-height: var(--type-large);}
.offer-header .soft-plan{display: flex;
  flex-direction: column;
  gap: var(--gap-tight);}
.offer-header .clear-headline{border-top: 1px solid #3a352b;
  padding-top: var(--paint-base);}
.offer-header .clear-headline:first-child{border-top: 0;
  padding-top: 0;}
.offer-header button{
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: var(--font-meta);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: var(--gap-tight);
}
.offer-header button::after{content: "+";
  margin-left: auto;color:inherit;
  font-size: var(--font-meta);
  line-height: 1;}
.offer-header .clear-headline.is-open button::after{content: "\2212";}
.offer-header .clear-headline p{margin: var(--paint-base) 0 0;
  color: #d8cbb0;
  font-size: var(--font-base);
  line-height: var(--type-large);}
.offer-header .clear-headline:not(.is-open) p{display: none;}
@media (max-width: 760px) {.offer-header .contact-callout{
    grid-template-columns: 1fr;
  }.offer-header .open-actions{
    position: static;
  }
}
.clear-plan{
  padding: var(--gutter-footer) var(--space-card);
  background: #e2a52c;
  color: #241a08;
}
.clear-plan .contact-callout{max-width: var(--space-base);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gap-tight);}
.clear-plan .local-area{
  padding: var(--paint-base);
  border-radius: var(--corner-button);
  background: var(--paint-main);
  color: var(--line-primary);
}
.clear-plan .local-area span{display: inline-block;
  font-size: var(--copy-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.clear-plan .local-area h2{margin: var(--paint-base) 0 0;
  font-size: var(--label-body);
  line-height: 1.1;}
.clear-plan .local-area p{margin: var(--paint-base) 0 0;
  font-size: var(--font-meta);
  line-height: var(--type-large);}
.clear-plan .strong-actions{display: flex;
  flex-direction: column;
  gap: var(--paint-base);}
.clear-plan .strong-actions > div{
  padding: var(--paint-base);
  border-radius: 0.32rem;
  background: var(--surface-base);
  color: var(--surface-primary);
  border: 1px solid var(--line-deep);
}
.clear-plan .strong-actions strong{display: block;
  font-size: var(--type-small);
  line-height: 1.25;}
.clear-plan .strong-actions p{margin: var(--paint-base) 0 0;
  font-size: var(--font-base);
  line-height: var(--type-large);}
.clear-plan .strong-actions p + p{margin-top: var(--space-small);}
.clear-plan .strong-actions a{text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--ease-soft) var(--motion-hover);}
.clear-plan .strong-actions a:hover{}
.clear-plan .strong-contact{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-tight);
  margin-top: var(--space-small);
  font-size: var(--copy-small);}
@media (min-width: 760px) {.clear-plan .strong-actions{
    flex-direction: row;
    flex-wrap: wrap;
  }.clear-plan .strong-actions > div{
    flex: 1 1 30%;
    min-width: 0;
  }
}
.plain-track{--state-static:calc(var(--measure-large) * 1.18);padding:var(--gutter-footer) var(--space-card);background:var(--line-cool);color:var(--tone-light);}
.plain-track .contact-callout{max-width:var(--space-base);margin:0 auto;}
.plain-track h2,.plain-track p{margin:0;}
.plain-track h2{font-size:var(--label-body);line-height:1.14;}
.plain-track p{font-size:var(--label-main);line-height:var(--type-large);color:var(--surface-secondary);}
.plain-track a{color:#1f4a52;text-decoration:none;border-bottom:1px solid var(--line-deep);}
.plain-track a:hover{color:inherit;border-bottom-color:var(--paint-muted);}
.plain-track .clear-unit>*+*{margin-top:var(--state-static);}
.plain-track .public-headline{font-size:var(--copy-small);color:var(--surface-secondary);}
.plain-track .narrow-flow{color:var(--tone-light);}
.plain-track .narrow-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--paint-base) var(--measure-large);border-radius:var(--corner-medium);background:var(--paint-cool);color:var(--surface-light);border-bottom:none;transition:background var(--ease-soft) var(--motion-hover);}
.plain-track .narrow-block:hover{background:#173a41;color:var(--surface-light);}
.plain-track .strong-contact{font-size:var(--copy-small);color:var(--surface-secondary);padding-top:var(--space-small);border-top:1px solid var(--line-deep);}
.wide-section{background:var(--paint-cool);color:var(--surface-light)}
.wide-section .public-grid{max-width:var(--space-base);margin:0 auto;padding:var(--gutter-footer) var(--space-card) var(--space-small)}
.wide-section h1{max-width:16ch;margin:0;font-size:calc(15.8px * 2.65);line-height:1.05;font-weight:400}
.wide-section .contact-feature{background:var(--paint-main);color:var(--line-primary);border-top:1px solid var(--line-deep)}
.wide-section .wide-figure{max-width:var(--space-base);margin:0 auto;padding:var(--measure-large) var(--space-card) var(--gutter-footer);display:flex;flex-direction:column;gap:var(--space-small)}
.wide-section p{margin:0;font-size:var(--font-meta);line-height:var(--type-large)}
.wide-section .strong-contact{display:flex;flex-wrap:wrap;gap:var(--gap-tight);align-items:baseline}
.wide-section .strong-contact a{color:inherit;text-decoration:underline;text-underline-offset:.22em;text-decoration-thickness:1px;transition:transform var(--ease-soft) var(--motion-hover),color var(--ease-soft) var(--motion-hover)}
.wide-section .strong-contact a:hover{transform:translateX(calc(var(--paint-base)*.3));}
@media(max-width:620px){.wide-section h1{max-width:none}.wide-section .strong-contact{flex-direction:column;gap:var(--paint-base)}
}
