body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.text-media {
    width: 100%;
    background: #faf8f1;
    color: #24211d;
    border-bottom: 1px solid var(--ink-base);
  }
.media-callout {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem 1.36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.08rem;
  }
:root {
  --paint-panel: #ece7dc;
  --paint-cool: #24211d;
  --motion-hover: cubic-bezier(0.4,0,0.2,1);
  --ink-base: #d9d0c0;
  --line-page: #244238;
  --surface-deep: #ffffff;
  --line-soft: #24211d;
}
.offer-links {
    font-size: calc(16.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #24211d;
    text-decoration: none;
    white-space: nowrap;
  }
.offer-links:hover {
    color: #a45f2a;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.08rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.1px;
    color: #24211d;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 340ms var(--motion-hover),
                border-color 340ms var(--motion-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #a45f2a;
    border-bottom-color: var(--line-page);
  }
.public-form {
    display: flex;
    align-items: center;
  }
.btn-cta {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    font-size: calc(16.1px * .875);
    font-weight: 600;
    background: var(--line-page);
    color: #faf8f1;
    border-radius: 0.32rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 340ms var(--motion-hover);
  }
.btn-cta:hover,
  .btn-cta:focus-visible{
    background: #31594c;color:var(--line-soft);}
.service-steps {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ink-base);
    border-radius: 0.21rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.main-tile{
    display: block;
    width: 20px;
    height: 2px;
    background: #24211d;
    border-radius: 2px;
    transition: transform 340ms var(--motion-hover),
                opacity 340ms var(--motion-hover);color:var(--line-soft);}
.service-steps[aria-expanded="true"] .main-tile:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.service-steps[aria-expanded="true"] .main-tile:nth-child(2) {
    opacity: 0;
  }
.service-steps[aria-expanded="true"] .main-tile:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.nav-mobile{
    display: none;
    border-top: 1px solid var(--ink-base);
    background: #faf8f1;
    padding: calc(1.08rem * 1.5) 1.36rem;color:#24211d;}
.nav-mobile[hidden]{display: none;}
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.7rem 0.25rem;
    font-size: 16.1px;
    color: #24211d;
    text-decoration: none;
    border-bottom: 1px solid var(--ink-base);
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    color: #a45f2a;
  }
.nav-mobile-cta a {
    margin-top: 0.5rem;
    border-bottom: none;
    background: var(--line-page);
    color: #faf8f1;
    text-align: center;
    border-radius: 0.32rem;
    font-weight: 600;
  }
.nav-mobile-cta a:hover,
  .nav-mobile-cta a:focus-visible {
    background: #31594c;
    color: #faf8f1;
  }
@media (max-width: 900px) {
    .nav-list {
      gap: 1.08rem;
    }
    .nav-list a {
      font-size: calc(16.1px * .875);
    }
  }
@media (max-width: 767px) {
    .nav-desktop,
    .public-form {
      display: none;
    }

    .service-steps {
      display: flex;
    }

    .nav-mobile:not([hidden]) {
      display: block;
    }
  }
.quiet-service{font-family:"Sora", sans-serif;font-size:16.1px;line-height:1.76;padding:calc(1.5rem * 2.4) 1.36rem;margin-top:calc(1.5rem * 2.4);background:#244238;color:#faf8f1;}
.panel{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.clear-summary{display:grid;grid-template-columns:1.2fr 1.4fr 1fr 1.4fr;gap:calc(1.5rem * .75);align-items:start}
.public-summary{display:flex;flex-direction:column;gap:1.5rem}
.focused-form{font-size:calc(16.1px * 1.35);font-weight:600;margin:0;letter-spacing:0.01em}
.active-benefit{margin:0;font-size:calc(16.1px * .875);opacity:0.85;max-width:32ch}
.public-wrap{font-size:16.1px;font-weight:600;margin:0 0 1.5rem 0;letter-spacing:0.02em}
.bottom-block{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.bottom-block a{color:inherit;text-decoration:none;font-size:calc(16.1px * .875);transition:opacity 340ms var(--motion-hover)}
.bottom-block a:hover,
  .bottom-block a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.focused-headline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(16.1px * .875)}
.focused-headline li{display:flex;flex-direction:column;gap:2px}
.offer-area{font-weight:600;font-size:calc(16.1px * .875);opacity:0.85}
.clear-shell{color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;opacity:0.85;color:inherit}
.active-lead{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.08rem * 1.5);font-size:calc(16.1px * .875);opacity:0.85}
.active-lead p{margin:0;max-width:90ch}
.quiet-list{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:1.5rem;font-size:calc(16.1px * .875);opacity:0.75}
.quiet-list p{margin:0}
@media (max-width: 960px) {.clear-summary{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.quiet-service{padding:calc(1.08rem * 1.5) 1.36rem;background:#244238;color:#faf8f1;}.clear-summary{grid-template-columns:1fr;gap:calc(1.08rem * 1.5)}
  }
.cookies{position:fixed;left:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .team-section{width:min(30rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(0,0,0,.14);border-radius:22px;background:#a45f2a;color:#fff7ed;box-shadow:0 12px 30px rgba(0,0,0,0.11)}
.cookies .focused-items{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(16.1px * 1.35)}
.cookies .focused-items button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies .open-proof{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.cookies .open-proof button{border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.fresh-steps{
        padding:calc(1.5rem * 3) 1.36rem;
        background:#faf8f1;
        color:#24211d;
    }
.fresh-steps .team-section{max-width:840px;
        margin:0 auto;}
.fresh-steps .featured-group{display:flex;
        gap:calc(1.08rem * 1.4);
        align-items:flex-start;
        justify-content:space-between;
        flex-wrap:wrap;}
.fresh-steps .visual-callout{flex:1 1 26rem;
        min-width:0;
        display:flex;
        flex-direction:column;
        gap:calc(1.08rem * 1.5);}
.fresh-steps h1{margin:0;
        font-size:clamp(1.9rem,3.9vw,3.1rem);
        line-height:1.14;
        letter-spacing:-0.01em;}
.fresh-steps .service-summary{margin:0;
        max-width:52ch;
        font-size:calc(16.1px * 1.125);
        line-height:1.6;}
.fresh-steps .open-proof{display:flex;
        flex-wrap:wrap;
        gap:.6rem;}
.fresh-steps .open-proof a{
        padding:.66rem 1rem;
        border-radius:0.32rem;
        text-decoration:none;
        background:var(--line-page);
        color:#faf8f1;
        font-weight:600;
        font-size:calc(16.1px * .875);
        transition:background 340ms var(--motion-hover);
    }
.fresh-steps .open-proof a:hover{
        background:#31594c;
        color:#faf8f1;
    }
.fresh-steps .open-proof a + a{
        background:var(--surface-deep);
        color:var(--line-soft);
        border:1px solid var(--ink-base);
    }
.fresh-steps .open-proof a + a:hover{
        background:var(--paint-panel);
        color:var(--paint-cool);
    }
.fresh-steps .secondary-block{
        margin:0;
        font-size:calc(16.1px * .875);
        color:var(--paint-cool);
        background:var(--paint-panel);
        padding:.7rem .9rem;
        border-radius:0.21rem;
        max-width:56ch;
    }
.fresh-steps .secondary-block a{color:#244238;
        text-decoration:underline;
        text-underline-offset:2px;}
.fresh-steps .secondary-block a:hover{color:#a45f2a;}
.fresh-steps .open-feature{flex:0 1 min(28rem,38vw);
        min-width:0;}
.fresh-steps img{width:100%;
        height:auto;
        object-fit:cover;
        display:block;
        border-radius:0.55rem;
        box-shadow:0 5px 16px rgba(0,0,0,0.09);}
@media (max-width:720px){.fresh-steps{
            padding:calc(1.5rem * 2) 1.36rem;
        }.fresh-steps .open-feature{
            flex:1 1 100%;
        }
    }
.narrow-benefit{position:relative;overflow:hidden;isolation:isolate;}
.narrow-benefit>*{position:relative;z-index:1;}
.narrow-benefit::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(1 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (1 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(1 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.narrow-benefit::before,.narrow-benefit::after{animation:none!important;}}
.quiet-entries{--field-active:calc(1.5rem * 0.9);--field-extra-10:calc(840px / 2.1);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--paint-panel);color:var(--paint-cool);}
.quiet-entries .media-headline{max-width:840px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.quiet-entries h1,.quiet-entries h2,.quiet-entries h3,.quiet-entries p{margin:0;}
.quiet-entries h2{font-size:calc(16.1px * 2);line-height:1.14;}
.quiet-entries h3{font-size:calc(16.1px * 1.35);line-height:1.24;}
.quiet-entries p{font-size:16.1px;line-height:1.76;}
.quiet-entries a{color:inherit;text-decoration:none;}
.quiet-entries a:hover{}
.quiet-entries img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.quiet-entries .plain-area{font-size:calc(16.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.quiet-entries .visual-callout{flex:1 1 60%;min-width:0;max-width:var(--field-extra-10);}
.quiet-entries .visual-callout h2{margin-top:calc(1.5rem / 3);}
.quiet-entries .narrow-section{margin-top:calc(1.5rem / 2);}
.quiet-entries .text-brand{flex:0 0 auto;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.21rem;background:var(--line-page);color:#faf8f1;}
.quiet-entries .text-brand:hover{background:#31594c;color:#faf8f1;}
.quiet-entries .soft-track{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;margin-top:var(--field-active);}
.quiet-entries .wide-team{flex:1 1 calc(840px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.quiet-entries .wide-team p{opacity:0.82;}
.quiet-entries .secondary-block{flex:1 1 100%;margin-top:var(--field-active);padding-top:calc(1.5rem / 2);border-top:1px solid var(--ink-base);font-size:calc(16.1px * .875);}
.quiet-entries .secondary-block a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:720px){.quiet-entries .visual-callout{flex:1 1 100%;}.quiet-entries .wide-team{flex:1 1 100%;}
}
.steady-body{--field-active:calc(1.5rem * 1.3);--field-extra-10:calc(840px * 0.62);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.steady-body .media-headline{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-active);}
.steady-body h2,.steady-body h3,.steady-body p{margin:0;}
.steady-body h2{font-size:calc(16.1px * 2);line-height:1.14;max-width:var(--field-extra-10);}
.steady-body h3{font-size:calc(16.1px * 1.125);line-height:1.28;}
.steady-body p{font-size:16.1px;line-height:1.76;}
.steady-body .unit{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.steady-body .narrow-section{max-width:var(--field-extra-10);color:var(--paint-cool);}
.steady-body .soft-track{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--ink-base);}
.steady-body .wide-team{padding:calc(1.08rem * 1.5) 0;border-bottom:1px solid var(--ink-base);display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.steady-body .wide-team p{color:var(--paint-cool);max-width:calc(840px * 0.78);}
.steady-body .secondary-block{padding-top:calc(1.5rem / 2);}
.steady-body .secondary-block p{font-size:calc(16.1px * .875);color:var(--paint-cool);}
.steady-body a{color:#244238;text-decoration:underline;text-underline-offset:3px;transition:color 340ms var(--motion-hover);}
.steady-body a:hover{color:#a45f2a;}
@media (min-width:720px){.steady-body .wide-team{flex-direction:row;align-items:baseline;gap:1.08rem;}.steady-body .wide-team h3{flex:0 0 34%;}.steady-body .wide-team p{flex:1 1 auto;}
}
.nav{
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:var(--line-page);
  color:#faf8f1;
  overflow:hidden;
}
.nav .media-headline{max-width:840px;
  margin:0 auto;}
.nav .unit{max-width:38rem;
  margin:0 0 calc(1.08rem * 1.5);}
.nav h2{margin:0;
  font-size:calc(16.1px * 2);
  line-height:1.12;}
.nav .unit p{margin:1.5rem 0 0;
  font-size:16.1px;
  line-height:1.76;}
.nav .offer-inner{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;}
.nav .wide-team{flex:1 1 16rem;
  min-width:14rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:1px solid rgba(250,248,241,0.28);}
.nav .plain-intro{display:inline-block;
  margin-bottom:.5rem;
  font-size:calc(16.1px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.72;}
.nav strong{display:block;
  font-size:calc(16.1px * 1.125);
  line-height:1.2;}
.nav .wide-team p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(16.1px * .875);
  line-height:1.76;
  opacity:.9;}
.nav .secondary-block{margin-top:calc(1.08rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(250,248,241,0.22);
  font-size:calc(16.1px * .875);}
.nav .secondary-block p{margin:0;
  line-height:1.76;}
.nav .secondary-block a{text-decoration:underline;
  text-underline-offset:3px;}
.nav .secondary-block a:hover{}
@media (max-width:640px){.nav .wide-team{
    flex:1 1 100%;
    padding-left:1.5rem;
  }
}
.bottom-team{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.bottom-team .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: calc(1.08rem * 1.5) 1.08rem;}
.bottom-team .media-note{flex: 1 1 26rem;
        min-width: 0;}
.bottom-team h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.bottom-team .open-feature{display: block;
        width: 100%;
        max-width: 26rem;
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        margin-top: calc(1.5rem * .75);}
.bottom-team p{flex: 1 1 20rem;
        margin: 0;
        max-width: 32rem;
        font-size: 16.1px;
        line-height: 1.74;
        color: var(--paint-cool, #24211d);
        opacity: .88;}
@media (max-width: 720px) {.bottom-team{
            padding-top: calc(calc(1.5rem * 2.4) * .56);
            padding-bottom: calc(calc(1.5rem * 2.4) * .56);
        }.bottom-team .media-headline{
            align-items: flex-start;
        }.bottom-team p{
            flex-basis: 100%;
        }
    }
.active-flow{--field-active:calc(1.5rem * 1.22);--label-strong:calc(840px / 3.55);padding:calc(1.5rem * 2.4) 1.36rem;background:#244238;color:#faf8f1;}
.active-flow .media-headline{max-width:840px;margin:0 auto;}
.active-flow h2,.active-flow h3,.active-flow p{margin:0;}
.active-flow h2{font-size:calc(16.1px * 2);line-height:1.12;}
.active-flow h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.active-flow p{font-size:16.1px;line-height:1.76;}
.active-flow .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.active-flow .row-title h2{flex:1 1 calc(840px / 3);min-width:0;}
.active-flow .row-title>p{flex:1 1 calc(840px / 3);min-width:0;opacity:.88;}
.active-flow .soft-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-active);margin-top:var(--field-active);}
.active-flow .wide-team{flex:1 1 var(--label-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(250,248,241,0.22);}
.active-flow .wide-team p{margin-top:calc(1.5rem / 3);opacity:.86;}
.active-flow .soft-rail{padding-block-end:calc(var(--field-active) / 3);}
.active-flow .visual-fields{row-gap:calc(var(--field-active) * .7);}
.site-links{padding:calc(1.5rem * 2.4) 1.36rem;background:#244238;color:#faf8f1}
.site-links .media-headline{max-width:840px;margin:0 auto}
.site-links .visual-callout{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.08rem;margin-bottom:calc(1.08rem * 1.5);border-bottom:1px solid rgba(250,248,241,0.18);padding-bottom:calc(1.08rem * 1.5)}
.site-links .visual-callout>p{flex:1 1 22rem;margin:0;font-size:16.1px;line-height:1.76;opacity:.86}
.site-links h2{flex:0 1 auto;margin:0;font-size:calc(16.1px * 2);line-height:1.1;text-align:right}
.site-links .narrow-headline{display:grid;grid-template-columns:minmax(11rem,.32fr) minmax(0,1fr);gap:calc(1.08rem * 1.5)}
.site-links .visual-proof{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;border-right:1px solid rgba(250,248,241,0.14);padding-right:1.08rem}
.site-links button{padding:0;border:0;background:none;color:inherit;font:inherit;font-size:16.1px;text-align:left;cursor:pointer;opacity:.5;transition:opacity 340ms var(--motion-hover)}
.site-links button:hover{opacity:.78}
.site-links button.is-active{opacity:1}
.site-links [data-mission-meaning]{display:none}
.site-links [data-mission-meaning].is-active{display:block}
.site-links h3{margin:0;font-size:calc(16.1px * 1.35);line-height:1.25}
.site-links [data-mission-meaning] p{max-width:44rem;margin:1.5rem 0;line-height:1.76;opacity:.9}
.site-links [data-mission-meaning] strong{display:block;font-size:calc(16.1px * .875);font-weight:600;letter-spacing:.01em;opacity:.82}
@media(max-width:700px){.site-links .visual-callout{display:block}.site-links h2{margin-top:1.5rem;text-align:left}.site-links .narrow-headline{display:block}.site-links .visual-proof{border-right:0;border-bottom:1px solid rgba(250,248,241,0.14);padding-right:0;padding-bottom:1.5rem;margin-bottom:calc(1.08rem * 1.5)}.site-links .service-block{margin-top:0}
}
.text-tile{--field-active:calc(1.5rem * 1.15);--field-extra-10:calc(840px / 2.6);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.text-tile .media-headline{max-width:840px;margin:0 auto;}
.text-tile h2,.text-tile h3,.text-tile p,.text-tile ol,.text-tile li{margin:0;}
.text-tile h2{font-size:calc(16.1px * 2);line-height:1.14;}
.text-tile h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.text-tile p{font-size:16.1px;line-height:1.76;}
.text-tile .focused-items{max-width:var(--field-extra-10);margin-bottom:var(--field-active);}
.text-tile .focused-items .narrow-section{margin-top:calc(1.5rem / 2.4);color:var(--paint-cool);}
.text-tile .wide-body{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.08rem;border-left:2px solid var(--ink-base);padding-left:1.5rem;}
.text-tile .wide-team{display:flex;flex-wrap:wrap;gap:1.08rem;align-items:flex-start;padding-bottom:1.08rem;border-bottom:1px solid var(--ink-base);}
.text-tile .wide-team:last-child{border-bottom:0;padding-bottom:0;}
.text-tile .top-brand{flex:0 0 auto;font-size:calc(16.1px * .875);letter-spacing:.04em;padding:calc(calc(1.5rem * .75) / 2.4) calc(calc(1.5rem * .75) * .8);border-radius:0.21rem;background:var(--paint-panel);color:var(--paint-cool);}
.text-tile .visual-callout{flex:1 1 calc(840px / 2.2);min-width:0;}
.text-tile .visual-callout p{margin-top:calc(1.5rem / 3.2);color:var(--paint-cool);}
.text-tile .plain-area{margin-top:var(--field-active);font-size:calc(16.1px * .875);color:var(--paint-cool);}
.text-tile .plain-area a{color:#244238;text-decoration:underline;}
.text-tile .plain-area a:hover{color:#a45f2a;}
@media (max-width:640px){.text-tile .wide-body{padding-left:1.36rem;}.text-tile .wide-team{flex-direction:column;gap:calc(1.08rem / 2);}
}
.clear-plan{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.clear-plan .media-headline{max-width: 840px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.08rem * 1.5);}
.clear-plan .media-note{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.clear-plan h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.clear-plan .narrow-section{margin: 0;
        max-width: 46rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #3a3a3a);}
.clear-plan .open-feature{display: block;
        width: min(100%, 34rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.32rem;
        border: 1px solid var(--ink-base, #d9d0c0);}
.clear-plan .plain-area{border-left: 2px solid var(--ink-base, #d9d0c0);
        padding: 0 0 0 1.08rem;}
.clear-plan .plain-area .bottom-header{margin: 0;
        font-size: calc(16.1px * .875);
        line-height: 1.68;
        color: var(--paint-cool, #3a3a3a);}
@media (min-width: 720px) {.clear-plan .media-headline{
            grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
            align-items: end;
        }.clear-plan .plain-area{
            padding-bottom: .35rem;
        }
    }
@media (max-width: 680px) {.clear-plan{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }
    }
.featured-quote{
  --field-active:calc(1.5rem * 1.1);
  --field-extra-10:calc(840px / 3.05);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#faf8f1;
  color:#24211d;
}
.featured-quote .media-headline{max-width:840px;margin:0 auto;}
.featured-quote h2,.featured-quote h3,.featured-quote p,.featured-quote ul{margin:0;}
.featured-quote h2{font-size:calc(16.1px * 2);line-height:1.14;}
.featured-quote h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.featured-quote p{font-size:16.1px;line-height:1.76;}
.featured-quote a{color:#244238;text-decoration:none;}
.featured-quote a:hover{color:#a45f2a;}
.featured-quote .unit{max-width:var(--field-extra-10);}
.featured-quote .narrow-section{margin-top:calc(1.08rem * 1.5);}
.featured-quote .featured-stack{display:block;
  width:100%;
  height:auto;
  margin-top:var(--field-active);
  border-radius:0.32rem;}
.featured-quote .soft-track{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.08rem;
  margin-top:var(--field-active);}
.featured-quote .wide-team{
  flex:1 1 calc(840px / 3.6);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--surface-deep);
  color:var(--line-soft);
  border:1px solid var(--ink-base);
  border-radius:0.55rem;
  box-shadow:0 1px 1px rgba(0,0,0,0.07);
}
.featured-quote .wide-team p{margin-top:calc(1.5rem / 3);}
.featured-quote .secondary-items{list-style:none;
  padding:0;
  margin-top:calc(1.5rem / 2.5);
  font-size:calc(16.1px * .875);
  line-height:1.76;}
.featured-quote .secondary-items li{position:relative;
  padding-left:1rem;
  margin-top:calc(1.5rem / 5);}
.featured-quote .secondary-items li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.62em;
  width:0.35rem;
  height:0.35rem;
  border-radius:50%;
  background:#a45f2a;color:#fff7ed;}
.featured-quote .text-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.08rem * 1.5);
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.21rem;
  background:var(--line-page);
  color:#faf8f1;
  font-size:calc(16.1px * .875);
  transition:background 340ms var(--motion-hover);
}
.featured-quote .text-brand:hover{background:#31594c;color:#faf8f1;}
.featured-quote .plain-area{margin-top:var(--field-active);
  padding-top:calc(1.08rem * 1.5);
  border-top:1px solid var(--ink-base);
  font-size:calc(16.1px * .875);}
@media (max-width:720px){.featured-quote .wide-team{flex:1 1 100%;}
}
.media-surface{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.media-surface .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5);}
.media-surface .narrow-section{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--ink-base);}
.media-surface h2{margin: 0;
        font-size: calc(16.1px * 2);
        line-height: 1.15;}
.media-surface .narrow-section p{margin: 0;
        max-width: 44rem;
        font-size: calc(16.1px * 1.125);}
.media-surface .main-frame{display: flex;
        flex-direction: column;
        gap: 1.08rem;}
.media-surface .simple-links{display: grid;
        grid-template-columns: 1fr auto;
        gap: calc(1.5rem * .75);
        align-items: start;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid var(--ink-base);}
.media-surface .simple-links:last-child{border-bottom: 0;}
.media-surface .plain-tile{font-size: 16.1px;
        line-height: 1.76;}
.media-surface .open-quote{display: flex;
        flex-direction: column;
        gap: 0.2rem;
        min-width: 12rem;
        text-align: right;
        font-size: calc(16.1px * .875);}
.media-surface .open-quote strong{font-size: calc(16.1px * .875);}
.media-surface .open-quote span{}
@media (max-width: 760px) {.media-surface .simple-links{
            grid-template-columns: 1fr;
        }.media-surface .open-quote{
            text-align: left;
            min-width: 0;
        }
    }
.offer-block{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: #faf8f1;
        color: #24211d
    }
.offer-block .media-headline{max-width: 840px;
        margin: 0 auto}
.offer-block .main-frame{display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5)}
.offer-block .unit{max-width: 46rem}
.offer-block h2{margin: 0;
        font-size: calc(16.1px * 2);
        line-height: 1.14}
.offer-block .unit p{margin: 1.5rem 0 0;
        font-size: 16.1px;
        line-height: 1.76;
        color: var(--paint-cool)}
.offer-block .soft-track{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.offer-block .soft-track li{display: flex;
        flex-wrap: wrap;
        gap: 1.08rem;
        align-items: baseline;
        padding: 1.5rem 0}
.offer-block .soft-track li + li{border-top: 1px solid var(--ink-base)}
.offer-block .soft-track strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(16.1px * 1.125);
        line-height: 1.22;
        font-weight: 600}
.offer-block .soft-track span{flex: 1 1 24rem;
        min-width: 0;
        font-size: 16.1px;
        line-height: 1.76;
        color: var(--paint-cool)}
@media (max-width: 720px) {.offer-block .soft-track li{
            display: block
        }.offer-block .soft-track span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.focused-brand{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.focused-brand .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 1.08rem calc(1.5rem * .75);}
.focused-brand .offer-entries{flex: 1 1 22rem;
        min-width: 0;}
.focused-brand h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.focused-brand .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #5b6b82);}
.focused-brand .secondary-plan{flex: 0 1 20rem;
        margin: 0;}
.focused-brand .open-feature{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
        object-fit: cover;
        border-radius: 0.32rem;
        border: 1px solid var(--ink-base, #d9d0c0);}
@media (max-width: 700px) {.focused-brand{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.focused-brand .secondary-plan{
            flex: 1 1 100%;
        }
    }
.active-area{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--paint-panel);color:var(--paint-cool)}
.active-area .media-headline{max-width:840px;margin:0 auto}
.active-area .strong-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,0.8fr);gap:calc(1.08rem * 1.5);align-items:end;margin-bottom:calc(1.08rem * 1.5);padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--ink-base)}
.active-area .strong-form p{margin:0;font-size:16.1px;line-height:1.76}
.active-area h2{margin:0;font-size:calc(16.1px * 2);line-height:1.15;text-align:right}
.active-area .team-proof{display:flex;flex-direction:column;gap:0}
.active-area [data-cluster]{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-base)}
.active-area [data-cluster]:last-child{border-bottom:none}
.active-area h3{margin:0;font-size:calc(16.1px * 1.35);line-height:1.25}
.active-area [data-cluster] p{margin:calc(1.5rem * .75) 0 0;max-width:60ch;line-height:1.76;font-size:16.1px}
@media(min-width:760px){.active-area [data-cluster]{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:1.08rem;align-items:start}.active-area [data-cluster] p{margin-top:0}
}
@media(max-width:680px){.active-area .strong-form{grid-template-columns:1fr}.active-area h2{text-align:left}
}
.open-benefit{--field-active:calc(1.5rem * 1.32);--field-local:1px solid var(--ink-base);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.open-benefit .media-headline{max-width:840px;margin:0 auto;}
.open-benefit h2,.open-benefit h3,.open-benefit p{margin:0;}
.open-benefit h2{font-size:calc(16.1px * 2);line-height:1.14;}
.open-benefit h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.open-benefit p{font-size:16.1px;line-height:1.76;}
.open-benefit .unit{max-width:calc(840px / 1.15);}
.open-benefit .unit .narrow-section{margin-top:calc(1.08rem * 1.5);color:var(--paint-cool);}
.open-benefit .soft-track{display:flex;flex-wrap:wrap;gap:1.08rem;margin-top:var(--field-active);}
.open-benefit .wide-team{flex:1 1 calc(840px / 3.1);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-deep);color:var(--line-soft);border:var(--field-local);border-radius:0.32rem;}
.open-benefit .wide-team p{margin-top:calc(1.5rem / 3);color:var(--paint-cool);}
.open-benefit .secondary-block{margin-top:var(--field-active);padding-top:calc(1.08rem * 1.5);border-top:var(--field-local);}
.open-benefit .secondary-block p{font-size:calc(16.1px * .875);color:var(--paint-cool);}
.open-benefit .secondary-block a{color:#244238;text-decoration:underline;text-underline-offset:2px;}
.open-benefit .secondary-block a:hover{color:#a45f2a;}
@media (max-width:640px){.open-benefit .wide-team{flex:1 1 100%;}
}
.team-items{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.team-items .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 1.08rem calc(1.08rem * 2);
        align-items: flex-end;}
.team-items .media-note{flex: 1 1 26rem;
        min-width: 0;}
.team-items h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.01em;}
.team-items .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.76;
        color: var(--paint-cool, #24211d);}
.team-items .public-story{flex: 1 1 18rem;
        margin: 0;
        min-width: 0;}
.team-items .open-feature{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        box-shadow: var(--shadow-button, 0 1px 1px rgba(0,0,0,0.07));}
.team-items figcaption{margin-top: calc(1.08rem * .5);
        font-size: calc(16.1px * .875);
        line-height: 1.5;
        color: var(--paint-cool, #24211d);}
@media (max-width: 680px) {.team-items{
            padding-top: calc(calc(1.5rem * 2.4) * .56);
            padding-bottom: calc(calc(1.5rem * 2.4) * .56);
        }.team-items .media-headline{
            align-items: flex-start;
        }
    }
.offer-copy{--field-active:calc(1.5rem * 1.2);--mark-main:5.5rem;padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.offer-copy .media-headline{max-width:840px;margin:0 auto;}
.offer-copy h2,.offer-copy h3,.offer-copy p,.offer-copy ol,.offer-copy li{margin:0;}
.offer-copy h2{font-size:calc(16.1px * 2);line-height:1.14;}
.offer-copy h3{font-size:calc(16.1px * 1.35);line-height:1.24;}
.offer-copy p{font-size:16.1px;line-height:1.76;}
.offer-copy .plain-area{font-size:calc(16.1px * .875);text-transform:uppercase;letter-spacing:.06em;}
.offer-copy .narrow-section{margin-top:calc(calc(1.08rem * 1.5) * .6);max-width:calc(840px * .82);}
.offer-copy .wide-body{list-style:none;padding:0;margin-top:var(--field-active);border-top:1px solid var(--ink-base);}
.offer-copy .text-menu{display:flex;gap:1.08rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-base);align-items:flex-start;}
.offer-copy .top-brand{flex:0 0 var(--mark-main);font-size:calc(16.1px * .875);font-weight:600;padding-top:.15rem;}
.offer-copy .offer-entries{flex:1 1 auto;min-width:0;}
.offer-copy .offer-entries p{margin-top:calc(calc(1.08rem * 1.5) * .35);}
.offer-copy .narrow-menu{margin-top:var(--field-active);font-size:calc(16.1px * .875);}
@media (max-width:640px){.offer-copy{--mark-main:auto;}.offer-copy .text-menu{flex-direction:column;gap:calc(1.08rem * .4);}.offer-copy .top-brand{padding-top:0;}
}
.secondary-header{--field-active:calc(1.5rem * 1.15);--font-meta:1px;padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.secondary-header .media-headline{max-width:840px;margin:0 auto;}
.secondary-header h2,.secondary-header h3,.secondary-header p{margin:0;}
.secondary-header h2{font-size:calc(16.1px * 2);line-height:1.14;}
.secondary-header h3{font-size:calc(16.1px * 1.35);line-height:1.24;}
.secondary-header p{font-size:16.1px;line-height:1.76;}
.secondary-header .unit{max-width:calc(840px * .92);}
.secondary-header .narrow-section{margin-top:calc(1.08rem * 1.5);color:var(--paint-cool);}
.secondary-header .wide-tile{margin-top:var(--field-active);display:flex;flex-direction:column;gap:0;border-top:var(--font-meta) solid var(--ink-base);}
.secondary-header .wide-team{padding:calc(1.08rem * 1.5) 0;border-bottom:var(--font-meta) solid var(--ink-base);}
.secondary-header .wide-team h3{color:#24211d;}
.secondary-header .wide-team p{margin-top:calc(calc(1.08rem * 1.5) * .55);color:var(--paint-cool);}
.secondary-header .secondary-block{margin-top:var(--field-active);font-size:calc(16.1px * .875);color:var(--paint-cool);}
.secondary-header .secondary-block a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.secondary-header .secondary-block a:hover{color:#a45f2a;}
@media (max-width:640px){.secondary-header .wide-team{padding:calc(1.5rem * .75) 0;}
}
.bottom-story{
  --field-active:calc(1.5rem * 1.1);
  --field-extra-10:calc(840px / 1.05);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#faf8f1;
  color:#24211d;
}
.bottom-story .media-headline{max-width:840px;margin:0 auto;}
.bottom-story h2,.bottom-story h3,.bottom-story p,.bottom-story ol,.bottom-story li{margin:0;}
.bottom-story h2{font-size:calc(16.1px * 2);line-height:1.14;}
.bottom-story h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.bottom-story p{font-size:16.1px;line-height:1.76;}
.bottom-story .unit{max-width:var(--field-extra-10);}
.bottom-story .unit .narrow-section{margin-top:calc(1.5rem / 2.4);}
.bottom-story .wide-body{list-style:none;
  padding:0;
  margin-top:var(--field-active);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--ink-base);}
.bottom-story .active-items{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  padding:calc(1.5rem * 0.85) 0;
  border-bottom:1px solid var(--ink-base);}
.bottom-story .visual-figure{flex:0 0 auto;
  font-size:calc(16.1px * .875);
  letter-spacing:0.08em;
  padding-top:0.35rem;
  min-width:2.2rem;}
.bottom-story .offer-entries{flex:1 1 calc(840px / 2);min-width:0;}
.bottom-story .offer-entries p{margin-top:calc(1.5rem / 3.2);}
.bottom-story .public-story{
  margin-top:var(--field-active);
  padding:calc(calc(1.5rem * .75) * 1.1);
  background:var(--paint-panel);
  color:var(--paint-cool);
  border-radius:0.32rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
}
.bottom-story .public-story .plain-area{flex:1 1 calc(840px / 2.2);min-width:0;}
.bottom-story .public-story .secondary-block{flex:1 1 calc(840px / 3.4);min-width:0;}
.bottom-story a{text-decoration:underline;text-underline-offset:2px;}
.bottom-story a:hover{}
@media (max-width:640px){.bottom-story .active-items{flex-direction:column;gap:calc(1.08rem / 2);}.bottom-story .visual-figure{padding-top:0;}
}
.public-actions{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.public-actions .media-headline{max-width: 840px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        gap: 1.08rem calc(calc(1.08rem * 1.5) * 1.4);
        align-items: end;}
.public-actions .unit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.public-actions h1{margin: 0;
        font-size: clamp(1.75rem, 4.2vw, calc(16.1px * 2));
        line-height: 1.14;
        font-weight: 700;
        letter-spacing: -0.01em;}
.public-actions .narrow-section{margin: 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #24211d);
        opacity: .82;}
.public-actions .secondary-plan{margin: 0;
        align-self: end;}
.public-actions .open-feature{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.55rem;
        box-shadow: var(--shadow-button, 0 1px 1px rgba(0,0,0,0.07));}
@media (max-width: 720px) {.public-actions .media-headline{
            grid-template-columns: 1fr;
            align-items: start;
        }.public-actions{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.public-actions .open-feature{
            aspect-ratio: 16/9;
        }
    }
.simple-form{
        padding:calc(1.5rem * 2.4) 1.36rem;
        background:var(--paint-panel);
        color:var(--paint-cool);
    }
.simple-form .media-headline{max-width:840px;
        margin:0 auto;}
.simple-form .focused-items{margin-bottom:calc(1.08rem * 1.5);
        max-width:52ch;}
.simple-form .focused-items h2{margin:0;
        font-size:calc(16.1px * 2);
        line-height:1.2;}
.simple-form .focused-items p{margin:calc(1.5rem * .75) 0 0;
        font-size:16.1px;
        line-height:1.76;}
.simple-form .wide-body{display:flex;
        flex-wrap:wrap;
        gap:1.08rem;}
.simple-form .wide-team{
        flex:1 1 220px;
        min-width:0;
        background:var(--surface-deep);
        color:var(--line-soft);
        border:1px solid var(--ink-base);
        border-radius:0.32rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 1px rgba(0,0,0,0.07);
    }
.simple-form .wide-team h3{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16.1px * 1.35);
        line-height:1.3;}
.simple-form .wide-team p{margin:0 0 calc(1.5rem * .75);
        font-size:calc(16.1px * .875);
        line-height:1.76;}
.simple-form .wide-team .plain-area{
        font-size:calc(16.1px * .875);
        color:var(--paint-cool);
        background:var(--paint-panel);
        border-radius:0.21rem;
        padding:0.4rem 0.6rem;
        margin:0 0 calc(1.5rem * .75);
    }
.simple-form .wide-team a{color:#244238;
        text-decoration:none;
        font-weight:600;
        font-size:calc(16.1px * .875);
        word-break:break-word;}
.simple-form .wide-team a:hover{color:inherit;}
.simple-form .wide-team span{display:block;
        font-size:calc(16.1px * .875);
        line-height:1.76;}
.simple-form .public-story{margin-top:calc(1.08rem * 1.5);
        padding-top:calc(1.08rem * 1.5);
        border-top:1px solid var(--ink-base);
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        gap:1.08rem;}
.simple-form .public-story p{margin:0;
        flex:1 1 320px;
        font-size:calc(16.1px * .875);
        line-height:1.76;}
.simple-form .secondary-block{display:flex;
        flex-wrap:wrap;
        gap:1.08rem;}
.simple-form .secondary-block a{color:#244238;
        text-decoration:none;
        font-weight:600;
        font-size:calc(16.1px * .875);
        border-bottom:1px solid var(--ink-base);
        padding-bottom:2px;}
.simple-form .secondary-block a:hover{color:inherit;
        border-bottom-color:#a45f2a;}
@media (max-width:640px){.simple-form .wide-team{
            flex:1 1 100%;
        }
    }
.public-figure{--field-active:calc(1.5rem * 0.89);--field-extra-10:calc(840px / 2.13);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--line-page);color:#faf8f1;}
.public-figure .media-headline{max-width:840px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--field-active) * 1.05);}
.public-figure h2{font-size:calc(16.1px * 2);line-height:1.14;margin:0;max-width:calc(840px * 0.78);}
.public-figure p{margin:0;font-size:16.1px;line-height:1.76;}
.public-figure .plain-area{font-size:calc(16.1px * .875);letter-spacing:0.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.public-figure .narrow-section{max-width:calc(840px * 0.86);color:color-mix(in srgb, currentColor 82%, transparent);}
.public-figure a{color:inherit;text-decoration:none;}
.public-figure .text-brand{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.21rem;background:#faf8f1;color:var(--line-page);font-weight:600;transition:background 340ms var(--motion-hover),color 340ms var(--motion-hover);}
.public-figure .text-brand:hover{background:#a45f2a;color:#fff7ed;}
.public-figure .secondary-block{font-size:calc(16.1px * .875);color:color-mix(in srgb, currentColor 72%, transparent);max-width:calc(840px * 0.9);}
.public-figure .secondary-block a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb, currentColor 45%, transparent);}
.public-figure .secondary-block a:hover{text-decoration-color:currentColor;}
.public-figure .primary-headline{padding-inline-start:calc(1.36rem / 2);}
@media (max-width:640px){.public-figure .primary-headline{padding-inline-start:0;}.public-figure h2{max-width:none;}
}
.quiet-menu{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #244238;
  color: #faf8f1;
}
.quiet-menu .media-headline{max-width: min(840px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.08rem * 1.5);}
.quiet-menu .plain-area{flex: 1 1 22rem;
  min-width: 0;}
.quiet-menu h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.12;}
.quiet-menu .plain-area p{margin: calc(1.5rem * .75) 0;
  color: #cbd5e1;
  font-size: calc(16.1px * 1.125);
  line-height: 1.6;}
.quiet-menu .plain-area a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #faf8f1;
  color: #24211d;
  text-decoration: none;
  font-size: 16.1px;
}
.quiet-menu .plain-area a:hover{
  background: #a45f2a;
  color: #fff7ed;
}
.quiet-menu ul{
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * .4);
  border-radius: 0.55rem;
  background: var(--surface-deep);
  color: var(--line-soft);
  flex: 1 1 20rem;
  min-width: 0;
}
.quiet-menu li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--ink-base);}
.quiet-menu li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.quiet-menu li strong{display: block;
  font-size: 16.1px;}
.quiet-menu li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(16.1px * .875);
  line-height: 1.6;}
@media (max-width: 760px) {.quiet-menu .media-headline{
    flex-direction: column;
  }.quiet-menu .plain-area,
  .quiet-menu ul{
    flex: 1 1 auto;
    width: 100%;
  }
}
.soft-inner{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.soft-inner .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: calc(1.08rem * 1.5) 1.08rem;}
.soft-inner .media-note{flex: 1 1 26rem;
        min-width: 0;}
.soft-inner h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.soft-inner .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.76;}
.soft-inner .open-feature{display: block;
        width: min(100%, 28rem);
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        margin-top: 1.5rem;}
.soft-inner .public-story{flex: 1 1 15rem;
        max-width: 22rem;
        margin-left: auto;
        padding-top: calc(1.5rem * .4);
        border-top: 1px solid var(--ink-base, #d9d0c0);
        display: flex;
        flex-direction: column;
        gap: 1.08rem;}
.soft-inner .plain-area{margin: 0;
        font-size: calc(16.1px * .875);
        line-height: 1.68;
        color: var(--paint-cool, #5b6b82);}
.soft-inner .plain-area a{color: #244238;
        text-decoration: underline;}
.soft-inner .plain-area a:hover{color: #a45f2a;}
@media (max-width: 720px) {.soft-inner{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }.soft-inner .public-story{
            margin-left: 0;
            max-width: none;
        }
    }
.top-shell{--field-active:calc(1.5rem * 1.05);--field-extra-10:calc(840px / 3.1);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.top-shell .media-headline{max-width:840px;margin:0 auto;}
.top-shell h2,.top-shell h3,.top-shell p{margin:0;}
.top-shell h2{font-size:calc(16.1px * 2);line-height:1.14;}
.top-shell h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.top-shell p{font-size:16.1px;line-height:1.76;}
.top-shell .unit{max-width:var(--field-extra-10);}
.top-shell .narrow-section{margin-top:calc(1.08rem * 1.5);}
.top-shell img{display:block;width:100%;height:auto;margin-top:var(--field-active);border-radius:0.32rem;}
.top-shell .soft-track{display:flex;flex-wrap:wrap;gap:1.08rem;margin-top:var(--field-active);}
.top-shell .wide-team{flex:1 1 calc(840px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-base);}
.top-shell .wide-team p{margin-top:calc(1.5rem / 3.2);}
.top-shell a{text-decoration:none;border-bottom:1px solid var(--ink-base);}
.top-shell a:hover{border-bottom-color:#a45f2a;}
.top-shell .secondary-block{margin-top:var(--field-active);font-size:calc(16.1px * .875);}
@media (max-width:640px){.top-shell .wide-team{flex:1 1 100%;}
}
.media-wrap{
        --field-active: calc(1.5rem * 1.05);
        --label-strong: calc(840px / 3.2);
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.media-wrap .media-headline{max-width: 840px;
        margin: 0 auto;}
.media-wrap h2,
    .media-wrap h3,
    .media-wrap p{margin: 0;}
.media-wrap h2{font-size: calc(16.1px * 2);
        line-height: 1.14;
        max-width: calc(840px / 1.35);}
.media-wrap h3{font-size: calc(16.1px * 1.35);
        line-height: 1.22;}
.media-wrap p{font-size: 16.1px;
        line-height: 1.76;}
.media-wrap .narrow-section{margin-top: 1.5rem;
        max-width: calc(840px / 1.9);
        color: var(--paint-cool);}
.media-wrap .soft-track{display: flex;
        flex-wrap: wrap;
        gap: var(--field-active);
        margin-top: calc(var(--field-active) * 1.1);}
.media-wrap .wide-team{
        flex: 1 1 var(--label-strong);
        min-width: 0;
        padding: calc(var(--field-active) * .7);
        border-radius: 0.32rem;
        background: var(--surface-deep);
        color: var(--line-soft);
        border: 1px solid var(--ink-base);
        box-shadow: 0 1px 1px rgba(0,0,0,0.07);
    }
.media-wrap .wide-team p{margin-top: calc(1.5rem / 3);
        color: var(--paint-cool);}
.media-wrap .secondary-block{margin-top: calc(var(--field-active) * 1.2);
        padding-top: calc(var(--field-active) * .6);
        border-top: 1px solid var(--ink-base);
        font-size: calc(16.1px * .875);
        color: var(--paint-cool);}
.media-wrap .secondary-block a{color: #244238;
        text-decoration: underline;
        text-underline-offset: 3px;}
.media-wrap .secondary-block a:hover{color: #a45f2a;}
@media (max-width: 640px) {.media-wrap h2{
            max-width: 100%;
        }.media-wrap .narrow-section{
            max-width: 100%;
        }
    }
.plain-shell{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.plain-shell .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5);}
.plain-shell .media-note{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.plain-shell h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.9rem, 4.6vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.plain-shell .narrow-section{margin: 0;
        max-width: 40rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #4a5565);}
.plain-shell .open-feature{display: block;
        width: min(100%, 34rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.32rem;
        border: 1px solid var(--ink-base, #d9d0c0);}
@media (max-width: 680px) {.plain-shell{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.plain-shell h1{
            font-size: clamp(1.65rem, 7vw, 2.2rem);
        }
    }
.plain-service{--field-active:calc(1.5rem * 1.12);--field-extra-10:calc(840px / 1.9);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.plain-service .media-headline{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-active);}
.plain-service h2,.plain-service h3,.plain-service p{margin:0;}
.plain-service h2{font-size:calc(16.1px * 2);line-height:1.14;}
.plain-service h3{font-size:calc(16.1px * 1.35);line-height:1.22;margin-top:calc(calc(1.08rem * 1.5) * .6);}
.plain-service p{font-size:16.1px;line-height:1.76;}
.plain-service .narrow-section{max-width:var(--field-extra-10);display:flex;flex-direction:column;gap:calc(calc(1.08rem * 1.5) * .5);}
.plain-service .plain-area{color:var(--paint-cool);font-size:calc(16.1px * .875);}
.plain-service .soft-track{display:flex;flex-wrap:wrap;gap:var(--field-active);}
.plain-service .wide-team{flex:1 1 calc(840px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.32rem;background:var(--surface-deep);color:var(--line-soft);border:1px solid var(--ink-base);box-shadow:0 1px 1px rgba(0,0,0,0.07);display:flex;flex-direction:column;}
.plain-service .wide-team img{margin-bottom:calc(calc(1.08rem * 1.5) * .7);border-radius:0.21rem;}
.plain-service .wide-team .primary-benefit{display:block;margin-top:calc(calc(1.08rem * 1.5) * .4);font-size:calc(16.1px * .875);color:var(--paint-cool);}
.plain-service .fresh-intro{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.08rem;padding-top:calc(calc(1.08rem * 1.5) * .6);border-top:1px solid var(--ink-base);}
.plain-service .narrow-menu{max-width:var(--field-extra-10);color:var(--paint-cool);}
.plain-service .text-brand{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.21rem;background:var(--line-page);color:#faf8f1;text-decoration:none;font-size:calc(16.1px * .875);transition:background 340ms var(--motion-hover);}
.plain-service .text-brand:hover{background:#31594c;color:var(--line-soft);}
.plain-service a{color:inherit;}
@media (max-width:640px){.plain-service .wide-team{flex:1 1 100%;}.plain-service .fresh-intro{flex-direction:column;align-items:flex-start;}
}
.open-rail{--field-active:calc(1.5rem * 1.04);--field-extra-10:calc(840px / 2.28);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--paint-panel);color:var(--paint-cool);}
.open-rail .media-headline{max-width:840px;margin:0 auto;}
.open-rail h2,.open-rail h3,.open-rail p{margin:0;}
.open-rail h2{font-size:calc(16.1px * 2);line-height:1.12;}
.open-rail h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.open-rail p{font-size:16.1px;line-height:1.76;}
.open-rail .narrow-section{margin-top:1.5rem;max-width:var(--field-extra-10);}
.open-rail .visual-proof{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.open-rail .wide-team{min-width:0;padding-block-end:calc(var(--field-active) / 2);border-bottom:1px solid var(--ink-base);}
.open-rail .wide-team:last-child{border-bottom:0;padding-block-end:0;}
.open-rail .wide-team p{margin-top:calc(1.5rem / 3);}
.open-rail .direct-group{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.open-rail .steady-stack{row-gap:calc(var(--field-active) * 1.2);}
@media (max-width:640px){.open-rail .narrow-section{max-width:none;}.open-rail .visual-proof{gap:calc(var(--field-active) * .9);}
}
.strong-unit{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.strong-unit .media-headline{max-width:840px;
  margin:0 auto;}
.strong-unit .unit{max-width:42rem;}
.strong-unit h2{margin:0;
  font-size:calc(16.1px * 2);
  line-height:1.14;
  letter-spacing:0;}
.strong-unit .unit p{margin:1.5rem 0 0;
  color:var(--paint-cool);
  font-size:calc(16.1px * 1.125);
  line-height:1.76;}
.strong-unit .media-proof{margin-top:calc(1.08rem * 1.5);
  border-top:1px solid var(--ink-base);}
.strong-unit .wide-team{display:flex;
  gap:1.08rem;
  align-items:flex-start;
  padding:calc(1.5rem * .75) 0;}
.strong-unit .wide-team + .wide-team{border-top:1px solid var(--ink-base);}
.strong-unit .wide-team strong{flex:0 0 15rem;
  min-width:0;
  font-size:16.1px;
  line-height:1.35;}
.strong-unit .wide-team span{min-width:0;
  color:var(--paint-cool);
  font-size:calc(16.1px * .875);
  line-height:1.76;}
.strong-unit .secondary-block{margin:calc(1.08rem * 1.5) 0 0;
  font-size:calc(16.1px * .875);
  color:var(--paint-cool);}
.strong-unit .secondary-block a{color:#244238;
  text-decoration:underline;
  text-underline-offset:2px;}
.strong-unit .secondary-block a:hover{color:#a45f2a;}
@media (max-width:620px){.strong-unit .wide-team{display:block}.strong-unit .wide-team span{display:block;margin-top:.4rem}
}
.offset---layout-second-hero-block{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.offset---layout-second-hero-block .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.08rem * 1.5);}
.offset---layout-second-hero-block .unit{max-width: 46rem;}
.offset---layout-second-hero-block h1{margin: 0;
        font-size: clamp(1.75rem, 4.2vw, calc(16.1px * 2.65));
        line-height: 1.12;
        font-weight: 700;
        letter-spacing: -0.01em;}
.offset---layout-second-hero-block .narrow-section{margin: 1.5rem 0 0;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #5b6b82);}
.offset---layout-second-hero-block .secondary-plan{margin: 0;
        padding-top: 1.5rem;
        border-top: 1px solid var(--ink-base, #d9d0c0);}
.offset---layout-second-hero-block .open-feature{display: block;
        width: min(100%, 32rem);
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;}
@media (max-width: 680px) {.offset---layout-second-hero-block{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.offset---layout-second-hero-block h1{
            font-size: clamp(1.55rem, 6vw, 2.1rem);
        }
    }
.offer-list{--field-active:calc(1.5rem * 1.20);--label-strong:calc(840px / 3.53);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.offer-list .media-headline{max-width:840px;margin:0 auto;}
.offer-list h1,.offer-list h2,.offer-list h3,.offer-list p,.offer-list ul{margin:0;}
.offer-list h2{font-size:calc(16.1px * 2);line-height:1.12;}
.offer-list h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.offer-list p{font-size:16.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-list a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #244238 40%, transparent);}
.offer-list a:hover{border-bottom-color:#a45f2a;}
.offer-list .narrow-media{padding-block:calc(var(--field-active) / 2);}
.offer-list .direct-group{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.offer-list .row-title h2{flex:1 1 calc(840px / 3);min-width:0;}
.offer-list .row-title>p{flex:1 1 calc(840px / 3);min-width:0;}
.offer-list .compact-inner{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-active);margin-top:var(--field-active);}
.offer-list .wide-team{flex:1 1 var(--label-strong);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid var(--ink-base);}
.offer-list .wide-team p{margin-top:calc(1.5rem / 3);}
.offer-list .secondary-block{flex:1 1 100%;margin-top:var(--field-active);font-size:calc(16.1px * .875);}
.steady-brand{--field-active:calc(1.5rem * 1.28);--field-extra-10:calc(840px / 1.05);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.steady-brand .media-headline{max-width:840px;margin:0 auto;}
.steady-brand h2,.steady-brand h3,.steady-brand p{margin:0;}
.steady-brand h2{font-size:calc(16.1px * 2);line-height:1.14;}
.steady-brand h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.steady-brand p{font-size:16.1px;line-height:1.76;}
.steady-brand .unit{max-width:var(--field-extra-10);}
.steady-brand .narrow-section{margin-top:calc(1.08rem * 1.5);color:var(--paint-cool);}
.steady-brand img{display:block;width:100%;height:auto;margin-top:var(--field-active);border-radius:0.32rem;}
.steady-brand .soft-track{display:flex;flex-wrap:wrap;gap:1.08rem;margin-top:var(--field-active);}
.steady-brand .wide-team{flex:1 1 calc(840px / 3.1);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-deep);color:var(--line-soft);border:1px solid var(--ink-base);border-radius:0.55rem;}
.steady-brand .wide-team p{margin-top:calc(1.5rem / 3.2);color:var(--paint-cool);}
.steady-brand .secondary-block{margin-top:var(--field-active);padding-top:calc(1.08rem * 1.5);border-top:1px solid var(--ink-base);}
.steady-brand .secondary-block p{color:var(--paint-cool);}
.steady-brand .secondary-block a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.steady-brand .secondary-block a:hover{color:#a45f2a;}
@media (max-width:720px){.steady-brand .wide-team{flex:1 1 100%;}
}
.local-nav{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.local-nav .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: clamp(1.2rem, 3vw, calc(1.08rem * 1.5));}
.local-nav .media-note{flex: 1 1 22rem;
        min-width: 0;}
.local-nav h1{margin: 0;
        font-size: clamp(1.85rem, 4.6vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.local-nav .narrow-section{margin: clamp(.9rem, 1.8vw, 1.5rem) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #4a5565);}
.local-nav .open-feature{flex: 0 1 20rem;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        box-shadow: var(--shadow-button, 0 1px 1px rgba(0,0,0,0.07));}
@media (max-width: 640px) {.local-nav{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.local-nav .media-headline{
            align-items: flex-start;
        }.local-nav .open-feature{
            flex-basis: 100%;
        }
    }
.soft-figure{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.soft-figure .media-headline{max-width:840px;
  margin:0 auto;
  display:flex;
  gap:calc(1.08rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.soft-figure .narrow-section{flex:1 1 26rem;
  min-width:0;}
.soft-figure h2{margin:0;
  font-size:calc(16.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.soft-figure .narrow-section p{margin:1.5rem 0 0;
  max-width:32rem;
  font-size:16.1px;
  line-height:1.76;}
.soft-figure .narrow-section .plain-area{
  margin-top:calc(1.08rem * 1.5);
  padding:calc(1.5rem * .75);
  background:var(--paint-panel);
  color:var(--paint-cool);
  border-radius:0.32rem;
  font-size:calc(16.1px * .875);
}
.soft-figure .narrow-fields{flex:0 1 30rem;
  display:flex;
  flex-direction:column;
  min-width:0;}
.soft-figure .text-menu{padding:calc(1.5rem * .75) 0;
  border-top:1px solid var(--ink-base);}
.soft-figure .text-menu:last-child{border-bottom:1px solid var(--ink-base);}
.soft-figure .text-menu strong{display:block;
  font-size:16.1px;
  font-weight:600;}
.soft-figure .text-menu span{display:block;
  margin-top:.4rem;
  font-size:calc(16.1px * .875);
  line-height:1.76;}
.soft-figure .text-menu a{display:inline-block;
  margin-top:.6rem;
  font-size:calc(16.1px * .875);
  text-decoration:none;
  border-bottom:1px solid #244238;
  padding-bottom:1px;
  transition:color 340ms var(--motion-hover), border-color 340ms var(--motion-hover);}
.soft-figure .text-menu a:hover{border-color:#a45f2a;}
@media (max-width:760px){.soft-figure .media-headline{display:block}.soft-figure .narrow-fields{margin-top:calc(1.08rem * 1.5)}
}
.compact-track{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: var(--paint-panel);
  color: var(--paint-cool);
}
.compact-track .media-headline{max-width: 840px;
  margin: 0 auto;}
.compact-track .fresh-lead{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.08rem;
  align-items: end;
  margin-bottom: calc(1.08rem * 1.5);}
.compact-track h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.1;}
.compact-track .fresh-lead p{margin: 0;
  font-size: 16.1px;
  line-height: 1.76;}
.compact-track .media-proof{margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink-base);
  list-style: none;}
.compact-track .text-menu{display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 1.08rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-base);}
.compact-track .text-menu span{color:inherit;
  font-size: calc(16.1px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.compact-track .text-menu p{margin: 0;
  font-size: calc(16.1px * 1.125);
  line-height: 1.76;
  overflow-wrap: anywhere;}
.compact-track .visual-summary{grid-template-columns: 14rem minmax(0, 1fr) minmax(0, 1fr);}
.compact-track .visual-summary a{color: #244238;
  font-size: calc(16.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.compact-track .visual-summary a:hover{color:inherit;}
.compact-track .compact-proof{display: flex;
  flex-wrap: wrap;
  gap: 1.08rem;
  padding-top: 1.5rem;}
.compact-track .compact-proof a{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75) calc(1.5rem * .75);
  background: var(--surface-deep);
  color: var(--line-soft);
  border: 1px solid var(--ink-base);
  border-radius: 0.32rem;
  text-decoration: none;
  font-size: calc(16.1px * .875);
  line-height: 1.76;
  transition: border-color 340ms var(--motion-hover);
}
.compact-track .compact-proof a span{display: block;
  margin-bottom: .3rem;
  color: var(--line-soft);
  font-size: 16.1px;
  font-weight: 600;}
.compact-track .compact-proof a:hover{border-color: var(--line-page);}
@media (max-width: 720px) {.compact-track .fresh-lead,
  .compact-track .text-menu,
  .compact-track .visual-summary{
    grid-template-columns: 1fr;
  }.compact-track .text-menu span{
    margin-bottom: .35rem;
  }
}
.steady-feature{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.steady-feature .media-headline{max-width: 840px;
        margin: 0 auto;
        display: grid;
        gap: clamp(1.2rem, 2.6vw, calc(1.08rem * 1.5));}
.steady-feature .unit{max-width: 46rem;}
.steady-feature h1{margin: 0;
        font-size: clamp(1.85rem, 4.6vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.steady-feature .narrow-section{margin: clamp(.8rem, 1.8vw, 1.5rem) 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.2vw, 16.1px);
        line-height: 1.72;
        color: var(--paint-cool, #5b6b82);}
.steady-feature .secondary-plan{margin: 0;
        padding: 0;}
.steady-feature .open-feature{display: block;
        width: min(100%, 34rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.55rem;
        box-shadow: var(--shadow-button, 0 1px 1px rgba(0,0,0,0.07));}
@media (max-width: 680px) {.steady-feature{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.steady-feature .open-feature{
            width: 100%;
            aspect-ratio: 3/2;
        }
    }
.fresh-media{--field-active:calc(1.5rem * 1.05);--field-extra-10:calc(840px / 1.9);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.fresh-media .media-headline{max-width:840px;margin:0 auto;}
.fresh-media h2,.fresh-media h3,.fresh-media p{margin:0;}
.fresh-media h2{font-size:calc(16.1px * 2);line-height:1.14;}
.fresh-media h3{font-size:calc(16.1px * 1.35);line-height:1.24;}
.fresh-media p{font-size:16.1px;line-height:1.76;}
.fresh-media .unit{max-width:var(--field-extra-10);}
.fresh-media .narrow-section{margin-top:calc(1.08rem * 1.5);color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-media .narrow-panel{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.4);margin-top:var(--field-active);align-items:flex-start;}
.fresh-media .steady-section{flex:1 1 calc(840px / 3.4);min-width:220px;margin:0;}
.fresh-media .steady-section img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.fresh-media .soft-track{flex:1 1 calc(840px / 2.1);min-width:260px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.fresh-media .wide-team{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--ink-base);}
.fresh-media .wide-team:last-child{border-bottom:0;padding-bottom:0;}
.fresh-media .wide-team p{margin-top:calc(1.5rem / 4);color:color-mix(in srgb, currentColor 76%, transparent);}
.fresh-media .secondary-block{margin-top:var(--field-active);padding-top:calc(1.08rem * 1.5);border-top:1px solid var(--ink-base);}
.fresh-media .secondary-block p{color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-media .secondary-block a{text-decoration:underline;text-underline-offset:3px;}
.fresh-media .secondary-block a:hover{}
@media (max-width:640px){.fresh-media .narrow-panel{gap:1.08rem;}.fresh-media .steady-section,.fresh-media .soft-track{flex:1 1 100%;min-width:0;}
}
.team-header{--field-active:calc(1.5rem * 1.1);--field-extra-10:calc(840px / 1.6);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.team-header .media-headline{max-width:840px;margin:0 auto;}
.team-header h2,.team-header h3,.team-header p{margin:0;}
.team-header h2{font-size:calc(16.1px * 2);line-height:1.14;}
.team-header h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.team-header p{font-size:16.1px;line-height:1.76;}
.team-header .focused-items{max-width:var(--field-extra-10);}
.team-header .focused-items .narrow-section{margin-top:calc(calc(1.08rem * 1.5) * .7);color:var(--paint-cool);}
.team-header .soft-track{display:flex;flex-direction:column;gap:0;margin-top:var(--field-active);border-top:1px solid var(--ink-base);}
.team-header .wide-team{padding:calc(1.08rem * 1.5) 0;border-bottom:1px solid var(--ink-base);}
.team-header .wide-team h3{margin-bottom:calc(calc(1.08rem * 1.5) * .45);}
.team-header .wide-team p{color:var(--paint-cool);max-width:var(--field-extra-10);}
.team-header .secondary-block{margin-top:var(--field-active);font-size:calc(16.1px * .875);color:var(--paint-cool);}
.team-header .secondary-block a{color:#244238;text-decoration:underline;text-underline-offset:3px;}
.team-header .secondary-block a:hover{color:#a45f2a;}
@media (min-width:720px){.team-header .soft-track{display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem;}.team-header .wide-team{padding:calc(1.08rem * 1.5) calc(1.08rem * 1.5) calc(1.08rem * 1.5) 0;}
}
.main-region{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.main-region .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.08rem;}
.main-region .media-note{flex: 1 1 26rem;
        min-width: 0;}
.main-region h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.005em;}
.main-region .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        font-size: 16.1px;
        line-height: 1.72;
        max-width: 40rem;}
.main-region .open-feature{display: block;
        width: min(100%, 32rem);
        height: auto;
        aspect-ratio: 5 / 3;
        object-fit: cover;
        border-radius: 0.32rem;
        margin-top: calc(1.08rem * 1.5);}
.main-region .public-story{flex: 0 1 15rem;
        min-width: 0;
        padding-top: .35rem;
        border-top: 1px solid var(--ink-base, #d9d0c0);}
.main-region .plain-area{margin: 0 0 calc(1.08rem * 1.5);
        font-size: calc(16.1px * .875);
        line-height: 1.6;
        color: var(--paint-cool, #24211d);
        opacity: .85;}
.main-region .soft-track{margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: .45rem;
        font-size: calc(16.1px * .875);
        line-height: 1.55;}
.main-region .soft-track li{padding-left: .85rem;
        position: relative;}
.main-region .soft-track li::before{
        content: "";
        position: absolute;
        left: 0;
        top: .62em;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #a45f2a;color:#fff7ed;}
@media (max-width: 720px) {.main-region{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.main-region .public-story{
            flex-basis: 100%;
        }
    }
.narrow-items{--field-active:calc(1.5rem * 1.2);--field-extra-10:calc(840px / 2.4);--font-main:calc(840px / 3.4);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.narrow-items .media-headline{max-width:840px;margin:0 auto;}
.narrow-items h2,.narrow-items h3,.narrow-items p{margin:0;}
.narrow-items h2{font-size:calc(16.1px * 2);line-height:1.14;}
.narrow-items h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.narrow-items p{font-size:16.1px;line-height:1.76;}
.narrow-items a{text-decoration:none;border-bottom:1px solid var(--ink-base);}
.narrow-items a:hover{}
.narrow-items img{display:block;width:100%;height:auto;border-radius:0.32rem;box-shadow:0 1px 1px rgba(0,0,0,0.07);}
.narrow-items .narrow-section{max-width:var(--field-extra-10);margin-top:1.5rem;}
.narrow-items .soft-track{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.narrow-items .wide-team{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--ink-base);}
.narrow-items .wide-team p{margin-top:calc(1.5rem / 3);}
.narrow-items .contact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.08rem;}
.narrow-items .contact-service>.visual-callout{flex:1 1 calc(840px / 3);min-width:0;}
.narrow-items .contact-service>.soft-track{flex:2 1 calc(840px / 2);margin-top:0;}
.narrow-items .contact-service>img{margin-left:auto;max-width:var(--font-main);}
.narrow-items .secondary-block{margin-top:var(--field-active);font-size:calc(16.1px * .875);}
@media (max-width:720px){.narrow-items .contact-service>img{margin-left:0;max-width:100%;}
}
.team-copy{--field-active:calc(1.5rem * 1.1);--field-extra-10:calc(840px / 2.4);padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.team-copy .media-headline{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-active);}
.team-copy h2,.team-copy h3,.team-copy p{margin:0;}
.team-copy h2{font-size:calc(16.1px * 2);line-height:1.14;max-width:var(--field-extra-10);}
.team-copy h3{font-size:calc(16.1px * 1.35);line-height:1.22;}
.team-copy p{font-size:16.1px;line-height:1.76;}
.team-copy .unit{display:flex;flex-direction:column;gap:calc(calc(1.08rem * 1.5) * .8);}
.team-copy .narrow-section{max-width:calc(840px * .78);color:var(--paint-cool);}
.team-copy .soft-track{display:flex;flex-wrap:wrap;gap:1.08rem;}
.team-copy .wide-team{flex:1 1 calc(840px / 3.2);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.08rem * 1.5) * .55);padding:calc(calc(1.5rem * .75) * .9);border:1px solid var(--ink-base);border-radius:0.32rem;background:var(--surface-deep);color:var(--line-soft);}
.team-copy .wide-team img{display:block;width:100%;height:auto;border-radius:0.21rem;}
.team-copy .wide-team p{color:var(--paint-cool);}
.team-copy .secondary-block{margin-top:auto;align-self:flex-start;font-size:calc(16.1px * .875);font-weight:600;color:#244238;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:color 340ms var(--motion-hover);}
.team-copy .secondary-block:hover{color:#a45f2a;}
.team-copy .plain-area{font-size:calc(16.1px * .875);color:var(--paint-cool);}
.team-copy .plain-area a{color:#244238;text-decoration:none;border-bottom:1px solid currentColor;}
.team-copy .plain-area a:hover{color:#a45f2a;}
@media (max-width:640px){.team-copy .wide-team{flex:1 1 100%;}
}
.focused-nav{
    background:#faf8f1;
    color:#24211d;
    padding:calc(1.5rem * 2.4) 1.36rem;
}
.focused-nav .c{max-width:840px;
    margin:0 auto;
    display:grid;
    gap:1.36rem;}
@media (min-width:1024px){.focused-nav .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.focused-nav .open-panel{min-width:0;}
.focused-nav .secondary-menu{margin-bottom:1.5rem;
    border-bottom:1px solid var(--ink-base);
    padding-bottom:calc(1.08rem * 1.5);}
.focused-nav h1{font-size:calc(16.1px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.focused-nav .steady-form{font-size:calc(16.1px * 1.125);
    margin:0 0 1rem;}
.focused-nav .primary-benefit{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(16.1px * .875);}
.focused-nav .featured-stack{
    margin:0 0 calc(1.08rem * 1.5);
    border-radius:0.55rem;
    overflow:hidden;
    background:var(--paint-panel);color:var(--paint-cool);}
.focused-nav .featured-stack img{display:block;
    width:100%;
    height:auto;}
.focused-nav .clear-entries{font-size:16.1px;
    line-height:1.76;}
.focused-nav .clear-entries p{margin:0 0 1.1rem;}
.focused-nav .clear-entries h2{font-size:calc(16.1px * 1.35);
    margin:calc(1.08rem * 1.5) 0 0.7rem;}
.focused-nav .clear-entries a{text-decoration:underline;
    text-underline-offset:2px;}
.focused-nav .clear-entries a:hover{}
.focused-nav .plain-area{
    background:var(--paint-panel);
    color:var(--paint-cool);
    border-left:3px solid var(--line-page);
    border-radius:0.21rem;
    padding:calc(1.5rem * .75);
    margin:calc(1.08rem * 1.5) 0;
}
.focused-nav .plain-area p{margin:0;}
.focused-nav .secondary-block{display:flex;
    flex-wrap:wrap;
    gap:1.08rem;
    margin-top:calc(1.08rem * 1.5);
    padding-top:calc(1.08rem * 1.5);
    border-top:1px solid var(--ink-base);}
.focused-nav .secondary-block a{font-size:calc(16.1px * .875);
    text-decoration:none;
    border-bottom:1px solid var(--ink-base);
    padding-bottom:2px;}
.focused-nav .secondary-block a:hover{border-bottom-color:#a45f2a;}
.focused-nav .local-wrap{
    background:var(--surface-deep);
    color:var(--line-soft);
    border:1px solid var(--ink-base);
    border-radius:0.55rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 1px rgba(0,0,0,0.07);
}
.focused-nav .local-wrap h3{font-size:16.1px;
    margin:0 0 calc(1.08rem * 1.5);
    padding-bottom:0.6rem;
    border-bottom:1px solid var(--ink-base);}
.focused-nav .steady-grid{display:flex;
    flex-direction:column;
    gap:1.08rem;}
.focused-nav .steady-grid .wide-team{display:flex;
    flex-direction:column;
    gap:0.25rem;}
.focused-nav .steady-grid a{text-decoration:none;
    font-size:calc(16.1px * .875);
    line-height:1.45;}
.focused-nav .steady-grid a:hover{}
.focused-nav .steady-grid .plain-intro{font-size:calc(16.1px * .875);
    opacity:0.85;}
.main-visual{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--paint-panel);color:var(--paint-cool);}
.main-visual .team-block{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);}
.main-visual .soft-callout{display:flex;align-items:center;gap:1.08rem;}
.main-visual .page-list{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:2px solid var(--ink-base);}
.main-visual .id{display:flex;flex-direction:column;gap:2px;}
.main-visual .strong-method{margin:0;font-size:calc(16.1px * 1.125);line-height:1.3;}
.main-visual .open-links{margin:0;font-size:calc(16.1px * .875);}
.main-visual .service-surface{margin:0;font-size:16.1px;line-height:1.76;max-width:60ch;}
.main-visual .narrow-wrap{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.08rem;font-size:calc(16.1px * .875);}
.main-visual .narrow-wrap a{color:#244238;text-decoration:none;border-bottom:1px solid var(--ink-base);padding-bottom:1px;transition:color 340ms var(--motion-hover),border-color 340ms var(--motion-hover);}
.main-visual .narrow-wrap a:hover{color:inherit;border-color:#a45f2a;}
@media (max-width:520px){.main-visual .soft-callout{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);}
}
.local-steps{
    background:#faf8f1;
    color:#24211d;
    padding:calc(1.5rem * 2.4) 1.36rem;
  }
.local-steps .c{max-width:840px;
    margin:0 auto;
    display:grid;
    gap:calc(1.08rem * 1.5);}
@media (min-width:1024px){.local-steps .c{
      grid-template-columns:minmax(0,1fr) 280px;
      align-items:start;
    }
  }
.local-steps .secondary-menu{margin-bottom:calc(1.08rem * 1.5);}
.local-steps .site-frame{margin:0 0 0.5rem;
    font-size:calc(16.1px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.local-steps h1{font-size:calc(16.1px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.local-steps .service-summary{margin:0 0 1rem;
    font-size:calc(16.1px * 1.125);}
.local-steps .primary-benefit{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(16.1px * .875);
    padding-top:0.6rem;
    border-top:1px solid var(--ink-base);}
.local-steps .secondary-plan{margin:0 0 calc(1.08rem * 1.5);}
.local-steps .secondary-plan img{display:block;
    width:100%;
    height:auto;
    border-radius:0.55rem;
    box-shadow:0 1px 1px rgba(0,0,0,0.07);}
.local-steps .secondary-plan figcaption{margin-top:0.5rem;
    font-size:calc(16.1px * .875);}
.local-steps .clear-entries{font-size:16.1px;
    line-height:1.76;}
.local-steps .clear-entries p{margin:0 0 1rem;}
.local-steps .clear-entries h2{font-size:calc(16.1px * 1.35);
    margin:1.6rem 0 0.6rem;}
.local-steps .clear-entries ul{margin:0 0 1rem;
    padding-left:1.2rem;}
.local-steps .clear-entries li{margin-bottom:0.35rem;}
.local-steps .strong-callout{
    margin:0.6rem 0 1.2rem;
    border:1px solid var(--ink-base);
    border-radius:0.32rem;
    overflow:hidden;
    background:var(--surface-deep);
    color:var(--line-soft);
  }
.local-steps .strong-callout .text-menu{display:grid;
    grid-template-columns:1.1fr 1.4fr;
    gap:0.6rem;
    padding:0.7rem 0.9rem;
    font-size:calc(16.1px * .875);
    border-top:1px solid var(--ink-base);}
.local-steps .strong-callout .text-menu:first-child{border-top:0;}
.local-steps .strong-callout .text-menu.head{
    background:var(--paint-panel);
    color:var(--paint-cool);
    font-weight:600;
  }
.local-steps .plain-area{
    background:var(--paint-panel);
    color:var(--paint-cool);
    border-left:3px solid #a45f2a;
    border-radius:0.21rem;
    padding:0.9rem 1rem;
    margin:1.2rem 0;
  }
.local-steps .plain-area p{margin:0;
    font-size:calc(16.1px * .875);}
.local-steps .plain-area a{text-decoration:underline;}
.local-steps .plain-area a:hover{}
.local-steps .foot{margin-top:calc(1.08rem * 1.5);
    padding-top:1rem;
    border-top:1px solid var(--ink-base);
    display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.2rem;
    align-items:center;
    justify-content:space-between;}
.local-steps .plain-intro{margin:0;
    font-size:calc(16.1px * .875);}
.local-steps .secondary-block{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1rem;}
.local-steps .secondary-block a{font-size:calc(16.1px * .875);
    text-decoration:none;
    border-bottom:1px solid #244238;
    padding-bottom:1px;}
.local-steps .secondary-block a:hover{border-bottom-color:#a45f2a;}
.local-steps .local-wrap{
    background:var(--surface-deep);
    color:var(--line-soft);
    border:1px solid var(--ink-base);
    border-radius:0.55rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 1px rgba(0,0,0,0.07);
  }
.local-steps .local-wrap h3{margin:0 0 0.9rem;
    font-size:16.1px;}
.local-steps .steady-grid{display:flex;
    flex-direction:column;
    gap:0.8rem;}
.local-steps .steady-grid .wide-team{display:flex;
    flex-direction:column;
    gap:0.2rem;
    padding:0.6rem 0;
    border-top:1px solid var(--ink-base);
    text-decoration:none;}
.local-steps .steady-grid .wide-team:first-child{border-top:0;
    padding-top:0;}
.local-steps .steady-grid .t{font-size:calc(16.1px * .875);
    font-weight:600;
    line-height:1.35;}
.local-steps .steady-grid .s{font-size:calc(16.1px * .875);
    line-height:1.4;}
.local-steps .steady-grid .wide-team:hover .t{}
.site-entries{padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d;}
.site-entries .team-block{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.08rem * 1.5);}
.site-entries .soft-callout{display:flex;align-items:center;gap:1.08rem;}
.site-entries .media-list{width:72px;height:72px;border-radius:0.55rem;object-fit:cover;flex:0 0 auto;border:1px solid var(--ink-base);}
.site-entries .id{display:flex;flex-direction:column;gap:2px;}
.site-entries .strong-method{margin:0;font-size:calc(16.1px * 1.125);line-height:1.3;}
.site-entries .open-links{margin:0;font-size:calc(16.1px * .875);color:var(--paint-cool);}
.site-entries .service-surface{margin:0;font-size:16.1px;line-height:1.76;max-width:60ch;}
.site-entries .narrow-wrap{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.08rem;font-size:calc(16.1px * .875);}
.site-entries .narrow-wrap a{color:#244238;text-decoration:none;border-bottom:1px solid var(--ink-base);padding-bottom:1px;transition:color 340ms var(--motion-hover),border-color 340ms var(--motion-hover);}
.site-entries .narrow-wrap a:hover{color:#a45f2a;border-color:#a45f2a;}
@media (max-width:520px){.site-entries .soft-callout{flex-direction:column;align-items:flex-start;}
}
.clear-track{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.clear-track .c{max-width:840px;
  margin:0 auto;
  display:grid;
  gap:1.5rem;}
@media (min-width:1024px){.clear-track .c{
    grid-template-columns:minmax(0,1fr) 280px;
    align-items:start;
  }
}
.clear-track .open-panel{min-width:0;}
.clear-track .secondary-menu{margin-bottom:calc(1.08rem * 1.5);}
.clear-track h1{font-size:calc(16.1px * 2.65);
  line-height:1.2;
  margin:0 0 0.6rem;}
.clear-track .steady-form{font-size:calc(16.1px * 1.125);
  margin:0 0 1rem;}
.clear-track .primary-benefit{display:flex;
  flex-wrap:wrap;
  gap:0.4rem 1.2rem;
  font-size:calc(16.1px * .875);
  padding-top:0.6rem;
  border-top:1px solid var(--ink-base);}
.clear-track .featured-stack{margin:0 0 calc(1.08rem * 1.5);
  border-radius:0.55rem;
  overflow:hidden;
  box-shadow:0 1px 1px rgba(0,0,0,0.07);}
.clear-track .featured-stack img{display:block;
  width:100%;
  height:auto;}
.clear-track .clear-entries{font-size:16.1px;
  line-height:1.76;}
.clear-track .clear-entries p{margin:0 0 1.1rem;}
.clear-track .clear-entries h2{font-size:calc(16.1px * 1.35);
  margin:1.8rem 0 0.7rem;
  line-height:1.3;}
.clear-track .clear-entries a{text-decoration:underline;
  text-underline-offset:2px;}
.clear-track .clear-entries a:hover{}
.clear-track .local-wrap{
  background:var(--surface-deep);
  color:var(--line-soft);
  border:1px solid var(--ink-base);
  border-radius:0.55rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 1px rgba(0,0,0,0.07);
}
.clear-track .local-wrap h3{font-size:16.1px;
  margin:0 0 1rem;}
.clear-track .steady-grid{display:flex;
  flex-direction:column;
  gap:0.9rem;}
.clear-track .secondary-method{display:block;
  text-decoration:none;
  padding-bottom:0.9rem;
  border-bottom:1px solid var(--ink-base);}
.clear-track .secondary-method:last-child{padding-bottom:0;
  border-bottom:0;}
.clear-track .secondary-method .rt{display:block;
  font-size:calc(16.1px * .875);
  font-weight:600;
  margin-bottom:0.25rem;}
.clear-track .secondary-method .rs{display:block;
  font-size:calc(16.1px * .875);
  line-height:1.5;}
.clear-track .secondary-method:hover .rt{}
.text-stack{
    padding:calc(1.5rem * 2.4) 1.36rem;
    background:#faf8f1;
    color:#24211d;
}
.text-stack .team-block{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.08rem * 1.5);
    align-items:flex-start;}
.text-stack .unit{flex:1 1 220px;
    min-width:200px;}
.text-stack .visual-callout{flex:2 1 380px;
    min-width:260px;}
.text-stack .strong-method{margin:0 0 4px;
    font-size:calc(16.1px * 1.35);
    line-height:1.3;}
.text-stack .open-links{
    margin:0;
    font-size:calc(16.1px * .875);
    color:var(--paint-cool);
    background:var(--paint-panel);
    display:inline-block;
    padding:4px 10px;
    border-radius:0.21rem;
}
.text-stack .service-surface{margin:0 0 calc(1.5rem * .75);
    font-size:16.1px;
    line-height:1.76;}
.text-stack .plain-area{margin:0;
    font-size:calc(16.1px * .875);
    line-height:1.6;
    color:var(--paint-cool);}
.text-stack .plain-area a{color:#244238;
    text-decoration:underline;}
.text-stack .plain-area a:hover{color:#a45f2a;}
.text-stack .narrow-wrap{list-style:none;
    margin:0;
    padding:0;
    flex:1 1 100%;
    display:flex;
    flex-wrap:wrap;
    gap:1.08rem;
    border-top:1px solid var(--ink-base);
    padding-top:calc(1.5rem * .75);}
.text-stack .narrow-wrap li{font-size:calc(16.1px * .875);}
.text-stack .narrow-wrap a{color:#244238;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 340ms var(--motion-hover), color 340ms var(--motion-hover);}
.text-stack .narrow-wrap a:hover{color:#a45f2a;
    border-bottom-color:#a45f2a;}
@media (max-width:640px){.text-stack .team-block{
        flex-direction:column;
    }.text-stack .narrow-wrap{
        flex-direction:column;
        gap:8px;
    }
}
.bottom-rail{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.bottom-rail .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 1.08rem;
        align-items: flex-end;}
.bottom-rail .media-note{flex: 1 1 26rem;
        min-width: 0;}
.bottom-rail h1{margin: 0;
        font-size: clamp(1.85rem, 4.6vw, calc(16.1px * 2.65));
        line-height: 1.12;
        font-weight: 700;
        letter-spacing: -0.01em;}
.bottom-rail .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.72;
        color: var(--paint-cool, #4a5565);}
.bottom-rail .open-feature{flex: 0 1 22rem;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        box-shadow: var(--shadow-button, 0 1px 1px rgba(0,0,0,0.07));}
@media (max-width: 680px) {.bottom-rail{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.bottom-rail .open-feature{
            flex-basis: 100%;
        }
    }
.flow{background:linear-gradient(135deg, #244238 0%, #a45f2a 100%);color:#faf8f1;padding:calc(1.5rem * 2.4) 1.36rem}
.flow .media-headline{max-width:840px;margin:0 auto}
.flow .steady-service{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.flow .focused-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.flow h2{margin:0;font-size:clamp(calc(16.1px * 2),4.5vw,calc(16.1px * 2.65));line-height:1.1;letter-spacing:0}
.flow .narrow-section{margin:0;max-width:60ch;font-size:calc(16.1px * 1.125);line-height:1.65}
.flow .clear-entries{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.5);align-items:flex-start}
.flow .wide-body{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.32rem;background:color-mix(in srgb,currentColor 10%,transparent)}
.flow .text-menu{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.3)}
.flow .simple-list{font-size:calc(16.1px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78}
.flow .quiet-actions{margin:0;line-height:1.55;color:inherit;text-decoration:none;overflow-wrap:anywhere}
.flow a.value{border-bottom:1px solid currentColor;padding-bottom:1px}
.flow .direct-benefit{flex:1 1 22rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.08rem}
.flow .direct-benefit a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.32rem;background:color-mix(in srgb,currentColor 8%,transparent);color:inherit;text-decoration:none}
.flow .direct-benefit strong{display:block;font-size:16.1px}
.flow .direct-benefit span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(16.1px * .875)}
.flow .plain-area{margin:0;max-width:64ch;font-size:calc(16.1px * .875);line-height:1.6;opacity:.85}
@media(max-width:760px){.flow .clear-entries{flex-direction:column}.flow .wide-body,.flow .direct-benefit{flex-basis:auto;width:100%}}
.compact-flow{padding:calc(1.5rem * 2.4) 1.36rem;background:#244238;color:#faf8f1}
.compact-flow .media-note{max-width:min(840px,60rem);margin:0 auto}
.compact-flow .focused-items{margin-bottom:calc(1.08rem * 1.5)}
.compact-flow h2{margin:0;font-size:calc(16.1px * 2.65);line-height:1.1}
.compact-flow .narrow-section{margin:1.5rem 0 0;font-size:calc(16.1px * 1.35);line-height:1.3;max-width:52ch}
.compact-flow .public-feature{height:clamp(20rem,42vw,32rem);border-radius:0.55rem;overflow:hidden;border:1px solid var(--ink-base);background:var(--surface-deep);color:var(--line-soft);}
.compact-flow iframe{display:block;width:100%;height:100%;border:0}
.compact-flow .simple-plan{margin-top:calc(1.08rem * 1.5);display:flex;flex-direction:column;gap:0}
.compact-flow .simple-plan .text-menu{display:grid;grid-template-columns:minmax(9rem,.28fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--ink-base)}
.compact-flow .simple-plan .text-menu:last-child{border-bottom:0}
.compact-flow .simple-plan .simple-list{font-size:calc(16.1px * .875);opacity:.75}
.compact-flow .simple-plan p{margin:0}
.compact-flow .simple-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.compact-flow .simple-plan a:hover{opacity:.9}
@media (max-width:620px){.compact-flow .simple-plan .text-menu{grid-template-columns:1fr;gap:.25rem}.compact-flow .public-feature{height:20rem}
}
.public-flow{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--paint-panel);color:var(--paint-cool)}
.public-flow .media-headline{max-width:840px;margin:0 auto}
.public-flow .narrow-panel{display:flex;flex-wrap:wrap;gap:calc(1.08rem * 1.5);align-items:flex-start}
.public-flow .visual-callout{flex:1 1 20rem;min-width:0}
.public-flow h2{margin:0;font-size:calc(16.1px * 2);line-height:1.12}
.public-flow .visual-callout>p{margin:1.5rem 0 0;max-width:44rem;font-size:16.1px;line-height:1.76}
.public-flow .wide-body{margin-top:calc(1.08rem * 1.5);display:flex;flex-direction:column;gap:1.08rem;max-width:44rem}
.public-flow .wide-body p{margin:0;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;border-left:2px solid var(--ink-base);line-height:1.76}
.public-flow .wide-body strong{display:block;margin-bottom:0.2rem;font-size:calc(16.1px * .875);letter-spacing:0.02em;text-transform:uppercase}
.public-flow .wide-body span{display:block;min-width:0;font-size:calc(16.1px * .875)}
.public-flow .bottom-header{flex:1 1 22rem;min-width:0;background:var(--surface-deep);color:var(--line-soft);border:1px solid var(--ink-base);border-radius:0.55rem;padding:1.5rem;box-shadow:0 1px 1px rgba(0,0,0,0.07)}
.public-flow .team-panel{display:block;margin:0 0 1.08rem}
.public-flow .team-panel span{display:block;margin-bottom:0.3rem;font-size:calc(16.1px * .875)}
.public-flow input,.public-flow textarea{display:block;width:100%;max-width:100%;border:1px solid var(--ink-base);border-radius:0.21rem;background:#faf8f1;color:#24211d;font:inherit;padding:0.55rem 0.7rem;outline:none;transition:border-color 340ms var(--motion-hover)}
.public-flow input::placeholder,.public-flow textarea::placeholder{}
.public-flow input:focus,.public-flow textarea:focus{border-color:#244238;box-shadow:0 0 0 3px rgba(29, 78, 216, 0.35)}
.public-flow textarea{resize:vertical}
.public-flow button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border:0;border-radius:0.21rem;background:var(--line-page);color:#faf8f1;font:inherit;padding:0.7rem 1.5rem;cursor:pointer;transition:background 340ms var(--motion-hover),transform 340ms var(--motion-hover)}
.public-flow button:hover{background:#31594c;color:var(--line-soft);}
.public-flow button:active{transform:translateY(1px)}
@media(max-width:820px){.public-flow .narrow-panel{display:block}.public-flow .bottom-header{margin-top:calc(1.08rem * 1.5)}}
.wide-stack{padding:calc(1.5rem * 2.4) 1.36rem;background:#faf8f1;color:#24211d}
.wide-stack .visual-callout{max-width:min(840px,58rem);margin:0 auto}
.wide-stack h2{margin:0;font-size:calc(16.1px * 2);line-height:1.15}
.wide-stack .narrow-section{margin:1.5rem 0 calc(1.08rem * 1.5);font-size:calc(16.1px * 1.125);line-height:1.76}
.wide-stack .media-proof{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.wide-stack .wide-team{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--ink-base)}
.wide-stack .wide-team:first-child{border-top:0;padding-top:0}
.wide-stack h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.1px * 1.35);line-height:1.25}
.wide-stack .wide-team p{margin:0;font-size:16.1px;line-height:1.76}
.wide-stack a{color:#244238;text-decoration:underline;text-underline-offset:2px}
.wide-stack a:hover{color:#a45f2a}
.wide-stack .plain-area{margin:calc(1.08rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-base);font-size:calc(16.1px * .875)}
@media (max-width:640px){.wide-stack h2{font-size:calc(16.1px * 1.35)}.wide-stack .narrow-section{font-size:16.1px}
}
.wide-footer{padding:calc(1.5rem * 2.4) 1.36rem;background:#244238;color:#faf8f1}
.wide-footer .visual-callout{max-width:min(840px,58rem);margin:0 auto}
.wide-footer h2{margin:0;font-size:calc(16.1px * 2);line-height:1.15}
.wide-footer .unit{margin:1.5rem 0 calc(1.08rem * 1.5);font-size:calc(16.1px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.wide-footer .steady-note{display:flex;flex-direction:column;gap:calc(1.08rem * 1.5)}
.wide-footer .text-body{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.wide-footer .text-body:last-child{border-bottom:0;padding-bottom:0}
.wide-footer h3{margin:0 0 0.5rem;font-size:calc(16.1px * 1.35);line-height:1.25}
.wide-footer .text-body p{margin:0;font-size:16.1px;line-height:1.76;color:color-mix(in srgb,currentColor 76%,transparent)}
.wide-footer .text-body a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.wide-footer .text-body a:hover{}
@media (min-width:760px){.wide-footer .steady-note{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.08rem * 1.5) 1.36rem}.wide-footer .text-body{padding-bottom:calc(1.5rem * .75)}
}
.page-track{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.36rem;
        background: #faf8f1;
        color: #24211d;
    }
.page-track .media-headline{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.08rem calc(calc(1.08rem * 1.5) * 1.4);}
.page-track .media-note{flex: 1 1 30rem;
        min-width: 0;}
.page-track h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.1px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.page-track .narrow-section{margin: calc(1.08rem * 1.5) 0 0;
        max-width: 34rem;
        font-size: 16.1px;
        line-height: 1.72;}
.page-track .open-feature{display: block;
        width: min(100%, 28rem);
        height: auto;
        aspect-ratio: 5/3;
        object-fit: cover;
        border-radius: 0.32rem;
        margin-top: calc(1.08rem * 1.5);}
.page-track .public-story{flex: 0 1 15rem;
        align-self: flex-end;
        padding-left: calc(1.08rem * 1.5);
        border-left: 1px solid var(--ink-base, #d9d0c0);}
.page-track .plain-area{margin: 0;
        font-size: calc(16.1px * .875);
        line-height: 1.66;
        color: var(--paint-cool, #24211d);}
@media (max-width: 720px) {.page-track{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }.page-track .public-story{
            flex-basis: 100%;
            align-self: auto;
            padding-left: 0;
            padding-top: calc(1.08rem * 1.5);
            border-left: 0;
            border-top: 1px solid var(--ink-base, #d9d0c0);
        }
    }
.wide-intro{--field-active:calc(1.5rem * 0.99);--field-extra-10:calc(840px / 3.10);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--line-page);color:#faf8f1;}
.wide-intro .media-headline{max-width:840px;margin:0 auto;}
.wide-intro h1,.wide-intro h2,.wide-intro h3,.wide-intro p{margin:0;}
.wide-intro h1{font-size:calc(16.1px * 2.65);line-height:1.08;}
.wide-intro h2{font-size:calc(16.1px * 2);line-height:1.12;}
.wide-intro h3{font-size:calc(16.1px * 1.35);line-height:1.2;}
.wide-intro p{font-size:16.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-intro a{color:inherit;text-decoration:none;}
.wide-intro .text-brand{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.21rem;background:#faf8f1;color:var(--line-page);}
.wide-intro .site-summary h2{margin-top:var(--field-active);}
.wide-intro .narrow-section{margin-top:1.5rem;}
.wide-intro .plain-area{margin-top:calc(1.08rem * 1.5);font-size:calc(16.1px * .875);}
.wide-intro .secondary-block{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1.08rem;font-size:calc(16.1px * .875);}
.wide-intro .secondary-block a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.wide-intro .secondary-block a:hover{border-bottom-color:currentColor;}
.offer-steps{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #244238;
  color: #faf8f1;
}
.offer-steps .media-headline{max-width: min(840px, 72rem);
  margin: 0 auto;}
.offer-steps .focused-items{max-width: 44rem;}
.offer-steps h2{margin: 0;
  font-size: calc(16.1px * 2);
  line-height: 1.12;}
.offer-steps .unit{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.1px * 1.125);
  line-height: 1.6;
  opacity: 0.85;}
.offer-steps .compact-inner{display: flex;
  flex-wrap: wrap;
  gap: calc(1.08rem * 1.5);
  margin-top: calc(1.08rem * 1.5);}
.offer-steps .active-items{flex: 1 1 16rem;
  display: flex;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(250, 248, 241, 0.22);}
.offer-steps .visual-figure{font-size: calc(16.1px * .875);
  letter-spacing: 0.08em;
  opacity: 0.6;
  min-width: 1.8rem;}
.offer-steps .active-items strong{display: block;
  font-size: calc(16.1px * 1.35);
  margin-bottom: 0.4rem;}
.offer-steps .active-items p{margin: 0;
  font-size: 16.1px;
  line-height: 1.65;
  opacity: 0.82;}
.offer-steps .direct-summary{display: flex;
  flex-wrap: wrap;
  gap: calc(1.08rem * 1.5);
  margin-top: calc(1.08rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(250, 248, 241, 0.2);
  border-radius: 0.55rem;}
.offer-steps .team-panel{flex: 1 1 14rem;}
.offer-steps .simple-list{display: block;
  font-size: calc(16.1px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.35rem;}
.offer-steps .team-panel a,
.offer-steps .team-panel p{margin: 0;
  font-size: 16.1px;
  text-decoration: none;
  word-break: break-word;}
.offer-steps .team-panel a{border-bottom: 1px solid rgba(250, 248, 241, 0.35);}
.offer-steps .team-panel a:hover{border-bottom-color: #faf8f1;}
.offer-steps .secondary-block{margin: calc(1.08rem * 1.5) 0 0;
  font-size: calc(16.1px * .875);
  line-height: 1.7;
  opacity: 0.82;}
.offer-steps .secondary-block a{text-decoration: underline;
  text-underline-offset: 3px;}
.offer-steps .secondary-block a:hover{opacity: 0.75;}
@media (max-width: 640px) {.offer-steps .active-items{
    flex: 1 1 100%;
  }
}
.quiet-story{
  display:flex;
  flex-wrap:wrap;
  background:var(--line-page);
  color:#faf8f1;
}
.quiet-story .featured-contact,
.quiet-story .strong-items{flex:1 1 320px;
  min-width:0;
  padding:calc(1.5rem * 2.4) 1.36rem;}
.quiet-story .featured-contact{display:flex;
  align-items:center;}
.quiet-story h1{margin:0;
  font-size:calc(16.1px * 2.65);
  line-height:1.05;
  letter-spacing:-0.01em;}
.quiet-story .strong-items{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(1.08rem * 1.5);
  background:#a45f2a;
  color:#fff7ed;
}
.quiet-story p{max-width:36rem;
  margin:0;
  font-size:calc(16.1px * 1.125);
  line-height:1.76;}
.quiet-story .plain-area{font-size:calc(16.1px * .875);
  opacity:.9;}
.quiet-story .secondary-block{display:flex;
  flex-wrap:wrap;
  gap:1.08rem;
  margin-top:calc(1.5rem * .75);}
.quiet-story .secondary-block a{color:inherit;
  font-size:16.1px;
  text-decoration:underline;
  text-underline-offset:.24em;
  transition:opacity 340ms var(--motion-hover);}
.quiet-story .secondary-block a:hover{opacity:.75;}
@media(max-width:760px){.quiet-story{
    display:block;
  }.quiet-story h1{
    font-size:calc(16.1px * 2);
  }
}
