html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
.open-section{
    background-color: #F7F5F0;
    border-bottom: 1px solid #D8D2C8;
    width: 100%;color:#2A2A2A;}
:root {
  --delay-panel: ease-in-out;
  --paint-panel: #F5F5F5;
  --tone-card: #1A1A1A;
}
.site-visual {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem 1.04rem calc(1.5rem * 0.5);
    text-align: center;
  }
.content-list {
    display: inline-block;
    font-size: calc(15.4px * 2);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2A2A2A;
    text-decoration: none;
    line-height: 1.2;
    transition: color 530ms var(--delay-panel);
  }
.content-list:hover {
    color: #C99700;
  }
.local-region {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 1.04rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
.wide-region {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(0.79rem * 1.25);
    flex-wrap: wrap;
  }
.nav-link {
    font-size: calc(15.4px * .875);
    font-weight: 500;
    color: #4A4A4A;
    text-decoration: none;
    padding: 0.25rem 0.125rem;
    border-bottom: 2px solid transparent;
    transition: color 530ms var(--delay-panel), border-color 530ms var(--delay-panel);
    letter-spacing: 0.01em;
  }
.nav-link:hover {
    color: #2A2A2A;
    border-bottom-color: #C99700;
  }
.nav-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border-radius: 0.32rem;
    transition: background-color 530ms var(--delay-panel);
  }
.nav-toggle:hover{
    background-color: #EDEAE3;color:#4A4A4A;}
.nav-toggle-bar{
    display: block;
    width: 22px;
    height: 2px;
    background-color: #2A2A2A;
    border-radius: 2px;
    transition: transform 530ms var(--delay-panel), opacity 530ms var(--delay-panel);color:#2A2A2A;}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1){transform: translateY(7px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2){opacity: 0;}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .site-visual {
      padding-bottom: calc(1.5rem * 0.25);
    }

    .local-region {
      justify-content: flex-start;
      padding-top: 0;
      padding-bottom: 1.5rem;
    }

    .nav-toggle {
      display: flex;
      position: absolute;
      right: 1.04rem;
      top: 50%;
      transform: translateY(-50%);
    }

    .wide-region {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 0;
      padding-top: 0.5rem;
      padding-bottom: 0.25rem;
    }

    .wide-region.is-open {
      display: flex;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.625rem 0;
      font-size: 15.4px;
      border-bottom: none;
      border-left: 3px solid transparent;
      padding-left: 0.5rem;
    }

    .nav-link:hover {
      border-left-color: #C99700;
      background-color: #EDEAE3;
    }
  }
@media (min-width: 768px) {
    .wide-region {
      display: flex;
    }
  }
.site-region{font-family:"Libre Baskerville", sans-serif;font-size:15.4px;line-height:1.72;padding:calc(1.5rem * 2.4) 0 0;background:var(--tone-card);color:var(--paint-panel);}
.public-view{max-width:840px;margin:0 auto;padding:0 1.04rem}
.active-team{display:grid;grid-template-columns:1fr 1fr;gap:1.04rem;padding-bottom:calc(1.5rem * 2.4);border-bottom:1px solid rgba(255, 255, 255, 0.1)}
.top-steps{font-size:calc(15.4px * 2);font-weight:700;text-decoration:none;color:inherit;letter-spacing:-0.02em}
.soft-summary{margin-top:calc(0.79rem * 1.5);font-size:15.4px;opacity:0.8}
.quiet-body{font-size:calc(15.4px * 1.35);margin-bottom:calc(0.79rem * 1.5)}
.visual-unit{font-size:calc(15.4px * .875);opacity:0.8;margin-bottom:calc(0.79rem * 1.5)}
.service-region{display:flex;gap:0.79rem;margin-bottom:calc(0.79rem * 1.5)}
.plain-grid{flex:1;padding:0.75rem 1rem;border:1px solid rgba(255, 255, 255, 0.2);border-radius:0.22rem;background:transparent;color:inherit;font-family:inherit;font-size:calc(15.4px * .875)}
.plain-grid::placeholder{}
.plain-grid:focus{outline:none;border-color:rgba(255, 255, 255, 0.5)}
.secondary-service{padding:0.75rem 1.5rem;background:#B8860B;color:#FFFFFF;border:none;border-radius:0.22rem;font-family:inherit;font-size:calc(15.4px * .875);cursor:pointer;transition:background 530ms var(--delay-panel)}
.secondary-service:hover{background:#9A7209;color:#2A2A2A;}
.compact-menu{font-size:calc(15.4px * .875);opacity:0.6}
.direct-header{display:grid;grid-template-columns:2fr 1fr;gap:1.04rem;padding:calc(1.5rem * 2.4) 0}
.details{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.04rem}
.fresh-shell{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.details a{color:inherit;text-decoration:none;font-size:calc(15.4px * .875);opacity:0.85;transition:opacity 530ms var(--delay-panel)}
.details a:hover{opacity:1;text-decoration:underline;color:inherit}
.page-rail{font-size:calc(15.4px * 1.35);margin-bottom:calc(0.79rem * 1.5)}
.direct-benefit p{margin-bottom:calc(0.79rem * 1.5);font-size:calc(15.4px * .875);opacity:0.85}
.direct-benefit a{color:inherit;text-decoration:none;transition:opacity 530ms var(--delay-panel)}
.direct-benefit a:hover{opacity:1;text-decoration:underline;color:inherit}
.offer-area{display:flex;justify-content:space-between;align-items:center;padding:calc(0.79rem * 1.5) 0;border-top:1px solid rgba(255, 255, 255, 0.1)}
.strong-area{display:flex;gap:1.04rem}
.strong-area a{color:inherit;text-decoration:none;font-size:calc(15.4px * .875);opacity:0.8;transition:opacity 530ms var(--delay-panel)}
.strong-area a:hover{opacity:1;text-decoration:underline;color:inherit}
.focused-header{font-size:calc(15.4px * .875);opacity:0.7}
.steady-flow{font-size:calc(15.4px * .875);opacity:0.6;padding:calc(0.79rem * 1.5) 0 calc(1.5rem * 2.4);border-top:1px solid rgba(255, 255, 255, 0.1);line-height:1.6}
@media (max-width: 768px) {.active-team{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.direct-header{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.details{grid-template-columns:1fr 1fr;gap:calc(1.5rem * 2.4)}.offer-area{flex-direction:column;gap:calc(0.79rem * 1.5);text-align:center}.strong-area{flex-direction:column;gap:calc(0.79rem * 1.5)}
}
@media (max-width: 480px) {.details{grid-template-columns:1fr}.service-region{flex-direction:column}
}
footer .wide-panel{flex:1 1 100%;max-width:840px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.4px * .875);line-height:1.72;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:1.04rem;bottom:1.5rem;width:min(420px,calc(100vw - (1.04rem * 2)));z-index:1200;}
.cookies .secondary-content{border-radius:0.72rem;padding:16px;background:linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);color:#F5F5F5;box-shadow:0 6px 26px rgba(0,0,0,0.08);}
.cookies .secondary-content h3{margin:0 0 6px;}
.cookies .secondary-content p{margin:0;opacity:.92;}
.cookies .public-section{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .public-section a{text-decoration:none;border:1px solid color-mix(in srgb, currentColor 30%, transparent);background:color-mix(in srgb, currentColor 16%, transparent);color:inherit;border-radius:999px;padding:7px 11px;}
.cookies .public-section a.cookie-accept{background:#C99700;color:#FFFFFF;border-color:#A67C00;}
.team-steps{--state-soft:calc(1.5rem * 1.48);--layer-main:calc(840px / 2.72);--label-nav:calc(840px / 3.82);--font-small:calc(840px / 3.84);padding:calc(1.5rem * 2.4) 1.04rem;background:var(--tone-card);color:var(--paint-panel);}
.team-steps .main-note{max-width:840px;margin:0 auto;}
.team-steps h1,.team-steps h2,.team-steps h3,.team-steps p,.team-steps ul{margin:0;}
.team-steps h1{font-size:calc(15.4px * 2.65);line-height:1.1;font-family:"Libre Baskerville", sans-serif;}
.team-steps h2{font-size:calc(15.4px * 2);line-height:1.12;}
.team-steps h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.team-steps p{font-size:15.4px;line-height:1.72;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-steps a{color:inherit;text-decoration:none;}
.team-steps img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.team-steps .simple-stack{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#FFFFFF;color:#C99700;}
.team-steps .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 82%, transparent);}
.team-steps .soft-form{text-align:center;}
.team-steps .offset{padding-inline-start:calc(1.04rem / 2);}
.team-steps .visual-inner{padding-block:calc(var(--state-soft) / 2);}
.team-steps .open{padding-block-start:var(--state-soft);}
.team-steps .compact{padding-block-end:calc(var(--state-soft) / 3);}
.team-steps .strong-rail{max-width:840px;}
.team-steps .soft-start{padding-inline-start:calc(1.5rem * .75);}
.team-steps .strong-headline{row-gap:calc(var(--state-soft) * 1.2);}
.team-steps .plain-summary{row-gap:calc(var(--state-soft) * .7);}
.team-steps .measured{column-gap:calc(0.79rem * .85);}
.team-steps .relaxed{column-gap:calc(0.79rem * 1.12);}
.team-steps .compact-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-steps .local-copy{text-align:center;}
.team-steps .local-copy img{width:min(var(--label-nav),100%);margin:0 auto 1.5rem;}
.team-steps .local-copy p{margin:1.5rem auto 0;max-width:calc(840px / 2);}
.team-steps .media-copy{display:flex;flex-wrap:wrap;justify-content:center;gap:calc(1.5rem * .75) 1.5rem;margin-top:calc(1.5rem * 1.2);}
.team-steps .media-copy a{font-size:15.4px;line-height:1.4;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#C99700;color:#FFFFFF;transition:background 530ms var(--delay-panel);}
.team-steps .media-copy a:hover{background:#A67C00;color:#2A2A2A;}
@media (max-width: 600px){.team-steps .media-copy{flex-direction:column;align-items:center;}.team-steps .media-copy a{width:100%;text-align:center;}}
.direct-region{
  --state-soft:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.04rem;
  background:#F7F5F0;
  color:#2A2A2A;
}
.direct-region .main-note{max-width:840px;
  margin:0 auto;}
.direct-region h2,.direct-region h3,.direct-region p{margin:0;}
.direct-region h2{font-size:calc(15.4px * 2);
  line-height:1.18;
  font-family:"Libre Baskerville", sans-serif;}
.direct-region h3{font-size:calc(15.4px * 1.35);
  line-height:1.3;
  font-family:"Libre Baskerville", sans-serif;}
.direct-region p{font-size:15.4px;
  line-height:1.72;}
.direct-region a{color:inherit;
  text-decoration:none;}
.direct-region .compact-lead{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  padding-bottom:calc(1.5rem * 1.2);
  border-bottom:1px solid #D8D2C8;}
.direct-region .local-wrap{flex:1 1 38%;
  min-width:260px;}
.direct-region .bottom-actions{flex:1 1 50%;
  min-width:260px;
  align-self:flex-end;}
.direct-region .line{font-size:calc(15.4px * .875);
  text-transform:uppercase;
  letter-spacing:0.08em;color:inherit;
  margin-bottom:calc(1.5rem / 2);}
.direct-region .bottom-actions p{color:#4A4A4A;}
.direct-region .public-story{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  padding-top:1.5rem;}
.direct-region .page-header{flex:1 1 60%;
  min-width:280px;}
.direct-region .simple-summary{flex:1 1 30%;
  min-width:240px;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.direct-region .media-copy{display:flex;
  gap:1.04rem;
  padding:calc(calc(1.5rem * .75) * 0.9) 0;
  border-bottom:1px solid #D8D2C8;}
.direct-region .media-copy:last-child{border-bottom:none;}
.direct-region .focused-feature{font-size:calc(15.4px * .875);color:inherit;
  font-variant-numeric:tabular-nums;
  padding-top:0.2rem;
  min-width:2.4rem;}
.direct-region .focused-tile h3{margin-bottom:calc(1.5rem / 3);}
.direct-region .focused-tile p{color:#4A4A4A;
  font-size:15.4px;}
.direct-region .primary-panel{
  background:#FFFFFF;
  border:1px solid #D8D2C8;
  border-radius:0.32rem;
  padding:calc(1.5rem * .75) 1.5rem;color:#2A2A2A;}
.direct-region .open-lead{
  background:var(--tone-card);
  color:var(--paint-panel);
  border-color:transparent;
}
.direct-region .page-summary{font-size:calc(15.4px * .875);
  text-transform:uppercase;
  letter-spacing:0.06em;
  margin-bottom:calc(1.5rem / 2);color:inherit;}
.direct-region .open-lead .page-summary{}
.direct-region .primary-panel p{font-size:15.4px;
  line-height:1.72;
  color:#4A4A4A;}
.direct-region .open-lead p{opacity:0.85;}
.direct-region .visual-method{display:inline-block;
  margin-top:calc(1.5rem * .75);
  font-size:15.4px;
  font-weight:600;color:inherit;
  border-bottom:1px solid transparent;
  transition:border-color 530ms var(--delay-panel);}
.direct-region .visual-method:hover{border-color:#B8860B;}
.direct-region .open-lead .visual-method{}
.direct-region .open-lead .visual-method:hover{border-color:#FFFFFF;}
@media (max-width:640px){.direct-region .compact-lead{
    flex-direction:column;
    gap:1.5rem;
  }.direct-region .media-copy{
    flex-direction:column;
    gap:calc(1.5rem / 3);
  }
}
.offer-shell{
  --state-soft: calc(1.5rem * 0.92);
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #F7F5F0;
  color: #2A2A2A;
  border-top: 1px solid #D8D2C8;
}
.offer-shell .main-note{max-width: 840px;
  margin: 0 auto;}
.offer-shell .compact-lead{max-width: 38rem;}
.offer-shell h2,
.offer-shell h3,
.offer-shell p{margin: 0;}
.offer-shell h2{font-size: calc(15.4px * 2);
  line-height: 1.15;
  margin-top: calc(1.5rem / 2);}
.offer-shell h3{font-size: calc(15.4px * 1.35);
  line-height: 1.25;}
.offer-shell p{font-size: 15.4px;
  line-height: 1.72;}
.offer-shell .public-tile{font-size: calc(15.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;}
.offer-shell .form{margin-top: 1.5rem;
  font-size: 15.4px;
  line-height: 1.72;}
.offer-shell .quiet-view{display: flex;
  flex-direction: column;
  gap: var(--state-soft);
  margin-top: calc(var(--state-soft) * 1.4);}
.offer-shell .strip{min-width: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D8D2C8;}
.offer-shell .strip:last-child{border-bottom: none;
  padding-bottom: 0;}
.offer-shell .simple-details p{margin-top: calc(1.5rem / 3);
  max-width: 34rem;}
.offer-shell .simple-details a{display: inline-block;
  margin-top: 1.5rem;
  font-size: calc(15.4px * .875);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 530ms var(--delay-panel);}
.offer-shell .simple-details a:hover{border-bottom-color: #B8860B;}
.offer-shell .strong-actions{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(var(--state-soft) * 1.4);
  padding-top: 1.5rem;
  border-top: 1px solid #D8D2C8;}
.offer-shell .strong-actions a{font-size: calc(15.4px * .875);
  text-decoration: none;}
.offer-shell .strong-actions a:hover{text-decoration: underline;}
.secondary-details{--state-soft:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.secondary-details .main-note{max-width:840px;margin:0 auto;}
.secondary-details h1,.secondary-details h2,.secondary-details h3,.secondary-details p{margin:0;}
.secondary-details h2{font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif;}
.secondary-details h3{font-size:calc(15.4px * 1.35);line-height:1.25;font-family:"Libre Baskerville", sans-serif;}
.secondary-details p{font-size:15.4px;line-height:1.72;color:#4A4A4A;}
.secondary-details a{color:inherit;text-decoration:none;}
.secondary-details a:hover{color:inherit;}
.secondary-details .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#B8860B;color:#FFFFFF;font-weight:600;transition:background 530ms var(--delay-panel);}
.secondary-details .simple-stack:hover{background:#9A7209;color:#FFFFFF;}
.secondary-details .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.secondary-details .quiet-inner>.simple-details{flex:1 1 auto;min-width:0;}
.secondary-details .quiet-inner>.simple-stack{flex:0 0 auto;}
.secondary-details .quiet-inner>.quiet-view{flex:1 1 100%;}
.secondary-details .simple-details h2{margin-top:calc(1.5rem / 2);}
.secondary-details .form{margin-top:1.5rem;max-width:calc(840px * 0.8);}
.secondary-details .public-tile{font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:inherit;}
.secondary-details .quiet-view{display:flex;flex-wrap:wrap;align-items:stretch;gap:0.79rem;margin-top:var(--state-soft);}
.secondary-details .strip{flex:1 1 calc(840px / 4);min-width:0;border-top:2px solid #D8D2C8;padding-top:1.5rem;}
.secondary-details .strip p{margin-top:calc(1.5rem / 3);}
.secondary-details .strip a{display:inline-block;margin-top:calc(1.5rem / 2);font-weight:600;font-size:calc(15.4px * .875);}
.secondary-details .media-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:1.04rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #D8D2C8;font-size:calc(15.4px * .875);}
.secondary-details .media-copy span{color:#4A4A4A;}
@media (max-width: 640px){.secondary-details .strip{flex:1 1 100%;}.secondary-details .quiet-inner>.simple-stack{flex:1 1 100%;}
}
.team-service{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.team-service .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.team-service h1{margin:0;max-width:18ch;font-size:clamp(2rem,5vw,calc(15.4px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.team-service .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.team-service .text-wrap>div{max-width:40rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.team-service p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.team-service h1{max-width:100%;}.team-service .open-inner{aspect-ratio:4/3}.team-service{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.narrow-plan{--state-soft:calc(1.5rem * 1.15);--layer-main:calc(840px / 2.50);padding:calc(1.5rem * 2.4) 1.04rem;background:#B8860B;color:#FFFFFF;}
.narrow-plan .main-note{max-width:840px;margin:0 auto;}
.narrow-plan h2,.narrow-plan p{margin:0;}
.narrow-plan h2{font-size:calc(15.4px * 2);line-height:1.15;max-width:var(--layer-main);}
.narrow-plan p{font-size:15.4px;line-height:1.72;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-plan a{color:inherit;text-decoration:none;}
.narrow-plan .form{margin-top:1.5rem;max-width:calc(840px * 0.82);}
.narrow-plan .media-copy{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 1.04rem;margin-top:calc(1.5rem * 1.4);}
.narrow-plan .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#FFFFFF;color:#B8860B;font-weight:600;letter-spacing:0.01em;}
.narrow-plan .simple-stack:hover{background:#F7F5F0;color:#2A2A2A;}
.narrow-plan .public-tile{font-size:calc(15.4px * .875);line-height:1.6;max-width:22rem;color:color-mix(in srgb, currentColor 66%, transparent);}
.narrow-plan .contact-grid{margin-top:calc(1.5rem * 1.2);font-size:calc(15.4px * .875);max-width:calc(840px * 0.72);}
.narrow-plan .contact-grid a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:0.1em;}
.narrow-plan .contact-grid a:hover{border-bottom-color:currentColor;}
@media (max-width: 640px){.narrow-plan .form,.narrow-plan .contact-grid{max-width:none;}.narrow-plan .media-copy{flex-direction:column;align-items:flex-start;}
}
.quiet-nav{
        padding: calc(1.5rem * 2.8) 1.04rem;
        background: #F7F5F0;
        color: #2A2A2A;
    }
.quiet-nav .offer-tile{max-width: 840px;
        margin: 0 auto;
        display: grid;
        gap: calc(1.5rem * 1.2);}
.quiet-nav .compact-lead{display: grid;
        gap: .4rem;
        max-width: 720px;}
.quiet-nav .line{margin: 0;
        font-size: calc(15.4px * .875);
        text-transform: uppercase;
        letter-spacing: .12em;
        color: #4A4A4A;}
.quiet-nav h2{margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.25;}
.quiet-nav .form{margin: .4rem 0 0;
        font-size: 15.4px;
        line-height: 1.72;
        color: #4A4A4A;}
.quiet-nav .direct-visual{display: grid;
        gap: calc(1.5rem * 1.1);
        border-top: 1px solid #D8D2C8;
        padding-top: calc(1.5rem * 1.1);}
.quiet-nav .page-proof{display: grid;
        grid-template-columns: 280px 1fr;
        gap: calc(1.04rem * 1.2);
        align-items: start;
        padding-bottom: calc(1.5rem * 1.1);
        border-bottom: 1px solid #D8D2C8;}
.quiet-nav .page-proof:last-child{border-bottom: none;
        padding-bottom: 0;}
.quiet-nav .offer-feature{display: block;
        overflow: hidden;
        border-radius: 0.32rem;
        line-height: 0;}
.quiet-nav img{width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        transition: transform 530ms var(--delay-panel);}
.quiet-nav .offer-feature:hover img{transform: scale(1.03);}
.quiet-nav .contact-lead{display: grid;
        gap: .5rem;
        align-content: start;}
.quiet-nav .soft-quote{margin: 0;
        font-size: calc(15.4px * .875);
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #4A4A4A;}
.quiet-nav h3{margin: 0;
        font-size: 1.18rem;
        line-height: 1.35;}
.quiet-nav h3 a{text-decoration: none;
        color: inherit;
        transition: color 530ms var(--delay-panel);}
.quiet-nav h3 a:hover{color:inherit;}
.quiet-nav .direct-wrap{margin: 0;
        font-size: 15.4px;
        line-height: 1.72;
        color: #4A4A4A;}
.quiet-nav .top-plan{justify-self: start;
        font-weight: 700;
        font-size: calc(15.4px * .875);
        text-decoration: none;color:inherit;
        border-bottom: 1px solid transparent;
        transition: border-color 530ms var(--delay-panel), color 530ms var(--delay-panel);}
.quiet-nav .top-plan:hover{color:inherit;
        border-bottom-color: currentColor;}
.quiet-nav .top-plan span{display: inline-block;
        margin-left: .2rem;}
@media (max-width: 900px) {.quiet-nav .page-proof{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .6);
        }.quiet-nav .offer-feature{
            max-width: 480px;
        }
    }
@media (max-width: 620px) {.quiet-nav{
            padding: calc(1.5rem * 1.8) 1.04rem;
        }.quiet-nav h2{
            font-size: calc(15.4px * 1.35);
        }
    }
.local-panel{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.local-panel .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.local-panel .line{margin:0 0 .6rem;font-size:calc(15.4px * .875);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:inherit;}
.local-panel h1{margin:0;max-width:20ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.local-panel .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.local-panel .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.local-panel p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.local-panel h1{max-width:100%;}.local-panel .open-inner{aspect-ratio:4/3}.local-panel{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.top-feature{--state-soft:calc(1.5rem * 1.35);--layer-main:calc(840px / 2.50);--label-nav:calc(840px / 3.66);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.top-feature .main-note{max-width:840px;margin:0 auto;}
.top-feature h1,.top-feature h2,.top-feature h3,.top-feature p{margin:0;}
.top-feature h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.top-feature h2{font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif;}
.top-feature h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.top-feature p{font-size:15.4px;line-height:1.72;}
.top-feature a{color:inherit;text-decoration:none;}
.top-feature img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.top-feature .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#B8860B;color:#FFFFFF;}
.top-feature .form,.top-feature .public-tile{}
.top-feature .quiet-view{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.top-feature .strip{min-width:0;border-left:2px solid #C99700;padding-left:1.5rem;}
.top-feature .strip p,.top-feature .strip a{margin-top:calc(1.5rem / 3);}
.top-feature .strip .active-header{font-size:calc(15.4px * .875);letter-spacing:0.08em;text-transform:uppercase;color:inherit;font-weight:700;}
.top-feature .strip img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-nav) * .7);}
.top-feature .clear-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.top-feature .clear-figure>.simple-details{flex:1 1 calc(840px / 3);min-width:0;}
.top-feature .clear-figure>.quiet-view{flex:2 1 calc(840px / 2);margin-top:0;}
.top-feature .clear-figure>img{margin-left:auto;max-width:calc(840px / 2.2);}
.top-feature .simple-details .form{margin-top:1.5rem;}
@media (max-width: 640px){.top-feature .clear-figure>img{max-width:100%;margin-left:0;}.top-feature .clear-figure>.quiet-view{flex-basis:100%;}
}
.strong-feature{--state-soft:calc(1.5rem * 1.14);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.strong-feature .main-note{max-width:840px;margin:0 auto;}
.strong-feature h2,.strong-feature h3,.strong-feature p{margin:0;}
.strong-feature h2{font-size:calc(15.4px * 2);line-height:1.14;font-family:"Libre Baskerville", sans-serif;}
.strong-feature h3{font-size:calc(15.4px * 1.35);line-height:1.24;}
.strong-feature p{font-size:15.4px;line-height:1.72;}
.strong-feature a{text-decoration:underline;text-underline-offset:3px;}
.strong-feature a:hover{}
.strong-feature .fresh-panel{display:flex;flex-direction:column;gap:1.5rem;border-bottom:1px solid #D8D2C8;padding-bottom:calc(1.5rem * 1.2);}
.strong-feature .public-tile{font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:0.14em;margin-bottom:calc(1.5rem / 2.4);}
.strong-feature .form{max-width:calc(840px * 0.86);}
.strong-feature .contact-callout{display:flex;flex-direction:column;margin-top:calc(1.5rem * 1.4);}
.strong-feature .strip{display:grid;grid-template-columns:1fr;gap:calc(1.5rem / 1.8);padding:calc(1.5rem * 1.1) 0;border-bottom:1px solid #D8D2C8;}
.strong-feature .strip:first-child{padding-top:0;}
.strong-feature .strip:last-child{border-bottom:none;}
.strong-feature .soft-quote{display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.strong-feature .active-header{font-size:calc(15.4px * 1.35);font-weight:700;line-height:1;}
.strong-feature .simple-view{font-size:calc(15.4px * .875);}
.strong-feature .wide-unit p{margin-top:calc(1.5rem / 2.2);}
.strong-feature .compact-surface{margin-top:calc(1.5rem * 1.2);padding:1.5rem 1.04rem;background:#EDEAE3;color:#4A4A4A;border-left:3px solid #B8860B;font-size:15.4px;line-height:1.72;}
@media (min-width: 640px){.strong-feature .strip{grid-template-columns:minmax(0, 0.34fr) minmax(0, 0.66fr);gap:1.5rem;}.strong-feature .fresh-panel{flex-direction:row;justify-content:space-between;align-items:flex-end;}.strong-feature .fresh-panel > div{flex:0 0 38%;}.strong-feature .form{flex:0 0 56%;margin-top:0;}
}
.soft-visual{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.soft-visual .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.soft-visual h1{margin:0;max-width:19ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;font-family:"Libre Baskerville", sans-serif;}
.soft-visual .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.soft-visual .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.soft-visual p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.soft-visual h1{max-width:100%;}.soft-visual .open-inner{aspect-ratio:4/3}.soft-visual{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.quiet-unit{--state-soft:calc(1.5rem * 1.15);--layer-main:calc(840px / 3.05);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.quiet-unit .main-note{max-width:840px;margin:0 auto;}
.quiet-unit h1,.quiet-unit h2,.quiet-unit h3,.quiet-unit p{margin:0;}
.quiet-unit h2{font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif;}
.quiet-unit h3{font-size:calc(15.4px * 1.35);line-height:1.2;font-family:"Libre Baskerville", sans-serif;}
.quiet-unit p{font-size:15.4px;line-height:1.72;color:#2A2A2A;}
.quiet-unit a{color:inherit;text-decoration:none;}
.quiet-unit a:hover{color:inherit;}
.quiet-unit img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.quiet-unit .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#B8860B;color:#FFFFFF;font-size:calc(15.4px * .875);line-height:1.2;transition:background 530ms var(--delay-panel);}
.quiet-unit .simple-stack:hover{background:#9A7209;color:#FFFFFF;}
.quiet-unit .form{margin-top:1.5rem;font-size:calc(15.4px * 1.125);line-height:1.72;}
.quiet-unit .quiet-view{display:flex;flex-wrap:wrap;align-items:stretch;gap:0.79rem;margin-top:var(--state-soft);}
.quiet-unit .strip{flex:1 1 calc(840px / 3.2);min-width:0;padding:calc(0.79rem * 1.5);background:#FFFFFF;border:1px solid #D8D2C8;border-radius:0.6rem;display:flex;flex-direction:column;color:#2A2A2A;}
.quiet-unit .wide-benefit{font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#4A4A4A;margin-bottom:calc(1.5rem / 2);}
.quiet-unit .strip h3{margin-top:0;}
.quiet-unit .main-stack{margin-top:calc(1.5rem / 2);flex-grow:1;}
.quiet-unit .strip .simple-stack{margin-top:1.5rem;}
.quiet-unit .offer-note>img{margin-top:var(--state-soft);}
.quiet-unit .public-tile{margin-top:var(--state-soft);padding-top:1.5rem;border-top:1px solid #D8D2C8;font-size:calc(15.4px * .875);color:#4A4A4A;}
.quiet-unit .public-tile a{color:inherit;text-decoration:underline;}
.quiet-unit .public-tile a:hover{color:inherit;}
.primary-form{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A}
.primary-form .main-note{max-width:840px;margin:0 auto}
.primary-form .strong-rail{display:flex;gap:calc(0.79rem * 1.5);align-items:flex-start}
.primary-form .compact-lead{flex:1 1 38rem;min-width:0}
.primary-form h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.1;font-family:"Libre Baskerville", sans-serif}
.primary-form .form{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.4px * 1.125);line-height:1.72}
.primary-form .fresh-headline{flex:0 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.primary-form .public-tile{background:#EDEAE3;color:#4A4A4A;padding:calc(1.5rem * .75);border-radius:0.32rem;font-size:calc(15.4px * .875);line-height:1.72}
.primary-form .public-tile p{margin:0}
.primary-form .quiet-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-form .strip{border-bottom:1px solid #D8D2C8;padding-bottom:calc(1.5rem * .75)}
.primary-form .strip:last-child{border-bottom:none;padding-bottom:0}
.primary-form .strip h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:15.4px;line-height:1.3}
.primary-form .strip p{margin:0;font-size:15.4px;line-height:1.72}
.primary-form .contact-grid{background:var(--tone-card);color:var(--paint-panel);padding:calc(0.79rem * 1.5) calc(1.5rem * .75);border-radius:0.32rem}
.primary-form .visual-lead{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:15.4px;font-weight:600}
.primary-form .contact-grid p{font-size:15.4px;line-height:1.72}
.primary-form .contact-grid a{text-decoration:underline;font-size:calc(15.4px * .875)}
@media(max-width:760px){.primary-form .strong-rail{display:block}.primary-form .fresh-headline{margin-top:calc(0.79rem * 1.5)}.primary-form h2{font-size:calc(15.4px * 2)}}
.media-actions{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.media-actions .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.media-actions h1{margin:0;max-width:17ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;color:inherit;}
.media-actions .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.media-actions .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.media-actions p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:inherit;}
@media (max-width:640px){.media-actions h1{max-width:100%;}.media-actions .open-inner{aspect-ratio:4/3}.media-actions{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.local-fields{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;overflow:hidden}
.local-fields .main-note{max-width:840px;margin:0 auto}
.local-fields .top-summary{max-width:42rem;margin:0 auto calc(0.79rem * 1.5);text-align:center}
.local-fields h2{margin:0;font-size:calc(15.4px * 2);line-height:1.15;font-family:"Libre Baskerville", sans-serif}
.local-fields .top-summary p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.72;}
.local-fields .steady-visual{display:flex;gap:0.79rem;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x proximity;margin-bottom:calc(0.79rem * 1.5)}
.local-fields .strip{flex:0 0 min(24rem,80vw);padding:1.5rem 0;scroll-snap-align:start;border-top:2px solid #D8D2C8}
.local-fields .strip:nth-child(even){margin-top:calc(0.79rem * 1.5)}
.local-fields strong{display:block;font-size:calc(15.4px * 1.35);line-height:1.15;margin-bottom:calc(1.5rem * .75)}
.local-fields p{margin:0;line-height:1.72;font-size:15.4px}
.local-fields .media-copy{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #D8D2C8}
.local-fields .media-copy span{font-size:calc(15.4px * .875);}
.local-fields .media-copy a{font-size:calc(15.4px * .875);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 530ms var(--delay-panel)}
.local-fields .media-copy a:hover{border-color:#C99700}
@media (max-width:640px){.local-fields .top-summary{text-align:left}.local-fields .strip{flex-basis:min(20rem,85vw)}.local-fields .media-copy{align-items:flex-start;flex-direction:column}
}
.team-figure{--state-soft:calc(1.5rem * 1.1);--layer-main:calc(840px / 2.55);--label-nav:calc(840px / 3.94);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.team-figure .main-note{max-width:840px;margin:0 auto;}
.team-figure h1,.team-figure h2,.team-figure h3,.team-figure p{margin:0;}
.team-figure h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.team-figure h2{font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif;}
.team-figure h3{font-size:calc(15.4px * 1.35);line-height:1.2;font-family:"Libre Baskerville", sans-serif;}
.team-figure p{font-size:15.4px;line-height:1.72;color:#4A4A4A;}
.team-figure a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #B8860B 30%, transparent);}
.team-figure a:hover{color:inherit;border-bottom-color:currentColor;}
.team-figure img{display:block;width:100%;height:auto;border-radius:0.32rem;box-shadow:0 0px 1px rgba(0,0,0,0.05);}
.team-figure .form,.team-figure .public-tile{font-size:calc(15.4px * 1.125);line-height:1.72;color:#2A2A2A;}
.team-figure .quiet-view{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.team-figure .strip{min-width:0;border-left:2px solid #B8860B;padding-left:1.04rem;}
.team-figure .strip p,.team-figure .strip a{margin-top:calc(1.5rem / 3);}
.team-figure .strip img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-nav) * .7);}
.team-figure .clear-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.team-figure .clear-figure>.simple-details{flex:1 1 calc(840px / 3);min-width:0;}
.team-figure .clear-figure>.quiet-view{flex:2 1 calc(840px / 2);margin-top:0;}
.team-figure .clear-figure>img{margin-left:auto;flex-basis:calc(840px / 3.5);}
.team-figure .simple-details .form{margin-top:1.5rem;}
.team-figure .media-copy{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #D8D2C8;}
.team-figure .media-copy p{font-size:calc(15.4px * .875);color:#4A4A4A;}
.team-figure .media-copy a{font-weight:600;}
@media (max-width: 640px) {.team-figure .clear-figure{flex-direction:column;}.team-figure .clear-figure>img{margin-left:0;width:100%;}.team-figure .strip{border-left:none;padding-left:0;border-top:1px solid #D8D2C8;padding-top:1.5rem;}
}
.main-contact{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A}
.main-contact .fresh-headline{max-width:840px;margin:0 auto;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.5fr);gap:calc(0.79rem * 1.5)}
.main-contact .form{min-width:0}
.main-contact .line{font-family:"Libre Baskerville", sans-serif;font-size:calc(15.4px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75)}
.main-contact h2{margin:0;font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif}
.main-contact .form p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.72;}
.main-contact .public-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.main-contact .public-tile{background:#FFFFFF;border:1px solid #D8D2C8;border-left:3px solid #C99700;border-radius:0.22rem;padding:calc(1.5rem * .75) 1.5rem;color:#2A2A2A;}
.main-contact .secondary-benefit{display:inline-block;font-family:"Libre Baskerville", sans-serif;font-size:calc(15.4px * .875);font-weight:700;margin-bottom:calc(1.5rem * .75);line-height:1.2}
.main-contact .public-tile p{margin:0;font-size:15.4px;line-height:1.72;}
@media(max-width:760px){.main-contact .fresh-headline{display:block}.main-contact .form{margin-bottom:calc(0.79rem * 1.5)}.main-contact h2{font-size:calc(15.4px * 2)}
}
.top-details{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.top-details .text-wrap{max-width:min(840px,66rem);margin:0 auto;display:flex;flex-direction:column;}
.top-details h1{margin:0;max-width:18ch;font-size:clamp(2rem,5vw,calc(15.4px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.01em;}
.top-details .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1.2rem,2.4vw,calc(0.79rem * 1.5)) 0 0;filter:saturate(0.92) contrast(1.02);}
.top-details .text-wrap>div{max-width:40rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.top-details p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.top-details h1{max-width:100%;}.top-details .open-inner{aspect-ratio:4/3}.top-details{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.top-region{--state-soft:calc(1.5rem * 0.95);--layer-main:calc(840px / 2.75);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.top-region .main-note{max-width:840px;margin:0 auto;}
.top-region h1,.top-region h2,.top-region h3,.top-region p{margin:0;}
.top-region h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.top-region h2{font-size:calc(15.4px * 2);line-height:1.12;}
.top-region h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.top-region p{font-size:15.4px;line-height:1.72;color:#4A4A4A;}
.top-region a{color:inherit;text-decoration:none;}
.top-region a:hover{color:inherit;}
.top-region .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#B8860B;color:#FFFFFF;font-size:calc(15.4px * .875);line-height:1.2;transition:background 530ms var(--delay-panel);}
.top-region .simple-stack:hover{background:#9A7209;color:#FFFFFF;}
.top-region .form{margin-top:1.5rem;font-size:15.4px;line-height:1.72;color:#2A2A2A;max-width:calc(840px * 0.85);}
.top-region .public-tile{font-size:calc(15.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:inherit;}
.top-region .quiet-view{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 0.79rem;margin-top:calc(1.5rem * 1.2);}
.top-region .strip{position:relative;padding-left:calc(1.5rem * 0.9);border-top:1px solid #D8D2C8;padding-top:calc(1.5rem * .75);}
.top-region .strip::before{content:"";position:absolute;left:0;top:calc(1.5rem * .75);width:calc(1.5rem * 0.5);height:1px;background:#C99700;color:#FFFFFF;}
.top-region .strip .simple-details h3{font-size:15.4px;line-height:1.3;margin-bottom:calc(1.5rem / 3);}
.top-region .strip .simple-details p{font-size:calc(15.4px * .875);line-height:1.72;color:#4A4A4A;}
.top-region .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.top-region .quiet-inner>.simple-details{flex:1 1 auto;min-width:0;}
.top-region .quiet-inner>.simple-stack{flex:0 0 auto;margin-top:1.5rem;}
.top-region .quiet-inner>.quiet-view{flex:1 1 100%;}
.top-region .simple-details h2{margin-top:calc(1.5rem / 2);}
.top-region .media-copy{margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid #D8D2C8;font-size:calc(15.4px * .875);color:#4A4A4A;}
.top-region .media-copy a{color:inherit;}
.top-region .media-copy a:hover{color:inherit;}
@media (max-width:640px){.top-region .quiet-view{grid-template-columns:1fr;}.top-region .quiet-inner>.simple-stack{width:100%;}
}
.wide-rail{
    padding:clamp(48px,6vw,88px) clamp(16px,4vw,36px);
    background:#EDEAE3;
    color:#4A4A4A;
    border-top:1px solid #D8D2C8;
    border-bottom:1px solid #D8D2C8;
}
.wide-rail .main-note{max-width:840px;
    margin:0 auto;}
.wide-rail .fresh-headline{display:grid;
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
    gap:clamp(24px,4vw,56px);
    align-items:start;}
.wide-rail .compact-lead .line{font-size:calc(15.4px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin:0 0 0.6rem;
    font-weight:600;}
.wide-rail .compact-lead h2{font-family:"Libre Baskerville", sans-serif;
    font-size:clamp(24px,3.2vw,36px);
    line-height:1.25;
    margin:0 0 1rem;
    font-weight:600;}
.wide-rail .compact-lead p{font-size:15.4px;
    line-height:1.72;
    margin:0;
    max-width:38ch;}
.wide-rail .clear-lead{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid #D8D2C8;}
.wide-rail .bottom-items{padding:1.1rem 0;
    border-bottom:1px solid #D8D2C8;}
.wide-rail .bottom-items .secondary-team{display:block;
    font-size:calc(15.4px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;
    opacity:0.75;
    margin-bottom:0.3rem;}
.wide-rail .bottom-items a{font-size:1.05rem;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 530ms var(--delay-panel);}
.wide-rail .bottom-items a:hover{border-bottom-color:#C99700;}
.wide-rail .bottom-items p{margin:0.4rem 0 0;
    font-size:calc(15.4px * .875);
    line-height:1.6;
    max-width:46ch;}
.wide-rail .bottom-items .soft-block{font-style:normal;
    margin:0.2rem 0 0;}
.wide-rail .public-tile{
    grid-column:1 / -1;
    margin-top:0.4rem;
    padding:0.9rem 1.1rem;
    background:#FFFFFF;
    border:1px solid #D8D2C8;
    border-left:3px solid #B8860B;
    border-radius:0.32rem;
    font-size:calc(15.4px * .875);
    line-height:1.65;color:#2A2A2A;}
.wide-rail .public-tile p{margin:0;}
.wide-rail .public-tile a{text-decoration:none;
    border-bottom:1px solid color-mix(in srgb, #B8860B 40%, transparent);
    transition:color 530ms var(--delay-panel);}
.wide-rail .public-tile a:hover{border-bottom-color:#C99700;}
@media (max-width: 820px){.wide-rail .fresh-headline{
        grid-template-columns:1fr;
        gap:1.6rem;
    }.wide-rail .public-tile{
        grid-column:1;
    }
}
.top-stack{padding:calc(calc(1.5rem * 2.4)*.7) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.top-stack .compact-lead{max-width:min(840px,64rem);margin:0 auto;}
.top-stack h1{margin:0;max-width:24ch;font-size:clamp(1.9rem,4.6vw,calc(15.4px * 2.65));line-height:1.12;font-weight:600;letter-spacing:-0.01em;}
.top-stack .open-inner{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/10;object-fit:cover;border-radius:0.32rem;margin:clamp(1.2rem,2.4vw,calc(0.79rem * 1.5)) 0 0;}
.top-stack .form{max-width:40rem;margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(0.85rem,1.5vw,1.5rem);border-top:1px solid #D8D2C8;}
.top-stack p{margin:0;font-size:clamp(1rem,1.2vw,15.4px);line-height:1.72;color:#4A4A4A;}
@media (max-width:640px){.top-stack{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.top-stack h1{max-width:100%;}.top-stack .open-inner{aspect-ratio:4/3;}
  }
.primary-copy{--state-soft:calc(1.5rem * 1.02);--layer-main:calc(840px / 2.55);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.primary-copy .main-note{max-width:840px;margin:0 auto;}
.primary-copy h1,.primary-copy h2,.primary-copy h3,.primary-copy p{margin:0;}
.primary-copy h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.primary-copy h2{font-size:calc(15.4px * 2);line-height:1.12;}
.primary-copy h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.primary-copy p{font-size:15.4px;line-height:1.72;color:#2A2A2A;}
.primary-copy a{color:inherit;text-decoration:none;}
.primary-copy a:hover{color:inherit;}
.primary-copy .line{display:inline-block;margin-bottom:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:#4A4A4A;border-bottom:1px solid #D8D2C8;padding-bottom:calc(1.5rem / 4);}
.primary-copy .form{margin:1.5rem auto 0;max-width:var(--layer-main);}
.primary-copy .public-tile{margin-top:1.5rem;font-size:calc(15.4px * .875);color:#4A4A4A;text-align:center;}
.primary-copy .service-benefit{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);text-align:left;}
.primary-copy .strip{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.32rem;background:#FFFFFF;border:1px solid #D8D2C8;color:#2A2A2A;}
.primary-copy .strip h3{font-size:15.4px;line-height:1.3;font-weight:700;}
.primary-copy .strip p{margin-top:calc(1.5rem / 3);font-size:calc(15.4px * .875);line-height:1.72;}
.primary-copy .soft-form{text-align:center;}
.primary-copy .soft-form .form{margin:1.5rem auto 0;}
@media (max-width: 640px){.primary-copy .service-benefit{gap:1.5rem;}.primary-copy .strip{padding:calc(1.5rem * .75);}
}
.plain-block{background:#F7F5F0;color:#2A2A2A;padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);}
.plain-block .main-note{max-width:840px;margin:0 auto;}
.plain-block .service-brand{display:grid;gap:calc(1.5rem * 1.2);}
.plain-block .compact-lead{max-width:72ch;}
.plain-block .line{font-size:calc(15.4px * .875);letter-spacing:.08em;text-transform:uppercase;margin:0 0 0.6rem;font-weight:600;}
.plain-block h2{font-family:"Libre Baskerville", sans-serif;font-size:clamp(26px,3.6vw,38px);line-height:1.25;margin:0 0 0.8rem;}
.plain-block .form{font-size:15.4px;line-height:1.72;margin:0;}
.plain-block .content-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:1.04rem;}
.plain-block .strip{background:#FFFFFF;color:#2A2A2A;border:1px solid #D8D2C8;border-radius:0.6rem;padding:clamp(18px,2.4vw,26px);display:flex;flex-direction:column;gap:0.7rem;}
.plain-block .strip h3{font-size:15.4px;line-height:1.4;margin:0;}
.plain-block .strip p{font-size:calc(15.4px * .875);line-height:1.72;margin:0;flex-grow:1;}
.plain-block .strip a{font-size:calc(15.4px * .875);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color 530ms var(--delay-panel),border-color 530ms var(--delay-panel);width:fit-content;}
.plain-block .strip a:hover{border-bottom-color:#C99700;}
.plain-block .public-tile{border-left:3px solid #B8860B;padding:0.4rem 0 0.4rem 1.04rem;}
.plain-block .public-tile p{font-size:calc(15.4px * .875);margin:0;line-height:1.72;}
.plain-block .public-tile a{text-decoration:none;font-weight:600;}
.plain-block .public-tile a:hover{text-decoration:underline;}
@media (max-width: 900px){.plain-block .content-visual{grid-template-columns:1fr;gap:1.5rem;}
}
.wide-frame{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: var(--tone-card);
  color: var(--paint-panel);
}
.wide-frame .main-note{max-width: min(840px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: calc(0.79rem * 1.5);
  align-items: start;}
.wide-frame .form{position: sticky;
  top: 1.5rem;}
.wide-frame .line{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.4px * .875);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #C99700;}
.wide-frame h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.12;
  font-weight: 600;}
.wide-frame .form p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.4px * 1.125);
  line-height: 1.6;
  color: #D4D4D4;}
.wide-frame .form .public-tile{margin-top: calc(0.79rem * 1.5);
  font-size: calc(15.4px * .875);color:inherit;
  border-left: 2px solid #C99700;
  padding-left: calc(1.5rem * .75);}
.wide-frame .public-body{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-frame .public-body a{
  display: grid;
  grid-template-columns: minmax(5rem, .3fr) minmax(0, .7fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding: calc(1.5rem * .75) calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: var(--tone-card);
  color: var(--paint-panel);
  border: 1px solid #333333;
  text-decoration: none;
  transition: border-color 530ms var(--delay-panel), background 530ms var(--delay-panel);
}
.wide-frame .public-body a:hover{
  border-color: #C99700;
  background: rgba(184, 134, 11, .06);
}
.wide-frame .public-body span{color: #C99700;
  font-size: calc(15.4px * .875);
  font-weight: 600;
  letter-spacing: .02em;}
.wide-frame .public-body strong{font-size: 15.4px;
  line-height: 1.35;
  font-weight: 600;}
.wide-frame .public-body em{font-style: normal;color:inherit;
  font-size: calc(15.4px * .875);
  line-height: 1.55;}
@media (max-width: 760px) {.wide-frame .main-note{
    grid-template-columns: 1fr;
    gap: calc(0.79rem * 1.5);
  }.wide-frame .form{
    position: static;
  }.wide-frame .public-body a{
    grid-template-columns: 1fr;
    gap: 0.79rem;
  }
}
.plain-steps{padding:calc(calc(1.5rem * 2.4)*.9) 1.04rem calc(calc(1.5rem * 2.4)*1.1);background:#F7F5F0;color:#2A2A2A;}
.plain-steps .text-wrap{max-width:min(840px,64rem);margin:0 auto;}
.plain-steps .line{margin:0 0 .8rem;font-family:"Libre Baskerville", sans-serif;font-size:calc(15.4px * .875);line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:inherit;}
.plain-steps h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.6vw,calc(15.4px * 2.65));line-height:1.12;font-weight:600;letter-spacing:-.01em;}
.plain-steps .simple-intro{max-width:44rem;margin-top:clamp(1.1rem,2.4vw,calc(0.79rem * 1.5));padding-top:clamp(.9rem,1.8vw,1.5rem);border-top:1px solid #D8D2C8;}
.plain-steps p{margin:0;font-size:clamp(1rem,1.2vw,15.4px);line-height:1.78;color:#4A4A4A;}
@media (max-width:640px){.plain-steps{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.7);}.plain-steps h1{max-width:100%;font-size:clamp(1.7rem,7vw,2.2rem);line-height:1.18;}.plain-steps .simple-intro{margin-top:1rem;}
  }
.strong-unit{
        --state-soft: calc(1.5rem * 1.26);
        --layer-main: calc(840px / 2.50);
        --font-small: calc(840px / 3.59);
        padding: calc(1.5rem * 2.4) 1.04rem;
        background: var(--tone-card);
        color: var(--paint-panel);
    }
.strong-unit .main-note{max-width: 840px;
        margin: 0 auto;}
.strong-unit h2,
    .strong-unit h3,
    .strong-unit p{margin: 0;}
.strong-unit h2{font-size: calc(15.4px * 2);
        line-height: 1.2;
        font-family: "Libre Baskerville", sans-serif;}
.strong-unit h3{font-size: calc(15.4px * 1.35);
        line-height: 1.28;
        font-weight: 600;}
.strong-unit p{font-size: 15.4px;
        line-height: 1.72;
        opacity: .88;}
.strong-unit a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;
        transition: opacity 530ms var(--delay-panel);}
.strong-unit a:hover{opacity: .7;}
.strong-unit .row-title{display: grid;
        grid-template-columns: 1fr;
        gap: var(--state-soft);}
.strong-unit .row-title > p{max-width: var(--layer-main);
        font-size: 15.4px;}
.strong-unit .quiet-view{display: grid;
        grid-template-columns: 1fr;
        gap: calc(var(--state-soft) * .9);
        margin-top: calc(var(--state-soft) * .4);
        border-top: 1px solid rgba(245, 245, 245, .18);
        padding-top: var(--state-soft);}
.strong-unit .strip{padding-bottom: calc(var(--state-soft) * .7);
        border-bottom: 1px solid rgba(245, 245, 245, .12);}
.strong-unit .strip:last-child{border-bottom: none;
        padding-bottom: 0;}
.strong-unit .strip p{margin-top: calc(1.5rem / 3);
        max-width: calc(840px * .82);}
.strong-unit .strip a{
        display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(15.4px * .875);
        text-transform: uppercase;
        letter-spacing: .06em;
        border-bottom: none;
        background: var(--paint-panel);
        color: var(--tone-card);
        padding: calc(calc(1.5rem * .75) * .6) 1.5rem;
        border-radius: 0.22rem;
        transition: background 530ms var(--delay-panel), color 530ms var(--delay-panel);
    }
.strong-unit .strip a:hover{
        background: #C99700;
        color: #FFFFFF;
        opacity: 1;
    }
@media (min-width: 640px) {.strong-unit .row-title{
            grid-template-columns: 1fr 1fr;
            align-items: start;
        }.strong-unit .row-title > p{
            grid-column: 2;
            grid-row: 1;
            padding-top: calc(1.5rem / 2);
        }.strong-unit .quiet-view{
            grid-column: 1 / -1;
        }
    }
.active-media{--state-soft:calc(1.5rem * 1.2);--layer-main:calc(840px / 2.4);padding:calc(1.5rem * 2.4) 1.04rem;background:var(--tone-card);color:var(--paint-panel);}
.active-media .main-note{max-width:840px;margin:0 auto;}
.active-media h1,.active-media h2,.active-media h3,.active-media p{margin:0;}
.active-media h2{font-size:calc(15.4px * 2);line-height:1.15;font-family:"Libre Baskerville", sans-serif;}
.active-media p{font-size:15.4px;line-height:1.72;}
.active-media img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.active-media .clear-figure{display:grid;grid-template-columns:1fr;gap:1.5rem;}
.active-media .simple-details .form{margin-top:1.5rem;font-size:15.4px;line-height:1.72;color:rgba(245,245,245,0.82);}
.active-media .quiet-view{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * 0.8);margin-top:1.5rem;}
.active-media .strip{position:relative;padding-left:1.5rem;border-left:2px solid #C99700;}
.active-media .strip p{font-size:15.4px;line-height:1.72;color:rgba(245,245,245,0.9);}
.active-media .clear-figure>img{margin-top:1.5rem;max-height:280px;object-fit:cover;}
@media (min-width:640px){.active-media .clear-figure{grid-template-columns:1fr 1fr;column-gap:1.5rem;}.active-media .clear-figure>img{grid-column:1 / -1;margin-top:1.5rem;max-height:320px;}
}
@media (min-width:900px){.active-media .clear-figure{grid-template-columns:2fr 3fr;align-items:start;}.active-media .clear-figure>img{grid-column:auto;margin-top:0;max-height:none;}
}
.simple-actions{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.simple-actions .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.simple-actions h1{margin:0;max-width:17ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;}
.simple-actions .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.simple-actions .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.simple-actions p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.simple-actions h1{max-width:100%;}.simple-actions .open-inner{aspect-ratio:4/3}.simple-actions{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.text-list{--state-soft:calc(1.5rem * 1.02);--layer-main:calc(840px / 2.85);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.text-list .main-note{max-width:840px;margin:0 auto;}
.text-list h1,.text-list h2,.text-list h3,.text-list p{margin:0;}
.text-list h1{font-size:calc(15.4px * 2.65);line-height:1.08;}
.text-list h2{font-size:calc(15.4px * 2);line-height:1.12;}
.text-list h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.text-list p{font-size:15.4px;line-height:1.72;color:#4A4A4A;}
.text-list a{color:inherit;text-decoration:none;}
.text-list .public-tile{font-size:calc(15.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:inherit;margin-bottom:calc(1.5rem * .6);}
.text-list .quiet-view{display:flex;flex-wrap:wrap;gap:0.79rem;margin-top:var(--state-soft);}
.text-list .strip{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.32rem;background:#FFFFFF;border:1px solid #D8D2C8;color:#2A2A2A;}
.text-list .strip h3{font-family:"Libre Baskerville", sans-serif;font-size:15.4px;line-height:1.4;font-weight:600;}
.text-list .local-note>h2{margin-top:var(--state-soft);font-size:calc(15.4px * 1.35);line-height:1.3;max-width:var(--layer-main);}
.main-view{
  background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
  color: #F5F5F5;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.main-view .main-note{width: min(100%, 840px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.04rem;
  align-items: start;}
.main-view h2,
.main-view h3,
.main-view p{margin: 0;}
.main-view h2{font-size: calc(15.4px * 2); line-height: 1.1;}
.main-view h3{font-size: calc(15.4px * 1.35); line-height: 1.2;}
.main-view p{font-size: 15.4px; line-height: 1.72;}
.main-view .clear-footer{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.79rem * 1.5);
  border-radius: 0.72rem;
  background: linear-gradient(135deg, #C99700 0%, #A67C00 100%);
  color: #FFFFFF;
  position: sticky;
  top: 1.5rem;
}
.main-view .line{font-size: calc(15.4px * .875);
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .85;}
.main-view .contact-callout{display: grid;
  gap: calc(1.5rem * .75);}
.main-view .quiet-summary{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .18fr) minmax(10rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.32rem;
  background: #FFFFFF;
  color: #2A2A2A;
  border: 1px solid #D8D2C8;
  animation: peopleTimelineIn calc(530ms * 2.2) var(--delay-panel) both;
  animation-delay: var(--motion-panel, 0ms);
}
.main-view i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #B8860B;color:#FFFFFF;}
.main-view .quiet-summary span{font-size: calc(15.4px * .875);
  line-height: 1.4;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.79rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.main-view .main-note{
    grid-template-columns: 1fr;
  }.main-view .clear-footer{
    position: static;
  }.main-view .quiet-summary{
    grid-template-columns: 1rem 1fr;
    row-gap: 1.04rem;
  }.main-view .quiet-summary span,
  .main-view .quiet-summary h3,
  .main-view .quiet-summary p{
    grid-column: 2;
  }.main-view .quiet-summary i{
    grid-row: 1 / span 2;
  }
}
.page-benefit{padding:clamp(48px,6vw,84px) clamp(16px,4vw,36px);background:#EDEAE3;color:#4A4A4A;}
.page-benefit .main-note{max-width:840px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:calc(0.79rem * 2.2);align-items:start;}
.page-benefit .clear-unit img{width:100%;height:auto;border-radius:0.6rem;border:1px solid #D8D2C8;box-shadow:0 4px 8px rgba(0,0,0,0.06);}
.page-benefit .wide-unit h2{margin:0 0 8px;font-size:clamp(26px,3.6vw,38px);font-family:"Libre Baskerville", sans-serif;letter-spacing:-0.01em;}
.page-benefit .wide-unit h3{margin:0 0 14px;font-size:0.95rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:inherit;}
.page-benefit .wide-unit p{margin:0 0 12px;font-size:15.4px;line-height:1.78;}
.page-benefit .wide-unit p:last-of-type{margin-bottom:16px;}
.page-benefit .wide-unit ul{margin:0;padding-left:0;list-style:none;display:grid;gap:8px;border-top:1px solid #D8D2C8;padding-top:16px;}
.page-benefit .wide-unit li{position:relative;padding-left:22px;font-size:calc(15.4px * .875);line-height:1.6;}
.page-benefit .wide-unit li::before{content:"";position:absolute;left:0;top:0.55em;width:12px;height:1px;background:#B8860B;color:#2A2A2A;}
@media (max-width: 820px){.page-benefit .main-note{grid-template-columns:1fr;gap:calc(0.79rem * 1.4);}.page-benefit .clear-unit img{max-height:320px;object-fit:cover;}
}
.focused-section{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.focused-section .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.focused-section h1{margin:0;max-width:19ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;}
.focused-section .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.focused-section .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.focused-section p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.focused-section h1{max-width:100%;}.focused-section .open-inner{aspect-ratio:4/3}.focused-section{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.grid---contact-point{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A}
.grid---contact-point .main-note{max-width:840px;margin:0 auto}
.grid---contact-point .focused-media{margin-bottom:calc(0.79rem * 1.5)}
.grid---contact-point h2{margin:0;font-size:calc(15.4px * 2);line-height:1.15;max-width:36rem}
.grid---contact-point .focused-media p{margin:1.5rem 0 0;max-width:52rem;line-height:1.72;color:#4A4A4A}
.grid---contact-point .clear-lead{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:calc(0.79rem * 1.5);padding:calc(0.79rem * 1.5) 0;border-top:1px solid #D8D2C8;border-bottom:1px solid #D8D2C8}
.grid---contact-point .direct-callout h3,.grid---contact-point .active-shell h3{margin:0 0 1.5rem;font-size:15.4px;font-weight:600;letter-spacing:.02em}
.grid---contact-point .direct-callout p{margin:0;line-height:1.72}
.grid---contact-point .direct-callout a{display:block;margin:calc(1.5rem * .75) 0;color:inherit;text-decoration:none;font-size:15.4px;overflow-wrap:anywhere}
.grid---contact-point .direct-callout a:hover{color:inherit;}
.grid---contact-point .public-tile{margin-top:1.5rem;font-size:calc(15.4px * .875);color:#4A4A4A;line-height:1.72}
.grid---contact-point .top-visual{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:calc(0.79rem * 1.5);margin-top:1.5rem}
.grid---contact-point .active-shell p{margin:0;line-height:1.72;color:#4A4A4A}
@media(max-width:680px){.grid---contact-point .clear-lead,.grid---contact-point .top-visual{grid-template-columns:1fr}}
.contact-nav{
    padding: clamp(56px, 7vw, 96px) clamp(16px, 4vw, 36px);
    background: #F7F5F0;
    color: #2A2A2A;
    border-top: 1px solid #D8D2C8;
}
.contact-nav .main-note{max-width: 840px;
    margin: 0 auto;}
.contact-nav .service-brand{display: grid;
    gap: clamp(32px, 5vw, 56px);}
.contact-nav .compact-lead{max-width: 720px;}
.contact-nav .strong-benefit{font-size: calc(15.4px * .875);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    font-weight: 600;}
.contact-nav h2{font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    margin: 0 0 16px;
    font-family: "Libre Baskerville", sans-serif;}
.contact-nav .form{font-size: 15.4px;
    line-height: 1.7;
    margin: 0;}
.contact-nav .media-copy{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.79rem;
    border-top: 1px solid #D8D2C8;
    padding-top: clamp(24px, 4vw, 40px);}
.contact-nav .quiet-method{padding: 0;}
.contact-nav .compact-feature{margin-bottom: 12px;}
.contact-nav .secondary-inner{display: block;
    font-size: calc(15.4px * .875);
    margin-bottom: 6px;
    font-weight: 600;}
.contact-nav h3{font-size: calc(15.4px * 1.125);
    margin: 0;
    line-height: 1.35;}
.contact-nav .quiet-method p{font-size: 15.4px;
    line-height: 1.7;
    margin: 0 0 14px;}
.contact-nav .content-actions{text-decoration: none;
    font-weight: 600;
    font-size: 15.4px;
    border-bottom: 1px solid transparent;
    transition: border-color 530ms var(--delay-panel);}
.contact-nav .content-actions:hover{border-color: #C99700;}
.contact-nav .contact-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.79rem;
    background: #EDEAE3;
    border-radius: 0.6rem;
    padding: clamp(20px, 3vw, 28px);color:#4A4A4A;}
.contact-nav .text-method h3{font-size: 15.4px;
    margin: 0 0 8px;}
.contact-nav .text-method p{font-size: 15.4px;
    line-height: 1.65;
    margin: 0 0 10px;}
.contact-nav .wide-intro{text-decoration: none;
    font-weight: 600;
    font-size: 15.4px;}
.contact-nav .wide-intro:hover{text-decoration: underline;}
.contact-nav .top-menu{border-top: 1px solid #D8D2C8;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.79rem;
    flex-wrap: wrap;}
.contact-nav .top-menu p{font-size: calc(15.4px * .875);
    margin: 0;
    max-width: 480px;}
.contact-nav .soft-area{display: flex;
    gap: 20px;}
.contact-nav .soft-area a{font-size: calc(15.4px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 530ms var(--delay-panel);}
.contact-nav .soft-area a:hover{border-color: #C99700;}
@media (max-width: 900px) {.contact-nav .media-copy{
        grid-template-columns: 1fr;
        gap: 28px;
    }.contact-nav .contact-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 640px) {.contact-nav .top-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }.contact-nav .soft-area{
        flex-wrap: wrap;
        gap: 14px;
    }
}
.top-method{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.top-method .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.top-method h1{margin:0;max-width:22ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.01em;}
.top-method .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.top-method .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.top-method p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.top-method h1{max-width:100%;}.top-method .open-inner{aspect-ratio:4/3}.top-method{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.direct-group{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #F7F5F0;
  color: #2A2A2A;
  border-top: 1px solid #D8D2C8;
  border-bottom: 1px solid #D8D2C8;
}
.direct-group .offer-tile{max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(0.79rem * 2);
  align-items: start;}
.direct-group .compact-lead{
  position: sticky;
  top: calc(1.5rem * 2);
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--tone-card);
  color: var(--paint-panel);
}
.direct-group .line{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.4px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;}
.direct-group h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.12;
  font-family: "Libre Baskerville", sans-serif;}
.direct-group .form{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.4px;
  line-height: 1.6;}
.direct-group .visual-steps{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.direct-group .contact-section{
  display: grid;
  grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #FFFFFF;
  color: #2A2A2A;
  border: 1px solid #D8D2C8;
  transition: box-shadow 530ms var(--delay-panel);
}
.direct-group .contact-section:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.06);}
.direct-group .secondary-benefit{font-size: calc(15.4px * .875);
  line-height: 1.4;
  font-weight: 600;
  word-break: break-word;}
.direct-group h3{margin: 0;
  font-size: calc(15.4px * 1.35);
  line-height: 1.3;}
.direct-group .contact-section p{margin: calc(calc(1.5rem * .75) * 0.5) 0 calc(1.5rem * .75);
  font-size: 15.4px;
  line-height: 1.65;}
.direct-group small{display: block;
  font-size: calc(15.4px * .875);
  font-style: italic;}
@media (max-width: 860px) {.direct-group .offer-tile{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.direct-group .compact-lead{
    position: static;
  }
}
@media (max-width: 560px) {.direct-group .contact-section{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }
}
.visual-benefit{
        --state-soft: calc(1.5rem * 1.10);
        --layer-main: calc(840px / 2.34);
        --label-nav: calc(840px / 3.35);
        --font-small: calc(840px / 3.42);
        padding: calc(1.5rem * 2.4) 1.04rem;
        background: var(--tone-card);
        color: var(--paint-panel);
    }
.visual-benefit .main-note{max-width: 840px;
        margin: 0 auto;}
.visual-benefit h1, .visual-benefit h2, .visual-benefit h3, .visual-benefit p, .visual-benefit ul{margin: 0;}
.visual-benefit h1{font-size: calc(15.4px * 2.65);
        line-height: 1.1;}
.visual-benefit h2{font-size: calc(15.4px * 2);
        line-height: 1.12;}
.visual-benefit h3{font-size: calc(15.4px * 1.35);
        line-height: 1.2;}
.visual-benefit p{font-size: 15.4px;
        line-height: 1.72;}
.visual-benefit a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 0.2em;}
.visual-benefit img{display: block;
        width: 100%;
        height: auto;
        border-radius: 0.32rem;}
.visual-benefit .simple-stack{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.22rem;
        background: var(--paint-panel);
        color: var(--tone-card);
    }
.visual-benefit .soft{
        background: color-mix(in srgb, #EDEAE3 79%, transparent);color:#4A4A4A;}
.visual-benefit .soft-form{text-align: center;}
.visual-benefit .offset{padding-inline-start: calc(1.04rem / 2);}
.visual-benefit .visual-inner{padding-block: calc(var(--state-soft) / 2);}
.visual-benefit .open{padding-block-start: var(--state-soft);}
.visual-benefit .compact{padding-block-end: calc(var(--state-soft) / 3);}
.visual-benefit .strong-rail{max-width: 840px;}
.visual-benefit .soft-start{padding-inline-start: calc(1.5rem * .75);}
.visual-benefit .strong-headline{row-gap: calc(var(--state-soft) * 1.2);}
.visual-benefit .plain-summary{row-gap: calc(var(--state-soft) * .7);}
.visual-benefit .measured{column-gap: calc(0.79rem * .85);}
.visual-benefit .relaxed{column-gap: calc(0.79rem * 1.12);}
.visual-benefit .compact-figure{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.visual-benefit .service-benefit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem;
        text-align: left;}
.visual-benefit details{
        padding: calc(1.5rem * .75);
        border-radius: 0.32rem;
        background: #EDEAE3;
        color: #4A4A4A;
        border: 1px solid color-mix(in srgb, #4A4A4A 12%, transparent);
    }
.visual-benefit summary{cursor: pointer;
        font-weight: 700;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 15.4px;
        line-height: 1.4;}
.visual-benefit details p{margin-top: calc(1.5rem / 3);
        font-size: calc(15.4px * .875);
        line-height: 1.72;}
.visual-benefit .media-copy{margin-top: 1.5rem;
        font-size: calc(15.4px * .875);
        opacity: 0.85;}
.visual-benefit .media-copy a{font-weight: 600;}
.primary-area{padding:calc(calc(1.5rem * 2.4)*.74) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.primary-area .text-wrap{max-width:min(840px,66rem);margin:0 auto;}
.primary-area h1{margin:0;max-width:18ch;font-size:clamp(2.05rem,5.4vw,calc(15.4px * 2.65));line-height:1.04;font-weight:680;letter-spacing:0;}
.primary-area .open-inner{display:block;width:min(100%,44rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.32rem;margin:clamp(1rem,2.2vw,calc(0.79rem * 1.5)) 0 0;}
.primary-area .text-wrap>div{max-width:38rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D8D2C8;}
.primary-area p{margin:0;font-size:clamp(1rem,1.28vw,15.4px);line-height:1.74;color:#4A4A4A;}
@media (max-width:640px){.primary-area h1{max-width:100%;}.primary-area .open-inner{aspect-ratio:4/3}.primary-area{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.soft-grid{--state-soft:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.soft-grid .main-note{max-width:840px;margin:0 auto;}
.soft-grid h2,.soft-grid p{margin:0;}
.soft-grid h2{font-size:calc(15.4px * 2);line-height:1.18;font-family:"Libre Baskerville", sans-serif;}
.soft-grid p{font-size:15.4px;line-height:1.72;}
.soft-grid a{color:inherit;text-decoration:none;}
.soft-grid .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.22rem;background:var(--tone-card);color:var(--paint-panel);font-size:calc(15.4px * .875);border:1px solid #D8D2C8;transition:background 530ms var(--delay-panel);}
.soft-grid .simple-stack:hover{background:#B8860B;color:#FFFFFF;}
.soft-grid .public-tile{font-size:calc(15.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#4A4A4A;border-left:2px solid #B8860B;padding-left:calc(1.04rem * 0.6);}
.soft-grid .quiet-view{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.5rem;margin-top:var(--state-soft);}
.soft-grid .strip{flex:1 1 calc(840px / 3.2);min-width:0;background:#FFFFFF;color:#2A2A2A;border:1px solid #D8D2C8;border-radius:0.32rem;padding:1.5rem 1.04rem;}
.soft-grid .strip p{font-size:15.4px;line-height:1.72;}
.soft-grid .strip p::before{content:"";display:block;width:calc(1.5rem * 0.8);height:2px;background:#C99700;margin-bottom:calc(1.5rem * .75);color:#FFFFFF;}
.soft-grid .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;}
.soft-grid .quiet-inner>.simple-details{flex:1 1 auto;min-width:0;}
.soft-grid .quiet-inner>.simple-stack{flex:0 0 auto;}
.soft-grid .quiet-inner>.quiet-view{flex:1 1 100%;}
.soft-grid .simple-details h2{margin-top:calc(1.5rem / 2);max-width:calc(840px * 0.85);}
@media (max-width: 640px){.soft-grid .quiet-inner>.simple-stack{width:100%;}.soft-grid .strip{flex:1 1 100%;}
}
.clear-contact{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #F7F5F0;
  color: #2A2A2A;
}
.clear-contact .offer-tile{max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr);
  gap: calc(0.79rem * 1.6);
  align-items: start;}
.clear-contact .fresh-note{
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--tone-card);
  color: var(--paint-panel);
  border-left: 4px solid #C99700;
}
.clear-contact h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.15;
  font-family: "Libre Baskerville", sans-serif;}
.clear-contact .fresh-note p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.4px;
  line-height: 1.6;}
.clear-contact .local-list{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-contact .active-group{
  display: grid;
  grid-template-columns: minmax(5rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #FFFFFF;
  color: #2A2A2A;
  border: 1px solid #D8D2C8;
  transition: box-shadow 530ms var(--delay-panel);
}
.clear-contact .active-group:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.06);}
.clear-contact .local-details{font-size: calc(15.4px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.4;}
.clear-contact h3{margin: 0;
  font-size: calc(15.4px * 1.35);
  line-height: 1.3;}
.clear-contact .active-group p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 15.4px;
  line-height: 1.65;}
.clear-contact small{font-size: calc(15.4px * .875);
  display: block;
  margin-top: calc(calc(1.5rem * .75) * 0.4);
  font-style: italic;}
@media (max-width: 780px) {.clear-contact .offer-tile,
  .clear-contact .active-group{
    grid-template-columns: 1fr;
  }.clear-contact .offer-tile{
    gap: calc(0.79rem * 1.5);
  }.clear-contact .fresh-note{
    border-left: none;
    border-top: 4px solid #C99700;
  }
}
.wide-steps{--state-soft:calc(1.5rem * 1.05);--layer-main:calc(840px / 2.90);padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A;}
.wide-steps .main-note{max-width:840px;margin:0 auto;}
.wide-steps h1,.wide-steps h2,.wide-steps h3,.wide-steps p{margin:0;}
.wide-steps h2{font-size:calc(15.4px * 2);line-height:1.12;font-family:"Libre Baskerville", sans-serif;}
.wide-steps p{font-size:15.4px;line-height:1.72;}
.wide-steps a{color:inherit;text-decoration:none;}
.wide-steps a:hover{color:inherit;}
.wide-steps .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.22rem;background:#B8860B;color:#FFFFFF;font-size:calc(15.4px * .875);}
.wide-steps .simple-stack:hover{background:#9A7209;color:#FFFFFF;}
.wide-steps .service-benefit{display:flex;flex-direction:column;gap:calc(var(--state-soft) * .8);}
.wide-steps details{padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.1);border-radius:0.32rem;background:#FFFFFF;border:1px solid #D8D2C8;color:#2A2A2A;}
.wide-steps summary{cursor:pointer;font-weight:700;font-size:15.4px;line-height:1.4;color:#2A2A2A;}
.wide-steps details p{margin-top:calc(1.5rem / 3);color:#2A2A2A;opacity:.82;}
.wide-steps .quiet-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.wide-steps .simple-details{flex:1 1 auto;min-width:0;}
.wide-steps .simple-details .form{margin-top:1.5rem;max-width:var(--layer-main);}
.wide-steps .service-benefit{flex:1 1 100%;margin-top:calc(1.5rem * .4);}
.wide-steps .media-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:0.79rem;padding-top:calc(1.5rem * .6);border-top:1px solid #D8D2C8;font-size:calc(15.4px * .875);}
.wide-steps .media-copy span{color:#4A4A4A;}
.wide-steps .media-copy a{font-weight:600;}
.service-quote{
    padding: 1.5rem 1.04rem;
    background: #F7F5F0;
    color: #2A2A2A;
    border-bottom: 1px solid #D8D2C8;
}
.service-quote .service-brand{max-width: 840px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(0.79rem * 1.5);}
.service-quote .direct-feature{
    border-radius: 0.6rem;
    overflow: hidden;
    border: 1px solid #D8D2C8;
    background: #FFFFFF;color:#2A2A2A;}
.service-quote .direct-feature img{width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;}
.service-quote .contact-lead{padding: 0 1.04rem;}
.service-quote .text-links{margin: 0 0 0.79rem;
    font-size: calc(15.4px * 2.65);
    line-height: 1.25;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 600;}
.service-quote .soft-quote{margin: 0 0 0.79rem;
    font-size: calc(15.4px * .875);
    letter-spacing: 0.02em;}
.service-quote .contact-items{margin: 0;
    font-size: 15.4px;
    line-height: 1.72;
    max-width: 68ch;}
@media (min-width: 640px) {.service-quote .service-brand{
        grid-template-columns: 1fr;
    }.service-quote .direct-feature img{
        height: 380px;
    }.service-quote .contact-lead{
        padding: 0;
    }
}
.soft-inner{
    padding: calc(1.5rem * 2.4) 1.04rem;
    background: #F7F5F0;
    color: #2A2A2A;
}
.soft-inner .service-brand{max-width: 840px;
    margin: 0 auto;
    display: grid;
    gap: calc(0.79rem * 1.5);}
.soft-inner .direct-feature{border-radius: 0.6rem;
    overflow: hidden;
    border: 1px solid #D8D2C8;
    box-shadow: 0 0px 1px rgba(0,0,0,0.05);}
.soft-inner .direct-feature img{width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;}
.soft-inner .contact-lead{display: grid;
    gap: 1.5rem;}
.soft-inner .soft-quote{margin: 0;
    font-size: calc(15.4px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.soft-inner .text-links{margin: 0;
    font-size: calc(15.4px * 2.65);
    line-height: 1.2;
    max-width: 22ch;}
.soft-inner .contact-items{margin: 0;
    font-size: 15.4px;
    line-height: 1.72;
    max-width: 62ch;}
.soft-inner .form{margin: 0;
    font-size: calc(15.4px * 1.125);
    line-height: 1.6;
    border-left: 3px solid #C99700;
    padding-left: 1.04rem;}
.soft-inner .body-copy{display: grid;
    gap: 1.5rem;
    max-width: 68ch;}
.soft-inner .body-copy p{margin: 0;
    font-size: 15.4px;
    line-height: 1.72;}
.soft-inner .contact-grid{
    background: #EDEAE3;
    color: #4A4A4A;
    padding: calc(0.79rem * 1.5) 1.04rem;
    border-radius: 0.32rem;
    display: grid;
    gap: 1.5rem;
    max-width: 68ch;
}
.soft-inner .contact-grid h2{margin: 0;
    font-size: calc(15.4px * 1.35);}
.soft-inner .contact-grid p{margin: 0;
    font-size: 15.4px;}
.soft-inner .media-copy{margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #D8D2C8;
    display: flex;
    flex-wrap: wrap;
    gap: 1.04rem;
    align-items: center;
    font-size: calc(15.4px * .875);}
.soft-inner .media-copy span{}
.soft-inner .media-copy a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 530ms var(--delay-panel);}
.soft-inner .media-copy a:hover{border-color: #C99700;}
@media (min-width: 720px) {.soft-inner .direct-feature img{
        height: 380px;
    }.soft-inner .contact-lead{
        grid-template-columns: 1fr;
    }
}
.strong-surface{
    padding: calc(1.5rem * 2.4) 1.04rem;
    background: #F7F5F0;
    color: #2A2A2A;
    border-bottom: 1px solid #D8D2C8;
}
.strong-surface .service-brand{max-width: 840px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(0.79rem * 1.5);}
.strong-surface .direct-feature{border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);}
.strong-surface .direct-feature img{width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;}
.strong-surface .contact-lead{max-width: 720px;}
.strong-surface .text-links{margin: 0 0 1.5rem;
    font-family: "Libre Baskerville", sans-serif;
    font-size: calc(15.4px * 2.65);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.strong-surface .soft-quote{margin: 0 0 1.5rem;
    font-size: calc(15.4px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.strong-surface .contact-items{margin: 0;
    font-size: 15.4px;
    line-height: 1.72;
    max-width: 68ch;}
@media (min-width: 768px) {.strong-surface .service-brand{
        grid-template-columns: minmax(0, 1fr);
    }.strong-surface .direct-feature img{
        height: 380px;
    }
}
.focused-note{
    padding: calc(calc(1.5rem * 2.4) * 0.7) 1.04rem;
    background: #F7F5F0;
    color: #2A2A2A;
  }
.focused-note .text-wrap{max-width: min(840px, 68rem);
    margin: 0 auto;}
.focused-note h1{margin: 0;
    max-width: 20ch;
    font-size: clamp(2rem, 4.6vw, calc(15.4px * 2.65));
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: "Libre Baskerville", sans-serif;}
.focused-note .form{max-width: 42rem;
    margin-top: calc(1.5rem * 0.9);
    padding-top: calc(1.5rem * 0.6);
    border-top: 1px solid #D8D2C8;}
.focused-note p{margin: 0;
    font-size: clamp(1rem, 1.2vw, 15.4px);
    line-height: 1.7;
    color: #4A4A4A;}
@media (max-width: 640px) {.focused-note{
      padding-top: calc(calc(1.5rem * 2.4) * 0.5);
      padding-bottom: calc(calc(1.5rem * 2.4) * 0.5);
    }.focused-note h1{
      max-width: 100%;
    }
  }
.text-copy{
  background: #ffffff;
  color: #1a1a1a;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.text-copy .main-note{max-width: min(840px, 56rem);
  margin: 0 auto;}
.text-copy .text-wrap{display: flex;
  flex-direction: column;
  gap: calc(calc(0.79rem * 1.5) * 1.2);}
.text-copy .compact-lead{display: grid;
  gap: 1.5rem;}
.text-copy h2{margin: 0;
  font-size: clamp(calc(15.4px * 2), 4.5vw, calc(15.4px * 2.65));
  line-height: 1.1;
  letter-spacing: -0.01em;}
.text-copy .compact-lead p{margin: 0;
  max-width: 42rem;
  color: #4a4a4a;
  font-size: 15.4px;
  line-height: 1.7;}
.text-copy .clear-service{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: calc(0.79rem * 1.5);
  border-top: 2px solid #1a1a1a;}
.text-copy .secondary-entries{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  min-width: 0;}
.text-copy .secondary-entries span,
.text-copy .bottom-items legend{font-size: calc(15.4px * .875);
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.02em;}
.text-copy input,
.text-copy textarea{
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d8d2c8;
  background: transparent;
  color: #1a1a1a;
  padding: calc(calc(1.5rem * .75) * 0.6) 0;
  font: inherit;
  resize: vertical;
}
.text-copy input::placeholder,
.text-copy textarea::placeholder{color: #6b6b6b;}
.text-copy input:focus,
.text-copy textarea:focus{outline: none;
  border-bottom-color: #b8860b;}
.text-copy .content-visual{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;}
.text-copy .bottom-items{border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-copy .public-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.text-copy .public-plan label{display: flex;
  align-items: center;
  gap: calc(0.79rem * 0.5);
  font-size: calc(15.4px * .875);
  color: #4a4a4a;
  cursor: pointer;}
.text-copy .public-plan input{width: auto;
  accent-color: #b8860b;}
.text-copy .visual-frame{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: calc(1.5rem * .75);}
.text-copy .visual-frame span{max-width: 30rem;
  color: #4a4a4a;
  font-size: calc(15.4px * .875);
  line-height: 1.6;}
.text-copy button{
  border: 0;
  border-radius: 0.22rem;
  background: #b8860b;
  color: #ffffff;
  padding: calc(calc(1.5rem * .75) * 0.8) 1.5rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 530ms var(--delay-panel);
}
.text-copy button:hover{
  background: #9a7209;
}
@media (max-width: 640px) {.text-copy .content-visual{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.text-copy .visual-frame{
    align-items: flex-start;
    flex-direction: column;
  }.text-copy button{
    width: 100%;
  }
}
.media-steps{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #F7F5F0;
  color: #2A2A2A;
}
.media-steps .main-note{max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: calc(0.79rem * 1.5);
  align-items: start;}
.media-steps .compact-lead{padding-right: calc(0.79rem * 1.5);}
.media-steps .line{margin: 0 0 1.5rem;
  font-size: calc(15.4px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;}
.media-steps h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.15;}
.media-steps .compact-lead > p:not(.line){margin: 1.5rem 0 0;
  font-size: 15.4px;
  line-height: 1.72;}
.media-steps .steady-story{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(0.79rem * 1.5);}
.media-steps .steady-story a{text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: color-mix(in srgb, #B8860B 40%, transparent);}
.media-steps .steady-story a:hover{text-decoration-color: currentColor;}
.media-steps .quiet-view{border-top: 1px solid #D8D2C8;}
.media-steps .content-visual{display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.79rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D8D2C8;}
.media-steps .secondary-team{font-size: calc(15.4px * .875);
  padding-top: 0.1em;}
.media-steps .focused-intro{margin: 0;
  font-size: 15.4px;
  line-height: 1.72;
  overflow-wrap: anywhere;}
.media-steps a.value{text-decoration: none;}
.media-steps a.value:hover{text-decoration: underline;
  text-underline-offset: 0.2em;}
@media (max-width: 720px) {.media-steps .main-note{
    grid-template-columns: 1fr;
  }.media-steps .compact-lead{
    padding-right: 0;
  }
}
@media (max-width: 480px) {.media-steps .content-visual{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }
}
.focused-brand{padding:calc(1.5rem * 2.4) 1.04rem;background:var(--tone-card);color:var(--paint-panel)}
.focused-brand .primary-body{max-width:min(840px,64rem);margin:0 auto}
.focused-brand h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.05}
.focused-brand .public-tile{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(15.4px * 1.125);color:color-mix(in srgb,currentColor 72%,transparent)}
.focused-brand .clear-frame{padding:calc(1.5rem * .75) 0 0.79rem;border-top:1px solid #D8D2C8}
.focused-brand .clear-frame:last-child{border-bottom:1px solid #D8D2C8}
.focused-brand h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 1.35);line-height:1.2}
.focused-brand .clear-frame p{margin:0;color:color-mix(in srgb,currentColor 72%,transparent)}
.offer-links{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A}
.offer-links .simple-lead{max-width:min(840px,62rem);margin:0 auto}
.offer-links .compact-lead{border-bottom:2px solid #D8D2C8;padding-bottom:calc(0.79rem * 1.5);margin-bottom:calc(0.79rem * 1.5)}
.offer-links h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08;font-family:"Libre Baskerville", sans-serif}
.offer-links .page-entries{margin:1.5rem 0 0;font-size:15.4px;line-height:1.72;max-width:58ch}
.offer-links .public-callout{display:flex;flex-direction:column}
.offer-links .public-tile{padding:calc(0.79rem * 1.5) 0;border-bottom:1px solid #D8D2C8}
.offer-links .public-tile:first-child{padding-top:0}
.offer-links .public-tile h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 1.35);line-height:1.25;}
.offer-links .public-tile p{margin:0;font-size:15.4px;line-height:1.72;}
.offer-links .service-header{margin-top:calc(0.79rem * 1.5);font-size:calc(15.4px * .875);}
.offer-links .service-header p{margin:0;font-style:italic}
@media (max-width:640px){.offer-links .page-entries{font-size:15.4px}.offer-links h2{font-size:calc(15.4px * 2)}
}
.offer-menu{
    padding:calc(calc(1.5rem * 2.4) * .7) 1.04rem;
    background:#F7F5F0;
    color:#2A2A2A;
  }
.offer-menu .text-wrap{max-width:min(840px, 46rem);
    margin:0 auto;}
.offer-menu h1{margin:0;
    font-size:clamp(2rem, 4.6vw, calc(15.4px * 2.65));
    line-height:1.12;
    font-weight:600;
    letter-spacing:-0.01em;}
.offer-menu .form{max-width:36rem;
    margin-top:clamp(1.1rem, 2.4vw, calc(0.79rem * 1.5));
    padding-top:clamp(.9rem, 1.8vw, 1.5rem);
    border-top:1px solid #D8D2C8;}
.offer-menu p{margin:0;
    font-size:clamp(1rem, 1.2vw, 15.4px);
    line-height:1.75;
    color:#4A4A4A;}
@media (max-width:640px){.offer-menu{
      padding-top:calc(calc(1.5rem * 2.4) * .5);
      padding-bottom:calc(calc(1.5rem * 2.4) * .5);
    }.offer-menu h1{
      font-size:clamp(1.7rem, 7vw, 2.2rem);
    }
  }
.site-grid{--state-soft:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 1.04rem;background:#B8860B;color:#FFFFFF;}
.site-grid .main-note{max-width:840px;margin:0 auto;display:flex;flex-direction:column;}
.site-grid h1,.site-grid h2,.site-grid h3,.site-grid p{margin:0;}
.site-grid h2{font-size:calc(15.4px * 2);line-height:1.12;max-width:34ch;}
.site-grid p{font-size:15.4px;line-height:1.72;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-grid a{color:inherit;text-decoration:none;}
.site-grid .simple-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#FFFFFF;color:#B8860B;margin-top:1.5rem;font-weight:600;}
.site-grid .simple-stack:hover{background:#C99700;color:#FFFFFF;}
.site-grid .secondary-footer>h2,.site-grid .secondary-footer>p,.site-grid .secondary-footer>.simple-stack{margin-top:1.5rem;}
.site-grid .public-tile{font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 60%, transparent);}
.site-grid .simple-details{max-width:62ch;}
.site-grid .media-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.04rem;margin-top:calc(1.5rem * 1.6);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15.4px * .875);}
.site-grid .media-copy span{color:color-mix(in srgb, currentColor 60%, transparent);}
.site-grid .media-copy a{text-decoration:underline;text-underline-offset:0.2em;text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);}
.site-grid .media-copy a:hover{text-decoration-color:currentColor;}
.plain-tile{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: var(--tone-card);
  color: var(--paint-panel);
}
.plain-tile .main-note{max-width: min(840px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: calc(0.79rem * 1.5);
  align-items: start;}
.plain-tile .line{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.4px * .875);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C99700;}
.plain-tile h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.08;}
.plain-tile .simple-details > p{margin: calc(1.5rem * .75) 0 0;
  max-width: 42rem;
  opacity: 0.82;
  font-size: calc(15.4px * 1.125);}
.plain-tile .media-copy{margin-top: calc(0.79rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.plain-tile .media-copy a{color: #C99700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 530ms var(--delay-panel);}
.plain-tile .media-copy a:hover{border-color: #C99700;}
.plain-tile .fresh-headline{
  padding: calc(0.79rem * 1.5);
  border-radius: 0.6rem;
  background: #F7F5F0;
  color: #2A2A2A;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.plain-tile .fresh-headline strong{font-size: calc(15.4px * 1.35);
  line-height: 1.2;}
.plain-tile .fresh-headline > p{margin: 0;color:inherit;}
.plain-tile .quiet-brand{display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.79rem;
  align-items: baseline;}
.plain-tile .quiet-brand span{font-size: calc(15.4px * .875);color:inherit;}
.plain-tile .quiet-brand a{color: #B8860B;
  text-decoration: none;
  word-break: break-word;}
.plain-tile .quiet-brand a:hover{color: #C99700;}
.plain-tile .quiet-brand p{margin: 0;
  font-size: calc(15.4px * .875);color:inherit;}
.plain-tile .public-tile{display: block;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8D2C8;color:inherit;
  font-size: calc(15.4px * .875);}
@media (max-width: 760px) {.plain-tile .main-note{
    grid-template-columns: 1fr;
  }.plain-tile .quiet-brand{
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.offset--lost{padding:calc(1.5rem * 2.4) 1.04rem;background:#F7F5F0;color:#2A2A2A}
.offset--lost .main-note{max-width:840px;margin:0 auto}
.offset--lost .top-contact{display:flex;gap:calc(0.79rem * 1.5);align-items:flex-start}
.offset--lost .form{flex:1 1 38rem;min-width:0}
.offset--lost .form p{margin:0 0 1.5rem;max-width:28rem;font-size:calc(15.4px * .875);line-height:1.72;color:#4A4A4A;text-transform:uppercase;letter-spacing:.12em}
.offset--lost h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.1;max-width:18ch}
.offset--lost .strong-tile{flex:0 1 30rem;min-width:0;padding-top:calc(1.5rem * .75)}
.offset--lost .direct-rail{margin:0;line-height:1.72;color:#2A2A2A}
.offset--lost .media-copy{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(0.79rem * 1.5)}
.offset--lost .media-copy a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D8D2C8;color:inherit;text-decoration:none;font-weight:600}
.offset--lost .media-copy a:hover{color:inherit;}
.offset--lost .public-tile{margin:calc(0.79rem * 1.5) 0 0;font-size:calc(15.4px * .875);line-height:1.72;color:#4A4A4A}
@media(max-width:760px){.offset--lost .top-contact{display:block}.offset--lost h2{font-size:calc(15.4px * 2)}.offset--lost .strong-tile{margin-top:calc(0.79rem * 1.5);padding-top:0}}
