body{margin:0;padding:0;font-family:"Fredoka", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-primary: #E63946;
  --paint-inverse: #E5DCCB;
  --tone-inverse: #FFFFFF;
  --motion-base: cubic-bezier(0.16,1,0.3,1);
  --line-panel: #F5A623;
  --ink-warm: #3E362E;
  --tone-extra-7: #2A241E;
}
.focused-contact{
    width: 100%;
    background: #FDFBF7;
    border-bottom: 1px solid var(--paint-inverse);color:#2A241E;}
.track {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1.66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    position: relative;
  }
.content-visual {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2A241E;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: color 310ms var(--motion-base);
    flex-shrink: 0;
  }
.content-visual:hover {
    color: #E63946;
  }
.quiet-plan {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    color: #2A241E;
    text-decoration: none;
    font-size: 17.4px;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity 310ms var(--motion-base), color 310ms var(--motion-base);
    padding: 0.5rem 0;
    position: relative;
  }
.nav-list a:hover {
    opacity: 1;
    color: #F5A623;
  }
.nav-list a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--paint-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 310ms var(--motion-base);
    border-radius: 0.24rem;color:#FFFFFF;}
.nav-list a:hover::after {
    transform: scaleX(1);
  }
.site-region {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 1001;
  }
.site-region span{
    display: block;
    width: 24px;
    height: 2px;
    background: #2A241E;
    border-radius: 2px;
    transition: transform 310ms var(--motion-base), opacity 310ms var(--motion-base);color:var(--tone-extra-7);}
.site-region.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.site-region.active span:nth-child(2) {
    opacity: 0;
  }
.site-region.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .track {
      height: 64px;
    }

    .site-region {
      display: flex;
    }

    .quiet-plan {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #FDFBF7;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 310ms var(--motion-base), visibility 310ms var(--motion-base);
      z-index: 1000;
    }

    .quiet-plan.open {
      opacity: 1;
      visibility: visible;
    }

    .nav-list {
      flex-direction: column;
      gap: 2.5rem;
      text-align: center;
    }

    .nav-list a {
      font-size: calc(17.4px * 1.35);
      opacity: 1;
      padding: 0.5rem 1rem;
    }

    .nav-list a::after {
      display: none;
    }

    .content-visual {
      z-index: 1001;
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-list {
      gap: 1.5rem;
    }
  }
.active-steps{padding:calc(1.5rem * 2.4) 1.66rem;font-family:"Fredoka", sans-serif;font-size:17.4px;line-height:1.66;background:#1E293B;color:#FDFBF7;}
.primary-actions{display:grid;grid-template-columns:1.2fr 1.5fr 1.2fr;gap:2.19rem;max-width:1680px;margin:0 auto;padding-bottom:1.5rem;border-bottom:1px solid rgba(255, 255, 255, 0.1)}
.media-menu{display:flex;flex-direction:column}
.public-callout{font-size:calc(17.4px * 2);font-weight:700;color:inherit;text-decoration:none;letter-spacing:-0.02em;margin-bottom:1.66rem;display:inline-block}
.public-shell{font-size:calc(17.4px * .875);color:inherit;opacity:0.8;max-width:30ch;margin:0}
.clear-proof{font-size:17.4px;font-weight:600;color:inherit;margin:0 0 1.66rem 0;text-transform:uppercase;letter-spacing:0.05em}
.strong-actions{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1.66rem 2.19rem}
.strong-actions a,
  .compact-media,
  .direct-panel a{color:inherit;text-decoration:none;font-size:calc(17.4px * .875);transition:opacity 0.2s ease}
.strong-actions a:hover,
  .compact-media:hover,
  .direct-panel a:hover{opacity:0.7;text-decoration:underline;color:inherit}
.person{display:flex;flex-direction:column;gap:1.66rem;margin-bottom:1.5rem}
.secondary-contact{margin:0;font-size:calc(17.4px * .875);line-height:1.6}
.person p{margin:0;font-size:calc(17.4px * .875)}
.direct-panel{margin:1.66rem 0 0 0;font-size:calc(17.4px * .875);display:flex;gap:1.66rem}
.fresh-footer{max-width:1680px;margin:0 auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:1.66rem}
.local-nav{font-size:calc(17.4px * .875);color:inherit;opacity:0.75;margin:0;line-height:1.5}
.compact-brand{font-size:calc(17.4px * .875);color:inherit;opacity:0.6;margin:0}
@media (max-width: 768px) {.primary-actions{grid-template-columns:1fr;gap:1.5rem}.strong-actions{grid-template-columns:repeat(2, 1fr)}
  }
@media (max-width: 480px) {.strong-actions{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:1.66rem;right:1.66rem;bottom:1.5rem;z-index:1200;}
.cookies .simple-track{max-width:720px;margin:0 auto;background:var(--tone-inverse);border:1px solid var(--paint-inverse);border-radius:1.11rem;box-shadow:0 14px 44px rgba(0,0,0,0.22);padding:1.5rem 1.66rem;color:var(--tone-extra-7);}
.cookies .plain-form{display:flex;align-items:center;gap:8px;}
.cookies .simple-track p{margin:8px 0 0;}
.cookies .title{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .title button{border:1px solid var(--paint-inverse);background:#F1E8D9;color:var(--ink-warm);border-radius:0.24rem;padding:8px 12px;cursor:pointer;}
.cookies .title button.cookie-accept{background:var(--paint-primary);color:#FFFFFF;border-color:transparent;font-weight:700;}
.wide-headline{--field-public:calc(1.5rem * 0.99);--layer-public:calc(1680px / 2.20);--font-small:calc(1680px / 3.77);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.wide-headline .top-feature{max-width:1680px;margin:0 auto;display:flex;align-items:center;gap:2.19rem;justify-content:space-between;flex-wrap:wrap;}
.wide-headline .text-media{flex:1 1 28rem;min-width:0;max-width:var(--layer-public);}
.wide-headline h1,.wide-headline h2,.wide-headline h3,.wide-headline p{margin:0;}
.wide-headline h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.wide-headline h2{font-size:calc(17.4px * 2);line-height:1.12;}
.wide-headline h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.wide-headline p{font-size:17.4px;line-height:1.66;color:var(--ink-warm);}
.wide-headline a{color:inherit;text-decoration:none;}
.wide-headline img{display:block;flex:0 1 min(var(--font-small),36vw);width:min(var(--font-small),100%);height:auto;border-radius:0.86rem;box-shadow:0 10px 18px rgba(0,0,0,0.18);}
.wide-headline .quiet-section{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.59rem;background:var(--line-panel);color:#1E293B;font-weight:600;transition:background 310ms var(--motion-base);}
.wide-headline .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.wide-headline .soft-stack,.wide-headline .top-proof{margin-top:var(--field-public);}
.wide-headline .top-proof{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.wide-headline .visual{font-size:17.4px;color:inherit;border-bottom:2px solid transparent;transition:color 310ms var(--motion-base),border-color 310ms var(--motion-base);}
.wide-headline .visual:hover{color:inherit;border-bottom-color:#E63946;}
@media (max-width: 720px){.wide-headline .top-feature{flex-direction:column;align-items:flex-start;}.wide-headline img{width:100%;max-width:none;flex-basis:auto;}
}
.direct-content{--field-public:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--tone-inverse);color:var(--tone-extra-7);}
.direct-content .top-feature{max-width:1680px;margin:0 auto;}
.direct-content .wide-items{max-width:calc(1680px / 2.2);}
.direct-content h2,.direct-content h3,.direct-content p{margin:0;}
.direct-content h2{font-size:calc(17.4px * 2);line-height:1.15;margin-top:calc(1.5rem / 2);}
.direct-content h3{font-size:calc(17.4px * 1.35);line-height:1.25;}
.direct-content p{font-size:17.4px;line-height:1.66;}
.direct-content .service-headline{display:inline-block;font-size:calc(17.4px * .875);letter-spacing:.02em;text-transform:uppercase;}
.direct-content .soft-stack{margin-top:1.5rem;}
.direct-content .main-media{display:flex;flex-direction:column;gap:1.5rem;margin-top:calc(1.5rem * 1.4);}
.direct-content .wide-summary{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.66rem;padding:1.5rem 0;border-top:1px solid var(--paint-inverse);}
.direct-content .wide-summary:last-child{border-bottom:1px solid var(--paint-inverse);}
.direct-content .featured-media{flex:1 1 28rem;min-width:0;}
.direct-content .featured-media p{margin-top:calc(1.5rem / 3);max-width:calc(1680px / 2.6);}
.direct-content .plain-form{display:flex;flex-wrap:wrap;gap:1.66rem;margin-top:calc(1.5rem / 2);font-size:calc(17.4px * .875);}
.direct-content .plain-form span{}
.direct-content .quiet-section{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.59rem;background:var(--line-panel);color:#1E293B;text-decoration:none;font-weight:600;transition:background 310ms var(--motion-base);}
.direct-content .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.direct-content .text-content{display:flex;flex-wrap:wrap;align-items:center;gap:1.66rem;margin-top:calc(1.5rem * 1.4);padding-top:1.5rem;border-top:1px solid var(--paint-inverse);}
.direct-content .text-content p{margin:0;}
.direct-content .text-content a{text-decoration:none;font-weight:600;}
.direct-content .text-content a:hover{}
@media (max-width: 720px){.direct-content .wide-summary{flex-direction:column;}.direct-content .quiet-section{width:100%;}
}
.surface{
  --field-public: calc(1.5rem * 1.17);
  --layer-public: calc(1680px / 2.41);
  --label-body: calc(1680px / 3.49);
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1E293B;
  color: #FDFBF7;
}
.surface .top-feature{max-width: 1680px;
  margin: 0 auto;}
.surface h2,
.surface h3,
.surface p{margin: 0;}
.surface h2{font-size: calc(17.4px * 2);
  line-height: 1.15;
  letter-spacing: -0.01em;}
.surface h3{font-size: calc(17.4px * 1.35);
  line-height: 1.25;
  font-weight: 500;}
.surface p{font-size: 17.4px;
  line-height: 1.66;
  opacity: 0.88;}
.surface a{text-decoration: none;
  border-bottom: 1px solid rgba(253, 251, 247, 0.35);
  transition: border-color 310ms var(--motion-base), opacity 310ms var(--motion-base);}
.surface a:hover{border-bottom-color: #FDFBF7;
  opacity: 1;}
/* intro block */
.secondary-region{
  max-width: var(--layer-public);
}
.secondary-region .soft-stack{
  margin-top: 1.5rem;
  font-size: 17.4px;
  line-height: 1.66;
  opacity: 0.9;
}
/* steps as a vertical flow with numbers */
.feature{
  display: flex;
  flex-direction: column;
  gap: calc(var(--field-public) * 1.1);
  margin-top: calc(var(--field-public) * 1.4);
  counter-reset: step;
}
.wide-summary{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 0;
}
.direct-media{
  flex: 0 0 auto;
  font-size: calc(17.4px * .875);
  font-weight: 500;
  line-height: 1;
  padding: calc(1.5rem / 3) calc(1.5rem / 2);
  background: #FDFBF7;
  color: #1E293B;
  border-radius: 0.24rem;
  letter-spacing: 0.02em;
  margin-top: 0.2rem;
}
.compact-list{
  min-width: 0;
}
.compact-list p{
  margin-top: calc(1.5rem / 3);
  max-width: 62ch;
}
/* footer note and local links */
.service-note{
  margin-top: calc(var(--field-public) * 1.6);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(253, 251, 247, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5rem 1.66rem;
}
.direct-headline{
  max-width: 48ch;
  font-size: calc(17.4px * .875);
  opacity: 0.75;
}
.top-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.66rem;
  margin-left: auto;
}
.top-nav a{
  font-size: calc(17.4px * .875);
  font-weight: 500;
  border-bottom: 1px solid rgba(253, 251, 247, 0.3);
}
/* responsive adjustments */
@media (max-width: 720px) {.surface{
    padding: calc(1.5rem * 2.4) 1.66rem;
  }.wide-summary{
    flex-direction: column;
    gap: calc(1.5rem / 2);
  }.direct-media{
    margin-bottom: 0;
  }.service-note{
    flex-direction: column;
    align-items: flex-start;
  }.top-nav{
    margin-left: 0;
  }
}
.form{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E}
.form .top-feature{max-width:min(1680px,56rem);margin:0 auto}
.form .wide-items{max-width:44rem}
.form h2{margin:0;font-size:calc(17.4px * 2);line-height:1.1}
.form .wide-items p{margin:1.5rem 0 0;color:var(--ink-warm);line-height:1.66}
.form .team-menu{margin-top:calc(2.19rem * 1.5)}
.form details{border-top:1px solid var(--paint-inverse);padding:1.5rem 0}
.form details:last-child{border-bottom:1px solid var(--paint-inverse)}
.form summary{cursor:pointer;font-size:calc(17.4px * 1.35);line-height:1.2;padding-right:2rem;position:relative;list-style:none}
.form summary::-webkit-details-marker{display:none}
.form summary::after{content:"+";position:absolute;right:0;top:0.1em;font-size:1.4em;line-height:1;color:inherit;font-weight:500}
.form details[open] summary::after{content:"–"}
.form details p{max-width:48rem;margin:1.5rem 0 0;color:var(--ink-warm);line-height:1.66}
@media(max-width:720px){.form .team-menu{margin-top:calc(2.19rem * 1.5)}.form summary{font-size:17.4px}
}
.media-method{--field-public:calc(1.5rem * 1.32);--layer-public:calc(1680px / 2.45);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--line-panel);color:#1E293B;}
.media-method .top-feature{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;}
.media-method h2,.media-method p{margin:0;}
.media-method h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--layer-public);}
.media-method p{font-size:17.4px;line-height:1.66;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-method a{text-decoration:none;}
.media-method .service-headline{font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);margin:0;}
.media-method .soft-stack{font-size:calc(17.4px * 1.125);line-height:1.5;max-width:var(--layer-public);}
.media-method .text-media{max-width:calc(var(--layer-public) * 1.15);}
.media-method .top-proof{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:calc(2.19rem * 1.5);}
.media-method .quiet-section{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.24rem;background:#1E293B;color:var(--line-panel);font-weight:600;transition:background 310ms var(--motion-base);}
.media-method .quiet-section:hover{background:var(--paint-primary);color:#FFFFFF;}
.media-method .bottom-figure{display:inline-flex;align-items:center;gap:.4rem;color:inherit;border-bottom:2px solid color-mix(in srgb, currentColor 35%, transparent);padding-bottom:.15rem;transition:border-color 310ms var(--motion-base);}
.media-method .bottom-figure:hover{border-color:currentColor;}
@media (min-width: 720px){.media-method .top-feature{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;}.media-method .service-headline{grid-column:1 / -1;}.media-method h2{grid-column:1 / -1;max-width:calc(var(--layer-public) * 1.2);}.media-method .soft-stack{grid-column:1;grid-row:3;}.media-method .text-media{grid-column:2;grid-row:3;align-self:start;}.media-method .top-proof{grid-column:1 / -1;}
}
.site-view{
        --field-public: calc(1.5rem * 1.14);
        --layer-public: calc(1680px / 2.38);
        --font-small: calc(1680px / 3.40);
        --label-body: calc(1680px / 3.46);
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #1E293B;
        color: #FDFBF7;
    }
.site-view .top-feature{max-width: 1680px;
        margin: 0 auto;}
.site-view h1, .site-view h2, .site-view h3, .site-view p, .site-view ul{margin: 0;}
.site-view h1{font-size: calc(17.4px * 2.65);
        line-height: 1.1;}
.site-view h2{font-size: calc(17.4px * 2);
        line-height: 1.12;}
.site-view h3{font-size: calc(17.4px * 1.35);
        line-height: 1.2;}
.site-view p{font-size: 17.4px;
        line-height: 1.66;}
.site-view a{color: inherit;
        text-decoration: none;}
.site-view img{display: block;
        width: 100%;
        height: auto;
        border-radius: 0.59rem;}
.site-view .quiet-section{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.24rem;
        background: #FDFBF7;
        color: #1E293B;
    }
.site-view .soft{
        background: color-mix(in srgb, #F1E8D9 84%, transparent);color:var(--ink-warm);}
.site-view .centered{text-align: center;}
.site-view .primary-lead{padding-inline-start: calc(1.66rem / 2);}
.site-view .settled{padding-block: calc(var(--field-public) / 2);}
.site-view .open{padding-block-start: var(--field-public);}
.site-view .compact{padding-block-end: calc(var(--field-public) / 3);}
.site-view .wide{max-width: 1680px;}
.site-view .secondary-items{padding-inline-start: calc(1.5rem * .75);}
.site-view .page-surface{row-gap: calc(var(--field-public) * 1.2);}
.site-view .close{row-gap: calc(var(--field-public) * .7);}
.site-view .measured{column-gap: calc(2.19rem * .85);}
.site-view .relaxed{column-gap: calc(2.19rem * 1.12);}
.site-view .bottom-view{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.site-view .soft-stack{margin-top: 1.5rem;
        max-width: calc(1680px / 2);}
.site-view .main-media{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--field-public);
        margin-top: var(--field-public);}
.site-view .wide-summary{
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: rgba(255, 255, 255, 0.06);
        border-radius: 0.86rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
.site-view .wide-summary p{margin-top: calc(1.5rem / 3);}
.site-view .wide-summary a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;}
.site-view .service-headline{margin-top: var(--field-public);
        padding-top: calc(var(--field-public) / 2);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: calc(17.4px * .875);
        opacity: .9;}
.site-view .service-headline a{text-decoration: underline;
        text-underline-offset: 3px;}
@media (max-width: 720px) {.site-view .main-media{
            grid-template-columns: 1fr;
        }
    }
.main-track{--field-public:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.main-track .top-feature{max-width:1680px;margin:0 auto;}
.main-track h2,.main-track h3,.main-track p{margin:0;}
.main-track h2{font-size:calc(17.4px * 2);line-height:1.15;max-width:calc(1680px * 0.72);}
.main-track h3{font-size:calc(17.4px * 1.35);line-height:1.25;}
.main-track p{font-size:17.4px;line-height:1.66;}
.main-track a{color:inherit;text-decoration:none;}
.main-track img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.main-track .quiet-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.24rem;background:var(--line-panel);color:#1E293B;font-weight:600;transition:background 310ms var(--motion-base);}
.main-track .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.main-track .simple-block{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:calc(1.5rem * 1.4);}
.main-track .simple-block>div:first-child{flex:1 1 calc(1680px * 0.62);min-width:0;}
.main-track .featured-team{flex:0 1 calc(1680px * 0.3);min-width:0;padding:calc(1.5rem * .75);background:#F1E8D9;color:var(--ink-warm);border-radius:0.86rem;}
.main-track .featured-team p{font-size:calc(17.4px * .875);line-height:1.6;}
.main-track .soft-stack{margin-top:1.5rem;max-width:calc(1680px * 0.68);}
.main-track .main-media{display:flex;flex-direction:column;gap:calc(2.19rem * 1.1);}
.main-track .wide-summary{display:grid;grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.4fr);gap:1.5rem;align-items:center;padding:1.5rem;background:var(--tone-inverse);color:var(--tone-extra-7);border:1px solid var(--paint-inverse);border-radius:1.11rem;}
.main-track .primary-track{position:relative;}
.main-track .team-content{position:absolute;top:calc(1.5rem * .75);left:calc(1.5rem * .75);padding:calc(calc(1.5rem * .75) * 0.5) calc(1.5rem * .75);background:var(--paint-primary);color:#FFFFFF;border-radius:0.24rem;font-size:calc(17.4px * .875);font-weight:600;line-height:1.2;}
.main-track .featured-media{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * 0.6);}
.main-track .featured-media p{}
.main-track .focused-details{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75) * 0.6);}
.main-track .focused-details li{padding:calc(calc(1.5rem * .75) * 0.4) calc(1.5rem * .75);background:#F1E8D9;color:var(--ink-warm);border-radius:0.24rem;font-size:calc(17.4px * .875);line-height:1.4;}
@media (max-width: 900px){.main-track .wide-summary{grid-template-columns:1fr;}.main-track .simple-block>div:first-child,.main-track .featured-team{flex-basis:100%;}.main-track h2{max-width:none;}
}
.content-intro{--field-public:calc(1.5rem * 0.99);--layer-public:calc(1680px / 2.50);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.content-intro .top-feature{max-width:1680px;margin:0 auto;}
.content-intro h1,.content-intro h2,.content-intro h3,.content-intro p{margin:0;}
.content-intro h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--layer-public);}
.content-intro h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.content-intro p{font-size:17.4px;line-height:1.66;}
.content-intro a{text-decoration:none;}
.content-intro a:hover{}
.content-intro .content-benefit{max-width:var(--layer-public);}
.content-intro .offer-headline{display:inline-block;font-size:calc(17.4px * .875);font-weight:600;letter-spacing:0.02em;text-transform:uppercase;margin-bottom:calc(1.5rem / 3);}
.content-intro .soft-stack{margin-top:calc(1.5rem / 3);font-size:17.4px;line-height:1.66;}
.content-intro .items{display:flex;flex-direction:column;gap:var(--field-public);margin-top:calc(1.5rem * 1.2);}
.content-intro .wide-summary{padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.59rem;background:var(--tone-inverse);border:1px solid var(--paint-inverse);color:var(--tone-extra-7);}
.content-intro .wide-summary h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.content-intro .wide-summary p{margin-top:calc(1.5rem / 3);}
.content-intro .service-headline{margin-top:var(--field-public);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-inverse);}
.content-intro .service-headline p{}
@media (max-width: 640px){.content-intro .items{gap:calc(var(--field-public) * 0.7);}.content-intro .wide-summary{padding:calc(1.5rem * .75);}
}
.compact-menu{
  background: #FDFBF7;
  color: #2A241E;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.compact-menu .top-feature{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  gap: 2.19rem;}
.compact-menu h2,
.compact-menu h3,
.compact-menu p{margin: 0;}
.compact-menu h2{font-size: calc(17.4px * 2); line-height: 1.08;}
.compact-menu h3{font-size: calc(17.4px * 1.35); line-height: 1.16;}
.compact-menu p{font-size: 17.4px; line-height: 1.66;}
.compact-menu .wide-items{display: grid;
  grid-template-columns: minmax(6rem, .14fr) minmax(0, .62fr) minmax(0, .5fr);
  gap: 2.19rem;
  align-items: end;}
.compact-menu .focused-track{font-size: calc(17.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-warm);
  margin-bottom: 0.5rem;}
.compact-menu .soft-stack{color: var(--ink-warm);
  font-size: 17.4px;
  line-height: 1.66;}
.compact-menu [data-block] span{color: var(--ink-warm); font-size: calc(17.4px * .875);}
.compact-menu .simple-stack{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.compact-menu [data-block]{
  min-height: 15rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border: 1px solid var(--paint-inverse);
  border-radius: 0.86rem;
  background: var(--tone-inverse);
  color: var(--tone-extra-7);
}
.compact-menu [data-block]:nth-child(2){
  background: #1E293B;
  color: #FDFBF7;
}
.compact-menu [data-block]:nth-child(2) span{opacity: 0.7;}
.compact-menu .welcome{display: flex;
  justify-content: space-between;
  gap: 2.19rem;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paint-inverse);}
.compact-menu .welcome a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
@media (max-width: 860px) {.compact-menu .wide-items,
  .compact-menu .simple-stack{ grid-template-columns: 1fr; }.compact-menu .welcome{ flex-direction: column; align-items: flex-start; }
}
.primary-group{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:#FDFBF7;color:#2A241E;}
.primary-group .active-plan{max-width:1100px;margin:0 auto;}
.primary-group .wide-items{margin-bottom:clamp(24px,4vw,40px);}
.primary-group .wide-items h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.2;}
.primary-group .wide-items p{margin:12px 0 0;max-width:640px;font-size:17.4px;}
.primary-group .text-shell{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.19rem;margin-bottom:clamp(24px,4vw,40px);}
.primary-group .featured-story{background:var(--tone-inverse);border:1px solid var(--paint-inverse);border-radius:0.86rem;padding:clamp(18px,3vw,28px);color:var(--tone-extra-7);}
.primary-group .offer{display:inline-block;font-size:calc(17.4px * .875);font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;}
.primary-group .steady-method{margin:0;font-size:17.4px;line-height:1.7;}
.primary-group .steady-method a{text-decoration:underline;text-underline-offset:3px;}
.primary-group .steady-method a:hover{}
.primary-group .steady-method strong{font-weight:600;}
.primary-group .open-lead{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.19rem;margin-bottom:clamp(24px,4vw,40px);}
.primary-group .service-headline{background:#F1E8D9;border-radius:0.86rem;padding:clamp(18px,3vw,28px);color:var(--ink-warm);}
.primary-group .service-headline h3{margin:0 0 10px;font-size:calc(17.4px * 1.35);line-height:1.3;}
.primary-group .service-headline p{margin:0;font-size:17.4px;line-height:1.7;}
.primary-group .page-plan{border-top:1px solid var(--paint-inverse);padding-top:18px;}
.primary-group .page-plan p{margin:0;font-size:calc(17.4px * .875);}
.primary-group .page-plan a{text-decoration:underline;text-underline-offset:3px;}
.primary-group .page-plan a:hover{}
@media (max-width:640px){.primary-group .text-shell{grid-template-columns:1fr;}.primary-group .open-lead{grid-template-columns:1fr;}
    }
.narrow-team{background:var(--paint-page,#F1E8D9);color:var(--tone-soft,#3E362E);padding:calc(1.5rem * 2.4) 1.66rem}
.narrow-team .top-feature{max-width:1680px;margin:0 auto}
.narrow-team .text-proof{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:calc(2.19rem * 1.5)}
.narrow-team .wide-items{min-width:0}
.narrow-team h2{margin:0;font-size:clamp(calc(17.4px * 2),4vw,calc(17.4px * 2.65));line-height:1.1;letter-spacing:0;font-weight:600}
.narrow-team p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.65;max-width:34rem}
.narrow-team .text-method{min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(62,54,46,0.18)}
.narrow-team .open-lead{display:flex;gap:2.19rem;padding:1.5rem 0;border-bottom:1px solid rgba(62,54,46,0.18);color:inherit;text-decoration:none;align-items:baseline}
.narrow-team .open-lead strong{flex:0 1 10rem;min-width:0;font-weight:600;font-size:17.4px}
.narrow-team .open-lead span{flex:1 1 20rem;min-width:0;line-height:1.55;font-size:17.4px}
@media(max-width:760px){.narrow-team .text-proof{grid-template-columns:1fr;gap:calc(2.19rem * 1.5)}.narrow-team .open-lead{flex-direction:column;gap:calc(calc(1.5rem * .75)*0.4);align-items:flex-start}.narrow-team .open-lead strong{flex:none}
}
.fresh-body{
  background: #FDFBF7;
  color: #2A241E;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.fresh-body .top-feature{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.19rem * 1.5);}
.fresh-body .wide-items{max-width: 62rem;}
.fresh-body .offer-headline{
  display: inline-block;
  background: var(--paint-primary);
  color: #FFFFFF;
  font-size: calc(17.4px * .875);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 0.24rem;
  margin: 0 0 1.5rem;
}
.fresh-body h1{font-size: calc(17.4px * 2.65);
  line-height: 1.08;
  margin: 0 0 1.5rem;
  max-width: 20ch;}
.fresh-body .soft-stack{font-size: calc(17.4px * 1.125);
  line-height: 1.66;
  margin: 0;
  max-width: 54rem;}
.fresh-body .text-frame{display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2.19rem;
  align-items: stretch;}
.fresh-body .fresh-grid{display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 0.86rem;}
.fresh-body .quiet-view{
  background: #F1E8D9;
  color: var(--ink-warm);
  border-radius: 0.86rem;
  padding: calc(2.19rem * 1.5);
  display: flex;
  align-items: center;
}
.fresh-body .quiet-view p{margin: 0;
  font-size: 17.4px;
  line-height: 1.66;}
.fresh-body .wide-content h2{font-size: calc(17.4px * 2);
  line-height: 1.2;
  margin: 0 0 calc(2.19rem * 1.5);
  max-width: 16ch;}
.fresh-body .strong-brand{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.19rem;}
.fresh-body .strong-brand p{
  margin: 0;
  line-height: 1.66;
  background: var(--tone-inverse);
  border: 1px solid var(--paint-inverse);
  border-radius: 0.59rem;
  padding: calc(1.5rem * .75);color:var(--tone-extra-7);}
.fresh-body strong{display: block;
  font-size: 17.4px;
  margin-bottom: calc(calc(1.5rem * .75) * 0.4);}
@media (max-width: 900px) {.fresh-body .text-frame{
    grid-template-columns: 1fr;
  }.fresh-body .fresh-grid{
    min-height: 220px;
  }.fresh-body .strong-brand{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {.fresh-body h1{
    font-size: calc(calc(17.4px * 2.65) * 0.85);
  }
}
.bottom-items{--field-public:calc(1.5rem * 1.11);--layer-public:calc(1680px / 2.35);--font-small:calc(1680px / 3.36);--label-body:calc(1680px / 3.43);padding:calc(1.5rem * 2.4) 1.66rem;background:#1E293B;color:#FDFBF7;}
.bottom-items .top-feature{max-width:1680px;margin:0 auto;}
.bottom-items h1,.bottom-items h2,.bottom-items h3,.bottom-items p,.bottom-items ul{margin:0;}
.bottom-items h1{font-size:calc(17.4px * 2.65);line-height:1.1;}
.bottom-items h2{font-size:calc(17.4px * 2);line-height:1.12;}
.bottom-items h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.bottom-items p{font-size:17.4px;line-height:1.66;color:inherit;}
.bottom-items a{color:inherit;text-decoration:none;}
.bottom-items img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.bottom-items .quiet-section{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FDFBF7;color:#1E293B;}
.bottom-items .soft{background:color-mix(in srgb, #F1E8D9 82%, transparent);color:var(--ink-warm);}
.bottom-items .centered{text-align:center;}
.bottom-items .primary-lead{padding-inline-start:calc(1.66rem / 2);}
.bottom-items .settled{padding-block:calc(var(--field-public) / 2);}
.bottom-items .open{padding-block-start:var(--field-public);}
.bottom-items .compact{padding-block-end:calc(var(--field-public) / 3);}
.bottom-items .wide{max-width:1680px;}
.bottom-items .secondary-items{padding-inline-start:calc(1.5rem * .75);}
.bottom-items .page-surface{row-gap:calc(var(--field-public) * 1.2);}
.bottom-items .close{row-gap:calc(var(--field-public) * .7);}
.bottom-items .measured{column-gap:calc(2.19rem * .85);}
.bottom-items .relaxed{column-gap:calc(2.19rem * 1.12);}
.bottom-items .bottom-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.bottom-items .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.19rem;}
.bottom-items .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.bottom-items .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.bottom-items .main-menu{flex:1 1 100%;}
.bottom-items .main-menu{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.bottom-items .wide-summary{flex:1 1 var(--label-body);min-width:0;}
.bottom-items .wide-summary p{margin-top:calc(1.5rem / 3);}
.bottom-items .wide-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.contact-media{
  background: #FDFBF7;
  color: #2A241E;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.contact-media .top-feature{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  gap: 2.19rem;}
.contact-media h2,
.contact-media h3,
.contact-media p{margin: 0;}
.contact-media h2{font-size: calc(17.4px * 2); line-height: 1.08;}
.contact-media h3{font-size: calc(17.4px * 1.35); line-height: 1.16;}
.contact-media p{font-size: 17.4px; line-height: 1.66;}
.contact-media .focused-track{font-size: calc(17.4px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;}
.contact-media .site-entries{
  display: grid;
  grid-template-columns: minmax(8rem, .16fr) minmax(0, .72fr) minmax(0, .52fr);
  gap: 2.19rem;
  align-items: end;
  padding: calc(2.19rem * 1.5);
  border-radius: 1.11rem;
  background: #F1E8D9;
  color: var(--ink-warm);
}
.contact-media .soft-stack{font-size: 17.4px;
  line-height: 1.66;}
.contact-media .compact-fields{display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.contact-media .direct-method{
  grid-column: span 3;
  min-height: 13rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.59rem;
  background: var(--tone-inverse);
  color: var(--tone-extra-7);
  border: 1px solid var(--paint-inverse);
  animation: galleryMosaicIn calc(310ms * 2.2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.contact-media .direct-method:nth-child(4n + 1){grid-column: span 5;}
.contact-media .direct-method:nth-child(4n + 2){grid-column: span 3;}
.contact-media .direct-method:nth-child(4n + 3){grid-column: span 3;}
.contact-media .direct-method:nth-child(4n + 4){grid-column: span 5;}
.contact-media .quiet-service{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(17.4px * .875);
  font-weight: 600;
  border-bottom: 1px solid var(--paint-inverse);
  padding-bottom: .6rem;}
.contact-media .direct-method h3{font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.contact-media .direct-method p{font-size: 17.4px;
  line-height: 1.66;}
.contact-media .wide-proof{max-width: 56ch;
  font-size: calc(17.4px * .875);
  line-height: 1.66;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paint-inverse);}
@keyframes galleryMosaicIn {from{ opacity: .2; transform: scale(.97); }to{ opacity: 1; transform: scale(1); }
}
@media (max-width: 1100px) {.contact-media .site-entries{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.contact-media .direct-method,
  .contact-media .direct-method:nth-child(4n + 1),
  .contact-media .direct-method:nth-child(4n + 2),
  .contact-media .direct-method:nth-child(4n + 3),
  .contact-media .direct-method:nth-child(4n + 4){ grid-column: span 4; }
}
@media (max-width: 700px) {.contact-media .compact-fields{ grid-template-columns: 1fr; }.contact-media .direct-method,
  .contact-media .direct-method:nth-child(4n + 1),
  .contact-media .direct-method:nth-child(4n + 2),
  .contact-media .direct-method:nth-child(4n + 3),
  .contact-media .direct-method:nth-child(4n + 4){ grid-column: auto; }
}
.site-steps{padding:calc(1.5rem * 2.4) 1.66rem;background:#F1E8D9;color:var(--ink-warm)}
.site-steps .top-feature{max-width:1680px;margin:0 auto;display:flex;gap:calc(2.19rem * 1.5)}
.site-steps .wide-items{flex:0 1 36%;align-self:flex-start}
.site-steps h2{margin:0;font-size:calc(17.4px * 2);line-height:1.08}
.site-steps .wide-items p{margin:1.5rem 0 0;line-height:1.66;font-size:17.4px}
.site-steps .team-menu{flex:1 1 0;border-top:1px solid var(--paint-inverse)}
.site-steps details{padding:1.5rem 0;border-bottom:1px solid var(--paint-inverse)}
.site-steps summary{cursor:pointer;font-size:calc(17.4px * 1.35);font-weight:500;list-style:none;padding-right:2.2rem;position:relative}
.site-steps summary::after{content:"";position:absolute;right:0;top:0.7rem;width:0.6rem;height:0.6rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 310ms var(--motion-base)}
.site-steps details[open] summary::after{transform:rotate(225deg);top:1rem}
.site-steps details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.66;max-width:62ch}
.site-steps details strong{font-size:calc(17.4px * .875);font-weight:500;color:var(--ink-warm)}
@media(max-width:720px){.site-steps .top-feature{display:block}.site-steps .team-menu{margin-top:calc(2.19rem * 1.5)}.site-steps .wide-items{flex:none}}
.quiet-body{--field-public:calc(1.5rem * 0.93);--layer-public:calc(1680px / 2.17);--font-small:calc(1680px / 3.14);--label-body:calc(1680px / 3.23);padding:calc(1.5rem * 2.4) 1.66rem;background:#F1E8D9;color:var(--ink-warm);}
.quiet-body .top-feature{max-width:1680px;margin:0 auto;}
.quiet-body h1,.quiet-body h2,.quiet-body h3,.quiet-body p,.quiet-body ul{margin:0;}
.quiet-body h1{font-size:calc(17.4px * 2.65);line-height:1.1;}
.quiet-body h2{font-size:calc(17.4px * 2);line-height:1.12;}
.quiet-body h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.quiet-body p{font-size:17.4px;line-height:1.66;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-body a{color:inherit;text-decoration:none;}
.quiet-body img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.quiet-body .quiet-section{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#1E293B;color:var(--line-panel);}
.quiet-body .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 84%, transparent);}
.quiet-body .centered{text-align:center;}
.quiet-body .primary-lead{padding-inline-start:calc(1.66rem / 2);}
.quiet-body .settled{padding-block:calc(var(--field-public) / 2);}
.quiet-body .open{padding-block-start:var(--field-public);}
.quiet-body .compact{padding-block-end:calc(var(--field-public) / 3);}
.quiet-body .wide{max-width:1680px;}
.quiet-body .secondary-items{padding-inline-start:calc(1.5rem * .75);}
.quiet-body .page-surface{row-gap:calc(var(--field-public) * 1.2);}
.quiet-body .close{row-gap:calc(var(--field-public) * .7);}
.quiet-body .measured{column-gap:calc(2.19rem * .85);}
.quiet-body .relaxed{column-gap:calc(2.19rem * 1.12);}
.quiet-body .bottom-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-body .soft-stack{margin-top:1.5rem;max-width:calc(1680px / 2);}
.quiet-body .main-media{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.quiet-body .wide-summary{min-width:0;}
.quiet-body .wide-summary p{margin-top:calc(1.5rem / 3);}
.quiet-body .wide-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.visual-contact{--field-public:calc(1.5rem * 1.5);--layer-public:calc(1680px / 2.4);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.visual-contact .top-feature{max-width:1680px;margin:0 auto;}
.visual-contact h1,.visual-contact h2,.visual-contact h3,.visual-contact p{margin:0;}
.visual-contact h2{font-size:calc(17.4px * 2);line-height:1.15;letter-spacing:-0.01em;}
.visual-contact h3{font-size:calc(17.4px * 1.35);line-height:1.25;font-weight:600;}
.visual-contact p{font-size:17.4px;line-height:1.66;color:var(--ink-warm);}
.visual-contact a{color:inherit;text-decoration:none;}
.visual-contact .quiet-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.59rem;background:var(--line-panel);color:#1E293B;font-weight:600;font-size:17.4px;transition:background 310ms var(--motion-base);}
.visual-contact .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.visual-contact .service-headline{display:inline-block;font-size:calc(17.4px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:inherit;}
.visual-contact .soft-stack{max-width:var(--layer-public);margin-top:calc(1.5rem / 2);}
.visual-contact .main-media{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.19rem;margin-top:var(--field-public);}
.visual-contact .wide-summary{flex:1 1 calc((1680px - 2.19rem * 2) / 3);min-width:280px;padding:calc(1.5rem * .75);background:var(--tone-inverse);border:1px solid var(--paint-inverse);border-radius:0.86rem;display:flex;flex-direction:column;color:var(--tone-extra-7);}
.visual-contact .wide-summary p{margin-top:calc(1.5rem / 3);flex:1 1 auto;}
.visual-contact .wide-summary a{display:inline-block;margin-top:calc(1.5rem / 2);font-weight:600;color:inherit;transition:color 310ms var(--motion-base);}
.visual-contact .wide-summary a:hover{color:inherit;}
.visual-contact .focused-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.19rem;}
.visual-contact .focused-story>.text-media{flex:1 1 auto;min-width:0;}
.visual-contact .focused-story>.quiet-section{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.visual-contact .focused-story>.main-media{flex:1 1 100%;}
.visual-contact .text-media h2{margin-top:calc(1.5rem / 3);}
.visual-contact .top-proof{flex:1 1 100%;margin-top:calc(1.5rem * 0.6);padding-top:1.5rem;border-top:1px solid var(--paint-inverse);}
.visual-contact .top-proof p{font-size:17.4px;}
.visual-contact .top-proof a{color:inherit;font-weight:600;transition:color 310ms var(--motion-base);}
.visual-contact .top-proof a:hover{color:inherit;}
@media (max-width: 900px){.visual-contact{--field-public:calc(1.5rem * 1.1);}.visual-contact .wide-summary{flex-basis:100%;min-width:0;}.visual-contact .focused-story>.quiet-section{width:100%;}
}
.primary-visual{padding:calc(1.5rem * 2.4) 1.66rem;background:#F1E8D9;color:var(--ink-warm)}
.primary-visual .top-feature{max-width:1680px;margin:0 auto}
.primary-visual .simple-lead{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(2.19rem * 1.5);align-items:start}
.primary-visual .wide-items{min-width:0;position:relative}
.primary-visual h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.05;max-width:14ch}
.primary-visual .wide-items p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.66;max-width:42ch}
.primary-visual .team-unit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}
.primary-visual .team-unit a{min-width:0;background:var(--tone-inverse);color:var(--tone-extra-7);border:1px solid var(--paint-inverse);border-radius:0.86rem;padding:1.5rem;text-decoration:none;transition:border-color 310ms var(--motion-base),box-shadow 310ms var(--motion-base)}
.primary-visual .team-unit a:first-child{grid-column:span 2;background:#1E293B;color:#FDFBF7;border-color:transparent}
.primary-visual .team-unit a:hover{border-color:#F5A623;box-shadow:0 1px 7px rgba(0,0,0,0.14)}
.primary-visual strong{display:block;font-size:calc(17.4px * 1.35);line-height:1.18}
.primary-visual span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.4px * .875);line-height:1.66;opacity:0.9}
.primary-visual a:first-child span{opacity:0.85}
@media(max-width:780px){.primary-visual .simple-lead{display:block}.primary-visual .team-unit{margin-top:calc(2.19rem * 1.5);display:grid;grid-template-columns:minmax(0,1fr)}.primary-visual .team-unit a:first-child{grid-column:span 1}.primary-visual h2{font-size:calc(17.4px * 2)}}
.top-brand{--field-public:calc(1.5rem * 1.42);--layer-public:calc(1680px / 2.60);--font-small:calc(1680px / 3.77);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.top-brand .top-feature{max-width:1680px;margin:0 auto;}
.top-brand h1,.top-brand h2,.top-brand h3,.top-brand p{margin:0;}
.top-brand h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.top-brand h2{font-size:calc(17.4px * 2);line-height:1.12;}
.top-brand h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.top-brand p{font-size:17.4px;line-height:1.66;color:var(--ink-warm);}
.top-brand a{color:inherit;text-decoration:none;}
.top-brand img{display:block;width:100%;height:auto;border-radius:0.86rem;}
.top-brand .quiet-section{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.24rem;background:var(--line-panel);color:#1E293B;}
.top-brand .soft-stack,.top-brand .service-headline{}
.top-brand .main-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.19rem;margin-top:var(--field-public);text-align:left;}
.top-brand .wide-summary{background:var(--tone-inverse);border:1px solid var(--paint-inverse);border-radius:0.86rem;padding:calc(2.19rem * 1.5);color:var(--tone-extra-7);}
.top-brand .wide-summary p,.top-brand .wide-summary a{margin-top:calc(1.5rem / 3);}
.top-brand .wide-summary img{margin-bottom:calc(1.5rem / 2);}
.top-brand .contact-plan{text-align:center;}
.top-brand .contact-plan>.soft-stack{margin:1.5rem auto 0;max-width:var(--layer-public);}
.top-brand .contact-plan>img{margin:var(--field-public) auto 0;max-width:var(--font-small);}
.top-brand .top-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:1.66rem;margin-top:var(--field-public);}
.top-brand .top-proof a{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:var(--line-panel);color:#1E293B;font-weight:600;transition:background 310ms var(--motion-base);}
.top-brand .top-proof a:hover{background:#E0951A;color:var(--tone-extra-7);}
.top-brand .top-proof a:last-child{background:transparent;border:1px solid var(--paint-inverse);color:#2A241E;}
.top-brand .top-proof a:last-child:hover{border-color:var(--line-panel);color:inherit;}
@media (max-width: 720px){.top-brand .main-media{grid-template-columns:1fr;}}
.plain-figure{padding:calc(1.5rem * 2.4) 1.66rem;background:linear-gradient(135deg, #F5A623 0%, #E63946 100%);color:#FFFFFF}
.plain-figure .top-feature{max-width:1680px;margin:0 auto}
.plain-figure .plain-menu{max-width:54rem;margin-bottom:calc(2.19rem * 1.5)}
.plain-figure h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.02}
.plain-figure .plain-menu p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.66}
.plain-figure .bottom-nav{display:flex;align-items:flex-start;gap:calc(2.19rem * 1.5)}
.plain-figure .items{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.plain-figure button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 310ms var(--motion-base),transform 310ms var(--motion-base)}
.plain-figure button:hover,.plain-figure button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.plain-figure .direct-benefit{flex:1 1 30rem;align-self:start}
.plain-figure [data-response]{display:none}
.plain-figure [data-response].is-active{display:block;animation:clarifyFocusIn calc(310ms*1.8) var(--motion-base) both}
.plain-figure h3{margin:0;font-size:calc(17.4px * 2);line-height:1.08}
.plain-figure [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.66}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.19rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.plain-figure .bottom-nav{display:block}.plain-figure .items{margin-bottom:calc(2.19rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.plain-figure [data-response].is-active{animation:none}}
.quiet-copy{
    padding: calc(1.5rem * 2.4) 1.66rem;
    background: #FDFBF7;
    color: #2A241E;
  }
.quiet-copy .top-feature{max-width: 1680px;
    margin: 0 auto;
    width: min(100%, 56rem);}
.quiet-copy .wide-items{max-width: 42rem;
    margin-bottom: calc(2.19rem * 1.5);}
.quiet-copy .wide-items p{margin: 0;
    font-size: calc(17.4px * .875);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ink-warm);
    line-height: 1.66;}
.quiet-copy h2{margin: 1.5rem 0 0;
    font-size: calc(17.4px * 2);
    line-height: 1.08;}
.quiet-copy .visual-block{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.quiet-copy .service-headline{padding: 1.5rem 0;
    border-top: 1px solid var(--paint-inverse);
    border-bottom: 1px solid var(--paint-inverse);
    color: var(--ink-warm);
    line-height: 1.66;}
.quiet-copy .service-headline p{margin: 0;
    max-width: 46rem;}
.quiet-copy .open-lead{padding: 1.5rem 0;
    border-bottom: 1px solid var(--paint-inverse);
    font-size: calc(17.4px * 1.35);
    line-height: 1.08;}
.quiet-copy .open-lead strong{display: block;
    font-weight: 600;}
.quiet-copy .open-lead p{margin: calc(1.5rem * .75) 0 0;
    max-width: 42rem;
    font-size: 17.4px;
    line-height: 1.66;
    color: var(--ink-warm);}
.quiet-copy .top-proof{
    margin-top: calc(2.19rem * 1.5);
    padding: calc(1.5rem * .75);
    background: #F1E8D9;
    color: var(--ink-warm);
    border-radius: 0.59rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: calc(1.5rem * .75);
  }
.quiet-copy .top-proof p{margin: 0;
    font-size: 17.4px;
    line-height: 1.66;}
.quiet-copy .top-proof a{
    color: #1E293B;
    background: var(--line-panel);
    padding: 0.55rem 1.1rem;
    border-radius: 0.24rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 310ms var(--motion-base);
  }
.quiet-copy .top-proof a:hover{
    background: #E0951A;color:var(--tone-extra-7);}
.active-frame{--field-public:calc(1.5rem * 1.1);--layer-public:calc(1680px / 2.50);--font-small:calc(1680px / 3.66);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--tone-inverse);color:var(--tone-extra-7);border-bottom:1px solid var(--paint-inverse);}
.active-frame .top-feature{max-width:1680px;margin:0 auto;}
.active-frame h1,.active-frame h2,.active-frame h3,.active-frame p{margin:0;}
.active-frame h2{font-size:calc(17.4px * 2);line-height:1.15;max-width:calc(1680px / 2.2);}
.active-frame p{font-size:17.4px;line-height:1.66;}
.active-frame a{text-decoration:none;}
.active-frame img{display:block;width:100%;height:auto;border-radius:0.59rem;box-shadow:0 1px 7px rgba(0,0,0,0.14);}
.active-frame .soft-stack{margin-top:1.5rem;max-width:calc(1680px / 2.1);}
.active-frame .main-media{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.active-frame .wide-summary{min-width:0;padding-left:1.5rem;border-left:3px solid var(--line-panel);}
.active-frame .wide-summary p{}
.active-frame .steady-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.19rem;}
.active-frame .steady-body>.text-media{flex:1 1 calc(1680px / 3);min-width:0;}
.active-frame .steady-body>.main-media{flex:2 1 calc(1680px / 2);margin-top:0;}
.active-frame .steady-body>img{margin-left:auto;max-width:calc(1680px / 3.2);}
.active-frame .text-media .soft-stack{margin-top:1.5rem;}
@media (max-width: 900px){.active-frame .steady-body>img{margin-left:0;max-width:100%;}.active-frame h2{max-width:100%;}.active-frame .soft-stack{max-width:100%;}
}
.contact-team{--field-public:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.contact-team .top-feature{max-width:1680px;margin:0 auto;}
.contact-team .wide-items{max-width:calc(1680px / 1.8);}
.contact-team h2,.contact-team h3,.contact-team p{margin:0;}
.contact-team h2{font-size:calc(17.4px * 2);line-height:1.15;}
.contact-team h3{font-size:calc(17.4px * 1.35);line-height:1.25;font-weight:600;}
.contact-team p{font-size:17.4px;line-height:1.66;}
.contact-team .soft-stack{margin-top:1.5rem;font-size:calc(17.4px * 1.125);line-height:1.5;}
.contact-team .narrow-region{display:flex;flex-direction:column;margin-top:calc(1.5rem * 1.6);}
.contact-team .plain-view{display:grid;grid-template-columns:minmax(90px,180px) 1fr;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--paint-inverse);}
.contact-team .plain-view:last-child{border-bottom:1px solid var(--paint-inverse);}
.contact-team .narrow-actions{font-size:calc(17.4px * .875);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-warm);padding-top:.3rem;}
.contact-team .secondary-copy p{margin-top:calc(1.5rem / 3);max-width:calc(1680px / 1.9);}
.contact-team .service-headline{margin-top:1.5rem;font-size:calc(17.4px * .875);color:var(--ink-warm);max-width:calc(1680px / 1.8);}
@media(max-width:760px){.contact-team .plain-view{grid-template-columns:1fr;gap:calc(1.5rem / 2);}.contact-team .narrow-actions{padding-top:0;}
}
.featured-method{
        padding: clamp(54px, 7vw, 94px) clamp(16px, 4vw, 36px);
        background: linear-gradient(135deg, #F5A623 0%, #E63946 100%);
        color: #FFFFFF;
    }
.featured-method .top-feature{max-width: 960px;
        margin: 0 auto;}
.featured-method .soft-section{margin-bottom: 22px;}
.featured-method .soft-section h2{margin: 0;
        font-size: clamp(28px, 4vw, 42px);
        line-height: 1.2;}
.featured-method .soft-section p{margin: 10px 0 0;
        font-size: 17.4px;
        opacity: .92;
        max-width: 640px;}
.featured-method .main-media{display: grid;
        gap: 12px;}
.featured-method .wide-summary{
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 0.86rem;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
        transition: background 310ms var(--motion-base);
    }
.featured-method .wide-summary:hover{
        background: rgba(255, 255, 255, 0.16);
    }
.featured-method .wide-summary button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 600;
        font-size: 17.4px;
        padding: 14px 18px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
.featured-method .wide-summary button::after{content: '+';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        flex-shrink: 0;
        transition: transform 310ms var(--motion-base);}
.featured-method .wide-summary.is-open button::after{transform: rotate(45deg);}
.featured-method .wide-summary p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 18px;
        transition: max-height 310ms var(--motion-base), padding 310ms var(--motion-base);
        opacity: .95;
        font-size: 17.4px;
        line-height: 1.66;}
.featured-method .wide-summary.is-open p{max-height: 260px;
        padding: 0 18px 18px;}
.featured-method .top-proof{margin-top: 28px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);}
.featured-method .top-proof p{margin: 0;
        font-size: calc(17.4px * .875);
        opacity: .9;}
.featured-method .top-proof a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 600;}
.featured-method .top-proof a:hover{text-decoration: none;}
@media (max-width: 560px) {.featured-method .soft-section p{
            font-size: 17.4px;
        }.featured-method .wide-summary button{
            padding: 12px 14px;
            font-size: 17.4px;
        }.featured-method .wide-summary p{
            padding: 0 14px;
        }.featured-method .wide-summary.is-open p{
            padding: 0 14px 14px;
        }
    }
.service-wrap{--field-public:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.service-wrap .top-feature{max-width:1680px;margin:0 auto;}
.service-wrap h1,.service-wrap h2,.service-wrap h3,.service-wrap p{margin:0;}
.service-wrap h2{font-size:calc(17.4px * 2);line-height:1.15;}
.service-wrap h3{font-size:calc(17.4px * 1.35);line-height:1.25;}
.service-wrap p{font-size:17.4px;line-height:1.66;}
.service-wrap a{color:inherit;text-decoration:none;}
.service-wrap .quiet-section{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.24rem;background:var(--line-panel);color:#1E293B;font-weight:600;transition:background 310ms var(--motion-base);}
.service-wrap .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.service-wrap .items{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.service-wrap .wide-summary{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.59rem;background:var(--tone-inverse);border:1px solid var(--paint-inverse);color:var(--tone-extra-7);}
.service-wrap .wide-summary h3{margin-bottom:calc(1.5rem / 3);}
.service-wrap .wide-summary p{color:var(--tone-extra-7);opacity:.85;}
.service-wrap .focused-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.19rem;}
.service-wrap .text-media{flex:1 1 auto;min-width:0;}
.service-wrap .text-media .soft-stack{margin-top:1.5rem;max-width:calc(1680px / 2.1);}
.service-wrap .items{flex:1 1 100%;}
.service-wrap .top-proof{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:calc(2.19rem * 1.5);border-top:1px solid var(--paint-inverse);}
.service-wrap .top-proof span{font-size:17.4px;}
.service-wrap .top-proof a{color:inherit;font-weight:600;transition:color 310ms var(--motion-base);}
.service-wrap .top-proof a:hover{color:inherit;}
@media (max-width: 640px){.service-wrap .quiet-section{width:100%;}.service-wrap .top-proof{flex-direction:column;align-items:flex-start;}
}
.soft-form{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: linear-gradient(135deg, #F5A623 0%, #E63946 100%);
  color: #FFFFFF;
}
.soft-form .top-feature{max-width: 1680px;
  margin: 0 auto;}
.soft-form .featured-frame{display: flex;
  justify-content: space-between;
  gap: 2.19rem;
  align-items: flex-start;
  margin-bottom: calc(2.19rem * 1.5);}
.soft-form .primary-service{max-width: 44rem;}
.soft-form h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.soft-form .primary-service p{margin: 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.5;}
.soft-form .visual-intro{
  max-width: 26rem;
  width: 100%;
  background: #1E293B;
  color: #FDFBF7;
  padding: calc(1.5rem * .75);
  border-radius: 0.86rem;
}
.soft-form .visual-intro label{display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: calc(17.4px * .875);}
.soft-form .active-body{display: flex;
  gap: 0.5rem;}
.soft-form .visual-intro input{
  flex: 1;
  min-width: 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--paint-inverse);
  border-radius: 0.59rem;
  background: var(--tone-inverse);
  color: var(--tone-extra-7);
  font-family: "Fredoka", sans-serif;
  font-size: 17.4px;
}
.soft-form .visual-intro input::placeholder{}
.soft-form .visual-intro button{
  padding: 0.7rem 1.1rem;
  border: none;
  border-radius: 0.59rem;
  background: var(--line-panel);
  color: #1E293B;
  font-family: "Fredoka", sans-serif;
  font-size: 17.4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 310ms var(--motion-base);
}
.soft-form .visual-intro button:hover{
  background: #E0951A;color:var(--tone-extra-7);}
.soft-form .form-note{margin: 0.8rem 0 0;
  font-size: calc(17.4px * .875);
  line-height: 1.4;
  opacity: 0.85;}
.soft-form .wide-inner{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.86rem;
  overflow: hidden;
}
.soft-form .wide-inner a{
  padding: calc(1.5rem * .75);
  background: #1E293B;
  color: #FDFBF7;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: background 310ms var(--motion-base);
}
.soft-form .wide-inner a:hover{
  background: #2b3a52;
}
.soft-form .wide-inner strong{font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.soft-form .wide-inner span{font-size: 17.4px;
  line-height: 1.5;
  opacity: 0.85;}
@media (max-width: 900px) {.soft-form .featured-frame{
    flex-direction: column;
  }.soft-form .visual-intro{
    max-width: none;
  }.soft-form .wide-inner{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {.soft-form .active-body{
    flex-direction: column;
  }.soft-form .visual-intro button{
    width: 100%;
  }
}
.service-callout{background:#FDFBF7;color:#2A241E;padding:calc(1.5rem * 2.4) 1.66rem}
.service-callout .top-feature{max-width:1680px;margin:0 auto}
.service-callout .text-proof{display:flex;align-items:flex-start;gap:calc(2.19rem * 1.5)}
.service-callout .wide-items{flex:0 1 30rem;min-width:0}
.service-callout h2{margin:0;font-size:calc(17.4px * 2);line-height:1.1;letter-spacing:0}
.service-callout p{margin:1.5rem 0 0;color:var(--ink-warm);font-size:17.4px;line-height:1.65}
.service-callout .text-method{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-inverse)}
.service-callout .open-lead{display:flex;gap:2.19rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-inverse);color:inherit;text-decoration:none}
.service-callout strong{flex:0 1 14rem;min-width:0;font-weight:600}
.service-callout span{flex:1 1 20rem;min-width:0;color:var(--ink-warm);line-height:1.55}
@media(max-width:760px){.service-callout .text-proof,.service-callout .open-lead{flex-direction:column}.service-callout .open-lead{gap:calc(calc(1.5rem * .75)*.5)}}
.visual-flow{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #F1E8D9;
        color: var(--ink-warm);
    }
.visual-flow .top-feature{max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
        gap: calc(2.19rem * 1.5);
        align-items: start;}
.visual-flow .wide-items{position: sticky;
        top: 1.5rem;
        padding-right: calc(2.19rem * 1.5);}
.visual-flow h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.1;
        max-width: 22ch;}
.visual-flow .wide-items p{margin: calc(1.5rem * .75) 0 0;
        font-size: 17.4px;
        line-height: 1.66;
        max-width: 38rem;}
.visual-flow .text-proof{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.visual-flow .visual-grid{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-inverse);
        border-radius: 0.86rem;
        background: var(--tone-inverse);
        color: var(--tone-extra-7);
        box-shadow: 0 1px 7px rgba(0,0,0,0.14);
        transition: box-shadow 310ms var(--motion-base);
    }
.visual-flow .visual-grid:hover{box-shadow: 0 10px 18px rgba(0,0,0,0.18);}
.visual-flow .fresh-quote{font-size: 17.4px;
        line-height: 1.66;}
.visual-flow .quiet-unit{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        border-top: 1px solid var(--paint-inverse);
        padding-top: calc(1.5rem * .75);}
.visual-flow .quiet-unit strong{font-weight: 600;}
.visual-flow .quiet-unit span{font-size: calc(17.4px * .875);}
@media (max-width: 900px) {.visual-flow .top-feature{
            grid-template-columns: 1fr;
            gap: calc(2.19rem * 1.5);
        }.visual-flow .wide-items{
            position: static;
            padding-right: 0;
        }.visual-flow h2{
            max-width: 30ch;
        }
    }
@media (max-width: 560px) {.visual-flow .text-proof{
            gap: 1.5rem;
        }.visual-flow .visual-grid{
            padding: 1.5rem;
        }
    }
.clear-figure{--field-public:calc(1.5rem * 1.22);--layer-public:calc(1680px / 2.60);padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.clear-figure .top-feature{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem;}
.clear-figure h1,.clear-figure h2,.clear-figure h3,.clear-figure p{margin:0;}
.clear-figure h2{font-size:calc(17.4px * 2);line-height:1.12;max-width:var(--layer-public);}
.clear-figure p{font-size:17.4px;line-height:1.66;}
.clear-figure .service-headline{font-size:calc(17.4px * .875);color:var(--ink-warm);background:#F1E8D9;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.59rem;max-width:var(--layer-public);}
.clear-figure .soft-stack{max-width:var(--layer-public);}
.clear-figure .quiet-section{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.24rem;background:var(--line-panel);color:#1E293B;font-weight:600;transition:background 310ms var(--motion-base);}
.clear-figure .quiet-section:hover{background:#E0951A;color:var(--tone-extra-7);}
.clear-figure .menu>h2,.clear-figure .menu>.service-headline,.clear-figure .menu>.soft-stack,.clear-figure .menu>.quiet-section{margin-top:0;}
@media (min-width: 720px){.clear-figure .top-feature{grid-template-columns:1fr;justify-items:start;}.clear-figure .service-headline{justify-self:start;}
}
.media-story{padding:calc(1.5rem * 2.4) 1.66rem;background:#F1E8D9;color:var(--ink-warm)}
.media-story .top-feature{max-width:1680px;margin:0 auto}
.media-story .narrow-region{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:calc(2.19rem * 1.5);align-items:start}
.media-story .wide-items{min-width:0;position:sticky;top:1.5rem}
.media-story h2{margin:0;font-size:calc(17.4px * 2);line-height:1.1;max-width:14ch}
.media-story .wide-items p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.66;max-width:46ch}
.media-story .strong-brand{display:flex;flex-direction:column;gap:1.5rem}
.media-story .strong-brand a{display:block;text-decoration:none;background:var(--tone-inverse);color:var(--tone-extra-7);border:1px solid var(--paint-inverse);border-radius:0.86rem;padding:calc(2.19rem * 1.5);transition:border-color 310ms var(--motion-base),box-shadow 310ms var(--motion-base)}
.media-story .strong-brand a:hover{border-color:#F5A623;box-shadow:0 1px 7px rgba(0,0,0,0.14)}
.media-story strong{display:block;font-size:calc(17.4px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem * .75)}
.media-story span{display:block;font-size:17.4px;line-height:1.66}
@media(max-width:900px){.media-story .narrow-region{display:block}.media-story .wide-items{position:static;margin-bottom:calc(2.19rem * 1.5)}.media-story h2{max-width:22ch}}
@media(max-width:600px){.media-story .strong-brand a{padding:1.5rem}}
.strong-story{
  --field-public:calc(1.5rem * 1.09);
  --layer-public:calc(1680px / 3.25);
  --font-small:calc(1680px / 3.22);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#FDFBF7;
  color:#2A241E;
}
.strong-story .top-feature{max-width:1680px;
  margin:0 auto;}
.strong-story h1,.strong-story h2,.strong-story h3,.strong-story p{margin:0;}
.strong-story h1{font-size:calc(17.4px * 2.65);
  line-height:1.08;}
.strong-story h2{font-size:calc(17.4px * 2);
  line-height:1.12;
  max-width:calc(1680px / 1.8);}
.strong-story h3{font-size:calc(17.4px * 1.35);
  line-height:1.2;}
.strong-story p{font-size:17.4px;
  line-height:1.66;}
.strong-story a{color:inherit;
  text-decoration:none;}
.strong-story a:hover{color:inherit;}
.strong-story img{display:block;
  width:100%;
  height:auto;
  border-radius:0.59rem;}
.strong-story .soft-stack{font-size:calc(17.4px * 1.125);
  line-height:1.66;
  margin-top:calc(1.5rem / 2);}
.strong-story .service-headline{font-size:calc(17.4px * .875);
  line-height:1.5;
  margin-top:calc(1.5rem / 3);
  color:var(--ink-warm);}
.strong-story .wide-note{display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:2.19rem;
  align-items:start;}
.strong-story .wide-items{grid-column:1 / -1;}
.strong-story .text-block{grid-column:1;}
.strong-story .main-media{grid-column:1;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.2);
  margin-top:1.5rem;}
.strong-story .wide-summary{border-left:3px solid var(--line-panel);
  padding-left:calc(1.66rem / 1.2);}
.strong-story .wide-summary p{font-size:17.4px;
  line-height:1.66;}
.strong-story .compact-frame{display:block;
  font-weight:600;
  margin-top:calc(1.5rem / 3);
  color:#2A241E;}
.strong-story .active-unit{display:block;
  font-size:calc(17.4px * .875);
  color:var(--ink-warm);
  margin-top:2px;}
.strong-story .soft-details{
  grid-column:2;
  grid-row:2 / span 2;
  background:#F1E8D9;
  color:var(--ink-warm);
  padding:calc(1.5rem * .75);
  border-radius:0.86rem;
}
.strong-story .soft-details h3{color:var(--ink-warm);
  margin-bottom:calc(1.5rem / 2);}
.strong-story .soft-details p{font-size:17.4px;
  line-height:1.66;
  margin-top:calc(1.5rem / 3);}
.strong-story .soft-details a{color:inherit;}
.strong-story .soft-details a:hover{color:inherit;}
@media (max-width: 900px){.strong-story .wide-note{
    grid-template-columns:1fr;
  }.strong-story .text-block{
    grid-column:1;
    grid-row:auto;
  }.strong-story .main-media{
    grid-column:1;
  }.strong-story .soft-details{
    grid-column:1;
    grid-row:auto;
    margin-top:1.5rem;
  }
}
.content-story{--field-public:calc(1.5rem * 1.2);--layer-public:calc(1680px / 2.4);padding:calc(1.5rem * 2.4) 1.66rem;background:#F1E8D9;color:var(--ink-warm);}
.content-story .top-feature{max-width:1680px;margin:0 auto;}
.content-story h1,.content-story h2,.content-story h3,.content-story p{margin:0;}
.content-story h2{font-size:calc(17.4px * 2);line-height:1.15;max-width:var(--layer-public);}
.content-story p{font-size:17.4px;line-height:1.66;}
.content-story img{display:block;width:100%;height:auto;border-radius:0.86rem;box-shadow:0 10px 18px rgba(0,0,0,0.18);}
.content-story .soft-stack{margin-top:1.5rem;font-size:calc(17.4px * 1.125);line-height:1.66;}
.content-story .main-media{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;}
.content-story .wide-summary{min-width:0;padding:calc(1.5rem * .75);background:var(--tone-inverse);color:var(--tone-extra-7);border:1px solid var(--paint-inverse);border-radius:0.59rem;}
.content-story .wide-summary p{font-size:17.4px;}
.content-story .steady-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.19rem;}
.content-story .steady-body>.text-media{flex:1 1 calc(1680px / 3);min-width:0;}
.content-story .steady-body>.main-media{flex:2 1 calc(1680px / 2);margin-top:0;}
.content-story .steady-body>img{flex:0 1 calc(1680px / 3.4);min-width:260px;margin-left:auto;}
@media (max-width: 900px){.content-story .steady-body>img{margin-left:0;flex-basis:100%;}
}
.team-body{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #FDFBF7;
        color: #2A241E;
    }
.team-body .top-feature{max-width: 1680px;
        margin: 0 auto;}
.team-body .text-proof{display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
        gap: calc(2.19rem * 1.5) 2.19rem;
        align-items: start;}
.team-body .wide-items{min-width: 0;
        padding-right: 1.5rem;}
.team-body h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.1;
        font-weight: 600;}
.team-body .wide-items p{margin: 1.5rem 0 0;
        font-size: 17.4px;
        line-height: 1.66;
        color: var(--ink-warm);}
.team-body ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid var(--paint-inverse);}
.team-body li{display: grid;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
        gap: 2.19rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--paint-inverse);}
.team-body strong{min-width: 0;
        font-size: calc(17.4px * 1.35);
        line-height: 1.2;
        font-weight: 600;
        color: #2A241E;}
.team-body span{min-width: 0;
        line-height: 1.66;
        color: var(--ink-warm);
        font-size: 17.4px;}
@media (max-width: 900px) {.team-body .text-proof{
            grid-template-columns: 1fr;
        }.team-body .wide-items{
            padding-right: 0;
        }
    }
@media (max-width: 640px) {.team-body li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.team-body strong{
            font-size: 17.4px;
        }
    }
.bottom-headline{
  --field-public: calc(1.5rem * 1.2);
  --layer-public: min(68ch, calc(1680px / 2.1));
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #FDFBF7;
  color: #2A241E;
}
.bottom-headline .top-feature{max-width: 1680px;
  margin: 0 auto;}
.bottom-headline .content-benefit{max-width: var(--layer-public);}
.bottom-headline h1,
.bottom-headline h2,
.bottom-headline h3,
.bottom-headline p{margin: 0;}
.bottom-headline h2{font-size: calc(17.4px * 2);
  line-height: 1.15;
  letter-spacing: -0.01em;}
.bottom-headline h3{font-size: calc(17.4px * 1.35);
  line-height: 1.25;
  font-weight: 500;}
.bottom-headline p{font-size: 17.4px;
  line-height: 1.66;
  color: color-mix(in srgb, #2A241E 82%, transparent);}
.bottom-headline a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, #F5A623 40%, transparent);
  transition: border-color 310ms var(--motion-base);}
.bottom-headline a:hover{border-bottom-color: #E63946;color:inherit;}
.bottom-headline .soft-stack{margin-top: calc(1.5rem * 0.6);
  font-size: calc(17.4px * 1.125);
  line-height: 1.55;
  color: color-mix(in srgb, #2A241E 72%, transparent);}
.bottom-headline .main-media{display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.5rem 1.66rem;
  margin-top: calc(var(--field-public) * 1.4);}
.bottom-headline .wide-summary{
  flex: 1 1 calc(1680px / 3.2);
  min-width: 260px;
  background: var(--tone-inverse);
  border: 1px solid var(--paint-inverse);
  border-radius: 0.86rem;
  padding: calc(1.5rem * .75) 1.5rem;
  box-shadow: 0 1px 7px rgba(0,0,0,0.14);
  transition: box-shadow 310ms var(--motion-base), transform 310ms var(--motion-base);color:var(--tone-extra-7);}
.bottom-headline .wide-summary:hover{box-shadow: 0 10px 18px rgba(0,0,0,0.18);
  transform: translateY(-2px);}
.bottom-headline .wide-summary h3{margin-bottom: calc(1.5rem / 2.5);
  padding-bottom: calc(1.5rem / 3);
  border-bottom: 2px solid color-mix(in srgb, var(--paint-inverse) 70%, transparent);}
.bottom-headline .wide-summary p{font-size: calc(17.4px * .875);
  line-height: 1.6;}
.bottom-headline .fresh-menu{margin-top: calc(var(--field-public) * 1.2);
  padding-top: 1.5rem;
  border-top: 1px solid var(--paint-inverse);
  max-width: var(--layer-public);}
.bottom-headline .fresh-menu p{font-size: 17.4px;
  color: color-mix(in srgb, #2A241E 70%, transparent);}
@media (max-width: 720px) {.bottom-headline .main-media{
    gap: 1.5rem;
  }.bottom-headline .wide-summary{
    flex-basis: 100%;
    min-width: 0;
  }
}
.featured-grid{
  --field-public: calc(1.5rem * 1.12);
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #FDFBF7;
  color: #2A241E;
}
.featured-grid .top-feature{max-width: 1680px;
  margin: 0 auto;}
.featured-grid h2,
.featured-grid h3,
.featured-grid p{margin: 0;}
.featured-grid h2{font-size: calc(17.4px * 2);
  line-height: 1.12;
  max-width: 22ch;}
.featured-grid h3{font-size: calc(17.4px * 1.35);
  line-height: 1.25;}
.featured-grid p{font-size: 17.4px;
  line-height: 1.66;}
.featured-grid a{text-decoration: none;}
.featured-grid a:hover{}
.featured-grid .featured-frame{display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.19rem;
  align-items: start;
  margin-bottom: calc(1.5rem * 1.6);}
.featured-grid .primary-service .soft-stack{margin-top: calc(2.19rem * 1.5);
  font-size: calc(17.4px * 1.125);
  line-height: 1.5;}
.featured-grid .secondary-tile{
  background: #F1E8D9;
  color: var(--ink-warm);
  border-radius: 0.86rem;
  padding: calc(1.5rem * .75) 1.5rem;
  align-self: end;
}
.featured-grid .secondary-tile p{color: inherit;
  font-size: calc(17.4px * .875);
  line-height: 1.6;}
.featured-grid .feature{display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.19rem;}
.featured-grid .compact-quote{display: flex;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid var(--paint-inverse);}
.featured-grid .strong-section{font-size: calc(17.4px * 1.35);
  font-weight: 600;
  line-height: 1.2;
  min-width: 3ch;}
.featured-grid .media-steps h3{margin-bottom: calc(1.5rem / 3);}
.featured-grid .media-steps p{font-size: 17.4px;
  line-height: 1.6;}
.featured-grid .media-actions{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: calc(1.5rem * 1.8);
  padding-top: 1.5rem;
  border-top: 1px solid var(--paint-inverse);}
.featured-grid .media-actions p{flex: 1 1 60%;
  max-width: 70ch;}
.featured-grid .public-panel{
  display: inline-flex;
  align-items: center;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.24rem;
  background: var(--line-panel);
  color: #1E293B;
  font-weight: 600;
  transition: background 310ms var(--motion-base);
}
.featured-grid .public-panel:hover{
  background: #E0951A;
  color: #1E293B;
}
@media (max-width: 900px) {.featured-grid .featured-frame{
    grid-template-columns: 1fr;
  }.featured-grid .secondary-tile{
    align-self: start;
  }.featured-grid .feature{
    grid-template-columns: 1fr;
  }.featured-grid .media-actions{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {.featured-grid .compact-quote{
    flex-direction: column;
    gap: calc(2.19rem * 1.5);
  }
}
.team-nav{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.team-nav .open-items{max-width:1680px;margin:0 auto;display:grid;gap:calc(2.19rem * 1.5);}
.team-nav .secondary-section img{width:100%;height:clamp(340px,48vw,560px);object-fit:cover;border-radius:1.11rem;box-shadow:0 10px 18px rgba(0,0,0,0.18);display:block;}
.team-nav .content-items{display:grid;grid-template-columns:1fr auto;gap:2.19rem;align-items:end;}
.team-nav h1{margin:0 0 .4rem;font-size:clamp(2rem,4.4vw,4rem);line-height:1.05;letter-spacing:-.01em;}
.team-nav .simple-figure{margin:0;max-width:46rem;font-size:17.4px;line-height:1.6;color:var(--ink-warm);}
.team-nav .top-rail{margin:0;padding:.5rem .9rem;background:#F1E8D9;color:var(--ink-warm);border-radius:0.59rem;font-size:calc(17.4px * .875);white-space:nowrap;font-weight:500;}
.team-nav .wide-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.19rem;}
.team-nav .wide-view p{margin:0;line-height:1.7;font-size:17.4px;border-top:1px solid var(--paint-inverse);padding-top:1rem;}
.team-nav .plain-contact{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:1.2rem;border-top:1px solid var(--paint-inverse);font-size:calc(17.4px * .875);}
.team-nav .plain-contact p{margin:0;color:var(--ink-warm);}
.team-nav .plain-contact a{color:inherit;text-decoration:none;font-weight:500;}
.team-nav .plain-contact a:hover{color:inherit;text-decoration:underline;}
.team-nav .plain-contact span{color:var(--ink-warm);opacity:.6;}
@media (max-width:800px){
  .team-nav .content-items{grid-template-columns:1fr;}
  .team-nav .wide-view{grid-template-columns:1fr;}
  .team-nav .top-rail{white-space:normal;width:fit-content;}
}
.service-entries{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E;}
.service-entries .open-items{max-width:1680px;margin:0 auto;display:grid;gap:calc(2.19rem * 1.5);}
.service-entries img{width:100%;height:clamp(360px,54vw,620px);object-fit:cover;border-radius:1.11rem;box-shadow:0 10px 18px rgba(0,0,0,0.18);}
.service-entries .content-items{display:flex;justify-content:space-between;gap:2.19rem;align-items:end;border-bottom:2px solid var(--paint-inverse);padding-bottom:1.5rem;}
.service-entries h1{margin:0;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1;letter-spacing:-0.02em;}
.service-entries .content-items p{margin:0;color:var(--ink-warm);font-size:17.4px;max-width:24rem;text-align:right;}
.service-entries .wide-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.66rem;}
.service-entries .wide-view p{margin:0;color:#2A241E;line-height:1.66;font-size:17.4px;}
.service-entries .wide-view p:first-child{grid-column:1 / -1;font-size:calc(17.4px * 1.125);line-height:1.5;color:var(--ink-warm);}
.service-entries .top-proof{display:flex;flex-wrap:wrap;gap:2.19rem;padding-top:1.5rem;border-top:2px solid var(--paint-inverse);}
.service-entries .top-proof a{display:inline-block;padding:.7rem 1.4rem;border-radius:0.59rem;background:var(--line-panel);color:#1E293B;text-decoration:none;font-weight:600;transition:background 310ms var(--motion-base);}
.service-entries .top-proof a:hover{background:#E0951A;color:var(--tone-extra-7);}
.service-entries .top-proof a:last-child{background:transparent;border:2px solid var(--line-panel);color:var(--line-panel);}
.service-entries .top-proof a:last-child:hover{background:var(--line-panel);color:#1E293B;}
@media (max-width:800px){
  .service-entries .content-items{flex-direction:column;align-items:flex-start;}
  .service-entries .content-items p{text-align:left;}
  .service-entries .wide-view{grid-template-columns:1fr;}
  .service-entries .wide-view p:first-child{grid-column:1;}
}
.simple-feature{
    padding: calc(1.5rem * 2.4) 1.66rem;
    background: #FDFBF7;
    color: #2A241E;
  }
.simple-feature .open-items{max-width: 1680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.19rem * 1.5);}
.simple-feature img{width: 100%;
    height: clamp(340px, 48vw, 560px);
    object-fit: cover;
    border-radius: 1.11rem;
    box-shadow: 0 10px 18px rgba(0,0,0,0.18);
    /* ligero recorte para que la foto se sienta parte del artículo */
    display: block;}
.simple-feature .content-items{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2.19rem;
    padding-bottom: calc(2.19rem * 1.5);
    border-bottom: 2px solid var(--paint-inverse);}
.simple-feature h1{margin: 0;
    font-size: clamp(2.2rem, 5.4vw, 4.8rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: 12ch; /* ограничение только для заголовка, не для всего текста */
    color: inherit;}
.simple-feature .featured-unit{
    margin: 0;
    font-size: 17.4px;
    color: var(--ink-warm);
    background: #F1E8D9;
    padding: 0.3rem 0.9rem;
    border-radius: 0.59rem;
    font-weight: 500;
    white-space: nowrap;
  }
.simple-feature .wide-view{display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 2.19rem;}
.simple-feature .wide-view p{margin: 0;
    font-size: 17.4px;
    line-height: 1.66;
    color: #2A241E;
    border-top: 1px solid var(--paint-inverse);
    padding-top: 1.5rem;
    /* небольшая разница в плотности между абзацами */}
/* вторая колонка чуть смещена по вертикали — живой ритм */
  .simple-feature .wide-view p:nth-child(2){
    padding-top: calc(1.5rem + 0.4rem);
  }
.simple-feature .wide-view p:last-child{padding-top: calc(1.5rem + 0.8rem);}
/* характеристики — компактные строки, без карточек */
  .simple-feature .page-benefit{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.66rem;
    background: var(--tone-inverse);
    border: 1px solid var(--paint-inverse);
    border-radius: 0.86rem;
    padding: calc(2.19rem * 1.5) 1.66rem;
    margin-top: calc(2.19rem * 1.5);color:var(--tone-extra-7);}
.simple-feature .team-brand{display: flex;
    flex-direction: column;
    gap: 0.2rem;}
.simple-feature .compact-rail{font-size: calc(17.4px * .875);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;color:inherit; /* акцентный цвет для мини-заголовка */}
.simple-feature .strong-note{margin: 0;
    font-size: 17.4px;
    line-height: 1.6;
    color: var(--tone-extra-7);}
/* локальные ссылки — часть потока, не отдельный блок навигации */
  .simple-feature .plain-contact{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: calc(2.19rem * 1.5);
    padding-top: 1.5rem;
    border-top: 1px dashed var(--paint-inverse);
  }
.simple-feature .plain-contact a{color:inherit;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 310ms var(--motion-base), border-color 310ms var(--motion-base);}
.simple-feature .plain-contact a:hover{color:inherit;
    border-bottom-color: currentColor;}
/* адаптивность: от 3 колонок к одной, но с сохранением структуры */
  @media (max-width: 980px){
    .simple-feature .wide-view{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .simple-feature .wide-view p,
    .simple-feature .wide-view p:nth-child(2),
    .simple-feature .wide-view p:last-child{
      padding-top: 1.5rem;
    }
    .simple-feature .page-benefit{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
@media (max-width: 640px){
    .simple-feature .content-items{
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }
    .simple-feature .featured-unit{
      white-space: normal;
    }
    .simple-feature .plain-contact{
      flex-direction: column;
      gap: 1.5rem;
    }
  }
.focused-inner{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E}
.focused-inner .top-feature{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:calc(2.19rem * 1.5);align-items:stretch}
.focused-inner .simple-visual{min-height:clamp(22rem,40vw,34rem);border-radius:1.11rem;overflow:hidden;border:1px solid var(--paint-inverse);box-shadow:0 10px 18px rgba(0,0,0,0.18)}
.focused-inner iframe{display:block;width:100%;height:100%;border:0}
.focused-inner .text-media{display:flex;flex-direction:column;gap:2.19rem;padding:2.19rem;border-radius:1.11rem;background:#F1E8D9;color:var(--ink-warm)}
.focused-inner .wide-items{display:flex;flex-direction:column;gap:1.5rem}
.focused-inner h2{margin:0;font-size:calc(17.4px * 2);line-height:1.1}
.focused-inner .wide-items p{margin:0;font-size:17.4px;max-width:52ch}
.focused-inner .focused-note{display:grid;gap:calc(1.5rem * .75)}
.focused-inner .plain-list{padding:calc(1.5rem * .75);border-radius:0.59rem;background:var(--tone-inverse);color:var(--tone-extra-7);border:1px solid var(--paint-inverse)}
.focused-inner .plain-list span{display:block;font-size:calc(17.4px * .875);}
.focused-inner .plain-list strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45);font-size:17.4px;line-height:1.5;font-weight:600}
.focused-inner .plain-list a{text-decoration:none}
.focused-inner .plain-list a:hover{text-decoration:underline}
@media (max-width: 960px){.focused-inner .top-feature{grid-template-columns:1fr}.focused-inner .simple-visual{min-height:20rem}}
.open-shell{background:#F1E8D9;color:var(--ink-warm);padding:calc(1.5rem * 2.4) 1.66rem}
.open-shell .top-feature{max-width:1680px;margin:0 auto}
.open-shell .text-proof{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:calc(2.19rem * 1.5);align-items:start}
.open-shell .wide-items{max-width:36rem}
.open-shell h2{margin:0;font-size:calc(17.4px * 2);line-height:1.15;letter-spacing:0}
.open-shell .wide-items p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.65;color:inherit;opacity:.85}
.open-shell .text-method{display:flex;flex-direction:column;border-top:1px solid var(--paint-inverse)}
.open-shell .open-lead{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.4);padding:1.5rem 0;border-bottom:1px solid var(--paint-inverse);color:inherit;text-decoration:none}
.open-shell .open-lead strong{font-size:17.4px;font-weight:600}
.open-shell .open-lead span{line-height:1.55;font-size:17.4px;opacity:.85}
@media(max-width:760px){.open-shell .text-proof{grid-template-columns:1fr;gap:1.5rem}}
.text-nav{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E}
.text-nav .top-feature{max-width:1680px;margin:0 auto}
.text-nav .wide-items{max-width:56rem;margin-bottom:calc(2.19rem * 1.5)}
.text-nav .wide-items h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 2.65);line-height:1.1;font-weight:600}
.text-nav .wide-items p{margin:0;font-size:17.4px;line-height:1.66;}
.text-nav .open-lead{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}
.text-nav form{background:var(--tone-inverse);border:1px solid var(--paint-inverse);border-radius:1.11rem;padding:1.5rem;color:var(--tone-extra-7);}
.text-nav .main-unit{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(1.5rem * .75);margin-bottom:calc(1.5rem * .75)}
.text-nav .main-unit:last-of-type{grid-template-columns:1fr 1.4fr auto;align-items:end;margin-bottom:0}
.text-nav label{display:block;min-width:0}
.text-nav label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.4px * .875);font-weight:500;}
.text-nav input,.text-nav textarea{width:100%;border:1px solid var(--paint-inverse);border-radius:0.59rem;background:#FDFBF7;color:var(--tone-extra-7);font:inherit;padding:calc(1.5rem * .75);outline:none;transition:border-color 310ms var(--motion-base),box-shadow 310ms var(--motion-base)}
.text-nav textarea{resize:vertical;min-height:90px}
.text-nav input:focus,.text-nav textarea:focus{border-color:#F5A623;box-shadow:0 0 0 3px color-mix(in srgb,#F5A623 25%,transparent)}
.text-nav input::placeholder,.text-nav textarea::placeholder{}
.text-nav button{border:0;border-radius:0.59rem;background:var(--line-panel);color:#1E293B;font:inherit;font-weight:500;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 310ms var(--motion-base);white-space:nowrap}
.text-nav button:hover{background:#E0951A;color:var(--tone-extra-7);}
.text-nav .service-headline{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.4px * .875);line-height:1.66;}
.text-nav .main-plan{background:#F1E8D9;border-radius:1.11rem;padding:1.5rem;color:var(--ink-warm);}
.text-nav .main-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.2;}
.text-nav .main-plan>p{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * .875);line-height:1.66;}
.text-nav .main-plan ul{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0}
.text-nav .main-plan li{padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,var(--ink-warm) 15%,transparent)}
.text-nav .main-plan li:last-child{border-bottom:0}
.text-nav .main-plan li span{display:block;font-size:calc(17.4px * .875);opacity:.8;margin-bottom:2px}
.text-nav .main-plan li a{text-decoration:none;font-weight:500}
.text-nav .main-plan li a:hover{}
.text-nav .main-plan address{font-style:normal;line-height:1.5}
.text-nav .main-plan .wide-proof{margin:0;font-size:calc(17.4px * .875);line-height:1.66;opacity:.85}
@media(max-width:1024px){.text-nav .open-lead{grid-template-columns:1fr}.text-nav .main-plan{margin-top:1.5rem}
}
@media(max-width:860px){.text-nav .main-unit,.text-nav .main-unit:last-of-type{grid-template-columns:1fr}.text-nav button{width:100%}
}
.clear-unit{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #FDFBF7;
  color: #2A241E;
}
.clear-unit .simple-track{
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 1.11rem;
  overflow: hidden;
  background: var(--tone-inverse);
  color: var(--tone-extra-7);
  border: 1px solid var(--paint-inverse);
}
.clear-unit .contact-items{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.19rem * 1.5);
  border-bottom: 1px solid var(--paint-inverse);
  background: #F1E8D9;
  color: var(--ink-warm);
}
.clear-unit .contact-items span{font-weight: 600;
  font-size: calc(17.4px * .875);}
.clear-unit .contact-items strong{font-size: calc(17.4px * .875);
  font-weight: 400;}
.clear-unit .soft-visual{display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 2.19rem;
  padding: calc(2.19rem * 1.5);}
.clear-unit .text-media h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.clear-unit .text-media p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.55;}
.clear-unit .main-media{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-unit .plain-view{
  display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #F1E8D9;
  color: #2A241E;
  transition: background 310ms var(--motion-base);
}
.clear-unit .plain-view:hover{
  background: var(--tone-inverse);
  box-shadow: 0 1px 7px rgba(0,0,0,0.14);color:var(--tone-extra-7);}
.clear-unit .plain-view span{font-weight: 600;
  font-size: calc(17.4px * .875);
  line-height: 1.4;}
.clear-unit .plain-view h3{margin: 0;
  font-size: calc(17.4px * 1.35);
  line-height: 1.3;}
.clear-unit .plain-view p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: 17.4px;
  line-height: 1.6;}
.clear-unit .page-plan{padding: calc(1.5rem * .75) calc(2.19rem * 1.5) calc(2.19rem * 1.5);
  border-top: 1px solid var(--paint-inverse);}
.clear-unit .page-plan p{margin: 0;
  font-size: calc(17.4px * .875);
  line-height: 1.6;
  max-width: 72ch;}
@media (max-width: 800px) {.clear-unit .contact-items{
    flex-direction: column;
    gap: calc(calc(1.5rem * .75) * .5);
    padding: calc(1.5rem * .75);
  }.clear-unit .soft-visual{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
    gap: calc(2.19rem * 1.5);
  }.clear-unit .plain-view{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
    padding: calc(1.5rem * .75);
  }.clear-unit .page-plan{
    padding: calc(1.5rem * .75);
  }
}
.local-tile{
    padding: calc(1.5rem * 2.4) 1.66rem;
    background: #1E293B;
    color: #FDFBF7;
  }
.local-tile .text-media{max-width: min(1680px, 62rem);
    margin: 0 auto;}
.local-tile h2{margin: 0;
    font-size: calc(17.4px * 2.65);
    line-height: 1.08;
    letter-spacing: -0.01em;}
.local-tile .wide-items{margin: 1.5rem 0 calc(2.19rem * 1.5);
    font-size: calc(17.4px * 1.125);
    line-height: 1.55;
    color: color-mix(in srgb, currentColor 78%, transparent);
    max-width: 48rem;}
.local-tile .legal{margin: 0 0 2.19rem;
    padding: 0 0 calc(1.5rem * .75);
    border-bottom: 1px solid color-mix(in srgb, currentColor 14%, transparent);}
.local-tile .legal:last-child{margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;}
.local-tile h3{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(17.4px * 1.35);
    line-height: 1.2;
    font-weight: 600;}
.local-tile .legal p{margin: 0;
    color: color-mix(in srgb, currentColor 76%, transparent);
    line-height: 1.65;}
.local-tile .legal p + p{margin-top: calc(1.5rem * .75);}
@media (max-width: 640px) {.local-tile h2{
      font-size: calc(calc(17.4px * 2.65) * 0.86);
    }.local-tile .wide-items{
      font-size: 17.4px;
    }.local-tile .legal{
      margin-bottom: calc(2.19rem * 1.5);
      padding-bottom: calc(2.19rem * 1.5);
    }
  }
.direct-links{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: var(--paint-primary);
  color: #FFFFFF;
}
.direct-links .top-feature{max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.19rem;
  align-items: start;}
.direct-links .primary-list{
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: #1E293B;
  color: #FDFBF7;
}
.direct-links h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.08;}
.direct-links .soft-stack{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.5;}
.direct-links .text-media{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.4px;
  line-height: 1.6;
  opacity: 0.9;}
.direct-links .focused-note{display: grid;
  gap: calc(1.5rem * .75);}
.direct-links .compact-quote{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--tone-inverse);
  color: var(--tone-extra-7);
  border: 1px solid var(--paint-inverse);
}
.direct-links .strong-section{display: inline-block;
  font-size: calc(17.4px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;}
.direct-links h3{margin: 0;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.direct-links .compact-quote p{margin: calc(1.5rem * .75) 0 0;
  line-height: 1.6;}
.direct-links .compact-quote a{text-decoration: underline;
  text-underline-offset: 2px;}
.direct-links .top-proof{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #F1E8D9;
  color: var(--ink-warm);
  border: 1px solid var(--paint-inverse);
}
.direct-links .top-proof p{margin: 0;
  line-height: 1.6;}
.direct-links .top-proof a{text-decoration: underline;
  text-underline-offset: 2px;}
@media (max-width: 760px) {.direct-links .top-feature{
    grid-template-columns: 1fr;
  }
}
.soft-items{
  --field-public:calc(1.5rem * 1.29);
  --layer-public:calc(1680px / 2.40);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#FDFBF7;
  color:#2A241E;
}
.soft-items .top-feature{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(2.19rem * 1.5);}
.soft-items h2{font-size:calc(17.4px * 2);
  line-height:1.12;
  margin:0;
  max-width:var(--layer-public);}
.soft-items p{font-size:17.4px;
  line-height:1.66;
  margin:0;
  max-width:var(--layer-public);}
.soft-items .soft-stack{font-size:calc(17.4px * 1.125);
  line-height:1.5;}
.soft-items .quiet-section{
  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.59rem;
  background:var(--line-panel);
  color:#1E293B;
  font-weight:600;
  text-decoration:none;
  transition:background 310ms var(--motion-base);
}
.soft-items .quiet-section:hover{
  background:#E0951A;color:var(--tone-extra-7);}
.soft-items .service-headline{font-size:calc(17.4px * .875);
  opacity:0.75;}
.soft-items .top-proof{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.66rem;
  margin-top:1.5rem;
  font-size:calc(17.4px * .875);}
.soft-items .top-proof span{color:var(--ink-warm);}
.soft-items .top-proof a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 310ms var(--motion-base), color 310ms var(--motion-base);}
.soft-items .top-proof a:hover{color:inherit;
  border-color:currentColor;}
@media (max-width: 640px){.soft-items .top-feature{
    gap:calc(1.5rem * .75);
  }.soft-items .top-proof{
    gap:calc(1.5rem * .75);
  }
}
.fresh-items{padding:calc(1.5rem * 2.4) 1.66rem;background:#FDFBF7;color:#2A241E}
.fresh-items .top-feature{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:calc(2.19rem * 1.5);align-items:start}
.fresh-items .service-headline{padding:calc(2.19rem * 1.5) 0}
.fresh-items .fresh-benefit{display:inline-block;margin:0 0 calc(1.5rem * .75);padding:calc(calc(1.5rem * .75)*.4) calc(1.5rem * .75);border-radius:0.24rem;background:#F1E8D9;color:var(--ink-warm);font-size:calc(17.4px * .875);letter-spacing:.04em}
.fresh-items h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 2);line-height:1.12;max-width:22ch}
.fresh-items .soft-stack{margin:0;font-size:calc(17.4px * 1.125);line-height:1.66;max-width:56ch}
.fresh-items .text-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(2.19rem * 1.5);border:1px solid var(--paint-inverse);border-radius:0.86rem;background:var(--tone-inverse);color:var(--tone-extra-7);}
.fresh-items .wide-proof{margin:0;font-size:calc(17.4px * .875);color:var(--ink-warm)}
.fresh-items .top-proof{display:block;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.59rem;background:#F1E8D9;color:var(--ink-warm);text-decoration:none;font-size:17.4px;line-height:1.4;transition:background 310ms var(--motion-base),color 310ms var(--motion-base)}
.fresh-items .top-proof:hover{background:var(--line-panel);color:#1E293B}
.fresh-items .soft-details{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.4px * .875);line-height:1.66;color:var(--ink-warm)}
@media(max-width:860px){.fresh-items .top-feature{grid-template-columns:1fr}.fresh-items .text-content{margin-top:1.5rem}}
