:root {
  --speed-fast: cubic-bezier(0.16,1,0.3,1);
  --surface-cool: #ffffff;
  --tone-page: #24211d;
  --tone-secondary: #d9d0c0;
  --ink-primary: #24211d;
  --line-dark: #244238;
  --line-warm: #a45f2a;
}
body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
header {
    width: 100%;
    background: #244238;
    color: #faf8f1;
    border-bottom: 1px solid var(--tone-secondary);
  }
.visual-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: calc(1.3rem * 1.5) 1.96rem;
    display: flex;
    align-items: center;
    gap: 1.3rem;
  }
.bottom-region {
    font-size: calc(19.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #faf8f1;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.bottom-region:hover,
  .bottom-region:focus-visible {
    color: var(--line-warm);
    outline: none;
  }
.focused-lead {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.featured-quote {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.96rem;
  }
.featured-quote a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.2px;
    color: #faf8f1;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 440ms var(--speed-fast),
                border-color 440ms var(--speed-fast);
  }
.featured-quote a:hover,
  .featured-quote a:focus-visible {
    color: var(--line-warm);
    border-bottom-color: var(--line-warm);
    outline: none;
  }
.block {
    flex-shrink: 0;
  }
.top-form {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--line-warm);
    color: #fff7ed;
    border-radius: 0.56rem;
    font-size: calc(19.2px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.18);
    transition: background 440ms var(--speed-fast),
                transform 440ms var(--speed-fast);
  }
.top-form:hover,
  .top-form:focus-visible{
    background: #874b20;
    transform: translateY(-1px);
    outline: none;color:var(--ink-primary);}
.primary-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #faf8f1;
    border-radius: 0.32rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.public-callout{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #faf8f1;
    border-radius: 2px;
    transition: transform 440ms var(--speed-fast),
                opacity 440ms var(--speed-fast);color:var(--ink-primary);}
.primary-content[aria-expanded="true"] .public-callout:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.primary-content[aria-expanded="true"] .public-callout:nth-child(2) {
    opacity: 0;
  }
.primary-content[aria-expanded="true"] .public-callout:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .visual-shell {
      flex-wrap: wrap;
      padding: calc(1.3rem * 1.5) 1.96rem;
    }

    .primary-content {
      display: flex;
      margin-left: auto;
    }

    .block {
      order: 3;
      width: 100%;
      margin-top: calc(1.3rem * 1.5);
      display: none;
    }

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

    .focused-lead {
      order: 4;
      width: 100%;
      display: none;
      margin-top: calc(1.3rem * 1.5);
    }

    .focused-lead.is-open {
      display: block;
    }

    .featured-quote {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.3rem * 1.5);
      padding: calc(1.5rem * .75);
      background: var(--surface-cool);
      color: var(--ink-primary);
      border: 1px solid var(--tone-secondary);
      border-radius: 1rem;
    }

    .featured-quote a {
      color: var(--ink-primary);
      font-size: 19.2px;
    }

    .featured-quote a:hover,
    .featured-quote a:focus-visible {
      color: var(--line-warm);
    }
  }
@media (min-width: 768px) {
    .focused-lead {
      margin-left: calc(1.3rem * 1.5);
    }

    .block {
      margin-left: auto;
    }
  }
.main-summary{font-family:"Space Grotesk", sans-serif;font-size:calc(19.2px * .875);line-height:1.81;width:100%;padding:0;background:#244238;color:#faf8f1;}
.service-region{max-width:1280px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.96rem;display:flex;flex-direction:column;gap:calc(1.3rem * 1.5)}
.compact-fields{display:grid;grid-template-columns:minmax(220px, 1fr) 2.4fr;gap:calc(1.5rem * .75);align-items:start}
.featured-view{display:flex;flex-direction:column;gap:1.5rem}
.local-media{color:inherit;text-decoration:none;font-size:calc(19.2px * 1.125);font-weight:600;letter-spacing:0.01em}
.local-media:hover{color:inherit;opacity:0.85}
.steady-group{margin:0;max-width:32ch;opacity:0.78}
.quiet-proof{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.plain-body{display:flex;flex-direction:column;gap:1.5rem}
.strong-lead{margin:0;font-size:19.2px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.top-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.top-contact a{color:inherit;text-decoration:none;opacity:0.85;transition:opacity 440ms var(--speed-fast)}
.top-contact a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.text-summary{display:flex;flex-direction:column;gap:0.5rem}
.bottom-flow{margin:0;display:flex;flex-direction:column;gap:0.15rem}
.public-fields{font-size:calc(19.2px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.65}
.contact-block{color:inherit;text-decoration:none;opacity:0.92}
a.footer-contact-value:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.text-menu{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.3rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.focused-steps{margin:0;max-width:90ch;font-size:calc(19.2px * .875);opacity:0.75}
.public-steps{margin:0;font-size:calc(19.2px * .875);opacity:0.65}
@media (max-width: 900px) {.compact-fields{grid-template-columns:1fr}.quiet-proof{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.quiet-proof{grid-template-columns:1fr}.service-region{padding:calc(1.3rem * 1.5) 1.96rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .secondary-quote{max-width:1280px;margin:0 auto;padding:calc(1.5rem * .8) 1.96rem;background:var(--surface-cool);border:1px solid var(--tone-secondary);border-radius:1rem 1rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 1.3rem;align-items:center;justify-content:space-between;color:var(--ink-primary);}
.cookies .plain-shell{flex:1 1 420px;}
.cookies .plain-shell strong{display:block;margin-bottom:4px;}
.cookies .plain-shell p{margin:0;}
.cookies .plain-lead{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .plain-lead button{border:1px solid var(--tone-secondary);background:var(--surface-cool);color:var(--ink-primary);border-radius:0.32rem;padding:8px 12px;cursor:pointer;}
.cookies .plain-lead button.cookie-accept{background:var(--line-warm);color:#fff7ed;border-color:transparent;font-weight:700;}
.narrow-fields{
  padding:calc(1.5rem * 2.4) 1.96rem;
  background:linear-gradient(rgba(4,12,28,.78),rgba(4,12,28,.86)),url("https://images.pexels.com/photos/1181671/pexels-photo-1181671.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#0a1526;
  color:#faf8f1;
}
.narrow-fields .open-shell{max-width:1280px;
  margin:0 auto;}
.narrow-fields h1,
.narrow-fields p{margin:0;}
.narrow-fields .active-contact{display:flex;
  align-items:flex-start;
  gap:1.3rem;}
.narrow-fields .media-steps{flex:0 1 calc(1280px / 4);
  font-size:calc(19.2px * .875);
  line-height:1.81;
  letter-spacing:.02em;
  padding-top:.35rem;
  border-top:1px solid rgba(250,248,241,.28);
  color:rgba(250,248,241,.72);}
.narrow-fields .plain-footer{flex:1 1 auto;
  min-width:0;}
.narrow-fields h1{font-size:calc(19.2px * 2.65);
  line-height:1.08;}
.narrow-fields .plain-footer p{margin-top:1.5rem;
  font-size:calc(19.2px * 1.125);
  line-height:1.81;
  max-width:calc(1280px / 2.2);
  color:rgba(250,248,241,.82);}
.narrow-fields .direct-details{
  display:inline-flex;
  margin-top:1.5rem;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:var(--line-warm);
  color:#fff7ed;
  text-decoration:none;
  transition:background 440ms var(--speed-fast);
}
.narrow-fields .direct-details:hover{
  background:#874b20;color:var(--ink-primary);}
@media(max-width:760px){.narrow-fields .active-contact{
    flex-direction:column;
  }.narrow-fields .media-steps{
    flex:1 1 auto;
    width:100%;
  }
}
.fresh-actions{padding:calc(1.5rem * 2.4) 1.96rem;background:#244238;color:#faf8f1}
.fresh-actions .open-shell{max-width:1280px;margin:0 auto}
.fresh-actions .simple-wrap{margin:0;font-size:calc(19.2px * 1.125);line-height:1.81}
.fresh-actions h2{margin:1.5rem 0 calc(1.3rem * 1.5);font-size:calc(19.2px * 2.65);line-height:1.05}
.fresh-actions .strong-service{display:flex;flex-wrap:wrap;gap:1.3rem}
.fresh-actions [data-voice]{flex:1 1 22rem;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--tone-secondary)}
.fresh-actions h3{margin:0;font-size:calc(19.2px * 1.35)}
.fresh-actions [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:620px){.fresh-actions [data-voice]{flex:1 1 100%}}
.bottom-benefit{padding:calc(1.5rem * 2.4) 0;background:#faf8f1;color:#24211d;}
.bottom-benefit .secondary-quote{max-width:1280px;margin:0 auto;padding:0 1.96rem;}
.bottom-benefit .narrow-media{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.3rem;margin-bottom:calc(1.3rem * 1.5);}
.bottom-benefit .offer-surface{margin:0;font-size:calc(19.2px * 2);flex:1 1 320px;}
.bottom-benefit .clear-wrap{margin:0;flex:1 1 380px;font-size:19.2px;color:var(--tone-page);}
.bottom-benefit .track{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.bottom-benefit .top-benefit{display:flex;flex-wrap:wrap;gap:1.3rem;background:var(--surface-cool);color:var(--ink-primary);border:1px solid var(--tone-secondary);border-radius:1rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.18);transition:box-shadow 440ms var(--speed-fast),transform 440ms var(--speed-fast);}
.bottom-benefit .top-benefit:hover{box-shadow:0 8px 24px rgba(0,0,0,0.23);transform:translateY(-3px);}
.bottom-benefit .page-story{flex:1 1 260px;min-width:0;}
.bottom-benefit .team-footer{display:block;width:100%;height:100%;min-height:220px;object-fit:cover;}
.bottom-benefit .page-items{flex:2 1 420px;min-width:0;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:1.5rem;}
.bottom-benefit .contact-body{align-self:flex-start;padding:4px 12px;border-radius:0.32rem;background:var(--line-warm);color:#fff7ed;font-size:calc(19.2px * .875);}
.bottom-benefit .page-items h3{margin:0;font-size:calc(19.2px * 1.35);}
.bottom-benefit .page-items p{margin:0;font-size:19.2px;line-height:1.81;}
.bottom-benefit .site-service{margin-top:auto;align-self:flex-start;padding:10px 26px;border-radius:0.56rem;border:1px solid var(--line-dark);background:var(--line-dark);color:#faf8f1;font-size:calc(19.2px * .875);text-decoration:none;transition:background 440ms var(--speed-fast),border-color 440ms var(--speed-fast);}
.bottom-benefit .site-service:hover{background:#31594c;border-color:#31594c;color:#faf8f1;}
@media (max-width:720px){.bottom-benefit .top-benefit{flex-direction:column;}.bottom-benefit .team-footer{min-height:180px;}
}
.steady-inner{--mark-control:calc(1.5rem * 1.18);--axis-content:1px;padding:calc(1.5rem * 2.4) 1.96rem;background:var(--line-dark);color:#faf8f1;}
.steady-inner .open-shell{max-width:1280px;margin:0 auto;}
.steady-inner h2,.steady-inner h3,.steady-inner p{margin:0;}
.steady-inner h2{font-size:calc(19.2px * 2);line-height:1.14;}
.steady-inner h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.steady-inner p{font-size:19.2px;line-height:1.81;color:color-mix(in srgb, currentColor 72%, transparent);}
.steady-inner a{color:inherit;text-decoration:none;}
.steady-inner .clear-wrap{margin-top:1.5rem;}
.steady-inner .track{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--mark-control) * 1.1);border-top:var(--axis-content) solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-inner .top-benefit{min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:var(--axis-content) solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-inner .top-benefit p{margin-top:calc(1.5rem / 3.4);}
.steady-inner .top-benefit a{display:inline-flex;align-items:center;gap:calc(1.3rem / 2.6);margin-top:calc(1.5rem / 2.4);font-size:calc(19.2px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.82;transition:opacity 440ms var(--speed-fast),transform 440ms var(--speed-fast);}
.steady-inner .top-benefit a::after{content:"";width:calc(1.3rem * 1.1);height:var(--axis-content);background:currentColor;opacity:.7;}
.steady-inner .top-benefit a:hover{opacity:1;transform:translateX(calc(1.3rem / 3));}
@media (min-width:760px){.steady-inner .top-benefit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);column-gap:calc(1.3rem * 1.6);align-items:start;}.steady-inner .top-benefit h3{grid-column:1;}.steady-inner .top-benefit p{grid-column:2;margin-top:0;}.steady-inner .top-benefit a{grid-column:2;margin-top:calc(1.5rem / 2.6);}
}
.top-figure{--mark-control:calc(1.5rem * 1.32);--gutter-panel:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 1.96rem;background:#faf8f1;color:#24211d;}
.top-figure .open-shell{max-width:1280px;margin:0 auto;}
.top-figure h2,.top-figure h3,.top-figure p{margin:0;}
.top-figure h2{font-size:calc(19.2px * 2);line-height:1.12;}
.top-figure h3{font-size:calc(19.2px * 1.35);line-height:1.24;}
.top-figure p{font-size:19.2px;line-height:1.81;color:var(--tone-page);}
.top-figure a{color:inherit;text-decoration:none;}
.top-figure .strong-block{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.3rem;}
.top-figure .plain-footer{flex:1 1 22rem;min-width:0;}
.top-figure .plain-footer .clear-wrap{margin-top:calc(1.3rem * 1.5);}
.top-figure .direct-details{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.32rem;background:var(--line-dark);color:#faf8f1;transition:background 440ms var(--speed-fast);}
.top-figure .direct-details:hover{background:#31594c;color:var(--ink-primary);}
.top-figure .strong-benefit{flex:1 1 100%;margin-top:calc(1.5rem * 2.4);display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-secondary);}
.top-figure .top-benefit{padding:var(--gutter-panel) 0;border-bottom:1px solid var(--tone-secondary);}
.top-figure .top-benefit p{margin-top:calc(1.5rem / 3.2);}
@media (min-width:900px){.top-figure .top-benefit{display:grid;grid-template-columns:minmax(14rem,1fr) minmax(0,1.6fr);gap:1.3rem;align-items:start;}.top-figure .top-benefit p{margin-top:0;}
}
.text-contact{
  background: #ece7dc;
  color: var(--tone-page);
  padding: calc(1.5rem * 2.4) 1.96rem;
}
.text-contact .open-shell{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  align-items: stretch;}
.text-contact .plain-footer{display: flex;
  flex-direction: column;
  gap: calc(1.3rem * 1.5);
  flex: 1 1 30rem;
  min-width: 0;}
.text-contact .open-header{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.3rem;
  flex: 1 1 22rem;
  min-width: 0;}
.text-contact h2,
.text-contact p{margin: 0;}
.text-contact h2{font-size: calc(19.2px * 2);
  line-height: 1.08;}
.text-contact .plain-footer > p{font-size: calc(19.2px * 1.125);
  line-height: 1.81;}
.text-contact .contact-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.3rem * 1.5);}
.text-contact .contact-footer div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.56rem;
  background: var(--surface-cool);
  color: var(--ink-primary);
  border: 1px solid var(--tone-secondary);
}
.text-contact strong{font-size: calc(19.2px * 1.35);
  line-height: 1.16;
  flex: 1 1 12rem;
  min-width: 0;}
.text-contact span{line-height: 1.81;
  flex: 1 1 18rem;
  min-width: 0;}
@media (max-width: 860px) {.text-contact .open-header{ min-height: 18rem; }
}
.featured-details{--mark-control:calc(1.5rem * 1.35);--state-soft:calc(1280px / 2.50);--label-heading:calc(1280px / 3.66);padding:calc(1.5rem * 2.4) 1.96rem;background:#faf8f1;color:#24211d;}
.featured-details .open-shell{max-width:1280px;margin:0 auto;}
.featured-details h2,.featured-details h3,.featured-details p{margin:0;}
.featured-details h2{font-size:calc(19.2px * 2);line-height:1.12;}
.featured-details h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.featured-details p{font-size:19.2px;line-height:1.81;color:var(--tone-page);}
.featured-details img{display:block;width:100%;height:auto;border-radius:0.56rem;}
.featured-details .clear-wrap{margin-top:1.5rem;}
.featured-details .track{display:flex;flex-direction:column;gap:var(--mark-control);}
.featured-details .top-benefit{min-width:0;}
.featured-details .top-benefit p{margin-top:calc(1.5rem / 3);}
.featured-details .focused-visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.3rem;}
.featured-details .focused-visual>.plain-footer{flex:1 1 calc(1280px / 3);min-width:0;}
.featured-details .focused-visual>.track{flex:2 1 calc(1280px / 2);}
.featured-details .focused-visual>img{margin-left:auto;max-width:var(--label-heading);}
@media (max-width:860px){.featured-details .focused-visual>img{margin-left:0;max-width:100%;}
}
.public-body{
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.96rem;
  overflow: hidden;
}
.public-body .open-shell{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.3rem * 1.5);}
.public-body h2,
.public-body h3,
.public-body p{margin: 0;}
.public-body h2{font-size: calc(19.2px * 2.65); line-height: 1.04;}
.public-body h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.public-body p{font-size: 19.2px; line-height: 1.81;}
.public-body .local-story{display: grid;
  gap: 1.5rem;}
.public-body .visual-region{
  display: grid;
  grid-template-columns: minmax(10rem, .26fr) minmax(0, 1fr);
  gap: 1.3rem;
  padding: 1.5rem;
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #244238 0%, #a45f2a 100%);
  color: #faf8f1;
}
.public-body .visual-region p:first-child{font-size: calc(19.2px * 1.125);
  line-height: 1.2;}
.public-body .strong-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.public-body .page-copy{
  flex: 1 1 15rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--surface-cool);
  color: var(--ink-primary);
  border: 1px solid var(--tone-secondary);
  text-decoration: none;
  transition: border-color 440ms var(--speed-fast);
}
.public-body .page-copy:hover{border-color: var(--line-warm);}
.public-body .page-copy span{font-size: calc(19.2px * .875);}
@media (max-width: 760px) {.public-body h2{ font-size: clamp(calc(19.2px * 2), 12vw, calc(19.2px * 2.65)); }.public-body .visual-region{ grid-template-columns: 1fr; }
}
.featured-copy{padding:calc(1.5rem * 2.4) 1.96rem;background:var(--line-dark);color:#faf8f1}
.featured-copy .open-shell{max-width:1280px;margin:0 auto;display:flex;gap:calc(1.3rem * 1.5);align-items:flex-start}
.featured-copy .simple-wrap{flex:1 1 0;padding:1.3rem 0}
.featured-copy h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.05}
.featured-copy .simple-wrap p{margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.81}
.featured-copy ul{list-style:none;margin:calc(1.3rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-copy li{line-height:1.81}
.featured-copy li span{display:inline-block;min-width:7rem;margin-right:calc(1.5rem * .75);font-size:calc(19.2px * .875);font-weight:700}
.featured-copy form{flex:0 1 calc(1280px*.38);background:var(--surface-cool);color:var(--ink-primary);border:1px solid var(--tone-secondary);border-radius:1.3rem;padding:1.3rem;box-shadow:0 24px 38px rgba(0,0,0,0.29)}
.featured-copy .secondary-method{display:flex;flex-direction:column;gap:1.5rem}
.featured-copy label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.2px * .875)}
.featured-copy input{width:100%;border:0;border-bottom:1px solid color-mix(in srgb,currentColor 32%,transparent);border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.featured-copy input:focus{border-color:rgba(34, 211, 238, 0.55)}
.featured-copy button{width:100%;margin-top:calc(1.3rem * 1.5);border:0;border-radius:0.56rem;background:var(--line-warm);color:#fff7ed;font:inherit;padding:calc(1.5rem * .75);cursor:pointer;transition:background 440ms var(--speed-fast)}
.featured-copy button:hover{background:#874b20;color:var(--ink-primary);}
@media(max-width:780px){.featured-copy .open-shell{display:block}.featured-copy form{margin-top:1.5rem}}
.team-copy{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.96rem;
}
.team-copy .open-shell{max-width:1280px;
  margin:0 auto;}
.team-copy .simple-wrap{display:flex;
  flex-wrap:wrap;
  gap:calc(1.3rem * 1.5);
  align-items:flex-start;}
.team-copy h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.1;}
.team-copy .simple-wrap p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-page);
  line-height:1.81;}
.team-copy .wide-frame{margin-top:calc(1.3rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.3rem;}
.team-copy .wide-frame a{
  flex:1 1 17rem;
  min-width:0;
  color:#24211d;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--surface-cool);
  border:1px solid var(--tone-secondary);
  border-radius:1rem;
  transition:border-color 440ms var(--speed-fast);
}
.team-copy .wide-frame a:hover{border-color:var(--line-warm);}
.team-copy .wide-frame strong,
.team-copy .wide-frame span{display:block;}
.team-copy .wide-frame strong{font-size:19.2px;}
.team-copy .wide-frame span{margin-top:.4rem;
  color:var(--tone-page);
  line-height:1.81;
  font-size:calc(19.2px * .875);}
.team-copy .media-steps{
  margin-top:calc(1.3rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#ece7dc;
  color:var(--tone-page);
  border-radius:0.56rem;
}
.team-copy .media-steps p{margin:0;
  line-height:1.81;}
.team-copy .direct-details{
  display:inline-flex;
  margin-top:calc(1.3rem * 1.5);
  background:var(--line-dark);
  color:#faf8f1;
  text-decoration:none;
  border-radius:1.3rem;
  padding:.75rem 1.2rem;
  transition:background 440ms var(--speed-fast);
}
.team-copy .direct-details:hover{
  background:#31594c;color:var(--ink-primary);}
@media (max-width:680px){.team-copy .simple-wrap{display:block}.team-copy .simple-wrap p{margin-top:1.5rem}.team-copy .wide-frame{display:block}.team-copy .wide-frame a{display:block;margin-top:1.3rem}
}
.plain-quote{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
}
.plain-quote .open-shell{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;}
.plain-quote .focused-content{margin: 0 0 calc(1.3rem * 1.5);
  padding: 1.5rem 0;}
.plain-quote h2{margin: 0;
  font-size: calc(19.2px * 2.65);
  line-height: 1.05;}
.plain-quote .focused-content p{margin: 1.5rem 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.81;}
.plain-quote .secondary-group{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.3rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.plain-quote .secondary-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;}
.plain-quote .secondary-brand p{margin: 0;
  line-height: 1.81;}
.plain-quote .secondary-brand p:first-child{font-size: 19.2px;}
.plain-quote .secondary-brand p:last-child{max-width: 30rem;
  opacity: .85;}
.plain-quote .plain-lead{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.plain-quote .plain-lead a{color: inherit;
  font-size: calc(19.2px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.plain-quote .secondary-story{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: calc(1.3rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-quote .secondary-story a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.81;}
.plain-quote .secondary-story span{display: block;
  font-size: calc(19.2px * .875);
  opacity: .65;}
@media (max-width: 720px) {.plain-quote .secondary-group,
  .plain-quote .secondary-brand{
    display: block;
  }.plain-quote .secondary-brand p + p{
    margin-top: calc(1.5rem * .75);
  }.plain-quote .plain-lead{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.hero{padding:calc(1.5rem * 2.4) 1.96rem;background:#faf8f1;color:#24211d}
.hero .open-shell{max-width:min(1280px,58rem);margin:0 auto}
.hero .simple-wrap{max-width:none}
.hero h2{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.hero .simple-wrap p{margin:1.5rem 0 0;color:var(--tone-page);line-height:1.81}
.hero .secondary-section{margin-top:calc(1.3rem * 1.5);border-top:1px solid var(--tone-secondary)}
.hero details{padding:1.5rem 0;border-bottom:1px solid var(--tone-secondary)}
.hero summary{cursor:pointer;font-size:calc(19.2px * 1.35);line-height:1.2;list-style:none}
.hero summary::-webkit-details-marker{display:none}
.hero summary::after{content:"+";float:right;font-size:19.2px;color:var(--tone-page)}
.hero details[open] summary::after{content:"-"}
.hero details p{margin:1.5rem 0 0;color:var(--tone-page);line-height:1.81}
@media(max-width:720px){.hero .secondary-section{margin-top:calc(1.5rem * .75)}.hero summary{font-size:19.2px}
}
.page-frame{--mark-control:calc(1.5rem * 1.42);--state-soft:calc(1280px / 2.30);--label-heading:calc(1280px / 3.66);padding:calc(1.5rem * 2.4) 1.96rem;background:var(--line-dark);color:#faf8f1;}
.page-frame .open-shell{max-width:1280px;margin:0 auto;}
.page-frame h1,.page-frame h2,.page-frame h3,.page-frame p{margin:0;}
.page-frame h1{font-size:calc(19.2px * 2.65);line-height:1.08;}
.page-frame h2{font-size:calc(19.2px * 2);line-height:1.12;}
.page-frame h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.page-frame p{font-size:19.2px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.page-frame a{color:inherit;text-decoration:none;}
.page-frame img{display:block;width:100%;height:auto;border-radius:0.56rem;}
.page-frame .direct-details{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.32rem;background:#faf8f1;color:var(--line-dark);}
.page-frame .clear-wrap,.page-frame .media-steps{}
.page-frame .track{display:flex;flex-wrap:wrap;gap:var(--mark-control);margin-top:var(--mark-control);}
.page-frame .top-benefit{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.56rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.page-frame .top-benefit p,.page-frame .top-benefit a{margin-top:calc(1.5rem / 3);}
.page-frame .top-benefit img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.page-frame .public-plan>.track{margin-top:var(--mark-control);}
.page-frame .public-plan>h2{margin-top:var(--mark-control);}
.public-footer{padding:calc(1.5rem * 2.4) 1.96rem;background:#faf8f1;color:#24211d;}
.public-footer .open-shell{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.3rem * 1.5);}
.public-footer h2,.public-footer h3,.public-footer p{margin:0;}
.public-footer h2{font-size:calc(19.2px * 2);line-height:1.14;}
.public-footer h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.public-footer .simple-wrap{display:flex;flex-direction:column;gap:calc(1.3rem * .7);}
.public-footer .clear-wrap{font-size:calc(19.2px * 1.125);line-height:1.81;color:var(--tone-page);}
.public-footer .track{display:flex;flex-direction:column;gap:1.3rem;}
.public-footer .top-benefit{display:flex;flex-direction:column;gap:calc(1.3rem * .8);padding:calc(1.5rem * .75);border:1px solid var(--tone-secondary);border-radius:1rem;background:var(--surface-cool);color:var(--ink-primary);}
.public-footer .plain-wrap{display:flex;align-items:center;gap:1.3rem;}
.public-footer .plain-wrap img{width:56px;height:56px;flex:0 0 56px;object-fit:cover;border-radius:0.56rem;}
.public-footer .service-fields{display:flex;flex-direction:column;gap:2px;min-width:0;}
.public-footer .secondary-region{font-size:calc(19.2px * .875);color:var(--tone-page);}
.public-footer .top-benefit>p{font-size:19.2px;line-height:1.81;}
.public-footer .media-steps{font-size:calc(19.2px * .875);color:var(--tone-page);border-top:1px solid var(--tone-secondary);padding-top:calc(1.3rem * 1.5);}
@media (min-width:900px){.public-footer .track{flex-direction:row;flex-wrap:wrap;}.public-footer .top-benefit{flex:1 1 calc(1280px / 3.4);min-width:0;}
}
.main-menu{--mark-control:calc(1.5rem * 1.42);--label-heading:calc(1280px / 3.77);padding:calc(1.5rem * 2.4) 1.96rem;background:var(--line-warm);color:#fff7ed;}
.main-menu .open-shell{max-width:1280px;margin:0 auto;}
.main-menu h2,.main-menu h3,.main-menu p{margin:0;}
.main-menu h2{font-size:calc(19.2px * 2);line-height:1.12;}
.main-menu h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.main-menu p{font-size:19.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-menu a{color:inherit;text-decoration:none;}
.main-menu .simple-wrap{display:flex;flex-wrap:wrap;gap:1.3rem;align-items:flex-end;justify-content:space-between;}
.main-menu .simple-wrap h2{flex:1 1 calc(1280px / 3.2);}
.main-menu .simple-wrap .clear-wrap{flex:1 1 calc(1280px / 2.6);margin:0;}
.main-menu img{display:block;width:100%;height:auto;border-radius:0.56rem;margin-top:var(--mark-control);}
.main-menu .track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.3rem;margin-top:var(--mark-control);}
.main-menu .top-benefit{flex:1 1 calc(1280px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.main-menu .top-benefit p{margin-top:calc(1.5rem / 3);}
.main-menu .top-benefit a{display:inline-block;margin-top:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.32rem;background:#fff7ed;color:var(--line-warm);font-size:calc(19.2px * .875);}
.main-menu .media-steps{margin-top:var(--mark-control);font-size:calc(19.2px * .875);}
.main-menu .media-steps a{text-decoration:underline;}
@media (max-width:720px){.main-menu .simple-wrap{flex-direction:column;align-items:flex-start;}.main-menu .top-benefit{flex:1 1 100%;}
}
.narrow-menu{background:#faf8f1;color:#24211d;padding:calc(1.5rem * 2.4) 1.96rem}
.narrow-menu .open-shell{max-width:1280px;margin:0 auto}
.narrow-menu .simple-fields{display:flex;flex-direction:column;gap:calc(1.3rem * 1.5)}
.narrow-menu .simple-wrap{max-width:52rem}
.narrow-menu h2{margin:0;font-size:clamp(calc(19.2px * 2),4.6vw,calc(19.2px * 2.65));line-height:1.08;letter-spacing:0}
.narrow-menu .simple-wrap p{margin:1.5rem 0 0;color:var(--tone-page);font-size:calc(19.2px * 1.125);line-height:1.65}
.narrow-menu .fresh-plan{display:flex;flex-direction:column;border-top:1px solid var(--tone-secondary)}
.narrow-menu .service-summary{display:grid;grid-template-columns:11rem 15rem 1fr;gap:1.3rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--tone-secondary)}
.narrow-menu .service-summary span{color:var(--tone-page);font-size:calc(19.2px * .875);letter-spacing:.02em;text-transform:uppercase}
.narrow-menu strong{font-size:19.2px;line-height:1.4}
.narrow-menu .service-summary p{margin:0;color:var(--tone-page);line-height:1.6}
.narrow-menu .media-steps{margin:0;color:var(--tone-page);font-size:calc(19.2px * .875)}
@media(max-width:860px){.narrow-menu .service-summary{grid-template-columns:1fr;gap:calc(calc(1.5rem * .75)*.5)}}
.fields{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: #244238;
  color: #faf8f1;
}
.fields .open-shell{max-width: min(1280px, 60rem);
  margin: 0 auto;}
.fields .narrow-media{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.3rem * 1.5);}
.fields h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.fields .simple-wrap{margin: 0;
  font-size: calc(19.2px * 1.125);
  color: #9fb3c8;}
.fields .simple-fields{display: flex;
  flex-direction: column;
  gap: 1.3rem;}
.fields .top-benefit{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid var(--line-warm);}
.fields h3{margin: 0;
  font-size: calc(19.2px * 1.35);
  line-height: 1.25;}
.fields .top-benefit p{margin: calc(calc(1.5rem * .75) * .7) 0 0;
  color: #9fb3c8;}
.fields .top-benefit a{text-decoration: underline;
  text-underline-offset: 3px;}
.fields .top-benefit a:hover{}
.fields .media-steps{margin: calc(1.3rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #16263d;
  font-size: calc(19.2px * .875);
  color: #9fb3c8;}
.fields .media-steps a{text-decoration: underline;
  text-underline-offset: 3px;}
.fields .media-steps a:hover{}
@media (max-width: 640px) {.fields .top-benefit{
    padding-left: calc(calc(1.5rem * .75) * .8);
  }
}
.secondary-copy{
  padding: calc(1.5rem * 2.4) 1.96rem;
  background: #faf8f1;
  color: #24211d;
}
.secondary-copy .open-shell{max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  align-items: flex-start;}
.secondary-copy .page-stack{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.3rem;
  background: #244238;
  color: #faf8f1;
}
.secondary-copy .page-stack span{
  display: inline-block;
  font-size: calc(19.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff7ed;
  background: var(--line-warm);
  padding: 0.2rem 0.6rem;
  border-radius: 0.32rem;
}
.secondary-copy h2{margin: calc(1.3rem * 1.5) 0 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.secondary-copy .page-stack p{margin: calc(1.3rem * 1.5) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.81;}
.secondary-copy .text-callout{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.3rem * 1.5);}
.secondary-copy .text-callout div{
  padding: calc(1.5rem * .75);
  border-radius: 0.56rem;
  background: var(--surface-cool);
  color: var(--ink-primary);
  border: 1px solid var(--tone-secondary);
  box-shadow: 0 2px 5px rgba(0,0,0,0.18);
}
.secondary-copy .text-callout strong{display: block;
  font-size: calc(19.2px * 1.35);
  margin-bottom: 0.4rem;}
.secondary-copy .text-callout p{margin: 0;
  line-height: 1.81;}
.secondary-copy .text-callout a{text-decoration: none;
  border-bottom: 1px solid #244238;}
.secondary-copy .text-callout a:hover{border-bottom-color: #a45f2a;}
@media (max-width: 760px) {.secondary-copy .open-shell{
    flex-direction: column;
  }
}
.simple-method{
  background:var(--paint-inverse,linear-gradient(135deg,#1f3d5a,#553c2f));
  color:#faf8f1;
  padding:calc(1.5rem * 2.4) 1.96rem;
}
.simple-method .open-shell{width:min(100%,1280px);
  margin:0 auto;}
.simple-method .offer-callout{display:flex;
  align-items:stretch;
  gap:calc(1.3rem * 1.5);}
.simple-method .open-header{display:block;
  flex:0 1 38%;
  min-width:220px;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;}
.simple-method .plain-footer{flex:1 1 430px;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(1.3rem * 1.5);
  padding:calc(1.5rem * .75) 0;}
.simple-method .media-steps{margin:0;
  font-size:calc(19.2px * .875);
  letter-spacing:0.02em;
  text-transform:uppercase;
  color:color-mix(in srgb,currentColor 68%,transparent);}
.simple-method h1{margin:0;
  font-size:clamp(calc(19.2px * 2),6vw,calc(19.2px * 2.65));
  line-height:1.05;
  letter-spacing:-0.01em;}
.simple-method .team{display:flex;
  flex-direction:column;
  gap:calc(1.3rem * 1.5);}
.simple-method .clear-wrap{margin:0;
  color:color-mix(in srgb,currentColor 80%,transparent);
  line-height:1.6;}
.simple-method .quiet-region{display:flex;
  flex-wrap:wrap;
  gap:12px;}
.simple-method .quiet-region a{
  padding:12px 18px;
  border-radius:0.56rem;
  background:#faf8f1;
  color:#1f3d5a;
  text-decoration:none;
  font-weight:700;
  transition:background 440ms var(--speed-fast,ease), color 440ms var(--speed-fast,ease);
}
.simple-method .quiet-region a:first-child{
  background:var(--line-warm,#a45f2a);
  color:#fff7ed;
}
.simple-method .quiet-region a:hover{
  background:#874b20;
  color:#fff7ed;
}
@media (max-width:760px) {.simple-method{ padding:calc(1.5rem * 2.4) 1.96rem; }.simple-method .offer-callout{ flex-direction:column; }.simple-method .open-header{ flex-basis:auto; min-width:0; aspect-ratio:16/10; }
}
