:root {
  --paint-inverse: rgba(232,178,58,0.18);
  --speed-entry: ease-in-out;
  --surface-muted: #F4F1EA;
  --line-warm: #0E0D12;
}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*{box-sizing:border-box;}
.local-content {
    width: 100%;
    background: var(--line-warm);
    color: var(--surface-muted);
    border-bottom: 1px solid var(--paint-inverse);
  }
.local-content .compact-nav{max-width: 1000px;
    margin: 0 auto;
    padding: 1.5rem 1.01rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(0.84rem * 1.5);}
.local-content .team-actions{width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
.local-content .strong-contact{font-size: calc(15.8px * 2);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--surface-muted);
    text-decoration: none;
    line-height: 1.1;}
.local-content .strong-contact:hover{color: #C98A2E;}
.local-content .quiet-list{width: 100%;
    border-top: 1px solid var(--paint-inverse);
    padding-top: calc(0.84rem * 1.5);}
.local-content .quiet-list ul{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.84rem;
    flex-wrap: wrap;}
.local-content .quiet-list a{display: inline-block;
    font-size: calc(15.8px * .875);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--surface-muted);
    text-decoration: none;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid transparent;
    transition: color 540ms var(--speed-entry),
                border-color 540ms var(--speed-entry);}
.local-content .quiet-list a:hover{color: #C98A2E;
    border-bottom-color: #C98A2E;}
.local-content .simple-benefit {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: var(--surface-muted);
    border: 1px solid var(--paint-inverse);
    border-radius: 0.36rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: background 540ms var(--speed-entry);
  }
.local-content .simple-benefit:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#F4F1EA;}
.local-content .simple-benefit span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .local-content .compact-nav {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: calc(0.84rem * 1.5);
    }

    .local-content .team-actions {
      width: auto;
      justify-content: flex-start;
    }

    .local-content .strong-contact {
      font-size: calc(15.8px * 1.125);
    }

    .local-content .simple-benefit {
      display: flex;
    }

    .local-content .quiet-list {
      display: none;
      width: 100%;
      border-top: 1px solid var(--paint-inverse);
      padding-top: calc(0.84rem * 1.5);
      order: 3;
    }

    .local-content .quiet-list.is-open {
      display: block;
    }

    .local-content .quiet-list ul {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(0.84rem * 1.5);
    }

    .local-content .quiet-list a {
      font-size: 15.8px;
      letter-spacing: 0.08em;
      padding: 0.25rem 0;
    }
  }
.focused-body{font-family:"Source Serif 4", sans-serif;font-size:15.8px;line-height:1.75;padding:calc(1.5rem * 2.4) 1.01rem;margin-top:calc(1.5rem * 2.4);background:#F4F1EA;color:#141118;}
.compact-callout{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.84rem * 1.5)}
.public-header{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding-bottom:calc(0.84rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.contact-details{font-size:calc(15.8px * 1.125);font-weight:600;letter-spacing:0.02em;margin:0 0 1.5rem 0}
.values{font-size:calc(15.8px * 1.35);font-weight:500;margin:0 0 1.5rem 0;line-height:1.25}
.service-region{margin:0;max-width:52ch;opacity:0.85}
.clear-area{display:flex;flex-direction:column;gap:1.5rem}
.page-surface{font-size:calc(15.8px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.75}
.public-menu{display:flex;flex-wrap:wrap;gap:1.01rem}
.steady-entries{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;border-radius:0.36rem;border:1px solid rgba(255, 255, 255, 0.28);background:rgba(255, 255, 255, 0.06);color:inherit;font-family:inherit;font-size:15.8px}
.steady-entries::placeholder{opacity:0.75}
.visual-rail{padding:0.75rem 1.5rem;border-radius:0.36rem;border:1px solid transparent;background:#E8B23A;color:#141118;font-family:inherit;font-size:15.8px;font-weight:500;cursor:pointer;transition:background 540ms var(--speed-entry)}
.visual-rail:hover{background:#F2C55C;color:#F4F1EA;}
.offer-intro{margin:0;font-size:calc(15.8px * .875);opacity:0.7}
.direct-stack{display:grid;grid-template-columns:1fr;gap:calc(0.84rem * 1.5)}
.plain-nav{font-size:calc(15.8px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem 0;opacity:0.75}
.steady-callout{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.steady-callout a{color:inherit;text-decoration:none;font-size:15.8px;transition:opacity 540ms var(--speed-entry)}
.steady-callout a:hover{opacity:0.7;text-decoration:underline;color:inherit}
.simple-brand{padding-top:calc(0.84rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.team-area{font-size:calc(15.8px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem 0;opacity:0.75}
.contact-plan{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1.5rem}
.contact-plan li{display:flex;flex-direction:column;gap:0.25rem}
.narrow-area{font-size:calc(15.8px * .875);letter-spacing:0.04em;opacity:0.65}
.wide-proof,
  .plain-headline{font-size:15.8px;color:inherit;text-decoration:none}
.plain-headline:hover{text-decoration:underline}
.compact-area{padding-top:calc(0.84rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:1.5rem}
.plain-body{margin:0;font-size:calc(15.8px * .875)}
.plain-body a{color:inherit;text-decoration:none}
.plain-body a:hover{text-decoration:underline;color:inherit}
.featured-nav{margin:0;font-size:calc(15.8px * .875);line-height:1.5;opacity:0.8;max-width:72ch}
.page-lead{margin:0;font-size:calc(15.8px * .875);opacity:0.65}
@media (min-width: 720px) {.public-header{grid-template-columns:1fr 1fr;align-items:start}.direct-stack{grid-template-columns:repeat(3, 1fr)}.contact-plan{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 1024px) {.compact-callout{gap:calc(1.5rem * 2.4)}.public-header{grid-template-columns:1.1fr 1fr;gap:1.01rem}
  }
.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .featured-benefit{position:absolute;inset:0;background:linear-gradient(180deg, rgba(10,10,14,0.15) 0%, rgba(10,10,14,0.85) 100%);color:#F4F1EA;}
.cookies .plain-brand{position:relative;width:min(520px,calc(100vw - (1.01rem * 2)));border-radius:0.59rem;padding:18px;background:linear-gradient(135deg,#E8B23A,#C98A2E);color:#141118;box-shadow:0 6px 24px rgba(0,0,0,0.08);}
.cookies .plain-brand h3{margin:0 0 8px;}
.cookies .plain-brand p{margin:0;opacity:.94;}
.cookies .content-track{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .content-track button{border:0;border-radius:0.23rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .content-track button.cookie-accept{background:#C98A2E;color:#141118;}
.focused-summary{
      padding: calc(calc(1.5rem * 2.4) * 1.6) 1.01rem;
      background: linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
      color: #F4F1EA;
    }
.focused-summary .focused-list{max-width: 1000px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: calc(0.84rem * 2);
      flex-wrap: wrap;}
.focused-summary .team-view{flex: 1 1 26rem;
      min-width: 0;}
.focused-summary h1{margin: 0;
      font-size: clamp(2.1rem, 5.2vw, 4.2rem);
      line-height: 1.05;
      letter-spacing: -0.01em;}
.focused-summary p{margin: calc(0.84rem * 1.5) 0 0;
      max-width: 40rem;
      line-height: 1.75;
      opacity: 0.88;}
.focused-summary .wide-block{margin-top: calc(calc(0.84rem * 1.5) * 1.4);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.84rem;}
.focused-summary .featured-summary{
      display: inline-flex;
      background: #E8B23A;
      color: #141118;
      border-radius: 0.36rem;
      padding: 0.8rem 1.2rem;
      text-decoration: none;
      font-weight: 700;
      transition: background 540ms var(--speed-entry);
    }
.focused-summary .featured-summary:hover{
      background: #F2C55C;color:#F4F1EA;}
.focused-summary .featured-method{text-decoration: none;
      font-weight: 600;
      border-bottom: 1px solid transparent;
      padding-bottom: 2px;
      transition: color 540ms var(--speed-entry), border-color 540ms var(--speed-entry);}
.focused-summary .featured-method:hover{border-color: #C98A2E;}
.focused-summary .plain-callout{margin: 0;
      flex: 0 1 min(30rem, 40vw);
      width: min(30rem, 100%);}
.focused-summary .direct-items{display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 0.59rem;
      box-shadow: 0 6px 24px rgba(0,0,0,0.08);
      border: 1px solid var(--paint-inverse);}
@media (max-width: 820px) {.focused-summary .plain-callout{
        flex-basis: 100%;
        width: 100%;
        margin-top: calc(0.84rem * 1.5);
      }
    }
.site-panel{--layer-content:calc(1.5rem * 1.35);--mark-content:calc(1000px / 1.9);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.site-panel .focused-list{max-width:1000px;margin:0 auto;}
.site-panel h1,.site-panel h2,.site-panel h3,.site-panel p{margin:0;}
.site-panel h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--mark-content);}
.site-panel h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.site-panel p{font-size:15.8px;line-height:1.75;color:#B9B3A6;}
.site-panel .secondary-brand{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.site-panel .contact-nav{max-width:var(--mark-content);}
.site-panel .main-steps{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-content);border-top:1px solid var(--paint-inverse);}
.site-panel .feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.84rem;padding:calc(0.84rem * 1.5) 0;border-bottom:1px solid var(--paint-inverse);align-items:start;}
.site-panel .feature h3{color:var(--surface-muted);}
.site-panel .main-entries{margin-top:var(--layer-content);max-width:var(--mark-content);}
.site-panel .main-entries a{color:#E8B23A;text-decoration:none;border-bottom:1px solid #E8B23A;}
.site-panel .main-entries a:hover{color:#C98A2E;border-bottom-color:#C98A2E;}
@media (max-width:720px){.site-panel .feature{grid-template-columns:1fr;gap:calc(1.5rem / 2);}
}
.secondary-method{--layer-content:calc(1.5rem * 1.19);--mark-content:calc(1000px / 2.25);padding:calc(1.5rem * 2.4) 1.01rem;background:#E8B23A;color:#141118;}
.secondary-method .focused-list{max-width:1000px;margin:0 auto;}
.secondary-method h1,.secondary-method h2,.secondary-method h3,.secondary-method p{margin:0;}
.secondary-method h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.secondary-method h2{font-size:calc(15.8px * 2);line-height:1.12;}
.secondary-method h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.secondary-method p{font-size:15.8px;line-height:1.75;}
.secondary-method a{color:inherit;text-decoration:none;}
.secondary-method .contact-nav{max-width:var(--mark-content);margin-top:calc(0.84rem * 1.5);}
.secondary-method .featured-summary{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.23rem;background:#141118;color:#E8B23A;font-size:15.8px;}
.secondary-method .main-entries{max-width:var(--mark-content);margin-top:1.5rem;font-size:calc(15.8px * .875);opacity:0.82;}
.secondary-method .wide-block{margin-top:calc(0.84rem * 1.5);padding-top:calc(0.84rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15.8px * .875);}
.secondary-method .wide-block a{text-decoration:underline;text-underline-offset:3px;}
.secondary-method .wide-block a:hover{text-decoration-thickness:2px;}
.plain-contact{
        --layer-content: calc(1.5rem * 1.26);
        --type-extra-8: calc(1000px / 3.4);
        padding: calc(1.5rem * 2.4) 1.01rem;
        background: #F4F1EA;
        color: #141118;
    }
.plain-contact .focused-list{max-width: 1000px;
        margin: 0 auto;}
.plain-contact h1, .plain-contact h2, .plain-contact h3, .plain-contact p{margin: 0;}
.plain-contact h2{font-size: calc(15.8px * 2);
        line-height: 1.12;}
.plain-contact h3{font-size: calc(15.8px * 1.35);
        line-height: 1.2;}
.plain-contact p{font-size: 15.8px;
        line-height: 1.75;}
.plain-contact a{color: inherit;
        text-decoration: none;}
.plain-contact .simple-menu{padding-block: calc(var(--layer-content) / 2);}
.plain-contact .focused-unit{row-gap: calc(var(--layer-content) * 1.2);}
.plain-contact .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.84rem;}
.plain-contact .row-title h2{flex: 1 1 calc(1000px / 3);
        min-width: 0;}
.plain-contact .row-title > p{flex: 1 1 calc(1000px / 3);
        min-width: 0;}
.plain-contact .main-steps{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--layer-content);
        margin-top: var(--layer-content);}
.plain-contact .feature{flex: 1 1 var(--type-extra-8);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-inverse);}
.plain-contact .feature p{margin-top: calc(1.5rem / 3);}
.plain-contact .feature a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;}
.plain-contact .featured-method{flex: 1 1 100%;
        margin-top: calc(var(--layer-content) * .6);
        font-size: calc(15.8px * .875);
        opacity: .8;}
.plain-contact .featured-method a{border-bottom: 1px solid currentColor;}
.simple-group{padding:calc(calc(1.5rem * 2.4)*.7) 1.01rem;background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);color:#F4F1EA;}
.simple-group .focused-list{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.25rem,5vw,calc(0.84rem * 1.5));}
.simple-group .direct-items{display:block;width:min(38vw,32rem);max-width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;border-radius:0.47rem;flex:0 1 32rem;}
.simple-group .team-view{max-width:58rem;margin-left:auto;min-width:0;flex:1 1 36rem;}
.simple-group h1{margin:0;font-size:clamp(2.05rem,5.7vw,calc(15.8px * 2.65));line-height:1.02;font-weight:760;letter-spacing:0;}
.simple-group p{margin:clamp(.9rem,2vw,1.5rem) 0 0;max-width:42rem;font-size:clamp(1rem,1.45vw,calc(15.8px * 1.125));line-height:1.65;color:#F4F1EA;opacity:.82;}
@media (max-width:760px){.simple-group .focused-list{display:block}.simple-group .direct-items{width:100%;margin-bottom:1.5rem;aspect-ratio:16/9}.simple-group{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55)}.simple-group .team-view{max-width:100%;}}
.page-links{
  background: linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
  color: #F4F1EA;
  padding: calc(1.5rem * 2.4) 1.01rem;
  overflow: hidden;
}
.page-links .focused-list{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.84rem * 1.5);}
.page-links .secondary-brand{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46rem;}
.page-links h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;}
.page-links .contact-nav{margin: 0;
  font-size: 15.8px;
  line-height: 1.75;}
.page-links .service-menu{display: flex;
  flex-wrap: wrap;
  gap: 0.84rem;}
.page-links .feature{
  flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #1E1B25;
  color: #F4F1EA;
  border: 1px solid var(--paint-inverse);
  border-radius: 0.47rem;
  overflow: hidden;
}
.page-links .compact-plan{
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #16141C;color:#B9B3A6;}
.page-links .compact-plan img{display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;}
.page-links .team-view{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.page-links .team-view h3{margin: 0;
  font-size: calc(15.8px * 1.35);
  line-height: 1.2;}
.page-links .team-view p{margin: 0;
  font-size: calc(15.8px * .875);
  line-height: 1.75;}
.page-links .main-entries{margin: 0;
  font-size: calc(15.8px * .875);
  border-top: 1px solid var(--paint-inverse);
  padding-top: 1.5rem;}
@media (max-width: 640px) {.page-links .feature{
    flex: 1 1 100%;
  }
}
.page-nav{padding:calc(1.5rem*3) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.page-nav .featured-content{max-width:1000px;margin:0 auto}
.page-nav h2{margin:0 0 .9rem;font-size:clamp(1.9rem,4vw,3.15rem);line-height:1.05}
.page-nav .open-media{margin:0 0 1.8rem;max-width:62ch;color:var(--surface-muted);opacity:.78;line-height:1.6}
.page-nav .focused-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0.84rem}
.page-nav .wide-summary{display:flex;flex-direction:column;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);border-radius:0.59rem;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.page-nav .wide-summary img{width:100%;height:210px;object-fit:cover;display:block}
.page-nav .fresh-lead{display:flex;flex-direction:column;flex:1;padding:1rem}
.page-nav h3{margin:0;font-size:calc(15.8px * 1.35);line-height:1.2}
.page-nav h3 a{color:#F4F1EA;text-decoration:none}
.page-nav h3 a:hover{color:#C98A2E}
.page-nav p{margin:.6rem 0 0;color:#F4F1EA;opacity:.82;line-height:1.5}
.page-nav .main-rail{margin-top:auto;padding-top:1rem;color:#E8B23A;text-decoration:none;font-weight:700}
.page-nav .main-rail:hover{color:#C98A2E}
.media-nav{
    padding:calc(calc(1.5rem * 2.4)*.75) 1.01rem;
    background:var(--paint-strong,linear-gradient(135deg,#0E0D12 0%,#1B1622 55%,#2A1F2E 100%));
    color:#F4F1EA;
  }
.media-nav .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,5vw,calc(0.84rem * 1.5));}
.media-nav .team-view{flex:1 1 22rem;
    min-width:0;
    max-width:36rem;}
.media-nav h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.media-nav p{margin:1.5rem 0 0;
    max-width:34rem;
    font-size:calc(15.8px * 1.125);
    line-height:1.7;}
.media-nav .steady-note{flex:1 1 20rem;
    margin:0;
    min-width:0;}
.media-nav .direct-items{display:block;
    width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    box-shadow:var(--lift-strong,0 6px 24px rgba(0,0,0,0.08));}
@media (max-width:760px){.media-nav{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.media-nav .focused-list{
      flex-direction:column-reverse;
      align-items:stretch;
    }.media-nav .team-view{
      max-width:100%;
    }.media-nav .direct-items{
      aspect-ratio:16/9;
    }
  }
.active-section{
  --layer-content:calc(1.5rem * 1.04);
  --mark-content:calc(1000px / 2.28);
  padding:calc(1.5rem * 2.4) 1.01rem;
  background:#16141C;
  color:#B9B3A6;
}
.active-section .focused-list{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--layer-content) * 1.1);
  padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.active-section h2,
.active-section h3,
.active-section p{margin:0;}
.active-section h2{font-size:calc(15.8px * 2);
  line-height:1.14;}
.active-section h3{font-size:calc(15.8px * 1.35);
  line-height:1.22;}
.active-section p{font-size:15.8px;
  line-height:1.75;}
.active-section .contact-nav{max-width:var(--mark-content);
  margin-top:calc(1.5rem * -0.4);}
.active-section .featured-surface{display:flex;
  flex-direction:column;
  gap:var(--layer-content);
  margin-top:calc(var(--layer-content) * 0.3);
  border-top:1px solid var(--paint-inverse);
  padding-top:var(--layer-content);}
.active-section .feature{min-width:0;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.6fr);
  column-gap:calc(0.84rem * 1.2);
  align-items:baseline;
  padding-block:calc(var(--layer-content) * 0.35);
  border-bottom:1px solid var(--paint-inverse);}
.active-section .feature:last-child{border-bottom:0;}
.active-section .feature p{margin-top:0;}
@media (max-width:720px){.active-section .feature{
    grid-template-columns:1fr;
    row-gap:calc(0.84rem * 0.5);
  }
}
.steady-region{
    padding:calc(1.5rem * 2.4) 1.01rem;
    background:#16141C;
    color:#B9B3A6;
    background-image:linear-gradient(160deg, rgba(232,178,58,0.05), transparent 55%);
}
.steady-region .focused-list{max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:calc(0.84rem * 2);
    align-items:start;}
.steady-region .narrow-lead img{width:100%;
    height:auto;
    display:block;
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse);
    box-shadow:0 3px 16px rgba(0,0,0,0.06);}
.steady-region .clear-copy h2{margin:0 0 0.4rem;
    font-size:calc(15.8px * 2);
    line-height:1.15;}
.steady-region .clear-copy h3{margin:0 0 calc(0.84rem * 1.5);
    font-size:15.8px;
    font-weight:400;
    opacity:0.85;}
.steady-region .clear-copy p{margin:0 0 calc(0.84rem * 1.5);
    font-size:15.8px;
    line-height:1.75;}
.steady-region .clear-copy ul{margin:0;
    padding:0;
    list-style:none;
    display:grid;
    gap:0.55rem;
    border-top:1px solid var(--paint-inverse);
    padding-top:calc(0.84rem * 1.5);}
.steady-region .clear-copy li{position:relative;
    padding-left:1.1rem;
    font-size:calc(15.8px * .875);
    line-height:1.6;}
.steady-region .clear-copy li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.6em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#C98A2E;color:#141118;}
@media (max-width:820px){.steady-region .focused-list{
        grid-template-columns:1fr;
        gap:calc(0.84rem * 1.5);
    }
}
.media-tile{
  background: linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
  color: #F4F1EA;
  padding: calc(1.5rem * 2.4) 1.01rem;
}
.media-tile .focused-list{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
  grid-template-areas:
    "story rail"
    "entries entries";
  gap: calc(0.84rem * 1.5) 0.84rem;}
.media-tile h2,
.media-tile h3,
.media-tile p{margin: 0;}
.media-tile h2{font-size: calc(15.8px * 2); line-height: 1.1;}
.media-tile h3{font-size: calc(15.8px * 1.35); line-height: 1.2;}
.media-tile p{font-size: 15.8px; line-height: 1.75;}
.media-tile .open-steps{grid-area: story;
  display: grid;
  gap: 1.5rem;
  align-content: start;}
.media-tile .open-steps p{max-width: 42ch;}
.media-tile .service-menu{grid-area: rail;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.01rem;
  border-bottom: 1px solid var(--paint-inverse);
  padding-bottom: calc(1.5rem * .75);}
.media-tile .service-menu a{text-decoration: none;
  font-size: calc(15.8px * .875);
  border-bottom: 1px solid currentColor;
  width: fit-content;}
.media-tile .service-menu a:hover{}
.media-tile .public-headline{grid-area: entries;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.media-tile [data-block]{
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 0.36rem;
  overflow: hidden;
  background: #1E1B25;
  color: #F4F1EA;
  border: 1px solid var(--paint-inverse);
  animation: galleryRailIn calc(540ms * 2.2) var(--speed-entry) both;
  animation-delay: var(--speed-hover, 0ms);
}
.media-tile [data-block] img{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.media-tile [data-block] figcaption{display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);}
.media-tile [data-block] span{font-size: calc(15.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.media-tile [data-block] p{}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateY(calc(calc(0.84rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.media-tile .focused-list{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.media-tile .service-menu{ justify-content: flex-start; }.media-tile .public-headline{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {.media-tile .public-headline{ grid-template-columns: 1fr; }
}
.answer{padding:calc(calc(1.5rem * 2.4)*.72) 1.01rem;background:var(--line-warm,#0E0D12);color:var(--surface-muted,#F4F1EA);}
.answer .focused-list{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(1.5rem,4.5vw,calc(0.84rem * 1.5));}
.answer .team-view{min-width:0;}
.answer h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));line-height:1.08;font-weight:740;letter-spacing:-0.01em;}
.answer p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;max-width:44rem;font-size:clamp(1rem,1.4vw,calc(15.8px * 1.125));line-height:1.7;}
.answer .direct-items{display:block;width:100%;max-width:100%;aspect-ratio:5/4;height:auto;object-fit:cover;border-radius:0.47rem;box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:820px){.answer .focused-list{grid-template-columns:1fr;}.answer .direct-items{aspect-ratio:16/9;order:-1;}.answer{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.local-block{--layer-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.local-block .focused-list{max-width:1000px;margin:0 auto;}
.local-block h2,.local-block h3,.local-block p,.local-block ul{margin:0;}
.local-block h2{font-size:calc(15.8px * 2);line-height:1.14;}
.local-block h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.local-block p{font-size:15.8px;line-height:1.75;}
.local-block a{text-decoration:none;}
.local-block a:hover{}
.local-block .secondary-brand{display:flex;flex-wrap:wrap;gap:0.84rem;align-items:flex-end;padding-bottom:calc(0.84rem * 1.5);border-bottom:1px solid var(--paint-inverse);}
.local-block .secondary-brand h2{flex:1 1 calc(1000px / 2.4);min-width:0;}
.local-block .secondary-brand .contact-nav{flex:1 1 calc(1000px / 3);min-width:0;}
.local-block .main-steps{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.local-block .feature{flex:1 1 calc(1000px / 3.2);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.36rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);}
.local-block .feature p{margin-top:calc(1.5rem / 3);}
.local-block .top-plan{list-style:none;padding:0;margin-top:calc(1.5rem / 2.4);display:flex;flex-direction:column;gap:calc(0.84rem / 2.2);}
.local-block .top-plan li{font-size:calc(15.8px * .875);line-height:1.55;padding-left:calc(1.01rem * .7);position:relative;}
.local-block .top-plan li::before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:#C98A2E;color:#141118;}
.local-block .featured-summary{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 1.6);padding:calc(calc(1.5rem * .75) * .62) 1.5rem;border-radius:0.23rem;background:#E8B23A;color:#141118;font-size:calc(15.8px * .875);}
.local-block .featured-summary:hover{background:#F2C55C;color:#141118;}
.local-block .main-entries{margin-top:var(--layer-content);font-size:calc(15.8px * .875);}
@media (max-width:720px){.local-block .secondary-brand{align-items:flex-start;}.local-block .feature{flex:1 1 100%;}
}
.service-links{--layer-content:calc(1.5rem * 1.05);--mark-content:calc(1000px / 2.5);--copy-lead:calc(1000px / 3.6);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.service-links .focused-list{max-width:1000px;margin:0 auto;}
.service-links h1,.service-links h2,.service-links h3,.service-links p{margin:0;}
.service-links h2{font-size:calc(15.8px * 2);line-height:1.14;letter-spacing:-0.01em;}
.service-links h3{font-size:calc(15.8px * 1.35);line-height:1.25;}
.service-links p{font-size:15.8px;line-height:1.75;color:#B9B3A6;}
.service-links a{color:#E8B23A;text-decoration:none;border-bottom:1px solid rgba(232,178,58,0.55);}
.service-links a:hover{color:#C98A2E;}
.service-links img{display:block;width:100%;height:auto;border-radius:0.36rem;object-fit:cover;}
.service-links .contact-nav{max-width:var(--mark-content);}
.service-links .main-entries{margin-top:1.5rem;max-width:var(--mark-content);font-size:calc(15.8px * .875);}
.service-links .main-steps{display:flex;flex-direction:column;gap:var(--layer-content);margin-top:var(--layer-content);}
.service-links .feature{min-width:0;padding-left:calc(1.5rem * .75);border-left:1px solid var(--paint-inverse);}
.service-links .feature p{margin-top:calc(1.5rem / 3);}
.service-links .wide-block{margin-top:1.5rem;font-size:calc(15.8px * .875);color:#B9B3A6;}
.service-links .primary-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.84rem;}
.service-links .primary-intro>.team-view{flex:1 1 calc(1000px / 3);min-width:0;}
.service-links .primary-intro>.main-steps{flex:2 1 calc(1000px / 2);margin-top:0;}
.service-links .primary-intro>img{margin-left:auto;max-width:var(--copy-lead);border-radius:0.47rem;box-shadow:0 3px 16px rgba(0,0,0,0.06);}
@media (max-width:720px){.service-links .primary-intro>img{max-width:100%;margin-left:0;}.service-links .feature{padding-left:calc(1.5rem * .75);}
}
.wide-feature{--layer-content:calc(1.5rem * 1.15);--mark-content:calc(1000px / 1.6);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.wide-feature .focused-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-content);}
.wide-feature h2,.wide-feature h3,.wide-feature p{margin:0;}
.wide-feature h2{font-size:calc(15.8px * 2);line-height:1.14;}
.wide-feature h3{font-size:calc(15.8px * 1.35);line-height:1.25;}
.wide-feature p{font-size:15.8px;line-height:1.75;}
.wide-feature .secondary-brand{max-width:var(--mark-content);display:flex;flex-direction:column;gap:calc(0.84rem * 1.5);}
.wide-feature .contact-nav{}
.wide-feature .secondary-entries{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-inverse);}
.wide-feature .feature{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-inverse);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.wide-feature .feature p{max-width:var(--mark-content);}
.wide-feature .wide-block{margin-top:calc(0.84rem * 1.5);font-size:calc(15.8px * .875);}
.wide-feature .wide-block a{text-decoration:none;border-bottom:1px solid #E8B23A;}
.wide-feature .wide-block a:hover{border-bottom-color:#C98A2E;}
@media (min-width:720px){.wide-feature .feature{flex-direction:row;gap:1.01rem;align-items:baseline;}.wide-feature .feature h3{flex:0 0 42%;}.wide-feature .feature p{flex:1 1 auto;margin:0;}
}
.primary-method{
    padding:calc(calc(1.5rem * 2.4)*.75) 1.01rem;
    background:var(--line-warm,#0E0D12);
    color:var(--surface-muted,#F4F1EA);
    border-bottom:1px solid var(--paint-inverse,rgba(232,178,58,0.18));
  }
.primary-method .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.primary-method .team-view{flex:1 1 34rem;
    min-width:0;}
.primary-method h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.primary-method p{margin:clamp(.85rem,2vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.7;}
.primary-method .compact-plan{flex:0 1 26rem;
    margin:0;
    min-width:0;}
.primary-method .direct-items{display:block;
    width:100%;
    max-width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.primary-method .focused-list{
      flex-direction:column;
      align-items:stretch;
    }.primary-method .compact-plan{
      flex:1 1 auto;
      order:-1;
    }.primary-method .direct-items{
      aspect-ratio:16/9;
    }.primary-method{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.soft-nav{padding:calc(1.5rem * 2) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.soft-nav .soft-section{max-width:1000px;margin:0 auto;display:grid;gap:calc(0.84rem * 1.4);}
.soft-nav h2,.soft-nav h3,.soft-nav p{margin:0;}
.soft-nav .secondary-brand{display:grid;gap:.6rem;max-width:46rem;}
.soft-nav .secondary-brand h2{font-size:calc(15.8px * 2);line-height:1.2;}
.soft-nav .contact-nav{color:#B9B3A6;font-size:15.8px;}
.soft-nav .service-menu{display:grid;gap:0;border-top:1px solid var(--paint-inverse);}
.soft-nav .feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.84rem;padding:calc(0.84rem * .9) 0;border-bottom:1px solid var(--paint-inverse);}
.soft-nav .feature h3{font-size:calc(15.8px * 1.35);line-height:1.3;}
.soft-nav .feature p{color:#B9B3A6;}
.soft-nav .clear-items{display:grid;gap:.5rem;padding-top:.4rem;}
.soft-nav .clear-items p{color:#B9B3A6;font-size:calc(15.8px * .875);}
.soft-nav .wide-block{display:flex;flex-wrap:wrap;gap:.9rem;}
.soft-nav .wide-block a{color:#E8B23A;text-decoration:none;border-bottom:1px solid rgba(232,178,58,0.55);padding-bottom:1px;}
.soft-nav .wide-block a:hover{color:#C98A2E;}
@media (max-width:680px){.soft-nav .feature{grid-template-columns:1fr;gap:.35rem;}
    }
.offer-figure{--layer-content:calc(1.5rem * 1.32);--mark-content:calc(1000px / 2.45);padding:calc(1.5rem * 2.4) 1.01rem;background:#E8B23A;color:#141118;}
.offer-figure .focused-list{max-width:1000px;margin:0 auto;}
.offer-figure h1,.offer-figure h2,.offer-figure h3,.offer-figure p{margin:0;}
.offer-figure h2{font-size:calc(15.8px * 2);line-height:1.12;}
.offer-figure p{font-size:15.8px;line-height:1.75;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-figure a{color:inherit;text-decoration:none;}
.offer-figure .featured-summary{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.23rem;background:#141118;color:#E8B23A;}
.offer-figure .site-callout>h2,.offer-figure .site-callout>p,.offer-figure .site-callout>.featured-summary{margin-top:1.5rem;}
.offer-figure .main-entries{font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 60%, transparent);}
.offer-figure .contact-nav{max-width:var(--mark-content);}
.offer-figure .wide-block{margin-top:var(--layer-content);font-size:calc(15.8px * .875);}
.offer-figure .wide-block a{text-decoration:underline;text-underline-offset:3px;}
.offer-figure .wide-block a:hover{opacity:0.8;}
.featured-shell{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.01rem;
    background:var(--paint-strong,linear-gradient(135deg,#0E0D12 0%,#1B1622 55%,#2A1F2E 100%));
    color:#F4F1EA;
  }
.featured-shell .focused-list{max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.featured-shell .team-view{min-width:0;}
.featured-shell h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.featured-shell p{margin:clamp(.85rem,1.8vw,1.5rem) 0 0;
    max-width:40rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.7;}
.featured-shell .direct-items{display:block;
    width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse,rgba(232,178,58,0.18));
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.featured-shell .focused-list{
      grid-template-columns:1fr;
    }.featured-shell .direct-items{
      order:-1;
      aspect-ratio:16/9;
    }.featured-shell{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.simple-body{--layer-content:calc(1.5rem * 1.35);--mark-content:calc(1000px / 2.80);padding:calc(1.5rem * 2.4) 1.01rem;background:#16141C;color:#B9B3A6;}
.simple-body .focused-list{max-width:1000px;margin:0 auto;}
.simple-body h1,.simple-body h2,.simple-body h3,.simple-body p{margin:0;}
.simple-body h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.simple-body h2{font-size:calc(15.8px * 2);line-height:1.12;}
.simple-body h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.simple-body p{font-size:15.8px;line-height:1.75;}
.simple-body a{color:inherit;text-decoration:none;}
.simple-body .main-entries{max-width:var(--mark-content);font-size:calc(15.8px * 1.125);line-height:1.5;}
.simple-body .main-steps{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.simple-body .feature{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);}
.simple-body .feature p{margin-top:calc(1.5rem / 3);}
.simple-body .main-items>h2{margin-top:var(--layer-content);}
.public-flow{--layer-content:calc(1.5rem * 1.19);--mark-content:calc(1000px / 2.55);--layer-strong:calc(1000px / 3.2);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.public-flow .focused-list{max-width:1000px;margin:0 auto;}
.public-flow h1,.public-flow h2,.public-flow h3,.public-flow p,.public-flow figure{margin:0;}
.public-flow h2{font-size:calc(15.8px * 2);line-height:1.12;}
.public-flow h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.public-flow p{font-size:15.8px;line-height:1.75;color:#B9B3A6;}
.public-flow a{color:#E8B23A;text-decoration:none;border-bottom:1px solid var(--paint-inverse);}
.public-flow a:hover{color:#C98A2E;}
.public-flow img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.public-flow .secondary-brand{max-width:var(--mark-content);}
.public-flow .secondary-brand .contact-nav{margin-top:1.5rem;}
.public-flow .soft-plan{margin-top:var(--layer-content);overflow:hidden;border-radius:0.47rem;}
.public-flow .soft-plan img{height:var(--layer-strong);object-fit:cover;}
.public-flow .main-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.84rem;margin-top:var(--layer-content);}
.public-flow .feature{flex:1 1 calc(1000px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-inverse);}
.public-flow .feature p{margin-top:calc(1.5rem / 3);}
.public-flow .wide-block{margin-top:var(--layer-content);font-size:calc(15.8px * .875);color:#B9B3A6;}
@media (max-width:720px){.public-flow .feature{flex:1 1 100%;}.public-flow .soft-plan img{height:auto;}
}
.top-form{
    padding:calc(calc(1.5rem * 2.4)*.65) 1.01rem;
    background:#16141C;
    color:var(--surface-muted,#F4F1EA);
  }
.top-form .focused-list{max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.top-form .team-view{min-width:0;}
.top-form h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:720;
    letter-spacing:-0.01em;}
.top-form p{margin:clamp(1rem,2.4vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.7;}
.top-form .direct-items{display:block;
    width:100%;
    max-width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse,rgba(232,178,58,0.18));}
@media (max-width:820px){.top-form .focused-list{
      grid-template-columns:1fr;
    }.top-form .direct-items{
      order:-1;
      aspect-ratio:16/9;
    }.top-form{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.team-section{padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.team-section .focused-list{max-width:1000px;margin:0 auto}
.team-section .contact-nav{max-width:62ch;margin-bottom:calc(0.84rem * 1.5)}
.team-section h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 2);line-height:1.12}
.team-section .secondary-brand{margin:0;color:#B9B3A6;line-height:1.75}
.team-section .media-list{display:flex;flex-direction:column;gap:0.84rem}
.team-section .plain-grid{display:block;padding:calc(1.5rem * .75) 1.5rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);border-radius:0.36rem;text-decoration:none;overflow-wrap:anywhere}
.team-section .plain-grid:hover{border-color:#C98A2E}
.team-section .main-footer{display:block;margin-bottom:0.35rem;font-size:calc(15.8px * .875);color:#C98A2E;letter-spacing:0.02em;text-transform:uppercase}
.team-section .plain-grid strong{display:block;font-size:calc(15.8px * 1.125);line-height:1.2}
.team-section .plain-grid p{margin:0;line-height:1.75}
.team-section .main-entries{margin-top:0.4rem;font-size:calc(15.8px * .875);color:#B9B3A6}
@media(min-width:720px){.team-section .media-list{display:grid;grid-template-columns:1fr 1fr;gap:0.84rem}
}
.bottom-view{
    padding:calc(1.5rem * 2.4) 1.01rem;
    background:#16141C;
    color:#B9B3A6;
}
.bottom-view .focused-list{max-width:1000px;
    margin:0 auto;}
.bottom-view .service-stack{display:flex;
    flex-direction:column;
    gap:calc(0.84rem * 1.5);}
.bottom-view .contact-nav h2{margin:0 0 0.6rem;
    font-size:calc(15.8px * 2);
    line-height:1.2;}
.bottom-view .contact-nav p{margin:0;
    max-width:62ch;
    font-size:15.8px;}
.bottom-view .open-flow{display:flex;
    flex-direction:column;
    border-top:1px solid var(--paint-inverse);}
.bottom-view .plain-grid{display:flex;
    gap:0.84rem;
    align-items:flex-start;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--paint-inverse);}
.bottom-view .text-block{flex:0 0 6.5rem;
    font-size:calc(15.8px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    padding-top:0.15rem;}
.bottom-view .team-view{flex:1 1 auto;}
.bottom-view .team-view a{text-decoration:none;
    font-size:calc(15.8px * 1.125);
    font-weight:600;}
.bottom-view .team-view a:hover{}
.bottom-view .team-view p{margin:0.35rem 0 0;
    font-size:calc(15.8px * .875);
    line-height:1.75;}
.bottom-view .main-entries{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.84rem;
    padding:calc(1.5rem * .75);
    border-radius:0.47rem;
    background:#1E1B25;
    color:#F4F1EA;
    border:1px solid var(--paint-inverse);
}
.bottom-view .main-entries p{margin:0;
    flex:1 1 22rem;
    font-size:calc(15.8px * .875);}
.bottom-view .main-entries p a{text-decoration:underline;}
.bottom-view .main-entries p a:hover{}
.bottom-view .featured-summary{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.36rem;
    background:#E8B23A;
    color:#141118;
    font-weight:700;
    font-size:calc(15.8px * .875);
    text-decoration:none;
    white-space:nowrap;
}
.bottom-view .featured-summary:hover{
    background:#F2C55C;color:#F4F1EA;}
@media (max-width:640px){.bottom-view .plain-grid{
        flex-direction:column;
        gap:0.35rem;
    }.bottom-view .text-block{
        flex:0 0 auto;
    }.bottom-view .main-entries{
        flex-direction:column;
        align-items:flex-start;
    }
}
.local-callout{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.01rem;
    background:var(--line-warm,#0E0D12);
    color:var(--surface-muted,#F4F1EA);
  }
.local-callout .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    align-items:flex-end;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));
    flex-wrap:wrap;}
.local-callout .team-view{flex:1 1 30rem;
    min-width:0;
    max-width:46rem;}
.local-callout h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:720;
    letter-spacing:-0.01em;}
.local-callout p{margin:clamp(.85rem,1.8vw,1.5rem) 0 0;
    max-width:40rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.7;}
.local-callout .direct-items{display:block;
    flex:0 1 24rem;
    width:min(34vw,24rem);
    max-width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse,rgba(232,178,58,0.18));}
@media (max-width:760px){.local-callout{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.local-callout .focused-list{display:block;}.local-callout .direct-items{width:100%;aspect-ratio:16/9;margin-top:1.5rem;}.local-callout .team-view{max-width:100%;}
  }
.contact-story{
  padding: calc(1.5rem * 2.4) 1.01rem;
  background: #16141C;
  color: #B9B3A6;
}
.contact-story .soft-section{max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: 0.84rem;
  align-items: start;}
.contact-story .content-section{
  padding: calc(1.5rem * .75);
  border-radius: 0.47rem;
  background: #1E1B25;
  color: #F4F1EA;
  border: 1px solid var(--paint-inverse);
}
.contact-story h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;}
.contact-story .content-section p{margin: calc(0.84rem * 1.5) 0 0;
  font-size: 15.8px;
  line-height: 1.75;}
.contact-story .contact-figure{display: flex;
  flex-wrap: wrap;
  gap: calc(0.84rem * .75);
  margin-top: calc(0.84rem * 1.5);
  padding-top: calc(0.84rem * 1.5);
  border-top: 1px solid var(--paint-inverse);}
.contact-story .contact-figure span{font-size: calc(15.8px * .875);
  letter-spacing: 0.02em;}
.contact-story .simple-area{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-story .local-copy{
  display: grid;
  grid-template-columns: minmax(5rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #1E1B25;
  color: #F4F1EA;
  border: 1px solid var(--paint-inverse);
}
.contact-story .simple-lead{font-size: calc(15.8px * .875);
  word-break: break-word;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.contact-story h3{margin: 0;
  font-size: calc(15.8px * 1.35);
  line-height: 1.25;}
.contact-story .local-copy p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 15.8px;
  line-height: 1.75;}
.contact-story small{font-size: calc(15.8px * .875);}
@media (max-width: 780px) {.contact-story .soft-section,
  .contact-story .local-copy{
    grid-template-columns: 1fr;
  }
}
.text-group{padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.text-group .focused-list{max-width:min(1000px,54rem);margin:0 auto}
.text-group .secondary-brand{align-self:start}
.text-group h2{margin:0;font-size:calc(15.8px * 2);line-height:1.08}
.text-group .secondary-brand p{margin:1.5rem 0 0;color:#B9B3A6;line-height:1.75}
.text-group .service-details{align-self:start;margin-top:calc(0.84rem * 1.5)}
.text-group details{padding:1.5rem 0;border-bottom:1px solid var(--paint-inverse)}
.text-group details:last-child{border-bottom:0}
.text-group details+details{margin-top:0}
.text-group summary{cursor:pointer;font-size:calc(15.8px * 1.35);line-height:1.18;list-style:none}
.text-group summary::-webkit-details-marker{display:none}
.text-group summary::after{content:"+";float:right;color:#C98A2E;font-size:calc(15.8px * 1.125);line-height:1}
.text-group details[open] summary::after{content:"–"}
.text-group details p{max-width:46rem;margin:1.5rem 0 0;color:#B9B3A6;line-height:1.75}
@media(max-width:720px){.text-group .service-details{margin-top:calc(0.84rem * 1.5)}}
.content-media{--layer-content:calc(1.5rem * 1.05);--copy-lead:calc(1000px / 3.16);padding:calc(1.5rem * 2.4) 1.01rem;background:#E8B23A;color:#141118;}
.content-media .focused-list{max-width:1000px;margin:0 auto;}
.content-media h1,.content-media h2,.content-media h3,.content-media p{margin:0;}
.content-media h2{font-size:calc(15.8px * 2);line-height:1.12;}
.content-media p{font-size:15.8px;line-height:1.75;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-media a{color:inherit;text-decoration:none;}
.content-media img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.36rem;flex:0 1 min(28rem,38vw);}
.content-media .featured-summary{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.23rem;background:#141118;color:#E8B23A;}
.content-media .site-callout{display:flex;align-items:center;justify-content:space-between;gap:0.84rem;flex-wrap:wrap;}
.content-media .site-callout .team-view{flex:1 1 24rem;min-width:0;}
.content-media .site-callout h2,.content-media .site-callout p,.content-media .site-callout .featured-summary{margin-top:1.5rem;}
.content-media .site-callout img{margin-top:var(--layer-content);}
.content-media .main-entries{font-size:calc(15.8px * .875);}
.content-media .wide-block{margin-top:calc(0.84rem * 1.5);font-size:calc(15.8px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.content-media .wide-block a{text-decoration:underline;text-underline-offset:3px;}
.content-media .wide-block a:hover{color:#E8B23A;background:#141118;}
.content-nav{
    padding:calc(calc(1.5rem * 2.4)*.65) 1.01rem;
    background:var(--line-warm,#0E0D12);
    color:var(--surface-muted,#F4F1EA);
    border-bottom:1px solid var(--paint-inverse,rgba(232,178,58,0.18));
  }
.content-nav .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.content-nav .team-view{flex:1 1 34rem;
    min-width:0;
    max-width:38rem;}
.content-nav h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.content-nav p{margin:clamp(.9rem,2vw,1.5rem) 0 0;
    max-width:36rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.7;}
.content-nav .direct-items{display:block;
    width:min(36vw,28rem);
    max-width:100%;
    aspect-ratio:4/3;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    flex:0 1 28rem;
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.content-nav .focused-list{display:block}.content-nav .team-view{max-width:100%}.content-nav .direct-items{
      width:100%;
      margin-top:1.5rem;
      aspect-ratio:16/9;
    }.content-nav{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.links{
  --layer-content:calc(1.5rem * 1.15);
  --mark-content:calc(1000px / 1.9);
  padding:calc(1.5rem * 2.4) 1.01rem;
  background:var(--line-warm);
  color:var(--surface-muted);
}
.links .focused-list{max-width:1000px;
  margin:0 auto;}
.links h2,
.links h3,
.links p{margin:0;}
.links h2{font-size:calc(15.8px * 2);
  line-height:1.14;}
.links h3{font-size:calc(15.8px * 1.35);
  line-height:1.25;}
.links p{font-size:15.8px;
  line-height:1.75;
  color:#B9B3A6;}
.links .secondary-brand{max-width:var(--mark-content);}
.links .contact-nav{margin-top:calc(0.84rem * 1.5);}
.links .secondary-entries{margin-top:calc(calc(1.5rem * 2.4) * .7);
  display:flex;
  flex-direction:column;
  gap:var(--layer-content);
  border-top:1px solid var(--paint-inverse);}
.links .feature{padding-top:var(--layer-content);
  border-bottom:1px solid var(--paint-inverse);
  padding-bottom:var(--layer-content);}
.links .feature h3{margin-bottom:calc(calc(0.84rem * 1.5) * .6);}
.links .wide-block{margin-top:calc(0.84rem * 1.5);
  font-size:calc(15.8px * .875);}
.links .wide-block a{color:#E8B23A;
  text-decoration:none;
  border-bottom:1px solid #E8B23A;}
.links .wide-block a:hover{color:#C98A2E;
  border-bottom-color:#C98A2E;}
@media (max-width:640px){.links .secondary-entries{
    gap:calc(var(--layer-content) * .8);
  }
}
.content-rail{
    padding:calc(1.5rem * 2.4) 1.01rem;
    background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
    color:#F4F1EA;
}
.content-rail .focused-list{max-width:1000px;margin:0 auto;}
.content-rail .top-method{
    display:flex;
    flex-direction:column;
    gap:calc(0.84rem * 1.5);
    border-radius:0.59rem;
    border:1px solid var(--paint-inverse);
    background:#1E1B25;
    color:#F4F1EA;
    padding:calc(1.5rem * .75);
}
.content-rail .contact-nav h2{margin:0 0 calc(0.84rem * 1.5);
    font-size:calc(15.8px * 2);
    line-height:1.2;}
.content-rail .contact-nav p{margin:0;
    max-width:62ch;
    font-size:15.8px;
    line-height:1.75;}
.content-rail .open-flow{display:flex;
    flex-wrap:wrap;
    gap:0.84rem;}
.content-rail .wide-block{
    flex:1 1 240px;
    min-width:220px;
    padding:calc(1.5rem * .75);
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse);
    background:#16141C;
    color:#B9B3A6;
}
.content-rail .wide-block .main-footer{display:block;
    font-size:calc(15.8px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    margin-bottom:calc(0.84rem * 1.5);}
.content-rail .wide-block a,
.content-rail .wide-block .narrow-note{display:block;
    font-size:15.8px;
    font-weight:600;
    text-decoration:none;
    word-break:break-word;}
.content-rail .wide-block a:hover{}
.content-rail .wide-block .narrow-note{font-weight:500;}
.content-rail .wide-block .main-entries{margin:calc(0.84rem * 1.5) 0 0;
    font-size:calc(15.8px * .875);
    line-height:1.6;}
.content-rail .featured-summary{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.84rem;
    padding-top:calc(0.84rem * 1.5);
    border-top:1px solid var(--paint-inverse);}
.content-rail .featured-summary .simple-service{
    display:inline-block;
    padding:0.7rem 1.2rem;
    border-radius:0.36rem;
    background:#E8B23A;
    color:#141118;
    font-weight:700;
    text-decoration:none;
    transition:background 540ms var(--speed-entry);
}
.content-rail .featured-summary .simple-service:hover{background:#F2C55C;color:#F4F1EA;}
.content-rail .featured-summary .clear-items{flex:1 1 320px;
    margin:0;
    font-size:calc(15.8px * .875);
    line-height:1.6;}
.content-rail .featured-summary .clear-items a{text-decoration:underline;}
.content-rail .featured-summary .clear-items a:hover{}
@media (max-width:760px){.content-rail .open-flow{flex-direction:column;}.content-rail .featured-summary{flex-direction:column;align-items:flex-start;}
}
.featured-panel{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.01rem;
    background:var(--line-warm,#0E0D12);
    color:var(--surface-muted,#F4F1EA);
  }
.featured-panel .focused-list{max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.featured-panel .team-view{min-width:0;}
.featured-panel h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.featured-panel p{margin:clamp(.85rem,2vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.4vw,calc(15.8px * 1.125));
    line-height:1.7;}
.featured-panel .direct-items{display:block;
    width:100%;
    max-width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.featured-panel .focused-list{
      grid-template-columns:1fr;
      gap:1.5rem;
    }.featured-panel .direct-items{
      order:-1;
      aspect-ratio:16/9;
    }.featured-panel{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.soft-area{
    padding:calc(1.5rem * 2.4) 1.01rem;
    background:#16141C;
    color:#B9B3A6;
    background-image:linear-gradient(160deg, rgba(232,178,58,0.05), transparent 55%);
}
.soft-area .focused-list{max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(0.84rem * 1.6);
    align-items:start;}
.soft-area .narrow-lead img{width:100%;
    height:auto;
    display:block;
    border-radius:0.47rem;
    border:1px solid var(--paint-inverse);
    box-shadow:0 3px 16px rgba(0,0,0,0.06);}
.soft-area .clear-copy h2{margin:0 0 0.4rem;
    font-size:calc(15.8px * 2);
    line-height:1.2;}
.soft-area .clear-copy h3{margin:1.1rem 0 0.5rem;
    font-size:15.8px;
    font-weight:600;
    letter-spacing:0.01em;}
.soft-area .clear-copy h3:first-of-type{margin-top:0.2rem;
    color:#E8B23A;}
.soft-area .clear-copy p{margin:0 0 0.85rem;
    font-size:15.8px;
    line-height:1.75;}
.soft-area .clear-copy ul{margin:0;
    padding-left:1.1rem;
    display:grid;
    gap:0.5rem;
    font-size:calc(15.8px * .875);
    line-height:1.65;}
.soft-area .clear-copy li::marker{color:#E8B23A;}
@media (max-width:820px){.soft-area .focused-list{
        grid-template-columns:1fr;
        gap:0.84rem;
    }
}
.main-method{--layer-content:calc(1.5rem * 1.02);--mark-content:calc(1000px / 2.85);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.main-method .focused-list{max-width:1000px;margin:0 auto;}
.main-method h1,.main-method h2,.main-method h3,.main-method p{margin:0;}
.main-method h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.main-method h2{font-size:calc(15.8px * 2);line-height:1.12;margin-top:var(--layer-content);}
.main-method h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.main-method p{font-size:15.8px;line-height:1.75;}
.main-method a{color:inherit;text-decoration:none;}
.main-method img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.main-method .main-entries{max-width:var(--mark-content);font-size:calc(15.8px * 1.125);}
.main-method .main-steps{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.main-method .feature{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);}
.main-method .feature p{margin-top:calc(1.5rem / 3);}
.main-method .main-items>h2{margin-top:var(--layer-content);}
.media-actions{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.01rem;
    background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
    color:#F4F1EA;
  }
.media-actions .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    gap:clamp(1.1rem,4vw,calc(0.84rem * 1.5));}
.media-actions .team-view{flex:1 1 30rem;
    min-width:0;
    max-width:36rem;}
.media-actions h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:740;
    letter-spacing:-0.01em;}
.media-actions p{margin:clamp(.85rem,1.8vw,1.5rem) 0 0;
    max-width:34rem;
    font-size:clamp(1rem,1.35vw,calc(15.8px * 1.125));
    line-height:1.68;}
.media-actions .compact-plan{margin:0;
    flex:0 1 26rem;
    min-width:0;}
.media-actions .direct-items{display:block;
    width:100%;
    max-width:100%;
    aspect-ratio:4/3;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    box-shadow:0 3px 16px rgba(0,0,0,0.06);}
@media (max-width:760px){.media-actions .focused-list{
      flex-direction:column;
      align-items:stretch;
    }.media-actions .team-view{
      max-width:100%;
    }.media-actions .compact-plan{
      flex:0 0 auto;
      order:-1;
    }.media-actions .direct-items{
      aspect-ratio:16/9;
    }.media-actions{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.grid{--layer-content:calc(1.5rem * 1.05);--mark-content:calc(1000px / 2.90);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.grid .focused-list{max-width:1000px;margin:0 auto;}
.grid h1,.grid h2,.grid h3,.grid p{margin:0;}
.grid h2{font-size:calc(15.8px * 2);line-height:1.12;}
.grid h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.grid p{font-size:15.8px;line-height:1.75;color:#B9B3A6;}
.grid .contact-nav{color:var(--surface-muted);}
.grid .main-entries{margin-top:calc(1.5rem / 2);font-size:calc(15.8px * .875);}
.grid .service-media{display:flex;align-items:flex-start;gap:calc(0.84rem * 1.4);}
.grid .service-media>.main-steps{flex:1 1 calc(1000px / 1.85);display:flex;flex-direction:column;gap:0.84rem;min-width:0;}
.grid .service-media>.team-view{flex:1 1 calc(1000px / 3.2);min-width:0;padding-top:calc(1.5rem / 4);}
.grid .team-view .contact-nav{margin-top:1.5rem;}
.grid .feature{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--paint-inverse);}
.grid .feature:first-child{border-top:0;padding-top:0;}
.grid .feature h3{margin-bottom:calc(1.5rem / 3);}
@media(max-width:760px){.grid .service-media{flex-direction:column;}}
.fresh-benefit{--layer-content:calc(1.5rem * 1.29);--mark-content:calc(1000px / 2.70);--copy-lead:calc(1000px / 3.66);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.fresh-benefit .focused-list{max-width:1000px;margin:0 auto;}
.fresh-benefit h1,.fresh-benefit h2,.fresh-benefit h3,.fresh-benefit p{margin:0;}
.fresh-benefit h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.fresh-benefit h2{font-size:calc(15.8px * 2);line-height:1.12;}
.fresh-benefit h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.fresh-benefit p{font-size:15.8px;line-height:1.75;}
.fresh-benefit a{color:inherit;text-decoration:none;}
.fresh-benefit img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.fresh-benefit .main-entries{font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.fresh-benefit .featured-summary{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.23rem;background:#E8B23A;color:#141118;}
.fresh-benefit .main-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.84rem;margin-top:var(--layer-content);}
.fresh-benefit .feature{flex:1 1 calc(1000px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-inverse);}
.fresh-benefit .feature p,.fresh-benefit .feature a{margin-top:calc(1.5rem / 3);}
.fresh-benefit .feature img{margin-bottom:calc(1.5rem / 2);}
.fresh-benefit .soft-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.84rem;}
.fresh-benefit .soft-menu>.team-view{flex:1 1 auto;min-width:0;}
.fresh-benefit .soft-menu>.featured-summary{flex:0 0 auto;}
.fresh-benefit .soft-menu>.main-steps{flex:1 1 100%;}
.fresh-benefit .team-view h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.fresh-benefit .feature{flex:1 1 100%;}
}
.top-headline{
  background: var(--line-warm);
  color: var(--surface-muted);
  padding: calc(1.5rem * 2.4) 1.01rem;
}
.top-headline .focused-list{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.84rem * 1.5);}
.top-headline .clear-contact{flex: 1 1 22rem;
  min-width: 0;
  display: grid;
  gap: 1.5rem;
  max-width: 60ch;}
.top-headline .active-nav{flex: 1 1 20rem;
  min-width: 0;
  display: grid;
  gap: calc(1.5rem * .75);}
.top-headline h2,
.top-headline h3,
.top-headline p{margin: 0;}
.top-headline h2{font-size: calc(15.8px * 2.65);
  line-height: 1.05;}
.top-headline h3{font-size: calc(15.8px * 1.35);
  line-height: 1.18;}
.top-headline p{font-size: 15.8px;
  line-height: 1.75;}
.top-headline .main-entries{display: grid;
  gap: 0.4rem;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 1px solid var(--paint-inverse);}
.top-headline .main-entries span{font-size: calc(15.8px * .875);
  color: #B9B3A6;
  letter-spacing: 0.02em;}
.top-headline .main-entries:nth-child(odd){padding-top: 1.5rem;}
@media (max-width: 860px) {.top-headline .focused-list{
    flex-direction: column;
  }.top-headline h2{
    font-size: clamp(calc(15.8px * 2), 11vw, calc(15.8px * 2.65));
  }
}
.narrow-flow{
    padding:calc(calc(1.5rem * 2.4)*.65) 1.01rem;
    background:var(--line-warm,#0E0D12);
    color:var(--surface-muted,#F4F1EA);
  }
.narrow-flow .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:row-reverse;
    align-items:flex-end;
    gap:clamp(1.1rem,4vw,calc(0.84rem * 1.5));}
.narrow-flow .team-view{flex:1 1 34rem;
    min-width:0;
    padding-bottom:1.5rem;}
.narrow-flow h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.narrow-flow p{margin:clamp(.85rem,2vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:calc(15.8px * 1.125);
    line-height:1.7;}
.narrow-flow .direct-items{display:block;
    width:min(34vw,26rem);
    max-width:100%;
    aspect-ratio:3/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    flex:0 1 26rem;
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.narrow-flow .focused-list{
      display:block;
    }.narrow-flow .direct-items{
      width:100%;
      aspect-ratio:16/9;
      margin-bottom:1.5rem;
    }.narrow-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.narrow-flow .team-view{
      padding-bottom:0;
    }
  }
.secondary-frame{
  background:#16141C;
  color:#B9B3A6;
  padding:calc(1.5rem * 2.4) 1.01rem;
}
.secondary-frame .focused-list{max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
  gap:calc(0.84rem * 1.5);
  align-items:start;}
.secondary-frame .visual-headline{min-width:0;}
.secondary-frame .contact-nav{margin:0 0 1.5rem;
  max-width:38rem;
  line-height:1.75;}
.secondary-frame h2{margin:0;
  font-size:calc(15.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.secondary-frame .main-steps{margin-top:calc(0.84rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.55rem;}
.secondary-frame .main-steps span{border-left:2px solid #C98A2E;
  padding:.35rem 0 .35rem .85rem;
  line-height:1.5;}
.secondary-frame .main-entries{margin:calc(0.84rem * 1.5) 0 0;
  max-width:38rem;
  line-height:1.75;}
.secondary-frame .wide-block{margin:1.5rem 0 0;
  font-size:calc(15.8px * .875);
  line-height:1.75;}
.secondary-frame .wide-block a{text-decoration:underline;
  text-underline-offset:3px;}
.secondary-frame .wide-block a:hover{}
.secondary-frame .direct-items{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.47rem;
  box-shadow:0 3px 16px rgba(0,0,0,0.06);}
@media (max-width:820px){.secondary-frame .focused-list{
    grid-template-columns:1fr;
  }.secondary-frame .direct-items{
    order:-1;
    max-height:26rem;
    aspect-ratio:16/10;
  }
}
.content-unit{
        padding: calc(1.5rem * 2.4) 1.01rem;
        background: #16141C;
        color: #B9B3A6;
    }
.content-unit .focused-list{max-width: 1000px;
        margin: 0 auto;}
.content-unit .offer-stack{display: flex;
        flex-direction: column;
        gap: calc(0.84rem * 1.5);}
.content-unit .secondary-brand{max-width: 46rem;}
.content-unit h2{margin: 0;
        font-size: calc(15.8px * 2);
        line-height: 1.12;
        color: var(--surface-muted);}
.content-unit .secondary-brand p{margin: 1.5rem 0 0;
        font-size: calc(15.8px * 1.125);
        line-height: 1.75;}
.content-unit ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.content-unit li{display: flex;
        gap: 0.84rem;
        align-items: baseline;
        padding: 1.5rem 0;}
.content-unit li + li{border-top: 1px solid var(--paint-inverse);}
.content-unit strong{flex: 0 0 15rem;
        font-size: 15.8px;
        line-height: 1.3;
        color: var(--surface-muted);}
.content-unit span{flex: 1 1 auto;
        min-width: 0;
        font-size: 15.8px;
        line-height: 1.75;}
@media (max-width: 760px) {.content-unit li{
            display: block;
        }.content-unit strong{
            display: block;
            margin-bottom: calc(1.5rem * .75);
        }
    }
.open-brand{--layer-content:calc(1.5rem * 1.29);--mark-content:calc(1000px / 2.40);--copy-lead:calc(1000px / 3.55);padding:calc(1.5rem * 2.4) 1.01rem;background:#C98A2E;color:#141118;}
.open-brand .focused-list{max-width:1000px;margin:0 auto;}
.open-brand h1,.open-brand h2,.open-brand h3,.open-brand p{margin:0;}
.open-brand h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.open-brand h2{font-size:calc(15.8px * 2);line-height:1.12;}
.open-brand h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.open-brand p{font-size:15.8px;line-height:1.75;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-brand a{color:inherit;text-decoration:none;}
.open-brand img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.open-brand .featured-summary{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.23rem;background:#141118;color:#C98A2E;}
.open-brand .contact-nav,.open-brand .main-entries{}
.open-brand .main-steps{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.open-brand .feature{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.open-brand .feature p,.open-brand .feature a{margin-top:calc(1.5rem / 3);}
.open-brand .feature img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.open-brand .quiet-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.84rem;}
.open-brand .quiet-frame>h2{flex:1 1 calc(1000px / 3);min-width:0;}
.open-brand .quiet-frame>.contact-nav{flex:1 1 calc(1000px / 3);min-width:0;}
.open-brand .quiet-frame>.main-steps{flex:1 1 100%;}
.bottom-content{
    background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
    color:#F4F1EA;
    padding:calc(1.5rem * 2.4) 1.01rem;
}
.bottom-content .c{max-width:1000px;
    margin:0 auto;}
.bottom-content .narrow-service{max-width:44rem;
    margin:0 0 calc(0.84rem * 1.5);}
.bottom-content h1{font-size:calc(15.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.bottom-content .quiet-copy{font-size:calc(15.8px * 1.125);
    line-height:1.75;
    margin:0;
    opacity:0.85;}
.bottom-content .soft-plan{margin:0 0 calc(0.84rem * 1.5);}
.bottom-content .soft-plan img{display:block;
    width:100%;
    height:auto;
    border-radius:0.47rem;
    box-shadow:0 6px 24px rgba(0,0,0,0.08);}
.bottom-content .contact-nav{max-width:42rem;
    margin:0 0 calc(0.84rem * 1.5);
    font-size:15.8px;
    line-height:1.75;}
.bottom-content .clear-copy{display:flex;
    flex-direction:column;
    gap:calc(0.84rem * 1.5);}
.bottom-content .visual-block{border-top:1px solid var(--paint-inverse);
    padding-top:calc(0.84rem * 1.5);}
.bottom-content .visual-block:first-child{border-top:none;
    padding-top:0;}
.bottom-content h2{font-size:calc(15.8px * 1.35);
    line-height:1.25;
    margin:0 0 0.6rem;}
.bottom-content .visual-block p{margin:0 0 0.75rem;
    line-height:1.75;}
.bottom-content .visual-block p:last-child{margin-bottom:0;}
.bottom-content a{text-decoration:underline;
    text-underline-offset:3px;}
.bottom-content a:hover{}
@media (min-width:768px){.bottom-content .clear-copy{
        gap:1.5rem;
    }.bottom-content .visual-block{
        padding-top:1.5rem;
    }
}
.narrow-headline{
    padding: calc(1.5rem * 2.4) 1.01rem;
    background: var(--line-warm);
    color: var(--surface-muted);
}
.narrow-headline .service-stack{max-width: 1000px;
    margin: 0 auto;}
.narrow-headline .primary-frame{max-width: 62ch;
    margin: 0 0 calc(0.84rem * 1.5);}
.narrow-headline .primary-frame h2{margin: 0 0 0.84rem;
    font-size: calc(15.8px * 2);
    line-height: 1.2;}
.narrow-headline .contact-nav{margin: 0;
    font-size: 15.8px;
    color: #B9B3A6;
    line-height: 1.75;}
.narrow-headline .service-menu{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.narrow-headline .feature{
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: calc(0.84rem * 1.5);
    align-items: start;
    padding: calc(1.5rem * .75);
    background: #1E1B25;
    color: #F4F1EA;
    border: 1px solid var(--paint-inverse);
    border-radius: 0.47rem;
}
.narrow-headline .offer-note{
    margin: 0;
    overflow: hidden;
    border-radius: 0.36rem;
    background: #16141C;color:#B9B3A6;}
.narrow-headline .offer-note img{display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.narrow-headline .clear-copy{display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.narrow-headline .page-benefit{margin: 0;
    font-size: calc(15.8px * 1.35);
    line-height: 1.25;}
.narrow-headline .fresh-area{margin: 0;
    font-size: calc(15.8px * .875);
    color: #B9B3A6;}
.narrow-headline .main-menu{margin: 0;
    font-size: 15.8px;
    line-height: 1.75;}
.narrow-headline .featured-method{align-self: flex-start;
    margin-top: 0.4rem;
    font-size: calc(15.8px * .875);
    color: #E8B23A;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 540ms var(--speed-entry), border-color 540ms var(--speed-entry);}
.narrow-headline .featured-method:hover,
.narrow-headline .featured-method:focus-visible{color: #C98A2E;
    border-bottom-color: #C98A2E;}
@media (max-width: 720px) {.narrow-headline .feature{
        grid-template-columns: 1fr;
    }.narrow-headline .offer-note img{
        aspect-ratio: 16 / 9;
    }
}
.site-story{
    background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
    color:#F4F1EA;
    padding:calc(1.5rem * 2.4) 1.01rem;
}
.site-story .c{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.84rem * 1.5);}
.site-story .contact-nav{max-width:46rem;}
.site-story h1{font-size:calc(15.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;
    letter-spacing:-0.01em;}
.site-story .quiet-copy{font-size:calc(15.8px * 1.125);
    line-height:1.5;
    margin:0;
    opacity:0.85;}
.site-story .compact-plan{margin:0;}
.site-story .compact-plan img{display:block;
    width:100%;
    border-radius:0.47rem;
    box-shadow:0 6px 24px rgba(0,0,0,0.08);}
.site-story .clear-copy{display:flex;
    flex-direction:column;
    gap:calc(0.84rem * 1.5);}
.site-story h2{font-size:calc(15.8px * 1.35);
    margin:0 0 0.6rem;}
.site-story p{margin:0 0 0.9rem;
    line-height:1.75;}
.site-story p:last-child{margin-bottom:0;}
.site-story .clear-items{
    background:#1E1B25;
    color:#F4F1EA;
    border:1px solid var(--paint-inverse);
    border-radius:0.36rem;
    padding:calc(1.5rem * .75);
}
.site-story .visual-media{border-top:1px solid var(--paint-inverse);
    padding-top:calc(0.84rem * 1.5);}
.site-story .wide-block{font-size:calc(15.8px * .875);
    margin-top:calc(0.84rem * 1.5);}
.site-story .wide-block a{text-decoration:none;
    border-bottom:1px solid #E8B23A;
    padding-bottom:1px;}
.site-story .wide-block a:hover{border-bottom-color:#C98A2E;}
@media (min-width:768px){.site-story .clear-copy{
        flex-direction:row;
        align-items:flex-start;
        gap:calc(0.84rem * 1.5);
    }.site-story .team-view{
        flex:1 1 58%;
    }.site-story .clear-items{
        flex:1 1 42%;
    }
}
.compact-note{
    padding: calc(1.5rem * 2.4) 1.01rem;
    background: var(--line-warm);
    color: var(--surface-muted);
}
.compact-note .service-stack{max-width: 1000px;
    margin: 0 auto;}
.compact-note .contact-nav{max-width: 62ch;
    margin-bottom: calc(0.84rem * 1.5);}
.compact-note .contact-nav h2{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.8px * 2);
    line-height: 1.2;}
.compact-note .contact-nav .team-view{margin: 0;
    color: #B9B3A6;
    font-size: 15.8px;
    line-height: 1.75;}
.compact-note .main-steps{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.84rem;}
.compact-note .feature{margin: 0;}
.compact-note .plain-grid{
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) auto;
    align-items: center;
    gap: calc(1.5rem * .75);
    padding: calc(1.5rem * .75);
    background: #1E1B25;
    color: #F4F1EA;
    border: 1px solid var(--paint-inverse);
    border-radius: 0.47rem;
    text-decoration: none;
    transition: border-color 540ms var(--speed-entry), transform 540ms var(--speed-entry);
}
.compact-note .plain-grid:hover{border-color: #C98A2E;
    transform: translateY(-2px);}
.compact-note .offer-note{width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 0.36rem;
    display: block;}
.compact-note .clear-copy{min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;}
.compact-note .row-title{font-size: calc(15.8px * 1.125);
    font-weight: 600;
    color: #F4F1EA;}
.compact-note .row-sub{font-size: calc(15.8px * .875);
    color: #C98A2E;}
.compact-note .row-text{margin: 4px 0 0;
    font-size: calc(15.8px * .875);
    line-height: 1.75;
    color: #B9B3A6;}
.compact-note .row-meta{font-size: calc(15.8px * .875);
    color: #C98A2E;
    white-space: nowrap;
    align-self: center;}
@media (max-width: 720px) {.compact-note .plain-grid{
        grid-template-columns: 100px minmax(0, 1fr);
        grid-template-areas:
            "thumb body"
            "meta meta";
        row-gap: calc(1.5rem * .75);
    }.compact-note .offer-note{
        grid-area: thumb;
        width: 100px;
        height: 72px;
    }.compact-note .clear-copy{
        grid-area: body;
    }.compact-note .row-meta{
        grid-area: meta;
        justify-self: start;
    }
}
.columns{
    color:#F4F1EA;
    background:linear-gradient(135deg, #0E0D12 0%, #1B1622 55%, #2A1F2E 100%);
    padding:calc(1.5rem * 2.4) 1.01rem;
}
.columns .c{max-width:1000px;
    margin:0 auto;}
.columns .narrow-service{margin-bottom:calc(0.84rem * 1.5);
    max-width:44rem;}
.columns h1{font-size:calc(15.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.84rem;}
.columns .quiet-copy{font-size:calc(15.8px * 1.125);
    color:#F4F1EA;
    opacity:0.82;
    margin:0;}
.columns .secondary-rail{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    align-items:flex-start;
    margin-bottom:calc(0.84rem * 1.5);}
.columns .secondary-rail .direct-items{flex:1 1 22rem;
    min-width:16rem;}
.columns .secondary-rail .direct-items img{display:block;
    width:100%;
    height:auto;
    border-radius:0.47rem;
    box-shadow:0 3px 16px rgba(0,0,0,0.06);}
.columns .secondary-rail .clear-items{flex:1 1 18rem;
    min-width:14rem;
    padding-top:0.84rem;}
.columns .clear-items .contact-nav{font-size:15.8px;
    line-height:1.75;
    margin:0 0 0.84rem;}
.columns .clear-items .main-entries{font-size:calc(15.8px * .875);
    line-height:1.75;
    border-left:2px solid var(--paint-inverse);
    padding-left:0.84rem;
    margin:0;}
.columns .wide-headline,
.columns .direct-menu{
    background:#1E1B25;
    color:#F4F1EA;
    border:1px solid var(--paint-inverse);
    border-radius:0.47rem;
    padding:calc(1.5rem * .75);
    margin-bottom:calc(0.84rem * 1.5);
    box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
.columns .wide-headline p,
.columns .direct-menu p{line-height:1.75;
    margin:0 0 0.84rem;}
.columns .wide-headline p:last-child,
.columns .direct-menu p:last-child{margin-bottom:0;}
.columns h2{font-size:calc(15.8px * 2);
    line-height:1.2;
    margin:0 0 0.84rem;}
.columns .wide-block{font-size:calc(15.8px * .875);
    padding-top:0.84rem;
    border-top:1px solid var(--paint-inverse);}
.columns .wide-block a{text-decoration:none;
    border-bottom:1px solid #E8B23A;}
.columns .wide-block a:hover{border-bottom-color:#C98A2E;}
@media (min-width:768px){.columns .secondary-rail .direct-items{
        flex:1 1 26rem;
    }
}
.secondary-nav{
    color:var(--surface-muted);
    background:var(--line-warm);
    padding:calc(1.5rem * 2.4) 1.01rem;
}
.secondary-nav .c{max-width:1000px;
    margin:0 auto;}
.secondary-nav .h{margin-bottom:calc(0.84rem * 1.5);
    padding-bottom:calc(0.84rem * 1.5);
    border-bottom:1px solid var(--paint-inverse);}
.secondary-nav h1{font-size:calc(15.8px * 2.65);
    margin:0 0 0.6rem;
    line-height:1.15;}
.secondary-nav .h p{margin:0;
    max-width:52ch;
    color:#B9B3A6;
    font-size:15.8px;}
.secondary-nav .service-menu{display:flex;
    flex-direction:column;
    gap:0;
    margin-bottom:calc(0.84rem * 1.5);
    border-top:1px solid var(--paint-inverse);}
.secondary-nav .plain-grid{display:flex;
    align-items:baseline;
    gap:0.84rem;
    padding:0.9rem 0;
    border-bottom:1px solid var(--paint-inverse);
    flex-wrap:wrap;}
.secondary-nav .wide-view{font-size:calc(15.8px * .875);
    color:#C98A2E;
    letter-spacing:0.08em;
    min-width:2ch;}
.secondary-nav .plain-grid .team-view{flex:1 1 240px;}
.secondary-nav .plain-grid h3{margin:0 0 0.15rem;
    font-size:calc(15.8px * 1.125);}
.secondary-nav .plain-grid h3 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 540ms var(--speed-entry);}
.secondary-nav .plain-grid h3 a:hover{border-color:#E8B23A;}
.secondary-nav .plain-grid p{margin:0;
    color:#B9B3A6;
    font-size:calc(15.8px * .875);}
.secondary-nav .wide-block{font-size:calc(15.8px * .875);
    color:#E8B23A;
    text-decoration:none;
    white-space:nowrap;
    transition:color 540ms var(--speed-entry);}
.secondary-nav .wide-block:hover{color:#C98A2E;}
.secondary-nav .main-steps{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.secondary-nav .feature{
    display:flex;
    flex-direction:column;
    background:#1E1B25;
    color:#F4F1EA;
    border:1px solid var(--paint-inverse);
    border-radius:0.47rem;
    overflow:hidden;
    box-shadow:0 1px 2px rgba(0,0,0,0.05);
    transition:box-shadow 540ms var(--speed-entry);
}
.secondary-nav .feature:hover{box-shadow:0 3px 16px rgba(0,0,0,0.06);}
.secondary-nav .direct-items img{display:block;
    width:100%;
    height:220px;
    object-fit:cover;}
.secondary-nav .clear-copy{padding:calc(1.5rem * .75);}
.secondary-nav .clear-copy h3{margin:0 0 0.5rem;
    font-size:calc(15.8px * 1.35);}
.secondary-nav .clear-copy h3 a{color:inherit;
    text-decoration:none;}
.secondary-nav .clear-copy h3 a:hover{color:#E8B23A;}
.secondary-nav .clear-copy p{margin:0 0 1rem;
    font-size:calc(15.8px * .875);
    line-height:1.75;}
.secondary-nav .featured-summary{display:inline-block;
    font-size:calc(15.8px * .875);
    color:#E8B23A;
    text-decoration:none;
    border-bottom:1px solid #E8B23A;
    padding-bottom:1px;
    transition:color 540ms var(--speed-entry),border-color 540ms var(--speed-entry);}
.secondary-nav .featured-summary:hover{color:#C98A2E;
    border-color:#C98A2E;}
@media (min-width:768px){.secondary-nav .main-steps{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }.secondary-nav .feature:first-child{
        grid-column:1 / -1;
        flex-direction:row;
    }.secondary-nav .feature:first-child .direct-items{
        flex:1 1 45%;
    }.secondary-nav .feature:first-child .direct-items img{
        height:100%;
        min-height:260px;
    }.secondary-nav .feature:first-child .clear-copy{
        flex:1 1 55%;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
}
@media (min-width:1024px){.secondary-nav .main-steps{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }.secondary-nav .feature:first-child{
        grid-column:auto;
        flex-direction:column;
    }.secondary-nav .feature:first-child .direct-items{
        flex:none;
    }.secondary-nav .feature:first-child .direct-items img{
        height:220px;
        min-height:0;
    }.secondary-nav .feature:first-child .clear-copy{
        display:block;
    }
}
.main-block{
    padding:calc(calc(1.5rem * 2.4)*.75) 1.01rem;
    background:var(--paint-strong,linear-gradient(135deg,#0E0D12 0%,#1B1622 55%,#2A1F2E 100%));
    color:#F4F1EA;
  }
.main-block .focused-list{max-width:1000px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.84rem * 1.5));}
.main-block .team-view{flex:1 1 30rem;
    min-width:0;
    max-width:36rem;}
.main-block h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(15.8px * 2.65));
    line-height:1.08;
    font-weight:720;
    letter-spacing:-0.005em;}
.main-block p{margin:clamp(.85rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(.98rem,1.3vw,15.8px);
    line-height:1.7;}
.main-block .direct-items{display:block;
    flex:0 1 26rem;
    width:min(34vw,26rem);
    max-width:100%;
    aspect-ratio:5/4;
    height:auto;
    object-fit:cover;
    border-radius:0.47rem;
    box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:820px){.main-block .focused-list{
      display:block;
    }.main-block .team-view{
      max-width:100%;
    }.main-block .direct-items{
      width:100%;
      margin-top:1.5rem;
      aspect-ratio:16/9;
    }.main-block{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.secondary-surface{padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.secondary-surface .focused-list{max-width:1000px;margin:0 auto}
.secondary-surface .contact-nav{max-width:52rem}
.secondary-surface h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.05}
.secondary-surface .contact-nav p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(15.8px * 1.125);line-height:1.75;}
.secondary-surface .visual-headline{margin-top:calc(0.84rem * 1.5);display:flex;flex-wrap:wrap;gap:0.84rem;align-items:flex-start}
.secondary-surface .bottom-service{flex:1 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem;align-content:flex-start;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);border-radius:0.47rem;padding:0.84rem}
.secondary-surface .bottom-service label{flex:1 1 15rem;min-width:0}
.secondary-surface label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.8px * .875);}
.secondary-surface input{width:100%;max-width:100%;border:1px solid var(--paint-inverse);border-radius:0.23rem;background:#16141C;color:#F4F1EA;font:inherit;padding:calc(1.5rem * .75);outline:none}
.secondary-surface input::placeholder{}
.secondary-surface input:focus{border-color:rgba(232,178,58,0.55)}
.secondary-surface button{align-self:flex-end;border:0;border-radius:0.23rem;background:#E8B23A;color:#141118;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap}
.secondary-surface button:hover{background:#F2C55C;color:#F4F1EA;}
.secondary-surface .site-actions{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.5rem * .75) 0}
.secondary-surface .site-actions p{margin:0;line-height:1.75;}
.secondary-surface .site-actions span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.8px * .875);font-weight:700;}
@media(max-width:760px){.secondary-surface .visual-headline{display:block}.secondary-surface .bottom-service{display:block;padding:1.5rem}.secondary-surface .bottom-service label+label,.secondary-surface button{margin-top:1.5rem}.secondary-surface .site-actions{margin-top:calc(0.84rem * 1.5);padding:0}.secondary-surface h2{font-size:calc(15.8px * 2)}}
.direct-callout{background:var(--line-warm);color:var(--surface-muted);padding:calc(1.5rem * 2.4) 1.01rem}
.direct-callout .focused-list{max-width:min(1000px,64rem);margin:0 auto}
.direct-callout .text-plan{display:flex;flex-direction:column;gap:calc(0.84rem * 1.5)}
.direct-callout .secondary-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:44rem}
.direct-callout .main-entries{margin:0;font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#B9B3A6}
.direct-callout h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.08}
.direct-callout .contact-nav{margin:0;color:#B9B3A6;font-size:15.8px;line-height:1.75}
.direct-callout .direct-items{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.47rem;box-shadow:0 3px 16px rgba(0,0,0,0.06)}
.direct-callout .quiet-callout{display:flex;flex-direction:column;border-top:1px solid var(--paint-inverse)}
.direct-callout .plain-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-inverse)}
.direct-callout .main-footer{flex:0 0 12rem;font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:0.05em;color:#B9B3A6}
.direct-callout .contact-content{margin:0;flex:1 1 18rem;color:var(--surface-muted)}
.direct-callout .contact-content a{color:#E8B23A;text-decoration:none;border-bottom:1px solid transparent}
.direct-callout .contact-content a:hover{color:#C98A2E;border-bottom-color:#C98A2E}
.direct-callout .clear-items{background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);border-radius:0.47rem;padding:calc(1.5rem * .75)}
.direct-callout .clear-items h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 1.35)}
.direct-callout .main-steps{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:0.4rem;color:#F4F1EA}
.direct-callout .strong-copy{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.8px * .875);color:#B9B3A6}
.direct-callout .content-track{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-callout .content-track a{padding:0.7rem 1.1rem;border-radius:0.23rem;background:transparent;color:var(--surface-muted);text-decoration:none;border:1px solid var(--paint-inverse)}
.direct-callout .content-track a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#F4F1EA;}
.direct-callout .content-track>a:first-child{background:#E8B23A;color:#141118;border-color:transparent}
.direct-callout .content-track>a:first-child:hover{background:#F2C55C;color:#F4F1EA;}
@media (max-width:640px){.direct-callout .main-footer{flex-basis:100%}
}
.media-fields{padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.media-fields .site-lead{max-width:1000px;margin:0 auto}
.media-fields .content-feature{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.84rem;align-items:flex-end;margin-bottom:calc(0.84rem * 1.5)}
.media-fields h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.media-fields .content-feature p{margin:0;max-width:38rem;font-size:15.8px;}
.media-fields .simple-contact{display:grid;grid-template-columns:minmax(15rem,.38fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.media-fields .steady-quote{display:flex;flex-direction:column;gap:0;border-radius:0.47rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);overflow:hidden}
.media-fields .wide-view{padding:calc(1.5rem * .75);border-bottom:1px solid var(--paint-inverse)}
.media-fields .wide-view:last-child{border-bottom:0}
.media-fields .wide-view span{display:block;font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:.04em}
.media-fields .wide-view strong{display:block;margin-top:.35rem;font-size:15.8px;font-weight:600;line-height:1.5}
.media-fields .wide-view a{text-decoration:none}
.media-fields .wide-view a:hover{}
.media-fields .media-footer{min-height:32rem;border-radius:0.59rem;overflow:hidden;border:1px solid var(--paint-inverse);background:#16141C;color:#B9B3A6;}
.media-fields iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.media-fields .content-feature{display:block}.media-fields .content-feature p{margin-top:1.5rem}.media-fields .simple-contact{grid-template-columns:1fr}.media-fields .media-footer{min-height:22rem}
}
.page-copy{padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted)}
.page-copy .wide-grid{max-width:min(1000px,62rem);margin:0 auto}
.page-copy .secondary-brand{border-bottom:1px solid var(--paint-inverse);padding-bottom:calc(0.84rem * 1.5);margin-bottom:calc(0.84rem * 1.5)}
.page-copy h1{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.page-copy .contact-nav{margin:0;font-size:calc(15.8px * 1.125);line-height:1.55;color:#B9B3A6;max-width:52rem}
.page-copy .clear-copy{display:flex;flex-direction:column;gap:calc(0.84rem * 1.5)}
.page-copy .main-entries{margin:0;padding:calc(1.5rem * .75) 1.01rem;background:#16141C;color:#B9B3A6;border-left:2px solid #C98A2E;border-radius:0.23rem;font-size:calc(15.8px * .875)}
.page-copy .visual-block{padding:0}
.page-copy h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 1.35);line-height:1.25;color:var(--surface-muted)}
.page-copy .visual-block p{margin:0;font-size:15.8px;line-height:1.75;color:#B9B3A6}
.page-copy .site-shell{padding:calc(0.84rem * 1.5) 1.01rem;background:#1E1B25;color:#F4F1EA;border:1px solid var(--paint-inverse);border-radius:0.36rem}
.page-copy .site-shell h2{color:#F4F1EA}
.page-copy .site-shell p{color:#F4F1EA}
.page-copy a{color:#E8B23A;text-decoration:underline;text-underline-offset:3px}
.page-copy a:hover{color:#C98A2E}
@media (max-width:640px){.page-copy h1{font-size:calc(15.8px * 2)}.page-copy .contact-nav{font-size:15.8px}
}
.bottom-benefit{padding:calc(1.5rem * 2.4) 1.01rem;background:#16141C;color:#B9B3A6}
.bottom-benefit .narrow-entries{max-width:min(1000px,60rem);margin:0 auto}
.bottom-benefit .primary-frame{margin-bottom:calc(0.84rem * 1.5)}
.bottom-benefit h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1;color:inherit}
.bottom-benefit .direct-proof{margin:1.5rem 0 0;font-size:calc(15.8px * 1.125);line-height:1.6}
.bottom-benefit .active-nav{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-inverse)}
.bottom-benefit .main-entries{padding:calc(1.5rem * .75) 0}
.bottom-benefit .main-entries + .main-entries{border-top:1px solid var(--paint-inverse)}
.bottom-benefit h3{margin:0 0 0.5rem;font-size:calc(15.8px * 1.35);line-height:1.25;color:inherit}
.bottom-benefit .main-entries p{margin:0;line-height:1.75}
.bottom-benefit .main-entries a{text-decoration:underline}
.bottom-benefit .main-entries a:hover{}
.bottom-benefit .clear-items{margin-top:calc(0.84rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-inverse);font-size:calc(15.8px * .875)}
.bottom-benefit .clear-items .wide-view{margin:0 0 0.4rem}
.bottom-benefit .clear-items a{text-decoration:none}
.bottom-benefit .clear-items a:hover{text-decoration:underline}
@media (min-width:768px){.bottom-benefit .active-nav{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(0.84rem * 1.5);border-top:1px solid var(--paint-inverse)}.bottom-benefit .main-entries{padding:calc(1.5rem * .75) 0}.bottom-benefit .main-entries + .main-entries{border-top:1px solid var(--paint-inverse)}.bottom-benefit .main-entries:nth-child(2){border-top:1px solid var(--paint-inverse)}.bottom-benefit .main-entries:nth-child(odd){padding-right:calc(1.5rem * .75)}.bottom-benefit .main-entries:nth-child(even){padding-left:calc(1.5rem * .75)}
}
.plain-frame{padding:calc(calc(1.5rem * 2.4)*.72) 1.01rem;background:var(--line-warm,#0E0D12);color:var(--surface-muted,#F4F1EA);}
.plain-frame .focused-list{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.5rem,5vw,calc(0.84rem * 1.5));}
.plain-frame .team-view{flex:1 1 34rem;min-width:0;}
.plain-frame h1{margin:0;font-size:clamp(2rem,5.2vw,calc(15.8px * 2.65));line-height:1.04;font-weight:740;letter-spacing:-0.01em;}
.plain-frame p{margin:clamp(.9rem,2vw,1.5rem) 0 0;max-width:40rem;font-size:clamp(1rem,1.4vw,calc(15.8px * 1.125));line-height:1.7;}
.plain-frame .direct-items{display:block;width:min(34vw,28rem);max-width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;border-radius:0.47rem;flex:0 1 28rem;box-shadow:var(--shadow-button,0 3px 16px rgba(0,0,0,0.06));}
@media (max-width:760px){.plain-frame{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.plain-frame .focused-list{display:block;}.plain-frame .direct-items{width:100%;margin-top:1.5rem;aspect-ratio:16/9;flex:none;}.plain-frame .team-view{max-width:100%;}
  }
.main-summary{--layer-content:calc(1.5rem * 1.02);--mark-content:calc(1000px / 3.15);padding:calc(1.5rem * 2.4) 1.01rem;background:var(--line-warm);color:var(--surface-muted);}
.main-summary .focused-list{max-width:1000px;margin:0 auto;}
.main-summary h1,.main-summary h2,.main-summary h3,.main-summary p{margin:0;}
.main-summary h2{font-size:calc(15.8px * 2);line-height:1.12;}
.main-summary p{font-size:15.8px;line-height:1.75;}
.main-summary a{color:#E8B23A;text-decoration:none;}
.main-summary a:hover{color:#C98A2E;}
.main-summary .team-view{display:flex;flex-direction:column;gap:calc(0.84rem * 1.5);max-width:var(--mark-content);}
.main-summary .contact-nav{color:var(--surface-muted);}
.main-summary .main-entries{font-size:calc(15.8px * .875);color:#B9B3A6;}
.main-summary .strong-links{display:flex;flex-wrap:wrap;align-items:center;gap:0.84rem;margin-top:var(--layer-content);padding-top:calc(0.84rem * 1.5);border-top:1px solid var(--paint-inverse);}
.main-summary .featured-summary{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.23rem;background:#E8B23A;color:#141118;font-size:15.8px;}
.main-summary .featured-summary:hover{background:#F2C55C;color:#141118;}
.main-summary .wide-block{font-size:calc(15.8px * .875);color:#B9B3A6;}
.main-summary .wide-block a{color:#E8B23A;}
.main-summary .wide-block a:hover{color:#C98A2E;}
@media (max-width:640px){.main-summary .strong-links{flex-direction:column;align-items:flex-start;}
}
.text-figure{background:#C98A2E;color:#141118;padding:calc(1.5rem * 2.4) 1.01rem}
.text-figure .focused-list{max-width:1000px;margin:0 auto}
.text-figure .details{display:flex;flex-direction:column;gap:calc(0.84rem * 1.5)}
.text-figure h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.text-figure .strong-proof{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:calc(0.84rem * 1.5)}
.text-figure p{flex:1 1 34rem;margin:0;min-width:0;font-size:calc(15.8px * 1.125);line-height:1.65}
.text-figure .content-track{flex:0 1 26rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.text-figure .content-track a{padding:calc(1.5rem * .75);border-radius:0.23rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(15.8px * .875)}
.text-figure .wide-block{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);padding-top:calc(0.84rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-size:calc(15.8px * .875)}
.text-figure .wide-block .wide-view{opacity:.75}
.text-figure .wide-block a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 45%,transparent);padding-bottom:1px}
.text-figure .wide-block a:hover{border-bottom-color:currentColor}
@media(max-width:760px){.text-figure .strong-proof{flex-direction:column}.text-figure p,.text-figure .content-track{flex-basis:auto}
}
.open-story{padding:calc(1.5rem * 2.4) 1.01rem;background:#C98A2E;color:#141118}
.open-story .focused-list{max-width:1000px;margin:0 auto}
.open-story .primary-media{display:flex;flex-wrap:wrap;gap:calc(0.84rem * 1.5);align-items:flex-start}
.open-story .team-view{flex:2 1 36rem;min-width:0}
.open-story h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.05}
.open-story .team-view p{margin:1.5rem 0 0;max-width:40rem;font-size:calc(15.8px * 1.125);line-height:1.75}
.open-story .wide-block{flex:1 1 17rem;min-width:0;border-top:1px solid color-mix(in srgb,#141118 30%,transparent);padding-top:1.5rem}
.open-story .wide-block p{margin:0;line-height:1.75}
.open-story .wide-block > a{display:inline-flex;margin-top:1.5rem;border-radius:0.23rem;background:#E8B23A;color:#141118;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.open-story .wide-block > a:hover{background:#F2C55C;color:#F4F1EA;}
.open-story .contact-menu{list-style:none;margin:calc(0.84rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:0.84rem}
.open-story .contact-menu a{text-decoration:underline;text-underline-offset:3px;font-size:calc(15.8px * .875)}
.open-story .contact-menu a:hover{opacity:.75}
@media(max-width:680px){.open-story .primary-media{display:block}.open-story .wide-block{margin-top:calc(0.84rem * 1.5)}.open-story h2{font-size:calc(15.8px * 2)}}
