@import url("./theme.css");
@import url("./view.css");
body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
:root {
  --paint-light: #2B1218;
  --motion-entry: cubic-bezier(0.4,0,0.2,1);
  --paint-primary: #FBF7EE;
}
.service{
    --layer-control: #E4D9C6;
    --surface-base: #7A1F2B;
    --mark-strong: #0F7A63;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.visual-plan{
    --font-heading: #E4D9C6;
    --tone-extra-17: #6B5F55;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.page-plan{
    --layer-control: #E4D9C6;
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 80px;
  }
.site-contact{
    --mark-local: #E4D9C6;
    --tone-extra-24: #0F7A63;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.team-view{
    --surface-secondary: #2B211C;
    --axis-soft: #FBF7EE;
    --layer-control: #E4D9C6;
    --field-extra-26: #7A1F2B;
    background: var(--axis-soft);
    color: var(--surface-secondary);
    padding: 4.5rem 1.5rem;
  }
.site-contact{
    --mark-local: #E4D9C6;
    --tone-extra-24: #0F7A63;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.secondary-quote{
    --tone-extra-20: #FBF7EE;
    --surface-inverse: #2B211C;
    --copy-strong: #E4D9C6;
    --tone-main: #7A1F2B;
    --tone-inverse: #0F7A63;
    background: var(--tone-extra-20);
    color: var(--surface-inverse);
    padding: 72px 24px 88px;
  }
.visual-feature{
    --paint-dark: #F2EADB;
    --paint-strong: #E4D9C6;
    --field-public: #7A1F2B;
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 88px;
  }
.primary-frame{
    --layer-control: #E4D9C6;
    --surface-base: #7A1F2B;
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 80px;
  }
.top-plan{
    --layer-control: #E4D9C6;
    --paint-page: #7A1F2B;
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 88px;
  }
.site-block{
    --surface-secondary: #2B211C;
    --axis-soft: #FBF7EE;
    --type-large: #E4D9C6;
    --surface-card: #7A1F2B;
    --surface-base: #0F7A63;
    background: var(--axis-soft);
    color: var(--surface-secondary);
    padding: 4rem 1.5rem 5rem;
  }
.narrow-copy{
    --layer-control: #E4D9C6;
    --ink-secondary: #3A322C;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.strip{
    --layer-control: #E4D9C6;
    --surface-base: #0F7A63;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.compact-surface{
    --layer-control: #E4D9C6;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.simple-lead{
    --layer-control: #E4D9C6;
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.25rem 5rem;
  }
.primary-frame .direct-fields p:last-child{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 46ch;
    color: #3A322C;}
.primary-frame .wide-view{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--layer-control);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 68ch;
    color: #3A322C;}
.primary-frame .wide-view a{color: #0F7A63;
    text-decoration: underline;
    text-underline-offset: 3px;}
.primary-frame .wide-view a:hover{color: #611620;}
@media (max-width: 720px) {.primary-frame{
      padding: 52px 20px 60px;
    }.primary-frame .quiet-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.primary-frame{
  background: #FBF7EE;
  color: #2B211C;
}
.active-body{
    background: #FBF7EE;
    color: #2B211C;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.active-body .quiet-method{max-width: 46rem;
    margin: 0 auto;}
.active-body h1{font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 1.6rem;
    font-weight: 600;}
.active-body .simple-fields{font-size: 1.125rem;
    line-height: 1.65;
    margin: 0 0 1.4rem;
    max-width: 40rem;}
.active-body .wide-view{font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 1.2rem;
    border-top: 1px solid #E4D9C6;
    max-width: 40rem;}
@media (max-width: 640px) {.active-body{
      padding: 3.5rem 1.25rem 3rem;
    }
  }
.compact-media{
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 4rem;
  }
.compact-media .quiet-method{max-width: 68rem;
    margin: 0 auto;}
.compact-media .simple-fields{font-size: 1.15rem;
    line-height: 1.7;
    max-width: 46rem;
    margin: 0 0 3rem;}
.compact-media .local-inner{display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem 3rem;
    border-top: 1px solid #E4D9C6;
    padding-top: 2.5rem;}
.compact-media .wide-view h2{font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 0 0.75rem;
    color: #7A1F2B;}
.compact-media .wide-view p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-media .featured-unit{margin: 3rem 0 0;
    padding-left: 1rem;
    border-left: 3px solid #0F7A63;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 44rem;}
@media (max-width: 720px) {.compact-media{
      padding: 3rem 1.25rem 2.75rem;
    }.compact-media .local-inner{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.compact-media .simple-fields{
      font-size: 1.05rem;
      margin-bottom: 2.25rem;
    }
  }
.top-plan .quiet-method{max-width: 880px;
    margin: 0 auto;}
.top-plan .simple-fields{max-width: 620px;
    margin: 0 0 56px;}
.top-plan .simple-fields h2{margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.top-plan .simple-fields p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;}
.top-plan .service{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--layer-control);}
.top-plan .quiet-plan{display: grid;
    grid-template-columns: 96px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--layer-control);}
.top-plan .soft-menu{font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-top: 4px;}
.top-plan .offer-area h3{margin: 0 0 8px;
    font-size: 1.125rem;
    line-height: 1.35;}
.top-plan .offer-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 60ch;}
@media (max-width: 640px) {.top-plan{
      padding: 56px 20px 64px;
    }.top-plan .simple-fields h2{
      font-size: 1.625rem;
    }.top-plan .quiet-plan{
      grid-template-columns: 1fr;
      gap: 8px;
    }.top-plan .soft-menu{
      padding-top: 0;
    }
  }
.site-block .quiet-method{max-width: 720px;
    margin: 0 auto;}
.site-block .contact-track{margin-bottom: 2rem;}
.site-block h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 0.75rem;}
.site-block .text-nav{font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    opacity: 0.85;}
.site-block .clear-steps{font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0.9rem;
    border-top: 1px solid var(--type-large);}
.site-block .direct-note{margin: 0 0 2.25rem;}
.site-block .direct-note img{display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;}
.site-block .direct-note figcaption{margin-top: 0.6rem;
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.7;}
.site-block .open-story p{font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 1.4rem;}
.site-block .open-story p:first-child::first-letter{font-size: 3.2rem;
    line-height: 1;
    float: left;
    padding: 0.15rem 0.6rem 0 0;}
.site-block .entry-foot{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--type-large);}
.site-block .entry-note{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.site-block .entry-note a{text-decoration: underline;
    text-underline-offset: 3px;}
.site-block .entry-note a:hover{}
@media (max-width: 640px) {.site-block{
      padding: 2.75rem 1.15rem 3.5rem;
    }.site-block .open-story p:first-child::first-letter{
      font-size: 2.6rem;
    }
  }
.site-block{
  background: var(--paint-light);
  color: var(--paint-primary);
}
.offer-nav{
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 80px;
  }
.offer-nav .quiet-method{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.offer-nav .simple-fields h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.offer-nav .simple-fields p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.7;}
.offer-nav .simple-fields p:last-child{margin-bottom: 0;}
.offer-nav .compact-brand{padding-top: 6px;
    border-top: 1px solid #E4D9C6;}
.offer-nav .offer-region{margin: 18px 0 16px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #7A1F2B;
    font-weight: 600;}
.offer-nav .compact-brand ul{list-style: none;
    padding: 0;
    margin: 0 0 22px;}
.offer-nav .compact-brand li{position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.55;}
.offer-nav .compact-brand li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 1px;
    background: #0F7A63;
  }
.offer-nav .soft-inner{margin: 0 0 8px;
    font-size: 0.95rem;
    line-height: 1.6;}
.offer-nav .soft-inner a{color: #7A1F2B;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 31, 43, 0.35);}
.offer-nav .soft-inner a:hover{border-bottom-color: #7A1F2B;}
.offer-nav .region{margin: 0 8px;
    color: #3A322C;}
.offer-nav .local-wrap{margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #3A322C;}
@media (max-width: 760px) {.offer-nav{
      padding: 52px 20px 60px;
    }.offer-nav .quiet-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }.offer-nav .simple-fields h2{
      font-size: 1.45rem;
    }
  }
.offer-nav{
  background: #FBF7EE;
  color: #2B211C;
}
.site-block{
  background: #FBF7EE;
  color: #2B211C;
  padding: 4.5rem 1.25rem 5rem;
}
.site-block .quiet-method{max-width: 760px;
  margin: 0 auto;}
.site-block .offer-area .clear-note{font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 1rem;}
.site-block h1{font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.18;
  margin: 0 0 0.9rem;
  font-weight: 600;}
.site-block .simple-fields{font-size: 1.15rem;
  line-height: 1.55;
  margin: 0 0 2rem;
  max-width: 34rem;}
.site-block .media-method{margin: 0 0 2.5rem;}
.site-block .media-method img{display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #E4D9C6;}
.site-block .text-team p{font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1.4rem;}
.site-block .text-team h2{font-size: 1.35rem;
  line-height: 1.3;
  margin: 2.6rem 0 0.9rem;
  font-weight: 600;}
.site-block .simple-frame{list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  border-top: 1px solid #E4D9C6;}
.site-block .simple-frame li{padding: 1.35rem 0 1.2rem;
  border-bottom: 1px solid #E4D9C6;}
.site-block .simple-frame h3{font-size: 1.05rem;
  margin: 0 0 0.45rem;
  font-weight: 600;}
.site-block .simple-frame p{margin: 0;
  font-size: 1rem;
  line-height: 1.65;}
.site-block .text-team a{text-decoration: underline;
  text-underline-offset: 3px;}
.site-block .text-team a:hover{}
.site-block .public-header{margin-top: 3.5rem;
  padding-top: 1.8rem;
  border-top: 2px solid #7A1F2B;}
.site-block .public-header h2{font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 600;}
.site-block .fresh-frame{
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.1rem 1.2rem;
  background: #FFFDF8;
  border: 1px solid #E4D9C6;
  border-radius: 6px;
}
.site-block .fresh-frame:hover{border-color: #0F7A63;}
.site-block .top-fields{display: block;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.3rem;}
.site-block .narrow-summary{display: block;
  font-size: 0.95rem;}
@media (max-width: 560px) {.site-block{
    padding: 3rem 1rem 3.5rem;
  }.site-block .simple-fields{
    font-size: 1.05rem;
  }
}
.offer-nav{
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 64px;
  }
.offer-nav .quiet-method{max-width: 720px;
    margin: 0 auto;}
.offer-nav .simple-fields{margin-bottom: 28px;}
.offer-nav .clear-surface{margin: 0 0 6px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0F7A63;}
.offer-nav h2{margin: 0 0 8px;
    font-size: clamp(1.5rem, 2.4vw, 1.95rem);
    line-height: 1.25;
    font-weight: 600;}
.offer-nav .offer-region{margin: 0;
    font-size: 1rem;
    color: #3A322C;}
.offer-nav .main-links p{margin: 0 0 18px;
    font-size: 1.02rem;
    line-height: 1.7;}
.offer-nav .main-links p:last-child{margin-bottom: 0;}
.offer-nav .plain-visual{list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #E4D9C6;
    padding-top: 24px;}
.offer-nav .plain-visual li{display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 0.96rem;
    line-height: 1.5;}
.offer-nav .plain-visual span{min-width: 88px;
    color: #0F7A63;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-top: 2px;}
.offer-nav .plain-visual a{color: #7A1F2B;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.offer-nav .plain-visual a:hover{color: #611620;}
@media (max-width: 560px) {.offer-nav{ padding: 56px 20px 48px; }.offer-nav .plain-visual span{ min-width: 100%; }
  }
.site-block{
    background: #FBF7EE;
    color: #2B211C;
    padding: 4.5rem 1.5rem 5rem;
  }
.site-block .quiet-method{max-width: 720px;
    margin: 0 auto;}
.site-block .set{margin-bottom: 2.25rem;}
.site-block h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.site-block .simple-fields{font-size: 1.15rem;
    line-height: 1.5;
    margin: 0 0 1.1rem;}
.site-block .clear-note{font-size: 0.85rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0;}
.site-block .clear-note .region{margin: 0 0.5rem;}
.site-block .media-method{margin: 0 0 2.5rem;}
.site-block .media-method img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.site-block .media-method figcaption{font-size: 0.85rem;
    margin-top: 0.6rem;}
.site-block .local-list p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 1.35rem;}
.site-block h2{font-size: 1.4rem;
    margin: 2.5rem 0 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #E4D9C6;}
.site-block .compact-visual{margin: 0 0 1.6rem;
    padding-left: 1.1rem;
    border-left: 3px solid var(--line-panel, #0F7A63);}
.site-block .compact-visual h3{font-size: 1.08rem;
    margin: 0 0 0.5rem;}
.site-block .compact-visual p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.site-block .team-menu{margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E4D9C6;}
.site-block .strong-proof{font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;}
.site-block .team-menu a{display: block;
    font-size: 1.02rem;
    line-height: 1.5;
    margin-bottom: 0.55rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.site-block .team-menu a:hover{border-bottom-color: var(--line-panel, #0F7A63);}
@media (max-width: 560px) {.site-block{
      padding: 3rem 1.15rem 3.5rem;
    }.site-block .compact-visual{
      padding-left: 0.85rem;
    }
  }
.offer-nav{
    background: #FBF7EE;
    color: #2B211C;
    padding: 72px 24px 84px;
  }
.offer-nav .quiet-method{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.offer-nav h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 22px;
    letter-spacing: -0.01em;}
.offer-nav .bottom-method p{font-size: 1.02rem;
    line-height: 1.68;
    margin: 0 0 16px;
    max-width: 58ch;}
.offer-nav .bottom-method p:last-child{margin-bottom: 0;}
.offer-nav .local-intro{
    background: #FFFDF8;
    color: #2B211C;
    border: 1px solid #E4D9C6;
    border-radius: 6px;
    padding: 28px 26px 26px;
  }
.offer-nav .local-intro h3{font-size: 1.05rem;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E4D9C6;
    letter-spacing: 0.02em;}
.offer-nav .local-intro ul{list-style: none;
    margin: 0;
    padding: 0;}
.offer-nav .local-intro li{display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    line-height: 1.5;
    border-bottom: 1px dashed rgba(122, 31, 43, 0.18);}
.offer-nav .local-intro li:last-of-type{border-bottom: none;}
.offer-nav .local-intro li span{color: #7A1F2B;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 3px;}
.offer-nav .local-intro a{color: #2B211C;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 122, 99, 0.5);
    padding-bottom: 1px;}
.offer-nav .local-intro a:hover{color: #0F7A63;
    border-bottom-color: #0F7A63;}
.offer-nav .local-intro .active-proof{margin: 18px 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #3A322C;}
@media (max-width: 760px) {.offer-nav{
      padding: 52px 20px 64px;
    }.offer-nav .quiet-method{
      grid-template-columns: 1fr;
      gap: 36px;
    }.offer-nav h2{
      font-size: 1.55rem;
    }.offer-nav .local-intro li{
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }
.active-body{
    background: #FBF7EE;
    color: #2B211C;
    padding: 96px 24px 72px;
  }
.active-body .quiet-method{max-width: 720px;
    margin: 0 auto;}
.active-body h1{margin: 0 0 20px;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.active-body .simple-fields{margin: 0;
    max-width: 56ch;
    font-size: 1.0625rem;
    line-height: 1.65;}
@media (max-width: 640px) {.active-body{
      padding: 64px 20px 48px;
    }.active-body h1{
      margin-bottom: 16px;
    }
  }
.narrow-copy .quiet-method{max-width: 620px;
    margin: 0 auto;}
.narrow-copy .bottom-method{margin-bottom: 2.5rem;}
.narrow-copy h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.narrow-copy .simple-fields{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--ink-secondary);
    max-width: 52ch;}
.narrow-copy .bottom-story{display: block;}
.narrow-copy .clear-menu{margin-bottom: 1.6rem;}
.narrow-copy label{display: block;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--ink-secondary);}
.narrow-copy input,
  .narrow-copy textarea{
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    font-size: 1rem;
    color: #2B211C;
    background: #FFFDF8;
    border: 1px solid var(--layer-control);
    border-radius: 6px;
    padding: 0.75rem 0.85rem;
    line-height: 1.5;
  }
.narrow-copy textarea{resize: vertical;
    min-height: 120px;}
.narrow-copy input:focus,
  .narrow-copy textarea:focus{outline: 2px solid #0F7A63;
    outline-offset: 1px;
    border-color: #0F7A63;}
.narrow-copy .local-contact{margin-top: 0.4rem;}
.narrow-copy button{
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
    background: #7A1F2B;
    color: #FBF7EE;
    border: none;
    border-radius: 6px;
    padding: 0.8rem 1.6rem;
    transition: background 0.15s ease;
  }
.narrow-copy button:hover{
    background: #611620;color:#2B211C;}
.narrow-copy .wide-view{margin: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--ink-secondary);
    max-width: 48ch;}
.narrow-copy .local-frame{margin-top: 3rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--layer-control);}
.narrow-copy .local-frame p{margin: 0 0 0.6rem;
    font-size: 0.95rem;
    color: var(--ink-secondary);}
.narrow-copy .local-frame ul{list-style: none;
    margin: 0 0 0.9rem;
    padding: 0;}
.narrow-copy .local-frame li{margin-bottom: 0.3rem;
    font-size: 1rem;}
.narrow-copy .local-frame a{color: #0F7A63;
    text-decoration: none;
    border-bottom: 1px solid transparent;}
.narrow-copy .local-frame a:hover{border-bottom-color: #0F7A63;}
.narrow-copy .piece{font-size: 0.9rem;
    color: var(--ink-secondary);
    margin: 0;}
@media (max-width: 520px) {.narrow-copy{
      padding: 3rem 1.15rem 3.5rem;
    }.narrow-copy h2{
      font-size: 1.55rem;
    }
  }
.narrow-copy{
  background: #FBF7EE;
  color: #2B211C;
}
.strip .quiet-method{max-width: 880px;
    margin: 0 auto;}
.strip .bottom-method{max-width: 620px;
    margin-bottom: 3rem;}
.strip .bottom-method h2{font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.strip .simple-fields{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.strip .compact-stack{border-top: 1px solid var(--layer-control);}
.strip .quiet-note{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem 2rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--layer-control);}
.strip .quiet-note h3{font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;}
.strip .quiet-note p{margin: 0 0 0.4rem;
    line-height: 1.6;
    font-size: 1.02rem;}
.strip .quiet-note p:last-child{margin-bottom: 0;}
.strip .quiet-note a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #0F7A63;
    padding-bottom: 1px;}
.strip .quiet-note a:hover{}
.strip .wide-view{font-size: 0.9rem;
    opacity: 0.78;}
@media (max-width: 640px) {.strip{
      padding: 3rem 1.1rem 3.5rem;
    }.strip .quiet-note{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }
.strip{
  background: var(--paint-light);
  color: var(--paint-primary);
}
.compact-surface .quiet-method{max-width: 760px;
    margin: 0 auto;}
.compact-surface .bottom-method{padding-bottom: 2rem;
    border-bottom: 1px solid var(--layer-control);}
.compact-surface h2{font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.compact-surface .simple-fields{font-size: 1.05rem;
    line-height: 1.65;
    max-width: 58ch;
    margin: 0;}
.compact-surface .compact-brand{margin-top: 2.5rem;}
.compact-surface .wide-view{padding: 1.75rem 0;
    border-bottom: 1px solid var(--layer-control);}
.compact-surface .wide-view:last-of-type{border-bottom: none;}
.compact-surface .wide-view h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;}
.compact-surface .wide-view p{margin: 0;
    line-height: 1.7;
    max-width: 62ch;}
.compact-surface .wide-view a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-surface .wide-view a:hover{}
.compact-surface .featured-unit{margin: 2.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--layer-control);
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 62ch;}
@media (max-width: 600px) {.compact-surface{
      padding: 3rem 1.25rem 3.5rem;
    }.compact-surface .wide-view{
      padding: 1.4rem 0;
    }
  }
.compact-surface{
  background: var(--paint-light);
  color: var(--paint-primary);
}
.simple-lead .quiet-method{max-width: 46rem;
    margin: 0 auto;}
.simple-lead h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.simple-lead .simple-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    color: #3A322C;}
.simple-lead .wide-view{padding: 1.5rem 0 1.4rem;
    border-top: 1px solid var(--layer-control);}
.simple-lead .wide-view:last-of-type{border-bottom: 1px solid var(--layer-control);}
.simple-lead .wide-view h3{font-size: 1.05rem;
    margin: 0 0 0.55rem;
    color: #7A1F2B;}
.simple-lead .wide-view p{margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;}
.simple-lead .wide-view a{color: #0F7A63;
    text-decoration: underline;
    text-underline-offset: 2px;}
.simple-lead .wide-view a:hover{color: #0B6350;}
.simple-lead .plain-visual{
    background: #F2EADB;
    color: #3A322C;
    padding: 1.5rem 1.25rem;
    border-radius: 6px;
    border-top: 1px solid var(--layer-control);
    margin-top: 0.5rem;
  }
.simple-lead .plain-visual h3{color: #7A1F2B;}
@media (max-width: 600px) {.simple-lead{ padding: 3rem 1rem 3.5rem; }.simple-lead .simple-fields{ margin-bottom: 2rem; }
  }
.simple-lead{
  background: #FBF7EE;
  color: #2B211C;
}
.active-body{
    background: #FBF7EE;
    color: #2B211C;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.active-body .quiet-method{max-width: 640px;
    margin: 0 auto;
    border-top: 2px solid #7A1F2B;
    padding-top: 2rem;}
.active-body h1{margin: 0 0 1.1rem;
    font-size: clamp(2rem, 4.2vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 600;}
.active-body .simple-fields{margin: 0 0 1.4rem;
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 56ch;}
.active-body .wide-view{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3A322C;
    border-left: 3px solid #0F7A63;
    padding-left: 0.9rem;}
.active-body .wide-view a{color: #7A1F2B;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-body .wide-view a:hover{color: #611620;}
@media (max-width: 560px) {.active-body{
      padding: 3.5rem 1.15rem 3rem;
    }.active-body .quiet-method{
      padding-top: 1.5rem;
    }
  }
.plain-list{
    background: #FBF7EE;
    color: #2B211C;
    padding: 88px 24px 96px;
  }
.plain-list .quiet-method{max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 36px;}
.plain-list .wide-view h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.plain-list .wide-view p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 58ch;}
.plain-list .wide-view a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-list .main-shell{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px 28px;
    padding-top: 22px;
    border-top: 1px solid #E4D9C6;}
.plain-list .go{
    display: inline-block;
    background: #7A1F2B;
    color: #FBF7EE;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 0.2s ease;
  }
.plain-list .go:hover{
    background: #611620;color:#2B211C;}
.plain-list .wide-note{display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 0.94rem;}
.plain-list .wide-note a{text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease;}
.plain-list .wide-note a:hover{border-bottom-color: #0F7A63;}
@media (max-width: 560px) {.plain-list{
      padding: 64px 20px 72px;
    }.plain-list .main-shell{
      align-items: flex-start;
      flex-direction: column;
    }
  }
.narrow-actions{
    background: #FBF7EE;
    color: #2B211C;
    padding: 5rem 1.5rem 4.5rem;
  }
.narrow-actions .quiet-method{max-width: 760px;
    margin: 0 auto;}
.narrow-actions .wide-view{padding-bottom: 2.25rem;
    border-bottom: 1px solid #E4D9C6;}
.narrow-actions .wide-view h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.narrow-actions .simple-fields{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    max-width: 58ch;}
.narrow-actions .simple-frame{display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 0;}
.narrow-actions .quiet-plan h3{font-size: 1.1rem;
    margin: 0 0 0.5rem;
    color: #7A1F2B;}
.narrow-actions .quiet-plan p{margin: 0;
    line-height: 1.7;
    max-width: 62ch;}
.narrow-actions .plain-visual{padding: 1.5rem 0 2rem;
    border-top: 1px solid #E4D9C6;
    border-bottom: 1px solid #E4D9C6;}
.narrow-actions .direct-area{margin: 0 0 0.6rem;
    font-size: 0.95rem;
    color: #3A322C;}
.narrow-actions .compact-area{margin: 0 0 0.5rem;
    font-size: 1.05rem;}
.narrow-actions .compact-area a{color: #0F7A63;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 122, 99, 0.35);
    padding-bottom: 1px;}
.narrow-actions .compact-area a:hover{color: #0B6350;
    border-bottom-color: #0B6350;}
.narrow-actions .region{color: #3A322C;
    padding: 0 0.5rem;}
.narrow-actions .compact-entries{margin: 0;
    font-size: 0.92rem;
    color: #3A322C;}
.narrow-actions .fresh-frame{margin: 2rem 0 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.narrow-actions .fresh-frame a{color: #7A1F2B;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 31, 43, 0.35);}
.narrow-actions .fresh-frame a:hover{border-bottom-color: #7A1F2B;}
@media (max-width: 520px) {.narrow-actions{
      padding: 3.5rem 1.15rem 3rem;
    }.narrow-actions .compact-area .region{
      display: none;
    }.narrow-actions .compact-area a{
      display: block;
      margin-bottom: 0.35rem;
    }
  }
.narrow-actions{
  background: #FBF7EE;
  color: #2B211C;
}
.404{
    background: #FBF7EE;
    color: #2B211C;
    padding: 96px 24px 112px;
  }
.404 .quiet-method{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 48px 72px;
    align-items: start;
  }
.404 .wide-view{
    grid-column: 2 / 3;
    padding-top: 8px;
  }
.404 .quiet-region{
    margin: 0 0 28px;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
.404 h1{
    margin: 0 0 24px;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.15;
    font-weight: 600;
  }
.404 .simple-fields{
    margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 56ch;
  }
.404 .featured-unit{
    margin: 0 0 40px;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 56ch;
  }
.404 .wide-note{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    align-items: baseline;
    padding-top: 24px;
    border-top: 1px solid #E4D9C6;
  }
.404 .wide-note a{
    font-size: 0.98rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
.404 .wide-note a:hover{
    border-bottom-color: #0F7A63;
  }
.404 .wide-note .bottom-region{
    font-weight: 600;
  }
.404 .wide-note .bottom-region:hover{
    border-bottom-color: #7A1F2B;
  }
@media (max-width: 760px) {.404{
      padding: 64px 20px 80px;
    }.404 .quiet-method{
      grid-template-columns: 1fr;
      gap: 32px;
    }.404 .wide-view{
      grid-column: 1 / 2;
    }
  }
.404{
  background: var(--paint-light);
  color: var(--paint-primary);
}
