@import url("./layout.css");
body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
:root {
  --ease-hover: cubic-bezier(0.22,1,0.36,1);
  --line-panel: #24211d;
  --surface-panel: #24211d;
  --paint-soft: #ffffff;
  --ink-primary: #244238;
}
.quiet-fields{
  --field-control:calc(1.5rem * 1.19);
  --layer-local:calc(1320px / 2.80);
  padding:calc(1.5rem * 2.4) 2.64rem;
  background:#faf8f1;
  color:#24211d;
}
.fresh-tile{
        --field-control: calc(1.5rem * 1.12);
        --font-heading: calc(1320px / 3.44);
        padding: calc(1.5rem * 2.4) 2.64rem;
        background: #244238;
        color: #faf8f1;
    }
.strong-body{--field-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d;}
.featured-block{--field-control:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d;}
.secondary-actions{--field-control:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
.media-region{--field-control:calc(1.5rem * 1.15);--field-content:1px solid color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
.plain-benefit{
  --field-control:calc(1.5rem * 1.18);
  --layer-local:calc(1320px / 2.15);
  padding:calc(1.5rem * 2.4) 2.64rem;
  background:#ece7dc;
  color:var(--surface-panel);
}
.fresh-content{--field-control:calc(1.5rem * 1.12);--layer-local:calc(1320px / 2.4);padding:calc(1.5rem * 2.4) 2.64rem;background:#ece7dc;color:var(--surface-panel);}
.steady-headline{--field-control:calc(1.5rem * 1.15);--state-local:calc(1320px / 3.6);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
.site-proof{--field-control:calc(1.5rem * 1.15);--field-content:1px;padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d;}
.page-links{--field-control:calc(1.5rem * 0.9);--axis-static:calc(1320px / 3.6);padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d;}
.clear-track{--field-control:calc(1.5rem * 0.9);--layer-local:calc(1320px / 2.1);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
@media (max-width:720px){.clear-track{--field-control:calc(1.5rem * 0.75);}.clear-track .featured-note{max-width:none;}
}
.steady-benefit{--field-control:calc(1.5rem * 1.06);padding:calc(1.5rem * 2.4) 2.64rem;background:#244238;color:#faf8f1;}
.text-headline{--field-control:calc(1.5rem * 1.18);--field-content:1px solid color-mix(in srgb, currentColor 18%, transparent);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
.bottom-intro{
  --field-control:calc(1.5rem * 1.15);
  --layer-main:calc(1320px / 6.5);
  padding:calc(1.5rem * 2.4) 2.64rem;
  background:#faf8f1;
  color:#24211d;
}
.secondary-entries{--field-control:calc(1.5rem * 1.35);--layer-local:calc(1320px / 2.80);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--ink-primary);color:#faf8f1;}
.wide-plan{--field-control:calc(1.5rem * 1.10);--font-heading:calc(1320px / 3.42);padding:calc(1.5rem * 2.4) 2.64rem;background:#a45f2a;color:#fff7ed;}
@keyframes crewRise {from{ opacity: .25; transform: translateY(calc(calc(2.32rem * 2) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(2.32rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@keyframes crewMemberIn {from{ opacity: .25; transform: translateY(8px); }to{ opacity: 1; transform: translateY(0); }
}
.primary-intro{--field-control:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.64rem;background:#a45f2a;color:#fff7ed;}
.page-links .open-quote{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--surface-panel);}
.page-links .service-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.27rem;background:var(--ink-primary);color:#faf8f1;transition:background 300ms var(--ease-hover);}
.page-links .service-headline:hover{background:#31594c;color:var(--line-panel);}
.page-links .plain-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.32rem;margin-top:var(--field-control);}
.page-links .site-steps{flex:1 1 var(--axis-static);min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid #d9d0c0;}
.page-links .site-steps p{margin-top:calc(1.5rem / 3.2);}
.page-links .quiet-footer{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.32rem;}
.page-links .quiet-footer>.service-menu{flex:1 1 auto;min-width:0;}
.page-links .quiet-footer>.service-headline{flex:0 0 auto;}
.page-links .quiet-footer>.plain-plan{flex:1 1 100%;}
.page-links .service-menu h2{margin-top:calc(1.5rem / 2.6);}
@media (max-width:720px){.page-links .site-steps{flex:1 1 100%;}.page-links .quiet-footer{align-items:flex-start;}
}
.content-proof{padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d}
.content-proof .clear-brand{max-width:min(1320px,56rem);margin:0 auto}
.content-proof .service-callout{max-width:none}
.content-proof h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1;letter-spacing:-0.01em}
.content-proof .service-callout p{margin:calc(2.32rem * 1.5) 0 0;color:var(--surface-panel);line-height:1.61}
.content-proof .fresh-group{margin-top:calc(1.5rem * 2.4);border-top:1px solid #d9d0c0}
.content-proof details{padding:calc(2.32rem * 1.5) 0;border-bottom:1px solid #d9d0c0}
.content-proof summary{cursor:pointer;font-size:calc(17.2px * 1.35);line-height:1.22;list-style:none;display:flex;align-items:baseline;gap:calc(1.5rem * .75)}
.content-proof summary::-webkit-details-marker{display:none}
.content-proof summary::before{content:"+";flex:0 0 auto;font-size:17.2px;color:#a45f2a;width:1rem;text-align:center}
.content-proof details[open] summary::before{content:"–"}
.content-proof details p{margin:calc(1.5rem * .75) 0 0;padding-left:calc(1rem + calc(1.5rem * .75));color:var(--surface-panel);line-height:1.61}
@media(max-width:720px){.content-proof .fresh-group{margin-top:calc(2.32rem * 1.5)}.content-proof details p{padding-left:0}
}
.clear-track .clear-brand{max-width:1320px;margin:0 auto;}
.clear-track h2,.clear-track h3,.clear-track p{margin:0;}
.clear-track h2{font-size:calc(17.2px * 2);line-height:1.12;}
.clear-track h3{font-size:calc(17.2px * .875);line-height:1.3;font-weight:600;letter-spacing:.01em;opacity:.82;margin-top:calc(1.5rem / 3);}
.clear-track p{font-size:17.2px;line-height:1.61;}
.clear-track .featured-note{margin-top:1.5rem;max-width:var(--layer-local);opacity:.86;}
.clear-track .plain-plan{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);}
.clear-track .site-steps{min-width:0;padding-block-start:calc(var(--field-control) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-track .site-steps:first-child{border-top:0;padding-block-start:0;}
.clear-track .site-steps p{opacity:.92;}
.steady-benefit .clear-brand{max-width:1320px;margin:0 auto;}
.steady-benefit h2,.steady-benefit h3,.steady-benefit p{margin:0;}
.steady-benefit h2{font-size:calc(17.2px * 2);line-height:1.12;}
.steady-benefit h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.steady-benefit p{font-size:17.2px;line-height:1.61;}
.steady-benefit a{color:inherit;text-decoration:none;}
.steady-benefit .bottom-header{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.steady-benefit .strong-callout{row-gap:calc(var(--field-control) * 1.2);}
.steady-benefit .plain-inner{padding-block:calc(var(--field-control) / 2);}
.steady-benefit .featured-note{margin-top:1.5rem;}
.steady-benefit .contact-form{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);}
.steady-benefit .site-steps{min-width:0;padding-block-end:calc(var(--field-control) / 2);border-bottom:1px solid color-mix(in srgb, #faf8f1 18%, transparent);}
.steady-benefit .site-steps:last-child{border-bottom:none;padding-block-end:0;}
.steady-benefit .site-steps p{margin-top:calc(1.5rem / 3);}
.steady-benefit .site-steps a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;border-bottom:1px solid color-mix(in srgb, #faf8f1 40%, transparent);padding-block-end:2px;}
.steady-benefit .site-steps a:hover{opacity:1;border-bottom-color:#faf8f1;}
@media (min-width:900px){.steady-benefit .contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.32rem;}.steady-benefit .site-steps{padding-block-end:calc(var(--field-control) / 1.6);}
}
.text-headline .clear-brand{max-width:1320px;margin:0 auto;}
.text-headline h2,.text-headline h3,.text-headline p{margin:0;}
.text-headline h2{font-size:calc(17.2px * 2);line-height:1.12;}
.text-headline h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.text-headline p{font-size:17.2px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-headline a:hover{}
.text-headline .service-callout{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.text-headline .featured-note{font-size:calc(17.2px * 1.125);color:color-mix(in srgb, currentColor 86%, transparent);}
.text-headline .plain-plan{display:flex;flex-direction:column;margin-top:var(--field-control);border-top:var(--field-content);}
.text-headline .site-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);padding:calc(1.5rem / 1.35) 0;border-bottom:var(--field-content);}
.text-headline .site-steps h3{max-width:100%;}
.text-headline .open-quote{margin-top:var(--field-control);padding-top:calc(1.5rem / 1.6);border-top:var(--field-content);font-size:calc(17.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (min-width:900px){.text-headline .site-steps{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.32rem;align-items:start;}.text-headline .site-steps h3{padding-right:calc(1.5rem * .75);}
}
.bottom-intro .clear-brand{max-width:1320px;margin:0 auto;}
.bottom-intro h2,.bottom-intro h3,.bottom-intro p{margin:0;}
.bottom-intro h2{font-size:calc(17.2px * 2);line-height:1.14;}
.bottom-intro h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.bottom-intro p{font-size:17.2px;line-height:1.61;}
.bottom-intro .service-callout{display:flex;flex-wrap:wrap;gap:2.32rem;align-items:flex-start;}
.bottom-intro .service-callout>h2{flex:1 1 calc(1320px / 3.2);min-width:0;}
.bottom-intro .service-callout>.featured-note{flex:1 1 calc(1320px / 2.4);min-width:0;}
.bottom-intro .fresh-details{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--field-control);
  border-top:1px solid #d9d0c0;}
.bottom-intro .site-steps{display:flex;
  flex-wrap:wrap;
  gap:2.32rem;
  padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid #d9d0c0;}
.bottom-intro .content-entries{flex:0 0 var(--layer-main);
  min-width:0;
  font-size:calc(17.2px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:var(--surface-panel);
  padding-top:0.35em;}
.bottom-intro .site-steps>h3{flex:1 1 calc(1320px / 3.6);
  min-width:0;}
.bottom-intro .site-steps>p{flex:1 1 calc(1320px / 2.6);
  min-width:0;}
.bottom-intro .open-quote{margin-top:var(--field-control);
  font-size:calc(17.2px * .875);
  color:var(--surface-panel);}
.bottom-intro a{color:#244238;text-decoration:underline;text-underline-offset:0.18em;}
.bottom-intro a:hover{color:#a45f2a;}
@media (max-width:720px){.bottom-intro .content-entries{flex:1 1 100%;padding-top:0;}.bottom-intro .site-steps>h3,.bottom-intro .site-steps>p{flex:1 1 100%;}
}
.secondary-entries .clear-brand{max-width:1320px;margin:0 auto;}
.secondary-entries h1,.secondary-entries h2,.secondary-entries h3,.secondary-entries p{margin:0;}
.secondary-entries h2{font-size:calc(17.2px * 2);line-height:1.12;}
.secondary-entries h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.secondary-entries p{font-size:17.2px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-entries a{color:inherit;text-decoration:none;}
.secondary-entries .open-quote{font-size:calc(17.2px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.secondary-entries .featured-note{margin-top:var(--field-control);}
.secondary-entries .plain-plan{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.secondary-entries .site-steps{flex:1 1 calc(1320px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.61rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.secondary-entries .site-steps p{margin-top:calc(1.5rem / 3);}
.secondary-entries .primary-note>h2{margin-top:calc(1.5rem / 2);}
.active-details{
        background: #faf8f1;
        color: #24211d;
        padding: calc(1.5rem * 2.4) 2.64rem;
    }
.active-details .clear-brand{width: min(100%, 1320px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.32rem * 1.5);}
.active-details h2,
    .active-details h3,
    .active-details p{margin: 0;}
.active-details .service-callout{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-details h2{font-size: calc(17.2px * 2);
        line-height: 1.08;}
.active-details .featured-note{font-size: calc(17.2px * 1.125);
        line-height: 1.61;
        color: var(--surface-panel);}
.active-details .open-visual{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-details .open-visual p{line-height: 1.61;}
.active-details .contact-area{display: flex;
        flex-direction: column;
        gap: 1.5rem;
        border-top: 1px solid #d9d0c0;
        padding-top: calc(2.32rem * 1.5);}
.active-details .site-steps{display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: baseline;}
.active-details .site-steps .strong-headline{flex: 0 0 auto;
        font-size: calc(17.2px * .875);
        color: var(--surface-panel);
        letter-spacing: 0.04em;
        padding-top: 0.35rem;}
.active-details .site-steps .service-menu{flex: 1 1 18rem;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-details h3{font-size: calc(17.2px * 1.35);
        line-height: 1.18;}
.active-details .site-steps p{line-height: 1.61;
        color: var(--surface-panel);}
.active-details .open-quote{
        background: var(--paint-soft);
        color: var(--line-panel);
        border: 1px solid #d9d0c0;
        border-radius: 0.89rem;
        padding: calc(1.5rem * .75);
    }
.active-details .open-quote p{line-height: 1.61;}
.active-details .open-quote a{color: #244238;
        text-decoration: underline;
        text-underline-offset: 3px;}
.active-details .open-quote a:hover{color: #a45f2a;}
@media (max-width: 640px) {.active-details .site-steps{
            gap: calc(1.5rem * .75);
        }
    }
.wide-plan .clear-brand{max-width:1320px;margin:0 auto;}
.wide-plan h2,.wide-plan h3,.wide-plan p{margin:0;}
.wide-plan h2{font-size:calc(17.2px * 2);line-height:1.12;}
.wide-plan h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.wide-plan p{font-size:17.2px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-plan .featured-note{margin-top:1.5rem;}
.wide-plan .public-details{display:flex;flex-wrap:wrap;gap:var(--field-control);margin-top:var(--field-control);}
.wide-plan .site-steps{flex:1 1 var(--font-heading);min-width:0;padding:calc(var(--field-control) * .75);border-radius:0.61rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.wide-plan .site-steps p{margin-top:calc(1.5rem / 3);}
.featured-content{padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d}
.featured-content .clear-brand{width:min(100%,calc(1320px*.62));margin:0 auto;display:flex;flex-direction:column;gap:calc(2.32rem * 1.5)}
.featured-content .narrow-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);font-size:calc(17.2px * .875);color:var(--surface-panel);border-bottom:1px solid #d9d0c0;padding-bottom:calc(1.5rem * .75)}
.featured-content .narrow-note>*{min-width:0;flex:1 1 16rem}
.featured-content h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08}
.featured-content .featured-note{margin:0;font-size:calc(17.2px * 1.125);line-height:1.61;color:var(--surface-panel)}
.featured-content .fresh-footer{display:flex;flex-direction:column;gap:1.5rem}
.featured-content .fresh-footer p{margin:0;line-height:1.61}
.featured-content .direct-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);border-top:1px solid #d9d0c0;padding-top:calc(1.5rem * .75)}
.featured-content .direct-header a{color:#244238;text-decoration:none;font-size:calc(17.2px * .875);border-bottom:1px solid transparent;transition:color 300ms var(--ease-hover),border-color 300ms var(--ease-hover)}
.featured-content .direct-header a:hover{color:#a45f2a;border-bottom-color:#a45f2a}
@media (max-width:640px){.featured-content .clear-brand{gap:calc(1.5rem * .75)}.featured-content .narrow-note{flex-direction:column;gap:0.35rem}
}
.bottom-section{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 2.64rem;
}
.bottom-section .clear-brand{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.32rem;
  align-items: start;}
.bottom-section h2,
.bottom-section h3,
.bottom-section p{margin: 0;}
.bottom-section h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.bottom-section h3{font-size: calc(17.2px * 1.35); line-height: 1.18;}
.bottom-section p{font-size: 17.2px; line-height: 1.61;}
.bottom-section .soft-service{
  display: grid;
  gap: calc(2.32rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: #244238;
  color: #faf8f1;
  position: sticky;
  top: 1.5rem;
}
.bottom-section .soft-service .open-quote{font-size: calc(17.2px * .875);
  padding-top: calc(2.32rem * 1.5);
  border-top: 1px solid #d9d0c0;}
.bottom-section .site-frame{display: grid;
  gap: calc(1.5rem * .75);}
.bottom-section .simple-fields{
  display: grid;
  grid-template-columns: .7rem minmax(7rem, .28fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: var(--paint-soft);
  color: var(--line-panel);
  border: 1px solid #d9d0c0;
  box-shadow: 0 1px 8px rgba(0,0,0,0.15);
  animation: crewRise calc(300ms * 2) var(--ease-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.bottom-section i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #a45f2a;color:#fff7ed;}
.bottom-section .simple-fields span{font-size: calc(17.2px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
@media (max-width: 900px) {.bottom-section .clear-brand{ grid-template-columns: 1fr; }.bottom-section .soft-service{ position: static; }.bottom-section .simple-fields{ grid-template-columns: .7rem minmax(0, 1fr); }.bottom-section .simple-fields span,
  .bottom-section .simple-fields h3,
  .bottom-section .simple-fields p{ grid-column: 2; }
}
.strong-panel{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 2.64rem;
}
.strong-panel .clear-brand{max-width:1320px;
  margin:0 auto;}
.strong-panel .service-callout{display:flex;
  flex-wrap:wrap;
  gap:calc(2.32rem * 1.5);
  align-items:flex-start;}
.strong-panel h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.12;}
.strong-panel .service-callout p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-panel);
  line-height:1.61;}
.strong-panel .local-headline{margin-top:calc(2.32rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.32rem;}
.strong-panel .local-headline a{flex:1 1 18rem;
  min-width:0;
  color:#24211d;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:2px solid #d9d0c0;
  transition:border-color 300ms var(--ease-hover);}
.strong-panel .local-headline a:hover{border-top-color:#a45f2a;}
.strong-panel .local-headline strong,
.strong-panel .local-headline span{display:block;}
.strong-panel .local-headline span{margin-top:.4rem;
  color:var(--surface-panel);
  line-height:1.61;}
.strong-panel .open-quote{margin:calc(2.32rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #d9d0c0;
  color:var(--surface-panel);
  line-height:1.61;}
.strong-panel .direct-header{margin-top:calc(2.32rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.32rem;}
.strong-panel .direct-header a{color:#244238;
  text-decoration:none;
  border-bottom:1px solid #244238;
  padding-bottom:2px;
  transition:color 300ms var(--ease-hover), border-color 300ms var(--ease-hover);}
.strong-panel .direct-header a:hover{color:#a45f2a;
  border-bottom-color:#a45f2a;}
@media (max-width:680px){.strong-panel .service-callout{display:block}.strong-panel .service-callout p{margin-top:1.5rem}.strong-panel .local-headline{display:block}.strong-panel .local-headline a{display:block;margin-top:2.32rem}
}
.strong-links{padding:calc(1.5rem * 2.4) 2.64rem;background:#ece7dc;color:var(--surface-panel)}
.strong-links .clear-brand{max-width:1320px;margin:0 auto}
.strong-links .fresh-details{display:flex;gap:calc(2.32rem * 1.5);align-items:flex-start}
.strong-links .team-nav{flex:0 1 20rem;min-width:0;border-top:2px solid #a45f2a;padding-top:1.5rem}
.strong-links .team-nav p{margin:0;line-height:1.61;font-size:calc(17.2px * .875)}
.strong-links .page-actions{flex:1 1 46rem;min-width:0}
.strong-links h2{margin:0;font-size:calc(17.2px * 2);line-height:1.08}
.strong-links .compact-actions{margin-top:calc(2.32rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.strong-links .compact-actions p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #d9d0c0}
.strong-links .compact-actions p:last-child{border-bottom:0;padding-bottom:0}
.strong-links strong{flex:0 1 13rem;min-width:0;font-size:calc(17.2px * .875);letter-spacing:0.01em}
.strong-links span{flex:1 1 30rem;min-width:0;line-height:1.61}
@media(max-width:760px){.strong-links .fresh-details{display:block}.strong-links .team-nav{padding-top:calc(1.5rem * .75)}.strong-links .page-actions{margin-top:calc(2.32rem * 1.5)}.strong-links .compact-actions p{display:block}.strong-links span{display:block;margin-top:calc(1.5rem * .75)}.strong-links h2{font-size:calc(17.2px * 1.35)}
}
.public-unit{
    padding:calc(1.5rem * 2.4) 2.64rem;
    background:#ece7dc;
    color:var(--surface-panel);
}
.public-unit .text-area{max-width:1320px;
    margin:0 auto;}
.public-unit .fresh-details{display:flex;
    flex-wrap:wrap;
    gap:2.32rem;
    align-items:flex-start;}
.public-unit .site-figure{flex:0 1 260px;
    min-width:200px;}
.public-unit .service-menu{flex:1 1 420px;
    min-width:260px;}
.public-unit .soft-entries{margin:0 0 4px;
    font-size:calc(17.2px * 1.35);
    line-height:1.3;}
.public-unit .main-frame{margin:0;
    font-size:calc(17.2px * .875);
    color:var(--surface-panel);
    opacity:0.85;}
.public-unit .fresh-visual{margin:0 0 calc(2.32rem * 1.5);
    font-size:17.2px;
    line-height:1.61;}
.public-unit .fresh-visual:last-of-type{margin-bottom:calc(2.32rem * 1.5);}
.public-unit .service-actions{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    font-size:calc(17.2px * .875);}
.public-unit .service-actions a{color:#244238;
    text-decoration:none;
    border-bottom:1px solid #d9d0c0;
    padding-bottom:2px;
    transition:color 300ms var(--ease-hover), border-color 300ms var(--ease-hover);}
.public-unit .service-actions a:hover{color:inherit;
    border-color:#a45f2a;}
@media (max-width:640px){.public-unit .fresh-details{
        flex-direction:column;
        gap:calc(2.32rem * 1.5);
    }
}
.site-region{padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d}
.site-region .clear-brand{width:min(100%,calc(1320px*.62));margin:0 auto}
.site-region .narrow-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--surface-panel);font-size:calc(17.2px * .875)}
.site-region .narrow-note>*{min-width:0;flex:1 1 14rem}
.site-region h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08}
.site-region .featured-note{margin:1.5rem 0 calc(2.32rem * 1.5);color:var(--surface-panel);font-size:calc(17.2px * 1.125);line-height:1.61}
.site-region .fresh-footer{border-top:1px solid #d9d0c0;padding-top:1.5rem}
.site-region .fresh-footer p{margin:0 0 1.5rem;line-height:1.61}
.site-region .fresh-footer p:last-child{margin-bottom:0}
.site-region .direct-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.32rem * 1.5);padding-top:1.5rem;border-top:1px solid #d9d0c0}
.site-region .direct-header a{color:#244238;text-decoration:none;font-size:17.2px;border-bottom:1px solid transparent;transition:color 300ms var(--ease-hover),border-color 300ms var(--ease-hover)}
.site-region .direct-header a:hover{color:#a45f2a;border-bottom-color:#a45f2a}
.site-method{
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
  padding: calc(1.5rem * 2.4) 2.64rem;
}
.site-method .clear-brand{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.32rem;}
.site-method h2,
.site-method h3,
.site-method p{margin: 0;}
.site-method h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.site-method h3{font-size: calc(17.2px * 1.35); line-height: 1.18;}
.site-method p{font-size: 17.2px; line-height: 1.61;}
.site-method .soft-service{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.32rem * 1.5);
  border-radius: 1.11rem;
  background: linear-gradient(135deg, #244238 0%, #a45f2a 100%);
  color: #faf8f1;
  position: sticky;
  top: 1.5rem;
}
.site-method .soft-service .open-quote{font-size: calc(17.2px * .875);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 247, 237, 0.28);}
.site-method .site-frame{display: grid;
  gap: calc(1.5rem * .75);}
.site-method .simple-fields{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.61rem;
  background: var(--paint-soft);
  color: var(--line-panel);
  border: 1px solid #d9d0c0;
  animation: peopleTimelineIn calc(300ms * 2.2) var(--ease-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.site-method i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: var(--ink-primary);color:#faf8f1;}
.site-method .simple-fields span{font-size: calc(17.2px * .875);}
@media (max-width: 860px) {.site-method .clear-brand,
  .site-method .simple-fields{ grid-template-columns: 1fr; }.site-method .soft-service{ position: static; }
}
.contact-figure{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 2.64rem;
}
.contact-figure .clear-brand{max-width:1320px;
  margin:0 auto;}
.contact-figure .service-callout{display:flex;
  flex-wrap:wrap;
  gap:calc(2.32rem * 1.5);
  align-items:flex-start;}
.contact-figure h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.1;}
.contact-figure .service-callout p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--surface-panel);
  line-height:1.61;}
.contact-figure .local-headline{margin-top:calc(2.32rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.32rem;}
.contact-figure .local-headline a{
  flex:1 1 17rem;
  min-width:0;
  color:#24211d;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--paint-soft);
  border:1px solid #d9d0c0;
  border-radius:0.61rem;
  transition:border-color 300ms var(--ease-hover);
}
.contact-figure .local-headline a:hover{border-color:#a45f2a;}
.contact-figure .local-headline strong,
.contact-figure .local-headline span{display:block;}
.contact-figure .local-headline strong{font-size:17.2px;}
.contact-figure .local-headline span{margin-top:.4rem;
  color:var(--surface-panel);
  line-height:1.61;
  font-size:calc(17.2px * .875);}
.contact-figure .open-quote{margin:calc(2.32rem * 1.5) 0 0;
  padding-left:1.5rem;
  border-left:2px solid #a45f2a;
  color:#24211d;
  line-height:1.61;}
.contact-figure .direct-header{margin-top:calc(2.32rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.32rem;}
.contact-figure .direct-header a{color:#244238;
  text-decoration:none;
  border-bottom:1px solid #d9d0c0;
  padding-bottom:.15rem;
  transition:color 300ms var(--ease-hover), border-color 300ms var(--ease-hover);}
.contact-figure .direct-header a:hover{color:#a45f2a;
  border-color:#a45f2a;}
@media (max-width:680px){.contact-figure .service-callout{display:block}.contact-figure .service-callout p{margin-top:1.5rem}.contact-figure .local-headline{display:block}.contact-figure .local-headline a{display:block;margin-top:2.32rem}
}
.visual-area{padding:calc(1.5rem * 2.4) 2.64rem;background:linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);color:#24211d}
.visual-area .clear-brand{max-width:1320px;margin:0 auto}
.visual-area .fresh-details{display:flex;gap:calc(2.32rem * 1.5);align-items:flex-start}
.visual-area .team-nav{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#24211d 28%,transparent);padding-left:1.5rem}
.visual-area .team-nav p{margin:0;line-height:1.61}
.visual-area .page-actions{flex:1 1 44rem;min-width:0}
.visual-area h2{margin:0;max-width:20ch;font-size:calc(17.2px * 2);line-height:1.08}
.visual-area .compact-actions{margin-top:calc(2.32rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.visual-area .compact-actions p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.visual-area strong{flex:0 1 13rem;min-width:0;font-size:calc(17.2px * .875)}
.visual-area span{flex:1 1 28rem;min-width:0;line-height:1.61}
@media(max-width:760px){.visual-area .fresh-details,.visual-area .compact-actions p{display:block}.visual-area .team-nav{border-left:0;padding-left:0}.visual-area .page-actions{margin-top:calc(2.32rem * 1.5)}.visual-area strong{display:block}.visual-area span{display:block;margin-top:calc(1.5rem * .75)}.visual-area h2{font-size:calc(17.2px * 1.35)}}
.text-team{
    padding:calc(1.5rem * 2.4) 2.64rem;
    background:#faf8f1;
    color:#24211d;
}
.text-team .text-area{max-width:1320px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.32rem;
    align-items:flex-start;}
.text-team .open-grid{flex:1 1 220px;
    min-width:200px;}
.text-team .soft-entries{margin:0 0 0.35rem;
    font-size:calc(17.2px * 1.35);
    line-height:1.25;}
.text-team .main-frame{
    margin:0;
    font-size:calc(17.2px * .875);
    color:var(--surface-panel);
    background:#ece7dc;
    display:inline-block;
    padding:0.25rem 0.6rem;
    border-radius:0.27rem;
}
.text-team .open-visual{flex:2 1 420px;
    min-width:260px;}
.text-team .fresh-visual{margin:0 0 calc(2.32rem * 1.5);
    font-size:17.2px;
    line-height:1.61;}
.text-team .fresh-visual:last-of-type{margin-bottom:0;}
.text-team .service-actions{list-style:none;
    margin:calc(2.32rem * 1.5) 0 0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    flex:1 1 100%;}
.text-team .service-actions li{font-size:calc(17.2px * .875);}
.text-team .service-actions a{color:#244238;
    text-decoration:none;
    border-bottom:1px solid #d9d0c0;
    padding-bottom:1px;
    transition:color 300ms var(--ease-hover), border-color 300ms var(--ease-hover);}
.text-team .service-actions a:hover{color:#a45f2a;
    border-color:#a45f2a;}
.text-team .open-quote{flex:1 1 100%;
    margin:0;
    font-size:calc(17.2px * .875);
    color:var(--surface-panel);}
@media (max-width:640px){.text-team .text-area{
        flex-direction:column;
    }
}
.focused-menu{padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d}
.focused-menu .clear-brand{width:min(100%,calc(1320px*.62));margin:0 auto}
.focused-menu .narrow-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--surface-panel);font-size:calc(17.2px * .875)}
.focused-menu .narrow-note>*{min-width:0;flex:1 1 18rem}
.focused-menu h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.05}
.focused-menu .featured-note{margin:1.5rem 0 calc(2.32rem * 1.5);color:var(--surface-panel);font-size:calc(17.2px * 1.125);line-height:1.61}
.focused-menu .fresh-footer{padding-top:1.5rem;border-top:1px solid #d9d0c0}
.focused-menu .fresh-footer p{margin:0 0 1.5rem;line-height:1.61}
.focused-menu .fresh-footer p:last-child{margin-bottom:0}
.focused-menu .direct-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.32rem * 1.5);padding-top:1.5rem;border-top:1px solid #d9d0c0;font-size:calc(17.2px * .875)}
.focused-menu .direct-header a{color:#244238;text-decoration:none;border-bottom:1px solid transparent;transition:color 300ms var(--ease-hover),border-color 300ms var(--ease-hover)}
.focused-menu .direct-header a:hover{color:#a45f2a;border-bottom-color:#a45f2a}
@media (max-width:720px){.focused-menu .clear-brand{width:100%}.focused-menu .narrow-note>*{flex:1 1 100%}
}
.visual-actions{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 2.64rem;
}
.visual-actions .clear-brand{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  gap: 2.32rem;}
.visual-actions h2,
.visual-actions h3,
.visual-actions p{margin: 0;}
.visual-actions h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.visual-actions h3{font-size: calc(17.2px * 1.35); line-height: 1.18;}
.visual-actions p{font-size: 17.2px; line-height: 1.61;}
.visual-actions .fresh-steps{
  display: grid;
  gap: calc(2.32rem * 1.5);
  padding: calc(2.32rem * 1.5);
  border-radius: 1.11rem;
  background: #244238;
  color: #faf8f1;
}
.visual-actions .fresh-steps p{font-size: calc(17.2px * 1.125);
  max-width: 72ch;}
.visual-actions .text-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.visual-actions [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.61rem;
  background: var(--paint-soft);
  color: var(--line-panel);
  border: 1px solid #d9d0c0;
  box-shadow: 0 1px 8px rgba(0,0,0,0.15);
  animation: crewMemberIn calc(300ms * 2) var(--ease-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.visual-actions [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(17.2px * .875);}
.visual-actions .soft-rail{border-top: 1px solid #d9d0c0;
  padding-top: calc(2.32rem * 1.5);}
@media (max-width: 720px) {.visual-actions [data-block]{ flex: 1 1 100%; }
}
.image{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 2.64rem;
}
.image .clear-brand{max-width:1320px;
  margin:0 auto;}
.image .service-callout{display:flex;
  flex-wrap:wrap;
  gap:calc(2.32rem * 1.5);
  align-items:flex-start;}
.image h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.12;}
.image .service-callout p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-panel);
  line-height:1.61;}
.image .local-headline{margin-top:calc(2.32rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.32rem;}
.image .local-headline a{flex:1 1 17rem;
  min-width:0;
  color:#24211d;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #d9d0c0;
  transition:color 300ms var(--ease-hover);}
.image .local-headline a:hover{color:#a45f2a;}
.image .local-headline strong,
.image .local-headline span{display:block;}
.image .local-headline span{margin-top:.4rem;
  color:var(--surface-panel);
  line-height:1.61;}
.image .open-quote{
  margin-top:calc(2.32rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#ece7dc;
  color:var(--surface-panel);
  border-radius:0.89rem;
}
.image .open-quote p{margin:0;
  line-height:1.61;}
.image .open-quote p + p{margin-top:.75rem;}
.image .direct-header a{color:#244238;
  text-decoration:underline;
  text-underline-offset:2px;}
.image .direct-header a:hover{color:#a45f2a;}
.image .service-headline{
  display:inline-flex;
  margin-top:calc(2.32rem * 1.5);
  background:var(--ink-primary);
  color:#faf8f1;
  text-decoration:none;
  border-radius:1.11rem;
  padding:.8rem 1.2rem;
  transition:background 300ms var(--ease-hover);
}
.image .service-headline:hover{
  background:#31594c;color:var(--line-panel);}
@media (max-width:680px){.image .service-callout{display:block}.image .service-callout p{margin-top:1.5rem}.image .local-headline{display:block}.image .local-headline a{display:block;margin-top:2.32rem}
}
.contact-body{padding:calc(1.5rem * 2.4) 2.64rem;background:linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);color:#24211d}
.contact-body .clear-brand{max-width:1320px;margin:0 auto}
.contact-body .text-area{display:flex;flex-direction:column;gap:calc(2.32rem * 1.5)}
.contact-body .featured-note{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;border-bottom:1px solid color-mix(in srgb,#24211d 24%,transparent);padding-bottom:calc(2.32rem * 1.5)}
.contact-body .featured-note .open-quote{flex:1 1 20rem;min-width:0;margin:0;font-size:calc(17.2px * .875);line-height:1.61;opacity:0.86}
.contact-body h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(17.2px * 2);line-height:1.08}
.contact-body .open-visual{display:block}
.contact-body .compact-actions{display:flex;flex-direction:column;gap:1.5rem}
.contact-body .compact-section{display:grid;grid-template-columns:minmax(10rem,14rem) 1fr;gap:1.5rem;align-items:start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#24211d 14%,transparent)}
.contact-body .compact-section:first-child{border-top:0;padding-top:0}
.contact-body strong{font-size:calc(17.2px * .875);letter-spacing:0.01em;line-height:1.35}
.contact-body span{line-height:1.61}
@media(max-width:760px){.contact-body .featured-note{flex-direction:column;align-items:flex-start}.contact-body h2{font-size:calc(17.2px * 1.35)}.contact-body .compact-section{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.service-lead{
    padding:calc(1.5rem * 2.4) 2.64rem;
    background:#faf8f1;
    color:#24211d;
}
.service-lead .text-area{max-width:1320px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.32rem;
    align-items:flex-start;}
.service-lead .fresh-details{flex:0 0 240px;
    padding-top:4px;
    border-top:2px solid #d9d0c0;}
.service-lead .soft-entries{margin:12px 0 4px;
    font-size:calc(17.2px * 1.35);
    line-height:1.25;}
.service-lead .main-frame{margin:0;
    font-size:calc(17.2px * .875);
    color:var(--surface-panel);}
.service-lead .open-visual{flex:1 1 380px;
    min-width:0;}
.service-lead .featured-note{margin:0 0 calc(2.32rem * 1.5);
    font-size:17.2px;
    line-height:1.61;}
.service-lead .service-menu{margin:0 0 calc(2.32rem * 1.5);
    font-size:17.2px;
    line-height:1.61;}
.service-lead .plain-plan{list-style:none;
    margin:0 0 calc(2.32rem * 1.5);
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;}
.service-lead .site-steps{padding-left:16px;
    position:relative;
    font-size:calc(17.2px * .875);
    line-height:1.55;}
.service-lead .site-steps::before{
    content:"";
    position:absolute;
    left:0;
    top:0.6em;
    width:6px;
    height:6px;
    background:#a45f2a;
    border-radius:0.27rem;color:#fff7ed;}
.service-lead .open-quote{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#ece7dc;
    color:var(--surface-panel);
    border-radius:0.61rem;
    font-size:calc(17.2px * .875);
    line-height:1.6;
}
.service-lead .open-quote a{color:#244238;
    text-decoration:underline;}
.service-lead .open-quote a:hover{color:#a45f2a;}
@media (max-width:720px){.service-lead .fresh-details{
        flex:1 1 100%;
    }
}
.team-area{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 2.64rem;
}
.team-area .clear-brand{max-width: 1320px;
  margin: 0 auto;}
.team-area .local-headline{display: flex;
  flex-direction: column;
  gap: calc(2.32rem * 1.5);}
.team-area .service-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.team-area h2{margin: 0;
  font-size: clamp(calc(17.2px * 2), 4.4vw, calc(17.2px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 22ch;}
.team-area .featured-note{margin: 0;
  font-size: calc(17.2px * 1.125);
  line-height: 1.6;}
.team-area .focused-media{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #d9d0c0;
  border-bottom: 1px solid #d9d0c0;}
.team-area .compact-section{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.team-area label{flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(17.2px * .875);}
.team-area label.wide{flex-basis: 100%;}
.team-area input{
  width: 100%;
  min-width: 0;
  border: 1px solid #d9d0c0;
  border-radius: 0.27rem;
  background: var(--paint-soft);
  color: var(--line-panel);
  padding: calc(1.5rem * .75);
  font: inherit;
  font-size: 17.2px;
}
.team-area input::placeholder{}
.team-area input:focus{outline: 2px solid rgba(34, 211, 238, 0.55);
  outline-offset: 1px;}
.team-area .service-headline{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;}
.team-area button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.61rem;
  background: var(--ink-primary);
  color: #faf8f1;
  padding: calc(1.5rem * .75) 2.32rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 300ms var(--ease-hover);
}
.team-area button:hover{
  background: #31594c;color:var(--line-panel);}
.team-area .open-quote{margin: 0;
  flex: 1 1 18rem;
  font-size: calc(17.2px * .875);
  line-height: 1.55;}
.team-area .steady-quote{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(2.32rem * 1.5);
  border-top: 1px solid #d9d0c0;}
.team-area .steady-quote p{margin: 0;
  font-size: 17.2px;
  line-height: 1.6;}
.team-area .steady-quote a{text-decoration: underline;
  text-underline-offset: 2px;}
.team-area .steady-quote a:hover{}
@media (max-width: 640px) {.team-area .compact-section{
    flex-direction: column;
  }.team-area .service-headline{
    flex-direction: column;
    align-items: stretch;
  }.team-area button{
    width: 100%;
  }
}
.featured-wrap{background:#faf8f1;color:#24211d;padding:calc(1.5rem * 2.4) 2.64rem}
.featured-wrap .clear-brand{max-width:1320px;margin:0 auto}
.featured-wrap .visual-media{display:flex;align-items:flex-start;gap:calc(2.32rem * 1.5);flex-wrap:wrap}
.featured-wrap .service-callout{flex:1 1 26rem;min-width:0}
.featured-wrap h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.featured-wrap p{margin:1.5rem 0 0;font-size:17.2px;line-height:1.61}
.featured-wrap p:first-of-type{margin-top:calc(2.32rem * 1.5)}
.featured-wrap .compact-actions{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #d9d0c0}
.featured-wrap .compact-section{display:flex;gap:2.32rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d9d0c0}
.featured-wrap strong{flex:0 1 11rem;min-width:0;font-size:17.2px}
.featured-wrap span{flex:1 1 18rem;min-width:0;font-size:calc(17.2px * .875);line-height:1.6}
.featured-wrap a{color:#244238;text-decoration:underline;text-underline-offset:2px}
.featured-wrap a:hover{color:#a45f2a}
@media(max-width:760px){.featured-wrap .visual-media{flex-direction:column}.featured-wrap .compact-section{flex-direction:column;gap:calc(calc(1.5rem * .75)*.4)}
}
.site-brand{padding:calc(1.5rem * 2.4) 2.64rem;background:#faf8f1;color:#24211d}
.site-brand .clear-brand{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.32rem * 1.5);align-items:flex-start}
.site-brand .service-menu{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(2.32rem * 1.5);padding:calc(1.5rem * .75);border-radius:0.89rem;background:var(--paint-soft);color:var(--line-panel);border:1px solid #d9d0c0;box-shadow:0 1px 8px rgba(0,0,0,0.15)}
.site-brand h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15}
.site-brand .service-menu>p{margin:0;font-size:17.2px;line-height:1.61}
.site-brand .main-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid #d9d0c0}
.site-brand .wide-nav{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .35)}
.site-brand .wide-nav span{font-size:calc(17.2px * .875);letter-spacing:.02em}
.site-brand .wide-nav strong{font-size:17.2px;font-weight:600;line-height:1.4}
.site-brand .wide-nav strong a{text-decoration:none;border-bottom:1px solid #d9d0c0}
.site-brand .wide-nav strong a:hover{border-bottom-color:#a45f2a}
.site-brand .text-section{flex:1 1 26rem;min-height:clamp(22rem,42vw,34rem);border-radius:0.89rem;overflow:hidden;border:1px solid #d9d0c0;box-shadow:0 12px 16px rgba(0,0,0,0.19);background:#ece7dc;color:var(--surface-panel);}
.site-brand iframe{display:block;width:100%;height:100%;min-height:inherit;border:0}
@media (max-width: 860px){.site-brand .clear-brand{flex-direction:column}.site-brand .service-menu,.site-brand .text-section{flex:1 1 auto;width:100%}.site-brand .text-section{min-height:20rem}
}
.top-lead{
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #faf8f1;
  color: #24211d;
}
.top-lead .clear-brand{max-width: 1320px;
  margin: 0 auto;}
.top-lead .service-callout{margin-bottom: calc(2.32rem * 1.5);}
.top-lead h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.1;}
.top-lead .service-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.2px * 1.125);
  color: var(--surface-panel);}
.top-lead .open-visual{display: flex;
  flex-direction: column;
  gap: calc(2.32rem * 1.5);}
.top-lead .featured-note p{margin: 0;
  font-size: 17.2px;
  line-height: 1.61;}
.top-lead .plain-plan{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.top-lead .site-steps{padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #d9d0c0;}
.top-lead .site-steps:last-child{border-bottom: 1px solid #d9d0c0;}
.top-lead .site-steps h3{margin: 0;
  font-size: calc(17.2px * 1.35);}
.top-lead .site-steps p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  line-height: 1.61;}
.top-lead .open-quote{
  padding: calc(1.5rem * .75);
  border-radius: 0.61rem;
  background: #ece7dc;
  color: var(--surface-panel);
}
.top-lead .open-quote p{margin: 0;
  font-size: calc(17.2px * .875);}
@media (max-width: 700px) {.top-lead .service-callout p{
    font-size: 17.2px;
  }
}
.site-stack{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
  color: #24211d;
}
.site-stack .clear-brand{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;}
.site-stack .offer-media{margin: 0 0 calc(2.32rem * 1.5);
  padding: 1.5rem 0;}
.site-stack h2{margin: 0;
  font-size: calc(17.2px * 2.65);
  line-height: 1.05;}
.site-stack .offer-media p{margin: 1.5rem 0 0;
  font-size: calc(17.2px * 1.125);
  line-height: 1.61;}
.site-stack .top-team{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.32rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.site-stack .content-unit{display: flex;
  flex-wrap: wrap;
  gap: 2.32rem;}
.site-stack .content-unit p{margin: 0;
  line-height: 1.61;}
.site-stack .content-unit strong{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(17.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;}
.site-stack .quiet-steps{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.site-stack .quiet-steps a{color: inherit;
  font-size: calc(17.2px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.site-stack .quiet-steps a:hover{}
.site-stack .top-copy{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.site-stack .top-copy a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.site-stack .top-copy a:hover{text-decoration: underline;
  text-underline-offset: .2em;}
.site-stack .top-copy span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(17.2px * .875);
  opacity: .65;}
@media (max-width: 720px) {.site-stack .top-team,
  .site-stack .content-unit{
    display: block;
  }.site-stack .content-unit p + p{
    margin-top: calc(1.5rem * .75);
  }.site-stack .quiet-steps{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.bottom-unit{padding:calc(1.5rem * 2.4) 2.64rem;background:linear-gradient(135deg, #244238 0%, #a45f2a 100%);color:#faf8f1}
.bottom-unit .visual-frame{max-width:min(1320px,68rem);margin:0 auto}
.bottom-unit h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08}
.bottom-unit .text-summary{margin:1.5rem 0 calc(2.32rem * 1.5);font-size:calc(17.2px * 1.125);line-height:1.5}
.bottom-unit .welcome{padding-left:calc(1.5rem * .75);margin:0 0 2.32rem;border-left:1px solid color-mix(in srgb,currentColor 36%,transparent)}
.bottom-unit .welcome:last-child{margin-bottom:0}
.bottom-unit h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.2px * 1.35);line-height:1.22}
.bottom-unit .welcome p{margin:0;line-height:1.6}
.bottom-unit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.bottom-unit a:hover{}
@media (max-width:640px){.bottom-unit .welcome{padding-left:calc(2.32rem * 1.5)}.bottom-unit h2{font-size:calc(17.2px * 2)}
}
.visual-method{
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #244238;
  color: #faf8f1;
}
.visual-method .clear-brand{max-width: min(1320px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.32rem * 1.5);}
.visual-method .featured-note h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.visual-method .service-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.2px * 1.125);
  line-height: 1.55;
  color: #a7b0bd;}
.visual-method .fresh-service{display: flex;
  flex-wrap: wrap;
  gap: 2.32rem;
  border-top: 1px solid #232a36;
  padding-top: calc(2.32rem * 1.5);}
.visual-method .strong-headline{flex: 1 1 16rem;
  min-width: 0;}
.visual-method .strong-headline .content-entries{display: block;
  font-size: calc(17.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a7b0bd;
  margin-bottom: 0.4rem;}
.visual-method .strong-headline strong{display: block;
  font-size: calc(17.2px * 1.35);
  line-height: 1.25;}
.visual-method .strong-headline p{margin: 0.5rem 0 0;
  color: #a7b0bd;
  line-height: 1.55;}
.visual-method .featured-rail{border-top: 1px solid #232a36;
  padding-top: calc(2.32rem * 1.5);}
.visual-method .open-quote{margin: 0 0 calc(1.5rem * .75);
  color: #a7b0bd;
  line-height: 1.55;}
.visual-method .direct-header{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;}
.visual-method .direct-header li{font-size: 17.2px;}
.visual-method .direct-header a{text-decoration: underline;
  text-underline-offset: 3px;}
.visual-method .direct-header a:hover{}
.visual-method .active-links{margin: calc(1.5rem * .75) 0 0;
  color: #a7b0bd;
  line-height: 1.55;}
.visual-method .active-links a{text-decoration: underline;
  text-underline-offset: 3px;}
.visual-method .active-links a:hover{}
@media (max-width: 640px) {.visual-method .fresh-service{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.primary-intro .clear-brand{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.32rem * 1.5);}
.primary-intro h2,.primary-intro p{margin:0;}
.primary-intro h2{font-size:calc(17.2px * 2);line-height:1.12;letter-spacing:-0.01em;}
.primary-intro .featured-note{font-size:calc(17.2px * 1.125);line-height:1.61;}
.primary-intro .service-menu{font-size:17.2px;line-height:1.61;}
.primary-intro .direct-header{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 0.4);}
.primary-intro a{color:inherit;text-decoration:none;}
.primary-intro .service-headline{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fff7ed;color:#a45f2a;font-weight:600;transition:background 300ms var(--ease-hover),color 300ms var(--ease-hover);}
.primary-intro .service-headline:hover{background:#874b20;color:#fff7ed;}
.primary-intro .steady-quote{font-size:calc(17.2px * .875);text-decoration:underline;text-underline-offset:0.28em;opacity:0.92;}
.primary-intro .steady-quote:hover{opacity:1;}
@media (max-width:640px){.primary-intro .direct-header{flex-direction:column;align-items:flex-start;}
}
.active-form{padding:calc(1.5rem * 2.4) 2.64rem;background:#244238;color:#faf8f1}
.active-form .clear-brand{width:min(100%,calc(1320px*.66));margin:0 auto;display:flex;flex-direction:column;gap:calc(2.32rem * 1.5)}
.active-form .focused-grid{padding-top:1.5rem}
.active-form h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.04;letter-spacing:-0.01em}
.active-form p{margin:1.5rem 0 0;font-size:calc(17.2px * 1.125);line-height:1.61;opacity:.86}
.active-form p + p{margin-top:calc(1.5rem * .75)}
.active-form .direct-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75) 2.32rem;padding-top:1.5rem;border-top:1px solid #d9d0c0}
.active-form .direct-header a{color:inherit;text-decoration:none;font-size:17.2px;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color 300ms var(--ease-hover),opacity 300ms var(--ease-hover)}
.active-form .direct-header a:hover{border-color:currentColor;opacity:.85}
.active-form .service-story{font-size:calc(17.2px * 1.125)}
@media(max-width:560px){.active-form .direct-header{flex-direction:column;align-items:flex-start;gap:calc(2.32rem * 1.5)}}
