html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
.steady-intro{
    width: 100%;
    background-color: #faf8f1;
    border-bottom: 1px solid #d9d0c0;color:#24211d;}
:root {
  --surface-light: #faf8f1;
  --delay-nav: cubic-bezier(0.4,0,0.2,1);
  --surface-primary: #244238;
}
.media-story {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.38rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.19rem;
    min-height: 72px;
  }
.offer-flow {
    font-size: calc(18.3px * 1.125);
    font-weight: 700;
    color: #24211d;
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
.offer-flow:hover,
  .offer-flow:focus-visible {
    color: #a45f2a;
  }
.local-details {
    flex: 1;
    display: flex;
    justify-content: center;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(1.19rem * 1.25);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    font-size: 18.3px;
    color: #24211d;
    text-decoration: none;
    padding: 0.5rem 0.25rem;
    border-bottom: 2px solid transparent;
    transition: color 140ms var(--delay-nav), border-color 140ms var(--delay-nav);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #a45f2a;
    border-bottom-color: #a45f2a;
  }
.soft-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-primary);
    color: var(--surface-light);
    font-size: calc(18.3px * .875);
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 0.65rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 140ms var(--delay-nav), box-shadow 140ms var(--delay-nav);
  }
.soft-tile:hover,
  .soft-tile:focus-visible{
    background-color: #31594c;
    box-shadow: 0 3px 5px rgba(0,0,0,0.13);color:#24211d;}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    border-radius: 0.32rem;
    cursor: pointer;
    padding: 0;
  }
.nav-toggle .offer-entries{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #24211d;
    border-radius: 2px;
    transition: transform 140ms var(--delay-nav), opacity 140ms var(--delay-nav);color:#24211d;}
.nav-toggle:hover .offer-entries,
  .nav-toggle:focus-visible .offer-entries{
    background-color: #a45f2a;color:#24211d;}
@media (max-width: 767px) {
    .media-story {
      flex-wrap: wrap;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      min-height: auto;
    }

    .offer-flow {
      margin-right: auto;
    }

    .nav-toggle {
      display: flex;
      order: 3;
    }

    .soft-tile {
      order: 2;
      margin-left: auto;
      margin-right: 0.5rem;
      padding: 0.5rem 1rem;
      font-size: calc(18.3px * .875);
    }

    .local-details {
      flex-basis: 100%;
      order: 4;
      display: none;
      margin-top: 0.75rem;
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      padding: 0.5rem 0;
      border-top: 1px solid #d9d0c0;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0;
      font-size: 18.3px;
      border-bottom: none;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom: none;
      color: #a45f2a;
    }

    .nav-toggle[aria-expanded="true"] .offer-entries:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] .offer-entries:nth-child(2) {
      opacity: 0;
    }

    .nav-toggle[aria-expanded="true"] .offer-entries:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-list {
      gap: calc(1.19rem * 0.75);
    }

    .soft-tile {
      padding: 0.5rem 1rem;
    }
  }
.media-list{font-family:"Libre Baskerville", sans-serif;font-size:calc(18.3px * .875);line-height:1.47;padding:calc(1.5rem * 2.4) 0;background:#244238;color:#faf8f1;}
.narrow-menu{max-width:1080px;margin:0 auto;padding:0 1.38rem}
.content-team{display:flex;flex-wrap:wrap;gap:calc(1.19rem * 1.5);justify-content:space-between;margin-bottom:1.5rem}
.wide-quote{max-width:280px}
.contact-rail{display:inline-block;font-size:calc(18.3px * 1.125);font-weight:700;text-decoration:none;margin-bottom:1.5rem;letter-spacing:-0.02em}
.contact-rail:hover{opacity:0.85}
.fresh-view{margin:0;color:inherit;opacity:0.8}
.featured-brand{display:flex;flex-wrap:wrap;gap:1.38rem calc(1.19rem * 1.5)}
.direct-unit{display:flex;flex-direction:column;gap:calc(1.5rem * 0.5);min-width:140px}
.featured-brand a{color:inherit;text-decoration:none;opacity:0.85;transition:opacity 140ms var(--delay-nav)}
.featured-brand a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px;color:inherit}
.compact-lead{border-top:1px solid rgba(255, 255, 255, 0.12);padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.direct-plan{font-style:normal;display:flex;flex-wrap:wrap;gap:1.38rem;align-items:center;color:inherit}
.direct-plan span{display:inline-flex;align-items:center;gap:0.25rem}
.direct-plan a{color:inherit;text-decoration:none;opacity:0.9}
.direct-plan a:hover{text-decoration:underline;text-underline-offset:3px;color:inherit}
.wide-stack{margin:0;font-size:calc(18.3px * .875);opacity:0.7;max-width:720px}
.local-feature{display:flex;flex-wrap:wrap;gap:1.5rem 1.38rem;justify-content:space-between;align-items:center;font-size:calc(18.3px * .875)}
.wide-surface{display:inline-flex;align-items:center;gap:0.5rem}
.wide-surface a{color:inherit;text-decoration:none;opacity:0.85}
.wide-surface a:hover{text-decoration:underline;text-underline-offset:3px;opacity:1;color:inherit}
@media (max-width: 768px) {.content-team{flex-direction:column;gap:calc(1.19rem * 1.5)}.featured-brand{gap:1.5rem 1.38rem}.direct-unit{min-width:120px}.direct-plan{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * 0.5)}.local-feature{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * 0.5)}
  }
.cookies{position:fixed;left:1.38rem;bottom:1.5rem;width:min(360px,calc(100vw - (1.38rem * 2)));z-index:1200;}
.cookies .top-media{border:1px solid #d9d0c0;border-radius:0.9rem;background:#ffffff;color:#24211d;padding:1.5rem 1.38rem;box-shadow:0 3px 5px rgba(0,0,0,0.13);}
.cookies .top-media h3{margin:0 0 6px;}
.cookies .top-media p{margin:0;}
.cookies .compact-grid{margin-top:12px;display:flex;gap:8px;}
.cookies .compact-grid button{flex:1;border:1px solid #d9d0c0;border-radius:0.32rem;background:#ffffff;color:#24211d;padding:8px 10px;cursor:pointer;}
.cookies .compact-grid button.cookie-accept{background:var(--surface-primary);border-color:var(--surface-primary);color:var(--surface-light);}
.visual-story{padding:calc(1.5rem * 2.4) 1.38rem;background:linear-gradient(90deg,rgba(15,23,42,.82),rgba(15,23,42,.45)),url("https://images.pexels.com/photos/4386431/pexels-photo-4386431.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,var(--surface-primary);color:#fff;}
.visual-story .public-story{max-width:1080px;margin:0 auto;}
.visual-story h1,.visual-story p{margin:0;}
.visual-story .text-row{display:flex;align-items:flex-end;gap:1.19rem;}
.visual-story h1{font-size:calc(18.3px * 2.65);line-height:1.08;flex:1 1 auto;}
.visual-story .bottom-flow{flex:0 1 calc(1080px / 3);min-width:0;}
.visual-story .clear-flow{max-width:calc(1080px / 3);font-size:18.3px;line-height:1.47;color:rgba(255,255,255,.85);}
.visual-story .focused-headline{display:inline-flex;margin-top:1.5rem;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#a45f2a;color:#fff7ed;text-decoration:none;font-weight:600;}
.visual-story .focused-headline:hover{background:#874b20;color:#fff7ed;}
@media(max-width:760px){.visual-story .text-row{align-items:flex-start;flex-direction:column;}}
.visual-summary{--field-static:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.visual-summary .public-story{max-width:1080px;margin:0 auto;}
.visual-summary h2,.visual-summary h3,.visual-summary p{margin:0;}
.visual-summary h2{font-size:calc(18.3px * 2);line-height:1.12;}
.visual-summary h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.visual-summary p{font-size:18.3px;line-height:1.47;}
.visual-summary a{color:#244238;text-decoration:none;}
.visual-summary a:hover{color:#a45f2a;}
.visual-summary .content-block{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.visual-summary .content-block h2{flex:1 1 calc(1080px / 3);min-width:0;}
.visual-summary .open-story{flex:1 1 calc(1080px / 3);min-width:0;color:#24211d;}
.visual-summary .text-links{display:flex;flex-direction:column;gap:calc(1.5rem / 1.6);margin-top:calc(1.5rem * 1.35);}
.visual-summary .soft-service{border-top:1px solid #d9d0c0;padding-top:1.5rem;}
.visual-summary .active-actions{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.19rem;}
.visual-summary .active-actions h3{flex:1 1 calc(1080px / 3.4);min-width:0;}
.visual-summary .active-actions p{flex:1 1 calc(1080px / 3.4);min-width:0;color:#24211d;}
.visual-summary .plain-lead{flex:0 0 auto;font-weight:600;}
.visual-summary .public-view{margin-top:calc(1.5rem * 1.35);max-width:calc(1080px / 2.2);color:#24211d;font-size:calc(18.3px * .875);line-height:1.47;}
@media (max-width: 720px){.visual-summary .active-actions p{margin-top:calc(1.5rem / 3);}.visual-summary .active-actions h3{flex-basis:100%;}
}
.narrow-steps{padding:clamp(56px,7vw,96px) clamp(16px,4vw,36px);background:#faf8f1;color:#24211d;}
.narrow-steps .public-story{max-width:1080px;margin:0 auto;}
.narrow-steps .secondary-footer{border-radius:1.2rem;border:1px solid #d9d0c0;background:#ffffff;padding:clamp(20px,3vw,36px);color:#24211d;}
.narrow-steps .bottom-flow{max-width:760px;}
.narrow-steps h2{margin:0;font-size:calc(18.3px * 2);line-height:1.25;}
.narrow-steps p{margin:calc(1.19rem * 1.5) 0 0;font-size:18.3px;line-height:1.47;}
.narrow-steps .text-links{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:calc(1.19rem * 1.5);}
.narrow-steps .text-links a{display:inline-flex;align-items:center;padding:10px 18px;border-radius:0.65rem;text-decoration:none;font-weight:600;font-size:calc(18.3px * .875);}
.narrow-steps .text-links a:first-child{background:var(--surface-primary);color:var(--surface-light);}
.narrow-steps .text-links a:first-child:hover{background:#31594c;color:#24211d;}
.narrow-steps .text-links a:last-child{border:1px solid #d9d0c0;}
.narrow-steps .text-links a:last-child:hover{border-color:#a45f2a;}
@media (max-width: 640px){.narrow-steps .text-links{flex-direction:column;align-items:flex-start;}.narrow-steps .text-links a{width:100%;justify-content:center;}
}
.content-media{
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #244238;
  color: #faf8f1;
}
.content-media .public-story{max-width: 1080px;
  margin: 0 auto;}
.content-media .steady-links{display: grid;
  gap: calc(1.19rem * 1.5);}
.content-media h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;
  max-width: 24ch;}
.content-media .open-story{margin: 0;
  max-width: 52rem;
  font-size: calc(18.3px * 1.125);
  line-height: 1.5;
  opacity: 0.85;}
.content-media .primary-entries{display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(1.5rem * .75);}
.content-media .steady-shell{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
}
.content-media .service-visual{margin: 0;
  font-size: 18.3px;
  line-height: 1.55;}
.content-media footer{display: flex;
  flex-direction: column;
  gap: 0.25rem;}
.content-media .content-header{font-weight: 700;
  font-size: 18.3px;}
.content-media .local-brand{font-size: calc(18.3px * .875);
  opacity: 0.65;}
.content-media .clear-flow{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: calc(18.3px * .875);
  opacity: 0.7;
  max-width: 60rem;}
@media (max-width: 820px) {.content-media .primary-entries{
    grid-template-columns: 1fr;
  }
}
.service-method{
  --field-static: calc(1.5rem * 0.99);
  --layer-active: calc(1080px / 2.50);
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: var(--surface-primary);
  color: var(--surface-light);
}
.service-method .public-story{max-width: 1080px;
  margin: 0 auto;}
.service-method .soft-region{max-width: var(--layer-active);
  margin-bottom: calc(1.5rem * 1.2);}
.service-method .strong-story{font-size: calc(18.3px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 calc(1.5rem * 0.4);
  color: color-mix(in srgb, currentColor 70%, transparent);
  font-weight: 600;}
.service-method h1,
.service-method h2,
.service-method h3,
.service-method p{margin: 0;}
.service-method h1{font-size: calc(18.3px * 2.65);
  line-height: 1.08;}
.service-method h2{font-size: calc(18.3px * 2);
  line-height: 1.15;
  margin-bottom: calc(1.5rem * 0.5);}
.service-method h3{font-size: calc(18.3px * 1.35);
  line-height: 1.25;
  font-weight: 600;}
.service-method p{font-size: 18.3px;
  line-height: 1.47;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.service-method .open-story{font-size: 18.3px;
  line-height: 1.47;
  color: color-mix(in srgb, currentColor 74%, transparent);
  max-width: calc(var(--layer-active) * 1.1);}
.service-method .top-benefit{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.38rem;
  margin-top: 1.5rem;}
.service-method .steady-shell{
  padding: calc(calc(1.5rem * .75) * 0.9);
  border-radius: 0.65rem;
  background: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  transition: background 140ms var(--delay-nav);
}
.service-method .steady-shell:hover{
  background: color-mix(in srgb, currentColor 14%, transparent);
}
.service-method .steady-shell h3{font-size: calc(calc(18.3px * 1.35) * 0.92);
  line-height: 1.3;
  margin-bottom: calc(1.5rem * 0.35);}
.service-method .steady-shell p{font-size: calc(18.3px * .875);
  line-height: 1.55;
  margin-top: 0;}
.service-method .text-links{margin-top: calc(1.5rem * 1.4);
  padding-top: calc(1.5rem * 0.8);
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem 1.38rem;}
.service-method .clear-flow{font-size: calc(18.3px * .875);
  color: color-mix(in srgb, currentColor 72%, transparent);
  max-width: calc(var(--layer-active) * 0.9);
  line-height: 1.5;}
.service-method .public-media{display: flex;
  flex-wrap: wrap;
  gap: calc(1.38rem * 0.8);}
.service-method .public-media a{text-decoration: none;
  font-size: calc(18.3px * .875);
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  transition: border-color 140ms var(--delay-nav), color 140ms var(--delay-nav);}
.service-method .public-media a:hover{border-color: currentColor;}
@media (max-width: 720px) {.service-method .top-benefit{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.service-method .text-links{
    flex-direction: column;
    align-items: flex-start;
  }
}
.local-nav{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.38rem;
}
.local-nav .public-story{max-width:1080px;
  margin:0 auto;}
.local-nav .strong-story{margin:0 0 1.5rem;
  font-size:calc(18.3px * .875);
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#24211d;}
.local-nav .soft-region{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.19rem;
  border-bottom:1px solid #d9d0c0;
  padding-bottom:calc(1.19rem * 1.5);}
.local-nav h2{margin:0;
  max-width:22ch;
  font-size:calc(18.3px * 2.65);
  line-height:1.1;
  letter-spacing:0;}
.local-nav .soft-region a{flex:0 0 auto;
  color:#244238;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-top:.25rem;
  padding-bottom:.2rem;
  transition:color 140ms var(--delay-nav);}
.local-nav .soft-region a:hover{color:#a45f2a;}
.local-nav .compact-menu{margin-top:calc(1.19rem * 1.5);}
.local-nav .open-story{margin:0 0 calc(1.19rem * 1.5);
  font-size:calc(18.3px * 1.125);
  line-height:1.47;
  max-width:68ch;}
.local-nav .bottom-contact{display:grid;
  grid-template-columns:1fr 1fr;
  gap:calc(1.19rem * 1.5);
  margin-bottom:calc(1.19rem * 1.5);}
.local-nav .public-method{
  background:#ffffff;
  border:1px solid #d9d0c0;
  border-radius:0.9rem;
  padding:calc(1.5rem * .75);color:#24211d;}
.local-nav .public-method h3{margin:0 0 1.5rem;
  font-size:calc(18.3px * 1.35);
  line-height:1.2;}
.local-nav .public-method p{margin:0;
  line-height:1.47;}
.local-nav .strong-flow{display:flex;
  flex-direction:column;
  gap:1.5rem;
  margin-bottom:calc(1.19rem * 1.5);}
.local-nav .offer-frame{display:grid;
  grid-template-columns:auto 1fr;
  gap:1.38rem;
  align-items:start;}
.local-nav .quiet-flow{font-size:calc(18.3px * .875);
  font-weight:700;
  color:#a45f2a;
  padding-top:.2rem;}
.local-nav .offer-frame h3{margin:0 0 .4rem;
  font-size:18.3px;
  line-height:1.2;}
.local-nav .offer-frame p{margin:0;
  line-height:1.47;
  max-width:62ch;}
.local-nav .clear-flow{
  background:#ece7dc;
  border-radius:0.65rem;
  padding:calc(1.5rem * .75);color:#24211d;}
.local-nav .clear-flow p{margin:0;
  line-height:1.47;}
@media (max-width:720px){.local-nav .soft-region{
    display:block;
  }.local-nav .soft-region a{
    display:inline-flex;
    margin-top:1.5rem;
  }.local-nav .bottom-contact{
    grid-template-columns:1fr;
  }
}
.clear-items{
  background: linear-gradient(135deg, #244238 0%, #a45f2a 100%);
  color: #faf8f1;
  padding: calc(1.5rem * 2.4) 1.38rem;
}
.clear-items .public-story{width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.19rem * 1.5);}
.clear-items .soft-region{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 1.5rem 1.19rem;
  align-items: start;}
.clear-items h2,
.clear-items h3,
.clear-items p{margin: 0;}
.clear-items h2{font-size: calc(18.3px * 2.65);
  line-height: 1.05;
  letter-spacing: -0.01em;}
.clear-items .open-story{font-size: 18.3px;
  line-height: 1.47;
  max-width: 52ch;}
.clear-items .steady-story{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.19rem;
  border-top: 1px solid rgba(250, 248, 241, 0.18);
  padding-top: calc(1.19rem * 1.5);}
.clear-items .clear-flow{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);}
.clear-items .clear-flow h3{font-size: calc(18.3px * 1.125);
  line-height: 1.25;}
.clear-items .clear-flow p{font-size: calc(18.3px * .875);
  line-height: 1.47;
  opacity: 0.92;}
@media (max-width: 900px) {.clear-items .soft-region{
    grid-template-columns: 1fr;
  }.clear-items .steady-story{
    grid-template-columns: 1fr;
  }
}
.narrow-proof{--field-static:calc(1.5rem * 1.22);--layer-active:calc(1080px / 2.46);--copy-body:calc(1080px / 3.50);--font-body:calc(1080px / 3.55);padding:calc(1.5rem * 2.4) 1.38rem;background:#244238;color:#faf8f1;}
.narrow-proof .public-story{max-width:1080px;margin:0 auto;}
.narrow-proof h1,.narrow-proof h2,.narrow-proof h3,.narrow-proof p,.narrow-proof ul{margin:0;}
.narrow-proof h1{font-size:calc(18.3px * 2.65);line-height:1.1;}
.narrow-proof h2{font-size:calc(18.3px * 2);line-height:1.12;}
.narrow-proof h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.narrow-proof p{font-size:18.3px;line-height:1.47;color:inherit;}
.narrow-proof a{color:inherit;text-decoration:none;}
.narrow-proof img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.narrow-proof .focused-headline{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#faf8f1;color:#244238;}
.narrow-proof .soft{background:color-mix(in srgb, #ece7dc 82%, transparent);color:#24211d;}
.narrow-proof .steady-quote{text-align:center;}
.narrow-proof .callout{padding-inline-start:calc(1.38rem / 2);}
.narrow-proof .settled{padding-block:calc(var(--field-static) / 2);}
.narrow-proof .open{padding-block-start:var(--field-static);}
.narrow-proof .text-visual{padding-block-end:calc(var(--field-static) / 3);}
.narrow-proof .strong-rail{max-width:1080px;}
.narrow-proof .soft-unit{padding-inline-start:calc(1.5rem * .75);}
.narrow-proof .team-flow{row-gap:calc(var(--field-static) * 1.2);}
.narrow-proof .clear-entries{row-gap:calc(var(--field-static) * .7);}
.narrow-proof .measured{column-gap:calc(1.19rem * .85);}
.narrow-proof .relaxed{column-gap:calc(1.19rem * 1.12);}
.narrow-proof .public-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-proof .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.narrow-proof .row-title h2{flex:1 1 calc(1080px / 3);min-width:0;}
.narrow-proof .row-title>p{flex:1 1 calc(1080px / 3);min-width:0;}
.narrow-proof .strong-footer{flex:1 1 100%;}
.narrow-proof .strong-footer{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.narrow-proof .steady-shell{flex:1 1 var(--font-body);min-width:0;}
.narrow-proof .steady-shell p{margin-top:calc(1.5rem / 3);}
.narrow-proof .steady-shell a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.focused-benefit{--field-static:calc(1.5rem * 1.35);--layer-active:calc(1080px / 2.35);padding:calc(1.5rem * 2.4) 1.38rem;background:var(--surface-primary);color:var(--surface-light);}
.focused-benefit .public-story{max-width:1080px;margin:0 auto;}
.focused-benefit h1,.focused-benefit h2,.focused-benefit h3,.focused-benefit p{margin:0;}
.focused-benefit h2{font-size:calc(18.3px * 2);line-height:1.12;max-width:calc(1080px * 0.82);}
.focused-benefit h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.focused-benefit p{font-size:18.3px;line-height:1.47;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-benefit a{color:inherit;text-decoration:none;}
.focused-benefit .clear-flow{display:inline-block;margin-bottom:calc(1.5rem / 2);padding:calc(1.5rem / 4) 1.38rem;border-radius:0.32rem;background:color-mix(in srgb, currentColor 12%, transparent);font-size:calc(18.3px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.focused-benefit .open-story{margin-top:1.5rem;max-width:var(--layer-active);}
.focused-benefit .strong-footer{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.focused-benefit .steady-shell{min-width:0;padding-left:calc(1.5rem * 1.1);border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-benefit .steady-shell p,.focused-benefit .steady-shell a{margin-top:calc(1.5rem / 3);}
.focused-benefit .steady-shell a{display:inline-flex;align-items:center;gap:calc(1.5rem / 3);padding:calc(1.5rem / 3) 1.38rem;border-radius:0.32rem;background:var(--surface-light);color:var(--surface-primary);font-size:18.3px;line-height:1.2;transition:background 140ms var(--delay-nav);}
.focused-benefit .steady-shell a:hover{background:color-mix(in srgb, var(--surface-light) 88%, transparent);color:#24211d;}
@media (max-width: 640px){.focused-benefit h2{max-width:none;}.focused-benefit .steady-shell{padding-left:0;border-left:0;padding-top:1.5rem;border-top:2px solid color-mix(in srgb, currentColor 22%, transparent);}
}
.strong-body{--field-static:calc(1.5rem * 1.02);--layer-active:calc(1080px / 2.55);--copy-body:calc(1080px / 3.94);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.strong-body .public-story{max-width:1080px;margin:0 auto;}
.strong-body h1,.strong-body h2,.strong-body h3,.strong-body p{margin:0;}
.strong-body h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.strong-body h2{font-size:calc(18.3px * 2);line-height:1.12;}
.strong-body h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.strong-body p{font-size:18.3px;line-height:1.47;color:#24211d;}
.strong-body a{color:#244238;text-decoration:none;}
.strong-body a:hover{color:#a45f2a;}
.strong-body img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.strong-body .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--surface-primary);color:var(--surface-light);}
.strong-body .open-story,.strong-body .clear-flow{}
.strong-body .strong-footer{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.strong-body .steady-shell{min-width:0;}
.strong-body .steady-shell p,.strong-body .steady-shell a{margin-top:calc(1.5rem / 3);}
.strong-body .steady-shell img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-body) * .7);}
.strong-body .direct-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.strong-body .direct-inner>.bottom-flow{flex:1 1 calc(1080px / 3);min-width:0;}
.strong-body .direct-inner>.strong-footer{flex:2 1 calc(1080px / 2);margin-top:0;}
.strong-body .direct-inner>img{margin-left:auto;}
.strong-body .bottom-flow .open-story{margin-top:1.5rem;}
.strong-body .text-links{margin-top:calc(1.19rem * 1.5);padding-top:1.5rem;border-top:1px solid #d9d0c0;}
.strong-body .text-links p{font-size:calc(18.3px * .875);}
.strong-body .text-links a{font-weight:600;border-bottom:1px solid #244238;}
.strong-body .text-links a:hover{border-color:#a45f2a;}
.site-summary{padding:calc(1.5rem * 2.4) 1.38rem;background:var(--surface-primary);color:var(--surface-light)}
.site-summary .public-story{max-width:1080px;margin:0 auto}
.site-summary .content-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:calc(1.19rem * 1.5);align-items:end}
.site-summary h2{margin:0;font-size:calc(18.3px * 2);line-height:1.08;max-width:16ch}
.site-summary .open-story{margin:0;font-size:18.3px;line-height:1.47;max-width:44rem}
.site-summary .public-shell{margin-top:calc(1.5rem * 2.4)}
.site-summary .steady-actions{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * .875);font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.82}
.site-summary .view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.19rem;margin:0;padding:0;list-style:none}
.site-summary .view>li{padding:1.5rem 0;border-top:1px solid rgba(250,248,241,.24)}
.site-summary .view>li:first-child,.site-summary .view>li:nth-child(2){border-top:none}
.site-summary h3{margin:0;font-size:calc(18.3px * 1.35);line-height:1.2}
.site-summary .view p{margin:calc(1.5rem * .75) 0 0;line-height:1.47;font-size:18.3px;opacity:.9}
.site-summary .bottom-note{margin-top:calc(1.19rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:rgba(250,248,241,.08);border-left:3px solid #a45f2a;border-radius:0 0.32rem 0.32rem 0}
.site-summary .bottom-note p{margin:0;font-size:calc(18.3px * .875);line-height:1.47}
@media(max-width:820px){.site-summary .content-block{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.site-summary .view{grid-template-columns:1fr}.site-summary .view>li,.site-summary .view>li:first-child,.site-summary .view>li:nth-child(2){border-top:1px solid rgba(250,248,241,.24)}.site-summary .view>li:first-child{border-top:none}
}
.service-feature{
    --field-static: calc(1.5rem * 0.89);
    --layer-active: calc(1080px / 2.13);
    padding: calc(1.5rem * 2.4) 1.38rem;
    background: var(--surface-primary);
    color: var(--surface-light);
  }
.service-feature .public-story{max-width: 1080px;
    margin: 0 auto;}
.service-feature .steady-links{display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;}
.service-feature h2{margin: 0;
    font-size: calc(18.3px * 2);
    line-height: 1.12;
    max-width: var(--layer-active);}
.service-feature p{margin: 0;}
.service-feature .clear-flow{font-size: calc(18.3px * .875);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.72;
    margin-bottom: calc(1.5rem * -0.4);}
.service-feature .bottom-flow{font-size: 18.3px;
    line-height: 1.47;
    max-width: var(--layer-active);
    color: color-mix(in srgb, currentColor 78%, transparent);}
.service-feature .text-links{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem 1.38rem;
    margin-top: calc(1.5rem * 0.4);}
.service-feature .focused-headline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.32rem;
    background: var(--surface-light);
    color: var(--surface-primary);
    font-weight: 600;
    transition: background 140ms var(--delay-nav), color 140ms var(--delay-nav);
  }
.service-feature .focused-headline:hover{
    background: #a45f2a;
    color: #fff7ed;
  }
.service-feature .visual-area{font-size: calc(18.3px * .875);
    line-height: 1.5;
    color: color-mix(in srgb, currentColor 68%, transparent);}
.service-feature .visual-area a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18em;
    text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
    transition: color 140ms var(--delay-nav);}
.service-feature .visual-area a:hover{}
@media (max-width: 640px) {.service-feature .steady-links{
      gap: calc(1.5rem * 0.8);
    }.service-feature .text-links{
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.5rem * .75);
    }
  }
.narrow-unit{padding:calc(1.5rem * 2.4) 1.38rem;background:#ece7dc;color:#24211d}
.narrow-unit .public-story{max-width:1080px;margin:0 auto;width:min(100%,52rem)}
.narrow-unit .plain-unit{max-width:40rem;margin-bottom:calc(1.19rem * 1.5)}
.narrow-unit h2{margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.narrow-unit .plain-unit p{margin:1.5rem 0 0;line-height:1.47}
.narrow-unit .strong-footer{display:flex;flex-direction:column;gap:1.5rem}
.narrow-unit details{border-bottom:1px solid #d9d0c0;padding-bottom:1.5rem}
.narrow-unit details:last-of-type{border-bottom:none;padding-bottom:0}
.narrow-unit summary{display:flex;align-items:baseline;justify-content:space-between;gap:1.38rem;cursor:pointer;list-style:none}
.narrow-unit summary::-webkit-details-marker{display:none}
.narrow-unit strong{font-size:calc(18.3px * 1.35);line-height:1.15;flex:0 0 auto}
.narrow-unit summary span{font-size:calc(18.3px * .875);text-align:right;max-width:26rem;line-height:1.4}
.narrow-unit details p{margin:1.5rem 0 0;line-height:1.47;max-width:44rem}
.narrow-unit .text-links{margin-top:calc(1.19rem * 1.5);padding-top:1.5rem;border-top:1px solid #d9d0c0;display:flex;align-items:center;justify-content:space-between;gap:1.38rem;flex-wrap:wrap}
.narrow-unit .text-links p{margin:0;font-size:18.3px;line-height:1.4}
.narrow-unit .text-links a{color:#244238;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color 140ms var(--delay-nav),border-color 140ms var(--delay-nav)}
.narrow-unit .text-links a:hover{color:inherit;border-color:#a45f2a}
@media(max-width:680px){.narrow-unit summary{display:block}.narrow-unit summary span{display:block;margin-top:calc(1.5rem * .75);text-align:left}.narrow-unit .text-links{flex-direction:column;align-items:flex-start}
}
.wide-intro{
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #ece7dc;
  color: #24211d;
}
.wide-intro .local-story{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 1.19rem;
  align-items: start;}
.wide-intro .offer-area{
  padding: calc(1.5rem * .75);
  border-radius: 0.9rem;
  background: #244238;
  color: #faf8f1;
  position: sticky;
  top: 1.5rem;
}
.wide-intro h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.08;}
.wide-intro .offer-area p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * 1.125);
  line-height: 1.47;}
.wide-intro .direct-steps{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-intro .contact-inner{
  display: grid;
  grid-template-columns: minmax(5rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
}
.wide-intro .wide-note{font-size: calc(18.3px * .875);
  word-break: break-word;
  font-weight: 600;}
.wide-intro h3{margin: 0;
  font-size: calc(18.3px * 1.35);
  line-height: 1.2;}
.wide-intro .contact-inner p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 18.3px;}
.wide-intro small{font-size: calc(18.3px * .875);
  display: block;
  margin-top: calc(1.5rem * .75);
  font-style: italic;}
@media (max-width: 780px) {.wide-intro .local-story,
  .wide-intro .contact-inner{
    grid-template-columns: 1fr;
  }.wide-intro .offer-area{
    position: static;
  }
}
.tag{
    --field-static: calc(1.5rem * 1.1);
    --layer-active: calc(1080px / 2.75);
    --type-meta: 2px;
    --type-lead: 12px;
    padding: calc(1.5rem * 2.4) 1.38rem;
    background: #faf8f1;
    color: #24211d;
  }
.tag .public-story{max-width: 1080px;
    margin: 0 auto;}
.tag h1,
  .tag h2,
  .tag h3,
  .tag p{margin: 0;}
.tag h2{font-size: calc(18.3px * 2);
    line-height: 1.15;
    max-width: 18ch;}
.tag h3{font-size: calc(18.3px * 1.35);
    line-height: 1.25;
    margin-bottom: calc(1.5rem / 3);}
.tag p{font-size: 18.3px;
    line-height: 1.47;
    color: color-mix(in srgb, currentColor 82%, transparent);}
.tag a{color: inherit;
    text-decoration: none;}
.tag .focused-headline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: calc(calc(1.5rem * .75) * 0.8) 1.5rem;
    border-radius: 0.32rem;
    background: var(--surface-primary);
    color: var(--surface-light);
    font-size: calc(18.3px * .875);
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 140ms var(--delay-nav);
  }
.tag .focused-headline:hover{
    background: #31594c;color:#24211d;}
.tag .clear-flow{font-size: calc(18.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: calc(1.5rem / 2);}
.tag .text-entries{display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.19rem;}
.tag .text-entries > .bottom-flow{flex: 1 1 auto;
    min-width: 0;}
.tag .text-entries > .focused-headline{flex: 0 0 auto;
    margin-top: calc(1.5rem / 2);}
.tag .text-entries > .strong-footer{flex: 1 1 100%;
    margin-top: var(--field-static);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    padding-left: calc(1.5rem * 0.6);}
/* línea vertical de tiempo */
  .tag .text-entries > .strong-footer::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: var(--type-meta);
    background: #d9d0c0;
    border-radius: 0.32rem;color:#24211d;}
.tag .steady-shell{position: relative;
    padding: 0 0 1.5rem 0;
    margin: 0;
    max-width: 720px;}
.tag .steady-shell:last-child{padding-bottom: 0;}
/* punto en la línea */
  .tag .steady-shell::before{
    content: "";
    position: absolute;
    left: calc(-1 * (1.5rem * 0.6) - var(--type-lead) / 2 + var(--type-meta) / 2);
    top: 0.35em;
    width: var(--type-lead);
    height: var(--type-lead);
    background: #a45f2a;
    border: 2px solid #faf8f1;
    border-radius: 50%;
    box-sizing: border-box;color:#fff7ed;}
.tag .steady-shell .bottom-flow{
    background: transparent;
    padding-right: 0;
  }
.tag .quiet-tile{
    display: inline-block;
    margin-top: calc(1.5rem / 2.5);
    font-size: calc(18.3px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--surface-primary);
    background: #ece7dc;
    padding: 0.2rem 0.7rem;
    border-radius: 0.32rem;
    line-height: 1.4;
  }
.tag .steady-shell p{margin-top: 0;
    max-width: 60ch;}
/* en pantallas medianas, la línea se mantiene pero el texto respira */
  @media (min-width: 640px) {.tag .text-entries > .strong-footer{
      padding-left: calc(1.5rem * 0.8);
    }.tag .steady-shell::before{
      left: calc(-1 * (1.5rem * 0.8) - var(--type-lead) / 2 + var(--type-meta) / 2);
    }.tag .focused-headline{
      margin-top: 0;
    }
  }
/* en desktop, el bloque de acción se alinea a la derecha */
  @media (min-width: 900px) {.tag .text-entries{
      align-items: flex-end;
    }.tag .text-entries > .focused-headline{
      margin-bottom: 0.2rem;
    }.tag .text-entries > .strong-footer{
      margin-top: calc(var(--field-static) * 1.2);
    }
  }
.public-block{
  --field-static:calc(1.5rem * 1.09);
  --layer-active:calc(1080px / 2.95);
  --copy-body:calc(1080px / 3.11);
  padding:calc(1.5rem * 2.4) 1.38rem;
  background:#faf8f1;
  color:#24211d;
}
.public-block .public-story{max-width:1080px;
  margin:0 auto;}
.public-block .soft-region{max-width:calc(1080px * 0.86);}
.public-block h1,
.public-block h2,
.public-block h3,
.public-block p{margin:0;}
.public-block h1{font-size:calc(18.3px * 2.65);
  line-height:1.08;}
.public-block h2{font-size:calc(18.3px * 2);
  line-height:1.12;}
.public-block h3{font-size:calc(18.3px * 1.35);
  line-height:1.2;
  font-weight:600;}
.public-block p{font-size:18.3px;
  line-height:1.47;
  color:#24211d;}
.public-block a{color:#244238;
  text-decoration:none;
  transition:color 140ms var(--delay-nav);}
.public-block a:hover{color:#a45f2a;}
.public-block .clear-flow{font-size:calc(18.3px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:#24211d;
  margin-bottom:calc(1.5rem / 2);}
.public-block .open-story{margin-top:1.5rem;
  font-size:calc(18.3px * 1.125);
  line-height:1.47;
  color:#24211d;}
.public-block .strong-footer{display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:var(--field-static);
  margin-top:calc(var(--field-static) * 1.2);}
.public-block .steady-shell{min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #d9d0c0;}
.public-block .steady-shell h3{margin-bottom:calc(1.5rem / 3);}
.public-block .steady-shell p{font-size:18.3px;
  line-height:1.47;}
.public-block .text-links{
  margin-top:calc(var(--field-static) * 1.4);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#ece7dc;
  border-radius:0.65rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;color:#24211d;}
.public-block .text-links p{max-width:calc(1080px * 0.6);
  color:#24211d;}
.public-block .public-media{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;}
.public-block .public-media a{font-weight:600;
  border-bottom:1px solid transparent;}
.public-block .public-media a:hover{border-bottom-color:#a45f2a;}
@media (max-width: 720px){.public-block .strong-footer{
    grid-template-columns:1fr;
    gap:1.5rem;
  }.public-block .text-links{
    flex-direction:column;
    align-items:flex-start;
  }.public-block .text-links p{
    max-width:none;
  }
}
.primary-body{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d}
.primary-body .public-story{max-width:1080px;margin:0 auto}
.primary-body h2{max-width:16ch;margin:0 0 calc(1.19rem * 1.5);font-size:calc(18.3px * 2);line-height:1.1}
.primary-body .active-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.19rem * 1.5)}
.primary-body .active-section>div{padding:calc(1.5rem * .75);border-top:1px solid #d9d0c0}
.primary-body h3{margin:0;font-size:calc(18.3px * 1.125);line-height:1.2}
.primary-body .active-section p{margin:1.5rem 0 0;line-height:1.47;font-size:calc(18.3px * .875)}
.primary-body .plain-entries{max-width:44rem;margin:calc(1.19rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid #d9d0c0;font-size:18.3px;line-height:1.47}
@media(max-width:720px){.primary-body .active-section{grid-template-columns:1fr}}
.wide-rail{--field-static:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.38rem;background:#244238;color:#faf8f1;}
.wide-rail .public-story{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--field-static) * 1.1);}
.wide-rail h2,.wide-rail h3,.wide-rail p{margin:0;}
.wide-rail h2{font-size:calc(18.3px * 2);line-height:1.15;max-width:calc(1080px * 0.75);}
.wide-rail h3{font-size:calc(18.3px * 1.35);line-height:1.25;}
.wide-rail p{font-size:18.3px;line-height:1.47;}
.wide-rail a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb, #faf8f1 45%, transparent);}
.wide-rail a:hover{text-decoration-color:#faf8f1;}
.wide-rail .soft-region{display:flex;flex-direction:column;row-gap:1.5rem;}
.wide-rail .open-story{max-width:calc(1080px * 0.62);}
.wide-rail .text-links{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb, #faf8f1 18%, transparent);}
.wide-rail .public-form{display:flex;gap:1.5rem;padding:calc(var(--field-static) * 0.7) 0;border-bottom:1px solid color-mix(in srgb, #faf8f1 18%, transparent);}
.wide-rail .compact-service{flex:0 0 auto;font-size:calc(18.3px * .875);line-height:1.4;letter-spacing:0.08em;text-transform:uppercase;opacity:0.7;padding-top:0.2rem;min-width:2.4rem;}
.wide-rail .local-note{flex:1 1 auto;display:flex;flex-direction:column;row-gap:calc(1.5rem / 3);}
.wide-rail .local-note p{max-width:calc(1080px * 0.68);}
.wide-rail .clear-flow{border-left:2px solid color-mix(in srgb, #faf8f1 30%, transparent);padding-left:1.5rem;max-width:calc(1080px * 0.72);}
.wide-rail .clear-flow p{font-size:calc(18.3px * .875);line-height:1.47;}
@media (max-width: 640px){.wide-rail h2{max-width:none;}.wide-rail .open-story{max-width:none;}.wide-rail .public-form{flex-direction:column;row-gap:calc(1.5rem / 2);}.wide-rail .local-note p{max-width:none;}.wide-rail .clear-flow{max-width:none;}
}
.wide-method{
            padding: clamp(54px, 7vw, 94px) clamp(16px, 4vw, 36px);
            background: #faf8f1;
            color: #24211d;
        }
.wide-method .public-story{max-width: 920px;
            margin: 0 auto;}
.wide-method .plain-unit{margin-bottom: 28px;
            border-bottom: 1px solid #d9d0c0;
            padding-bottom: 22px;}
.wide-method .plain-unit h2{margin: 0;
            font-size: clamp(26px, 3.6vw, 38px);
            line-height: 1.2;
            letter-spacing: -0.01em;}
.wide-method .plain-unit p{margin: 12px 0 0;
            max-width: 720px;
            font-size: 18.3px;
            line-height: 1.55;}
.wide-method .strong-footer{display: flex;
            flex-direction: column;
            gap: 10px;}
.wide-method .steady-shell{
            border: 1px solid #d9d0c0;
            border-radius: 0.65rem;
            background: #ffffff;
            overflow: hidden;
            transition: border-color 140ms var(--delay-nav);color:#24211d;}
.wide-method .steady-shell.is-open{border-color: var(--surface-primary);}
.wide-method .steady-shell button{
            width: 100%;
            border: 0;
            background: transparent;
            color: #24211d;
            text-align: left;
            font: inherit;
            font-weight: 600;
            font-size: 18.3px;
            padding: 16px 18px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }
.wide-method .steady-shell button::after{content: "+";
            font-size: 1.3rem;
            font-weight: 400;
            line-height: 1;
            flex-shrink: 0;
            transition: transform 140ms var(--delay-nav);}
.wide-method .steady-shell.is-open button::after{transform: rotate(45deg);}
.wide-method .steady-shell p{margin: 0;
            max-height: 0;
            overflow: hidden;
            padding: 0 18px;
            transition: max-height 140ms var(--delay-nav), padding 140ms var(--delay-nav);
            font-size: 18.3px;
            line-height: 1.55;}
.wide-method .steady-shell.is-open p{max-height: 260px;
            padding: 0 18px 18px;}
.wide-method .direct-headline{margin-top: 30px;
            padding-top: 18px;
            border-top: 1px solid #d9d0c0;
            font-size: calc(18.3px * .875);
            line-height: 1.5;}
.wide-method .direct-headline a{text-decoration: underline;
            text-underline-offset: 3px;
            transition: color 140ms var(--delay-nav);}
.wide-method .direct-headline a:hover{}
@media (max-width: 640px) {.wide-method .plain-unit h2{
                font-size: 24px;
            }.wide-method .steady-shell button{
                padding: 14px 14px;
                font-size: 18.3px;
            }.wide-method .steady-shell p{
                padding: 0 14px;
            }.wide-method .steady-shell.is-open p{
                padding: 0 14px 14px;
            }
        }
.focused-proof{
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #ece7dc;
  color: #24211d;
}
.focused-proof .public-story{max-width: 1080px;
  margin: 0 auto;}
.focused-proof .primary-lead{display: flex;
  justify-content: space-between;
  gap: 1.19rem;
  align-items: end;
  margin-bottom: calc(1.19rem * 1.5);}
.focused-proof h2{max-width: 15ch;
  margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.08;}
.focused-proof .primary-lead p{max-width: 38rem;
  margin: 0;
  line-height: 1.47;}
.focused-proof .offer-panel{margin: 0;
  padding: 0;
  border-top: 1px solid #d9d0c0;
  list-style: none;}
.focused-proof .secondary-unit{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.19rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d9d0c0;}
.focused-proof .secondary-unit p{max-width: 42rem;
  margin: 0;
  font-size: calc(18.3px * 1.125);
  line-height: 1.47;}
.focused-proof .secondary-unit span{color: #24211d;
  font-size: calc(18.3px * .875);
  opacity: 0.75;}
.focused-proof .open-copy{padding-left: calc(1.19rem * .65);}
.focused-proof .text-view{justify-content: flex-start;}
.focused-proof .text-view a{flex: 1 1 0;
  color: #244238;
  font-size: calc(18.3px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.focused-proof .team-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.19rem;
  padding-top: 1.5rem;}
.focused-proof .team-summary a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.focused-proof .team-summary a span{margin-right: calc(1.5rem * .75);
  color: #24211d;
  opacity: 0.75;}
.focused-proof .team-summary a:hover{color:inherit;}
@media (max-width: 660px) {.focused-proof .primary-lead,
  .focused-proof .secondary-unit{
    display: block;
  }.focused-proof .primary-lead p,
  .focused-proof .secondary-unit span,
  .focused-proof .secondary-unit p,
  .focused-proof .text-view a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.focused-proof .open-copy{
    padding-left: 0;
  }
}
.site-brand{--field-static:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.site-brand .public-story{max-width:1080px;margin:0 auto;}
.site-brand h1,.site-brand h2,.site-brand h3,.site-brand p{margin:0;}
.site-brand h2{font-size:calc(18.3px * 2);line-height:1.15;max-width:calc(1080px / 1.6);}
.site-brand p{font-size:18.3px;line-height:1.47;}
.site-brand a{text-decoration:underline;text-underline-offset:0.18em;}
.site-brand a:hover{}
.site-brand .plain-unit{display:grid;gap:1.5rem;}
.site-brand .open-story{max-width:calc(1080px / 1.9);}
.site-brand .top-benefit{display:grid;gap:1.19rem;margin-top:calc(1.5rem * 1.4);}
.site-brand details{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #d9d0c0;border-radius:0.65rem;background:#ffffff;color:#24211d;}
.site-brand summary{cursor:pointer;font-weight:700;font-size:18.3px;line-height:1.35;list-style:none;display:flex;justify-content:space-between;gap:1.38rem;align-items:baseline;}
.site-brand summary::-webkit-details-marker{display:none;}
.site-brand summary::after{content:"+";font-weight:400;flex-shrink:0;font-size:calc(18.3px * 1.125);line-height:1;}
.site-brand details[open] summary::after{content:"–";}
.site-brand details p{margin-top:calc(1.5rem / 2.2);max-width:calc(1080px / 1.7);}
.site-brand .clear-flow{margin-top:calc(1.5rem * 1.4);padding-top:1.5rem;border-top:1px solid #d9d0c0;max-width:calc(1080px / 1.6);}
.site-brand .clear-flow p{font-size:calc(18.3px * .875);}
.featured-steps{
  --field-static: calc(1.5rem * 1.19);
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #faf8f1;
  color: #24211d;
}
.featured-steps .public-story{max-width: 1080px;
  margin: 0 auto;}
.featured-steps h1,
.featured-steps h2,
.featured-steps h3,
.featured-steps p{margin: 0;}
.featured-steps h2{font-size: calc(18.3px * 2);
  line-height: 1.12;}
.featured-steps p{font-size: 18.3px;
  line-height: 1.47;}
.featured-steps a{color: #244238;
  text-decoration: none;
  font-size: calc(18.3px * .875);
  font-weight: 600;
  transition: color 140ms var(--delay-nav);}
.featured-steps a:hover{color: #a45f2a;}
.featured-steps .text-callout{display: grid;
  grid-template-columns: 1fr;
  gap: 1.19rem;}
.featured-steps .open-story{max-width: 62ch;
  color: #24211d;}
.featured-steps .strong-footer{display: grid;
  grid-template-columns: 1fr;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.19rem * 1.5);}
.featured-steps .steady-shell{
  padding: calc(1.5rem * .75);
  border: 1px solid #d9d0c0;
  border-radius: 0.65rem;
  background: #ffffff;
  color: #24211d;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.featured-steps .steady-shell p{font-size: 18.3px;
  line-height: 1.47;}
.featured-steps .steady-shell a{margin-top: auto;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;}
.featured-steps .steady-shell a:hover{border-bottom-color: #a45f2a;}
@media (min-width: 640px) {.featured-steps .text-callout{
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }.featured-steps .text-callout .open-story{
    grid-column: 2;
    grid-row: 1;
  }.featured-steps .strong-footer{
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-story{--field-static:calc(1.5rem * 1.2);--layer-active:calc(1080px / 2.50);--copy-body:calc(1080px / 3.66);padding:calc(1.5rem * 2.4) 1.38rem;background:#244238;color:#faf8f1;}
.team-story .public-story{max-width:1080px;margin:0 auto;}
.team-story h1,.team-story h2,.team-story h3,.team-story p{margin:0;}
.team-story h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.team-story h2{font-size:calc(18.3px * 2);line-height:1.15;max-width:var(--layer-active);}
.team-story h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.team-story p{font-size:18.3px;line-height:1.47;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-story a{color:inherit;text-decoration:none;}
.team-story img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.team-story .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#a45f2a;color:#fff7ed;}
.team-story .open-story{margin-top:1.5rem;max-width:var(--layer-active);}
.team-story .strong-footer{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.team-story .steady-shell{min-width:0;padding-left:1.38rem;border-left:2px solid color-mix(in srgb, currentColor 18%, transparent);}
.team-story .steady-shell p{font-size:18.3px;}
.team-story .steady-shell p:first-child{font-weight:600;color:inherit;margin-bottom:calc(1.5rem / 3);}
.team-story .direct-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.team-story .direct-inner>.bottom-flow{flex:1 1 calc(1080px / 3);min-width:0;}
.team-story .direct-inner>.strong-footer{flex:2 1 calc(1080px / 2);margin-top:0;}
.team-story .direct-inner>img{margin-left:auto;max-width:calc(var(--copy-body) * 1.1);}
@media (max-width: 720px){.team-story .direct-inner>img{max-width:100%;margin-left:0;margin-top:1.5rem;}.team-story .steady-shell{padding-left:1.5rem;}
}
.page-callout{--field-static:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.page-callout .public-story{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.19rem * 1.5);}
.page-callout .soft-region{max-width:calc(1080px * 0.78);}
.page-callout h2{font-size:calc(18.3px * 2);line-height:1.15;margin:0;}
.page-callout h3{font-size:calc(18.3px * 1.35);line-height:1.25;margin:0;}
.page-callout p{margin:0;font-size:18.3px;line-height:1.47;}
.page-callout .clear-flow{display:inline-block;font-size:calc(18.3px * .875);color:#24211d;background:#ece7dc;padding:calc(1.38rem / 2.4) 1.38rem;border-radius:0.32rem;margin-bottom:1.5rem;}
.page-callout .open-story{margin-top:1.5rem;color:#24211d;}
.page-callout .strong-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.19rem * 1.5) 1.5rem;}
.page-callout .steady-shell{background:#ffffff;border:1px solid #d9d0c0;border-radius:0.9rem;padding:calc(1.19rem * 1.5) 1.5rem;color:#24211d;}
.page-callout .bottom-flow{display:flex;flex-direction:column;gap:calc(1.5rem / 2.2);}
.page-callout .bottom-flow p{color:#24211d;}
.page-callout .visual-area{max-width:calc(1080px * 0.72);padding-top:calc(1.19rem * 1.5);border-top:1px solid #d9d0c0;}
.page-callout .media-visual{font-weight:600;font-size:18.3px;margin-bottom:calc(1.5rem / 2.5);}
.page-callout .featured-method{color:#24211d;}
@media(max-width:760px){.page-callout .strong-footer{grid-template-columns:1fr;}.page-callout .soft-region{max-width:100%;}.page-callout .visual-area{max-width:100%;}
}
.soft-section{--field-static:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.soft-section .public-story{max-width:1080px;margin:0 auto;}
.soft-section h2,.soft-section h3,.soft-section p{margin:0;}
.soft-section h2{font-size:calc(18.3px * 2);line-height:1.12;max-width:calc(1080px / 1.6);}
.soft-section h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.soft-section p{font-size:18.3px;line-height:1.47;}
.soft-section a{text-decoration:none;transition:color 140ms var(--delay-nav);}
.soft-section a:hover{}
.soft-section .soft-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.soft-section .open-story{max-width:calc(1080px / 1.35);}
.soft-section .top-benefit{display:flex;flex-direction:column;gap:1.5rem;margin-top:calc(1.5rem * 1.4);}
.soft-section .steady-shell{padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.65rem;background:#ffffff;border:1px solid #d9d0c0;color:#24211d;}
.soft-section .steady-shell p{margin-top:calc(1.5rem / 3.2);opacity:0.82;}
.soft-section .steady-shell h3{}
.soft-section .clear-flow{margin-top:calc(1.5rem * 1.4);padding-top:1.5rem;border-top:1px solid #d9d0c0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);align-items:flex-start;}
.soft-section .clear-flow p{font-size:18.3px;}
.soft-section .text-links{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.32rem;background:var(--surface-primary);color:var(--surface-light);font-weight:600;transition:background 140ms var(--delay-nav);}
.soft-section .text-links:hover{background:#31594c;color:var(--surface-light);}
.clear-figure{--field-static:calc(1.5rem * 1.02);--layer-active:calc(1080px / 2.55);--copy-body:calc(1080px / 3.94);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.clear-figure .public-story{max-width:1080px;margin:0 auto;}
.clear-figure h1,.clear-figure h2,.clear-figure h3,.clear-figure p{margin:0;}
.clear-figure h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.clear-figure h2{font-size:calc(18.3px * 2);line-height:1.12;}
.clear-figure h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.clear-figure p{font-size:18.3px;line-height:1.47;color:#24211d;}
.clear-figure a{color:inherit;text-decoration:none;}
.clear-figure img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.clear-figure .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--surface-primary);color:var(--surface-light);}
.clear-figure .open-story,.clear-figure .clear-flow{}
.clear-figure .strong-footer{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.clear-figure .steady-shell{min-width:0;}
.clear-figure .steady-shell p,.clear-figure .steady-shell a{margin-top:calc(1.5rem / 3);}
.clear-figure .steady-shell img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-body) * .7);}
.clear-figure .direct-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.clear-figure .direct-inner>.bottom-flow{flex:1 1 calc(1080px / 3);min-width:0;}
.clear-figure .direct-inner>.strong-footer{flex:2 1 calc(1080px / 2);margin-top:0;}
.clear-figure .direct-inner>img{margin-left:auto;max-width:calc(1080px / 3.94);}
.clear-figure .bottom-flow .open-story{margin-top:1.5rem;}
.clear-figure .bottom-flow .clear-flow{margin-top:calc(1.5rem / 2);font-size:calc(18.3px * .875);}
.narrow-visual{--field-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.narrow-visual .public-story{max-width:1080px;margin:0 auto;}
.narrow-visual h1,.narrow-visual h2,.narrow-visual h3,.narrow-visual p{margin:0;}
.narrow-visual h2{font-size:calc(18.3px * 2);line-height:1.15;}
.narrow-visual h3{font-size:calc(18.3px * 1.35);line-height:1.25;}
.narrow-visual p{font-size:18.3px;line-height:1.47;}
.narrow-visual a{color:#244238;text-decoration:none;}
.narrow-visual a:hover{color:#a45f2a;}
.narrow-visual .steady-quote{text-align:center;}
.narrow-visual .open-story{max-width:calc(1080px * 0.72);margin:1.5rem auto 0;font-size:calc(18.3px * 1.125);}
.narrow-visual .top-benefit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 1.4);text-align:left;}
.narrow-visual .steady-shell{padding:calc(1.5rem * .75);border-radius:0.65rem;background:#ffffff;border:1px solid #d9d0c0;color:#24211d;}
.narrow-visual .steady-shell p{margin-top:calc(1.5rem / 3);color:#24211d;}
.narrow-visual .clear-flow{margin-top:1.5rem;font-size:calc(18.3px * .875);color:#24211d;}
.narrow-visual .text-links{display:flex;flex-wrap:wrap;gap:1.19rem;justify-content:center;margin-top:1.5rem;}
.narrow-visual .text-links a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * 0.6) 1.5rem;border-radius:0.32rem;background:var(--surface-primary);color:var(--surface-light);font-weight:600;transition:background 140ms var(--delay-nav);}
.narrow-visual .text-links a:hover{background:#31594c;color:var(--surface-light);}
@media (max-width: 720px){.narrow-visual .top-benefit{grid-template-columns:1fr;}.narrow-visual .open-story{max-width:none;}}
.media-benefit{--field-static:calc(1.5rem * 0.99);--layer-active:calc(1080px / 2.50);--copy-body:calc(1080px / 3.88);padding:calc(1.5rem * 2.4) 1.38rem;background:var(--surface-primary);color:var(--surface-light);}
.media-benefit .public-story{max-width:1080px;margin:0 auto;}
.media-benefit h1,.media-benefit h2,.media-benefit h3,.media-benefit p{margin:0;}
.media-benefit h2{font-size:calc(18.3px * 2);line-height:1.12;max-width:calc(1080px * 0.82);}
.media-benefit p{font-size:18.3px;line-height:1.47;color:color-mix(in srgb, currentColor 74%, transparent);}
.media-benefit a{color:inherit;text-decoration:none;}
.media-benefit img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.media-benefit .open-story,.media-benefit .clear-flow{max-width:var(--layer-active);}
.media-benefit .strong-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,calc(1080px / 3.2)),1fr));gap:1.19rem;margin-top:var(--field-static);}
.media-benefit .steady-shell{padding:calc(1.5rem * .75);border-radius:0.65rem;background:color-mix(in srgb, var(--surface-light) 6%, transparent);border:1px solid color-mix(in srgb, var(--surface-light) 14%, transparent);color:#24211d;}
.media-benefit .steady-shell p{margin:0;font-size:18.3px;}
.media-benefit .open-quote>img{margin-top:var(--field-static);}
.media-benefit .open-quote>.open-story{margin-top:1.5rem;}
.media-benefit .clear-flow{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb, var(--surface-light) 14%, transparent);}
.media-benefit .text-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;}
.media-benefit .text-links a{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--surface-light);color:var(--surface-primary);font-weight:600;}
.media-benefit .text-links a:last-child{background:transparent;border:1px solid color-mix(in srgb, var(--surface-light) 40%, transparent);color:var(--surface-light);}
.media-benefit .text-links a:hover{background:#a45f2a;color:#fff7ed;border-color:transparent;}
.main-figure{
    --field-static: calc(1.5rem * 1.02);
    --layer-active: calc(1080px / 2.85);
    padding: calc(1.5rem * 2.4) 1.38rem;
    background: #faf8f1;
    color: #24211d;
  }
.main-figure .public-story{max-width: 1080px;
    margin: 0 auto;}
.main-figure h1,
  .main-figure h2,
  .main-figure h3,
  .main-figure p{margin: 0;}
.main-figure h1{font-size: calc(18.3px * 2.65);
    line-height: 1.08;}
.main-figure h2{font-size: calc(18.3px * 2);
    line-height: 1.2;
    margin-top: calc(1.5rem * 1.4);
    max-width: calc(1080px * 0.8);}
.main-figure h3{font-size: calc(18.3px * 1.35);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;}
.main-figure p{font-size: 18.3px;
    line-height: 1.47;
    color: #24211d;}
.main-figure .clear-flow{font-size: calc(18.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #24211d;
    margin-bottom: 1.5rem;
    border-left: 3px solid #a45f2a;
    padding-left: 1.38rem;}
.main-figure .strong-footer{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;}
.main-figure .steady-shell{
    padding: calc(1.5rem * .75) calc(1.5rem * .75);
    border-radius: 0.65rem;
    background: #ffffff;
    border: 1px solid #d9d0c0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.13);
    transition: box-shadow 140ms var(--delay-nav), transform 140ms var(--delay-nav);color:#24211d;}
.main-figure .steady-shell:hover{box-shadow: 0 10px 28px rgba(0,0,0,0.16);
    transform: translateY(-2px);}
.main-figure .steady-shell p{margin-top: calc(1.5rem / 2.5);
    font-size: calc(18.3px * .875);
    line-height: 1.55;
    color: #24211d;}
.main-figure .steady-shell h3{color: #24211d;
    font-size: calc(calc(18.3px * 1.35) * 0.9);}
/* ajuste para que el bloque no se vea como grid de cards genérico */
  .main-figure .steady-shell:first-child{
    background: #244238;
    color: #faf8f1;
    border-color: transparent;
  }
.main-figure .steady-shell:first-child h3{}
.main-figure .steady-shell:first-child p{}
.main-figure .compact-block > h2{margin-top: calc(1.5rem * 1.6);
    font-size: calc(18.3px * 2);
    line-height: 1.15;
    max-width: calc(1080px * 0.7);}
/* en pantallas angostas una sola columna */
  @media (max-width: 640px) {.main-figure .strong-footer{
      grid-template-columns: 1fr;
      gap: calc(1.5rem * .75);
    }.main-figure h2{
      max-width: 100%;
    }.main-figure .compact-block > h2{
      max-width: 100%;
    }.main-figure .clear-flow{
      margin-bottom: calc(1.5rem * .75);
    }
  }
/* tipografía más contenida en pantallas medianas */
  @media (min-width: 641px) and (max-width: 900px) {.main-figure .strong-footer{
      grid-template-columns: 1fr 1fr;
      gap: calc(1.5rem * .75);
    }
  }
.soft-summary{padding:calc(1.5rem * 2.4) 1.38rem;background:#244238;color:#faf8f1;overflow:hidden}
.soft-summary .public-story{max-width:1080px;margin:0 auto}
.soft-summary .soft-region{max-width:44rem;margin:0 0 calc(1.19rem * 1.5)}
.soft-summary h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.05}
.soft-summary .open-story{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.47;max-width:38rem}
.soft-summary .primary-entries{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5)}
.soft-summary .secondary-unit{display:grid;grid-template-columns:3rem 1fr;gap:1.38rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(250,248,241,.16)}
.soft-summary .secondary-unit:last-of-type{border-bottom:0;padding-bottom:0}
.soft-summary .quiet-flow{font-size:calc(18.3px * .875);line-height:1.4;color:#faf8f1;opacity:.7;padding-top:.2rem}
.soft-summary .compact-menu h3{margin:0;font-size:calc(18.3px * 1.35);line-height:1.2}
.soft-summary .compact-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.47;max-width:34rem}
.soft-summary .clear-flow{margin-top:calc(1.19rem * 1.5);padding:1.5rem 1.38rem;background:rgba(250,248,241,.06);border-radius:0.65rem}
.soft-summary .clear-flow p{margin:0;line-height:1.47;max-width:36rem}
.soft-summary .text-links{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:calc(1.5rem * .75)}
.soft-summary .text-links a{color:#faf8f1;text-decoration:underline;text-underline-offset:.2em;text-decoration-color:rgba(250,248,241,.4);transition:color 140ms var(--delay-nav)}
.soft-summary .text-links a:hover{text-decoration-color:#fff7ed}
@media (max-width:640px){.soft-summary .secondary-unit{grid-template-columns:2.2rem 1fr;gap:calc(1.5rem * .75)}.soft-summary h2{font-size:calc(18.3px * 2)}
}
.site-flow{--field-static:calc(1.5rem * 1.25);--layer-active:calc(1080px / 3.20);--copy-body:calc(1080px / 3.38);padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.site-flow .public-story{max-width:1080px;margin:0 auto;}
.site-flow h1,.site-flow h2,.site-flow h3,.site-flow p{margin:0;}
.site-flow h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.site-flow h2{font-size:calc(18.3px * 2);line-height:1.12;}
.site-flow h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.site-flow p{font-size:18.3px;line-height:1.47;color:color-mix(in srgb, #24211d 72%, transparent);}
.site-flow a{color:#244238;text-decoration:none;transition:color 140ms var(--delay-nav);}
.site-flow a:hover{color:#a45f2a;}
.site-flow img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.site-flow .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--surface-primary);color:var(--surface-light);}
.site-flow .open-story,.site-flow .clear-flow{max-width:var(--layer-active);margin-left:auto;margin-right:auto;}
.site-flow .strong-footer{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.19rem;margin-top:var(--field-static);text-align:left;}
.site-flow .steady-shell{flex:1 1 calc(1080px / 3.4);min-width:0;background:#ffffff;border:1px solid #d9d0c0;border-radius:0.65rem;padding:calc(1.5rem * .75);color:#24211d;}
.site-flow .steady-shell h3{margin-bottom:calc(1.5rem / 3);}
.site-flow .steady-shell p{font-size:calc(18.3px * .875);}
.site-flow .steady-shell p,.site-flow .steady-shell a{margin-top:calc(1.5rem / 3);}
.site-flow .steady-shell img{margin-bottom:calc(1.5rem / 2);}
.site-flow .narrow-footer{text-align:center;}
.site-flow .narrow-footer>.open-story{margin:1.5rem auto 0;}
.site-flow .narrow-footer>img{margin:var(--field-static) auto 0;}
.site-flow .clear-flow{margin-top:1.5rem;font-size:calc(18.3px * .875);color:color-mix(in srgb, #24211d 60%, transparent);}
.site-flow .text-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem;}
.site-flow .text-links a{font-weight:600;border-bottom:1px solid color-mix(in srgb, #244238 30%, transparent);padding-bottom:2px;}
@media (max-width: 640px){.site-flow .strong-footer{flex-direction:column;}.site-flow .steady-shell{flex-basis:auto;}
}
.public-group{--field-static:calc(1.5rem * 1.12);--layer-active:calc(1080px / 3.00);padding:calc(1.5rem * 2.4) 1.38rem;background:#ffffff;color:#24211d;border-bottom:1px solid #d9d0c0;}
.public-group .public-story{max-width:1080px;margin:0 auto;}
.public-group h1,.public-group h2,.public-group h3,.public-group p{margin:0;}
.public-group h2{font-size:calc(18.3px * 2);line-height:1.12;}
.public-group h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.public-group p{font-size:18.3px;line-height:1.47;}
.public-group a{text-decoration:none;font-weight:600;}
.public-group a:hover{}
.public-group .text-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.public-group .text-callout>h2{flex:1 1 calc(1080px / 3);min-width:0;}
.public-group .text-callout>.open-story{flex:1 1 calc(1080px / 3);min-width:0;}
.public-group .text-callout>.strong-footer{flex:1 1 100%;}
.public-group .strong-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:calc(1.19rem * 1.5);margin-top:calc(1.19rem * 1.5);}
.public-group .steady-shell{display:flex;flex-direction:column;padding:calc(1.5rem * .75);border-radius:0.65rem;background:#ece7dc;color:#24211d;}
.public-group .steady-shell p{font-size:calc(18.3px * .875);text-transform:uppercase;letter-spacing:0.08em;}
.public-group .steady-shell h3{margin-top:calc(1.5rem / 3);}
.public-group .steady-shell .bottom-flow{margin-top:1.5rem;font-size:18.3px;line-height:1.47;text-transform:none;letter-spacing:normal;}
.public-group .steady-shell a{margin-top:auto;padding-top:1.5rem;}
.public-group .clear-flow{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.19rem;margin-top:calc(1.19rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.65rem;background:var(--surface-primary);color:var(--surface-light);}
.public-group .clear-flow p{font-size:18.3px;}
.public-group .clear-flow a{text-decoration:underline;}
.public-group .clear-flow a:hover{}
.simple-feature{
  --field-static: calc(1.5rem * 1.00);
  --layer-active: calc(1080px / 2.24);
  --copy-body: calc(1080px / 3.22);
  --font-body: calc(1080px / 3.31);
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #244238;
  color: #faf8f1;
}
.simple-feature .public-story{max-width: 1080px;
  margin: 0 auto;}
.simple-feature h1,
.simple-feature h2,
.simple-feature h3,
.simple-feature p,
.simple-feature ul{margin: 0;}
.simple-feature h1{font-size: calc(18.3px * 2.65);
  line-height: 1.1;}
.simple-feature h2{font-size: calc(18.3px * 2);
  line-height: 1.12;
  max-width: 12ch;}
.simple-feature h3{font-size: calc(18.3px * 1.35);
  line-height: 1.2;
  font-weight: 600;}
.simple-feature p{font-size: 18.3px;
  line-height: 1.47;
  opacity: 0.82;}
.simple-feature a{color: inherit;
  text-decoration: none;}
.simple-feature img{display: block;
  width: 100%;
  height: auto;
  border-radius: 0.65rem;}
.simple-feature .focused-headline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.32rem;
  background: #faf8f1;
  color: #244238;
}
.simple-feature .soft{
  background: color-mix(in srgb, #ece7dc 80%, transparent);color:#24211d;}
.simple-feature .steady-quote{text-align: center;}
.simple-feature .callout{padding-inline-start: calc(1.38rem / 2);}
.simple-feature .settled{padding-block: calc(var(--field-static) / 2);}
.simple-feature .open{padding-block-start: var(--field-static);}
.simple-feature .text-visual{padding-block-end: calc(var(--field-static) / 3);}
.simple-feature .strong-rail{max-width: 1080px;}
.simple-feature .soft-unit{padding-inline-start: calc(1.5rem * .75);}
.simple-feature .team-flow{row-gap: calc(var(--field-static) * 1.2);}
.simple-feature .clear-entries{row-gap: calc(var(--field-static) * 0.7);}
.simple-feature .measured{column-gap: calc(1.19rem * 0.85);}
.simple-feature .relaxed{column-gap: calc(1.19rem * 1.12);}
.simple-feature .public-figure{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.simple-feature .open-story{margin-top: 1.5rem;
  max-width: calc(1080px / 1.8);
  opacity: 0.9;}
.simple-feature .primary-header{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--font-body)), 1fr));
  gap: var(--field-static);
  margin-top: calc(var(--field-static) * 1.2);}
.simple-feature .steady-shell{
  padding: calc(var(--field-static) * 0.75);
  border-radius: 0.65rem;
  background: #ece7dc;
  color: #24211d;
  border: 1px solid color-mix(in srgb, #faf8f1 12%, transparent);
}
.simple-feature .steady-shell p{margin-top: calc(1.5rem / 3);color:inherit;
  opacity: 0.9;}
.simple-feature .steady-shell a{display: inline-flex;
  margin-top: calc(1.5rem / 2);
  opacity: 0.85;}
.simple-feature .steady-shell{
  background: #ece7dc;color:#24211d;}
.service-region{--field-static:calc(1.5rem * 1.02);--layer-active:calc(1080px / 3.15);--copy-body:calc(1080px / 3.11);padding:calc(1.5rem * 2.4) 1.38rem;background:#ffffff;color:#24211d;}
.service-region .public-story{max-width:1080px;margin:0 auto;}
.service-region h1,.service-region h2,.service-region h3,.service-region p{margin:0;}
.service-region h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.service-region h2{font-size:calc(18.3px * 2);line-height:1.12;}
.service-region h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.service-region p{font-size:18.3px;line-height:1.47;}
.service-region a{text-decoration:underline;text-underline-offset:0.2em;}
.service-region a:hover{}
.service-region img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.service-region .open-story{max-width:var(--layer-active);margin-left:auto;margin-right:auto;}
.service-region .strong-footer{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.19rem;margin-top:var(--field-static);text-align:left;}
.service-region .steady-shell{flex:1 1 calc(1080px / 3.2);min-width:0;padding:calc(1.5rem * .75);background:#ece7dc;border-radius:0.65rem;color:#24211d;}
.service-region .steady-shell .bottom-flow h3{margin-bottom:calc(1.5rem / 3);}
.service-region .steady-shell p{font-size:calc(18.3px * .875);}
.service-region .clear-flow{margin-top:var(--field-static);font-size:calc(18.3px * .875);}
.service-region .narrow-footer{text-align:center;}
.service-region .narrow-footer>.open-story{margin-top:1.5rem;}
.service-region .narrow-footer>img{margin:var(--field-static) auto 0;max-width:var(--copy-body);}
@media (max-width: 720px){.service-region .steady-shell{flex-basis:100%;}.service-region .narrow-footer>img{max-width:100%;}
}
.public-area{padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.public-area .steady-links{max-width:760px;margin:0 auto;}
.public-area .quiet-tile{margin:0 0 10px;font-size:calc(18.3px * .875);color:#24211d;letter-spacing:0.02em;}
.public-area .fresh-headline{margin:0 0 18px;font-size:calc(18.3px * 2.65);line-height:1.15;}
.public-area .open-story{margin:0 0 24px;font-size:18.3px;line-height:1.6;color:#24211d;}
.public-area .page-benefit{margin:0 0 28px;border-radius:0.9rem;overflow:hidden;}
.public-area .direct-media{display:block;width:100%;height:auto;object-fit:cover;}
.public-area .compact-menu{font-size:18.3px;line-height:1.47;}
.public-area .compact-menu p{margin:0 0 18px;}
.public-area .compact-menu h2{margin:32px 0 12px;font-size:calc(18.3px * 1.35);line-height:1.3;}
.public-area .strong-footer{margin:0 0 18px;padding-left:1.2rem;}
.public-area .strong-footer li{margin-bottom:8px;line-height:1.55;}
.public-area .clear-flow{margin:24px 0;padding:16px 18px;background:#ece7dc;border-radius:0.65rem;color:#24211d;}
.public-area .clear-flow p{margin:0;font-size:calc(18.3px * .875);line-height:1.6;}
.public-area .text-links{margin-top:36px;padding-top:20px;border-top:1px solid #d9d0c0;display:flex;flex-direction:column;gap:8px;}
.public-area .simple-team{font-size:calc(18.3px * .875);color:#24211d;margin-bottom:4px;}
.public-area .plain-lead{color:#244238;text-decoration:none;font-size:calc(18.3px * .875);line-height:1.5;}
.public-area .plain-lead:hover{color:#a45f2a;text-decoration:underline;}
.service-plan{padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.service-plan .steady-links{max-width:760px;margin:0 auto;}
.service-plan .fresh-headline{margin:0 0 1.5rem;font-size:calc(18.3px * 2.65);line-height:1.2;}
.service-plan .local-brand{margin:0 0 1.5rem;font-size:calc(18.3px * .875);color:#24211d;}
.service-plan .method{margin:0 0 calc(1.19rem * 1.5);font-size:18.3px;line-height:1.7;}
.service-plan .method:last-child{margin-bottom:0;}
.service-plan a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.service-plan a:hover{color:#a45f2a;}
.public-nav{padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d;}
.public-nav .steady-links{max-width:760px;margin:0 auto;}
.public-nav .fresh-headline{margin:0 0 8px;font-size:clamp(26px,4vw,34px);line-height:1.25;}
.public-nav .local-brand{margin:0 0 24px;font-size:calc(18.3px * .875);color:#24211d;}
.public-nav .featured-frame{display:block;width:100%;height:auto;border-radius:0.9rem;margin:0 0 28px;object-fit:cover;}
.public-nav .compact-menu{font-size:18.3px;line-height:1.47;}
.public-nav .open-story{font-size:calc(18.3px * 1.125);line-height:1.6;margin:0 0 20px;}
.public-nav p{margin:0 0 18px;}
.public-nav h2{font-size:calc(18.3px * 1.35);margin:32px 0 12px;line-height:1.3;}
.public-nav .direct-stack{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:36px;padding-top:24px;border-top:1px solid #d9d0c0;}
.public-nav .direct-stack a{color:#244238;text-decoration:none;font-size:18.3px;}
.public-nav .direct-stack a:hover{color:#a45f2a;text-decoration:underline;}
@media(max-width:640px){.public-nav .direct-stack{flex-direction:column;gap:8px;}}
.focused-content{
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #244238;
  color: #faf8f1;
}
.focused-content .public-story{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: calc(1.19rem * 1.5);
  align-items: center;}
.focused-content h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.12;}
.focused-content .site-view p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.3px;
  line-height: 1.55;}
.focused-content .offer-media{
  border-radius: 1.2rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0,0,0,0.13);
}
.focused-content .strong-nav{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 0.8);
  border-bottom: 1px solid #d9d0c0;}
.focused-content .strong-nav span{font-size: calc(18.3px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;}
.focused-content a{text-decoration: none;}
.focused-content .strong-nav a{font-size: calc(18.3px * .875);
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 140ms var(--delay-nav);}
.focused-content .strong-nav a:hover{border-color: var(--surface-primary);}
.focused-content .media-figure{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.focused-content .media-figure a{display: block;
  padding: calc(1.5rem * .75);
  border-right: 1px solid #d9d0c0;
  border-bottom: 1px solid #d9d0c0;
  transition: background 140ms var(--delay-nav);}
.focused-content .media-figure a:nth-child(2n){border-right: none;}
.focused-content .media-figure a:nth-last-child(-n + 2){border-bottom: none;}
.focused-content .media-figure a:hover{
  background: #ece7dc;color:#24211d;}
.focused-content .media-figure strong,
.focused-content .media-figure small,
.focused-content .media-figure span{display: block;}
.focused-content .media-figure strong{font-size: 18.3px;
  line-height: 1.3;}
.focused-content .media-figure small{margin: calc(calc(1.5rem * .75) * 0.4) 0;
  font-size: calc(18.3px * .875);
  font-weight: 600;}
.focused-content .media-figure span{font-size: calc(18.3px * .875);
  line-height: 1.5;}
@media (max-width: 780px) {.focused-content .public-story{
    grid-template-columns: 1fr;
  }.focused-content .media-figure{
    grid-template-columns: 1fr;
  }.focused-content .media-figure a,
  .focused-content .media-figure a:nth-child(2n){
    border-right: none;
    border-bottom: 1px solid #d9d0c0;
  }.focused-content .media-figure a:last-child{
    border-bottom: none;
  }.focused-content .strong-nav{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-surface{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.38rem;
}
.top-surface .public-story{max-width: 1080px;
  margin: 0 auto;}
.top-surface .text-visual{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(calc(1.19rem * 1.5) * 1.4);
  align-items: start;}
.top-surface .bottom-flow h2{margin: 0 0 1.5rem 0;
  font-size: calc(18.3px * 2);
  line-height: 1.12;
  letter-spacing: -0.01em;}
.top-surface .bottom-flow > p{margin: 0;
  font-size: 18.3px;
  line-height: 1.65;
  color: #24211d;}
.top-surface .text-links{
  margin-top: calc(1.19rem * 1.5);
  padding: calc(1.5rem * .75);
  background: #ece7dc;
  border-radius: 0.65rem;color:#24211d;}
.top-surface .simple-intro{margin: 0 0 calc(calc(1.5rem * .75) * 0.6) 0;
  font-weight: 600;
  font-size: calc(18.3px * .875);}
.top-surface .open-brand{margin: calc(calc(1.5rem * .75) * 0.35) 0 0 0;
  font-size: calc(18.3px * .875);
  line-height: 1.5;}
.top-surface .open-brand a{color: #244238;
  text-decoration: underline;
  text-underline-offset: 2px;}
.top-surface .open-brand a:hover{color: #a45f2a;}
.top-surface .clear-flow{margin: 1.5rem 0 0 0;
  font-size: calc(18.3px * .875);
  line-height: 1.55;
  color: #24211d;}
.top-surface .focused-surface{
  background: #ffffff;
  border: 1px solid #d9d0c0;
  border-radius: 0.9rem;
  padding: calc(1.19rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  box-shadow: 0 3px 5px rgba(0,0,0,0.13);color:#24211d;}
.top-surface .fresh-header{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;}
.top-surface label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.45);
  font-size: calc(18.3px * .875);
  font-weight: 600;}
.top-surface .service-unit{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.45);}
.top-surface input,
.top-surface select,
.top-surface textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid #d9d0c0;
  border-radius: 0.32rem;
  background: #faf8f1;
  color: #24211d;
  padding: calc(calc(1.5rem * .75) * 0.8) calc(1.5rem * .75);
  font: inherit;
  font-weight: 400;
  box-sizing: border-box;
}
.top-surface textarea{resize: vertical;
  min-height: 7rem;}
.top-surface input::placeholder,
.top-surface textarea::placeholder{color: rgba(255,255,255,0.55);}
.top-surface select{appearance: none;
  background-image: none;
  cursor: pointer;}
.top-surface input:focus,
.top-surface select:focus,
.top-surface textarea:focus{outline: 2px solid #2563eb;
  outline-offset: 1px;
  border-color: transparent;}
.top-surface button{
  border: 0;
  border-radius: 0.65rem;
  background: var(--surface-primary);
  color: var(--surface-light);
  padding: calc(1.5rem * .75) 1.19rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 140ms var(--delay-nav);
}
.top-surface button:hover{
  background: #31594c;color:#24211d;}
.top-surface .wide-lead{margin: 0;
  font-size: calc(18.3px * .875);
  line-height: 1.5;
  color: #24211d;}
@media (max-width: 860px) {.top-surface .text-visual{
    grid-template-columns: 1fr;
    gap: calc(1.19rem * 1.5);
  }.top-surface .fresh-header{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.site-lead{
    padding: calc(1.5rem * 2.4) 1.38rem;
    background: #faf8f1;
    color: #24211d;
  }
.site-lead .public-story{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
    gap: calc(1.19rem * 1.5);
    align-items: stretch;}
.site-lead .bottom-flow{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: calc(1.19rem * 1.5);
    padding: calc(1.19rem * 1.5);
    border-radius: 1.2rem;
    background: #244238;
    color: #faf8f1;
  }
.site-lead .soft-region h2{margin: 0;
    font-size: calc(18.3px * 2);
    line-height: 1.15;
    max-width: 14ch;}
.site-lead .soft-region p{margin: 1.5rem 0 0;
    font-size: 18.3px;
    line-height: 1.47;
    opacity: 0.9;}
.site-lead .top-quote{display: grid;
    gap: calc(1.5rem * .75);
    margin-top: calc(1.19rem * 1.5);}
.site-lead .top-headline{
    padding: calc(1.5rem * .75);
    border-radius: 0.65rem;
    background: #ffffff;
    color: #24211d;
    border: 1px solid #d9d0c0;
  }
.site-lead .top-headline span{display: block;
    font-size: calc(18.3px * .875);
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.site-lead .top-headline strong{display: block;
    margin-top: calc(calc(1.5rem * .75) * 0.45);
    font-size: 18.3px;
    font-weight: 600;
    line-height: 1.4;}
.site-lead .page-details{
    min-height: clamp(24rem, 48vw, 38rem);
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid #d9d0c0;
    box-shadow: 0 10px 28px rgba(0,0,0,0.16);
    background: #ffffff;color:#24211d;}
.site-lead iframe{display: block;
    width: 100%;
    height: 100%;
    border: 0;}
@media (max-width: 860px) {.site-lead .public-story{
      grid-template-columns: 1fr;
    }.site-lead .page-details{
      min-height: 24rem;
    }.site-lead .soft-region h2{
      max-width: none;
    }
  }
.active-unit{
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #faf8f1;
  color: #24211d;
}
.active-unit .public-method{width: min(100%, calc(1080px * .72));
  margin: 0 auto;}
.active-unit .strong-story{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.3px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #24211d;}
.active-unit h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.08;}
.active-unit .open-story{max-width: 42rem;
  margin: 1.5rem 0 calc(1.19rem * 1.5);
  font-size: calc(18.3px * 1.125);
  line-height: 1.47;}
.active-unit .simple-list{border-top: 1px solid #d9d0c0;}
.active-unit .simple-list p{margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d9d0c0;}
.active-unit .simple-list span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: #24211d;
  font-size: calc(18.3px * .875);}
.active-unit .simple-list a{color: #244238;
  font-size: calc(18.3px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.active-unit .steady-story{display: flex;
  gap: 1.19rem;
  padding: 1.5rem 0;}
.active-unit .steady-story > div{flex: 1 1 0;}
.active-unit .steady-story strong{font-size: calc(18.3px * .875);}
.active-unit .steady-story p{margin: calc(1.5rem * .75) 0 0;
  color: #24211d;
  line-height: 1.47;}
.active-unit .text-links{padding: 1.5rem 0 0;
  border-top: 1px solid #d9d0c0;}
.active-unit .text-links h3{margin: 0 0 1.5rem;
  font-size: 18.3px;}
.active-unit ul{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;}
.active-unit li{min-width: 0;
  flex: 1 1 240px;}
.active-unit li a{
  display: block;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  border: 1px solid #d9d0c0;
  border-radius: 0.65rem;
  transition: border-color 140ms var(--delay-nav);
}
.active-unit li a:hover{border-color: #244238;}
.active-unit li span{display: block;
  margin-top: calc(1.5rem * .75);
  color: #24211d;
  font-size: calc(18.3px * .875);
  line-height: 1.47;}
.active-unit li a:hover{color: #a45f2a;}
.active-unit .clear-flow{
  margin: calc(1.19rem * 1.5) 0 0;
  padding: calc(1.5rem * .75) 1.5rem;
  background: #ece7dc;
  color: #24211d;
  font-size: calc(18.3px * .875);
  line-height: 1.47;
  border-radius: 0.65rem;
}
@media (max-width: 560px) {.active-unit .steady-story{
    display: block;
  }.active-unit .steady-story > div + div{
    margin-top: 1.5rem;
  }
}
.top-links{padding:calc(1.5rem * 2.4) 1.38rem;background:var(--surface-primary);color:var(--surface-light)}
.top-links .offer-region{max-width:min(1080px,64rem);margin:0 auto}
.top-links h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.top-links .primary-lead{margin:1.5rem 0 calc(1.19rem * 1.5);font-size:calc(18.3px * 1.125);line-height:1.55;max-width:56rem}
.top-links .steady-story{border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);display:grid;gap:0}
.top-links .clear-flow{padding:1.5rem 0;display:grid;grid-template-columns:minmax(0,1fr)}
.top-links .clear-flow + .clear-flow{border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.top-links h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * 1.35);line-height:1.25;font-weight:600}
.top-links .clear-flow p{margin:0;line-height:1.6;color:color-mix(in srgb,currentColor 88%,transparent)}
@media (min-width:720px){.top-links .clear-flow{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);column-gap:calc(1.19rem * 1.5);align-items:start}.top-links h3{margin:0.2rem 0 0}
}
.contact-group{padding:calc(1.5rem * 2.4) 1.38rem;background:#244238;color:#faf8f1}
.contact-group .offer-region{max-width:min(1080px,64rem);margin:0 auto}
.contact-group .open-story{max-width:52rem}
.contact-group h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.contact-group .primary-lead{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.5;max-width:46rem}
.contact-group .steady-story{margin-top:calc(1.19rem * 1.5);display:grid;gap:1.19rem}
.contact-group .clear-flow{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.contact-group .clear-flow:first-child{border-top:0}
.contact-group h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * 1.35);line-height:1.25}
.contact-group .clear-flow p{margin:0;line-height:1.55;max-width:44rem}
@media (min-width:720px){.contact-group .steady-story{gap:1.5rem}.contact-group .clear-flow{padding:1.5rem 0}
}
.site-plan{background:#244238;color:#faf8f1;padding:calc(1.5rem * 2.4) 1.38rem}
.site-plan .public-story{max-width:1080px;margin:0 auto}
.site-plan .strong-rail{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5)}
.site-plan .open-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-plan h2{margin:0;font-size:calc(18.3px * 2);line-height:1.15;letter-spacing:0}
.site-plan .open-story p{margin:0;font-size:calc(18.3px * 1.125);line-height:1.6;max-width:42rem}
.site-plan .text-links{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding-top:calc(1.19rem * 1.5)}
.site-plan .local-entries p{margin:0;font-size:18.3px;line-height:1.6;max-width:36rem}
.site-plan .public-media{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.site-plan .public-media a{padding:calc(1.5rem * .75) 1.38rem;border-radius:0.32rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:18.3px;line-height:1.2;transition:background 140ms var(--delay-nav)}
.site-plan .public-media a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
@media(max-width:760px){.site-plan .open-story p{font-size:18.3px}.site-plan .public-media{flex-direction:column;align-items:flex-start}
}
.text-inner{
  --field-static: calc(1.5rem * 1.12);
  --layer-active: calc(1080px / 2.45);
  padding: calc(1.5rem * 2.4) 1.38rem;
  background: #faf8f1;
  color: #24211d;
}
.text-inner .steady-links{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.19rem * 1.5);}
.text-inner h2{font-size: calc(18.3px * 2);
  line-height: 1.15;
  margin: 0;
  max-width: 12ch;}
.text-inner p{margin: 0;
  font-size: 18.3px;
  line-height: 1.47;
  color: #24211d;
  max-width: 60ch;}
.text-inner .open-story{font-size: calc(18.3px * 1.125);
  line-height: 1.45;}
.text-inner .clear-flow{font-size: calc(18.3px * .875);
  color: #24211d;
  border-left: 3px solid #a45f2a;
  padding-left: 1.38rem;}
.text-inner .text-links{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-top: calc(1.19rem * 1.5);}
.text-inner .focused-headline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.32rem;
  background: var(--surface-primary);
  color: var(--surface-light);
  font-weight: 600;
  text-decoration: none;
  transition: background 140ms var(--delay-nav);
}
.text-inner .focused-headline:hover{
  background: #31594c;color:#24211d;}
.text-inner .direct-stack{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.32rem;
  border: 1px solid #d9d0c0;
  background: #ffffff;
  color: #24211d;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 140ms var(--delay-nav);
}
.text-inner .direct-stack:hover{border-color: #a45f2a;}
.compact-form{padding:calc(1.5rem * 2.4) 1.38rem;background:#faf8f1;color:#24211d}
.compact-form .public-story{max-width:1080px;margin:0 auto}
.compact-form .strong-rail{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5)}
.compact-form .bottom-figure{display:flex;flex-wrap:wrap;gap:1.19rem;align-items:flex-start}
.compact-form h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.compact-form .bottom-figure p{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(18.3px * 1.125);line-height:1.47}
.compact-form .bottom-plan{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.5rem;align-items:start;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;border-radius:0.9rem;padding:1.5rem}
.compact-form .bottom-plan>p{margin:0;line-height:1.47;font-size:18.3px}
.compact-form .direct-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-form .direct-intro a{display:block;border-radius:0.65rem;background:#ece7dc;color:#24211d;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 140ms var(--delay-nav)}
.compact-form .direct-intro a:hover{background:#a45f2a;color:#fff7ed}
.compact-form .direct-intro strong,.compact-form .direct-intro span{display:block}
.compact-form .direct-intro span{margin-top:calc(calc(1.5rem * .75)*0.4);font-size:calc(18.3px * .875);opacity:.75}
.compact-form .visual-block{justify-self:start;grid-column:1/-1;border-radius:0.65rem;background:var(--surface-primary);color:var(--surface-light);padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 140ms var(--delay-nav)}
.compact-form .visual-block:hover{background:#31594c;color:#24211d;}
@media(max-width:820px){.compact-form .bottom-plan{grid-template-columns:1fr}.compact-form .visual-block{justify-self:stretch;text-align:center}
}
