:root {
  --paint-soft: #faf8f1;
  --ink-light: #244238;
  --motion-entry: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
*{box-sizing:border-box;}
.wide-benefit {
    width: 100%;
    background: var(--ink-light);
    color: var(--paint-soft);
    border-bottom: 1px solid #d9d0c0;
    padding: 1.5rem 0;
  }
.site-content {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 1.56rem;
    display: flex;
    align-items: center;
    gap: 1.37rem;
  }
.plain-callout {
    font-size: calc(17.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--paint-soft);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.plain-callout:hover {
    color: #fff7ed;
  }
.fresh-details {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.37rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.7px;
    color: var(--paint-soft);
    text-decoration: none;
    border-radius: 0.33rem;
    transition: color 320ms var(--motion-entry), background-color 320ms var(--motion-entry);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #fff7ed;
    background: color-mix(in srgb, currentColor 10%, transparent);
    outline: none;
  }
.soft-nav {
    flex-shrink: 0;
  }
.plain-media {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #a45f2a;
    color: #fff7ed;
    font-size: calc(17.7px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.42rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    transition: background-color 320ms var(--motion-entry), transform 320ms var(--motion-entry);
  }
.plain-media:hover,
  .plain-media:focus-visible{
    background: #874b20;
    transform: translateY(-1px);
    outline: none;color:#24211d;}
.content-inner {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: transparent;
    border: 1px solid var(--paint-soft);
    border-radius: 0.33rem;
    cursor: pointer;
  }
.open-benefit{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--paint-soft);
    border-radius: 2px;
    transition: transform 320ms var(--motion-entry), opacity 320ms var(--motion-entry);color:#24211d;}
.content-inner[aria-expanded="true"] .open-benefit:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.content-inner[aria-expanded="true"] .open-benefit:nth-child(2) {
    opacity: 0;
  }
.content-inner[aria-expanded="true"] .open-benefit:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .site-content {
      flex-wrap: wrap;
      align-items: center;
    }

    .plain-callout {
      flex: 1 1 auto;
    }

    .soft-nav {
      display: none;
    }

    .content-inner {
      display: flex;
    }

    .fresh-details {
      display: none;
      flex: 1 1 100%;
      order: 3;
      margin-top: calc(1.37rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.5rem;
      border-bottom: 1px solid #d9d0c0;
    }
  }
@media (min-width: 768px) {
    .fresh-details {
      display: flex !important;
    }
  }
.narrow-content{font-family:"Orbitron", sans-serif;font-size:17.7px;line-height:1.8;width:100%;padding:0;background:var(--ink-light);color:var(--paint-soft);}
.featured-rail{max-width:1420px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.56rem;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.secondary-contact{display:grid;grid-template-columns:1fr;gap:calc(1.37rem * 1.5)}
.compact-service{font-size:calc(17.7px * 1.35);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.top-grid{margin:0;font-size:calc(17.7px * .875);max-width:34ch;opacity:0.85}
.open-intro{display:grid;grid-template-columns:1fr;gap:calc(1.37rem * 1.5)}
.fresh-region{font-size:17.7px;font-weight:600;margin:0 0 calc(1.5rem * .75);text-transform:uppercase;letter-spacing:0.06em}
.clear-shell{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-shell a{color:inherit;text-decoration:none;font-size:calc(17.7px * .875);border-bottom:1px solid transparent;transition:border-color 320ms var(--motion-entry)}
.clear-shell a:hover,
  .clear-shell a:focus-visible{border-bottom-color:currentColor;color:inherit}
.direct-steps{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-team{margin:0;font-size:calc(17.7px * .875);display:flex;flex-direction:column;gap:0.15rem}
.direct-contact{font-weight:600;font-size:calc(17.7px * .875);letter-spacing:0.02em}
.direct-steps a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 320ms var(--motion-entry);word-break:break-word}
.direct-steps a:hover,
  .direct-steps a:focus-visible{border-bottom-color:currentColor;color:inherit}
.main-flow{margin:0;font-size:calc(17.7px * .875);line-height:1.8;padding-top:calc(1.37rem * 1.5);border-top:1px solid currentColor;opacity:0.85}
.offer-flow{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.37rem * 1.5);border-top:1px solid currentColor;font-size:calc(17.7px * .875)}
.quiet-menu,
  .featured-section{margin:0;opacity:0.85}
@media (min-width: 640px) {.open-intro{grid-template-columns:repeat(2, minmax(0, 1fr))}.offer-flow{flex-direction:row;justify-content:space-between;align-items:center}
  }
@media (min-width: 960px) {.secondary-contact{grid-template-columns:minmax(0, 1.1fr) minmax(0, 2fr);gap:1.56rem}.open-intro{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.56rem;right:1.56rem;bottom:1.5rem;z-index:1200;}
.cookies .narrow-header{max-width:1420px;margin:0 auto;background:#ffffff;border:1px solid #d9d0c0;border-radius:0.89rem;box-shadow:0 12px 26px rgba(0,0,0,0.19);padding:calc(1.5rem * .9) 1.56rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.37rem;align-items:center;color:#24211d;}
.cookies .steady-links{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .featured-summary{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .featured-summary button{border:1px solid #d9d0c0;background:#ece7dc;color:#24211d;border-radius:0.33rem;padding:8px 12px;cursor:pointer;}
.cookies .featured-summary button.cookie-accept{background:#a45f2a;color:#fff7ed;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .narrow-header{grid-template-columns:1fr;}
        .cookies p,.cookies .featured-summary{grid-column:auto;grid-row:auto;}
        .cookies .featured-summary{justify-content:flex-start;}
    }
.simple-track{
        padding:clamp(4rem,9vw,7rem) 1.56rem;
        background:linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
        color:#24211d;
    }
.simple-track .narrow-header{max-width:1420px;
        margin:0 auto;
        display:flex;
        gap:clamp(1.4rem,3.4vw,3rem);
        align-items:center;
        justify-content:space-between;
        flex-wrap:wrap;}
.simple-track .steady-footer{flex:1 1 30rem;
        min-width:0;}
.simple-track .steady-footer h1{margin:0;
        font-size:clamp(2.2rem,4.6vw,4.1rem);
        line-height:1.05;
        letter-spacing:-0.01em;}
.simple-track .steady-footer span{display:block;
        margin-top:1.15rem;
        font-size:17.7px;
        line-height:1.8;
        color:color-mix(in srgb, currentColor 88%, transparent);}
.simple-track .open-frame{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        margin-top:1.6rem;
        padding:.82rem 1.15rem;
        border-radius:0.42rem;
        background:#244238;
        color:#faf8f1;
        text-decoration:none;
        font-weight:700;
        box-shadow:0 1px 6px rgba(0,0,0,0.15);
        transition:background 320ms var(--motion-entry);
    }
.simple-track .open-frame:hover{
        background:#31594c;color:#24211d;}
.simple-track .page{flex:0 1 min(30rem,38vw);
        min-width:0;}
.simple-track .page img{
        display:block;
        width:100%;
        height:auto;
        border-radius:1.27rem;
        background:#ffffff;
        color:#24211d;
        box-shadow:0 12px 26px rgba(0,0,0,0.19);
    }
@media (max-width: 820px){.simple-track .page{
            max-width:34rem;
        }
    }
.top-stack{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.56rem;
}
.top-stack .narrow-header{width: min(100%, 1420px);
  margin: 0 auto;}
.top-stack h2,
.top-stack p{margin: 0;}
.top-stack .secondary-inner{display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.37rem;
  margin-bottom: calc(1.37rem * 1.5);}
.top-stack h2{font-size: calc(17.7px * 2);
  line-height: 1.08;
  max-width: 18ch;}
.top-stack .secondary-inner p{line-height: 1.8;}
.top-stack .primary-team{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.top-stack .active-view{
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.89rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.top-stack .active-view:nth-child(3n + 2){
  background: #ece7dc;
  color: #24211d;
}
.top-stack strong{font-size: calc(17.7px * 1.35);
  line-height: 1.16;}
.top-stack .active-view p{line-height: 1.8;}
.top-stack span{margin-top: auto;
  font-size: calc(17.7px * .875);
  opacity: 0.72;}
@media (max-width: 760px) {.top-stack .secondary-inner{
    flex-direction: column;
    align-items: start;
  }
}
.steady-benefit{--field-main:calc(1.5rem * 1.15);--type-strong:calc(1420px / 4.05);padding:calc(1.5rem * 2.4) 1.56rem;background:#244238;color:#faf8f1;}
.steady-benefit .narrow-header{max-width:1420px;margin:0 auto;}
.steady-benefit h2,.steady-benefit h3,.steady-benefit p{margin:0;}
.steady-benefit h2{font-size:calc(17.7px * 2);line-height:1.12;}
.steady-benefit h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.steady-benefit p{font-size:17.7px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-benefit a{color:inherit;text-decoration:none;font-size:calc(17.7px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.steady-benefit a:hover{border-bottom-color:currentColor;}
.steady-benefit img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.steady-benefit .wide-visual{margin-bottom:calc(1.5rem / 2);font-size:calc(17.7px * .875);letter-spacing:.04em;text-transform:uppercase;}
.steady-benefit .secondary-feature{margin-top:1.5rem;}
.steady-benefit .strong-content{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.steady-benefit .wide-list{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-benefit .wide-list img{max-width:calc(var(--type-strong) * .7);}
@media (min-width:900px){.steady-benefit .strong-content{flex-direction:row;flex-wrap:wrap;}.steady-benefit .wide-list{flex:1 1 calc(33.333% - var(--field-main));}
}
.plain-proof{--field-main:calc(1.5rem * 1.22);padding:calc(1.5rem * 2.4) 1.56rem;background:#ece7dc;color:#24211d;}
.plain-proof .narrow-header{max-width:1420px;margin:0 auto;}
.plain-proof h2,.plain-proof p{margin:0;}
.plain-proof h2{font-size:calc(17.7px * 2);line-height:1.12;}
.plain-proof p{font-size:17.7px;line-height:1.8;}
.plain-proof .wide-visual{font-size:calc(17.7px * .875);color:#24211d;opacity:.78;}
.plain-proof .soft-block{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.33rem;background:#244238;color:#faf8f1;text-decoration:none;transition:background 320ms var(--motion-entry);}
.plain-proof .soft-block:hover{background:#31594c;color:#24211d;}
.plain-proof .clear-stack>h2,.plain-proof .clear-stack>p,.plain-proof .clear-stack>.soft-block{margin-top:1.5rem;}
.plain-proof .clear-stack>h2:first-child{margin-top:0;}
@media (max-width:640px){.plain-proof .soft-block{width:100%;}
}
.top-headline{padding:calc(1.5rem * 2.4) 1.56rem;background:#ece7dc;color:#24211d}
.top-headline .narrow-header{max-width:1420px;margin:0 auto}
.top-headline .open-stack{display:flex;flex-wrap:wrap;gap:calc(1.37rem * 1.5);align-items:flex-start}
.top-headline .secondary-inner{flex:1 1 320px;min-width:0}
.top-headline h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1}
.top-headline .secondary-inner p{margin:1.5rem 0 0;font-size:17.7px;line-height:1.8}
.top-headline .service{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #d9d0c0}
.top-headline .service a{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;padding:1.5rem 0;border-bottom:1px solid #d9d0c0;text-decoration:none;color:inherit}
.top-headline .service a:hover strong{}
.top-headline strong{flex:0 0 auto;font-size:17.7px;line-height:1.25;transition:color 320ms var(--motion-entry)}
.top-headline span{flex:1 1 220px;min-width:0;font-size:calc(17.7px * .875);line-height:1.8}
@media(max-width:780px){.top-headline .open-stack{display:block}.top-headline .service{margin-top:calc(1.37rem * 1.5)}.top-headline .service a{display:block}.top-headline span{margin-top:calc(1.5rem * .75)}}
.top-plan{--field-main:calc(1.5rem * 1.4);--mark-strong:2px;padding:calc(1.5rem * 2.4) 1.56rem;background:#244238;color:#faf8f1;}
.top-plan .narrow-header{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-main);}
.top-plan h2,.top-plan h3,.top-plan p,.top-plan span{margin:0;}
.top-plan h2{font-size:calc(17.7px * 2);line-height:1.12;}
.top-plan h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.top-plan p{font-size:17.7px;line-height:1.8;color:color-mix(in srgb, currentColor 76%, transparent);}
.top-plan .secondary-inner{display:flex;flex-direction:column;gap:calc(calc(1.37rem * 1.5) / 1.4);}
.top-plan .secondary-feature{font-size:calc(17.7px * 1.125);color:color-mix(in srgb, currentColor 88%, transparent);}
.top-plan .strong-content{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-plan .wide-list{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(calc(1.37rem * 1.5) / 2);padding:calc(1.37rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-plan .soft-callout{display:inline-block;font-size:calc(17.7px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.top-plan .wide-visual{padding-top:calc(calc(1.37rem * 1.5) / 2);font-size:calc(17.7px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (min-width:760px){.top-plan .wide-list{grid-template-columns:calc(1420px / 5.5) minmax(0,1fr);column-gap:1.37rem;align-items:baseline;}.top-plan .wide-list h3{grid-column:2;}.top-plan .wide-list p{grid-column:2;}
}
.service-tile{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.56rem;
}
.service-tile .narrow-header{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.37rem * 1.5);
  align-items:flex-start;}
.service-tile .direct-wrap{display:block;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:0.89rem;
  box-shadow:0 12px 26px rgba(0,0,0,0.19);}
.service-tile .active-headline{flex:1 1 30rem;
  min-width:0;}
.service-tile h2{margin:0;
  font-size:calc(17.7px * 2);
  line-height:1.12;
  letter-spacing:0;}
.service-tile p{margin:1.5rem 0 0;
  color:#24211d;
  font-size:17.7px;
  line-height:1.8;}
.service-tile p:first-of-type{margin-top:calc(1.37rem * 1.5);}
.service-tile .soft-block{
  display:inline-flex;
  margin-top:calc(1.37rem * 1.5);
  background:#244238;
  color:#faf8f1;
  text-decoration:none;
  border:1px solid #244238;
  border-radius:0.42rem;
  padding:.8rem 1.2rem;
  font-size:calc(17.7px * .875);
  transition:background 320ms var(--motion-entry);
}
.service-tile .soft-block:hover{
  background:#31594c;
  border-color:#31594c;color:#24211d;}
@media (max-width:820px){.service-tile .narrow-header{
    flex-direction:column;
  }.service-tile .direct-wrap{
    width:100%;
    min-width:0;
    max-height:26rem;
    aspect-ratio:16/10;
  }.service-tile .active-headline{
    margin-top:calc(1.37rem * 1.5);
  }
}
.site-figure{--field-main:calc(1.5rem * 1.25);--type-strong:calc(1420px / 3.66);padding:calc(1.5rem * 2.4) 1.56rem;background:#a45f2a;color:#fff7ed;}
.site-figure .narrow-header{max-width:1420px;margin:0 auto;}
.site-figure h1,.site-figure h2,.site-figure h3,.site-figure p{margin:0;}
.site-figure h1{font-size:calc(17.7px * 2.65);line-height:1.08;}
.site-figure h2{font-size:calc(17.7px * 2);line-height:1.12;}
.site-figure h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.site-figure p{font-size:17.7px;line-height:1.8;color:color-mix(in srgb, currentColor 76%, transparent);}
.site-figure a{color:inherit;text-decoration:none;}
.site-figure img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.site-figure .secondary-feature{margin-top:1.5rem;}
.site-figure .strong-content{display:flex;flex-direction:column;gap:var(--field-main);margin-top:0;}
.site-figure .wide-list{min-width:0;padding-bottom:var(--field-main);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.site-figure .wide-list:last-child{padding-bottom:0;border-bottom:0;}
.site-figure .wide-list p{margin-top:calc(1.5rem / 3);}
.site-figure .simple-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.site-figure .simple-group>.active-headline{flex:1 1 calc(1420px / 3);min-width:0;}
.site-figure .simple-group>.strong-content{flex:2 1 calc(1420px / 2);}
.site-figure .simple-group>img{margin-left:auto;max-width:var(--type-strong);}
@media (max-width:900px){.site-figure .simple-group>img{margin-left:0;max-width:100%;}
}
.main-rail{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.56rem;background:#faf8f1;color:#24211d;}
.main-rail .narrow-header{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5);}
.main-rail h2,.main-rail h3,.main-rail p{margin:0;}
.main-rail h2{font-size:calc(17.7px * 2);line-height:1.14;}
.main-rail h3{font-size:calc(17.7px * 1.35);line-height:1.25;}
.main-rail .secondary-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.main-rail .secondary-feature{font-size:17.7px;line-height:1.8;}
.main-rail .compact-callout{display:flex;flex-direction:column;gap:var(--field-main);}
.main-rail .wide-list{padding:calc(1.5rem * .75) 1.56rem;border-left:3px solid #a45f2a;background:#ffffff;color:#24211d;border-radius:0.33rem;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.main-rail .wide-list p{font-size:17.7px;line-height:1.8;}
.main-rail a{text-decoration:underline;}
.main-rail a:hover{}
@media (min-width:900px){.main-rail .narrow-header{flex-direction:row;align-items:flex-start;gap:calc(1.37rem * 1.5);}.main-rail .secondary-inner{flex:0 0 32%;position:sticky;top:1.5rem;}.main-rail .compact-callout{flex:1 1 auto;}
}
.page-tile{--field-main:calc(1.5rem * 1.15);--type-strong:calc(1420px / 3.22);padding:calc(1.5rem * 2.4) 1.56rem;background:#faf8f1;color:#24211d;}
.page-tile .narrow-header{max-width:1420px;margin:0 auto;}
.page-tile h2,.page-tile h3,.page-tile p{margin:0;}
.page-tile h2{font-size:calc(17.7px * 2);line-height:1.12;}
.page-tile h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.page-tile p{font-size:17.7px;line-height:1.8;color:#24211d;}
.page-tile a{color:inherit;text-decoration:none;}
.page-tile img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.page-tile .soft-block{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.33rem;background:#244238;color:#faf8f1;transition:background 320ms var(--motion-entry);}
.page-tile .soft-block:hover{background:#31594c;color:#24211d;}
.page-tile .secondary-feature{margin-top:1.5rem;}
.page-tile .clear-proof>img{margin-top:var(--field-main);}
.page-tile .strong-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;margin-top:var(--field-main);}
.page-tile .wide-list{flex:1 1 calc(1420px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:#ffffff;color:#24211d;border:1px solid #d9d0c0;border-radius:0.89rem;box-shadow:0 1px 6px rgba(0,0,0,0.15);}
.page-tile .wide-list p{margin-top:calc(1.5rem / 3);}
.page-tile .wide-list .soft-block{margin-top:calc(1.37rem * 1.5);}
.secondary-block{--field-main:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 1.56rem;background:#244238;color:#faf8f1;}
.secondary-block .narrow-header{max-width:1420px;margin:0 auto;}
.secondary-block h2,.secondary-block h3,.secondary-block p{margin:0;}
.secondary-block h2{font-size:calc(17.7px * 2);line-height:1.12;}
.secondary-block h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.secondary-block p{font-size:17.7px;line-height:1.8;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-block a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.secondary-block a:hover{}
.secondary-block .secondary-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.secondary-block .secondary-feature{font-size:calc(17.7px * 1.125);}
.secondary-block .strong-content{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.secondary-block .wide-list{min-width:0;padding-left:1.56rem;border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.secondary-block .wide-list p{margin-top:calc(1.5rem / 3);}
.secondary-block .wide-visual{margin-top:var(--field-main);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
@media (min-width:900px){.secondary-block .strong-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.37rem;row-gap:var(--field-main);}.secondary-block .wide-list:last-child{grid-column:1 / -1;}
}
.set{--field-main:calc(1.5rem * 1.15);--field-content:calc(1420px / 3.05);--type-strong:calc(1420px / 3.22);padding:calc(1.5rem * 2.4) 1.56rem;background:#faf8f1;color:#24211d;}
.set .narrow-header{max-width:1420px;margin:0 auto;}
.set h1,.set h2,.set h3,.set p{margin:0;}
.set h1{font-size:calc(17.7px * 2.65);line-height:1.08;}
.set h2{font-size:calc(17.7px * 2);line-height:1.12;}
.set h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.set p{font-size:17.7px;line-height:1.8;}
.set a{color:inherit;text-decoration:none;}
.set img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.set .soft-block{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.33rem;background:#244238;color:#faf8f1;}
.set .secondary-feature,.set .wide-visual{}
.set .strong-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;margin-top:var(--field-main);}
.set .wide-list{flex:1 1 calc(1420px / 4);min-width:0;}
.set .wide-list p,.set .wide-list a{margin-top:calc(1.5rem / 3);}
.set .wide-list img{margin-bottom:calc(1.5rem / 2);}
.set .clear-proof>img{margin-top:var(--field-main);}
.set .clear-proof>.secondary-feature{margin-top:1.5rem;}
.offset--subscribe{
  padding: calc(1.5rem * 2.4) 1.56rem;
  background: var(--ink-light);
  color: var(--paint-soft);
}
.offset--subscribe .narrow-header{max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.37rem * 1.5);}
.offset--subscribe .soft-block{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: #ffffff;
  color: #24211d;
  border: 1px solid #d9d0c0;
}
.offset--subscribe .soft-block span{display: inline-block;
  font-size: calc(17.7px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.offset--subscribe h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(17.7px * 2);
  line-height: 1.12;}
.offset--subscribe .secondary-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.7px;
  line-height: 1.8;}
.offset--subscribe a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: #244238;
  color: #faf8f1;
  text-decoration: none;
  font-size: 17.7px;
  transition: background 320ms var(--motion-entry);
}
.offset--subscribe a:hover{
  background: #31594c;color:#24211d;}
.offset--subscribe .strong-track{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 1.37rem;}
.offset--subscribe .strong-track > p{margin: 0;
  font-size: calc(17.7px * 1.125);
  line-height: 1.4;}
.offset--subscribe .soft-callout{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.37rem;
  padding: 0 0 1.37rem;
  border-bottom: 1px solid rgba(250, 248, 241, 0.18);}
.offset--subscribe .soft-callout:last-child{border-bottom: none;
  padding-bottom: 0;}
.offset--subscribe .soft-callout strong{flex: 0 0 200px;
  font-size: 17.7px;
  font-weight: 600;}
.offset--subscribe .soft-callout span{flex: 1 1 220px;
  font-size: calc(17.7px * .875);
  line-height: 1.8;
  opacity: .88;}
@media (max-width: 760px) {.offset--subscribe .narrow-header{
    flex-direction: column;
  }.offset--subscribe .soft-callout strong{
    flex: 1 1 100%;
  }
}
.group{padding:calc(1.5rem * 2.4) 1.56rem;background:var(--ink-light);color:var(--paint-soft)}
.group .quiet-track{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.37rem * 1.5)}
.group .fresh-story{align-self:start}
.group h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1}
.group .fresh-story p{margin:1.5rem 0 0;font-size:17.7px}
.group .wide-visual{margin-top:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.42rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0}
.group .wide-visual span{display:block;font-size:calc(17.7px * .875);color:inherit;}
.group .wide-visual p{margin:calc(calc(1.5rem * .75) * .5) 0 0;font-size:calc(17.7px * .875)}
.group .fresh-benefit{display:grid;gap:calc(1.5rem * .75)}
.group .site-region{height:clamp(20rem,38vw,32rem);border-radius:1.27rem;overflow:hidden;border:1px solid #d9d0c0}
.group iframe{display:block;width:100%;height:100%;border:0}
.group .service-panel{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.group .primary-body{flex:1 1 min(18rem,80vw);padding:calc(1.5rem * .75);border-radius:0.42rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0}
.group .primary-body span{display:block;font-size:calc(17.7px * .875);color:inherit;}
.group .primary-body strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:17.7px;word-break:break-word}
.group .primary-body a{color:inherit;text-decoration:none}
.group .primary-body a:hover{color:inherit;}
.group .featured-visual{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:calc(1.5rem * .75)}
.group .active-view{padding:calc(1.5rem * .75);border-radius:0.42rem;background:#ece7dc;color:#24211d}
.group .active-view span{display:block;font-size:calc(17.7px * .875);text-transform:uppercase;letter-spacing:.04em}
.group .active-view p{margin:calc(calc(1.5rem * .75) * .5) 0 0;font-size:calc(17.7px * .875)}
@media (max-width:760px){.group .quiet-track{grid-template-columns:1fr}.group .site-region{height:20rem}}
.top-team{background:var(--ink-light);color:var(--paint-soft);padding:calc(1.5rem * 2.4) 1.56rem}
.top-team .narrow-header{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.top-team .strong-note h2{margin:0;font-size:clamp(calc(17.7px * 2),4.5vw,calc(17.7px * 2.65));line-height:1.1}
.top-team .strong-note p{margin:1.5rem 0 0;font-size:calc(17.7px * 1.125);line-height:1.65}
.top-team .simple-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.37rem * 1.5)}
.top-team .active-headline{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.top-team .active-view{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.4);padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.top-team .active-view:last-child{border-bottom:0;padding-bottom:0}
.top-team .active-view strong{font-size:calc(17.7px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.top-team .active-view span,.top-team .active-view a{font-size:17.7px;line-height:1.6}
.top-team .active-view a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 40%,transparent);width:fit-content}
.top-team .active-view a:hover{border-bottom-color:currentColor}
.top-team .direct-wrap{display:block;flex:0 1 20rem;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.89rem}
.top-team .strong-content{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.top-team .wide-list{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.top-team .wide-list:last-child{border-bottom:0;padding-bottom:0}
.top-team .wide-list strong{display:block;font-size:17.7px}
.top-team .wide-list span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;opacity:.9}
@media(max-width:820px){.top-team .simple-body{flex-direction:column}.top-team .direct-wrap{flex-basis:auto;min-width:0;aspect-ratio:16/9}.top-team .active-headline,.top-team .strong-content{width:100%;flex-basis:auto}
}
.local-copy{padding:calc(1.5rem * 2.4) 1.56rem;background:var(--ink-light);color:var(--paint-soft)}
.local-copy .narrow-header{max-width:1420px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.37rem * 1.5);align-items:flex-start}
.local-copy .secondary-inner{flex:1 1 22rem;min-width:0}
.local-copy h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1}
.local-copy .secondary-inner p{margin:1.5rem 0 0;line-height:1.8}
.local-copy .secondary-inner .wide-visual{margin-top:calc(1.5rem * .75);font-size:calc(17.7px * .875);opacity:.82}
.local-copy form{flex:2 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.local-copy .strong-grid{display:flex;flex-wrap:wrap;gap:1.37rem}
.local-copy .fresh-items{flex:1 1 16rem;min-width:0;display:block}
.local-copy .fresh-items span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.7px * .875)}
.local-copy input,.local-copy select,.local-copy textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #d9d0c0;border-radius:0.33rem;background:#faf8f1;color:#24211d;font:inherit}
.local-copy select{appearance:none}
.local-copy textarea{resize:vertical;min-height:8rem}
.local-copy .team-plan{flex:1 1 100%}
.local-copy .media{margin:0;font-size:calc(17.7px * .875);opacity:.85;line-height:1.8}
.local-copy .soft-block{display:flex;flex-wrap:wrap;align-items:center;gap:1.37rem}
.local-copy button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #a45f2a;border-radius:0.33rem;background:#a45f2a;color:#fff7ed;font:inherit;cursor:pointer;transition:background 320ms var(--motion-entry),border-color 320ms var(--motion-entry)}
.local-copy button:hover{background:#874b20;border-color:#874b20;color:#24211d;}
.local-copy .quiet-group{margin:0;font-size:calc(17.7px * .875);flex:1 1 16rem}
.local-copy .quiet-group a{text-decoration:underline}
.local-copy .quiet-group a:hover{}
@media(max-width:720px){.local-copy .narrow-header{display:block}.local-copy form{margin-top:calc(1.37rem * 1.5)}}
.visual-panel{background:#faf8f1;color:#24211d;padding:calc(1.5rem * 2.4) 1.56rem}
.visual-panel .narrow-header{max-width:1420px;margin:0 auto}
.visual-panel .bottom-quote{display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.visual-panel .secondary-inner{max-width:56rem}
.visual-panel h2{margin:0;font-size:clamp(calc(17.7px * 2),4.4vw,calc(17.7px * 2.65));line-height:1.08;letter-spacing:0}
.visual-panel .secondary-inner p{margin:1.5rem 0 0;color:#24211d;font-size:calc(17.7px * 1.125);line-height:1.65}
.visual-panel .simple-story{display:flex;flex-direction:column;border-top:1px solid #d9d0c0}
.visual-panel .strong-grid{display:flex;align-items:flex-start;gap:1.37rem;padding:1.5rem 0;border-bottom:1px solid #d9d0c0}
.visual-panel .strong-grid span{flex:0 1 11rem;min-width:0;color:#24211d;font-size:calc(17.7px * .875);text-transform:uppercase;letter-spacing:0.04em;padding-top:0.15rem}
.visual-panel strong{flex:0 1 19rem;min-width:0;font-size:17.7px;line-height:1.4}
.visual-panel .strong-grid p{flex:1 1 26rem;margin:0;min-width:0;color:#24211d;line-height:1.6}
@media(max-width:820px){.visual-panel .strong-grid{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}.visual-panel .strong-grid span,.visual-panel strong,.visual-panel .strong-grid p{flex:1 1 auto}
}
.active-inner{padding:calc(1.5rem * 2.4) 1.56rem;background:var(--ink-light);color:var(--paint-soft)}
.active-inner .active-headline{max-width:min(1420px,62rem);margin:0 auto;display:flow-root}
.active-inner h2{margin:0;font-size:calc(17.7px * 2.65);line-height:1.08;letter-spacing:0.01em}
.active-inner .secondary-inner{margin:1.5rem 0 calc(1.37rem * 1.5);font-size:calc(17.7px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.active-inner .focused-stack{margin:0 0 1.37rem;padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.active-inner .focused-stack:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.active-inner h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.7px * 1.35);line-height:1.25;font-weight:600}
.active-inner .focused-stack p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.active-inner .focused-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.active-inner .focused-stack a:hover{text-decoration-color:#fff7ed}
@media (min-width:900px){.active-inner .active-headline{column-gap:calc(1.37rem * 1.5)}.active-inner .focused-stack{padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 14%,transparent);border-bottom:0}.active-inner .focused-stack:last-child{padding-left:calc(1.5rem * .75)}
}
.bottom-unit{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.56rem;
}
.bottom-unit .narrow-header{max-width:min(1420px,64rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.37rem * 1.5);}
.bottom-unit .site-plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.bottom-unit .wide-visual{margin:0;
  font-size:calc(17.7px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#24211d;}
.bottom-unit h2{margin:0;
  font-size:calc(17.7px * 2);
  line-height:1.1;}
.bottom-unit .secondary-feature{margin:0;
  font-size:calc(17.7px * 1.125);
  line-height:1.8;}
.bottom-unit .direct-wrap{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:0.89rem;
  box-shadow:0 1px 6px rgba(0,0,0,0.15);}
.bottom-unit .strong-track{display:flex;
  flex-wrap:wrap;
  gap:1.37rem;}
.bottom-unit .soft-callout{
  flex:1 1 16rem;
  display:flex;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  background:#ffffff;
  color:#24211d;
  border:1px solid #d9d0c0;
  border-radius:0.42rem;
}
.bottom-unit .soft-callout .plain-service{
  font-size:calc(17.7px * .875);
  font-weight:700;
  color:#fff7ed;
  background:#a45f2a;
  border-radius:0.33rem;
  padding:0.15rem 0.5rem;
  align-self:flex-start;
  line-height:1.4;
}
.bottom-unit .soft-callout .simple-body{display:flex;
  flex-direction:column;
  gap:0.4rem;}
.bottom-unit .soft-callout h3{margin:0;
  font-size:17.7px;
  line-height:1.3;}
.bottom-unit .soft-callout p{margin:0;
  font-size:calc(17.7px * .875);
  line-height:1.65;}
.bottom-unit .primary-body{
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) calc(1.37rem * 1.5);
  background:#ece7dc;
  color:#24211d;
  border-radius:0.42rem;
}
.bottom-unit .primary-body .active-view{margin:0;
  font-size:17.7px;
  line-height:1.6;}
.bottom-unit .strong-content{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.5rem;}
.bottom-unit .strong-content li{font-size:calc(17.7px * .875);
  line-height:1.6;}
.bottom-unit .strong-content .media-form{display:inline-block;
  min-width:6rem;
  font-weight:700;}
.bottom-unit .strong-content a{color:#244238;
  text-decoration:underline;
  text-underline-offset:2px;}
.bottom-unit .strong-content a:hover{color:#a45f2a;}
.bottom-unit .soft-block{display:flex;
  flex-wrap:wrap;
  gap:1.37rem;}
.bottom-unit .content-lead{
  display:inline-block;
  padding:calc(1.5rem * .75) 1.37rem;
  border-radius:0.42rem;
  background:#244238;
  color:#faf8f1;
  text-decoration:none;
  font-weight:700;
  transition:background 320ms var(--motion-entry);
}
.bottom-unit .content-lead:hover{
  background:#31594c;color:#24211d;}
.bottom-unit .content-lead.ghost{
  background:transparent;
  color:#24211d;
  border:1px solid #d9d0c0;
}
.bottom-unit .content-lead.ghost:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#24211d;}
@media (max-width:640px){.bottom-unit .soft-callout{
    flex:1 1 100%;
  }.bottom-unit .strong-content .media-form{
    min-width:0;
    display:block;
  }
}
.compact-section{padding:calc(1.5rem * 2.4) 1.56rem;background:#ece7dc;color:#24211d}
.compact-section .narrow-header{max-width:1420px;margin:0 auto}
.compact-section .team-group{display:flex;flex-wrap:wrap;gap:calc(1.37rem * 1.5);align-items:flex-start}
.compact-section h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(17.7px * 2);line-height:1.15}
.compact-section .open-brand{flex:1 1 32rem;min-width:0}
.compact-section .open-brand>p{margin:0 0 1.5rem;font-size:calc(17.7px * 1.125);line-height:1.8}
.compact-section .open-brand>p:last-of-type{margin-bottom:calc(1.5rem * .75)}
.compact-section ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.compact-section li{min-width:0}
.compact-section li a{display:inline-flex;border-radius:0.42rem;background:#ffffff;color:#24211d;border:1px solid #d9d0c0;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.7px * .875);transition:background 320ms var(--motion-entry),color 320ms var(--motion-entry)}
.compact-section li a:hover{background:#244238;color:#faf8f1}
.compact-section .soft-block{display:inline-flex;margin-top:calc(1.37rem * 1.5);border-radius:0.42rem;background:#244238;color:#faf8f1;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:17.7px;transition:background 320ms var(--motion-entry)}
.compact-section .soft-block:hover{background:#31594c;color:#24211d;}
@media(max-width:760px){.compact-section .team-group{display:block}.compact-section .open-brand{margin-top:1.5rem}}
