html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:var(--copy-button);}
.bottom-headline {
    width: 100%;
    background: var(--surface-muted);
    color: var(--tone-accent);
    border-bottom: 1px solid var(--surface-secondary);
    padding: var(--gap-block) 0;
  }
:root {
  --surface-soft: #B4551F;
  --font-heading: calc(var(--label-strong) * .875);
  --surface-muted: #F6F1E4;
  --measure-base: calc(var(--space-hero) * 1.5);
  --tone-primary: transparent;
  --surface-secondary: #D6C9A9;
  --corner-large: 0.21rem;
  --label-small: var(--label-strong);
  --motion-hover: ease;
  --font-quiet: 1.84;
  --ink-cool: #3E3320;
  --tone-extra-38: calc(var(--gap-block) * .75);
  --label-large: calc(var(--label-strong) * 2);
  --font-button: calc(var(--label-strong) * 1.35);
  --line-inverse: #2B2214;
  --stack-card: 1.04rem;
  --line-light: color-mix(in srgb, currentColor 10%, transparent);
  --paint-page: #F6F1E4;
  --type-extra-12: calc(var(--label-strong) * 1.125);
  --measure-nav: var(--stack-card);
  --tone-main: #EDE4CE;
  --paint-clear: #F6F1E4;
  --line-base: #6B7A3A;
  --line-soft: linear-gradient(135deg, #F6F1E4 0%, #EDE4CE 55%, #D9CFA8 100%);
  --gutter-block: 900px;
  --depth-medium: 0 14px 26px rgba(0,0,0,0.07);
  --copy-button: "Merriweather", sans-serif;
  --gap-block: 1.5rem;
  --delay-entry: 370ms;
  --stack-small: calc(var(--gap-block) * 2.4);
  --tone-accent: #2B2214;
  --tone-clear: #57652E;
  --space-hero: 0.94rem;
  --ink-secondary: #2B2214;
  --label-strong: 15px;
}
.bottom-block {
    max-width: var(--gutter-block);
    margin: 0 auto;
    padding: 0 var(--stack-card);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-hero);
  }
.quiet-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.strong-steps {
    font-size: var(--label-large);
    line-height: 1.1;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: var(--tone-accent);
    text-decoration: none;
    padding: var(--measure-base) 0;
  }
.strong-steps:hover {
    color: var(--surface-soft);
  }
.primary-story {
    width: 100%;
    border-top: 1px solid var(--surface-secondary);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: var(--measure-base) 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--tone-extra-38);
  }
.nav-link {
    display: inline-block;
    color: var(--tone-accent);
    text-decoration: none;
    font-size: var(--font-heading);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0;
    border-bottom: 1px solid transparent;
    transition: color var(--delay-entry) var(--motion-hover),
                border-color var(--delay-entry) var(--motion-hover);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: var(--surface-soft);
    border-bottom-color: var(--surface-soft);
    outline: none;
  }
.page-benefit {
    display: none;
    background: var(--tone-primary);
    color: var(--tone-accent);
    border: 1px solid var(--surface-secondary);
    border-radius: var(--corner-large);
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 40px;
    transition: background var(--delay-entry) var(--motion-hover);
  }
.page-benefit:hover{
    background: var(--line-light);color:#2B2214;}
.visual-header{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--tone-accent);
    border-radius: 2px;color:#2B2214;}
@media (max-width: 767px) {
    .bottom-block {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

    .quiet-content {
      width: auto;
      justify-content: flex-start;
    }

    .strong-steps {
      font-size: var(--type-extra-12);
      padding: 0;
    }

    .page-benefit {
      display: flex;
    }

    .primary-story {
      display: none;
      width: 100%;
      border-top: 1px solid var(--surface-secondary);
      margin-top: var(--measure-base);
    }

    .primary-story.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      padding: var(--measure-base) 0 0;
    }

    .nav-list li {
      width: 100%;
      border-bottom: 1px solid var(--surface-secondary);
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.85rem 0;
      font-size: var(--label-small);
      letter-spacing: 0.04em;
      text-transform: none;
      border-bottom: none;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      border-bottom-color: transparent;
      color: var(--surface-soft);
    }
  }
.page-team{font-family:var(--copy-button);font-size:var(--label-strong);line-height:var(--font-quiet);padding:var(--stack-small) var(--measure-nav);width:100%;box-sizing:border-box;background:var(--line-inverse);color:var(--paint-clear);}
.open-copy{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base)}
.soft-frame{display:grid;grid-template-columns:1fr;gap:var(--space-hero);padding-bottom:var(--measure-base);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.direct-surface{margin:0 0 0.35rem 0;font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;opacity:0.75}
.offer-callout{margin:0 0 0.5rem 0;font-size:var(--font-button);line-height:1.25;font-weight:600}
.local-callout{margin:0;font-size:var(--label-small);max-width:60ch;opacity:0.85}
.public-team{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:stretch}
.strong-visual{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;font-size:var(--label-small);font-family:inherit;color:var(--paint-clear);background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.strong-visual::placeholder{opacity:0.85}
.focused-flow{padding:0.7rem 1.2rem;font-size:var(--label-small);font-family:inherit;font-weight:600;color:var(--paint-page);background:var(--line-base);border:1px solid var(--line-base);border-radius:0;cursor:pointer;transition:background var(--delay-entry) var(--motion-hover), color var(--delay-entry) var(--motion-hover)}
.focused-flow:hover{background:var(--tone-clear);border-color:var(--tone-clear);color:#2B2214;}
.site-visual{display:grid;grid-template-columns:1fr;gap:var(--space-hero)}
.team-body{margin:0 0 0.6rem 0;font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.75}
.site-proof{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.site-proof a{color:inherit;text-decoration:none;font-size:var(--label-small);border-bottom:1px solid transparent;transition:border-color var(--delay-entry) var(--motion-hover)}
.site-proof a:hover{border-bottom-color:currentColor;color:inherit}
.soft-feature{padding-top:var(--measure-base);border-top:1px solid rgba(255, 255, 255, 0.18)}
.compact-region{margin:0 0 0.6rem 0;font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.75}
.open-story{font-style:normal;display:flex;flex-direction:column;gap:0.3rem}
.site-method{margin:0;font-size:var(--label-small)}
.site-method a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--delay-entry) var(--motion-hover)}
.site-method a:hover{border-bottom-color:currentColor;color:inherit}
.plain-note{padding-top:var(--measure-base);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:0.6rem}
.primary-section{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}
.primary-section a{color:inherit;text-decoration:none;font-size:var(--font-heading);border-bottom:1px solid transparent;transition:border-color var(--delay-entry) var(--motion-hover)}
.primary-section a:hover{border-bottom-color:currentColor;color:inherit}
.media-service{margin:0;font-size:var(--font-heading);opacity:0.8;max-width:80ch}
.active-brand{margin:0;font-size:var(--font-heading);opacity:0.7}
.bottom-wrap{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
@media (min-width: 640px) {.soft-frame{grid-template-columns:1fr 1fr;align-items:end}.site-visual{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 960px) {.soft-frame{grid-template-columns:1.4fr 1fr}.site-visual{grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--measure-base)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:12px}
.cookies .fresh-brand{max-width:var(--gutter-block);margin:0 auto;padding:12px 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:18px;background:var(--line-soft);color:var(--ink-secondary);box-shadow:var(--depth-medium);display:flex;align-items:center;justify-content:space-between;gap:var(--space-hero)}
.cookies .simple-nav{max-width:52rem}
.cookies .simple-nav strong{display:block;font-size:var(--font-button)}
.cookies .simple-nav p{margin:6px 0 0;line-height:var(--font-quiet)}
.cookies .secondary-note{display:flex;gap:8px;flex-wrap:wrap}
.cookies .secondary-note button{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .secondary-note button.cookie-accept{background:var(--surface-muted);color:var(--tone-accent)}
@media(max-width:720px){.cookies .fresh-brand{display:block}.cookies .secondary-note{margin-top:12px}}
.public-note{
  padding:var(--stack-small) var(--measure-nav);
  background:var(--surface-muted);
  color:var(--tone-accent);
}
.public-note .service-story{max-width:var(--gutter-block);
  margin:0 auto;}
.public-note .stack{display:flex;
  flex-wrap:wrap;
  gap:var(--measure-base);
  align-items:flex-start;}
.public-note .simple-nav{flex:1 1 340px;
  min-width:0;}
.public-note .fresh-quote{flex:1 1 260px;
  margin:0;
  min-width:0;}
.public-note .fresh-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.42rem;
  border:1px solid var(--surface-secondary);}
.public-note .fresh-quote figcaption{margin-top:var(--tone-extra-38);
  font-size:var(--font-heading);
  color:var(--ink-cool);}
.public-note h1{margin:0;
  font-size:calc(15px * 2.65);
  line-height:1.1;}
.public-note .featured-stack{margin:var(--gap-block) 0 0;
  font-size:var(--type-extra-12);
  line-height:var(--font-quiet);}
.public-note .strong-lead{margin:var(--tone-extra-38) 0 0;
  font-size:var(--label-small);
  line-height:var(--font-quiet);
  color:var(--ink-cool);}
.public-note .strong-lead a{color:inherit;
  text-decoration:underline;}
.public-note .strong-lead a:hover{color:inherit;}
.public-note .logo{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--space-hero);
  margin-top:var(--measure-base);}
.public-note .hero{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:var(--tone-extra-38) var(--gap-block);
  border-radius:var(--corner-large);
  background:var(--line-base);
  color:var(--paint-page);
  text-decoration:none;
  font-size:var(--label-small);
}
.public-note .hero:hover{
  background:var(--tone-clear);color:#2B2214;}
.public-note .fresh-menu{color:inherit;
  text-decoration:underline;
  font-size:var(--label-small);}
.public-note .fresh-menu:hover{color:inherit;}
.public-note .fresh-feature{margin:var(--measure-base) 0 0;
  padding-top:var(--tone-extra-38);
  border-top:1px solid var(--surface-secondary);
  font-size:var(--font-heading);
  color:var(--ink-cool);}
.public-note .fresh-feature a{color:inherit;
  text-decoration:underline;}
.public-note .fresh-feature a:hover{color:inherit;}
@media (max-width:640px){.public-note .stack{
    flex-direction:column;
  }
}
.public-header{position:relative;overflow:hidden;isolation:isolate;}
.public-header>*{position:relative;z-index:1;}
.public-header::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(2 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (2 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(2 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.public-header::before,.public-header::after{animation:none!important;}}
.narrow-group{
  --state-content:calc(var(--gap-block) * 1.35);
  padding:var(--stack-small) var(--measure-nav);
  background:#B4551F;
  color:#FBF6EA;
}
.narrow-group .service-story{max-width:var(--gutter-block);
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:var(--measure-base) var(--gap-block);}
.narrow-group .top-inner{flex:1 1 22rem;
  min-width:0;}
.narrow-group .featured-panel{flex:0 1 16rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--tone-extra-38);
  padding-top:0.35rem;}
.narrow-group h2{margin:0 0 var(--measure-base);
  font-size:var(--label-large);
  line-height:1.14;}
.narrow-group p{margin:0 0 var(--tone-extra-38);
  font-size:var(--label-small);
  line-height:var(--font-quiet);}
.narrow-group .featured-stack{color:color-mix(in srgb, currentColor 82%, transparent);}
.narrow-group .strong-lead{font-size:var(--font-heading);
  color:color-mix(in srgb, currentColor 70%, transparent);
  margin-bottom:0;}
.narrow-group .logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:var(--tone-extra-38) var(--gap-block);
  border-radius:var(--corner-large);
  background:#FBF6EA;
  color:#B4551F;
  font-size:var(--label-small);
  text-decoration:none;
  transition:background var(--delay-entry) var(--motion-hover);
}
.narrow-group .logo:hover{
  background:var(--line-base);
  color:var(--paint-page);
}
.narrow-group .fresh-feature{margin:0;
  font-size:var(--font-heading);
  line-height:var(--font-quiet);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-group .fresh-feature a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.narrow-group .fresh-feature a:hover{text-decoration-thickness:2px;}
@media (max-width:640px){.narrow-group .service-story{
    flex-direction:column;
  }.narrow-group .featured-panel{
    flex:1 1 auto;
    width:100%;
  }
}
.open-nav{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.open-nav .service-story{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base);}
.open-nav h2,.open-nav h3,.open-nav p{margin:0;}
.open-nav h2{font-size:var(--label-large);line-height:1.14;}
.open-nav h3{font-size:var(--font-button);line-height:1.22;}
.open-nav p{font-size:var(--label-small);line-height:var(--font-quiet);}
.open-nav .contact-copy{display:flex;flex-direction:column;gap:calc(var(--gap-block) / 1.6);}
.open-nav .featured-stack{font-size:var(--type-extra-12);}
.open-nav .offer-copy{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-secondary);}
.open-nav .profile{display:flex;flex-direction:column;gap:calc(var(--gap-block) / 2.4);padding:var(--tone-extra-38) 0;border-bottom:1px solid var(--surface-secondary);}
.open-nav .profile p{color:var(--ink-cool);}
.open-nav .compact-block{align-self:flex-start;font-size:var(--font-heading);color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;transition:color var(--delay-entry) var(--motion-hover);}
.open-nav .compact-block:hover{color:inherit;}
.open-nav .strong-lead{font-size:var(--font-heading);color:var(--ink-cool);padding-top:calc(var(--gap-block) / 2);}
@media (min-width:760px){.open-nav .offer-copy{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-hero);border-top:0;}.open-nav .profile{border-bottom:0;border-top:1px solid var(--surface-secondary);padding-top:var(--tone-extra-38);}
}
.plain-track{
  padding: var(--stack-small) var(--measure-nav);
  background: #B4551F;
  color: #FBF6EA;
}
.plain-track .service-story{max-width: var(--gutter-block);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--measure-base);
  align-items: flex-start;}
.plain-track .visual-intro{flex: 1 1 300px;
  min-width: 0;}
.plain-track h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.12;}
.plain-track .visual-intro p{margin: var(--tone-extra-38) 0 0;
  font-size: var(--type-extra-12);
  line-height: 1.7;}
.plain-track .contact-view{
  flex: 1 1 360px;
  min-width: 0;
  border-radius: 0.5rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
  overflow: hidden;
}
.plain-track .narrow-plan{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--tone-extra-38);
  padding: var(--tone-extra-38);
  border-bottom: 1px solid var(--surface-secondary);}
.plain-track .narrow-plan span{font-size: var(--font-heading);}
.plain-track a{text-decoration: none;}
.plain-track .narrow-plan a{font-size: var(--font-heading);}
.plain-track .text-headline{display: flex;
  flex-direction: column;}
.plain-track .text-headline a{padding: var(--tone-extra-38);
  border-bottom: 1px solid var(--surface-secondary);}
.plain-track .text-headline a:last-child{border-bottom: 0;}
.plain-track .text-headline strong,
.plain-track .text-headline small,
.plain-track .text-headline span{display: block;}
.plain-track .text-headline strong{font-size: var(--label-small);}
.plain-track .text-headline small{margin: calc(var(--tone-extra-38) * .3) 0;
  font-size: var(--font-heading);}
.plain-track .text-headline span{font-size: var(--font-heading);
  line-height: 1.6;}
@media (max-width: 780px) {.plain-track .service-story{
    flex-direction: column;
  }.plain-track .narrow-plan{
    flex-direction: column;
    align-items: flex-start;
  }
}
.public-inner{
    padding:calc(var(--stack-small,5rem)*.7) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.public-inner .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,var(--measure-base,2rem));}
.public-inner h1{margin:0;
    max-width:22ch;
    font-family:var(--copy-button,"Merriweather",serif);
    font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.public-inner .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    border:1px solid var(--surface-secondary,#D6C9A9);}
.public-inner .compact-stack{padding-top:clamp(.85rem,1.6vw,var(--gap-block,1.2rem));
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.public-inner p{margin:0 0 .85rem;
    font-size:clamp(1rem,1.24vw,var(--label-small,1.08rem));
    line-height:1.78;
    color:var(--ink-cool,#3E3320);}
.public-inner p:last-child{margin-bottom:0;}
@media (max-width:640px){.public-inner h1{max-width:100%;}.public-inner .soft-tile{aspect-ratio:4/3;}.public-inner{padding-top:calc(var(--stack-small,5rem)*.5);padding-bottom:calc(var(--stack-small,5rem)*.5);}
  }
.content-items{
        padding: var(--stack-small) var(--measure-nav);
        background: var(--tone-main);
        color: var(--ink-cool)
    }
.content-items .service-story{max-width: var(--gutter-block);
        margin: 0 auto}
.content-items .clear-block{display: flex;
        flex-direction: column;
        gap: var(--measure-base)}
.content-items .contact-copy h2{margin: 0;
        font-size: var(--label-large);
        line-height: 1.12}
.content-items .contact-copy p{margin: var(--gap-block) 0 0;
        font-size: var(--type-extra-12);
        line-height: var(--font-quiet)}
.content-items ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.content-items li{display: flex;
        gap: var(--space-hero);
        align-items: baseline;
        padding: var(--gap-block) 0}
.content-items li + li{border-top: 1px solid var(--surface-secondary)}
.content-items strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: var(--font-button);
        line-height: 1.2}
.content-items span{flex: 1 1 28rem;
        min-width: 0;
        line-height: var(--font-quiet)}
@media (max-width: 760px) {.content-items li{
            display: block
        }.content-items span{
            display: block;
            margin-top: var(--tone-extra-38)
        }
    }
.visual-benefit{
    background: var(--surface-muted);
    color: var(--tone-accent);
    padding: var(--stack-small) var(--measure-nav);
    font-family: var(--copy-button);
    font-size: var(--label-strong);
    line-height: var(--font-quiet);
}
.visual-benefit .c{max-width: var(--gutter-block);
    margin: 0 auto;}
.visual-benefit .h{margin-bottom: var(--measure-base);}
.visual-benefit h1{font-size: calc(15px * 2.65);
    line-height: 1.15;
    margin: 0 0 var(--gap-block);}
.visual-benefit .h p{margin: 0;
    font-size: var(--label-small);}
.visual-benefit .offer-copy{display: flex;
    flex-wrap: wrap;
    gap: var(--space-hero);
    padding: var(--gap-block) 0;
    border-top: 1px solid var(--surface-secondary);
    border-bottom: 1px solid var(--surface-secondary);
    margin-bottom: var(--measure-base);}
.visual-benefit .fresh-feature{font-size: var(--font-heading);
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color var(--delay-entry) var(--motion-hover), border-color var(--delay-entry) var(--motion-hover);}
.visual-benefit .fresh-feature:hover{border-bottom-color: var(--surface-soft);}
.visual-benefit .content-service{display: flex;
    flex-direction: column;
    gap: var(--measure-base);}
.visual-benefit .profile{
    background: #FBF7EC;
    color: #2B2214;
    border: 1px solid var(--surface-secondary);
    border-radius: 0.5rem;
    padding: var(--tone-extra-38);
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);
    transition: box-shadow var(--delay-entry) var(--motion-hover);
}
.visual-benefit .profile:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.05);}
.visual-benefit .simple-form{display: flex;
    flex-wrap: wrap;
    gap: var(--space-hero);
    font-size: var(--font-heading);
    margin-bottom: var(--gap-block);}
.visual-benefit .simple-form .plain-stack{
    background: #B4551F;
    color: #FBF6EA;
    padding: 0.15rem 0.55rem;
    border-radius: var(--corner-large);
    font-size: var(--font-heading);
}
.visual-benefit h3{font-size: var(--font-button);
    line-height: 1.25;
    margin: 0 0 var(--gap-block);}
.visual-benefit h3 a{color: inherit;
    text-decoration: none;}
.visual-benefit h3 a:hover{}
.visual-benefit .featured-stack{font-style: italic;
    margin: 0 0 var(--gap-block);}
.visual-benefit .profile p{margin: 0 0 var(--gap-block);}
.visual-benefit .open-grid{display: inline-block;
    font-size: var(--font-heading);
    text-decoration: none;
    border-bottom: 1px solid #6B7A3A;
    padding-bottom: 1px;
    transition: color var(--delay-entry) var(--motion-hover), border-color var(--delay-entry) var(--motion-hover);}
.visual-benefit .open-grid:hover{border-bottom-color: var(--surface-soft);}
.visual-benefit .strong-lead{margin-top: var(--measure-base);
    padding-top: var(--gap-block);
    border-top: 1px solid var(--surface-secondary);
    font-size: var(--font-heading);}
.visual-benefit .strong-lead a{text-decoration: none;
    border-bottom: 1px solid #6B7A3A;}
.visual-benefit .strong-lead a:hover{border-bottom-color: var(--surface-soft);}
@media (max-width: 640px) {.visual-benefit .simple-form{
        flex-direction: column;
        gap: 0.35rem;
    }
}
.active-entries{--state-content:calc(var(--gap-block) * 1.05);--field-public:calc(var(--gutter-block) / 2.4);--label-lead:calc(var(--gutter-block) / 3.2);padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.active-entries .service-story{max-width:var(--gutter-block);margin:0 auto;}
.active-entries h2,.active-entries h3,.active-entries p{margin:0;}
.active-entries h2{font-size:var(--label-large);line-height:1.14;}
.active-entries h3{font-size:var(--font-button);line-height:1.22;}
.active-entries p{font-size:var(--label-small);line-height:var(--font-quiet);}
.active-entries .featured-stack{color:var(--ink-cool);}
.active-entries .profile p{margin-top:calc(var(--gap-block) / 3);color:var(--ink-cool);}
.active-entries img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.active-entries .team-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-hero);}
.active-entries .team-details>.simple-nav{flex:1 1 calc(var(--gutter-block) / 3);min-width:0;}
.active-entries .team-details>.content-service{flex:2 1 calc(var(--gutter-block) / 2);display:flex;flex-direction:column;gap:var(--state-content);}
.active-entries .team-details>img{margin-left:auto;max-width:var(--label-lead);}
.active-entries .simple-nav .featured-stack{margin-top:var(--gap-block);}
.active-entries .fresh-feature{margin-top:var(--measure-base);padding-top:var(--gap-block);border-top:1px solid var(--surface-secondary);font-size:var(--font-heading);color:var(--ink-cool);}
.active-entries .fresh-feature a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.active-entries .fresh-feature a:hover{color:inherit;}
@media (max-width:720px){.active-entries .team-details>img{margin-left:0;max-width:100%;}
}
.main-brand{--state-content:calc(var(--gap-block) * 0.9);padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.main-brand .service-story{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base);}
.main-brand h2,.main-brand h3,.main-brand p{margin:0;}
.main-brand h2{font-size:var(--label-large);line-height:1.14;}
.main-brand h3{font-size:var(--font-button);line-height:1.22;}
.main-brand p{font-size:var(--label-small);line-height:var(--font-quiet);}
.main-brand .contact-copy{display:flex;flex-direction:column;gap:var(--gap-block);}
.main-brand .featured-stack{color:color-mix(in srgb, currentColor 78%, transparent);}
.main-brand .top-media{display:flex;flex-direction:column;gap:var(--state-content);border-top:1px solid var(--surface-secondary);padding-top:var(--measure-base);}
.main-brand .profile{padding:0 0 var(--state-content) 0;border-bottom:1px solid var(--surface-secondary);}
.main-brand .profile:last-child{border-bottom:0;padding-bottom:0;}
.main-brand .profile p{margin-top:calc(var(--gap-block) / 2.4);color:color-mix(in srgb, currentColor 82%, transparent);}
.main-brand .fresh-feature{margin-top:var(--measure-base);font-size:var(--font-heading);color:color-mix(in srgb, currentColor 76%, transparent);}
.main-brand a{text-decoration:underline;text-underline-offset:3px;}
.main-brand a:hover{}
@media (min-width:720px){.main-brand .top-media{gap:calc(var(--state-content) * 1.1);}
}
.offer-form{
    padding:calc(var(--stack-small,5rem)*.78) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.offer-form .fresh-benefit{max-width:min(var(--gutter-block,900px),62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--measure-base,1.6rem);}
.offer-form h1{margin:0;
    max-width:22ch;
    font-family:var(--copy-button,"Merriweather",serif);
    font-size:clamp(1.95rem,4.6vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.offer-form .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    box-shadow:var(--lift-strong,0 0 2px rgba(0,0,0,0.04));}
.offer-form .simple-nav{display:flex;
    flex-direction:column;
    gap:var(--gap-block,1.1rem);
    padding-top:var(--gap-block,1.1rem);
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.offer-form p{margin:0;
    font-size:var(--label-small,1.05rem);
    line-height:var(--font-quiet,1.84);
    color:var(--tone-accent,#2B2214);}
@media (max-width:640px){.offer-form h1{max-width:100%;}.offer-form .soft-tile{aspect-ratio:4/3;}.offer-form{padding-top:calc(var(--stack-small,5rem)*.56);padding-bottom:calc(var(--stack-small,5rem)*.56);}
  }
.steady-footer{
    padding:var(--stack-small) var(--measure-nav);
    background:var(--tone-main);
    color:var(--ink-cool);
}
.steady-footer .service-story{max-width:var(--gutter-block);
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(var(--space-hero) * 1.6);
    align-items:start;}
.steady-footer .open-form img{width:100%;
    height:auto;
    display:block;
    border-radius:0.5rem;
    border:1px solid var(--surface-secondary);
    box-shadow:0 4px 8px rgba(0,0,0,0.05);}
.steady-footer .top-inner h2{margin:0 0 var(--measure-base);
    font-size:var(--label-large);
    line-height:1.2;}
.steady-footer .top-inner h3{margin:calc(var(--measure-base) * 1.4) 0 calc(var(--measure-base) * 0.6);
    font-size:var(--type-extra-12);
    font-weight:600;}
.steady-footer .top-inner p{margin:0 0 var(--measure-base);
    font-size:var(--label-strong);
    line-height:var(--font-quiet);}
.steady-footer .top-inner ul{margin:0 0 var(--measure-base);
    padding-left:1.15rem;
    display:grid;
    gap:0.45rem;}
.steady-footer .top-inner li{font-size:var(--label-strong);
    line-height:var(--font-quiet);}
.steady-footer .top-inner a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.steady-footer .top-inner a:hover{color:inherit;}
@media (max-width:820px){.steady-footer .service-story{
        grid-template-columns:1fr;
        gap:var(--space-hero);
    }
}
.focused-steps{
  background: var(--line-soft);
  color: var(--ink-secondary);
  padding: var(--stack-small) var(--measure-nav);
}
.focused-steps .service-story{width: min(100%, var(--gutter-block));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);
  align-items: flex-start;}
.focused-steps h2,
.focused-steps h3,
.focused-steps p{margin: 0;}
.focused-steps h2{font-size: var(--label-large); line-height: 1.08;}
.focused-steps h3{font-size: var(--font-button); line-height: 1.18;}
.focused-steps p{font-size: var(--label-small); line-height: var(--font-quiet);}
.focused-steps .quiet-media{
  flex: 1 1 260px;
  display: grid;
  gap: var(--gap-block);
  align-content: start;
  padding: var(--measure-base);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #6B7A3A 0%, #B4551F 100%);
  color: #FBF6EA;
}
.focused-steps .page-group{flex: 2 1 420px;
  display: grid;
  gap: var(--tone-extra-38);}
.focused-steps .team-form{
  display: grid;
  grid-template-columns: 0.7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: var(--gap-block);
  row-gap: 0.35rem;
  align-items: start;
  padding: var(--gap-block);
  border-radius: 0.42rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
  animation: peopleTimelineIn calc(var(--delay-entry) * 2.2) var(--motion-hover) both;
  animation-delay: var(--delay-hover, 0ms);
}
.focused-steps i{
  grid-area: dot;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: var(--line-base);color:var(--paint-page);}
.focused-steps .team-form span{grid-area: role;
  font-size: var(--font-heading);}
.focused-steps .team-form h3{grid-area: name;}
.focused-steps .team-form p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateX(calc(calc(0.94rem * 2) * 0.16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.focused-steps .quiet-media,
  .focused-steps .page-group{ flex: 1 1 100%; }
}
.quiet-inner{--state-content:calc(var(--gap-block) * 1.1);padding:var(--stack-small) var(--measure-nav);background:var(--tone-main);color:var(--ink-cool);}
.quiet-inner .service-story{max-width:var(--gutter-block);margin:0 auto;}
.quiet-inner h2,.quiet-inner h3,.quiet-inner p{margin:0;}
.quiet-inner h2{font-size:var(--label-large);line-height:1.14;}
.quiet-inner h3{font-size:var(--font-button);line-height:1.22;}
.quiet-inner p{font-size:var(--label-small);line-height:var(--font-quiet);}
.quiet-inner .strong-lead{font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;opacity:0.72;margin-bottom:calc(var(--gap-block) / 3);}
.quiet-inner .featured-stack{margin-top:var(--measure-base);}
.quiet-inner a{color:inherit;text-decoration:none;}
.quiet-inner .logo{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-38) var(--gap-block);border-radius:var(--corner-large);background:var(--line-base);color:var(--paint-page);margin-top:var(--measure-base);}
.quiet-inner .logo:hover{background:var(--tone-clear);color:#2B2214;}
.quiet-inner .content-service{display:flex;flex-wrap:wrap;gap:var(--space-hero);margin-top:var(--state-content);}
.quiet-inner .profile{flex:1 1 calc(var(--gutter-block) / 3.2);min-width:0;padding:var(--tone-extra-38);background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);border-radius:0.42rem;}
.quiet-inner .profile p{margin-top:calc(var(--gap-block) / 3);}
.quiet-inner .primary-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-hero);}
.quiet-inner .primary-grid>.simple-nav{flex:1 1 auto;min-width:0;}
.quiet-inner .primary-grid>.logo{flex:0 0 auto;}
.quiet-inner .primary-grid>.content-service{flex:1 1 100%;}
@media (max-width:640px){.quiet-inner .profile{flex:1 1 100%;}.quiet-inner .logo{width:100%;}
}
.layer{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.layer .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);
    margin:0 auto;}
.layer h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.6vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.layer .soft-tile{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1rem,2.2vw,var(--measure-base,2rem)) 0 0;}
.layer .featured-stack{margin-top:clamp(1rem,2.2vw,var(--gap-block,1.76rem));
    padding-top:clamp(.85rem,1.6vw,var(--gap-block,1rem));
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.layer .featured-stack p{margin:0;
    font-size:clamp(1rem,1.28vw,var(--label-small,1.12rem));
    line-height:1.78;}
@media (max-width:640px){.layer h1{max-width:100%;}.layer .soft-tile{aspect-ratio:4/3;}.layer{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.text-lead{
  --state-content:calc(var(--gap-block) * 1.05);
  --layer-strong:1px solid var(--surface-secondary);
  padding:var(--stack-small) var(--measure-nav);
  background:var(--surface-muted);
  color:var(--tone-accent);
}
.text-lead .service-story{max-width:var(--gutter-block);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--measure-base);}
.text-lead h2,
.text-lead h3,
.text-lead p{margin:0;}
.text-lead h2{font-size:var(--label-large);
  line-height:1.14;}
.text-lead h3{font-size:var(--font-button);
  line-height:1.24;}
.text-lead p{font-size:var(--label-small);
  line-height:var(--font-quiet);
  color:var(--ink-cool);}
.text-lead .contact-copy{display:flex;
  flex-direction:column;
  gap:var(--tone-extra-38);
  padding-bottom:var(--measure-base);
  border-bottom:var(--layer-strong);}
.text-lead .contact-copy .featured-stack{font-size:var(--type-extra-12);
  color:var(--tone-accent);}
.text-lead .top-media{display:flex;
  flex-direction:column;
  gap:0;}
.text-lead .profile{display:flex;
  flex-direction:column;
  gap:calc(var(--tone-extra-38) * .55);
  padding:var(--measure-base) 0;
  border-bottom:var(--layer-strong);}
.text-lead .profile:first-child{padding-top:0;}
.text-lead .profile:last-child{border-bottom:none;
  padding-bottom:0;}
.text-lead .profile h3{order:-1;}
.text-lead a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.text-lead a:hover{color:inherit;}
.text-lead .fresh-feature{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--space-hero);
  padding-top:var(--measure-base);
  border-top:var(--layer-strong);}
.text-lead .fresh-feature p{flex:1 1 100%;
  font-size:var(--font-heading);}
.text-lead .logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(var(--tone-extra-38) * .7) var(--gap-block);
  border-radius:var(--corner-large);
  background:var(--line-base);
  color:var(--paint-page);
  font-size:var(--font-heading);
  text-decoration:none;
}
.text-lead .logo:hover{
  background:var(--tone-clear);
  color:var(--paint-page);
}
.text-lead .open-grid{font-size:var(--font-heading);}
@media (max-width:640px){.text-lead .fresh-feature{
    flex-direction:column;
    align-items:flex-start;
  }
}
.fresh-intro{--state-content:calc(var(--gap-block) * 0.99);--label-lead:calc(var(--gutter-block) / 3.88);padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);}
.fresh-intro .service-story{max-width:var(--gutter-block);margin:0 auto;}
.fresh-intro h2,.fresh-intro h3,.fresh-intro p{margin:0;}
.fresh-intro h2{font-size:var(--label-large);line-height:1.12;}
.fresh-intro h3{font-size:var(--font-button);line-height:1.2;}
.fresh-intro p{font-size:var(--label-small);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-intro a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.fresh-intro img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.fresh-intro .featured-stack{margin-top:var(--gap-block);}
.fresh-intro .content-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-hero);margin-top:var(--state-content);}
.fresh-intro .profile{flex:1 1 calc(var(--gutter-block) / 4);min-width:0;}
.fresh-intro .profile h3{margin-bottom:calc(var(--gap-block) / 3);}
.fresh-intro .strong-lead{margin-top:var(--state-content);font-size:var(--font-heading);}
.fresh-intro .featured-method>img{margin-top:var(--state-content);}
.direct-summary{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--line-inverse);
  color: var(--paint-clear);
}
.direct-summary .service-story{max-width: min(var(--gutter-block), 72rem);
  margin: 0 auto;}
.direct-summary .contact-copy{margin-bottom: var(--measure-base);}
.direct-summary h2{margin: 0 0 var(--tone-extra-38);
  font-size: var(--label-large);
  line-height: 1.1;}
.direct-summary .featured-stack{margin: 0;
  font-size: var(--type-extra-12);
  line-height: var(--font-quiet);
  color: #D6C9A9;}
.direct-summary .offer-copy{display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);}
.direct-summary .profile{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: var(--tone-extra-38) var(--tone-extra-38) var(--tone-extra-38) calc(var(--tone-extra-38) * 1.2);
  border-left: 2px solid #B4551F;
  background: rgba(251, 247, 236, 0.04);
}
.direct-summary .top-body{margin: 0 0 var(--tone-extra-38);
  font-size: var(--label-small);
  line-height: 1.7;
  color: #F1E9D6;}
.direct-summary .site-inner{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.direct-summary .plain-flow{font-weight: 700;
  font-size: var(--label-small);}
.direct-summary .simple-form{font-size: var(--font-heading);color:inherit;}
.direct-summary .strong-lead{margin: var(--measure-base) 0 0;
  padding-top: var(--tone-extra-38);
  border-top: 1px solid #3E3320;
  font-size: var(--font-heading);
  line-height: 1.7;
  color: #D6C9A9;}
.direct-summary .strong-lead a{color:inherit;
  text-decoration: underline;}
.direct-summary .strong-lead a:hover{color:inherit;}
@media (max-width: 700px) {.direct-summary .offer-copy{
    display: block;
  }.direct-summary .profile + .profile{
    margin-top: var(--space-hero);
  }
}
.top-shell{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.top-shell .fresh-benefit{max-width:min(var(--gutter-block,900px),62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.4vw,var(--measure-base,1.76rem));}
.top-shell h1{margin:0;
    max-width:22ch;
    font-family:var(--copy-button,"Merriweather",serif);
    font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.005em;}
.top-shell .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    box-shadow:var(--lift-strong,0 0px 2px rgba(0,0,0,0.04));}
.top-shell .featured-stack{padding-top:clamp(.85rem,1.6vw,var(--gap-block,1.76rem));
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.top-shell .featured-stack p{margin:0;
    font-size:clamp(1rem,1.28vw,var(--label-small,1.05rem));
    line-height:var(--font-quiet,1.84);}
@media (max-width:640px){.top-shell h1{max-width:100%;}.top-shell .soft-tile{aspect-ratio:4/3;}.top-shell{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.compact-brand{padding:var(--stack-small) var(--measure-nav);background:var(--tone-main);color:var(--ink-cool);}
.compact-brand .service-story{max-width:var(--gutter-block);margin:0 auto;}
.compact-brand .clear-copy{margin-bottom:var(--measure-base);}
.compact-brand .clear-copy p{margin:0;font-size:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-cool);}
.compact-brand .clear-copy h2{margin:.4rem 0 0;font-size:var(--label-large);line-height:1.2;}
.compact-brand .featured-stack{margin:0 0 var(--measure-base);font-size:var(--label-small);line-height:var(--font-quiet);}
.compact-brand .content-service{display:flex;flex-direction:column;gap:var(--tone-extra-38);}
.compact-brand .profile{padding:var(--tone-extra-38);border-radius:0.5rem;background:#FBF7EC;border:1px solid var(--surface-secondary);color:#2B2214;}
.compact-brand .simple-form{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-hero);margin-bottom:var(--measure-base);}
.compact-brand .simple-form strong{font-size:var(--type-extra-12);letter-spacing:.04em;}
.compact-brand .simple-form span{font-size:var(--font-heading);color:var(--ink-cool);}
.compact-brand .team-stack{display:grid;grid-template-columns:14rem 1fr;gap:var(--space-hero);align-items:start;}
.compact-brand .team-stack img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.42rem;}
.compact-brand .simple-nav small{display:block;font-size:var(--font-heading);color:var(--ink-cool);}
.compact-brand .simple-nav h3{margin:.4rem 0 .35rem;font-size:var(--font-button);line-height:1.3;}
.compact-brand .simple-nav p{margin:0;line-height:var(--font-quiet);}
.compact-brand .strong-lead{margin:var(--measure-base) 0 0;font-size:var(--font-heading);line-height:var(--font-quiet);}
.compact-brand .strong-lead a{color:inherit;text-decoration:underline;}
.compact-brand .strong-lead a:hover{color:inherit;}
@media (max-width:680px){.compact-brand .team-stack{grid-template-columns:1fr;}.compact-brand .team-stack img{height:12rem;}
    }
.focused-area{--state-content:calc(var(--gap-block) * 1.42);--field-public:calc(var(--gutter-block) / 2.90);padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);}
.focused-area .service-story{max-width:var(--gutter-block);margin:0 auto;}
.focused-area h1,.focused-area h2,.focused-area h3,.focused-area p{margin:0;}
.focused-area h1{font-size:calc(15px * 2.65);line-height:1.08;}
.focused-area h2{font-size:var(--label-large);line-height:1.12;}
.focused-area h3{font-size:var(--font-button);line-height:1.2;}
.focused-area p{font-size:var(--label-small);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-area a{color:inherit;text-decoration:none;}
.focused-area img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.42rem;}
.focused-area .steady-callout>h1,.focused-area .steady-callout>h2,.focused-area .steady-callout>p,.focused-area .steady-callout>.fresh-feature{margin-top:var(--gap-block);}
.focused-area .strong-lead{font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.focused-area .fresh-feature{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-hero);padding-top:var(--measure-base);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.focused-area .logo{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-38) var(--gap-block);border-radius:var(--corner-large);background:var(--paint-page);color:var(--line-base);font-weight:600;transition:background var(--delay-entry) var(--motion-hover),color var(--delay-entry) var(--motion-hover);}
.focused-area .logo:hover{background:#B4551F;color:#FBF6EA;}
.focused-area .team-items{display:inline-block;padding:calc(var(--tone-extra-38) * 0.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);font-size:var(--font-heading);transition:border-color var(--delay-entry) var(--motion-hover),color var(--delay-entry) var(--motion-hover);}
.focused-area .team-items:hover{border-color:#FBF6EA;}
@media (max-width:640px){.focused-area .fresh-feature{flex-direction:column;align-items:flex-start;}.focused-area .logo{width:100%;}
}
.media-actions{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--line-inverse);
  color: var(--paint-clear);
}
.media-actions .service-story{max-width: min(var(--gutter-block), 70rem);
  margin: 0 auto;}
.media-actions .contact-copy h2{margin: 0 0 var(--tone-extra-38);
  font-size: var(--label-large);
  line-height: 1.12;}
.media-actions .featured-stack{margin: 0 0 var(--measure-base);
  font-size: var(--type-extra-12);
  line-height: var(--font-quiet);}
.media-actions .offer-copy{display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);
  margin-bottom: var(--measure-base);}
.media-actions .profile{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: var(--tone-extra-38);
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
  border-radius: 0.5rem;
  box-shadow: 0 0px 2px rgba(0,0,0,0.04);
}
.media-actions .top-body{margin: 0 0 var(--tone-extra-38);
  font-size: var(--label-small);
  line-height: var(--font-quiet);}
.media-actions .site-inner{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  border-top: 1px solid var(--surface-secondary);
  padding-top: calc(var(--tone-extra-38) * 0.6);}
.media-actions .plain-flow{font-weight: 700;
  font-size: var(--label-small);}
.media-actions .site-inner small{font-size: var(--font-heading);color:inherit;}
.media-actions .visual-headline{border-top: 1px solid #3E3320;
  padding-top: var(--tone-extra-38);
  margin-bottom: var(--measure-base);}
.media-actions .public-fields{margin: 0 0 var(--tone-extra-38);
  font-size: var(--font-heading);}
.media-actions .featured-unit{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);}
.media-actions .featured-unit li{font-size: var(--font-heading);
  padding: 0.3rem 0.7rem;
  border: 1px solid #3E3320;
  border-radius: var(--corner-large);}
.media-actions .tile{margin: 0;
  font-size: var(--label-small);}
.media-actions .tile a{color:inherit;
  text-decoration: underline;}
.media-actions .tile a:hover{color:inherit;}
@media (max-width: 700px) {.media-actions .offer-copy{
    display: block;
  }.media-actions .profile + .profile{
    margin-top: var(--space-hero);
  }
}
.open-fields{padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem) calc(var(--stack-small,5rem)*.68);background:var(--surface-muted,#F6F1E4);color:var(--tone-accent,#2B2214);}
.open-fields .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base,1.6rem);}
.open-fields .featured-stack{display:flex;flex-direction:column;gap:0.94rem;}
.open-fields h1{margin:0;font-family:var(--copy-button,"Merriweather",serif);font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));line-height:1.12;font-weight:700;letter-spacing:-0.005em;}
.open-fields .media-steps{margin:0;font-size:clamp(1rem,1.3vw,var(--type-extra-12,1.2rem));line-height:1.7;color:var(--ink-cool,#3E3320);}
.open-fields .soft-tile{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.42rem;box-shadow:var(--lift-strong,0 0 2px rgba(0,0,0,0.04));}
.open-fields .simple-nav{display:flex;flex-direction:column;gap:var(--gap-block,1.1rem);padding-top:var(--gap-block,1.1rem);border-top:1px solid var(--surface-secondary,#D6C9A9);}
.open-fields .simple-nav p{margin:0;font-size:var(--label-strong,15px);line-height:var(--font-quiet,1.84);}
@media (max-width:640px){.open-fields{padding-top:calc(var(--stack-small,5rem)*.5);padding-bottom:calc(var(--stack-small,5rem)*.5);}.open-fields .soft-tile{aspect-ratio:4/3;}
  }
.direct-note{
  --state-content:calc(var(--gap-block) * 1.05);
  --layer-strong:1px solid var(--surface-secondary);
  padding:var(--stack-small) var(--measure-nav);
  background:var(--surface-muted);
  color:var(--tone-accent);
}
.direct-note .service-story{max-width:var(--gutter-block);margin:0 auto;}
.direct-note h2,
.direct-note h3,
.direct-note p{margin:0;}
.direct-note h2{font-size:var(--label-large);line-height:1.14;}
.direct-note h3{font-size:var(--font-button);line-height:1.22;}
.direct-note p{font-size:var(--label-small);line-height:var(--font-quiet);}
.direct-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-note a:hover{color:inherit;}
.direct-note .contact-copy{max-width:100%;}
.direct-note .strong-lead{font-size:var(--font-heading);
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ink-cool);
  margin-bottom:calc(var(--gap-block) / 2);}
.direct-note .featured-stack{margin-top:var(--gap-block);}
.direct-note .content-service{display:flex;
  flex-direction:column;
  margin-top:calc(var(--state-content) * 1.4);
  border-top:var(--layer-strong);}
.direct-note .profile{min-width:0;
  padding:var(--measure-base) 0;
  border-bottom:var(--layer-strong);}
.direct-note .simple-nav{max-width:100%;}
.direct-note .profile p{margin-top:calc(var(--gap-block) / 2.4);}
.direct-note .public-list{
  margin-top:calc(var(--state-content) * 1.2);
  padding:var(--tone-extra-38) var(--stack-card);
  background:var(--tone-main);
  color:var(--ink-cool);
  border-radius:0.42rem;
  font-size:var(--font-heading);
}
@media (min-width:720px){.direct-note .profile{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,2.1fr);
    gap:var(--space-hero);
    align-items:start;
  }.direct-note .profile h3{margin-top:.15em;}.direct-note .profile p{margin-top:0;}
}
.text-rail{
  background:var(--tone-main);
  color:var(--ink-cool);
  padding:var(--stack-small) var(--measure-nav);
}
.text-rail .service-story{max-width:var(--gutter-block);
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:var(--measure-base);
  align-items:flex-start;}
.text-rail .primary-copy{display:block;
  width:min(38%,28rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.5rem;
  flex:0 0 auto;}
.text-rail .team-stack{flex:1 1 30rem;
  min-width:0;}
.text-rail .featured-stack{margin:0 0 var(--gap-block);
  line-height:var(--font-quiet);}
.text-rail h2{margin:0 0 var(--measure-base);
  font-size:var(--label-large);
  line-height:1.12;
  letter-spacing:0;}
.text-rail .content-service{display:flex;
  flex-direction:column;
  gap:var(--tone-extra-38);
  margin:0 0 var(--measure-base);}
.text-rail .profile{border-left:2px solid #B4551F;
  padding-left:var(--tone-extra-38);}
.text-rail .profile h3{margin:0 0 .35rem;
  font-size:var(--type-extra-12);
  line-height:1.25;}
.text-rail .profile p{margin:0;
  line-height:var(--font-quiet);}
.text-rail .strong-lead{margin:0;
  padding-top:var(--tone-extra-38);
  border-top:1px solid var(--surface-secondary);
  font-size:var(--font-heading);
  line-height:var(--font-quiet);}
.text-rail .strong-lead a{text-decoration:underline;
  text-underline-offset:2px;}
.text-rail .strong-lead a:hover{}
@media (max-width:760px){.text-rail .service-story{display:block}.text-rail .primary-copy{width:100%;min-width:0;max-height:28rem;margin-bottom:var(--measure-base)}
}
.strong-unit{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent)}
.strong-unit .service-story{max-width:min(var(--gutter-block),54rem);margin:0 auto}
.strong-unit .contact-copy{align-self:start}
.strong-unit h2{margin:0;font-size:var(--label-large);line-height:1.12}
.strong-unit .contact-copy p{margin:var(--gap-block) 0 0;color:var(--ink-cool);line-height:var(--font-quiet)}
.strong-unit .media-details{align-self:start;margin-top:var(--measure-base);border-top:1px solid var(--surface-secondary)}
.strong-unit details{padding:var(--gap-block) 0;border-bottom:1px solid var(--surface-secondary)}
.strong-unit summary{cursor:pointer;font-size:var(--font-button);line-height:1.2}
.strong-unit summary::marker{color:inherit;}
.strong-unit details p{margin:var(--gap-block) 0 0;color:var(--ink-cool);line-height:var(--font-quiet)}
@media(max-width:720px){.strong-unit .media-details{margin-top:var(--measure-base)}.strong-unit summary{font-size:var(--label-small)}
}
.narrow-section{--state-content:calc(var(--gap-block) * 1.35);padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);}
.narrow-section .service-story{max-width:var(--gutter-block);margin:0 auto;}
.narrow-section h2,.narrow-section h3,.narrow-section p{margin:0;}
.narrow-section h2{font-size:var(--label-large);line-height:1.12;margin-top:var(--state-content);}
.narrow-section h3{font-size:var(--font-button);line-height:1.2;}
.narrow-section p{font-size:var(--label-small);line-height:var(--font-quiet);}
.narrow-section .strong-lead{font-size:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;opacity:.82;}
.narrow-section .featured-stack{margin-top:calc(var(--gap-block) / 1.4);}
.narrow-section .content-service{display:flex;flex-direction:column;gap:var(--state-content);margin-top:var(--state-content);}
.narrow-section .profile{display:flex;flex-direction:column;gap:calc(var(--gap-block) / 3);padding:calc(var(--tone-extra-38) * .95);border-radius:0.42rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.narrow-section .profile p{opacity:.92;}
@media (min-width:720px){.narrow-section .content-service{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--state-content);}.narrow-section .profile:last-child{grid-column:1 / -1;}
}
.visual-list{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.visual-list .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--measure-base,1.6rem);}
.visual-list h1{margin:0;
    max-width:24ch;
    font-family:var(--copy-button,"Merriweather",serif);
    font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));
    line-height:1.12;
    font-weight:700;
    letter-spacing:-0.01em;}
.visual-list .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.5rem;
    box-shadow:var(--lift-strong,0 0 2px rgba(0,0,0,0.04));}
.visual-list .featured-stack{padding-top:var(--gap-block,1.4rem);
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.visual-list .featured-stack p{margin:0;
    font-size:var(--label-small,1.05rem);
    line-height:var(--font-quiet,1.84);
    color:var(--ink-cool,#3E3320);}
@media (max-width:640px){.visual-list h1{max-width:100%;}.visual-list .soft-tile{aspect-ratio:4/3;}.visual-list{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.compact-nav{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:var(--line-soft);color:var(--ink-secondary);}
.compact-nav .service-story{max-width:var(--gutter-block);margin:0 auto;}
.compact-nav .clear-copy{margin-bottom:var(--measure-base);}
.compact-nav .clear-copy p{margin:0;font-weight:700;font-size:var(--font-heading);letter-spacing:.02em;opacity:.9;}
.compact-nav .clear-copy h2{margin:8px 0 0;font-size:var(--label-large);line-height:1.2;}
.compact-nav .featured-stack{margin:0 0 var(--measure-base);font-size:var(--label-small);}
.compact-nav .team-area{display:flex;flex-direction:column;gap:var(--tone-extra-38);}
.compact-nav .direct-fields{border-top:1px solid var(--surface-secondary);padding-top:var(--tone-extra-38);}
.compact-nav .direct-fields:first-child{border-top:0;padding-top:0;}
.compact-nav .plain-stack{display:inline-block;font-size:var(--font-heading);font-weight:700;background:#B4551F;color:#FBF6EA;padding:2px 10px;border-radius:var(--corner-large);}
.compact-nav .direct-fields h3{margin:10px 0 8px;font-size:var(--font-button);}
.compact-nav .direct-fields p{margin:0 0 6px;}
.compact-nav .strong-lead{margin:0;font-size:var(--font-heading);opacity:.85;}
.compact-nav .text-view{margin-top:var(--measure-base);display:flex;flex-wrap:wrap;gap:var(--tone-extra-38);background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);border-radius:0.5rem;padding:var(--tone-extra-38);}
.compact-nav .offer-brand{flex:1 1 220px;min-width:0;}
.compact-nav .offer-brand .fresh-rail{display:block;font-size:var(--font-heading);font-weight:700;margin-bottom:4px;opacity:.85;}
.compact-nav .offer-brand a{text-decoration:none;word-break:break-word;}
.compact-nav .offer-brand a:hover{text-decoration:underline;}
.compact-nav .offer-brand p{margin:0;word-break:break-word;}
.compact-nav .fresh-feature{margin:var(--measure-base) 0 0;font-size:var(--font-heading);}
.compact-nav .fresh-feature a{text-decoration:underline;}
.compact-nav .fresh-feature a:hover{}
.bottom-footer{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--line-inverse);
  color: var(--paint-clear);
}
.bottom-footer .service-story{display: flex;
  flex-wrap: wrap;
  gap: var(--measure-base);
  max-width: var(--gutter-block);
  margin: 0 auto;}
.bottom-footer .clear-list{flex: 1 1 30%;
  min-width: 0;}
.bottom-footer h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.1;}
.bottom-footer .clear-list p{margin: var(--gap-block) 0 0;
  color: #D6C9A9;
  line-height: var(--font-quiet);}
.bottom-footer .clear-block{flex: 1 1 55%;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.bottom-footer .steady-benefit{display: flex;
  align-items: baseline;
  gap: var(--space-hero);
  padding: var(--tone-extra-38) 0;
  border-bottom: 1px solid var(--surface-secondary);}
.bottom-footer .steady-benefit:first-child{border-top: 1px solid var(--surface-secondary);}
.bottom-footer .steady-benefit span{flex: 0 0 32%;
  color: #D6C9A9;
  font-size: var(--font-heading);
  letter-spacing: .02em;}
.bottom-footer .steady-benefit p,
.bottom-footer .steady-benefit a{flex: 1 1 0;
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: var(--font-quiet);}
.bottom-footer .team-method a{font-size: var(--type-extra-12);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.bottom-footer .team-method a:hover{color:inherit;}
.bottom-footer .content-region{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-block) var(--measure-base);
  padding-top: var(--gap-block);}
.bottom-footer .content-region a{color: inherit;
  font-size: var(--font-heading);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.bottom-footer .content-region a:hover{color: #D6C9A9;}
@media (max-width: 780px) {.bottom-footer .service-story{
    display: block;
  }.bottom-footer .clear-block{
    margin-top: var(--measure-base);
  }
}
@media (max-width: 520px) {.bottom-footer .steady-benefit{
    display: block;
  }.bottom-footer .steady-benefit span{
    display: block;
    margin-bottom: var(--tone-extra-38);
  }.bottom-footer .steady-benefit p,
  .bottom-footer .steady-benefit a{
    display: block;
  }
}
.secondary-fields{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--tone-main);
  color: var(--ink-cool);
}
.secondary-fields .service-story{max-width: var(--gutter-block);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--measure-base);}
.secondary-fields .featured-stack{display: grid;
  grid-template-columns: 1fr;
  gap: var(--tone-extra-38);
  padding-bottom: var(--measure-base);
  border-bottom: 1px solid var(--surface-secondary);}
.secondary-fields .featured-stack h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.15;}
.secondary-fields .featured-stack p{margin: 0;
  font-size: var(--label-small);
  line-height: var(--font-quiet);}
.secondary-fields .offer-copy{display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);}
.secondary-fields .offer-copy a{
  flex: 1 1 15rem;
  padding: var(--tone-extra-38);
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
  border-radius: 0.42rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color var(--delay-entry) var(--motion-hover);
}
.secondary-fields .offer-copy a:hover{border-color: #B4551F;}
.secondary-fields .offer-copy strong{font-size: var(--type-extra-12);
  line-height: 1.2;}
.secondary-fields .offer-copy span{font-size: var(--font-heading);
  line-height: var(--font-quiet);}
.secondary-fields .public-list{padding-top: var(--tone-extra-38);
  border-top: 1px solid var(--surface-secondary);}
.secondary-fields .public-list p{margin: 0;
  font-size: var(--font-heading);}
.secondary-fields .public-list a{text-decoration: underline;}
.secondary-fields .public-list a:hover{}
@media (min-width: 800px) {.secondary-fields .featured-stack{
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media (max-width: 520px) {.secondary-fields .offer-copy a{
    flex: 1 1 100%;
  }
}
.focused-intro{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.focused-intro .fresh-benefit{max-width:min(var(--gutter-block,900px),62rem);
    margin:0 auto;}
.focused-intro h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.focused-intro .soft-tile{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1rem,2.2vw,var(--measure-base,2rem)) 0 0;}
.focused-intro .top-inner{margin-top:clamp(.9rem,2vw,var(--gap-block,1.76rem));
    padding-top:clamp(.8rem,1.5vw,var(--gap-block,1.4rem));
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.focused-intro p{margin:0;
    font-size:clamp(1rem,1.25vw,var(--label-small,1.05rem));
    line-height:1.78;}
@media (max-width:640px){.focused-intro h1{max-width:100%;}.focused-intro .soft-tile{aspect-ratio:4/3;}.focused-intro{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.service-steps{
  padding: var(--stack-small) var(--measure-nav);
  background: #B4551F;
  color: #FBF6EA;
}
.service-steps .fresh-brand{max-width: var(--gutter-block);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: var(--space-hero);}
.service-steps .featured-feature{
  padding: var(--tone-extra-38);
  border-radius: 0.5rem;
  background: var(--line-inverse);
  color: var(--paint-clear);
}
.service-steps h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.08;}
.service-steps .featured-feature p{margin: var(--tone-extra-38) 0 0;
  font-size: var(--type-extra-12);}
.service-steps .page-section{display: flex;
  flex-direction: column;
  gap: var(--tone-extra-38);}
.service-steps .plain-proof{
  display: grid;
  grid-template-columns: minmax(4rem, .25fr) minmax(0, 1fr);
  gap: var(--tone-extra-38);
  padding: var(--tone-extra-38);
  border-radius: 0.42rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
}
.service-steps .site-body{font-size: var(--font-heading);
  word-break: break-word;}
.service-steps h3{margin: 0;
  font-size: var(--font-button);}
.service-steps .plain-proof p{margin: calc(var(--tone-extra-38) * .5) 0;}
.service-steps small{font-size: var(--font-heading);}
@media (max-width: 780px) {.service-steps .fresh-brand,
  .service-steps .plain-proof{
    grid-template-columns: 1fr;
  }
}
.service-media{--state-content:calc(var(--gap-block) * 1.15);padding:var(--stack-small) var(--measure-nav);background:var(--tone-main);color:var(--ink-cool);}
.service-media .service-story{max-width:var(--gutter-block);margin:0 auto;}
.service-media h1,.service-media h2,.service-media h3,.service-media p{margin:0;}
.service-media h2{font-size:var(--label-large);line-height:1.14;}
.service-media p{font-size:var(--label-small);line-height:var(--font-quiet);}
.service-media a{color:inherit;text-decoration:none;}
.service-media .strong-lead{font-size:var(--font-heading);letter-spacing:0.04em;text-transform:uppercase;}
.service-media .featured-stack{margin-top:var(--measure-base);}
.service-media .simple-nav{margin-top:var(--tone-extra-38);}
.service-media .fresh-feature{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-hero);margin-top:var(--state-content);}
.service-media .logo{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-38) var(--gap-block);border-radius:var(--corner-large);background:var(--line-base);color:var(--paint-page);}
.service-media .logo:hover{background:var(--tone-clear);color:#2B2214;}
.service-media .open-grid{font-size:var(--font-heading);color:inherit;border-bottom:1px solid var(--surface-secondary);padding-bottom:2px;}
.service-media .open-grid:hover{color:inherit;}
@media (max-width:640px){.service-media .fresh-feature{flex-direction:column;align-items:flex-start;}
}
.primary-group{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted);
    color:var(--tone-accent);
  }
.primary-group .fresh-benefit{max-width:min(var(--gutter-block,900px),62rem);
    margin:0 auto;}
.primary-group h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.8vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.primary-group .featured-stack{margin-top:clamp(.9rem,1.8vw,var(--gap-block,1.4rem));
    padding-top:clamp(.8rem,1.5vw,var(--measure-base,1.2rem));
    border-top:1px solid var(--surface-secondary);}
.primary-group .featured-stack p{margin:0;
    font-size:clamp(1rem,1.22vw,var(--label-small,1.1rem));
    line-height:1.78;}
.primary-group .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1.1rem,2.4vw,var(--measure-base,1.6rem)) 0 0;}
@media (max-width:640px){.primary-group h1{max-width:100%;}.primary-group .soft-tile{aspect-ratio:4/3;}.primary-group{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.active-actions{--state-content:calc(var(--gap-block) * 1.25);--field-public:calc(var(--gutter-block) / 3.1);padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.active-actions .service-story{max-width:var(--gutter-block);margin:0 auto;}
.active-actions h2,.active-actions h3,.active-actions p{margin:0;}
.active-actions h2{font-size:var(--label-large);line-height:1.14;}
.active-actions h3{font-size:var(--font-button);line-height:1.24;}
.active-actions p{font-size:var(--label-small);line-height:var(--font-quiet);}
.active-actions a{color:inherit;text-decoration:none;}
.active-actions a:hover{color:inherit;}
.active-actions .active-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-hero);}
.active-actions .active-plan>h2{flex:1 1 calc(var(--gutter-block) / 2.4);min-width:0;}
.active-actions .active-plan>.featured-stack{flex:1 1 calc(var(--gutter-block) / 2.4);min-width:0;color:var(--ink-cool);}
.active-actions .content-service{display:flex;flex-wrap:wrap;gap:var(--state-content);margin-top:var(--state-content);flex:1 1 100%;}
.active-actions .profile{flex:1 1 calc(var(--gutter-block) / 3.4);min-width:0;padding:calc(var(--tone-extra-38) * .9);border:1px solid var(--surface-secondary);border-radius:0.42rem;background:#FBF7EC;color:#2B2214;}
.active-actions .profile p:first-child{font-size:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-cool);}
.active-actions .profile h3{margin-top:calc(var(--gap-block) / 3);}
.active-actions .profile p+p{margin-top:calc(var(--gap-block) / 3);}
.active-actions .profile a{display:inline-block;margin-top:calc(var(--gap-block) / 2.4);font-size:var(--font-heading);}
.active-actions .strong-lead{flex:1 1 100%;margin-top:var(--state-content);color:var(--ink-cool);}
.active-actions .fresh-feature{display:flex;flex-wrap:wrap;gap:var(--space-hero);flex:1 1 100%;margin-top:calc(var(--gap-block) / 1.6);padding-top:calc(var(--gap-block) / 1.6);border-top:1px solid var(--surface-secondary);}
.active-actions .fresh-feature a{font-size:var(--font-heading);}
.public-grid{padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);overflow:hidden}
.public-grid .service-story{max-width:var(--gutter-block);margin:0 auto}
.public-grid .contact-copy{max-width:44rem;margin:0 0 var(--measure-base)}
.public-grid h2{margin:0;font-size:calc(15px * 2.65);line-height:1.06}
.public-grid .featured-stack{margin:var(--gap-block) 0 0;font-size:var(--type-extra-12);line-height:var(--font-quiet)}
.public-grid .public-lead{display:flex;flex-wrap:wrap;gap:var(--space-hero);align-items:flex-start}
.public-grid .profile{flex:1 1 17rem;min-width:15rem;padding:var(--tone-extra-38) 0;border-top:1px solid rgba(246,241,228,0.28)}
.public-grid .profile:nth-child(3n+2){padding-top:calc(var(--tone-extra-38) + var(--gap-block))}
.public-grid .profile:nth-child(3n){padding-top:calc(var(--tone-extra-38) + var(--measure-base))}
.public-grid strong{display:block;font-size:var(--font-button);line-height:1.14}
.public-grid .profile p{margin:var(--tone-extra-38) 0 0;line-height:var(--font-quiet)}
.public-grid .fresh-feature{margin-top:var(--measure-base);padding-top:var(--gap-block);border-top:1px solid rgba(246,241,228,0.28)}
.public-grid .fresh-feature p{margin:0;line-height:var(--font-quiet)}
.public-grid .fresh-feature a{text-decoration:underline;text-underline-offset:3px}
.public-grid .fresh-feature a:hover{}
@media (max-width:640px){.public-grid .profile{flex:1 1 100%;min-width:0;padding-top:var(--tone-extra-38)}.public-grid .profile:nth-child(3n+2),
  .public-grid .profile:nth-child(3n){padding-top:var(--tone-extra-38)}
}
.fresh-callout{padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);background:var(--surface-muted,#F6F1E4);color:var(--tone-accent,#2B2214);}
.fresh-callout .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);margin:0 auto;display:flex;flex-direction:column;}
.fresh-callout h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));line-height:1.08;font-weight:700;letter-spacing:0;}
.fresh-callout .soft-tile{display:block;width:min(100%,40rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.42rem;margin:clamp(1.1rem,2.4vw,var(--measure-base,2rem)) 0 0;}
.fresh-callout .contact-copy{margin-top:clamp(1rem,2vw,var(--gap-block,1.76rem));padding-top:clamp(.85rem,1.5vw,1.1rem);border-top:1px solid var(--surface-secondary,#D6C9A9);}
.fresh-callout p{margin:0;font-size:clamp(1rem,1.24vw,var(--label-small,1.05rem));line-height:var(--font-quiet,1.84);}
@media (max-width:640px){.fresh-callout{padding-top:calc(var(--stack-small,5rem)*.52);padding-bottom:calc(var(--stack-small,5rem)*.52);}.fresh-callout h1{max-width:100%;}.fresh-callout .soft-tile{aspect-ratio:4/3;}
  }
.steady-shell{padding:calc(var(--gap-block) * 2) var(--stack-card);background:#FBF7EC;color:#2B2214;}
.steady-shell .fresh-brand{max-width:var(--gutter-block);margin:0 auto;display:grid;gap:var(--measure-base);}
.steady-shell h2,.steady-shell h3,.steady-shell p{margin:0;}
.steady-shell .contact-copy{display:grid;gap:.6rem;}
.steady-shell .featured-stack{font-size:var(--label-small);line-height:var(--font-quiet);}
.steady-shell .steady-region{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-hero);align-items:start;}
.steady-shell .steady-region img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0.85rem;box-shadow:0 4px 8px rgba(0,0,0,0.05);}
.steady-shell .simple-nav{display:grid;gap:.6rem;}
.steady-shell .secondary-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-hero);}
.steady-shell .profile{background:var(--tone-main);border:1px solid var(--surface-secondary);border-radius:0.5rem;padding:.9rem;color:var(--ink-cool);display:grid;gap:.4rem;}
.steady-shell .profile h3{font-size:var(--type-extra-12);}
.steady-shell .text-view{display:grid;gap:.5rem;border-top:1px solid var(--surface-secondary);padding-top:var(--measure-base);}
.steady-shell .fresh-feature a{color:inherit;text-decoration:underline;}
.steady-shell .fresh-feature a:hover{color:var(--surface-soft);}
@media (max-width: 900px){.steady-shell .steady-region{grid-template-columns:1fr;}.steady-shell .secondary-intro{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 680px){.steady-shell .secondary-intro{grid-template-columns:1fr;}
    }
.bottom-entries{--state-content:calc(var(--gap-block) * 1.13);--type-extra-21:calc(var(--gutter-block) / 3.15);padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);}
.bottom-entries .service-story{max-width:var(--gutter-block);margin:0 auto;}
.bottom-entries h2,.bottom-entries h3,.bottom-entries p{margin:0;}
.bottom-entries h2{font-size:var(--label-large);line-height:1.14;}
.bottom-entries h3{font-size:var(--font-button);line-height:1.22;}
.bottom-entries p{font-size:var(--label-small);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 76%, transparent);}
.bottom-entries a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.bottom-entries a:hover{opacity:.82;}
.bottom-entries .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-hero);}
.bottom-entries .row-title h2{flex:1 1 calc(var(--gutter-block) / 3);min-width:0;}
.bottom-entries .row-title>p{flex:1 1 calc(var(--gutter-block) / 3);min-width:0;}
.bottom-entries .bottom-callout{row-gap:calc(var(--state-content) * 1.15);}
.bottom-entries .content-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-content);margin-top:var(--state-content);}
.bottom-entries .profile{flex:1 1 var(--type-extra-21);min-width:0;padding-block-start:calc(var(--tone-extra-38) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-entries .profile p{margin-top:calc(var(--gap-block) / 3);}
.bottom-entries .fresh-feature{flex:1 1 100%;margin-top:calc(var(--state-content) / 1.6);font-size:var(--font-heading);}
.direct-menu{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted);
    color:var(--tone-accent);
  }
.direct-menu .fresh-benefit{max-width:min(var(--gutter-block,1120px),64rem);
    margin:0 auto;}
.direct-menu h1{margin:0;
    max-width:20ch;
    font-size:clamp(2rem,5vw,calc(15px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.direct-menu .soft-tile{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1rem,2.2vw,var(--measure-base,2rem)) 0 0;}
.direct-menu .simple-nav{margin-top:clamp(1rem,2vw,var(--gap-block,1.76rem));
    padding-top:clamp(.85rem,1.6vw,var(--gap-block,1rem));
    border-top:1px solid var(--surface-secondary);}
.direct-menu p{margin:0;
    font-size:clamp(1rem,1.28vw,var(--label-small,1.12rem));
    line-height:1.78;}
@media (max-width:640px){.direct-menu h1{max-width:100%;}.direct-menu .soft-tile{aspect-ratio:4/3;}.direct-menu{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.quiet-lead{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--tone-main);
  color: var(--ink-cool);
}
.quiet-lead .fresh-brand{max-width: var(--gutter-block);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--measure-base);}
.quiet-lead .featured-feature{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: var(--space-hero);
  align-items: start;
  padding-bottom: var(--measure-base);
  border-bottom: 1px solid var(--surface-secondary);}
.quiet-lead h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.12;}
.quiet-lead .featured-feature p{margin: 0;
  font-size: var(--label-small);
  line-height: var(--font-quiet);}
.quiet-lead .page-section{display: flex;
  flex-direction: column;
  gap: var(--space-hero);}
.quiet-lead .plain-proof{display: grid;
  grid-template-columns: minmax(5.5rem, .22fr) minmax(0, 1fr);
  gap: var(--tone-extra-38);
  padding: var(--tone-extra-38) 0;
  border-bottom: 1px solid var(--surface-secondary);}
.quiet-lead .plain-proof:last-child{border-bottom: none;}
.quiet-lead .site-body{font-size: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;
  padding-top: .15rem;}
.quiet-lead h3{margin: 0;
  font-size: var(--font-button);
  line-height: 1.25;}
.quiet-lead .plain-proof p{margin: calc(var(--tone-extra-38) * .6) 0;
  font-size: var(--label-strong);
  line-height: var(--font-quiet);}
.quiet-lead small{display: block;
  font-size: var(--font-heading);
  opacity: .85;}
@media (max-width: 780px) {.quiet-lead .featured-feature,
  .quiet-lead .plain-proof{
    grid-template-columns: 1fr;
  }.quiet-lead .site-body{
    padding-top: 0;
  }
}
.main-frame{--state-content:calc(var(--gap-block) * 1.06);--type-extra-21:calc(var(--gutter-block) / 3.37);padding:var(--stack-small) var(--measure-nav);background:var(--line-inverse);color:var(--paint-clear);}
.main-frame .service-story{max-width:var(--gutter-block);margin:0 auto;}
.main-frame h2,.main-frame h3,.main-frame p{margin:0;}
.main-frame h2{font-size:var(--label-large);line-height:1.12;}
.main-frame h3{font-size:var(--font-button);line-height:1.2;}
.main-frame p{font-size:var(--label-small);line-height:var(--font-quiet);}
.main-frame .featured-stack{margin-top:var(--gap-block);}
.main-frame .content-service{display:flex;flex-wrap:wrap;gap:var(--state-content);margin-top:var(--state-content);}
.main-frame .profile{flex:1 1 var(--type-extra-21);min-width:0;padding:calc(var(--state-content) * .75);border-radius:0.42rem;background:var(--tone-main);color:var(--ink-cool);}
.main-frame .profile p{margin-top:calc(var(--gap-block) / 3);}
.main-frame .profile h3{margin-top:calc(var(--gap-block) / 2);}
.main-frame .public-items{padding-inline-start:calc(var(--stack-card) / 2);}
.main-frame .tile{row-gap:calc(var(--state-content) * .7);}
.main-frame .clear-plan{padding-block:calc(var(--state-content) / 2);}
.main-block{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted);
    color:var(--tone-accent);
  }
.main-block .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--measure-base,1.6rem);}
.main-block h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.main-block .soft-tile{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.main-block .simple-nav{padding-top:var(--gap-block,1.4rem);
    border-top:1px solid var(--surface-secondary);}
.main-block p{margin:0;
    font-size:var(--label-small,1.05rem);
    line-height:1.78;
    color:var(--ink-cool);}
@media (max-width:640px){.main-block{padding-top:calc(var(--stack-small,5rem)*.5);padding-bottom:calc(var(--stack-small,5rem)*.5);}.main-block h1{max-width:100%;}.main-block .soft-tile{aspect-ratio:4/3;}
  }
.page-flow{--state-content:calc(var(--gap-block) * 1.15);padding:var(--stack-small) var(--measure-nav);background:var(--line-base);color:var(--paint-page);}
.page-flow .service-story{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--measure-base);align-items:flex-start;}
.page-flow .stack{flex:1 1 22rem;display:flex;flex-direction:column;gap:var(--state-content);}
.page-flow .simple-nav{display:flex;flex-direction:column;gap:var(--tone-extra-38);}
.page-flow h2{margin:0;font-size:var(--label-large);line-height:1.14;}
.page-flow p{margin:0;font-size:var(--label-small);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.page-flow .strong-lead{font-size:var(--font-heading);color:color-mix(in srgb, currentColor 66%, transparent);}
.page-flow .featured-panel{display:flex;flex-wrap:wrap;align-items:center;gap:var(--tone-extra-38);}
.page-flow .logo{display:inline-flex;align-items:center;justify-content:center;padding:var(--tone-extra-38) var(--gap-block);border-radius:var(--corner-large);background:var(--paint-page);color:var(--line-base);text-decoration:none;font-size:var(--label-small);}
.page-flow .fresh-feature{flex:1 1 16rem;font-size:var(--font-heading);color:color-mix(in srgb, currentColor 70%, transparent);}
.page-flow .fresh-feature a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-flow .fresh-feature a:hover{}
.page-flow img{display:block;width:min(24rem,100%);max-width:100%;height:auto;border-radius:0.42rem;flex:0 1 min(24rem,34vw);}
@media (max-width:720px){.page-flow img{flex:1 1 100%;width:100%;}
}
.public-benefit{--state-content:calc(var(--gap-block) * 1.1);--label-lead:calc(var(--gutter-block) / 3.2);padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.public-benefit .service-story{max-width:var(--gutter-block);margin:0 auto;}
.public-benefit h2,.public-benefit h3,.public-benefit p{margin:0;}
.public-benefit h2{font-size:var(--label-large);line-height:1.14;}
.public-benefit h3{font-size:var(--font-button);line-height:1.22;}
.public-benefit p{font-size:var(--label-small);line-height:var(--font-quiet);}
.public-benefit .contact-copy .featured-stack{margin-top:var(--measure-base);color:var(--ink-cool);}
.public-benefit img{display:block;width:100%;max-width:var(--label-lead);height:auto;margin:var(--state-content) 0 0;border-radius:0.42rem;}
.public-benefit .content-service{display:flex;flex-wrap:wrap;gap:var(--space-hero);margin-top:var(--state-content);}
.public-benefit .profile{flex:1 1 calc(var(--gutter-block) / 3.1);min-width:0;padding-top:var(--tone-extra-38);border-top:1px solid var(--surface-secondary);}
.public-benefit .profile p{margin-top:calc(var(--gap-block) / 3);color:var(--ink-cool);}
.public-benefit .fresh-feature{margin-top:var(--state-content);padding-top:var(--tone-extra-38);border-top:1px solid var(--surface-secondary);font-size:var(--font-heading);color:var(--ink-cool);}
.public-benefit .fresh-feature a{color:inherit;text-decoration:none;border-bottom:1px solid #6B7A3A;}
.public-benefit .fresh-feature a:hover{color:inherit;border-bottom-color:var(--surface-soft);}
@media (max-width:640px){.public-benefit .profile{flex:1 1 100%;}.public-benefit img{max-width:100%;}
}
.wide-brand{padding:var(--stack-small) 0;background:var(--surface-muted);color:var(--tone-accent);}
.wide-brand .stack{max-width:var(--gutter-block);margin:0 auto;padding:0 var(--stack-card);}
.wide-brand .team-stack{max-width:760px;margin:0 auto;}
.wide-brand .clear-copy{margin-bottom:var(--measure-base);}
.wide-brand .page-menu{margin:0 0 0.94rem;font-size:var(--font-heading);letter-spacing:0.08em;text-transform:uppercase;color:inherit;}
.wide-brand h1{margin:0 0 0.94rem;font-size:calc(15px * 2.65);line-height:1.2;}
.wide-brand .plain-headline{margin:0 0 0.94rem;font-size:var(--type-extra-12);line-height:1.5;}
.wide-brand .simple-form{margin:0;font-size:var(--font-heading);color:var(--ink-cool);}
.wide-brand .text-steps{margin:0 0 var(--measure-base);}
.wide-brand .text-steps img{display:block;width:100%;height:auto;border-radius:0.5rem;box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.wide-brand .text-steps figcaption{margin-top:0.94rem;font-size:var(--font-heading);color:var(--ink-cool);}
.wide-brand h2{margin:var(--measure-base) 0 0.94rem;font-size:var(--label-large);line-height:1.3;}
.wide-brand p{margin:0 0 var(--measure-base);}
.wide-brand ul{margin:0 0 var(--measure-base);padding-left:1.25rem;}
.wide-brand li{margin-bottom:0.5rem;}
.wide-brand .secondary-list{margin:var(--measure-base) 0;padding:var(--tone-extra-38);background:var(--tone-main);color:var(--ink-cool);border:1px solid var(--surface-secondary);border-radius:0.5rem;}
.wide-brand .secondary-list p{margin:0;}
.wide-brand .secondary-list a{color:inherit;text-decoration:underline;}
.wide-brand .secondary-list a:hover{color:inherit;}
.wide-brand .fresh-feature{margin:var(--measure-base) 0;padding-top:var(--tone-extra-38);border-top:1px solid var(--surface-secondary);display:flex;flex-wrap:wrap;gap:0.94rem;align-items:baseline;}
.wide-brand .plain-benefit{margin:0;font-size:var(--font-heading);text-transform:uppercase;letter-spacing:0.06em;color:var(--ink-cool);}
.wide-brand .fresh-feature a{color:inherit;text-decoration:none;border-bottom:1px solid var(--surface-secondary);padding-bottom:2px;}
.wide-brand .fresh-feature a:hover{color:inherit;border-color:var(--surface-soft);}
.wide-brand .secondary-note{margin-top:var(--measure-base);}
.wide-brand .hero{display:inline-block;padding:12px 28px;border-radius:0.42rem;font-size:var(--label-strong);font-weight:500;text-decoration:none;background:var(--line-base);color:var(--paint-page);border:1px solid var(--line-base);transition:background var(--delay-entry) var(--motion-hover),border-color var(--delay-entry) var(--motion-hover);}
.wide-brand .hero:hover{background:var(--tone-clear);border-color:var(--tone-clear);color:var(--paint-page);}
@media (max-width:640px){.wide-brand .fresh-feature{flex-direction:column;gap:0.5rem;}
}
.active-menu{padding:var(--stack-small) var(--measure-nav);background:var(--line-soft);color:var(--ink-secondary)}
.active-menu .service-story{max-width:var(--gutter-block);margin:0 auto}
.active-menu .offer-copy{display:flex;gap:var(--measure-base);align-items:flex-start}
.active-menu .page-nav{flex:0 1 21rem;min-width:0;border-left:1px solid color-mix(in srgb,var(--ink-secondary) 26%,transparent);padding-left:var(--gap-block)}
.active-menu .page-nav p{margin:0;line-height:var(--font-quiet);font-size:var(--font-heading)}
.active-menu .media-intro{flex:1 1 44rem;min-width:0}
.active-menu h2{margin:0;font-size:var(--label-large);line-height:1.1}
.active-menu .team-area{margin-top:var(--measure-base);display:flex;flex-direction:column;gap:var(--gap-block)}
.active-menu .team-area p{margin:0;padding-top:var(--tone-extra-38);border-top:1px solid color-mix(in srgb,var(--ink-secondary) 18%,transparent);display:flex;gap:var(--gap-block);align-items:flex-start}
.active-menu .team-area p:first-child{padding-top:0;border-top:0}
.active-menu strong{flex:0 1 13rem;min-width:0;font-size:var(--font-heading);letter-spacing:.02em}
.active-menu span{flex:1 1 28rem;min-width:0;line-height:var(--font-quiet)}
@media(max-width:760px){.active-menu .offer-copy{display:block}.active-menu .page-nav{border-left:0;padding-left:0;margin-bottom:var(--measure-base)}.active-menu .team-area p{display:block}.active-menu strong{display:block;margin-bottom:var(--tone-extra-38)}.active-menu h2{font-size:var(--font-button)}
}
.plain-items{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.plain-items .stack{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base);}
.plain-items .site-inner{display:flex;align-items:center;gap:var(--space-hero);}
.plain-items .visual-summary{width:72px;height:72px;border-radius:0.5rem;object-fit:cover;flex:0 0 auto;border:1px solid var(--surface-secondary);}
.plain-items .plain-flow{margin:0 0 2px;font-size:var(--font-button);}
.plain-items .primary-benefit{margin:0;font-size:var(--font-heading);color:var(--ink-cool);}
.plain-items .simple-nav{display:flex;flex-direction:column;gap:var(--tone-extra-38);}
.plain-items .compact-callout{margin:0;font-size:var(--label-small);line-height:var(--font-quiet);}
.plain-items .content-region{list-style:none;margin:0;padding:var(--tone-extra-38) 0 0;display:flex;flex-wrap:wrap;gap:var(--space-hero);border-top:1px solid var(--surface-secondary);}
.plain-items .content-region a{color:inherit;text-decoration:none;font-size:var(--font-heading);border-bottom:1px solid transparent;transition:color var(--delay-entry) var(--motion-hover),border-color var(--delay-entry) var(--motion-hover);}
.plain-items .content-region a:hover{color:inherit;border-bottom-color:var(--surface-soft);}
@media (max-width:520px){.plain-items .site-inner{flex-direction:column;align-items:flex-start;}
}
.open-team{
    padding:var(--stack-small) var(--measure-nav);
    background:var(--tone-main);
    color:var(--ink-cool);
}
.open-team .service-story{max-width:var(--gutter-block);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--measure-base);}
.open-team .contact-copy h2{margin:0 0 0.6rem;
    font-size:var(--label-large);
    line-height:1.25;}
.open-team .contact-copy p{margin:0;
    font-size:var(--label-strong);
    line-height:var(--font-quiet);}
.open-team .top-callout{display:flex;
    flex-direction:column;
    gap:var(--tone-extra-38);
    border-top:1px solid var(--surface-secondary);
    padding-top:var(--measure-base);}
.open-team .fresh-feature{display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding-bottom:var(--tone-extra-38);
    border-bottom:1px solid var(--surface-secondary);}
.open-team .fresh-feature:last-child{border-bottom:none;
    padding-bottom:0;}
.open-team .fresh-feature h3{margin:0;
    font-size:var(--font-button);
    line-height:1.3;}
.open-team .fresh-feature p{margin:0;
    font-size:var(--font-heading);
    line-height:var(--font-quiet);}
.open-team .offer-brand p{margin:0;
    font-size:var(--label-small);
    line-height:var(--font-quiet);}
.open-team .featured-fields{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:var(--space-hero);
    background:#FBF7EC;
    color:#2B2214;
    border:1px solid var(--surface-secondary);
    border-radius:0.5rem;
    padding:var(--tone-extra-38);
}
.open-team .featured-fields p{margin:0;
    font-size:var(--font-heading);
    line-height:var(--font-quiet);
    flex:1 1 320px;}
.open-team a{text-decoration:underline;
    text-underline-offset:2px;}
.open-team a:hover{}
.open-team .logo{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.42rem;
    background:var(--line-base);
    color:var(--paint-page);
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}
.open-team .logo:hover{
    background:var(--tone-clear);
    color:var(--paint-page);
}
@media (max-width:760px){.open-team .featured-fields{
        flex-direction:column;
        align-items:flex-start;
    }
}
.plain-area{
  background: var(--surface-muted);
  color: var(--tone-accent);
  padding: var(--stack-small) var(--measure-nav);
}
.plain-area .service-story{width: min(100%, var(--gutter-block));
  margin: 0 auto;
  display: grid;
  gap: var(--measure-base);}
.plain-area h2,
.plain-area h3,
.plain-area p{margin: 0;}
.plain-area h2{font-size: var(--label-large);
  line-height: 1.1;}
.plain-area h3{font-size: var(--font-button);
  line-height: 1.18;}
.plain-area p{font-size: var(--label-small);
  line-height: var(--font-quiet);}
.plain-area .clear-list{display: grid;
  gap: var(--gap-block);
  padding-bottom: var(--gap-block);
  border-bottom: 1px solid var(--surface-secondary);}
.plain-area .clear-list p{color: var(--ink-cool);}
.plain-area .fresh-service{display: flex;
  flex-direction: column;
  gap: 0;}
.plain-area .direct-fields{display: grid;
  grid-template-columns: minmax(6rem, 0.18fr) minmax(0, 1fr);
  gap: var(--gap-block);
  padding: var(--gap-block) 0;
  border-bottom: 1px solid var(--surface-secondary);}
.plain-area .direct-fields span{font-size: var(--font-heading);
  color: var(--ink-cool);
  letter-spacing: 0.02em;
  padding-top: 0.2rem;}
.plain-area .direct-fields h3{grid-column: 2;}
.plain-area .direct-fields p{grid-column: 2;}
.plain-area .featured-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-hero);
  align-items: center;
  padding: var(--tone-extra-38);
  border-radius: 0.5rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
}
.plain-area .featured-actions p{flex: 1 1 18rem;
  color: #2B2214;}
.plain-area .featured-actions a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.plain-area .featured-actions a:hover{color:inherit;}
@media (max-width: 800px) {.plain-area .direct-fields{
    grid-template-columns: 1fr;
  }.plain-area .direct-fields h3,
  .plain-area .direct-fields p{
    grid-column: 1;
  }.plain-area .featured-actions{
    flex-direction: column;
    align-items: flex-start;
  }
}
.strong-surface{
    padding:var(--stack-small) 0;
    color:var(--tone-accent);
    background:var(--surface-muted);
}
.strong-surface .stack{max-width:var(--gutter-block);
    margin:0 auto;
    padding:0 var(--stack-card);}
.strong-surface .team-stack{max-width:820px;
    margin:0 auto;}
.strong-surface .featured-stack{margin-bottom:var(--measure-base);}
.strong-surface .page-menu{margin:0 0 0.6rem;
    font-size:var(--font-heading);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--ink-cool);}
.strong-surface h1{margin:0 0 0.75rem;
    font-size:calc(15px * 2.65);
    line-height:1.2;}
.strong-surface .plain-headline{margin:0 0 0.5rem;
    font-size:var(--type-extra-12);
    line-height:1.5;
    color:var(--ink-cool);}
.strong-surface .simple-form{margin:0;
    font-size:var(--font-heading);
    color:var(--ink-cool);}
.strong-surface .clear-links{margin:0 0 var(--measure-base);}
.strong-surface .clear-links img{display:block;
    width:100%;
    height:auto;
    border-radius:0.5rem;
    border:1px solid var(--surface-secondary);}
.strong-surface .clear-links figcaption{margin-top:0.6rem;
    font-size:var(--font-heading);
    line-height:1.5;
    color:var(--ink-cool);}
.strong-surface .top-inner p{margin:0 0 1.35rem;
    line-height:var(--font-quiet);}
.strong-surface h2{margin:2.2rem 0 1rem;
    font-size:var(--label-large);
    line-height:1.25;}
.strong-surface .contact-brand{
    margin:0 0 1.6rem;
    overflow-x:auto;
    border:1px solid var(--surface-secondary);
    border-radius:0.42rem;
    background:#FBF7EC;color:#2B2214;}
.strong-surface .soft-actions{width:100%;
    border-collapse:collapse;
    font-size:var(--font-heading);}
.strong-surface .soft-actions th,
.strong-surface .soft-actions td{padding:0.75rem 0.9rem;
    text-align:left;
    vertical-align:top;
    border-bottom:1px solid var(--surface-secondary);
    line-height:1.5;}
.strong-surface .soft-actions th{
    background:var(--tone-main);
    color:var(--ink-cool);
    font-weight:600;
}
.strong-surface .soft-actions tbody tr:last-child td{border-bottom:none;}
.strong-surface .strong-lead{
    margin:0 0 1.6rem;
    padding:var(--tone-extra-38);
    background:var(--tone-main);
    color:var(--ink-cool);
    border-left:3px solid #B4551F;
    border-radius:var(--corner-large);
}
.strong-surface .strong-lead p{margin:0;
    line-height:1.6;}
.strong-surface .fresh-feature{margin-top:2.4rem;
    padding-top:1.4rem;
    border-top:1px solid var(--surface-secondary);}
.strong-surface .public-shell{margin:0 0 0.7rem;
    font-size:var(--font-heading);
    color:var(--ink-cool);}
.strong-surface .team-surface{display:flex;
    flex-wrap:wrap;
    gap:var(--space-hero);}
.strong-surface .team-surface a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--delay-entry) var(--motion-hover), border-color var(--delay-entry) var(--motion-hover);}
.strong-surface .team-surface a:hover{color:inherit;
    border-bottom-color:var(--surface-soft);}
@media (max-width:640px){.strong-surface .soft-actions th,
    .strong-surface .soft-actions td{
        padding:0.6rem 0.65rem;
    }
}
.focused-media{padding:var(--stack-small) var(--measure-nav);background:var(--tone-main);color:var(--ink-cool)}
.focused-media .service-story{max-width:var(--gutter-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--measure-base)}
.focused-media .featured-stack{border-bottom:1px solid var(--surface-secondary);padding-bottom:var(--gap-block)}
.focused-media h2{margin:0;font-size:var(--label-large);line-height:1.1}
.focused-media .featured-stack p{margin:var(--gap-block) 0 0;font-size:var(--type-extra-12);line-height:var(--font-quiet)}
.focused-media .content-service{display:flex;flex-direction:column;gap:0}
.focused-media .profile{padding:var(--gap-block) 0;border-bottom:1px solid var(--surface-secondary)}
.focused-media .profile:last-child{border-bottom:0;padding-bottom:0}
.focused-media strong{display:block;font-size:var(--font-button);line-height:1.2}
.focused-media .profile p{margin:var(--tone-extra-38) 0 0;line-height:var(--font-quiet)}
@media(max-width:780px){.focused-media h2{font-size:var(--font-button)}.focused-media .featured-stack p{font-size:var(--label-small)}
}
.bottom-form{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.bottom-form .stack{max-width:var(--gutter-block);margin:0 auto;}
.bottom-form .offer-copy{display:flex;flex-wrap:wrap;gap:var(--space-hero);align-items:flex-start;}
.bottom-form .visual-summary{flex:0 0 180px;margin:0;border-radius:0.42rem;overflow:hidden;border:1px solid var(--surface-secondary);background:#FBF7EC;color:#2B2214;}
.bottom-form .visual-summary img{display:block;width:100%;height:auto;}
.bottom-form .simple-nav{flex:1 1 320px;min-width:0;}
.bottom-form .plain-flow{margin:0 0 4px;font-size:var(--font-button);}
.bottom-form .primary-benefit{margin:0 0 var(--measure-base);font-size:var(--font-heading);color:var(--ink-cool);}
.bottom-form .compact-callout{margin:0 0 var(--measure-base);font-size:var(--label-strong);line-height:var(--font-quiet);}
.bottom-form .strong-lead{margin:0 0 var(--measure-base);font-size:var(--font-heading);color:var(--ink-cool);}
.bottom-form .logo{display:flex;flex-wrap:wrap;gap:var(--space-hero);font-size:var(--font-heading);}
.bottom-form .logo a{color:inherit;text-decoration:none;border-bottom:1px solid var(--surface-secondary);padding-bottom:2px;}
.bottom-form .logo a:hover{color:inherit;border-bottom-color:var(--surface-soft);}
@media (max-width:560px){.bottom-form .visual-summary{flex:1 1 100%;}
}
.wide-method{padding:var(--stack-small) var(--measure-nav);background:var(--line-soft);color:var(--ink-secondary);}
.wide-method .service-story{max-width:var(--gutter-block);margin:0 auto;}
.wide-method .clear-copy{margin-bottom:var(--measure-base);}
.wide-method .clear-copy p{margin:0;font-size:var(--font-heading);font-weight:700;letter-spacing:.02em;}
.wide-method .clear-copy h2{margin:var(--stack-card) 0 0;font-size:var(--label-large);line-height:1.2;}
.wide-method .top-inner{display:flex;flex-direction:column;gap:var(--gap-block);margin-bottom:var(--measure-base);}
.wide-method .top-inner .featured-stack{margin:0;font-size:var(--type-extra-12);}
.wide-method .top-inner .simple-nav{margin:0;font-size:var(--label-strong);}
.wide-method .team-area{display:flex;flex-direction:column;gap:var(--space-hero);}
.wide-method .direct-fields{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:var(--gap-block);}
.wide-method .direct-fields .plain-stack{display:inline-block;font-size:var(--font-heading);font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.85;}
.wide-method .direct-fields h3{margin:var(--stack-card) 0;font-size:var(--font-button);}
.wide-method .direct-fields p{margin:0;}
.wide-method .direct-fields a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-method .direct-fields a:hover{}
.wide-method .text-view{margin-top:var(--measure-base);border-radius:0.5rem;background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);padding:var(--tone-extra-38);}
.wide-method .text-view p{margin:0;}
.wide-method .text-view .fresh-feature{margin-top:var(--stack-card);display:flex;flex-wrap:wrap;gap:var(--space-hero);}
.wide-method .text-view .fresh-feature a{text-decoration:underline;text-underline-offset:3px;}
.wide-method .text-view .fresh-feature a:hover{}
@media (min-width:720px){.wide-method .team-area{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-hero);}.wide-method .direct-fields{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
    }
.direct-block{
  background: var(--surface-muted);
  color: var(--tone-accent);
  padding: var(--stack-small) var(--measure-nav);
}
.direct-block .service-story{width: min(100%, var(--gutter-block));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(13rem, .32fr) minmax(0, 1fr);
  gap: var(--space-hero);
  align-items: start;}
.direct-block h2,
.direct-block p,
.direct-block figure,
.direct-block figcaption{margin: 0;}
.direct-block h2{font-size: var(--label-large);
  line-height: 1.1;}
.direct-block p{font-size: var(--label-small);
  line-height: var(--font-quiet);}
.direct-block .text-view{
  display: grid;
  gap: var(--gap-block);
  padding: var(--measure-base);
  border-radius: 0.5rem;
  background: var(--tone-main);
  color: var(--ink-cool);
}
.direct-block .text-view .strong-lead{font-size: var(--font-heading);
  border-top: 1px solid var(--surface-secondary);
  padding-top: var(--gap-block);}
.direct-block .visual-proof{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-hero);}
.direct-block .profile{
  display: grid;
  gap: var(--gap-block);
  padding: var(--tone-extra-38);
  border-radius: 0.5rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
}
.direct-block .profile:first-child{grid-column: 1 / -1;}
.direct-block .profile img{width: 100%;
  height: auto;
  display: block;
  border-radius: 0.42rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.direct-block .profile:first-child img{aspect-ratio: 16 / 9;}
.direct-block figcaption{display: grid;
  gap: 0.35rem;}
.direct-block figcaption b{font-size: var(--font-heading);
  letter-spacing: 0.02em;color:inherit;}
.direct-block figcaption span{font-size: var(--font-heading);
  line-height: var(--font-quiet);}
.direct-block .featured-actions{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-hero);
  flex-wrap: wrap;
  padding: var(--gap-block);
  border-radius: 0.5rem;
  background: var(--line-inverse);
  color: var(--paint-clear);
}
.direct-block .featured-actions p{font-size: var(--font-heading);
  flex: 1 1 22rem;}
.direct-block .featured-actions a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: var(--font-heading);
  white-space: nowrap;}
.direct-block .featured-actions a:hover{color:inherit;}
@media (max-width: 820px) {.direct-block .service-story,
  .direct-block .visual-proof{ grid-template-columns: 1fr; }.direct-block .profile:first-child{ grid-column: auto; }.direct-block .profile:first-child img{ aspect-ratio: 4 / 3; }
}
.plain-feature{padding:clamp(48px,8vw,80px) 0;color:var(--tone-accent);background:var(--surface-muted);}
.plain-feature .stack{max-width:var(--gutter-block);margin:0 auto;padding:0 var(--stack-card);}
.plain-feature .team-stack{max-width:800px;margin:0 auto;}
.plain-feature .featured-stack{font-size:var(--type-extra-12);line-height:var(--font-quiet);margin-bottom:var(--measure-base);}
.plain-feature h2{margin-top:var(--stack-small);margin-bottom:var(--measure-base);font-size:var(--font-button);}
.plain-feature p{margin-bottom:var(--measure-base);}
.plain-feature ul{margin:0 0 var(--measure-base) 1.4rem;padding:0;}
.plain-feature li{margin-bottom:0.5rem;line-height:var(--font-quiet);}
.plain-feature .secondary-list{margin-top:var(--stack-small);padding:var(--tone-extra-38);background-color:var(--tone-main);border-radius:0.5rem;border:1px solid var(--surface-secondary);color:var(--ink-cool);}
.plain-feature .secondary-list p{margin:0;}
.plain-feature .secondary-note{margin-top:var(--stack-small);text-align:center;}
.plain-feature .hero{display:inline-block;padding:12px 30px;border-radius:0.42rem;font-weight:500;text-align:center;transition:all var(--delay-entry) var(--motion-hover);cursor:pointer;border:1px solid var(--line-base);font-size:var(--label-small);background-color:var(--line-base);color:var(--paint-page);text-decoration:none;}
.plain-feature .hero:hover{background-color:var(--tone-clear);border-color:var(--tone-clear);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.05);color:var(--paint-page);}
.plain-feature .fresh-feature{margin-top:var(--measure-base);font-size:var(--font-heading);color:var(--ink-cool);}
.plain-feature .fresh-feature a{color:inherit;text-decoration:underline;}
.plain-feature .fresh-feature a:hover{color:inherit;}
@media (max-width:640px){.plain-feature .featured-stack{font-size:var(--label-small);}.plain-feature .secondary-note{text-align:left;}
}
.narrow-panel{padding:var(--stack-small) var(--measure-nav);background:var(--line-soft);color:var(--ink-secondary)}
.narrow-panel .service-story{max-width:var(--gutter-block);margin:0 auto}
.narrow-panel .service-view{margin-bottom:var(--measure-base)}
.narrow-panel h2{margin:0;font-size:var(--label-large);line-height:1.1}
.narrow-panel .service-view p{margin:var(--gap-block) 0 0;font-size:var(--type-extra-12);line-height:var(--font-quiet)}
.narrow-panel .media-visual{display:flex;align-items:flex-start;gap:var(--measure-base)}
.narrow-panel .top-media{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:var(--tone-extra-38);border-left:2px solid var(--surface-secondary);padding-left:var(--tone-extra-38)}
.narrow-panel 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(--motion-hover),transform var(--delay-entry) var(--motion-hover)}
.narrow-panel button:hover,.narrow-panel button.is-active{opacity:1;transform:translateX(calc(var(--tone-extra-38)*.4))}
.narrow-panel .offer-team{flex:1 1 30rem;align-self:start}
.narrow-panel [data-response]{display:none}
.narrow-panel [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--delay-entry)*1.6) var(--motion-hover) both}
.narrow-panel h3{margin:0;font-size:var(--font-button);line-height:1.15}
.narrow-panel [data-response] p{margin:var(--gap-block) 0 0;font-size:var(--label-small);line-height:var(--font-quiet)}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.94rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.narrow-panel .media-visual{display:block}.narrow-panel .top-media{margin-bottom:var(--measure-base);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.narrow-panel [data-response].is-active{animation:none}}
.media-inner{
    padding:var(--stack-small) var(--measure-nav);
    background:var(--tone-main);
    color:var(--ink-cool);
}
.media-inner .stack{max-width:var(--gutter-block);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:var(--measure-base);
    align-items:flex-start;}
.media-inner .site-inner{flex:0 0 220px;
    min-width:180px;}
.media-inner .plain-flow{margin:0 0 4px;
    font-size:var(--font-button);
    line-height:1.3;}
.media-inner .primary-benefit{margin:0;
    font-size:var(--font-heading);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.media-inner .top-inner{flex:1 1 320px;
    min-width:0;}
.media-inner .compact-callout{margin:0 0 0.94rem;
    font-size:var(--label-small);
    line-height:var(--font-quiet);}
.media-inner .compact-callout:last-of-type{margin-bottom:0.94rem;}
.media-inner .content-region{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:var(--stack-card);
    font-size:var(--font-heading);}
.media-inner .content-region a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid var(--surface-secondary);
    padding-bottom:1px;}
.media-inner .content-region a:hover{color:inherit;
    border-bottom-color:var(--surface-soft);}
@media (max-width:640px){.media-inner .stack{
        flex-direction:column;
        gap:0.94rem;
    }.media-inner .site-inner{
        flex:0 0 auto;
    }
}
.wide-actions{
    padding:var(--stack-small) var(--measure-nav);
    background:var(--tone-main);
    color:var(--ink-cool);
}
.wide-actions .service-story{max-width:var(--gutter-block);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--measure-base);}
.wide-actions .contact-copy h2{margin:0 0 var(--tone-extra-38);
    font-size:var(--label-large);
    line-height:1.25;}
.wide-actions .contact-copy p{margin:0;
    font-size:var(--label-small);
    line-height:var(--font-quiet);}
.wide-actions .top-callout{display:flex;
    flex-wrap:wrap;
    gap:var(--space-hero);}
.wide-actions .fresh-feature{
    flex:1 1 240px;
    background:#FBF7EC;
    color:#2B2214;
    border:1px solid var(--surface-secondary);
    border-radius:0.5rem;
    padding:var(--tone-extra-38);
    display:flex;
    flex-direction:column;
    gap:0.6rem;
}
.wide-actions .fresh-feature h3{margin:0;
    font-size:var(--type-extra-12);
    line-height:1.3;}
.wide-actions .fresh-feature p{margin:0;
    font-size:var(--font-heading);
    line-height:var(--font-quiet);}
.wide-actions .fresh-feature a{text-decoration:none;
    font-weight:700;
    font-size:var(--font-heading);
    word-break:break-word;}
.wide-actions .fresh-feature a:hover{}
.wide-actions .contact-summary{font-style:normal;
    border-left:3px solid #B4551F;
    padding-left:0.6rem;}
.wide-actions .strong-lead{
    background:#FBF7EC;
    color:#2B2214;
    border:1px solid var(--surface-secondary);
    border-radius:0.42rem;
    padding:var(--tone-extra-38);
    display:flex;
    flex-direction:column;
    gap:0.7rem;
}
.wide-actions .strong-lead p{margin:0;
    font-size:var(--font-heading);
    line-height:var(--font-quiet);}
.wide-actions .strong-lead .open-grid a{text-decoration:underline;}
.wide-actions .strong-lead .open-grid a:hover{}
@media (max-width:760px){.wide-actions .top-callout{
        flex-direction:column;
    }.wide-actions .fresh-feature{
        flex:1 1 auto;
    }
}
.narrow-visual{
  background: var(--surface-muted);
  color: var(--tone-accent);
  padding: var(--stack-small) var(--measure-nav);
}
.narrow-visual .service-story{width: min(100%, var(--gutter-block));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(15rem, 1fr);
  gap: var(--measure-base);
  align-items: start;}
.narrow-visual h2,
.narrow-visual h3,
.narrow-visual p{margin: 0;}
.narrow-visual h2{font-size: var(--label-large);
  line-height: 1.12;
  margin-bottom: var(--gap-block);}
.narrow-visual h3{font-size: var(--font-button);
  line-height: 1.2;}
.narrow-visual p{font-size: var(--label-small);
  line-height: var(--font-quiet);}
.narrow-visual .simple-nav{display: grid;
  gap: var(--gap-block);}
.narrow-visual .narrow-actions{
  display: grid;
  gap: var(--gap-block);
  padding: var(--tone-extra-38);
  border-radius: 0.5rem;
  background: var(--tone-main);
  color: var(--ink-cool);
  border: 1px solid var(--surface-secondary);
}
.narrow-visual .narrow-actions a{width: fit-content;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: var(--font-heading);}
.narrow-visual .narrow-actions a:hover{color:inherit;}
.narrow-visual .content-service{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-hero);
  margin-top: var(--measure-base);}
.narrow-visual .profile{
  flex: 1 1 15rem;
  display: grid;
  gap: var(--tone-extra-38);
  align-content: start;
  padding: var(--tone-extra-38);
  border-radius: 0.42rem;
  background: #FBF7EC;
  color: #2B2214;
  border: 1px solid var(--surface-secondary);
}
.narrow-visual .profile span{font-size: var(--font-heading);
  color: var(--ink-cool);
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.narrow-visual .service-story{
    grid-template-columns: 1fr;
  }
}
.bottom-quote{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent);}
.wide-summary{max-width:var(--gutter-block);margin:0 auto;}
.bottom-quote h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08;}
.main-surface{padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);background:var(--surface-muted);color:var(--tone-accent);}
.main-surface .fresh-benefit{max-width:min(var(--gutter-block,1120px),64rem);margin:0 auto;}
.main-surface h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(15px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.main-surface .soft-tile{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.42rem;margin:clamp(1rem,2.2vw,var(--measure-base,2rem)) 0 0;}
.main-surface .fresh-benefit>div{margin-top:clamp(1rem,2.2vw,var(--gap-block,1.76rem));padding-top:clamp(.85rem,1.6vw,var(--gap-block,1rem));border-top:1px solid var(--surface-secondary);}
.main-surface p{margin:0;font-size:clamp(1rem,1.28vw,var(--label-small,1.12rem));line-height:1.78;}
@media (max-width:640px){.main-surface h1{max-width:100%;}.main-surface .soft-tile{aspect-ratio:4/3;}.main-surface{padding-top:calc(var(--stack-small,5rem)*.52);padding-bottom:calc(var(--stack-small,5rem)*.52);}
  }
.media-surface{
  padding: var(--stack-small) var(--measure-nav);
  background: var(--surface-muted);
  color: var(--tone-accent);
}
.media-surface .contact-content{width: min(100%, calc(var(--gutter-block) * .68));
  margin: 0 auto;}
.media-surface h2{margin: 0;
  font-size: var(--label-large);
  line-height: 1.1;}
.media-surface .featured-stack{margin: var(--gap-block) 0 var(--measure-base);
  font-size: var(--type-extra-12);
  line-height: var(--font-quiet);}
.media-surface .open-footer{border-top: 1px solid var(--surface-secondary);}
.media-surface .open-footer p{margin: 0;
  padding: var(--gap-block) 0;
  border-bottom: 1px solid var(--surface-secondary);}
.media-surface .open-footer span{display: block;
  margin-bottom: var(--tone-extra-38);
  color: var(--ink-cool);
  font-size: var(--font-heading);}
.media-surface .open-footer a{color:inherit;
  font-size: var(--font-button);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.media-surface .steady-summary{display: flex;
  gap: var(--space-hero);
  padding: var(--gap-block) 0;
  border-bottom: 1px solid var(--surface-secondary);}
.media-surface .steady-summary > div{flex: 1 1 0;}
.media-surface .steady-summary strong{font-size: var(--font-heading);}
.media-surface .steady-summary p{margin: var(--tone-extra-38) 0 0;
  color: var(--ink-cool);
  line-height: var(--font-quiet);}
.media-surface .simple-nav{margin: var(--gap-block) 0 0;
  line-height: var(--font-quiet);}
.media-surface .top-callout{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-block) var(--measure-base);
  margin: var(--measure-base) 0 0;
  padding: var(--gap-block) 0 0;
  border-top: 1px solid var(--surface-secondary);
  list-style: none;}
.media-surface .top-callout li{min-width: 0;
  flex: 1 1 14rem;}
.media-surface .top-callout a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.media-surface .top-callout a span{display: block;
  margin-top: var(--tone-extra-38);
  color: var(--ink-cool);
  font-size: var(--font-heading);}
.media-surface .top-callout a:hover{color:inherit;}
@media (max-width: 560px) {.media-surface .steady-summary{
    display: block;
  }.media-surface .steady-summary > div + div{
    margin-top: var(--gap-block);
  }
}
.strong-benefit{padding:var(--stack-small) var(--measure-nav);background:var(--line-soft);color:var(--ink-secondary)}
.strong-benefit .service-story{max-width:var(--gutter-block);margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:var(--measure-base);align-items:stretch}
.strong-benefit .simple-nav{display:flex;flex-direction:column;gap:var(--space-hero);padding:var(--space-hero);border-radius:0.85rem;background:#B4551F;color:#FBF6EA}
.strong-benefit h2{margin:0;font-size:var(--label-large);line-height:1.15}
.strong-benefit .simple-nav>p{margin:0;font-size:var(--label-small);line-height:var(--font-quiet)}
.strong-benefit .narrow-method{display:flex;flex-direction:column;gap:var(--tone-extra-38);margin-top:auto}
.strong-benefit .bottom-menu{padding:var(--tone-extra-38);border-radius:0.42rem;background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary)}
.strong-benefit .bottom-menu span{display:block;font-size:var(--font-heading);}
.strong-benefit .bottom-menu strong{display:block;margin-top:calc(var(--tone-extra-38) * .4);font-size:var(--label-small);font-weight:600}
.strong-benefit .bottom-menu a{text-decoration:none;border-bottom:1px solid var(--surface-secondary)}
.strong-benefit .bottom-menu a:hover{}
.strong-benefit .clear-lead{min-height:clamp(22rem,46vw,36rem);border-radius:0.85rem;overflow:hidden;border:1px solid var(--surface-secondary);box-shadow:0 4px 8px rgba(0,0,0,0.05)}
.strong-benefit iframe{display:block;width:100%;height:100%;border:0}
.strong-benefit .steady-summary{max-width:var(--gutter-block);margin:var(--measure-base) auto 0;display:flex;flex-direction:column;gap:var(--space-hero)}
.strong-benefit .strong-lead{margin:0;font-size:var(--font-heading);line-height:var(--font-quiet);}
@media (max-width: 860px){.strong-benefit .service-story{grid-template-columns:1fr}.strong-benefit .clear-lead{min-height:22rem}
}
.offer-headline{padding:var(--stack-small) var(--measure-nav);background:var(--surface-muted);color:var(--tone-accent)}
.offer-headline .service-story{max-width:var(--gutter-block);margin:0 auto}
.offer-headline .primary-surface{display:flex;flex-wrap:wrap;gap:var(--measure-base);align-items:flex-start}
.offer-headline .contact-content{flex:1 1 22rem;min-width:0}
.offer-headline h2{margin:0;font-size:var(--label-large);line-height:1.14}
.offer-headline .contact-content p{margin:var(--gap-block) 0 0;font-size:var(--type-extra-12);line-height:var(--font-quiet)}
.offer-headline ul{list-style:none;margin:var(--measure-base) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--tone-extra-38)}
.offer-headline li{padding:var(--tone-extra-38) 0;line-height:var(--font-quiet)}
.offer-headline li+li{border-top:1px solid var(--surface-secondary)}
.offer-headline .contact-inner{flex:1 1 24rem;min-width:0;background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);border-radius:0.42rem;padding:var(--space-hero);box-shadow:0 0px 2px rgba(0,0,0,0.04)}
.offer-headline .compact-footer{display:flex;flex-wrap:wrap;gap:var(--gap-block)}
.offer-headline .compact-footer label{flex:1 1 16rem;min-width:0}
.offer-headline label span{display:block;margin-bottom:var(--tone-extra-38);font-size:var(--font-heading)}
.offer-headline input,.offer-headline textarea{width:100%;max-width:100%;border:1px solid var(--surface-secondary);border-radius:var(--corner-large);background:var(--surface-muted);color:var(--tone-accent);font:inherit;padding:var(--tone-extra-38);outline:none}
.offer-headline input::placeholder,.offer-headline textarea::placeholder{color:rgba(255,255,255,0.55)}
.offer-headline input:focus,.offer-headline textarea:focus{border-color:#B4551F}
.offer-headline .media-team{display:block;margin-top:var(--gap-block)}
.offer-headline textarea{resize:vertical}
.offer-headline button{margin-top:var(--gap-block);border:0;border-radius:var(--corner-large);background:var(--line-base);color:var(--paint-page);font:inherit;padding:var(--tone-extra-38) var(--gap-block);cursor:pointer;transition:background var(--delay-entry) var(--motion-hover)}
.offer-headline button:hover{background:var(--tone-clear);color:#2B2214;}
@media(max-width:840px){.offer-headline .primary-surface{display:block}.offer-headline .contact-inner{margin-top:var(--measure-base);padding:var(--gap-block)}.offer-headline .compact-footer{display:block}.offer-headline .compact-footer label+label{margin-top:var(--gap-block)}}
.narrow-team{background:var(--tone-main);color:var(--ink-cool);padding:var(--stack-small) var(--measure-nav)}
.narrow-team .service-story{max-width:var(--gutter-block);margin:0 auto}
.narrow-team .fresh-contact{display:flex;flex-direction:column;gap:var(--measure-base)}
.narrow-team .team-content{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-hero);flex-wrap:wrap}
.narrow-team h2{margin:0;max-width:22ch;font-size:clamp(var(--label-large),4.6vw,calc(15px * 2.65));line-height:1.08;letter-spacing:0}
.narrow-team .team-content a{padding:var(--tone-extra-38) var(--space-hero);border-radius:0.42rem;background:var(--line-base);color:var(--paint-page);text-decoration:none;font-weight:700}
.narrow-team .team-content a:hover{background:var(--tone-clear);color:#2B2214;}
.narrow-team .featured-stack{margin:0;font-size:var(--label-small);line-height:var(--font-quiet)}
.narrow-team .text-contact{display:flex;flex-wrap:wrap;gap:var(--space-hero)}
.narrow-team .direct-fields{flex:1 1 18rem;min-width:0;padding-top:var(--tone-extra-38);border-top:1px solid var(--surface-secondary)}
.narrow-team .simple-form{display:block;margin-bottom:calc(var(--tone-extra-38)*.4);font-size:var(--font-heading);text-transform:uppercase;letter-spacing:.04em}
.narrow-team strong{display:block;font-size:var(--type-extra-12);line-height:1.3}
.narrow-team .direct-fields a,.narrow-team .steady-benefit{display:block;margin:calc(var(--tone-extra-38)*.5) 0 0;color:inherit;text-decoration:none;line-height:1.6}
.narrow-team .direct-fields a:hover{text-decoration:underline}
.narrow-team .strong-lead{margin:0;padding:var(--tone-extra-38) var(--space-hero);border-radius:0.42rem;background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);font-size:var(--font-heading);line-height:1.7}
@media(max-width:680px){.narrow-team .team-content{align-items:flex-start;flex-direction:column}}
.featured-menu{padding:var(--stack-small) var(--measure-nav);background:var(--line-inverse);color:var(--paint-clear)}
.featured-menu .fresh-benefit{max-width:min(var(--gutter-block),56rem);margin:0 auto}
.featured-menu h2{margin:0;font-size:calc(15px * 2.65);line-height:1.08}
.featured-menu .featured-stack{margin:var(--gap-block) 0 var(--measure-base);font-size:var(--type-extra-12);color:color-mix(in srgb,currentColor 74%,transparent)}
.featured-menu .narrow-headline{margin:0 0 var(--space-hero);padding-left:var(--tone-extra-38);border-left:2px solid color-mix(in srgb,currentColor 24%,transparent)}
.featured-menu .narrow-headline:last-child{margin-bottom:0}
.featured-menu h3{margin:0 0 var(--tone-extra-38);font-size:var(--font-button);line-height:1.24}
.featured-menu .narrow-headline p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.featured-menu .narrow-headline{padding-left:var(--gap-block);border-left-width:2px}
}
.main-area{padding:var(--stack-small) var(--measure-nav);background:var(--tone-main);color:var(--ink-cool)}
.main-area .open-plan{max-width:min(var(--gutter-block),60rem);margin:0 auto}
.main-area h2{margin:0;font-size:var(--label-large);line-height:1.12;letter-spacing:0.01em}
.main-area .direct-story{margin:var(--gap-block) 0 var(--measure-base);font-size:var(--type-extra-12);line-height:1.7}
.main-area .steady-summary{display:flex;flex-direction:column;gap:var(--tone-extra-38);border-top:1px solid var(--surface-secondary);padding-top:var(--measure-base)}
.main-area .strong-lead{background:#FBF7EC;color:#2B2214;border:1px solid var(--surface-secondary);border-radius:0.42rem;padding:var(--tone-extra-38) var(--measure-base);box-shadow:0 0px 2px rgba(0,0,0,0.04)}
.main-area h3{margin:0 0 var(--tone-extra-38);font-size:var(--font-button);line-height:1.25}
.main-area .strong-lead p{margin:0;font-size:var(--label-strong);line-height:1.8}
@media (max-width:640px){.main-area .strong-lead{padding:var(--tone-extra-38)}.main-area .direct-story{font-size:var(--label-small)}
}
.open-section{
    padding:calc(var(--stack-small,5rem)*.72) var(--measure-nav,1.25rem);
    background:var(--surface-muted,#F6F1E4);
    color:var(--tone-accent,#2B2214);
  }
.open-section .fresh-benefit{max-width:min(var(--gutter-block,900px),60rem);
    margin:0 auto;}
.open-section h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(15px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.open-section .soft-tile{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.42rem;
    margin:clamp(1rem,2.2vw,var(--measure-base,1.76rem)) 0 0;}
.open-section .simple-nav{margin-top:clamp(1rem,2vw,var(--gap-block,1.76rem));
    padding-top:clamp(.85rem,1.5vw,var(--gap-block,1.4rem));
    border-top:1px solid var(--surface-secondary,#D6C9A9);}
.open-section p{margin:0;
    font-size:clamp(1rem,1.2vw,var(--label-small,1.12rem));
    line-height:1.78;
    color:var(--ink-cool,#3E3320);}
@media (max-width:640px){.open-section h1{max-width:100%;}.open-section .soft-tile{aspect-ratio:4/3;}.open-section{
      padding-top:calc(var(--stack-small,5rem)*.52);
      padding-bottom:calc(var(--stack-small,5rem)*.52);
    }
  }
.media-flow{background:var(--surface-muted);color:var(--tone-accent);padding:var(--stack-small) var(--measure-nav)}
.media-flow .service-story{max-width:min(var(--gutter-block),72rem);margin:0 auto}
.media-flow .offer-view{display:flex;flex-direction:column;gap:var(--measure-base)}
.media-flow .clear-copy{display:flex;flex-direction:column;gap:var(--tone-extra-38);padding-bottom:var(--measure-base);border-bottom:1px solid var(--surface-secondary)}
.media-flow h2{margin:0;font-size:clamp(var(--label-large),5vw,calc(15px * 2.65));line-height:1.1;letter-spacing:0}
.media-flow .featured-stack{margin:0;font-size:var(--type-extra-12);line-height:1.7}
.media-flow .local-flow{display:flex;flex-direction:column;gap:var(--tone-extra-38)}
.media-flow .wide-benefit{display:flex;gap:var(--space-hero);align-items:flex-start;padding:var(--tone-extra-38) 0;border-bottom:1px dashed var(--surface-secondary)}
.media-flow .wide-benefit:last-child{border-bottom:0}
.media-flow .focused-frame{flex:0 0 auto;font-size:var(--font-heading);letter-spacing:.08em;color:var(--ink-cool);background:var(--tone-main);padding:.25rem .55rem;border-radius:var(--corner-large)}
.media-flow .top-inner{display:flex;flex-direction:column;gap:.35rem}
.media-flow h3{margin:0;font-size:var(--label-small);line-height:1.3}
.media-flow .top-inner p{margin:0;font-size:var(--label-strong);line-height:1.75}
.media-flow .public-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--measure-base);padding-top:var(--measure-base);border-top:1px solid var(--surface-secondary)}
.media-flow .service-flow{display:flex;flex-direction:column;gap:.3rem}
.media-flow .steady-benefit{margin:0;font-size:var(--font-heading);line-height:1.6}
.media-flow .service-flow a{color:inherit;text-decoration:none}
.media-flow .service-flow a:hover{color:inherit;}
.media-flow .fresh-feature{display:flex;flex-direction:column;gap:.45rem;align-items:flex-start}
.media-flow .fresh-feature a{color:inherit;text-decoration:none;font-size:var(--font-heading);border-bottom:1px solid transparent;transition:color var(--delay-entry) var(--motion-hover),border-color var(--delay-entry) var(--motion-hover)}
.media-flow .fresh-feature a:hover{color:inherit;border-bottom-color:var(--surface-soft)}
@media(max-width:700px){.media-flow .wide-benefit{flex-direction:column;gap:.5rem}.media-flow .public-list{flex-direction:column}
}
.media-headline{--state-content:calc(var(--gap-block) * 1.25);padding:var(--stack-small) var(--measure-nav);background:#B4551F;color:#FBF6EA;}
.media-headline .service-story{max-width:var(--gutter-block);margin:0 auto;}
.media-headline h1,.media-headline h2,.media-headline h3,.media-headline p{margin:0;}
.media-headline h2{font-size:var(--label-large);line-height:1.12;}
.media-headline p{font-size:var(--label-small);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.media-headline a{color:inherit;text-decoration:none;}
.media-headline .logo{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-38) var(--gap-block);border-radius:var(--corner-large);background:#FBF6EA;color:#B4551F;font-size:var(--label-small);}
.media-headline .steady-callout>h2,.media-headline .steady-callout>p,.media-headline .steady-callout>.logo{margin-top:var(--gap-block);}
.media-headline .steady-callout>.logo{margin-top:var(--state-content);}
.media-headline .strong-lead{font-size:var(--font-heading);}
.media-headline .fresh-feature{font-size:var(--font-heading);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);padding-top:var(--measure-base);margin-top:var(--state-content);}
.media-headline .fresh-feature a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:640px){.media-headline .logo{width:100%;}
}
.compact-quote{
  background: var(--surface-muted);
  color: var(--tone-accent);
  padding: var(--stack-small) var(--measure-nav);
}
.compact-quote .service-story{width: min(100%, var(--gutter-block));
  margin: 0 auto;}
.compact-quote .primary-surface{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.compact-quote .strong-lead{margin: 0 0 var(--gap-block);
  font-size: var(--font-heading);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-cool);}
.compact-quote h1{margin: 0;
  font-size: clamp(var(--label-large), 6vw, calc(15px * 2.65));
  line-height: 1.08;}
.compact-quote .clear-view{margin: var(--gap-block) 0 0;
  font-size: var(--type-extra-12);
  line-height: var(--font-quiet);}
.compact-quote .secondary-note{margin-top: var(--measure-base);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-hero);}
.compact-quote a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.compact-quote .compact-grid{
  padding: 12px 20px;
  border-radius: 0.42rem;
  background: var(--line-base);
  color: var(--paint-page);
  font-weight: 700;
  transition: background var(--delay-entry) var(--motion-hover);
}
.compact-quote .compact-grid:hover{
  background: var(--tone-clear);color:#2B2214;}
.compact-quote .media-feature{padding: 12px 0;color:inherit;
  border-bottom: 1px solid var(--surface-secondary);}
.compact-quote .media-feature:hover{color:inherit;}
.compact-quote .fresh-feature{margin: var(--measure-base) 0 0;
  font-size: var(--font-heading);
  color: var(--ink-cool);}
.compact-quote .fresh-feature a{color:inherit;
  border-bottom: 1px solid var(--surface-secondary);}
.compact-quote .fresh-feature a:hover{color:inherit;}
@media (max-width: 640px) {.compact-quote{ padding: var(--stack-small) var(--measure-nav); }.compact-quote .secondary-note{ flex-direction: column; align-items: flex-start; }
}
