body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-card: #C9A24A;
  --paint-light: #0C0C0E;
  --motion-entry: cubic-bezier(0.22,1,0.36,1);
}
.media-tile {
    width: 100%;
    background: #1C1C20;
    color: #F4F2ED;
    border-bottom: 1px solid rgba(201,162,74,0.28);
    box-shadow: 0 1px 7px rgba(0,0,0,0.18);
  }
.featured-quote {
    max-width: 1380px;
    margin: 0 auto;
    padding: calc(2.34rem * 1.5) 1.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.34rem;
  }
.primary-group {
    display: flex;
    align-items: center;
    gap: calc(2.34rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
.bottom-summary {
    font-size: calc(19.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F4F2ED;
    text-decoration: none;
    white-space: nowrap;
  }
.bottom-summary:hover {
    color: #D8B25C;
  }
.bottom-feature {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.34rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.1px;
    color: #F4F2ED;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 370ms var(--motion-entry),
                border-color 370ms var(--motion-entry);
  }
.nav-list a:hover {
    color: #D8B25C;
    border-bottom-color: #D8B25C;
  }
.strong-details {
    display: flex;
    align-items: center;
    gap: 2.34rem;
    flex: 0 0 auto;
  }
.public-details {
    display: inline-block;
    padding: 0.7rem 1.3rem;
    background: var(--paint-card);
    color: var(--paint-light);
    font-size: 19.1px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.46rem;
    box-shadow: 0 1px 7px rgba(0,0,0,0.18);
    transition: background 370ms var(--motion-entry),
                transform 370ms var(--motion-entry);
    white-space: nowrap;
  }
.public-details:hover{
    background: #E0BE6E;
    transform: translateY(-1px);color:#F4F2ED;}
.simple-team {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(201,162,74,0.28);
    border-radius: 0.34rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.simple-team span{
    display: block;
    width: 22px;
    height: 2px;
    background: #F4F2ED;
    border-radius: 2px;
    transition: transform 370ms var(--motion-entry),
                opacity 370ms var(--motion-entry);color:#F4F2ED;}
.simple-team[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.simple-team[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
.simple-team[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .featured-quote {
      flex-wrap: wrap;
    }

    .bottom-feature {
      display: none;
      order: 3;
      width: 100%;
      flex-basis: 100%;
      padding-top: calc(2.34rem * 1.5);
      border-top: 1px solid rgba(201,162,74,0.28);
      margin-top: calc(2.34rem * 1.5);
    }

    .bottom-feature.is-open {
      display: block;
    }

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

    .nav-list a {
      font-size: calc(19.1px * 1.125);
    }

    .simple-team {
      display: flex;
    }
  }
@media (max-width: 560px) {
    .public-details {
      display: none;
    }

    .featured-quote {
      padding-left: 1.45rem;
      padding-right: 1.45rem;
    }
  }
.page-actions{font-family:"Sora", sans-serif;font-size:19.1px;line-height:1.68;padding:calc(1.5rem * 2.4) 1.45rem;width:100%;box-sizing:border-box;background:#F4F2ED;color:#0C0C0E;}
.text-block{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5)}
.local-steps{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.34rem;align-items:start}
.content-body,
  .bottom-service,
  .content-plan,
  .box{min-width:0}
.main-menu{font-size:calc(19.1px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0 0 calc(1.5rem * .75);color:inherit}
.secondary-view{margin:0;font-size:calc(19.1px * .875);opacity:0.85;color:inherit}
.open-intro{font-size:19.1px;font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.04em;text-transform:uppercase;color:inherit}
.top-quote{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.top-quote a{color:inherit;text-decoration:none;font-size:calc(19.1px * .875);transition:opacity 370ms var(--motion-entry)}
.top-quote a:hover,
  .top-quote a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.compact-block li{display:flex;flex-direction:column;gap:0.15rem;font-size:calc(19.1px * .875)}
.primary-body{font-weight:600;font-size:calc(19.1px * .875);opacity:0.75;color:inherit}
.text-callout{color:inherit;text-decoration:none;word-break:break-word}
.text-callout:hover,
  .text-callout:focus-visible{text-decoration:underline}
.wide-stack{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(2.34rem * 1.5);font-size:calc(19.1px * .875);opacity:0.85;color:inherit}
.wide-stack p{margin:0;color:inherit}
.wide-stack a{color:inherit;text-decoration:underline}
.wide-stack a:hover,
  .wide-stack a:focus-visible{opacity:0.7;color:inherit}
.public-quote{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(2.34rem * 1.5);font-size:calc(19.1px * .875);opacity:0.8;color:inherit}
.public-quote p{margin:0;color:inherit}
@media (max-width: 1024px) {.local-steps{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.local-steps{grid-template-columns:1fr}.page-actions{padding:calc(1.5rem * 2.4) 1.45rem;background:#F4F2ED;color:#0C0C0E;}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.45rem;bottom:1.5rem;z-index:1200}
.cookies .featured-entries{width:min(34rem,calc(100vw - 1.45rem*2));padding:1.5rem;border-radius:1.24rem;background:var(--paint-card);color:var(--paint-light);box-shadow:0 26px 32px rgba(0,0,0,0.29)}
.cookies p{margin:0;line-height:1.68}
.cookies strong{font-size:calc(19.1px * 1.35)}
.cookies .open-feature{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .open-feature>*{min-width:0;flex:1 1 16rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.34rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies button.cookie-accept{background:#D8B25C;color:#0C0C0E;border-color:#D8B25C}
.offer-group{
  --field-extra-3:calc(1.5rem * 1.32);
  --copy-meta:calc(1380px / 3.4);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.offer-group .offer-media{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--field-extra-3) * .72);}
.offer-group h1,
.offer-group p{margin:0;}
.offer-group h1{font-family:"Sora", sans-serif;
  font-size:calc(19.1px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.offer-group .wide-story{font-size:19.1px;
  line-height:1.68;
  max-width:calc(1380px * .68);
  margin-top:calc(2.34rem * 1.5);}
.offer-group .featured-copy{margin:0;
  align-self:flex-start;
  width:min(var(--copy-meta),100%);}
.offer-group .featured-copy img{display:block;
  width:100%;
  height:auto;
  border-radius:0.46rem;
  box-shadow:0 12px 14px rgba(0,0,0,0.23);}
.offer-group .primary-block{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75) 2.34rem;
  padding-top:calc(2.34rem * 1.5);
  border-top:1px solid rgba(201,162,74,0.28);}
.offer-group .simple-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(calc(1.5rem * .75) * .85) 1.5rem;
  border-radius:0.34rem;
  background:var(--paint-card);
  color:var(--paint-light);
  font-size:calc(19.1px * .875);
  letter-spacing:0.02em;
  text-decoration:none;
  transition:background 370ms var(--motion-entry);
}
.offer-group .simple-brand:hover{
  background:#E0BE6E;color:#F4F2ED;}
.offer-group .plain-headline{font-size:calc(19.1px * .875);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry);}
.offer-group .plain-headline:hover{border-bottom-color:#D8B25C;}
@media (max-width:720px){.offer-group .offer-media{
    row-gap:calc(2.34rem * 1.5);
  }.offer-group .featured-copy{
    align-self:stretch;
    width:100%;
  }.offer-group h1{}.offer-group .wide-story{
    max-width:none;
  }
}
.steady-callout{--field-extra-3:calc(1.5rem * 1.19);--layer-main:calc(1380px / 2.25);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.steady-callout .offer-media{max-width:1380px;margin:0 auto;}
.steady-callout h2,.steady-callout h3,.steady-callout p{margin:0;}
.steady-callout h2{font-size:calc(19.1px * 2);line-height:1.12;margin-top:var(--field-extra-3);}
.steady-callout h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.steady-callout p{font-size:19.1px;line-height:1.68;}
.steady-callout .simple-contact{font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#C9C6BF;}
.steady-callout .soft-proof{display:flex;flex-wrap:wrap;gap:var(--field-extra-3);margin-top:var(--field-extra-3);}
.steady-callout .active-group{flex:1 1 calc(1380px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.steady-callout .active-group p{margin-top:calc(1.5rem / 3);color:#C9C6BF;}
.steady-callout .primary-block{margin-top:calc(1.5rem / 1.4);font-size:calc(19.1px * .875);color:#C9C6BF;}
.steady-callout .primary-block a{color:#C9A24A;text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28);}
.steady-callout .primary-block a:hover{color:#D8B25C;}
.bottom-form{--field-extra-3:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.bottom-form .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-extra-3);}
.bottom-form h2,.bottom-form p{margin:0;}
.bottom-form h2{font-size:calc(19.1px * 2);line-height:1.14;font-family:"Sora", sans-serif;}
.bottom-form .direct-list{font-size:19.1px;line-height:1.68;}
.bottom-form .wide-story{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.bottom-form .focused-summary{display:flex;flex-direction:column;border-top:1px solid rgba(201,162,74,0.28);}
.bottom-form details{border-bottom:1px solid rgba(201,162,74,0.28);padding:calc(calc(1.5rem * .75) * .85) 0;}
.bottom-form summary{cursor:pointer;font-size:calc(19.1px * 1.125);font-weight:600;line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2.34rem;}
.bottom-form summary::-webkit-details-marker{display:none;}
.bottom-form summary::after{content:"+";font-size:calc(19.1px * 1.125);line-height:1;flex-shrink:0;}
.bottom-form details[open] summary::after{content:"–";}
.bottom-form details p{margin-top:calc(1.5rem / 2.6);font-size:19.1px;line-height:1.68;}
.bottom-form .primary-block{font-size:calc(19.1px * .875);line-height:1.68;border-top:1px solid rgba(201,162,74,0.28);padding-top:calc(1.5rem / 2);}
.bottom-form .primary-block a{text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28);}
.bottom-form .primary-block a:hover{}
@media (max-width:720px){.bottom-form summary{font-size:19.1px;}
}
.local-view{
  --field-extra-3:calc(1.5rem * 1.18);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.local-view .offer-media{max-width:1380px;margin:0 auto;}
.local-view h1,.local-view h2,.local-view h3,.local-view p,.local-view ul,.local-view li{margin:0;}
.local-view h2{font-size:calc(19.1px * 2);line-height:1.14;}
.local-view p{font-size:19.1px;line-height:1.68;}
.local-view a{color:#C9A24A;text-decoration:none;border-bottom:1px solid transparent;transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry);}
.local-view a:hover{color:#D8B25C;border-bottom-color:#D8B25C;}
.local-view .local-brand{display:flex;flex-wrap:wrap;gap:2.34rem;align-items:flex-start;}
.local-view .text-shell{flex:1 1 32rem;min-width:0;}
.local-view .text-shell>h2{margin-bottom:calc(2.34rem * 1.5);}
.local-view .direct-list{color:#F4F2ED;}
.local-view .simple-contact{margin-top:calc(2.34rem * 1.5);color:#C9C6BF;}
.local-view .strong-frame{margin-top:var(--field-extra-3);display:flex;flex-wrap:wrap;align-items:center;gap:calc(2.34rem * 1.5);}
.local-view .simple-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);font-size:19.1px;border-bottom:none;}
.local-view .simple-brand:hover{background:#E0BE6E;color:var(--paint-light);border-bottom-color:transparent;}
.local-view .primary-block{flex:1 1 16rem;font-size:calc(19.1px * .875);color:#C9C6BF;}
.local-view .media-list{flex:1 1 18rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.local-view .media-list .secondary-proof{font-size:calc(19.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#D8B25C;margin-bottom:calc(2.34rem * 1.5);}
.local-view .soft-proof{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5);}
.local-view .soft-proof li{position:relative;padding-left:1.1rem;font-size:calc(19.1px * .875);line-height:1.68;color:#F4F2ED;}
.local-view .soft-proof li::before{content:"";position:absolute;left:0;top:.7em;width:.4rem;height:1px;background:#D8B25C;color:#0C0C0E;}
@media (max-width:720px){.local-view .simple-brand{width:100%;}.local-view .primary-block{flex-basis:100%;}
}
.text-unit{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);color:#F4F2ED;overflow:hidden}
.text-unit .site-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(2.34rem * 1.5);align-items:start}
.text-unit .media-content{position:sticky;top:1.5rem}
.text-unit .media-content span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.1px * .875);letter-spacing:.04em;text-transform:uppercase;}
.text-unit h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 2.65);line-height:1.02}
.text-unit .direct-list{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.68}
.text-unit .primary-block{margin:0;font-size:calc(19.1px * .875);}
.text-unit .primary-block a{text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28);transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry)}
.text-unit .primary-block a:hover{border-color:#D8B25C}
.text-unit .public-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-unit .main-tile{padding:2.34rem;border-radius:0.74rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);transition:border-color 370ms var(--motion-entry),transform 370ms var(--motion-entry)}
.text-unit .main-tile:nth-child(even){margin-left:clamp(0px,4vw,3rem);background:#141417;color:#C9C6BF}
.text-unit .main-tile:hover{border-color:rgba(201,162,74,0.55);transform:translateY(-2px)}
.text-unit .main-tile span{display:inline-block;font-size:calc(19.1px * .875);letter-spacing:.05em}
.text-unit .main-tile:nth-child(even) span{}
.text-unit h3{margin:calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);font-size:calc(19.1px * 1.35);line-height:1.15}
.text-unit .main-tile p{margin:0;font-size:19.1px;line-height:1.68}
@media (max-width: 900px){.text-unit .site-grid{grid-template-columns:1fr}.text-unit .media-content{position:relative;top:auto}.text-unit .main-tile:nth-child(even){margin-left:0}
}
.plain-footer{
  background: #0C0C0E;
  color: #F4F2ED;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.plain-footer .offer-media{width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.34rem * 1.5);}
.plain-footer h2,
.plain-footer p{margin: 0;}
.plain-footer .local-region{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: calc(2.34rem * 1.5);
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.plain-footer h2{font-size: calc(19.1px * 2);
  line-height: 1.08;
  font-family: "Sora", sans-serif;}
.plain-footer .local-region p{color: #C9C6BF;
  line-height: 1.68;
  font-size: 19.1px;}
.plain-footer .site-unit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.plain-footer .top-form{
  flex: 1 1 20rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
  box-shadow: 0 1px 7px rgba(0,0,0,0.18);
}
.plain-footer .top-form img{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.46rem;}
.plain-footer figcaption{display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.plain-footer strong{font-size: calc(19.1px * 1.35);
  line-height: 1.18;
  font-family: "Sora", sans-serif;}
.plain-footer span{color: #C9C6BF;
  line-height: 1.68;
  font-size: calc(19.1px * .875);}
@media (max-width: 820px) {.plain-footer .top-form{ flex: 1 1 100%; }
}
.wide-header{
    color:#F4F2ED;
    background:#0C0C0E;
    padding:calc(1.5rem * 2.4) 1.45rem;
}
.wide-header .c{max-width:1380px;
    margin:0 auto;}
.wide-header .h{margin-bottom:calc(2.34rem * 1.5);}
.wide-header h1{font-size:calc(19.1px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.wide-header .h p{font-size:calc(19.1px * 1.125);
    margin:0;}
.wide-header .wide-story{margin-bottom:calc(2.34rem * 1.5);
    padding-bottom:calc(2.34rem * 1.5);
    border-bottom:1px solid rgba(201,162,74,0.28);}
.wide-header .wide-story p{margin:0;
    font-size:19.1px;
    line-height:1.68;}
.wide-header .local-feature{display:flex;
    flex-wrap:wrap;
    gap:0.6rem;
    margin-bottom:calc(2.34rem * 1.5);}
.wide-header .opening{
    padding:0.5rem 1.1rem;
    border-radius:0.46rem;
    border:1px solid rgba(201,162,74,0.28);
    background:#141417;
    color:#C9C6BF;
    font-family:inherit;
    font-size:calc(19.1px * .875);
    cursor:pointer;
    transition:background 370ms var(--motion-entry),
               color 370ms var(--motion-entry),
               border-color 370ms var(--motion-entry);
}
.wide-header .opening:hover{
    background:var(--paint-card);
    color:var(--paint-light);
    border-color:var(--paint-card);
}
.wide-header .public-fields{display:grid;
    gap:2.34rem;
    grid-template-columns:1fr;}
@media (min-width:768px){.wide-header .public-fields{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width:1024px){.wide-header .public-fields{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
.wide-header .soft-content{
    display:flex;
    flex-direction:column;
    background:#1C1C20;
    color:#F4F2ED;
    border:1px solid rgba(201,162,74,0.28);
    border-radius:0.74rem;
    overflow:hidden;
    box-shadow:0 1px 7px rgba(0,0,0,0.18);
    transition:transform 370ms var(--motion-entry),
               box-shadow 370ms var(--motion-entry);
}
.wide-header .soft-content:hover{transform:translateY(-4px);
    box-shadow:0 12px 14px rgba(0,0,0,0.23);}
.wide-header .simple-rail img{display:block;
    width:100%;
    height:240px;
    object-fit:cover;}
.wide-header .clear-copy{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    flex:1;}
.wide-header h3{margin:0 0 0.6rem;
    font-size:calc(19.1px * 1.35);
    line-height:1.3;}
.wide-header h3 a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 370ms var(--motion-entry),
               color 370ms var(--motion-entry);}
.wide-header h3 a:hover{border-bottom-color:#D8B25C;}
.wide-header .clear-copy p{margin:0 0 1rem;
    font-size:calc(19.1px * .875);
    line-height:1.68;}
.wide-header .direct-service{display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    margin-top:auto;}
.wide-header .open-form{
    padding:0.25rem 0.7rem;
    border-radius:0.34rem;
    background:#D8B25C;
    color:#0C0C0E;
    font-size:calc(19.1px * .875);
}
.wide-header .simple-contact{
    margin-top:calc(2.34rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#141417;
    color:#C9C6BF;
    border-radius:0.74rem;
    border:1px solid rgba(201,162,74,0.28);
}
.wide-header .simple-contact p{margin:0;
    font-size:19.1px;
    line-height:1.68;}
.wide-header .simple-contact a{text-decoration:none;
    border-bottom:1px solid #C9A24A;
    transition:color 370ms var(--motion-entry),
               border-color 370ms var(--motion-entry);}
.wide-header .simple-contact a:hover{border-bottom-color:#D8B25C;}
.site-frame{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #F4F2ED;
  color: #0C0C0E;
}
.site-frame .offer-media{max-width: min(1380px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.34rem * 1.5);
  align-items: flex-start;}
.site-frame .simple-contact{flex: 1 1 26rem;
  min-width: 0;}
.site-frame h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.site-frame .simple-contact p{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.1px;
  line-height: 1.68;}
.site-frame .simple-contact a{
  display: inline-flex;
  align-items: center;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: var(--paint-card);
  color: var(--paint-light);
  text-decoration: none;
  font-weight: 600;
  transition: background 370ms var(--motion-entry);
}
.site-frame .simple-contact a:hover{
  background: #E0BE6E;color:#F4F2ED;}
.site-frame .media-list{
  flex: 1 1 22rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
}
.site-frame .media-list .direct-list{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;color:inherit;}
.site-frame .soft-proof{list-style: none;
  margin: 0;
  padding: 0;}
.site-frame .soft-proof li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.site-frame .soft-proof li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.site-frame .soft-proof strong,
.site-frame .soft-proof span{display: block;}
.site-frame .soft-proof strong{font-size: 19.1px;
  margin-bottom: calc(calc(1.5rem * .75) * .3);}
.site-frame .soft-proof span{font-size: calc(19.1px * .875);
  line-height: 1.68;color:inherit;}
.site-frame .featured-team{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * .875);
  line-height: 1.68;color:inherit;}
.site-frame .featured-team a{color:inherit;
  text-decoration: none;}
.site-frame .featured-team a:hover{color:inherit;
  text-decoration: underline;}
@media (max-width: 760px) {.site-frame .offer-media{
    flex-direction: column;
  }
}
.text-frame{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);color:#F4F2ED;}
.text-frame .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5);}
.text-frame .local-region h2{margin:0;font-size:calc(19.1px * 2);line-height:1.2;}
.text-frame .local-region p{margin:calc(1.5rem * .75) 0 0;font-size:19.1px;opacity:.9;}
.text-frame .wide-story p{margin:0;font-size:19.1px;line-height:1.68;opacity:.92;}
.text-frame .soft-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.text-frame .active-group{border:1px solid rgba(201,162,74,0.28);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;overflow:hidden;}
.text-frame .active-group button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:600;padding:14px 16px;cursor:pointer;}
.text-frame .active-group button:focus-visible{outline:2px solid rgba(201,162,74,0.55);outline-offset:-2px;}
.text-frame .active-group p{margin:0;max-height:0;overflow:hidden;padding:0 16px;transition:max-height 370ms var(--motion-entry),padding 370ms var(--motion-entry);opacity:.92;font-size:calc(19.1px * .875);line-height:1.68;}
.text-frame .active-group.is-open p{max-height:280px;padding:0 16px 16px;}
.text-frame .primary-block{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28);}
.text-frame .primary-block p{margin:0;flex:1 1 320px;font-size:calc(19.1px * .875);opacity:.9;}
.text-frame .primary-block a{text-decoration:none;font-size:calc(19.1px * .875);font-weight:600;border-bottom:1px solid rgba(201,162,74,0.55);padding-bottom:2px;transition:color 370ms var(--motion-entry);}
.text-frame .primary-block a:hover{}
@media (max-width:640px){.text-frame .primary-block{flex-direction:column;align-items:flex-start;}
}
.soft-service{
  background: #0C0C0E;
  color: #F4F2ED;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.soft-service .offer-media{width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;
  align-items: flex-start;}
.soft-service h2,
.soft-service h3,
.soft-service p{margin: 0;}
.soft-service h2{font-size: calc(19.1px * 2);
  line-height: 1.1;}
.soft-service h3{font-size: calc(19.1px * 1.35);
  line-height: 1.18;}
.soft-service p{font-size: 19.1px;
  line-height: 1.68;}
.soft-service .narrow-tile{
  flex: 1 1 20rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.34rem * 1.5);
  border-radius: 1.24rem;
  background: #F4F2ED;
  color: #0C0C0E;
}
.soft-service .narrow-tile a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 370ms var(--motion-entry);}
.soft-service .narrow-tile a:hover{color: #D8B25C;}
.soft-service .fresh-note{flex: 2 1 32rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-service [data-block]{
  display: grid;
  gap: calc(2.34rem * 1.5);
  padding: 1.5rem 1.45rem;
  border-radius: 0.74rem;
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
  border-left: 3px solid #D8B25C;
}
.soft-service .set{color: #C9C6BF;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@media (max-width: 820px) {.soft-service .offer-media{
    flex-direction: column;
  }.soft-service .narrow-tile,
  .soft-service .fresh-note{
    flex: 1 1 auto;
    width: 100%;
  }
}
.steady-story{--field-extra-3:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.steady-story .offer-media{max-width:1380px;margin:0 auto;}
.steady-story h1,.steady-story h2,.steady-story h3,.steady-story p{margin:0;}
.steady-story h2{font-size:calc(19.1px * 2);line-height:1.12;margin-top:var(--field-extra-3);}
.steady-story h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.steady-story p{font-size:19.1px;line-height:1.68;}
.steady-story .simple-contact{font-size:calc(19.1px * .875);text-transform:uppercase;letter-spacing:.08em;}
.steady-story .soft-proof{display:flex;flex-wrap:wrap;gap:2.34rem;margin-top:var(--field-extra-3);}
.steady-story .active-group{flex:1 1 calc(1380px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.steady-story .active-group p{margin-top:calc(1.5rem / 3);}
.fresh-grid{
  background:#0C0C0E;
  color:#F4F2ED;
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.fresh-grid .offer-media{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.34rem * 1.5);
  align-items:flex-start;}
.fresh-grid .text-shell{flex:1 1 30rem;
  min-width:0;
  order:1;}
.fresh-grid .simple-rail{display:block;
  flex:0 1 34%;
  min-width:16rem;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.74rem;
  border:1px solid rgba(201,162,74,0.28);
  order:2;}
.fresh-grid h2{margin:0;
  font-size:calc(19.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.fresh-grid p{margin:1.5rem 0 0;
  color:#C9C6BF;
  font-size:calc(19.1px * 1.125);
  line-height:1.68;}
.fresh-grid p:first-of-type{color:#F4F2ED;}
.fresh-grid .simple-brand{
  display:inline-flex;
  margin-top:calc(2.34rem * 1.5);
  background:var(--paint-card);
  color:var(--paint-light);
  text-decoration:none;
  border:1px solid var(--paint-card);
  border-radius:0.46rem;
  padding:.8rem 1.2rem;
  font-size:calc(19.1px * .875);
  transition:background 370ms var(--motion-entry), color 370ms var(--motion-entry);
}
.fresh-grid .simple-brand:hover{
  background:#E0BE6E;
  border-color:#E0BE6E;color:#F4F2ED;}
@media (max-width:820px){.fresh-grid .offer-media{display:block}.fresh-grid .simple-rail{
    width:100%;
    min-width:0;
    max-height:26rem;
    margin-top:calc(2.34rem * 1.5);
  }
}
.quiet-unit{
  --field-extra-3:calc(1.5rem * 0.9);
  --mark-control:5.4rem;
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.quiet-unit .offer-media{max-width:1380px;
  margin:0 auto;}
.quiet-unit h2,
.quiet-unit h3,
.quiet-unit p{margin:0;}
.quiet-unit h2{font-size:calc(19.1px * 2);
  line-height:1.14;
  max-width:calc(1380px / 1.6);}
.quiet-unit h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.quiet-unit p{font-size:19.1px;
  line-height:1.68;}
.quiet-unit .wide-story{display:flex;
  flex-direction:column;
  gap:calc(2.34rem * 1.5);}
.quiet-unit .direct-list{max-width:calc(1380px / 1.9);}
.quiet-unit .public-stack{list-style:none;
  margin:calc(1.5rem * 2.4) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--field-extra-3);
  border-top:1px solid rgba(201,162,74,0.28);}
.quiet-unit .active-group{display:grid;
  grid-template-columns:var(--mark-control) 1fr;
  gap:2.34rem;
  padding-block:calc(2.34rem * 1.5);
  border-bottom:1px solid rgba(201,162,74,0.28);
  align-items:start;}
.quiet-unit .contact-media{font-size:calc(19.1px * 1.125);
  letter-spacing:0.04em;
  font-variant-numeric:tabular-nums;
  padding-top:0.15em;}
.quiet-unit .offer-surface{display:flex;
  flex-direction:column;
  gap:calc(calc(2.34rem * 1.5) / 2);}
@media (max-width:720px){.quiet-unit .active-group{
    grid-template-columns:1fr;
    gap:calc(calc(2.34rem * 1.5) / 2);
  }.quiet-unit .contact-media{
    padding-top:0;
  }.quiet-unit h2{
    max-width:none;
  }
}
.focused-block{padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.clear-nav{max-width:1380px;margin:0 auto;}
.focused-block h1{margin:0;font-size:calc(19.1px * 2.65);line-height:1.08;}
.quiet-contact{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #0C0C0E;
  color: #F4F2ED;
}
.quiet-contact .offer-media{max-width: min(1380px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.34rem * 1.5);}
.quiet-contact .local-region h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.quiet-contact .wide-contact{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.68;
  color: #C9C6BF;}
.quiet-contact .public-stack{display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;}
.quiet-contact .active-group{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
  border-radius: 0.74rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
}
.quiet-contact .open-region{margin: 0;
  font-size: 19.1px;
  line-height: 1.68;}
.quiet-contact .soft-group{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(201,162,74,0.28);}
.quiet-contact .visual-rail{font-weight: 700;
  font-size: 19.1px;}
.quiet-contact .primary-tile{font-size: calc(19.1px * .875);
  color: #C9C6BF;}
.quiet-contact .steady-brand{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: calc(2.34rem * 1.5);
  border-top: 1px solid rgba(201,162,74,0.28);}
.quiet-contact .narrow-feature{margin: 0;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C9C6BF;}
.quiet-contact .simple-tile{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;}
.quiet-contact .simple-tile li{
  font-size: 19.1px;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  background: #D8B25C;
  color: #0C0C0E;
  border-radius: 0.34rem;
}
.quiet-contact .content-headline{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #141417;
  color: #C9C6BF;
  border-radius: 0.46rem;
}
.quiet-contact .bottom-track{margin: 0;
  font-size: 19.1px;
  font-weight: 700;
  color: #F4F2ED;}
.quiet-contact .simple-contact{margin: 0;
  font-size: calc(19.1px * .875);
  line-height: 1.68;}
@media (max-width: 700px) {.quiet-contact .public-stack{
    flex-direction: column;
  }.quiet-contact .active-group{
    flex: 1 1 auto;
  }
}
.direct-fields{--field-extra-3:calc(1.5rem * 1.05);--layer-local:calc(1380px / 3.6);padding:calc(1.5rem * 2.4) 1.45rem;background:#141417;color:#C9C6BF;}
.direct-fields .offer-media{max-width:1380px;margin:0 auto;}
.direct-fields h2,.direct-fields h3,.direct-fields p{margin:0;}
.direct-fields h2{font-size:calc(19.1px * 2);line-height:1.12;}
.direct-fields h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.direct-fields p{font-size:19.1px;line-height:1.68;}
.direct-fields a{text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28);}
.direct-fields a:hover{}
.direct-fields .plain-fields{display:flex;flex-direction:column;gap:var(--field-extra-3);}
.direct-fields .wide-story{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.direct-fields .direct-list{font-size:calc(19.1px * 1.125);}
.direct-fields .main-intro{margin:0;width:100%;max-width:var(--layer-local);}
.direct-fields .main-intro img{display:block;width:100%;height:auto;border-radius:0.74rem;}
.direct-fields .soft-proof{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(201,162,74,0.28);}
.direct-fields .active-group{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(201,162,74,0.28);}
.direct-fields .simple-contact{font-size:calc(19.1px * .875);padding-top:calc(1.5rem / 2);}
@media (min-width:900px){.direct-fields .active-group{flex-direction:row;align-items:flex-start;gap:2.34rem;}.direct-fields .active-group h3{flex:0 0 calc(1380px / 4.2);}.direct-fields .active-group p{flex:1 1 auto;}
}
.primary-team{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #141417;
        color: #C9C6BF
    }
.primary-team .offer-media{max-width: 1380px;
        margin: 0 auto;
        width: min(100%, 58rem)}
.primary-team .wide-story{margin-bottom: calc(2.34rem * 1.5)}
.primary-team .wide-story p{margin: 0;
        font-size: calc(19.1px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.68}
.primary-team h2{margin: 1.5rem 0 0;
        font-size: calc(19.1px * 2);
        line-height: 1.1;
        max-width: 44rem}
.primary-team .narrow-contact{display: flex;
        gap: 2.34rem;
        align-items: flex-start}
.primary-team .simple-contact{flex: 0 0 min(17rem, 32vw);
        padding-top: calc(1.5rem * .75);
        line-height: 1.68}
.primary-team .simple-contact p{margin: 0 0 calc(1.5rem * .75)}
.primary-team .primary-block{font-size: calc(19.1px * .875)}
.primary-team .primary-block a{color: #C9A24A;
        text-decoration: none;
        border-bottom: 1px solid rgba(201,162,74,0.28);
        transition: color 370ms var(--motion-entry), border-color 370ms var(--motion-entry)}
.primary-team .primary-block a:hover{color: #D8B25C;
        border-color: #D8B25C}
.primary-team .soft-proof{flex: 1 1 0;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column}
.primary-team li{padding: 1.5rem 0;
        border-top: 1px solid rgba(201,162,74,0.28)}
.primary-team li:last-child{border-bottom: 1px solid rgba(201,162,74,0.28)}
.primary-team strong{display: block;
        font-size: calc(19.1px * 1.125);
        line-height: 1.2;
        font-weight: 600}
.primary-team span{display: block;
        margin-top: calc(1.5rem * .75);
        line-height: 1.68}
@media (max-width: 720px) {.primary-team .narrow-contact{
            display: block
        }.primary-team .simple-contact{
            max-width: none;
            margin-bottom: 1.5rem
        }
    }
.site-headline{
  --field-extra-3:calc(1.5rem * 1.15);
  --state-soft:rgba(201,162,74,0.28);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.site-headline .offer-media{max-width:1380px;
  margin:0 auto;}
.site-headline h2,
.site-headline h3,
.site-headline p{margin:0;}
.site-headline h2{font-size:calc(19.1px * 2);
  line-height:1.14;
  max-width:calc(1380px / 1.6);}
.site-headline h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.site-headline p{font-size:19.1px;
  line-height:1.68;}
.site-headline .simple-contact{font-size:calc(19.1px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 3);}
.site-headline .direct-list{margin-top:1.5rem;
  max-width:calc(1380px / 1.45);}
.site-headline .soft-proof{display:flex;
  flex-direction:column;
  margin-top:calc(var(--field-extra-3) * 1.2);
  border-top:1px solid var(--state-soft);}
.site-headline .active-group{display:flex;
  gap:2.34rem;
  padding:calc(2.34rem * 1.5) 0;
  border-bottom:1px solid var(--state-soft);}
.site-headline .text-shell{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  min-width:0;}
.site-headline .text-shell p{}
.site-headline .text-shell a{align-self:flex-start;
  margin-top:calc(1.5rem / 4);
  font-size:calc(19.1px * .875);
  text-decoration:none;
  border-bottom:1px solid var(--state-soft);
  padding-bottom:2px;
  transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry);}
.site-headline .text-shell a:hover{border-color:#D8B25C;}
@media (min-width:900px){.site-headline .active-group{
    display:grid;
    grid-template-columns:calc(1380px / 3.6) 1fr;
    gap:2.34rem;
    align-items:start;
  }
}
@media (max-width:600px){.site-headline h2{
    max-width:none;
  }.site-headline .direct-list{
    max-width:none;
  }
}
.media-flow{
  --field-extra-3:calc(1.5rem * 0.9);
  --font-small:calc(1380px / 3.6);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.media-flow .offer-media{max-width:1380px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-extra-3);}
.media-flow h2,
.media-flow h3,
.media-flow p{margin:0;}
.media-flow h2{font-size:calc(19.1px * 2);
  line-height:1.14;}
.media-flow h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.media-flow p{font-size:19.1px;
  line-height:1.68;}
.media-flow .wide-story{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.media-flow .direct-list{}
.media-flow .main-intro{margin:0;
  max-width:var(--font-small);}
.media-flow img{display:block;
  width:100%;
  height:auto;
  border-radius:0.46rem;}
.media-flow .soft-proof{display:flex;
  flex-wrap:wrap;
  gap:2.34rem;}
.media-flow .active-group{flex:1 1 calc(1380px / 4.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(201,162,74,0.28);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.media-flow .primary-block{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(201,162,74,0.28);}
.media-flow .simple-contact{flex:1 1 320px;}
.media-flow .plain-headline{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.media-flow .plain-headline a{text-decoration:none;
  border-bottom:1px solid rgba(201,162,74,0.28);
  padding-bottom:2px;
  transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry);}
.media-flow .plain-headline a:hover{border-color:#D8B25C;}
@media (max-width:720px){.media-flow .main-intro{
    max-width:100%;
  }.media-flow .primary-block{
    flex-direction:column;
    align-items:flex-start;
  }
}
.service-header{
        --field-extra-3: calc(1.5rem * 1.18);
        --label-small: calc(1380px / 3.4);
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #141417;
        color: #C9C6BF;
    }
.service-header .offer-media{max-width: 1380px;
        margin: 0 auto;}
.service-header h2,
    .service-header h3,
    .service-header p{margin: 0;}
.service-header h2{font-size: calc(19.1px * 2);
        line-height: 1.14;}
.service-header h3{font-size: calc(19.1px * 1.35);
        line-height: 1.22;}
.service-header p{font-size: 19.1px;
        line-height: 1.68;}
.service-header a{color: #C9A24A;
        text-decoration: none;}
.service-header a:hover{color: #D8B25C;}
.service-header .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.34rem;
        padding-block: calc(var(--field-extra-3) / 2);}
.service-header .row-title h2{flex: 1 1 calc(1380px / 3);
        min-width: 0;}
.service-header .row-title > p{flex: 1 1 calc(1380px / 3);
        min-width: 0;}
.service-header .soft-proof{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--field-extra-3);
        margin-top: var(--field-extra-3);}
.service-header .active-group{flex: 1 1 var(--label-small);
        min-width: 0;
        padding-top: calc(calc(1.5rem * .75) / 2);
        border-top: 1px solid rgba(201,162,74,0.28);}
.service-header .active-group p{margin-top: calc(1.5rem / 3);}
.service-header .active-group a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(19.1px * .875);
        letter-spacing: 0.02em;}
.soft-fields{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);color:#F4F2ED}
.soft-fields .offer-media{max-width:1380px;margin:0 auto}
.soft-fields .public-stack{display:flex;gap:calc(2.34rem * 1.5);align-items:flex-start}
.soft-fields .primary-headline{flex:0 1 20rem;min-width:0;padding-left:1.5rem;border-left:1px solid color-mix(in srgb,#F4F2ED 26%,transparent)}
.soft-fields .primary-headline .simple-contact{margin:0 0 calc(1.5rem * .75);line-height:1.68;font-size:calc(19.1px * .875)}
.soft-fields .primary-headline .simple-contact:last-child{margin-bottom:0}
.soft-fields .primary-headline a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#C9A24A 45%,transparent)}
.soft-fields .primary-headline a:hover{}
.soft-fields .steady-feature{flex:1 1 46rem;min-width:0}
.soft-fields h2{margin:0;font-size:calc(19.1px * 2);line-height:1.08}
.soft-fields .service-feature{margin-top:calc(2.34rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.soft-fields .page-wrap{display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#F4F2ED 14%,transparent)}
.soft-fields .page-wrap:first-child{padding-top:0;border-top:0}
.soft-fields strong{flex:0 1 13rem;min-width:0;font-size:calc(19.1px * .875);letter-spacing:0.01em}
.soft-fields .page-wrap span{flex:1 1 30rem;min-width:0;line-height:1.68}
@media(max-width:760px){.soft-fields .public-stack{display:block}.soft-fields .primary-headline{border-left:0;padding-left:0}.soft-fields .steady-feature{margin-top:calc(2.34rem * 1.5)}.soft-fields .page-wrap{display:block}.soft-fields .page-wrap span{display:block;margin-top:calc(1.5rem * .75)}.soft-fields h2{font-size:calc(19.1px * 1.35)}
}
.main-method{--field-extra-3:calc(1.5rem * 1.05);--field-strong:calc(1380px / 3.1);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.main-method .offer-media{max-width:1380px;margin:0 auto;}
.main-method h2,.main-method h3,.main-method p{margin:0;}
.main-method h2{font-size:calc(19.1px * 2);line-height:1.14;font-family:"Sora", sans-serif;}
.main-method h3{font-size:calc(19.1px * 1.35);line-height:1.22;font-family:"Sora", sans-serif;}
.main-method p{font-size:19.1px;line-height:1.68;}
.main-method .wide-story{display:flex;flex-direction:column;gap:calc(2.34rem * 1.5);}
.main-method .direct-list{color:#C9C6BF;}
.main-method .soft-proof{display:flex;flex-wrap:wrap;gap:2.34rem;margin-top:var(--field-extra-3);}
.main-method .active-group{flex:1 1 var(--field-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28);}
.main-method .active-group p{margin-top:calc(1.5rem / 3);color:#C9C6BF;}
.main-method .public-stack{margin-top:var(--field-extra-3);padding-top:calc(2.34rem * 1.5);border-top:1px solid rgba(201,162,74,0.28);}
.main-method .simple-contact{font-size:calc(19.1px * .875);color:#C9C6BF;}
.main-method .simple-contact a{color:#C9A24A;text-decoration:none;border-bottom:1px solid #C9A24A;}
.main-method .simple-contact a:hover{color:#D8B25C;border-bottom-color:#D8B25C;}
@media (max-width:720px){.main-method .active-group{flex:1 1 100%;}
}
.narrow-unit{--field-extra-3:calc(1.5rem * 0.93);--layer-main:calc(1380px / 2.17);--copy-meta:calc(1380px / 3.14);--label-small:calc(1380px / 3.23);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-card);color:var(--paint-light);}
.narrow-unit .offer-media{max-width:1380px;margin:0 auto;}
.narrow-unit h1,.narrow-unit h2,.narrow-unit h3,.narrow-unit p,.narrow-unit ul{margin:0;}
.narrow-unit h1{font-size:calc(19.1px * 2.65);line-height:1.1;}
.narrow-unit h2{font-size:calc(19.1px * 2);line-height:1.12;}
.narrow-unit h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.narrow-unit p{font-size:19.1px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-unit a{color:inherit;text-decoration:none;}
.narrow-unit img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.narrow-unit .simple-brand{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-light);color:var(--paint-card);}
.narrow-unit .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 84%, transparent);}
.narrow-unit .centered{text-align:center;}
.narrow-unit .strong-intro{padding-inline-start:calc(1.45rem / 2);}
.narrow-unit .soft-contact{padding-block:calc(var(--field-extra-3) / 2);}
.narrow-unit .open{padding-block-start:var(--field-extra-3);}
.narrow-unit .compact{padding-block-end:calc(var(--field-extra-3) / 3);}
.narrow-unit .quiet-section{max-width:1380px;}
.narrow-unit .soft-start{padding-inline-start:calc(1.5rem * .75);}
.narrow-unit .service-note{row-gap:calc(var(--field-extra-3) * 1.2);}
.narrow-unit .quiet-group{row-gap:calc(var(--field-extra-3) * .7);}
.narrow-unit .measured{column-gap:calc(2.34rem * .85);}
.narrow-unit .relaxed{column-gap:calc(2.34rem * 1.12);}
.narrow-unit .primary-plan{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-unit .direct-list{margin-top:1.5rem;max-width:calc(1380px / 2);}
.narrow-unit .clear-actions{display:flex;flex-direction:column;gap:var(--field-extra-3);margin-top:var(--field-extra-3);}
.narrow-unit .active-group{min-width:0;}
.narrow-unit .active-group p{margin-top:calc(1.5rem / 3);}
.narrow-unit .active-group a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.quiet-plan{
  background:#0C0C0E;
  color:#F4F2ED;
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.quiet-plan .offer-media{max-width:1380px;
  margin:0 auto;}
.quiet-plan .wide-story{display:flex;
  flex-wrap:wrap;
  gap:calc(2.34rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid rgba(201,162,74,0.28);
  padding-bottom:calc(2.34rem * 1.5);}
.quiet-plan h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.quiet-plan .wide-story p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#C9C6BF;
  line-height:1.68;}
.quiet-plan .plain-shell{margin-top:calc(2.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.34rem;}
.quiet-plan .plain-shell a{
  flex:1 1 18rem;
  min-width:0;
  color:#F4F2ED;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#1C1C20;
  border:1px solid rgba(201,162,74,0.28);
  border-radius:0.46rem;
  transition:border-color 370ms var(--motion-entry), background 370ms var(--motion-entry);
}
.quiet-plan .plain-shell a:hover{
  border-color:#C9A24A;
  background:#141417;color:#C9C6BF;}
.quiet-plan .plain-shell strong,
.quiet-plan .plain-shell span{display:block;}
.quiet-plan .plain-shell strong{font-size:19.1px;
  line-height:1.25;}
.quiet-plan .plain-shell span{margin-top:.5rem;
  color:#C9C6BF;
  font-size:calc(19.1px * .875);
  line-height:1.68;}
.quiet-plan .simple-contact{margin:calc(2.34rem * 1.5) 0 0;
  color:#C9C6BF;
  line-height:1.68;}
.quiet-plan .primary-block{margin-top:calc(2.34rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;}
.quiet-plan .simple-brand{
  display:inline-flex;
  align-items:center;
  background:var(--paint-card);
  color:var(--paint-light);
  text-decoration:none;
  border-radius:1.24rem;
  padding:.75rem 1.15rem;
  font-size:calc(19.1px * .875);
  transition:background 370ms var(--motion-entry);
}
.quiet-plan .simple-brand:hover{
  background:#E0BE6E;color:#F4F2ED;}
.quiet-plan .plain-headline{color:#C9A24A;
  text-decoration:none;
  font-size:calc(19.1px * .875);
  border-bottom:1px solid transparent;
  transition:color 370ms var(--motion-entry), border-color 370ms var(--motion-entry);}
.quiet-plan .plain-headline:hover{color:#D8B25C;
  border-bottom-color:#D8B25C;}
@media (max-width:680px){.quiet-plan .wide-story{display:block}.quiet-plan .wide-story p{margin-top:1.5rem}.quiet-plan .plain-shell{display:block}.quiet-plan .plain-shell a{display:block;margin-top:2.34rem}
}
.local-fields{background:#141417;color:#C9C6BF;padding:calc(1.5rem * 2.4) 1.45rem}
.local-fields .offer-media{max-width:1380px;margin:0 auto}
.local-fields .local-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.34rem * 1.5)}
.local-fields .text-shell{flex:1 1 22rem;min-width:0}
.local-fields h2{margin:0;font-size:clamp(calc(19.1px * 2),4.4vw,calc(19.1px * 2.65));line-height:1.08;letter-spacing:0}
.local-fields p{margin:1.5rem 0 0;font-size:calc(19.1px * 1.125);line-height:1.68}
.local-fields .text-shell a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 2.34rem;border-radius:0.46rem;background:var(--paint-card);color:var(--paint-light);text-decoration:none;font-weight:700;transition:background 370ms var(--motion-entry)}
.local-fields .text-shell a:hover{background:#E0BE6E;color:#F4F2ED;}
.local-fields .simple-rail{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.74rem}
.local-fields .soft-proof{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.local-fields .active-group{padding-bottom:1.5rem;border-bottom:1px solid rgba(201,162,74,0.28)}
.local-fields .active-group:last-child{border-bottom:0;padding-bottom:0}
.local-fields strong,.local-fields span{display:block}
.local-fields strong{font-size:19.1px;letter-spacing:0}
.local-fields span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(19.1px * .875)}
@media(max-width:820px){.local-fields .local-brand{flex-direction:column}.local-fields .simple-rail{flex-basis:auto;min-width:0;aspect-ratio:16/9}.local-fields .soft-proof{width:100%}}
.content-form{--field-extra-3:calc(1.5rem * 0.85);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.content-form .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.34rem;align-items:flex-start;}
.content-form h2,.content-form p{margin:0;}
.content-form h2{font-size:calc(19.1px * 2);line-height:1.14;}
.content-form p{font-size:19.1px;line-height:1.68;color:#C9C6BF;}
.content-form a{color:#C9A24A;text-decoration:none;}
.content-form a:hover{color:#D8B25C;}
.content-form .text-shell{flex:1 1 26rem;min-width:0;}
.content-form .text-shell .direct-list{margin-top:calc(2.34rem * 1.5);}
.content-form .simple-brand{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);font-size:calc(19.1px * .875);letter-spacing:0.02em;transition:background 370ms var(--motion-entry);}
.content-form .simple-brand:hover{background:#E0BE6E;color:var(--paint-light);}
.content-form .focused-summary{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--field-extra-3);margin-top:calc(2.34rem * 1.5);}
.content-form details{padding:calc(calc(1.5rem * .75) * 0.95) calc(1.5rem * .75);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.content-form summary{cursor:pointer;font-weight:600;font-size:19.1px;line-height:1.35;list-style:none;}
.content-form summary::-webkit-details-marker{display:none;}
.content-form summary::after{content:"+";float:right;color:#D8B25C;font-weight:400;margin-left:calc(1.5rem * .75);}
.content-form details[open] summary::after{content:"–";}
.content-form details p{margin-top:calc(1.5rem * 0.4);color:#F4F2ED;opacity:0.82;}
.content-form .simple-contact{flex:1 1 100%;margin-top:calc(2.34rem * 1.5);font-size:calc(19.1px * .875);color:#C9C6BF;}
@media (max-width:720px){.content-form .offer-media{flex-direction:column;}.content-form .simple-brand{width:100%;}
}
.visual-media{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
        color: #F4F2ED;
    }
.visual-media .offer-media{max-width: 1380px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.34rem * 1.5);}
.visual-media .direct-list{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
        gap: 2.34rem;
        align-items: start;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(201,162,74,0.28);}
.visual-media h2{margin: 0;
        font-size: calc(19.1px * 2);
        line-height: 1.08;}
.visual-media .direct-list p{margin: 0 0 calc(1.5rem * .75);
        font-size: 19.1px;
        line-height: 1.68;}
.visual-media .direct-list p:last-child{margin-bottom: 0;
        font-size: calc(19.1px * .875);}
.visual-media .visual-benefit{display: flex;
        flex-direction: column;
        gap: 0;}
.visual-media .strong-list{display: grid;
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
        gap: 2.34rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(201,162,74,0.28);}
.visual-media .strong-list:last-child{border-bottom: none;}
.visual-media .open-region{font-size: 19.1px;
        line-height: 1.68;}
.visual-media .strong-headline{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        align-self: start;}
.visual-media .strong-headline strong{font-size: 19.1px;}
.visual-media .strong-headline span{font-size: calc(19.1px * .875);
        line-height: 1.4;}
@media (max-width: 860px) {.visual-media .direct-list{
            grid-template-columns: 1fr;
        }.visual-media .strong-list{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.focused-items{--field-extra-3:calc(1.5rem * 1.12);--copy-meta:calc(1380px / 3.16);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.focused-items .offer-media{max-width:1380px;margin:0 auto;}
.focused-items h1,.focused-items h2,.focused-items h3,.focused-items p{margin:0;}
.focused-items h2{font-size:calc(19.1px * 2);line-height:1.12;}
.focused-items p{font-size:19.1px;line-height:1.68;}
.focused-items a{color:inherit;text-decoration:none;}
.focused-items img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.46rem;flex:0 1 min(28rem,38vw);}
.focused-items .simple-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);font-weight:600;transition:background 370ms var(--motion-entry);}
.focused-items .simple-brand:hover{background:#E0BE6E;color:#F4F2ED;}
.focused-items .offer-headline{display:flex;align-items:center;justify-content:space-between;gap:2.34rem;flex-wrap:wrap;}
.focused-items .offer-headline .text-shell{flex:1 1 24rem;min-width:0;}
.focused-items .simple-contact{color:#C9C6BF;}
.focused-items .offer-headline h2,.focused-items .offer-headline p,.focused-items .offer-headline .simple-brand{margin-top:1.5rem;}
.focused-items .offer-headline img{margin-top:var(--field-extra-3);}
.focused-items .primary-block{display:flex;flex-wrap:wrap;gap:1.45rem;font-size:calc(19.1px * .875);}
.focused-items .primary-block a{color:#C9A24A;border-bottom:1px solid transparent;transition:color 370ms var(--motion-entry),border-color 370ms var(--motion-entry);}
.focused-items .primary-block a:hover{color:#D8B25C;border-color:#D8B25C;}
@media (max-width:720px){.focused-items .offer-headline{flex-direction:column;align-items:flex-start;}.focused-items img{flex:1 1 auto;width:100%;}
}
.visual-headline{--field-extra-3:calc(1.5rem * 0.92);--layer-main:calc(1380px / 3.00);--copy-meta:calc(1380px / 3.99);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.visual-headline .offer-media{max-width:1380px;margin:0 auto;}
.visual-headline h1,.visual-headline h2,.visual-headline h3,.visual-headline p{margin:0;}
.visual-headline h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.visual-headline h2{font-size:calc(19.1px * 2);line-height:1.12;}
.visual-headline h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.visual-headline p{font-size:19.1px;line-height:1.68;}
.visual-headline a{color:inherit;text-decoration:none;}
.visual-headline img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.visual-headline .simple-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);}
.visual-headline .direct-list{margin-top:1.5rem;}
.visual-headline .soft-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.34rem;margin-top:var(--field-extra-3);}
.visual-headline .active-group{flex:1 1 calc(1380px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28);}
.visual-headline .active-group p{margin-top:calc(1.5rem / 3);}
.visual-headline .active-group img{margin-bottom:calc(1.5rem / 2);}
.visual-headline .compact-grid>img{margin-top:var(--field-extra-3);}
@media (max-width:720px){.visual-headline .active-group{flex:1 1 100%;}
}
.site-shell{
  --field-extra-3:calc(1.5rem * 1.05);
  --stack-list:calc(2.34rem * 0.72);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.site-shell .offer-media{max-width:1380px;
  margin:0 auto;}
.site-shell h2,
.site-shell h3,
.site-shell p{margin:0;}
.site-shell h2{font-size:calc(19.1px * 2);
  line-height:1.12;
  font-family:"Sora", sans-serif;}
.site-shell h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;
  font-family:"Sora", sans-serif;}
.site-shell p{font-size:19.1px;
  line-height:1.68;}
.site-shell .wide-story{display:flex;
  flex-direction:column;
  gap:calc(calc(2.34rem * 1.5) * 0.6);}
.site-shell .direct-list{color:#C9C6BF;}
.site-shell .public-stack{display:flex;
  flex-direction:column;
  gap:var(--stack-list);
  margin-top:var(--field-extra-3);
  border-top:1px solid rgba(201,162,74,0.28);
  padding-top:var(--field-extra-3);}
.site-shell .active-group{min-width:0;
  display:grid;
  grid-template-columns:1fr;
  gap:calc(calc(2.34rem * 1.5) * 0.35);
  padding-bottom:var(--stack-list);
  border-bottom:1px solid rgba(201,162,74,0.28);}
.site-shell .active-group:last-child{border-bottom:none;
  padding-bottom:0;}
.site-shell .active-group p{color:#C9C6BF;}
.site-shell .simple-contact{margin-top:var(--field-extra-3);
  padding-top:var(--field-extra-3);
  border-top:1px solid rgba(201,162,74,0.28);
  font-size:calc(19.1px * .875);
  color:#C9C6BF;}
@media (min-width:760px){.site-shell .active-group{
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    align-items:baseline;
    column-gap:2.34rem;
  }
}
.direct-headline{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
        color: #F4F2ED;
    }
.direct-headline .offer-media{max-width: 1380px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.34rem * 1.5);}
.direct-headline .direct-list{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(201,162,74,0.28);}
.direct-headline h2{margin: 0;
        font-size: calc(19.1px * 2);
        line-height: 1.08;}
.direct-headline .direct-list p{margin: 0;
        font-size: calc(19.1px * 1.125);
        line-height: 1.68;}
.direct-headline .direct-list .simple-contact{font-size: calc(19.1px * .875);}
.direct-headline .visual-benefit{display: flex;
        flex-direction: column;
        gap: 0;}
.direct-headline .strong-list{display: grid;
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
        gap: 2.34rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(201,162,74,0.28);}
.direct-headline .strong-list:last-child{border-bottom: none;}
.direct-headline .open-region{margin: 0;
        font-size: 19.1px;
        line-height: 1.68;
        font-style: italic;}
.direct-headline .strong-headline{display: flex;
        flex-direction: column;
        gap: 0.4rem;
        align-self: start;}
.direct-headline .strong-headline strong{font-size: calc(19.1px * .875);
        letter-spacing: 0.02em;}
.direct-headline .strong-headline span{font-size: calc(19.1px * .875);}
@media (max-width: 760px) {.direct-headline .strong-list{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.active-plan{
  --field-extra-3:calc(1.5rem * 1.15);
  --state-soft:rgba(201,162,74,0.22);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#0C0C0E;
  color:#F4F2ED;
}
.active-plan .offer-media{max-width:1380px;
  margin:0 auto;}
.active-plan h2,
.active-plan h3,
.active-plan p{margin:0;}
.active-plan h2{font-size:calc(19.1px * 2);
  line-height:1.14;
  letter-spacing:0.01em;}
.active-plan h3{font-size:calc(19.1px * 1.35);
  line-height:1.28;}
.active-plan p{font-size:19.1px;
  line-height:1.68;}
.active-plan .wide-story{display:flex;
  flex-direction:column;
  gap:calc(2.34rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid var(--state-soft);}
.active-plan .direct-list{color:#C9C6BF;
  font-size:calc(19.1px * 1.125);
  line-height:1.55;}
.active-plan .focused-summary{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--field-extra-3);}
.active-plan .active-group{padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid var(--state-soft);}
.active-plan .active-group:last-child{border-bottom:none;}
.active-plan .active-group p{margin-top:calc(1.5rem / 3.2);
  color:#C9C6BF;}
.active-plan .primary-block{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.34rem;
  margin-top:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid var(--state-soft);}
.active-plan .primary-block p{flex:1 1 320px;
  color:#C9C6BF;}
.active-plan .simple-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(calc(1.5rem * .75) * .85) 1.5rem;
  border-radius:0.34rem;
  background:var(--paint-card);
  color:var(--paint-light);
  font-size:calc(19.1px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 370ms var(--motion-entry);
}
.active-plan .simple-brand:hover{
  background:#E0BE6E;color:#F4F2ED;}
.active-plan .media-list{color:#C9A24A;
  font-size:calc(19.1px * .875);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--motion-entry), border-color 370ms var(--motion-entry);}
.active-plan .media-list:hover{color:#D8B25C;
  border-bottom-color:#D8B25C;}
@media (max-width:720px){.active-plan .primary-block{
    flex-direction:column;
    align-items:flex-start;
  }
}
.visual-section{--field-extra-3:calc(1.5rem * 1.32);--copy-meta:calc(1380px / 3.61);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.visual-section .offer-media{max-width:1380px;margin:0 auto;}
.visual-section h2,.visual-section h3,.visual-section p{margin:0;}
.visual-section h2{font-size:calc(19.1px * 2);line-height:1.12;letter-spacing:0.01em;}
.visual-section h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.visual-section p{font-size:19.1px;line-height:1.68;color:#C9C6BF;}
.visual-section a{color:#C9A24A;text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28);}
.visual-section a:hover{color:#D8B25C;}
.visual-section img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.visual-section .compact-grid>img{margin-top:var(--field-extra-3);}
.visual-section .compact-grid>.direct-list{margin-top:1.5rem;}
.visual-section .soft-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.34rem;margin-top:var(--field-extra-3);}
.visual-section .active-group{flex:1 1 calc(1380px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28);}
.visual-section .active-group p{margin-top:calc(1.5rem / 3);}
.visual-section .simple-contact{margin-top:var(--field-extra-3);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28);}
.team-copy{--field-extra-3:calc(1.5rem * 1.15);--label-small:calc(1380px / 3.4);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.team-copy .offer-media{max-width:1380px;margin:0 auto;}
.team-copy h2,.team-copy h3,.team-copy p,.team-copy article{margin:0;}
.team-copy h2{font-size:calc(19.1px * 2);line-height:1.14;}
.team-copy h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.team-copy p{font-size:19.1px;line-height:1.68;}
.team-copy .direct-list{margin-top:1.5rem;}
.team-copy .soft-proof{display:flex;flex-wrap:wrap;gap:2.34rem;margin-top:var(--field-extra-3);}
.team-copy .active-group{flex:1 1 var(--label-small);min-width:0;padding:calc(var(--field-extra-3) * .7);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.team-copy .active-group p{margin-top:calc(1.5rem / 3);}
.team-copy .active-group a{display:inline-flex;align-items:center;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border-radius:0.34rem;background:#D8B25C;color:#0C0C0E;text-decoration:none;font-size:calc(19.1px * .875);transition:background 370ms var(--motion-entry);}
.team-copy .active-group a:hover{background:#F0D48C;color:#F4F2ED;}
.team-copy .simple-contact{margin-top:var(--field-extra-3);padding-top:calc(2.34rem * 1.5);border-top:1px solid rgba(201,162,74,0.28);font-size:calc(19.1px * .875);}
@media (max-width:720px){.team-copy .active-group{flex:1 1 100%;}
}
.featured-plan{--field-extra-3:calc(1.5rem * 1.12);--copy-meta:calc(1380px / 3.27);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-card);color:var(--paint-light);}
.featured-plan .offer-media{max-width:1380px;margin:0 auto;}
.featured-plan h1,.featured-plan h2,.featured-plan h3,.featured-plan p{margin:0;}
.featured-plan h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.featured-plan h2{font-size:calc(19.1px * 2);line-height:1.12;}
.featured-plan h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.featured-plan p{font-size:19.1px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-plan a{color:inherit;text-decoration:none;}
.featured-plan img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.46rem;flex:0 1 min(28rem,38vw);}
.featured-plan .simple-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-light);color:var(--paint-card);}
.featured-plan .offer-headline{display:flex;align-items:center;justify-content:space-between;gap:2.34rem;flex-wrap:wrap;}
.featured-plan .offer-headline .text-shell{flex:1 1 24rem;min-width:0;}
.featured-plan .offer-headline h1,.featured-plan .offer-headline h2,.featured-plan .offer-headline p,.featured-plan .offer-headline .simple-brand{margin-top:1.5rem;}
.featured-plan .offer-headline img{margin-top:var(--field-extra-3);}
.featured-plan .primary-block{margin-top:calc(2.34rem * 1.5);font-size:calc(19.1px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.featured-plan .primary-block a{text-decoration:underline;text-underline-offset:0.22em;}
.featured-plan .primary-block a:hover{color:var(--paint-card);background:var(--paint-light);text-decoration:none;border-radius:0.34rem;padding:0 0.2em;}
.clear-inner{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #0C0C0E;
  color: #F4F2ED;
}
.clear-inner .offer-media{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.clear-inner .local-region{display: flex;
  flex-wrap: wrap;
  gap: calc(2.34rem * 1.5);
  align-items: flex-end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.clear-inner h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.clear-inner .direct-list{flex: 1 1 26rem;
  margin: 0;
  font-size: 19.1px;
  color: #C9C6BF;}
.clear-inner .public-stack{margin-top: calc(2.34rem * 1.5);
  display: flex;
  flex-direction: column;}
.clear-inner .active-group{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.clear-inner .secondary-proof{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: baseline;
  justify-content: space-between;}
.clear-inner h3{margin: 0;
  font-size: calc(19.1px * 1.35);
  font-weight: 600;}
.clear-inner .open-form{
  font-size: calc(19.1px * .875);
  letter-spacing: 0.02em;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(201,162,74,0.28);
  border-radius: 0.34rem;
  background: #1C1C20;
  color: #D8B25C;
  white-space: nowrap;
}
.clear-inner .active-group p{margin: calc(calc(1.5rem * .75) * 0.55) 0 calc(calc(1.5rem * .75) * 0.4);
  color: #C9C6BF;}
.clear-inner .active-group small{font-size: calc(19.1px * .875);
  color: #D8B25C;}
.clear-inner .simple-contact{margin: calc(2.34rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(201,162,74,0.28);
  font-size: calc(19.1px * .875);
  color: #C9C6BF;}
.clear-inner .simple-contact a{color: #C9A24A;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.clear-inner .simple-contact a:hover{color: #D8B25C;}
@media (max-width: 700px) {.clear-inner .local-region{
    align-items: flex-start;
  }.clear-inner .secondary-proof{
    flex-direction: column;
    gap: 0.4rem;
  }
}
.site-contact{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #0C0C0E;
  color: #F4F2ED;
}
.site-contact .offer-media{max-width: min(1380px, 74rem);
  margin: 0 auto;}
.site-contact .local-region{display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;
  align-items: flex-end;
  margin-bottom: calc(2.34rem * 1.5);}
.site-contact h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.site-contact .direct-list{flex: 1 1 26rem;
  margin: 0;
  font-size: 19.1px;
  line-height: 1.68;
  color: #C9C6BF;}
.site-contact .public-stack{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(201,162,74,0.28);}
.site-contact .active-group{display: grid;
  grid-template-columns: 11rem 1fr;
  gap: calc(1.5rem * .75) 2.34rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.site-contact .open-form{font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D8B25C;
  align-self: start;
  padding-top: 0.3rem;}
.site-contact h3{grid-column: 2;
  margin: 0;
  font-size: calc(19.1px * 1.35);
  line-height: 1.25;}
.site-contact .active-group p{grid-column: 2;
  margin: 0;
  font-size: 19.1px;
  line-height: 1.68;
  color: #C9C6BF;}
.site-contact .active-group small{grid-column: 2;
  font-size: calc(19.1px * .875);
  color: #D8B25C;}
.site-contact .simple-contact{margin: calc(2.34rem * 1.5) 0 0;
  font-size: 19.1px;
  line-height: 1.68;
  color: #C9C6BF;}
.site-contact .simple-contact a{color: #C9A24A;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.site-contact .simple-contact a:hover{color: #D8B25C;
  border-bottom-color: #D8B25C;}
@media (max-width: 720px) {.site-contact .active-group{
    grid-template-columns: 1fr;
  }.site-contact h3,
  .site-contact .active-group p,
  .site-contact .active-group small{
    grid-column: 1;
  }
}
.active-tile{--field-extra-3:calc(1.5rem * 0.88);--copy-meta:calc(1380px / 3.6);padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED;}
.active-tile .offer-media{max-width:1380px;margin:0 auto;}
.active-tile h2,.active-tile p{margin:0;}
.active-tile h2{font-size:calc(19.1px * 2);line-height:1.14;letter-spacing:-0.01em;}
.active-tile p{font-size:19.1px;line-height:1.68;}
.active-tile .direct-list{}
.active-tile a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 370ms var(--motion-entry),color 370ms var(--motion-entry);}
.active-tile a:hover{border-bottom-color:#D8B25C;}
.active-tile img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.active-tile .focused-summary{display:flex;flex-direction:column;gap:calc(2.34rem * 0.4);}
.active-tile details{padding:calc(calc(1.5rem * .75) * 0.85) calc(calc(1.5rem * .75) * 1.1);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);}
.active-tile summary{cursor:pointer;font-weight:600;font-size:19.1px;line-height:1.4;list-style:none;position:relative;padding-right:calc(1.5rem * 0.9);}
.active-tile summary::-webkit-details-marker{display:none;}
.active-tile summary::after{content:"+";position:absolute;right:0;top:0;font-weight:400;transition:transform 370ms var(--motion-entry);}
.active-tile details[open] summary::after{content:"–";}
.active-tile details p{margin-top:calc(1.5rem / 2.6);font-size:calc(19.1px * .875);}
.active-tile .direct-list,.active-tile .focused-summary,.active-tile .primary-block,.active-tile .open-rail>img{margin-top:var(--field-extra-3);}
.active-tile .primary-block{font-size:calc(19.1px * .875);padding-top:calc(1.5rem * 0.6);border-top:1px solid rgba(201,162,74,0.28);}
.active-tile .open-rail>img{max-width:var(--copy-meta);margin-left:auto;margin-right:auto;}
@media (max-width:720px){.active-tile .open-rail>img{max-width:100%;}
}
.top-entries{
    color: #F4F2ED;
    background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
    padding: calc(1.5rem * 2.4) 1.45rem;
}
.top-entries .c{max-width: 1380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.34rem * 1.5);}
.top-entries .direct-list{display: flex;
    flex-direction: column;
    gap: 0.6rem;
    border-bottom: 1px solid rgba(201,162,74,0.28);
    padding-bottom: calc(2.34rem * 1.5);}
.top-entries h1{font-size: calc(19.1px * 2.65);
    line-height: 1.15;
    margin: 0;
    font-family: "Sora", sans-serif;}
.top-entries .compact-nav{font-size: calc(19.1px * 1.125);
    line-height: 1.68;
    margin: 0;}
.top-entries .main-intro{margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;}
.top-entries .main-intro img{width: 100%;
    display: block;
    border-radius: 0.74rem;
    box-shadow: 0 12px 14px rgba(0,0,0,0.23);}
.top-entries .main-intro figcaption{font-size: calc(19.1px * .875);
    line-height: 1.5;}
.top-entries .offer-surface,
.top-entries .focused-frame,
.top-entries .page-proof{display: flex;
    flex-direction: column;
    gap: 1rem;}
.top-entries .offer-surface p,
.top-entries .focused-frame p,
.top-entries .page-proof p{margin: 0;
    font-size: 19.1px;
    line-height: 1.68;}
.top-entries h2{font-size: calc(19.1px * 2);
    line-height: 1.2;
    margin: 0;
    font-family: "Sora", sans-serif;}
.top-entries .clear-actions{
    background: #1C1C20;
    color: #F4F2ED;
    border: 1px solid rgba(201,162,74,0.28);
    border-radius: 0.74rem;
    padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.top-entries .soft-proof{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    counter-reset: paso;}
.top-entries .soft-proof li{position: relative;
    padding-left: 2.4rem;
    line-height: 1.68;
    font-size: 19.1px;
    counter-increment: paso;}
.top-entries .soft-proof li::before{content: counter(paso, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0.15rem;
    font-size: calc(19.1px * .875);
    font-family: "Sora", sans-serif;
    letter-spacing: 0.04em;}
.top-entries .soft-proof strong{display: block;
    font-weight: 600;
    margin-bottom: 0.15rem;}
.top-entries .primary-block{margin-top: 0.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201,162,74,0.28);
    font-size: 19.1px;}
.top-entries .primary-block a{text-decoration: none;
    border-bottom: 1px solid #C9A24A;
    transition: color 370ms var(--motion-entry), border-color 370ms var(--motion-entry);}
.top-entries .primary-block a:hover{border-color: #D8B25C;}
@media (min-width: 900px) {.top-entries .direct-list{
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2.34rem;
    }.top-entries .direct-list h1{
        flex: 1 1 55%;
    }.top-entries .compact-nav{
        flex: 1 1 40%;
        text-align: right;
    }.top-entries .offer-surface,
    .top-entries .focused-frame,
    .top-entries .page-proof{
        max-width: 78ch;
    }
}
.site-nav{
  background: #0C0C0E;
  color: #F4F2ED;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.site-nav .offer-media{width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;
  align-items: flex-start;}
.site-nav .offer-media > *{min-width: 0; flex: 1 1 20rem;}
.site-nav h2,
.site-nav h3,
.site-nav p{margin: 0;}
.site-nav .local-summary{margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-nav .bottom-copy{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.74rem;
  border: 1px solid rgba(201,162,74,0.28);}
.site-nav .local-summary figcaption{font-size: calc(19.1px * .875);
  color: #C9C6BF;
  line-height: 1.68;}
.site-nav .open-contact{display: flex;
  flex-direction: column;
  gap: calc(2.34rem * 1.5);}
.site-nav .wide-story{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.34rem * 1.5);
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.site-nav h2{font-size: calc(19.1px * 2);
  line-height: 1.12;}
.site-nav .direct-list{color: #C9C6BF;
  line-height: 1.68;}
.site-nav .contact-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(201,162,74,0.28);}
.site-nav .contact-feature > *{min-width: 0; flex: 1 1 15rem;}
.site-nav .contact-feature .set{flex: 1 1 100%;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D8B25C;}
.site-nav .text-visual{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.46rem;
  border: 1px solid rgba(201,162,74,0.28);}
.site-nav .text-shell{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-nav h3{font-size: calc(19.1px * 1.35);
  line-height: 1.18;}
.site-nav .text-shell p{color: #C9C6BF;
  line-height: 1.68;}
.site-nav .simple-contact{font-size: calc(19.1px * .875);
  color: #C9C6BF;
  line-height: 1.68;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(201,162,74,0.28);}
.site-nav .simple-contact a{color: #C9A24A;
  text-decoration: none;}
.site-nav .simple-contact a:hover{color: #D8B25C;
  text-decoration: underline;}
@media (max-width: 860px) {.site-nav .bottom-copy{ aspect-ratio: 16 / 9; }.site-nav .contact-feature > *{ flex: 1 1 100%; }
}
.top-wrap{
    padding:calc(1.5rem * 2.4) 1.45rem;
    background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
    color:#F4F2ED;
}
.top-wrap .offer-media{max-width:1380px;
    margin:0 auto;}
.top-wrap .wide-story{margin-bottom:calc(2.34rem * 1.5);}
.top-wrap .wide-story h2{margin:0 0 1.45rem;
    font-size:calc(19.1px * 2);
    line-height:1.2;}
.top-wrap .wide-story .direct-list{margin:0;
    font-size:calc(19.1px * 1.125);
    line-height:1.68;
    opacity:.92;}
.top-wrap .public-stack{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    margin-bottom:calc(2.34rem * 1.5);}
.top-wrap .page-wrap{display:grid;
    grid-template-columns:minmax(120px,180px) 1fr;
    gap:2.34rem;
    align-items:start;
    padding:calc(1.5rem * .75) 0;
    border-top:1px solid rgba(201,162,74,0.28);}
.top-wrap .page-wrap:last-child{border-bottom:1px solid rgba(201,162,74,0.28);}
.top-wrap .open-form{font-size:calc(19.1px * .875);
    letter-spacing:.06em;
    text-transform:uppercase;
    padding-top:.35rem;}
.top-wrap .page-wrap h3{margin:0 0 1.45rem;
    font-size:calc(19.1px * 1.35);
    line-height:1.3;}
.top-wrap .page-wrap p{margin:0;
    font-size:19.1px;
    line-height:1.68;}
.top-wrap a{text-decoration:underline;
    text-underline-offset:3px;}
.top-wrap a:hover{}
.top-wrap .simple-contact{
    padding:calc(1.5rem * .75);
    background:#1C1C20;
    color:#F4F2ED;
    border:1px solid rgba(201,162,74,0.28);
    border-radius:0.74rem;
}
.top-wrap .simple-contact p{margin:0 0 1.45rem;
    font-size:19.1px;
    line-height:1.68;}
.top-wrap .simple-contact p:last-child{margin-bottom:0;}
@media (max-width:720px){.top-wrap .page-wrap{
        grid-template-columns:1fr;
        gap:1.45rem;
    }.top-wrap .open-form{
        padding-top:0;
    }
}
.offer-view{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #0C0C0E;
        color: #F4F2ED
    }
.offer-view .offer-media{max-width: 1380px;
        margin: 0 auto}
.offer-view .visual-benefit{display: flex;
        flex-direction: column;
        gap: calc(2.34rem * 1.5)}
.offer-view .wide-story h2{margin: 0;
        font-size: calc(19.1px * 2);
        line-height: 1.1}
.offer-view .wide-story p{margin: 1.5rem 0 0;
        font-size: calc(19.1px * 1.125);
        line-height: 1.68;
        color: #C9C6BF}
.offer-view ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.offer-view li{display: flex;
        flex-wrap: wrap;
        gap: 2.34rem;
        align-items: baseline;
        padding: 1.5rem 0}
.offer-view li + li{border-top: 1px solid rgba(201,162,74,0.28)}
.offer-view strong{flex: 0 0 16rem;
        min-width: 0;
        font-size: calc(19.1px * 1.35);
        line-height: 1.18;
        color: #D8B25C}
.offer-view span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.68;
        color: #C9C6BF}
@media (max-width: 760px) {.offer-view li{
            display: block
        }.offer-view span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.visual-region{padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED}
.visual-region .offer-media{max-width:1380px;margin:0 auto}
.visual-region .quiet-section{display:flex;flex-wrap:wrap;gap:calc(2.34rem * 1.5);align-items:flex-start}
.visual-region .public-stack{flex:1 1 22rem;min-width:0;border-left:2px solid #D8B25C;padding-left:calc(1.5rem * .75)}
.visual-region h2{margin:0;font-size:calc(19.1px * 2);line-height:1.12}
.visual-region .primary-tile{margin:calc(calc(1.5rem * .75)*.6) 0 0;font-size:calc(19.1px * .875);}
.visual-region .bottom-benefit{flex:1 1 32rem;min-width:0}
.visual-region .bottom-benefit p{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.68}
.visual-region .offer{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6)}
.visual-region .offer li{min-width:0}
.visual-region .offer a{display:inline-flex;border:1px solid rgba(201,162,74,0.28);border-radius:0.46rem;background:#1C1C20;color:#F4F2ED;padding:calc(calc(1.5rem * .75)*.55) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.1px * .875);transition:background 370ms var(--motion-entry),color 370ms var(--motion-entry)}
.visual-region .offer a:hover{background:#D8B25C;color:#0C0C0E}
.visual-region .simple-contact{margin:0;font-size:calc(19.1px * .875);}
@media(max-width:760px){.visual-region .public-stack{flex:1 1 100%;border-left:none;border-top:2px solid #D8B25C;padding-left:0;padding-top:calc(1.5rem * .75)}.visual-region h2{font-size:calc(19.1px * 1.35)}}
.service-inner{
    color: #F4F2ED;
    background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
    padding: calc(1.5rem * 2.4) 1.45rem;
}
.service-inner .c{max-width: 1380px;
    margin: 0 auto;}
.service-inner .focused-steps{margin-bottom: calc(2.34rem * 1.5);}
.service-inner h1{font-size: calc(19.1px * 2.65);
    line-height: 1.15;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;}
.service-inner .compact-nav{font-size: calc(19.1px * 1.125);
    color: #F4F2ED;
    opacity: 0.78;
    margin: 0;}
.service-inner .service-entries{margin: 0 0 calc(2.34rem * 1.5);}
.service-inner .simple-rail{display: block;
    width: 100%;
    border-radius: 0.74rem;
    box-shadow: 0 12px 14px rgba(0,0,0,0.23);}
.service-inner .service-entries figcaption{margin-top: 0.7rem;
    font-size: calc(19.1px * .875);
    color: #F4F2ED;
    opacity: 0.65;}
.service-inner .offer-surface{display: flex;
    flex-direction: column;
    gap: calc(2.34rem * 1.5);}
.service-inner .direct-list h2,
.service-inner .strong-area h3{margin: 0 0 0.5rem;}
.service-inner .direct-list h2{font-size: calc(19.1px * 2);}
.service-inner .direct-list p{margin: 0;
    font-size: 19.1px;
    line-height: 1.68;}
.service-inner .clear-actions{display: flex;
    flex-direction: column;
    gap: 2.34rem;}
.service-inner .strong-area{padding-left: 1.1rem;
    border-left: 2px solid #D8B25C;}
.service-inner .strong-area h3{font-size: calc(19.1px * 1.35);}
.service-inner .strong-area p{margin: 0;
    font-size: 19.1px;
    line-height: 1.68;
    color: #F4F2ED;
    opacity: 0.85;}
.service-inner .simple-contact{
    background: #1C1C20;
    color: #F4F2ED;
    border: 1px solid rgba(201,162,74,0.28);
    border-radius: 0.46rem;
    padding: calc(1.5rem * .75);
}
.service-inner .simple-contact p{margin: 0;
    font-size: 19.1px;
    line-height: 1.68;}
.service-inner .primary-block{display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid rgba(201,162,74,0.28);}
.service-inner .primary-block a{font-size: 19.1px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 370ms var(--motion-entry), border-color 370ms var(--motion-entry);}
.service-inner .primary-block a:hover{border-bottom-color: #D8B25C;}
@media (min-width: 860px) {.service-inner .clear-actions{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.34rem;
    }
}
.wide-actions{
  background: #0C0C0E;
  color: #F4F2ED;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.wide-actions .offer-media{width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .42fr);
  gap: 2.34rem;
  align-items: start;}
.wide-actions h2,
.wide-actions h3,
.wide-actions p,
.wide-actions figure{margin: 0;}
.wide-actions h2{font-size: calc(19.1px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.wide-actions h3{font-size: calc(19.1px * 1.35);
  line-height: 1.2;}
.wide-actions p{font-size: 19.1px;
  line-height: 1.68;}
.wide-actions .text-shell{display: grid;
  gap: calc(2.34rem * 1.5);}
.wide-actions .top-summary{
  display: grid;
  gap: calc(2.34rem * 1.5);
  padding: 1.5rem;
  border-radius: 0.74rem;
  background: #141417;
  color: #C9C6BF;
  border: 1px solid rgba(201,162,74,0.28);
}
.wide-actions .top-summary a{width: fit-content;
  color: #C9A24A;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 370ms var(--motion-entry);}
.wide-actions .top-summary a:hover{color: #D8B25C;}
.wide-actions .soft-proof{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.wide-actions .active-group{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  border-radius: 0.74rem;
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
  overflow: hidden;
}
.wide-actions .active-group img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.wide-actions .active-group figcaption{display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;}
.wide-actions .active-group span{font-size: calc(19.1px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #D8B25C;}
@media (max-width: 900px) {.wide-actions .offer-media{
    grid-template-columns: 1fr;
  }.wide-actions .soft-proof{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {.wide-actions .soft-proof{
    grid-template-columns: 1fr;
  }.wide-actions .active-group img{
    height: 10rem;
  }
}
.team-service{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);color:#F4F2ED;}
.team-service .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5);}
.team-service .local-region p{margin:0;font-size:calc(19.1px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.team-service .local-region h2{margin:.5rem 0 0;font-size:calc(19.1px * 2);line-height:1.2;}
.team-service .wide-story{display:flex;flex-direction:column;gap:1.45rem;}
.team-service .wide-story p{margin:0;font-size:19.1px;line-height:1.68;}
.team-service .public-stack{display:flex;flex-direction:column;border-top:1px solid rgba(201,162,74,0.28);}
.team-service .page-wrap{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(201,162,74,0.28);display:grid;gap:.6rem;}
.team-service .page-wrap .open-form{font-size:calc(19.1px * .875);letter-spacing:.03em;}
.team-service .page-wrap h3{margin:0;font-size:calc(19.1px * 1.35);line-height:1.3;}
.team-service .page-wrap p{margin:0;font-size:19.1px;line-height:1.68;}
.team-service .page-wrap a{text-decoration:none;border-bottom:1px solid #C9A24A;}
.team-service .page-wrap a:hover{border-color:#D8B25C;}
.team-service .text-feature{display:flex;flex-direction:column;gap:1.45rem;}
.team-service .text-feature p{margin:0;font-size:19.1px;line-height:1.68;}
.team-service .primary-block{display:flex;flex-wrap:wrap;gap:2.34rem;}
.team-service .primary-block a{text-decoration:none;font-size:calc(19.1px * .875);border-bottom:1px solid #C9A24A;padding-bottom:2px;}
.team-service .primary-block a:hover{border-color:#D8B25C;}
@media (min-width:760px){.team-service .page-wrap{grid-template-columns:minmax(140px,200px) 1fr;grid-template-rows:auto auto;column-gap:2.34rem;}.team-service .page-wrap .open-form{grid-column:1;grid-row:1;}.team-service .page-wrap h3{grid-column:2;grid-row:1;}.team-service .page-wrap p{grid-column:2;grid-row:2;}
    }
.page-feature{padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED}
.page-feature .offer-media{max-width:min(1380px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5)}
.page-feature .wide-story{display:flex;flex-direction:column;gap:1.5rem}
.page-feature h2{margin:0;font-size:calc(19.1px * 2);line-height:1.12}
.page-feature .wide-story p{margin:0;color:#C9C6BF;line-height:1.68}
.page-feature .narrow-shell{display:flex;flex-direction:column;border-top:1px solid rgba(201,162,74,0.28)}
.page-feature details{padding:1.5rem 0;border-bottom:1px solid rgba(201,162,74,0.28)}
.page-feature summary{cursor:pointer;font-size:calc(19.1px * 1.35);line-height:1.24;list-style:none;display:flex;justify-content:space-between;gap:1.45rem;align-items:baseline}
.page-feature summary::-webkit-details-marker{display:none}
.page-feature summary::after{content:"+";color:#D8B25C;font-size:calc(19.1px * 1.125);line-height:1;flex:0 0 auto}
.page-feature details[open] summary::after{content:"–"}
.page-feature details p{margin:1.5rem 0 0;color:#C9C6BF;line-height:1.68}
@media(max-width:720px){.page-feature .offer-media{gap:1.5rem}.page-feature summary{font-size:19.1px}
}
.clear-section{padding:calc(1.5rem * 2.4) 1.45rem;background:#141417;color:#C9C6BF}
.clear-section .offer-media{max-width:1380px;margin:0 auto}
.clear-section .quiet-section{display:flex;gap:calc(2.34rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.clear-section .wide-story{flex:1 1 30rem;min-width:0}
.clear-section .wide-story h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 2);line-height:1.1}
.clear-section .wide-story .direct-list{margin:0;font-size:calc(19.1px * 1.125);line-height:1.68}
.clear-section .bottom-benefit{flex:1 1 26rem;min-width:0;border-left:1px solid rgba(201,162,74,0.28);padding-left:calc(2.34rem * 1.5)}
.clear-section .bottom-benefit p{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.68}
.clear-section .bottom-benefit ul{list-style:none;margin:calc(2.34rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.clear-section .bottom-benefit li{min-width:0}
.clear-section .bottom-benefit li a{display:inline-flex;border-radius:0.46rem;background:#D8B25C;color:#0C0C0E;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.1px * .875);transition:background 370ms var(--motion-entry)}
.clear-section .bottom-benefit li a:hover{background:#F0D48C;color:#F4F2ED;}
.clear-section .simple-contact{margin:calc(2.34rem * 1.5) 0 0;font-size:calc(19.1px * .875);opacity:.85}
@media(max-width:760px){.clear-section .quiet-section{display:block}.clear-section .bottom-benefit{margin-top:calc(2.34rem * 1.5);border-left:0;padding-left:0}.clear-section .wide-story h2{font-size:calc(19.1px * 1.35)}}
.soft-grid{
    color: #F4F2ED;
    background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
    padding: calc(1.5rem * 2.4) 1.45rem;
}
.soft-grid .c{max-width: 1380px;
    margin: 0 auto;}
.soft-grid .focused-steps{margin-bottom: calc(2.34rem * 1.5);}
.soft-grid h1{font-size: calc(19.1px * 2.65);
    margin: 0 0 0.75rem;
    line-height: 1.15;}
.soft-grid .compact-nav{font-size: calc(19.1px * 1.125);
    margin: 0;}
.soft-grid .steady-form{margin-bottom: calc(2.34rem * 1.5);}
.soft-grid .simple-rail{width: 100%;
    display: block;
    border-radius: 0.74rem;
    box-shadow: 0 12px 14px rgba(0,0,0,0.23);
    object-fit: cover;}
.soft-grid .bottom-links,
.soft-grid .public-method{
    background: #1C1C20;
    color: #F4F2ED;
    border: 1px solid rgba(201,162,74,0.28);
    padding: calc(1.5rem * .75);
    border-radius: 0.74rem;
    margin-bottom: calc(2.34rem * 1.5);
    line-height: 1.68;
}
.soft-grid h2{font-size: calc(19.1px * 2);
    margin: 0 0 1rem;
    line-height: 1.2;}
.soft-grid .bottom-links p,
.soft-grid .public-method p{margin: 0 0 1rem;}
.soft-grid .bottom-links p:last-child,
.soft-grid .public-method p:last-child{margin-bottom: 0;}
.soft-grid .primary-block{display: flex;
    flex-wrap: wrap;
    gap: 2.34rem;
    padding-top: calc(2.34rem * 1.5);
    border-top: 1px solid rgba(201,162,74,0.28);}
.soft-grid .primary-block a{text-decoration: none;
    font-size: 19.1px;
    border-bottom: 1px solid transparent;
    transition: color 370ms var(--motion-entry),
                border-color 370ms var(--motion-entry);}
.soft-grid .primary-block a:hover{border-bottom-color: #D8B25C;}
@media (min-width: 768px) {.soft-grid .bottom-links,
    .soft-grid .public-method{
        padding: calc(2.34rem * 1.5);
    }
}
.featured-items{
  background: #0C0C0E;
  color: #F4F2ED;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.featured-items .offer-media{width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  gap: 2.34rem;}
.featured-items h2,
.featured-items h3,
.featured-items p{margin: 0;}
.featured-items h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.featured-items h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.featured-items p{font-size: 19.1px; line-height: 1.68;}
.featured-items .media-content{display: grid;
  gap: calc(2.34rem * 1.5);
  padding-bottom: calc(2.34rem * 1.5);
  border-bottom: 1px solid rgba(201,162,74,0.28);}
.featured-items .media-content p{color: #C9C6BF;}
.featured-items .focused-links{display: flex;
  flex-direction: column;}
.featured-items .page-wrap{display: grid;
  grid-template-columns: minmax(8rem, .2fr) minmax(12rem, .38fr) minmax(0, 1fr);
  gap: 1.45rem;
  padding: calc(2.34rem * 1.5) 0;
  border-bottom: 1px solid rgba(201,162,74,0.28);
  align-items: start;}
.featured-items .page-wrap:first-child{padding-top: 0;}
.featured-items .page-wrap span{font-size: calc(19.1px * .875);
  color: #C9C6BF;
  letter-spacing: 0.02em;
  padding-top: 0.35rem;}
.featured-items .wide-plan{
  display: flex;
  justify-content: space-between;
  gap: 2.34rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #1C1C20;
  color: #F4F2ED;
  border: 1px solid rgba(201,162,74,0.28);
}
.featured-items .wide-plan p{font-size: calc(19.1px * .875);}
.featured-items .wide-plan a{color: #C9A24A;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  transition: color 370ms var(--motion-entry);}
.featured-items .wide-plan a:hover{color: #D8B25C;}
@media (max-width: 860px) {.featured-items .page-wrap{
    grid-template-columns: 1fr;
    gap: calc(2.34rem * 1.5);
  }.featured-items .page-wrap span{ padding-top: 0; }.featured-items .wide-plan{
    flex-direction: column;
    align-items: flex-start;
  }
}
.plain-figure{
    padding:calc(1.5rem * 2.4) 1.45rem;
    background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
    color:#F4F2ED;
}
.plain-figure .offer-media{max-width:1380px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.34rem * 1.5);}
.plain-figure .local-region{display:flex;
    flex-direction:column;
    gap:1.45rem;
    border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);
    padding-bottom:1.5rem;}
.plain-figure .local-region p{margin:0;
    font-size:calc(19.1px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.82;}
.plain-figure .local-region h2{margin:0;
    font-size:calc(19.1px * 2);
    line-height:1.15;}
.plain-figure .wide-story p{margin:0;
    font-size:19.1px;
    line-height:1.68;
    opacity:.92;}
.plain-figure .soft-proof{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.plain-figure .active-group{display:grid;
    grid-template-columns:minmax(220px,1fr) 2fr;
    gap:2.34rem;
    padding:calc(1.5rem * .75) 0;
    border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.plain-figure .active-group h3{margin:0;
    font-size:calc(19.1px * 1.35);
    line-height:1.25;}
.plain-figure .active-group p{margin:0;
    font-size:19.1px;
    line-height:1.68;
    opacity:.9;}
.plain-figure .active-group a{text-decoration:none;
    border-bottom:1px solid color-mix(in srgb, #C9A24A 45%, transparent);}
.plain-figure .active-group a:hover{border-bottom-color:#D8B25C;}
.plain-figure .simple-contact{
    background:color-mix(in srgb, currentColor 8%, transparent);
    border:1px solid color-mix(in srgb, currentColor 16%, transparent);
    border-radius:0.74rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:1.45rem;
}
.plain-figure .simple-contact p{margin:0;
    font-size:calc(19.1px * .875);
    line-height:1.68;
    opacity:.9;}
.plain-figure .primary-block a{text-decoration:none;
    border-bottom:1px solid color-mix(in srgb, #C9A24A 45%, transparent);}
.plain-figure .primary-block a:hover{border-bottom-color:#D8B25C;}
@media (max-width:720px){.plain-figure .active-group{
        grid-template-columns:1fr;
        gap:1.45rem;
    }
}
.clear-summary{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #141417;
        color: #C9C6BF
    }
.clear-summary .offer-media{max-width: 1380px;
        margin: 0 auto}
.clear-summary .visual-benefit{display: flex;
        flex-direction: column;
        gap: calc(2.34rem * 1.5)}
.clear-summary .wide-story{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 2.34rem;
        align-items: start;
        padding-bottom: calc(2.34rem * 1.5);
        border-bottom: 1px solid rgba(201,162,74,0.28)}
.clear-summary h2{margin: 0;
        font-size: calc(19.1px * 2);
        line-height: 1.1}
.clear-summary .wide-story p{margin: 0;
        font-size: 19.1px;
        line-height: 1.68}
.clear-summary ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.clear-summary li{display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
        gap: 2.34rem;
        align-items: start;
        padding: 1.5rem 0}
.clear-summary li + li{border-top: 1px solid rgba(201,162,74,0.28)}
.clear-summary strong{font-size: calc(19.1px * 1.35);
        line-height: 1.2;
        font-weight: 600}
.clear-summary span{line-height: 1.68;
        font-size: 19.1px}
@media (max-width: 860px) {.clear-summary .wide-story{
            grid-template-columns: 1fr
        }.clear-summary li{
            grid-template-columns: 1fr
        }
    }
.team-fields{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(120deg, #C9A24A 0%, #E0BE6E 100%);color:#0C0C0E}
.team-fields .offer-media{max-width:1380px;margin:0 auto}
.team-fields .quiet-section{display:flex;gap:calc(2.34rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.team-fields .wide-story{flex:1 1 30rem;min-width:0}
.team-fields .wide-story h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 2);line-height:1.08}
.team-fields .direct-list{margin:0;font-size:calc(19.1px * 1.125);line-height:1.68}
.team-fields .bottom-benefit{flex:1 1 30rem;min-width:0;border-left:1px solid rgba(12,12,14,0.28);padding-left:calc(2.34rem * 1.5)}
.team-fields .bottom-benefit p{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.68}
.team-fields .bottom-benefit p:last-of-type{margin-bottom:0}
.team-fields .bottom-figure{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.team-fields .bottom-figure li{min-width:0}
.team-fields .bottom-figure a{display:inline-flex;border-radius:0.46rem;background:#0C0C0E;color:#D8B25C;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.1px * .875)}
.team-fields .bottom-figure a:hover{background:#F0D48C;color:#0C0C0E}
.team-fields .simple-contact{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);opacity:.82}
@media(max-width:760px){.team-fields .quiet-section{display:block}.team-fields .bottom-benefit{margin-top:calc(2.34rem * 1.5);border-left:0;padding-left:0;border-top:1px solid rgba(12,12,14,0.28);padding-top:calc(2.34rem * 1.5)}.team-fields .wide-story h2{font-size:calc(19.1px * 1.35)}
}
.service-team{background:#0C0C0E;color:#F4F2ED;padding:calc(1.5rem * 2.4) 1.45rem}
.service-team .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5)}
.service-team .wide-story h2{margin:0;font-size:calc(19.1px * 2);line-height:1.15;letter-spacing:0}
.service-team .wide-story p{margin:1.5rem 0 0;font-size:calc(19.1px * 1.125);line-height:1.65}
.service-team .local-brand{display:flex;flex-wrap:wrap;gap:2.34rem;align-items:flex-start}
.service-team .wide-frame{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-team .soft-links{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(201,162,74,0.28)}
.service-team .soft-links:first-child{border-top:0;padding-top:0}
.service-team .public-surface{display:block;font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.service-team .page-footer{margin:0.4rem 0 0;font-size:19.1px;line-height:1.6}
.service-team .page-footer a{text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28)}
.service-team .page-footer a:hover{}
.service-team .media-list{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-team .public-nav{display:block;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.74rem}
.service-team .simple-contact{margin:0;font-size:calc(19.1px * .875);line-height:1.6;}
.service-team .public-stack{padding:calc(2.34rem * 1.5);background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);border-radius:0.74rem}
.service-team .direct-list{margin:0;font-size:19.1px;letter-spacing:0.02em}
.service-team .soft-proof{margin:calc(1.5rem * .75) 0 0;padding-left:1.1rem;display:flex;flex-direction:column;gap:0.5rem;font-size:19.1px;line-height:1.6}
.service-team .quiet-group{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);line-height:1.65;}
.service-team .quiet-group a{text-decoration:none;border-bottom:1px solid rgba(201,162,74,0.28)}
.service-team .quiet-group a:hover{}
@media(max-width:760px){.service-team .local-brand{flex-direction:column}
}
.focused-menu{padding:calc(1.5rem * 2.4) 1.45rem;background:#0C0C0E;color:#F4F2ED}
.focused-menu .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.34rem * 1.5);align-items:flex-start}
.focused-menu .wide-story{flex:1 1 22rem;min-width:0}
.focused-menu h2{margin:0;font-size:calc(19.1px * 2);line-height:1.12;font-family:"Sora", sans-serif}
.focused-menu .wide-story p{margin:1.5rem 0 0;color:#C9C6BF;line-height:1.68}
.focused-menu .focused-frame{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-menu .focused-frame li{position:relative;padding-left:1.1rem;font-size:calc(19.1px * .875);color:#C9C6BF;line-height:1.5}
.focused-menu .focused-frame li::before{content:"";position:absolute;left:0;top:0.62em;width:0.42rem;height:1px;background:#D8B25C;color:#0C0C0E;}
.focused-menu form{flex:1 1 26rem;min-width:0;background:#1C1C20;color:#F4F2ED;border:1px solid rgba(201,162,74,0.28);border-radius:0.74rem;padding:calc(2.34rem * 1.5);box-shadow:0 1px 7px rgba(0,0,0,0.18)}
.focused-menu fieldset{display:flex;flex-wrap:wrap;gap:2.34rem;margin:0;padding:0;border:0}
.focused-menu fieldset label{flex:1 1 14rem;min-width:0}
.focused-menu label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.1px * .875);letter-spacing:0.01em}
.focused-menu input,.focused-menu textarea,.focused-menu select{width:100%;padding:calc(1.5rem * .75);border:1px solid rgba(201,162,74,0.28);border-radius:0.34rem;background:#0C0C0E;color:#F4F2ED;font:inherit;font-size:19.1px;box-sizing:border-box}
.focused-menu input:focus,.focused-menu textarea:focus,.focused-menu select:focus{outline:none;border-color:#D8B25C;box-shadow:0 0 0 3px rgba(201,162,74,0.55)}
.focused-menu .bottom-block{display:block;margin-top:1.5rem}
.focused-menu textarea{resize:vertical;min-height:7rem}
.focused-menu .wide-media{margin:1.5rem 0;color:#C9C6BF;font-size:calc(19.1px * .875);line-height:1.55}
.focused-menu button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid var(--paint-card);border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);font:inherit;font-size:19.1px;cursor:pointer;transition:background 370ms var(--motion-entry),color 370ms var(--motion-entry)}
.focused-menu button:hover{background:#E0BE6E;border-color:#E0BE6E;color:#F4F2ED;}
@media(max-width:820px){.focused-menu .offer-media{display:block}.focused-menu form{margin-top:calc(2.34rem * 1.5)}}
.top-story{padding:calc(1.5rem * 2.4) 1.45rem;background:linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);color:#F4F2ED}
.top-story .offer-media{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.78fr);gap:calc(2.34rem * 1.5);align-items:start}
.top-story .text-shell{display:flex;flex-direction:column;gap:calc(2.34rem * 1.5)}
.top-story h2{margin:0;font-size:calc(19.1px * 2);line-height:1.12}
.top-story .text-shell>p{margin:0;font-size:19.1px;line-height:1.68}
.top-story .secondary-feature{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(201,162,74,0.28)}
.top-story .team-entries{display:grid;grid-template-columns:minmax(0,.34fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(201,162,74,0.28)}
.top-story .team-entries span{font-size:calc(19.1px * .875);}
.top-story .team-entries strong{font-size:19.1px;font-weight:600;line-height:1.4}
.top-story .team-entries a{text-decoration:none}
.top-story .team-entries a:hover{text-decoration:underline}
.top-story .simple-contact{margin:0;padding:calc(1.5rem * .75);border-radius:0.46rem;background:#141417;color:#C9C6BF;font-size:calc(19.1px * .875);line-height:1.68}
.top-story .narrow-tile{position:sticky;top:1.5rem;min-height:clamp(22rem,42vw,34rem);border-radius:0.74rem;overflow:hidden;border:1px solid rgba(201,162,74,0.28);box-shadow:0 12px 14px rgba(0,0,0,0.23)}
.top-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 900px){.top-story .offer-media{grid-template-columns:1fr}.top-story .narrow-tile{position:static;min-height:22rem}.top-story .team-entries{grid-template-columns:1fr;gap:calc(calc(1.5rem * .75) * .35)}
}
.steady-unit{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: linear-gradient(135deg, #0C0C0E 0%, #1A1A1E 55%, #2A2418 100%);
  color: #F4F2ED;
}
.steady-unit .offer-media{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1380px;
  margin: 0 auto;}
.steady-unit .bottom-block{margin: 0 0 calc(2.34rem * 1.5);
  padding: 1.5rem 0;}
.steady-unit h2{margin: 0;
  font-size: calc(19.1px * 2.65);
  line-height: 1.05;}
.steady-unit .bottom-block p{margin: 1.5rem 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.68;}
.steady-unit .plain-form{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.34rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.steady-unit .featured-surface{display: flex;
  flex-wrap: wrap;
  gap: 2.34rem;}
.steady-unit .featured-surface p{margin: 0;
  line-height: 1.68;}
.steady-unit .featured-surface p:first-child{flex: 1 1 20rem;}
.steady-unit .featured-surface p:last-child{flex: 1 1 22rem;}
.steady-unit .open-feature{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.steady-unit .open-feature a{color: inherit;
  font-size: calc(19.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.steady-unit .visual-frame{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.steady-unit .visual-frame a{display: flex;
  flex-direction: column;
  gap: .25rem;
  flex: 1 1 15rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.steady-unit .visual-frame span{font-size: calc(19.1px * .875);
  opacity: .65;}
@media (max-width: 720px) {.steady-unit .plain-form,
  .steady-unit .featured-surface{
    display: block;
  }.steady-unit .featured-surface p + p{
    margin-top: calc(1.5rem * .75);
  }.steady-unit .open-feature{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.steady-unit .visual-frame a{
    flex: 1 1 100%;
  }
}
.direct-content{padding:calc(1.5rem * 2.4) 1.45rem;background:#F4F2ED;color:#0C0C0E}
.direct-content .text-shell{max-width:min(1380px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.34rem * 1.5)}
.direct-content h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.direct-content .wide-story{margin:0;font-size:calc(19.1px * 1.125);line-height:1.68;color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-content .steady-region{padding:calc(1.5rem * .75) 0 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.direct-content .steady-region:first-of-type{border-top:none;padding-top:0}
.direct-content h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 1.35);line-height:1.25}
.direct-content .steady-region p{margin:0;font-size:19.1px;line-height:1.68;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.direct-content .text-shell{gap:1.5rem}.direct-content h2{font-size:calc(19.1px * 2)}
}
.page-steps{padding:calc(1.5rem * 2.4) 1.45rem;background:#141417;color:#C9C6BF}
.page-steps .steady-frame{max-width:min(1380px,62rem);margin:0 auto}
.page-steps h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.page-steps .wide-story{margin:1.5rem 0 calc(2.34rem * 1.5);font-size:calc(19.1px * 1.125);line-height:1.68}
.page-steps .region{display:flex;flex-direction:column;gap:2.34rem}
.page-steps .active-group{padding-top:calc(1.5rem * .75);border-top:1px solid rgba(201,162,74,0.28)}
.page-steps .active-group:first-child{padding-top:0;border-top:0}
.page-steps h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 1.35);line-height:1.25}
.page-steps .active-group p{margin:0;line-height:1.68}
@media (max-width:640px){.page-steps .wide-story{font-size:19.1px}.page-steps .region{gap:calc(2.34rem * 1.5)}
}
.steady-panel{--field-extra-3:calc(1.5rem * 0.89);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-card);color:var(--paint-light);}
.steady-panel .offer-media{max-width:1380px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--field-extra-3) * 0.9);}
.steady-panel h2,.steady-panel p{margin:0;}
.steady-panel h2{font-size:calc(19.1px * 2);line-height:1.12;letter-spacing:-0.01em;}
.steady-panel .simple-contact{font-size:calc(19.1px * .875);text-transform:uppercase;letter-spacing:0.14em;opacity:0.72;}
.steady-panel .direct-list{font-size:19.1px;line-height:1.68;color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-panel .primary-block{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);padding-top:calc(var(--field-extra-3) * 0.4);}
.steady-panel .simple-brand{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:var(--paint-light);color:var(--paint-card);text-decoration:none;font-weight:600;transition:background 370ms var(--motion-entry),color 370ms var(--motion-entry);}
.steady-panel .simple-brand:hover{background:#F0D48C;color:#0C0C0E;}
.steady-panel .plain-headline{color:inherit;text-decoration:none;font-size:calc(19.1px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 370ms var(--motion-entry),opacity 370ms var(--motion-entry);}
.steady-panel .plain-headline:hover{border-color:currentColor;opacity:0.85;}
@media (max-width:720px){.steady-panel .primary-block{flex-direction:column;align-items:flex-start;}.steady-panel .simple-brand{width:100%;}
}
.clear-quote{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #F4F2ED;
  color: #0C0C0E;
}
.clear-quote .offer-media{max-width: min(1380px, 72rem);
  margin: 0 auto;}
.clear-quote .local-region h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.clear-quote .direct-list{margin: calc(1.5rem * .75) 0 calc(2.34rem * 1.5);
  font-size: calc(19.1px * 1.125);
  line-height: 1.68;}
.clear-quote .clear-actions{display: flex;
  flex-direction: column;
  gap: calc(2.34rem * 1.5);
  border-top: 1px solid rgba(12,12,14,0.14);
  padding-top: calc(2.34rem * 1.5);}
.clear-quote .strong-area{display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.clear-quote .fresh-list{flex: 0 0 auto;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.08em;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(12,12,14,0.3);
  border-radius: 0.34rem;}
.clear-quote .strong-area .offer-surface strong{display: block;
  font-size: calc(19.1px * 1.35);
  margin-bottom: 0.35rem;}
.clear-quote .strong-area .offer-surface p{margin: 0;
  font-size: 19.1px;
  line-height: 1.68;}
.clear-quote .bottom-figure{margin-top: calc(2.34rem * 1.5);
  padding-top: calc(2.34rem * 1.5);
  border-top: 1px solid rgba(12,12,14,0.14);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.45rem;}
.clear-quote .bottom-figure .secondary-proof{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 14rem;}
.clear-quote .bottom-figure .secondary-proof strong{font-size: calc(19.1px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;}
.clear-quote .bottom-figure .secondary-proof a,
.clear-quote .bottom-figure .secondary-proof span{text-decoration: none;
  font-size: 19.1px;}
.clear-quote .bottom-figure .secondary-proof a{border-bottom: 1px solid rgba(12,12,14,0.35);
  padding-bottom: 1px;}
.clear-quote .bottom-figure .secondary-proof a:hover{border-bottom-color: #0C0C0E;}
.clear-quote .simple-contact{margin: calc(2.34rem * 1.5) 0 0;
  font-size: 19.1px;
  line-height: 1.68;}
.clear-quote .simple-contact a{text-decoration: underline;
  text-underline-offset: 3px;}
.clear-quote .simple-contact a:hover{opacity: 0.75;}
@media (max-width: 640px) {.clear-quote .strong-area{
    flex-direction: column;
    gap: 0.5rem;
  }.clear-quote .bottom-figure .secondary-proof{
    min-width: 100%;
  }
}
.text-plan{padding:calc(1.5rem * 2.4) 1.45rem;background:#D8B25C;color:#0C0C0E}
.text-plan .offer-media{max-width:1380px;margin:0 auto}
.text-plan .group{display:flex;flex-wrap:wrap;gap:calc(2.34rem * 1.5);align-items:flex-start}
.text-plan .text-shell{flex:2 1 38rem;min-width:0}
.text-plan h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.02;max-width:15ch}
.text-plan .text-shell p{margin:1.5rem 0 0;font-size:calc(19.1px * 1.125);line-height:1.68}
.text-plan .primary-block{flex:1 1 18rem;min-width:0;border-top:1px solid color-mix(in srgb,#0C0C0E 32%,transparent);padding-top:1.5rem}
.text-plan .primary-block p{margin:0;line-height:1.68}
.text-plan .primary-block a{display:inline-flex;margin-top:1.5rem;border-radius:0.34rem;background:var(--paint-card);color:var(--paint-light);padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.text-plan .contact-track{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.5rem}
.text-plan .contact-track a{display:inline;margin:0;padding:0;background:none;color:#0C0C0E;text-decoration:underline;text-underline-offset:3px}
.text-plan .contact-track a:hover{opacity:.78}
@media(max-width:680px){.text-plan .group{display:block}.text-plan .primary-block{margin-top:calc(2.34rem * 1.5)}.text-plan h2{font-size:calc(19.1px * 2)}}
