:root {
  --delay-entry: 320ms;
  --stack-panel: calc(var(--gap-content) * 1.5);
  --surface-strong: #F2F2F4;
  --measure-wide: var(--space-hero);
  --corner-round: 0.56rem;
  --line-soft: #FF4D14;
  --ink-clear: #17171B;
  --space-small: 1560px;
  --type-button: 1.8;
  --line-card: #C9C9CF;
  --type-body: var(--copy-large);
  --label-base: calc(var(--copy-large) * 1.125);
  --copy-large: 17.8px;
  --surface-panel: rgba(255,255,255,0.08);
  --ink-inverse: #F5F5F7;
  --font-nav: calc(var(--copy-large) * 1.35);
  --tone-accent: #111114;
  --surface-accent: #0E0E11;
  --ink-panel: #E23A0B;
  --depth-base: 0 2px 7px rgba(0,0,0,0.18);
  --ink-base: #FFFFFF;
  --line-panel: #FF7A18;
  --corner-panel: 0.3rem;
  --space-extra-42: 1.5rem;
  --surface-warm: #FF7A18;
  --tone-inverse: #F2F2F4;
  --gap-content: 1.59rem;
  --tone-base: #1A0A02;
  --surface-main: #1A1A1F;
  --type-nav: calc(var(--copy-large) * .875);
  --copy-heading: "IBM Plex Sans", sans-serif;
  --space-hero: 2.3rem;
  --speed-soft: ease-in-out;
  --space-large: calc(var(--space-extra-42) * 2.4);
  --shadow-image: 0 26px 30px rgba(0,0,0,0.29);
}
body{margin:0;padding:0;font-family:var(--copy-heading);box-sizing:border-box;}
*{box-sizing:border-box;}
.service-feature {
    width: 100%;
    background: var(--surface-accent);
    color: var(--tone-inverse);
    border-bottom: 1px solid var(--surface-panel);
  }
.top-section {
    max-width: var(--space-small);
    margin: 0 auto;
    padding: var(--space-extra-42) var(--space-hero);
    display: flex;
    align-items: center;
    gap: var(--gap-content);
  }
.active-tile {
    font-size: var(--label-base);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--tone-inverse);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.active-tile:hover {
    color: var(--line-panel);
  }
.public-rail {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.public-rail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: var(--stack-panel);
    flex-wrap: wrap;
  }
.public-rail a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: var(--type-body);
    color: var(--tone-inverse);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--delay-entry) var(--speed-soft),
                border-color var(--delay-entry) var(--speed-soft);
  }
.public-rail a:hover {
    color: var(--line-panel);
    border-bottom-color: var(--line-panel);
  }
.quiet-grid {
    flex-shrink: 0;
  }
.quiet-summary {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--ink-panel);
    color: var(--ink-base);
    border-radius: var(--corner-round);
    font-size: var(--type-nav);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--depth-base);
    transition: background var(--delay-entry) var(--speed-soft);
  }
.quiet-summary:hover{
    background: var(--line-soft);color:var(--surface-strong);}
.public-brand {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--ink-clear);
    color: var(--line-card);
    border: 1px solid var(--surface-panel);
    border-radius: var(--corner-panel);
    cursor: pointer;
  }
.public-brand span{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--line-card);
    transition: transform var(--delay-entry) var(--speed-soft),
                opacity var(--delay-entry) var(--speed-soft);color:var(--surface-strong);}
.public-brand.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.public-brand.is-open span:nth-child(2){opacity: 0;}
.public-brand.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .top-section {
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

    .public-brand {
      display: flex;
      order: 3;
    }

    .quiet-grid {
      order: 2;
      margin-left: auto;
      margin-right: 0.5rem;
    }

    .quiet-grid .quiet-summary {
      padding: 0.5rem 0.8rem;
      font-size: var(--type-nav);
    }

    .public-rail {
      order: 4;
      flex-basis: 100%;
      display: none;
      margin-top: var(--stack-panel);
    }

    .public-rail.is-open {
      display: block;
    }

    .public-rail ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid var(--surface-panel);
    }

    .public-rail li {
      border-bottom: 1px solid var(--surface-panel);
    }

    .public-rail a {
      display: block;
      padding: 0.85rem 0.25rem;
      border-bottom: none;
    }

    .public-rail a:hover {
      border-bottom-color: transparent;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    .top-section {
      gap: var(--stack-panel);
    }

    .public-rail ul {
      gap: var(--stack-panel);
    }

    .public-rail a {
      font-size: var(--type-nav);
    }
  }
.primary-plan{font-family:var(--copy-heading);font-size:var(--copy-large);line-height:var(--type-button);padding:var(--space-large) var(--measure-wide);background:var(--ink-inverse);color:var(--tone-accent);}
.bottom-contact{max-width:var(--space-small);margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--stack-panel)}
.offer-area{display:flex;flex-direction:column;gap:var(--space-extra-42);padding-bottom:var(--stack-panel);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.public-stack{font-size:var(--font-nav);font-weight:600;margin:0;letter-spacing:0.01em}
.fresh-actions{display:flex;flex-direction:column;gap:var(--space-extra-42);font-style:normal;font-size:var(--type-body)}
.soft-region{display:block}
.fresh-media{color:inherit;text-decoration:none;display:inline-block;width:fit-content;border-bottom:1px solid rgba(255, 255, 255, 0.35);transition:border-color var(--delay-entry) var(--speed-soft)}
.fresh-media:hover{border-bottom-color:currentColor}
.content-links{display:flex;flex-direction:column;gap:var(--space-extra-42)}
.media-quote{font-size:var(--label-base);font-weight:700;margin:0;letter-spacing:0.02em}
.page-team{margin:0;font-size:var(--type-nav);max-width:42ch;opacity:0.85}
.quiet-frame{display:grid;grid-template-columns:1fr;gap:var(--stack-panel)}
.wide-content{display:flex;flex-direction:column;gap:var(--space-extra-42)}
.main-rail{font-size:var(--type-nav);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.75}
.direct-service{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.direct-service a{color:inherit;text-decoration:none;font-size:var(--type-body);transition:opacity var(--delay-entry) var(--speed-soft)}
.direct-service a:hover{opacity:0.7;color:inherit}
.page-area{display:flex;flex-direction:column;gap:var(--space-extra-42);padding-top:var(--stack-panel);border-top:1px solid rgba(255, 255, 255, 0.15)}
.simple-actions{margin:0;font-size:var(--type-nav);line-height:var(--type-button);opacity:0.8;max-width:72ch}
.compact-inner{margin:0;font-size:var(--type-nav);opacity:0.7}
@media (min-width: 768px) {.quiet-frame{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 1024px) {.bottom-contact{grid-template-columns:1fr 1fr;grid-template-areas:"contacts brand"
        "nav nav"
        "legal legal";gap:var(--space-large) var(--stack-panel)}.offer-area{grid-area:contacts;border-bottom:none;padding-bottom:0}.content-links{grid-area:brand;align-items:flex-end;text-align:right}.page-team{margin-left:auto}.quiet-frame{grid-area:nav;padding-top:var(--stack-panel);border-top:1px solid rgba(255, 255, 255, 0.15)}.page-area{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .media-service{width:min(30rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(0,0,0,.14);border-radius:22px;background:var(--surface-warm);color:var(--tone-base);box-shadow:var(--shadow-image)}
.cookies .offer-body{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:var(--font-nav)}
.cookies .offer-body button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies .text-tile{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.cookies .text-tile button{border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.secondary-benefit{--layer-base:calc(var(--space-extra-42) * 1.15);--mark-active:calc(var(--space-small) / 2.2);--copy-nav:calc(var(--space-small) / 3.4);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.secondary-benefit .local-nav{max-width:var(--space-small);margin:0 auto;}
.secondary-benefit h1,.secondary-benefit h2,.secondary-benefit h3,.secondary-benefit p{margin:0;}
.secondary-benefit h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.secondary-benefit p{font-size:var(--type-body);line-height:var(--type-button);}
.secondary-benefit .focused-unit{font-size:var(--label-base);color:var(--line-card);}
.secondary-benefit .focused-method{margin-top:var(--stack-panel);color:var(--line-card);}
.secondary-benefit a{color:inherit;text-decoration:none;}
.secondary-benefit img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.secondary-benefit .media-links{display:flex;align-items:flex-start;gap:var(--gap-content);}
.secondary-benefit .compact-steps{flex:1 1 auto;min-width:0;}
.secondary-benefit .focused-unit{margin-top:var(--space-extra-42);}
.secondary-benefit .clear-entries{flex:0 1 var(--copy-nav);min-width:0;}
.secondary-benefit .clear-entries img{width:min(var(--copy-nav),100%);}
.secondary-benefit .simple-stack{margin-top:calc(1.5rem * .75);font-size:var(--type-nav);color:var(--line-card);}
.secondary-benefit .service-plan{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap-content);margin-top:var(--space-extra-42);}
.secondary-benefit .simple-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) var(--space-extra-42);border-radius:var(--corner-panel);background:var(--ink-panel);color:var(--ink-base);}
.secondary-benefit .simple-track:hover{background:var(--line-soft);color:var(--surface-strong);}
.secondary-benefit .bottom-media{font-size:var(--type-nav);color:inherit;border-bottom:1px solid transparent;}
.secondary-benefit .bottom-media:hover{color:var(--line-panel);border-bottom-color:var(--line-panel);}
@media(max-width:760px){.secondary-benefit .media-links{flex-direction:column;}}
.wide-footer{
  --layer-base:calc(var(--space-extra-42) * 1.15);
  --axis-soft:1px;
  padding:var(--space-large) var(--measure-wide);
  background:var(--surface-accent);
  color:var(--tone-inverse);
}
.wide-footer .local-nav{max-width:var(--space-small);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-base);}
.wide-footer h2,
.wide-footer h3,
.wide-footer p{margin:0;}
.wide-footer h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.wide-footer h3{font-size:var(--font-nav);
  line-height:1.25;}
.wide-footer p{font-size:var(--type-body);
  line-height:var(--type-button);}
.wide-footer .media-content{display:flex;
  flex-direction:column;
  gap:var(--stack-panel);
  padding-bottom:var(--stack-panel);
  border-bottom:var(--axis-soft) solid var(--surface-panel);}
.wide-footer .media-content .focused-unit{font-size:var(--label-base);}
.wide-footer .media-stack{display:flex;
  flex-direction:column;}
.wide-footer .secondary-tile{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:var(--gap-content);
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--axis-soft) solid var(--surface-panel);}
.wide-footer .secondary-tile:first-child{padding-top:0;}
.wide-footer .secondary-tile:last-child{border-bottom:none;padding-bottom:0;}
.wide-footer .secondary-tile h3{font-weight:600;}
.wide-footer .simple-stack{padding-top:var(--stack-panel);
  border-top:var(--axis-soft) solid var(--surface-panel);
  font-size:var(--type-nav);}
.wide-footer .simple-stack a{text-decoration:none;
  border-bottom:var(--axis-soft) solid #E23A0B;}
.wide-footer .simple-stack a:hover{border-bottom-color:var(--line-panel);}
@media (max-width:760px){.wide-footer .secondary-tile{
    grid-template-columns:1fr;
    gap:calc(var(--gap-content) * .5);
  }
}
.offer-method{--layer-base:calc(var(--space-extra-42) * 1.42);--mark-active:calc(var(--space-small) / 2.60);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.offer-method .local-nav{max-width:var(--space-small);margin:0 auto;}
.offer-method h1,.offer-method h2,.offer-method h3,.offer-method p{margin:0;}
.offer-method h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.offer-method h2{font-size:calc(17.8px * 2);line-height:1.12;}
.offer-method h3{font-size:var(--font-nav);line-height:1.2;}
.offer-method p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.offer-method a{color:inherit;text-decoration:none;}
.offer-method .site-inner{display:flex;flex-direction:column;gap:var(--stack-panel);}
.offer-method .service-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.offer-method .open-items{font-size:var(--type-nav);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-warm);}
.offer-method .focused-unit{max-width:100%;}
.offer-method .main-grid{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap-content);}
.offer-method .simple-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) var(--space-extra-42);border-radius:var(--corner-panel);background:var(--ink-panel);color:var(--ink-base);font-weight:600;transition:background var(--delay-entry) var(--speed-soft);}
.offer-method .simple-track:hover{background:var(--line-soft);color:var(--surface-strong);}
.offer-method .simple-stack{flex:1 1 18rem;font-size:var(--type-nav);color:var(--line-card);}
.offer-method .top-plan{display:flex;flex-wrap:wrap;gap:var(--gap-content);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-panel);}
.offer-method .top-plan a{font-size:var(--type-nav);color:inherit;border-bottom:1px solid transparent;transition:color var(--delay-entry) var(--speed-soft),border-color var(--delay-entry) var(--speed-soft);}
.offer-method .top-plan a:hover{color:var(--line-panel);border-color:var(--line-panel);}
@media (max-width:720px){.offer-method .simple-track{width:100%;}
}
.soft-feature{padding:var(--space-large) var(--measure-wide);background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);color:#F2F2F4}
.soft-feature .local-nav{max-width:var(--space-small);margin:0 auto}
.soft-feature .page-view{display:flex;gap:var(--stack-panel);align-items:flex-start}
.soft-feature .content-inner{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F2F2F4 28%,transparent);padding-left:var(--space-extra-42)}
.soft-feature .content-inner p{margin:0;line-height:var(--type-button)}
.soft-feature .clear-nav{flex:1 1 44rem;min-width:0}
.soft-feature h2{margin:0;max-width:22ch;font-size:calc(17.8px * 2);line-height:1.08}
.soft-feature .primary-items{margin-top:var(--stack-panel);display:flex;flex-direction:column;gap:var(--space-extra-42)}
.soft-feature .primary-items p{margin:0;display:flex;gap:var(--space-extra-42);align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F2F2F4 14%,transparent)}
.soft-feature .primary-items p:last-child{border-bottom:0;padding-bottom:0}
.soft-feature strong{flex:0 1 13rem;min-width:0;font-size:var(--type-nav);letter-spacing:0.02em}
.soft-feature span{flex:1 1 28rem;min-width:0;line-height:var(--type-button)}
@media(max-width:760px){.soft-feature .page-view,.soft-feature .primary-items p{display:block}.soft-feature .content-inner{border-left:0;padding-left:0}.soft-feature .clear-nav{margin-top:var(--stack-panel)}.soft-feature span{display:block;margin-top:calc(1.5rem * .75)}.soft-feature h2{font-size:var(--font-nav)}}
.offer-footer{padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse)}
.offer-footer .local-nav{max-width:var(--space-small);margin:0 auto}
.offer-footer .media-content{margin-bottom:var(--stack-panel)}
.offer-footer h2{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.offer-footer .media-content p{margin:var(--space-extra-42) 0 0;color:var(--line-card);line-height:var(--type-button)}
.offer-footer .text-group{display:flex;flex-wrap:wrap;gap:var(--stack-panel)}
.offer-footer .simple-stack{flex:1 1 100%;padding:var(--space-extra-42) 0;border-top:1px solid var(--surface-panel);border-bottom:1px solid var(--surface-panel);color:var(--line-card);line-height:var(--type-button)}
.offer-footer .top-contact{flex:1 1 16rem;padding:var(--space-extra-42) 0}
.offer-footer .top-contact strong{display:block;font-size:var(--font-nav);line-height:1.15}
.offer-footer .top-contact p{margin:calc(1.5rem * .75) 0 0;font-size:var(--copy-large);line-height:var(--type-button);color:var(--line-card)}
.offer-footer .service-plan{margin:var(--stack-panel) 0 0;font-size:var(--type-nav);color:var(--line-card)}
.offer-footer .service-plan a{color:inherit;text-decoration:none;border-bottom:1px solid #E23A0B}
.offer-footer .service-plan a:hover{color:var(--line-panel);border-bottom-color:var(--line-panel)}
.open-stack{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent,#0E0E11);
    color:var(--tone-inverse,#F2F2F4);
  }
.open-stack .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
    grid-template-areas:
      "intro media"
      "body  media";
    column-gap:clamp(1.5rem,3vw,var(--stack-panel,2rem));
    row-gap:clamp(1rem,2vw,calc(1.5rem * .75));
    align-items:start;}
.open-stack .media-content{grid-area:intro;}
.open-stack .bottom-unit{grid-area:media;margin:0;}
.open-stack .focused-method{grid-area:body;display:flex;flex-direction:column;gap:var(--stack-panel,1.25rem);}
.open-stack h1{margin:0 0 calc(1.5rem * .75);
    font-size:clamp(1.9rem,3.6vw,calc(17.8px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.open-stack .focused-unit{margin:0;
    font-size:var(--label-base,1.15rem);
    line-height:1.7;}
.open-stack .focused-method p{margin:0;
    font-size:var(--copy-large,1rem);
    line-height:1.8;}
.open-stack .contact-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    border:1px solid var(--surface-panel,rgba(255,255,255,0.08));}
@media (max-width:820px){.open-stack .local-nav{
      grid-template-columns:1fr;
      grid-template-areas:
        "intro"
        "media"
        "body";
    }.open-stack .contact-details{aspect-ratio:16/10;}.open-stack{padding-top:calc(var(--space-large,5rem)*.55);padding-bottom:calc(var(--space-large,5rem)*.55);}
  }
.secondary-grid{--layer-base:calc(var(--space-extra-42) * 1.35);--copy-nav:calc(var(--space-small) / 3.4);padding:var(--space-large) var(--measure-wide);background:var(--surface-warm);color:var(--tone-base);}
.secondary-grid .local-nav{max-width:var(--space-small);margin:0 auto;}
.secondary-grid h2,.secondary-grid h3,.secondary-grid p{margin:0;}
.secondary-grid h2{font-size:calc(17.8px * 2);line-height:1.14;}
.secondary-grid h3{font-size:var(--font-nav);line-height:1.22;}
.secondary-grid p{font-size:var(--type-body);line-height:var(--type-button);color:color-mix(in srgb, currentColor 76%, transparent);}
.secondary-grid a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.secondary-grid img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.secondary-grid .media-content{max-width:calc(var(--space-small) / 1.9);}
.secondary-grid .media-content .focused-unit{margin-top:var(--space-extra-42);}
.secondary-grid .local-nav>img{margin-top:var(--layer-base);}
.secondary-grid .public-surface{display:flex;flex-wrap:wrap;gap:var(--gap-content);margin-top:var(--layer-base);}
.secondary-grid .secondary-tile{flex:1 1 calc(var(--space-small) / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-grid .secondary-tile p{margin-top:calc(var(--space-extra-42) / 2.6);}
.secondary-grid .simple-stack{margin-top:var(--layer-base);font-size:var(--type-nav);}
@media (max-width:720px){.secondary-grid .secondary-tile{flex:1 1 100%;}
}
.media-wrap{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.media-wrap .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-panel);}
.media-wrap h2,
.media-wrap h3,
.media-wrap p{margin: 0;}
.media-wrap h2{font-size: calc(17.8px * 2);
  line-height: 1.08;}
.media-wrap h3{font-size: var(--font-nav);
  line-height: 1.2;}
.media-wrap p{font-size: var(--type-body);
  line-height: var(--type-button);}
.media-wrap .media-content{display: grid;
  gap: calc(1.5rem * .75);}
.media-wrap .visual-tile{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--gap-content);}
.media-wrap .top-region{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
  border-radius: 1rem;
}
.media-wrap .top-region .offer-body{display: flex;
  align-items: center;
  gap: calc(1.5rem * .75);}
.media-wrap .top-region img{width: 72px;
  height: 72px;
  border-radius: var(--corner-round);
  object-fit: cover;
  flex: 0 0 auto;}
.media-wrap .top-region .id{display: grid;
  gap: 0.25rem;}
.media-wrap .top-region .main-summary{font-size: var(--type-nav);
  color: var(--line-card);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.media-wrap .top-region .wide-media{font-size: var(--type-nav);
  color: var(--line-card);
  border-top: 1px solid var(--surface-panel);
  padding-top: calc(1.5rem * .75);}
.media-wrap .quiet-stack{display: grid;
  gap: calc(1.5rem * .75);
  padding-top: var(--stack-panel);
  border-top: 1px solid var(--surface-panel);}
.media-wrap .narrow-method{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-content);}
.media-wrap .narrow-method a{color:inherit;
  text-decoration: none;
  font-size: var(--type-body);}
.media-wrap .narrow-method a:hover{color: var(--line-panel);}
@media (max-width: 720px) {.media-wrap .top-region .offer-body{
    align-items: flex-start;
  }
}
.public-intro{padding:var(--space-large) var(--measure-wide);background:var(--ink-clear);color:var(--line-card)}
.public-intro .local-nav{max-width:var(--space-small);margin:0 auto}
.public-intro .focused-unit{display:flex;flex-direction:column;gap:var(--stack-panel)}
.public-intro .media-content{margin:0;font-size:var(--label-base);line-height:var(--type-button)}
.public-intro h2{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.public-intro .wide-plan{display:flex;flex-direction:column;margin-top:var(--space-large)}
.public-intro .secondary-tile{width:min(100%,44rem);padding:var(--stack-panel) 0;border-top:1px solid var(--surface-panel);align-self:var(--layer-strong,flex-start);text-align:var(--surface-soft,left)}
.public-intro .secondary-tile:last-child{border-bottom:1px solid var(--surface-panel)}
.public-intro h3{margin:0;font-size:var(--font-nav);line-height:1.25}
.public-intro .secondary-tile p{margin:calc(1.5rem * .75) 0 0;line-height:var(--type-button)}
@media(max-width:620px){.public-intro .secondary-tile{align-self:flex-start!important;text-align:left!important}
}
.steady-benefit{padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);background:var(--surface-accent);color:var(--tone-inverse);}
.steady-benefit .local-nav{max-width:var(--space-small,1560px);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-panel,2rem);}
.steady-benefit .steady-callout{width:min(100%,52rem);}
.steady-benefit h1{margin:0;font-size:clamp(2.05rem,5vw,calc(17.8px * 2.65));line-height:1.06;font-weight:690;letter-spacing:0;}
.steady-benefit .soft-visual{width:min(100%,44rem);align-self:flex-end;}
.steady-benefit p{margin:0;font-size:var(--type-body,1.1rem);line-height:1.78;color:var(--line-card);}
.steady-benefit .contact-details{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;align-self:flex-start;box-shadow:0 12px 24px rgba(0,0,0,0.23);}
@media (max-width:760px){.steady-benefit{padding-top:calc(var(--space-large,5rem)*.56);padding-bottom:calc(var(--space-large,5rem)*.56);}.steady-benefit .soft-visual{align-self:flex-start;}.steady-benefit .contact-details{width:100%;aspect-ratio:4/3;}
  }
.contact-section{--layer-base:calc(var(--space-extra-42) * 1.05);--copy-nav:calc(var(--space-small) / 4.1);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.contact-section .local-nav{max-width:var(--space-small);margin:0 auto;}
.contact-section h2,.contact-section h3,.contact-section p{margin:0;}
.contact-section h2{font-size:calc(17.8px * 2);line-height:1.12;}
.contact-section h3{font-size:var(--font-nav);line-height:1.22;}
.contact-section p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.contact-section a{color:inherit;text-decoration:none;border-bottom:1px solid #E23A0B;}
.contact-section a:hover{color:var(--line-panel);border-bottom-color:var(--line-panel);}
.contact-section img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.contact-section .primary-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);}
.contact-section .primary-feature>.compact-steps{flex:1 1 calc(var(--space-small) / 3);min-width:0;}
.contact-section .compact-steps .focused-unit{margin-top:var(--space-extra-42);}
.contact-section .compact-steps .simple-stack{margin-top:calc(var(--space-extra-42) / 2);font-size:var(--type-nav);color:var(--line-card);}
.contact-section .primary-feature>.public-surface{flex:2 1 calc(var(--space-small) / 2);min-width:0;display:flex;flex-direction:column;gap:var(--layer-base);}
.contact-section .secondary-tile{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--surface-panel);}
.contact-section .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.contact-section .service-plan{margin-top:calc(var(--space-extra-42) / 2);font-size:var(--type-nav);color:var(--line-card);}
.contact-section .primary-feature>img{flex:1 1 calc(var(--copy-nav));max-width:var(--copy-nav);margin-left:auto;}
@media (max-width:900px){.contact-section .primary-feature>img{max-width:100%;margin-left:0;}
}
.top-media{
  --layer-base:calc(var(--space-extra-42) * 1.02);
  padding:var(--space-large) var(--measure-wide);
  background:var(--surface-accent);
  color:var(--tone-inverse);
}
.top-media .local-nav{max-width:var(--space-small);
  margin:0 auto;}
.top-media h2,
.top-media h3,
.top-media p{margin:0;}
.top-media h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.top-media h3{font-size:var(--font-nav);
  line-height:1.24;}
.top-media p{font-size:var(--type-body);
  line-height:var(--type-button);}
.top-media a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, #E23A0B 45%, transparent);}
.top-media a:hover{border-bottom-color:var(--line-panel);}
.top-media .steady-body{display:flex;
  flex-direction:column;
  gap:calc(var(--space-extra-42) / 2.4);}
.top-media .steady-body .focused-unit{max-width:100%;}
.top-media .media-stack{display:flex;
  flex-direction:column;
  gap:var(--layer-base);
  margin-top:var(--stack-panel);}
.top-media .secondary-tile{
  padding:calc(calc(1.5rem * .75) * 1.05) calc(1.5rem * .75);
  border-radius:var(--corner-round);
  background:var(--surface-main);
  color:var(--surface-strong);
  border:1px solid var(--surface-panel);
}
.top-media .secondary-tile h3{}
.top-media .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3.2);}
.top-media .service-plan{margin-top:var(--stack-panel);
  font-size:var(--type-nav);}
@media (max-width:720px){.top-media .secondary-tile{
    padding:calc(1.5rem * .75);
  }
}
.site-area{
  --layer-base:calc(var(--space-extra-42) * 0.9);
  --label-button:2.4rem;
  padding:var(--space-large) var(--measure-wide);
  background:var(--surface-accent);
  color:var(--tone-inverse);
}
.site-area .local-nav{max-width:var(--space-small);
  margin:0 auto;}
.site-area h2,
.site-area h3,
.site-area p{margin:0;}
.site-area h2{font-size:calc(17.8px * 2);
  line-height:1.14;
  max-width:44ch;}
.site-area h3{font-size:var(--font-nav);
  line-height:1.24;}
.site-area p{font-size:var(--type-body);
  line-height:var(--type-button);
  color:var(--line-card);}
.site-area .media-content .simple-stack{font-size:var(--type-nav);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--surface-warm);
  margin-bottom:calc(var(--space-extra-42) / 2);}
.site-area .media-content .focused-unit{margin-top:var(--space-extra-42);
  color:var(--tone-inverse);}
.site-area .public-surface{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(var(--space-extra-42) * 1.1);
  border-top:1px solid var(--surface-panel);}
.site-area .secondary-tile{display:flex;
  align-items:flex-start;
  gap:var(--gap-content);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--surface-panel);
  min-width:0;}
.site-area .fresh-section{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:var(--label-button);
  height:var(--label-button);
  border-radius:var(--corner-panel);
  background:var(--surface-warm);
  color:var(--tone-base);
  font-size:var(--type-nav);
  font-weight:600;
  letter-spacing:0.04em;
}
.site-area .compact-steps{min-width:0;}
.site-area .compact-steps p{margin-top:calc(var(--space-extra-42) / 3);}
.site-area .service-plan{margin-top:var(--stack-panel);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-panel);}
.site-area .service-plan p{font-size:var(--type-nav);}
.site-area .service-plan a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #E23A0B;}
.site-area .service-plan a:hover{color:var(--line-panel);
  border-bottom-color:var(--line-panel);}
@media (max-width:720px){.site-area .secondary-tile{
    flex-direction:column;
    gap:calc(var(--gap-content) / 2);
  }
}
.area{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent);
    color:var(--tone-inverse);
  }
.area .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel,2rem);}
.area .media-content{display:flex;
    flex-direction:column;
    gap:var(--gap-content,1.59rem);}
.area h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(17.8px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.area .media-content p{margin:0;
    font-size:clamp(1rem,1.2vw,var(--type-body,1.1rem));
    line-height:1.78;
    color:var(--line-card);}
.area .bottom-unit{
    margin:0;
    border-radius:1rem;
    overflow:hidden;
    background:var(--surface-main);color:var(--surface-strong);}
.area .contact-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;}
.area .simple-stack{border-left:2px solid var(--surface-warm);
    padding-left:calc(1.5rem * .75);}
.area .simple-stack p{margin:0;
    font-size:var(--type-nav,.95rem);
    line-height:1.8;
    color:var(--line-card);}
@media (max-width:680px){.area{
      padding-top:calc(var(--space-large,5rem)*.55);
      padding-bottom:calc(var(--space-large,5rem)*.55);
    }.area .contact-details{aspect-ratio:16/9;}.area .simple-stack{padding-left:var(--stack-panel,1rem);}
  }
.simple-nav{
  --layer-base:calc(var(--space-extra-42) * 1.05);
  --mark-active:calc(var(--space-small) / 2.60);
  padding:var(--space-large) var(--measure-wide);
  background:var(--ink-panel);
  color:var(--ink-base);
}
.simple-nav .local-nav{max-width:var(--space-small);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--stack-panel);}
.simple-nav h2,
.simple-nav p{margin:0;}
.simple-nav h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.simple-nav .focused-unit{margin-top:var(--space-extra-42);
  font-size:var(--type-body);
  line-height:var(--type-button);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-nav .simple-track{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--gap-content);}
.simple-nav .bottom-quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) var(--space-extra-42);
  border-radius:var(--corner-panel);
  background:var(--ink-base);
  color:var(--ink-panel);
  font-size:var(--type-body);
  text-decoration:none;
  transition:background var(--delay-entry) var(--speed-soft), color var(--delay-entry) var(--speed-soft);
}
.simple-nav .bottom-quote:hover{
  background:var(--surface-warm);
  color:var(--tone-base);
}
.simple-nav .service-plan{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.4rem;
  font-size:var(--type-nav);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.simple-nav .service-plan a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.simple-nav .service-plan a:hover{}
@media (max-width:640px){.simple-nav .bottom-quote{width:100%;}
}
.local-summary{
  padding: var(--space-large) var(--measure-wide);
  background: var(--ink-clear);
  color: var(--line-card);
}
.local-summary .local-nav{max-width: min(var(--space-small), 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--stack-panel);}
.local-summary .media-content{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.local-summary h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.1;}
.local-summary .focused-unit{margin: 0;
  font-size: var(--label-base);
  line-height: var(--type-button);}
.local-summary .public-surface{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-content);}
.local-summary .secondary-tile{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
  border-radius: var(--corner-round);
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
}
.local-summary .local-area{display: block;
  font-weight: 700;
  font-size: var(--font-nav);
  line-height: 1.2;}
.local-summary .secondary-tile p{margin: 0;
  font-size: var(--type-body);
  line-height: var(--type-button);}
.local-summary .secondary-note{font-size: var(--type-nav);
  color: var(--surface-warm);}
.local-summary .simple-stack{margin: 0;
  font-size: var(--type-nav);
  line-height: var(--type-button);}
@media (max-width: 700px) {.local-summary .public-surface{
    display: block;
  }.local-summary .secondary-tile + .secondary-tile{
    margin-top: var(--gap-content);
  }
}
.page-links{
  padding: var(--space-large) var(--measure-wide);
  background: var(--surface-warm);
  color: var(--tone-base);
}
.page-links .content-surface{
  max-width: var(--space-small);
  margin: 0 auto;
  border-radius: 1.17rem;
  overflow: hidden;
  background: var(--surface-accent);
  color: var(--tone-inverse);
  box-shadow: var(--shadow-image);
}
.page-links .clear-form{display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) var(--stack-panel);
  border-bottom: 1px solid var(--surface-panel);}
.page-links .clear-form span{font-size: var(--type-nav);
  letter-spacing: .02em;}
.page-links a{text-decoration: none;}
.page-links .clear-form a{font-size: var(--type-nav);}
.page-links .clear-form a:hover{}
.page-links .focused-method{display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: var(--gap-content);
  padding: var(--stack-panel);}
.page-links h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.1;}
.page-links .focused-unit p{margin: calc(1.5rem * .75) 0 0;
  font-size: var(--label-base);
  line-height: var(--type-button);}
.page-links .team-plan{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-links .team-plan a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--surface-panel);
  border-radius: var(--corner-round);
  background: var(--surface-main);
  color: var(--surface-strong);
  transition: border-color var(--delay-entry) var(--speed-soft);
}
.page-links .team-plan a:hover{border-color: var(--ink-panel);}
.page-links .team-plan span,
.page-links .team-plan small{display: block;
  font-size: var(--type-nav);}
.page-links .team-plan strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: var(--font-nav);}
@media (max-width: 780px) {.page-links .focused-method{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.page-links .clear-form{
    flex-direction: column;
    align-items: flex-start;
  }
}
.primary-stack{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent);
    color:var(--tone-inverse);
  }
.primary-stack .local-nav{max-width:var(--space-small,1120px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel,2rem);}
.primary-stack .steady-callout{width:min(100%,52rem);}
.primary-stack h1{margin:0;
    font-size:clamp(2.05rem,5.2vw,calc(17.8px * 2.65));
    line-height:1.06;
    font-weight:690;
    letter-spacing:0;}
.primary-stack .soft-visual{width:min(100%,44rem);
    margin-left:auto;}
.primary-stack p{margin:0;
    font-size:clamp(1rem,1.25vw,var(--type-body,1.1rem));
    line-height:1.78;
    color:var(--line-card);}
.primary-stack .contact-details{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    margin:0 auto;
    filter:saturate(0.92) contrast(1.03);}
@media (max-width:680px){.primary-stack{
      padding-top:calc(var(--space-large,5rem)*.54);
      padding-bottom:calc(var(--space-large,5rem)*.54);
    }.primary-stack .soft-visual{
      margin-left:0;
    }.primary-stack .contact-details{
      width:100%;
      aspect-ratio:3/2;
    }
  }
.text-summary{--layer-base:calc(var(--space-extra-42) * 0.88);--axis-soft:1px solid rgba(255,255,255,0.08);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.text-summary .local-nav{max-width:var(--space-small);margin:0 auto;}
.text-summary h2,.text-summary h3,.text-summary p{margin:0;}
.text-summary h2{font-size:calc(17.8px * 2);line-height:1.14;}
.text-summary h3{font-size:var(--font-nav);line-height:1.22;}
.text-summary p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.text-summary a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(226,58,11,0.35);}
.text-summary a:hover{color:var(--line-panel);border-bottom-color:var(--line-panel);}
.text-summary .simple-stack{margin-bottom:calc(var(--space-extra-42) / 2.5);font-size:var(--type-nav);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-warm);}
.text-summary .focused-unit{margin-top:var(--space-extra-42);}
.text-summary .public-surface{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--layer-base) * 1.1);border-top:var(--axis-soft);}
.text-summary .secondary-tile{min-width:0;padding:var(--stack-panel) 0;border-bottom:var(--axis-soft);}
.text-summary .secondary-tile .compact-steps{display:flex;flex-direction:column;gap:calc(var(--space-extra-42) / 3.2);}
.text-summary .service-plan{margin-top:var(--layer-base);padding-top:var(--stack-panel);font-size:var(--type-nav);}
@media (min-width:900px){.text-summary .secondary-tile{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:var(--gap-content);align-items:start;}.text-summary .secondary-tile .compact-steps{display:contents;}.text-summary .secondary-tile h3{grid-column:1;}.text-summary .secondary-tile p{grid-column:2;}
}
.entries{
  --layer-base:calc(var(--space-extra-42) * 1.35);
  --label-quiet:calc(var(--space-extra-42) / 2.4);
  padding:var(--space-large) var(--measure-wide);
  background:var(--surface-accent);
  color:var(--tone-inverse);
}
.entries .local-nav{max-width:var(--space-small);
  margin:0 auto;}
.entries h2,
.entries h3,
.entries p{margin:0;}
.entries h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.entries h3{font-size:var(--font-nav);
  line-height:1.22;}
.entries p{font-size:var(--type-body);
  line-height:var(--type-button);}
.entries .media-content{display:flex;
  flex-direction:column;
  gap:var(--stack-panel);
  padding-bottom:var(--stack-panel);
  border-bottom:1px solid var(--surface-panel);}
.entries .focused-unit{font-size:var(--label-base);}
.entries .public-surface{list-style:none;
  margin:var(--layer-base) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--layer-base);}
.entries .secondary-tile{position:relative;
  padding-left:calc(var(--space-hero) * 1.1);
  border-left:1px solid var(--surface-panel);}
.entries .secondary-tile::before{
  content:"";
  position:absolute;
  left:-5px;
  top:calc(var(--label-quiet) / 2);
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--surface-warm);color:var(--tone-base);}
.entries .secondary-service{
  display:inline-block;
  font-size:var(--type-nav);
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:0.2rem 0.6rem;
  border-radius:var(--corner-panel);
  background:var(--surface-warm);
  color:var(--tone-base);
}
.entries .secondary-tile h3{margin-top:calc(var(--space-extra-42) / 3);}
.entries .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.entries .simple-stack{margin-top:var(--layer-base);
  padding-top:var(--stack-panel);
  border-top:1px solid var(--surface-panel);}
@media (min-width:900px){.entries .media-content{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:var(--gap-content);
  }.entries .media-content h2{
    flex:1 1 55%;
  }.entries .focused-unit{
    flex:1 1 45%;
  }
}
.offer-copy{--layer-base:calc(var(--space-extra-42) * 0.95);--copy-nav:calc(var(--space-small) / 4.05);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.offer-copy .local-nav{max-width:var(--space-small);margin:0 auto;}
.offer-copy h2,.offer-copy h3,.offer-copy p{margin:0;}
.offer-copy h2{font-size:calc(17.8px * 2);line-height:1.12;}
.offer-copy h3{font-size:var(--font-nav);line-height:1.2;}
.offer-copy p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.offer-copy a{color:inherit;text-decoration:none;}
.offer-copy a:hover{color:var(--line-panel);}
.offer-copy img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.offer-copy .focused-unit{margin-top:var(--space-extra-42);}
.offer-copy .public-surface{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.offer-copy .secondary-tile{min-width:0;}
.offer-copy .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.offer-copy .secondary-tile img{margin-bottom:calc(var(--space-extra-42) / 2);max-width:calc(var(--copy-nav) * .7);}
.offer-copy .primary-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);}
.offer-copy .primary-feature>.compact-steps{flex:1 1 calc(var(--space-small) / 3);min-width:0;}
.offer-copy .primary-feature>.public-surface{flex:2 1 calc(var(--space-small) / 2);margin-top:0;}
.offer-copy .primary-feature>img{margin-left:auto;}
.offer-copy .service-plan{margin-top:var(--stack-panel);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-panel);font-size:var(--type-nav);}
.focused-links{
  --layer-base:calc(var(--space-extra-42) * 1.32);
  --copy-nav:calc(var(--space-small) / 3.38);
  padding:var(--space-large) var(--measure-wide);
  background:var(--surface-accent);
  color:var(--tone-inverse);
}
.focused-links .local-nav{max-width:var(--space-small);
  margin:0 auto;}
.focused-links h2,
.focused-links h3,
.focused-links p{margin:0;}
.focused-links h2{font-size:calc(17.8px * 2);
  line-height:1.12;}
.focused-links h3{font-size:var(--font-nav);
  line-height:1.2;}
.focused-links p{font-size:var(--type-body);
  line-height:var(--type-button);}
.focused-links a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--delay-entry) var(--speed-soft), border-color var(--delay-entry) var(--speed-soft);}
.focused-links a:hover{border-bottom-color:var(--line-panel);}
.focused-links img{display:block;
  width:100%;
  height:auto;
  border-radius:var(--corner-round);
  margin-bottom:calc(var(--space-extra-42) / 2);
  max-width:calc(var(--copy-nav) * .7);}
.focused-links .media-content{display:flex;
  flex-direction:column;
  gap:var(--space-extra-42);}
.focused-links .public-surface{display:flex;
  flex-direction:column;
  gap:var(--layer-base);
  margin-top:var(--layer-base);}
.focused-links .secondary-tile{min-width:0;
  padding-top:calc(var(--space-extra-42) / 1.5);
  border-top:1px solid var(--surface-panel);}
.focused-links .secondary-tile p,
.focused-links .secondary-tile a{margin-top:calc(var(--space-extra-42) / 3);}
.focused-links .secondary-tile a{display:inline-block;
  font-size:var(--type-nav);}
.focused-links .service-plan{margin-top:var(--layer-base);
  font-size:var(--type-nav);}
@media (min-width:900px){.focused-links .public-surface{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:var(--gap-content);
  }.focused-links .secondary-tile{
    padding-top:calc(var(--space-extra-42) / 1.2);
  }
}
.soft-content{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent,#0E0E11);
    color:var(--tone-inverse,#F2F2F4);
  }
.soft-content .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.4rem,3vw,var(--stack-panel,2rem));}
.soft-content .steady-callout{flex:1 1 26rem;
    min-width:0;}
.soft-content .steady-callout .focused-unit{margin:clamp(.9rem,1.8vw,1.4rem) 0 0;
    font-size:var(--type-body,1.1rem);
    line-height:1.7;}
.soft-content .contact-details{flex:1 1 22rem;
    display:block;
    width:100%;
    max-width:34rem;
    height:auto;
    aspect-ratio:3/2;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--lift-medium,0 12px 24px rgba(0,0,0,0.23));
    margin:0;}
.soft-content .soft-visual{flex:1 1 100%;
    margin-top:clamp(1rem,2vw,var(--stack-panel,2rem));
    padding-top:clamp(1rem,2vw,var(--stack-panel,2rem));
    border-top:1px solid var(--surface-panel,rgba(255,255,255,0.08));}
.soft-content h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(17.8px * 2.65));
    line-height:1.08;
    font-weight:690;
    letter-spacing:0;}
.soft-content p{margin:0;
    font-size:var(--copy-large,17.8px);
    line-height:var(--type-button,1.8);}
@media (max-width:680px){.soft-content{
      padding-top:calc(var(--space-large,5rem)*.52);
      padding-bottom:calc(var(--space-large,5rem)*.52);
    }.soft-content .contact-details{
      max-width:100%;
      aspect-ratio:16/9;
    }
  }
.fresh-surface{background:var(--surface-accent);color:var(--tone-inverse);padding:var(--space-large) var(--measure-wide)}
.fresh-surface .local-nav{max-width:var(--space-small);margin:0 auto}
.fresh-surface .simple-body{display:flex;align-items:flex-start;gap:var(--stack-panel)}
.fresh-surface .media-content{flex:0 1 30rem;min-width:0}
.fresh-surface h2{margin:0;font-size:clamp(calc(17.8px * 2),5vw,calc(17.8px * 2.65));line-height:1.08}
.fresh-surface p{margin:var(--space-extra-42) 0 0;color:var(--line-card);font-size:var(--label-base);line-height:1.7}
.fresh-surface .primary-items{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-panel)}
.fresh-surface .strong-plan{display:flex;flex-wrap:wrap;gap:var(--gap-content);padding:var(--space-extra-42) 0;border-bottom:1px solid var(--surface-panel)}
.fresh-surface strong{flex:0 1 12rem;min-width:0;font-size:var(--type-body)}
.fresh-surface span{flex:1 1 20rem;min-width:0;color:var(--line-card);line-height:1.6}
.fresh-surface a{flex:1 1 100%;color:inherit;text-decoration:none;font-size:var(--type-nav);word-break:break-word}
.fresh-surface a:hover{color:var(--line-panel)}
@media(max-width:760px){.fresh-surface .simple-body,.fresh-surface .strong-plan{flex-direction:column}.fresh-surface .strong-plan{gap:calc(calc(1.5rem * .75)*.5)}}
.clear-tile{
    padding:var(--space-large) var(--measure-wide);
    background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
    color:#F2F2F4;
}
.clear-tile .local-nav{max-width:var(--space-small);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel);}
.clear-tile .media-content h2{margin:0 0 10px;
    font-size:calc(17.8px * 2);
    line-height:1.2;}
.clear-tile .media-content p{margin:0;
    font-size:var(--type-body);
    opacity:.94;}
.clear-tile .team-plan{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content);}
.clear-tile .narrow-actions{
    flex:1 1 260px;
    padding:calc(1.5rem * .75);
    border:1px solid var(--surface-panel);
    border-radius:1rem;
    background:var(--surface-main);
    color:var(--surface-strong);
    display:flex;
    flex-direction:column;
    gap:8px;
}
.clear-tile .narrow-actions h3{margin:0;
    font-size:var(--label-base);}
.clear-tile .narrow-actions p{margin:0;
    font-size:var(--type-nav);
    line-height:1.6;
    opacity:.9;}
.clear-tile .narrow-actions a{text-decoration:none;
    font-weight:600;
    word-break:break-word;}
.clear-tile .narrow-actions a:hover{}
.clear-tile .narrow-actions address{font-style:normal;
    font-size:var(--type-nav);
    line-height:1.5;
    opacity:.9;}
.clear-tile .compact-shell{
    display:inline-block;
    margin-top:4px;
    padding:4px 10px;
    border-radius:var(--corner-panel);
    background:var(--surface-warm);
    color:var(--tone-base);
    font-size:var(--type-nav);
    align-self:flex-start;
}
.clear-tile .plain-steps{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:calc(1.5rem * .75);
    border-left:3px solid var(--surface-warm);
    background:var(--ink-clear);
    color:var(--line-card);
    border-radius:var(--corner-round);
}
.clear-tile .plain-steps p{margin:0;
    font-size:var(--type-nav);
    line-height:1.7;}
.clear-tile .plain-steps .service-plan a{text-decoration:underline;
    text-underline-offset:3px;}
.clear-tile .plain-steps .service-plan a:hover{}
.clear-tile .public-surface{display:grid;
    gap:10px;}
.clear-tile .secondary-tile{
    border:1px solid var(--surface-panel);
    border-radius:var(--corner-round);
    background:var(--surface-main);
    color:var(--surface-strong);
    overflow:hidden;
}
.clear-tile .secondary-tile button{
    width:100%;
    border:0;
    background:transparent;
    color:inherit;
    text-align:left;
    font:inherit;
    font-weight:600;
    padding:14px 16px;
    cursor:pointer;
}
.clear-tile .secondary-tile button:hover{}
.clear-tile .secondary-tile p{margin:0;
    max-height:0;
    overflow:hidden;
    padding:0 16px;
    transition:max-height var(--delay-entry) var(--speed-soft),padding var(--delay-entry) var(--speed-soft);
    opacity:.92;
    font-size:var(--type-nav);
    line-height:1.7;}
.clear-tile .secondary-tile.is-open p{max-height:320px;
    padding:0 16px 16px;}
@media (max-width:640px){.clear-tile .narrow-actions{
        flex:1 1 100%;
    }
}
.main-details{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent,#0E0E11);
    color:var(--tone-inverse,#F2F2F4);
  }
.main-details .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.2rem,3vw,var(--stack-panel,2rem));}
.main-details .steady-callout{flex:1 1 22rem;
    min-width:0;}
.main-details .contact-details{flex:0 1 30rem;
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:3/2;
    object-fit:cover;
    border-radius:1rem;
    order:2;}
.main-details .soft-visual{flex:1 1 18rem;
    min-width:0;
    order:3;
    padding-top:clamp(.4rem,1.2vw,.9rem);
    border-top:1px solid var(--surface-panel,rgba(255,255,255,0.08));}
.main-details h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(17.8px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.main-details p{margin:0;
    font-size:clamp(1rem,1.2vw,var(--type-body,1.1rem));
    line-height:1.78;}
@media (max-width:900px){.main-details .steady-callout,
    .main-details .contact-details,
    .main-details .soft-visual{
      flex:1 1 100%;
    }.main-details .contact-details{
      order:3;
      aspect-ratio:16/9;
    }.main-details .soft-visual{
      order:2;
    }
  }
@media (max-width:680px){.main-details{
      padding-top:calc(var(--space-large,5rem)*.55);
      padding-bottom:calc(var(--space-large,5rem)*.55);
    }
  }
.clear-header{--layer-base:calc(var(--space-extra-42) * 1.32);--mark-active:calc(var(--space-small) / 3.00);--copy-nav:calc(var(--space-small) / 3.38);padding:var(--space-large) var(--measure-wide);background:var(--ink-panel);color:var(--ink-base);}
.clear-header .local-nav{max-width:var(--space-small);margin:0 auto;}
.clear-header h1,.clear-header h2,.clear-header h3,.clear-header p{margin:0;}
.clear-header h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.clear-header h2{font-size:calc(17.8px * 2);line-height:1.12;}
.clear-header h3{font-size:var(--font-nav);line-height:1.2;}
.clear-header p{font-size:var(--type-body);line-height:var(--type-button);color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-header a{color:inherit;text-decoration:none;}
.clear-header img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.clear-header .simple-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) var(--space-extra-42);border-radius:var(--corner-panel);background:var(--ink-base);color:var(--ink-panel);}
.clear-header .focused-unit,.clear-header .simple-stack{}
.clear-header .public-surface{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.clear-header .secondary-tile{min-width:0;}
.clear-header .secondary-tile p,.clear-header .secondary-tile a{margin-top:calc(var(--space-extra-42) / 3);}
.clear-header .secondary-tile img{margin-bottom:calc(var(--space-extra-42) / 2);max-width:calc(var(--copy-nav) * .7);}
.clear-header .simple-stack{margin-bottom:calc(var(--space-extra-42) / 2);}
.clear-header .focused-unit{margin-top:var(--space-extra-42);}
.clear-header .service-plan{margin-top:var(--layer-base);font-size:var(--type-nav);}
.clear-header .service-plan a{text-decoration:underline;text-underline-offset:3px;}
.clear-header .service-plan a:hover{}
.media-nav{--layer-base:calc(var(--space-extra-42) * 1.19);--copy-nav:calc(var(--space-small) / 3.49);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.media-nav .local-nav{max-width:var(--space-small);margin:0 auto;}
.media-nav h2,.media-nav h3,.media-nav p{margin:0;}
.media-nav h2{font-size:calc(17.8px * 2);line-height:1.12;}
.media-nav h3{font-size:var(--font-nav);line-height:1.2;}
.media-nav p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.media-nav a{color:inherit;text-decoration:none;}
.media-nav a:hover{color:var(--line-panel);}
.media-nav img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.media-nav .focused-unit{margin-top:var(--space-extra-42);}
.media-nav .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);margin-top:var(--layer-base);text-align:left;}
.media-nav .secondary-tile{flex:1 1 calc(var(--space-small) / 4);min-width:0;}
.media-nav .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.media-nav .simple-stack{margin-top:var(--layer-base);font-size:var(--type-nav);}
.media-nav .section{text-align:center;}
.media-nav .section>img{margin:var(--layer-base) auto 0;max-width:var(--copy-nav);}
.content-section{padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);background:var(--surface-accent,#0E0E11);color:var(--tone-inverse,#F2F2F4);}
.content-section .local-nav{max-width:var(--space-small,1560px);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-panel,2rem);}
.content-section .media-content{display:flex;flex-direction:column;gap:var(--gap-content,1.59rem);}
.content-section h1{margin:0;font-size:clamp(2.1rem,5vw,calc(17.8px * 2.65));line-height:1.06;font-weight:690;letter-spacing:0;}
.content-section .focused-unit{margin:0;font-size:clamp(1.05rem,1.4vw,var(--label-base,1.25rem));line-height:1.7;}
.content-section .main-shell{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.content-section .compact-steps{margin:0;flex:1 1 22rem;font-size:var(--copy-large,1.11rem);line-height:1.8;}
.content-section .bottom-unit{margin:0;width:min(100%,40rem);}
.content-section .bottom-unit img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;}
@media (max-width:680px){.content-section{padding-top:calc(var(--space-large,5rem)*.54);padding-bottom:calc(var(--space-large,5rem)*.54);}.content-section .compact-steps{flex:1 1 100%;}.content-section .bottom-unit{width:100%;}
  }
.direct-copy{padding:calc(var(--space-extra-42) * 2) var(--space-hero);background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);color:#F2F2F4;}
.direct-copy .media-service{max-width:var(--space-small);margin:0 auto;display:grid;gap:var(--stack-panel);}
.direct-copy .media-content{display:grid;gap:calc(1.5rem * .75);}
.direct-copy h2,.direct-copy h3,.direct-copy p{margin:0;}
.direct-copy .focused-unit{font-size:var(--label-base);line-height:var(--type-button);}
.direct-copy .primary-items{display:grid;gap:var(--gap-content);}
.direct-copy .strong-plan{display:grid;gap:.4rem;padding:calc(1.5rem * .75);background:var(--surface-main);color:var(--surface-strong);border:1px solid var(--surface-panel);border-radius:1rem;box-shadow:var(--depth-base);}
.direct-copy .strong-plan h3{font-size:var(--font-nav);}
.direct-copy .service-plan{font-size:var(--type-nav);}
.direct-copy .service-plan a{text-decoration:none;border-bottom:1px solid #E23A0B;}
.direct-copy .service-plan a:hover{border-bottom-color:var(--line-panel);}
@media (min-width: 900px){.direct-copy .primary-items{grid-template-columns:repeat(2,minmax(0,1fr));}
}
.card-_work-range{--layer-base:calc(var(--space-extra-42) * 1.25);--copy-nav:calc(var(--space-small) / 3.38);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.card-_work-range .local-nav{max-width:var(--space-small);margin:0 auto;}
.card-_work-range h2,.card-_work-range h3,.card-_work-range p{margin:0;}
.card-_work-range h2{font-size:calc(17.8px * 2);line-height:1.12;}
.card-_work-range h3{font-size:var(--font-nav);line-height:1.2;}
.card-_work-range p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.card-_work-range img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.card-_work-range .focused-unit{margin-top:var(--space-extra-42);}
.card-_work-range .simple-stack{margin-top:var(--layer-base);font-size:var(--type-nav);}
.card-_work-range .simple-stack a{color:inherit;text-decoration:underline;}
.card-_work-range .simple-stack a:hover{color:var(--line-panel);}
.card-_work-range .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);margin-top:var(--layer-base);text-align:left;}
.card-_work-range .secondary-tile{flex:1 1 calc(var(--space-small) / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-panel);}
.card-_work-range .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.card-_work-range .section{text-align:center;}
.card-_work-range .section>img{margin:var(--layer-base) auto 0;max-width:var(--copy-nav);}
.secondary-rail{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent);
    color:var(--tone-inverse);
  }
.secondary-rail .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel,2rem);}
.secondary-rail .media-content{display:flex;
    flex-direction:column;
    gap:1.59rem;}
.secondary-rail h1{margin:0;
    font-size:clamp(2.1rem,5vw,calc(17.8px * 2.65));
    line-height:1.06;
    font-weight:690;
    letter-spacing:0;}
.secondary-rail .focused-unit{margin:0;
    font-size:clamp(1.02rem,1.3vw,var(--label-base,1.25rem));
    line-height:1.72;
    color:var(--line-card);}
.secondary-rail .service-figure{margin:0;
    width:min(100%,44rem);}
.secondary-rail .service-figure img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.secondary-rail .plain-steps{display:flex;
    flex-direction:column;
    gap:1.59rem;
    width:min(100%,52rem);
    margin-left:auto;}
.secondary-rail .plain-steps p{margin:0;
    font-size:var(--copy-large,17.8px);
    line-height:var(--type-button,1.8);
    color:var(--line-card);}
@media (max-width:760px){.secondary-rail{
      padding-top:calc(var(--space-large,5rem)*.55);
      padding-bottom:calc(var(--space-large,5rem)*.55);
    }.secondary-rail .plain-steps{
      margin-left:0;
    }.secondary-rail .service-figure img{
      aspect-ratio:4/3;
    }
  }
.secondary-quote{
        padding: var(--space-large) var(--measure-wide);
        background: linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
        color: #F2F2F4;
    }
.secondary-quote .local-nav{max-width: var(--space-small);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--stack-panel);}
.secondary-quote .focused-unit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.secondary-quote h2{margin: 0;
        font-size: calc(17.8px * 2);
        line-height: 1.1;}
.secondary-quote .focused-unit p{margin: 0;
        font-size: var(--label-base);
        line-height: var(--type-button);}
.secondary-quote .simple-body{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.secondary-quote .focused-frame{
        padding: calc(1.5rem * .75) var(--stack-panel);
        border-left: 3px solid var(--surface-warm);
        border-radius: var(--corner-round);
        background: var(--surface-main);
        color: var(--surface-strong);
        box-shadow: var(--depth-base);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
.secondary-quote .steady-rail{font-size: var(--type-body);
        line-height: var(--type-button);}
.secondary-quote .clear-visual{display: flex;
        flex-wrap: wrap;
        gap: var(--gap-content);
        align-items: baseline;
        font-size: var(--type-nav);}
.secondary-quote .clear-visual strong{font-size: var(--type-body);}
@media (min-width: 900px) {.secondary-quote .simple-body{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--gap-content);
        }.secondary-quote .focused-frame:first-child{
            grid-column: 1 / -1;
        }
    }
@media (max-width: 760px) {.secondary-quote .clear-visual{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.local-track{--layer-base:calc(var(--space-extra-42) * 1.05);--mark-active:calc(var(--space-small) / 2.90);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.local-track .local-nav{max-width:var(--space-small);margin:0 auto;}
.local-track h1,.local-track h2,.local-track h3,.local-track p{margin:0;}
.local-track h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.local-track h2{font-size:calc(17.8px * 2);line-height:1.12;}
.local-track h3{font-size:var(--font-nav);line-height:1.2;}
.local-track p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.local-track a{color:inherit;text-decoration:none;}
.local-track .simple-track{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) var(--space-extra-42);border-radius:var(--corner-panel);background:var(--ink-panel);color:var(--ink-base);font-weight:600;transition:background var(--delay-entry) var(--speed-soft);}
.local-track .simple-track:hover{background:var(--line-soft);color:var(--surface-strong);}
.local-track .site-inner>h1,.local-track .site-inner>h2,.local-track .site-inner>p,.local-track .site-inner>.service-plan{margin-top:var(--space-extra-42);}
.local-track .simple-stack{font-size:var(--type-nav);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-warm);}
.local-track .focused-unit{max-width:none;}
.local-track .service-plan{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap-content);}
.local-track .bottom-media{font-size:var(--type-nav);color:inherit;border-bottom:1px solid transparent;transition:color var(--delay-entry) var(--speed-soft),border-color var(--delay-entry) var(--speed-soft);}
.local-track .bottom-media:hover{color:var(--line-panel);border-color:var(--line-panel);}
.soft-nav{padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);background:var(--surface-accent,#0E0E11);color:var(--tone-inverse,#F2F2F4);}
.soft-nav .local-nav{max-width:var(--space-small,1560px);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-panel,2rem);}
.soft-nav .steady-callout{width:min(100%,52rem);}
.soft-nav .contact-details{display:block;width:min(100%,42rem);height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:1rem;margin:0 auto;box-shadow:var(--lift-medium,0 12px 24px rgba(0,0,0,0.23));}
.soft-nav .soft-visual{width:min(100%,36rem);margin-left:auto;}
.soft-nav h1{margin:0;font-size:clamp(2.05rem,5vw,calc(17.8px * 2.65));line-height:1.06;font-weight:690;letter-spacing:0;}
.soft-nav p{margin:0;font-size:clamp(1rem,1.25vw,var(--type-body,1.1rem));line-height:1.8;}
@media (max-width:680px){.soft-nav{padding-top:calc(var(--space-large,5rem)*.56);padding-bottom:calc(var(--space-large,5rem)*.56);}.soft-nav .contact-details{width:100%;aspect-ratio:16/9;}.soft-nav .soft-visual{margin-left:0;}
  }
.contact-stack{--layer-base:calc(var(--space-extra-42) * 1.00);--type-extra-19:calc(var(--space-small) / 3.31);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.contact-stack .local-nav{max-width:var(--space-small);margin:0 auto;}
.contact-stack h2,.contact-stack h3,.contact-stack p{margin:0;}
.contact-stack h2{font-size:calc(17.8px * 2);line-height:1.12;}
.contact-stack h3{font-size:var(--font-nav);line-height:1.2;}
.contact-stack p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.contact-stack .public-items{padding-inline-start:calc(1.5rem * .75);}
.contact-stack .service-summary{row-gap:calc(var(--layer-base) * 1.2);}
.contact-stack .team-links{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.contact-stack .focused-unit{margin-top:var(--space-extra-42);}
.contact-stack .visual-form{display:flex;flex-wrap:wrap;gap:var(--layer-base);margin-top:var(--layer-base);}
.contact-stack .secondary-tile{flex:1 1 var(--type-extra-19);min-width:0;padding:calc(var(--layer-base) * .75);border-radius:var(--corner-round);background:var(--ink-clear);color:var(--line-card);border:1px solid var(--surface-panel);}
.contact-stack .secondary-tile h3{color:var(--tone-inverse);}
.contact-stack .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.focused-nav{
  padding:var(--space-large) var(--measure-wide);
  background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
  color:#F2F2F4;
}
.focused-nav .local-nav{max-width:var(--space-small);
  margin:0 auto;}
.focused-nav .page-view{display:flex;
  flex-wrap:wrap;
  gap:var(--stack-panel);
  align-items:flex-start;}
.focused-nav .content-inner{flex:1 1 20rem;
  min-width:0;
  padding:calc(1.5rem * .75) var(--space-extra-42) calc(1.5rem * .75) 0;
  border-right:1px solid color-mix(in srgb,#F2F2F4 22%,transparent);}
.focused-nav .content-inner p{margin:0;
  font-size:var(--type-nav);
  line-height:var(--type-button);
  opacity:0.88;}
.focused-nav .clear-nav{flex:2 1 40rem;
  min-width:0;}
.focused-nav h2{margin:0 0 var(--stack-panel);
  font-size:calc(17.8px * 2);
  line-height:1.1;}
.focused-nav .primary-items{display:flex;
  flex-direction:column;
  gap:var(--space-extra-42);}
.focused-nav .primary-items p{margin:0;
  display:grid;
  grid-template-columns:minmax(9rem,14rem) 1fr;
  gap:calc(1.5rem * .75) var(--space-extra-42);
  align-items:baseline;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid color-mix(in srgb,#F2F2F4 14%,transparent);}
.focused-nav .primary-items p:last-child{border-bottom:0;
  padding-bottom:0;}
.focused-nav strong{font-size:var(--type-nav);
  letter-spacing:0.02em;
  text-transform:uppercase;
  opacity:0.92;}
.focused-nav span{line-height:var(--type-button);}
@media(max-width:820px){.focused-nav .content-inner{
    flex:1 1 100%;
    border-right:0;
    border-bottom:1px solid color-mix(in srgb,#F2F2F4 22%,transparent);
    padding:0 0 calc(1.5rem * .75) 0;
  }.focused-nav .clear-nav{
    flex:1 1 100%;
  }.focused-nav .primary-items p{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }.focused-nav h2{
    font-size:var(--font-nav);
  }
}
.team-body{padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);background:var(--surface-accent);color:var(--tone-inverse);}
.team-body .local-nav{max-width:var(--space-small,1560px);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-panel,2rem);}
.team-body .steady-callout{width:min(100%,52rem);}
.team-body h1{margin:0;font-size:clamp(2.05rem,5vw,calc(17.8px * 2.65));line-height:1.06;font-weight:690;letter-spacing:0;}
.team-body .contact-details{display:block;width:min(100%,42rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;margin:0;box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.team-body .soft-visual{width:min(100%,44rem);margin-left:auto;margin-top:0;}
.team-body p{margin:0;font-size:clamp(1rem,1.2vw,var(--type-body,1.1rem));line-height:1.8;color:var(--line-card);}
@media (max-width:760px){.team-body .soft-visual{margin-left:0}.team-body .contact-details{width:100%}.team-body{padding-top:calc(var(--space-large,5rem)*.55);padding-bottom:calc(var(--space-large,5rem)*.55);}
  }
.active-headline{
  --layer-base:calc(var(--space-extra-42) * 1.15);
  --type-extra-19:calc(var(--space-small) / 3.4);
  padding:var(--space-large) var(--measure-wide);
  background:var(--ink-clear);
  color:var(--line-card);
}
.active-headline .local-nav{max-width:var(--space-small);margin:0 auto;}
.active-headline h2,
.active-headline h3,
.active-headline p{margin:0;}
.active-headline h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.active-headline h3{font-size:var(--font-nav);
  line-height:1.22;}
.active-headline p{font-size:var(--type-body);
  line-height:var(--type-button);}
.active-headline .focused-unit{margin-top:var(--space-extra-42);
  font-size:var(--label-base);}
.active-headline .public-surface{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-base);
  margin-top:var(--layer-base);}
.active-headline .secondary-tile{
  flex:1 1 var(--type-extra-19);
  min-width:0;
  padding:calc(var(--layer-base) * .7);
  border-radius:var(--corner-round);
  background:var(--surface-main);
  color:var(--surface-strong);
  border:1px solid var(--surface-panel);
}
.active-headline .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
.active-headline .secondary-tile a{display:inline-flex;
  margin-top:calc(var(--space-extra-42) / 2);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--delay-entry) var(--speed-soft),border-color var(--delay-entry) var(--speed-soft);}
.active-headline .secondary-tile a:hover{border-bottom-color:var(--line-panel);}
.active-headline .simple-stack{margin-top:var(--layer-base);
  padding-top:var(--stack-panel);
  border-top:1px solid var(--surface-panel);
  font-size:var(--type-nav);}
.active-headline .simple-stack a{text-decoration:none;}
.active-headline .simple-stack a:hover{}
.strong-region{--layer-base:calc(var(--space-extra-42) * 0.9);--copy-nav:calc(var(--space-small) / 4.2);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.strong-region .local-nav{max-width:var(--space-small);margin:0 auto;}
.strong-region h2,.strong-region h3,.strong-region p{margin:0;}
.strong-region h2{font-size:calc(17.8px * 2);line-height:1.12;}
.strong-region h3{font-size:var(--font-nav);line-height:1.22;}
.strong-region p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.strong-region a{color:inherit;text-decoration:none;border-bottom:1px solid #E23A0B;}
.strong-region a:hover{color:var(--line-panel);border-bottom-color:var(--line-panel);}
.strong-region img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.strong-region .primary-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);}
.strong-region .primary-feature>.compact-steps{flex:1 1 calc(var(--space-small) / 3.2);min-width:0;}
.strong-region .primary-feature>.public-surface{flex:2 1 calc(var(--space-small) / 2);display:flex;flex-direction:column;gap:var(--layer-base);}
.strong-region .primary-feature>img{flex:0 1 var(--copy-nav);margin-left:auto;align-self:stretch;object-fit:cover;min-height:calc(var(--copy-nav) * 1.4);}
.strong-region .compact-steps .focused-unit{margin-top:var(--space-extra-42);}
.strong-region .secondary-tile{min-width:0;padding-bottom:var(--layer-base);border-bottom:1px solid var(--surface-panel);}
.strong-region .secondary-tile:last-child{border-bottom:0;padding-bottom:0;}
.strong-region .secondary-tile img{margin-bottom:calc(var(--space-extra-42) / 2.2);max-width:calc(var(--copy-nav) * 0.62);}
.strong-region .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
@media (max-width:900px){.strong-region .primary-feature>img{flex:1 1 100%;margin-left:0;min-height:0;max-height:320px;}
}
.offer-stack{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent);
    color:var(--tone-inverse);
  }
.offer-stack .local-nav{max-width:var(--space-small,1560px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel,2rem);}
.offer-stack .media-content{display:flex;
    flex-direction:column;
    gap:var(--gap-content,1.59rem);
    max-width:56rem;}
.offer-stack h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(17.8px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.offer-stack .focused-unit{margin:0;
    font-size:clamp(1rem,1.3vw,var(--label-base,1.25rem));
    line-height:1.72;
    color:var(--line-card);}
.offer-stack .service-figure{margin:0;
    align-self:flex-end;
    width:min(100%,42rem);}
.offer-stack .contact-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.offer-stack .simple-stack{display:flex;
    flex-direction:column;
    gap:var(--gap-content,1.59rem);
    max-width:52rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid var(--ink-panel);}
.offer-stack .simple-stack p{margin:0;
    font-size:var(--copy-large,17.8px);
    line-height:var(--type-button,1.8);
    color:var(--line-card);}
@media (max-width:760px){.offer-stack{
      padding-top:calc(var(--space-large,5rem)*.55);
      padding-bottom:calc(var(--space-large,5rem)*.55);
    }.offer-stack .service-figure{
      align-self:stretch;
      width:100%;
    }.offer-stack .contact-details{
      aspect-ratio:3/2;
    }.offer-stack .simple-stack{
      padding-left:var(--stack-panel,1.25rem);
    }
  }
.main-service{--layer-base:calc(var(--space-extra-42) * 1.05);--mark-active:calc(var(--space-small) / 2.90);padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.main-service .local-nav{max-width:var(--space-small);margin:0 auto;}
.main-service h2,.main-service p{margin:0;}
.main-service h2{font-size:calc(17.8px * 2);line-height:1.12;}
.main-service p{font-size:var(--type-body);line-height:var(--type-button);color:var(--line-card);}
.main-service .focused-unit+.focused-unit{margin-top:var(--stack-panel);}
.main-service .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-content);}
.main-service .secondary-tile{flex:1 1 calc(var(--space-small) / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-panel);}
.main-service .secondary-tile p{margin:0;}
.main-service .primary-list{display:flex;align-items:flex-start;gap:var(--gap-content);}
.main-service .primary-list>.public-surface{flex:1 1 calc(var(--space-small) / 2);}
.main-service .primary-list>.compact-steps{flex:1 1 calc(var(--space-small) / 3);min-width:0;}
.main-service .compact-steps .focused-unit{margin-top:var(--space-extra-42);}
@media(max-width:760px){.main-service .primary-list{flex-direction:column;}.main-service .secondary-tile{flex:1 1 100%;}}
.narrow-section{--layer-base:calc(var(--space-extra-42) * 1.04);--mark-active:calc(var(--space-small) / 2.28);padding:var(--space-large) var(--measure-wide);background:var(--surface-warm);color:var(--tone-base);}
.narrow-section .local-nav{max-width:var(--space-small);margin:0 auto;}
.narrow-section h1,.narrow-section h2,.narrow-section h3,.narrow-section p,.narrow-section ul{margin:0;}
.narrow-section h1{font-size:calc(17.8px * 2.65);line-height:1.1;}
.narrow-section h2{font-size:calc(17.8px * 2);line-height:1.12;}
.narrow-section h3{font-size:var(--font-nav);line-height:1.2;}
.narrow-section p{font-size:var(--type-body);line-height:var(--type-button);color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-section a{color:inherit;text-decoration:none;}
.narrow-section .service-summary{row-gap:calc(var(--layer-base) * 1.2);}
.narrow-section .team-links{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-section .focused-unit{margin-top:var(--space-extra-42);max-width:calc(var(--space-small) / 2);}
.narrow-section .wide-story{display:flex;flex-direction:column;gap:var(--layer-base);margin-top:var(--layer-base);}
.narrow-section .secondary-tile{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-section .secondary-tile p{margin-top:calc(var(--space-extra-42) / 3);}
@media (min-width:900px){.narrow-section .wide-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(var(--gap-content) * 1.12);row-gap:var(--layer-base);}
}
.primary-team{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.primary-team .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: var(--gap-content);}
.primary-team h2,
.primary-team h3,
.primary-team p{margin: 0;}
.primary-team h2{font-size: calc(17.8px * 2); line-height: 1.1;}
.primary-team h3{font-size: var(--font-nav); line-height: 1.18;}
.primary-team p{font-size: var(--type-body); line-height: var(--type-button);}
.primary-team .main-content{
  display: grid;
  gap: var(--stack-panel);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.17rem;
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
}
.primary-team .fresh-footer{display: flex;
  flex-direction: column;
  border-top: 1px solid var(--surface-panel);}
.primary-team .strong-plan{display: grid;
  grid-template-columns: minmax(5rem, .16fr) minmax(10rem, .34fr) minmax(0, 1fr);
  gap: var(--stack-panel);
  padding: var(--stack-panel) 0;
  border-bottom: 1px solid var(--surface-panel);
  color: inherit;
  text-decoration: none;
  transition: background var(--delay-entry) var(--speed-soft);}
.primary-team .strong-plan b{font-size: var(--type-nav);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--surface-warm);}
.primary-team .strong-plan:hover h3{color:inherit;}
.primary-team .primary-surface{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: var(--gap-content);
  align-items: center;
  padding: var(--stack-panel);
  border-radius: 1rem;
  background: var(--ink-clear);
  color: var(--line-card);
}
.primary-team .primary-surface a{color: var(--surface-warm);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.primary-team .primary-surface a:hover{color: var(--line-soft);}
@media (max-width: 860px) {.primary-team .local-nav{ grid-template-columns: 1fr; }.primary-team .strong-plan{ grid-template-columns: 1fr; gap: var(--space-extra-42); }.primary-team .primary-surface{ flex-direction: column; align-items: flex-start; }
}
.compact-rail{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.compact-rail .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-content);
  align-items: flex-start;}
.compact-rail .compact-steps{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--stack-panel);}
.compact-rail .public-footer{flex: 1 1 22rem;
  min-width: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.17rem;
  box-shadow: 0 12px 24px rgba(0,0,0,0.23);}
.compact-rail h2,
.compact-rail p{margin: 0;}
.compact-rail h2{font-size: calc(17.8px * 2);
  line-height: 1.08;}
.compact-rail .compact-steps > p{font-size: var(--type-body);
  line-height: var(--type-button);}
.compact-rail .visual-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: var(--stack-panel);}
.compact-rail .visual-rail div{
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-extra-42);
  padding: calc(1.5rem * .75);
  border-radius: var(--corner-round);
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
}
.compact-rail .visual-rail div > *{min-width: 0;
  flex: 1 1 15rem;}
.compact-rail strong{font-size: var(--font-nav);
  line-height: 1.16;}
.compact-rail span{line-height: var(--type-button);
  font-size: var(--type-nav);}
@media (max-width: 860px) {.compact-rail .public-footer{ min-height: 18rem; }
}
.open-feature{
    background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
    color:#F2F2F4;
    padding:var(--space-large) var(--measure-wide);
}
.open-feature .site-panel{max-width:var(--space-small);
    margin:0 auto;
    display:grid;
    gap:var(--stack-panel);}
@media (min-width:1024px){.open-feature .site-panel{grid-template-columns:minmax(0,1fr) 300px;}
}
.open-feature .service-stack{display:flex;flex-direction:column;gap:var(--stack-panel);}
.open-feature .offer-body h1{font-size:calc(17.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.open-feature .secondary-note{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:var(--type-nav);}
.open-feature .service-figure{margin:0;
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.open-feature .service-figure img{display:block;
    width:100%;
    height:auto;}
.open-feature .featured-list{font-size:var(--copy-large);
    line-height:var(--type-button);}
.open-feature .featured-list h2{font-size:var(--font-nav);
    margin:var(--stack-panel) 0 0.5rem;}
.open-feature .featured-list p{margin:0 0 1rem;}
.open-feature .service-plan{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content);
    padding-top:var(--stack-panel);
    border-top:1px solid var(--surface-panel);}
.open-feature .service-plan a{text-decoration:none;
    font-size:var(--type-body);}
.open-feature .service-plan a:hover{text-decoration:underline;}
.open-feature .clear-entries{
    background:var(--surface-main);
    color:var(--surface-strong);
    border:1px solid var(--surface-panel);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:var(--depth-base);
    align-self:start;
}
.open-feature .clear-entries h3{margin:0 0 1rem;
    font-size:var(--label-base);}
.open-feature .public-surface{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.open-feature .public-surface a{text-decoration:none;
    font-size:var(--type-body);}
.open-feature .public-surface a:hover{text-decoration:underline;}
.contact-view{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.contact-view .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, .66fr);
  gap: var(--stack-panel);
  align-items: start;}
.contact-view h2,
.contact-view h3,
.contact-view p{margin: 0;}
.contact-view h2{font-size: calc(17.8px * 2);
  line-height: 1.06;
  margin-bottom: calc(1.5rem * .75);}
.contact-view h3{font-size: var(--label-base);
  line-height: 1.2;}
.contact-view p{font-size: var(--type-body);
  line-height: var(--type-button);}
.contact-view .service-stack{display: grid;
  gap: calc(1.5rem * .75);}
.contact-view .proof{display: grid;
  gap: var(--space-extra-42);
  padding-left: var(--space-hero);
  border-left: 1px solid var(--surface-panel);}
.contact-view .simple-stack{display: grid;
  gap: calc(calc(1.5rem * .75) * .5);}
.contact-view .simple-stack span{font-size: var(--type-nav);
  color: var(--line-card);
  letter-spacing: .02em;}
.contact-view .bottom-quote{
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .8) var(--space-extra-42);
  border-radius: var(--corner-round);
  background: var(--ink-panel);
  color: var(--ink-base);
  text-decoration: none;
  font-size: var(--type-body);
  transition: background var(--delay-entry) var(--speed-soft);
}
.contact-view .bottom-quote:hover{
  background: var(--line-soft);color:var(--surface-strong);}
@media (max-width: 860px) {.contact-view .local-nav{ grid-template-columns: 1fr; }.contact-view .proof{
    padding-left: 0;
    padding-top: var(--space-extra-42);
    border-left: none;
    border-top: 1px solid var(--surface-panel);
  }
}
.wide-visual{padding:var(--space-large) var(--measure-wide);background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);color:#F2F2F4}
.wide-visual .local-nav{max-width:var(--space-small);margin:0 auto}
.wide-visual .stage{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.2fr);gap:var(--stack-panel);align-items:start}
.wide-visual .media-content{min-width:0}
.wide-visual h2{margin:0;font-size:calc(17.8px * 2);line-height:1.08}
.wide-visual .media-content p{margin:var(--space-extra-42) 0 0;font-size:var(--type-body);line-height:var(--type-button);}
.wide-visual .featured-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-visual .featured-feature a{display:block;min-width:0;background:var(--surface-main);color:var(--surface-strong);border:1px solid var(--surface-panel);border-radius:var(--corner-round);padding:calc(1.5rem * .75) var(--space-extra-42);text-decoration:none;transition:border-color var(--delay-entry) var(--speed-soft),background var(--delay-entry) var(--speed-soft)}
.wide-visual .featured-feature a:hover{border-color:var(--surface-warm)}
.wide-visual strong{display:block;font-size:var(--label-base);line-height:1.2}
.wide-visual span{display:block;margin-top:0.4rem;font-size:var(--type-nav);}
@media(max-width:780px){.wide-visual .stage{display:block}.wide-visual .featured-feature{margin-top:var(--stack-panel)}}
.bottom-region{
    padding:var(--space-large) var(--measure-wide);
    background:var(--surface-accent);
    color:var(--tone-inverse);
}
.bottom-region .site-panel{max-width:var(--space-small);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel);}
.bottom-region .bottom-region{display:flex;
    align-items:center;
    gap:var(--gap-content);
    flex-wrap:wrap;}
.bottom-region .public-footer{width:72px;
    height:72px;
    border-radius:1rem;
    object-fit:cover;
    border:1px solid var(--surface-panel);
    flex:0 0 auto;}
.bottom-region .offer-shell{display:flex;
    flex-direction:column;
    gap:4px;}
.bottom-region .local-area{margin:0;
    font-size:var(--font-nav);
    line-height:1.25;}
.bottom-region .main-summary{margin:0;
    font-size:var(--type-nav);
    color:var(--line-card);}
.bottom-region .compact-steps{display:flex;
    flex-direction:column;
    gap:var(--stack-panel);}
.bottom-region .card{margin:0;
    font-size:var(--type-body);
    line-height:var(--type-button);}
.bottom-region .site-section{list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid var(--surface-panel);
    display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content);
    font-size:var(--type-nav);}
.bottom-region .site-section a{color:inherit;
    text-decoration:none;
    transition:color var(--delay-entry) var(--speed-soft);}
.bottom-region .site-section a:hover{color:var(--line-panel);}
@media (max-width:640px){.bottom-region .public-footer{
        width:56px;
        height:56px;
    }.bottom-region .site-section{
        flex-direction:column;
        gap:8px;
    }
}
.text-benefit{
    color:#F2F2F4;
    background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
    padding:var(--space-large) var(--measure-wide);
}
.text-benefit .c{max-width:var(--space-small);
    margin:0 auto;
    display:grid;
    gap:var(--space-hero);}
@media (min-width:1024px){.text-benefit .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.text-benefit .fresh-nav{margin-bottom:var(--stack-panel);}
.text-benefit h1{font-size:calc(17.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.9rem;}
.text-benefit .secondary-note{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.2rem;
    font-size:var(--type-nav);}
.text-benefit .service-figure{margin:0 0 var(--stack-panel);
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.text-benefit .service-figure img{display:block;
    width:100%;
    height:auto;}
.text-benefit .featured-list{line-height:var(--type-button);
    font-size:var(--copy-large);}
.text-benefit .featured-list p{margin:0 0 1.1rem;}
.text-benefit .featured-list h2{font-size:var(--font-nav);
    margin:1.8rem 0 0.7rem;}
.text-benefit .service-plan{margin-top:var(--stack-panel);
    display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.6rem;
    font-size:var(--type-nav);}
.text-benefit .service-plan a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--delay-entry) var(--speed-soft),border-color var(--delay-entry) var(--speed-soft);}
.text-benefit .service-plan a:hover{border-color:var(--line-panel);}
.text-benefit .media-footer{
    background:var(--surface-main);
    color:var(--surface-strong);
    border:1px solid var(--surface-panel);
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    box-shadow:var(--depth-base);
}
.text-benefit .media-footer h3{margin:0 0 1rem;
    font-size:var(--label-base);}
.text-benefit .secondary-flow{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.text-benefit .secondary-flow .secondary-tile a{text-decoration:none;
    font-size:var(--type-body);
    border-bottom:1px solid transparent;
    transition:border-color var(--delay-entry) var(--speed-soft);}
.text-benefit .secondary-flow .secondary-tile a:hover{border-color:var(--surface-warm);}
.narrow-contact{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.narrow-contact .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, .55fr);
  gap: var(--gap-content);
  align-items: start;}
.narrow-contact h2,
.narrow-contact h3,
.narrow-contact p{margin: 0;}
.narrow-contact h2{font-size: calc(17.8px * 2);
  line-height: 1.12;
  margin-bottom: var(--stack-panel);}
.narrow-contact h3{font-size: var(--font-nav);
  line-height: 1.2;}
.narrow-contact p{font-size: var(--type-body);
  line-height: var(--type-button);}
.narrow-contact .compact-steps{display: block;}
.narrow-contact .strong-team{
  display: grid;
  gap: var(--stack-panel);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-clear);
  color: var(--line-card);
  border-left: 3px solid var(--surface-warm);
}
.narrow-contact .strong-team a{width: fit-content;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: var(--type-nav);
  transition: color var(--delay-entry) var(--speed-soft);}
.narrow-contact .strong-team a:hover{color: var(--line-panel);}
.narrow-contact .public-surface{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-content);
  margin-top: var(--stack-panel);}
.narrow-contact .secondary-tile{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: var(--corner-round);
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
}
.narrow-contact .secondary-tile span{font-size: var(--type-nav);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--surface-warm);}
@media (max-width: 820px) {.narrow-contact .local-nav{
    grid-template-columns: 1fr;
  }.narrow-contact .secondary-tile{
    flex: 1 1 100%;
  }
}
.featured-stack{padding:var(--space-large) var(--measure-wide);background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);color:#F2F2F4}
.featured-stack .local-nav{max-width:var(--space-small);margin:0 auto}
.featured-stack .direct-unit{margin-bottom:var(--stack-panel)}
.featured-stack h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05}
.featured-stack .direct-unit p{margin:var(--space-extra-42) 0 0;font-size:var(--label-base);line-height:var(--type-button)}
.featured-stack .text-frame{display:flex;align-items:flex-start;gap:var(--stack-panel)}
.featured-stack .media-stack{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid var(--surface-panel);padding-left:calc(1.5rem * .75)}
.featured-stack button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--delay-entry) var(--speed-soft),transform var(--delay-entry) var(--speed-soft)}
.featured-stack button:hover,.featured-stack button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.featured-stack .visual-items{flex:1 1 30rem;align-self:start}
.featured-stack [data-response]{display:none}
.featured-stack [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--delay-entry)*1.8) var(--speed-soft) both}
.featured-stack h3{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.featured-stack [data-response] p{margin:var(--space-extra-42) 0 0;font-size:var(--label-base);line-height:var(--type-button)}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.59rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.featured-stack .text-frame{display:block}.featured-stack .media-stack{margin-bottom:var(--stack-panel);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.featured-stack [data-response].is-active{animation:none}}
.active-benefit{
    padding:var(--space-large) var(--measure-wide);
    background:var(--surface-accent);
    color:var(--tone-inverse);
}
.active-benefit .site-panel{max-width:var(--space-small);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content);
    align-items:flex-start;}
.active-benefit .page-view{flex:1 1 260px;
    min-width:220px;}
.active-benefit .open-items{margin:0 0 var(--stack-panel);
    font-size:var(--type-nav);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--line-card);}
.active-benefit .local-area{margin:0 0 0.35rem;
    font-size:var(--font-nav);
    line-height:1.25;}
.active-benefit .main-summary{margin:0;
    font-size:var(--type-nav);
    color:var(--line-card);}
.active-benefit .focused-method{flex:2 1 420px;
    min-width:280px;}
.active-benefit .card{margin:0 0 var(--stack-panel);
    font-size:var(--type-body);
    line-height:var(--type-button);}
.active-benefit .card:last-of-type{margin-bottom:calc(1.5rem * .75);}
.active-benefit .main-stack{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.5rem;
    font-size:var(--type-nav);}
.active-benefit .main-stack li{color:var(--line-card);}
.active-benefit .main-stack a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--delay-entry) var(--speed-soft), border-color var(--delay-entry) var(--speed-soft);}
.active-benefit .main-stack a:hover{color:var(--line-panel);
    border-bottom-color:var(--line-panel);}
@media (max-width:720px){.active-benefit .site-panel{
        flex-direction:column;
    }.active-benefit .page-view,
    .active-benefit .focused-method{
        flex:1 1 auto;
        min-width:0;
    }
}
.open-list{
        color:#F2F2F4;
        background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);
        padding:var(--space-large) var(--measure-wide);
    }
.open-list .c{max-width:var(--space-small);
        margin:0 auto;
        display:grid;
        gap:var(--space-hero);}
@media (min-width: 1024px){.open-list .c{grid-template-columns:minmax(0,1fr) 300px;}
    }
.open-list .service-stack{display:flex;
        flex-direction:column;
        gap:var(--stack-panel);}
.open-list .fresh-nav h1{font-size:calc(17.8px * 2.65);
        line-height:1.15;
        margin:0 0 0.75rem;}
.open-list .secondary-note{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:var(--type-nav);}
.open-list .service-figure{margin:0;
        border-radius:1rem;
        overflow:hidden;
        box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.open-list .service-figure img{display:block;
        width:100%;
        height:auto;}
.open-list .featured-list{display:flex;
        flex-direction:column;
        gap:var(--stack-panel);
        font-size:var(--copy-large);
        line-height:var(--type-button);}
.open-list .featured-list p{margin:0;}
.open-list .service-plan{display:flex;
        flex-wrap:wrap;
        gap:0.75rem 1.5rem;
        padding-top:var(--stack-panel);
        border-top:1px solid var(--surface-panel);}
.open-list .service-plan a{text-decoration:none;
        font-size:var(--type-nav);
        border-bottom:1px solid transparent;
        transition:color var(--delay-entry) var(--speed-soft), border-color var(--delay-entry) var(--speed-soft);}
.open-list .service-plan a:hover{border-bottom-color:var(--line-panel);}
.open-list .media-footer{
        background:var(--surface-main);
        color:var(--surface-strong);
        border:1px solid var(--surface-panel);
        padding:calc(1.5rem * .75);
        border-radius:1rem;
        box-shadow:var(--depth-base);
        align-self:start;
    }
.open-list .media-footer h3{margin:0 0 1rem;
        font-size:var(--font-nav);}
.open-list .secondary-flow{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.open-list .media-footer a{text-decoration:none;
        font-size:var(--type-nav);
        line-height:1.5;}
.open-list .media-footer a:hover{text-decoration:underline;}
.narrow-group{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.narrow-group .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;
  display: grid;
  gap: var(--stack-panel);}
.narrow-group h2,
.narrow-group h3,
.narrow-group p{margin: 0;}
.narrow-group h2{font-size: calc(17.8px * 2); line-height: 1.08;}
.narrow-group h3{font-size: var(--font-nav); line-height: 1.18;}
.narrow-group p{font-size: var(--type-body); line-height: var(--type-button);}
.narrow-group .bottom-form{display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;}
.narrow-group .bottom-form p{color: var(--line-card);}
.narrow-group .featured-feature{display: grid;
  border-top: 1px solid var(--surface-panel);}
.narrow-group .strong-plan{display: grid;
  grid-template-columns: minmax(3rem, .08fr) minmax(12rem, .38fr) minmax(0, 1fr);
  gap: var(--space-hero);
  padding: var(--space-extra-42) 0;
  border-bottom: 1px solid var(--surface-panel);
  align-items: start;}
.narrow-group .strong-plan span{color: var(--surface-warm);
  font-size: var(--type-nav);
  letter-spacing: 0.08em;
  padding-top: 0.35rem;}
.narrow-group .primary-surface{
  display: flex;
  justify-content: space-between;
  gap: var(--gap-content);
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
}
.narrow-group .primary-surface p{color: var(--surface-strong);}
.narrow-group .primary-surface a{color: var(--surface-warm);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.narrow-group .primary-surface a:hover{color: #FF9440;}
@media (max-width: 800px) {.narrow-group .strong-plan{ grid-template-columns: 1fr; gap: calc(1.5rem * .75); }.narrow-group .primary-surface{ flex-direction: column; align-items: flex-start; }
}
.clear-region{padding:var(--space-large) var(--measure-wide);background:var(--ink-clear);color:var(--line-card)}
.clear-region .local-nav{max-width:var(--space-small);margin:0 auto}
.clear-region .stage{display:flex;flex-wrap:wrap;gap:var(--stack-panel);align-items:flex-start}
.clear-region .media-content{flex:1 1 320px;min-width:0}
.clear-region h2{margin:0;font-size:calc(17.8px * 2);line-height:1.08}
.clear-region .media-content p{margin:var(--space-extra-42) 0 0;font-size:var(--type-body);line-height:var(--type-button)}
.clear-region .featured-feature{flex:1 1 480px;min-width:0;display:flex;flex-direction:column;gap:1px;background:var(--surface-panel);border-radius:1rem;overflow:hidden;color:var(--surface-strong);}
.clear-region .featured-feature a{display:block;background:var(--surface-main);color:var(--surface-strong);padding:calc(1.5rem * .75) var(--space-extra-42);text-decoration:none;transition:background var(--delay-entry) var(--speed-soft)}
.clear-region .featured-feature a:hover{background:var(--tone-extra-44);color:var(--surface-strong);}
.clear-region strong{display:block;font-size:var(--type-body);line-height:1.3}
.clear-region span{display:block;margin-top:0.4rem;font-size:var(--type-nav);line-height:1.55;}
@media(max-width:780px){.clear-region .stage{display:block}.clear-region .featured-feature{margin-top:var(--stack-panel)}.clear-region h2{font-size:var(--font-nav)}}
.steady-wrap{
    padding:var(--space-large) var(--measure-wide);
    background:var(--surface-accent);
    color:var(--tone-inverse);
}
.steady-wrap .site-panel{max-width:var(--space-small);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel);}
.steady-wrap .page-view{display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:var(--gap-content);}
.steady-wrap .steady-fields{margin:0;
    flex:0 0 auto;
    width:180px;
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
.steady-wrap .steady-fields img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;}
.steady-wrap .media-content{flex:1 1 320px;
    min-width:0;}
.steady-wrap .local-area{margin:0 0 0.35rem;
    font-size:var(--font-nav);
    line-height:1.25;}
.steady-wrap .main-summary{margin:0 0 calc(1.5rem * .75);
    font-size:var(--type-nav);
    color:var(--line-card);}
.steady-wrap .card{margin:0;
    font-size:var(--copy-large);
    line-height:var(--type-button);}
.steady-wrap .compact-steps{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.steady-wrap .compact-steps p{margin:0;
    font-size:var(--copy-large);
    line-height:var(--type-button);}
.steady-wrap .public-menu{list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid var(--surface-panel);
    display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content);
    font-size:var(--type-nav);}
.steady-wrap .public-menu li{color:var(--line-card);}
.steady-wrap .public-menu a{color:inherit;
    text-decoration:none;}
.steady-wrap .public-menu a:hover{color:var(--line-panel);}
@media (max-width:640px){.steady-wrap .steady-fields{
        width:120px;
    }
}
.strong-summary{padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);background:var(--surface-accent,#0E0E11);color:var(--tone-inverse,#F2F2F4);}
.strong-summary .local-nav{max-width:var(--space-small,1560px);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.4rem,3vw,var(--stack-panel,2rem));}
.strong-summary .offer-body{display:flex;flex-direction:column;gap:1.59rem;}
.strong-summary h1{margin:0;font-size:clamp(2.05rem,4.6vw,calc(17.8px * 2.65));line-height:1.06;font-weight:680;letter-spacing:-0.01em;}
.strong-summary .focused-unit{margin:0;font-size:clamp(1rem,1.2vw,var(--label-base,1.2rem));line-height:1.72;}
.strong-summary .contact-nav{display:flex;flex-wrap:wrap;gap:clamp(1.4rem,2.6vw,calc(1.5rem * .75));align-items:flex-start;}
.strong-summary .bottom-unit{flex:1 1 22rem;margin:0;min-width:0;}
.strong-summary .bottom-unit img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:1rem;}
.strong-summary .compact-steps{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.59rem;}
.strong-summary .compact-steps p{margin:0;font-size:var(--copy-large,17.8px);line-height:var(--type-button,1.8);}
.strong-summary .site-entries{display:flex;flex-direction:column;gap:.55rem;padding-top:1.59rem;border-top:1px solid var(--surface-panel,rgba(255,255,255,0.08));}
.strong-summary .bottom-brand{margin:0;font-size:var(--type-nav,.95rem);line-height:1.6;}
.strong-summary .bottom-brand span{display:inline-block;min-width:5.5rem;font-weight:600;}
.strong-summary .bottom-brand a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color var(--delay-entry,320ms) var(--speed-soft,ease-in-out),border-color var(--delay-entry,320ms) var(--speed-soft,ease-in-out);}
.strong-summary .bottom-brand a:hover{color:var(--line-panel,#FF7A18);border-bottom-color:var(--line-panel,#FF7A18);}
@media (max-width:680px){.strong-summary{padding-top:calc(var(--space-large,5rem)*.54);padding-bottom:calc(var(--space-large,5rem)*.54);}.strong-summary .bottom-unit img{aspect-ratio:16/9;}.strong-summary .bottom-brand span{min-width:4.5rem;}
  }
.quiet-flow{background:var(--surface-accent);color:var(--tone-inverse);padding:var(--space-large) var(--measure-wide)}
.quiet-flow .local-nav{max-width:var(--space-small);margin:0 auto}
.quiet-flow .simple-body{display:flex;align-items:flex-start;gap:var(--stack-panel)}
.quiet-flow .media-content{flex:0 1 32rem;min-width:0}
.quiet-flow h2{margin:0;font-size:clamp(calc(17.8px * 2),5vw,calc(17.8px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-flow p{margin:var(--space-extra-42) 0 0;color:var(--line-card);font-size:var(--label-base);line-height:1.65}
.quiet-flow .primary-items{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-panel)}
.quiet-flow .strong-plan{display:flex;gap:var(--gap-content);padding:var(--space-extra-42) 0;border-bottom:1px solid var(--surface-panel);color:inherit;text-decoration:none;transition:background var(--delay-entry) var(--speed-soft)}
.quiet-flow a.row:hover{background:var(--ink-clear);color:var(--line-card);}
.quiet-flow strong{flex:0 1 13rem;min-width:0;color:var(--tone-inverse)}
.quiet-flow span{flex:1 1 20rem;min-width:0;color:var(--line-card);line-height:1.55}
@media(max-width:760px){.quiet-flow .simple-body,.quiet-flow .strong-plan{flex-direction:column}.quiet-flow .strong-plan{gap:calc(calc(1.5rem * .75)*.5)}
}
.surface{padding:var(--space-large) var(--measure-wide);background:linear-gradient(135deg, #0E0E11 0%, #1F1F24 45%, #3A1408 100%);color:#F2F2F4}
.surface .local-nav{max-width:var(--space-small);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-panel)}
.surface .media-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.surface h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05}
.surface .focused-unit{margin:0;font-size:var(--type-body);line-height:var(--type-button);}
.surface .bottom-fields{margin:0;display:flex;flex-direction:column;gap:var(--space-extra-42)}
.surface .service-links{display:flex;flex-wrap:wrap;gap:var(--gap-content);padding:var(--space-extra-42);border:1px solid var(--surface-panel);border-radius:1.17rem;background:color-mix(in srgb,var(--surface-main) 78%,transparent);color:var(--surface-strong);}
.surface .service-content{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.surface .service-content span{font-size:var(--type-nav);}
.surface .service-content input{width:100%;border:1px solid var(--surface-panel);border-radius:var(--corner-round);background:var(--surface-main);color:var(--surface-strong);font:inherit;padding:calc(1.5rem * .75);outline:none}
.surface .service-content input::placeholder{}
.surface .service-content input:focus{box-shadow:0 0 0 1px rgba(255,122,24,0.55);border-color:var(--surface-warm)}
.surface .simple-track{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap-content)}
.surface button{flex:0 0 auto;border:0;border-radius:var(--corner-round);background:var(--ink-panel);color:var(--ink-base);font:inherit;padding:calc(1.5rem * .75) var(--space-extra-42);cursor:pointer;transition:background var(--delay-entry) var(--speed-soft)}
.surface button:hover{background:var(--line-soft);color:var(--surface-strong);}
.surface .simple-stack{flex:1 1 320px;margin:0;font-size:var(--type-nav);line-height:var(--type-button);}
.surface .fresh-fields{margin:0;font-size:var(--type-nav);line-height:var(--type-button);}
@media(max-width:860px){.surface .service-links{padding:var(--stack-panel)}.surface .service-content{flex:1 1 100%}.surface .simple-track{flex-direction:column;align-items:stretch}.surface button{width:100%}
}
.clear-links{padding:var(--space-large) var(--measure-wide);background:var(--ink-inverse);color:var(--tone-accent)}
.clear-links .bottom-panel{max-width:min(var(--space-small),74rem);margin:0 auto}
.clear-links .bottom-form{margin-bottom:var(--stack-panel)}
.clear-links h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05}
.clear-links .bottom-form p{margin:var(--space-extra-42) 0 0;font-size:var(--label-base);color:#5A5A63}
.clear-links .featured-list{display:grid;grid-template-columns:minmax(15rem,.4fr) minmax(0,1fr);gap:var(--gap-content);align-items:start}
.clear-links .quiet-footer{display:flex;flex-direction:column;border-top:1px solid var(--surface-panel)}
.clear-links .steady-inner{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-panel)}
.clear-links .steady-inner span{display:block;font-size:var(--type-nav);color:#5A5A63;letter-spacing:.02em}
.clear-links .steady-inner strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.5}
.clear-links .steady-inner a{color:inherit;text-decoration:none}
.clear-links .steady-inner a:hover{color:inherit;text-decoration:underline}
.clear-links .direct-frame{min-height:30rem;border-radius:1rem;overflow:hidden;border:1px solid var(--surface-panel)}
.clear-links iframe{display:block;width:100%;height:100%;min-height:30rem;border:0}
.clear-links .simple-stack{margin:var(--stack-panel) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-panel);font-size:var(--type-body);color:#5A5A63}
@media (max-width:820px){.clear-links .featured-list{grid-template-columns:1fr}.clear-links .direct-frame,.clear-links iframe{min-height:22rem}
}
.quiet-form{padding:var(--space-large) var(--measure-wide);background:var(--ink-panel);color:var(--ink-base)}
.quiet-form .secondary-summary{max-width:min(var(--space-small),64rem);margin:0 auto}
.quiet-form h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08}
.quiet-form .site-group{margin:var(--space-extra-42) 0 var(--stack-panel);font-size:var(--label-base);line-height:var(--type-button)}
.quiet-form .plain-steps{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.quiet-form .simple-stack{padding:var(--gap-content) 0}
.quiet-form .simple-stack + .simple-stack{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-form h3{margin:0 0 calc(1.5rem * .75);font-size:var(--font-nav);line-height:1.25}
.quiet-form .simple-stack p{margin:0;line-height:var(--type-button)}
@media (max-width:640px){.quiet-form h2{font-size:calc(17.8px * 2)}.quiet-form .site-group{font-size:var(--type-body)}
}
.bottom-block{background:var(--surface-accent);color:var(--tone-inverse);padding:var(--space-large) var(--measure-wide)}
.bottom-block .local-nav{max-width:var(--space-small);margin:0 auto}
.bottom-block .simple-body{display:flex;align-items:flex-start;gap:var(--stack-panel)}
.bottom-block .media-content{flex:0 1 32rem;min-width:0}
.bottom-block h2{margin:0;font-size:clamp(calc(17.8px * 2),5vw,calc(17.8px * 2.65));line-height:1.08;letter-spacing:0}
.bottom-block p{margin:var(--space-extra-42) 0 0;color:var(--line-card);font-size:var(--label-base);line-height:1.65}
.bottom-block p + p{margin-top:calc(1.5rem * .75)}
.bottom-block .primary-items{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-panel)}
.bottom-block .strong-plan{display:flex;gap:var(--gap-content);padding:var(--space-extra-42) 0;border-bottom:1px solid var(--surface-panel);color:inherit;text-decoration:none}
.bottom-block a.row:hover strong{color:var(--line-panel)}
.bottom-block strong{flex:0 1 13rem;min-width:0;font-size:var(--type-body);line-height:1.4}
.bottom-block span{flex:1 1 20rem;min-width:0;color:var(--line-card);line-height:1.6;font-size:var(--type-nav)}
@media(max-width:760px){.bottom-block .simple-body,.bottom-block .strong-plan{flex-direction:column}.bottom-block .strong-plan{gap:calc(calc(1.5rem * .75)*.5)}
}
.soft-entries{padding:var(--space-large) var(--measure-wide);background:var(--surface-accent);color:var(--tone-inverse);}
.open-method{max-width:var(--space-small);margin:0 auto;}
.soft-entries h1{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08;}
.focused-copy{padding:var(--space-large) var(--measure-wide);background:var(--ink-clear);color:var(--line-card)}
.focused-copy .media-story{max-width:min(var(--space-small),68rem);margin:0 auto}
.focused-copy .offer-body{margin-bottom:var(--stack-panel)}
.focused-copy h2{margin:0;font-size:calc(17.8px * 2);line-height:1.15}
.focused-copy .media-content{margin:var(--space-extra-42) 0 0;font-size:var(--label-base)}
.focused-copy .primary-section{display:flex;flex-direction:column;gap:var(--gap-content)}
.focused-copy .secondary-tile{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-panel)}
.focused-copy .secondary-tile:first-child{border-top:0;padding-top:0}
.focused-copy h3{margin:0 0 calc(1.5rem * .75);font-size:var(--font-nav);line-height:1.25}
.focused-copy .secondary-tile p{margin:0;font-size:var(--copy-large);line-height:var(--type-button)}
@media (min-width:900px){.focused-copy .primary-section{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-content) var(--space-hero)}.focused-copy .secondary-tile{border-top:1px solid var(--surface-panel);padding-top:calc(1.5rem * .75)}.focused-copy .secondary-tile:first-child,.focused-copy .secondary-tile:nth-child(2){border-top:0;padding-top:0}
}
.steady-figure{
    padding:calc(var(--space-large,5rem)*.72) var(--measure-wide,1.25rem);
    background:var(--surface-accent);
    color:var(--tone-inverse);
  }
.steady-figure .local-nav{max-width:var(--space-small,1120px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--stack-panel,2rem);}
.steady-figure .offer-body{width:min(100%,52rem);}
.steady-figure h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(17.8px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.steady-figure .main-shell{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-content,1.59rem);}
.steady-figure .focused-unit,
  .steady-figure .compact-steps{margin:0;
    font-size:clamp(1rem,1.2vw,var(--type-body,1.1rem));
    line-height:1.78;
    color:var(--line-card);}
.steady-figure .focused-unit{flex:1 1 22rem;}
.steady-figure .compact-steps{flex:1 1 22rem;}
.steady-figure .contact-details{display:block;
    width:min(100%,44rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 12px 24px rgba(0,0,0,0.23);}
@media (max-width:680px){.steady-figure{
      padding-top:calc(var(--space-large,5rem)*.56);
      padding-bottom:calc(var(--space-large,5rem)*.56);
    }.steady-figure .contact-details{
      width:100%;
      aspect-ratio:4/3;
    }
  }
.public-nav{
  padding: var(--space-large) var(--measure-wide);
  background: var(--ink-inverse);
  color: var(--tone-accent);
}
.public-nav .local-nav{max-width: min(var(--space-small), 74rem);
  margin: 0 auto;}
.public-nav h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.1;}
.public-nav .media-content{margin: calc(1.5rem * .75) 0 var(--stack-panel);
  font-size: var(--label-base);color:inherit;}
.public-nav .page-view{display: flex;
  flex-direction: column;
  gap: var(--gap-content);
  border-top: 1px solid var(--surface-panel);
  padding-top: var(--stack-panel);}
.public-nav .secondary-tile{display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: var(--gap-content);
  border-bottom: 1px solid var(--surface-panel);}
.public-nav .secondary-tile:last-child{border-bottom: none;
  padding-bottom: 0;}
.public-nav .secondary-tile strong{font-size: var(--font-nav);}
.public-nav .secondary-tile p{margin: 0;color:inherit;}
.public-nav .clear-entries{
  margin-top: var(--stack-panel);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-main);
  color: var(--surface-strong);
  border: 1px solid var(--surface-panel);
}
.public-nav .clear-entries .bottom-brand{margin: 0 0 0.4rem;
  font-size: var(--type-body);}
.public-nav .clear-entries .bottom-brand:last-child{margin-bottom: 0;}
.public-nav .clear-entries a{color:inherit;
  text-decoration: none;}
.public-nav .clear-entries a:hover{color:inherit;}
.public-nav .service-plan{margin: var(--stack-panel) 0 0;
  font-size: var(--type-nav);color:inherit;}
.public-nav .service-plan a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.public-nav .service-plan a:hover{color:inherit;}
@media (min-width: 720px) {.public-nav .page-view{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(1.5rem * .75);
    border-top: none;
    padding-top: 0;
  }.public-nav .secondary-tile{
    border-bottom: none;
    padding-bottom: 0;
    border-left: 2px solid var(--surface-warm);
    padding-left: calc(1.5rem * .75);
  }
}
.bottom-frame{--layer-base:calc(var(--space-extra-42) * 1.1);padding:var(--space-large) var(--measure-wide);background:var(--ink-panel);color:var(--ink-base);}
.bottom-frame .local-nav{max-width:var(--space-small);margin:0 auto;}
.bottom-frame .focused-method{display:flex;flex-direction:column;gap:var(--stack-panel);}
.bottom-frame h2{margin:0;font-size:calc(17.8px * 2);line-height:1.12;}
.bottom-frame p{margin:0;font-size:var(--type-body);line-height:var(--type-button);}
.bottom-frame .focused-unit{font-size:var(--label-base);color:color-mix(in srgb, currentColor 88%, transparent);}
.bottom-frame .compact-steps,.bottom-frame .simple-stack{color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-frame .simple-stack{font-size:var(--type-nav);}
.bottom-frame .simple-track{display:flex;flex-wrap:wrap;gap:var(--gap-content);align-items:center;}
.bottom-frame .direct-media{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) var(--space-extra-42);border-radius:var(--corner-panel);background:var(--ink-base);color:var(--ink-panel);text-decoration:none;font-size:var(--type-body);}
.bottom-frame .service-plan{margin:0;font-size:var(--type-nav);color:color-mix(in srgb, currentColor 80%, transparent);}
.bottom-frame .service-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.bottom-frame .service-plan a:hover{}
.service-group{
  background: var(--surface-accent);
  color: var(--tone-inverse);
  padding: var(--space-large) var(--measure-wide);
}
.service-group .local-nav{width: min(100%, var(--space-small));
  margin: 0 auto;}
.service-group .top-contact{display: flex;
  flex-direction: column;
  gap: var(--stack-panel);}
.service-group .compact-steps{padding-left: clamp(0px, 8vw, 96px);}
.service-group h1{margin: 0;
  max-width: 16ch;
  font-size: clamp(calc(17.8px * 2), 6vw, calc(17.8px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.service-group p{margin: var(--space-extra-42) 0 0;
  font-size: var(--label-base);
  line-height: var(--type-button);
  color: var(--line-card);}
.service-group .simple-body{display: flex;
  flex-direction: column;
  border-top: 1px solid var(--surface-panel);}
.service-group .simple-body a{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--gap-content);
  padding: 18px 0;
  border-bottom: 1px solid var(--surface-panel);
  color: inherit;
  text-decoration: none;
  transition: color var(--delay-entry) var(--speed-soft);}
.service-group .simple-body a:hover{color: var(--surface-warm);}
.service-group .simple-body span{font-weight: 700;
  font-size: var(--type-body);}
.service-group small{max-width: 40ch;
  color: var(--line-card);
  font-size: var(--type-nav);
  line-height: 1.5;
  text-align: right;}
.service-group .service-plan{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-content);
  font-size: var(--type-nav);}
.service-group .service-plan a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--delay-entry) var(--speed-soft), border-color var(--delay-entry) var(--speed-soft);}
.service-group .service-plan a:hover{color: var(--line-panel);
  border-bottom-color: var(--line-panel);}
.service-group .simple-track{
  align-self: flex-start;
  padding: 13px 22px;
  border-radius: var(--corner-round);
  background: var(--ink-panel);
  color: var(--ink-base);
  text-decoration: none;
  font-weight: 700;
  transition: background var(--delay-entry) var(--speed-soft);
}
.service-group .simple-track:hover{
  background: var(--line-soft);color:var(--surface-strong);}
@media (max-width: 620px) {.service-group .compact-steps{ padding-left: 0; }.service-group .simple-body a{ flex-direction: column; gap: 6px; }.service-group small{ max-width: none; text-align: left; }
}
