:root {
  --surface-warm: #fbf8f1;
  --tone-card: #2f281c;
  --speed-soft: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.focused-plan {
    width: 100%;
    background: #fbf8f1;
    color: #2f281c;
    border-bottom: 1px solid #e3dac6;
  }
.public-stack {
    max-width: 920px;
    margin: 0 auto;
    padding: calc(0.78rem * 1.5) 1.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.78rem;
  }
.plain-visual {
    font-size: calc(14.7px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    line-height: 2.04;
  }
.plain-visual:hover,
  .plain-visual:focus-visible {
    color: #7a6a4f;
  }
.secondary-track {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.78rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 14.7px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 490ms var(--speed-soft),
                border-color 490ms var(--speed-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #7a6a4f;
    border-bottom-color: #7a6a4f;
  }
.primary-lead {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.55rem;
    background: transparent;
    color: #2f281c;
    border: 1px solid #e3dac6;
    border-radius: 0.39rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.primary-lead:hover,
  .primary-lead:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#2f281c;}
.narrow-body {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .public-stack {
      flex-wrap: wrap;
      padding: calc(0.78rem * 1.5) 1.88rem;
    }

    .primary-lead {
      display: flex;
    }

    .secondary-track {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.78rem * 1.5);
      padding-top: calc(0.78rem * 1.5);
      border-top: 1px solid #e3dac6;
    }

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

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

    .nav-list a {
      font-size: 14.7px;
      padding: 0.25rem 0;
    }
  }
.page-flow{padding:calc(1.5rem * 2.4) 1.88rem;font-family:"Lora", sans-serif;font-size:14.7px;line-height:2.04;background:var(--tone-card);color:var(--surface-warm);}
.steady-brand{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:calc(0.78rem * 1.5);align-items:start}
.strong-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:34rem}
.bottom-actions{display:inline-block;font-size:calc(14.7px * 1.125);font-weight:600;letter-spacing:0.02em;color:inherit;text-decoration:none}
.bottom-actions:hover{color:inherit;text-decoration:underline}
.narrow-details{margin:0;font-size:calc(14.7px * .875);color:inherit;opacity:0.85;max-width:40ch}
.contact-shell{display:grid;grid-template-columns:1fr 1fr;gap:calc(0.78rem * 1.5);align-items:start}
.public-frame{font-size:calc(14.7px * .875)}
.service-contact{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0.5rem 1.25rem}
.service-contact a{color:inherit;text-decoration:none}
.service-contact a:hover{color:inherit;text-decoration:underline}
.strong-block{font-style:normal;font-size:calc(14.7px * .875);display:flex;flex-direction:column;gap:0.5rem}
.public-fields{margin:0;color:inherit}
.strong-block a{color:inherit;text-decoration:none}
.strong-block a:hover{color:inherit;text-decoration:underline}
.simple-list{max-width:920px;margin:calc(0.78rem * 1.5) auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15)}
.public-summary{margin:0;font-size:calc(14.7px * .875);color:inherit;opacity:0.8}
@media (max-width: 900px) {.steady-brand{grid-template-columns:1fr}.contact-shell{grid-template-columns:1fr}
  }
@media (max-width: 560px) {.service-contact{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    top: calc(0.78rem * 1.5);
    left: calc(0.78rem * 1.5);
    z-index: 9999;
    width: min(22rem, calc(100vw - calc(0.78rem * 1.5) * 2));
    background: #ffffff;
    color: #2f281c;
    border: 1px solid #e3dac6;
    border-radius: 0.7rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    font-family: "Lora", sans-serif;
    font-size: calc(14.7px * .875);
    line-height: 2.04;
    padding: calc(1.5rem * .75);
  }
.cookies .secondary-feature{display: flex;
    flex-direction: column;
    gap: 0.78rem;}
.cookies .top-entries h2{margin: 0 0 0.4rem;
    font-size: 14.7px;
    font-weight: 600;}
.cookies .top-entries p{margin: 0 0 0.4rem;
    color: #4a3e2c;}
.cookies .top-entries p:last-child{margin-bottom: 0;}
.cookies .top-entries a{color:inherit;
    text-decoration: underline;}
.cookies .top-entries a:hover{color: #7a6a4f;}
.cookies .public-contact{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;}
.cookies .active-steps {
    font: inherit;
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    border-radius: 0.39rem;
    border: 1px solid #e3dac6;
    background: transparent;
    color: #2f281c;
    transition: background 490ms var(--speed-soft);
  }
.cookies .active-steps:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#2f281c;}
.cookies .cookie-accept {
    background: #6f8f56;
    color: #fbf8f1;
    border-color: #6f8f56;
  }
.cookies .cookie-accept:hover{
    background: #5f7a4a;
    border-color: #5f7a4a;color:#2f281c;}
.cookies.is-hidden{display: none;}
.panel{
    --tone-strong: #fbf8f1;
    --ink-card: #2f281c;
    --paint-secondary: #f1ebdd;
    --tone-light: #6f8f56;
    background: var(--tone-strong);
    color: var(--ink-card);
    padding: 72px 24px 88px;
  }
.panel .secondary-method{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.panel .bottom-brand h1{margin: 0 0 24px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.01em;}
.panel .top-entries{margin: 0 0 32px;
    font-size: 1.075rem;
    line-height: 1.7;}
.panel .public-header{
    display: inline-block;
    padding: 14px 26px;
    background: var(--tone-light);
    color: var(--surface-warm, #fbf8f1);
    text-decoration: none;
    border-radius: 999px;
    font-size: 1rem;
    transition: background 0.2s ease;
  }
.panel .public-header:hover{
    background: #5f7a4a;
  }
.panel .local-section{
    background: var(--paint-secondary);
    color: var(--ink-card);
    padding: 24px;
    border-radius: 18px;
  }
.panel .local-section img{display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;}
.panel .local-section p{margin: 0 0 14px;
    font-size: 0.98rem;
    line-height: 1.65;}
.panel .local-section p:last-child{margin-bottom: 0;}
.panel .text-inner a{color: var(--ink-card);
    text-decoration: underline;
    text-underline-offset: 3px;}
.panel .text-inner a:hover{color: #5f7a4a;}
@media (max-width: 820px) {.panel{
      padding: 56px 20px 64px;
    }.panel .secondary-method{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
.panel{
  background: #fbf8f1;
  color: #2f281c;
}
.page-footer{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.page-footer .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: start;}
.page-footer h2{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    font-weight: 600;}
.page-footer .bottom-brand{grid-column: 1 / -1;
    margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.65;}
.page-footer .plain-header{grid-column: 1 / -1;
    padding: 20px 0;
    border-top: 1px solid #e3dac6;}
.page-footer .plain-header h3{margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.page-footer .plain-header p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.page-footer .text-inner{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.page-footer .text-inner a{text-decoration: underline;
    text-underline-offset: 3px;}
.page-footer .text-inner a:hover{}
@media (min-width: 860px) {.page-footer .plain-header{
      grid-column: span 1;
    }.page-footer .plain-header:nth-of-type(1){
      grid-column: 1 / 2;
    }.page-footer .plain-header:nth-of-type(2){
      grid-column: 2 / 3;
    }.page-footer .plain-header:nth-of-type(3){
      grid-column: 1 / -1;
    }
  }
@media (max-width: 859px) {.page-footer{
      padding: 56px 20px;
    }.page-footer .secondary-method{
      grid-template-columns: 1fr;
      column-gap: 0;
    }
  }
.page-footer{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.offer-figure{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.25rem;
  }
.offer-figure .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.offer-figure .featured-block{display: grid;
    gap: 1rem;}
.offer-figure .featured-block h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;}
.offer-figure .featured-block p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a3e2c;}
.offer-figure .direct-brand{display: grid;
    gap: 2.25rem 3rem;
    grid-template-columns: 1fr;}
.offer-figure .service-area h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 600;
    line-height: 1.35;}
.offer-figure .service-area p{margin: 0;
    line-height: 1.7;
    color: #4a3e2c;}
.offer-figure .text-inner{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4a3e2c;}
.offer-figure .text-inner a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.offer-figure .text-inner a:hover{color: #5f7a4a;}
@media (min-width: 760px) {.offer-figure{
      padding: 6rem 2rem;
    }.offer-figure .direct-brand{
      grid-template-columns: 1fr 1fr;
    }
  }
.offer-figure{
  background: #fbf8f1;
  color: #2f281c;
}
.compact-lead{
    --paint-muted: #fbf8f1;
    --ink-page: #2f281c;
    --ink-light: #f1ebdd;
    background: var(--paint-muted);
    color: var(--ink-page);
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-lead .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.compact-lead h2{margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.compact-lead .bottom-brand{margin: 0 0 2.75rem;
    font-size: 1.0625rem;
    line-height: 1.7;}
.compact-lead .compact-method{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.compact-lead .plain-header{display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem;}
.compact-lead .plain-header h3{margin: 0;
    font-size: 1.1875rem;
    line-height: 1.4;
    font-weight: 600;}
.compact-lead .plain-header h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(111, 143, 86, 0.5);
    padding-bottom: 1px;}
.compact-lead .plain-header h3 a:hover,
  .compact-lead .plain-header h3 a:focus-visible{border-bottom-color: #6f8f56;}
.compact-lead .plain-header p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (min-width: 760px) {.compact-lead{
      padding: 5.5rem 2.5rem 6rem;
    }.compact-lead .plain-header{
      grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
      gap: 2.5rem;
      align-items: start;
    }.compact-lead .plain-header h3{
      font-size: 1.25rem;
    }
  }
.compact-lead{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.plain-content{
  background: #fbf8f1;
  color: #2f281c;
  padding: 72px 24px;
}
.plain-content .secondary-method{max-width: 880px;
  margin: 0 auto;}
.plain-content h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.plain-content .bottom-brand{font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 40px;}
.plain-content .bottom-summary{list-style: none;
  margin: 0 0 36px;
  padding: 0;
  counter-reset: paso;}
.plain-content .top-steps{padding: 22px 0;
  border-top: 1px solid #e3dac6;}
.plain-content .top-steps:last-child{border-bottom: 1px solid #e3dac6;}
.plain-content .top-steps h3{font-size: 1.15rem;
  margin: 0 0 8px;
  font-weight: 600;}
.plain-content .top-steps p{margin: 0;
  line-height: 1.7;
  font-size: 1rem;}
.plain-content .local-section{margin: 0;
  line-height: 1.7;
  font-size: 1rem;color:inherit;}
@media (max-width: 640px) {.plain-content{
    padding: 52px 18px;
  }.plain-content h2{
    font-size: 1.55rem;
  }.plain-content .bottom-brand{
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.plain-content{
  background: #fbf8f1;
  color: #2f281c;
}
.public-wrap{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.public-wrap .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 48px 64px;
    align-items: start;}
.public-wrap h2{margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.public-wrap .bottom-brand{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.public-wrap .primary-footer{grid-column: 1 / -1;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 48px;}
.public-wrap .primary-footer li{display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 18px;
    border-top: 1px solid #e3dac6;}
.public-wrap .focused-footer{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.public-wrap .primary-footer p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.public-wrap{
      padding: 56px 20px;
    }.public-wrap .secondary-method{
      grid-template-columns: 1fr;
      gap: 24px;
    }.public-wrap .primary-footer{
      grid-template-columns: 1fr;
      gap: 22px;
    }
  }
.public-wrap{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.open-wrap{
  background: #fbf8f1;
  color: #2f281c;
  padding: 4.5rem 1.5rem;
}
.open-wrap .secondary-method{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 3rem 4rem;
  align-items: start;}
.open-wrap .featured-block h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 600;}
.open-wrap .featured-block p{margin: 0;
  line-height: 1.65;
  font-size: 1.02rem;}
.open-wrap .text-form .local-section{
  margin: 0 0 1.5rem;
  line-height: 1.6;
  color: #4a3e2c;
  background: #f1ebdd;
  padding: 1rem 1.15rem;
  border-radius: 10px;
}
.open-wrap .direct-note{display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;}
.open-wrap label{font-size: 0.9rem;
  letter-spacing: 0.02em;}
.open-wrap input{
  padding: 0.75rem 0.9rem;
  border: 1px solid #e3dac6;
  border-radius: 8px;
  background: #ffffff;
  color: #2f281c;
  font-size: 1rem;
}
.open-wrap button{
  display: inline-block;
  padding: 0.8rem 1.4rem;
  border: 0;
  border-radius: 8px;
  background: #6f8f56;
  color: #fbf8f1;
  font-size: 1rem;
  cursor: pointer;
}
.open-wrap button:hover{
  background: #5f7a4a;color:#2f281c;}
.open-wrap .clear-links{margin: 1.5rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a3e2c;}
.open-wrap .clear-links a{color: #7a6a4f;
  text-decoration: underline;}
@media (max-width: 760px) {.open-wrap{
    padding: 3rem 1.15rem;
  }.open-wrap .secondary-method{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.open-wrap{
  background: #fbf8f1;
  color: #2f281c;
}
.simple-block{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.simple-block .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;}
.simple-block .visual-wrap img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;}
.simple-block .top-entries h1{margin: 0 0 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.simple-block .top-entries p{margin: 0 0 16px;
    font-size: 1.05rem;
    line-height: 1.65;}
.simple-block .top-entries .local-section{margin: 0;
    font-size: 0.98rem;}
@media (max-width: 760px) {.simple-block{
      padding: 48px 18px;
    }.simple-block .secondary-method{
      grid-template-columns: 1fr;
      gap: 28px;
    }.simple-block .top-entries h1{
      font-size: 1.6rem;
    }
  }
.simple-block{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.fresh-media{
    --type-strong: #e3dac6;
    background: #fbf8f1;
    color: #2f281c;
    padding: 64px 24px 72px;
  }
.fresh-media .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.fresh-media .bottom-brand h2{margin: 0 0 14px;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.fresh-media .bottom-brand p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fresh-media .plain-footer{margin-top: 40px;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 32px 40px;}
.fresh-media .text-inner h3{margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.3;}
.fresh-media .text-inner p{margin: 0 0 10px;
    font-size: 0.97rem;
    line-height: 1.6;}
.fresh-media .text-inner .fresh-details{font-size: 0.88rem;
    color: #4a3e2c;}
.fresh-media .text-inner a{display: inline-block;
    margin-top: 4px;color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    font-size: 0.97rem;}
.fresh-media .text-inner a:hover{color: #5f7a4a;}
.fresh-media .public-actions{margin: 44px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--type-strong);
    font-size: 0.98rem;
    line-height: 1.65;}
.fresh-media .public-actions a{color: #5f7a4a;
    text-decoration: underline;}
@media (max-width: 860px) {.fresh-media .plain-footer{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.fresh-media{
      padding: 48px 18px 56px;
    }.fresh-media .bottom-brand h2{
      font-size: 1.42rem;
    }.fresh-media .plain-footer{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.fresh-media{
  background: #fbf8f1;
  color: #2f281c;
}
.fresh-flow{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.fresh-flow .secondary-method{max-width: 1040px;
    margin: 0 auto;}
.fresh-flow h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;}
.fresh-flow .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.fresh-flow .site-area{display: flex;
    flex-direction: column;
    gap: 30px;}
.fresh-flow .local-section{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 28px;
    align-items: start;}
.fresh-flow .local-section h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.fresh-flow .local-section p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 720px) {.fresh-flow{
      padding: 52px 20px;
    }.fresh-flow h2{
      font-size: 1.5rem;
    }.fresh-flow .bottom-brand{
      font-size: 1rem;
      margin-bottom: 32px;
    }.fresh-flow .local-section{
      grid-template-columns: 1fr;
      gap: 10px;
    }.fresh-flow .site-area{
      gap: 26px;
    }
  }
.fresh-flow{
  background: #fbf8f1;
  color: #2f281c;
}
.direct-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.direct-lead .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.direct-lead .featured-block h2{margin: 0 0 14px;
    font-size: 1.9rem;
    line-height: 1.25;}
.direct-lead .bottom-brand{margin: 0 0 48px;
    font-size: 1.05rem;
    line-height: 1.6;}
.direct-lead .compact-method{display: flex;
    flex-direction: column;
    gap: 36px;}
.direct-lead .plain-header{padding-bottom: 28px;}
.direct-lead .plain-header + .plain-header{border-top: 1px solid #e3dac6;
    padding-top: 28px;}
.direct-lead .plain-header h3{margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.3;}
.direct-lead .plain-header p{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.65;}
.direct-lead .text-inner{display: inline-block;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.direct-lead .text-inner:hover{}
.direct-lead .local-section{
    margin: 44px 0 0;
    padding: 22px 26px;
    background: #f1ebdd;
    color: #4a3e2c;
    border-radius: 14px;
    font-size: 0.98rem;
    line-height: 1.65;
  }
@media (max-width: 640px) {.direct-lead{
      padding: 52px 18px;
    }.direct-lead .featured-block h2{
      font-size: 1.55rem;
    }.direct-lead .bottom-brand{
      margin-bottom: 36px;
    }
  }
.direct-lead{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.compact-content{
  background: #fbf8f1;
  color: #2f281c;
  padding: 4.5rem 1.25rem;
}
.compact-content .secondary-method{max-width: 1080px;
  margin: 0 auto;}
.compact-content .featured-block{margin-bottom: 2.75rem;}
.compact-content .featured-block h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 0.9rem;
  font-weight: 600;}
.compact-content .local-section{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;}
.compact-content .compact-method{display: flex;
  flex-direction: column;
  gap: 1.9rem;}
.compact-content .plain-header h3{font-size: 1.12rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  font-weight: 600;}
.compact-content .plain-header p{margin: 0;
  font-size: 0.99rem;
  line-height: 1.7;}
.compact-content .text-inner{margin: 3rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a3e2c;}
.compact-content .text-inner a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.compact-content .text-inner a:hover{color: #5f7a4a;}
@media (min-width: 780px) {.compact-content{
    padding: 5.5rem 2rem;
  }.compact-content .compact-method{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 3.5rem;
  }.compact-content .plain-header:first-child{
    grid-column: 1 / -1;
  }
}
.compact-content{
  background: #fbf8f1;
  color: #2f281c;
}
.simple-surface{
    background: #fbf8f1;
    color: #2f281c;
    padding: 88px 24px;
  }
.simple-surface .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.simple-surface .featured-block h2{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 18px;}
.simple-surface .featured-block p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.simple-surface .text-media{display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: start;
    margin-top: 52px;}
.simple-surface .local-section{padding: 0 0 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e3dac6;}
.simple-surface .local-section:last-child{border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.simple-surface .local-section h3{font-size: 1.15rem;
    margin: 0 0 8px;}
.simple-surface .local-section p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.simple-surface .main-footer{margin: 0;}
.simple-surface .main-footer img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.simple-surface .text-inner{margin: 48px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.simple-surface .text-inner a{text-decoration: underline;
    text-underline-offset: 3px;}
.simple-surface .text-inner a:hover{}
@media (max-width: 760px) {.simple-surface{
      padding: 60px 20px;
    }.simple-surface .text-media{
      grid-template-columns: 1fr;
      gap: 36px;
      margin-top: 36px;
    }.simple-surface .featured-block h2{
      font-size: 1.6rem;
    }
  }
.simple-surface{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.compact-visual{
    --type-meta: #e3dac6;
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.compact-visual .secondary-method{max-width: 880px;
    margin: 0 auto;}
.compact-visual .featured-block{margin-bottom: 48px;}
.compact-visual .featured-block h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.compact-visual .featured-block p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.compact-visual .bottom-summary{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.compact-visual .top-steps{counter-increment: paso;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 8px 24px;
    padding: 26px 0;
    border-top: 1px solid var(--type-meta);}
.compact-visual .top-steps:last-child{border-bottom: 1px solid var(--type-meta);}
.compact-visual .top-steps::before{content: counter(paso, decimal-leading-zero);
    font-size: 0.95rem;
    letter-spacing: 0.06em;color:inherit;
    padding-top: 4px;}
.compact-visual .top-steps h3{grid-column: 2;
    font-size: 1.15rem;
    margin: 0 0 6px;
    font-weight: 600;}
.compact-visual .top-steps p{grid-column: 2;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.compact-visual .text-inner{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.compact-visual .text-inner a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-visual .text-inner a:hover{color:inherit;}
@media (max-width: 560px) {.compact-visual{
      padding: 56px 18px 64px;
    }.compact-visual .featured-block h2{
      font-size: 1.55rem;
    }.compact-visual .top-steps{
      grid-template-columns: 40px 1fr;
      gap: 6px 16px;
      padding: 22px 0;
    }
  }
.compact-visual{
  background: #fbf8f1;
  color: #2f281c;
}
.steady-inner{padding:calc(1.5rem * 2.4) 1.88rem;background:#fbf8f1;color:#2f281c;}
.compact-section{max-width:920px;margin:0 auto;}
.steady-inner h1{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08;}
.quiet-details{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.quiet-details .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: end;}
.quiet-details .bottom-brand h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.quiet-details .bottom-brand p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.quiet-details .main-shell{
    background: #f1ebdd;
    color: #4a3e2c;
    padding: 28px 28px 24px;
    border-radius: 14px;
  }
.quiet-details .go{
    display: inline-block;
    background: #6f8f56;
    color: #fbf8f1;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.quiet-details .go:hover{
    background: #5f7a4a;color:#2f281c;}
.quiet-details .text-inner{margin: 18px 0 0;
    font-size: 0.92rem;
    line-height: 1.55;}
.quiet-details .text-inner a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.quiet-details{
      padding: 56px 20px;
    }.quiet-details .secondary-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }.quiet-details .bottom-brand h2{
      font-size: 1.55rem;
    }
  }
.quiet-details{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.compact-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.compact-lead .secondary-method{max-width: 720px;
    margin: 0 auto;}
.compact-lead h2{font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.compact-lead .secondary-method > p{margin: 0 0 2.6rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.compact-lead .plain-header{margin-bottom: 2.2rem;}
.compact-lead .plain-header:last-child{margin-bottom: 0;}
.compact-lead .plain-header h3{font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.compact-lead .plain-header h3 a{color: #2f281c;
    text-decoration: none;
    border-bottom: 1px solid #6f8f56;
    padding-bottom: 1px;}
.compact-lead .plain-header h3 a:hover{color:inherit;}
.compact-lead .plain-header p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 640px) {.compact-lead{
      padding: 3rem 1.15rem;
    }.compact-lead h2{
      font-size: 1.35rem;
    }.compact-lead .secondary-method > p{
      margin-bottom: 2rem;
    }
  }
.compact-lead{
  background: #fbf8f1;
  color: #2f281c;
}
.page-footer{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.25rem;
  }
.page-footer .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.page-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.page-footer .bottom-brand{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.page-footer .site-area{display: flex;
    flex-direction: column;
    gap: 2.2rem;}
.page-footer .local-section{max-width: 720px;}
.page-footer .local-section:nth-child(2){margin-left: auto;
    margin-right: 0;}
.page-footer .local-section:nth-child(3){margin-left: 3.5rem;}
.page-footer .local-section h3{font-size: 1.12rem;
    font-weight: 600;
    margin: 0 0 0.55rem;
    letter-spacing: 0.005em;}
.page-footer .local-section p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.page-footer .featured-media{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.page-footer .featured-media a{text-decoration: underline;
    text-underline-offset: 3px;}
.page-footer .featured-media a:hover{}
@media (max-width: 720px) {.page-footer{
      padding: 3rem 1.1rem;
    }.page-footer .local-section:nth-child(2),
    .page-footer .local-section:nth-child(3){
      margin-left: 0;
      margin-right: 0;
    }.page-footer .bottom-brand{
      margin-bottom: 2rem;
    }
  }
.main-visual{
    --space-card: 2.5rem;
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.25rem 5rem;
  }
.main-visual .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.main-visual .featured-block{margin-bottom: var(--space-card);}
.main-visual .featured-block h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.main-visual .featured-block p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.main-visual .offer-summary{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem 3rem;
    align-items: start;}
.main-visual .service-list{margin: 0;}
.main-visual .service-list img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;}
.main-visual .service-list figcaption{margin-top: 1.1rem;}
.main-visual .service-list h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.main-visual .service-list p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.main-visual .site-area{
    margin-top: 3rem;
    background: #f1ebdd;
    color: #4a3e2c;
    border-radius: 14px;
    padding: 1.75rem 1.9rem;
  }
.main-visual .site-area p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
@media (max-width: 760px) {.main-visual{
      padding: 3rem 1rem 3.5rem;
    }.main-visual .offer-summary{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.main-visual .site-area{
      padding: 1.4rem 1.3rem;
    }
  }
.main-visual{
  background: #fbf8f1;
  color: #2f281c;
}
.narrow-feature{
  background: #fbf8f1;
  color: #2f281c;
  padding: 72px 20px;
}
.narrow-feature .secondary-method{max-width: 760px;
  margin: 0 auto;}
.narrow-feature h2{font-size: 1.85rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.narrow-feature .bottom-brand{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 44px;}
.narrow-feature .bottom-summary{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;}
.narrow-feature .top-steps{padding: 0;}
.narrow-feature .open-stack{display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;}
.narrow-feature .top-steps h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 600;}
.narrow-feature .top-steps p{font-size: 1rem;
  line-height: 1.65;
  margin: 0;}
.narrow-feature .public-actions{font-size: 1rem;
  line-height: 1.65;
  margin: 44px 0 0;}
@media (max-width: 560px) {.narrow-feature{
    padding: 52px 18px;
  }.narrow-feature h2{
    font-size: 1.5rem;
  }.narrow-feature .bottom-summary{
    gap: 28px;
  }
}
.narrow-feature{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.compact-visual{
    --font-nav: #e3dac6;
    --mark-content: #f1ebdd;
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.compact-visual .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 56px 64px;
    align-items: start;}
.compact-visual .direct-header h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-visual .direct-header p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.compact-visual .bottom-summary{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: hiw;}
.compact-visual .top-steps{padding: 18px 0 20px;
    border-top: 1px solid var(--font-nav);
    counter-increment: hiw;}
.compact-visual .top-steps:first-child{border-top: 0;
    padding-top: 0;}
.compact-visual .top-steps h3{margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 12px;}
.compact-visual .top-steps h3::before{content: counter(hiw, decimal-leading-zero);
    font-size: 0.82rem;
    letter-spacing: 0.06em;color:inherit;
    font-weight: 500;
    min-width: 1.6em;}
.compact-visual .top-steps p{margin: 0 0 0 2.2em;
    font-size: 0.97rem;
    line-height: 1.65;}
.compact-visual .text-inner{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--font-nav);
    font-size: 0.97rem;
    line-height: 1.7;}
.compact-visual .text-inner a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-visual .text-inner a:hover{color:inherit;}
@media (max-width: 760px) {.compact-visual{
      padding: 48px 18px;
    }.compact-visual .secondary-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }.compact-visual .direct-header h2{
      font-size: 1.45rem;
    }.compact-visual .top-steps p{
      margin-left: 0;
    }
  }
.fresh-flow{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.fresh-flow .secondary-method{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.fresh-flow h2{font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.fresh-flow .bottom-brand{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-flow .local-section{display: flex;
    flex-direction: column;
    gap: 6px;}
.fresh-flow .local-section .focused-footer{margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.fresh-flow .local-section .visual-inner{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.fresh-flow .public-actions{margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.fresh-flow a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-flow a:hover{}
@media (max-width: 640px) {.fresh-flow{
      padding: 48px 18px;
    }.fresh-flow .secondary-method{
      gap: 22px;
    }
  }
.fresh-flow{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.active-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.active-lead .secondary-method{max-width: 860px;
    margin: 0 auto;}
.active-lead h2{font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 20px;}
.active-lead .featured-block{margin: 0 0 18px;
    font-size: 1.02rem;
    line-height: 1.65;}
.active-lead .focused-shell{margin: 40px 0 0;
    padding: 0;}
.active-lead .plain-header{display: flex;
    flex-wrap: wrap;
    gap: 6px 32px;
    padding: 18px 0;
    border-top: 1px solid #e3dac6;}
.active-lead .plain-header:last-child{border-bottom: 1px solid #e3dac6;}
.active-lead dt{flex: 0 0 200px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;color:inherit;
    padding-top: 2px;}
.active-lead dd{flex: 1 1 320px;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.active-lead dd a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-lead dd a:hover{color:inherit;}
@media (max-width: 620px) {.active-lead{
      padding: 52px 18px 64px;
    }.active-lead h2{
      font-size: 1.4rem;
    }.active-lead .plain-header{
      display: block;
      padding: 16px 0;
    }.active-lead dt{
      display: block;
      margin-bottom: 6px;
    }
  }
.active-lead{
  background: #fbf8f1;
  color: #2f281c;
}
.compact-content{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 80px;
  }
.compact-content .secondary-method{max-width: 880px;
    margin: 0 auto;}
.compact-content h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-content .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.compact-content .compact-method{display: flex;
    flex-direction: column;
    gap: 34px;}
.compact-content .plain-header h3{font-size: 1.12rem;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 600;}
.compact-content .plain-header p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.compact-content .steady-footer{margin: 52px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-content .steady-footer a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-content .steady-footer a:hover{}
@media (max-width: 640px) {.compact-content{
      padding: 52px 18px 60px;
    }.compact-content .bottom-brand{
      margin-bottom: 34px;
    }.compact-content .compact-method{
      gap: 28px;
    }.compact-content .steady-footer{
      margin-top: 40px;
    }
  }
.compact-content{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.simple-surface{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 80px;
  }
.simple-surface .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.simple-surface .featured-block{margin-bottom: 48px;}
.simple-surface .featured-block h2{font-size: clamp(1.6rem, 3.2vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.simple-surface .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.simple-surface .clear-intro{display: flex;
    flex-direction: column;
    gap: 40px;}
.simple-surface .service-view h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.simple-surface .service-view p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.simple-surface .service-view:nth-child(2){margin-left: 6%;}
.simple-surface .service-view:nth-child(4){margin-left: 3%;}
.simple-surface .text-inner{margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid #e3dac6;}
.simple-surface .text-inner p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.simple-surface .text-inner a{text-decoration: underline;
    text-underline-offset: 3px;}
.simple-surface .text-inner a:hover{}
@media (max-width: 720px) {.simple-surface{
      padding: 52px 20px 60px;
    }.simple-surface .service-view:nth-child(2),
    .simple-surface .service-view:nth-child(4){
      margin-left: 0;
    }.simple-surface .clear-intro{
      gap: 32px;
    }
  }
.offer-figure{
    --gutter-content: 1.5rem;
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.offer-figure .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.offer-figure .featured-block{margin-bottom: 3rem;}
.offer-figure .featured-block h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.offer-figure .featured-block p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.offer-figure .direct-brand{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gutter-content) 3rem;}
.offer-figure .service-area{padding: 0;}
.offer-figure .service-area h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.offer-figure .service-area p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.offer-figure .text-inner{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.offer-figure .text-inner a{color: #7a6a4f;
    text-decoration: underline;
    text-underline-offset: 3px;}
.offer-figure .text-inner a:hover{color: #5f7a4a;}
@media (max-width: 720px) {.offer-figure{
      padding: 3rem 1.25rem;
    }.offer-figure .direct-brand{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.offer-figure .featured-block{
      margin-bottom: 2.25rem;
    }
  }
.secondary-wrap{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.secondary-wrap .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.secondary-wrap h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;}
.secondary-wrap .bottom-brand{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.secondary-wrap .site-wrap{list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0;}
.secondary-wrap .plain-header{padding: 1.4rem 0;}
.secondary-wrap .plain-header + .plain-header{border-top: 1px solid #e3dac6;}
.secondary-wrap .plain-header h3{margin: 0 0 0.4rem;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.35;}
.secondary-wrap .plain-header .fresh-details{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.secondary-wrap .local-section{margin: 0.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.secondary-wrap .local-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-wrap .local-section a:hover{}
@media (min-width: 760px) {.secondary-wrap{
      padding: 5.5rem 2rem;
    }.secondary-wrap .site-wrap{
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
    }.secondary-wrap .plain-header + .plain-header{
      border-top: none;
    }.secondary-wrap .plain-header:nth-child(n + 3){
      border-top: 1px solid #e3dac6;
    }.secondary-wrap .plain-header:nth-child(2n){
      padding-left: 0;
    }
  }
.secondary-wrap{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.compact-content{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.compact-content .secondary-method{max-width: 780px;
    margin: 0 auto;}
.compact-content h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.compact-content .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;}
.compact-content .compact-method{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.compact-content .plain-header h3{font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.compact-content .plain-header p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.compact-content .public-actions{margin: 2.75rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-content .public-actions a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-content .public-actions a:hover{color: #5f7a4a;}
@media (max-width: 640px) {.compact-content{
      padding: 3rem 1.15rem;
    }.compact-content h2{
      font-size: 1.45rem;
    }.compact-content .bottom-brand{
      margin-bottom: 2rem;
    }
  }
.plain-grid{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.plain-grid .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.plain-grid h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.plain-grid .bottom-brand{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 48px;}
.plain-grid .clear-intro{display: flex;
    flex-direction: column;
    gap: 40px;}
.plain-grid .plain-header{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;}
.plain-grid .plain-header:nth-child(even){grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);}
.plain-grid .plain-header:nth-child(even) img{order: 2;}
.plain-grid .plain-header img{width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    display: block;}
.plain-grid .strong-frame h3{font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;}
.plain-grid .strong-frame p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.plain-grid .local-section{
    margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4a3e2c;
    background: #f1ebdd;
    padding: 24px 26px;
    border-radius: 14px;
  }
.plain-grid .local-section a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 760px) {.plain-grid{
      padding: 52px 18px;
    }.plain-grid .plain-header,
    .plain-grid .plain-header:nth-child(even){
      grid-template-columns: 1fr;
      gap: 18px;
    }.plain-grid .plain-header:nth-child(even) img{
      order: 0;
    }.plain-grid .plain-header img{
      height: 240px;
    }.plain-grid .bottom-brand{
      margin-bottom: 36px;
    }
  }
.plain-grid{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.public-wrap{
  background: #fbf8f1;
  color: #2f281c;
  padding: 72px 24px 80px;
}
.public-wrap .secondary-method{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 40px 64px;
  align-items: start;}
.public-wrap h2{font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  margin: 0;
  font-weight: 600;}
.public-wrap .top-entries{display: flex;
  flex-direction: column;
  gap: 20px;}
.public-wrap .top-entries p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;}
@media (max-width: 760px) {.public-wrap{
    padding: 52px 20px 60px;
  }.public-wrap .secondary-method{
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.public-wrap{
  background: #fbf8f1;
  color: #2f281c;
}
.fresh-media{
    --type-strong: #e3dac6;
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.fresh-media .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.75rem;}
.fresh-media .featured-block h2{margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.25;}
.fresh-media .featured-block p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;}
.fresh-media .plain-footer{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem 3rem;}
.fresh-media .text-inner h3{margin: 0 0 0.65rem;
    font-size: 1.125rem;
    line-height: 1.35;}
.fresh-media .text-inner p{margin: 0 0 0.75rem;
    line-height: 1.65;}
.fresh-media .text-inner .fresh-tile{margin: 0 0 0.5rem;
    font-size: 1.0625rem;}
.fresh-media .text-inner .fresh-tile a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-media .text-inner .local-section{margin: 0;
    font-size: 0.9375rem;
    color: #4a3e2c;}
.fresh-media .public-actions{border-top: 1px solid var(--type-strong);
    padding-top: 1.75rem;
    display: grid;
    gap: 0.85rem;}
.fresh-media .public-actions p{margin: 0;
    line-height: 1.7;}
.fresh-media .public-actions .team-note a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 720px) {.fresh-media{
      padding: 3rem 1.25rem;
    }.fresh-media .plain-footer{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.compact-visual{
    background: #fbf8f1;
    color: #2f281c;
    padding: 64px 24px;
  }
.compact-visual .secondary-method{max-width: 880px;
    margin: 0 auto;}
.compact-visual h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-visual .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 36px;}
.compact-visual .top-steps{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.compact-visual .top-steps li{counter-increment: paso;
    padding: 22px 0 22px 56px;
    position: relative;
    border-top: 1px solid #e3dac6;}
.compact-visual .top-steps li:last-child{border-bottom: 1px solid #e3dac6;}
.compact-visual .top-steps li::before{content: counter(paso, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 24px;
    font-size: 0.85rem;
    letter-spacing: 0.06em;}
.compact-visual .top-steps h3{font-size: 1.15rem;
    margin: 0 0 8px;
    font-weight: 600;}
.compact-visual .top-steps p{margin: 0;
    line-height: 1.6;}
.compact-visual .public-actions{margin: 32px 0 0;
    line-height: 1.65;}
.compact-visual .public-actions a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-visual .public-actions a:hover{}
@media (max-width: 600px) {.compact-visual{
      padding: 44px 18px;
    }.compact-visual h2{
      font-size: 1.55rem;
    }.compact-visual .top-steps li{
      padding-left: 44px;
    }
  }
.compact-visual{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.simple-block{
    background: #fbf8f1;
    color: #2f281c;
    padding: 5rem 1.5rem;
  }
.simple-block .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: start;}
.simple-block .bottom-brand h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.simple-block .featured-block{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0;}
.simple-block .local-section{padding-top: 0.6rem;}
.simple-block .local-section p{font-size: 0.98rem;
    line-height: 1.75;
    margin: 0 0 1.1rem;
    color: #4a3e2c;}
.simple-block .local-section p:last-child{margin-bottom: 0;}
@media (max-width: 820px) {.simple-block{
      padding: 3.5rem 1.25rem;
    }.simple-block .secondary-method{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.simple-block{
  background: #fbf8f1;
  color: #2f281c;
}
.plain-content{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.plain-content .secondary-method{max-width: 760px;
    margin: 0 auto;}
.plain-content h2{margin: 0 0 20px;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;}
.plain-content .bottom-brand{margin: 0 0 44px;
    font-size: 1.08rem;
    line-height: 1.65;}
.plain-content .plain-header{margin-bottom: 34px;}
.plain-content .plain-header:last-child{margin-bottom: 0;}
.plain-content .plain-header h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.plain-content .plain-header p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 640px) {.plain-content{
      padding: 52px 18px 64px;
    }.plain-content h2{
      font-size: 1.55rem;
    }.plain-content .bottom-brand{
      margin-bottom: 34px;
    }.plain-content .plain-header{
      margin-bottom: 28px;
    }
  }
.plain-content{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.simple-surface{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.simple-surface .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.5rem 3rem;
    align-items: start;}
.simple-surface .featured-block{grid-column: 1 / -1;}
.simple-surface h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.simple-surface .featured-block p{margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.simple-surface .featured-block p:last-child{margin-bottom: 0;}
.simple-surface .service-list{width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 14px;
    display: block;}
.simple-surface .service-summary{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.simple-surface .plain-header h3{font-size: 1.08rem;
    margin: 0 0 0.4rem;
    font-weight: 600;}
.simple-surface .plain-header p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.simple-surface .text-inner{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.simple-surface .text-inner a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.simple-surface .text-inner a:hover{color: #5f7a4a;}
@media (max-width: 760px) {.simple-surface{
      padding: 3rem 1.15rem;
    }.simple-surface .secondary-method{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }.simple-surface h2{
      font-size: 1.5rem;
    }.simple-surface .service-list{
      min-height: 200px;
    }
  }
.simple-surface{
  background: #fbf8f1;
  color: #2f281c;
}
.direct-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.direct-lead .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.direct-lead h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.direct-lead .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.direct-lead .clear-intro{display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.direct-lead .service-view{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 2.5rem;
    row-gap: 0.75rem;
    align-items: start;}
.direct-lead .service-view h3{grid-column: 1;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;}
.direct-lead .service-view p{grid-column: 2;
    margin: 0;
    line-height: 1.65;
    font-size: 1rem;}
.direct-lead .service-view .fresh-figure{font-size: 0.92rem;}
.direct-lead .service-view .contact-body{
    grid-column: 1;
    justify-self: start;
    align-self: end;
    margin-top: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: #6f8f56;
    color: #fbf8f1;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease;
  }
.direct-lead .service-view .contact-body:hover{
    background: #5f7a4a;color:#2f281c;}
.direct-lead .local-section{
    margin: 3rem 0 0;
    padding: 1.5rem 1.75rem;
    background: #f1ebdd;
    color: #4a3e2c;
    border-radius: 14px;
    line-height: 1.65;
    font-size: 0.98rem;
  }
@media (max-width: 720px) {.direct-lead{
      padding: 3rem 1.25rem;
    }.direct-lead h2{
      font-size: 1.55rem;
    }.direct-lead .service-view{
      grid-template-columns: 1fr;
      row-gap: 0.6rem;
    }.direct-lead .service-view h3,
    .direct-lead .service-view p,
    .direct-lead .service-view .contact-body{
      grid-column: 1;
    }.direct-lead .service-view .contact-body{
      margin-top: 0.75rem;
    }
  }
.narrow-panel{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem 5rem;
  }
.narrow-panel .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    column-gap: 4rem;
    row-gap: 2.5rem;
    align-items: start;}
.narrow-panel .bottom-footer{grid-column: 1 / -1;}
.narrow-panel h2{font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.narrow-panel .text-intro{font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 1.2rem;
    color: #4a3e2c;}
.narrow-panel .fresh-details{font-size: 0.875rem;
    letter-spacing: 0.02em;
    margin: 0;
    color: #4a3e2c;}
.narrow-panel .top-tile{grid-column: 1;}
.narrow-panel .top-tile p{font-size: 1.0625rem;
    line-height: 1.7;
    margin: 0 0 1.35rem;}
.narrow-panel .top-tile p:last-child{margin-bottom: 0;}
.narrow-panel .secondary-proof{grid-column: 2;
    padding-top: 0.35rem;}
.narrow-panel .secondary-proof p{font-size: 0.875rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #4a3e2c;}
.narrow-panel .secondary-proof a{display: block;
    font-size: 1rem;
    line-height: 1.45;color:inherit;
    text-decoration: none;
    padding: 0.65rem 0;
    border-bottom: 1px solid #e3dac6;}
.narrow-panel .secondary-proof a:last-child{border-bottom: none;}
.narrow-panel .secondary-proof a:hover{color: #5f7a4a;}
@media (max-width: 760px) {.narrow-panel{
      padding: 3rem 1.25rem 3.5rem;
    }.narrow-panel .secondary-method{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 2rem;
    }.narrow-panel .top-tile,
    .narrow-panel .secondary-proof{
      grid-column: 1;
    }
  }
.narrow-panel{
  background: #fbf8f1;
  color: #2f281c;
}
.clear-surface{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.clear-surface .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5rem;
    align-items: start;}
.clear-surface .featured-block h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.clear-surface .featured-block p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-surface .compact-method{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.clear-surface .plain-header h3{font-size: 1.12rem;
    margin: 0 0 0.2rem;
    font-weight: 600;}
.clear-surface .plain-header .primary-track{margin: 0 0 0.55rem;
    font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.clear-surface .plain-header p:last-child{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 760px) {.clear-surface{
      padding: 3rem 1.25rem;
    }.clear-surface .secondary-method{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.clear-surface .featured-block h2{
      font-size: 1.5rem;
    }
  }
.clear-surface{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.fresh-flow{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.fresh-flow .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.fresh-flow h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 28px;
    font-weight: 600;}
.fresh-flow .bottom-brand{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0 0 20px;}
.fresh-flow p{line-height: 1.7;
    margin: 0 0 18px;}
.fresh-flow .site-area{margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;}
.fresh-flow .local-section{
    background: #f1ebdd;
    color: #4a3e2c;
    padding: 22px 22px 20px;
    border-radius: 14px;
  }
.fresh-flow .local-section h3{font-size: 1.05rem;
    margin: 0 0 12px;
    font-weight: 600;
    line-height: 1.3;}
.fresh-flow .local-section p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 860px) {.fresh-flow{
      padding: 56px 20px;
    }.fresh-flow .site-area{
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
.fresh-media{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.fresh-media .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.fresh-media .featured-block h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;}
.fresh-media .featured-block p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.fresh-media .focused-quote{display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 56px;}
.fresh-media .strong-proof h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.fresh-media .strong-proof p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.fresh-media .strong-proof a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    font-size: 0.98rem;}
.fresh-media .strong-proof a:hover{}
.fresh-media .strong-proof address{font-style: normal;
    font-size: 0.95rem;
    line-height: 1.55;}
.fresh-media .steady-shell h3{font-size: 1.05rem;
    margin: 0 0 18px;}
.fresh-media .steady-shell ul{list-style: none;
    padding: 0;
    margin: 0 0 40px;}
.fresh-media .steady-shell li{font-size: 0.98rem;
    line-height: 1.6;
    padding: 14px 0;
    border-top: 1px solid #e3dac6;}
.fresh-media .steady-shell li:last-child{border-bottom: 1px solid #e3dac6;}
.fresh-media .team-note{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.fresh-media .team-note a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.fresh-media .team-note a:hover{}
@media (max-width: 860px) {.fresh-media{
      padding: 56px 20px;
    }.fresh-media .focused-quote{
      grid-template-columns: 1fr;
      gap: 32px;
    }.fresh-media .featured-block h2{
      font-size: 1.55rem;
    }
  }
.fresh-media{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.plain-grid{
    background: #fbf8f1;
    color: #2f281c;
    padding: 64px 24px 72px;
  }
.plain-grid .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.plain-grid .featured-block{margin-bottom: 40px;}
.plain-grid .featured-block h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.plain-grid .bottom-brand{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: #4a3e2c;}
.plain-grid .compact-method{display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
    gap: 28px 32px;}
.plain-grid .plain-header{margin: 0;
    display: flex;
    flex-direction: column;}
.plain-grid .simple-note{grid-row: span 2;}
.plain-grid .plain-header img{
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    background: #f1ebdd;color:#4a3e2c;}
.plain-grid .simple-note img{aspect-ratio: 3 / 4;}
.plain-grid .plain-header figcaption{padding-top: 14px;}
.plain-grid .plain-header h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.plain-grid .plain-header p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a3e2c;}
.plain-grid .local-section{margin: 44px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e3dac6;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a3e2c;}
.plain-grid .local-section a{color: #7a6a4f;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-grid .local-section a:hover{color: #5f7a4a;}
@media (max-width: 760px) {.plain-grid{
      padding: 44px 18px 52px;
    }.plain-grid .compact-method{
      grid-template-columns: 1fr;
      gap: 24px;
    }.plain-grid .simple-note{
      grid-row: auto;
    }.plain-grid .simple-note img{
      aspect-ratio: 4 / 3;
    }
  }
.plain-grid{
  background: #fbf8f1;
  color: #2f281c;
}
.narrow-panel{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4rem 1.25rem;
  }
.narrow-panel .secondary-method{max-width: 760px;
    margin: 0 auto;}
.narrow-panel .open-block h2{font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.6rem;}
.narrow-panel .simple-form{font-size: 0.9rem;
    margin: 0 0 1.8rem;
    color: #4a3e2c;}
.narrow-panel .secondary-area{margin: 0 0 1.8rem;}
.narrow-panel .secondary-area img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.narrow-panel .simple-inner{font-size: 1.15rem;
    line-height: 1.55;
    margin: 0 0 1.6rem;}
.narrow-panel .public-flow p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;}
.narrow-panel .public-flow p:last-child{margin-bottom: 0;}
.narrow-panel .contact-summary{margin-top: 2.4rem;
    padding-top: 1.6rem;
    border-top: 1px solid #e3dac6;}
.narrow-panel .bottom-details{font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.8rem;
    color: #4a3e2c;}
.narrow-panel .text-inner{display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;}
.narrow-panel .text-inner a{color:inherit;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.narrow-panel .text-inner a:hover{border-bottom-color: #6f8f56;}
@media (max-width: 600px) {.narrow-panel{
      padding: 2.75rem 1rem;
    }.narrow-panel .simple-inner{
      font-size: 1.05rem;
    }
  }
.clear-surface{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.clear-surface .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.clear-surface .featured-block h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.clear-surface .featured-block p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-surface .compact-method{display: flex;
    flex-direction: column;
    gap: 2.2rem;}
.clear-surface .plain-header h3{font-size: 1.2rem;
    margin: 0 0 0.25rem;
    font-weight: 600;}
.clear-surface .plain-header .primary-track{margin: 0 0 0.7rem;
    font-size: 0.92rem;
    letter-spacing: 0.02em;}
.clear-surface .plain-header p:last-child{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (max-width: 760px) {.clear-surface{
      padding: 3rem 1.25rem;
    }.clear-surface .secondary-method{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }.clear-surface .featured-block h2{
      font-size: 1.55rem;
    }
  }
.fresh-flow{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 80px;
  }
.fresh-flow .secondary-method{max-width: 1040px;
    margin: 0 auto;}
.fresh-flow h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;}
.fresh-flow .bottom-brand{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.fresh-flow .site-area{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 56px;}
.fresh-flow .local-section h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.fresh-flow .local-section p{margin: 0;
    line-height: 1.68;
    font-size: 1rem;}
@media (max-width: 720px) {.fresh-flow{
      padding: 56px 20px 64px;
    }.fresh-flow .site-area{
      grid-template-columns: 1fr;
      gap: 30px;
    }.fresh-flow .bottom-brand{
      margin-bottom: 34px;
    }
  }
.fresh-media{
    background: #fbf8f1;
    color: #2f281c;
    padding: 3.5rem 1.25rem;
  }
.fresh-media .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;}
.fresh-media .featured-block h2{margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;}
.fresh-media .featured-block p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.fresh-media .narrow-team{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;}
.fresh-media .main-stack h3{margin: 0 0 0.5rem;
    font-size: 1.1rem;
    line-height: 1.3;}
.fresh-media .main-stack p{margin: 0 0 0.6rem;
    line-height: 1.6;}
.fresh-media .active-figure{margin: 0;
    font-size: 0.98rem;}
.fresh-media .active-figure a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.fresh-media .active-figure a:hover{}
.fresh-media .steady-shell{
    background: #f1ebdd;
    color: #4a3e2c;
    padding: 1.75rem 2rem;
    border-radius: 14px;
  }
.fresh-media .steady-shell h3{margin: 0 0 0.6rem;
    font-size: 1.1rem;}
.fresh-media .steady-shell p{margin: 0 0 0.75rem;
    line-height: 1.65;}
.fresh-media .steady-shell .team-note{margin: 0;}
.fresh-media .steady-shell .team-note a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.fresh-media .steady-shell .team-note a:hover{}
@media (max-width: 820px) {.fresh-media .narrow-team{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.fresh-media .steady-shell{
      padding: 1.5rem 1.25rem;
    }
  }
.plain-grid{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.plain-grid .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
    column-gap: 64px;
    row-gap: 40px;}
.plain-grid .featured-block{grid-column: 1 / -1;
    padding-bottom: 8px;}
.plain-grid .featured-block h2{margin: 0 0 18px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    max-width: 22ch;}
.plain-grid .bottom-brand{margin: 0;
    font-size: 1.08rem;
    line-height: 1.65;}
.plain-grid .site-area{grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    gap: 34px;}
.plain-grid .local-section h3{margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.35;}
.plain-grid .local-section p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.plain-grid .public-actions{grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    align-self: start;}
.plain-grid .compact-service{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-self: start;
    align-self: start;
    padding: 12px 22px;
    border-radius: 999px;
    background: #6f8f56;
    color: #fbf8f1;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    transition: background 0.2s ease;
  }
.plain-grid .compact-service:hover{
    background: #5f7a4a;color:#2f281c;}
@media (max-width: 820px) {.plain-grid{
      padding: 56px 20px 64px;
    }.plain-grid .secondary-method{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }.plain-grid .featured-block,
    .plain-grid .site-area,
    .plain-grid .public-actions,
    .plain-grid .compact-service{
      grid-column: 1 / -1;
      grid-row: auto;
    }
  }
.narrow-panel{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4rem 1.25rem 5rem;
  }
.narrow-panel .secondary-method{max-width: 760px;
    margin: 0 auto;}
.narrow-panel .bottom-footer{margin-bottom: 2.25rem;}
.narrow-panel .quiet-grid{margin: 0 0 0.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4a3e2c;}
.narrow-panel h2{margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
    line-height: 1.2;
    font-weight: 600;}
.narrow-panel .text-intro{margin: 0;
    font-size: 1.08rem;
    line-height: 1.55;
    color: #4a3e2c;}
.narrow-panel .top-tile p{margin: 0 0 1.2rem;
    font-size: 1.05rem;
    line-height: 1.72;}
.narrow-panel .local-section{
    margin: 2rem 0 0;
    padding: 1.4rem 1.5rem;
    background: #f1ebdd;
    color: #4a3e2c;
    border-radius: 14px;
  }
.narrow-panel .local-section h3{margin: 0 0 0.55rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2f281c;}
.narrow-panel .local-section p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.narrow-panel .team-note{margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.7;}
.narrow-panel .team-note p{margin: 0;}
.narrow-panel .team-note a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.narrow-panel .team-note a:hover{color: #5f7a4a;}
@media (max-width: 640px) {.narrow-panel{
      padding: 2.75rem 1rem 3.5rem;
    }.narrow-panel .local-section{
      padding: 1.2rem 1.15rem;
    }
  }
.clear-surface{
  background: #fbf8f1;
  color: #2f281c;
  padding: 4.5rem 1.5rem;
}
.clear-surface .secondary-method{max-width: 1080px;
  margin: 0 auto;}
.clear-surface h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 1.1rem;
  font-weight: 600;}
.clear-surface .bottom-brand{font-size: 1.06rem;
  line-height: 1.7;
  margin: 0 0 2.8rem;}
.clear-surface .compact-method{display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.6rem;}
.clear-surface .plain-header h3{font-size: 1.18rem;
  margin: 0 0 0.35rem;
  font-weight: 600;}
.clear-surface .primary-track{font-size: 0.86rem;
  letter-spacing: 0.02em;
  margin: 0 0 0.85rem;}
.clear-surface .plain-header p:last-child{font-size: 0.98rem;
  line-height: 1.68;
  margin: 0;}
.clear-surface .local-section{margin: 3rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 1.6rem;
  border-top: 1px solid #e3dac6;}
@media (max-width: 860px) {.clear-surface .compact-method{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 520px) {.clear-surface{
    padding: 3rem 1.15rem;
  }.clear-surface h2{
    font-size: 1.55rem;
  }
}
.fresh-flow{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.fresh-flow .secondary-method{max-width: 880px;
    margin: 0 auto;}
.fresh-flow h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.fresh-flow .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    max-width: 100%;}
.fresh-flow .site-area{display: flex;
    flex-direction: column;
    gap: 32px;}
.fresh-flow .local-section h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.fresh-flow .local-section p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
@media (min-width: 760px) {.fresh-flow{
      padding: 96px 40px;
    }.fresh-flow .site-area{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px 56px;
    }
  }
.fresh-media{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.25rem;
  }
.fresh-media .secondary-method{max-width: 1080px;
    margin: 0 auto;}
.fresh-media h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.fresh-media .bottom-brand{font-size: 1.0625rem;
    line-height: 1.7;
    margin: 0 0 2.5rem;}
.fresh-media .text-inner{display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    margin-bottom: 2.5rem;}
.fresh-media .main-stack{flex: 1 1 260px;}
.fresh-media .main-stack h3{font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.fresh-media .main-stack p{font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0 0 0.75rem;}
.fresh-media .main-stack a{text-decoration: none;
    font-size: 0.9375rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.fresh-media .main-stack a:hover{}
.fresh-media .local-section{font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid #e3dac6;}
.fresh-media .local-section a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.fresh-media .local-section a:hover{}
@media (max-width: 640px) {.fresh-media{
      padding: 3rem 1rem;
    }.fresh-media .text-inner{
      gap: 1.75rem;
    }
  }
.plain-grid{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4rem 1.25rem 5rem;
  }
.plain-grid .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    column-gap: 3.5rem;
    row-gap: 2rem;
    align-items: start;}
.plain-grid .featured-block{grid-column: 1;}
.plain-grid .featured-block h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.22;
    letter-spacing: -0.005em;}
.plain-grid .bottom-brand{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #4a3e2c;}
.plain-grid .top-tile{grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;}
.plain-grid .top-tile p{margin: 0;
    font-size: 1rem;
    line-height: 1.72;}
.plain-grid .service-list{margin: 0.4rem 0 0;}
.plain-grid .service-list img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    background: #f1ebdd;color:#4a3e2c;}
.plain-grid .service-list figcaption{margin-top: 0.65rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #4a3e2c;}
.plain-grid .text-inner{margin-top: 0.4rem;}
.plain-grid .text-inner a{display: inline-block;
    font-size: 0.95rem;
    line-height: 1.5;color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.plain-grid .text-inner a:hover{color: #5f7a4a;}
@media (max-width: 780px) {.plain-grid{
      padding: 3rem 1.15rem 3.75rem;
    }.plain-grid .secondary-method{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.75rem;
    }.plain-grid .featured-block,
    .plain-grid .top-tile{
      grid-column: 1;
    }
  }
.offer-steps{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px;
  }
.offer-steps .secondary-method{max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.offer-steps .featured-block h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.offer-steps .featured-block p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;}
.offer-steps form{display: flex;
    flex-direction: column;
    gap: 24px;}
.offer-steps .direct-note{display: flex;
    flex-direction: column;
    gap: 8px;}
.offer-steps .direct-note label{font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.offer-steps .direct-note input,
  .offer-steps .direct-note textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font: inherit;
    font-size: 1rem;
    line-height: 1.5;
    color: #2f281c;
    background: #ffffff;
    border: 1px solid #e3dac6;
    border-radius: 10px;
  }
.offer-steps .direct-note textarea{resize: vertical;
    min-height: 96px;}
.offer-steps .direct-note input::placeholder,
  .offer-steps .direct-note textarea::placeholder{opacity: 0.85;}
.offer-steps .direct-note input:focus,
  .offer-steps .direct-note textarea:focus{outline: 2px solid #6f8f56;
    outline-offset: 1px;
    border-color: #6f8f56;}
.offer-steps button[type="submit"]{
    align-self: flex-start;
    padding: 13px 28px;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #fbf8f1;
    background: #6f8f56;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.offer-steps button[type="submit"]:hover{
    background: #5f7a4a;color:#2f281c;}
.offer-steps .local-section{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;}
@media (max-width: 600px) {.offer-steps{
      padding: 48px 20px;
    }.offer-steps .featured-block h2{
      font-size: 1.4rem;
    }.offer-steps button[type="submit"]{
      align-self: stretch;
      text-align: center;
    }
  }
.offer-steps{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.active-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem;
  }
.active-lead .secondary-method{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.active-lead h2{font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 600;}
.active-lead .bottom-brand{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.active-lead .focused-quote{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;}
.active-lead .plain-header h3,
  .active-lead .strong-plan h3{font-size: 1.05rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.active-lead .plain-header p{margin: 0 0 0.5rem;
    line-height: 1.65;}
.active-lead .plain-header p:last-child{margin-bottom: 0;}
.active-lead .plain-header a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.active-lead .plain-header a:hover{color:inherit;}
.active-lead .page-form{font-style: normal;}
.active-lead .local-section{font-size: 0.95rem;color:inherit;}
.active-lead .strong-plan{
    background: #f1ebdd;
    color: #4a3e2c;
    padding: 1.6rem 1.8rem;
    border-radius: 14px;
  }
.active-lead .strong-plan p{margin: 0;
    line-height: 1.7;}
.active-lead .public-actions{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;color:inherit;}
@media (max-width: 820px) {.active-lead{
      padding: 3rem 1.25rem;
    }.active-lead .focused-quote{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.secondary-content{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.25rem;
  }
.secondary-content .secondary-method{max-width: 68rem;
    margin: 0 auto;}
.secondary-content h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.secondary-content .bottom-brand{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.secondary-content .clear-intro{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3.5rem;}
.secondary-content .plain-header{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.secondary-content .plain-header:last-child{grid-column: 1 / -1;}
.secondary-content .focused-footer{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.secondary-content .fresh-tile{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.secondary-content .fresh-tile a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.secondary-content .fresh-tile a:hover{}
@media (max-width: 640px) {.secondary-content{
      padding: 3rem 1.1rem;
    }.secondary-content .clear-intro{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }.secondary-content .bottom-brand{
      margin-bottom: 2.2rem;
    }
  }
.secondary-content{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.main-section{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.main-section .secondary-method{max-width: 880px;
    margin: 0 auto;}
.main-section h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.main-section .bottom-brand{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #4a3e2c;}
.main-section .compact-method{list-style: none;
    margin: 0;
    padding: 0;}
.main-section .plain-header{padding: 26px 0;}
.main-section .plain-header + .plain-header{border-top: 1px solid #e3dac6;}
.main-section .plain-header h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.main-section .plain-header p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.main-section .public-actions{margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid #e3dac6;}
.main-section .public-actions p{margin: 0 0 14px;
    line-height: 1.7;
    font-size: 0.95rem;}
.main-section .public-actions p:last-child{margin-bottom: 0;}
.main-section .focused-header{color: #4a3e2c;}
.main-section a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.main-section a:hover{color: #5f7a4a;}
@media (max-width: 640px) {.main-section{
      padding: 52px 18px 64px;
    }.main-section .bottom-brand{
      margin-bottom: 32px;
    }.main-section .plain-header{
      padding: 22px 0;
    }
  }
.main-section{
  background: #fbf8f1;
  color: #2f281c;
}
.active-lead{
    background: #fbf8f1;
    color: #2f281c;
    padding: 64px 24px 72px;
  }
.active-lead .secondary-method{max-width: 880px;
    margin: 0 auto;}
.active-lead .bottom-brand h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 14px;}
.active-lead .bottom-brand p{margin: 0 0 36px;
    font-size: 1.02rem;
    line-height: 1.65;}
.active-lead .clear-intro{display: flex;
    flex-direction: column;}
.active-lead .plain-header{padding: 18px 0;
    border-top: 1px solid #e3dac6;}
.active-lead .plain-header:last-child{border-bottom: 1px solid #e3dac6;}
.active-lead .focused-footer{display: block;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;}
.active-lead .fresh-tile{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.active-lead .fresh-tile a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.active-lead .fresh-tile a:hover{}
.active-lead .public-actions{margin: 32px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 560px) {.active-lead{
      padding: 48px 18px 56px;
    }.active-lead .bottom-brand h2{
      font-size: 1.4rem;
    }
  }
.active-lead{
  background: var(--tone-card);
  color: var(--surface-warm);
}
.visual-fields{
    background: #fbf8f1;
    color: #2f281c;
    padding: 4.5rem 1.5rem 5rem;
  }
.visual-fields .secondary-method{max-width: 780px;
    margin: 0 auto;}
.visual-fields h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.visual-fields .bottom-brand{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.visual-fields .plain-header{margin: 0 0 2.2rem;}
.visual-fields .plain-header:last-of-type{margin-bottom: 2.6rem;}
.visual-fields h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.visual-fields .plain-header p{margin: 0;
    line-height: 1.75;
    font-size: 1rem;}
.visual-fields .service-items{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a3e2c;
    background: #f1ebdd;
    padding: 1.15rem 1.3rem;
    border-radius: 10px;
  }
.visual-fields .service-items a{color: #7a6a4f;
    text-decoration: underline;
    text-underline-offset: 2px;}
.visual-fields .service-items a:hover{color: #5f7a4a;}
@media (max-width: 640px) {.visual-fields{
      padding: 3rem 1.15rem 3.5rem;
    }.visual-fields .bottom-brand{
      margin-bottom: 2rem;
    }.visual-fields .plain-header{
      margin-bottom: 1.8rem;
    }
  }
.visual-fields{
  background: #fbf8f1;
  color: #2f281c;
}
.quiet-details{
    background: #fbf8f1;
    color: #2f281c;
    padding: 72px 24px 88px;
  }
.quiet-details .secondary-method{max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.quiet-details .bottom-brand h2{margin: 0 0 20px;
    font-size: clamp(1.7rem, 3.4vw, 2.3rem);
    line-height: 1.2;
    font-weight: 600;}
.quiet-details .bottom-brand p{margin: 0 0 16px;
    font-size: 1.05rem;
    line-height: 1.7;}
.quiet-details .bottom-brand p:last-child{margin-bottom: 0;}
.quiet-details .main-shell{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 32px;}
.quiet-details .go{
    display: inline-block;
    background: #6f8f56;
    color: #fbf8f1;
    padding: 15px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.quiet-details .go:hover{
    background: #5f7a4a;color:#2f281c;}
.quiet-details .text-inner{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    font-size: 0.95rem;}
.quiet-details .text-inner a{text-decoration: none;
    border-bottom: 1px solid rgba(122, 106, 79, 0.35);
    padding-bottom: 2px;}
.quiet-details .text-inner a:hover{border-bottom-color: #7a6a4f;}
@media (max-width: 520px) {.quiet-details{
      padding: 56px 20px 68px;
    }.quiet-details .main-shell{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.simple-header{
    --ink-warm: #2f281c;
    --font-small: #e3dac6;
    background: #fbf8f1;
    color: var(--ink-warm);
    padding: 72px 24px 80px;
  }
.simple-header .secondary-method{max-width: 720px;
    margin: 0 auto;}
.simple-header h2{font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 22px;
    font-weight: 500;
    letter-spacing: -0.01em;}
.simple-header p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 18px;}
.simple-header .text-inner{margin: 30px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;}
.simple-header .text-inner a{color:inherit;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.simple-header .text-inner a:hover,
  .simple-header .text-inner a:focus-visible{border-bottom-color: currentColor;}
.simple-header .active-figure{margin: 0;
    padding-top: 28px;
    border-top: 1px solid var(--font-small);
    display: grid;
    gap: 18px;}
.simple-header .active-figure div{display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
    align-items: baseline;}
.simple-header .active-figure dt{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4a3e2c;}
.simple-header .active-figure dd{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.simple-header .active-figure dd a{color: var(--ink-warm);
    text-decoration: none;
    border-bottom: 1px solid var(--font-small);}
.simple-header .active-figure dd a:hover,
  .simple-header .active-figure dd a:focus-visible{border-bottom-color: currentColor;}
@media (max-width: 560px) {.simple-header{
      padding: 52px 20px 60px;
    }.simple-header .active-figure div{
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }
.simple-header{
  background: #fbf8f1;
  color: #2f281c;
}
.404{
    background: #fbf8f1;
    color: #2f281c;
    padding: 96px 24px 104px;
  }
.404 .secondary-method{
    max-width: 720px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    margin: 0 0 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
.404 .bottom-brand{
    font-size: 1.125rem;
    line-height: 1.65;
    margin: 0 0 20px;
  }
.404 .local-section{
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 40px;
  }
.404 .text-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: baseline;
    margin-bottom: 36px;
  }
.404 .text-inner a{
    font-size: 1rem;
    text-decoration: none;
    padding-bottom: 3px;
  }
.404 .compact-service{
    border-bottom: 1px solid currentColor;
  }
.404 .wide-fields{
    border-bottom: 1px solid currentColor;
  }
.404 .fresh-content{
    border-bottom: 1px solid currentColor;
  }
.404 .text-inner a:hover{
    opacity: 0.75;
  }
.404 .fresh-list{
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0;
  }
.404 .fresh-list a{
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
@media (max-width: 560px) {.404{
      padding: 64px 20px 72px;
    }.404 .text-inner{
      flex-direction: column;
      gap: 12px;
      align-items: flex-start;
    }
  }
.404{
  background: var(--tone-card);
  color: var(--surface-warm);
}
