:root {
  --surface-clear: #7a3f1d;
  --ink-cool: #f7efe4;
  --speed-panel: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.steady-inner {
    width: 100%;
    background: #f6efe4;
    color: #241608;
    border-bottom: 1px solid #d8c3a5;
    padding: 1.5rem 0;
  }
.public-benefit {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 2.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.08rem;
  }
.offer-feature {
    font-size: calc(16px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    line-height: 1;
  }
.offer-feature:hover {
    color: #b8862f;
  }
.simple-menu {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.08rem * 1.5);
  }
.nav-list a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color 370ms var(--speed-panel),
                border-color 370ms var(--speed-panel);
  }
.nav-list a:hover {
    color: #b8862f;
    border-bottom-color: #b8862f;
  }
.nav-cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--surface-clear);
    color: var(--ink-cool);
    border-radius: 0.7rem;
    font-size: calc(16px * .875);
    border-bottom: none;
  }
.nav-cta:hover {
    background: #5f2f13;
    color: var(--ink-cool);
    border-bottom-color: transparent;
  }
.media-team {
    display: none;
    background: transparent;
    border: 1px solid #d8c3a5;
    border-radius: 0.35rem;
    padding: 0.5rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
.bottom-surface{
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #241608;
    border-radius: 1px;color:#2b1b0e;}
@media (max-width: 767px) {
    .media-team {
      display: flex;
    }

    .simple-menu {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #fbf6ee;
      color: #2b1b0e;
      border-bottom: 1px solid #d8c3a5;
      box-shadow: 0 3px 14px rgba(0,0,0,0.07);
      padding: calc(1.08rem * 1.5) 2.04rem;
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.08rem * 1.5);
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.5rem 0;
    }

    .nav-cta {
      width: auto;
      padding: 0.5rem 1rem;
    }

    .public-benefit {
      position: relative;
    }
  }
.active-tile{font-family:"Nunito", sans-serif;font-size:16px;line-height:1.8;padding:calc(1.5rem * 2.4) 2.04rem;background:#2b1b0e;color:#f7efe4;}
.simple-form{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.local-block{font-size:calc(16px * 1.35);margin:0 0 calc(1.5rem * .75);font-weight:600;letter-spacing:0.01em}
.main-body{font-style:normal;display:flex;flex-direction:column;gap:0.35rem}
.content-copy,
  .main-links{margin:0;font-size:16px}
.clear-items a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}
.clear-items a:hover,
  .clear-items a:focus-visible{color:inherit;opacity:0.8}
.quiet-grid{display:flex;flex-direction:column;gap:0.4rem;padding-top:calc(1.5rem * .75);border-top:1px solid currentColor}
.focused-surface{font-size:calc(16px * 2);font-weight:700;margin:0;letter-spacing:0.02em}
.compact-story{margin:0;font-size:calc(16px * .875);max-width:42ch;opacity:0.85}
.featured-items{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.08rem}
.page-form{font-size:calc(16px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75);font-weight:600;opacity:0.75}
.quiet-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.quiet-visual a{color:inherit;text-decoration:none;font-size:16px}
.quiet-visual a:hover,
  .quiet-visual a:focus-visible{text-decoration:underline;text-underline-offset:3px;color:inherit}
.focused-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid currentColor}
.focused-region{margin:0;font-size:calc(16px * .875);opacity:0.85}
.service-intro{margin:0;font-size:calc(16px * .875);line-height:1.55;max-width:72ch;opacity:0.85}
@media (max-width: 720px) {.featured-items{grid-template-columns:1fr;gap:calc(1.08rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies {
  position: fixed;
  right: calc(1.08rem * 1.5);
  bottom: calc(1.08rem * 1.5);
  z-index: 9999;
  width: calc(100% - 2 * calc(1.08rem * 1.5));
  max-width: 520px;
  background: #fbf6ee;
  color: #2b1b0e;
  border: 1px solid #d8c3a5;
  border-radius: 1rem;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
  font-family: "Nunito", sans-serif;
  font-size: calc(16px * .875);
  line-height: 1.8;
}
.cookies .team-area{display: flex;
  flex-direction: column;
  gap: 1.08rem;
  padding: calc(1.5rem * .75) calc(1.5rem * .75);}
.cookies .wide-list{display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.cookies .primary-lead{margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;}
.cookies .wide-list p{margin: 0;
  font-size: calc(16px * .875);}
.cookies .wide-list a{color: #7a3f1d;
  text-decoration: underline;}
.cookies .wide-list a:hover{color:inherit;}
.cookies .bottom-rail{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;}
.cookies .team-block {
  font: inherit;
  padding: 0.5rem 0.9rem;
  border-radius: 0.35rem;
  border: 1px solid #d8c3a5;
  background: transparent;
  color: #2b1b0e;
  cursor: pointer;
  transition: background 370ms var(--speed-panel, ease);
}
.cookies .team-block:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:#2b1b0e;}
.cookies .cookie-accept {
  background: var(--surface-clear);
  color: var(--ink-cool);
  border-color: var(--surface-clear);
}
.cookies .cookie-accept:hover{
  background: #5f2f13;
  border-color: #5f2f13;color:#2b1b0e;}
@media (max-width: 480px) {
  .cookies {
    right: calc(1.08rem * 1.5);
    left: calc(1.08rem * 1.5);
    bottom: calc(1.08rem * 1.5);
    width: auto;
  }
  .cookies .bottom-rail {
    justify-content: stretch;
  }
  .cookies .team-block {
    flex: 1 1 auto;
  }
}
.focused-group{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 84px;
  }
.focused-group .area{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
    align-items: center;}
.focused-group .secondary-contact h1{font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
    font-weight: 700;}
.focused-group .secondary-contact p{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.focused-group .plain-visual{margin-top: 30px;}
.focused-group .open-stack{
    display: inline-block;
    background: var(--surface-clear);
    color: var(--ink-cool);
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.focused-group .open-stack:hover,
  .focused-group .open-stack:focus-visible{
    background: #5f2f13;color:#2b1b0e;}
.focused-group .bottom-section{margin: 20px 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;}
.focused-group .bottom-section a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.focused-group .bottom-section a:hover,
  .focused-group .bottom-section a:focus-visible{color: #5f2f13;}
.focused-group .content-story{margin: 0;}
.focused-group .content-story img{display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;}
@media (max-width: 860px) {.focused-group{
      padding: 52px 20px 64px;
    }.focused-group .area{
      grid-template-columns: 1fr;
      gap: 36px;
    }.focused-group .content-story{
      order: -1;
    }
  }
.focused-group{
  background: #f6efe4;
  color: #241608;
}
.strong-callout{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem 5rem;
  }
.strong-callout .area{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.strong-callout .secondary-contact h2{margin: 0 0 0.9rem;
    font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 700;}
.strong-callout .secondary-contact p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.strong-callout .soft-panel{display: flex;
    flex-direction: column;
    gap: 1.1rem;}
.strong-callout .visual-stack{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.strong-callout .visual-stack label{font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.strong-callout .visual-stack input,
  .strong-callout .visual-stack select{
    font: inherit;
    font-size: 1rem;
    padding: 0.7rem 0.8rem;
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 6px;
    width: 100%;
  }
.strong-callout .visual-stack input:focus,
  .strong-callout .visual-stack select:focus{outline: 2px solid #b8862f;
    outline-offset: 1px;}
.strong-callout .soft-panel button{
    align-self: flex-start;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    background: var(--surface-clear);
    color: var(--ink-cool);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease;
  }
.strong-callout .soft-panel button:hover{
    background: #5f2f13;color:#2b1b0e;}
.strong-callout .bottom-lead{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.strong-callout .bottom-lead a{text-decoration: underline;
    text-underline-offset: 2px;}
@media (min-width: 640px) {.strong-callout{
      padding: 5.5rem 2rem 6rem;
    }.strong-callout .secondary-contact h2{
      font-size: 1.9rem;
    }.strong-callout .soft-panel{
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-end;
    }.strong-callout .visual-stack{
      flex: 1 1 220px;
    }.strong-callout .soft-panel button{
      flex: 0 0 auto;
    }
  }
.strong-callout{
  background: #2b1b0e;
  color: #f7efe4;
}
.featured-visual{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.featured-visual .area{max-width: 1080px;
    margin: 0 auto;}
.featured-visual h2{margin: 0 0 20px;
    font-size: 1.9rem;
    line-height: 1.25;
    font-weight: 700;}
.featured-visual .secondary-contact{margin: 0 0 44px;
    font-size: 1.05rem;
    line-height: 1.65;}
.featured-visual .bottom-plan{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;}
.featured-visual .focused-body{
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 10px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
  }
.featured-visual .focused-body h3{margin: 0 0 14px;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 700;}
.featured-visual .focused-body p{margin: 0 0 14px;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-visual .focused-body .soft-panel{font-size: 0.88rem;
    line-height: 1.55;color:inherit;}
.featured-visual .fresh-headline{
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 18px;
    background: var(--surface-clear);
    color: var(--ink-cool);
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
  }
.featured-visual .fresh-headline:hover{
    background: #5f2f13;color:#2b1b0e;}
.featured-visual .bottom-section{margin: 44px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-visual .bottom-section a{color:inherit;
    text-decoration: underline;}
@media (max-width: 860px) {.featured-visual .bottom-plan{
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
@media (max-width: 520px) {.featured-visual{
      padding: 52px 18px;
    }.featured-visual h2{
      font-size: 1.55rem;
    }
  }
.featured-visual{
  background: #f6efe4;
  color: #241608;
}
.content-form{
    background: #f6efe4;
    color: #241608;
    padding: 64px 24px;
  }
.content-form .area{max-width: 1080px;
    margin: 0 auto;}
.content-form .compact-area{margin-bottom: 40px;}
.content-form .compact-area h2{margin: 0 0 14px;
    font-size: 1.75rem;
    line-height: 1.25;}
.content-form .secondary-contact{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-form .bottom-fields{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;}
.content-form .narrow-section h3{margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.35;}
.content-form .narrow-section p{margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.6;}
.content-form .narrow-section .soft-body{margin: 0;}
.content-form .narrow-section .soft-body a{text-decoration: underline;
    text-underline-offset: 3px;}
.content-form .strong-brand{max-width: 100%;
    margin-bottom: 32px;}
.content-form .strong-brand h3{margin: 0 0 10px;
    font-size: 1.05rem;}
.content-form .strong-brand p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.content-form .bottom-section{margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.content-form .bottom-section a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 760px) {.content-form{
      padding: 48px 20px;
    }.content-form .bottom-fields{
      grid-template-columns: 1fr;
      gap: 28px;
    }.content-form .compact-area h2{
      font-size: 1.45rem;
    }
  }
.content-form{
  background: #2b1b0e;
  color: #f7efe4;
}
.visual-service{
    background: #f6efe4;
    color: #241608;
    padding: 4rem 1.5rem;
  }
.visual-service .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 3rem 4rem;
    align-items: start;}
.visual-service .secondary-contact h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;}
.visual-service .compact-area{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.visual-service .shell{display: flex;
    flex-direction: column;
    gap: 2rem;}
.visual-service .plain-fields h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 700;}
.visual-service .plain-fields h3 a{color: inherit;
    text-decoration: none;}
.visual-service .plain-fields h3 a:hover{text-decoration: underline;}
.visual-service .plain-fields p{margin: 0 0 0.6rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.visual-service .plain-fields .steady-note{margin: 0;
    font-size: 0.9rem;}
.visual-service .plain-fields .steady-note a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.visual-service{
      padding: 3rem 1.25rem;
    }.visual-service .area{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.visual-service{
  background: #f6efe4;
  color: #241608;
}
.quiet-benefit{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem;
  }
.quiet-benefit .area{max-width: 1080px;
    margin: 0 auto;}
.quiet-benefit h2{font-size: clamp(1.6rem, 1.1rem + 2vw, 2.3rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.quiet-benefit .secondary-contact{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.75rem;}
.quiet-benefit .main-contact{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.quiet-benefit .plain-fields{padding: 0 0 1.75rem;
    border-bottom: 1px solid #d8c3a5;}
.quiet-benefit .plain-fields:last-child{border-bottom: none;
    padding-bottom: 0;}
.quiet-benefit .plain-fields h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.quiet-benefit .plain-fields p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.quiet-benefit .soft-panel{margin: 2.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.quiet-benefit .soft-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.quiet-benefit .soft-panel a:hover{}
@media (min-width: 760px) {.quiet-benefit{
      padding: 6rem 2rem;
    }.quiet-benefit .main-contact{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.25rem 3rem;
    }.quiet-benefit .plain-fields{
      padding-bottom: 2.25rem;
    }.quiet-benefit .plain-fields:nth-last-child(-n+2){
      border-bottom: none;
      padding-bottom: 0;
    }
  }
.quiet-benefit{
  background: #2b1b0e;
  color: #f7efe4;
}
.tag{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.tag .area{max-width: 1080px;
    margin: 0 auto;}
.tag h1{font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    font-weight: 700;}
.tag .secondary-contact{font-size: 1.15rem;
    line-height: 1.6;
    margin: 0 0 3rem;
    max-width: none;}
.tag .media-menu{display: grid;
    gap: 2.5rem;}
.tag .plain-fields{display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;}
.tag .plain-fields h2{font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;}
.tag .plain-fields p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;}
@media (min-width: 780px) {.tag{
      padding: 6rem 2.5rem;
    }.tag .media-menu{
      gap: 3rem;
    }.tag .plain-fields{
      grid-template-columns: 220px minmax(0, 1fr);
      gap: 2.5rem;
      align-items: start;
    }
  }
.tag{
  background: #f6efe4;
  color: #241608;
}
.offer-entries{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem;
  }
.offer-entries .area{max-width: 1080px;
    margin: 0 auto;}
.offer-entries .compact-area{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 1.5rem 3rem;
    align-items: end;
    margin-bottom: 3rem;}
.offer-entries .compact-area h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.offer-entries .compact-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.offer-entries .shell{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 3rem;}
.offer-entries .plain-fields{padding-top: 1.25rem;
    border-top: 1px solid #d8c3a5;}
.offer-entries .plain-fields .active-block{margin: 0 0 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.offer-entries .plain-fields h3{margin: 0 0 0.6rem;
    font-size: 1.2rem;
    line-height: 1.3;}
.offer-entries .plain-fields p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.offer-entries .soft-panel{margin: 3rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid #d8c3a5;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 760px) {.offer-entries{
      padding: 3.25rem 1.1rem;
    }.offer-entries .compact-area{
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-bottom: 2.25rem;
    }.offer-entries .shell{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.offer-entries{
  background: #2b1b0e;
  color: #f7efe4;
}
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 4rem;
  }
.media-stack .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 2.5rem 4rem;
    align-items: start;}
.media-stack h2{margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;}
.media-stack .secondary-contact{grid-column: 2;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.media-stack .bottom-nav{grid-column: 2;
    display: grid;
    gap: 1.75rem;
    margin-top: 0.5rem;}
.media-stack .soft-panel h3{margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;}
.media-stack .soft-panel p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.62;}
@media (max-width: 760px) {.media-stack{
      padding: 3rem 1.15rem 2.75rem;
    }.media-stack .area{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.media-stack .secondary-contact,
    .media-stack .bottom-nav{
      grid-column: 1;
    }.media-stack .bottom-nav{
      gap: 1.4rem;
    }
  }
.media-stack{
  background: #f6efe4;
  color: #241608;
}
.active-lead{
    --space-nav: 2.4rem;
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.active-lead .area{max-width: 1080px;
    margin: 0 auto;}
.active-lead .compact-area{margin-bottom: var(--space-nav);}
.active-lead h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.active-lead .secondary-contact{font-size: 1.06rem;
    line-height: 1.6;
    margin: 0;}
.active-lead .public-headline{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    align-items: start;}
.active-lead .bottom-nav{display: flex;
    flex-direction: column;
    gap: 1.8rem;}
.active-lead .soft-panel h3{font-size: 1.12rem;
    margin: 0 0 0.45rem;
    letter-spacing: 0.005em;}
.active-lead .soft-panel p{margin: 0;
    line-height: 1.65;}
.active-lead .quiet-actions{margin: 0;}
.active-lead .quiet-actions img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;}
.active-lead .steady-note{margin: var(--space-nav) 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.active-lead .steady-note a{text-decoration: underline;
    text-underline-offset: 3px;}
.active-lead .steady-note a:hover{}
@media (max-width: 760px) {.active-lead{
      padding: 3rem 1.2rem;
    }.active-lead .public-headline{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.active-lead .quiet-actions{
      order: -1;
    }
  }
.active-lead{
  background: #2b1b0e;
  color: #f7efe4;
}
.featured-visual{
    --ink-light: #fbf6ee;
    --paint-dark: #d8c3a5;
    --paint-card: #7a3f1d;
    --tone-dark: #5f2f13;
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.featured-visual .area{max-width: 1080px;
    margin: 0 auto;}
.featured-visual .secondary-contact{margin-bottom: 3rem;}
.featured-visual .secondary-contact h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 700;}
.featured-visual .secondary-contact p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.featured-visual .bottom-plan{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 3rem;}
.featured-visual .focused-body{
    background: var(--ink-light);
    border: 1px solid var(--paint-dark);
    border-radius: 6px;
    padding: 1.75rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;color:#2b1b0e;}
.featured-visual .focused-body h3{font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 0.85rem;
    font-weight: 700;}
.featured-visual .focused-body p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0 0 1.1rem;}
.featured-visual .open-rail{list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 0.92rem;
    line-height: 1.55;}
.featured-visual .open-rail li{padding: 0.4rem 0 0.4rem 1rem;
    position: relative;}
.featured-visual .open-rail li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 5px;
    height: 5px;
    background: var(--paint-card);
    border-radius: 50%;color:#2b1b0e;}
.featured-visual .fresh-headline{
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.65rem 1.3rem;
    background: var(--paint-card);
    color: #f7efe4;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.2s ease;
  }
.featured-visual .fresh-headline:hover{
    background: var(--tone-dark);color:#2b1b0e;}
.featured-visual .soft-panel{margin: 3rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.featured-visual .soft-panel a{text-decoration: underline;}
.featured-visual .soft-panel a:hover{}
@media (max-width: 720px) {.featured-visual{
      padding: 3rem 1.15rem;
    }.featured-visual .secondary-contact h2{
      font-size: 1.55rem;
    }.featured-visual .bottom-plan{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.featured-visual{
  background: #2b1b0e;
  color: #f7efe4;
}
.top-section{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.top-section .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 56px;
    align-items: start;}
.top-section h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;}
.top-section .media-fields > p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 32px;}
.top-section .offer-note{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.top-section .offer-note li{counter-increment: paso;
    padding: 18px 0 18px 46px;
    position: relative;}
.top-section .offer-note li + li{border-top: 1px solid #d8c3a5;}
.top-section .offer-note li::before{content: counter(paso, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 0.85rem;
    letter-spacing: 0.06em;color:inherit;
    font-weight: 700;}
.top-section .offer-note h3{font-size: 1.05rem;
    margin: 0 0 6px;}
.top-section .offer-note p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.top-section .direct-entries{
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 6px;
    padding: 28px 26px;
  }
.top-section .direct-entries h3{font-size: 1.15rem;
    margin: 0 0 14px;}
.top-section .direct-entries p{margin: 0 0 18px;
    font-size: 0.95rem;
    line-height: 1.6;}
.top-section .direct-entries p:last-child{margin-bottom: 0;}
.top-section .bottom-section a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.top-section .bottom-section a:hover{color:inherit;}
@media (max-width: 820px) {.top-section{
      padding: 52px 18px;
    }.top-section .area{
      grid-template-columns: 1fr;
      gap: 36px;
    }.top-section h2{
      font-size: 1.55rem;
    }
  }
.top-section{
  background: #f6efe4;
  color: #241608;
}
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.media-stack .area{max-width: 1040px;
    margin: 0 auto;}
.media-stack .compact-area{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 32px 56px;
    align-items: start;
    margin-bottom: 48px;}
.media-stack .compact-area h2{margin: 0;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 700;}
.media-stack .compact-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.media-stack .bottom-nav{margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;}
.media-stack .soft-panel{display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap: 24px 56px;
    padding: 28px 0;
    border-top: 1px solid #d8c3a5;}
.media-stack .soft-panel:last-child{border-bottom: 1px solid #d8c3a5;}
.media-stack .soft-panel dt{font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;}
.media-stack .soft-panel dd{margin: 0;
    font-size: 0.9688rem;
    line-height: 1.7;}
@media (max-width: 760px) {.media-stack{
      padding: 56px 20px;
    }.media-stack .compact-area{
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 36px;
    }.media-stack .soft-panel{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 24px 0;
    }
  }
.media-stack{
  background: #2b1b0e;
  color: #f7efe4;
}
.secondary-surface{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.secondary-surface .area{max-width: 1080px;
    margin: 0 auto;}
.secondary-surface h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.25;
    margin: 0 0 1.75rem;
    letter-spacing: -0.01em;
    font-weight: 700;}
.secondary-surface .secondary-contact{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 1.15rem;}
.secondary-surface .plain-fields{
    margin-top: 2.25rem;
    padding: 1.5rem 1.6rem;
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 6px;
  }
.secondary-surface .plain-fields h3{font-size: 1.15rem;
    margin: 0 0 0.7rem;
    font-weight: 700;}
.secondary-surface .plain-fields p{margin: 0;
    line-height: 1.6;}
.secondary-surface .bottom-section{margin: 2rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.secondary-surface .bottom-section a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-surface .bottom-section a:hover{color: #5f2f13;}
@media (max-width: 640px) {.secondary-surface{
      padding: 3rem 1.15rem;
    }.secondary-surface .plain-fields{
      padding: 1.25rem 1.2rem;
    }
  }
.secondary-surface{
  background: #f6efe4;
  color: #241608;
}
.public-actions{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.public-actions .area{max-width: 1080px;
    margin: 0 auto;}
.public-actions h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 700;}
.public-actions .secondary-contact{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 3rem;}
.public-actions .shell{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.public-actions .plain-fields{display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 1rem 3rem;
    align-items: start;}
.public-actions .plain-fields h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 700;}
.public-actions .plain-fields p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.public-actions .soft-panel{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.public-actions .soft-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.public-actions .soft-panel a:hover{}
@media (max-width: 720px) {.public-actions{
      padding: 3rem 1.25rem;
    }.public-actions .plain-fields{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }.public-actions .secondary-contact{
      margin-bottom: 2.2rem;
    }.public-actions .shell{
      gap: 2rem;
    }
  }
.public-actions{
  background: #2b1b0e;
  color: #f7efe4;
}
.direct-quote{padding:calc(1.5rem * 2.4) 2.04rem;background:#f6efe4;color:#241608;}
.fresh-shell{max-width:1180px;margin:0 auto;}
.direct-quote h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08;}
.simple-copy{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.simple-copy .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.simple-copy .compact-area h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;}
.simple-copy .compact-area p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.simple-copy .media-menu{display: grid;
    gap: 2.25rem;}
.simple-copy .plain-fields h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;
    font-weight: 700;}
.simple-copy .plain-fields p{margin: 0;
    line-height: 1.7;color:inherit;}
.simple-copy .featured-group{margin: 0;
    display: grid;
    gap: 0.85rem;}
.simple-copy .featured-group img{width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 16 / 9;}
.simple-copy .featured-group figcaption{font-size: 0.92rem;
    line-height: 1.55;color:inherit;}
.simple-copy .bottom-section{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.simple-copy .bottom-section a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.simple-copy .bottom-section a:hover{color:inherit;}
@media (min-width: 780px) {.simple-copy{
      padding: 5.5rem 2.5rem;
    }.simple-copy .area{
      grid-template-columns: 1fr 1fr;
      gap: 3rem 3.5rem;
    }.simple-copy .compact-area{
      grid-column: 1 / -1;
    }.simple-copy .media-menu{
      grid-column: 1 / 2;
    }.simple-copy .featured-group{
      grid-column: 2 / 3;
      align-self: start;
    }.simple-copy .bottom-section{
      grid-column: 1 / -1;
    }
  }
.simple-copy{
  background: #f6efe4;
  color: #241608;
}
.media-stack{
  background: #f6efe4;
  color: #241608;
  padding: 72px 24px 80px;
}
.media-stack .area{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 48px 64px;
  align-items: start;}
.media-stack h2{font-size: 1.85rem;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;}
.media-stack .secondary-contact{grid-column: 2;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.media-stack .shell{grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;}
.media-stack .plain-fields h3{font-size: 1.08rem;
  margin: 0 0 10px;
  line-height: 1.35;}
.media-stack .plain-fields p{margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;}
.media-stack a{text-decoration: underline;
  text-underline-offset: 2px;}
.media-stack a:hover{}
@media (max-width: 820px) {.media-stack{
    padding: 56px 20px 64px;
  }.media-stack .area{
    grid-template-columns: 1fr;
    gap: 28px;
  }.media-stack .secondary-contact,
  .media-stack .shell{
    grid-column: 1;
  }.media-stack h2{
    font-size: 1.55rem;
  }
}
.public-grid{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.public-grid .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2.5rem 3.5rem;
    align-items: start;}
.public-grid .secondary-contact h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 700;}
.public-grid .secondary-contact p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3a2a1c;}
.public-grid .plain-visual{padding-top: 0.35rem;}
.public-grid .go{
    display: inline-block;
    background: var(--surface-clear);
    color: var(--ink-cool);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    padding: 0.95rem 1.8rem;
    border-radius: 4px;
    transition: background 0.2s ease;
  }
.public-grid .go:hover,
  .public-grid .go:focus-visible{
    background: #5f2f13;color:#2b1b0e;}
.public-grid .bottom-section{margin: 1.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3a2a1c;}
.public-grid .bottom-section a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.public-grid .bottom-section a:hover,
  .public-grid .bottom-section a:focus-visible{color: #5f2f13;}
@media (max-width: 760px) {.public-grid{
      padding: 3rem 1.25rem;
    }.public-grid .area{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.public-grid{
  background: #f6efe4;
  color: #241608;
}
.visual-headline{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.visual-headline .area{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.visual-headline .compact-area h2{margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;}
.visual-headline .compact-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.visual-headline .plain-fields{display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: center;}
.visual-headline .plain-fields:nth-of-type(2){grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);}
.visual-headline .plain-fields:nth-of-type(2) .quiet-actions{order: 2;}
.visual-headline .quiet-actions{margin: 0;}
.visual-headline .quiet-actions img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;}
.visual-headline .soft-panel h3{margin: 0 0 0.75rem;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 700;}
.visual-headline .soft-panel p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.visual-headline .service-quote{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    padding-top: 1.5rem;
    border-top: 1px solid #d8c3a5;}
.visual-headline .service-quote a{text-decoration: underline;
    text-underline-offset: 3px;}
.visual-headline .service-quote a:hover{}
@media (max-width: 760px) {.visual-headline{
      padding: 3rem 1.25rem;
    }.visual-headline .area{
      gap: 2.25rem;
    }.visual-headline .plain-fields,
    .visual-headline .plain-fields:nth-of-type(2){
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }.visual-headline .plain-fields:nth-of-type(2) .quiet-actions{
      order: 0;
    }
  }
.visual-headline{
  background: #2b1b0e;
  color: #f7efe4;
}
.visual-list{
    --label-meta: #d8c3a5;
    --mark-control: #b8862f;
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.visual-list .area{max-width: 780px;
    margin: 0 auto;}
.visual-list .compact-area h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.visual-list .secondary-contact{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;}
.visual-list .open-team{list-style: none;
    margin: 0;
    padding: 0;}
.visual-list .offer-note{position: relative;
    padding: 0 0 2.4rem 2.2rem;
    border-left: 1px solid var(--label-meta);}
.visual-list .offer-note:last-child{border-left-color: transparent;
    padding-bottom: 0;}
.visual-list .offer-note::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 0.35rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mark-control);color:#2b1b0e;}
.visual-list .soft-frame{display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    opacity: 0.7;}
.visual-list .offer-note h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    line-height: 1.3;}
.visual-list .offer-note p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 560px) {.visual-list{
      padding: 3rem 1.15rem;
    }.visual-list .compact-area h2{
      font-size: 1.5rem;
    }.visual-list .offer-note{
      padding-left: 1.6rem;
    }
  }
.visual-list{
  background: #f6efe4;
  color: #241608;
}
.top-section{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.top-section .area{max-width: 1080px;
    margin: 0 auto;}
.top-section h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.top-section .secondary-contact{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.top-section .open-team{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;}
.top-section .offer-note{display: grid;
    grid-template-columns: 64px 1fr;
    gap: 8px 28px;
    padding: 26px 0;
    border-top: 1px solid #d8c3a5;}
.top-section .offer-note:last-child{border-bottom: 1px solid #d8c3a5;}
.top-section .offer-note h3{grid-column: 2;
    font-size: 1.15rem;
    margin: 0 0 8px;
    line-height: 1.35;}
.top-section .offer-note p{grid-column: 2;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.top-section .offer-note::before{content: counter(step-counter, decimal-leading-zero);
    counter-increment: step-counter;
    grid-column: 1;
    grid-row: 1 / span 2;
    font-size: 1.05rem;
    font-weight: 700;
    padding-top: 2px;}
.top-section .open-team{counter-reset: step-counter;}
.top-section .bottom-section{margin: 34px 0 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.top-section .bottom-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.top-section .bottom-section a:hover{}
@media (max-width: 640px) {.top-section{
      padding: 52px 18px;
    }.top-section h2{
      font-size: 1.55rem;
    }.top-section .offer-note{
      grid-template-columns: 44px 1fr;
      gap: 6px 18px;
      padding: 22px 0;
    }
  }
.top-section{
  background: #2b1b0e;
  color: #f7efe4;
}
.strong-callout{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.strong-callout .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: start;}
.strong-callout .wide-list h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.strong-callout .wide-list p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1rem;}
.strong-callout .wide-list p:last-child{margin-bottom: 0;}
.strong-callout .offer-footer{
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 10px;
    padding: 28px 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
.strong-callout .visual-stack{display: flex;
    flex-direction: column;
    gap: 6px;}
.strong-callout .visual-stack label{font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.strong-callout .visual-stack input,
  .strong-callout .visual-stack select,
  .strong-callout .visual-stack textarea{
    font: inherit;
    color: #2b1b0e;
    background: #f6efe4;
    border: 1px solid #d8c3a5;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.strong-callout .visual-stack textarea{resize: vertical;
    min-height: 110px;}
.strong-callout .visual-stack input:focus,
  .strong-callout .visual-stack select:focus,
  .strong-callout .visual-stack textarea:focus{outline: 2px solid var(--tone-deep, #b8862f);
    outline-offset: 1px;}
.strong-callout .offer-footer button{
    font: inherit;
    align-self: flex-start;
    background: #7a3f1d;
    color: #f7efe4;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    cursor: pointer;
    letter-spacing: 0.02em;
  }
.strong-callout .offer-footer button:hover{
    background: #5f2f13;color:#2b1b0e;}
@media (max-width: 820px) {.strong-callout{
      padding: 56px 20px;
    }.strong-callout .area{
      grid-template-columns: 1fr;
      gap: 36px;
    }.strong-callout .wide-list h2{
      font-size: 1.6rem;
    }
  }
.content-form{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.content-form .area{max-width: 1080px;
    margin: 0 auto;}
.content-form .secondary-contact{margin-bottom: 48px;}
.content-form .secondary-contact h2{margin: 0 0 16px;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.content-form .secondary-contact p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-form .compact-summary{display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr;
    gap: 40px;}
.content-form .simple-body h3{margin: 0 0 10px;
    font-size: 1.05rem;
    letter-spacing: 0.01em;}
.content-form .simple-body p{margin: 0 0 12px;
    line-height: 1.6;
    font-size: 0.97rem;}
.content-form .simple-body .active-track{font-weight: 600;
    font-size: 1rem;
    margin-bottom: 6px;
    color: #7a3f1d;}
.content-form .simple-body .active-track a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.35);
    padding-bottom: 1px;}
.content-form .simple-body .active-track a:hover{border-bottom-color: #7a3f1d;}
.content-form .simple-body .primary-area{margin: 0;
    font-size: 0.88rem;
    color: #3a2a1c;
    opacity: 0.85;}
.content-form .steady-note{margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.content-form .steady-note a{color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.4);}
.content-form .steady-note a:hover{border-bottom-color: #7a3f1d;}
@media (max-width: 860px) {.content-form{
      padding: 56px 20px;
    }.content-form .compact-summary{
      grid-template-columns: 1fr;
      gap: 32px;
    }.content-form .secondary-contact{
      margin-bottom: 36px;
    }.content-form .steady-note{
      margin-top: 40px;
    }
  }
.content-form{
  background: #f6efe4;
  color: #241608;
}
.strong-summary{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 80px;
  }
.strong-summary .area{max-width: 1080px;
    margin: 0 auto;}
.strong-summary .compact-area{margin-bottom: 48px;}
.strong-summary .compact-area h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 700;}
.strong-summary .compact-area p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;}
.strong-summary .compact-summary{display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 48px;
    align-items: start;}
.strong-summary .simple-body h3{font-size: 0.9375rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 14px;
    font-weight: 700;}
.strong-summary .simple-body .soft-panel{margin: 0 0 16px;
    font-size: 0.9375rem;
    line-height: 1.55;}
.strong-summary .simple-body .active-track{margin: 0 0 10px;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 600;}
.strong-summary .simple-body .active-track a{text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.35);
    padding-bottom: 1px;}
.strong-summary .simple-body .active-track a:hover{border-bottom-color: rgba(122, 63, 29, 0.85);}
.strong-summary .simple-body .active-block{margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    opacity: 0.78;}
.strong-summary .service-quote{margin: 56px 0 0;
    font-size: 1rem;
    line-height: 1.6;}
@media (max-width: 860px) {.strong-summary .compact-summary{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.strong-summary{
      padding: 56px 20px 64px;
    }.strong-summary .compact-summary{
      grid-template-columns: 1fr;
      gap: 32px;
    }.strong-summary .compact-area h2{
      font-size: 1.5rem;
    }
  }
.strong-summary{
  background: #2b1b0e;
  color: #f7efe4;
}
.active-lead{
  background: #f6efe4;
  color: #241608;
  padding: 4.5rem 1.5rem;
}
.active-lead .area{max-width: 1080px;
  margin: 0 auto;}
.active-lead h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;}
.active-lead .secondary-contact{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 2.75rem;}
.active-lead .bottom-nav{display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));}
.active-lead .soft-panel h3{font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 0.6rem;}
.active-lead .soft-panel p{font-size: 0.97rem;
  line-height: 1.65;
  margin: 0;}
.active-lead .bottom-section{margin: 3rem 0 0;
  font-size: 0.97rem;
  line-height: 1.6;}
.active-lead .bottom-section a{color: #7a3f1d;
  text-decoration: underline;
  text-underline-offset: 3px;}
.active-lead .bottom-section a:hover{color: #5f2f13;}
@media (max-width: 860px) {.active-lead .bottom-nav{
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }.active-lead{
    padding: 3.25rem 1.25rem;
  }
}
.active-lead{
  background: #f6efe4;
  color: #241608;
}
.visual-service{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 5rem;
  }
.visual-service .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
    gap: 3rem 4rem;
    align-items: start;}
.visual-service .secondary-contact{padding-top: 0.35rem;}
.visual-service h2{font-size: 1.55rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;}
.visual-service .compact-area{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.85;}
.visual-service .shell{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.visual-service .plain-fields h3{margin: 0 0 0.6rem;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;}
.visual-service .plain-fields h3 a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.visual-service .plain-fields h3 a:hover,
  .visual-service .plain-fields h3 a:focus-visible{border-bottom-color: currentColor;}
.visual-service .plain-fields p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.88;}
@media (max-width: 820px) {.visual-service{
      padding: 3rem 1.25rem 3.5rem;
    }.visual-service .area{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.visual-service h2{
      font-size: 1.35rem;
    }
  }
.visual-service{
  background: #2b1b0e;
  color: #f7efe4;
}
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.media-stack .area{max-width: 880px;
    margin: 0 auto;}
.media-stack h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -0.01em;}
.media-stack .secondary-contact{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.media-stack .bottom-nav{list-style: none;
    margin: 0;
    padding: 0;}
.media-stack .bottom-nav li{padding: 22px 0;}
.media-stack .bottom-nav li + li{border-top: 1px solid #d8c3a5;}
.media-stack .bottom-nav h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 700;}
.media-stack .bottom-nav p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.62;}
@media (max-width: 640px) {.media-stack{
      padding: 52px 18px;
    }.media-stack h2{
      font-size: 1.35rem;
    }.media-stack .secondary-contact{
      margin-bottom: 28px;
    }.media-stack .bottom-nav li{
      padding: 18px 0;
    }
  }
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.media-stack .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 3rem 4rem;
    align-items: start;}
.media-stack h2{font-size: 1.9rem;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;}
.media-stack .secondary-contact{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.media-stack .shell{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 3rem;
    margin-top: 1rem;}
.media-stack .plain-fields h3{font-size: 1.1rem;
    margin: 0 0 0.6rem;
    line-height: 1.3;}
.media-stack .plain-fields p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 760px) {.media-stack{
      padding: 3rem 1.15rem;
    }.media-stack .area{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.media-stack .shell{
      grid-template-columns: 1fr;
      gap: 1.75rem;
      margin-top: 0.5rem;
    }.media-stack h2{
      font-size: 1.55rem;
    }
  }
.public-grid{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 64px;
  }
.public-grid .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.public-grid h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.public-grid p{margin: 0 0 14px;
    line-height: 1.65;
    font-size: 1rem;}
.public-grid .soft-panel{
    margin-top: 22px;
    padding: 16px 18px;
    background: #efe3d2;
    color: #3a2a1c;
    border-radius: 6px;
    font-size: 0.95rem;
  }
.public-grid .plain-visual{padding-top: 6px;}
.public-grid .steady-quote{
    display: inline-block;
    background: #7a3f1d;
    color: #f7efe4;
    padding: 15px 26px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.18s ease;
  }
.public-grid .steady-quote:hover{
    background: #5f2f13;color:#2b1b0e;}
.public-grid .bottom-section{margin-top: 20px;
    font-size: 0.92rem;
    line-height: 1.6;}
.public-grid .bottom-section a{text-decoration: underline;
    text-underline-offset: 2px;}
.public-grid .bottom-section a:hover{}
@media (max-width: 760px) {.public-grid{
      padding: 56px 20px 48px;
    }.public-grid .area{
      grid-template-columns: 1fr;
      gap: 32px;
    }.public-grid h2{
      font-size: 1.4rem;
    }
  }
.public-grid{
  background: #2b1b0e;
  color: #f7efe4;
}
.active-lead{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.active-lead .area{max-width: 1080px;
    margin: 0 auto;}
.active-lead .compact-area{margin-bottom: 2.75rem;}
.active-lead h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.active-lead .secondary-contact{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.active-lead .public-headline{display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: start;}
.active-lead .quiet-actions{
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #efe3d2;color:#3a2a1c;}
.active-lead .quiet-actions img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;}
.active-lead .bottom-nav{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.active-lead .soft-panel h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;}
.active-lead .soft-panel p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.active-lead .service-quote{margin: 2.75rem 0 0;
    line-height: 1.7;
    font-size: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d8c3a5;}
.active-lead .service-quote a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-lead .service-quote a:hover{color: #5f2f13;}
@media (max-width: 760px) {.active-lead{
      padding: 3rem 1.15rem;
    }.active-lead .public-headline{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.active-lead .quiet-actions img{
      aspect-ratio: 16 / 10;
    }
  }
.contact-service{
    --coñac: #7a3f1d;
    --latón: #b8862f;
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 5rem;
  }
.contact-service .area{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.contact-service .compact-area h1{font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem;
    font-weight: 700;}
.contact-service .compact-area .secondary-contact{font-size: 1.15rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;}
.contact-service .compact-area p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.contact-service .soft-panel{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding-top: 2.25rem;
    border-top: 1px solid #d8c3a5;}
.contact-service .soft-panel img{display: block;
    width: 260px;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 auto;}
.contact-service .soft-panel p{flex: 1 1 320px;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--layer-softñac);}
@media (max-width: 720px) {.contact-service{
      padding: 3rem 1.25rem 3.5rem;
    }.contact-service .compact-area h1{
      font-size: 1.85rem;
    }.contact-service .soft-panel{
      gap: 1.25rem;
    }.contact-service .soft-panel img{
      width: 100%;
      height: 210px;
    }
  }
.contact-service{
  background: #f6efe4;
  color: #241608;
}
.team-header{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 5rem;
  }
.team-header .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;}
.team-header .active-footer h2{font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.35rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.team-header .content-callout{font-size: 1.075rem;
    line-height: 1.7;
    margin: 0;}
.team-header .media-rail{display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;}
.team-header .offer-note h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;}
.team-header .offer-note p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
.team-header .group{margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid #d8c3a5;
    font-size: 1.05rem;
    line-height: 1.65;
    font-style: italic;}
@media (min-width: 760px) {.team-header{
      padding: 5.5rem 2rem 6rem;
    }.team-header .area{
      grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
      column-gap: 4rem;
      row-gap: 3.5rem;
    }.team-header .active-footer{
      grid-column: 1;
      grid-row: 1;
    }.team-header .media-rail{
      grid-column: 2;
      grid-row: 1 / span 2;
      gap: 2.5rem;
    }.team-header .group{
      grid-column: 1;
      grid-row: 2;
      align-self: end;
    }
  }
.team-header{
  background: #2b1b0e;
  color: #f7efe4;
}
.tag{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.tag .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: 3.5rem;
    row-gap: 1.4rem;
    align-items: start;}
.tag h2{grid-column: 1;
    grid-row: 1 / span 4;
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;}
.tag p{grid-column: 2;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.tag .secondary-contact{font-size: 1.12rem;
    line-height: 1.65;
    color: #3a2a1c;}
.tag .service-quote{margin-top: 0.6rem;
    color: #3a2a1c;}
.tag a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.tag a:hover{color: #5f2f13;}
@media (max-width: 760px) {.tag{
      padding: 3rem 1.15rem;
    }.tag .area{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.1rem;
    }.tag h2{
      grid-column: 1;
      grid-row: auto;
    }.tag p{
      grid-column: 1;
    }
  }
.simple-copy{
  --tone-extra-4: #f6efe4;
  --surface-inverse: #241608;
  --line-strong: #efe3d2;
  --ink-dark: #3a2a1c;
  background: var(--tone-extra-4);
  color: var(--surface-inverse);
  padding: 4.5rem 1.5rem;
}
.simple-copy .area{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 2.75rem;}
.simple-copy .compact-area{display: grid;
  gap: 1rem;
  max-width: 100%;}
.simple-copy .compact-area h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;}
.simple-copy .compact-area p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.simple-copy .plain-rail{display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem 2.5rem;}
.simple-copy .plain-fields{display: grid;
  gap: 0.5rem;}
.simple-copy .plain-fields h3{margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;}
.simple-copy .plain-fields p{margin: 0;
  font-size: 0.97rem;
  line-height: 1.6;}
.simple-copy .plain-fields:nth-child(2){padding-top: 1.5rem;}
.simple-copy .plain-fields:nth-child(4){padding-top: 1.5rem;}
.simple-copy .service-quote{
  margin: 0;
  padding: 1.25rem 1.5rem;
  background: var(--line-strong);
  color: var(--ink-dark);
  font-size: 0.97rem;
  line-height: 1.6;
  border-radius: 4px;
}
.simple-copy .service-quote a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.simple-copy .service-quote a:hover{text-decoration-thickness: 2px;}
@media (max-width: 760px) {.simple-copy{
    padding: 3rem 1.25rem;
  }.simple-copy .plain-rail{
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }.simple-copy .plain-fields:nth-child(2),
  .simple-copy .plain-fields:nth-child(4){
    padding-top: 0;
  }
}
.simple-copy{
  background: #2b1b0e;
  color: #f7efe4;
}
.active-lead{
    --label-strong: #d8c3a5;
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem 4rem;
  }
.active-lead .area{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.active-lead .compact-area h2{font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 700;}
.active-lead .compact-area p{margin: 0 0 0.9rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.active-lead .compact-area p:last-child{margin-bottom: 0;}
.active-lead .wide-inner{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 2.5rem;}
.active-lead .primary-details h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 700;}
.active-lead .primary-details p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #3a2a1c;}
.active-lead .content-feature{
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #efe3d2;color:#3a2a1c;}
.active-lead .content-feature img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    object-fit: cover;}
.active-lead .bottom-section{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #3a2a1c;}
.active-lead .bottom-section a{color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-lead .bottom-section a:hover{color: #5f2f13;}
@media (max-width: 720px) {.active-lead{
      padding: 3rem 1rem 2.75rem;
    }.active-lead .wide-inner{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.active-lead .content-feature img{
      aspect-ratio: 4 / 3;
    }
  }
.quiet-service{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem 5rem;
  }
.quiet-service .area{max-width: 780px;
    margin: 0 auto;}
.quiet-service .primary-track{margin-bottom: 2rem;}
.quiet-service .strong-rail{margin: 0 0 0.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.7;}
.quiet-service h2{margin: 0;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    font-weight: 700;}
.quiet-service .simple-list{margin: 0.9rem 0 0;
    font-size: 1.08rem;
    line-height: 1.5;
    opacity: 0.82;}
.quiet-service .fresh-footer{margin: 2.25rem 0 2.5rem;}
.quiet-service .fresh-footer img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(43, 27, 14, 0.14);}
.quiet-service .content-block p{margin: 0 0 1.35rem;
    font-size: 1.06rem;
    line-height: 1.72;}
.quiet-service .content-block p:last-child{margin-bottom: 0;}
.quiet-service .secondary-quote{margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(43, 27, 14, 0.16);}
.quiet-service .content-tile{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    opacity: 0.9;}
.quiet-service .content-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.quiet-service .content-tile a:hover{}
@media (max-width: 640px) {.quiet-service{
      padding: 3rem 1rem 3.5rem;
    }.quiet-service .fresh-footer{
      margin: 1.75rem 0 2rem;
    }
  }
.quiet-service{
  background: #2b1b0e;
  color: #f7efe4;
}
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.media-stack .area{max-width: 1080px;
    margin: 0 auto;}
.media-stack h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.media-stack .secondary-contact{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.media-stack h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 22px;
    font-weight: 600;}
.media-stack .bottom-nav{list-style: none;
    margin: 0 0 36px;
    padding: 0;}
.media-stack .soft-panel{padding: 22px 0;
    border-top: 1px solid #d8c3a5;}
.media-stack .soft-panel:last-child{border-bottom: 1px solid #d8c3a5;}
.media-stack .q{display: block;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;}
.media-stack .a{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.media-stack .clear-copy{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 18px;
    border-left: 2px solid #b8862f;}
@media (max-width: 640px) {.media-stack{
      padding: 52px 18px;
    }.media-stack .soft-panel{
      padding: 18px 0;
    }
  }
.compact-lead{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-lead .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.compact-lead h2{margin: 0 0 0.9rem;
    font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;}
.compact-lead .local-area{margin: 0 0 1.4rem;
    font-size: 1.05rem;
    line-height: 1.5;}
.compact-lead .focused-menu{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.compact-lead .local-steps{
    background: #fbf6ee;
    color: #2b1b0e;
    border: 1px solid #d8c3a5;
    border-radius: 10px;
    padding: 1.6rem 1.5rem 1.7rem;
  }
.compact-lead .bottom-form{margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.45;}
.compact-lead .main-unit{list-style: none;
    margin: 0 0 1.2rem;
    padding: 0;
    font-size: 0.98rem;
    line-height: 1.55;}
.compact-lead .main-unit li{padding: 0.35rem 0;}
.compact-lead .main-unit li + li{border-top: 1px solid #d8c3a5;}
.compact-lead .main-unit a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;}
.compact-lead .main-unit a:hover{border-bottom-color: #7a3f1d;}
.compact-lead .soft-panel{margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;}
@media (max-width: 820px) {.compact-lead{
      padding: 3.25rem 1.15rem 3.5rem;
    }.compact-lead .area{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.compact-lead h2{
      font-size: 1.4rem;
    }
  }
.compact-lead{
  background: #2b1b0e;
  color: #f7efe4;
}
.content-form{
    --label-button: #d8c3a5;
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.content-form .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 40px;
    align-items: start;}
.content-form .soft-panel h2{margin: 0 0 20px;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 700;}
.content-form .soft-panel p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;}
.content-form .soft-panel p:last-child{margin-bottom: 0;}
.content-form .bottom-fields{display: flex;
    flex-direction: column;
    gap: 26px;
    padding-top: 6px;}
.content-form .narrow-section h3{margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;}
.content-form .narrow-section p{margin: 0 0 8px;
    font-size: 0.95rem;
    line-height: 1.6;}
.content-form .narrow-section a{font-size: 0.95rem;
    color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid var(--label-button);
    padding-bottom: 1px;}
.content-form .narrow-section a:hover{color: #5f2f13;}
.content-form .bottom-section{grid-column: 1 / -1;
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid var(--label-button);
    font-size: 0.95rem;
    line-height: 1.65;}
.content-form .bottom-section a{color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid var(--label-button);}
.content-form .bottom-section a:hover{color: #5f2f13;}
@media (max-width: 800px) {.content-form{
      padding: 52px 20px;
    }.content-form .area{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.content-form .soft-panel h2{
      font-size: 1.4rem;
    }
  }
.quiet-service{
    background: #f6efe4;
    color: #241608;
    padding: 4rem 1.5rem 4.5rem;
  }
.quiet-service .area{max-width: 760px;
    margin: 0 auto;}
.quiet-service .steady-visual{margin: 0 0 2.5rem;}
.quiet-service .steady-visual img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.quiet-service .contact-flow{margin-bottom: 2.25rem;}
.quiet-service h2{margin: 0 0 0.75rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;}
.quiet-service .secondary-list{margin: 0 0 1.25rem;
    font-size: 1.15rem;
    line-height: 1.5;}
.quiet-service .active-block{margin: 0;
    font-size: 0.9rem;
    letter-spacing: 0.02em;}
.quiet-service .wide-list p{margin: 0 0 1.4rem;
    font-size: 1.05rem;
    line-height: 1.75;}
.quiet-service .wide-list p:last-child{margin-bottom: 0;}
.quiet-service .steady-note{margin: 2.5rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.quiet-service .steady-note a{text-decoration: underline;
    text-underline-offset: 3px;}
.quiet-service .steady-note a:hover{}
@media (max-width: 640px) {.quiet-service{
      padding: 2.75rem 1.15rem 3.25rem;
    }.quiet-service h2{
      font-size: 1.55rem;
    }.quiet-service .secondary-list{
      font-size: 1.05rem;
    }.quiet-service .wide-list p{
      font-size: 1rem;
    }
  }
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.25rem 5rem;
  }
.media-stack .area{max-width: 1080px;
    margin: 0 auto;}
.media-stack h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 700;
    letter-spacing: -0.01em;}
.media-stack .secondary-contact{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 2.4rem;
    color: #3a2a1c;}
.media-stack .bottom-nav{list-style: none;
    margin: 0 0 2.2rem;
    padding: 0;
    display: flex;
    flex-direction: column;}
.media-stack .bottom-nav li{padding: 1.35rem 0;}
.media-stack .bottom-nav li + li{border-top: 1px solid #d8c3a5;}
.media-stack .bottom-nav h3{font-size: 1.0625rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 700;}
.media-stack .bottom-nav p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.media-stack .service-quote{margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 1.4rem;
    border-top: 1px solid #d8c3a5;}
@media (max-width: 640px) {.media-stack{
      padding: 3rem 1rem 3.5rem;
    }.media-stack .secondary-contact{
      margin-bottom: 1.8rem;
    }.media-stack .bottom-nav li{
      padding: 1.1rem 0;
    }
  }
.compact-lead{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.compact-lead .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 3.5rem;
    align-items: start;}
.compact-lead .top-view img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;}
.compact-lead .page-wrap h2{margin: 0 0 0.35rem;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.01em;}
.compact-lead .bottom-actions{margin: 0 0 1.6rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.compact-lead .direct-tile{margin: 0 0 1.1rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.compact-lead .compact-menu{list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 1rem;}
.compact-lead .compact-menu a{text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    transition: border-color 0.2s ease;}
.compact-lead .compact-menu a:hover,
  .compact-lead .compact-menu a:focus-visible{border-bottom-color: var(--ink-strong);}
.compact-lead .simple-intro{margin: 1.8rem 0 0;
    font-size: 0.92rem;
    line-height: 1.55;}
@media (max-width: 760px) {.compact-lead{
      padding: 3rem 1.25rem;
    }.compact-lead .area{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.content-form{
    --paint-muted: #fbf6ee;
    --label-button: #d8c3a5;
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.content-form .area{max-width: 1080px;
    margin: 0 auto;}
.content-form .secondary-contact{margin-bottom: 40px;}
.content-form .secondary-contact h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 14px;
    font-weight: 700;}
.content-form .secondary-contact p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.content-form .bottom-fields{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 44px;}
.content-form .narrow-section h3{font-size: 1.05rem;
    margin: 0 0 10px;
    font-weight: 700;}
.content-form .narrow-section p{margin: 0 0 12px;
    line-height: 1.55;
    font-size: 0.97rem;}
.content-form .narrow-section a{display: inline-block;
    color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid var(--label-button);
    padding-bottom: 2px;
    font-size: 0.97rem;}
.content-form .narrow-section a:hover{border-bottom-color: #7a3f1d;}
.content-form .narrow-section .soft-actions{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.content-form .text-lead{
    background: var(--paint-muted);
    color: #2b1b0e;
    padding: 28px 30px;
    border-radius: 6px;
  }
.content-form .text-lead p{margin: 0 0 14px;
    line-height: 1.6;
    font-size: 0.98rem;}
.content-form .text-lead p:last-child{margin-bottom: 0;}
.content-form .bottom-section a{color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid var(--label-button);}
.content-form .bottom-section a:hover{border-bottom-color: #7a3f1d;}
@media (max-width: 860px) {.content-form .bottom-fields{
      grid-template-columns: 1fr;
      gap: 26px;
    }
  }
@media (max-width: 520px) {.content-form{
      padding: 52px 18px;
    }.content-form .secondary-contact h2{
      font-size: 1.55rem;
    }.content-form .text-lead{
      padding: 22px 20px;
    }
  }
.quiet-service{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 88px;
  }
.quiet-service .area{max-width: 1080px;
    margin: 0 auto;}
.quiet-service .plain-fields{display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    column-gap: 56px;
    row-gap: 32px;
    align-items: start;}
.quiet-service .primary-track{grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 14px;}
.quiet-service .strong-rail{margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.quiet-service .primary-track h2{margin: 0;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.18;
    font-weight: 700;}
.quiet-service .service-tile{margin: 0;
    font-size: 1.08rem;}
.quiet-service .fresh-footer{grid-column: 1;
    margin: 0;}
.quiet-service .fresh-footer img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;}
.quiet-service .content-block{grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.quiet-service .content-block p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.quiet-service .secondary-quote{grid-column: 1 / -1;
    margin-top: 8px;}
.quiet-service .content-tile{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.quiet-service .content-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.quiet-service .content-tile a:hover{}
@media (max-width: 820px) {.quiet-service{
      padding: 52px 20px 64px;
    }.quiet-service .plain-fields{
      grid-template-columns: minmax(0, 1fr);
      column-gap: 0;
      row-gap: 24px;
    }.quiet-service .fresh-footer,
    .quiet-service .content-block{
      grid-column: 1;
    }
  }
.media-stack{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 80px;
  }
.media-stack .area{max-width: 780px;
    margin: 0 auto;}
.media-stack h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 28px;
    letter-spacing: -0.01em;}
.media-stack p{font-size: 1.0625rem;
    line-height: 1.7;
    margin: 0 0 22px;}
.media-stack p:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.media-stack{
      padding: 52px 20px 60px;
    }.media-stack h2{
      font-size: 1.4rem;
      margin-bottom: 22px;
    }.media-stack p{
      font-size: 1rem;
      line-height: 1.65;
    }
  }
.compact-lead{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.compact-lead .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem;
    align-items: start;}
.compact-lead .simple-proof img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;}
.compact-lead .wide-details h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 0.4rem;
    font-weight: 700;}
.compact-lead .open-story{margin: 0 0 1.4rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;}
.compact-lead .wide-details p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.compact-lead .strong-section{list-style: none;
    margin: 1.8rem 0 0;
    padding: 1.4rem 0 0;
    border-top: 1px solid #d8c3a5;
    display: grid;
    gap: 0.55rem;
    font-size: 0.95rem;}
.compact-lead .strong-section li{display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: baseline;}
.compact-lead .strong-section .bottom-form{min-width: 5.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.compact-lead .strong-section a{text-decoration: none;
    border-bottom: 1px solid transparent;}
.compact-lead .strong-section a:hover{border-bottom-color: #7a3f1d;}
@media (max-width: 760px) {.compact-lead{
      padding: 3rem 1.25rem;
    }.compact-lead .area{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.compact-lead .wide-details h2{
      font-size: 1.35rem;
    }
  }
.content-form{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.content-form .area{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.content-form h2{margin: 0;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 700;}
.content-form .secondary-contact{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-form .compact-summary{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 40px 56px;
    align-items: start;}
.content-form .simple-body h3{margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 700;}
.content-form .simple-body p{margin: 0 0 10px;
    line-height: 1.6;}
.content-form .simple-body .active-track{font-size: 1.05rem;
    font-weight: 600;}
.content-form .simple-body .active-track a{color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.35);
    padding-bottom: 1px;}
.content-form .simple-body .active-track a:hover{border-bottom-color: rgba(122, 63, 29, 0.9);}
.content-form .simple-body .primary-area{font-size: 0.92rem;
    color: #3a2a1c;
    margin-bottom: 0;}
.content-form .soft-panel{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.content-form .soft-panel a{color: #7a3f1d;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.35);
    padding-bottom: 1px;}
.content-form .soft-panel a:hover{border-bottom-color: rgba(122, 63, 29, 0.9);}
@media (max-width: 720px) {.content-form{
      padding: 56px 20px;
    }.content-form .compact-summary{
      grid-template-columns: 1fr;
      gap: 32px;
    }.content-form h2{
      font-size: 1.5rem;
    }
  }
.strong-summary{
    --type-body: #d8c3a5;
    background: #f6efe4;
    color: #241608;
    padding: 64px 24px 72px;
  }
.strong-summary .area{max-width: 1080px;
    margin: 0 auto;}
.strong-summary .compact-area{margin-bottom: 40px;}
.strong-summary .compact-area h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.strong-summary .compact-area p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.strong-summary .team-plan{display: flex;
    flex-wrap: wrap;
    gap: 40px 56px;
    margin-bottom: 48px;}
.strong-summary .simple-body{flex: 1 1 320px;}
.strong-summary .simple-body h3{font-size: 1.05rem;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.strong-summary .offer-grid{margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;}
.strong-summary .offer-grid dt{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 14px;}
.strong-summary .offer-grid dt:first-child{margin-top: 0;}
.strong-summary .offer-grid dd{margin: 4px 0 0;}
.strong-summary .offer-grid a{text-decoration: none;}
.strong-summary .offer-grid a:hover{text-decoration: underline;}
.strong-summary .soft-panel{margin: 20px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.strong-summary .primary-actions h3{font-size: 1.05rem;
    margin: 0 0 18px;}
.strong-summary .featured-callout{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--type-body);}
.strong-summary .featured-callout li{padding: 14px 0;
    border-bottom: 1px solid var(--type-body);
    font-size: 0.98rem;
    line-height: 1.55;}
.strong-summary .service-quote{margin: 24px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 640px) {.strong-summary{
      padding: 48px 20px 56px;
    }.strong-summary .compact-area h2{
      font-size: 1.45rem;
    }.strong-summary .team-plan{
      gap: 32px;
      margin-bottom: 36px;
    }
  }
.clear-view{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px;
  }
.clear-view .area{max-width: 620px;
    margin: 0 auto;}
.clear-view h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 700;}
.clear-view .secondary-contact{margin: 0 0 34px;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-view .visual-stack{margin-bottom: 22px;}
.clear-view label{display: block;
    margin-bottom: 8px;
    font-size: 0.92rem;
    letter-spacing: 0.01em;}
.clear-view input,
  .clear-view textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font: inherit;
    color: #241608;
    background: #fbf6ee;
    border: 1px solid #d8c3a5;
    border-radius: 6px;
  }
.clear-view input::placeholder,
  .clear-view textarea::placeholder{color:inherit;}
.clear-view textarea{resize: vertical;
    min-height: 130px;
    line-height: 1.55;}
.clear-view .page-inner{
    display: inline-block;
    margin-top: 6px;
    padding: 13px 26px;
    font: inherit;
    font-weight: 600;
    color: var(--ink-cool);
    background: var(--surface-clear);
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
.clear-view .page-inner:hover{
    background: #5f2f13;color:#2b1b0e;}
.clear-view .soft-panel{margin: 30px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #3a2a1c;}
@media (max-width: 560px) {.clear-view{
      padding: 52px 18px;
    }.clear-view h2{
      font-size: 1.55rem;
    }.clear-view .page-inner{
      width: 100%;
      text-align: center;
    }
  }
.clear-view{
  background: #f6efe4;
  color: #241608;
}
.service-benefit{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem;
  }
.service-benefit .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem 4rem;
    align-items: start;}
.service-benefit .compact-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 700;}
.service-benefit .compact-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.service-benefit .offer-grid{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.service-benefit .plain-fields{display: grid;
    grid-template-columns: 6.5rem 1fr;
    gap: 0.4rem 1rem;
    align-items: baseline;}
.service-benefit .bottom-form{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.service-benefit .active-track{margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;}
.service-benefit .active-track a{text-decoration: none;
    border-bottom: 1px solid #d8c3a5;
    padding-bottom: 1px;}
.service-benefit .active-track a:hover{}
.service-benefit .soft-panel{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.8rem;
    border-top: 1px solid #d8c3a5;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 780px) {.service-benefit{
      padding: 3rem 1.15rem;
    }.service-benefit .area{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }.service-benefit .plain-fields{
      grid-template-columns: 1fr;
      gap: 0.2rem;
    }
  }
.service-benefit{
  background: #2b1b0e;
  color: #f7efe4;
}
.strong-summary{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 88px;
  }
.strong-summary .area{max-width: 1080px;
    margin: 0 auto;}
.strong-summary .compact-area h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.strong-summary .compact-area p{margin: 0 0 48px;
    font-size: 1.05rem;
    line-height: 1.65;}
.strong-summary .compact-summary{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 56px;
    margin-bottom: 56px;}
.strong-summary .simple-body h3{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    font-weight: 700;}
.strong-summary .simple-body p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.strong-summary .simple-body a{text-decoration: none;
    border-bottom: 1px solid rgba(122, 63, 29, 0.35);
    padding-bottom: 1px;}
.strong-summary .simple-body a:hover{border-bottom-color: #7a3f1d;}
.strong-summary .soft-panel{
    background: #efe3d2;
    color: #3a2a1c;
    padding: 28px 32px;
    border-radius: 4px;
  }
.strong-summary .soft-panel h3{margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;}
.strong-summary .soft-panel p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (max-width: 720px) {.strong-summary{
      padding: 56px 20px 64px;
    }.strong-summary .compact-summary{
      grid-template-columns: 1fr;
      gap: 28px;
      margin-bottom: 40px;
    }.strong-summary .compact-area h2{
      font-size: 1.55rem;
    }.strong-summary .soft-panel{
      padding: 22px 22px;
    }
  }
.secondary-details{
  background: #f6efe4;
  color: #241608;
  padding: 72px 24px 88px;
}
.secondary-details .area{max-width: 880px;
  margin: 0 auto;}
.secondary-details .compact-area{margin-bottom: 48px;}
.secondary-details h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.01em;}
.secondary-details .secondary-contact{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;}
.secondary-details .bottom-nav{display: flex;
  flex-direction: column;
  gap: 34px;}
.secondary-details .soft-panel h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 10px;}
.secondary-details .soft-panel p{font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 12px;}
.secondary-details .compact-summary{list-style: none;
  margin: 4px 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
  line-height: 1.6;}
.secondary-details .compact-summary a{color: #7a3f1d;
  text-decoration: underline;
  text-underline-offset: 3px;}
.secondary-details .compact-summary a:hover{color: #5f2f13;}
.secondary-details .hero{font-size: 0.92rem;
  line-height: 1.6;
  color: #3a2a1c;
  margin: 0;}
@media (max-width: 640px) {.secondary-details{
    padding: 52px 18px 64px;
  }.secondary-details .compact-area{
    margin-bottom: 36px;
  }.secondary-details .bottom-nav{
    gap: 28px;
  }
}
.secondary-details{
  background: #f6efe4;
  color: #241608;
}
.team-content{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 88px;
  }
.team-content .area{max-width: 1080px;
    margin: 0 auto;}
.team-content h2{margin: 0 0 18px;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.team-content .secondary-contact{margin: 0 0 44px;
    font-size: 1.06rem;
    line-height: 1.65;}
.team-content .bottom-nav{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 56px;}
.team-content .soft-panel h3{margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.3;}
.team-content .soft-panel p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.team-content .soft-panel a{text-decoration: underline;
    text-underline-offset: 3px;}
.team-content .soft-panel a:hover{}
@media (max-width: 760px) {.team-content{
      padding: 52px 18px 64px;
    }.team-content .secondary-contact{
      margin-bottom: 32px;
    }.team-content .bottom-nav{
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
.team-content{
  background: #2b1b0e;
  color: #f7efe4;
}
.public-grid{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 84px;
  }
.public-grid .area{max-width: 720px;
    margin: 0 auto;}
.public-grid h2{margin: 0 0 18px;
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.public-grid .secondary-contact{margin: 0 0 16px;
    font-size: 1.05rem;
    line-height: 1.6;}
.public-grid .soft-panel{margin: 0 0 32px;
    font-size: 0.98rem;
    line-height: 1.65;}
.public-grid .plain-visual{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;}
.public-grid .steady-quote{
    display: inline-block;
    background: var(--surface-clear);
    color: var(--ink-cool);
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.public-grid .steady-quote:hover{
    background: #5f2f13;color:#2b1b0e;}
.public-grid .bottom-section{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.public-grid .bottom-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.public-grid .bottom-section a:hover{}
@media (max-width: 560px) {.public-grid{
      padding: 56px 20px 64px;
    }.public-grid .plain-visual{
      gap: 16px;
    }.public-grid .steady-quote{
      width: 100%;
      text-align: center;
    }
  }
.open-method{
    background: #f6efe4;
    color: #241608;
    padding: 4.5rem 1.5rem 5rem;
  }
.open-method .area{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.open-method .soft-panel h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.open-method .soft-panel p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.1rem;}
.open-method .soft-panel .service-quote{margin-top: 1.6rem;
    font-style: italic;
    color: #3a2a1c;}
.open-method .bottom-section{display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-top: 0.4rem;}
.open-method .bottom-section a{color: #7a3f1d;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.15rem;
    width: fit-content;
    transition: border-color 0.2s ease, color 0.2s ease;}
.open-method .bottom-section a:hover{border-bottom-color: currentColor;}
@media (max-width: 760px) {.open-method{
      padding: 3rem 1.15rem 3.5rem;
    }.open-method .area{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }
  }
.open-method{
  background: #f6efe4;
  color: #241608;
}
.404{
    background: #f6efe4;
    color: #241608;
    padding: 72px 24px 88px;
  }
.404 .area{
    max-width: 880px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
.404 .secondary-contact{
    font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 40px;
  }
.404 .bottom-section{
    margin: 0 0 40px;
  }
.404 .plain-quote{
    font-size: 0.95rem;
    margin: 0 0 14px;
    color: #3a2a1c;
  }
.404 .bottom-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
.404 .bottom-section li{
    padding: 14px 0;
    border-top: 1px solid #d8c3a5;
    font-size: 1.02rem;
  }
.404 .bottom-section li:last-child{
    border-bottom: 1px solid #d8c3a5;
  }
.404 .bottom-section a{
    color: #7a3f1d;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;
  }
.404 .bottom-section a:hover,
  .404 .bottom-section a:focus-visible{
    border-bottom-color: #7a3f1d;
  }
.404 .bottom-lead{
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
    color: #3a2a1c;
  }
.404 .bottom-lead a{
    color: #7a3f1d;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
.404 .bottom-lead a:hover,
  .404 .bottom-lead a:focus-visible{
    text-decoration-thickness: 2px;
  }
@media (max-width: 560px) {.404{
      padding: 52px 18px 64px;
    }.404 .secondary-contact{
      margin-bottom: 32px;
    }.404 .bottom-section{
      margin-bottom: 32px;
    }
  }
.404{
  background: #f6efe4;
  color: #241608;
}
