html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Manrope", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --speed-hover: ease;
  --surface-clear: #F2ECE1;
  --line-main: rgba(224,162,27,0.22);
  --paint-primary: #0E0C0A;
}
a{color:inherit;}
.page-stack {
    width: 100%;
    background: var(--paint-primary);
    color: var(--surface-clear);
    border-bottom: 1px solid var(--line-main);
  }
.featured-tile {
    max-width: 1480px;
    margin: 0 auto;
    padding: 1.5rem 2.07rem;
    display: flex;
    align-items: center;
    gap: 1.67rem;
    flex-wrap: wrap;
  }
.visual-contact {
    font-size: calc(18.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--surface-clear);
    text-decoration: none;
    margin-right: auto;
  }
.visual-contact:hover {
    color: #B23A1E;
  }
.visual-details {
    flex: 1 1 auto;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.67rem * 1.5);
    align-items: center;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 18.5px;
    color: var(--surface-clear);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 260ms var(--speed-hover), border-color 260ms var(--speed-hover);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #B23A1E;
    border-bottom-color: #B23A1E;
    outline: none;
  }
.bottom-quote {
    display: flex;
    align-items: center;
  }
.active-shell {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #E0A21B;
    color: #141210;
    border-radius: 0.44rem;
    font-size: calc(18.5px * .875);
    font-weight: 600;
    text-decoration: none;
    transition: background 260ms var(--speed-hover);
  }
.active-shell:hover,
  .active-shell:focus-visible{
    background: #C68A0F;
    outline: none;color:#F2ECE1;}
.primary-contact {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    border: 1px solid var(--line-main);
    border-radius: 0.3rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.nav{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--surface-clear);
    border-radius: 2px;
    transition: transform 260ms var(--speed-hover), opacity 260ms var(--speed-hover);color:#F2ECE1;}
.primary-contact[aria-expanded="true"] .nav:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.primary-contact[aria-expanded="true"] .nav:nth-child(2) {
    opacity: 0;
  }
.primary-contact[aria-expanded="true"] .nav:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .featured-tile {
      flex-wrap: wrap;
      align-items: center;
    }

    .visual-contact {
      font-size: 18.5px;
      margin-right: auto;
    }

    .primary-contact {
      display: flex;
    }

    .visual-details {
      display: none;
      flex-basis: 100%;
      order: 3;
      width: 100%;
      padding-top: calc(1.67rem * 1.5);
      border-top: 1px solid var(--line-main);
      margin-top: calc(1.67rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.67rem * 1.5);
    }

    .nav-list a {
      font-size: 18.5px;
      padding: 0.5rem 0;
      width: 100%;
    }

    .bottom-quote {
      order: 2;
    }

    .active-shell {
      padding: 0.45rem 0.85rem;
    }
  }
.offer-visual{font-family:"Manrope", sans-serif;font-size:18.5px;line-height:1.69;padding:calc(1.5rem * 2.4) 2.07rem;background:#F2ECE1;color:#141210;}
.offer-flow{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2.4fr 1.2fr;gap:calc(1.67rem * 1.5);align-items:start}
.plain-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-flow{font-size:calc(18.5px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0;line-height:1.1}
.plain-team{margin:0;font-size:calc(18.5px * .875);max-width:32ch;opacity:0.85}
.contact-copy{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.67rem * 1.5)}
.visual-fields{font-size:calc(18.5px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75) 0;font-weight:600;opacity:0.75}
.featured-group{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.featured-group a,
  .service-story{color:inherit;text-decoration:none;font-size:calc(18.5px * .875);transition:opacity 260ms var(--speed-hover)}
.featured-group a:hover,
  .service-story:hover{opacity:0.7;text-decoration:underline;color:inherit}
.text-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-inner{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.6rem;font-size:calc(18.5px * .875)}
.media-inner li{display:flex;flex-direction:column;gap:0.15rem}
.active-intro{font-size:calc(18.5px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.media-stack{font-size:calc(18.5px * .875)}
.featured-shell{max-width:1480px;margin:calc(1.67rem * 1.5) auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:0.5rem}
.content-proof{margin:0;font-size:calc(18.5px * .875);opacity:0.8}
.columns{margin:0;font-size:calc(18.5px * .875);opacity:0.75;max-width:80ch}
@media (max-width: 960px) {.offer-flow{grid-template-columns:1fr 1fr}.text-content{grid-column:1 / -1}
  }
@media (max-width: 640px) {.offer-flow{grid-template-columns:1fr}.contact-copy{grid-template-columns:1fr 1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .compact-links{width:min(58rem,calc(100vw - 2.07rem*2));display:flex;align-items:center;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1.33rem;background:#B23A1E;color:#F7EFE2;box-shadow:0 24px 32px rgba(0,0,0,0.26)}
.cookies p{flex:1 1 auto;margin:0;line-height:1.69}
.cookies strong{margin-right:calc(1.5rem * .75)}
.cookies button{flex:0 0 auto;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.3rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#E0A21B;color:#141210;border-color:#E0A21B}
@media(max-width:760px){.cookies .compact-links{display:block}.cookies button{margin-top:calc(1.5rem * .75);margin-right:calc(1.5rem * .75)}.cookies span{display:block;margin-top:calc(1.5rem * .75)}}
.fresh-figure{padding:calc(1.5rem * 2.4) 2.07rem;background:linear-gradient(90deg,rgba(14,12,10,.86),rgba(14,12,10,.5)),url("https://images.pexels.com/photos/3171837/pexels-photo-3171837.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,var(--paint-primary);color:var(--surface-clear);}
.fresh-figure .contact-intro{max-width:1480px;margin:0 auto;}
.fresh-figure h1,.fresh-figure p{margin:0;}
.fresh-figure .text-row{display:flex;align-items:flex-end;gap:1.67rem;}
.fresh-figure h1{font-size:calc(18.5px * 2.65);line-height:1.08;flex:1 1 auto;}
.fresh-figure .primary-copy{flex:0 1 calc(1480px / 2.6);min-width:0;}
.fresh-figure .contact-header{font-size:18.5px;line-height:1.69;}
.fresh-figure .contact-header + .contact-header{margin-top:calc(1.67rem * 1.5);}
.fresh-figure .callout{display:inline-flex;margin-top:1.5rem;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#E0A21B;color:#141210;text-decoration:none;}
.fresh-figure .callout:hover{background:#C68A0F;color:#F2ECE1;}
.fresh-figure .simple-team{margin-top:calc(1.67rem * 1.5);font-size:calc(18.5px * .875);}
.fresh-figure .simple-team a{text-decoration:none;border-bottom:1px solid #E0A21B;}
.fresh-figure .simple-team a:hover{border-bottom-color:#B23A1E;}
@media(max-width:760px){.fresh-figure .text-row{align-items:flex-start;flex-direction:column;}}
.quiet-media{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.quiet-media .contact-intro{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.quiet-media h2,.quiet-media h3,.quiet-media p{margin:0;}
.quiet-media h2{font-size:calc(18.5px * 2);line-height:1.1;}
.quiet-media h3{font-size:calc(18.5px * 1.35);line-height:1.25;}
.quiet-media p{font-size:18.5px;line-height:1.69;}
.quiet-media .text-callout{display:flex;flex-direction:column;gap:calc(calc(1.67rem * 1.5) / 2);}
.quiet-media .featured-area{color:#D8D1C4;font-size:calc(18.5px * 1.125);}
.quiet-media .wide-contact{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-main);}
.quiet-media .local-form{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-main);display:flex;flex-direction:column;gap:calc(calc(1.67rem * 1.5) / 3);}
.quiet-media .local-form p{color:#D8D1C4;}
.quiet-media .simple-team{margin-top:calc(1.67rem * 1.5);font-size:calc(18.5px * .875);color:#D8D1C4;}
.quiet-media .simple-team a{color:#E0A21B;text-decoration:underline;text-underline-offset:3px;}
.quiet-media .simple-team a:hover{color:inherit;}
@media (min-width:900px){.quiet-media .local-form{flex-direction:row;align-items:flex-start;gap:1.67rem;}.quiet-media .local-form h3{flex:0 0 34%;}.quiet-media .local-form p{flex:1 1 auto;}
}
.main-content{--state-local:calc(1.5rem * 0.87);--label-strong:calc(1480px / 3.16);padding:calc(1.5rem * 2.4) 2.07rem;background:#E0A21B;color:#141210;}
.main-content .contact-intro{max-width:1480px;margin:0 auto;}
.main-content h2,.main-content h3,.main-content p{margin:0;}
.main-content h2{font-size:calc(18.5px * 2);line-height:1.12;}
.main-content h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.main-content p{font-size:18.5px;line-height:1.69;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-content a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-content a:hover{opacity:.8;}
.main-content .offer-proof{row-gap:calc(var(--state-local) * 1.2);}
.main-content .service-actions{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-content .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.main-content .row-title h2{flex:1 1 calc(1480px / 3);min-width:0;}
.main-content .row-title>p{flex:1 1 calc(1480px / 3);min-width:0;}
.main-content .content-quote{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.main-content .local-form{flex:1 1 var(--label-strong);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-content .local-form p{margin-top:calc(1.5rem / 3);}
.text-team{--state-local:calc(1.5rem * 1.17);--mark-main:calc(1480px / 2.41);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.text-team .contact-intro{max-width:1480px;margin:0 auto;}
.text-team h2,.text-team h3,.text-team p{margin:0;}
.text-team h2{font-size:calc(18.5px * 2);line-height:1.12;}
.text-team h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.text-team p{font-size:18.5px;line-height:1.69;color:#D8D1C4;}
.text-team a{color:#E0A21B;text-decoration:none;}
.text-team a:hover{color:inherit;}
.text-team .offer-proof{row-gap:calc(var(--state-local) * 1.2);}
.text-team .service-actions{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-team .featured-area{margin-top:1.5rem;}
.text-team .offer-shell{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.text-team .local-form{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid var(--line-main);}
.text-team .local-form p{margin-top:calc(1.5rem / 3);}
.text-team .local-form .simple-team{margin-top:calc(1.5rem / 2);color:#D8D1C4;}
.text-team .local-form .simple-team a{font-weight:600;}
.contact-team{--state-local:calc(1.5rem * 1.05);--mark-active:calc(1480px / 3.2);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.contact-team .contact-intro{max-width:1480px;margin:0 auto;}
.contact-team h2,.contact-team h3,.contact-team p{margin:0;}
.contact-team h2{font-size:calc(18.5px * 2);line-height:1.12;}
.contact-team h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.contact-team p{font-size:18.5px;line-height:1.69;color:#D8D1C4;}
.contact-team .text-callout{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start;}
.contact-team .text-callout>h2{flex:1 1 var(--mark-active);min-width:0;}
.contact-team .text-callout>.featured-area{flex:1 1 var(--mark-active);min-width:0;}
.contact-team .content-quote{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.contact-team .local-form{flex:1 1 var(--mark-active);min-width:0;padding:calc(1.5rem * .75);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.contact-team .local-form h3{color:#F2ECE1;}
.contact-team .local-form p{margin-top:calc(1.5rem / 3.2);color:#D8D1C4;}
.contact-team .simple-team{margin-top:var(--state-local);font-size:calc(18.5px * .875);color:#D8D1C4;}
.contact-team .simple-team a{color:#E0A21B;text-decoration:none;border-bottom:1px solid #E0A21B;}
.contact-team .simple-team a:hover{color:inherit;border-bottom-color:#B23A1E;}
@media (max-width:720px){.contact-team .text-callout>h2,.contact-team .text-callout>.featured-area,.contact-team .local-form{flex:1 1 100%;}
}
.public-entries{--state-local:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 2.07rem;background:#E0A21B;color:#141210;}
.public-entries .contact-intro{max-width:1480px;margin:0 auto;}
.public-entries h2,.public-entries p{margin:0;}
.public-entries h2{font-size:calc(18.5px * 2);line-height:1.12;}
.public-entries p{font-size:18.5px;line-height:1.69;}
.public-entries a{color:inherit;text-decoration:none;}
.public-entries .open-contact{display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.public-entries .contact-header{margin:0;font-size:calc(18.5px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.72;}
.public-entries .featured-area{max-width:100%;}
.public-entries .focused-service{display:flex;flex-wrap:wrap;align-items:center;gap:1.67rem;margin-top:var(--state-local);}
.public-entries .callout{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.3rem;background:#141210;color:#E0A21B;font-weight:600;}
.public-entries .simple-team{flex:1 1 18rem;font-size:calc(18.5px * .875);opacity:0.82;}
.public-entries .simple-team a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:640px){.public-entries .focused-service{flex-direction:column;align-items:flex-start;}
}
.active-stack{--state-local:calc(1.5rem * 0.9);--mark-main:calc(1480px / 3.1);--type-meta:calc(1480px / 4.2);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.active-stack .contact-intro{max-width:1480px;margin:0 auto;}
.active-stack h2,.active-stack h3,.active-stack p{margin:0;}
.active-stack h2{font-size:calc(18.5px * 2);line-height:1.12;}
.active-stack h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.active-stack p{font-size:18.5px;line-height:1.69;}
.active-stack a{color:#E0A21B;text-decoration:none;border-bottom:1px solid #E0A21B;padding-bottom:2px;}
.active-stack a:hover{color:inherit;border-bottom-color:#B23A1E;}
.active-stack img{display:block;width:100%;height:auto;border-radius:0.44rem;filter:grayscale(1) contrast(1.05);}
.active-stack .featured-area{margin-top:1.5rem;color:#D8D1C4;}
.active-stack .contact-header{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.67rem * 1.5);border-top:1px solid var(--line-main);font-size:calc(18.5px * .875);color:#D8D1C4;}
.active-stack .content-quote{display:flex;flex-direction:column;gap:var(--state-local);margin-top:0;}
.active-stack .local-form{min-width:0;padding-bottom:var(--state-local);border-bottom:1px solid var(--line-main);}
.active-stack .local-form:last-child{border-bottom:0;padding-bottom:0;}
.active-stack .local-form p{margin-top:calc(1.5rem / 3);}
.active-stack .local-form a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(18.5px * .875);}
.active-stack .local-form img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-meta) * .72);}
.active-stack .local-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.active-stack .local-content>.primary-copy{flex:1 1 calc(1480px / 3.2);min-width:0;}
.active-stack .local-content>.content-quote{flex:2 1 calc(1480px / 1.9);}
@media (max-width:760px){.active-stack .local-content>.primary-copy,.active-stack .local-content>.content-quote{flex:1 1 100%;}.active-stack .local-form img{max-width:100%;}
}
.bottom-block{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);overflow:hidden}
.bottom-block .contact-intro{max-width:1480px;margin:0 auto}
.bottom-block .bottom-service{margin:0 0 calc(1.67rem * 1.5)}
.bottom-block h2{margin:0;font-size:calc(18.5px * 2);line-height:1.05;letter-spacing:-0.01em}
.bottom-block .featured-area{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.69;}
.bottom-block .menu{display:flex;flex-wrap:wrap;gap:1.67rem;border-top:1px solid var(--line-main);padding-top:calc(1.67rem * 1.5)}
.bottom-block .local-form{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);border-left:2px solid #B23A1E}
.bottom-block .local-form strong{display:block;font-size:calc(18.5px * 1.35);line-height:1.15;margin-bottom:calc(1.5rem * .75)}
.bottom-block .local-form p{margin:0;line-height:1.69;}
.bottom-block .contact-header{margin:calc(1.67rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main);font-size:calc(18.5px * .875);line-height:1.69;}
.bottom-block .contact-header a{text-decoration:underline;text-underline-offset:3px}
.bottom-block .contact-header a:hover{}
@media (max-width:720px){.bottom-block .local-form{flex:1 1 100%;padding-left:1.5rem}
}
.page-contact{--state-local:calc(1.5rem * 1.12);--mark-active:calc(1480px / 3.35);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.page-contact .contact-intro{max-width:1480px;margin:0 auto;}
.page-contact h2,.page-contact h3,.page-contact p{margin:0;}
.page-contact h2{font-size:calc(18.5px * 2);line-height:1.14;}
.page-contact h3{font-size:calc(18.5px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 2.6);}
.page-contact p{font-size:18.5px;line-height:1.69;}
.page-contact .bottom-footer{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start;}
.page-contact .bottom-footer>h2{flex:1 1 var(--mark-active);min-width:0;}
.page-contact .bottom-footer>.featured-area{flex:1 1 var(--mark-active);min-width:0;color:#D8D1C4;}
.page-contact .content-quote{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.page-contact .local-form{flex:1 1 var(--mark-active);min-width:0;display:flex;flex-direction:column;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.page-contact .local-form img{display:block;width:100%;height:auto;border-radius:0.3rem;filter:grayscale(100%);}
.page-contact .local-form p{margin-top:calc(1.5rem / 3.2);color:#D8D1C4;}
.page-contact .simple-team{display:inline-block;margin-top:auto;padding-top:calc(1.5rem / 2.4);font-size:calc(18.5px * .875);color:#E0A21B;text-decoration:none;border-bottom:1px solid transparent;}
.page-contact .simple-team:hover{color:inherit;border-bottom-color:#B23A1E;}
.page-contact .contact-header{margin-top:var(--state-local);padding-top:calc(1.5rem / 2.6);border-top:1px solid var(--line-main);color:#D8D1C4;}
@media (max-width: 720px){.page-contact .bottom-footer>h2,.page-contact .bottom-footer>.featured-area,.page-contact .local-form{flex:1 1 100%;}
}
.site-actions{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.visual-lead{max-width:1480px;margin:0 auto;}
.site-actions h1{margin:0;font-size:calc(18.5px * 2.65);line-height:1.08;}
.clear-surface{--state-local:calc(1.5rem * 1.02);--mark-main:calc(1480px / 2.85);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.clear-surface .contact-intro{max-width:1480px;margin:0 auto;}
.clear-surface h1,.clear-surface h2,.clear-surface h3,.clear-surface p{margin:0;}
.clear-surface h2{font-size:calc(18.5px * 2);line-height:1.12;max-width:var(--mark-main);}
.clear-surface h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.clear-surface p{font-size:18.5px;line-height:1.69;}
.clear-surface .contact-header{font-size:calc(18.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.clear-surface .content-quote{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.clear-surface .local-form{flex:1 1 calc(1480px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.clear-surface .local-form p{margin-top:calc(1.5rem / 3);}
.clear-surface .clear-contact>h2{margin-top:var(--state-local);}
@media (max-width:720px){.clear-surface .local-form{flex:1 1 100%;}
}
.clear-list{
  background:var(--paint-primary);
  color:var(--surface-clear);
  padding:calc(1.5rem * 2.4) 2.07rem;
}
.clear-list .contact-intro{max-width:1480px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;}
.clear-list .primary-copy{flex:1 1 32rem;
  min-width:0;
  order:1;}
.clear-list .narrow-list{display:block;
  flex:0 1 30rem;
  width:100%;
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.77rem;
  filter:grayscale(1) contrast(1.05);
  order:2;}
.clear-list h2{margin:0;
  font-size:calc(18.5px * 2);
  line-height:1.1;
  letter-spacing:0;}
.clear-list p{margin:1.5rem 0 0;
  font-size:calc(18.5px * 1.125);
  line-height:1.69;}
.clear-list p + p{margin-top:calc(1.67rem * 1.5);}
.clear-list .callout{
  display:inline-flex;
  margin-top:calc(1.67rem * 1.5);
  background:#B23A1E;
  color:#F7EFE2;
  text-decoration:none;
  border-radius:0.44rem;
  padding:.85rem 1.2rem;
  font-size:calc(18.5px * .875);
  letter-spacing:.02em;
  transition:background 260ms var(--speed-hover);
}
.clear-list .callout:hover{
  background:#8F2C14;color:#F2ECE1;}
@media (max-width:820px){.clear-list .contact-intro{display:block}.clear-list .narrow-list{
    width:100%;
    min-width:0;
    max-height:26rem;
    margin-top:calc(1.67rem * 1.5);
  }
}
.page-unit{--state-local:calc(1.5rem * 1.05);--label-strong:calc(1480px / 3.42);padding:calc(1.5rem * 2.4) 2.07rem;background:#17140F;color:#D8D1C4;}
.page-unit .contact-intro{max-width:1480px;margin:0 auto;}
.page-unit h2,.page-unit h3,.page-unit p{margin:0;}
.page-unit h2{font-size:calc(18.5px * 2);line-height:1.12;}
.page-unit h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.page-unit p{font-size:18.5px;line-height:1.69;}
.page-unit .featured-area{margin-top:calc(1.67rem * 1.5);max-width:calc(1480px / 1.9);}
.page-unit .featured-header{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.page-unit .local-form{flex:1 1 var(--label-strong);min-width:0;padding:calc(var(--state-local) * .7);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.page-unit .local-form p{margin-top:calc(calc(1.67rem * 1.5) / 2);}
@media (max-width:720px){.page-unit .featured-area{max-width:none;}.page-unit .featured-header{gap:calc(1.67rem * 1.5);}
}
.direct-actions{padding:calc(1.5rem * 2.4) 2.07rem;background:#17140F;color:#D8D1C4;}
.direct-actions .contact-intro{max-width:1480px;margin:0 auto;}
.direct-actions .offer-copy{margin-bottom:calc(1.67rem * 1.5);}
.direct-actions .offer-copy h2{margin:0;font-size:calc(18.5px * 2);line-height:1.2;}
.direct-actions .offer-copy p{margin:calc(1.5rem * .75) 0 0;font-size:18.5px;}
.direct-actions .primary-team{display:flex;flex-direction:column;gap:1.67rem;}
.direct-actions .steady-form{border-left:3px solid #B23A1E;padding:0 0 0 calc(1.5rem * .75);}
.direct-actions .steady-form h3{margin:0 0 6px;font-size:calc(18.5px * 1.35);}
.direct-actions .steady-form p{margin:0;font-size:18.5px;line-height:1.69;}
.direct-actions .steady-form a{color:#E0A21B;text-decoration:none;font-weight:600;border-bottom:1px solid #E0A21B;}
.direct-actions .steady-form a:hover{color:inherit;border-bottom-color:#B23A1E;}
.direct-actions .simple-team{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main);}
.direct-actions .simple-team p{margin:0;font-size:calc(18.5px * .875);}
.direct-actions .simple-team a{color:#E0A21B;text-decoration:none;font-weight:600;}
.direct-actions .simple-team a:hover{color:inherit;}
@media (min-width: 900px){.direct-actions .primary-team{display:grid;grid-template-columns:repeat(var(--field-public,3),minmax(0,1fr));gap:1.67rem;}.direct-actions .steady-form{border-left:3px solid #B23A1E;}
    }
@media (max-width: 640px){.direct-actions .offer-copy h2{font-size:calc(18.5px * 1.35);}
    }
.plain-panel{--state-local:calc(1.5rem * 0.99);--mark-main:calc(1480px / 2.50);--type-meta:calc(1480px / 3.88);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.plain-panel .contact-intro{max-width:1480px;margin:0 auto;}
.plain-panel h1,.plain-panel h2,.plain-panel h3,.plain-panel p{margin:0;}
.plain-panel h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.plain-panel h2{font-size:calc(18.5px * 2);line-height:1.12;}
.plain-panel h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.plain-panel p{font-size:18.5px;line-height:1.69;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-panel a{text-decoration:none;}
.plain-panel a:hover{}
.plain-panel img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.plain-panel .featured-area,.plain-panel .contact-header{}
.plain-panel .content-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;margin-top:var(--state-local);}
.plain-panel .local-form{flex:1 1 calc(1480px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--line-main);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;}
.plain-panel .local-form p,.plain-panel .local-form a{margin-top:calc(1.5rem / 3);}
.plain-panel .local-form h3{margin-bottom:calc(1.5rem / 4);}
.plain-panel .open-steps>img{margin-top:var(--state-local);}
.plain-panel .open-steps>.featured-area{margin-top:1.5rem;}
.plain-panel .contact-header{margin-top:var(--state-local);}
.media-area{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #17140F;
  color: var(--surface-clear);
}
.media-area .contact-intro{max-width: 1480px;
  margin: 0 auto;}
.media-area .page-rail{margin-bottom: calc(1.67rem * 1.5);}
.media-area h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.media-area .page-rail p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);
  color: #D8D1C4;}
.media-area .compact-form{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.media-area .content-unit{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  border: 1px solid var(--line-main);
  background: #1A1613;
  color: #F2ECE1;
  text-decoration: none;
  transition: transform 260ms var(--speed-hover), border-color 260ms var(--speed-hover);
}
.media-area .content-unit:hover{transform: translateY(calc(calc(1.5rem * .75) * -.2));
  border-color: #B23A1E;}
.media-area .content-unit span{display: block;
  font-size: calc(18.5px * .875);color:inherit;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.media-area .content-unit strong{display: block;
  margin: calc(1.5rem * .75) 0;
  font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.media-area .content-unit small{display: block;
  font-size: calc(18.5px * .875);
  color: #D8D1C4;
  line-height: 1.55;}
.media-area .shell{margin-top: calc(1.67rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--line-main);}
.media-area .shell p{margin: 0;
  font-size: 18.5px;
  color: #D8D1C4;}
.media-area .shell a{color: #E0A21B;
  text-decoration: none;
  border-bottom: 1px solid #E0A21B;}
.media-area .shell a:hover{color:inherit;
  border-bottom-color: #B23A1E;}
@media (max-width: 780px) {.media-area .compact-form{
    flex-direction: column;
  }
}
.visual-group{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.visual-group .contact-intro{max-width:1480px;margin:0 auto}
.visual-group .soft-story{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.visual-group .text-callout{flex:1 1 26rem;min-width:0}
.visual-group .text-callout h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.5px * 2);line-height:1.08}
.visual-group .text-callout .featured-area{margin:0;font-size:calc(18.5px * 1.125);line-height:1.69;}
.visual-group .local-benefit{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-group .steady-form{border-top:1px solid var(--line-main);padding-top:calc(1.5rem * .75)}
.visual-group .steady-form h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:18.5px;line-height:1.2}
.visual-group .steady-form p{margin:0;font-size:18.5px;line-height:1.69}
.visual-group .active-headline{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(calc(1.5rem * .75)*.5)}
.visual-group .active-headline a{border-radius:0.44rem;background:#B23A1E;color:#F7EFE2;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(18.5px * .875)}
.visual-group .active-headline a:hover{background:#8F2C14;color:#F2ECE1;}
@media(max-width:760px){.visual-group .soft-story{display:block}.visual-group .local-benefit{margin-top:calc(1.67rem * 1.5)}.visual-group .text-callout h2{font-size:calc(18.5px * 1.35)}}
.visual-intro{
        --state-local: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: #F2ECE1;
        color: #141210;
    }
.visual-intro .contact-intro{max-width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-local);}
.visual-intro .offer-copy{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-bottom: 1px solid var(--line-main);
        padding-bottom: calc(1.5rem * .75);}
.visual-intro h2{margin: 0;
        font-size: calc(18.5px * 2);
        line-height: 1.12;}
.visual-intro .featured-area{margin: 0;
        font-size: 18.5px;
        line-height: 1.69;}
.visual-intro .wide-contact{display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);}
.visual-intro details{
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid var(--line-main);
        background: transparent;
    }
.visual-intro details:last-of-type{border-bottom: none;}
.visual-intro summary{cursor: pointer;
        font-size: calc(18.5px * 1.125);
        font-weight: 700;
        line-height: 1.25;
        list-style: none;
        display: flex;
        align-items: baseline;
        gap: calc(1.5rem * .75);}
.visual-intro summary::-webkit-details-marker{display: none;}
.visual-intro summary::before{content: "+";
        display: inline-block;
        min-width: 1ch;color:inherit;
        font-weight: 700;}
.visual-intro details[open] summary::before{content: "\2013";}
.visual-intro details p{margin: calc(calc(1.5rem * .75) * 0.75) 0 0;
        padding-inline-start: calc(1ch + calc(1.5rem * .75));
        font-size: 18.5px;
        line-height: 1.69;}
.visual-intro .simple-team{margin: 0;
        font-size: calc(18.5px * .875);
        line-height: 1.69;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-main);}
.visual-intro .simple-team a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.visual-intro .simple-team a:hover{color: #B23A1E;}
@media (max-width: 720px) {.visual-intro summary{
            font-size: 18.5px;
        }.visual-intro details p{
            padding-inline-start: 0;
        }
    }
.content-media{--state-local:calc(1.5rem * 1.15);--field-strong:rgba(224,162,27,0.22);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.content-media .contact-intro{max-width:1480px;margin:0 auto;}
.content-media h2,.content-media h3,.content-media p{margin:0;}
.content-media h2{font-size:calc(18.5px * 2);line-height:1.12;}
.content-media h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.content-media p{font-size:18.5px;line-height:1.69;}
.content-media a{text-decoration:none;border-bottom:1px solid var(--field-strong);}
.content-media a:hover{}
.content-media .contact-header{margin-bottom:calc(1.5rem / 2.6);font-size:calc(18.5px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.content-media .featured-area{margin-top:1.5rem;}
.content-media .content-quote{display:flex;flex-direction:column;gap:0;margin-top:var(--state-local);border-top:1px solid var(--field-strong);}
.content-media .local-form{border-bottom:1px solid var(--field-strong);}
.content-media .primary-copy{padding:calc(1.67rem * 1.5) 0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-media .primary-copy a{align-self:flex-start;font-size:calc(18.5px * .875);}
@media (min-width:900px){.content-media .primary-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);grid-template-areas:"title text" "title link";column-gap:1.67rem;row-gap:calc(1.5rem / 3);align-items:start;}.content-media .primary-copy h3{grid-area:title;}.content-media .primary-copy p{grid-area:text;}.content-media .primary-copy a{grid-area:link;margin-top:calc(1.5rem / 4);}
}
.featured-quote{
    padding: calc(1.5rem * 2.4) 2.07rem;
    background: var(--paint-primary);
    color: var(--surface-clear);
}
.featured-quote .contact-intro{max-width: 1480px;
    margin: 0 auto;}
.featured-quote .offer-copy{display: flex;
    flex-direction: column;
    gap: .4rem;
    margin-bottom: calc(1.67rem * 1.5);
    padding-bottom: calc(1.5rem * .75);
    border-bottom: 1px solid var(--line-main);}
.featured-quote .offer-copy p{margin: 0;
    font-size: calc(18.5px * .875);
    letter-spacing: .08em;
    text-transform: uppercase;}
.featured-quote h2{margin: 0;
    font-size: calc(18.5px * 2);
    line-height: 1.08;}
.featured-quote .primary-area{display: flex;
    flex-wrap: wrap;
    gap: 1.67rem;}
.featured-quote figure{
    flex: 1 1 min(100%, 20rem);
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #1A1613;
    color: #F2ECE1;
    border: 1px solid var(--line-main);
    border-radius: 0.77rem;
    overflow: hidden;
}
.featured-quote figure:nth-child(2n) img{aspect-ratio: 4/5;}
.featured-quote figure:nth-child(3n) img{aspect-ratio: 16/10;}
.featured-quote img{display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    filter: grayscale(1) contrast(1.05);}
.featured-quote figcaption{display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: calc(1.5rem * .75);}
.featured-quote span{font-size: calc(18.5px * .875);
    letter-spacing: .06em;
    text-transform: uppercase;}
.featured-quote h3{margin: 0;
    font-size: calc(18.5px * 1.35);
    line-height: 1.2;}
.featured-quote p{margin: 0;
    font-size: 18.5px;
    line-height: 1.69;}
@media (max-width: 640px) {.featured-quote figure{
        flex: 1 1 100%;
    }
}
.service-header{
        --state-local: calc(1.5rem * 1.18);
        --label-strong: calc(1480px / 3.4);
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: #17140F;
        color: #D8D1C4;
    }
.service-header .contact-intro{max-width: 1480px;
        margin: 0 auto;}
.service-header h2,
    .service-header h3,
    .service-header p{margin: 0;}
.service-header h2{font-size: calc(18.5px * 2);
        line-height: 1.12;}
.service-header h3{font-size: calc(18.5px * 1.35);
        line-height: 1.22;}
.service-header p{font-size: 18.5px;
        line-height: 1.69;}
.service-header a{color: #E0A21B;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 260ms var(--speed-hover), border-color 260ms var(--speed-hover);}
.service-header a:hover{color:inherit;
        border-bottom-color: #B23A1E;}
.service-header .visual-grid{padding-block: calc(var(--state-local) / 2);}
.service-header .offer-proof{row-gap: calc(var(--state-local) * 1.1);}
.service-header .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.67rem;}
.service-header .row-title h2{flex: 1 1 calc(1480px / 3);
        min-width: 0;}
.service-header .row-title > p{flex: 1 1 calc(1480px / 3);
        min-width: 0;}
.service-header .content-quote{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.service-header .local-form{flex: 1 1 var(--label-strong);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-main);}
.service-header .local-form p{margin-top: calc(1.5rem / 3);}
.service-header .local-form a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(18.5px * .875);}
.featured-copy{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);overflow:hidden}
.featured-copy .contact-intro{max-width:1480px;margin:0 auto}
.featured-copy .text-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-bottom:calc(1.67rem * 1.5)}
.featured-copy h2{margin:0;font-size:calc(18.5px * 2);line-height:1.05;letter-spacing:-0.01em}
.featured-copy .featured-area{margin:0;font-size:calc(18.5px * 1.125);line-height:1.69;}
.featured-copy .text-note{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start}
.featured-copy .local-form{flex:1 1 20rem;min-width:16rem;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--line-main)}
.featured-copy .local-form:nth-child(2){margin-top:calc(1.67rem * 1.5)}
.featured-copy .local-form:nth-child(4){margin-top:calc(1.67rem * 1.5)}
.featured-copy h3{margin:0;font-size:calc(18.5px * 1.35);line-height:1.15}
.featured-copy .local-form p{margin:calc(1.5rem * .75) 0 0;line-height:1.69;}
.featured-copy .simple-team{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main);display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.67rem;align-items:baseline}
.featured-copy .contact-header{margin:0;flex:1 1 22rem;line-height:1.69}
.featured-copy .direct-benefit{text-decoration:none;font-weight:600;border-bottom:1px solid #E0A21B;padding-bottom:1px;transition:color 260ms var(--speed-hover),border-color 260ms var(--speed-hover)}
.featured-copy .direct-benefit:hover{border-color:#B23A1E}
@media (max-width:720px){.featured-copy .local-form:nth-child(2),
  .featured-copy .local-form:nth-child(4){margin-top:0}
}
.top-header{--state-local:calc(1.5rem * 0.9);--mark-main:calc(1480px / 2.19);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.top-header .contact-intro{max-width:1480px;margin:0 auto;}
.top-header h1,.top-header h2,.top-header h3,.top-header p{margin:0;}
.top-header h2{font-size:calc(18.5px * 2);line-height:1.12;}
.top-header h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.top-header p{font-size:18.5px;line-height:1.69;color:color-mix(in srgb, currentColor 76%, transparent);}
.top-header .media-summary{display:flex;align-items:flex-start;gap:1.67rem;}
.top-header .offer-proof{row-gap:calc(var(--state-local) * 1.1);}
.top-header .soft-wrap{column-gap:calc(1.67rem * 1.05);}
.top-header .primary-copy{flex:1 1 calc(1480px / 3);min-width:0;}
.top-header .primary-copy p{margin-top:1.5rem;}
.top-header .offer-shell{flex:2 1 calc(1480px / 2);display:flex;flex-direction:column;gap:var(--state-local);min-width:0;}
.top-header .local-form{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid var(--line-main);}
.top-header .local-form p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.top-header .media-summary{flex-direction:column;}.top-header .offer-shell{margin-top:1.5rem;}.top-header .local-form{padding-inline-start:calc(1.5rem * .75);}
}
.compact-surface{--state-local:calc(1.5rem * 1.15);--type-meta:calc(1480px / 3.22);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.compact-surface .contact-intro{max-width:1480px;margin:0 auto;}
.compact-surface h2,.compact-surface h3,.compact-surface p{margin:0;}
.compact-surface h2{font-size:calc(18.5px * 2);line-height:1.12;}
.compact-surface h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.compact-surface p{font-size:18.5px;line-height:1.69;}
.compact-surface a{color:#E0A21B;text-decoration:none;border-bottom:1px solid rgba(224,162,27,0.55);}
.compact-surface a:hover{color:inherit;}
.compact-surface img{display:block;width:100%;max-width:var(--type-meta);height:auto;border-radius:0.44rem;margin-top:var(--state-local);}
.compact-surface .featured-area{margin-top:1.5rem;}
.compact-surface .content-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;margin-top:var(--state-local);}
.compact-surface .local-form{flex:1 1 calc(1480px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main);}
.compact-surface .local-form p{margin-top:calc(1.5rem / 3);color:#D8D1C4;}
.compact-surface .contact-header{margin-top:var(--state-local);padding:calc(1.5rem * .75) 1.5rem;background:#17140F;color:#D8D1C4;border-radius:0.44rem;}
.contact-plan{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:var(--paint-primary);
    color:var(--surface-clear);
}
.contact-plan .contact-intro{max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.contact-plan .service-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:1.67rem;
    padding:calc(1.5rem * .75);
    border-radius:1.33rem;
    border:1px solid var(--line-main);
    background:#1A1613;
    color:#F2ECE1;
}
.contact-plan .featured-area{flex:1 1 32rem;}
.contact-plan .featured-area h2{margin:0 0 0.6rem;
    font-size:calc(18.5px * 2);
    line-height:1.15;}
.contact-plan .featured-area p{margin:0 0 0.9rem;
    font-size:18.5px;
    line-height:1.69;}
.contact-plan .featured-area p:last-child{margin-bottom:0;}
.contact-plan .simple-team{display:flex;
    flex-direction:column;
    gap:0.6rem;
    flex:0 0 auto;}
.contact-plan .simple-team a{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.77rem;
    background:#E0A21B;
    color:#141210;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
    transition:background 260ms var(--speed-hover);
}
.contact-plan .simple-team a:last-child{
    background:#B23A1E;
    color:#F7EFE2;
}
.contact-plan .simple-team a:hover{
    background:#C68A0F;color:#F2ECE1;}
.contact-plan .simple-team a:last-child:hover{
    background:#8F2C14;color:#F2ECE1;}
.contact-plan .shell{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.67rem;}
.contact-plan .shell li{
    flex:1 1 18rem;
    display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding:calc(1.5rem * .75);
    border-radius:0.77rem;
    border:1px solid var(--line-main);
    background:#17140F;
    color:#D8D1C4;
}
.contact-plan .contact-header{font-size:calc(18.5px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.contact-plan .shell a{text-decoration:none;
    font-weight:700;
    word-break:break-word;}
.contact-plan .shell a:hover{}
.contact-plan .primary-copy{font-size:calc(18.5px * .875);
    line-height:1.69;}
@media (max-width:760px){.contact-plan .service-section{
        flex-direction:column;
    }.contact-plan .simple-team{
        flex-direction:row;
        flex-wrap:wrap;
    }
}
.narrow-stack{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #B23A1E;
  color: #F7EFE2;
}
.narrow-stack .contact-intro{max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.67rem * 1.5);
  align-items: flex-start;}
.narrow-stack .local-group{flex: 1 1 320px;
  min-width: 0;}
.narrow-stack h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.narrow-stack .local-group p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);}
.narrow-stack .service-menu{
  flex: 1 1 480px;
  min-width: 0;
  border-radius: 1.33rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
  overflow: hidden;
}
.narrow-stack .focused-stack{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--line-main);}
.narrow-stack .focused-stack span{font-size: calc(18.5px * .875);}
.narrow-stack a{text-decoration: none;}
.narrow-stack .focused-stack a{}
.narrow-stack .simple-actions{display: flex;
  flex-direction: column;}
.narrow-stack .simple-actions a{display: block;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--line-main);}
.narrow-stack .simple-actions a:last-child{border-bottom: 0;}
.narrow-stack .simple-actions strong,
.narrow-stack .simple-actions small,
.narrow-stack .simple-actions span{display: block;}
.narrow-stack .simple-actions strong{font-size: 18.5px;}
.narrow-stack .simple-actions small{margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(18.5px * .875);}
.narrow-stack .simple-actions span{}
@media (max-width: 780px) {.narrow-stack .focused-stack{
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-items{background:var(--paint-primary);color:var(--surface-clear);padding:calc(1.5rem * 2.4) 2.07rem}
.team-items .contact-intro{max-width:min(1480px,64rem);margin:0 auto}
.team-items .main-entries{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.67rem * 1.5)}
.team-items .contact-header{margin:0;color:#D8D1C4;line-height:1.65}
.team-items h2{margin:0;font-size:clamp(calc(18.5px * 2),5vw,calc(18.5px * 2.65));line-height:1.06;letter-spacing:0}
.team-items .narrow-list{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.77rem;filter:grayscale(1) contrast(1.05)}
.team-items .offer-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.team-items .offer-entries a{padding:calc(1.5rem * .75);border-radius:0.3rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);text-decoration:none;transition:background 260ms var(--speed-hover),color 260ms var(--speed-hover)}
.team-items .offer-entries a:hover{background:#B23A1E;color:#F7EFE2;border-color:#B23A1E}
.team-items .offer-entries>a:first-child{background:#E0A21B;color:#141210;border-color:#E0A21B}
.team-items .offer-entries>a:first-child:hover{background:#C68A0F;color:#141210}
.team-items .media-grid{display:flex;flex-direction:column;gap:calc(1.5rem * .75);width:100%;border-top:1px solid var(--line-main);padding-top:calc(1.67rem * 1.5)}
.team-items .steady-form{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:baseline}
.team-items .bottom-body{flex:0 0 8rem;font-size:calc(18.5px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#E0A21B}
.team-items .primary-summary{margin:0;flex:1 1 18rem;line-height:1.6}
.team-items .contact-summary{margin:0;color:#D8D1C4;line-height:1.7}
@media (max-width:640px){.team-items .bottom-body{flex-basis:100%}
}
.service-team{
    padding:calc(1.5rem * 2.4) 2.07rem;
    background:var(--paint-primary);
    color:var(--surface-clear);
    background-image:linear-gradient(150deg, rgba(224,162,27,0.08) 0%, rgba(178,58,30,0.06) 45%, transparent 75%);
}
.service-team .contact-intro{max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.service-team .featured-area h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(18.5px * 2);
    line-height:1.15;
    letter-spacing:-0.01em;}
.service-team .featured-area p{margin:0;
    font-size:18.5px;
    line-height:1.69;}
.service-team .team-note{display:flex;
    flex-wrap:wrap;
    gap:1.67rem;}
.service-team .simple-team{
    flex:1 1 260px;
    min-width:240px;
    padding:calc(1.5rem * .75);
    background:#1A1613;
    color:#F2ECE1;
    border:1px solid var(--line-main);
    border-radius:0.77rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
}
.service-team .simple-team .plain-track{
    display:inline-block;
    align-self:flex-start;
    padding:0.2rem 0.6rem;
    font-size:calc(18.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    background:#B23A1E;
    color:#F7EFE2;
    border-radius:0.3rem;
}
.service-team .simple-team a{text-decoration:none;
    font-size:calc(18.5px * 1.125);
    font-weight:700;
    word-break:break-word;
    border-bottom:1px solid transparent;
    transition:color 260ms var(--speed-hover), border-color 260ms var(--speed-hover);}
.service-team .simple-team a:hover,
.service-team .simple-team a:focus-visible{border-bottom-color:#B23A1E;}
.service-team .simple-team .shell{margin:0;
    font-size:18.5px;}
.service-team .simple-team .contact-header{margin:0;
    font-size:calc(18.5px * .875);
    line-height:1.55;}
.service-team .team-panel{padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid var(--line-main);
    display:flex;
    flex-direction:column;
    gap:0.75rem;}
.service-team .team-panel .primary-copy{margin:0;
    font-size:18.5px;
    line-height:1.69;}
.service-team .team-panel .direct-benefit{margin:0;
    font-size:calc(18.5px * .875);}
.service-team .team-panel .direct-benefit a{text-decoration:none;
    border-bottom:1px solid var(--line-main);
    transition:color 260ms var(--speed-hover), border-color 260ms var(--speed-hover);}
.service-team .team-panel .direct-benefit a:hover,
.service-team .team-panel .direct-benefit a:focus-visible{border-bottom-color:#B23A1E;}
@media (max-width:760px){.service-team .team-note{flex-direction:column;}.service-team .simple-team{flex:1 1 auto;}
}
.clear-grid{--state-local:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.clear-grid .contact-intro{max-width:1480px;margin:0 auto;}
.clear-grid h1,.clear-grid h2,.clear-grid h3,.clear-grid p{margin:0;}
.clear-grid h2{font-size:calc(18.5px * 2);line-height:1.12;}
.clear-grid p{font-size:18.5px;line-height:1.69;color:#D8D1C4;}
.clear-grid a{color:#E0A21B;text-decoration:none;}
.clear-grid a:hover{color:inherit;}
.clear-grid img{display:block;width:min(30rem,100%);max-width:100%;height:auto;border-radius:0.77rem;flex:0 1 min(30rem,40vw);filter:grayscale(1) contrast(1.05);}
.clear-grid .callout{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.3rem;background:#E0A21B;color:#141210;font-weight:600;letter-spacing:0.01em;}
.clear-grid .callout:hover{background:#C68A0F;color:#141210;}
.clear-grid .team-track{display:flex;align-items:center;justify-content:space-between;gap:1.67rem;flex-wrap:wrap;}
.clear-grid .team-track .primary-copy{flex:1 1 26rem;min-width:0;}
.clear-grid .featured-area{color:var(--surface-clear);}
.clear-grid .contact-header{color:#D8D1C4;}
.clear-grid .simple-team{margin-top:calc(1.67rem * 1.5);font-size:calc(18.5px * .875);color:#D8D1C4;}
.clear-grid .team-track h2,.clear-grid .team-track p,.clear-grid .team-track .callout{margin-top:1.5rem;}
.clear-grid .team-track h2:first-child{margin-top:0;}
.clear-grid .team-track img{margin-top:var(--state-local);}
@media (max-width:720px){.clear-grid .team-track{flex-direction:column;align-items:flex-start;}.clear-grid img{width:100%;flex:1 1 auto;}
}
.simple-figure{--state-local:calc(1.5rem * 1.2);--type-meta:calc(1480px / 3.4);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.simple-figure .contact-intro{max-width:1480px;margin:0 auto;}
.simple-figure h1,.simple-figure h2,.simple-figure h3,.simple-figure p{margin:0;}
.simple-figure h2{font-size:calc(18.5px * 2);line-height:1.12;}
.simple-figure p{font-size:18.5px;line-height:1.69;}
.simple-figure a{text-decoration:none;border-bottom:1px solid var(--line-main);}
.simple-figure a:hover{}
.simple-figure img{display:block;width:100%;height:auto;border-radius:0.44rem;filter:grayscale(1) contrast(1.05);}
.simple-figure .featured-area{margin-top:1.5rem;}
.simple-figure .content-quote{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.simple-figure .local-form{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #B23A1E;}
.simple-figure .local-form p{}
.simple-figure .local-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.simple-figure .local-content>.primary-copy{flex:1 1 calc(1480px / 3);min-width:0;}
.simple-figure .local-content>.content-quote{flex:2 1 calc(1480px / 2);margin-top:0;}
.simple-figure .local-content>img{flex:0 1 var(--type-meta);margin-left:auto;align-self:stretch;object-fit:cover;}
.simple-figure .simple-team{margin-top:calc(1.67rem * 1.5);font-size:calc(18.5px * .875);}
@media (max-width:820px){.simple-figure .local-content>img{flex:1 1 100%;margin-left:0;max-height:340px;}
}
.clear-panel{--state-local:calc(1.5rem * 1.2);--mark-main:calc(1480px / 3.05);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.clear-panel .contact-intro{max-width:1480px;margin:0 auto;}
.clear-panel h2,.clear-panel h3,.clear-panel p{margin:0;}
.clear-panel h2{font-size:calc(18.5px * 2);line-height:1.12;}
.clear-panel h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.clear-panel p{font-size:18.5px;line-height:1.69;color:#D8D1C4;}
.clear-panel a{color:#E0A21B;text-decoration:none;}
.clear-panel a:hover{color:inherit;}
.clear-panel .local-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.clear-panel .local-service>h2{flex:1 1 calc(1480px / 3);min-width:0;}
.clear-panel .local-service>.featured-area{flex:1 1 calc(1480px / 3);min-width:0;}
.clear-panel .local-service>.content-quote{flex:1 1 100%;}
.clear-panel .content-quote{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.clear-panel .local-form{flex:1 1 calc(1480px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.clear-panel .local-form p{color:#F2ECE1;opacity:.85;}
.clear-panel .local-form h3{margin-top:calc(1.5rem / 3);}
.clear-panel .local-form a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.5px * .875);}
.clear-panel .contact-header{flex:1 1 100%;margin-top:var(--state-local);font-size:calc(18.5px * .875);color:#D8D1C4;}
.featured-brand{--state-local:calc(1.5rem * 1.10);--label-strong:calc(1480px / 3.42);padding:calc(1.5rem * 2.4) 2.07rem;background:#B23A1E;color:#F7EFE2;}
.featured-brand .contact-intro{max-width:1480px;margin:0 auto;}
.featured-brand h2,.featured-brand h3,.featured-brand p{margin:0;}
.featured-brand h2{font-size:calc(18.5px * 2);line-height:1.12;}
.featured-brand h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.featured-brand p{font-size:18.5px;line-height:1.69;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-brand .featured-area{margin-top:1.5rem;}
.featured-brand .featured-header{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.featured-brand .local-form{flex:1 1 var(--label-strong);min-width:0;padding:calc(var(--state-local) * .75);border-radius:0.44rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.featured-brand .local-form p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.featured-brand .local-form{flex:1 1 100%;}
}
.service-shell{--state-local:calc(1.5rem * 1.05);--mark-main:calc(1480px / 2.90);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.service-shell .contact-intro{max-width:1480px;margin:0 auto;}
.service-shell h2,.service-shell h3,.service-shell p{margin:0;}
.service-shell h2{font-size:calc(18.5px * 2);line-height:1.12;}
.service-shell p{font-size:18.5px;line-height:1.69;}
.service-shell a{color:#E0A21B;text-decoration:none;}
.service-shell a:hover{color:inherit;}
.service-shell .clear-block{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.service-shell .primary-copy{flex:1 1 22rem;min-width:0;}
.service-shell .primary-copy .featured-area{margin-top:1.5rem;color:#D8D1C4;}
.service-shell .callout{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.3rem;background:#E0A21B;color:#141210;font-weight:700;}
.service-shell .callout:hover{background:#C68A0F;color:#141210;}
.service-shell .wide-contact{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--state-local);margin-top:1.5rem;}
.service-shell details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.service-shell summary{cursor:pointer;font-weight:700;font-size:calc(18.5px * 1.125);line-height:1.3;}
.service-shell details p{margin-top:calc(1.5rem / 3);color:#D8D1C4;}
.service-shell .contact-header{flex:1 1 100%;margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main);color:#D8D1C4;font-size:calc(18.5px * .875);}
@media (min-width:900px){.service-shell .primary-copy{flex:1 1 auto;}.service-shell .callout{flex:0 0 auto;}.service-shell .wide-contact{flex-direction:row;flex-wrap:wrap;}.service-shell details{flex:1 1 calc(50% - 1.67rem);}
}
.simple-section{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);overflow:hidden}
.simple-section .contact-intro{max-width:1480px;margin:0 auto}
.simple-section .featured-area{margin:0 0 calc(1.67rem * 1.5);padding-bottom:calc(1.67rem * 1.5);border-bottom:1px solid var(--line-main)}
.simple-section h2{margin:0;font-size:calc(18.5px * 2);line-height:1.05;letter-spacing:-0.01em}
.simple-section .featured-area p{margin:calc(1.5rem * .75) 0 0;font-size:calc(18.5px * 1.125);line-height:1.69;}
.simple-section .text-note{display:flex;flex-wrap:wrap;gap:1.67rem}
.simple-section .local-form{flex:1 1 22rem;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);border-left:2px solid #B23A1E}
.simple-section .local-form:nth-child(2){border-left-color:#E0A21B}
.simple-section .local-form:nth-child(4){border-left-color:#E0A21B}
.simple-section strong{display:block;font-size:calc(18.5px * 1.35);line-height:1.15}
.simple-section .local-form p{margin:calc(1.5rem * .75) 0 0;line-height:1.69;}
.simple-section .simple-team{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main)}
.simple-section .simple-team p{margin:0;font-size:calc(18.5px * .875);line-height:1.69;}
.simple-section .simple-team a{text-decoration:none;border-bottom:1px solid #E0A21B}
.simple-section .simple-team a:hover{border-bottom-color:#B23A1E}
@media (max-width:720px){.simple-section .local-form{flex:1 1 100%;padding-left:1.5rem}
}
.top-form{
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: var(--paint-primary);
        color: var(--surface-clear)
    }
.top-form .contact-intro{max-width: 1480px;
        margin: 0 auto}
.top-form .text-headline{display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);
        align-items: flex-start}
.top-form .text-callout{min-width: 0}
.top-form h2{margin: 0;
        font-size: calc(18.5px * 2);
        line-height: 1.1}
.top-form .text-callout p{margin: 1.5rem 0 0;
        font-size: calc(18.5px * 1.125);
        line-height: 1.69}
.top-form ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.top-form li{display: flex;
        gap: 1.67rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.top-form li + li{border-top: 1px solid var(--line-main)}
.top-form strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(18.5px * 1.35);
        line-height: 1.18;
        color: #E0A21B}
.top-form span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.69}
@media (max-width: 760px) {.top-form .text-headline, .top-form li{
            display: block
        }.top-form ul{
            margin-top: calc(1.67rem * 1.5)
        }.top-form span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.logo{--state-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.logo .contact-intro{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.logo h2,.logo h3,.logo p{margin:0;}
.logo h2{font-size:calc(18.5px * 2);line-height:1.14;}
.logo h3{font-size:calc(18.5px * 1.35);line-height:1.24;}
.logo p{font-size:18.5px;line-height:1.69;}
.logo .text-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.logo .featured-area{color:#D8D1C4;}
.logo .wide-contact{display:flex;flex-direction:column;gap:1.67rem;}
.logo .local-form{padding:calc(1.5rem * .75) calc(1.67rem * 1.5);border-left:3px solid #B23A1E;background:#1A1613;color:#F2ECE1;border-radius:0.44rem;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .55);}
.logo .local-form p{color:#F2ECE1;}
.logo a{color:#E0A21B;text-decoration:underline;text-underline-offset:3px;}
.logo a:hover{color:inherit;}
@media (min-width:900px){.logo .contact-intro{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:2.07rem;align-items:start;}.logo .text-callout{position:sticky;top:1.5rem;}
}
.main-method{--state-local:calc(1.5rem * 1.32);--type-meta:calc(1480px / 3.9);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.main-method .contact-intro{max-width:1480px;margin:0 auto;}
.main-method h2,.main-method h3,.main-method p{margin:0;}
.main-method h2{font-size:calc(18.5px * 2);line-height:1.14;letter-spacing:-0.01em;}
.main-method h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.main-method p{font-size:18.5px;line-height:1.69;}
.main-method .contact-header{font-size:calc(18.5px * .875);text-transform:uppercase;letter-spacing:0.14em;margin-bottom:calc(calc(1.67rem * 1.5) / 2);}
.main-method .content-quote{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.main-method .local-form{flex:1 1 calc(1480px / 3.5);min-width:0;padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.44rem;background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);}
.main-method .local-form img{display:block;width:100%;height:auto;border-radius:0.3rem;margin-bottom:calc(calc(1.67rem * 1.5) / 2);filter:grayscale(100%);}
.main-method .local-form p{margin-top:calc(calc(1.67rem * 1.5) / 3);}
.main-method .simple-team{margin-top:var(--state-local);padding-top:calc(calc(1.67rem * 1.5) / 1.4);border-top:1px solid var(--line-main);font-size:calc(18.5px * .875);}
.main-method .simple-team a{text-decoration:underline;text-underline-offset:3px;}
.main-method .simple-team a:hover{}
@media (max-width:720px){.main-method .local-form{flex:1 1 100%;}
}
.public-footer{--state-local:calc(1.5rem * 1.42);--type-meta:calc(1480px / 3.88);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.public-footer .contact-intro{max-width:1480px;margin:0 auto;}
.public-footer h1,.public-footer h2,.public-footer h3,.public-footer p{margin:0;}
.public-footer h2{font-size:calc(18.5px * 2);line-height:1.12;}
.public-footer p{font-size:18.5px;line-height:1.69;color:#D8D1C4;}
.public-footer a{color:#E0A21B;text-decoration:none;}
.public-footer a:hover{color:inherit;}
.public-footer img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.44rem;flex:0 1 min(28rem,38vw);filter:grayscale(1) contrast(1.05);}
.public-footer .callout{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.3rem;background:#E0A21B;color:#141210;font-weight:600;}
.public-footer .callout:hover{background:#C68A0F;color:#141210;}
.public-footer .team-track{display:flex;align-items:flex-start;justify-content:space-between;gap:1.67rem;flex-wrap:wrap;}
.public-footer .team-track .primary-copy{flex:1 1 26rem;min-width:0;}
.public-footer .featured-area,.public-footer .contact-header{max-width:none;}
.public-footer .team-track h2,.public-footer .team-track p,.public-footer .team-track .callout{margin-top:1.5rem;}
.public-footer .team-track img{margin-top:var(--state-local);}
.public-footer .simple-team{margin-top:calc(1.67rem * 1.5);font-size:calc(18.5px * .875);color:#D8D1C4;}
.public-footer .simple-team a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:720px){.public-footer .team-track{flex-direction:column-reverse;}.public-footer img{flex:1 1 auto;width:100%;}
}
.open-block{padding:calc(1.5rem*2.6) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.open-block .featured-content,.open-block .strong-block{max-width:1480px;margin:0 auto}
.open-block h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em}
.open-block .primary-content{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.1rem 0 1.4rem}
.open-block .primary-content span{background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.3rem;padding:.38rem .7rem;font-size:calc(18.5px * .875)}
.open-block .main-view{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.77rem;box-shadow:0 8px 16px rgba(0,0,0,0.22);margin:0 auto 1.6rem}
.open-block .strong-block{background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.77rem;padding:calc(calc(1.5rem * .75) * 1.1)}
.open-block .soft-section{margin:0;font-size:calc(18.5px * 1.125);line-height:1.55}
.open-block .clear-flow{margin-top:calc(1.67rem * 1.5)}
.open-block .clear-flow h2{margin:0 0 .5rem;font-size:clamp(1.3rem,2.5vw,1.85rem);line-height:1.18}
.open-block .clear-flow p{margin:.6rem 0 0;line-height:1.65;opacity:.9}
.open-block .simple-team{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:calc(calc(1.67rem * 1.5) * 1.2);padding-top:calc(1.67rem * 1.5);border-top:1px solid var(--line-main)}
.open-block .simple-team a{color:#E0A21B;text-decoration:none;font-size:18.5px;border-bottom:1px solid transparent;transition:color 260ms var(--speed-hover),border-color 260ms var(--speed-hover)}
.open-block .simple-team a:hover{color:inherit;border-bottom-color:#B23A1E}
@media (max-width:640px){
  .open-block{padding:calc(1.5rem*1.6) 2.07rem}
  .open-block .strong-block{padding:calc(1.5rem * .75)}
}
.quiet-contact{
  background: linear-gradient(160deg, #0E0C0A 0%, #1A1613 55%, #2A1A12 100%);
  color: #F2ECE1;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.quiet-contact .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.67rem;}
.quiet-contact h2,
.quiet-contact h3,
.quiet-contact p{margin: 0;}
.quiet-contact h2{font-size: calc(18.5px * 2); line-height: 1.08;}
.quiet-contact h3{font-size: calc(18.5px * 1.35); line-height: 1.16;}
.quiet-contact p{font-size: 18.5px; line-height: 1.69;}
.quiet-contact .bottom-wrap{
  display: grid;
  gap: calc(1.67rem * 1.5);
  align-content: start;
  padding: calc(1.67rem * 1.5);
  border-radius: 1.33rem;
  background: linear-gradient(120deg, #E0A21B 0%, #B23A1E 100%);
  color: #141210;
}
.quiet-contact .site-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-contact .direct-story{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.44rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
  animation: peopleTimelineIn calc(260ms * 2.2) var(--speed-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.quiet-contact i{
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #E0A21B;color:#141210;}
.quiet-contact .direct-story span{font-size: calc(18.5px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.67rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.quiet-contact .contact-intro,
  .quiet-contact .direct-story{ grid-template-columns: 1fr; }
}
.compact-block{
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: #17140F;
        color: #D8D1C4
    }
.compact-block .contact-intro{max-width: 1480px;
        margin: 0 auto}
.compact-block .media-summary{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: calc(1.67rem * 1.5);
        align-items: start}
.compact-block .offer-copy h2{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(18.5px * 2);
        line-height: 1.1}
.compact-block .offer-copy .featured-area{margin: 0;
        font-size: 18.5px;
        line-height: 1.69}
.compact-block .open-contact p{margin: 0 0 calc(1.5rem * .75);
        font-size: 18.5px;
        line-height: 1.69}
.compact-block .open-contact p:last-of-type{margin-bottom: 0}
.compact-block .area{display: flex;
        flex-wrap: wrap;
        gap: calc(1.67rem * .6);
        margin-top: calc(1.67rem * 1.5)}
.compact-block .contact-header{
        display: inline-block;
        padding: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
        border: 1px solid var(--line-main);
        border-radius: 0.3rem;
        background: #1A1613;
        color: #F2ECE1;
        font-size: calc(18.5px * .875);
        line-height: 1.3
    }
@media (max-width: 860px) {.compact-block .media-summary{
            grid-template-columns: minmax(0, 1fr)
        }
    }
.wide-quote{
  background: linear-gradient(160deg, #0E0C0A 0%, #1A1613 55%, #2A1A12 100%);
  color: #F2ECE1;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.wide-quote .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  align-items: flex-end;}
.wide-quote .top-items{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.wide-quote h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.05;
  letter-spacing: 0.01em;}
.wide-quote .top-items p{margin: 0;
  line-height: 1.69;}
.wide-quote .quiet-intro{flex: 1 1 26rem;
  min-width: 0;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 1.33rem;
  filter: grayscale(1) contrast(1.05);}
.wide-quote .soft-actions{flex-basis: 100%;
  display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-end;
  overflow-x: auto;
  padding-top: 1.5rem;
  scrollbar-width: thin;}
.wide-quote .contact-story{display: block;
  flex: 0 0 min(17rem, 68vw);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.77rem;
  border: 1px solid var(--line-main);
  filter: grayscale(1) contrast(1.05);
  transform: translateY(var(--axis-strong, 0));
  transition: transform 260ms var(--speed-hover);}
.wide-quote .contact-story:hover{transform: translateY(0);}
@media (max-width: 720px) {.wide-quote .quiet-intro{
    aspect-ratio: 4 / 3;
  }
}
.page-story{padding:calc(1.5rem * 2.4) 2.07rem;background:#17140F;color:#D8D1C4;}
.page-story .contact-intro{max-width:1480px;margin:0 auto;}
.page-story .offer-copy{margin-bottom:calc(1.67rem * 1.5);}
.page-story .offer-copy h2{margin:0;font-size:calc(18.5px * 2);line-height:1.15;}
.page-story .offer-copy p{margin:calc(1.5rem * .75) 0 0;font-size:18.5px;line-height:1.69;}
.page-story .open-footer{display:flex;flex-direction:column;border-top:1px solid var(--line-main);}
.page-story .open-footer article{display:grid;grid-template-columns:minmax(180px,0.7fr) 1.3fr;gap:1.67rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-main);}
.page-story .open-footer h3{margin:0;font-size:18.5px;font-weight:600;line-height:1.3;}
.page-story .open-footer p{margin:0;font-size:18.5px;line-height:1.69;}
.page-story .open-footer a{color:#E0A21B;text-decoration:underline;text-underline-offset:3px;}
.page-story .open-footer a:hover{color:inherit;}
@media (max-width:760px){.page-story .open-footer article{grid-template-columns:1fr;gap:calc(1.5rem * .75);}
    }
.controls{padding:calc(1.5rem*2.6) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.controls .featured-content,
.controls .strong-block{max-width:1480px;margin:0 auto}
.controls h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em}
.controls .primary-content{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.1rem 0 0}
.controls .primary-content span{background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.3rem;padding:.4rem .7rem;font-size:calc(18.5px * .875)}
.controls .main-view{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.77rem;box-shadow:0 8px 16px rgba(0,0,0,0.22);margin:1.6rem auto 0;filter:grayscale(100%)}
.controls .strong-block{margin-top:calc(1.67rem * 1.5);background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.77rem;padding:calc(1.5rem * .75)}
.controls .strong-block p{margin:.9rem 0 0;line-height:1.68;opacity:.88}
.controls .soft-section{font-size:calc(18.5px * 1.125);opacity:1;margin-top:0}
.controls .clear-flow{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.67rem * 1.5);border-top:1px solid var(--line-main)}
.controls .clear-flow h2{margin:0;font-size:clamp(1.35rem,2.6vw,1.9rem);line-height:1.18}
.controls .soft-callout{margin-top:1.1rem;font-size:calc(18.5px * .875)}
.controls a{color:#E0A21B;text-decoration:underline;text-underline-offset:3px}
.controls a:hover{color:inherit;}
@media (max-width:640px){
  .controls{padding:calc(1.5rem*1.8) 2.07rem}
  .controls .strong-block{padding:1.67rem}
}
.text-panel{
  background: linear-gradient(160deg, #0E0C0A 0%, #1A1613 55%, #2A1A12 100%);
  color: #F2ECE1;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.text-panel .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.67rem;
  align-items: start;}
.text-panel h2,
.text-panel h3,
.text-panel p{margin: 0;}
.text-panel h2{font-size: calc(18.5px * 2); line-height: 1.1;}
.text-panel h3{font-size: calc(18.5px * 1.35); line-height: 1.18;}
.text-panel p{font-size: 18.5px; line-height: 1.69;}
.text-panel .bottom-wrap{
  display: grid;
  gap: calc(1.67rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
  box-shadow: 0 1px 4px rgba(0,0,0,0.17);
}
.text-panel .contact-header{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #B23A1E;
  color: #F7EFE2;
}
.text-panel .contact-header span{font-size: calc(18.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .85;}
.text-panel .contact-header p{font-size: calc(18.5px * .875);}
.text-panel .site-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-panel .direct-story{
  display: grid;
  grid-template-columns: .7rem minmax(6rem, .22fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #17140F;
  color: #D8D1C4;
  border-left: 2px solid #E0A21B;
  animation: crewRouteIn calc(260ms * 2) var(--speed-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.text-panel .direct-story h3{}
.text-panel .direct-story span{font-size: calc(18.5px * .875);}
.text-panel i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #B23A1E;color:#F7EFE2;}
@keyframes crewRouteIn {from{ opacity: .25; transform: translateY(calc(calc(1.67rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.text-panel .contact-intro{ grid-template-columns: 1fr; }.text-panel .direct-story{ grid-template-columns: .7rem minmax(0, 1fr); }.text-panel .direct-story span,
  .text-panel .direct-story h3,
  .text-panel .direct-story p{ grid-column: 2; }
}
.top-quote{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.top-quote .contact-intro{max-width:min(1480px,56rem);margin:0 auto}
.top-quote .text-callout{display:flex;flex-direction:column;gap:1.5rem}
.top-quote h2{margin:0;font-size:calc(18.5px * 2);line-height:1.08;letter-spacing:-0.01em}
.top-quote .text-callout p{margin:0;color:#D8D1C4;line-height:1.69}
.top-quote .site-steps{margin-top:calc(1.67rem * 1.5);border-top:1px solid var(--line-main)}
.top-quote details{padding:1.5rem 0;border-bottom:1px solid var(--line-main)}
.top-quote summary{cursor:pointer;font-size:calc(18.5px * 1.35);line-height:1.22;list-style:none;display:flex;justify-content:space-between;gap:1.67rem;align-items:baseline}
.top-quote summary::-webkit-details-marker{display:none}
.top-quote summary::after{content:"+";font-size:calc(18.5px * 1.125);line-height:1;color:#E0A21B;flex:0 0 auto}
.top-quote details[open] summary::after{content:"–"}
.top-quote details p{margin:1.5rem 0 0;color:#D8D1C4;line-height:1.69}
@media(max-width:720px){.top-quote .site-steps{margin-top:calc(1.67rem * 1.5)}.top-quote summary{font-size:18.5px}
}
.bottom-story{
  background: linear-gradient(160deg, #0E0C0A 0%, #1A1613 55%, #2A1A12 100%);
  color: #F2ECE1;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.bottom-story .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: calc(1.67rem * 1.5) 1.67rem;
  align-items: start;}
.bottom-story h2,
.bottom-story h3,
.bottom-story p{margin: 0;}
.bottom-story h2{font-size: calc(18.5px * 2);
  line-height: 1.08;
  letter-spacing: 0.01em;}
.bottom-story h3{font-size: calc(18.5px * 1.35);
  line-height: 1.18;}
.bottom-story p{font-size: 18.5px;
  line-height: 1.69;}
.bottom-story .menu{grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: 0.35rem;
  border-left: 1px solid var(--line-main);
  padding-left: calc(1.5rem * .75);}
.bottom-story .menu a{text-decoration: none;
  font-size: calc(18.5px * .875);
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-bottom: 2px;}
.bottom-story .menu a:hover{}
.bottom-story .top-visual{grid-area: story;
  display: grid;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.67rem * 1.5);
  border-bottom: 1px solid var(--line-main);}
.bottom-story .plain-inner{grid-area: entries;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.bottom-story [data-block]{
  flex: 1 1 15rem;
  display: grid;
  gap: 0.55rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
  animation: galleryRailIn calc(260ms * 2.2) var(--speed-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.bottom-story [data-block] span{font-size: calc(18.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@keyframes galleryRailIn {from{ opacity: 0.2; transform: translateY(calc(calc(1.67rem * 1) * 0.14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.bottom-story .contact-intro{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.bottom-story .menu{
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line-main);
    padding-top: calc(1.5rem * .75);
  }
}
.featured-story{padding:calc(1.5rem * 2.4) 2.07rem;background:#17140F;color:#D8D1C4;}
.featured-story .contact-intro{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.featured-story .featured-area{padding-bottom:calc(1.67rem * 1.5);border-bottom:1px solid var(--line-main);}
.featured-story .featured-area h3{margin:0 0 10px;font-size:calc(18.5px * 1.35);}
.featured-story .featured-area p{margin:0;}
.featured-story .bottom-service{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start;}
.featured-story .steady-form{flex:1 1 320px;min-width:0;}
.featured-story .team-panel{flex:1 1 320px;min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--line-main);border-radius:0.77rem;background:#1A1613;color:#F2ECE1;box-shadow:0 1px 4px rgba(0,0,0,0.17);}
.featured-story .steady-form h3,
    .featured-story .team-panel h3{margin:0 0 8px;font-size:18.5px;}
.featured-story .steady-form p,
    .featured-story .team-panel p{margin:0 0 12px;}
.featured-story .team-panel p:last-of-type{margin-bottom:0;}
.featured-story .simple-team{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:calc(1.5rem * .75);}
.featured-story .simple-team a{color:#E0A21B;text-decoration:none;border-bottom:1px solid #E0A21B;padding-bottom:2px;transition:color 260ms var(--speed-hover),border-color 260ms var(--speed-hover);}
.featured-story .simple-team a:hover{color:inherit;border-color:#B23A1E;}
@media (max-width:700px){.featured-story .bottom-service{flex-direction:column;}
    }
.top-area{padding:calc(1.5rem*2.6) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.top-area .featured-content,.top-area .strong-block{max-width:1480px;margin:0 auto}
.top-area h1{margin:0;color:var(--surface-clear);font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em}
.top-area .primary-content{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 0}
.top-area .primary-content span{background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.3rem;padding:.38rem .7rem;font-size:calc(18.5px * .875);text-transform:uppercase;letter-spacing:.06em}
.top-area .main-view{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.77rem;box-shadow:0 8px 16px rgba(0,0,0,0.22);margin:calc(1.67rem * 1.5) auto 0;filter:grayscale(1) contrast(1.05)}
.top-area .strong-block{background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.77rem;padding:calc(1.5rem * .75);margin-top:calc(1.67rem * 1.5)}
.top-area p{margin:.9rem 0 0;color:#F2ECE1;opacity:.88;line-height:1.69}
.top-area .soft-section{font-size:calc(18.5px * 1.125);opacity:1;margin-top:0}
.top-area h2{margin:calc(1.67rem * 1.5) 0 0;color:#F2ECE1;font-size:clamp(1.35rem,2.6vw,1.9rem);line-height:1.18}
.top-area .clear-flow:first-of-type h2{margin-top:calc(1.5rem * .75)}
.top-area .soft-callout{margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--line-main)}
.top-area .soft-callout a{color:#E0A21B;text-decoration:none;border-bottom:1px solid var(--line-main)}
.top-area .soft-callout a:hover{color:inherit;border-bottom-color:#B23A1E}
.top-area .top-menu{display:flex;flex-wrap:wrap;align-items:center;gap:1.67rem;margin-top:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main)}
.top-area .fresh-team{display:inline-block;background:#E0A21B;color:#141210;border-radius:0.44rem;padding:.85rem 1.4rem;font-size:18.5px;text-decoration:none;transition:background 260ms var(--speed-hover)}
.top-area .fresh-team:hover{background:#C68A0F;color:#F2ECE1;}
.top-area .top-entries{color:#D8D1C4;font-size:calc(18.5px * .875)}
@media (max-width:720px){
  .top-area{padding:calc(1.5rem*1.6) 2.07rem}
  .top-area .main-view{max-height:340px}
  .top-area .top-menu{flex-direction:column;align-items:flex-start}
}
.main-contact{
  background: linear-gradient(160deg, #0E0C0A 0%, #1A1613 55%, #2A1A12 100%);
  color: #F2ECE1;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.main-contact .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.67rem;
  align-items: start;}
.main-contact h2,
.main-contact h3,
.main-contact p{margin: 0;}
.main-contact h2{font-size: calc(18.5px * 2); line-height: 1.08;}
.main-contact h3{font-size: calc(18.5px * 1.35); line-height: 1.16;}
.main-contact p{font-size: 18.5px; line-height: 1.69;}
.main-contact .bottom-wrap{
  display: grid;
  gap: calc(1.67rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.33rem;
  background: linear-gradient(120deg, #E0A21B 0%, #B23A1E 100%);
  color: #141210;
  position: sticky;
  top: 1.5rem;
}
.main-contact .site-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.main-contact .direct-story{
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
  animation: peopleTimelineIn calc(260ms * 2.2) var(--speed-hover) both;
  animation-delay: var(--speed-nav, 0ms);
}
.main-contact i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #E0A21B;color:#141210;}
.main-contact .direct-story span{grid-area: role;
  font-size: calc(18.5px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.main-contact .direct-story h3{grid-area: name;}
.main-contact .direct-story p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.67rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.main-contact .contact-intro{ grid-template-columns: 1fr; }.main-contact .bottom-wrap{ position: static; }
}
.top-story{
        padding: calc(1.5rem * 2.4) 2.07rem;
        background: var(--paint-primary);
        color: var(--surface-clear)
    }
.top-story .contact-intro{max-width: 1480px;
        margin: 0 auto}
.top-story .text-headline{display: flex;
        flex-direction: column;
        gap: calc(1.67rem * 1.5);
        align-items: flex-start}
.top-story .text-callout{min-width: 0}
.top-story h2{margin: 0;
        font-size: calc(18.5px * 2);
        line-height: 1.1}
.top-story .text-callout p{margin: 1.5rem 0 0;
        font-size: calc(18.5px * 1.125);
        line-height: 1.69;
        color: #D8D1C4}
.top-story ul{width: 100%;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.top-story li{display: flex;
        gap: 1.67rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.top-story li + li{border-top: 1px solid var(--line-main)}
.top-story strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(18.5px * 1.35);
        line-height: 1.18}
.top-story span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.69;
        color: #D8D1C4}
@media (max-width: 760px) {.top-story li{
            display: block
        }.top-story span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.plain-note{
  background: #17140F;
  color: #D8D1C4;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.plain-note .contact-intro{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  align-items: start;}
.plain-note h2,
.plain-note h3,
.plain-note p{margin: 0;}
.plain-note .bottom-contact{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1.33rem;
  background: #B23A1E;
  color: #F7EFE2;
}
.plain-note h2{font-size: calc(18.5px * 2);
  line-height: 1.08;}
.plain-note .bottom-contact p{line-height: 1.69;
  font-size: 18.5px;}
.plain-note .local-items{display: block;
  grid-column: span 4;
  width: 100%;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 1.33rem;}
.plain-note .simple-note{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
}
.plain-note .direct-grid{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.44rem;}
.plain-note h3{font-size: calc(18.5px * 1.125);
  line-height: 1.22;}
.plain-note .simple-note p{font-size: calc(18.5px * .875);
  line-height: 1.69;}
@media (max-width: 980px) {.plain-note .contact-intro{ grid-template-columns: 1fr 1fr; }.plain-note .bottom-contact,
  .plain-note .local-items,
  .plain-note .simple-note{ grid-column: auto; }.plain-note .bottom-contact,
  .plain-note .local-items{ grid-column: span 2; }.plain-note .local-items{ min-height: 20rem; }
}
@media (max-width: 560px) {.plain-note .contact-intro{ grid-template-columns: 1fr; }.plain-note .bottom-contact,
  .plain-note .local-items,
  .plain-note .simple-note{ grid-column: auto; }.plain-note .local-items{ min-height: 16rem; }
}
.page-content{
        padding:calc(1.5rem * 2.4) 2.07rem;
        background:#17140F;
        color:#D8D1C4;
    }
.page-content .bottom-service{max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.67rem * 1.5);}
.page-content .featured-area h2{margin:0 0 calc(1.5rem * .75);
        font-size:calc(18.5px * 2);
        line-height:1.2;}
.page-content .featured-area p{margin:0;
        font-size:18.5px;}
.page-content .primary-team{display:flex;
        flex-wrap:wrap;
        gap:1.67rem;}
.page-content .steady-form{
        flex:1 1 260px;
        padding:calc(1.5rem * .75) calc(1.5rem * .75);
        border:1px solid var(--line-main);
        border-radius:0.77rem;
        background:#1A1613;
        color:#F2ECE1;
        box-shadow:0 1px 4px rgba(0,0,0,0.17);
    }
.page-content .steady-form h3{margin:0 0 8px;
        font-size:calc(18.5px * 1.35);
        line-height:1.25;}
.page-content .steady-form p{margin:0;
        font-size:calc(18.5px * .875);}
.page-content .contact-header{margin:0;
        padding-top:calc(1.5rem * .75);
        border-top:1px solid var(--line-main);
        font-size:calc(18.5px * .875);}
.page-content a{color:#E0A21B;
        text-decoration:underline;
        text-underline-offset:3px;}
.page-content a:hover{color:inherit;}
@media (max-width:700px){.page-content .primary-team{
            flex-direction:column;
        }
    }
.soft-method{padding:calc(1.5rem * 2.4) 2.07rem;background:#B23A1E;color:#F7EFE2}
.soft-method .soft-body{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.38fr) minmax(0,1fr);gap:1.67rem}
.soft-method .compact-panel{padding:1.67rem;border-radius:1.33rem;background:var(--paint-primary);color:var(--surface-clear);display:flex;flex-direction:column;justify-content:center}
.soft-method .compact-panel span{font-size:calc(18.5px * .875);}
.soft-method h2{margin:calc(1.5rem * .75) 0;font-size:calc(18.5px * 2.65);line-height:1}
.soft-method .compact-panel p{margin:0;font-size:calc(18.5px * 1.125);}
.soft-method .soft-area{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,.32fr);gap:calc(1.5rem * .75)}
.soft-method .service-section{min-height:30rem;border-radius:1.33rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.soft-method iframe{display:block;width:100%;height:100%;border:0}
.soft-method .content-quote{display:grid;gap:calc(1.5rem * .75)}
.soft-method .local-form{padding:calc(1.5rem * .75);border-radius:0.77rem;background:#17140F;color:#D8D1C4;border:1px solid var(--line-main)}
.soft-method .local-form span{font-size:calc(18.5px * .875)}
.soft-method .local-form strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45)}
.soft-method .local-form a{text-decoration:none}
.soft-method .local-form a:hover{}
@media (max-width: 900px){.soft-method .soft-body,.soft-method .soft-area{grid-template-columns:1fr}.soft-method .service-section{min-height:24rem}}
.main-grid{background:var(--paint-primary);color:var(--surface-clear);padding:calc(1.5rem * 2.4) 2.07rem}
.main-grid .contact-intro{max-width:min(1480px,72rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5)}
.main-grid .featured-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-grid .contact-header{margin:0;font-size:calc(18.5px * .875);letter-spacing:.08em;text-transform:uppercase;color:inherit;}
.main-grid h2{margin:0;font-size:clamp(calc(18.5px * 2),5vw,calc(18.5px * 2.65));line-height:1.05;font-weight:800}
.main-grid h3{margin:0;font-size:calc(18.5px * 1.125);line-height:1.2}
.main-grid .primary-copy{margin:0;line-height:1.69}
.main-grid .feature{display:flex;flex-wrap:wrap;gap:1.67rem}
.main-grid .page-surface{flex:1 1 16rem;display:flex;flex-direction:column;gap:.4rem;padding:calc(1.5rem * .75);border:1px solid var(--line-main);border-radius:0.44rem;background:#1A1613;color:#F2ECE1}
.main-grid .page-surface .bottom-body{font-size:calc(18.5px * .875);letter-spacing:.06em;text-transform:uppercase;color:inherit;}
.main-grid .page-surface a{color:#E0A21B;text-decoration:none;font-size:18.5px;font-weight:600}
.main-grid .page-surface a:hover{color:inherit;}
.main-grid .page-surface address{font-style:normal;line-height:1.5}
.main-grid .header{margin:0;font-size:calc(18.5px * .875);color:#D8D1C4}
.main-grid .media-summary{display:flex;flex-wrap:wrap;gap:1.67rem}
.main-grid .top-benefit,.main-grid .open-plan{flex:1 1 20rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-grid .content-quote{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.main-grid .content-quote li{display:flex;flex-wrap:wrap;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--line-main)}
.main-grid .content-quote .fresh-panel{flex:1 1 9rem;font-weight:600}
.main-grid .content-quote .steady-footer{flex:2 1 12rem;color:#D8D1C4}
.main-grid .team-panel{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:stretch;padding:calc(1.5rem * .75);border:1px solid var(--line-main);border-radius:0.77rem;background:#17140F;color:#D8D1C4}
.main-grid .team-panel .narrow-list{flex:1 1 18rem;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.44rem;filter:grayscale(1) contrast(1.05)}
.main-grid .soft-plan{flex:1 1 20rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-grid .offer-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.main-grid .public-view{display:inline-block;padding:.7rem 1.2rem;border-radius:0.3rem;text-decoration:none;font-weight:600}
.main-grid .public-view.primary{background:#E0A21B;color:#141210}
.main-grid .public-view.primary:hover{background:#C68A0F;color:#F2ECE1;}
.main-grid .public-view.ghost{background:transparent;color:var(--surface-clear);border:1px solid var(--line-main)}
.main-grid .public-view.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#F2ECE1;}
@media (max-width:640px){.main-grid .content-quote li{flex-direction:column;gap:.15rem}
}
.clear-figure{
  background: #E0A21B;
  color: #141210;
  padding: calc(1.5rem * 2.4) 2.07rem;
}
.clear-figure .contact-intro{max-width: 1480px;
  margin: 0 auto;}
.clear-figure .media-summary{display: flex;
  align-items: flex-start;
  gap: calc(1.67rem * 1.5);}
.clear-figure .primary-copy{flex: 1 1 24rem;
  min-width: 0;}
.clear-figure h2{margin: 0;
  font-size: clamp(calc(18.5px * 2), 6vw, calc(18.5px * 2.65));
  line-height: 1.04;
  letter-spacing: 0;}
.clear-figure p{margin: 1.5rem 0 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.65;}
.clear-figure .primary-copy > span{display: block;
  margin-top: 1.5rem;
  font-size: calc(18.5px * .875);
  line-height: 1.6;}
.clear-figure .view{
  flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  padding: calc(1.67rem * 1.5);
  border-radius: 0.77rem;
  background: color-mix(in srgb, #141210 13%, transparent);color:#F2ECE1;}
.clear-figure .secondary-inner{flex: 1 1 13rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);
  font-size: calc(18.5px * .875);}
.clear-figure input{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  border-radius: 0.3rem;
  background: color-mix(in srgb, #141210 8%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.clear-figure input::placeholder{color: color-mix(in srgb, currentColor 58%, transparent);}
.clear-figure button{
  flex: 1 1 100%;
  border: 0;
  border-radius: 0.44rem;
  background: #141210;
  color: #E0A21B;
  padding: calc(1.5rem * .75) 1.67rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.clear-figure button:hover{
  background: #B23A1E;
  color: #F7EFE2;
}
@media (max-width: 760px) {.clear-figure .media-summary{ flex-direction: column; }.clear-figure .view{ padding: calc(1.5rem * .75); gap: 1.5rem; }
}
.offer-section{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.offer-section .contact-intro{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5)}
.offer-section .menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-section h2{margin:0;font-size:calc(18.5px * 2);line-height:1.1}
.offer-section .featured-area{margin:0;font-size:calc(18.5px * 1.125);line-height:1.69}
.offer-section .simple-view{display:flex;flex-wrap:wrap;gap:1.67rem}
.offer-section .simple-team{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#1A1613;color:#F2ECE1;border:1px solid var(--line-main);border-radius:0.77rem;text-decoration:none;overflow-wrap:anywhere}
.offer-section a.route:hover{border-color:#B23A1E}
.offer-section .secondary-inner{font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.offer-section .primary-summary{font-size:18.5px;line-height:1.35}
.offer-section a.route .primary-summary{}
.offer-section a.route:hover .primary-summary{}
.offer-section .steady-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main)}
.offer-section .steady-footer .shell{margin:0;font-size:18.5px;line-height:1.69}
.offer-section .steady-footer .shell .secondary-inner{margin-right:0.5rem}
.offer-section .contact-header{margin:0;font-size:calc(18.5px * .875);line-height:1.69;}
@media(max-width:720px){.offer-section .simple-view{flex-direction:column}.offer-section .simple-team{flex:1 1 auto}
}
.media-shell{padding:calc(1.5rem * 2.4) 2.07rem;background:#F2ECE1;color:#141210}
.media-shell .compact-shell{max-width:min(1480px,56rem);margin:0 auto}
.media-shell h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.05}
.media-shell .featured-area{margin:1.5rem 0 calc(1.67rem * 1.5);font-size:calc(18.5px * 1.125);color:color-mix(in srgb,currentColor 72%,transparent)}
.media-shell .active-brand{margin:0 0 1.67rem}
.media-shell .active-brand:last-child{margin-bottom:0}
.media-shell h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.5px * 1.35);line-height:1.22}
.media-shell .active-brand p{margin:0;color:color-mix(in srgb,currentColor 72%,transparent)}
.media-body{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #F2ECE1;
  color: #141210;
}
.media-body .contact-intro{max-width: min(1480px, 62rem);
  margin: 0 auto;}
.media-body .offer-copy{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.67rem * 1.5);
  border-bottom: 1px solid var(--line-main);}
.media-body h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.media-body .text-callout{margin: 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.69;}
.media-body .soft-region{display: flex;
  flex-direction: column;
  gap: 1.67rem;
  margin-top: calc(1.67rem * 1.5);}
.media-body .local-form{display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #E0A21B;}
.media-body h3{margin: 0;
  font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.media-body .local-form p{margin: 0;
  font-size: 18.5px;
  line-height: 1.69;}
@media (min-width: 720px) {.media-body .local-form{
    grid-template-columns: 16rem minmax(0, 1fr);
    align-items: start;
    gap: calc(1.5rem * .75);
  }.media-body h3{
    padding-top: 0.15rem;
  }
}
.page-visual{
  padding: calc(1.5rem * 2.4) 2.07rem;
  background: #B23A1E;
  color: #F7EFE2;
}
.page-visual .contact-intro{max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.67rem;
  align-items: start;}
.page-visual .soft-area{
  padding: calc(1.5rem * .75);
  border-radius: 1.33rem;
  background: #F2ECE1;
  color: #141210;
}
.page-visual .soft-area span{display: inline-block;
  font-size: calc(18.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.page-visual h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.page-visual .soft-area p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);}
.page-visual .team-summary{display: grid;
  gap: calc(1.5rem * .75);}
.page-visual .team-summary div{
  padding: calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #1A1613;
  color: #F2ECE1;
  border: 1px solid var(--line-main);
}
.page-visual .team-summary strong{font-size: calc(18.5px * 1.35);}
.page-visual .team-summary p{margin: calc(1.5rem * .75) 0 0;}
.page-visual .team-summary a{text-decoration: underline;}
.page-visual .team-summary a:hover{}
.page-visual .simple-team{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.67rem * 1.5);
  border-top: 1px solid var(--line-main);}
.page-visual .simple-team a{font-size: 18.5px;
  text-decoration: none;
  border-bottom: 1px solid #F7EFE2;
  padding-bottom: 2px;}
.page-visual .simple-team a:hover{border-bottom-color: #F2ECE1;}
@media (max-width: 760px) {.page-visual .contact-intro{
    grid-template-columns: 1fr;
  }
}
.plain-form{--state-local:calc(1.5rem * 1.05);--mark-main:calc(1480px / 2.90);padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear);}
.plain-form .contact-intro{max-width:1480px;margin:0 auto;}
.plain-form h1,.plain-form h2,.plain-form h3,.plain-form p{margin:0;}
.plain-form h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.plain-form h2{font-size:calc(18.5px * 2);line-height:1.12;}
.plain-form h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.plain-form p{font-size:18.5px;line-height:1.69;}
.plain-form a{color:#E0A21B;text-decoration:none;}
.plain-form a:hover{color:inherit;}
.plain-form .contact-header{font-size:calc(18.5px * .875);letter-spacing:0.14em;text-transform:uppercase;color:#D8D1C4;}
.plain-form .featured-area{color:var(--surface-clear);}
.plain-form .primary-copy{color:#D8D1C4;}
.plain-form .callout{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.3rem;background:#E0A21B;color:#141210;font-weight:600;}
.plain-form .callout:hover{background:#C68A0F;color:#141210;}
.plain-form .simple-team{font-size:calc(18.5px * .875);color:#D8D1C4;}
.plain-form .team-track>h2,.plain-form .team-track>p,.plain-form .team-track>.callout{margin-top:1.5rem;}
.plain-form .team-track>.contact-header{margin-top:0;}
.plain-form .team-track>.simple-team{margin-top:var(--state-local);}
@media (max-width:720px){.plain-form .callout{width:100%;}
}
.open-unit{padding:calc(1.5rem * 2.4) 2.07rem;background:var(--paint-primary);color:var(--surface-clear)}
.open-unit .contact-intro{max-width:1480px;margin:0 auto}
.open-unit .main-entries{display:flex;flex-wrap:wrap;gap:calc(1.67rem * 1.5);align-items:flex-start}
.open-unit .featured-area{flex:1 1 34rem;min-width:0}
.open-unit .featured-area p{margin:0 0 1.5rem;font-size:calc(18.5px * .875);line-height:1.69;letter-spacing:0.08em;text-transform:uppercase;color:inherit;}
.open-unit h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.05}
.open-unit .top-visual{flex:1 1 30rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-main)}
.open-unit .top-items{margin:0;line-height:1.69;color:#D8D1C4}
.open-unit .top-visual>a{display:inline-flex;margin-top:1.5rem;border-radius:0.44rem;background:#E0A21B;color:#141210;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-weight:600;transition:background 260ms var(--speed-hover)}
.open-unit .top-visual>a:hover{background:#C68A0F;color:#F2ECE1;}
.open-unit .simple-team{list-style:none;margin:calc(1.67rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-unit .simple-team a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-main);color:#E0A21B;text-decoration:none;line-height:1.69}
.open-unit .simple-team a:hover{color:inherit;}
@media(max-width:760px){.open-unit h2{font-size:calc(18.5px * 2)}.open-unit .top-visual{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.5rem * .75)}}
