#what-we-manage{padding-block:clamp(2.75rem,2.2rem + 1.8vw,4.5rem);padding-inline:var(--gutter);background:var(--c-bg);border-bottom:1px solid var(--c-rule);}
#what-we-manage > .container{padding-inline:0;}
#what-we-manage .opener{display:grid;grid-template-columns:1fr;gap:var(--sp-6);}
#what-we-manage h1{font-size:clamp(2rem,1.4rem + 2.6vw,3.4rem);line-height:1.06;max-width:15ch;margin-bottom:var(--sp-5);}
#what-we-manage .lede{max-width:48ch;margin-bottom:0;}
#what-we-manage .btn-row{margin-top:var(--sp-6);gap:var(--sp-5);}
#what-we-manage .opener__tel{font-size:0.9375rem;font-weight:600;letter-spacing:0.04em;color:var(--c-text);display:inline-flex;align-items:center;min-height:44px;}
#what-we-manage .ledger{max-width:none;}
#what-we-manage .ledger__row:first-child{padding-top:0;}
#what-we-manage .ledger__row:last-child{padding-bottom:0;}
@media (min-width:900px){
  #what-we-manage .opener{grid-template-columns:7fr 5fr;gap:var(--sp-8);align-items:start;}
  #what-we-manage .opener__terms{padding-top:0.4rem;}
  #what-we-manage .ledger__row{grid-template-columns:7.5rem 1fr;gap:var(--sp-4);}
}

#the-four-lines-in-detail{padding-block:clamp(3.5rem,2.6rem + 3.4vw,7rem);padding-inline:var(--gutter);background:var(--c-bg);}
#the-four-lines-in-detail > .container{padding-inline:0;}
#the-four-lines-in-detail .sheets__head{font-size:clamp(1.9rem,1.4rem + 2vw,3rem);line-height:1.1;max-width:16ch;margin-bottom:var(--sp-7);}
#the-four-lines-in-detail .sheets{display:grid;grid-template-columns:1fr;gap:var(--sp-6);}
#the-four-lines-in-detail .sheet{background:var(--c-surface);border:1px solid var(--c-rule);padding:clamp(1.5rem,1rem + 2.4vw,3rem);transition:border-color var(--mo-fast) var(--mo-ease);}
#the-four-lines-in-detail .sheet:hover{border-color:var(--c-secondary);}
#the-four-lines-in-detail .sheet__grid{display:grid;grid-template-columns:1fr;gap:var(--sp-6);}
#the-four-lines-in-detail .sheet h3{font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem);line-height:1.15;margin-bottom:var(--sp-4);max-width:18ch;}
#the-four-lines-in-detail .sheet p{max-width:46ch;margin-bottom:0;}
#the-four-lines-in-detail .sheet__terms .ledger{max-width:none;}
#the-four-lines-in-detail .sheet__terms .ledger__row:first-child{padding-top:0;}
#the-four-lines-in-detail .sheet__terms .ledger__row:last-child{padding-bottom:0;}
@media (min-width:768px){
  #the-four-lines-in-detail .sheets{gap:56px;}
}
@media (min-width:900px){
  #the-four-lines-in-detail .sheet__grid{grid-template-columns:7fr 5fr;gap:var(--sp-7);align-items:start;}
  #the-four-lines-in-detail .sheet__terms .ledger__row{grid-template-columns:1fr;gap:0.2rem;}
}
@media (min-width:1100px){
  #the-four-lines-in-detail .sheet{width:calc(100% - 88px);}
  #the-four-lines-in-detail .sheet:nth-child(even){margin-left:auto;}
  #the-four-lines-in-detail .sheet__terms .ledger__row{grid-template-columns:7rem 1fr;gap:var(--sp-4);}
}

#the-work-behind-it{background:var(--c-primary);color:var(--c-dark-text);padding-block:clamp(2.5rem,2rem + 2vw,4.5rem);padding-inline:0;overflow:hidden;}
#the-work-behind-it .work-pair{display:grid;grid-template-columns:1fr;gap:2px;}
#the-work-behind-it .work-frame{margin:0;min-width:0;}
#the-work-behind-it .media-zoom{display:block;overflow:hidden;background:var(--c-primary);}
#the-work-behind-it .media-zoom img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;object-position:50% 20%;}
#the-work-behind-it .work-frame:last-child .media-zoom img{object-position:80% 20%;}
#the-work-behind-it figcaption{padding:var(--sp-4) var(--gutter) 0;font-family:var(--font-body);font-size:0.75rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;line-height:1.5;color:var(--c-secondary);max-width:none;}
@media (min-width:768px){
  #the-work-behind-it .work-pair{grid-template-columns:1fr 1fr;gap:0;}
  #the-work-behind-it .work-frame:first-child figcaption{padding-left:var(--gutter);padding-right:var(--sp-5);}
  #the-work-behind-it .work-frame:last-child figcaption{padding-left:var(--sp-5);padding-right:var(--gutter);}
}

#who-each-line-is-for{padding-block:clamp(2.25rem,1.8rem + 1.6vw,3.75rem);padding-inline:var(--gutter);background:var(--c-bg);border-top:1px solid var(--c-rule);}
#who-each-line-is-for > .container{padding-inline:0;}
#who-each-line-is-for .clients__head{font-size:clamp(1.7rem,1.3rem + 1.5vw,2.4rem);line-height:1.1;max-width:20ch;margin-bottom:var(--sp-6);}
#who-each-line-is-for .clients{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:var(--sp-5);}
#who-each-line-is-for .clients li{max-width:none;border-top:1px solid var(--c-rule-strong);padding-block:var(--sp-4);}
#who-each-line-is-for .clients li:nth-child(-n+2){border-top:0;padding-top:0;}
#who-each-line-is-for .clients__type{display:block;font-family:var(--font-display);font-weight:400;font-size:1.25rem;line-height:1.25;color:var(--c-text);}
#who-each-line-is-for .clients__line{display:block;margin-top:var(--sp-2);font-family:var(--font-body);font-size:0.8125rem;font-weight:500;letter-spacing:0.06em;line-height:1.45;color:var(--c-brass-ink);}
@media (min-width:768px){
  #who-each-line-is-for .clients{grid-template-columns:repeat(3,1fr);}
  #who-each-line-is-for .clients li:nth-child(-n+2){border-top:1px solid var(--c-rule-strong);padding-top:var(--sp-4);}
  #who-each-line-is-for .clients li:nth-child(-n+3){border-top:0;padding-top:0;}
}
@media (min-width:1100px){
  #who-each-line-is-for .clients{grid-template-columns:repeat(6,1fr);column-gap:var(--sp-5);}
  #who-each-line-is-for .clients li{border-top:0;padding-top:0;padding-bottom:0;padding-left:var(--sp-4);}
  #who-each-line-is-for .clients li + li{border-left:1px solid var(--c-rule-strong);}
  #who-each-line-is-for .clients li:first-child{padding-left:0;}
}

#standards-and-questions{--c-band-tint:#EFE6D2;--c-brass-ink:#6E5D3A;background:var(--c-band-tint);color:var(--c-text);padding-block:clamp(3rem,2.4rem + 2.6vw,5.5rem);padding-inline:var(--gutter);}
#standards-and-questions > .container{padding-inline:0;}
#standards-and-questions .sq{display:grid;grid-template-columns:1fr;gap:var(--sp-7);}
#standards-and-questions .kicker{color:#6E5D3A;font-size:0.75rem;}
#standards-and-questions h2{font-size:clamp(1.7rem,1.3rem + 1.5vw,2.4rem);line-height:1.1;max-width:14ch;margin-bottom:var(--sp-5);color:var(--c-text);}
#standards-and-questions .standards{list-style:none;margin:0;padding:0;max-width:32ch;}
#standards-and-questions .standards li{max-width:none;font-family:var(--font-display);font-weight:500;font-size:1.25rem;line-height:1.35;color:var(--c-text);padding-block:var(--sp-5);border-top:1px solid var(--c-rule);}
#standards-and-questions .standards li:last-child{border-bottom:1px solid var(--c-rule);}
#standards-and-questions .sq__faqhead{font-family:var(--font-display);font-weight:500;font-size:clamp(1.4rem,1.2rem + 0.7vw,1.75rem);line-height:1.2;margin-bottom:var(--sp-5);color:var(--c-text);}
#standards-and-questions .faq-grid{display:grid;grid-template-columns:1fr;}
#standards-and-questions .faq-item{padding-block:var(--sp-5);border-top:1px solid var(--c-rule);min-width:0;}
#standards-and-questions .faq-item:first-child{border-top:0;padding-top:0;}
#standards-and-questions .faq-item h4{font-family:var(--font-display);font-weight:500;font-size:1.25rem;line-height:1.25;margin-bottom:var(--sp-3);max-width:26ch;color:var(--c-text);}
#standards-and-questions .faq-item p{font-size:1rem;line-height:1.6;margin-bottom:0;max-width:42ch;color:var(--c-text);}
@media (min-width:768px){
  #standards-and-questions .faq-grid{grid-template-columns:1fr 1fr;column-gap:var(--sp-6);}
  #standards-and-questions .faq-item:nth-child(-n+2){border-top:0;padding-top:0;}
  #standards-and-questions .faq-item:nth-child(even){border-left:1px solid var(--c-rule);padding-left:var(--sp-5);}
}
@media (min-width:1100px){
  #standards-and-questions .sq{grid-template-columns:5fr 7fr;gap:var(--sp-8);align-items:start;}
}